﻿@charset "utf-8";
.button2 {
    margin: 6px 0 16px 0;
}
.button2 a {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 20px;
    padding: 8px 20px 3px 20px;
    background-color: #777;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}
.button2 a:hover {
    text-decoration: none;
    background-color: #aaa;
}
h3 {
    width: 80px;
    padding: 6px 12px;
    background-color: #e20909;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    border-left: none;
    color: #fff;
    font-size: 1em;
}
.box1 address {
    font-size: 1.6em;
    font-weight: bold;
}
@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}