@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sans&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500&display=swap');
@font-face {
    /*font-family: 'KozGo';
    src: url(../fonts/KozGo.woff) format('woff'), 
         url(../fonts/KozGo.ttf)  format('truetype'), 
         url(../fonts/KozGo.otf)  format('opentype'); */
}

@font-face {
    font-family: 'din-m';
    src: url(../fonts/din-m.woff) format('woff'),
    url(../fonts/din-m.ttf) format('truetype'),
    url(../fonts/din-m.otf) format('opentype');
}

@font-face {
    font-family: 'trajan';
    src: url(../fonts/Trajan.woff) format('woff'),
    url(../fonts/Trajan.ttf) format('truetype'),
    url(../fonts/Trajan.otf) format('opentype');
}

.din_m {
    font-family: "din-m", sans-serif;
}

.trajan {
    font-family: "trajan", sans-serif;
}

.got {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

* {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
}

.hdlang {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

@media screen and (max-width: 1158px) {
    .hdlang {
        padding-right: 80px;
        top: 20px;
    }
}

.hdlang a {
    display: inline-block;
    color: #998675;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}

.hdlang a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #998675;
}

/*@media screen and (min-width: 1171px) {*/
    @media screen and (min-width: 585px) {
    /*header_____________________________________________________________*/
    .menu-trigger-box {
        display: none;
    }

    .header .header_links .selectbox .selectbox_links {
        display: none;
    }



    header p {
        color: #4d4d4d;
    }



    .header .header_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100vw;
        padding: 2px 0 4px;
        background-color: #fff;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header .header_links ul {
        padding: 0 0 0 10px;
    }

    .header .header_links ul li {
        display: inline-block;
    }

    .header .header_links ul li a {
        display: block;
        width: 100%;
        padding: 0 0 0 8px;
        margin: 0 0 0 4px;
        position: relative;
    }

    .header .header_links ul li a::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        margin: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 3px;
        height: 3px;
        border-top: 1px solid #998675;
        border-right: 1px solid #998675;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .header_links ul li a p {
        font-size: 11px;
        color: #998675;
    }

    .header .selectbox {
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px 0 0;
    }

    .header .selectbox .hours {
        font-size: 11px;
        color: #998675;
        display: inline-block;
        position: relative;
        padding: 0 0 0 16px;
    }

    .header .selectbox .hours img {
        width: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .header .selectbox .cp_ipselect {
        overflow: hidden;
        width: 65px;
        margin: 0 40px 0 20px;
        text-align: center;
        display: inline-block;
        position: relative;
        padding: 0 0 0 16px;
    }

    .header .selectbox .cp_ipselect img {
        width: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .header .selectbox .cp_ipselect select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

    .header .selectbox .cp_ipselect select::-ms-expand {
        display: none;
    }

    .header .selectbox .cp_ipselect.cp_sl01 {
        height: 22px;
        position: relative;
        /*background: #055fdd;*/
    }

    .header .selectbox .cp_ipselect.cp_sl01::before {
        content: "";
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 4px;
        height: 4px;
        border-top: 1px solid #998675;
        border-right: 1px solid #998675;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .header .selectbox .cp_ipselect.cp_sl01 select {
        padding: 0px 4px 0px 0px;
        color: #998675;
        height: 100%;
        position: absolute;
        top: 0;
        left: 16px;
    }

    .header #form {
        position: relative;
    }

    .header #sbox {
        width: 100px;
        height: 20px;
        padding: 0 20px;
        outline: 0;
        border: none;
        color: #fff;
        background-color: #c7b299;
    }

    .header #sbox::placeholder {
        color: #fff;
    }

    .header #sbox:-ms-input-placeholder {
        color: #fff;
    }

    .header #sbox::-ms-input-placeholder {
        color: #fff;
    }

    .header #form .search_img {
        width: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4px;
        margin: auto;
    }

    .header #sbox.active {
        /*width: 120px;*/
        /*padding:0 10px; */
    }

    .header #form .search_img.active {
        display: none;
    }

    /*header____end_____________________________________________________________*/
    /*@media screen and (min-width: 1171px)____end*/
}

