@charset "UTF-8";

/*------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------*/

header {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 1);
}

header>a.sitelogo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    z-index: 100;
}

#toppage header>a.sitelogo {
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0px;
    display: block;
    width: 200px;
    padding: 0;
    font-size: 10px;
    line-height: 1.2;
    z-index: 100;
}

header.header-hide>a.sitelogo,
#toppage header.header-hide>a.sitelogo {
    position: fixed;
    top: 0;
    bottom: inherit;
    width: 200px;
    height: 38px;
}

header>a.sitelogo h1 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    line-height: 1;
    font-size: 0;
    padding: 68px 0 0 0;
    background: url(../img/common/sitelogo.svgz) no-repeat center center;
    background-size: 160px;
}

header>a.sitelogo.en_logo h1 {
    background: url(../img/common/sitelogo_en.svg) no-repeat center center;
    background-size: 160px;
}

header.header-hide>a.sitelogo h1 {
    padding: 34px 0 0 0;
}

header .customSelect {
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    width: 80px;
    overflow: hidden;
    height: 14px;
}

header .customSelect.changed {
    position: relative;
    padding: 0;
    margin: 0;
}

header .customSelectInner {
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-align: left;
    background: none;
    height: 14px;
}

header label.arrow {
    position: relative;
    display: inline-block;
    margin: 0;
}

header label.arrow::after {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 0;
    border-top: rgba(255, 255, 255, 1) solid 4px;
    border-left: transparent solid 3px;
    border-right: transparent solid 3px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    content: "";
}

address.ctop_adrs {
    display: none;
}

address.adrs {
    display: none;
}

address.top_adrs {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    color: #FFF;
    z-index: 1000;
}

address.top_adrs br {
    display: none;
}

address.top_adrs .tel_num {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    color: #FFF;
    z-index: 1000;
}

address.top_adrs .tel_num a {
    color: #fff;
}
header .list_link.pc{
    display:none !important;
}


@media screen and (max-width: 1024px) {
    header.header-hide>a.sitelogo,
    #toppage header>a.sitelogo,
    #toppage header.header-hide>a.sitelogo {
        position: absolute;
        top: 0;
        bottom: inherit;
        left: 50%;
        margin: 0 0 0 -60px;
        display: block;
        width: 120px;
        height: auto;
        padding: 0;
        font-size: 10px;
        line-height: 1.2;
        z-index: 500;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    address.adrs {
        display: block;
        position: relative;
        top: 35px;
        right: inherit;
        margin: 0;
        padding: 0 10px 4px;
        font-size: 11px;
        line-height: 1.8;
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #ccc;
        z-index: 100;
        background: #000;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
    address.top_adrs br {
        display: none;
    }
    address.ctop_adrs {
        display: block;
        position: absolute;
        top: 28px;
        right: inherit;
        margin: 0;
        padding: 0 0 4px;
        font-size: 11px;
        line-height: 1.8;
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #ccc;
        z-index: 100;
        background: #000;
        text-align: center;
        width: 100%;
    }
    header .list_link.pc{
        display:block !important;
    }
}

@media screen and (max-width: 1024px) {
    header>a.sitelogo h1 {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0px;
        padding: 30px 0 0 0;
        background: url(../img/common/sitelogo.svgz) no-repeat center center;
        background-size: 100%;
    }
    header>a.sitelogo.en_logo h1 {
        background: url(../img/common/sitelogo_en.svg) no-repeat center center;
        background-size: 100%;
        padding: 35px 0 0 0;
    }
    header>a.sitelogo {
        position: absolute;
        top: 0;
        bottom: inherit;
        left: 50%;
        margin: 0 0 0 -85px;
        display: block;
        width: 160px;
        height: auto;
        padding: 0;
        font-size: 10px;
        line-height: 1.2;
        z-index: 500;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    header {
        display: block;
        background: rgba(0, 0, 0, 1);
        height: 0;
        height: auto;
        min-height: 38px;
    }
    header#mainmenu a.sitelogo.toppage {
        position: absolute;
        top: 0;
        bottom: inherit;
        left: 50%;
        margin: 10px 0 0 -70px;
        display: block;
        width: 140px;
        height: auto;
        padding: 0;
        font-size: 10px;
        line-height: 1.2;
        z-index: 400;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    header#mainmenu a.sitelogo.en_logo.toppage {
        margin: 10px 0 0 -85px;
        width: 160px;
    }
    address.top_adrs {
        display: block;
        position: relative;
        top: inherit;
        right: inherit;
        width: 95%;
        margin: 0 auto;
        padding: 46px 0 5px;
        font-size: 11px;
        line-height: 1.8;
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #ccc;
        z-index: 100;
        background: #000;
        text-align: center;
    }
    address.top_adrs .tel_num {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #ccc;
        z-index: auto;
    }
    address.top_adrs .tel_num a {
        color: #ccc;
    }
    header .customSelect {
        width: 105px;
    }
    header .customSelectInner {
        overflow: visible;
        text-align: left;
    }
}

@media screen and (max-width: 680px) {
    address.ctop_adrs {
        display: block;
        position: relative;
        top: inherit;
        right: inherit;
        margin: 0;
        padding: 0 0 4px;
        font-size: 11px;
        line-height: 1.8;
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #ccc;
        z-index: 100;
        background: #000;
        text-align: center;
    }
    address.adrs {
        display: block;
        position: absolute;
        top: 35px;
        right: inherit;
        margin: 0 auto;
        padding: 0 10px 4px;
        font-size: 11px;
        line-height: 1.8;
        font-weight: 600;
        text-decoration: none;
        font-style: normal;
        color: #ccc;
        z-index: 100;
        background: #000;
        text-align: center;
        box-sizing: border-box;
    }
    address.top_adrs br {
        display: block;
    }
    header .list_link.pc{
        display:none !important;
    }
}


/*------------------------------------------------------------------------
フッター
------------------------------------------------------------------------*/

footer {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 0 0;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background-color: #FFFFFF;
}

footer .copyright {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 30px 0;
    margin: 0;
    color: #999;
}

footer .hotelsname {
    display: block;
    width: 180px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    padding: 120px 0 0 0;
    height: 0;
    overflow: hidden;
    background: url(../img/common/logo_j.svgz) center center no-repeat;
    background-size: contain;
}

footer .hotelsname.en_logo {
    background: url(../img/common/logo_en.svg) center center no-repeat;
}

footer address {
    display: block;
    margin: 0 20px 0 20px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
}

footer address br {
    display: none;
}

footer .tel_num {
    display: inline-block;
    font-size: 20px;
    line-height: 2;
    font-weight: normal;
}
/*202304変更分ここから*/
ul {list-style:none;}
img {vertical-align:text-bottom; border:none;}
img.fit {width:100%; max-width:100%; height:auto; width:auto;}

.fix {display:inline-block;} .fix {display:block;}
.fix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0;}
.sp {display:none !important;}

/*----- 個別設定 -----*/
/*
body {text-align:center; color:#080808; padding-top:360px;}

a:link {color:#000D99;}
a:visited {color:#681DA8;}
a:hover {color:#CC3434; text-decoration: underline;}
a:active {color:#CC3434;}

h2 a:link {color:#080808;}
h2 a:visited {color:#080808;}
h2 a:hover {color:#CC3434; text-decoration: none;}
h2 a:active {color:#CC3434;}
*/

#footer_group_link {position:relative; width:100%; background-color:#f3f3f3; text-align:center;}
#footer_group_link h2 {font-size:120%; border-bottom:1px solid #ffffff; padding:10px;}
#footer_group_link img:hover {opacity: 0.7;}

#footer_common_link {position:relative; width:100%; background-color:#d6d6d6; border-top:1px solid #ffffff; text-align:center;}
#footer_common_link_inner {position:relative; max-width:1280px; margin:0 auto; padding:5px 0; text-align:left;}
#footer_common_link_inner ul {display:inline; display:flex; text-align:center; justify-content:center;}
#footer_common_link_inner ul li {float:left; font-size:85%;}
#footer_common_link_inner ul li a {display:block; padding:6px 0; color:#080808;}
#footer_common_link_inner ul li a:hover {color:#CC3434; text-decoration: none;}
#footer_common_link_inner ul li a:after {content:'│'; margin:0 0.5em; color:#080808;}
#footer_common_link_inner ul li:last-child a:after {content:'';}

#footer_brand_link {position:relative; width:100%; text-align:center;}
#footer_brand_link_inner {position:relative; max-width:1280px; margin:0 auto; padding:30px 0 10px 0; text-align:left;}
#footer_brand_link_inner ul {display:inline; display:flex; text-align:center; justify-content:center;}
#footer_brand_link_inner ul li {float:left;}
#footer_brand_link_inner ul li a {display:block;}
#footer_brand_link_inner ul li:nth-child(1) {width:100px;}
#footer_brand_link_inner ul li:nth-child(2) {width:100px;}
#footer_brand_link_inner ul li:nth-child(3) {width:160px;}
#footer_brand_link_inner ul li:nth-child(1) a {padding:10px 20px;}
#footer_brand_link_inner ul li:nth-child(2) a {padding:10px 20px;}
#footer_brand_link_inner ul li:nth-child(3) a {padding:22px 20px;}
#footer_brand_link_inner ul li img:hover {opacity: 0.7;}

#copyright {color:#414141; text-align:center; font-size:90%; padding:20px;}

@media screen and (max-width:1280px) {
#footer_group_link_inner {width:98%;}
#footer_common_link_inner {width:98%;}
#footer_brand_link_inner {width:98%;}
} 
/*202304変更ここまで*/

@media screen and (max-width: 1023px) {
    footer {
        padding: 0px 0 80px 0;
    }
    footer .hotelsname {
        width: 150px;
        margin: 0 auto 20px auto;
        padding: 100px 0 0 0;
    }
    footer address br {
        display: block;
    }
	
	
/*	202304追加ここから*/
	#footer_common_link_inner ul {display:inline;}
}
@media screen and (max-width:600px) {
#footer_common_link_inner ul li {float:none;}
#footer_common_link_inner ul li a:after {content:''; margin:0;}
#footer_group_link_inner {padding:5px;}
#footer_brand_link_inner {padding:10px 0;}
#footer_brand_link_inner ul li:nth-child(1) {width:20%;}
#footer_brand_link_inner ul li:nth-child(2) {width:20%;}
#footer_brand_link_inner ul li:nth-child(3) {width:30%;}
#footer_brand_link_inner ul li:nth-child(4) {width:30%;}
#footer_brand_link_inner ul li:nth-child(1) a {padding:10px 10px;}
#footer_brand_link_inner ul li:nth-child(2) a {padding:10px 10px;}
#footer_brand_link_inner ul li:nth-child(3) a {padding:19px 10px;}
#footer_brand_link_inner ul li:nth-child(4) a {padding:19px 10px;}
#copyright {padding:0 5px 45px 5px;}
.sp {display:inline !important;}
}
/*------------------*/
@media screen and (max-width:320px) {
body {font-size:1.3em;}
}
/*	202304追加ここまで*/

/*------------------------------------------------------------------------
フッターナビ
------------------------------------------------------------------------*/

#hotelnav {
    display: block;
    position: relative;
    margin: 0 0 2px 0;
    padding: 0;
    text-align: center;
    border-top: #eee solid 1px;
}

#hotelnav .acmenu h4 {
    display: none;
}

#hotelnav .acmenu .wrap_acmenu {
    display: block;
    margin: 0;
    padding: 0;
}

ul.nav_hotel {
    display: block;
    padding: 10px 0 10px 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

ul.nav_hotel li {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    margin: 0 0 0px 0;
    font-size: 14px;
}

ul.nav_hotel li a {
    display: block;
    position: relative;
    padding: 8px 12px;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    height: inherit;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(240, 240, 240, 0);
}

ul.nav_hotel li a:hover {
    text-decoration: none;
    background: rgba(240, 240, 240, 1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
}

ul.nav_hotel li.active a {
    color: rgba(0, 0, 0, 1);
    background: rgba(240, 240, 240, 1);
}

@media screen and (max-width: 680px) {
    #hotelnav .acmenu {
        display: block;
        clear: both;
    }
    #hotelnav .acmenu h4 {
        display: block;
        margin: 0;
        position: relative;
        cursor: pointer;
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
        box-sizing: border-box;
        text-align: center;
        background: rgba(245, 244, 242, 1);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    #hotelnav .acmenu h4:hover {
        background: rgba(237, 236, 234, 1);
    }
    #hotelnav .acmenu h4::before,
    #hotelnav .acmenu h4::after {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 12px;
        height: 2px;
        background-color: rgba(149, 138, 118, 1);
        content: "";
    }
    #hotelnav .acmenu h4::after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    #hotelnav .acmenu h4.active {
        background: rgba(237, 236, 234, 1);
    }
    #hotelnav .acmenu h4.active::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    #hotelnav .acmenu h4.active::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    #hotelnav .acmenu h4.active {
        background: rgba(237, 236, 234, 1);
    }
    #hotelnav .acmenu .wrap_acmenu {
        display: none;
        margin: 0;
        padding: 0;
        background: rgba(245, 244, 242, 0);
    }
    ul.nav_hotel {
        padding: 1px 0;
        text-align: left;
    }
    ul.nav_hotel li {
        display: inline-block;
        box-sizing: border-box;
        padding: 1px;
        width: 50%;
    }
    ul.nav_hotel li a {
        background: rgba(240, 240, 240, 0.5);
        padding: 8px 20px;
    }
}


/*------------------------------------------------------------------------
フッターナビ サブメニュー
------------------------------------------------------------------------*/

ul.nav_hotel_sub {
    display: block;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    border-top: #eee solid 1px;
}

ul.nav_hotel_sub li {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    margin: 0 0 0px 0;
    font-size: 14px;
}

ul.nav_hotel_sub li a {
    display: block;
    position: relative;
    padding: 4px 8px;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
    height: inherit;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(240, 240, 240, 0);
}

ul.nav_hotel_sub li a:hover {
    text-decoration: none;
    background: rgba(240, 240, 240, 1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
}

ul.nav_hotel_sub li.active a {
    color: rgba(0, 0, 0, 1);
    background: rgba(240, 240, 240, 1);
}

@media screen and (max-width: 680px) {
    ul.nav_hotel_sub {
        display: block;
        padding: 10px 20px;
        margin: 0;
        list-style: none;
        font-size: 0;
        text-align: center;
        border-top: none;
    }
    ul.nav_hotel_sub li a {
        display: block;
        position: relative;
        padding: 4px 10px;
        margin: 0 0 0 0;
        font-size: 12px;
        line-height: 1.5;
        text-decoration: none;
        height: inherit;
        color: rgba(0, 0, 0, 0.6);
        background: rgba(240, 240, 240, 0);
    }
}


/*------------------------------------------------------------------------
フッターリンク
------------------------------------------------------------------------*/

#footerlink {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 20px 0;
    background-color: #fff;
}

#footerlink .mds {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#footerlink .wrap_footerlink {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    background: rgba(245, 244, 242, 0.4);
}

#footerlink .acmenu {
    display: block;
    clear: both;
    background: rgba(245, 244, 242, 1);
}

#footerlink .acmenu h4 {
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#footerlink .acmenu h4:hover {
    background: rgba(237, 236, 234, 1);
}

#footerlink .acmenu h4::before,
#footerlink .acmenu h4::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 12px;
    height: 2px;
    background-color: rgba(149, 138, 118, 1);
    content: "";
}

#footerlink .acmenu h4::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#footerlink .acmenu h4.active {
    background: rgba(255, 255, 255, 0.5);
}

#footerlink .acmenu h4.active::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#footerlink .acmenu h4.active::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

#footerlink .acmenu .wrap_acmenu {
    display: none;
    margin: 0;
    padding: 15px 0;
    background: rgba(245, 244, 242, 1);
}

#toppage #footerlink .acmenu .wrap_acmenu {
    display: block;
}

@media screen and (min-width: 1023px) {
    #toppage #footerlink .acmenu h4.active::before,
    #toppage #footerlink .acmenu h4.active::after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    #toppage #footerlink .acmenu h4::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    #toppage #footerlink .acmenu h4::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
}

@media screen and (max-width: 1023px) {
    #toppage #footerlink .acmenu .wrap_acmenu {
        display: none;
    }
}


/*------------------------------------------------------------------------
エリア別ホテル一覧
------------------------------------------------------------------------*/

dl.list_area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
    font-size: 12px;
}

dl.list_area dt {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    width: 12em;
    z-index: +1;
}

dl.list_area dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 12em;
    position: relative;
    color: #666;
}

ul.link_hotels {
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    font-size: 0;
}

ul.link_hotels li {
    display: inline-block;
    padding: 0 20px 10px 0;
    margin: 0;
    clear: both;
    font-size: 12px;
    line-height: 1.5;
}

ul.link_hotels li a {
    display: inline-block;
    padding: 0 4px;
    margin: 0;
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    dl.list_area {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        text-align: left;
        font-size: 12px;
    }
    dl.list_area dt {
        float: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        z-index: +1;
    }
    dl.list_area dd {
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        color: #666;
    }
}


/*------------------------------------------------------------------------
フッターサービスリンク
----------------------------------------------------------------------*/

ul.link_gservice {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

ul.link_gservice li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    margin: 0;
    clear: both;
    font-size: 12px;
    border-left: 1px solid #ddd;
}

ul.link_gservice li:first-child {
    border-left: none;
}

ul.link_gservice li a {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none;
}

ul.link_gservice li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}

ul.link_ghotels {
    display: table;
    padding: 15px 0;
    margin: 0 auto;
    list-style: none;
    font-size: 0;
}

ul.link_ghotels li {
    display: table-cell;
    position: relative;
    padding: 0 15px;
    margin: 0;
    clear: both;
    font-size: 12px;
    vertical-align: middle;
}

ul.link_ghotels li a:hover {
    opacity: 0.6;
}

a.icon_okura {
    display: block;
    overflow: hidden;
    width: 80px;
    height: 0px;
    margin: 0;
    padding: 80px 0 0 0;
    background: url(../img/common/logo_okura.svgz) center center no-repeat;
    background-size: cover;
}

a.icon_nikko {
    display: block;
    overflow: hidden;
    width: 80px;
    height: 0px;
    margin: 0;
    padding: 80px 0 0 0;
    background: url(../img/common/logo_nikko.svgz) center center no-repeat;
    background-size: contain;
}

a.icon_jal {
    display: block;
    overflow: hidden;
    width: 120px;
    height: 0px;
    margin: 0;
    padding: 80px 0 0 0;
    background: url(../img/common/logo_jal.svgz) center center no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1023px) {
    ul.link_gservice {
        display: block;
        margin: 0;
        list-style: none;
        font-size: 0;
    }
    ul.link_gservice li {
        display: block;
        position: relative;
        padding: 4px 0;
        margin: 0;
        clear: both;
        font-size: 12px;
        border: none;
    }
    ul.link_gservice li a {
        display: block;
        position: relative;
        padding: 0 0 0 16px;
        margin: 0 0 0 0;
        font-size: 1em;
        line-height: 1.5em;
        text-decoration: none;
        height: inherit;
        color: rgba(0, 0, 0, 1);
    }
    ul.link_gservice li a:hover {
        text-decoration: underline;
        color: rgba(0, 0, 0, 0.6);
    }
    ul.link_gservice li a:before {
        position: absolute;
        top: 0.4em;
        left: 0;
        display: block;
        width: 0px;
        height: 0px;
        border-top: 3px solid transparent;
        border-left: 6px solid rgba(200, 200, 200, 1);
        border-bottom: 3px solid transparent;
        content: "";
    }
}

@media screen and (max-width: 680px) {
    ul.link_gservice {
        text-align: left;
    }
    ul.link_ghotels li {
        padding: 0 10px;
    }
    ul.link_ghotels li a:hover {
        opacity: 0.6;
    }
    a.icon_okura {
        width: 60px;
        padding: 60px 0 0 0;
    }
    a.icon_nikko {
        width: 60px;
        padding: 60px 0 0 0;
    }
    a.icon_jal {
        width: 90px;
        padding: 60px 0 0 0;
    }
}


/*------------------------------------------------------------------------
SPメニュー
------------------------------------------------------------------------*/

ul.spmenu {
    position: relative;
    display: table;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 2px 0;
    list-style: none;
    table-layout: fixed;
    display: none;
}

ul.spmenu li {
    display: table-cell;
    border-left: 1px solid rgba(186, 175, 152, 1);
}

ul.spmenu li:first-child {
    border-left: none;
}

ul.spmenu li a {
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 0;
    padding: 46px 0 10px 0;
    text-align: center;
    text-transform: capitalize;
    background-color: rgba(73, 63, 52, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 28px;
}

ul.spmenu li a.btn_access:hover,
ul.spmenu li a.btn_stay:hover,
ul.spmenu li a.btn_plan:hover,
ul.spmenu li a.btn_rest:hover,
ul.spmenu li a.btn_seat:hover,
ul.spmenu li a.btn_room:hover,
ul.spmenu li a.btn_top:hover,
ul.spmenu li a.btn_bridal:hover,
ul.spmenu li a.btn_event:hover,
ul.spmenu li a.btn_fit:hover,
ul.spmenu li a.btn_banq:hover {
    background-color: rgba(73, 63, 52, 0.9);
}

ul.spmenu li a.btn_access.active,
ul.spmenu li a.btn_stay.active,
ul.spmenu li a.btn_plan.active,
ul.spmenu li a.btn_rest.active,
ul.spmenu li a.btn_seat.active,
ul.spmenu li a.btn_room.active,
ul.spmenu li a.btn_top.active,
ul.spmenu li a.btn_bridal.active,
ul.spmenu li a.btn_event.active,
ul.spmenu li a.btn_fit.active,
ul.spmenu li a.btn_banq.active {
    background-color: rgba(73, 63, 52, 0.9);
}

ul.spmenu li a.btn_access {
    background-image: url(../img/common/icon_access.svgz);
}

ul.spmenu li a.btn_stay {
    background-image: url(../img/common/icon_stay.svgz);
}

ul.spmenu li a.btn_plan {
    background-image: url(../img/common/icon_search.svgz);
}

ul.spmenu li a.btn_room {
    background-image: url(../img/common/icon_room.svgz);
}

ul.spmenu li a.btn_rest {
    background-image: url(../img/common/icon_rest.svgz);
}

ul.spmenu li a.btn_seat {
    background-image: url(../img/common/icon_seat.svgz);
}

ul.spmenu li a.btn_top {
    background-image: url(../img/common/icon_top.svgz);
}

ul.spmenu li a.btn_bridal {
    background-image: url(../img/common/icon_bridal.svgz);
}

ul.spmenu li a.btn_event {
    background-image: url(../img/common/icon_event.svgz);
}

ul.spmenu li a.btn_fit {
    background-image: url(../img/common/icon_fit.svgz);
}

ul.spmenu li a.btn_banq {
    background-image: url(../img/common/icon_banq.svgz);
}

@media screen and (max-width: 680px) {
    ul.spmenu {
        position: relative;
        display: table;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 0 1px 0;
        list-style: none;
        table-layout: fixed;
    }
    ul.spmenu li a {
        padding: 36px 0 10px 0;
        font-size: 10px;
        background-size: 18px;
        background-position: center 10px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
SPサブメニュー
----------------------------------------------------------------------------------------------------------------------------*/

.spsubmenu {
    display: none;
}

@media screen and (max-width: 680px) {
    .spsubmenu {
        display: block;
        margin: -10px 0 20px;
    }
    .spsubmenu {
        display: block;
        width: 100%;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }
    .spsubmenu li {
        display: inline-block;
        width: 50%;
        margin: 0 0 1px;
        padding: 0 5px;
        background: rgba(149, 138, 118, 1);
        border-right: 1px solid #fff;
        box-sizing: border-box;
        float: left;
    }
    .spsubmenu li:nth-child(2n) {
        border-right: 0;
    }
    .spsubmenu li:hover {
        background: rgba(103, 92, 72, 1);
    }
    .spsubmenu li.active {
        background: rgba(170, 161, 145, 1);
    }
    .spsubmenu li.wide {
        width: 100%;
    }
    .spsubmenu li a {
        display: block;
        font-size: 12px;
        text-decoration: none;
        padding: 10px 0;
        color: #fff;
    }
}


/*------------------------------------------------------------------------
フッター予約ボタン
------------------------------------------------------------------------*/

ul.btn_res_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    display: table;
    box-sizing: border-box;
    width: 38px;
    text-align: center;
    padding: 0;
    list-style: none;
    font-size: 0;
    z-index: 500;
}

ul.btn_res_bottom li {
    display: table-cell;
}

ul.btn_res_bottom li:nth-child(1),
ul.btn_res_bottom li:nth-child(2),
ul.btn_res_bottom li:nth-child(3),
ul.btn_res_bottom li:nth-last-child(2) {
    display: none;
}

ul.btn_res_bottom li:last-child {
    width: 38px;
}

ul.btn_res_bottom li:last-child>a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    font-size: 0;
    margin: 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
    background-color: rgba(50, 50, 50, 1);
    color: rgba(255, 255, 255, 0);
}

ul.btn_res_bottom li:last-child>a:hover {
    background-color: rgba(80, 80, 80, 1);
}

ul.btn_res_bottom li:last-child>a:before {
    position: absolute;
    top: 16px;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -6px;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 1023px) {
    ul.btn_res_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: table;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: auto;
        font-size: 12px;
        table-layout: fixed;
    }
    ul.btn_res_bottom li {
        vertical-align: middle;
    }
    ul.btn_res_bottom li:nth-child(1) {
        display: table-cell;
        background: rgba(149, 138, 118, 1);
        height: 50px;
    }
    ul.btn_res_bottom li:nth-child(1):hover {
        background: rgba(123, 112, 92, 1);
    }
    ul.btn_res_bottom li:nth-child(2) {
        display: table-cell;
        background: rgba(129, 118, 98, 1);
        height: 50px;
    }
    ul.btn_res_bottom li:nth-child(2):hover {
        background: rgba(103, 92, 72, 1);
    }
    ul.btn_res_bottom li:nth-child(3) {
        display: table-cell;
        background: rgba(149, 138, 118, 1);
        height: 50px;
    }
    ul.btn_res_bottom li:nth-child(3):hover {
        background: rgba(123, 112, 92, 1);
    }
    ul.btn_res_bottom li:nth-last-child(2) {
        display: table-cell;
        width: 50px;
        height: 50px;
        background: #666;
    }
    ul.btn_res_bottom li:last-child {
        display: none;
    }
    ul.btn_res_bottom li>a {
        display: block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 0 0;
        padding: 5px 0 5px 20px;
        text-align: center;
        text-transform: capitalize;
        background-color: rgba(149, 138, 118, 1);
        color: rgba(255, 255, 255, 1);
    }
    ul.btn_res_bottom li>a:hover {
        background-color: rgba(123, 112, 92, 1);
    }
    ul.btn_res_bottom li>a.btn_access {
        background: url(../img/common/icon_access.svgz) 7px center no-repeat;
        background-size: 18px;
    }
    ul.btn_res_bottom li>a.btn_access:hover {
        background: url(../img/common/icon_access.svgz) 7px center no-repeat;
        background-size: 18px;
    }
    ul.btn_res_bottom li>a.btn_stay {
        background: url(../img/common/icon_stay.svgz) 7px center no-repeat;
        background-size: 18px;
    }
    ul.btn_res_bottom li>a.btn_stay:hover {
        background: url(../img/common/icon_stay.svgz) 7px center no-repeat;
        background-size: 18px;
    }
    ul.btn_res_bottom li>a.btn_rest {
        background: url(../img/common/icon_rest.svgz) 7px center no-repeat;
        background-size: 18px;
    }
    ul.btn_res_bottom li>a.btn_rest:hover {
        background: url(../img/common/icon_rest.svgz) 7px center no-repeat;
        background-size: 18px;
    }
}


/*------------------------------------------------------------------------
AIコンシェルジュ
------------------------------------------------------------------------*/

p.header_tripai {
    display: none;
}

p.footer_tripai {
    margin: 0px 0 5px 0;
    position: fixed;
    bottom: 0;
    right: 50px;
}

p.footer_tripai img {
    width: 100%;
    max-width: 345px;
}

@media screen and (max-width: 1024px) {
    p.header_tripai {
        display: block;
    }
    p.footer_tripai {
        position: static;
        margin: 15px 0 0 0;
    }
}


/*------------------------------------------------------------------------
予約モーダル
------------------------------------------------------------------------*/

#modal_stay,
#modal_rest {
    position: fixed;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    pointer-events: none;
    z-index: 500;
}

#modal_stay,
#modal_rest {
    top: -3000px \9;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #modal_stay:not(:target),
    #modal_rest:not(:target) {
        top: -3000px;
    }
}


/* ピンク　*/

