@charset "utf-8";

/*@media screen and (max-width: 1170px) {*/
    @media screen and (max-width: 584px) {
    /*header_____________________________________________________________*/
    .header .header_links ul {
        display: none;
    }

    body {
        margin: 54px 0 0 0;
        -webkit-text-size-adjust: 100%;
    }

    header {
        width: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    header p {
        color: #fff;
    }

    .header {
        padding: 10px 0 0;
    }

    .header .logo {
        display: inline-block;
        margin: 0 0 8px 10px;
    }

    .header .logo img {
        width: 90px;
    }

    .header .header_nav {
        background-color: #1d6856;
    }

    .header .header_nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .header_nav ul li {
        width: 25%;
        border-bottom: solid 1px #ddd;
    }

    .header .header_nav ul li:nth-of-type(4),
    .header .header_nav ul li:nth-of-type(3),
    .header .header_nav ul li:nth-of-type(2),
    .header .header_nav ul li:nth-of-type(1) {
        border-top: solid 1px #ddd;
    }

    .header .header_nav ul li:nth-of-type(8) a,
    .header .header_nav ul li:nth-of-type(4) a {
        border-right: none;
    }

    .header .header_nav ul li a {
        display: block;
        padding: 12% 0 12%;
        border-right: solid 1px #ddd;
    }

    .header .header_nav ul li a p {
        text-align: center;
    }

    .header .header_nav ul li a p span {
        display: block;
        font-size: 10px;
        line-height: 1em;
        color: #c6b198;
        margin: 0 0 4px;
    }

    .header .header_links {
        width: 100%;
        padding: 4% 0% 4%;
        margin: 0 auto 0;
        background-color: #1d6856;
    }

    .header .header_links .selectbox {
        width: 80%;
        padding: 4% 4% 4%;
        margin: 0 auto;
        text-align: center;
        background-color: #fff;
    }

    .header .header_links .selectbox .hours {
        color: #333;
        font-size: 16px;
        text-align: center;
        padding: 0 0 0 30px;
        display: inline-block;
        position: relative;
    }

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

    .header .header_links .selectbox .selectbox_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 4% 0 5%;
    }

    .header .header_links .selectbox .selectbox_links a {
        display: block;
        padding: 0 0 0 10px;
        position: relative;
    }

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

    .header .header_links .selectbox .selectbox_links a p {
        color: #333;
        font-size: 15px;
        text-align: center;
        line-height: 1em;
    }

    .header .selectbox .cp_ipselect {
        /*overflow: hidden;*/
        width: 216px;
        margin: 0 auto 1%;
        text-align: center;
        display: block;
        position: relative;
        padding: 0 0 0 30px;
    }

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

    .header .selectbox .cp_ipselect select {
        width: 100%;
        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: 30px;
        position: relative;
        border: solid 1px #ccc;

    }

    .header .selectbox .cp_ipselect.cp_sl01::before {
        content: "";
        width: 40px;
        height: 32px;
        background: #2a292f;
        position: absolute;
        top: -1px;
        right: -1px;
    }

    .header .selectbox .cp_ipselect.cp_sl01::after {
        content: "";
        position: absolute;
        top: 7px;
        right: 13px;
        margin: auto;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .header .selectbox .cp_ipselect.cp_sl01 select {
        padding: 0px 0px 0px 40px;
        color: #333;
        font-size: 18px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
    }

    .header #form {
        position: relative;
        display: inline-block;
    }

    .header #sbox {
        width: 190px;
        height: 30px;
        padding: 0 28px;
        outline: 0;
        border: solid 1px #ccc;
        font-size: 16px;
    }

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

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

    .header {
        height: 44px;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
.menuopen  .header {
        /*height: auto;*/
    }

    .header .header_nav,
    .header .header_links {
        position: relative;
        left: -100%;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .menuopen .header .header_nav,
    .menuopen .header .header_links {
        position: relative;
        left: 0%;
    }

    .menu-trigger-box {
        display: block;
        text-align: center;
        height: 54px;
        width: 54px;
        background-color: #96D1D2;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1000;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        height: 18px;
        width: 22px;
        position: relative;
        top: 16px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 7.5px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

        .menuopen  .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(7.5px) rotate(-45deg);
        transform: translateY(7.5px) rotate(-45deg);
    }

        .menuopen .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

        .menuopen .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-7.5px) rotate(45deg);
        transform: translateY(-7.5px) rotate(45deg);
    }

    /*header____end_____________________________________________________________*/
    /*@media screen and (max-width: 1170px)____end*/
}

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

    ._pc {
        display: none !important;
    }

    #wrapper {
    }

    section {
        width: 100%;
        margin: 0 auto;
    }

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

    .w_1200 {
        width: 92%;
        margin: 0 auto;
    }

    p {
        line-height: 1.6em;
    }

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

    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 #1d6856;
    }

    .bg_f4f8f7 {
        background-color: #f4f8f7;
    }

    .bg_e4edeb {
        background-color: #e4edeb;
    }

    /*header_____________________________________________________________*/
    .header .header_nav ul li {
        width: 50%;
        border-bottom: solid 1px #ddd;
    }

    .header .header_nav ul li:nth-of-type(1),
    .header .header_nav ul li:nth-of-type(2) {
        border-top: solid 1px #ddd;
    }

    .header .header_nav ul li:nth-of-type(3),
    .header .header_nav ul li:nth-of-type(4) {
        border-top: none;
    }

    .header .header_nav ul li a {
        display: block;
        padding: 11% 0 11%;
        border: none;
    }

    .header .header_nav ul li:nth-of-type(odd) a {
        border-right: solid 1px #ddd;
    }

    .header .header_nav ul li a p {
        text-align: center;
    }

    .header .header_nav ul li a p span {
        display: block;
        font-size: 10px;
        line-height: 1em;
        color: #c6b198;
        margin: 0 0 4px;
    }

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

    .main_txt {
        width: 100%;
        font-size: 28px;
        color: #fff;
        letter-spacing: 0.1em;
        text-align: center;
        position: absolute;
        top: 50%;
        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: 18px;
        display: block;
    }

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

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

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

    .sec_title03 {
        font-size: 18px;
        line-height: 1em;
        text-align: center;
        color: #fff;
        padding: 20px 0 20px;
        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: 26px;
        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: 100%;
        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: 12px;
    }

    .footer_access_box .shop_title {
        position: absolute;
        top: -28%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .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: 14px 0 14px;
        max-width: 394px;
        width: 80%;
        background-image: url(../img/common/more_btn.png);
        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: 36%;
        right: 30%;
    }

    .more_btn a p {
        font-size: 14px;
        line-height: 1em;
        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;
        border-bottom: solid 4px #998675;
        padding: 40px 0 0;
        margin: 0 auto 70px;
    }

    .event_tabs a {
        width: 17%;
        padding: 30px 0 4px;
        margin: 0 0.5%;
        border: solid 1px #998675;
    }

    .event_tabs a:hover {
        opacity: 1;
    }

    .event_tabs a p {
        font-size: 12px;
        line-height: 1.2em;
        text-align: center;
        position: relative;
    }

    .event_tabs a p img {
        width: 16px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        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 {
    }

    .shop_eventmain {
        width: 100%;
        margin: 0 0 6%;
        padding: 0 0 2%;
        /*box-shadow: 0px 0px 4px #888;*/
        display: block;
    }

    .shop_event_box {
    }

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

    .shop_event_box .shop_event .shop_event_img {
        width: 40%;
    }

    .shop_event_box .shop_event .shop_event_text_box {
        width: 55%;
    }

    .shop_event {
        width: 100%;
        margin: 0 0 6%;
        padding: 0 0 5%;
        /*box-shadow: 0px 0px 4px #888;*/
        border-bottom: solid 1px #b3b3b3;
    }

    .shop_event:last-of-type {
        border: none;
    }

    .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.4em;
        margin: 4px 0 0 0;
    }

    .shop_event_date {
        font-size: 11px;
        line-height: 1.4em;
    }

    .shop_event_text {
        font-size: 12px;
        line-height: 1.4em;
        display: none;
    }

    /*___*/
    .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 {
    }

    #top .guide_map {
        margin: 0px auto 60px;
        position: relative;

    }

    #top .guide_map ul {
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-webkit-box-pack: justify;*/
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/
        display: block;
    }

    /*#top .guide_map li:nth-child(1) {*/
        /*width: 66%;*/
        /*z-index: 1;*/
        /*position: relative;*/
        /*margin: 0 0 0 -18%;*/
    /*}*/

    /*#top .guide_map li:nth-child(2) {*/
        /*width: 40%;*/
        /*z-index: 2;*/
        /*position: absolute;*/
        /*top: -40%;*/
        /*right: 0;*/
        /*left: 0;*/
        /*margin: auto;*/
    /*}*/

    /*#top .guide_map li:nth-child(3) {*/
        /*width: 66%;*/
        /*z-index: 1;*/
        /*position: relative;*/
        /*margin: 0 -18% 0 0;*/
    /*}*/

    /*#top .guide_map li:nth-child(2) p {*/
        /*line-height: 1.6em;*/
        /*color: white;*/
        /*text-align: center;*/
        /*left: 10%;*/
        /*letter-spacing: 0.1em;*/
        /*font-size: 16px;*/
        /*width: 100%;*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*transform: translateY(-50%) translateX(-50%);*/
        /*-webkit- transform: translateY(-50%) translateX(-50%);*/
        /*margin: auto;*/

    /*}*/

    /*#top .guide_map li:nth-child(2) p span {*/
        /*font-size: 16px;*/
    /*}*/

    /*#top .guide_map li:nth-child(1) p,*/
    /*#top .guide_map li:nth-child(3) p {*/
        /*line-height: 1.8em;*/
        /*color: white;*/
        /*font-weight: bold;*/
        /*letter-spacing: 0.1em;*/
        /*font-size: 16px;*/
        /*text-align: center;*/
        /*width: 100%;*/
        /*position: absolute;*/
        /*top: 30%;*/
    /*}*/

    /*#top .guide_map li:nth-child(1) p {*/
        /*left: 2%;*/
    /*}*/

    /*#top .guide_map li:nth-child(3) p {*/
        /*right: 2%;*/
    /*}*/

    #top .guide_map li a {
        /*width: 80px;*/
        /*background-color: #066686;*/
        /*padding: 1px 0 2px;*/
        /*text-align: center;*/
        /*color: #FFFFFF;*/
        /*font-size: 20px;*/
        /*position: absolute;*/
        /*top: 60%;*/
        /*right: 0;*/
        /*left: 0;*/
        /*margin: auto;*/
    }


    #top .guide_map1, #top .guide_map2, #top .guide_map3 {
        display: none;
    }

    #top .guide_map {
        display: block;
    }

    #top .guide_map ul {
        width: 100%;
    }
    #top .guide_map ul li p{

    }
    #top .guide_map ul li:first-child {
        width: 60%;
        margin: 0 auto 10px;

    }
    #top .guide_map ul li:first-child p{
        color: #000;
    }
    #top .guide_map ul li:first-child p span{
        color: #000;
    }
    #top .guide_map ul li {
        width: 80%;
        /*margin: 0 auto -60px;*/
        position: relative;
        	margin-left: auto;
        		margin-right: auto;
        margin-bottom: 15px;
    }

    #top .guide_map ul li img {
        width: 100%;
    }

    /*#top .guide_map li:first-child p {*/
        /*line-height: 1.4em;*/
        /*color: white;*/
        /*font-weight: bold;*/
        /*position: relative;*/
        /*bottom: 155px;*/
        /*text-align: center;*/
        /*letter-spacing: 0.1em;*/
        /*font-size: 21px;*/
    /*}*/

    #top .guide_map li p {
        /*line-height: 1.8em;*/
        /*color: white;*/
        /*font-weight: bold;*/
        /*position: relative;*/
        /*bottom: 270px;*/
        /*text-align: center;*/
        /*letter-spacing: 0.1em;*/
        /*font-size: 21px;*/
        line-height: 1.6em;
        color: white;
        font-weight: bold;
        /*position: relative;*/
        /*bottom: 272px;*/
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 18px;
        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_map li a {
        /*width: 108px;*/
        /*background-color: #066686;*/
        /*padding: 15px 10%;*/
        /*text-align: center;*/
        /*position: relative;*/
        /*bottom: 240px;*/
        /*left: 35%;*/
        /*color: #FFFFFF;*/
        width: 108px;
        background-color: #066686;
        padding: 10px;
        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 .top_main {
        position: relative;
    }

    #top .top_info_sp {
        background-image: url(../img/top/08.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 6% 0;
    }

    #top .top_info_sp_title {
        font-size: 16px;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 auto 2%;
    }

    #top .top_info_sp dl {
        width: 86%;
        margin: 0 auto 0;
        padding: 5% 4%;
        background-color: #fff;
    }

    #top .top_info_sp dl dt {
        font-size: 12px;
        /*line-height: 1.2em;*/
        width: 22%;
        display: inline-block;
    }

    #top .top_info_sp dl dd {
        font-size: 12px;
        /*line-height: 1.2em;*/
        width: 76%;
        display: inline-block;
    }

    #top .top_about {
        position: relative;
        background-image: url(../img/top/01.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 30px auto;
        margin-top: 0px;
        z-index: 77;
    }

    #top .top_about p {
        color: #fff;
        text-align: left;
    }

    #top .top_about_ti {
        background-color: #1d6856;
        width: 30%;
        height: 113px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #top .top_about_ti p {
        font-size: 20px;
        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 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        padding: 20px 10px;
    }

    #top .top_about_txt01 {width: 70%;margin: 0 0 10px;font-size: 14px;text-align: center;}
    #top .top_about_txt04 {width: 70%;margin: 0 0 10px;font-size: 12px;text-align: center;}


    #top .top_about_txt01 h4 {
        font-size: 4vw;
        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(1) {*/

        /*font-size: 4vw;*/
        /*padding: 4px 0;*/
        /*border-top: solid 1px #fff;*/
        /*border-bottom: solid 1px #fff;*/
        /*text-align: center;*/
    /*}*/

    /*#top .top_about_txt01 p:nth-of-type(2) {*/
        /*font-size: 13px;*/
        /*color: #d7b978;*/
    /*}*/
    /*#top .top_about_txt01 p:nth-of-type(2) span{*/
        /*color: #fff;*/
        /*font-size: 12px;*/
    /*}*/
    #top .top_about_txt04 a{
        color: #fff;
        text-decoration: underline;
    }
    #top .top_about_txt04 h4 {
        font-size: 4vw;
        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 p{
        font-size: 14px;
    }
    #top .top_about_txt02 {
        width: 44%;
        margin: 0 4% 0 0;
        margin-top: 20px;
    }

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

    #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 {
        width: 52%;
        margin-top: 20px;
    }

    #top .top_about_txt03 p {
        font-size: 11px;
    }
    #top .top_about_txt p.note {
        font-size: 10px;
        margin-top: 15px;
    }
    /*___*/
    #top .news_info {
        margin: 30px auto 0px;
        padding: 30px 0 30px;
    }

    #top .news_info_btns {
        margin: 0 auto 10px;
    }

    #top .news_info_btn {
        width: 100%;
        margin: 0 auto 20px;
        position: relative;
        background-color: #fff;
    }

    #top .news_info_btn_img {
        width: 40%;
        display: inline-block;
    }

    #top .news_info_btn_img img {
    }
    #top .news_info_btn a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
    }

    #top .news_info_btn_textbox {
        width: 58%;
        margin: 4% auto 0;
        float: right;
    }

    #top .news_info_btn_textbox p {
        font-size: 13px;
        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;
        width: 50%;
        font-size: 14px;
        text-align: center;
        padding: 4px 0 2px;
        max-width: 188px;
        /*margin: 0 auto 20px;*/
        border: solid 1px #1d6856;
        position: absolute;
        bottom: 15px;
        right: 4.5%;
    }

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

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

    #top .spa_btns {
    }

    #top .spa_btn {
        width: 90%;
        text-align: center;
        position: relative;
        margin: 0 auto 20px;
    }

    #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;
        width: 130px;
    }

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

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

    #top .rest_slide {
    }

    #top .rest_slide div.flex_b {
        display: block;
    }

    #top .rest_slide_img {
        width: 100%;
    }

    #top .rest_slide_text_box {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

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

    #top .rest_slide_text {
        line-height: 1.6em;
        font-size: 14px;
    }

    #top .rest_slide_data {
        width: 100%;
        margin: 10px 0 18px;
        padding: 10px 0 0;
        border-top: solid 1px #000;
    }

    #top .rest_slide_data p {
        font-size: 11px;
        display: inline-block;
        width: 70%;
    }

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

        overflow: hidden;
    }

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

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

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

    /*about____________________________________________________________*/
    #about {
    }

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

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

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

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

    #about .about_sec03_box_img {
        width: 100%;
    }

    #about .about_sec03_box_textbox {
        width: 100%;
        margin: 10px 0 0;
    }

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

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

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

    }

    #about .about_sec03_box_p03 {
        font-size: 13px;
        margin: 10px 0 8px;
        width: 38%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    #about .about_sec03_box_p03b {
        font-size: 13px;
        margin: 10px 0 8px;


    }
    #about .about_sec03_box_p04 {
        font-size: 13px;
        margin: 10px 0 8px;
        width: 60%;
        display: inline-block;
        vertical-align: middle;
            font-feature-settings : "pwid";
                letter-spacing: 0px;


    }

    /*#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 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

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

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

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

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

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

    /*spa_____________________________________________________________*/
    #spa {
    }

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

    #spa .spa_map {
        width: 90%;
        max-width: 900px;
        margin: 40px auto 40px;
        position: relative;
    }
    #top .spa_map {
        position: relative;
        padding-bottom: 20px;
    }
    #top .spa_map .caption {
        position: absolute;
        /* right: 5px; */
        px; */
        bottom: 5px;
        font-size: 10px;
        text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
        z-index: 3;
        color: #fff;
    }
    #spa .about_sec02 {
    }

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

    #spa .about_sec02_box_chi {
        /*width: 100%;*/
        width: 49%;
        /*margin: 0 0 20%;*/
        margin: 0;
        margin-bottom: 15px;
    }

    #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: 18px;*/
        font-size: 16px;
        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: block;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .spa_fl_item {
        width: 100%;
        margin: 1.5% auto 30px;
        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: 18px;
        color: #988575;
    }

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

    #onsen .onsen_img_box {
        margin: 50px auto 0px;
        position: relative;
        height: 51.6vw;
    }

    #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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-image: url(../img/onsen/title_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto 30px;
    }

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

    #onsen .onsen_sec_title_box > div {
        width: 100%;
        /*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: 1em;
        padding: 16px 0 8px;
    }

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

    #onsen .onsen_sec_title02 {
        text-align: center;
        line-height: 1.6em;
        width: 100%;
        padding: 10px 0 10px;
    }

    #onsen .onsen_flex01 {
    }

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

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

    #onsen .onsen_flex01_text {
        width: 100%;
    }

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

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

    #onsen .onsen_flex01_text_p02 {
        margin: 30px auto 50px;
        font-size: 14px;
    }

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

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

    #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_sec02 .onsen_flex01_text {
        order: 2;
    }

    #onsen .onsen_sec02 .onsen_flex01_img {
        order: 1;
    }

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

    #onsen .onsen_flex02_text {
        width: 100%;
        order: 2;
    }

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

    #onsen .onsen_flex02_text_p02 {
    }

    #onsen .onsen_flex02_img {
        width: 100%;
        order: 1;
    }

    #onsen .onsen_flex03 {
    }

    #onsen .onsen_flex03_chi {
        width: 80%;
        margin: 0 2% 20%;
    }

    #onsen .onsen_flex03_img {
    }

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

    #onsen .onsen_flex03_p02 {
        font-size: 14px;
    }

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

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

    #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: 28%;
        padding: 80px 0;
        background-color: #c6b198;
    }

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

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

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

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

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

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

    #beauty .beauty_sec_text02 {
        font-size: 12px;
        border-top: solid 1px #b68d37;
        padding: 14px 0 14px;
        width: 98%;
        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: 20px;
        font-size: 12px;
    }
    #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: 18%;
    }

    #beauty .beauty_sec_text02_c {
        width: 46%;
    }

    /*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: 90%;
        max-width: 900px;
        margin: 40px auto 40px;
    }

    #restaurant .rest_sec01_box_p01 {
        font-size: 14px;
        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: 14px;
        line-height: 1.6em;
        margin: 40px auto 40px;
    }

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

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

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

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

    #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: 6px;
        height: 6px;
        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: 18px;
        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: 90%;
        text-align: left;
        margin: 0 auto 40px;
    }

    #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;
    }

    /*footer_____________________________________________________________*/



    footer {
        background-color: #54B7C1;
    }

    .footer_styles {
        padding: 100px 0 0px;
        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;
        background-position: center center;
        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: 80%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px 0;
        margin: 6% auto;
    }

    .footer_styles_btn p {
        color: #fff;
    }

    .footer_styles_btn_title {
        font-size: 20px;
    }

    .footer_styles_btn_title span {
        font-size: 30px;
        display: block;
        margin: 0 0 10px;
    }

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

    .footer_styles_btn a {
        display: block;
        width: 80%;
        max-width: 200px;
        padding: 8px 0;
        margin: 0 auto 0;
        font-size: 14px;
        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;
        width: 92%;
    }

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

    .footer_links_btns a p {
        text-align: center;
        font-size: 12px;
        line-height: 1.2em;
        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: 20px 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: 40%;
        max-width: 220px;
        padding: 10px 0;
        margin: 0 2%;
        background-color: #fff;
    }

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

    .footer_sns_links_btns a img {
        width: 20px;
        padding: 0 0 0 10%;
    }

    .footer_access_box {
        position: relative;
        background-color: #fff;
    }

    .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: 0% auto 0;

    }

    .footer_address_box {
        width: 100%;
    }

    .footer_address {
        width: 90%;
        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: 100%;
    }

    .footer_map > div {
        height: 100%;
    }

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

    .footer {
        width: 94%;
        margin: 0 auto;
        padding: 3% 0 4%;
    }

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

    .footer a:last-of-type {
    }

    .footer_logo {
        text-align: center;
        padding: 4%;
        background-color: #fff;
    }

    .footer_logo img {
        max-width: 200px;
    }

    .pnote {
        text-align: center;
        font-size: 12px;
        color: #c0352d;
    }

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

    .snsb{
        box-sizing: border-box;
        padding-left: 20px;
        display: inline-block;
        vertical-align: middle;
text-align: center;
        width: 100%;
    }
    .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;
    }


    h3.sec_title {
        font-size: 18px;
        line-height: 1em;
        text-align: center;
        color: #ffffff;
        padding: 20px 0 20px;
        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: 16px;
    }

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

    h3.sec_title a {
        text-decoration: underline;
        color: #ffffff;
    }
    /*footer____end_____________________________________________________________*/
    /*@media screen and (max-width: 768px)____end*/
}



