@charset "utf-8";

.g_nav .g_nav_menu>li>a {
    display: block;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.feature_foot_area + #address_area, #bridge-tax_area + #address_area {
 border-top: 1px solid #eee !important;
}
#upper .logo a.site_logo_wrap img {
    height: 45px !important;
}

#address_area a.site_foot_logo_wrap img {
    height: 50px !important;
}
/* 予約アイコン */
.fix_box.reserve_cont{
    position: relative;
    width: 64.5px;
    height: 62px;
    margin-bottom: 2px;
    -webkit-transition: .5s linear;
    z-index: 999999;
}
.fix_box.reserve_cont .ic_box {
    width: 35px;
    position: absolute;
    width: 35px;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
}
.fix_nav .mail_cont, .fix_nav_sp .mail_cont {
    margin-bottom: 2px;
}

/* スクリプトエリア */
.script_area{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 96px 0;
}

.grecaptcha-badge { visibility: hidden; }

@media only screen and (max-width: 1000px){
.menu-trigger {
    background: #c12b26;
}
#upper .logo a.site_logo_wrap img {
    height: 8vw !important;
}
/* 予約アイコン */
.fix_box.reserve_cont,
.fix_nav .mail_cont, .fix_nav_sp .mail_cont{
    margin-bottom: 0;
}
.fix_box.reserve_cont{
    height: auto;
    width: 100%;
}
.fix_box.reserve_cont,
.fix_nav .mail_cont, .fix_nav_sp .mail_cont{
    margin-bottom: 0;
}
.fix_box.reserve_cont .ic_box{
    top: 6px;
}
/* スクリプトエリア */
.script_area{
    padding: 15vw 0;
}
}

@media only screen and (max-width: 480px){
#upper .logo a.site_logo_wrap img {
    height: 8vw !important;
}
/* 予約アイコン */
.fix_box.reserve_cont .ic_box {
    width: 9.375vw;
}
}