.res_stay_open #modal_stay,
.res_rest_open #modal_rest {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.res_stay_open main,
.res_rest_open main,
.res_stay_open footer,
.res_rest_open footer,
.res_stay_open header,
.res_rest_open header {
    pointer-events: none;
    transition: all .2s ease-out;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

.btn_close {
    width: 30px;
    height: 0;
    padding: 30px 0 0 0;
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
    z-index: 1000;
    overflow: hidden;
}

.btn_close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn_close:before,
.btn_close:after {
    content: '';
    width: 2px;
    height: 24px;
    margin: 3px 0 0 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    top: 14px;
    left: 14px;
}

.btn_close:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn_close:after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 800px) {
    .btn_close {
        width: 30px;
        height: 0;
        padding: 30px 0 0 0;
        position: absolute;
        top: 20px;
        right: 20px;
        color: rgb(0, 0, 0);
        background-color: rgba(255, 255, 255, 0);
        overflow: hidden;
        z-index: 1000;
    }
    .btn_close:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .btn_close:before,
    .btn_close:after {
        content: '';
        width: 2px;
        height: 24px;
        margin: 3px 0 0 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 1);
        top: 14px;
        left: 14px;
    }
    .btn_close:before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .btn_close:after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}


/*------------------------------------------------------------------------
コンテンツメインイメージ
------------------------------------------------------------------------*/

#mainimg {
    display: block;
    margin: 0;
    padding: 0;
    min-height: 68px;
}

#mainimg #restimg {
    display: block;
    margin: 0;
    padding: 0;
    height: 200px;
    background: url(../img/restaurant/bg_head_rest.jpg) top center no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

@media screen and (max-width: 1024px) {
    #mainimg {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        background: none;
        min-height: 30px;
    }
    #mainimg #restimg {
        height: 150px;
    }
}

@media screen and (max-width: 800px) {
    #mainimg {
        display: block;
        margin: 0;
        padding: 0;
        min-height: inherit;
    }
    #mainimg #restimg {
        height: 100px;
    }
}

@media screen and (max-width: 680px) {
    #mainimg .pc_mainimg {
        display: none;
    }
}


/*------------------------------------------------------------------------
コンテンツタイトル
------------------------------------------------------------------------*/

#cont_ttl {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 1px 0;
    color: #fff;
    background: url(../img/common/bg_cont_ttl.svgz) right top no-repeat rgba(73, 63, 52, 1);
}

#cont_ttl::after {
    display: block;
    width: 200px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0;
    margin: 0 0 -20px -100px;
    content: "";
    background: url(../img/common/cont_ttl_bot.png) center top no-repeat;
    background-size: cover;
}

#cont_ttl .ttl {
    margin: 20px 0 55px 0;
    padding: 35px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    background: url(../img/common/icon_mark.svgz) center top no-repeat;
    background-size: 35px;
}

#cont_ttl .lead {
    margin: 0 0 30px 0;
    padding: 0;
}

@media screen and (max-width: 680px) {
    #cont_ttl {
        padding: 0 0 1px 0;
        margin: 0;
        background-size: 40%;
    }
    #cont_ttl::after {
        display: none;
        width: 100px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 0;
        margin: 0 0 -10px -50px;
        content: "";
        background: url(../img/common/cont_ttl_bot.png) center top no-repeat;
        background-size: cover;
    }
    #cont_ttl .ttl {
        font-size: 24px;
        background: url(../img/common/icon_mark.svgz) center 0px no-repeat;
        background-size: 25px;
        padding: 25px 0 0 0;
        margin: 0px 0 10px 0;
    }
    #cont_ttl>.lead {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        padding: 0 0 10px 0;
    }
}


/*------------------------------------------------------------------------
コンテンツタイトル_スマホ
------------------------------------------------------------------------*/

#cont_ttl_sp {
    display: none;
}

@media screen and (max-width: 680px) {
    #cont_ttl_sp {
        position: relative;
        text-align: center;
        margin: 0px 0 0;
        color: #fff;
        padding: 45px 0 1px 0;
        background: #000;
        background-size: 40%;
        background: url(../img/common/bg_cont_ttl.svgz) right top no-repeat rgba(73, 63, 52, 1);
        display: block;
    }
    #cont_ttl_sp:before {
        position: absolute;
        text-align: center;
        height: 30px;
        width: 100%;
        background: #000;
        top: 0;
        display: block;
        content: "";
    }
    #cont_ttl_sp::after {
        display: none;
        width: 100px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 0;
        margin: 0 0 -10px -50px;
        content: "";
        background: url(../img/common/cont_ttl_bot.png) center top no-repeat;
        background-size: cover;
    }
    #cont_ttl_sp .ttl {
        font-size: 24px;
        background: url(../img/common/icon_mark.svgz) center top no-repeat;
        background-size: 30px;
        padding: 36px 0 0 0;
        margin: 0px 0 10px 0;
    }
    #cont_ttl_sp .lead {
        text-align: center;
    }
}


/*------------------------------------------------------------------------
サブメニュー
------------------------------------------------------------------------*/

#cont_ttl .submenu ul {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    list-style: none;
    font-size: 0;
}

#cont_ttl .conttop ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.2);
}

#cont_ttl .submenu ul li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
}

#cont_ttl .submenu ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 6px 20px;
    color: #fff;
    opacity: 0.7;
}

#cont_ttl .submenu ul li a:hover {
    opacity: 1;
}

#cont_ttl .submenu ul li.active a {
    color: #fff;
    opacity: 1;
    font-size: 18px;
}

#cont_ttl .pc_ttl {
    display: block;
}

#cont_ttl .sp_ttl {
    display: none;
}

@media screen and (max-width: 1023px) {
    #cont_ttl .submenu ul li a {
        font-size: 14px;
        padding: 6px 10px;
    }
    #cont_ttl .submenu ul li.active a {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    #cont_ttl .pc_ttl {
        display: none;
    }
    #cont_ttl .sp_ttl {
        display: block;
        padding: 20px 0 0;
    }
    #cont_ttl .sp_ttl .ttl {
        margin: 0;
    }
    #cont_ttl .conttop ul {
        padding: 0;
    }
    #cont_ttl .submenu ul {
        display: none;
    }
    #cont_ttl .submenu.sp ul {
        width: 100%;
        border-bottom: none;
        margin: 20px 0 0;
        display: block;
        padding: 0;
    }
    #cont_ttl .submenu.sp ul li {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        margin: 0;
        padding: 1px;
        width: 50%;
    }
    #cont_ttl .submenu.sp ul li a {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        margin: 0;
        padding: 12px 5px;
        color: #fff;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.2);
    }
    #cont_ttl .submenu.sp ul li.active a {
        font-size: 14px;
    }
}


/*------------------------------------------------------------------------
コンテンツ内予約ボタン
------------------------------------------------------------------------*/

ul.btns {
    display: block;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul.btns.box {
    width: 600px;
    margin: 0 auto;
}

ul.btns li {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0;
}

ul.btns li:last-child {
    padding: 0 0 0 10px;
}

ul.btns li a {
    display: block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(153, 125, 83, 1);
    text-align: center;
}

ul.btns li a:hover {
    background-color: rgba(153, 125, 83, 0.8);
}

ul.btns li a.btn_reserve_rest {
    background-image: url(../img/common/icon_rest.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
}

ul.btns li a.btn_reserve_seat {
    background-image: url(../img/common/icon_seat.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
}

ul.btns li a.btn_inq {
    background-image: url(../img/common/icon_mailw.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
    background-color: rgba(119, 91, 55, 1);
}

ul.btns li a.btn_stay {
    background-image: url(../img/common/icon_stay.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
}

ul.btns li a.btn_inq:hover {
    background-color: rgba(119, 91, 55, 0.8);
}

ul.btns li a br {
    display: none;
}

@media screen and (max-width: 750px) {
    ul.btns {
        display: block;
        margin: 10px 0 0 0;
        padding: 0;
        list-style: none;
        font-size: 0;
    }
    ul.btns>li,
    ul.btns>li:last-child {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.btns li.double,
    ul.btns li:last-child.double {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    ul.btns li.double a {
        padding: 10px 0 10px 30px;
    }
    ul.btns.box {
        width: 100%
    }
}

@media screen and (max-width: 414px) {
    ul.btns li.double a {
        text-align: left;
    }
}

@media screen and (max-width: 380px) {
    ul.btns li.double a {
        padding: 10px 0 10px 35px;
    }
    ul.btns li.double a br {
        display: block;
    }
}


/*------------------------------------------------------------------------
宿泊予約トグル
------------------------------------------------------------------------*/

.btn_stayreserve {
    display: none;
}

.stayreserve {
    display: block;
}

.stayreserve .search_plan_min {
    display: block;
}

@media screen and (max-width: 680px) {
    #topcont_rest .btn_stayreserve {
        padding: 10px 0 10px 0;
        color: #fff;
    }
    #topcont_rest .btn_stayreserve:before,
    #topcont_rest .btn_stayreserve.active:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #inqcol .btn_stayreserve {
        width: 100%;
        padding: 10px 0 10px 0;
    }
    #rsvcol .btn_stayreserve {
        width: 100%;
        padding: 10px 0 10px 0;
    }
    .btn_stayreserve {
        display: block;
        margin: 0 auto 10px;
        text-align: center;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        line-height: 1.4;
        text-decoration: none;
        width: 100%;
        min-width: 10em;
        height: inherit;
        cursor: pointer;
        position: relative;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(153, 125, 83, 1);
        background-image: url(../img/common/icon_stay.svgz);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 18px;
    }
    .btn_stayreserve:before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-left: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }
    .btn_stayreserve.active:before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -2px;
        border-left: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .stayreserve {
        display: none;
    }
    .stayreserve .search_plan_min ul li.select_nin span span,
    .stayreserve .search_plan_min ul li.select_haku span span {
        width: 80px !important;
        height: 52px;
    }
    .stayreserve .search_plan_min ul li.select_nin select,
    .stayreserve .search_plan_min ul li.select_haku select {
        width: 100% !important;
        position: absolute !important;
        opacity: 0 !important;
        height: 100% !important;
        font-size: 14px !important;
        z-index: 999 !important;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
コンテンツ詳細
----------------------------------------------------------------------------------------------------------------------------*/

#cont {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 40px 0 0 0;
}

#cont_wide {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#cont dl.detail {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#cont dl.detail dt {
    float: left;
    font-size: 18px;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    min-width: 120px;
    z-index: +1;
    font-weight: 500;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

#cont dl.detail dd {
    margin: 0 0 10px 0;
    padding: 10px 0 0 200px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#cont dl.detail_wide {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: block;
    text-align: left;
}

#cont dl.detail_wide dt {
    font-size: 16px;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    display: block;
    width: auto;
    z-index: +1;
    font-weight: 800;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

#cont dl.detail_wide dd {
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#cont .tel_num {
    /*font-size: 20px;
    line-height: 1;
    font-weight: normal;
    font-weight: 600;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;*/
}

#cont .restname {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

#cont .restname span {
    display: inline-block;
    padding: 0 6px 0 0;
    margin: 0 0 10px 0;
    font-size: 14px;
}

@media all and (max-width: 960px) {
    #cont {
        padding: 40px 0 0px 0;
    }
    #cont dl.detail {
        padding: 0;
        border-bottom: none;
    }
    #cont dl.detail dt {
        float: none;
        font-size: 18px;
        padding: 10px 0 5px 0;
        margin: 0;
        position: relative;
        width: 100%;
        z-index: +1;
        font-weight: 600;
        font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    #cont dl.detail dd {
        font-size: 16px;
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        border-top: none;
    }
}

@media all and (max-width: 680px) {
    #cont {
        padding: 50px 0 0px 0;
    }
    #cont dl.detail dt {
        font-size: 16px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
レストラン詳細
----------------------------------------------------------------------------------------------------------------------------*/

#floor {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 40px 0;
    font-size: 14px;
    background: rgb(255, 255, 255);
}

#floor .zumen {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    border: #eee solid 4px;
    background: #fff;
}

#floor .zumen img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media all and (max-width: 480px) {
    #floor .zumen {
        padding: 5%;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
曜日㝧㝊得
----------------------------------------------------------------------------------------------------------------------------*/

.table_week {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin: 0 auto 50px auto;
}

.table_week th,
.table_week td {
    padding: 10px 0;
    border-top: 1px solid rgba(200, 200, 200, 1);
    border-bottom: 1px solid rgba(200, 200, 200, 1);
    height: 20px;
    font-size: 15px;
}

.table_week th {
    background: rgba(0, 0, 0, 0.08);
    text-align: center;
    width: 10%;
}

.table_week td.menu .icon_category {
    display: inline-block;
    padding: 0 8px;
    width: auto;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    text-align: center;
    background-color: rgba(209, 104, 0, 1.00);
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
}

.table_week td.menu {
    width: 75%;
    text-align: left;
    padding: 15px 30px 0 30px;
}

.table_week td.menu a.txt_link span {
    color: rgba(51, 107, 158, 1.00);
    font-weight: bold;
}

.table_week td.menu a.txt_link {
    display: inline-block;
}

.table_week td.menuphoto {
    width: 15%;
}

.table_week td.menuphoto img {
    margin: 0;
}

@media all and (max-width: 680px) {
    .table_week {
        display: block;
        width: auto;
        margin: -20px auto 30px auto;
        padding: 0;
    }
    .table_week th {
        display: block;
        width: auto;
        padding: 5px 10px;
        border-top: none;
        border-bottom: none;
        height: auto;
        margin: 20px 0 0;
    }
    .table_week td,
    .table_week td.menu,
    .table_week td.menuphoto {
        display: block;
        width: auto;
        height: auto;
        border-top: none;
        border-bottom: none;
        padding: 10px 10px;
        margin: 0;
    }
    .table_week td.menu {
        padding: 20px 10px 0 10px;
    }
    .table_week td.menuphoto.border {
        border-bottom: 1px solid rgba(200, 200, 200, 1);
    }
}


/*------------------------------------------------------------------------
動画ボタン
------------------------------------------------------------------------*/

ul.btns_mov {
    display: block;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul.btns_mov li {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0;
}

ul.btns_mov li:last-child {
    padding: 0 0 0 10px;
}

ul.btns_mov li a {
    display: block;
    position: relative;
    padding: 20px 30px 20px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: rgb(242, 242, 242);
    text-align: center;
    border: #eaeaea solid 4px;
}

ul.btns_mov li a:hover {
    background-color: rgb(255, 255, 255);
}

ul.btns_mov li a.btn_view {
    background-image: url(../img/common/icon_view.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 50px;
}

ul.btns_mov li a.btn_view_room {
    padding: 12px;
    display: table;
}

.wrap_stripe:nth-child(odd) a.btn_view_room {
    background-color: #FFF;
}

.wrap_stripe:nth-child(even) a.btn_view_room {
    background-color: #FFF;
}

ul.btns_mov li a.btn_view_room .thumb_view {
    display: table-cell;
    width: 30%;
    position: relative;
    font-size: 0;
    vertical-align: middle;
}

ul.btns_mov li a.btn_view_room .thumb_view img {
    margin: 0;
}

ul.btns_mov li a.btn_view_room p {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

ul.btns_mov li a.btn_view_room span.mds_view {
    position: relative;
    font-weight: bold;
    padding: 10px 0 10px 60px;
}

ul.btns_mov li a.btn_view_room span.mds_view:before {
    position: absolute;
    content: "";
    background-image: url(../img/common/icon_view.svgz);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 20%;
    height: 100%;
    left: 10px;
    top: -2px;
}

ul.btns_mov li a.btn_view_room span.note_view {
    font-size: 14px;
    display: block;
    margin: 5px -5px 0 5px;
}

ul.btns_mov li a.btn_mov {
    background-image: url(../img/common/icon_mov.svgz);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 40px;
}

ul.btns_mov li a.btn_view:hover,
ul.btns_mov li a.btn_mov:hover {
    background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 900px) {
    ul.btns_mov li,
    ul.btns_mov li:last-child {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.btns_mov li a {
        display: block;
        position: relative;
        padding: 10px 30px 10px 30px;
        margin: 0 0 10px 0;
        line-height: 1.4;
        text-decoration: none;
        width: auto;
        /* font-size: 12px; */
        font-weight: 600;
        color: rgb(0, 0, 0);
        background-color: rgb(242, 242, 242);
        text-align: center;
        border: #eaeaea solid 4px;
    }
    ul.btns_mov li a.btn_view {
        background-image: url(../img/common/icon_view.svgz);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 40px;
    }
    ul.btns_mov li a.btn_mov {
        background-image: url(../img/common/icon_mov.svgz);
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 28px;
    }
    ul.btns_mov li a.btn_view_room .thumb_view {
        width: 40%;
    }
    ul.btns_mov li a.btn_view_room .thumb_view:before {
        background-image: none;
    }
    ul.btns_mov li a.btn_view_room span.mds_view {
        /* width: 60%; */
        /* padding: 10px 0 10px 50px; */
    }
}

@media screen and (max-width: 520px) {
    ul.btns_mov li a.btn_view_room .thumb_view {
        width: 36%;
    }
    ul.btns_mov li a.btn_view_room span.mds_view {
        width: 64%;
        padding: 10px 0 10px 20%;
    }
    ul.btns_mov li a.btn_view_room span.mds_view::before {
        background-position: center left;
        left: 2px;
        width: 18%;
    }
}


/*------------------------------------------------------------------------
動画
------------------------------------------------------------------------*/

.movie {
    margin: 0 0 60px;
}

@media screen and (max-width: 680px) {
    .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}


/*------------------------------------------------------------------------
360度ビュー
------------------------------------------------------------------------*/

.viewarea {
    margin: 0 0 20px;
}

@media screen and (max-width: 680px) {
    .viewarea {
        position: relative;
        width: 100%;
        padding-top: 100%;
    }
    .viewarea iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
コンテンツ詳細
----------------------------------------------------------------------------------------------------------------------------*/

#inqcol {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 40px 0 30px 0;
}

#inqcol ul.btns {
    display: block;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    max-width: 500px;
}

#inqcol .w50 ul.btns>li {
    width: 80%;
}

#inqcol ul.btns p {
    font-size: 14px;
}

#inqcol .column {
    max-width: 780px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    #inqcol ul.btns {
        max-width: none;
    }
    #inqcol .w50 ul.btns>li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 680px) {
    #inqcol {
        padding: 40px 0 30px 0;
    }
    #inqcol ul.btns li {
        /* display: block;
        width: 100%;
        margin: 0;
        padding: 0; */
        text-align: center;
    }
    #inqcol .search_plan_min.border {
        border: none;
    }
    #inqcol .col {
        padding: 0;
    }
}

#rsvcol {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
}

#rsvcol ul.btns {
    display: block;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    max-width: 500px;
}

#rsvcol ul.btns p {
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    #rsvcol ul.btns {
        max-width: none;
    }
}

@media screen and (max-width: 680px) {
    #rsvcol {
        padding: 40px 20px 30px 20px;
    }
    #rsvcol ul.btns li {
        /* display: block;
        width: 100%;
        margin: 0;
        padding: 0; */
        text-align: center;
    }
    #rsvcol .search_plan_min.border {
        border: none;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
レストランリンク一覧
----------------------------------------------------------------------------------------------------------------------------*/

#restlisttop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 30px 0 30px 0;
}

#restlisttop .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

#restlisttop ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}

#restlisttop ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 33.33%;
    font-size: 12px;
    text-align: left;
}

#restlisttop ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: relative;
}

#restlisttop ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#restlisttop ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 11px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 24px;
    text-align: center;
}

#restlisttop ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#restlisttop ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 18px 15px 15px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 20px;
    text-align: center;
}

#restlisttop ul.list_thumb li p {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}

#restlisttop ul.list_thumb p span {
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
}

#restlisttop ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
}

#restlisttop ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}

#restlisttop ul.list_thumb li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

#restlisttop ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
    #restlisttop ul.list_thumb li {
        width: 33.33%;
    }
}

@media screen and (max-width: 800px) {
    #restlisttop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #restlisttop ul.list_thumb {
        padding: 0;
        margin: 0;
    }
    #restlisttop ul.list_thumb li {
        padding: 6%;
        margin: 0;
        width: 100%;
    }
    #restlisttop ul.list_thumb li p {
        font-size: 16px;
    }
    #restlisttop ul.list_thumb li a figure:nth-child(2):before {
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        background: #DCB145;
        content: "";
        z-index: 200;
    }
    #restlisttop ul.list_thumb li a figure:nth-child(2):after {
        position: absolute;
        bottom: 10px;
        right: 12px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -3px;
        border-left: 2px solid rgba(255, 255, 255, 1);
        border-top: 2px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        z-index: 200;
    }
}

@media screen and (max-width: 680px) {
    #restlisttop {
        padding: 0 0 30px 0;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
レストランリンク一覧内 プラン表示
----------------------------------------------------------------------------------------------------------------------------*/

#restlisttop ul.list_thumb li a.pickup {
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(73, 63, 52, 1);
}

#restlisttop ul.list_thumb li a.pickup::before {
    display: none;
}

#restlisttop ul.list_thumb li a.pickup:hover {
    background-color: rgba(73, 63, 52, 1);
    opacity: 0.8;
}

#restlisttop ul.list_thumb li a.pickup:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#restlisttop ul.list_thumb li a.pickup figure {
    display: table-cell;
    width: 120px;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: none;
    vertical-align: top;
}

#restlisttop ul.list_thumb li a.pickup figure img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
}

#restlisttop ul.list_thumb li a.pickup .wrap {
    display: table-cell;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
    margin: 0;
    vertical-align: middle;
}

#restlisttop ul.list_thumb li a.pickup .planttl {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin: 0 0 2px 0;
    position: relative;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}

#restlisttop ul.list_thumb li a.pickup .planttl:before,
#restlisttop ul.list_thumb li a.pickup .planttl:after {
    position: absolute;
    background: rgba(73, 63, 52, 1);
}

#restlisttop ul.list_thumb li a.pickup .planttl:before {
    content: "…";
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 1);
}

#restlisttop ul.list_thumb li a.pickup .planttl:after {
    content: "";
    width: 100%;
    height: 100%;
}

#restlisttop ul.list_thumb li a.pickup .icon_no1 {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 0;
    margin: 0;
    padding: 50px 0 0 0;
    background: url(../img/common/icon_no1b.svgz) center center no-repeat;
    background-size: cover;
    z-index: 1;
}

#restlisttop ul.list_thumb li a.pickup .poplan {
    margin: 0 0 2px;
    color: #DCB145;
    font-size: 11px;
    display: block;
}


/*----------------------------------------------------------------------------------------------------------------------------
コンテンツ内レストランリンク一覧
----------------------------------------------------------------------------------------------------------------------------*/

#restlist {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 30px 0;
    background: rgb(250, 250, 250);
}

#restlist .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

#restlist ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: left;
}

#restlist ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    margin: 0;
    width: 25%;
    font-size: 14px;
    text-align: left;
}

#restlist ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    background-color: aliceblue;
}

#restlist ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#restlist ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 16px;
    min-height: 50px;
}

#restlist ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

#restlist ul.list_thumb li p {
    display: block;
    box-sizing: border-box;
    padding: 0 15px 15px;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    line-height: 1.6;
}

#restlist ul.list_thumb li a {
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}

#restlist ul.list_thumb li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 1);
}

#restlist ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#restlist ul.list_thumb li a.active {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 1);
}

#restlist ul.list_thumb li a.active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
    #restlist ul.list_thumb li {
        width: 33.33%;
    }
}

@media screen and (max-width: 680px) {
    #restlist {
        padding: 40px 0;
    }
    #restlist .wrapper {
        margin: 0 auto;
        width: 92%;
    }
    #restlist ul.list_thumb li {
        margin: 0;
        width: 50%;
    }
    #restlist ul.list_thumb li h4 {
        /* font-size: 14px; */
        min-height: 36px;
    }
    #restlist ul.list_thumb li h4 span {
        /* font-size: 10px; */
    }
    #restlist ul.list_thumb li p {
        line-height: 1.4;
    }
    #restlisttop ul.list_thumb li a.pickup .planttl {
        font-size: 16px;
    }
}


/*レストランピックアップ*/

.rest_pickup {
    margin-bottom: 30px;
    background-color: #900;
    padding: 2px;
}

.rest_pickup a {
    color: #fff;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow1-1::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.arrow1-1::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #900;
    border-right: 1px solid #900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-----------------------------------------------
レストラントップ　おすすめプラン　h３ 文字サイズ調整
-------------------------------------------------*/

.restaurant_note {
    font-size: 24px;
}

@media screen and (max-width: 480px) {
    .restaurant_note {
        font-size: 24px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
客室一覧
----------------------------------------------------------------------------------------------------------------------------*/

#roomlisttop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}

#roomlisttop .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

#roomlisttop ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}

#roomlisttop ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 33.33%;
    font-size: 12px;
    text-align: left;
}

#roomlisttop ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#roomlisttop ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#roomlisttop ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 20px 15px 16px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 20px;
    text-align: center;
}

#roomlisttop ul.list_thumb li h4 br {
    display: none;
}

#roomlisttop ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}

#roomlisttop ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 18px;
    text-align: center;
}

#roomlisttop ul.list_thumb li p {
    display: block;
    padding: 0;
    /* font-size: 14px; */
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}

#roomlisttop ul.list_thumb li p span {
    margin: 0 0 8px;
    display: block;
    font-size: 12px;
}

#roomlisttop ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
}

#roomlisttop ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}

#roomlisttop ul.list_thumb li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

#roomlisttop ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#roomlisttop ul.list_thumb li a.txt_link {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 5px 0;
    width: auto;
    background: none;
    text-align: left;
    position: relative;
    word-break: break-all;
}

#roomlisttop ul.list_thumb li a.txt_link:before {
    position: absolute;
    top: 0.4em;
    left: 28px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200, 200, 200, 1);
    border-bottom: 4px solid transparent;
    content: "";
}


/*
#single,
#twin_triple,
#double,
#deluxe,
#jap_uni {
    margin-top: -25px;
    padding-top: 60px;
}
*/

@media screen and (max-width: 1024px) {
    #roomlisttop ul.list_thumb li {
        width: 33.33%;
    }
}

@media screen and (max-width: 800px) {
    #roomlisttop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #roomlisttop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #roomlisttop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 49.8%;
    }
    #roomlisttop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #roomlisttop ul.list_thumb li h4 {
        font-size: 16px;
        padding: 20px 5px 16px 5px;
    }
    #roomlisttop ul.list_thumb li p {
        /* font-size: 12px; */
        margin: 15px;
    }
    #roomlist ul.list_thumb li h4 span {
        font-size: 10px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
客室一覧
----------------------------------------------------------------------------------------------------------------------------*/

#roomlist {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 40px 0 30px 0;
    background: rgb(250, 250, 250);
}

#roomlist .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

#roomlist ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}

#roomlist ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    margin: 0;
    width: 20%;
    /* font-size: 12px; */
    text-align: left;
}

#roomlist ul.list_thumb.room li {
    width: 25%;
}

#roomlist ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#roomlist ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#roomlist ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 16px 15px 11px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 16px;
    text-align: center;
}

#roomlist ul.list_thumb li h4 br {
    display: none;
}

#roomlist ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}

#roomlist ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 18px;
    text-align: center;
}

#roomlist ul.list_thumb li p {
    display: block;
    padding: 0;
    /* font-size: 13px; */
    line-height: 1.5;
    margin: 15px 20px;
    text-align: left;
}

#roomlist ul.list_thumb li p span {
    font-size: 12px;
    margin: 5px 0 0;
    display: block;
}

#roomlist ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
}

#roomlist ul.list_thumb li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

#roomlist ul.list_thumb li a.active {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

#roomlist ul.list_thumb li a.active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#roomlist ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    #roomlist ul.list_thumb li,
    #roomlist ul.list_thumb.room li {
        width: 33.33%;
    }
}

@media screen and (max-width: 800px) {
    #roomlist .wrapper {
        margin: 0 auto;
        width: 92%;
    }
    #roomlist ul.list_thumb {
        width: 100%;
    }
    #roomlist ul.list_thumb li,
    #roomlist ul.list_thumb.room li {
        margin: 0;
        width: 50%;
    }
    #roomlist ul.list_thumb li h4 {
        min-height: 36px;
        margin: 0 10px;
        /* font-size: 14px; */
        padding: 15px 0px 11px 0px;
    }
    #roomlist ul.list_thumb li h4 span {
        font-size: 12px;
    }
    #roomlist ul.list_thumb li p {
        line-height: 1.4;
        /* font-size: 12px; */
        padding: 0;
        margin: 10px 20px;
    }
    #roomlist ul.list_thumb li p span {
        /* font-size: 10px; */
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
ポナーリスト
----------------------------------------------------------------------------------------------------------------------------*/

#bnrlist {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 40px 0 30px 0;
    background: rgb(250, 250, 250);
}

#bnrlist .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

#bnrlist ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}

#bnrlist ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    margin: 0;
    width: 33.33%;
    font-size: 12px;
    text-align: left;
    float: left;
}

.btn_list #bnrlist ul.list_thumb li {
    width: 50%;
    padding: 10px;
}

#bnrlist ul.list_thumb li figure {
    display: table-cell;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 30%;
    height: auto;
    vertical-align: middle;
}

#bnrlist ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#bnrlist ul.list_thumb li h4 {
    display: table-cell;
    overflow: hidden;
    margin: 0;
    width: 70%;
    height: auto;
    vertical-align: middle;
    line-height: 1.5;
    padding: 5px 15px;
    text-align: left;
    box-sizing: border-box;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 18px;
}