@media screen and (max-width:768px) {
  #top .top_about {
    margin-bottom: 80px;
  }

  section.information h3 {
    position: static;
    font-size: 16px;
    width: auto;
    line-height: 2.5;
  }

  section.information a {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section.information .informationArea{
    padding-left: 0px;
  }
  section.information .swiper-container{
  	height: 75px;
  }
  section.information .swiper-slide{
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  section.event {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  section.event .event_detail_wrap {
    padding: 50px 0px 0px 0px;
  }
  section.event .back_to_top_wrap,
  section.event .date,
  section.event .external_url {
    padding: 0 4vw;
    box-sizing: border-box;
  }
  section.event .event_title {
    padding: 10px 4vw;
    box-sizing: border-box;
  }
  section.event .article_text {
    padding: 50px 4vw;
    box-sizing: border-box;
  }
  section.event .pdf {
    padding: 0 4vw 35px;
    box-sizing: border-box;
  }
  section.event .event_detail_wrap .main_image_wrap{
    margin-bottom: 20px;
  }
  section.event .event_page_detail .button_wrap a{
    min-width: 100%;
    box-sizing: border-box;
    padding: 3% 2%;
  }
  section.event .event_detail_wrap .genre{
    text-align: left;
  }
  section.event .outline_beige{
    padding: 3vw 3vw 0;
  }
  .event_page_detail .description {
    margin: 0 4vw 35px;
  }
  section.event .description_br{
    display: block;
  }
  section.event .pdf a,
  section.event .external_url a{
    word-break: break-all;
  }
  .event_page_detail .button_wrap {
    margin: 0 4vw 65px;
  }
  section.event .boxshadow {
    box-shadow: none;
  }
  section.event .card_wrap {
    display: block;
    margin: 0 0 3%;
    clear: both;
    width: 100%;
    margin-bottom: 0;
  }
  section.event .card_item {
    border-bottom: 1px solid #B3B3B3;
    padding: 5% 0;
  }
  section.event .card_item.sp_shopnews_card_wrap {
    border: none;
  }
  section.event .period_wrap {
    line-height: 1.4;
  }
  section.event .text_area_style01 time,
  section.event .text_area_style01 .period {
    font-size: 12px;
    margin-bottom: 0;
  }
  .event .card_img_area,
  .event .col3 .card_img_area {
    margin-bottom: 4vw;
    position: relative;
  }

  section.event .item_img.
  section.event .col3 .item_img {
    width: 100%;
    float: none;
    position: relative;
    padding-top: calc(9 / 16 * 100%);
    /* padding-top: 22.5%; */
  }
  section.event .tag_wrap.on_image,
  section.event .col3 .tag_wrap.on_image {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0;
  }
  section.event .tag_wrap.on_image span[data-eventlabel],
  section.event .col3 .tag_wrap.on_image span[data-eventlabel] {
    margin: 0 0 0;
  }

  section.event .text_area,
  section.event .col3 .text_area {
    padding: 0 4vw !important;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  section.event .card_wrap.boxshadow {
    box-shadow: none;
  }

  section .ttl_wrap {
    margin-bottom: 12vw;
  }
  section .ttl_wrap h2 {
    display: inline-block;
  }
  section .ttl {
    font-size: 8vw;
    letter-spacing: 2vw;
    max-width: 73vw;
    line-height: 1.2;
  }
  section .ttl:before{
    left: -9.7vw;
  }
  section .ttl::after{
    right: -7.6vw;
  }
  section .ttl.color_white:before{
    left: -8.7vw;
  }
  section .ttl.color_white::after{
    right: -7.6vw;
  }
}
