body {
    color: #646363;
    border-top: 5px solid #7C0F80;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1,h3,h4 {
    color: #646363;
}
h2 {
    color: #646363;
    background: rgba(100, 99, 99, 0.10);
    border-left: 10px solid #7C0F80;
    padding: 0 0.8em;
    line-height: 2em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-shadow: -1px -1px 0 #fff;
}
.red {
    color: #f00;
}
.logo {
    max-height: 100px;
}
.tel {
    padding: 10px;
    margin: 0.3em 0 0.3em auto;
    line-height: 32px;
    background: #f6f6f6;
    font-weight: bold;
    font-size: 22px;
    max-width: 28em;
}
.tel span {
    color: #7C0F80;
    font-size: 32px;
    line-height: 32px;
}
.tel a {
    color: #7C0F80;
    text-decoration: none;
}
.tel img {
    vertical-align: middle;
}
.point { color: #7C0F80;}

.wrap {
    padding: 1.618em 5%;
}
.units-row {
    margin-bottom: 0;
}

.round {
    -webkit-box-shadow: 2px 2px 3px rgba(63, 15, 65, 0.42);
    box-shadow: 2px 2px 3px rgba(63, 15, 65, 0.42);
}
.round .service {
    padding: 1em;
}
.round table, .round .tel {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;        
}
.round .tel {
    font-size: 20px;
}

/*事業案内*/
.service {
    margin:0 0 0 1.736em;
}
.service li {
    padding: 0.609em 1.07867em;
}
/*問合せ*/
.contact {
    padding: 0.809em 1.07867em;
}
.contact .btn {
    background: #BF8CC8;
    font-weight: bold;
    color: #fff;
    font-size: 1.425em;
}
.contact .btn:hover {
    background: #7C0F80;
}
#header {
    border-bottom: 1px solid #7C0F80;
}
#footer {
    background: #f6f6f6;
}
/*フォーム*/
.setting_section, .form_section {
    max-width: 960px;
    margin: auto;
}
.setting_section th,
.form_section th {
    width: 30%;
}
.setting_section input[name=item_mail_1],
.setting_section input[name=item_address_1] {
    width: 25em;
}
.button_box {
    text-align: center;
}
/*googleマップ*/
.google-maps {
    position: relative !important;
    padding-bottom: 350px; // これが縦横比
    height: 0;
    overflow: hidden;
}
.google-maps iframe,
.google-maps object,
.google-maps embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}