#bnrlist ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}

#bnrlist ul.list_thumb li p {
    display: table-cell;
    overflow: hidden;
    margin: 0;
    width: 70%;
    height: auto;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 0 5px 10px;
    text-align: left;
}

#bnrlist ul.list_thumb li p span {
    font-size: 12px;
    margin: 5px 0 0;
    display: block;
}

#bnrlist ul.list_thumb li a {
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
}

#bnrlist ul.list_thumb li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

#btn_planlist {
    display: none;
}

.planlist {
    display: block;
}

@media screen and (max-width: 1024px) {
    #bnrlist ul.list_thumb {
        margin: 0;
    }
    #bnrlist ul.list_thumb li {
        width: 50%;
    }
    .btn_list #bnrlist ul.list_thumb li {
        width: 50%;
        padding: 5px;
    }
    #bnrlist ul.list_thumb li h4 {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    #bnrlist ul.list_thumb li {
        width: 100%;
        padding: 0;
        margin: 0 0 5px;
    }
    .btn_list #bnrlist ul.list_thumb li {
        width: 100%;
        padding: 0;
        margin: 0 0 5px;
    }
    #btn_planlist {
        display: block;
        margin: 0 0 5px 0;
        text-align: center;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        line-height: 1.4;
        text-decoration: none;
        width: auto;
        min-width: 10em;
        height: inherit;
        cursor: pointer;
        position: relative;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(153, 125, 83, 1);
    }
    #btn_planlist :before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-left: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }
    #btn_planlist .active:before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -2px;
        border-left: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* .planlist {
        display: none;
    } */
}


/*----------------------------------------------------------------------------------------------------------------------------
事例紹介
----------------------------------------------------------------------------------------------------------------------------*/

#examplelist {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 40px 0 30px 0;
}

#examplelist .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

#examplelist ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
    width: 100%;
}

#examplelist ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin: 0 0.5% 30px 0.5%;
    width: 24%;
    font-size: 12px;
    text-align: left;
    background-color: rgba(200, 200, 200, 0.2);
}

#examplelist ul.list_thumb li:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

#examplelist ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#examplelist ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#examplelist ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 20px 15px 16px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    font-size: 18px;
    text-align: center;
}

#examplelist ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}

#examplelist ul.list_thumb li p {
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
    margin: 15px 20px;
    text-align: left;
}

#examplelist ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

#examplelist ul.list_thumb li a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
}

#examplelist ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}

#examplelist ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
    #examplelist ul.list_thumb li {
        width: 32.33%;
    }
}

@media screen and (max-width: 800px) {
    #examplelist .wrapper {
        margin: 0 auto;
        width: 92%;
    }
    #examplelist ul.list_thumb {
        width: 100%;
    }
    #examplelist ul.list_thumb li {
        margin: 0 0.5% 20px 0.5%;
        width: 49%;
    }
    #examplelist ul.list_thumb li h4 {
        min-height: 36px;
        margin: 0 10px;
        font-size: 14px;
        padding: 15px 0px 11px 0px;
    }
    #examplelist ul.list_thumb li h4 span {
        font-size: 10px;
    }
    #examplelist ul.list_thumb li p {
        line-height: 1.6;
        font-size: 12px;
        padding: 0;
        margin: 15px 20px;
    }
}

@media screen and (max-width: 480px) {
    #examplelist .wrapper {
        margin: 0 auto;
        width: 92%;
    }
    #examplelist ul.list_thumb {
        width: 100%;
    }
    #examplelist ul.list_thumb li {
        margin: 0 0 5px;
        width: 100%;
        padding: 0;
    }
    #examplelist ul.list_thumb li a {
        padding: 0;
        display: table;
    }
    #examplelist ul.list_thumb li a::before {
        position: absolute;
        top: 50%;
        left: auto;
        right: 10px;
        display: block;
        margin: -5px 0 0;
        width: 10px;
        height: 10px;
        margin-left: -8px;
        margin-bottom: 12px;
        border-top: none;
        border-left: 2px solid #9b7d53;
        border-bottom: 2px solid #9b7d53;
        content: "";
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #examplelist ul.list_thumb li h4 {
        min-height: 36px;
        margin: 0;
        font-size: 15px;
        width: 65%;
        padding: 7.5% 25px 10px 15px;
        text-align: left;
        display: table-cell;
        float: right;
    }
    #examplelist ul.list_thumb li h4.rn2l {
        padding: 4.5% 25px 10px 15px;
    }
    #examplelist ul.list_thumb li p {
        display: none;
    }
    #examplelist ul.list_thumb li figure {
        width: 35%;
        float: left;
        display: table-cell;
    }
}


/*------------------------------------------------------------------------
おすすめ情報
------------------------------------------------------------------------*/

#recomm .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 50px 5%;
    margin: 0;
    text-align: center;
    background: url(../img/common/bg_recomm.jpg) no-repeat center center rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-attachment: fixed;
}

#recomm ul.list_thumb {
    display: block;
    width: 100%;
    max-width: 1200px;
    list-style: none;
    box-sizing: content-box;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

#recomm ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    margin: 0 0.5%;
    padding: 0;
    width: 24%;
}

#recomm ul.list_thumb li a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0;
    padding: 30px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
}

#recomm ul.list_thumb li a:hover {
    background: rgba(255, 255, 255, 0.6);
}

#recomm ul.list_thumb li figure {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
}

#recomm ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#recomm ul.list_thumb li figure.fig_sp {
    display: none;
    padding: 0;
    margin: 0;
    width: 26%;
    height: auto;
    float: left;
}

#recomm ul.list_thumb li a h3 {
    display: none;
}

#recomm ul.list_thumb li p {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

#recomm ul.list_thumb li p.recommtxt {
    display: block;
    margin: 0px 0 10px 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}

.btn_area {
    width: 86%;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    #recomm ul.list_thumb li a {
        padding: 20px;
    }
}

@media screen and (max-width: 800px) {
    #recomm ul.list_thumb li {
        position: relative;
        box-sizing: border-box;
        display: block;
        float: left;
        margin: 0 0 2% 2%;
        padding: 0;
        width: 48%;
    }
}

@media screen and (max-width: 680px) {
    #recomm .list_thumb_wrap {
        position: relative;
        display: block;
        padding: 10% 5%;
        margin: 0;
        background: #23190D;
    }
    #recomm ul.list_thumb {
        list-style: none;
        box-sizing: content-box;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #recomm ul.list_thumb li {
        position: relative;
        box-sizing: border-box;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #recomm ul.list_thumb li a {
        position: relative;
        box-sizing: border-box;
        display: block;
        text-align: center;
        margin: 0;
        padding: 5%;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    #recomm ul.list_thumb li a:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    #recomm ul.list_thumb li figure {
        display: none;
        margin: 0 auto 15px auto;
        width: 100%;
        height: auto;
    }
    #recomm ul.list_thumb li a h3 {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        text-align: left;
    }
    #recomm ul.list_thumb li figure.fig_sp {
        display: block;
        padding: 0;
        margin: 0;
        width: 26%;
        height: auto;
        float: left;
    }
    #recomm ul.list_thumb li figure.fig_sp img {
        display: block;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    #recomm ul.list_thumb li p.recommtxt {
        display: block;
        margin: 0px 0 10px 30%;
        padding: 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 480px) {
    #recomm ul.list_thumb li {
        position: relative;
        box-sizing: border-box;
        display: block;
        float: left;
        margin: 0 0 2% 2%;
        padding: 0;
        width: 98%;
    }
}


/*------------------------------------------------------------------------
プランバナー
------------------------------------------------------------------------*/

.bnr_area {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.bnr_box_company {
    position: relative;
    border: 6px solid #eee;
    padding: 40px 40px 30px 40px;
    display: block;
    width: 80%;
    margin: 0 auto;
    background-image: url(../img/free/casablanca1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.bnr_box {
    position: relative;
    border: 6px solid #eee;
    padding: 40px 40px 30px 40px;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.bnr_box2 {
    position: relative;
    border: 6px solid #eee;
    padding: 40px 40px 30px 40px;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.bnr_box .mds {
    font-size: 22px;
    font-weight: 500;
}

.bnr_box a {
    display: block;
}

.bnr_box a:hover {
    opacity: 0.7;
}

.bnr_box:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}

.bnr_img {
    width: 48%;
    margin: 0 auto;
    display: inline-block;
}

.sp_bnr {
    display: none;
}

@media screen and (max-width: 680px) {
    .pc_bnr {
        display: none;
    }
    .sp_bnr {
        display: block;
    }
    .bnr_img {
        width: 100%;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
2コラム（交互表示）
----------------------------------------------------------------------------------------------------------------------------*/

.colzig {
    display: table;
    width: 100%;
    margin: 0;
}

.col_zig_wrap {
    display: table;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background-color: rgb(237, 235, 233);
}

.colzig .col_zig_wrap {
    display: table-cell;
    width: 50%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background-color: rgba(255, 255, 255, 1);
}

.wrapper .colzig .col_zig_wrap.clearfix {}

.fitness_info {
    width: 86%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    border: 5px solid #EBEBEB;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fitness_info .title {
    color: #FF0004;
    margin-left: 0px;
    margin-right: 0px;
}

.col_zig_wrap .col_zig_img {
    display: block;
    width: 50%;
    min-height: 480px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    float: left;
}

.colzig .col_zig_wrap .col_zig_img {
    display: block;
    width: 50%;
    min-height: 320px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 1);
    float: left;
}

.col_zig_wrap .col_zig_img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.col_zig_wrap:nth-child(odd) .col_zig_img {
    float: left;
}

.colzig:nth-child(even) .col_zig_wrap .col_zig_img {
    float: right;
}

.colzig:nth-child(odd) .col_zig_wrap .col_zig_img {
    float: left;
}

.col_zig_wrap .col_zig_body {
    display: table;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
}

.boxinner {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 80px;
}

.col_zig_wrap .mds {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    border-left: #9a7d53 solid 2px;
}

.btn_surface_nolink {
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 40px 29px 50px 29px;
    margin: 0;
    text-decoration: none;
    background-color: rgba(73, 63, 52, 1);
    color: #fff;
}

@media all and (max-width: 800px) {
    .btn_surface_nolink {
        padding: 40px 20px 50px 20px;
    }
}

a.btn_surface {
    box-sizing: border-box;
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 40px 40px 50px 40px;
    margin: 0;
    text-decoration: none;
    background-color: rgba(73, 63, 52, 1);
    color: #fff;
}

a.btn_surface:hover {
    background-color: rgba(73, 63, 52, 0.9);
}

.btn_surface:before {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: block;
    padding: 0;
    margin: 0 0 0 -18px;
    background-color: rgba(148, 134, 113, 0.4);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    text-align: center;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn_surface::after {
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -8px;
    margin-bottom: 12px;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover.btn_surface::before {
    background-color: rgba(148, 134, 113, 1);
}

.col_zig_wrap a.btn_surface .mds {
    border-color: #9a7d53;
}

.colzig.list .col_zig_wrap.list .col_zig_img {
    min-height: 280px;
}

@media all and (max-width: 1200px) {
    .colzig .col_zig_wrap {
        display: table;
        width: 100%;
    }
    .colzig .col_zig_wrap .col_zig_img {
        min-height: 420px;
    }
    .col_zig_wrap:nth-child(odd) .col_zig_img {
        float: right;
    }
    .colzig:nth-child(even) .col_zig_wrap .col_zig_img,
    .colzig:nth-child(odd) .col_zig_wrap .col_zig_img {
        float: left;
    }
    .colzig:nth-child(even) .col_zig_wrap:nth-child(even) .col_zig_img,
    .colzig:nth-child(odd) .col_zig_wrap:nth-child(even) .col_zig_img {
        float: right;
    }
    a.btn_surface {
        padding: 45px;
    }
}

@media all and (max-width: 960px) {
    .boxinner {
        padding: 35px;
    }
}

@media all and (max-width: 480px) {
    .col_zig_wrap:nth-child(odd) .col_zig_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
    .colzig:nth-child(even) .col_zig_wrap .col_zig_img,
    .colzig:nth-child(odd) .col_zig_wrap .col_zig_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
    .colzig:nth-child(even) .col_zig_wrap:nth-child(even) .col_zig_img,
    .colzig:nth-child(odd) .col_zig_wrap:nth-child(even) .col_zig_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
    .col_zig_wrap .col_zig_body {
        width: 100%;
    }
    .boxinner {
        padding: 30px;
    }
    .col_zig_wrap .mds {
        font-size: 20px;
    }
    .col_zig_wrap .mds br {
        display: none;
    }
    a.btn_surface {
        padding: 30px 30px 50px 30px;
    }
    .btn_surface::before {
        bottom: 20px;
    }
    .btn_surface::after {
        bottom: 20px;
    }
    .col_zig_wrap.list {
        border-bottom: 1px solid #fff;
    }
    .col_zig_wrap.list.list:nth-child(odd) .col_zig_img {
        float: left;
        width: 35%;
        min-height: 110px;
        background-size: 90% !important;
        background-color: rgba(73, 63, 52, 1) !important;
        background-position: 12px center !important;
    }
    .colzig.list:nth-child(even) .col_zig_wrap.list .col_zig_img,
    .colzig.list:nth-child(odd) .col_zig_wrap.list .col_zig_img {
        float: left;
        width: 35%;
        min-height: 110px;
        background-size: 90% !important;
        background-color: rgba(73, 63, 52, 1) !important;
        background-position: 12px center !important;
    }
    .colzig.list:nth-child(even) .col_zig_wrap.list:nth-child(even) .col_zig_img,
    .colzig.list:nth-child(odd) .col_zig_wrap.list:nth-child(even) .col_zig_img {
        float: left;
        width: 35%;
        min-height: 110px;
        background-size: 90% !important;
        background-color: rgba(73, 63, 52, 1) !important;
        background-position: 12px center !important;
    }
    .col_zig_wrap.list .col_zig_body {
        width: 65%;
        float: left;
    }
    .boxinner {
        padding: 30px;
    }
    .col_zig_wrap.list .mds {
        font-size: 20px;
    }
    .col_zig_wrap.list .mds br {
        display: none;
    }
    .col_zig_wrap.list a.btn_surface {
        padding: 0 30px 0 10px;
    }
    .col_zig_wrap.list a.btn_surface:hover {
        background-color: rgba(73, 63, 52, 1);
    }
    .col_zig_wrap.list a.btn_surface .mds {
        font-size: 16px;
        margin: 0;
    }
    .col_zig_wrap.list a.btn_surface p {
        display: none;
    }
    .col_zig_wrap.list a.btn_surface:before {
        display: none;
    }
    .col_zig_wrap.list a.btn_surface:after {
        bottom: 50%;
        right: 15px;
        top: 50%;
        width: 8px;
        left: auto;
        height: 8px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
イメージナビ
----------------------------------------------------------------------------------------------------------------------------*/

#recommend {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.nav_img {
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav_img li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-align: center;
}

.nav_img a {
    display: block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.nav_img a:hover {
    background: rgba(204, 204, 204, 0.7);
    color: rgba(255, 255, 255, 1);
}

.nav_img a img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.5;
}

.nav_img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 1;
}

.nav_img a .item_comment {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: -30px 0 0 0;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}

.nav_img a .item_comment span {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 0 0;
    padding: 0;
    font-family: 'Amiri', serif;
    font-weight: normal;
    font-style: italic;
    color: #e8ddbf;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 680px) {
    .nav_img {
        display: block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .nav_img li {
        display: block;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .nav_img a .item_comment {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0;
        margin: -20px 0 0 0;
        font-size: 20px;
        letter-spacing: 0.2em;
        line-height: 2;
        text-align: center;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        opacity: 1;
    }
    .nav_img a:hover .item_comment {
        opacity: 1;
    }
    .nav_img a .item_comment span {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 1;
        font-weight: 900;
    }
}


/*------------------------------------------------------------------------
説明付㝝　3コラム
------------------------------------------------------------------------*/

.info_detail_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}

.info_detail_wrap:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info_detail_wrap:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.info_detail_wrap:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

dl.info_detail {
    position: relative;
    display: table;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    text-align: left;
}

dl.info_detail dt {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    padding: 0 20px 0 0;
    margin: 0;
    width: 180px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
    vertical-align: top;
}

dl.info_detail dd {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    padding: 0;
    margin: 0;
    width: auto;
    vertical-align: top;
}

dl.info_detail dd.info_detail_img {
    width: 30%;
    padding: 0 0 0 30px;
    margin: 0;
}

dl.info_detail dd.info_detail_img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 960px) {
    dl.info_detail {
        display: block;
        padding: 30px 0 20px 0;
    }
    dl.info_detail dt {
        display: block;
        padding: 0;
        margin: 0 0 15px 0;
        width: 100%;
    }
    dl.info_detail dt br {
        display: none;
    }
    dl.info_detail dd {
        display: block;
        width: 50%;
        padding: 0;
        margin: 0;
        float: left;
    }
    dl.info_detail dd.info_detail_img {
        width: 45%;
        padding: 0;
        margin: 0;
        float: right;
    }
    dl.info_detail dd.info_detail_img img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 480px) {
    dl.info_detail {
        display: block;
        padding: 30px 0 20px 0;
    }
    dl.info_detail dt {
        display: block;
        padding: 0;
        margin: 0 0 15px 0;
        width: 100%;
    }
    dl.info_detail dt br {
        display: none;
    }
    dl.info_detail dd {
        display: block;
        padding: 0;
        margin: 0;
        width: auto;
        vertical-align: top;
    }
    dl.info_detail dd.info_detail_img {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    dl.info_detail dd.info_detail_img img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
FAQ検索
----------------------------------------------------------------------------------------------------------------------------*/

.faq_search {
    display: block;
    position: relative;
    padding: 60px 0;
    margin: 0 0 80px 0;
    width: 100%;
    text-align: center;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.05);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(239, 239, 239, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(239, 239, 239, 1) 100%);
    background: linear-gradient(to right, rgba(239, 239, 239, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(239, 239, 239, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#efefef', GradientType=1);
}

.faq_search:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    width: 0px;
    height: 0px;
    margin-left: -20px;
    margin-bottom: -0px;
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(245, 245, 245, 1);
    border-right: 20px solid transparent;
    content: "";
}

#faq_search .wrapper {
    text-align: center;
}

.faq_search ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 0 30px 0;
    font-size: 0;
    text-align: center;
}

.faq_search ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0;
    font-size: 18px;
}

.faq_search input[type="text"] {
    display: block;
    width: 300px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.0 .5);
    margin: 0 auto 30px auto;
    border: 5px solid rgba(0, 0, 0, 0.1);
}

.faq_search ul li input[type="radio"] {
    display: none;
}

.faq_search ul li input[type="radio"]+label {
    position: relative;
    display: block;
    line-height: 1;
    padding: 15px 15px 15px 35px;
    cursor: pointer;
}

.faq_search ul li input[type="radio"]+label:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.faq_search ul li input[type="radio"]+label:before {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    border: rgba(51, 51, 51, 1) solid 2px;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
}

.faq_search ul li input[type="radio"]:checked+label:after {
    display: block;
    box-sizing: border-box;
    clear: both;
    font-size: 0;
    width: 12px;
    height: 7px;
    margin: -7px 0 0 1px;
    border-left: rgba(204, 0, 0, 1) solid 3px;
    border-bottom: rgba(204, 0, 0, 1) solid 2px;
    position: absolute;
    top: 50%;
    left: 12px;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq_search button.btn_search {
    display: block;
    box-sizing: border-box;
    position: relative;
    padding: 15px 40px 15px 40px;
    font-size: 18px;
    width: 200px;
    margin: 0 auto 10px auto;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    background: rgba(146, 132, 111, 1);
}

.faq_search button.btn_search:hover {
    background: rgba(146, 132, 111, 0.6);
}

.faq_search button.btn_search:before {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: "";
    background: url(../../img/icon_search.svgz) no-repeat 0 0;
    background-size: contain;
}

@media screen and (max-width: 480px) {
    .faq_search {
        display: block;
        padding: 20px 0 20px 0;
        margin: 0 0 30px 0;
        width: 100%;
        text-align: left;
        vertical-align: top;
    }
    .faq_search input[type="text"] {
        display: block;
        width: 200px;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.0 .5);
        margin: 0 auto 30px auto;
        border: 5px solid rgba(0, 0, 0, 0.1);
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
よ㝝㝂る㝔質啝
----------------------------------------------------------------------------------------------------------------------------*/

#faq .acmenu,
#faq_search .acmenu {
    display: block;
    clear: both;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#faq .acmenu dt {
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 15px 35px 15px 50px;
    text-align: left;
    font-size: 18px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#faq_search dt {
    display: block;
    margin: 0;
    position: relative;
    cursor: auto;
    padding: 15px 35px 15px 50px;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #f8f8f8;
}

#faq .acmenu dt:before,
#faq_search dt:before {
    position: absolute;
    font-family: "Hiragino Sans";
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    color: #DDD;
    top: 50%;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -16px;
    content: "Q";
}

#faq .acmenu dt:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    border-left: 2px solid rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 1);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

#faq .acmenu dt.active {}

#faq .acmenu dt.active:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-left: 2px solid rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 1);
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#faq .acmenu dt:hover {
    background: #f8f8f8;
}

#faq .acmenu dt.active {
    background: #f8f8f8;
}

#faq .acmenu dd img,
#faq_search .acmenu dd img {
    max-width: 100%;
    height: auto;
}

#faq .acmenu dd {
    position: relative;
    display: none;
    margin: 0;
    padding: 20px 10px 20px 80px;
    text-align: left;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#faq_search .acmenu dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 10px 20px 80px;
    text-align: left;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#faq .acmenu dd:before,
#faq_search .acmenu dd:before {
    position: absolute;
    font-family: "Hiragino Sans";
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    color: #DDD;
    top: 24px;
    left: 30px;
    display: block;
    width: 32px;
    height: 32px;
    content: "A";
}

#faq .acmenu dd,
#faq_search .acmenu dd {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

.acmenu .search_word {
    background-color: rgba(200, 228, 255, 0.5);
    padding: 2px;
}

#faq .acmenu dd a,
#faq_search .acmenu dd a {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

@media screen and (max-width: 480px) {
    #faq .acmenu dt {
        display: block;
        margin: 0;
        position: relative;
        cursor: pointer;
        padding: 15px 35px 15px 45px;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    #faq_search dt {
        display: block;
        margin: 0;
        position: relative;
        cursor: auto;
        padding: 15px 35px 15px 45px;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        background: #f8f8f8;
    }
    #faq .acmenu dt:before,
    #faq_search dt:before {
        position: absolute;
        font-family: "Hiragino Sans";
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
        color: #DDD;
        top: 50%;
        left: 10px;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        content: "Q";
    }
    #faq .acmenu dd {
        position: relative;
        display: none;
        margin: 0;
        padding: 20px 0 20px 45px;
        text-align: left;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    #faq_search .acmenu dd {
        position: relative;
        display: block;
        margin: 0;
        padding: 20px 0 20px 45px;
        text-align: left;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    #faq .acmenu dd:before,
    #faq_search .acmenu dd:before {
        position: absolute;
        font-family: "Hiragino Sans";
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
        color: #DDD;
        top: 24px;
        left: 10px;
        display: block;
        width: 32px;
        height: 32px;
        content: "A";
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
お知らせ一覧
----------------------------------------------------------------------------------------------------------------------------*/

#news {
    display: block;
    padding: 30px 0 30px 0;
    margin: 0;
    width: 100%;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#news .wrapper {
    text-align: center;
}

ul.list_news {
    display: inline-block;
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: left;
}

ul.list_news li {
    display: table;
    position: relative;
    padding: 0;
    margin: 15px 0 15px 0;
    clear: both;
}

ul.list_news li p {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 0;
}

ul.list_news li p:first-child {
    display: table-cell;
    margin: 0;
    padding: 0 20px 0 0;
}

ul.list_news li a {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: relative;
}

.icon_category {
    display: block;
    padding: 0 4px;
    width: 7em;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    background-color: rgb(44, 44, 44);
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
}

span.icon_new {
    display: inline-block;
    padding: 0 4px 0 4px;
    margin: 0 0 0 6px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background-color: #e2523d;
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    line-height: 1.2;
    vertical-align: text-top;
}

@media screen and (max-width: 480px) {
    #news {
        padding: 30px 0;
    }
    ul.list_news li p {
        display: block;
        margin: 0;
        padding: 0;
    }
    ul.list_news li p:first-child {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
    }
    span.icon_new {
        position: absolute;
        top: 0;
        left: 8.6em;
        display: inline-block;
        padding: 0 6px;
        margin: 0;
        text-decoration: none;
        text-align: center;
        color: #FFF;
        background-color: rgba(216, 86, 46, 1);
        color: rgba(255, 255, 255, 1);
        font-size: 12px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------------
お知らせ詳細
----------------------------------------------------------------------------------------------------------------------------*/

.news_wrap {
    display: block;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
}

.news_wrap .ttl {
    text-align: center;
}

.news_wrap .newsttl {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0 30px 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
}

.news_wrap .newsttl::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    border-top: 2px solid #9b7d53;
    content: "";
}

.news_wrap .mds {
    margin: 10px 0 14px 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

.news_wrap .mds:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 1em;
    height: 0;
    text-align: center;
    content: "";
    border-bottom: 2px solid #9b7d53;
}

.news_wrap p {
    font-size: 14px;
}

.news_wrap p.lead {
    font-size: 18px;
}

.news_wrap p.lead br {
    display: none;
}

@media screen and (max-width: 480px) {
    .news_wrap {
        padding: 20px;
        margin: 0 0 20px 0;
    }
    .news_wrap .mds {
        font-size: 18px;
    }
}


/*------------------------------------------------------------------------
㝊知ら㝛一覧（大）
------------------------------------------------------------------------*/

#news ul.list_news_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}

#news ul.list_news_thumb li {
    position: relative;
    box-sizing: border-box;
    display: table;
    float: none;
    padding: 1px;
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

#news ul.list_news_thumb li figure {
    display: table-cell;
    padding: 0 30px 0 0;
    margin: 0;
    width: 240px;
    height: auto;
    vertical-align: middle;
}

#news ul.list_news_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

#news ul.list_news_thumb li div {
    display: table-cell;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: left;
}

#news ul.list_news_thumb li a h3 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 16px;
    text-align: left;
}

#news ul.list_news_thumb li a p {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
}

#news ul.list_news_thumb li span.icon_category {
    display: inline-block;
    padding: 0 6px;
    width: 8em;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    background-color: rgba(219, 170, 44, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

#news ul.list_news_thumb li span.icon_new {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    padding: 0 6px;
    margin: 0 0 0 2px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background-color: rgba(216, 86, 46, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

#news ul.list_news_thumb li a {
    display: table;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
    width: 100%;
    text-align: left;
    background-color: rgba(200, 200, 200, 0.2);
    color: rgba(0, 0, 0, 1);
}

#news ul.list_news_thumb li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 800px) {
    #news ul.list_news_thumb li {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    #news ul.list_news_thumb li {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
    }
    #news ul.list_news_thumb li a {
        padding: 0;
    }
    #news ul.list_news_thumb li figure {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #news ul.list_news_thumb li figure img {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }
    #news ul.list_news_thumb li div {
        display: block;
        box-sizing: border-box;
        padding: 20px;
        margin: 0;
        text-align: left;
    }
}


/*------------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------------*/

#sitemap {
    position: relative;
    display: block;
    padding: 60px 0;
    margin: 0;
    text-align: center;
}

#sitemap .mds {
    font-size: 22px;
}

dl.sitemap_item {
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: block;
    text-align: left;
}

dl.sitemap_item dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
}

dl.sitemap_item dd {
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
snsメニュー
------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav_sns {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px auto;
    font-size: 0;
    width: 100%;
    table-layout: fixed;
}

.nav_sns li {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0;
    font-size: 18px;
    table-layout: fixed;
}

.nav_sns li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 60px 0 0 0;
    margin: 0;
    width: 60px;
    height: 0;
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.nav_sns li a.icon_tw {
    background: url(../img/common/icon_twitter.svgz) no-repeat center center;
    background-size: contain;
}

.nav_sns li a.icon_tw:hover {
    opacity: 0.5;
}

.nav_sns li a.icon_fb {
    background: url(../img/common/icon_facebook.svgz) no-repeat center center;
    background-size: contain;
}

.nav_sns li a.icon_fb:hover {
    opacity: 0.5;
}

.nav_sns li a.icon_youtube {
    background: url(../img/common/icon_youtube.svgz) no-repeat center center;
    background-size: contain;
}

.nav_sns li a.icon_youtube:hover {
    opacity: 0.5;
}

.nav_sns li a.icon_instagram {
    background: url(../img/common/icon_insta.png) no-repeat center center;
    background-size: 50px;
}

.nav_sns li a.icon_instagram:hover {
    opacity: 0.5;
}

@media screen and (max-width: 480px) {
    .nav_sns {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0 0 0px 0;
        width: 100%;
    }
    .nav_sns li {
        display: inline-block;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
    }
}


/*------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------*/

.logomain {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 380px;
    height: 140px;
    overflow: hidden;
    padding: 0;
    margin: -140px 0 0 -190px;
    background: url(../img/common/logo_main.svgz) no-repeat center center;
    background-size: contain;
    z-index: 10;
}

#topmainimg .flex-direction-nav a {
    top: 40%;
}