@media screen and (min-width: 769px) {
    ._sp {
        display: none !important;
    }

    body {
        /*margin: 32px 0 0 0;*/
    }

    #wrapper {
    }

    section {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .w_none {
        max-width: none;
        width: 100%;
    }

    .w_1200 {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    p {
        line-height: 1.6em;
        color: #000;
    }

    a {
        text-decoration: none;
        color: #000;
        /* text-decoration: underline; */
        /* text-decoration-color: #000000; */
    }

    a:hover {
        opacity: .7;
    }

    li {
        list-style: none;
    }

    img {
        width: 100%;
        vertical-align: bottom;
    }

    /*___*/
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex_c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex_b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex_a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .bg_77a49a {
        background-color: #77a49a;
    }

    .hr_1d6856 {
        border: none;
        border-top: solid 18px #54b7c1;
    }

    .bg_f4f8f7 {
        background-color: #f4f8f7;
    }

    .bg_e4edeb {
        background-color: #e4edeb;
        box-sizing: border-box;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /*common________________________________________________________________*/
    .main {
        position: relative;
    }

    .main_txt {
        font-size: 40px;
        color: #fff;
        letter-spacing: 0.1em;
        text-align: center;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
        text-shadow: 0 0 10px #000,
        0 0 14px #000,
        0 0 20px #000;

    }

    .main_txt span {
        font-size: 36px;
        display: block;
    }

    .sec_title_box {
        text-align: center;
        margin: 0 auto 40px;
    }

    .sec_title01 {
        font-size: 30px;
        letter-spacing: 0.1em;
    }

    .sec_title02 {
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .sec_title03 {
        font-size: 24px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        padding: 40px 0 40px;
        background-image: url(../img/common/title_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    /*___*/
    .shop_title {
        text-align: center;
    }

    .shop_title .shop_title_p01 {
        font-size: 30px;
        line-height: 1em;
        letter-spacing: 0.2em;
        padding: 0 20px;
        display: inline-block;
        position: relative;
    }

    .shop_title .shop_title_p01:before,
    .shop_title .shop_title_p01:after {
        content: "";
        height: 22px;
        width: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
    }

    .shop_title .shop_title_p01:before {
        left: 0;
    }

    .shop_title .shop_title_p01:after {
        right: 0;
    }

    .shop_title .shop_title_p02 {
        font-size: 16px;
    }

    .footer_access_box .shop_title .shop_title_p01 {
        color: #fff;
    }

    .footer_access_box .shop_title .shop_title_p01:before, .footer_access_box .shop_title .shop_title_p01:after {
        background-color: #fff;
    }

    .footer_access_box .shop_title .shop_title_p02 {
        color: #fff;
    }

    /*___*/
    .more_btn {
        text-align: center;
    }

    .more_btn a {
        padding: 16px 0 14px;
        width: 394px;
        background-image: url(../img/common/more_btn.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .more_btn--arrow a {
        position: relative;
        background: #333;
        color: #fff;
    }

    .more_btn--arrow a::after{
        content: '';
        position: absolute;
    }

    .more_btn--arrowDown a::after{
        transform: rotate(135deg);
        min-width: 5px;
        min-height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 9px;
        height: 9px;
        top: 40%;
        right: 37%;
    }

    .more_btn a p {
        font-size: 14px;
        text-align: center;
        color: #fff;
        display: inline-block;
        position: relative;
    }

    .more_btn a p:before {
        content: "";
        position: relative;
        top: 0.7em;
        right: -3.7em;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    /*___*/
    /*data___________________________________________________________*/
    .event_tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-bottom: solid 4px #998675;
        padding: 40px 0 0;
        margin: 0 auto 70px;
    }

    .event_tabs a {
        width: 16%;
        padding: 20px 0 20px;
        margin: 0 1%;
        border: solid 1px #998675;
    }

    .event_tabs a:hover {
        opacity: 1;
    }

    .event_tabs a p {
        font-size: 15px;
        text-align: center;
        position: relative;
    }

    .event_tabs a p img {
        width: 20px;
        position: relative;
        left: -10px;
        vertical-align: text-bottom;
    }

    .event_tabs a p img:nth-of-type(2) {
        display: none;
    }

    .event_tabs a.active {
        background: -moz-linear-gradient(150deg, #a39284 50%, #998675 50%) no-repeat 50% 50% / 100% 100%;
        background: -webkit-linear-gradient(150deg, #a39284 50%, #998675 50%) no-repeat 50% 50% / 100% 100%;
        background: linear-gradient(150deg, #a39284 50%, #998675 50%) no-repeat 50% 50% / 100% 100%;
    }

    .event_tabs a.active p {
        color: #fff;
    }

    .event_tabs a.active p img:nth-of-type(1) {
        display: none;
    }

    .event_tabs a.active p img:nth-of-type(2) {
        display: inline;
    }

    /*___*/
    .shop_eventmain_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .shop_eventmain {
        width: 31%;
        margin: 0 0 6%;
        padding: 0 0 2%;
        box-shadow: 0px 0px 4px #888;
    }

    .shop_event_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .shop_event {
        width: 23%;
        margin: 0 0 6%;
        padding: 0 0 2%;
        box-shadow: 0px 0px 4px #888;
    }

    .shop_event_img {
        margin: 0 0 6px;
        position: relative;
    }

    .shop_event_text_box {
        width: 96%;
        margin: 0 auto;
    }

    .shop_event_title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.8em;
        margin: 16px 0 0 0;
    }

    .shop_event_date {
        font-size: 12px;
        line-height: 1.8em;
    }

    .shop_event_text {
        font-size: 12px;
        line-height: 1.8em;
    }

    /*___*/
    .shop_event_icon {
        font-size: 11px;
        color: #fff;
        text-align: center;
        line-height: 20px;
        display: inline-block;
        padding: 0 6px;
        min-width: 50px;
        vertical-align: top;
    }

    .shop_event_icon_85777f {
        border: solid 1px #85777f;
        background-color: #85777f;
    }

    .shop_event_icon_c78b6d {
        border: solid 1px #c78b6d;
        background-color: #c78b6d;
    }

    .shop_event_icon_cffffff {
        border: solid 1px #4d4d4d;
        background-color: #ffffff;
        color: #4d4d4d;
    }

    .shop_event_icon_995475 {
        border: solid 1px #995475;
        background-color: #995475;
    }

    .shop_event_icon_989451 {
        border: solid 1px #989451;
        background-color: #989451;
    }

    .shop_event_icon_6a77a4 {
        border: solid 1px #6a77a4;
        background-color: #6a77a4;
    }

    .shop_event_icon_4a605b {
        border: solid 1px #4a605b;
        background-color: #4a605b;
    }

    /*top__________________________________________________________________*/
    #top {
    }

    .w_1000 {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .guide_map {
        display: none;
    }

    #top .guide_map1 {
        margin-top: 100px;
        text-align: center;
        margin-bottom: -180px;
    }

    #top .guide_map1 {
        margin-bottom: 0px;
        text-align: center;
        margin-bottom: -30px;
    }

    #top .guide_map1 li:nth-child(1) {
        width: 40%;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    #top .guide_map2 {
        margin-bottom: 30px;
        text-align: center;
    }

    #top .guide_map2 li:nth-child(1) {
        width: 40%;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    #top .guide_map2 li:nth-child(2) {
        width: 18%;
        display: inline-block;
        z-index: 0;
        position: relative;
        bottom: 0px;
        right: 9px;
    }

    #top .guide_map2 li:nth-child(2) img {
        width: 110%
    }

    #top .guide_map2 li:nth-child(2) p {
        line-height: 1.6em;
        color: white;
        position: relative;
        bottom: 170px;
        text-align: center;
        left: 6%;
        letter-spacing: 0.1em;
        font-size: 21px;
        color: #000;
    }

    #top .guide_map2 li:nth-child(2) p span {
        font-size: 28px;
        color: #000;
    }

    #top .guide_map2 li:nth-child(3) {
        width: 40%;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    #top .guide_map3 li:nth-child(1) img,
    #top .guide_map3 li:nth-child(3) img,
    #top .guide_map1 li:nth-child(1) img,
    #top .guide_map2 li:nth-child(1) img,
    #top .guide_map2 li:nth-child(3) img {
        width: 90%;
        display: block;
        vertical-align: bottom;
        margin-left: auto;
        margin-right: auto;
    }

    #top .guide_map3 li:nth-child(1) p,
    #top .guide_map3 li:nth-child(3) p,
    #top .guide_map1 li:nth-child(1) p,
    #top .guide_map1 li:nth-child(3) p,
    #top .guide_map2 li:nth-child(1) p,
    #top .guide_map2 li:nth-child(3) p {
        line-height: 1.6em;
        color: white;
        font-weight: bold;
        /*position: relative;*/
        /*bottom: 272px;*/
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    #top .guide_map1 li a,
    #top .guide_map2 li a,
    #top .guide_map3 li a {
        width: 108px;
        background-color: #066686;
        padding: 15px;
        text-align: center;
        /*bottom: 240px;*/
        /*left: 0;*/
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: 10%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #top .guide_map3 {
        margin-bottom: 60px;
        text-align: center;
        /*margin-top: -100px;*/

    }

    #top .guide_map3 li:nth-child(1) {
        width: 40%;
        display: inline-block;
        z-index: 1;
        position: relative;
        margin-left: 9%;
    }

    /*#top .guide_map3 li:nth-child(1) img {*/
    /*width: 90%;*/
    /*}*/
    #top .guide_map3 li:nth-child(2) {
        width: 0;
        display: inline-block;
        z-index: 0;
        position: relative;
        bottom: 50px;
        right: 0px;
    }

    #top .guide_map3 li:nth-child(2) img {
        width: 110%
    }

    #top .guide_map3 li:nth-child(2) p {
        line-height: 1.6em;
        color: white;
        position: relative;
        bottom: 160px;
        text-align: center;
        left: 7.5%;
        letter-spacing: 0.1em;
        font-size: 21px;
    }

    #top .guide_map3 li:nth-child(2) p span {
        font-size: 28px;
    }

    #top .guide_map3 li:nth-child(3) {
        width: 40%;
        display: inline-block;
        z-index: 1;
        position: relative;
        margin-right: 9%;
    }

    /*#top .guide_map3 li:nth-child(3) img {*/
    /*width: 90%;*/
    /*}*/
    /*#top .guide_map3 li:nth-child(1) p,*/
    /*#top .guide_map3 li:nth-child(3) p {*/
    /*line-height: 1.8em;*/
    /*color: white;*/
    /*font-weight: bold;*/
    /*position: relative;*/
    /*bottom: 272px;*/
    /*text-align: center;*/
    /*letter-spacing: 0.1em;*/
    /*font-size: 21px;*/
    /*}*/
    /*#top .guide_map3 li a {*/
    /*width: 108px;*/
    /*background-color: #066686;*/
    /*padding: 20px 30px;*/
    /*text-align: center;*/
    /*position: relative;*/
    /*bottom: 240px;*/
    /*left: 0;*/
    /*color: #FFFFFF;*/
    /*}*/
    #top .spa_map {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    #top .spa_map .caption {
        position: absolute;
        /* right: 5px; */
        /* bottom: 5px; */
        text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
        z-index: 3;
        color: #fff;
        font-size: 12px;
    }
    
    #spa .spa_map .caption {
        position: absolute;
        /* right: 5px; */
        bottom: 5px;
        text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
        z-index: 3;
        color: #fff;
        font-size: 12px;
    }
    #top .spa_map img {
        display: block;
        vertical-align: bottom;
        width: 100%;
    }

    #top .top_main {
        position: relative;
    }

    #top .top_info_sp {
        display: none;
    }

    #top .top_about {
        position: relative;
        /*bottom: -313px;
        right: 0;
        left: 0;*/
        margin: auto;
        flex-wrap: nowrap;
        z-index: 17;
    }

    #top .top_about p {
        color: #fff;
        font-size: 14px;
    }

    #top .top_about_ti {
        background-color: #1d6856;
        width: 18%;
        max-width: 210px;
        position: relative;

    }

    #top .top_about_ti p {
        font-size: 30px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    #top .top_about_ti p span {
        font-size: 14px;
        line-height: 1em;
        display: block;
    }

    #top .top_about_txt {
        background-image: url(../img/top/01.png);
        background-size: cover;
        background-repeat: no-repeat;
        /*width: 75%;*/
        width: 760px;
        padding: 30px 40px;
    }

    #top .top_about_txt01 {width: 48%;}

    /*#top .top_about_txt01 p:nth-of-type(1) {*/
    /*font-size: 20px;*/
    /*padding: 4px 0;*/
    /*margin: 0 0 10px;*/
    /*border-top: solid 1px #fff;*/
    /*border-bottom: solid 1px #fff;*/
    /*text-align: center;*/
    /*}*/
    #top .top_about_txt01 h4 {
        font-size: 20px;
        padding: 4px 0;
        margin: 0 0 10px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        text-align: center;
        font-weight: normal;
        color: #fff;
    }

    #top .top_about_txt04 {
        width: 50%;
        display: inline-block;
    }

    #top .top_about_txt04 a {
        color: #fff;
        text-decoration: underline;
    }

    #top .top_about_txt04 h4 {
        font-size: 20px;
        padding: 4px 0;
        margin: 0 0 10px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        text-align: center;
        font-weight: normal;
        color: #fff;
    }

    /*#top .top_about_txt01 p:nth-of-type(2) {*/
    /*font-size: 20px;*/
    /*color: #d7b978;*/
    /*}*/
    /*#top .top_about_txt01 p:nth-of-type(2) span {*/
    /*color: #fff;*/
    /*font-size: 16px;*/
    /*}*/
    #top .top_about_txt02 {
        margin: 0 4%;
    }

    #top .top_about_txt02 p {
        font-size: 16px;
    }

    #top .top_about_txt03 p:nth-of-type(1),
    #top .top_about_txt02 p:nth-of-type(1) {
        border-bottom: solid 1px #fff;
        padding: 0 0 2px;
        margin: 0 0 8px;
    }

    #top .top_about_txt03 p:nth-of-type(2),
    #top .top_about_txt02 p:nth-of-type(2) {
        line-height: 1.6em;
    }

    #top .top_about_txt03 {
    }

    #top .top_about_txt03 p {
        font-size: 16px;
    }
    #top .top_about_txt p.note {
        font-size: 12px;
        margin-top: 15px;
    }
    /*___*/
    #top .bg_e4edeb {
        background: none;
    }

    #top .news_info {
        margin: 0 auto 110px;
    }

    #top .news_info_btns {
        margin: 0 auto 40px;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }

    #top .news_info_btn {
        width: 23%;
        margin-right: 2.666%;
        /*box-shadow: 0px 0px 4px #888;*/
        position: relative;
        box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }
    #top .news_info_btn:nth-child(4n) {
        margin-right: 0%;
    }
    #top .news_info_btn a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
    }

    #top .news_info_btn_img {
        margin: 0 0 20px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }

    #top .news_info_btn_img img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;

    }

    #top .news_info_btn:hover .news_info_btn_img img {
        /*transform: scale(1.1, 1.1);*/
        /*-moz-transform: scale(1.1, 1.1);*/
        /*-webkit-transform: scale(1.1, 1.1);*/
        /*-o-transform: scale(1.1, 1.1);*/
        /*-ms-transform: scale(1.1, 1.1);*/
        opacity: 0.7;
    }

    #top .news_info_btn_textbox {
        width: 92%;
        margin: 0 auto;
        min-height: 80px;
    }

    #top .news_info_btn_textbox p {
        font-size: 14px;
        text-align: center;
    }

    #top .news_info_btn_textbox p:nth-of-type(1) {
    }

    #top .news_info_btn_textbox p:nth-of-type(2) {
        color: #808080;
    }

    #top .news_info_btn .more {
        display: block;
        font-size: 16px;
        text-align: center;
        width: 90%;
        padding: 4px 0 2px;
        max-width: 188px;
        margin: 0 auto 20px;
        border: solid 1px #1d6856;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #top .news_info_btn:hover .more {
        color: #fff;
        background-color: #1d6856;
    }

    /*___*/
    #top .spa {
        padding: 50px 0 90px;
    }

    #top .spa .sec_title01, #top .spa .sec_title02 {
        color: #fff;
    }

    #top .spa_btns {
    }

    #top .spa_btn {
        width: 48%;
        text-align: center;
        position: relative;
    }

    #top .spa_btn img {
    }

    #top .spa_btn a {
        display: inline-block;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;

    }

    #top .spa_btn a p {
        font-size: 16px;
        line-height: 1.8em;
        letter-spacing: 0.2em;
        padding: 30px 20px;
    }

    /*___*/
    #top .rest {
        padding: 90px 0 110px;
    }

    #top .rest_slide_wrap {
        width: 90%;
        /*max-width: 1150px;*/
        margin: 0 auto 30px;
        padding: 30px;
        background-color: #f2f2f2;
    }

    #top .rest_slide {
    }

    #top .rest_slide_img {
        width: 46%;
        position: relative;
    }
    #top .rest_slide_img .caption  {
    position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 3;
    }

    #top .rest_slide_text_box {
        width: 52%;
        position: relative;
    }

    #top .rest_slide_title {
        font-size: 21px;
        margin: 0 0 30px;
    }

    #top .rest_slide_text {
        line-height: 1.6em;
    }

    #top .rest_slide_data {
        width: 100%;
        padding: 16px 0 0;
        border-top: solid 1px #000;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #top .rest_slide_data p {
        display: inline-block;
        width: 60%;
    }

    #top .rest_slide_wrap .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 42px;
        height: 58px;
        text-indent: -9999px;
        z-index: 1;
        background: none;
        background-image: url(../img/top/slide_btn.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #top .rest_slide_wrap .bx-wrapper .bx-prev {
        left: -72px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #top .rest_slide_wrap .bx-wrapper .bx-next {
        right: -72px;
    }

    /*___*/
    #top .top_event_wrap {
        padding: 90px 0 100px;
    }

    /*about____________________________________________________________*/
    #about {
    }

    #about .about_sec {
        margin: 70px auto 0;
    }

    #about .about_sec_text {
        font-size: 16px;
        line-height: 1.8em;
        text-align: center;
        margin: 40px auto 40px;
    }

    #about .about_sec_text span {
        font-size: 20px;
        color: #c84c4a;
        display: block;
    }

    #about .about_sec03_box {
        width: 90%;
        margin: 0 auto 40px;
    }

    #about .about_sec03_box_img {
        width: 18%;
        max-width: 200px;
    }

    #about .about_sec03_box_textbox {
        width: 80%;
    }

    #about .about_sec03_box_textbox p {
        display: inline-block;
    }

    #about .about_sec03_box_p01 {
        font-size: 20px;
        margin: 10px 0 8px;
    }

    #about .about_sec03_box_p02 {
        font-size: 20px;
        margin: 10px 0 8px;
        float: right;
    }

    #about .about_sec03_box_p03 {
        font-size: 18px;
        margin: 10px 0 8px;
    }

    #about .about_sec03_box_p04 {
        font-size: 18px;
        margin: 10px 0 8px;
        float: right;
        text-align: right;
    }
    #about .about_sec03_box_p03b {
        font-size: 14px;
        margin: 10px 0 8px;


    }
    /*#about .about_sec03_box_p00{
        font-size: 14px;
    }*/
    #about .hr_c6b198 {
        border: none;
        border-top: solid 1px #c6b198;
    }

    #about .about_sec04 {
    }

    #about .about_sec04_box {
        width: 80%;
        max-width: 900px;
        margin: 0 auto 0;
    }

    #about .about_sec04_box_tabs {
        margin: 0 auto 40px;
    }

    #about .about_sec04_box_tabs a {
        background-color: #c84c4a;
        width: 40%;
    }

    #about .about_sec04_box_tabs a p {
        font-size: 24px;
        text-align: center;
        line-height: 1em;
        color: #fff;
        padding: 26px 0 22px;
    }

    #about .about_sec05 {
        margin-bottom: 100px;
    }

    #about .about_sec05_box {
        width: 80%;
        max-width: 900px;
        margin: 40px auto 0;
    }

    #about .about_sec05_text01 {
        font-size: 20px;
        text-align: center;
        color: #c84c4a;
        margin: 100px auto 60px;
    }

    #about .about_sec05_text02 {
        font-size: 16px;
        line-height: 1.8em;
    }

    /*spa_____________________________________________________________*/
    #spa {
    }

    #spa .about_sec01 {
        background-color: #779C92;
    }

    #spa .spa_sec {
        margin: 70px auto 50px;
    }

    #spa .spa_map {
        width: 80%;
        max-width: 900px;
        margin: 40px auto 40px;
        position: relative;
    }

    #spa .about_sec02 {
    }

    #spa .about_sec02_box {
        width: 90%;
        margin: 40px auto 0;
    }

    #spa .about_sec02_box_chi {
        /*width: 49%;*/
        width: 31%;
        margin: 0 0 6%;
    }

    #spa .about_sec02_box_chi > div {
        position: relative;
    }

    #spa .about_sec02_box_chi > div > p {
        font-size: 10px;
        color: #fff;
        position: absolute;
        bottom: 2px;
        right: 5px;
    }

    #spa .about_sec02_box_chi_p01 {
        font-size: 20px;
        text-align: center;
        margin: 10px auto 10px;
    }

    #spa .about_sec02_box_chi_p02 {
        font-size: 14px;
    }

    .spa_cap_bk {
        font-size: 12px;
        text-align: left;
        color: #000;
        margin-top: 5px;
    }

    .spa_cap_w {
        font-size: 12px;
        text-align: left;
        color: #fff;
        margin-top: 5px;
    }

    .spa_flex3 {
        width: 100%;
        max-width: 1000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .spa_fl_item {
        width: 30%;
        margin: 1.5% auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

    .spa_fl_item img {
        width: 100%;
        height: 100%;
    }

    /*onsen_____________________________________________________________*/
    #onsen {
    }

    #onsen .onsen_ti {
        margin: 70px auto 30px;
        text-align: center;
        font-size: 30px;
        color: #988575;
    }

    #onsen .onsen_le {
        text-align: center;
        font-size: 18px;
    }

    #onsen .onsen_img_box {
        margin: 50px auto 0px;
        position: relative;
        max-height: 675px;
        height: 56.21vw;
    }

    #onsen .onsen_img_box > p {
        font-size: 10px;
        color: #fff;
        position: absolute;
        bottom: 2px;
        right: 5px;
    }

    #onsen .onsen_sec {
        padding: 70px 0 50px;
    }

    #onsen .onsen_sec01 {
        margin: 70px auto 0px;
    }

    #onsen .onsen_sec_title_box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 160px;
        background-image: url(../img/onsen/title_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 70px;
    }

    #onsen .onsen_sec_title_box p {
        color: #fff;
        font-size: 24px;
    }

    #onsen .onsen_sec_title_box > div {
        width: 270px;
        height: 100%;
        position: relative;
        background-color: rgba(0, 0, 0, 0.6);
    }

    #onsen .onsen_sec_title01 {
        text-align: center;
        position: relative;
        top: 36px;
        line-height: 1.8em;
    }

    #onsen .onsen_sec_title01 span {
        font-size: 40px;
    }

    #onsen .onsen_sec_title02 {
        margin: 0 0 0 50px;
        line-height: 1em;
    }

    #onsen .onsen_flex01 {
    }

    #onsen .onsen_flex01_img {
        width: 58%;
        position: relative;
    }

    #onsen .onsen_flex01_img p {
        font-size: 10px;
        color: #fff;
        position: absolute;
        right: 5px;
        bottom: 2px;
    }

    #onsen .onsen_flex01_text {
        width: 40%;
    }

    #onsen .onsen_flex01_text_p01 {
        font-size: 24px;
        color: #988575;
    }

    #onsen .onsen_flex01_text_p01 span {
        font-size: 16px;
    }

    #onsen .onsen_flex01_text_p02 {
        margin: 30px auto 50px;
    }

    #onsen .onsen_flex01_text_p03 {
        font-size: 14px;
        padding: 10px 0 8px;
        border-top: solid 1px #b2b2b2;
    }

    #onsen .onsen_flex01_text_p03 span {
        display: inline-block;
        width: 45px;
    }

    #onsen .onsen_flex01_text_p03:last-of-type {
        border-bottom: solid 1px #b2b2b2;
    }

    #onsen .onsen_sec02 .onsen_flex01 {
        margin: 0 auto 90px;
    }

    #onsen .onsen_sec02 .onsen_flex01_text_p02 {
        margin: 10px auto 20px;
    }

    #onsen .onsen_sec02 .onsen_flex01_text_p03a {
        margin: 0 0 40px;
        border-bottom: solid 1px #b2b2b2;
    }

    #onsen .onsen_flex02 {
        width: 92%;
        padding: 4% 4%;
        margin: 40px auto 40px;
        background-color: #fff;
    }

    #onsen .onsen_flex02_text {
        width: 56%;
    }

    #onsen .onsen_flex02_text_p01 {
        font-size: 24px;
        color: #988575;
        margin: 0 0 30px;
    }

    #onsen .onsen_flex02_text_p02 {
    }

    #onsen .onsen_flex02_img {
        width: 41%;
    }

    #onsen .onsen_flex03 {
    }

    #onsen .onsen_flex03_chi {
        width: 40%;
        margin: 0 2% 6%;
    }

    #onsen .onsen_flex03_img {
    }

    #onsen .onsen_flex03_p01 {
        font-size: 24px;
        color: #988575;
        margin: 30px 0 30px;
    }

    #onsen .onsen_flex03_p02 {
    }

    /*beauty_____________________________________________________________*/
    #beauty .beauty_ti {
        margin: 70px auto 30px;
        text-align: center;
        font-size: 30px;
        color: #988575;
    }

    #beauty .beauty_le {
        text-align: center;
        font-size: 18px;
    }

    #beauty .beauty_img_box {
        margin: 50px auto 0px;
        position: relative;
    }

    #beauty .beauty_img_box img {
    }

    #beauty .beauty_img_box_text_box {
        position: absolute;
        bottom: -180px;
        left: 0;;
        right: 0;
        margin: auto;
    }

    #beauty .beauty_img_box_text_box div {
        width: 300px;
        padding: 100px 0;
        background-color: #c6b198;
    }

    #beauty .beauty_img_box_text_box div:nth-of-type(2) {
        margin: 0 40px;
    }

    #beauty .beauty_img_box_text_box div p {
        font-size: 20px;
        line-height: 1.8em;
        text-align: center;
    }

    #beauty .beauty_sec {
        margin: 70px auto 0px;
    }

    #beauty .beauty_sec01 {
        margin: 0px auto 0px;
    }

    #beauty .beauty_sec06 {
        margin: 70px auto 100px;
    }

    #beauty .beauty_sec_text01 {
        font-size: 20px;
        text-align: center;
        margin: 40px auto 40px;
    }

    #beauty .beauty_sec_text02 {
        font-size: 15px;
        border-top: solid 1px #b68d37;
        padding: 14px 0 14px;
        width: 80%;
        margin: 0 auto;
        min-height: 50px;
    }

    #beauty .beauty_sec_text02 h4 {
        color: #b68d37;
        margin-bottom: 10px;
    }

    #beauty .beauty_sec_text03 {
        text-align: center;
        /* margin-top: 50px; */
        margin-bottom: 50px;
    }

    #beauty .beauty_sec_text02:last-of-type {
        border-bottom: solid 1px #b68d37;
    }

    #beauty .beauty_sec_text02 p {
        display: inline-block;
        vertical-align: top;
    }

    #beauty .beauty_sec_text02_a {
        width: 30%;
    }

    #beauty .beauty_sec_text02_b {
        width: auto;
    }

    #beauty .beauty_sec_text02_c {
        width: auto;
    }

    /*news______________________________________________________________________*/
    #news {
    }

    #news .news_sec01 {
        margin: 70px auto 50px;
    }

    #news .shopevent_schedule_box {
        max-width: 700px;
        width: 80%;
        margin: 0 auto 70px;
    }

    /*restaurant_____________________________________________________________*/
    #restaurant {
    }

    #restaurant .rest_sec {
        margin: 70px auto 100px;
    }

    #restaurant .rest_sec01_box {
        width: 80%;
        max-width: 900px;
        margin: 40px auto 40px;
        text-align: center;
    }

    #restaurant .rest_sec01_box_p01 {
        font-size: 20px;
        padding: 10px 0 10px;
        border-top: solid 1px #b68d37;
    }

    #restaurant .rest_sec01_box_p01:nth-of-type(4) {
        border-bottom: solid 1px #b68d37;
    }

    #restaurant .rest_sec01_box_p02 {
        font-size: 16px;
        line-height: 1.6em;
        margin: 40px auto 40px;
    }

    #restaurant .rest_sec01_slide {
        width: 80%;
        max-width: 900px;
        margin: 40px auto 80px;
    }

    #restaurant .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 42px;
        height: 42px;
        background-color: #c7322a;
        text-indent: -9999px;
        z-index: 9998;
    }

    #restaurant .bx-wrapper .bx-prev {
        left: -42px;
    }

    #restaurant .bx-wrapper .bx-next {
        right: -42px;
    }

    #restaurant .bx-wrapper .bx-prev:before,
    #restaurant .bx-wrapper .bx-next:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #restaurant .bx-wrapper .bx-prev:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #restaurant .bx-wrapper .bx-next:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #restaurant .rest_sec01_menu {
        text-align: center;
    }

    #restaurant .rest_sec01_menu_ti {
        font-size: 24px;
        line-height: 1em;
        letter-spacing: 0.2em;
        padding: 0 20px;
        display: inline-block;
        position: relative;
        margin: 0 0 40px;
    }

    #restaurant .rest_sec01_menu_ti:before, #restaurant .rest_sec01_menu_ti:after {
        content: "";
        height: 22px;
        width: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
    }

    #restaurant .rest_sec01_menu_ti:before {
        left: 0;
    }

    #restaurant .rest_sec01_menu_ti:after {
        right: 0;
    }

    #restaurant .rest_sec01_menu_box {
        width: 96%;
        max-width: 960px;
        margin: 0 auto 0;
    }

    #restaurant .rest_sec01_menu_box_chi {
        width: 32%;
        text-align: left;
    }

    #restaurant .rest_sec01_menu_box_chi p {
        font-size: 16px;
        display: inline-block;
    }

    #restaurant .rest_sec01_menu_box_chi p:nth-of-type(2) {
        float: right;
        margin: 10px 0 6px 0;
    }

    #restaurant .rest_sec01_menu_ti {
    }

    #restaurant .rest_sec01_menu_ti {
    }

    #restaurant .rest_sec01_menu {
    }

    #restaurant .rest_sec01_menu {
    }

    /*footer_____________________________________________________________*/
    footer {
        /*margin: 100px 0 0;*/
    }

    .footer_styles {
        padding: 100px 0 100px;
        background-color: #f6f4ef;
    }

    .footer_styles_btn_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url(../img/common/footer_styles_01.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 40px 0;
        margin: 50px auto 0;
    }

    .footer_styles_btn_box2 {
        background-image: url(../img/common/footer_styles_02.png);
        margin: 10px auto 0;
    }

    .footer_styles_btn {
        width: 36%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 40px 0;
        margin: 0 1% 0;
    }

    .footer_styles_btn p {
        color: #fff;
    }

    .footer_styles_btn_title {
        font-size: 24px;
    }

    .footer_styles_btn_title span {
        font-size: 40px;
        display: block;
        margin: 0 0 20px;
    }

    .footer_styles_btn_text {
        font-size: 16px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        display: inline-block;
        padding: 6px 20px;
        margin: 20px 0 40px;
    }

    .footer_styles_btn a {
        display: block;
        width: 40%;
        max-width: 200px;
        padding: 8px 0;
        margin: 0 auto 0;
        font-size: 16px;
        text-align: center;
        color: #fff;
        background-color: #000;
    }

    .footer_links {
        padding: 100px 0 100px;
        background-color: #f6f4ef;
    }

    .footer_links_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 50px auto 0;
    }

    .footer_links_btns a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 32%;
        padding: 20px 0;
        margin: 0 0 1.5%;
        background-color: #fff;
    }

    .footer_links_btns a p {
        text-align: center;
        font-size: 18px;
        line-height: 1.4em;
        width: 100%;
    }

    .footer_sns_links_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px auto 0;
    }

    .footer_sns_links_btns a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 28%;
        max-width: 220px;
        padding: 10px 0;
        margin: 0 1%;
        background-color: #fff;
    }

    .footer_sns_links_btns a p {
        text-align: center;
        font-size: 18px;
        line-height: 1.4em;
        width: 100%;
    }

    .footer_sns_links_btns a img {
        width: 40px;
        padding: 0 0 0 30px;
    }

    .footer_access_box {
        position: relative;
    }

    .footer_access {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .footer_map_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        margin: 2% auto 0;

    }

    .footer_address_box {
        width: 25%;
    }

    .footer_address {
        width: 80%;
        margin: 20px auto 0;
    }

    .footer_address p {
        font-size: 14px;
        line-height: 1.6em;
    }

    .footer_address .map_btn {
        font-size: 14px;
        text-align: center;
        padding: 10px 0 10px;
        display: block;
        border: solid 1px #000;
        margin: 20px auto 30px;
    }

    .footer_map {
        width: 75%;
    }

    .footer_map > div {
        height: 100%;
    }

    .footer_map iframe {
        width: 100%;
        height: 100%;
    }

    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 0 30px;
        background-color: #54b7c1;
    }

    .footer a {
        color: #fff;
        font-size: 13px;
        margin: 0 14px 0 0;
    }

    .footer a:last-of-type {
        margin: 0;
    }

    .footer_logo {
        text-align: center;
        padding: 10px 0 ;
        background-color: #fff;
    }

    .footer_logo img {
        width: 90%;
        	margin-left: auto;
        		margin-right: auto;
        max-width: 320px;
    }

    .pnote {
        text-align: center;
        font-size: 14px;
        color: #d80d0d;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pnote a {
        text-decoration: underline;
        color: #bd1111;
    }

    h3.sec_title {
        font-size: 24px;
        line-height: 1em;
        text-align: center;
        color: #ffffff;
        padding: 40px 0 40px;
        background-image: url(../img/common/title_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    h3.sec_title p {
        margin-bottom: 10px;
        color: #fff;
    }

    h3.sec_title p.sty2 {
        font-size: 20px;
    }

    h3.sec_title span {
        text-align: center;
        font-size: 14px;
    }

    h3.sec_title a {
        text-decoration: underline;
        color: #ffffff;
    }
    .snsb{
        box-sizing: border-box;
        padding-left: 20px;
        display: inline-block;
        vertical-align: middle;

    }
    .ftlink{
display: inline-block;
        vertical-align: middle;
padding-top: 10px;
    }
    .ft_infoSns {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
    }
    .ft_infoSns li {
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .ft_infoSns li.ft_infoSnsInsta {
        margin-right: 15px;
    }
    /*footer____end_____________________________________________________________*/
    /*@media screen and (min-width: 769px)____end*/
}

@media screen and (max-width: 960px) {
    .footer_access_box .shop_title{
        position: relative;
        left: auto;
        top: auto;
    }
    .footer_access_box .footer_access{
position: relative;
        left: auto;
        top: auto;

-webkit-transform: translateX(0) translateY(0);
-moz-transform: translateX(0) translateY(0);
-ms-transform:translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}

}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#top .top_about {
  margin-bottom: 100px;
}

section.information {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
  width: auto;
  max-width: none;
  height: 90px;
  text-align: center;
  background-color: rgba( 255,255,255, 0.8);
}

section.information .swiper-wrapper {
  display: block;
}

section.information > p:nth-of-type(2) {
  position: absolute;
  top: 44px;
  backdrop-filter: none;
  z-index: 100;
  font-size: 13px;
}

@media screen and (max-width: 599px){
  section.information > p:nth-of-type(2) {
    top: 28px;
  }
}

.informationArea {
  box-sizing: border-box;
  background-color: #4DB7C0;
  padding-left: 270px;
  height: 130px;
}
section.information div {
  box-sizing: border-box;
  width: 100%;
}

section.information h3 {
  position: absolute;
  width: 270px;
  top: 0px;
  left: 0;
  line-height: 130px;
  font-size: 40px;
  background-color: #81D7D0;
  backdrop-filter: saturate(188%) blur(3px);
  color: #fff;
  z-index: 99;
}

section.information .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 2px;
  z-index: 1;
  width: 100%;
  height: 80px;
  top: 25px;
}
section.information .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
section.information .swiper-slide {
  text-align: left;
  font-size: 16px;
  padding: 0px 10px;
  color: #fff;
}
section.information .swiper-slide a {
  color: #fff;
}