#topmainimg .flexslider .slides li {
    background: url(../img/top/mainimg1.jpg?202307061838) no-repeat center center;
    background-size: cover;
}

#topmainimg .flexslider .slides li:nth-child(2) {
    background: url(../img/top/mainimg2.jpg?202307061838) no-repeat center center;
    background-size: cover;
}

#topmainimg .flexslider .slides li:nth-child(3) {
    background: url(../img/top/mainimg3.jpg) no-repeat center center;
    background-size: cover;
}

#topmainimg .flexslider .slides li:nth-child(4) {
    background: url(../img/top/mainimg4.jpg) no-repeat center center;
    background-size: cover;
}

#topmainimg .flexslider .slides li:nth-child(5) {
    background: url(../img/top/mainimg5.jpg) no-repeat center center;
    background-size: cover;
}

#topmainimg .flexslider .slides li:nth-child(6) {
    background: url(../img/top/mainimg6.jpg) no-repeat center center;
    background-size: cover;
}

#topmainimg .bnr_ohm {
    width: 238px;
    position: absolute;
    bottom: 80px;
    right: 40px;
}

#concept .col {
    margin: 0;
}

#concept .col .photo {
    margin: 0 0 30px 0;
}

#concept .col .lead {
    margin: 0;
}

#concept .wrapper {
    text-align: center;
}

#topmainimg .touristinfo {
    width: 410px;
    position: absolute;
    bottom: 160px;
    right: 20px;
    padding: 0;
    margin: 0;
}
#topmainimg .touristinfo02 {
    width: 410px;
    position: absolute;
    bottom: 280px;
    right: 20px;
    padding: 0;
    margin: 0;
}

#topmainimg .touristinfo a,
#topmainimg .touristinfo02 a {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0;
    padding: 10px;
    margin: 0;
//    border-radius: 80px;
//    height: 120px;
    color: #ffffff;
}

#topmainimg .touristinfo a:hover,
#topmainimg .touristinfo02 a:hover {
    background: rgba(73, 63, 52, 0.8);
    color: #ffffff;
}

#topmainimg .touristinfo a figure,
#topmainimg .touristinfo02 a figure {
    display: block;
//    width: 103px;
    height: 90px;
    overflow: hidden;
//    border-radius: 50%;
    float: left;
}

#topmainimg .touristinfo a figure img,
#topmainimg .touristinfo02 a figure img {
    display: block;
    width: auto;
    height: 100%;
}

#topmainimg .touristinfo a div,
#topmainimg .touristinfo02 a div {
    display: block;
    width: 260px;
    margin: 0 0 0 130px;
    padding: 5px 0;
    font-size: 12px;
}

#topmainimg .touristinfo a div h3,
#topmainimg .touristinfo02 a div h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
}

#topmainimg .touristinfo a div p,
#topmainimg .touristinfo02 a div p {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}

.important_notice {
    background: #f5f5f5;
    padding: 10px 15px;
}

.important_notice dl {
    margin: 0;
    font-size: 14px;
}

.important_notice dl dt {
    margin: 0;
    width: 8em;
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 0 0 2em;
    //	color: #de2121;
}

.important_notice dl dt::before {
    content: "";
    background: url(../img/common/ico_fountain.png) no-repeat 0 0;
    background-size: 20px;
    padding: 0 0 0 25px;
}

//.important_notice dl dt::before{
position: absolute;
content: "";
width: 18px;
height: 18px;
background: #de2121;
border-radius: 10px;
left: 0;
top: 0;
bottom: 0;
margin: auto;

}
//.important_notice dl dt::after{
content: "！";
position: absolute;
width: 20px;
height: 20px;
color: #fff;
left: 2.5px;
top: 0;
bottom: 0;
margin: auto;
font-weight: 600;
font-size: 13px;

}
.important_notice dl dd {
    margin: 0 0 0 -8.5em;
    ;
    padding: 0 0 0 8.5em;
    //	width: 100%;
    width: 96%;
    box-sizing: border-box;
    display: inline-block;
}
.important_notice dl dd a {
    text-decoration: underline;
}
@media screen and (max-width: 1200px) {
    #topmainimg .touristinfo {
        width: 400px;
        position: absolute;
        //        bottom: 30px;
        right: 20px;
        padding: 0;
        margin: 0;
    }
    #topmainimg .touristinfo02 {
        width: 400px;
        position: absolute;
        right: 20px;
        padding: 0;
        margin: 0;
    }}
@media screen and (max-width: 1024px) {
    #topmainimg .touristinfo {
        bottom: 160px;
    }
    #topmainimg .touristinfo02 {
        bottom: 280px;
    }
}
@media screen and (max-width: 960px) {
    .logomain {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 320px;
        height: 100px;
        overflow: hidden;
        padding: 0 0 0 0;
        margin: -50px 0 0 -160px;
        z-index: 10;
    }
}
@media screen and (max-width: 810px) {
    #topmainimg .touristinfo,
    #topmainimg .touristinfo02 {
        display: block;
        width: 100%;
        position: relative;
        bottom: inherit;
        right: inherit;
        background: #493F34;
    }
    #topmainimg .touristinfo02{
        border-bottom:1px #5B4F40 solid;
    }
    #topmainimg .touristinfo a,
    #topmainimg .touristinfo02 a {
        background: #493F34;
        padding: 10px 5%;
        margin: 0;
        border-radius: 0;
        height: inherit;
        width: 100%;
        box-sizing: border-box;
        color: #ffffff;
        display: block;
        overflow: hidden;
    }
    #topmainimg .touristinfo a:hover,
    #topmainimg .touristinfo02 a:hover {
        background: #65594c;
        color: #ffffff;
    }
    #topmainimg .touristinfo a figure,
    #topmainimg .touristinfo02 a figure {
        width: 100px;
//        height: 100px;
        overflow: hidden;
//        border-radius: 50%;
    }
    #topmainimg .touristinfo a figure img,
    #topmainimg .touristinfo02 a figure img {
        display: block;
        width: 100%;
        height: auto;
    }
    #topmainimg .touristinfo a div,
    #topmainimg .touristinfo02 a div {
        width: auto;
        margin: 0 0 0 110px;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }
    #topmainimg .touristinfo a div br,
    #topmainimg .touristinfo02 a div br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    #topmainimg .bnr_ohm {
        width: 120px;
        position: absolute;
        bottom: -5px;
        right: 20px;
    }
    .logomain {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 320px;
        height: 100px;
        overflow: hidden;
        padding: 0 0 0 0;
        margin: -50px 0 0 -160px;
        z-index: 10;
    }
    #topmainimg .touristinfo,
    #topmainimg .touristinfo02 {
        display: block;
        width: 100%;
        position: relative;
        bottom: inherit;
        right: inherit;
        background: #493F34;
    }
    #topmainimg .touristinfo a,
    #topmainimg .touristinfo02 a {
        display: table;
        background: #493F34;
        padding: 10px 5%;
        margin: 0;
        border-radius: 0;
        height: inherit;
        width: 100%;
        box-sizing: border-box;
        color: #ffffff;
    }
    #topmainimg .touristinfo a:hover,
    #topmainimg .touristinfo02 a:hover {
        background: #65594c;
        color: #ffffff;
    }
    #topmainimg .touristinfo a figure,
    #topmainimg .touristinfo02 a figure {
        display: table-cell;
        width: 100px;
//        height: 100px;
        overflow: hidden;
//        border-radius: 50%;
    }
    #topmainimg .touristinfo a figure img,
    #topmainimg .touristinfo02 a figure img {
        display: block;
        width: 100%;
        height: auto;
    }
    #topmainimg .touristinfo a div,
    #topmainimg .touristinfo02 a div {
        display: table-cell;
        width: auto;
        margin: 0;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }
    #topmainimg .touristinfo a div h3,
    #topmainimg .touristinfo02 a div h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    .important_notice dl dt {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    #topmainimg .bnr_ohm {
        width: 40%;
        position: absolute;
        bottom: -5px;
        right: 20px;
    }
}
@media screen and (max-width: 380px) {
    .logomain {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60%;
        height: 80px;
        overflow: hidden;
        padding: 0 0 0 0;
        margin: -30px 0 0 -30%;
        z-index: 10;
    }
}

/*------------------------------------------------------------------------
トップページ レストラン案内
------------------------------------------------------------------------*/
#topcont_rest {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5% 0;
    color: #000;
    background: #F3F1EF;
}
#topcont_rest::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 40%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_l.png) left top no-repeat;
    background-size: contain;
}
#topcont_rest::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 30%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_r.png) right bottom no-repeat;
    background-size: contain;
}
#topcont_rest .ttl {
    margin: 20px 0 20px 0;
    padding: 70px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    background: url(../img/common/icon_mark_4c.svg) center top no-repeat;
    background-size: 60px;
}
#topcont_rest .lead {
    font-size: 18px;
}
#topcont_rest .col_wrap {
    display: table;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    background: none;
    z-index: 1;
}
#topcont_rest .col_wrap .col_img {
    display: table-cell;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 3% 0 0 0;
    text-align: left;
    vertical-align: top;
    background-color: unset;
}
#topcont_rest .col_wrap .col_body {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
}
#topcont_rest .col_wrap .col_body .inner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 6% 10% 10% 10%;
    box-sizing: border-box;
}
#topcont_rest .col_wrap .col_body .lead {
    font-size: 32px;
}
#topcont_rest .col_wrap .col_body p {
    font-size: 14px;
    margin-bottom: 30px;
}
#topcont_rest .btn {
    display: block;
    margin: 5% auto 0 auto;
    width: 20em;
    box-sizing: border-box;
}
#restimg {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
#restimg .list_thumb {
    display: block;
    padding: 0;
    margin: 6% 0;
    font-size: 0;
}
#restimg .list_thumb li {
    display: inline-block;
    width: 33.33%;
    padding: 0 5% 1% 5%;
}
#restlist_portaltop {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
#restlist_portaltop .list_thumb {
    display: block;
    padding: 0;
    margin: 0 0 3% 0;
    font-size: 0;
}
#restlist_portaltop .list_thumb li {
    display: inline-block;
    width: 33.33%;
    padding: 0 5% 1% 5%;
}
#restlist_portaltop .list_thumb li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}
#restlist_portaltop .list_thumb li a:hover figure img {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#restlist_portaltop .list_thumb li a figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#restlist_portaltop .list_thumb li a figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#restlist_portaltop .list_thumb li a h4 {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 14px 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: serif;
    font-size: 16px;
    text-align: center;
}
#restlist_portaltop .list_thumb li a h4:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0px;
    margin: 0 0 0 -10px;
    border-top: 3px solid #9a7d53;
    content: "";
}
#restlist_portaltop .list_thumb li a h4 span {
    display: block;
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 12px;
}
#restlist_portaltop .list_thumb li a h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 10px 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
#restlist_portaltop .list_thumb li a p {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px 0;
    text-align: left;
}
#topcont_rest .sp_cont_menu {
    display: none;
}
@media screen and (max-width: 680px) {
    #topcont_rest {
        padding: 10% 0;
        color: #000;
    }
    #topcont_rest .ttl {
        margin: 0px 0 10px 0;
        padding: 46px 0 0 0;
        font-size: 20px;
        background: url(../img/common/icon_mark_4c.svg) center top no-repeat;
        background-size: 40px;
    }
    #topcont_rest .lead {
        font-size: 14px;
    }
    #topcont_rest .col_wrap {
        display: block;
        margin: 0;
        padding: 0;
    }
    #topcont_rest .col_wrap .col_img {
        display: none;
    }
    #topcont_rest .col_wrap .col_body {
        display: block;
        width: 100%;
    }
    #topcont_rest .col_wrap .col_body .inner {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0% 5%;
        box-sizing: border-box;
    }
    #topcont_rest .col_wrap .col_body .lead {
        font-size: 18px;
    }
    #restlist_portaltop .list_thumb {
        display: block;
        padding: 0;
        margin: 0 0 3% 0;
        font-size: 0;
    }
    #restlist_portaltop .list_thumb li {
        display: inline-block;
        width: 33.33%;
        padding: 0 1% 1% 1%;
    }
    #topcont_rest .btn {
        width: 100%;
    }
    #topcont_rest .sp_cont_menu {
        position: relative;
        display: block;
        width: 90%;
        margin: 5% auto 0 auto;
        z-index: 1;
    }
    #topcont_rest .sp_cont_menu a {
        display: table;
        background: #fff;
        border: 1px solid #bcbcbc;
        padding: 10px;
    }
    #topcont_rest .sp_cont_menu a:hover {
        color: #000;
        background: #fff;
        border: 1px solid #4e4e4e;
    }
    #topcont_rest .sp_cont_menu .menu_photo {
        display: table-cell;
        width: 35%;
        padding: 0;
    }
    #topcont_rest .sp_cont_menu .menu_photo img {
        display: block;
        padding: 0;
        margin: 0;
    }
    #topcont_rest .sp_cont_menu .menu_text {
        display: table-cell;
        text-align: left;
        margin: 0;
        padding: 0 0 0 10px;
        font-size: 12px;
        vertical-align: top;
    }
    #topcont_rest .sp_cont_menu .menu_text h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 5px;
    }
    #topcont_rest .sp_cont_menu .menu_text h4 span {
        font-size: 11px;
        display: block;
        margin: 0 0 5px;
    }
    #topcont_rest .sp_cont_menu .menu_text p {
        font-size: 12px;
        display: block;
        margin: 0;
    }
}

/*------------------------------------------------------------------------
トップページ 客室案内
------------------------------------------------------------------------*/
#topcont_room {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5% 0;
    color: #000;
    background: rgb(255, 255, 255);
}
#topcont_room .ttl {
    margin: 20px 0 20px 0;
    padding: 70px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    background: url(../img/common/icon_mark.svgz) center top no-repeat;
    background-size: 60px;
}
#topcont_room .mds {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
#topcont_room .mds span {
    display: block;
    font-size: 16px;
    margin: 0 0 0.2em 0;
    padding: 0;
    font-weight: normal;
    color: #000;
}
#topcont_room .col_wrap {
    display: block;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    z-index: 1;
}
#topcont_room .col_wrap .col_img {
    display: inline-block;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 3% 0 0 0;
    text-align: left;
    vertical-align: top;
    background-color: unset;
    float: right;
}
#topcont_room .col_wrap .col_body {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
}
#topcont_room .col_wrap .col_body .inner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 6% 10% 10% 10%;
    box-sizing: border-box;
}
#topcont_room .col_wrap .col_body .lead {
    font-size: 32px;
    margin-bottom: 20px;
}
#topcont_room .btn {
    display: block;
    margin: 5% auto 0 auto;
    width: auto;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    #topcont_room .mds {
        font-size: 24px;
    }
    #topcont_room .mds span {
        font-size: 14px;
    }
}
@media screen and (max-width: 680px) {
    #topcont_room {
        padding: 10% 0;
    }
    #topcont_room .ttl {
        margin: 0px 0 10px 0;
        padding: 46px 0 0 0;
        font-size: 20px;
        background: url(../img/common/icon_mark.svgz) center top no-repeat;
        background-size: 40px;
    }
    #topcont_room .mds {
        font-size: 20px;
    }
    #topcont_room .mds span {
        font-size: 12px;
    }
    #topcont_room .col_wrap .col_img {
        display: block;
        width: 100%;
        margin: 0 0 14% 0%;
    }
    #topcont_room .col_wrap .col_body {
        display: block;
        width: 100%;
        clear: both;
    }
    #topcont_room .col_wrap .col_body .inner {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0% 5% 0% 5%;
        box-sizing: border-box;
    }
    #topcont_room .col_wrap .col_body .lead {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/*------------------------------------------------------------------------
トップページ アクセス案内
------------------------------------------------------------------------*/
#topcont_access {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5% 0 5% 0;
    color: #000;
    background: url(../img/top/bg_gaikan.svgz) right bottom no-repeat #F3F1EF;
    background-size: 20%;
}
#topcont_access .ttl {
    margin: 20px 0 20px 0;
    padding: 70px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    background: url(../img/common/icon_mark_4c.svg) center top no-repeat;
    background-size: 60px;
}
#topcont_access .col_wrap {
    display: block;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 3% 0 3% 0;
    position: relative;
    clear: both;
    background: none;
    z-index: 1;
}
#topcont_access .col_wrap .col_img {
    display: inline-block;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    background-color: unset;
    float: left;
}
#topcont_access .col_wrap .col_img .img_gaikan {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
}
#topcont_access .col_wrap .col_img .img_gaikan img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topcont_access .fig {
    width: 80%;
    margin: 5% auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}
#topcont_access .fig img {
    margin: 0;
    padding: 0;
    border: none;
}
#topcont_access .col_wrap .col_body {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
#topcont_access .col_wrap .col_body .inner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 10%;
    margin: 0;
    box-sizing: border-box;
}
#topcont_access .col_wrap .col_body .inner .img_gaikan_sp {
    display: none;
}
#topcont_access .col_wrap .col_body .inner .lead {
    font-size: 20px;
    margin: 0 0 20px 0;
}
#topcont_access .kanko_wrap {
    display: block;
    clear: both;
    width: 90%;
    padding: 5% 0 0 0;
    margin: 0 auto;
    max-width: 1200px;
}
#topcont_access .kanko_wrap ul.list_spot {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -5% 0 0;
    font-size: 0;
    text-align: right;
    box-sizing: border-box;
}
#topcont_access .kanko_wrap ul.list_spot li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 5% 30px 0;
    margin: 0;
    width: 25%;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#topcont_access .kanko_wrap ul.list_spot li figure {
    display: block;
    padding: 0;
    margin: 0 0 18px 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: relative;
}
#topcont_access .kanko_wrap ul.list_spot li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
#topcont_access .kanko_wrap ul.list_spot li figure figcaption img {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
}
#topcont_access .kanko_wrap ul.list_spot li figure figcaption {
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 9px;
    color: #000;
}
#topcont_access .kanko_wrap ul.list_spot li figure figcaption.yokanavi {
    background: url(../img/common/icon_yokanavi.svg) left top no-repeat;
    background-size: 8px;
    padding: 0 0 0 12px;
}
#topcont_access .kanko_wrap ul.list_spot li h3 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}
#topcont_access .kanko_wrap ul.list_spot li p {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}
#topcont_access .kanko_wrap ul.list_spot li .point span {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}
#topcont_access .btn {
    display: block;
    margin: 0 auto;
    width: auto;
    box-sizing: border-box;
}
@media screen and (max-width: 680px) {
    #topcont_access {
        padding: 10% 0 10% 0;
    }
    #topcont_access .ttl {
        margin: 0px 0 10px 0;
        padding: 46px 0 0 0;
        font-size: 20px;
        background: url(../img/common/icon_mark.svgz) center top no-repeat;
        background-size: 40px;
    }
    #topcont_access .col_wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        background: none;
        z-index: 1;
    }
    #topcont_access .col_wrap .col_img {
        display: none;
    }
    #topcont_access .col_wrap .col_img .img_gaikan {
        width: 100%;
    }
    #topcont_access .col_wrap .col_body {
        display: inline-block;
        width: 100%;
        padding: 0 0 5% 0;
    }
    #topcont_access .col_wrap .col_body .inner .lead {
        font-size: 16px;
        margin: 10px 0;
    }
    #topcont_access .col_wrap .col_body .inner {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0 5%;
        margin: 0;
        box-sizing: border-box;
    }
    #topcont_access .col_wrap .col_body .inner p {
        font-size: 12px;
    }
    #topcont_access .fig {
        width: 80%;
        margin: 10% auto;
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
        border: none;
    }
    #topcont_access .fig img {
        margin: 0;
        padding: 0;
        border: none;
    }
    #topcont_access .col_wrap .col_body .inner .img_gaikan_sp {
        display: block;
        float: left;
        width: 30%;
        margin: 0 5% 0 0;
    }
    #topcont_access .col_wrap .col_body .inner .img_gaikan_sp img {
        width: 100%;
        height: auto;
    }
    #topcont_access .kanko_wrap ul.list_spot li {
        position: relative;
        padding: 0 5% 8% 0;
        margin: 0;
        width: 50%;
    }
}

/*------------------------------------------------------------------------
トップページ 婚礼
------------------------------------------------------------------------*/
#topcont_bridal {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5% 0 5% 0;
    color: #000;
    background: url(../img/top/bg_ring.png) left bottom no-repeat #FFF;
    background-size: 24%;
}
#topcont_bridal::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 40%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_l.png) left top no-repeat;
    background-size: contain;
}
#topcont_bridal::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 30%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_r.png) right bottom no-repeat;
    background-size: contain;
}
#topcont_bridal .ttl {
    margin: 20px 0 20px 0;
    padding: 70px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    background: url(../img/common/icon_mark_4c.svg) center top no-repeat;
    background-size: 60px;
}
#topcont_bridal .col_wrap {
    display: block;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 5% 0 5% 0;
    position: relative;
    clear: both;
    background: none;
    z-index: 1;
}
#topcont_bridal .col_wrap .col_img {
    display: inline-block;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    background-color: unset;
    float: right;
}
#topcont_bridal .col_wrap .col_body {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
#topcont_bridal .col_wrap .col_body .inner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 10%;
    margin: 0;
    box-sizing: border-box;
}
#topcont_bridal .col_wrap .col_body .inner .lead {
    font-size: 20px;
    margin: 0 0 20px 0;
}
#topcont_bridal .col_wrap .col_body .fig {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
#topcont_bridal .col_wrap .col_body .fig a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
}
#topcont_bridal .col_wrap .col_body .fig a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topcont_bridal .btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 30em;
    box-sizing: border-box;
}
@media screen and (max-width: 680px) {
    #topcont_bridal {
        padding: 10% 0 10% 0;
    }
    #topcont_bridal::after {
        display: none;
    }
    #topcont_bridal .ttl {
        margin: 0px 0 10px 0;
        padding: 46px 0 0 0;
        font-size: 20px;
        background: url(../img/common/icon_mark.svgz) center top no-repeat;
        background-size: 40px;
    }
    #topcont_bridal .col_wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        background: none;
        z-index: 1;
    }
    #topcont_bridal .col_wrap .col_img {
        display: block;
        width: 100%;
        margin: 0 0 10% 0;
    }
    #topcont_bridal .col_wrap .col_body {
        display: inline-block;
        width: 100%;
        padding: 0 0 5% 0;
    }
    #topcont_bridal .col_wrap .col_body .inner .lead {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    #topcont_bridal .col_wrap .col_body .inner {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0 5%;
        margin: 0;
        box-sizing: border-box;
    }
    #topcont_bridal .col_wrap .col_body .inner p {
        font-size: 12px;
    }
    #topcont_bridal .btn {
        max-width: 90%;
        font-size: 20px;
    }
}

/*------------------------------------------------------------------------
トップページ フィットネス
------------------------------------------------------------------------*/
#topcont_fitness {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5% 0 3% 0;
    color: #000;
    background: #F3F1EF;
}
#topcont_fitness::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 40%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_l.png) left top no-repeat;
    background-size: contain;
}
#topcont_fitness::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 30%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_r.png) right bottom no-repeat;
    background-size: contain;
}
#topcont_fitness .ttl {
    margin: 20px 0 20px 0;
    padding: 70px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    background: url(../img/common/icon_mark_4c.svg) center top no-repeat;
    background-size: 60px;
}
#topcont_fitness .col_wrap {
    display: block;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 5% 0 5% 0;
    position: relative;
    clear: both;
    background: none;
    z-index: 1;
}
#topcont_fitness .col_wrap .col_img {
    display: inline-block;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    background-color: unset;
    float: left;
    font-size: 0;
}
#topcont_fitness .col_wrap .col_img .img_main {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
#topcont_fitness .col_wrap .col_img .img_sub1 {
    display: block;
    width: 60%;
    margin: 2% 0 0 auto;
    padding: 0;
}
#topcont_fitness .col_wrap .col_img .img_sub2 {
    position: absolute;
    bottom: 0;
    right: -42%;
    display: block;
    width: 40%;
    margin: 0 0 0 0;
    padding: 0;
}
#topcont_fitness .col_wrap .col_img .img_main img,
#topcont_fitness .col_wrap .col_img .img_sub1 img,
#topcont_fitness .col_wrap .col_img .img_sub2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topcont_fitness .col_wrap .col_body {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
#topcont_fitness .col_wrap .col_body .inner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 10%;
    margin: 0;
    box-sizing: border-box;
}
#topcont_fitness .col_wrap .col_body .inner .lead {
    font-size: 20px;
    margin: 0 0 20px 0;
}
#topcont_fitness .col_wrap .col_body .fig {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 0 5% 0;
    padding: 0;
    background: none;
    border: none;
}
#topcont_fitness .col_wrap .col_body .fig img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topcont_fitness .btn {
    display: block;
    margin: 5% auto 0 auto;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 680px) {
    #topcont_fitness {
        padding: 10% 0 10% 0;
    }
    #topcont_fitness .ttl {
        margin: 0px 0 10px 0;
        padding: 46px 0 0 0;
        font-size: 20px;
        background: url(../img/common/icon_mark.svgz) center top no-repeat;
        background-size: 40px;
    }
    #topcont_fitness .col_wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        background: none;
        z-index: 1;
    }
    #topcont_fitness .col_wrap .col_img {
        display: block;
        width: 100%;
        margin: 0 0 5% 0;
    }
    #topcont_fitness .col_wrap .col_img .img_sub1 {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding: 0;
        font-size: 0;
        vertical-align: top;
    }
    #topcont_fitness .col_wrap .col_img .img_sub2 {
        position: relative;
        right: inherit;
        bottom: inherit;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0;
        padding: 0;
    }
    #topcont_fitness .col_wrap .col_body {
        display: inline-block;
        width: 100%;
        padding: 0 0 5% 0;
    }
    #topcont_fitness .col_wrap .col_body .inner .lead {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    #topcont_fitness .col_wrap .col_body .inner {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0 5%;
        margin: 0;
        box-sizing: border-box;
    }
    #topcont_fitness .col_wrap .col_body .fig {
        display: block;
        width: 90%;
        max-width: 400px;
        margin: 0 0 5% 0;
        padding: 0;
        background: none;
        border: none;
    }
    #topcont_fitness .col_wrap .col_body .inner p {
        font-size: 12px;
    }
    #topcont_fitness .btn {
        font-size: 12px;
    }
}

/*------------------------------------------------------------------------
トップページ 観光案内
------------------------------------------------------------------------*/
#topcont_kanko {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 3% 0 5% 0;
    color: #000;
    background: #F3F1EF;
    background-size: 20%;
}
#topcont_kanko::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 40%;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/top/bg_rect_l.png) left top no-repeat;
    background-size: contain;
}
#topcont_kanko .ttl {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 5% auto;
    padding: 0;
    font-weight: normal;
}
#topcont_kanko .ttl img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topcont_kanko .kanko_wrap {
    display: block;
    width: 90%;
    padding: 0;
    margin: 2% auto 0 auto;
    max-width: 1200px;
}
#topcont_kanko .kanko_wrap .clearfix::after {
    content: "";
    display: block;
    clear: both;
}
#topcont_kanko .kanko_wrap ul.list_spot {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 0 36%;
    font-size: 0;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
}
#topcont_kanko .kanko_wrap ul.list_spot li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 14px 3%;
    margin: 0;
    width: 33.33%;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#topcont_kanko .kanko_wrap ul.list_spot:nth-of-type(1) {
    display: block;
    width: 36%;
    margin: 0;
    padding: 0;
    float: left;
    border-left: none;
}
#topcont_kanko .kanko_wrap ul.list_spot:nth-of-type(1) li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 5% 30px 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#topcont_kanko .kanko_wrap ul.list_spot li figure {
    display: block;
    padding: 0;
    margin: 0 0 14px 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: relative;
}
#topcont_kanko .kanko_wrap ul.list_spot li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
#topcont_kanko .kanko_wrap ul.list_spot li figure figcaption img {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 11px;
}
#topcont_kanko .kanko_wrap ul.list_spot li figure figcaption {
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 9px;
    color: #000;
}
#topcont_kanko .kanko_wrap ul.list_spot li figure figcaption.yokanavi {
    background: url(../img/common/icon_yokanavi.svg) left top no-repeat;
    background-size: 8px;
    padding: 0 0 0 12px;
}
#topcont_kanko .kanko_wrap ul.list_spot li h3 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}
#topcont_kanko .kanko_wrap ul.list_spot li h3 span.ruby {
    font-size: 8px;
    color: #666;
}
#topcont_kanko .kanko_wrap ul.list_spot li h3 br {
    display: none;
}
#topcont_kanko .kanko_wrap ul.list_spot li p {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}
#topcont_kanko .kanko_wrap ul.list_spot li .point span {
    display: inline-block;
    margin: 4px 2px 4px 0;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}
#topcont_kanko .kanko_wrap ul.list_course {
    position: relative;
    display: block;
    padding: 0;
    margin: 5% -30px 0 0;
    font-size: 0;
    text-align: right;
    box-sizing: border-box;
}
#topcont_kanko .kanko_wrap ul.list_course li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 50%;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#topcont_kanko .kanko_wrap ul.list_course li a {
    display: table;
    padding: 0;
    margin: 0;
    background: #F9F9F9;
    position: relative;
}
#topcont_kanko .kanko_wrap ul.list_course li a::after {
    position: absolute;
    top: 13px;
    left: 53%;
    display: block;
    width: 40px;
    height: 50px;
    padding: 0;
    margin: 0;
    content: '';
    background: url(../img/touristinfo/icon_pin_course.png) center top no-repeat;
    background-size: contain;
}
#topcont_kanko .kanko_wrap ul.list_course li a figure {
    display: table-cell;
    padding: 0;
    margin: 0;
    width: 50%;
    vertical-align: top;
    overflow: hidden;
}
#topcont_kanko .kanko_wrap ul.list_course li a figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#topcont_kanko .kanko_wrap ul.list_course li a:hover figure img {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#topcont_kanko .kanko_wrap ul.list_course li div {
    display: table-cell;
    padding: 20px;
    margin: 0;
    vertical-align: top;
}
#topcont_kanko .kanko_wrap ul.list_course li div h3 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px 48px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
}
#topcont_kanko .kanko_wrap ul.list_course li div p {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    margin: 30px 0 0 0;
}
#topcont_kanko .btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 18em;
    box-sizing: border-box;
    padding: 14px;
    font-size: 1.2em;
}
@media screen and (max-width: 680px) {
    #topcont_kanko {
        padding: 10% 0 10% 0;
    }
    #topcont_kanko .kanko_wrap ul.list_spot {
        padding: 0;
        margin: 0;
    }
    #topcont_kanko .kanko_wrap ul.list_spot li {
        padding: 0 0 24px 0;
        margin: 0;
        width: 100%;
        font-size: 12px;
        text-align: left;
        vertical-align: top;
        clear: both;
    }
    #topcont_kanko .kanko_wrap ul.list_spot:nth-of-type(1) {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }
    #topcont_kanko .kanko_wrap ul.list_spot:nth-of-type(1) li {
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 0 24px 0;
        margin: 0;
        width: 100%;
        font-size: 12px;
        text-align: left;
        vertical-align: top;
    }
    #topcont_kanko .kanko_wrap ul.list_spot li figure {
        display: block;
        padding: 0;
        margin: 0;
        width: 30%;
        float: left;
    }
    #topcont_kanko .kanko_wrap ul.list_spot li h3 {
        margin: 0 0 5px 35%;
        font-size: 14px;
    }
    #topcont_kanko .kanko_wrap ul.list_spot li h3 br {
        display: none;
    }
    #topcont_kanko .kanko_wrap ul.list_spot li p {
        margin: 0 0 0 35%;
    }
    #topcont_kanko .btn {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    #topcont_kanko .kanko_wrap ul.list_course {
        margin: 5% 0 0 0;
    }
    #topcont_kanko .kanko_wrap ul.list_course li {
        padding: 0 0px 20px 0;
        margin: 0;
        width: 100%;
    }
    #topcont_kanko .kanko_wrap ul.list_course li a {
        background: #fff;
        padding: 5%;
    }
    #topcont_kanko .kanko_wrap ul.list_course li a::after {
        position: absolute;
        top: 10px;
        right: inherit;
        left: 38%;
        display: block;
        width: 40px;
        height: 50px;
        padding: 0;
        margin: 0;
        content: '';
        background: url(../img/touristinfo/icon_pin_course.png) center top no-repeat;
        background-size: contain;
    }
    #topcont_kanko .kanko_wrap ul.list_course li a figure {
        width: 30%;
    }
    #topcont_kanko .kanko_wrap ul.list_course li div {
        padding: 0 0 0 20px;
        margin: 0;
    }
    #topcont_kanko .kanko_wrap ul.list_course li div h3 {
        display: block;
        box-sizing: border-box;
        padding: 0;
        margin: 0 0 10px 50px;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
    }
    #topcont_kanko .kanko_wrap ul.list_course li div p {
        margin: 0;
    }
}

/*------------------------------------------------------------------------
アクセス
------------------------------------------------------------------------*/
#access .col_access {
    display: block;
    text-align: left;
    margin: 0;
    padding: 20px 0;
}
.map {
    clear: both;
    padding: 0;
    margin: 0;
    height: 600px;
    width: 100%;
    color: #000;
}
#maparea {
    clear: both;
    padding: 0;
    margin: 0;
    height: 100%;
}
.icon_walk {
    background: url(../img/access/icon_walk.svgz) no-repeat center top;
    background-size: 60px;
    display: block;
    padding: 60px 0 0 0;
}
.icon_car {
    background: url(../img/access/icon_car.svgz) no-repeat center top;
    background-size: 60px;
    display: block;
    display: block;
    padding: 60px 0 0 0;
}
.icon_plane {
    background: url(../img/access/icon_airplane.svgz) no-repeat center top;
    background-size: 60px;
    display: block;
    padding: 60px 0 0 0;
}
@media all and (max-width: 680px) {
    .map {
        margin: 0 auto 0px auto;
        height: 460px;
    }
}

/*------------------------------------------------------------------------
アクセスルート表示
------------------------------------------------------------------------*/
#access ul.list_thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 -30px 20px 0;
    font-size: 0;
    text-align: left;
}
#access ul.list_thumb li {
    position: relative;
    display: inline-block;
    margin: 0 2% 30px 0;
    padding: 0;
    width: 32%;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#access ul.list_thumb li:nth-child(3n) {
    margin: 0 0 30px 0;
}
#access ul.list_thumb li a {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
}
#access ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#access ul.list_thumb li a:hover {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
}
#access ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0px;
    margin: 0 0 20px 0;
}
#access ul.list_thumb li img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#access ul.list_thumb li h4 {
    display: block;
    padding: 0;
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
#access ul.list_thumb li p {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px;
}
#access ul.list_thumb li span.icon_num,
#access ul.list_thumb li span.icon_num2 {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    background-color: #3373be;
    color: #fff;
    border-radius: 100%;
}
#access ul.list_thumb li span.icon_num2 {
    background-color: #d80015;
}
#accesslist {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 30px 0 0 0;
    background: rgb(255, 255, 255);
}
#accesslist .list_thumb_wrap {
    border-bottom: none;
}
#accesslist ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0px 0;
    font-size: 0;
    text-align: left;
}
#accesslist ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    margin: 0;
    width: 50%;
    font-size: 12px;
    text-align: left;
    float: left;
}
#accesslist ul.list_thumb li:nth-child(1),
#accesslist ul.list_thumb li:nth-child(2) {
    background: url(../img/access/icon_walk.svgz) no-repeat 5% center;
    background-size: 6%;
}
#accesslist ul.list_thumb li:nth-child(3) {
    background: url(../img/access/icon_airplane.svgz) no-repeat 5% center;
    background-size: 6%;
    margin: 0;
}
#accesslist ul.list_thumb li:nth-child(4),
#accesslist ul.list_thumb li:nth-child(5) {
    background: url(../img/access/icon_car.svgz) no-repeat 5% center;
    background-size: 6%;
}
#accesslist ul.list_thumb li h4 {
    display: table-cell;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px 15px 10px 13%;
    text-align: left;
    box-sizing: border-box;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 18px;
}
#accesslist ul.list_thumb li a {
    width: 100%;
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
}
#accesslist ul.list_thumb li a:hover {
    background-color: rgba(200, 200, 200, 0.5);
    color: rgba(0, 0, 0, 1);
    display: table;
    padding: 10px;
    margin: 0;
}
#accesslist ul.list_thumb li.active a {
    background-color: rgba(200, 200, 200, 0.5);
}
@media screen and (max-width: 800px) {
    #access ul.list_thumb li {
        width: 48%;
        margin: 0 4% 30px 0;
        font-size: 12px;
    }
    #access ul.list_thumb li:nth-child(3n) {
        margin: 0 4% 30px 0;
    }
    #access ul.list_thumb li:nth-child(2n) {
        margin: 0 0 30px 0;
    }
    #accesslist ul.list_thumb li {
        width: 50%;
        margin: 0 !important;
    }
    #accesslist ul.list_thumb li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    #access .list_thumb_wrap {
        padding: 10px 0 0;
    }
    #access ul.list_thumb li {
        width: 100%;
        padding: 0 0 20px 0;
    }
    #accesslist {
        padding: 30px 0 30px 0;
    }
    #accesslist ul.list_thumb li {
        width: 100%;
        padding: 0;
        margin: 0 0 5px !important;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
詳細共通
----------------------------------------------------------------------------------------------------------------------------*/
.cont_detail {
    margin: 0 auto;
}
.cont_detail>p {
    text-align: left;
}
.center_textbox {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 100%;
}
.center_txt {
    display: inline-block;
    text-align: left;
}
.cont_detail p.center {
    text-align: center;
}
.cont_detail .mds {
    margin: 35px 0 20px 0px;
    border-left: 5px solid #9b7d53;
    padding: 0 0 0 12px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}

/*.cont_detail .mds:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 1em;
    height: 0;
    text-align: center;
    content: "";
    border-bottom: 2px solid #9b7d53;
}*/
@media all and (max-width: 960px) {
    .colzig .col_zig_wrap .col_zig_img {
        min-height: 320px;
    }
}
@media screen and (max-width: 480px) {
    .plan_detail_wrap .mds {
        margin: 35px 0 20px 0px;
        border-left: 2px solid #9b7d53;
        padding: 0 0 0 12px;
        text-align: left;
        font-size: 20px;
        letter-spacing: 0;
    }
}

/*.cont_detail .mds:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 1em;
    height: 0;
    text-align: center;
    content: "";
    border-bottom: 2px solid #9b7d53;
}*/
.cont_detail .zumen {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    border: #eee solid 4px;
    background: #fff;
}
.cont_detail .zumen img {
    max-width: 50%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.cont_detail .zumen_banq {
    display: block;
    margin: 0 0 40px 0;
}
.cont_detail .zumen_banq img {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .cont_detail .zumen img {
        max-width: 60%;
    }
    .cont_detail .zumen_banq img {
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .cont_detail .zumen img {
        max-width: 100%;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
プラン一覧
----------------------------------------------------------------------------------------------------------------------------*/
.plan_list_wrap {
    display: block;
    padding: 30px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: rgba(245, 245, 245, 1);
}
ul.plansort {
    position: relative;
    right: 0;
    display: table;
    padding: 0;
    margin: 0 0 20px auto;
    list-style: none;
    text-align: center;
}
ul.plansort li {
    display: table-cell;
    box-sizing: border-box;
    padding: 2px;
    margin: 0;
}
ul.plansort li a.sort_btn {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 3px 10px 3px 20px;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0.05);
    width: auto;
    font-size: 12px;
    background: url(../img/common/icon_sort.svgz) no-repeat 6px center;
    background-size: 10px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 1);
}
ul.plansort li a.sort_btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
ul.planlist {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 -20px 20px 0;
    list-style: none;
    text-align: center;
    vertical-align: top;
    clear: both;
}
ul.planlist li {
    display: block;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    margin: 0;
    width: 33.33%;
    vertical-align: top;
    float: left;
}
ul.planlist li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
}
ul.planlist li a:hover {
    opacity: 0.7;
}
ul.planlist li a img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
ul.planlist li a .wrap {
    display: block;
    padding: 20px;
    margin: 0;
}
ul.planlist li a .category {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 1;
    opacity: 0.8;
}
ul.planlist li a .planttl {
    display: block;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
}
ul.planlist li a .planttl:before,
ul.planlist li a .planttl:after {
    position: absolute;
    background: #fff;
}
ul.planlist li a .planttl:before {
    content: "…";
    bottom: 0;
    right: 0;
    color: rgba(100, 100, 100, 1);
}
ul.planlist li a .planttl:after {
    content: "";
    width: 100%;
    height: 100%;
}
ul.planlist li a .point {
    display: inline-block;
    margin: 1px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.planlist li a span.jal {
    display: inline-block;
    margin: 0 auto 5px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #BF1A20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.planlist li a:hover .point {
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 680px) {
    span.gentei {
        position: absolute;
        top: 10px;
        left: -10px;
    }
}
span.gentei {
    margin: 1px;
    display: inline-block;
    background: #004998;
    color: #FFF;
    font-size: 14px;
    padding: 5px;
}

}
ul.planlist li a .price {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
ul.planlist li a .date {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: normal;
}
ul.planlist li a .price span {
    margin: 0 0 0 4px;
    font-weight: 600;
    font-size: 18px;
}
ul.planlist li a .icon_new {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 0;
    margin: 0;
    padding: 50px 0 0 0;
    background: url(../img/common/icon_new.svgz) center center no-repeat;
    background-size: cover;
    z-index: 1;
}
ul.planlist li a .icon_no1 {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 0;
    margin: 0;
    padding: 50px 0 0 0;
    background: url(../img/common/icon_no1.svgz) center center no-repeat;
    background-size: cover;
    z-index: 1;
}
.result_num {
    float: left;
    font-size: 12px;
    margin: 0 0 5px;
    display: block;
    text-align: left;
}
.result_num span {
    margin: 0 5px;
    font-size: 18px;
}
.result_num .over {
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
    color: #e2523d;
    float: left;
}
@media screen and (max-width: 960px) {
    ul.planlist li {
        width: 50%;
    }
    ul.planlist li a {
        background-color: rgba(255, 255, 255, 1);
    }
    ul.planlist li:nth-child(even) a {
        background-color: rgba(255, 255, 255, 1);
    }
    ul.planlist li a .planttl:before,
    ul.planlist li a .planttl:after {
        background: rgba(255, 255, 255, 1);
    }
}
@media screen and (max-width: 480px) {
    .plan_list_wrap {
        display: block;
        padding: 30px 0;
    }
    ul.planlist li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
宿泊プラン一覧
----------------------------------------------------------------------------------------------------------------------------*/
ul.stayplanlist {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 -20px 20px 0;
    list-style: none;
    text-align: center;
    vertical-align: top;
}
ul.stayplanlist li {
    display: block;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    margin: 0;
    width: 50%;
    vertical-align: top;
    float: left;
}
ul.stayplanlist li a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    float: left;
}
ul.stayplanlist li a img {
    width: 30%;
    height: auto;
    margin-bottom: 0px;
    float: left;
}
ul.stayplanlist li a .wrap {
    display: block;
    padding: 5px 20px 0 20px;
    margin: 0;
    width: 70%;
    float: left;
    box-sizing: border-box;
}
ul.stayplanlist li a .category {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 12px;
    line-height: 1;
    opacity: 0.6;
}
ul.stayplanlist li a .planttl {
    display: inline-block;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}
ul.stayplanlist li a .planttl:before,
ul.stayplanlist li a .planttl:after {
    position: absolute;
    background: #fff;
}
ul.stayplanlist li a .planttl:before {
    content: "…";
    bottom: 0;
    right: 0;
    color: rgba(100, 100, 100, 1);
}
ul.stayplanlist li a .planttl:after {
    content: "";
    width: 100%;
    height: 100%;
}
ul.stayplanlist li a .point {
    display: inline-block;
    margin: 1px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.stayplanlist li a:hover .point {
    background-color: rgba(0, 0, 0, 0.2);
}
ul.stayplanlist li a .price {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
ul.stayplanlist li a .date {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    font-size: 12px;
    font-weight: normal;
}
ul.stayplanlist li a .price span {
    margin: 0 0 0 4px;
    font-weight: 600;
    font-size: 18px;
}
ul.stayplanlist li a .icon_new {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 0;
    margin: 0;
    padding: 50px 0 0 0;
    background: url(../img/common/icon_new.svgz) center center no-repeat;
    background-size: cover;
    z-index: 1;
}
ul.stayplanlist li a .icon_no1 {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 0;
    margin: 0;
    padding: 50px 0 0 0;
    background: url(../img/common/icon_no1.svgz) center center no-repeat;
    background-size: cover;
    z-index: 1;
}
@media screen and (max-width: 960px) {
    ul.stayplanlist li {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    ul.stayplanlist li a {
        padding: 0;
    }
    ul.stayplanlist li a img {
        width: 100%;
    }
    ul.stayplanlist li a .wrap {
        padding: 20px;
        width: 100%;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
プラン詳細
----------------------------------------------------------------------------------------------------------------------------*/
#plan {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.plan_detail_wrap {
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    vertical-align: top;
    text-align: center;
}
.plan_detail_wrap .restname {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}
.plan_detail_wrap .restname span {
    display: inline-block;
    padding: 0 6px 0 0;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.plan_detail_wrap .planttl {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0 30px 0;
    font-size: 26px;
    line-height: 1.5;
    font-weight: normal;
}
.plan_detail_wrap .restplan {
    display: block;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9b7d53;
    letter-spacing: 1px;
}
.plan_detail_wrap p {
    text-align: left;
}
.plan_detail_wrap .planttl::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    border-top: 2px solid #9b7d53;
    content: "";
}
.plan_detail_wrap .mds {
    margin: 35px 0 20px 0px;
    border-left: 5px solid #9b7d53;
    padding: 0 0 0 12px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}

/*
.plan_detail_wrap .mds:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 1em;
    height: 0;
    text-align: center;
    content: "";
    border-bottom: 2px solid #9b7d53;
}*/
dl.plan_detail {
    padding: 0;
    margin: 20px 0 20px 0;
    list-style: none;
    display: block;
    text-align: left;
    border-bottom: 2px solid #eee;
}
dl.plan_detail dt {
    float: left;
    padding: 10px 0 0px 0;
    margin: 0;
    position: relative;
    border-top: 2px solid #eee;
    width: 6em;
    z-index:+1;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
dl.plan_detail dd {
    margin: 0;
    padding: 10px 0 10px 7em;
    position: relative;
    border-top: 2px solid #eee;
    font-size: 16px;
    line-height: 1.5;
}
dl.plan_detail dd p {
    margin: 0;
    padding: 0;
}
.menuttl {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    text-align: center;
}
.menu_alacarte {
    display: block;
    text-align: left;
    padding: 50px;
    margin: 0 0 20px 0;
    position: relative;
    border: 6px solid #eee;
}
.menu_alacarte::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.menu_alacarte .menuttl {
    text-align: left;
}
.menu_alacarte .ttl {
    font-size: 24px;
    font-weight: 500;
}
.menu_alacarte ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_alacarte ul li {
    display: block;
    position: relative;
    padding: 0;
    margin: 15px 0;
}
.menu_alacarte dl {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_alacarte dl dt {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 0 15px 0;
    margin: 0;
    width: 80%;
    vertical-align: top;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu_alacarte dl dd {
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 0 15px 10px;
    margin: 0;
    width: 20%;
    vertical-align: top;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu_japanese {
    display: block;
    text-align: left;
    padding: 50px;
    margin: 30px 0;
    position: relative;
    background: rgba(255, 255, 255, 1);
    font-weight: normal;
    border: 6px solid #eee;
}
.menu_japanese::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.menu_japanese .ttl {
    font-size: 1.6em;
    margin: 0 0 20px;
}
.menu_japanese dl {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_japanese dl dt {
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    width: 6em;
    z-index:+1;
}
.menu_japanese dl dd {
    margin: 0 0 20px 0;
    padding: 0 0 0 7em;
    position: relative;
}
.menu_japanese dd a {
    text-decoration: underline;
}
.menu_nav a.over {
    opacity: 0.5;
}
.menu_nav a.over:hover {
    color: rgba(0, 0, 0, 1);
}
.menu_western {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 0 0 30px 0;
    position: relative;
    background: rgba(255, 255, 255, 1);
    font-weight: normal;
    border: 6px solid #eee;
}
.menu_western::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.menu_western ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_western ul li {
    display: block;
    position: relative;
    padding: 0;
    margin: 15px 0;
}
#plan ul.btns {
    display: block;
    margin: 10px auto;
    padding: 0;
    list-style: none;
    font-size: 0;
    max-width: 600px;
}
.btn_kansenplan {
    display: none;
}
.kansenplan {
    display: block;
    margin: -1px 0 0;
    padding: 0;
}
.teamday {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
.teamday:last-child {
    border-bottom: 1px solid #CCC;
}
.teamday td {
    background-color: #FFF;
    margin: 1px;
    border: 1px dotted #CCC;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.teamday td ul {
    margin: 0;
    padding: 0;
}
.teamday td ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0 0 0 30px;
}
.teamday td ul li:before {
    display: block;
    position: absolute;
    top: 0.6em;
    left: 1em;
    padding: 0;
    margin: 0;
    width: 3px;
    height: 3px;
    background-color: rgba(0, 0, 0, 1);
    content: "";
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.teamday td ul li:first-child {
    padding: 0 0 0 5px;
}
.teamday td ul li:first-child:before {
    width: 0;
    height: 0;
}
.teamday tr:last-child td {
    border-bottom: none;
}
.teamday .kesi {
    text-decoration: line-through;
    color: #CCC;
}
.teamday tr .san {
    background-color: #FFD9D9;
}
.teamday tr .sat {
    background-color: #E2FBFE;
}
.teamday tr td:nth-child(1) {
    width: 7%;
}
.teamday tr td:nth-child(2) {
    width: 2%;
}
.teamday tr td:nth-child(3) {
    width: 13%;
}
.teamday tr td:nth-child(4) {
    width: 9%;
}
.teamday tr td:nth-child(5) {
    width: 18%;
}
.teamday tr td:nth-child(6) {
    width: 51%;
}
.teamday a:link {
    color: #2053A3;
    text-decoration: none;
}
.teamday a:visited {
    color: #2053A3;
    text-decoration: none;
}
.teamday a:link {
    color: #2053A3;
    text-decoration: none;
}
.teamday tr th {
    color: #666;
    background-color: #FEFFF0;
    font-size: 1.1em;
    padding: 5px;
    margin: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-bottom-color: #CCC;
    text-align: center;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCC;
    border-left-color: #CCC;
}
.TabbedPanelsContent {
    overflow: hidden;
    padding-top: 15px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    background-image: url(../img/backtab.jpg);
}
.upgrade {
    background-color: #FFF;
    color: #D35400;
    padding-left: 10px;
    text-align: right;
}
#cont #tyui {
    text-align: left;
}
.u_style h2.mds {
    margin: 35px 0 14px 0;
    border-bottom: 2px solid #eee;
    padding: 0 0 3px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
.u_style h2.mds:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 1em;
    height: 0;
    text-align: center;
    content: "";
    border-bottom: 2px solid #9b7d53;
}
#tyui p.mds span {
    display: inline-block;
}
#tyui ul {
    list-style: none;
    padding: 0;
}
#tyui li {
    margin: 5px 0;
}
.cont_detail p.bus {
    color: #CC2E01;
    text-align: center;
}
.scroll {
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 5px;
}
.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
    background: rgba(153, 125, 83, 1);
}
#plan_seat .mds span.plan_mark {
    font-size: 18px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
}
.plantxt dt {
    float: left;
    width: 8em;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
}
.plantxt dd {
    margin-left: 8em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-top: 1px solid #ccc;
}
#plan_seat dt,
#dyna_p dt {
    float: left;
    width: 10em;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
}
#plan_seat dd,
#dyna_p dd {
    margin-left: 10em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-top: 1px solid #ccc;
}
br.sp {
    display: none;
}
#dyna_p iframe {
    width: 70%;
    height: 200px;
}
span.pen_stripe {
    position: relative;
}
span.pen_stripe.pen_stripe::after {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    height: 3px;
    background: repeating-linear-gradient(-45deg, #ccc, #ccc 3px, #fff 3px, #fff 6px);
}
span.pen_yellow {
    background: linear-gradient(transparent 70%, #ffff66 0%);
}
span.marker_pink {
    background: linear-gradient(transparent 40%, #f9cff1 50%);
}
span.marker_yellow {
    background: linear-gradient(transparent 40%, #ffff66 50%);
}
span.marker_mildyellow {
    background: linear-gradient(transparent 40%, #ffff99 50%);
}
span.under1 {
    border-bottom: 2px dotted #50CBD1;
    padding-bottom: 0px;
    color: #00A3AB;
}
@media screen and (max-width: 960px) {
    #dyna_p iframe {
        width: 95%;
        height: 400px;
    }
}
@media screen and (max-width: 680px) {
    .btn_kansenplan {
        display: block;
        margin: 5px 0;
        text-align: center;
        font-size: 16px;
        padding: 8px 20px 8px 20px;
        line-height: 1.4;
        text-decoration: none;
        width: auto;
        min-width: 10em;
        height: inherit;
        cursor: pointer;
        position: relative;
        color: rgba(255, 255, 255, 1);
        background-color: rgba(153, 125, 83, 1);
    }
    .btn_kansenplan:before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 5px;
        height: 5px;
        margin-top: -5px;
        border-left: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }
    .btn_kansenplan.active:before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-left: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(255, 255, 255, 1);
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .kansenplan {
        display: none;
    }
    .kansenplan.active {
        display: block;
    }
    .teamday {
        margin: 0 0 10px;
    }
    .pc_display{
        display: none;
    }
    .teamday tr th,
    .teamday tr td {
        margin: 0;
        float: left;
        box-sizing: border-box;
        border: 0;
        line-height: 1.5;
    }
    .teamday tr th {
        font-size: 12px;
        border-bottom: 1px solid #CCC;
        vertical-align: middle;
    }
    .teamday td ul li {
        display: block;
    }
    .teamday td ul li:first-child {
        display: inline-block;
        float: left;
        position: relative;
        padding: 0 0 0 30px;
    }
    .teamday td ul li:first-child:before {
        display: block;
        position: absolute;
        top: 0.6em;
        left: 1em;
        padding: 0;
        margin: 0;
        width: 3px;
        height: 3px;
        background-color: rgba(0, 0, 0, 1);
        content: "";
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }
    .teamday tr th:nth-child(1) {
        width: 22%;
        border-right: 1px solid #CCC;
    }
    .teamday tr th:nth-child(2) {
        width: 10%;
        border-right: 1px solid #CCC;
    }
    .teamday tr th:nth-child(3) {
        width: 43%;
        border-right: 1px solid #CCC;
    }
    .teamday tr th:nth-child(4) {
        width: 25%;
    }
    .teamday tr th:nth-child(5) {
        display: none;
    }
    .teamday tr th:nth-child(6) {
        display: none;
    }
    .teamday tr td:nth-child(1) {
        width: 22%;
        border-right: 1px dotted #CCC;
    }
    .teamday tr td:nth-child(2) {
        width: 10%;
        border-right: 1px dotted #CCC;
    }
    .teamday tr td:nth-child(3) {
        width: 43%;
        border-right: 1px dotted #CCC;
    }
    .teamday tr td:nth-child(4) {
        width: 25%;
    }
    .teamday tr td:nth-child(5) {
        width: 100%;
        border-top: 1px dotted #CCC;
        border-bottom: 1px solid #CCC;
    }
    .teamday tr td:nth-child(6) {
        width: 100%;
        border-top: 1px dotted #CCC;
        border-bottom: 1px solid #CCC;
    }
}
@media screen and (max-width: 480px) {
    #plan {
        box-sizing: border-box;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 30px 0 30px 0;
    }
    .plans {
        box-sizing: border-box;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0;
    }
    .plan_detail_wrap {
        display: block;
        padding: 0;
    }
    .plan_detail_wrap .restname {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 1.6;
    }
    .plan_detail_wrap .restname span {
        display: block;
        margin: 0;
        padding: 0;
    }
    .menu_alacarte {
        padding: 25px;
    }
    .menu_japanese {
        padding: 25px;
    }
    br.sp {
        display: block;
    }
    #dyna_p iframe {
        width: 100%;
        height: 420px;
    }
    .tourlist-box .tourlist-button-box .tourlist-button {
        background: rgba(153, 125, 83, 1);
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
プラン検索
----------------------------------------------------------------------------------------------------------------------------*/
.plan_search {
    display: block;
    padding: 50px 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 1);
}
.plan_search h2 {
    display: block;
    position: relative;
    padding: 8px;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: normal;
}
.plan_search dl {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0 0 20px 0;
}
.plan_search dl dt {
    float: left;
    padding: 5px 0 0 0;
    margin: 0;
    position: relative;
    width: 6em;
    z-index:+1;
    font-size: 16px;
}
.plan_search dl dd {
    margin: 0 0 20px 0;
    padding: 0 0 0 7em;
    position: relative;
}
.plan_search ul {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0 0 10px 0;
}
.plan_search ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0;
    font-size: 14px;
}
.plan_search ul li input[type="checkbox"],
.plan_search ul li input[type="radio"] {
    display: none;
}
.plan_search ul li input[type="checkbox"]+label,
.plan_search ul li input[type="radio"]+label {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    background-color: rgba(155, 155, 155, 0);
    border-radius: 6px;
}
.plan_search ul li input[type="checkbox"]+label:hover ,
.plan_search ul li input[type="radio"]+label:hover {
    background-color: rgba(155, 155, 155, 0.1);
}
.plan_search ul li input[type="checkbox"]+label:before,
.plan_search ul li input[type="radio"]+label:before {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    border: rgba(100, 100, 100, 0.3) solid 2px;
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
}
.plan_search ul li input[type="checkbox"]:checked+label:after,
.plan_search ul li input[type="radio"]:checked+label:after {
    display: block;
    box-sizing: border-box;
    clear: both;
    font-size: 0;
    width: 12px;
    height: 7px;
    margin: -7px 0 0 1px;
    border-left: rgb(220, 70, 70) solid 3px;
    border-bottom: rgb(220, 70, 70) solid 2px;
    position: absolute;
    top: 50%;
    left: 12px;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.plan_search button.btn_search {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    padding: 28px 0 0 0;
    margin: 20px auto 10px auto;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    background: rgba(146, 132, 111, 1);
    border-radius: 100%;
}
.plan_search button.btn_search:hover {
    background: rgba(146, 132, 111, 0.6);
}
.plan_search button.btn_search:before {
    position: absolute;
    top: 15px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    content: "";
    background: url(../img/common/icon_search.svgz) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 680px) {
    .plan_search {
        display: block;
        margin: 0;
        padding: 40px 0 20px;
    }
    .plan_search h2 {
        font-size: 24px;
    }
    .plan_search dl {
        display: block;
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .plan_search dl.last {
        border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    }
    .plan_search dl dt {
        float: none;
        padding: 0 0 10px 0;
        margin: 0;
        position: relative;
        width: auto;
    }
    .plan_search dl dd {
        margin: 0 0 20px 0;
        padding: 0;
        display: none;
    }
    .plan_search .acmenu {
        display: block;
        clear: both;
        cursor: pointer;
    }
    .plan_search .acmenu dt {
        display: block;
        margin: 0;
        position: relative;
        cursor: pointer;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;
        border-top: 3px solid rgba(0, 0, 0, 0.1);
    }
    .plan_search .acmenu dt:after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -8px;
        border-left: 2px solid rgba(1, 1, 1, 0.5);
        border-top: 2px solid rgba(1, 1, 1, 0.5);
        content: "";
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .plan_search .acmenu dt.active {}
    .plan_search .acmenu dt.active:after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -3px;
        border-left: 2px solid rgba(1, 1, 1, 0.5);
        border-top: 2px solid rgba(1, 1, 1, 0.5);
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .plan_search .acmenu dt:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    .plan_search .acmenu dt.active {
        background: rgba(255, 255, 255, 0);
    }
}

/*------------------------------------------------------------------------
宴会ページ
------------------------------------------------------------------------*/
span.submds {
    display: block;
    font-size: 18px;
    margin: 15px 0 0 0;
    font-weight: bold;
}
p.m_read {
    font-size: 22px;
    color: rgba(153, 125, 83, 1);
}
#layout {
    text-align: left;
}
#layout h5 {
    color: rgba(153, 125, 83, 1);
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
#layout li {
    list-style-type: none;
}
h5.submds {
    color: rgba(153, 125, 83, 1);
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.noMarker li {
    text-align: left;
    list-style-type: none;
}
.textlist {
    text-align: left;
}
.textlist dt {
    float: left;
    width: 6em;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1.8;
}
.textlist dd {
    margin-left: 6em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 1.8;
}
.textlist dd span {
    display: block;
}
dl.thin dt {
    width: 3em;
}
dl.thin dd {
    margin-left: 3em;
}
.indent {
    margin-left: 20px;
}
.fw_b {
    font-weight: bold;
}
p.pat_b {
    background: #eee;
    padding: 10px;
}
#owakareqa {
    text-align: left;
}
#owakareqa dt {
    margin-top: 5px;
    color: rgba(153, 125, 83, 1);
    font-family: "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
    font-size: 1.2em;
}
#owakareqa dt:before {
    content: "Q.";
    font-size: 30px;
    padding-right: 10px;
}
#owakareqa dd {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 10px;
    padding-left: 45px;
}
#owakareqa dd:before {
    content: "A.";
    font-size: 30px;
    padding-right: 10px;
    color: #ddd;
    display: block;
}
@media screen and (max-width: 680px) {
    #owakareqa dd {
        padding: 0;
    }
    #owakareqa dt:before,
    #owakareqa dd:before {
        display: block;
    }
}