section.event {
  padding-bottom: 100px;
}

.commonNewsList01 {
	display: flex;
	flex-wrap: wrap;
}

section.event .card_wrap {
	width: 23%;
	margin: 1% 1% 3%;
	min-height: 336px;
}

section.event .item_img {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

section.event .item_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


section.event .boxshadow {
	box-shadow: 0px 0px 4px 0px #9a9e9f;
	transition: all 200ms;
}

section.event .boxshadow:hover {
	box-shadow: 0px 0px 10px 5px #d7d7d7;
}

section.event .text_area.text_area_style01 {
	padding: 20px 15px 30px;
}

section.event .text_area_style01 h4,
section.event .text_area_style01 time {
  line-height: 1.4;
}

section.event .text_area_style01 h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
section.event .leader_01 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 0.9em;
}
section.event .text_area_style01 .period_wrap {
	margin-bottom: 10px;
}

section.event .leader_02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.event .text_area_style01 .period {
  line-height: 1;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
section.event .text_area_style01 time {
	font-size: 12px;
	margin-bottom: 10px;
}
section.event .text_area_style01 .text {
	font-size: 14px;
	height: 48px;
	line-height: 1.6;
}
section.event .card_img_area{
	position: relative;
}
section.event .tag_wrap.on_image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: auto;
	font-size: 0;
}
section.event .on_image span[data-eventlabel] {
	padding: 4px 10px;
	color: #fff;
	font-size: 11px;
	margin: 0;
	display: inline-block;
}