/*------------------------------------------------------------------------
フィットポス
------------------------------------------------------------------------*/

/* パソコン㝧見㝟㝨㝝㝯"pc"㝮class㝌㝤㝄㝟内容表示 */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

/* スマートフォン㝧見㝟㝨㝝㝯"sp"㝮class㝌㝤㝄㝟内容表示 */
@media only screen and (max-width: 680px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media only screen and (max-width: 480px) {
    .fitlogo {
        width: 90%;
    }
}

/*------------------------------------------------------------------------
コンタクトフォーム
------------------------------------------------------------------------*/
#inqheader {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding: 68px 0 0 0;
    background: #000 url(../img/common/sitelogo.svgz) no-repeat center center;
    background-size: 160px;
}
#pagettl_nosub {
    text-align: center;
    padding: 30px 0;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}
#contact_form {
    position: relative;
    display: block;
    padding: 60px 0;
    margin: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
dl.dl_verisign {
    display: table;
    padding: 0;
    margin: 20px auto;
    list-style: none;
    text-align: left;
    font-size: 12px;
}
dl.dl_verisign dt {
    display: table-cell;
    padding: 0;
    margin: 0;
    width: 120px;
    vertical-align: middle;
    text-align: center;
}
dl.dl_verisign dd {
    display: table-cell;
    padding: 0;
    margin: 0;
    width: auto;
    vertical-align: middle;
}
dl.inq_item {
    padding: 0;
    margin: 0 auto 30px;
    list-style: none;
    display: block;
    text-align: left;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
}
dl.inq_item dt {
    float: left;
    padding: 20px 0 0 0px;
    margin: 0;
    position: relative;
    width: 10em;
    z-index:+1;
    height: 45px;
}
dl.inq_item dt.hissu {
    padding: 0;
    margin: 0;
    position: relative;
    width: 10em;
    z-index:+1;
}
dl.inq_item dt.hissu:after {
    display: inline-block;
    box-sizing: border-box;
    clear: both;
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    position: relative;
    pointer-events: none;
    top: 0;
    right: 0;
    content: "★";
    color: rgb(206, 168, 96);
}
.hissu_mark {
    display: inline-block;
    margin: 0 2px 0 2px;
    color: rgb(206, 168, 96);
}
dl.inq_item dd {
    min-height: 20px;
    margin: 0;
    padding: 20px 20px 20px 12em;
    position: relative;
    vertical-align: bottom;
    border-bottom: 4px solid rgba(0, 0, 0, 0.05);
}
dl.inq_item dd .comment {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: block;
}
dl.inq_item dd input[type="text"] {
    max-width: 100%;
    height: auto;
    margin: 0 10px 0 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 4px solid rgba(0, 0, 0, 0.06);
}
dl.inq_item dt.hissu+dd input[type="text"] {
    background-color: rgba(229, 208, 177, 0.2);
    border: 4px solid rgba(0, 0, 0, 0.08);
}
dl.inq_item dd textarea {
    width: 100%;
    height: auto;
    margin: 0 10px 0 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 4px solid rgba(0, 0, 0, 0.06);
}
dl.inq_item .customSelect {
    box-sizing: border-box;
    font-size: 12px;
    display: block;
    color: #000;
    padding: 0;
    white-space: nowrap;
    border: rgba(204, 204, 204, 0.5) solid 0px;
    background-color: #FFF;
    margin: 0px 5px 0px 0px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.06);
}
dl.inq_item .customSelect.changed {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
dl.inq_item .customSelectInner {
    display: inline-block;
    padding: 10px;
    margin: 0px;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
dl.inq_item label.arrow {
    position: relative;
    display: inline-block;
}
dl.inq_item label.arrow:after {
    display: block;
    box-sizing: border-box;
    clear: both;
    width: 10px;
    height: 10px;
    margin: -10px 0 0 0;
    border-left: rgba(0, 0, 0, 1) solid 2px;
    border-bottom: rgba(0, 0, 0, 1) solid 2px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 15px;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="submit"].btn_submit {
    display: inline-block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 220px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    margin: 10px 20px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    background: rgba(146, 132, 111, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input[type="submit"].btn_submit:hover {
    background: rgba(146, 132, 111, 0.6);
}
input[type="submit"].btn_submit:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: "";
    background: url(../../img/icon_search.svgz) no-repeat 0 0;
    background-size: contain;
}
a.backevent {
    display: inline-block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 120px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    padding: 17px;
    margin: 10px 20px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    background: rgba(142, 142, 142, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.backevent:hover {
    background: rgba(142, 142, 142, 0.6);
}
a.backevent:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: "";
    background: url(../../img/icon_search.svgz) no-repeat 0 0;
    background-size: contain;
}
.select_address {
    width: 260px;
    height: 35px;
    margin: 0 0 6px 0;
    padding: 0 0 0 8px;
    letter-spacing: 1px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background-color: #f4f3f3;
    cursor: pointer;
}
.select_address::-ms-expand {
    display: none;
}
#contact_form .btn_return {
    display: inline-block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 120px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    padding: 18px 0 0 0;
    margin: 10px 10px 0 0;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: rgba(146, 132, 111, 1);
    border: none;
    background: rgba(146, 132, 111, 0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#contact_form .btn_return:hover {
    background: rgba(146, 132, 111, 0.1);
}
#contact_form .btn_return:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    content: "";
}
#contact_form input.customSelect_cal {
    background: url(../img/common/icon_calender.svgz) no-repeat right 10px center rgba(250, 250, 250, 1);
    background-size: 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    #inqheader {
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    #contact_form {
        position: relative;
        display: block;
        padding: 20px 0;
        margin: 0;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.04);
    }
    dl.inq_item dt {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
    }
    dl.inq_item dd {
        margin: 0 0 0 0;
        padding: 0 0 20px;
        position: relative;
        vertical-align: bottom;
    }
    dl.inq_item dd input[type="text"] {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 5px 0 5px 0;
        padding: 5px;
    }
    dl.inq_item dd textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0 5px 0;
        padding: 5px;
    }
}

/*------------------------------------------------------------------------
㝊啝㝄坈ゝ㝛
------------------------------------------------------------------------*/
#contact {
    position: relative;
    display: block;
    padding: 60px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
ul.contlist {
    display: table;
    width: 100%;
    list-style: none;
    padding: 18px 0 0 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.contlist:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.contlist li {
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}
ul.contlist li:first-child {
    width: 50%;
}
ul.contlist li:nth-child(2) {
    width: 30%;
}
ul.contlist li.contbtn {
    text-align: right;
    width: 20%;
}
ul.contlist li .tel_num {
    font-size: 24px;
}
ul.contlist li .btn {
    margin-bottom: 0;
}
@media screen and (max-width: 800px) {
    #contact {
        padding: 30px 0;
    }
    ul.contlist {
        display: block;
        width: 100%;
        list-style: none;
        padding: 18px 0 0 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    ul.contlist:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    ul.contlist li {
        display: inline-block;
        padding: 0;
        margin: 0;
        text-align: left;
        vertical-align: middle;
    }
    ul.contlist li:first-child {
        display: inline-block;
        width: 100%;
    }
    ul.contlist li:nth-child(2) {
        width: 60%;
    }
    ul.contlist li.contbtn {
        text-align: right;
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
    ul.contlist li:nth-child(2) {
        width: 100%;
    }
    ul.contlist li.contbtn {
        text-align: right;
        width: 100%;
    }
    ul.contlist li .mds {
        font-size: 16px;
    }
    ul.contlist li p {
        font-size: 14px;
    }
}

/*------------------------------------------------------------------------
会社概覝
------------------------------------------------------------------------*/
#profile {
    position: relative;
    display: block;
    padding: 60px 0;
    margin: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
#profile p {
    text-align: left;
}
#profile ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 0;
    text-align: left;
    width: 100%;
}
#profile ul.list_thumb li {
    position: table;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin: 0px 0 40px 0;
    width: 50%;
    float: left;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
#profile ul.list_thumb li figure {
    display: table-cell;
    width: 100px;
    padding: 0 20px 0 0;
    margin: 0;
}
#profile ul.list_thumb li>div {
    display: table-cell;
    padding: 0 20px 0 0;
    margin: 0;
    vertical-align: middle;
}
#profile ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
#profile ul.list_thumb li p {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0;
    width: 100%;
}
#profile .lead {
    font-size: 18px;
    margin-bottom: 10px;
}
#profile ul.list_thumb li .mds {
    font-size: 18px;
    margin-bottom: 5px;
}
#profile .tel_num {
    font-size: 16px;
}
#profile .dl_detail .tel_num {
    font-size: 20px;
}
@media screen and (max-width: 800px) {
    #profile ul.list_thumb li {
        width: 50%;
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    #profile {
        padding: 20px 0;
    }
    #profile .ttl {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 20px;
    }
    #profile .lead {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #profile p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #profile .list_thumb_wrap {
        padding: 30px 0;
    }
    #profile ul.list_thumb li {
        width: 100%;
        padding: 0 0 20px 0;
    }
    #profile ul.list_thumb .tel_num {
        font-size: 16px;
    }
    #profile ul.list_thumb li figure {
        padding: 0 10px 0 0;
    }
}
@media screen and (max-width: 380px) {
    #profile ul.list_thumb li figure {
        width: 60px;
        padding: 0 10px 0 0;
    }
    #profile ul.list_thumb li .mds {
        font-size: 16px;
    }
}

/*------------------------------------------------------------------------
プライポシーポリシー
------------------------------------------------------------------------*/
#privacy {
    position: relative;
    display: block;
    padding: 0 0 60px 0;
    margin: 0;
    text-align: left;
}
#privacy .tel_num {
    font-size: 20px;
}
#privacy .mds {
    margin: 50px 0 30px 0;
}

/*------------------------------------------------------------------------
採用情報
------------------------------------------------------------------------*/
ul.recruitnavi {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0 0 100px 0;
    font-size: 0;
    width: 100%;
}
ul.recruitnavi li {
    display: table-cell;
    box-sizing: border-box;
    width: 49%;
    padding: 5px;
    margin: 0;
    font-size: 18px;
    table-layout: fixed;
}
ul.recruitnavi li a {
    border: 1px solid #AAA;
    display: block;
    padding: 10px 0;
}
ul.recruitnavi li a:hover {
    opacity: 0.7;
}
ul.recruitnavi li:nth-child(2) a {
    padding: 12px 0;
}
ul.recruitnavi li img {
    vertical-align: middle;
    margin: 0 0.4em 0 0;
}
.bosyu {
    display: inline-block;
    margin: 1px 0 0 1em;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
    ul.recruitnavi {
        margin: 0 0 50px 0;
    }
    ul.recruitnavi li {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        margin: 0;
        font-size: 18px;
        table-layout: fixed;
    }
    ul.recruitnavi li img {
        width: 70%;
        margin: 0 auto 15px;
        display: block;
    }
    ul.recruitnavi li span {
        display: block;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
ブログ
----------------------------------------------------------------------------------------------------------------------------*/
#blog {
    box-sizing: border-box;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 60px 0 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog {
    box-sizing: border-box;
    display: table;
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin-bottom: 0px;
}
.blog_wrap {
    display: table-cell;
    padding: 0 30px 0 0;
    margin: 0;
    width: auto;
    vertical-align: top;
    text-align: left;
}
.blog_wrap .date {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
}

/* .blog_wrap img.main_img {
    margin: 0 auto;
} */
.blog_wrap img {
    display: block;
    padding: 0;
    margin: 20px 0 20px 0;
    max-width: 100%;
    height: auto;
}
.blog_wrap img.f_left {
    display: block;
    float: left;
    padding: 0;
    margin: 0 20px 20px 0;
    max-width: 100%;
    height: auto;
}
.blog_wrap img.f_right {
    display: block;
    float: right;
    padding: 0;
    margin: 0 0 20px 20px;
    max-width: 100%;
    height: auto;
}
.blogmenu {
    display: table-cell;
    padding: 0;
    margin: 0;
    width: 200px;
    text-align: left;
    vertical-align: top;
}
.blogmenu h2 {
    display: block;
    position: relative;
    padding: 8px;
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 1.2;
    border: 0px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(225, 225, 225, 1);
}
.blogmenu h2:after {
    display: block;
    box-sizing: border-box;
    clear: both;
    font-size: 0;
    width: 0;
    height: 0;
    margin: 0 0 -8px -8px;
    border-top: rgba(225, 225, 225, 1) solid 8px;
    border-left: transparent solid 8px;
    border-right: transparent solid 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
}
.blogmenu ul {
    padding: 0;
    margin: 0 0 24px 0;
    list-style: none;
    text-align: left;
}
.blogmenu ul li {
    display: block;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 12px 0;
    clear: both;
    font-size: 14px;
}
.blogmenu ul li:before {
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid transparent;
    content: "";
}
@media screen and (max-width: 800px) {
    .blog_wrap img.f_left,
    .blog_wrap img.f_right {
        float: none;
        margin: 20px 0;
    }
}
@media screen and (max-width: 750px) {
    #blog {
        padding: 30px 0 30px 0;
    }
    .blog {
        box-sizing: border-box;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0;
        margin-bottom: 0px;
    }
    .blog_wrap {
        display: block;
        padding: 0;
        margin: 0;
    }
    .blogmenu {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #blog .acmenu {
        display: block;
        clear: both;
        cursor: pointer;
    }
    #blog .blogmenu .acmenu h2 {
        display: block;
        margin: 0;
        text-align: left;
        position: relative;
        cursor: pointer;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;
        background-color: unset;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    #blog .blogmenu .acmenu h2:after {
        font-size: 16px;
        position: absolute;
        box-sizing: inherit;
        top: 50%;
        right: 10px;
        left: inherit;
        bottom: inherit;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0;
        margin-top: -8px;
        border-left: 2px solid rgba(0, 0, 0, 1);
        border-top: 2px solid rgba(0, 0, 0, 1);
        border-right: none;
        content: "";
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    #blog .blogmenu .acmenu h2.active {}
    #blog .blogmenu .acmenu h2.active:after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -3px;
        border-left: 2px solid rgba(0, 0, 0, 1);
        border-top: 2px solid rgba(0, 0, 0, 1);
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #blog .blogmenu .acmenu h2:hover {
        background: #f8f8f8;
    }
    #blog .blogmenu .acmenu h2.active {
        background: #f8f8f8;
    }
    #blog .blogmenu .acmenu ul {
        display: none;
        margin: 0;
        padding: 15px 0 0 0;
    }
}

/*------------------------------------------------------------------------
サムネール付リンク一覧
------------------------------------------------------------------------*/
.list_thumb_wrap {
    position: relative;
    display: block;
    padding: 30px 0 30px 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 0;
}
ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    width: 25%;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
ul.list_thumb li img {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}
ul.list_thumb li a {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    width: 100%;
}
ul.list_thumb li p {
    display: block;
    margin: 0;
    padding: 0;
}
ul.list_thumb li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 800px) {
    .list_thumb_wrap {
        padding: 0px 0 20px 0;
    }
    ul.list_thumb li {
        width: 33.3%;
        /* font-size: 12px; */
    }
}
@media screen and (max-width: 480px) {
    .list_thumb_wrap {
        padding: 0 0 20px 0;
    }
    ul.list_thumb li {
        width: 50%;
        /* font-size: 12px; */
    }
    ul.list_thumb li a {
        padding: 10px;
    }
}

/*------------------------------------------------------------------------
日本地図
------------------------------------------------------------------------*/
.areamap {
    position: relative;
    display: block;
    padding: 30px 0 30px 0;
    margin: 0px 0 50px 0;
    text-align: center;
    border-top: 1px solid rgba(240, 240, 240, 1);
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 17%, rgba(245, 245, 245, 1) 87%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 17%, rgba(245, 245, 245, 1) 87%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 17%, rgba(245, 245, 245, 1) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=1);
}
.areamap object {
    display: block;
    width: 60%;
    margin: 0 auto;
    height: auto;
}
@media screen and (max-width: 960px) {
    .areamap {
        position: relative;
        display: block;
        padding: 30px 0 30px 0;
        margin: 0px 0 30px 0;
        text-align: center;
    }
    .areamap object {
        width: 80%;
    }
}
@media screen and (max-width: 680px) {
    .areamap {
        position: relative;
        display: block;
        padding: 20px 0 20px 0;
        margin: 0px 0 30px 0;
        text-align: center;
        border-top: 0px solid rgba(240, 240, 240, 1);
    }
    .areamap object {
        width: 100%;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
パンくず
----------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
    clear: both;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
}
.breadcrumb ul {
    display: table;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    clear: both;
}
.breadcrumb ul li {
    display: table-cell;
    position: relative;
    padding: 0 26px 0 0;
    text-align: left;
    vertical-align: top;
}
.breadcrumb ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: -5px;
    border-left: 1px solid rgba(148, 134, 113, 0.4);
    border-bottom: 1px solid rgba(148, 134, 113, 0.4);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.breadcrumb ul li:last-child span {
    display: inline;
    height: 12px;
    color: #888;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li a {
    display: inline;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:active {
    opacity: 0.4;
    color: #000;
}
.breadcrumb ul li:first-child {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 200;
}
.breadcrumb ul li:first-child a {
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 26px 0 0;
    display: inline-block;
    background-image: url("../../img/icon_home.svgz");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 12px;
}
.breadcrumb ul li:first-child a:hover,
.breadcrumb ul li:first-child a:active {
    opacity: 0.4;
}
@media screen and (max-width: 960px) {
    .breadcrumb ul {
        display: block;
        text-align: left;
    }
    .breadcrumb ul li {
        display: inline;
        position: relative;
        padding: 0 26px 0 0;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .breadcrumb ul li:first-child a {
        display: inline;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
施設一覧ページ
----------------------------------------------------------------------------------------------------------------------------*/
#faclisttop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
#factop .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}
#factop ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}
#factop ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 25%;
    font-size: 12px;
    text-align: left;
}
#factop ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#factop ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#factop ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 20px 15px 16px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 20px;
    text-align: center;
}
#factop ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}
#factop ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 18px;
    text-align: center;
}
#factop ul.list_thumb li p {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}
#factop ul.list_thumb li p span {
    margin: 0 0 8px;
    display: block;
    font-size: 12px;
}
#factop ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200,
    200,
    200,
    0.2);
}
#factop ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}
#factop ul.list_thumb li a:hover {
    background-color: rgba(200,
    200,
    200,
    0.5);
    color: rgba(0,
    0,
    0,
    1);
}
#factop ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#factop ul.list_thumb li a.txt_link {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 5px 0;
    width: auto;
    background: none;
    text-align: left;
    position: relative;
    word-break: break-all;
}
#factop ul.list_thumb li a.txt_link:before {
    position: absolute;
    top: 0.4em;
    left: 28px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*
#single,
#twin_triple,
#double,
#deluxe,
#jap_uni {
    margin-top: -25px;
    padding-top: 60px;
}
*/
@media screen and (max-width: 1024px) {
    #factop ul.list_thumb li {
        width: 33.33%;
    }
}
@media screen and (max-width: 800px) {
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 49.8%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 14px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 12px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}
@media screen and (max-width: 680px) {
    #facilitie .w25 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #facilitie .w25 {
        width: 100%;
    }
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 100%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 18px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 14px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
レストラン予約モジュール
----------------------------------------------------------------------------------------------------------------------------*/
#modal_rest .btn_close {
    background-color: rgba(240,
    240,
    240,
    1);
    border-radius: 4px;
    width: 40px;
    padding: 40px 0 0 0;
    top: 15px;
    right: 15px;
}
#modal_rest .btn_close:before,
#modal_rest .btn_close:after {
    height: 30px;
    margin: 5px 0 0 0;
    left: 18px;
}
#rest_reserve {
    padding: 0 0 20px;
    font-size: 12px;
}
#rest_reserve .lead_area {
    padding: 0 15px;
    line-height: 1.4;
}
#rest_reserve .lead_area p {
    font-size: 15px;
}
#rest_reserve .res_area {
    padding: 0 0 5px;
    margin: 0 0 20px;
}
#rest_reserve .res_box {
    border: 1px solid rgba(0,
    0,
    0,
    0.1);
    padding: 10px;
    box-sizing: border-box;
}
#rest_reserve dl {
    width: 100%;
    display: table;
    margin: 0 0 6px;
    padding: 0 0 6px;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid rgba(0,
    0,
    0,
    0.2);
}
#rest_reserve dl a {
    display: block;
}
#rest_reserve dl a :after,
#rest_reserve dl a.active :after {
    content: " ";
    display: table;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-left: 1px solid rgb(140,
    140,
    140);
    border-top: 1px solid rgb(140,
    140,
    140);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#rest_reserve dl dt {
    width: 38%;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}
#rest_reserve dl dt img {
    width: 100%;
    margin: 0;
}
#rest_reserve dl dd {
    width: 62%;
    padding: 0 10px 0 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
#rest_reserve dl dd p {
    margin: 0 0 0 5px;
    line-height: 1.5;
}
#rest_reserve dl dd span {
    font-size: 14px;
}
#rest_reserve a.btn {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
}
#rest_reserve a.btn_tel {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_tel.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 12px;
    background-color: rgba(134,
    104,
    67,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve a.btn_seat {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_seat.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    background-color: rgba(153,
    125,
    83,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve .telnum {
    font-size: 18px;
    font-weight: 800;
    margin: -10px 0 2px;
    padding: 0;
}
.red {
    color: red;
}
ul.btns li a.cancel_link,
.cancel_link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    padding: 0 0 0 5px;
    background-color: transparent;
    width: auto;
}
.search_plan_min ul.list_link li {
    width: auto;
}
.cd-primary-nav .cancel_link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------------
喫煙ルームのご案内
----------------------------------------------------------------------------------------------------------------------------*/
.stay_info {
    background: #fafafa;
    position: relative;
    border: 6px solid #eee;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin: 10px auto 30px;
}
@media screen and (max-width: 480px) {
    .stay_info {
        padding: 25px 10px 10px;
    }
}
.stay_info:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.stay_info p {
    text-align: left;
    padding: 5px 10px 5px;
}
.stay_info p.center {
    text-align: center;
}
.stay_info .mds {
    font-size: 22px;
    font-weight: 500;
}
.stay_info a.btn_stayreserve_s {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-color: rgba(146,
    132,
    111,
    1);
    text-align: center;
}
.stay_info a.btn_stayreserve_s:hover {
    background-color: rgba(146,
    132,
    111,
    0.6);
}
.stay_info a.btn_stayreserve_s:before {
    position: absolute;
    top: 45%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-left: 1px solid rgba(255,
    255,
    255,
    1);
    border-top: 1px solid rgba(255,
    255,
    255,
    1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.rest_pickup p {
    background-color: #C00;
}
.motto_box {
    margin: 20px 0px;
}
.motto_ttl {
    color: #960;
}
.motto_column {
    text-align: left;
    vertical-align: top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 24px;
}
.motto_column tr td {
    padding-left: 6px;
    padding-right: 30px;
    padding-top: auto;
    padding-bottom: 10px;
}
.motto_box .ttl_cont {
    color: #9B7D53;
}
.motto_column tr th {
    font-weight: normal;
    vertical-align: top;
    padding-left: 45px;
}
.motto_position {
    display: table;
    width: 100%;
    height: 100%;
}
.motto_position_inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
a.txt_link3 {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 0 0;
    font-size: 1em;
    line-height: 1.6em;
    text-decoration: none;
    height: inherit;
    text-align: left;
}
a.txt_link3:before {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*----------------------------------------------------------------------------------------------------------------------------
テーブルレイアウト1
----------------------------------------------------------------------------------------------------------------------------*/
table.table_a {
    width: 100%;
    line-height: 18px;
    font-family: "Hiragino Sans",
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
table.table_a tr {}
table.table_a td {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 80px;
}
table.table_a th {
    text-align: left;
    padding-left: 6px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 6px;
}
@media screen and (max-width: 600px) {
    table.table_a {}
    table.table_a td {
        display: block;
        width: 100%;
        text-align: right;
        border: none;
    }
    table.table_a th {
        display: block;
        border: none;
        width: 100%;
    }
}

/* トップページ30周年記念 */
#anniv_ttl {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    background: url(../img/top/img_30th.png) no-repeat 50px center,
    url(../img/top/img_hotel.png) no-repeat right center;
    background-size: 13em,
    contain;
    background-color: #F8F8F5;
}
#anniv_ttl .anniv_msg {
    display: block;
    padding: 75px 0;
    margin: 0 0 0 20em;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
}
#anniv_ttl h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p.lead br {
    display: block;
}
@media screen and (min-width: 1200px) {
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat 25px 2em;
        background-size: 24%;
        margin: 0;
        background-color: #F8F8F5;
    }
    #anniv_ttl .anniv_msg {
        display: block;
        margin: 0;
        padding: 25px 6%;
        text-align: left;
        width: 75%;
        float: right;
    }
    #anniv_ttl::after {
        content: "";
        display: block;
        clear: both;
    }
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    #anniv_ttl h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 415px) {
    #anniv_ttl h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 50% 6% 0;
    }
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat center 25px;
        background-size: 45%;
        background-color: #F8F8F5;
    }
}
@media screen and (max-width: 376px) {
    #anniv_ttl h2 {
        font-size: 20px;
        font-weight: 600;
    }
    #anniv_ttl {
        background-size: 68%;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 75% 6% 0;
    }
}
.bg_ring {
    background-image: url(../img/top/bg_ring.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box_right {
    text-align: right;
}
.box_right img.wedding_logo {
    max-width: 70%;
}
@media screen and (max-width: 800px) {
    .box_right img.wedding_logo {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .col_zig_wrap:nth-child(odd) .col_zig_img {
        float: right;
    }
}
.col_zig_wrap .col_wedding_body {
    display: table;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    max-height: 550px;
}
.col_zig_wrap .col_zig_wedding_img {
    display: block;
    width: 50%;
    min-height: 480px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(255,
    255,
    255,
    1);
    float: right;
    max-height: 550px;
}
.col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
    float: right;
}
.wedding_boxinner {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 60px 80px 30px 80px;
}
@media (max-width: 960px) {
    .wedding_boxinner {
        padding: 35px;
    }
}
@media (max-width: 480px) {
    .col_zig_wrap .col_wedding_body {
        width: 100%;
    }
    .col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
}

/* TOP チャペルプリエールバナー */
.lead_priere {
    margin: 50px auto 0;
}
@media (max-width: 480px) {
    .lead_priere {
        text-align: center;
    }
}

/* レストランTOP　プランバナー */
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view:before {
    background-image: none;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view {
    padding: 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.note_view {
    padding: 0;
    margin: 5px -5px 0 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room {
    min-height: 150px;
    padding: 10px;
}
.bnr_restplan ul.btns_mov li a.btn_view_room p {
    text-align: left;
    padding: 0 0 0 20px;
}
@media (max-width: 768px) {
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .bnr_restplan.wrapper {
        width: 88%;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        min-height: 90px;
        padding: 7px;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room p {
        padding-left: 10px;
        font-size: 13px;
    }
}

/* トップページ　クリスマス・お正月(未使用)*/
.spcontents_wrap {
    display: block;
    width: 100%;
}
.spcontents_wrap.xmas {
    background: url(../img/top/bg_xmas02.png) no-repeat left center,
    url(../img/top/bg_xmas.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #000;
    color: #FFF;
}
.spcontents_wrap.newyear {
    background: url(../img/top/bg_newyear.png) no-repeat left center,
    url(../img/top/bg_newyear02.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #FFF;
    color: #000;
}
.spcontents_wrap .spcontents_box {
    display: block;
    padding: 75px 0;
    margin: 0 auto;
    text-align: right;
    width: 50%;
    box-sizing: border-box;
}
.spcontents_wrap:nth-of-type(odd) .spcontents_box {
    text-align: left;
}
.spcontents_wrap .spcontents_box h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap .spcontents_box p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap.newyear .spcontents_box h2,
.spcontents_wrap.newyear .spcontents_box p {
    text-shadow: none;
}
@media screen and (max-width: 1000px) {
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_xmas02.png) no-repeat 0 0;
        background-size: contain;
        margin: 0;
        background-color: #000;
        text-align: right;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_newyear02.png) no-repeat 100% 0;
        background-size: contain;
        margin: 0;
        background-color: #FFF;
    }
    .spcontents_wrap .spcontents_box {
        display: inline-block;
        padding: 30px 0;
        margin: 0 6%;
        text-align: right;
        width: 65%;
        box-sizing: border-box;
    }
    .spcontents_wrap p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .spcontents_wrap h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 640px) {
    .spcontents_wrap h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    .spcontents_wrap .spcontents_box {
        width: 100%;
        margin: 0 auto;
        padding: 50% 6% 0;
        text-align: left;
    }
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_xmas_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #000;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_newyear_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #FFF;
    }
}
@media screen and (max-width: 960px) {
    .areamap {
        position: relative;
        display: block;
        padding: 30px 0 30px 0;
        margin: 0px 0 30px 0;
        text-align: center;
    }
    .areamap object {
        width: 80%;
    }
}
@media screen and (max-width: 680px) {
    .areamap {
        position: relative;
        display: block;
        padding: 20px 0 20px 0;
        margin: 0px 0 30px 0;
        text-align: center;
        border-top: 0px solid rgba(240,
        240,
        240,
        1);
    }
    .areamap object {
        width: 100%;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
パン㝝㝚
----------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
    clear: both;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
}
.breadcrumb ul {
    display: table;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    clear: both;
}
.breadcrumb ul li {
    display: table-cell;
    position: relative;
    padding: 0 26px 0 0;
    text-align: left;
    vertical-align: top;
}
.breadcrumb ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: -5px;
    border-left: 1px solid rgba(148,
    134,
    113,
    0.4);
    border-bottom: 1px solid rgba(148,
    134,
    113,
    0.4);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.breadcrumb ul li:last-child span {
    display: inline;
    height: 12px;
    color: #888;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li a {
    display: inline;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:active {
    opacity: 0.4;
    color: #000;
}
.breadcrumb ul li:first-child {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 200;
}
.breadcrumb ul li:first-child a {
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 26px 0 0;
    display: inline-block;
    background-image: url(../../img/icon_home.svgz);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 12px;
}
.breadcrumb ul li:first-child a:hover,
.breadcrumb ul li:first-child a:active {
    opacity: 0.4;
}
@media screen and (max-width: 960px) {
    .breadcrumb ul {
        display: block;
        text-align: left;
    }
    .breadcrumb ul li {
        display: inline;
        position: relative;
        padding: 0 26px 0 0;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .breadcrumb ul li:first-child a {
        display: inline;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
施設一覧ページ
----------------------------------------------------------------------------------------------------------------------------*/
#faclisttop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
#factop .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}
#factop ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}
#factop ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 25%;
    font-size: 12px;
    text-align: left;
}
#factop ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#factop ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#factop ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 20px 15px 16px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 20px;
    text-align: center;
}
#factop ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}
#factop ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 18px;
    text-align: center;
}
#factop ul.list_thumb li p {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}
#factop ul.list_thumb li p span {
    margin: 0 0 8px;
    display: block;
    font-size: 12px;
}
#factop ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200,
    200,
    200,
    0.2);
}
#factop ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}
#factop ul.list_thumb li a:hover {
    background-color: rgba(200,
    200,
    200,
    0.5);
    color: rgba(0,
    0,
    0,
    1);
}
#factop ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#factop ul.list_thumb li a.txt_link {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 5px 0;
    width: auto;
    background: none;
    text-align: left;
    position: relative;
    word-break: break-all;
}
#factop ul.list_thumb li a.txt_link:before {
    position: absolute;
    top: 0.4em;
    left: 28px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*
#single,
#twin_triple,
#double,
#deluxe,
#jap_uni {
    margin-top: -25px;
    padding-top: 60px;
}
*/
@media screen and (max-width: 1024px) {
    #factop ul.list_thumb li {
        width: 33.33%;
    }
}
@media screen and (max-width: 800px) {
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 49.8%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 14px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 12px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}
@media screen and (max-width: 680px) {
    #facilitie .w25 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #facilitie .w25 {
        width: 100%;
    }
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 100%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 18px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 14px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
レストラン予約モジュール
----------------------------------------------------------------------------------------------------------------------------*/
#modal_rest .btn_close {
    background-color: rgba(240,
    240,
    240,
    1);
    border-radius: 4px;
    width: 40px;
    padding: 40px 0 0 0;
    top: 15px;
    right: 15px;
}
#modal_rest .btn_close:before,
#modal_rest .btn_close:after {
    height: 30px;
    margin: 5px 0 0 0;
    left: 18px;
}
#rest_reserve {
    padding: 0 0 20px;
    font-size: 12px;
}
#rest_reserve .lead_area {
    padding: 0 15px;
    line-height: 1.4;
}
#rest_reserve .lead_area p {
    font-size: 15px;
}
#rest_reserve .res_area {
    padding: 0 0 5px;
    margin: 0 0 20px;
}
#rest_reserve .res_box {
    border: 1px solid rgba(0,
    0,
    0,
    0.1);
    padding: 10px;
    box-sizing: border-box;
}
#rest_reserve dl {
    width: 100%;
    display: table;
    margin: 0 0 6px;
    padding: 0 0 6px;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid rgba(0,
    0,
    0,
    0.2);
}
#rest_reserve dl a {
    display: block;
}
#rest_reserve dl a :after,
#rest_reserve dl a.active :after {
    content: " ";
    display: table;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-left: 1px solid rgb(140,
    140,
    140);
    border-top: 1px solid rgb(140,
    140,
    140);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#rest_reserve dl dt {
    width: 38%;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}
#rest_reserve dl dt img {
    width: 100%;
    margin: 0;
}
#rest_reserve dl dd {
    width: 62%;
    padding: 0 10px 0 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
#rest_reserve dl dd p {
    margin: 0 0 0 5px;
    line-height: 1.5;
}
#rest_reserve dl dd span {
    font-size: 14px;
}
#rest_reserve a.btn {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
}
#rest_reserve a.btn_tel {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_tel.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 12px;
    background-color: rgba(134,
    104,
    67,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve a.btn_seat {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_seat.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    background-color: rgba(153,
    125,
    83,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve .telnum {
    font-size: 18px;
    font-weight: 800;
    margin: -10px 0 2px;
    padding: 0;
}
.red {
    color: red;
}
ul.btns li a.cancel_link,
.cancel_link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    padding: 0 0 0 5px;
    background-color: transparent;
    width: auto;
}
.search_plan_min ul.list_link li {
    width: auto;
}
.cd-primary-nav .cancel_link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------------
喫煙ルームのご案内
----------------------------------------------------------------------------------------------------------------------------*/
.stay_info {
    background: #fafafa;
    position: relative;
    border: 6px solid #eee;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin: 10px auto 30px;
}
@media screen and (max-width: 480px) {
    .stay_info {
        padding: 25px 10px 10px;
    }
}
.stay_info:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.stay_info p {
    text-align: left;
    padding: 5px 10px 5px;
}
.stay_info p.center {
    text-align: center;
}
.stay_info .mds {
    font-size: 22px;
    font-weight: 500;
}
.stay_info a.btn_stayreserve_s {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-color: rgba(146,
    132,
    111,
    1);
    text-align: center;
}
.stay_info a.btn_stayreserve_s:hover {
    background-color: rgba(146,
    132,
    111,
    0.6);
}
.stay_info a.btn_stayreserve_s:before {
    position: absolute;
    top: 45%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-left: 1px solid rgba(255,
    255,
    255,
    1);
    border-top: 1px solid rgba(255,
    255,
    255,
    1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.rest_pickup p {
    background-color: #C00;
}
.motto_box {
    margin: 20px 0px;
}
.motto_ttl {
    color: #960;
}
.motto_column {
    text-align: left;
    vertical-align: top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 24px;
}
.motto_column tr td {
    padding-left: 6px;
    padding-right: 30px;
    padding-top: auto;
    padding-bottom: 10px;
}
.motto_box .ttl_cont {
    color: #9B7D53;
}
.motto_column tr th {
    font-weight: normal;
    vertical-align: top;
    padding-left: 45px;
}
.motto_position {
    display: table;
    width: 100%;
    height: 100%;
}
.motto_position_inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
a.txt_link3 {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 0 0;
    font-size: 1em;
    line-height: 1.6em;
    text-decoration: none;
    height: inherit;
    text-align: left;
}
a.txt_link3:before {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*----------------------------------------------------------------------------------------------------------------------------
テーブルレイアウト1
----------------------------------------------------------------------------------------------------------------------------*/
table.table_a {
    width: 100%;
    line-height: 18px;
    font-family: "Hiragino Sans",
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
table.table_a tr {}
table.table_a td {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 80px;
}
table.table_a th {
    text-align: left;
    padding-left: 6px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 6px;
}
@media screen and (max-width: 600px) {
    table.table_a {}
    table.table_a td {
        display: block;
        width: 100%;
        text-align: right;
        border: none;
    }
    table.table_a th {
        display: block;
        border: none;
        width: 100%;
    }
}

/* トップページ30周年記念 */
#anniv_ttl {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    background: url(../img/top/img_30th.png) no-repeat 50px center,
    url(../img/top/img_hotel.png) no-repeat right center;
    background-size: 13em,
    contain;
    background-color: #F8F8F5;
}
#anniv_ttl .anniv_msg {
    display: block;
    padding: 75px 0;
    margin: 0 0 0 20em;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
}
#anniv_ttl h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p.lead br {
    display: block;
}
@media screen and (min-width: 1200px) {
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat 25px 2em;
        background-size: 24%;
        margin: 0;
        background-color: #F8F8F5;
    }
    #anniv_ttl .anniv_msg {
        display: block;
        margin: 0;
        padding: 25px 6%;
        text-align: left;
        width: 75%;
        float: right;
    }
    #anniv_ttl::after {
        content: "";
        display: block;
        clear: both;
    }
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    #anniv_ttl h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 415px) {
    #anniv_ttl h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 50% 6% 0;
    }
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat center 25px;
        background-size: 45%;
        background-color: #F8F8F5;
    }
}
@media screen and (max-width: 376px) {
    #anniv_ttl h2 {
        font-size: 20px;
        font-weight: 600;
    }
    #anniv_ttl {
        background-size: 68%;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 75% 6% 0;
    }
}
.bg_ring {
    background-image: url(../img/top/bg_ring.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box_right {
    text-align: right;
}
.box_right img.wedding_logo {
    max-width: 70%;
}
@media screen and (max-width: 800px) {
    .box_right img.wedding_logo {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .col_zig_wrap:nth-child(odd) .col_zig_img {
        float: right;
    }
}
.col_zig_wrap .col_wedding_body {
    display: table;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    max-height: 550px;
}
.col_zig_wrap .col_zig_wedding_img {
    display: block;
    width: 50%;
    min-height: 480px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(255,
    255,
    255,
    1);
    float: right;
    max-height: 550px;
}
.col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
    float: right;
}
.wedding_boxinner {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 60px 80px 30px 80px;
}
@media (max-width: 960px) {
    .wedding_boxinner {
        padding: 35px;
    }
}
@media (max-width: 480px) {
    .col_zig_wrap .col_wedding_body {
        width: 100%;
    }
    .col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
}

/* TOP チャペルプリエールバナー */
.lead_priere {
    margin: 50px auto 0;
}
@media (max-width: 480px) {
    .lead_priere {
        text-align: center;
    }
}

/* レストランTOP　プランバナー */
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view:before {
    background-image: none;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view {
    padding: 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.note_view {
    padding: 0;
    margin: 5px -5px 0 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room {
    min-height: 150px;
    padding: 10px;
}
.bnr_restplan ul.btns_mov li a.btn_view_room p {
    text-align: left;
    padding: 0 0 0 20px;
}
@media (max-width: 768px) {
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .bnr_restplan.wrapper {
        width: 88%;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        min-height: 90px;
        padding: 7px;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room p {
        padding-left: 10px;
        font-size: 13px;
    }
}

/* トップページ　クリスマス・お正月(未使用)*/
.spcontents_wrap {
    display: block;
    width: 100%;
}
.spcontents_wrap.xmas {
    background: url(../img/top/bg_xmas02.png) no-repeat left center,
    url(../img/top/bg_xmas.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #000;
    color: #FFF;
}
.spcontents_wrap.newyear {
    background: url(../img/top/bg_newyear.png) no-repeat left center,
    url(../img/top/bg_newyear02.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #FFF;
    color: #000;
}
.spcontents_wrap .spcontents_box {
    display: block;
    padding: 75px 0;
    margin: 0 auto;
    text-align: right;
    width: 50%;
    box-sizing: border-box;
}
.spcontents_wrap:nth-of-type(odd) .spcontents_box {
    text-align: left;
}
.spcontents_wrap .spcontents_box h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap .spcontents_box p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap.newyear .spcontents_box h2,
.spcontents_wrap.newyear .spcontents_box p {
    text-shadow: none;
}
@media screen and (max-width: 1000px) {
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_xmas02.png) no-repeat 0 0;
        background-size: contain;
        margin: 0;
        background-color: #000;
        text-align: right;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_newyear02.png) no-repeat 100% 0;
        background-size: contain;
        margin: 0;
        background-color: #FFF;
    }
    .spcontents_wrap .spcontents_box {
        display: inline-block;
        padding: 30px 0;
        margin: 0 6%;
        text-align: right;
        width: 65%;
        box-sizing: border-box;
    }
    .spcontents_wrap p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .spcontents_wrap h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 640px) {
    .spcontents_wrap h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    .spcontents_wrap .spcontents_box {
        width: 100%;
        margin: 0 auto;
        padding: 50% 6% 0;
        text-align: left;
    }
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_xmas_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #000;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_newyear_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #FFF;
    }
}

/* トップページ　クリスマス・お正月*/
.bnr_img.sp_bnr a {
    margin: 0 0 30px;
    display: block;
}
.bnr_img.sp_bnr a img {
    margin: 0 0 5px;
}
.fixed_bnr {
    width: 38px;
    position: fixed;
    display: block;
    bottom: 60px;
    right: 0;
    padding: 0;
    z-index: 999;
}
.fixed_bnr a {
    display: block;
    padding: 55px 10px 15px;
    color: #FFF;
}
.fixed_bnr a.xmas {
    background: rgba(95,
    0,
    0,
    0.9) url(../img/top/ico_xmas.png) no-repeat center 5px;
    background-size: 30px;
}
.fixed_bnr a:hover {
    opacity: 0.6;
}
.fixed_bnr a p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .fixed_bnr {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .areamap {
        position: relative;
        display: block;
        padding: 30px 0 30px 0;
        margin: 0px 0 30px 0;
        text-align: center;
    }
    .areamap object {
        width: 80%;
    }
}
@media screen and (max-width: 680px) {
    .areamap {
        position: relative;
        display: block;
        padding: 20px 0 20px 0;
        margin: 0px 0 30px 0;
        text-align: center;
        border-top: 0px solid rgba(240,
        240,
        240,
        1);
    }
    .areamap object {
        width: 100%;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
パン㝝㝚
----------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
    clear: both;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
}
.breadcrumb ul {
    display: table;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    clear: both;
}
.breadcrumb ul li {
    display: table-cell;
    position: relative;
    padding: 0 26px 0 0;
    text-align: left;
    vertical-align: top;
}
.breadcrumb ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: -5px;
    border-left: 1px solid rgba(148,
    134,
    113,
    0.4);
    border-bottom: 1px solid rgba(148,
    134,
    113,
    0.4);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.breadcrumb ul li:last-child span {
    display: inline;
    height: 12px;
    color: #888;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li a {
    display: inline;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:active {
    opacity: 0.4;
    color: #000;
}
.breadcrumb ul li:first-child {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 200;
}
.breadcrumb ul li:first-child a {
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 26px 0 0;
    display: inline-block;
    background-image: url(../../img/icon_home.svgz);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 12px;
}
.breadcrumb ul li:first-child a:hover,
.breadcrumb ul li:first-child a:active {
    opacity: 0.4;
}
@media screen and (max-width: 960px) {
    .breadcrumb ul {
        display: block;
        text-align: left;
    }
    .breadcrumb ul li {
        display: inline;
        position: relative;
        padding: 0 26px 0 0;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .breadcrumb ul li:first-child a {
        display: inline;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
施設一覧ページ
----------------------------------------------------------------------------------------------------------------------------*/
#faclisttop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
#factop .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}
#factop ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}
#factop ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 25%;
    font-size: 12px;
    text-align: left;
}
#factop ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#factop ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#factop ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 20px 15px 16px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 20px;
    text-align: center;
}
#factop ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}
#factop ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 18px;
    text-align: center;
}
#factop ul.list_thumb li p {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}
#factop ul.list_thumb li p span {
    margin: 0 0 8px;
    display: block;
    font-size: 12px;
}
#factop ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200,
    200,
    200,
    0.2);
}
#factop ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}
#factop ul.list_thumb li a:hover {
    background-color: rgba(200,
    200,
    200,
    0.5);
    color: rgba(0,
    0,
    0,
    1);
}
#factop ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#factop ul.list_thumb li a.txt_link {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 5px 0;
    width: auto;
    background: none;
    text-align: left;
    position: relative;
    word-break: break-all;
}
#factop ul.list_thumb li a.txt_link:before {
    position: absolute;
    top: 0.4em;
    left: 28px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*
#single,
#twin_triple,
#double,
#deluxe,
#jap_uni {
    margin-top: -25px;
    padding-top: 60px;
}
*/
@media screen and (max-width: 1024px) {
    #factop ul.list_thumb li {
        width: 33.33%;
    }
}
@media screen and (max-width: 800px) {
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 49.8%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 14px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 12px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}
@media screen and (max-width: 680px) {
    #facilitie .w25 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #facilitie .w25 {
        width: 100%;
    }
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 100%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 18px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 14px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
レストラン予約モジュール
----------------------------------------------------------------------------------------------------------------------------*/
#modal_rest .btn_close {
    background-color: rgba(240,
    240,
    240,
    1);
    border-radius: 4px;
    width: 40px;
    padding: 40px 0 0 0;
    top: 15px;
    right: 15px;
}
#modal_rest .btn_close:before,
#modal_rest .btn_close:after {
    height: 30px;
    margin: 5px 0 0 0;
    left: 18px;
}
#rest_reserve {
    padding: 0 0 20px;
    font-size: 12px;
}
#rest_reserve .lead_area {
    padding: 0 15px;
    line-height: 1.4;
}
#rest_reserve .lead_area p {
    font-size: 15px;
}
#rest_reserve .res_area {
    padding: 0 0 5px;
    margin: 0 0 20px;
}
#rest_reserve .res_box {
    border: 1px solid rgba(0,
    0,
    0,
    0.1);
    padding: 10px;
    box-sizing: border-box;
}
#rest_reserve dl {
    width: 100%;
    display: table;
    margin: 0 0 6px;
    padding: 0 0 6px;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid rgba(0,
    0,
    0,
    0.2);
}
#rest_reserve dl a {
    display: block;
}
#rest_reserve dl a :after,
#rest_reserve dl a.active :after {
    content: " ";
    display: table;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-left: 1px solid rgb(140,
    140,
    140);
    border-top: 1px solid rgb(140,
    140,
    140);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#rest_reserve dl dt {
    width: 38%;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}
#rest_reserve dl dt img {
    width: 100%;
    margin: 0;
}
#rest_reserve dl dd {
    width: 62%;
    padding: 0 10px 0 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
#rest_reserve dl dd p {
    margin: 0 0 0 5px;
    line-height: 1.5;
}
#rest_reserve dl dd span {
    font-size: 14px;
}
#rest_reserve a.btn {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
}
#rest_reserve a.btn_tel {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_tel.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 12px;
    background-color: rgba(134,
    104,
    67,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve a.btn_seat {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_seat.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    background-color: rgba(153,
    125,
    83,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve .telnum {
    font-size: 18px;
    font-weight: 800;
    margin: -10px 0 2px;
    padding: 0;
}
.red {
    color: red;
}
ul.btns li a.cancel_link,
.cancel_link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    padding: 0 0 0 5px;
    background-color: transparent;
    width: auto;
}
.search_plan_min ul.list_link li {
    width: auto;
}
.cd-primary-nav .cancel_link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------------
喫煙ルームのご案内
----------------------------------------------------------------------------------------------------------------------------*/
.stay_info {
    background: #fafafa;
    position: relative;
    border: 6px solid #eee;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin: 10px auto 30px;
}
@media screen and (max-width: 480px) {
    .stay_info {
        padding: 25px 10px 10px;
    }
}
.stay_info:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.stay_info p {
    text-align: left;
    padding: 5px 10px 5px;
}
.stay_info p.center {
    text-align: center;
}
.stay_info .mds {
    font-size: 22px;
    font-weight: 500;
}
.stay_info a.btn_stayreserve_s {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-color: rgba(146,
    132,
    111,
    1);
    text-align: center;
}
.stay_info a.btn_stayreserve_s:hover {
    background-color: rgba(146,
    132,
    111,
    0.6);
}
.stay_info a.btn_stayreserve_s:before {
    position: absolute;
    top: 45%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-left: 1px solid rgba(255,
    255,
    255,
    1);
    border-top: 1px solid rgba(255,
    255,
    255,
    1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.rest_pickup p {
    background-color: #C00;
}
.motto_box {
    margin: 20px 0px;
}
.motto_ttl {
    color: #960;
}
.motto_column {
    text-align: left;
    vertical-align: top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 24px;
}
.motto_column tr td {
    padding-left: 6px;
    padding-right: 30px;
    padding-top: auto;
    padding-bottom: 10px;
}
.motto_box .ttl_cont {
    color: #9B7D53;
}
.motto_column tr th {
    font-weight: normal;
    vertical-align: top;
    padding-left: 45px;
}
.motto_position {
    display: table;
    width: 100%;
    height: 100%;
}
.motto_position_inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
a.txt_link3 {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 0 0;
    font-size: 1em;
    line-height: 1.6em;
    text-decoration: none;
    height: inherit;
    text-align: left;
}
a.txt_link3:before {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*----------------------------------------------------------------------------------------------------------------------------
テーブルレイアウト1
----------------------------------------------------------------------------------------------------------------------------*/
table.table_a {
    width: 100%;
    line-height: 18px;
    font-family: "Hiragino Sans",
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
table.table_a tr {}
table.table_a td {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 80px;
}
table.table_a th {
    text-align: left;
    padding-left: 6px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 6px;
}
@media screen and (max-width: 600px) {
    table.table_a {}
    table.table_a td {
        display: block;
        width: 100%;
        text-align: right;
        border: none;
    }
    table.table_a th {
        display: block;
        border: none;
        width: 100%;
    }
}

/* トップページ30周年記念 */
#anniv_ttl {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    background: url(../img/top/img_30th.png) no-repeat 50px center,
    url(../img/top/img_hotel.png) no-repeat right center;
    background-size: 13em,
    contain;
    background-color: #F8F8F5;
}
#anniv_ttl .anniv_msg {
    display: block;
    padding: 75px 0;
    margin: 0 0 0 20em;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
}
#anniv_ttl h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p.lead br {
    display: block;
}
@media screen and (min-width: 1200px) {
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat 25px 2em;
        background-size: 24%;
        margin: 0;
        background-color: #F8F8F5;
    }
    #anniv_ttl .anniv_msg {
        display: block;
        margin: 0;
        padding: 25px 6%;
        text-align: left;
        width: 75%;
        float: right;
    }
    #anniv_ttl::after {
        content: "";
        display: block;
        clear: both;
    }
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    #anniv_ttl h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 415px) {
    #anniv_ttl h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 50% 6% 0;
    }
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat center 25px;
        background-size: 45%;
        background-color: #F8F8F5;
    }
}
@media screen and (max-width: 376px) {
    #anniv_ttl h2 {
        font-size: 20px;
        font-weight: 600;
    }
    #anniv_ttl {
        background-size: 68%;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 75% 6% 0;
    }
}
.bg_ring {
    background-image: url(../img/top/bg_ring.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box_right {
    text-align: right;
}
.box_right img.wedding_logo {
    max-width: 70%;
}
@media screen and (max-width: 800px) {
    .box_right img.wedding_logo {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .col_zig_wrap:nth-child(odd) .col_zig_img {
        float: right;
    }
}
.col_zig_wrap .col_wedding_body {
    display: table;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    max-height: 550px;
}
.col_zig_wrap .col_zig_wedding_img {
    display: block;
    width: 50%;
    min-height: 480px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(255,
    255,
    255,
    1);
    float: right;
    max-height: 550px;
}
.col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
    float: right;
}
.wedding_boxinner {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 60px 80px 30px 80px;
}
@media (max-width: 960px) {
    .wedding_boxinner {
        padding: 35px;
    }
}
@media (max-width: 480px) {
    .col_zig_wrap .col_wedding_body {
        width: 100%;
    }
    .col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
}

/* TOP チャペルプリエールバナー */
.lead_priere {
    margin: 50px auto 0;
}
@media (max-width: 480px) {
    .lead_priere {
        text-align: center;
    }
}

/* レストランTOP　プランバナー */
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view:before {
    background-image: none;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view {
    padding: 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.note_view {
    padding: 0;
    margin: 5px -5px 0 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room {
    min-height: 150px;
    padding: 10px;
}
.bnr_restplan ul.btns_mov li a.btn_view_room p {
    text-align: left;
    padding: 0 0 0 20px;
}
@media (max-width: 768px) {
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .bnr_restplan.wrapper {
        width: 88%;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        min-height: 90px;
        padding: 7px;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room p {
        padding-left: 10px;
        font-size: 13px;
    }
}

/* トップページ　クリスマス・お正月(未使用)*/
.spcontents_wrap {
    display: block;
    width: 100%;
}
.spcontents_wrap.xmas {
    background: url(../img/top/bg_xmas02.png) no-repeat left center,
    url(../img/top/bg_xmas.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #000;
    color: #FFF;
}
.spcontents_wrap.newyear {
    background: url(../img/top/bg_newyear.png) no-repeat left center,
    url(../img/top/bg_newyear02.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #FFF;
    color: #000;
}
.spcontents_wrap .spcontents_box {
    display: block;
    padding: 75px 0;
    margin: 0 auto;
    text-align: right;
    width: 50%;
    box-sizing: border-box;
}
.spcontents_wrap:nth-of-type(odd) .spcontents_box {
    text-align: left;
}
.spcontents_wrap .spcontents_box h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap .spcontents_box p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap.newyear .spcontents_box h2,
.spcontents_wrap.newyear .spcontents_box p {
    text-shadow: none;
}
@media screen and (max-width: 1000px) {
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_xmas02.png) no-repeat 0 0;
        background-size: contain;
        margin: 0;
        background-color: #000;
        text-align: right;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_newyear02.png) no-repeat 100% 0;
        background-size: contain;
        margin: 0;
        background-color: #FFF;
    }
    .spcontents_wrap .spcontents_box {
        display: inline-block;
        padding: 30px 0;
        margin: 0 6%;
        text-align: right;
        width: 65%;
        box-sizing: border-box;
    }
    .spcontents_wrap p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .spcontents_wrap h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 640px) {
    .spcontents_wrap h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    .spcontents_wrap .spcontents_box {
        width: 100%;
        margin: 0 auto;
        padding: 50% 6% 0;
        text-align: left;
    }
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_xmas_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #000;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_newyear_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #FFF;
    }
}

/* トップページ　クリスマス・お正月*/
.bnr_img.sp_bnr a {
    margin: 0 0 30px;
    display: block;
}
.bnr_img.sp_bnr a img {
    margin: 0 0 5px;
}
.fixed_bnr {
    width: 38px;
    position: fixed;
    display: block;
    bottom: 60px;
    right: 0;
    padding: 0;
    z-index: 999;
}
.fixed_bnr a {
    display: block;
    padding: 55px 10px 15px;
    color: #FFF;
}
.fixed_bnr a.xmas {
    background: rgba(95,
    0,
    0,
    0.9) url(../img/top/ico_xmas.png) no-repeat center 5px;
    background-size: 30px;
}
.fixed_bnr a:hover {
    opacity: 0.6;
}
.fixed_bnr a p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .fixed_bnr {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .areamap {
        position: relative;
        display: block;
        padding: 30px 0 30px 0;
        margin: 0px 0 30px 0;
        text-align: center;
    }
    .areamap object {
        width: 80%;
    }
}
@media screen and (max-width: 680px) {
    .areamap {
        position: relative;
        display: block;
        padding: 20px 0 20px 0;
        margin: 0px 0 30px 0;
        text-align: center;
        border-top: 0px solid rgba(240,
        240,
        240,
        1);
    }
    .areamap object {
        width: 100%;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
パン㝝㝚
----------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
    clear: both;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
}
.breadcrumb ul {
    display: table;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    clear: both;
}
.breadcrumb ul li {
    display: table-cell;
    position: relative;
    padding: 0 26px 0 0;
    text-align: left;
    vertical-align: top;
}
.breadcrumb ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    margin-top: -5px;
    border-left: 1px solid rgba(148,
    134,
    113,
    0.4);
    border-bottom: 1px solid rgba(148,
    134,
    113,
    0.4);
    content: "";
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.breadcrumb ul li:last-child span {
    display: inline;
    height: 12px;
    color: #888;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.breadcrumb ul li a {
    display: inline;
    position: relative;
    padding: 0;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:active {
    opacity: 0.4;
    color: #000;
}
.breadcrumb ul li:first-child {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 200;
}
.breadcrumb ul li:first-child a {
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 26px 0 0;
    display: inline-block;
    background-image: url(../../img/icon_home.svgz);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 12px;
}
.breadcrumb ul li:first-child a:hover,
.breadcrumb ul li:first-child a:active {
    opacity: 0.4;
}
@media screen and (max-width: 960px) {
    .breadcrumb ul {
        display: block;
        text-align: left;
    }
    .breadcrumb ul li {
        display: inline;
        position: relative;
        padding: 0 26px 0 0;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .breadcrumb ul li:first-child a {
        display: inline;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
施設一覧ページ
----------------------------------------------------------------------------------------------------------------------------*/
#faclisttop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0;
}
#factop .list_thumb_wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}
#factop ul.list_thumb {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    font-size: 0;
    text-align: left;
}
#factop ul.list_thumb li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px 30px 0;
    margin: 0;
    width: 25%;
    font-size: 12px;
    text-align: left;
}
#factop ul.list_thumb li figure {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
#factop ul.list_thumb li figure img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#factop ul.list_thumb li h4 {
    display: block;
    box-sizing: border-box;
    padding: 20px 15px 16px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 20px;
    text-align: center;
}
#factop ul.list_thumb li h4 span {
    display: block;
    padding: 0;
    margin: 0 0 2px;
    font-size: 14px;
}
#factop ul.list_thumb li h4.rn2l {
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    font-size: 18px;
    text-align: center;
}
#factop ul.list_thumb li p {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}
#factop ul.list_thumb li p span {
    margin: 0 0 8px;
    display: block;
    font-size: 12px;
}
#factop ul.list_thumb li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 2px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(200,
    200,
    200,
    0.2);
}
#factop ul.list_thumb li a::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 40px;
    height: 0;
    margin-left: -20px;
    margin-top: 0px;
    border-top: 2px solid #9b7d53;
    content: "";
}
#factop ul.list_thumb li a:hover {
    background-color: rgba(200,
    200,
    200,
    0.5);
    color: rgba(0,
    0,
    0,
    1);
}
#factop ul.list_thumb li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#factop ul.list_thumb li a.txt_link {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 5px 0;
    width: auto;
    background: none;
    text-align: left;
    position: relative;
    word-break: break-all;
}
#factop ul.list_thumb li a.txt_link:before {
    position: absolute;
    top: 0.4em;
    left: 28px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*