section.event .card_wrap.col3 {
	width: 31.33%;
	margin: 1% 1% 3%;
	float: left;
}

section.event .col3 .text_area {
	padding: 30px 20px;
}

section.event .col3 .on_image span[data-eventlabel] {
	padding: 6px 12px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 0;
	display: inline-block;
}

.topics_banner_image {
    width: 1100px;
    height: 603px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.topics_banner_image img {
    width: 1100px;
    height: 603px;
}
.swiper-slide .event_title {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    font-size: 16px;
    color: #FFF;
    box-sizing: border-box;
}
.swiper-pagination {
    padding: 10px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
.under_event_list_wrap {
    padding-top: 50px;
}
.event_calendar_wrap {
    padding: 80px 0;
    text-align: center;
}
.calendar_wrap {
    position: relative;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid #197471;
}
.calendar_wrap .year {
    font-size: 14px;
}
.calendar_wrap .prev {
    display: inline-block;
    position: absolute;
    top: 44px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-color: #31837f;
    color: #fff;
}
.prev.arrow_left::after {
	content: '';
    position: absolute;
    transform: rotate(-135deg);
    min-width: 5px;
    min-height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 14px;
    height: 14px;
    top: 30%;
    right: 24%;
}
.calendar_wrap .month {
    font-size: 34px;
}
.calendar_wrap .next {
    display: inline-block;
    position: absolute;
    top: 44px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #31837f;
    color: #fff;
}
.arrow_right::after {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    min-width: 5px;
    min-height: 5px;
    width: 14px;
    height: 14px;
    top: 30%;
    left: 24%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.calendar_wrap .text {
    font-size: 16px;
}
.calendar_wrap table.calendar {
    width: 600px;
    border-collapse: collapse;
    border: 1px solid #000;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.calendar_wrap table.calendar .week {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #000;
    padding: 7px;
}
.calendar_wrap table.calendar .sun, .calendar_wrap table.calendar .day.sun a {
    color: #a63f6c;
}
.calendar_wrap table.calendar .sat, .calendar_wrap table.calendar .day.sat a {
    color: #58739e;
}
.calendar_wrap table.calendar .day {
    font-size: 16px;
    border: 1px solid #000;
}
.calendar_wrap table.calendar .day.disabled {
    background-color: #eee;
}
.calendar_wrap table.calendar .day.today {
    background-color: #fee;
}
.calendar_wrap table.calendar .day a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 25px;
    color: #000;
    box-sizing: border-box;
}
.calendar_wrap table.calendar .day.selected {
    background-color: #197471;
}
.calendar_wrap table.calendar .day.selected a {
    color: #fff;
}
.inner_box {
    max-width: 1200px;
    margin: 0 auto;
}
.event_content {
    width: 100%;
    overflow: hidden;
}

.event_detail_wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 30px 60px 30px;
}
.back_to_top_wrap {
    margin-bottom: 15px;
}
.back_to_top_wrap a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    background-color: #197471;
    color: #FFF;
}
.item_img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.event_detail_wrap .main_image_wrap {
    margin-bottom: 60px;
}
.item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event_title {
    font-size: 28px;
    padding: 10px 0px;
}
.event_detail_wrap .genre {
    padding: 15px 10px 5px;
    text-align: center;
    background-color: #f8f4ef;
}
.event_detail_wrap .genre span {
    display: inline-block;
    padding: 7px 20px 6px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #efe3d7;
    background-color: #faf7f3;
    color: #efe3d7;
}
.event_detail_wrap .genre span + span {
    margin-left: 5px;
}
.event_detail_wrap .genre span.active {
    border: 1px solid #737373;
    color: #000;
    background-color: #fff;
}
.article_text {
    padding: 50px 0px;
    font-size: 16px;
    line-height: 2;
    word-break: break-all;
}
.pdf {
    padding-bottom: 35px;
}
.outline_beige {
    border: 1px solid #d6c6b4;
    padding: 25px 35px 0;
}
.description_br{
  display: none;
}
.event_page_detail .description {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 35px;
}
.event_page_detail .description dt, .event_page_detail .description dd {
    margin-bottom: 30px;
}
.event_page_detail .description dt {
    float: left;
}
.event_page_detail .description dt::after {
    content: "：";
}
.event_page_detail .image_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.event_page_detail .image_wrap img {
    width: 25%;
}
.event_page_detail .image_wrap img + img {
    margin-left: 20px;
}
.event_page_detail .button_wrap {
    text-align: center;
    margin-bottom: 65px;
}
.event_page_detail .button_wrap a {
    display: inline-block;
    font-size: 18px;
    padding: 25px;
    min-width: 420px;
    border: 1px solid #197471;
    color: #FFF;
    background: linear-gradient(-9deg, #197471 0%, #197471 49.5%, #31837f 50.5%, #31837f 100%);
    background-color: #998675;
}
.event_page_detail .button_wrap a + a {
    margin-left: 30px;
}
.link-text:hover {
    color: red
}

/*-------- title --------*/
section .ttl_wrap{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
section .ttl_wrap h3{
	display: inline;
}
section .ttl{
	/*font-family: 'Ropa Sans', sans-serif;*/
	overflow-wrap:break-word;
	display: inline-block;
	font-size: 30px;
	margin-right: -10px;
	font-weight: bold;
	position: relative;
}
section .ttl::before, section .ttl.color_white::before, section .ttl::after, section .ttl.color_white::after{
	content: '';
	position: absolute;
	top: 0;
	display: inline-block;
	width: 1px;
	height: 100%;
}
section .ttl:before{
	left: -3.7vw;
	background-color: black;
}
section .ttl::after{
	right: -3vw;
	background-color: black;
}
section .ttl.color_white:before{
	left: -3.7vw;
	background-color: #fff;
}
section .ttl.color_white::after{
	right: -3vw;
	background-color: #fff;
}
section .ttl_ja{
	display: block;
  line-height: 1.4;
	font-size: 16px;
}

/* 施設からのお知らせ */
[data-eventlabel='genre10'] {
	background: #c78c6e;
}
/* イベント */
[data-eventlabel='genre11'] {
	background: #4a605b;
}
/* キャンペーン */
[data-eventlabel='genre12'] {
	background: #995475;
}
/* おすすめプラン */
[data-eventlabel='genre13'] {
	background: #85777f;
}
/* レストラン */
[data-eventlabel='genre14'] {
	background: #989451;
}
/* メディア情報 */
[data-eventlabel='genre15'] {
	background: #6a77a4;
}
/* お得 */
[data-eventlabel='genre16'] {
	background: #C2C66D;
}
/* 有明ガーデン */
[data-eventlabel='genre17'] {
	background: #6DC6A4;
}
/* その他 */
[data-eventlabel='genre18'] {
	background: #135068;
}

[data-shoplabel='shop_all'] {
	border-bottom: 4px solid #666666;
}
[data-shoplabel='fashion']{
	border-bottom: 4px solid #995475;
}

[data-shoplabel='goods'] {
	border-bottom: 4px solid #c78b6d;
}

[data-shoplabel='cafe'] {
	border-bottom: 4px solid #989451;
}

[data-shoplabel='food'] {
	border-bottom: 4px solid #85777f;
}

[data-shoplabel='service'] {
	border-bottom: 4px solid #6a77a4;
}

[data-shoplabel='other_facility'] {
	border-bottom: 4px solid #4a605b;
}
[data-shoplabel-dd] {
	color: #FFF;
}

[data-shoplabel-dd='shop_all'] {
	background: #666666;
	color: #FFF;
}
[data-shoplabel-dd='fashion'] {
	background: #995475;
}

[data-shoplabel-dd='goods'] {
	background: #c78b6d;
}

[data-shoplabel-dd='cafe'] {
	background: #989451;
}

[data-shoplabel-dd='food'] {
	background: #85777f;
}

[data-shoplabel-dd='service'] {
	background: #6a77a4;
}

[data-shoplabel-dd='other_facility'] {
	background: #4a605b;
}
[data-shoplabel='sale'] {
	background: #995475;
}

[data-shoplabel='news'] {
	background: #c78b6d;
}

[data-shoplabel='event'] {
	background: #989451;
}

[data-shoplabel='limited'] {
	background: #85777f;
}
[data-shoplabel='shop-other'] {
	background: #C60E6F;
}