#single,
#twin_triple,
#double,
#deluxe,
#jap_uni {
    margin-top: -25px;
    padding-top: 60px;
}
*/
@media screen and (max-width: 1024px) {
    #factop ul.list_thumb li {
        width: 33.33%;
    }
}
@media screen and (max-width: 800px) {
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 49.8%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 14px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 12px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}
@media screen and (max-width: 680px) {
    #facilitie .w25 {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #facilitie .w25 {
        width: 100%;
    }
    #factop .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #factop ul.list_thumb {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    #factop ul.list_thumb li {
        padding: 2%;
        margin: 0;
        width: 100%;
    }
    #factop .btn_area {
        width: 88%;
        margin: 0 auto;
    }
    #factop ul.list_thumb li h4 {
        font-size: 18px;
        padding: 20px 5px 16px 5px;
    }
    #factop ul.list_thumb li p {
        font-size: 14px;
        margin: 15px;
    }
    #fac ul.list_thumb li h4 span {
        font-size: 10px;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
レストラン予約モジュール
----------------------------------------------------------------------------------------------------------------------------*/
#modal_rest .btn_close {
    background-color: rgba(240,
    240,
    240,
    1);
    border-radius: 4px;
    width: 40px;
    padding: 40px 0 0 0;
    top: 15px;
    right: 15px;
}
#modal_rest .btn_close:before,
#modal_rest .btn_close:after {
    height: 30px;
    margin: 5px 0 0 0;
    left: 18px;
}
#rest_reserve {
    padding: 0 0 20px;
    font-size: 12px;
}
#rest_reserve .lead_area {
    padding: 0 15px;
    line-height: 1.4;
}
#rest_reserve .lead_area p {
    font-size: 15px;
}
#rest_reserve .res_area {
    padding: 0 0 5px;
    margin: 0 0 20px;
}
#rest_reserve .res_box {
    border: 1px solid rgba(0,
    0,
    0,
    0.1);
    padding: 10px;
    box-sizing: border-box;
}
#rest_reserve dl {
    width: 100%;
    display: table;
    margin: 0 0 6px;
    padding: 0 0 6px;
    position: relative;
    font-size: 0;
    border-bottom: 1px solid rgba(0,
    0,
    0,
    0.2);
}
#rest_reserve dl a {
    display: block;
}
#rest_reserve dl a :after,
#rest_reserve dl a.active :after {
    content: " ";
    display: table;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-left: 1px solid rgb(140,
    140,
    140);
    border-top: 1px solid rgb(140,
    140,
    140);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#rest_reserve dl dt {
    width: 38%;
    padding: 0;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}
#rest_reserve dl dt img {
    width: 100%;
    margin: 0;
}
#rest_reserve dl dd {
    width: 62%;
    padding: 0 10px 0 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
#rest_reserve dl dd p {
    margin: 0 0 0 5px;
    line-height: 1.5;
}
#rest_reserve dl dd span {
    font-size: 14px;
}
#rest_reserve a.btn {
    font-size: 16px;
    margin: 0 0 5px;
    display: block;
}
#rest_reserve a.btn_tel {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_tel.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 12px;
    background-color: rgba(134,
    104,
    67,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve a.btn_seat {
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-image: url(../img/common/icon_seat.svgz);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    background-color: rgba(153,
    125,
    83,
    1);
    position: relative;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
}
#rest_reserve .telnum {
    font-size: 18px;
    font-weight: 800;
    margin: -10px 0 2px;
    padding: 0;
}
.red {
    color: red;
}
ul.btns li a.cancel_link,
.cancel_link {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    padding: 0 0 0 5px;
    background-color: transparent;
    width: auto;
}
.search_plan_min ul.list_link li {
    width: auto;
}
.cd-primary-nav .cancel_link {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------------
喫煙ルームのご案内
----------------------------------------------------------------------------------------------------------------------------*/
.stay_info {
    background: #fafafa;
    position: relative;
    border: 6px solid #eee;
    padding: 10px 40px 10px 40px;
    display: inline-block;
    margin: 10px auto 30px;
}
@media screen and (max-width: 480px) {
    .stay_info {
        padding: 25px 10px 10px;
    }
}
.stay_info:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 0;
    margin-left: -10px;
    margin-top: -6px;
    border-top: 6px solid #9b7d53;
    content: "";
}
.stay_info p {
    text-align: left;
    padding: 5px 10px 5px;
}
.stay_info p.center {
    text-align: center;
}
.stay_info .mds {
    font-size: 22px;
    font-weight: 500;
}
.stay_info a.btn_stayreserve_s {
    display: inline-block;
    position: relative;
    padding: 10px 30px 10px 30px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-decoration: none;
    width: auto;
    min-width: 10em;
    height: inherit;
    color: rgba(255,
    255,
    255,
    1);
    background-color: rgba(146,
    132,
    111,
    1);
    text-align: center;
}
.stay_info a.btn_stayreserve_s:hover {
    background-color: rgba(146,
    132,
    111,
    0.6);
}
.stay_info a.btn_stayreserve_s:before {
    position: absolute;
    top: 45%;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-left: 1px solid rgba(255,
    255,
    255,
    1);
    border-top: 1px solid rgba(255,
    255,
    255,
    1);
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.rest_pickup p {
    background-color: #C00;
}
.motto_box {
    margin: 20px 0px;
}
.motto_ttl {
    color: #960;
}
.motto_column {
    text-align: left;
    vertical-align: top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 24px;
}
.motto_column tr td {
    padding-left: 6px;
    padding-right: 30px;
    padding-top: auto;
    padding-bottom: 10px;
}
.motto_box .ttl_cont {
    color: #9B7D53;
}
.motto_column tr th {
    font-weight: normal;
    vertical-align: top;
    padding-left: 45px;
}
.motto_position {
    display: table;
    width: 100%;
    height: 100%;
}
.motto_position_inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
a.txt_link3 {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: relative;
    padding: 0 0 0 16px;
    margin: 0 0 0 0;
    font-size: 1em;
    line-height: 1.6em;
    text-decoration: none;
    height: inherit;
    text-align: left;
}
a.txt_link3:before {
    font-weight: bold;
    color: #9B7D53;
    font-size: 16px;
    display: inline;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid rgba(200,
    200,
    200,
    1);
    border-bottom: 4px solid transparent;
    content: "";
}

/*----------------------------------------------------------------------------------------------------------------------------
テーブルレイアウト1
----------------------------------------------------------------------------------------------------------------------------*/
table.table_a {
    width: 100%;
    line-height: 18px;
    font-family: "Hiragino Sans",
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
table.table_a tr {}
table.table_a td {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 80px;
}
table.table_a th {
    text-align: left;
    padding-left: 6px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 6px;
}
@media screen and (max-width: 600px) {
    table.table_a {}
    table.table_a td {
        display: block;
        width: 100%;
        text-align: right;
        border: none;
    }
    table.table_a th {
        display: block;
        border: none;
        width: 100%;
    }
}

/* トップページ30周年記念 */
#anniv_ttl {
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: center;
    background: url(../img/top/img_30th.png) no-repeat 50px center,
    url(../img/top/img_hotel.png) no-repeat right center;
    background-size: 13em,
    contain;
    background-color: #F8F8F5;
}
#anniv_ttl .anniv_msg {
    display: block;
    padding: 75px 0;
    margin: 0 0 0 20em;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
}
#anniv_ttl h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 25px #ffffff,
    0 0 20px #ffffff,
    0 0 0.4px #ffffff;
}
#anniv_ttl p.lead br {
    display: block;
}
@media screen and (min-width: 1200px) {
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat 25px 2em;
        background-size: 24%;
        margin: 0;
        background-color: #F8F8F5;
    }
    #anniv_ttl .anniv_msg {
        display: block;
        margin: 0;
        padding: 25px 6%;
        text-align: left;
        width: 75%;
        float: right;
    }
    #anniv_ttl::after {
        content: "";
        display: block;
        clear: both;
    }
    #anniv_ttl p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    #anniv_ttl h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 415px) {
    #anniv_ttl h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 50% 6% 0;
    }
    #anniv_ttl {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/img_30th.png) no-repeat center 25px;
        background-size: 45%;
        background-color: #F8F8F5;
    }
}
@media screen and (max-width: 376px) {
    #anniv_ttl h2 {
        font-size: 20px;
        font-weight: 600;
    }
    #anniv_ttl {
        background-size: 68%;
    }
    #anniv_ttl .anniv_msg {
        width: 100%;
        padding: 75% 6% 0;
    }
}
.bg_ring {
    background-image: url(../img/top/bg_ring.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box_right {
    text-align: right;
}
.box_right img.wedding_logo {
    max-width: 70%;
}
@media screen and (max-width: 800px) {
    .box_right img.wedding_logo {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .col_zig_wrap:nth-child(odd) .col_zig_img {
        float: right;
    }
}
.col_zig_wrap .col_wedding_body {
    display: table;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    max-height: 550px;
}
.col_zig_wrap .col_zig_wedding_img {
    display: block;
    width: 50%;
    min-height: 480px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background-color: rgba(255,
    255,
    255,
    1);
    float: right;
    max-height: 550px;
}
.col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
    float: right;
}
.wedding_boxinner {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 60px 80px 30px 80px;
}
@media (max-width: 960px) {
    .wedding_boxinner {
        padding: 35px;
    }
}
@media (max-width: 480px) {
    .col_zig_wrap .col_wedding_body {
        width: 100%;
    }
    .col_zig_wrap:nth-child(odd) .col_zig_wedding_img {
        float: none;
        width: 100%;
        min-height: 220px;
    }
}

/* TOP チャペルプリエールバナー */
.lead_priere {
    margin: 50px auto 0;
}
@media (max-width: 480px) {
    .lead_priere {
        text-align: center;
    }
}

/* レストランTOP　プランバナー */
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view:before {
    background-image: none;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.mds_view {
    padding: 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room span.note_view {
    padding: 0;
    margin: 5px -5px 0 0;
}
.bnr_restplan ul.btns_mov li a.btn_view_room {
    min-height: 150px;
    padding: 10px;
}
.bnr_restplan ul.btns_mov li a.btn_view_room p {
    text-align: left;
    padding: 0 0 0 20px;
}
@media (max-width: 768px) {
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .bnr_restplan.wrapper {
        width: 88%;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room {
        min-height: 90px;
        padding: 7px;
    }
    .bnr_restplan ul.btns_mov li a.btn_view_room p {
        padding-left: 10px;
        font-size: 13px;
    }
}

/* トップページ　クリスマス・お正月(未使用)*/
.spcontents_wrap {
    display: block;
    width: 100%;
}
.spcontents_wrap.xmas {
    background: url(../img/top/bg_xmas02.png) no-repeat left center,
    url(../img/top/bg_xmas.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #000;
    color: #FFF;
}
.spcontents_wrap.newyear {
    background: url(../img/top/bg_newyear.png) no-repeat left center,
    url(../img/top/bg_newyear02.png) no-repeat right center;
    background-size: contain,
    contain;
    background-color: #FFF;
    color: #000;
}
.spcontents_wrap .spcontents_box {
    display: block;
    padding: 75px 0;
    margin: 0 auto;
    text-align: right;
    width: 50%;
    box-sizing: border-box;
}
.spcontents_wrap:nth-of-type(odd) .spcontents_box {
    text-align: left;
}
.spcontents_wrap .spcontents_box h2 {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 32px;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap .spcontents_box p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    text-shadow: 0 0 15px #000,
    0 0 10px #000,
    0 0 0.4px #000;
}
.spcontents_wrap.newyear .spcontents_box h2,
.spcontents_wrap.newyear .spcontents_box p {
    text-shadow: none;
}
@media screen and (max-width: 1000px) {
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_xmas02.png) no-repeat 0 0;
        background-size: contain;
        margin: 0;
        background-color: #000;
        text-align: right;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 2em 0;
        background: url(../img/top/bg_newyear02.png) no-repeat 100% 0;
        background-size: contain;
        margin: 0;
        background-color: #FFF;
    }
    .spcontents_wrap .spcontents_box {
        display: inline-block;
        padding: 30px 0;
        margin: 0 6%;
        text-align: right;
        width: 65%;
        box-sizing: border-box;
    }
    .spcontents_wrap p br.pc_br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .spcontents_wrap h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 640px) {
    .spcontents_wrap h2 {
        padding: 0;
        margin: 0px 0 10px 0;
    }
    .spcontents_wrap .spcontents_box {
        width: 100%;
        margin: 0 auto;
        padding: 50% 6% 0;
        text-align: left;
    }
    .spcontents_wrap.xmas {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_xmas_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #000;
    }
    .spcontents_wrap.newyear {
        max-width: 100%;
        width: 100%;
        padding: 6em 0 2em;
        background: url(../img/top/bg_newyear_sp.png) no-repeat center 0;
        background-size: 100%;
        background-color: #FFF;
    }
}

/* トップページ　クリスマス・お正月*/
.bnr_img.sp_bnr a {
    margin: 0 0 30px;
    display: block;
}
.bnr_img.sp_bnr a img {
    margin: 0 0 5px;
}
.fixed_bnr {
    width: 38px;
    position: fixed;
    display: block;
    bottom: 60px;
    right: 0;
    padding: 0;
    z-index: 999;
}
.fixed_bnr a {
    display: block;
    padding: 55px 10px 15px;
    color: #FFF;
}
.fixed_bnr a.xmas {
    background: rgba(95,
    0,
    0,
    0.9) url(../img/top/ico_xmas.png) no-repeat center 5px;
    background-size: 30px;
}
.fixed_bnr a:hover {
    opacity: 0.6;
}
.fixed_bnr a p {
    font-family: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "HGS明朝E",
    "ＭＳ 明朝",
    "MS PMincho",
    serif;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .fixed_bnr {
        display: none;
    }
}
.lang_reserv>.cont_detail>p {
    text-align: center;
}

/* フッターの自動翻訳メッセージ */
#kdsfooter_d0.kdsfooter1.flex_msg {
    right: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,
    0,
    0,
    0.2);
    ;
    box-shadow: 0px 0px 5px 2px rgba(0,
    0,
    0,
    0.2);
    ;
    position: fixed;
}
#kdsfooter_d0 .btn_msg_close {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -6px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    font-size: 12px;
}
.kdsfooter1 {
    border-top: unset !important;
    padding: 0 0 5px 0px;
    background: #dfdfdfbd;
    bottom: 0;
    width: 60% !important;
    padding: 8px;
    margin: 20px auto;
    border: none;
    text-align: center;
    background-color: #eaeaea !important;
}
.kdsfooter1 a {
    text-decoration: underline;
}
td.kdsfooter {
    background-color: #eaeaea !important;
}
#kdsfooter_d1 {
    width: 140px !important;
}
#kdsfooter_d1 table td {
    text-align: center;
}
#kdsfooter_d2 {
    margin: 5px 0 0 0;
    width: 100% !important;
}
#kdsfooter_d2 table {
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .kdsfooter1 {
        width: 80% !important;
        margin: 0px auto 65px auto;
        ;
    }
}
@media screen and (max-width: 680px) {
    #kdsfooter_d2 {
        width: 90% !important;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------
コロナ関連お知らせ（宿泊・レストラン・宴会TOP）
----------------------------------------------------------------------------------------------------------------------------*/
.info_notes {
    padding: 20px 0 10px;
}
@media screen and (max-width: 680px) {
    .info_notes {
        padding: 0 0 40px;
    }
}

/*------------------------------------------------------------------------
トップページ オンラインショッピング
------------------------------------------------------------------------*/
#topcont_shop {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 5% 0 5% 0;
    color: #000;
    background: url(../img/top/bg_gaikan.svgz) right bottom no-repeat #F3F1EF;
    background-size: 20%;
}
#topcont_shop .ttl {
    margin: 20px 0 20px 0;
    padding: 70px 0 0 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
    background: url(../img/common/icon_mark_4c.svg) center top no-repeat;
    background-size: 60px;
}
#topcont_shop .col_wrap {
    display: block;
    width: 100%;
    box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 3% 0 3% 0;
    position: relative;
    clear: both;
    background: none;
    z-index: 1;
}
#topcont_shop .col_wrap .col_img {
    display: inline-block;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    background-color: unset;
    float: left;
}
#topcont_shop .col_wrap .col_img .img_gaikan {
    display: block;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0;
}
#topcont_shop .col_wrap .col_img .img_gaikan img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#topcont_shop .fig {
    width: 80%;
    margin: 5% auto;
    padding: 0;
    background-color: rgba(255,
    255,
    255,
    0);
    border: none;
}
#topcont_shop .fig img {
    margin: 0;
    padding: 0;
    border: none;
}
#topcont_shop .col_wrap .col_body {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
#topcont_shop .col_wrap .col_body .inner {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 10%;
    margin: 0;
    box-sizing: border-box;
}
#topcont_shop .col_wrap .col_body .inner .img_gaikan_sp {
    display: none;
}
#topcont_shop .col_wrap .col_body .inner .lead {
    font-size: 20px;
    margin: 0 0 20px 0;
}
#topcont_shop .mds {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
    font-weight: normal;
    font-family: Hiragino Sans,
    "游ゴシック",
    YuGothic,
    "メイリオ",
    "meiryo",
    sans-serif;
}
@media screen and (max-width: 680px) {
    #topcont_shop {
        padding: 10% 0 10% 0;
    }
    #topcont_shop .ttl {
        margin: 0px 0 10px 0;
        padding: 46px 0 0 0;
        font-size: 20px;
        background: url(../img/common/icon_mark.svgz) center top no-repeat;
        background-size: 40px;
    }
    #topcont_shop .col_wrap {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        clear: both;
        background: none;
        z-index: 1;
    }
    #topcont_shop .col_wrap .col_img {
        display: block;
        width: 100%;
        margin: 0 0 14% 0%;
    }
    #topcont_shop .col_wrap .col_body {
        display: inline-block;
        width: 100%;
        padding: 0 0 5% 0;
    }
    #topcont_shop .col_wrap .col_body .inner .lead {
        font-size: 16px;
        margin: 10px 0;
    }
    #topcont_shop .col_wrap .col_body .inner {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        padding: 0 5%;
        margin: 0;
        box-sizing: border-box;
    }
    #topcont_shop .mds {
        font-size: 20px;
    }
}

/*------------------------------------------------------------------------
360度ビュー
------------------------------------------------------------------------*/
ul.roomview_list {
    list-style: none;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
}
ul.roomview_list li {
    display: inline-block;
    width: 23.8%;
    border: 1px #CCC solid;
    margin: 0 10px 10px 0;
}
ul.roomview_list li:nth-child(4) {
    margin: 0 0 10px 0;
}
ul.roomview_list li a {
    display: block;
    padding: 5px;
}
ul.roomview_list li img {
    width: 100%;
}
@media screen and (max-width: 800px) {
    ul.roomview_list li {
        width: 23%;
    }
}
@media screen and (max-width: 600px) {
    ul.roomview_list li {
        width: 47%;
    }
    ul.roomview_list li:nth-child(2n) {
        margin: 0 0 10px 0;
    }
}
.top_lead {
    text-align: center;
    margin: 40px auto 0;
}
.ttl span.sublead {
    font-size:0.7em;
    font-family: "Times New Roman",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "MS PMincho",
    serif;
}
span.close_msg {
    color: red;
    display: block;
    padding: 2px 0;
    font-size: 12px;
}

.stay_safebnr{
    margin:40px 0 0;
    padding:0;
}
.stay_safebnr li{
    display: inline-block;
    width: calc((100% - 60px) / 3);
    vertical-align: middle;
    margin: 0 30px 10px 0;
    box-sizing: content-box;
}
.stay_safebnr li:nth-child(3n){
    margin:0 0 10px;
}

.stay_safebnr li a{
    border: 4px #EEEEEE solid;
    padding: 20px;
    display:block;
    vertical-align: middle;
}
.stay_safebnr li a:hover{
    opacity: 0.6;
}
.stay_safebnr .safebnr_img{
    text-align:center;
    margin:0 0 10px;
    height:115px;
}
.stay_safebnr .safebnr_img img{
    max-height: 115px !important;
}

.stay_safebnr .safebnr_img a{
    border:none;
    padding:0;
    width:100%;
}
.stay_safebnr .safebnr_img a img{
}

.stay_safebnr .safebnr_txt{
    display: block;
    text-align: center;
}
.stay_safebnr p{
    font-size:14px;
    margin:0;
}
.stay_safebnr .safebnr_mds{
    font-size: 18px;
    font-weight: 300;
    margin:0;
    padding:0;
}

.stay_safebnr .safebnr_mdstrust{
    color:#358FCB;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 600;
    margin:auto;
    padding:0;
}

@media screen and (max-width: 1024px) {
    .stay_safebnr .safebnr_img a img{
        height: auto !important;
    }
}
@media screen and (max-width: 800px) {
    .stay_safebnr li,
    .stay_safebnr li:nth-child(2n){
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 800px) {
    .stay_safebnr .safebnr_mds{
       font-size: 18px;
    }
}

/*------------------------------------------------------------------------
トップスライド変更
------------------------------------------------------------------------*/
#toprecomm .top_bnr{
    margin:20px 0 0 0;
    padding:0;
    text-align:left;
}
#toprecomm .top_bnr li{
    display: inline-block;
    width: 22%;
    margin:0 30px 0 0;
    vertical-align:top;
}
#toprecomm .top_bnr li:nth-child(4n){
    margin:0 0 10px;
}

#toprecomm .top_bnr li a {
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #fff;
}
#toprecomm .top_bnr li a .thumb {
    display: table-cell;
    width: 20%;
    margin: 0;
    padding: 0 0;
    vertical-align: top;
}
#toprecomm .top_bnr li a .thumb img {
    display: block;
    width: auto;
    height: auto;
    max-height: 80px;
    margin: 0 auto;
}
#toprecomm .top_bnr li a .wrap {
    display: table-cell;
    padding: 0 0 0 10px;
    margin: 0;
    vertical-align: middle;
    height: inherit;
    max-height: 100px;
    overflow: hidden;
}
#toprecomm .top_bnr li a .infottl {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    /* line-height: 28px; */
    font-family: serif;
}
#toprecomm .top_bnr li a p {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 1.5;
    max-height: 4em;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    #toprecomm .top_bnr li,
    #toprecomm .top_bnr li:nth-child(4n){
        display: inline-block;
        width: 48%;
        margin:0 30px 10px 0;
    }
    #toprecomm .top_bnr li:nth-child(2n){
        margin:0 0 10px 0;
    }
}
@media screen and (max-width: 800px) {
    #toprecomm .top_bnr li,
    #toprecomm .top_bnr li:nth-child(4n){
        display: block;
        width: 100%;
        margin:0 0 10px 0;
    }
    #toprecomm .top_bnr li a {
        display: block;
        position: relative;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        text-align: left;
        color: #fff;
    }
    #toprecomm .top_bnr li a .thumb {
        display: inline-block;
        width: 20%;
        margin: 0;
        padding: 0 0;
        vertical-align: middle;
    }
    #toprecomm .top_bnr li a .thumb img {
        width: 100%;
        height: auto;
        margin:0 !important;
    }
    #toprecomm .top_bnr li a .wrap {
        width: 70%;
        display: inline-block;
        padding: 0 0 0 10px;
        margin: 0;
        vertical-align: middle;
        height: inherit;
        max-height: 100px;
        overflow: hidden;
    }
    #reserv_box4 ul.list_link li a{
        background: none;
        color:#000;
        padding:0;
    }

}
