@charset "utf-8";

#header {
    z-index: 1;
    transition: all .4s;
}

#header:before {
    height: 700px;
}

@media screen and (max-width: 800px) {
    #header:before {
        height: 75vw;
    }

    @keyframes hy {
        0% {
            transform: rotate(0);
        }

        50% {
            transform: rotate(0);
            width: 72%;
            height: 77vw;
        }

        50% {
            transform: rotate(0);
            width: 72%;
            height: 77vw;
        }

        100% {
            width: 75%;
        }
    }

    .nav-open #header {
        z-index: 400;
    }

}

/* ==========================================================================
	main
========================================================================== */
#main {
    position: relative;
    margin-top: 180px;
    z-index: 50;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




#main .tit_txt {
    position: relative;
    display: flex;
    justify-content: center;
    width: 180px;
    margin-left: 4.8vw;
}

#main .tit_txt h2 {
    z-index: 50;
    opacity: 0;
    transform: translateX(-50px);
    transition: .8s;
    margin-left: 20px;
    letter-spacing: -0.05em;
}

#main .tit_txt h2.move {
    opacity: 1;
    transform: translateX(0);
}

#main .tit_txt span.en {

    font-size: 15px;
    font-weight: 500;
    animation-delay: 4s;
    opacity: 0;
    transform: translateX(-50px);
    transition: 1s;

}

#main .tit_txt span.en.move {
    opacity: 1;
    transform: translateX(0);

}


#main .fadein {
    opacity: 0;
    transform: translateX(50px);
    transition: .4s;
}

#main .fadein.move {
    opacity: 100;
    transform: translateX(0px);
}



#main .kv {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 71vw;
    position: relative;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
    z-index: 10;
}

#main .kv.move {
    opacity: 100;
    transform: translateY(0px);
}

#main .kv li {
    width: 31.5%;
}

#main .kv li a {
    display: block;
}

#main .kv li p {
    font-size: 0.9vw;
    font-weight: bold;
    color: #c65517;
    margin: 40px 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main .kv li h4 {
    font-size: 1.7vw;
    line-height: 1.5;
    color: #c65517;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main .kv li .img_area {

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main .kv li a:hover .img_area,
#main .kv li a:hover p,
#main .kv li a:hover h4 {
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1400px) {
    #main .kv li p {
        font-size: 13px;
    }

    #main .kv li h4 {
        font-size: 22px;
    }

}

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


    #main .kv {
        width: 65vw;
    }

    #main .kv li {
        width: 100%;
    }

    #main .kv li:nth-child(2) {
        margin: 30px 0;
    }

    #main .kv li .img_area {
        position: relative;
        width: 100%;
        height: 20vw;
        background: url(../image/guest/guest01_img_sp_s.jpg) center center;
        background-size: cover;
    }

    #main .kv li .img_area img {
        display: none;
    }

    #main .kv li:nth-child(2) .img_area {
        background-image: url(../image/guest/guest02_img_sp-2.jpg)
    }

    #main .kv li:nth-child(3) .img_area {
        background-image: url(../image/guest/guest03_img_sp.jpg)
    }

    #main .kv li p {
        margin: 15px 0 10px;
    }
}



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

    #main {
        margin-top: 55px;
    }

    #main .fadein {
        transform: translateX(0px);
    }

    #main .tit_txt {
        width: 105px;
        margin-left: 5vw;
    }

    #main .tit_txt h2.move {
        display: none;
    }

    #main .move {
        opacity: 100;
        transform: translateX(0px);
    }


    #main .tit_txt h3 {
        width: 62px;
        margin-left: 20px;
    }

    #main .tit_txt span.en {
        font-size: 11px;
    }


    #main .kv {
        width: 57.5vw;
    }

    #main .kv li {
        width: 100%;
    }


    #main .kv li a:hover .img_area,
    #main .kv li a:hover p,
    #main .kv li a:hover h4 {
        transform: translateY(0);
    }



    #main .kv li:nth-child(2) {
        margin: 20px 0;
    }

    #main .kv li .img_area {
        height: 100px;
    }


    #main .kv li p {
        font-size: 10px;
        margin: 15px 0 6px;
    }

    #main .kv li h4 {
        font-size: 15px;
    }

}

/* ==========================================================================
	roombox
========================================================================== */

.roombox {
    position: relative;
    padding: 9.28vw 0 9.28vw;
    box-sizing: border-box;
    background: #f1f0e9;
}

.roombox:before {
    content: "";
    display: block;

    width: 73.4vw;
    height: 77.14vw;
    background: #fff;
    position: absolute;
    top: -9.28vw;
    left: -5vw;
    z-index: 1;
}

.roombox.box02:before,
.roombox.box03:before {
    top: 0;
    height: 67.86vw;
}

.roombox.box03:after {
    content: "";
    display: block;

    width: 100%;
    height: 24.28vw;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;

}

.roombox .st_area {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    z-index: 10;
    width: 100%;
    padding: 0 7.14vw;
    box-sizing: border-box;
}

.roombox .room_slide {
    width: calc(100% - 420px - 5.7vw);
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
}



.roombox .room_slide.move {
    opacity: 100;
    transform: translateY(0px);
}

.roombox .slick-prev,
.roombox .slick-next {
    width: 80px;
    height: 80px;
    top: 50%;
    z-index: 50;
}

.roombox .slick-prev {
    left: -40px;
    background: url(../image/common/slider-prev.png);
    background-size: cover;
}

.roombox .slick-next {
    right: -40px;
    background: url(../image/common/slider-next.png);
    background-size: cover;
}



.roombox img {
    border: 5px solid #fff;
    box-sizing: border-box;
}

.roombox .text_area {
    width: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
}



.roombox .text_area.move {
    opacity: 100;
    transform: translateY(0px);
}

.roombox .text_area>div {
    width: 100%;
}

.roombox .text_area h2 {
    font-size: 34px;
    font-weight: bold;
    color: #c65517;
    line-height: 1.5;
}

.roombox .text_area .b_txt {
    font-size: 13px;
    font-weight: bold;
    color: #c65517;
    line-height: 1.5;
    margin: 13px 0 59px;
}

.roombox .text_area .point {
    position: relative;
    border: 5px solid #f1f0e9;
    padding: 40px 45px 8px;
    border-radius: 5px;
    box-sizing: border-box;

}

.roombox .text_area .point p {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding-left: 32px;
    margin-bottom: 20px;
}

.roombox .text_area .point p:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/guest/check_icon.png);
    background-size: cover;
}

.roombox .text_area span {
    position: absolute;
    left: 20px;
    top: -5px;
    background: #Fff;
    width: 240px;
    height: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
}


.lead_txt {
    position: relative;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    z-index: 10;
    width: 100%;
    padding: 5vw 7.14vw 0;
    box-sizing: border-box;
}

.room_list {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 50;
    width: 100%;
    padding: 80px 7.14vw 0;
    box-sizing: border-box;
}

.room_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 4.28vw;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
}



.room_list li.move {
    opacity: 100;
    transform: translateY(0px);
}

.room_list li:nth-child(3n) {
    margin-right: 0;
}

.room_list a {
    display: block;
    color: #252525;
}

.room_list .img_area {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 28px;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.room_list .img_area:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.room_list .num {
    position: relative;
    display: inline-block;
    width: 60px;
    padding: 8px 0;
    text-align: center;
    background: #c65517;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 15px;
}

.room_list .price {
    display: inline-block;
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 60px);
    text-align: right;
    font-weight: bold;
}

.room_list .price.kyomachi {
    width: 100%;
}

.room_list .price span {
    display: inline-block;
    font-size: 24px;
    margin-right: 11px;
    font-weight: 500;
}

.room_list .text {
    font-size: 16px;
    line-height: 25px;
    margin: 25px 0 24px;
    font-weight: bold;
}

.room_list h3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #Fff;
    border: 3px solid #000;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.room_list h3:before {
    content: "";
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon.png);
    background-size: cover;
    transition: .3s;
}

.room_list a:hover {
    color: #c65517;

}


.room_list a:hover .img_area {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #c65517;
}



.room_list a:hover h3:before {
    right: 25px;

}


.map_area {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 14.28vw);
    box-sizing: border-box;
    z-index: 10;
    border: 5px solid #fff;
}

.map_area:before {
    content: "";
    display: block;
    padding-top: 33.3333%;
    background: #f1f0e9
}

.map_area iframe,
.map_area object,
.map_area embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;

}


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

    .roombox .room_slide {
        width: 60%;
    }


    .roombox .text_area {
        width: 35%;
    }


}



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



    .roombox:before {
        width: 100%;
        height: 10vw;
        top: 0;
        left: 0;
    }

    .roombox .st_area {
        background: #fff;
    }

    .roombox .room_slide {
        width: 100%;
        margin-bottom: 50px;
    }


    .roombox .text_area {
        width: 100%;
    }


    .lead_txt {
        padding-bottom: 70px;
        background: #fff;
    }



    .room_list {
        background: #f1f0e9;
    }

    .room_list li {
        width: 47.2%;
        margin-right: 5.6%;
        margin-bottom: 4.28vw;
    }

    .room_list li:nth-child(3n) {
        margin-right: 5.6%;
    }

    .room_list li:nth-child(2n) {
        margin-right: 0;
    }

}


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


    .roombox {
        padding: 8.5vw 0;
    }

    .roombox.box03 {
        padding-bottom: 17.5vw;
    }

    .roombox.box03:after {
        height: 55vw;
    }

    .roombox .room_slide {
        width: 100%;
        margin-bottom: 35px;
    }


    .roombox .slick-prev,
    .roombox .slick-next {
        width: 40px;
        height: 40px;
        top: 50%;
        z-index: 50;
    }

    .roombox .slick-prev {
        left: -20px;
    }

    .roombox .slick-next {
        right: -20px;
    }

    .roombox .st_area {
        padding: 0 5vw;
    }

    .roombox .text_area h2 {
        font-size: 24px;
        text-align: center;
    }

    .roombox .text_area .b_txt {
        font-size: 13px;
        margin: 5px 0 45px;
        text-align: center;
    }

    .roombox .text_area .point {
        position: relative;
        border: 2px solid #f1f0e9;
        padding: 25px 25px 8px;

    }

    .roombox .text_area .point p {
        position: relative;
        font-size: 13px;
        padding-left: 30px;
        margin-bottom: 12px;
    }

    .roombox .text_area .point p:before {
        width: 18px;
        height: 18px;
    }

    .roombox .text_area span {
        left: 10px;
        top: -5px;
        width: 210px;
        font-size: 14px;
    }


    .lead_txt {
        font-size: 13px;
        line-height: 26px;
        padding: 35px 5vw 50px;
        box-sizing: border-box;
    }

    .room_list {
        padding: 60px 5vw 0;
    }

    .room_list li {
        margin-bottom: 30px;
    }

    .room_list .img_area {
        margin-bottom: 12px;
        border: 2px solid #fff;
    }

    .room_list .num {
        width: 45px;
        padding: 5px 0;
        font-size: 11px;
        border-radius: 10px;
    }

    .room_list .price {
        font-size: 11px;
        width: calc(100% - 45px);
    }

    .room_list .price span {
        font-size: 16px;
        margin-right: 4px;
    }

    .room_list .text {
        font-size: 14px;
        line-height: 26px;
        margin: 12px 0 10px;
    }

    .room_list h3 {
        height: 40px;
        border: 2px solid #000;
        font-size: 11px;
    }

    .room_list h3:before {
        width: 15px;
        height: 9px;
        background-image: url(../image/common/link_icon_sp02.png);
        right: 20px;
    }

    .room_list a:hover h3:before {
        right: 15px;
    }


    .map_area {
        width: calc(100% - 10vw);
        border: 2px solid #fff;
    }

    .map_area:before {
        padding-top: 69.444%;
    }
}




/* ==========================================================================
	kiji
========================================================================== */
.kiji_wrap {
    position: relative;
    background: #f1f0e9;
    margin-top: 35vw;
    margin-bottom: calc(-35vw + 80px);
    padding: 0 7.14vw;
    z-index: 50;
}

.kiji {
    top: calc(-35vw + 80px);
    position: relative;
    padding: 5.714vw;
    box-sizing: border-box;
    background: #fff;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kiji .slide {
    width: calc(81% - 10px);
}

.kiji .slide .img_list {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.kiji .slide .img_list:before {
    content: "";
    display: block;
    padding-top: 66.66%;
}

.kiji .slide-navigation {
    width: calc(19% - 10px);
}

.kiji .slide-navigation .slick-list {
    padding-bottom: 30.1vw;
}

.kiji .slide-navigation .img_list {
    position: relative;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.kiji .slide-navigation .img_list:before {
    content: "";
    display: block;
    padding-top: 65.66%;
}

.kiji .slide-navigation .img_list:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}


.kiji .slide-navigation .img_list.slick-current:after {
    display: none;
}

.kiji .slide-navigation li {
    margin-bottom: 20px;
}

.kiji .title_area {
    position: relative;
    width: 100%;
    margin: 35px 0 25px;
}

.kiji .title_area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    width: calc(100% - 310px);
    color: #c65517;
}

.kiji .title_area .price {
    display: inline-block;
    font-size: 16px;
    width: 300px;
    text-align: right;
    font-weight: bold;
}

.kiji .title_area .price.pc_off {
    display: none;
}

.kiji .title_area .price span {
    display: inline-block;
    font-size: 38px;
    margin-right: 9px;
    font-weight: 300;
}

.kiji .title_area .b_txt {
    position: relative;
    width: calc(100% - 270px);
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #c65517;
    margin: 13px 0 27px;
}

.kiji .title_area .tag_list {
    position: relative;
    width: calc(100% - 270px);
}

.kiji .title_area .tag_list span {
    display: inline-block;
    padding: 10px 18px;
    background: #f1f0e9;
    color: #252525;
    border-radius: 17.5px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #f1f0e9;
    box-sizing: border-box;
}

.kiji .title_area .benson_link {

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 260px;
    height: 60px;
    right: 0;
    bottom: 15px;
    background: #f2ef5b;
    border: 3px solid #000000;
    border-radius: 5px;
    text-align: center;
    color: #252525;
    font-size: 15px;
    font-weight: bold;
}


.kiji .title_area .benson_link:before {

    content: "";
    display: block;
    width: 17px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon03.png);
    background-size: cover;
    transition: .3s;

}

.kiji .title_area .benson_link:hover {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #c65517;
    background: #fff;
}

.kiji .title_area .benson_link:hover:before {
    right: 25px;
}

.room_list a:hover .img_area {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #c65517;
}

.kiji .main_txt {
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 50px;

}


.kiji .point {
    position: relative;
    border: 5px solid #f1f0e9;
    padding: 25px 45px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 35px 0 0;
}

.kiji .point p {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding-left: 32px;
    margin: 15px 0 20px;
    line-height: 1.5;
}

.kiji .point p:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/guest/check_icon.png);
    background-size: cover;
}

.kiji .point span {
    position: absolute;
    left: 20px;
    top: -10px;
    background: #Fff;
    width: 240px;
    height: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    z-index: 10;
}

.movie_area {
    position: relative;
    margin: 50px 0 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.movie_area iframe,
.movie_area object,
.movie_area embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

    .kiji_wrap {
        position: relative;
        background: #fff;
        margin-top: 35px;
        margin-top: 35px;
        padding: 15px 0 0;
        margin-bottom: 0;
        z-index: 50;
    }

    .kiji {
        top: auto;
        position: relative;
        padding: 0;
        display: block;
    }

    .kiji .slide {
        width: 100%;
    }

    .kiji .slide .img_list {
        position: relative;
        background-size: cover;
        background-position: center center;
        margin-bottom: 15px;
    }


    .kiji .slide-navigation {
        width: 100%;
    }

    .kiji .slide-navigation .slick-list {
        padding-bottom: 0;
        padding-right: calc(69% + 30px);
    }

    .kiji .slide-navigation .img_list.slick-current:after {
        display: none;
    }

    .kiji .slide-navigation li {
        margin-right: 15px;
    }

    .kiji .slide .slick-prev,
    .kiji .slide .slick-next {
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
    }

    .kiji .slide .slick-prev {
        left: 10px;
        background: url(../image/common/slider-prev.png);
        background-size: cover;
    }

    .kiji .slide .slick-next {
        right: 10px;
        background: url(../image/common/slider-next.png);
        background-size: cover;
    }

    .kiji .title_area {
        position: relative;
        width: 100%;
        margin: 20px 0 23px;
        padding: 0 5vw;
        box-sizing: border-box;
    }

    .kiji .title_area h2 {
        font-size: 24px;
        width: 100%;
    }

    .kiji .title_area .price.pc_off {
        display: block;
        position: relative;
        font-size: 16px;
        width: auto;
        text-align: left;
        font-weight: bold;
        /* left: 5vw; */
        /* bottom: 85px; */
        margin-top: 15px;
    }

    .kiji .title_area .price span {
        display: inline-block;
        font-size: 38px;
        margin-right: 9px;
        font-weight: 500;
    }

    .kiji .title_area .b_txt {
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        margin: 12px 0 15px;
    }

    .kiji .title_area .tag_list {
        width: 100%;
    }

    .kiji .title_area .tag_list span {
        display: inline-block;
        padding: 7px 14px 8px;
        border-radius: 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .kiji .title_area .benson_link {
        position: relative;
        width: 100%;
        height: 60px;
        right: 0;
        bottom: 0;
        background: #f2ef5b;
        border: 2px solid #000000;
        border-radius: 5px;
        margin-top: 25px;
    }

    .kiji .main_txt {
        padding: 0 5vw;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 45px;

    }


    .kiji .point {
        width: calc(100% - 10vw);
        margin: 35px auto 50px;
        border: 2px solid #f1f0e9;
        padding: 28px 25px 8px;

    }

    .kiji .point p {
        position: relative;
        font-size: 13px;
        padding-left: 30px;
        margin: 0 0 12px;
    }

    .kiji .point p:before {
        width: 18px;
        height: 18px;
    }

    .kiji .point span {
        left: 10px;
        top: -5px;
        width: 210px;
        font-size: 14px;
    }
}

/* ==========================================================================
	howto
========================================================================== */
#howto {
    position: relative;
    background: #f1f0e9;
    padding: 0 0 114px;
    text-align: center;
}

#howto .c_txt {
    font-size: 14px;
    font-weight: bold;
}

#howto h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 35px;
}

#howto h2 span {
    font-size: 50px;
    font-weight: bold;
    color: #c65517;
}

#howto p.en {
    font-size: 15px;
    font-weight: 700;
}

#howto .howto_slide_wrap {
    position: relative;
}

#howto .frame {
    display: block;
    width: 50%;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

#howto li {
    padding: 3vw 1.5vw 90px;
}

.howto_slide .slick-slide {
    margin: 0 20px;
    outline: none;
}

.howto_slide img {
    aspect-ratio: 1.19;
    object-fit: cover;
}

#howto .howto_slide h3 {
    font-size: 28px;
    font-weight: bold;
    margin: calc(2.8571vw + 15px) 0 0;
}

#howto .howto_slide p {
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 18px;
}

#howto .slick-slide,
#howto .is-active-next {
    -moz-transition: all .2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

#howto .slick-slide.slick-current,
#howto .slick-slide.is-active-next {
    transform: translateY(90px);
    -moz-transition: all .2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

#howto .slick-counter {
    position: absolute;
    width: 120px;
    font-size: 16px;
    top: 73px;
    left: calc(50% + 11.214vw);
    margin: auto;
    text-align: center;
    z-index: 500;
}

.nav-open #howto .slick-counter {
    z-index: 10;
}

#howto .slick-counter span {
    display: block;
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
}

#howto .slick-counter span.current {
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    color: #f1f0e9;
    text-shadow:
        1px 1px 0px #000,
        -1px 1px 0px #000,
        1px -1px 0px #000,
        -1px -1px 0px #000,
        1px 0px 0px #000,
        0px 1px 0px #000,
        -1px 0px 0px #000,
        0px -1px 0px #000;
    font-style: italic;
    letter-spacing: -0.05em;
    font-weight: 700;
}


@media screen and (max-width: 1049px) {
    #howto .frame {
        display: block;
        width: 80%;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
    }

    #howto .slick-counter {
        top: 43px;
        left: calc(50% + 17.214vw);
    }
}


@media screen and (max-width: 800px) {
    #howto {
        padding: 15vw 5vw 10vw;
        box-sizing: border-box;
    }

    #howto .c_txt {
        font-size: 11px;
    }

    #howto h2 {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 15px;
    }

    #howto h2 span {
        font-size: 25px;
    }

    #howto p.en {
        font-size: 11px;
    }

    #howto .howto_slide {
        margin-top: 12vw;
    }

    #howto .frame {
        width: 100%;
        top: 0px;
    }

    .howto_slide .slick-slide {
        margin: 0;
    }

    #howto .slick-slide.slick-current,
    #howto .slick-slide.is-active-next {
        transform: translateY(0px);
    }

    #howto li {
        padding: 5vw;
    }

    #howto .howto_slide h3 {
        font-size: 17px;
        margin: calc(5vw + 8px) 0 0;
    }

    #howto .howto_slide p {
        font-size: 13px;
        line-height: 26px;
        text-align: center;
        margin-top: 23px;
    }

    #howto .slick-counter {
        width: 22.5vw;
        top: -5px;
        left: calc(50% + 15.5vw);
    }

    #howto .slick-counter span {
        font-size: 13px;
    }

    #howto .slick-counter span.current {
        font-size: 34px;
    }

    #howto .slick-prev,
    #howto .slick-next {
        width: 40px;
        height: 40px;
        top: calc(33.5vw + 20px);
        z-index: 50;
    }

    #howto .slick-prev {
        left: -15px;
        background: url(../image/common/slider-prev.png);
        background-size: cover;
    }

    #howto .slick-next {
        right: -15px;
        background: url(../image/common/slider-next.png);
        background-size: cover;
    }

    #howto .howto_slide_wrap:hover .slick-prev,
    #howto .howto_slide_wrap:hover .slick-next {
        opacity: 100;
    }
}


/* ==========================================================================
	facility
========================================================================== */
.facility {
    position: relative;
    padding: 8.5vw 7.14vw 3.8vw;
    box-sizing: border-box;
    background: #f1f0e9;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 70;
}

.facility .tit_area {
    width: auto;
}

.facility h2 {
    font-size: 40px;
    font-weight: bold;
    color: #c65517;
    margin-bottom: 30px;
}

.facility .en {
    font-size: 15px;
    font-weight: 500;
}

.facility .facility_list {
    width: 57.14vw;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facility li {
    position: relative;
    width: 17%;
    margin-right: 3.75%;
    margin-bottom: 35px;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: .3s;
}

.facility li.move {
    opacity: 1;
    transform: translateY(0px);

}




.facility li:nth-child(5n) {
    margin-right: 0;
}

.facility .img_area {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    border: 5px solid #fff;
    box-sizing: border-box;
    margin-bottom: 18px;
}

.facility .img_area:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.facility p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
}

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

    .facility .facility_list {
        width: 100%;
    }

    .facility_list_wrap {
        margin-top: 50px;
    }
}


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


    .facility {
        padding: 60px 5vw 35px;
        background: #f1f0e9;
    }

    .facility .tit_area {
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
    }

    .facility h2 {
        font-size: 27px;
        margin-bottom: 24px;
    }

    .facility .en {
        font-size: 11px;
    }

    .facility li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 15px;
    }

    .facility li:nth-child(5n) {
        margin-right: 5%;
    }

    .facility li:nth-child(3n) {
        margin-right: 0;
    }

    .facility .img_area {
        border: 2px solid #fff;
        margin-bottom: 12px;
    }

    .facility p {
        font-size: 12px;
    }

    .facility_more {
        display: inline-block;
        margin: 20px auto 40px;
    }

    .facility_more button {
        background-color: transparent;
        color: #242424;
        border: 0;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
        display: flex;
        align-items: center;
        position: relative;
    }

    .facility_more button::before {
        content: '';
        width: 13px;
        height: 13px;
        background-image: url(../image/guest/ico_more.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 8px 0 0;
        position: relative;
        top: -1px;
    }

    .facility_more button::after {
        content: '';
        background-color: #000;
        width: calc(100% + 10px);
        height: 2px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .facility_list_wrap {
        overflow: hidden;
        position: relative;
    }

    .facility_list_wrap.is_hidden {
        height: 58vw;
    }

    .facility_list_wrap.is_hidden::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 40px;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(241, 240, 233, 1) 50%, rgba(255, 255, 255, 0) 100%);
    }
}

/* ==========================================================================
	rule_info
========================================================================== */
.rule_info {
    position: relative;
    padding: 0 0 7.14vw 7.14vw;
    box-sizing: border-box;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 70;
}

.rule_info .tit_area {
    width: 230px;
    padding-top: 1.4vw;
}

.rule_info h1 {
    color: #c65517;
}

.rule_info .en {
    font-size: 15px;
    font-weight: 500;
}

.rule_info .w_box {
    width: 75vw;
    background: #fff;
    padding: 3.8vw 7.14vw 4.8vw 5.71vw;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(40px);
    transition: .3s;
}

.rule_info .w_box.move {
    opacity: 1;
    transform: translateY(0px);
}

.rule_info ul {
    width: 100%;
}

.rule_info ol {
    width: 100%;
    list-style-type: disc;
    list-style-position: inside;
}

.rule_info li {

    border-top: 0px solid #c65517;
    line-height: 2em !important;
    letter-spacing: 0.1em !important;
    
}

.rule_info li:first-child {
    border-top: none;
}

.rule_info h3 {
    width: 21.25%;
    padding-left: 2.5%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #c65517;
}

.rule_info h2, .rule_info p {
    line-height: 2em !important;
    letter-spacing: 0.1em !important;
    
}

.rule_info h2{font-weight: 700; margin-top: 20px;}




.rule_info .map_area {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.rule_info .map_area:before {
    content: "";
    display: block;
    padding-top: 57.5%;

}

.rule_info .map_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.rule_info_area.area1 {padding-top: 150px;}
.rule_info_area.area2 {padding-top: 20px;}


.rule_info_area .tit_area {
    padding: 0;
}

.rule_info_area .main_txt {
    width: 100%;
    padding: 0;
}


/*   
----------------

規則的TABLE 電腦版

----------------
*/
.rule_table { }/*border:2px solid #333; */

.rule_table thead th:nth-child(1){
    border-top-right-radius:15px; border-top-left-radius:15px; 
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(-45deg, #002a2d 0, #002a2d 1px, #111 0, #111 50%);
    color: #ffff; font-weight: 700; letter-spacing: .5px;} 

.rule_table thead th:nth-child(2){
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(-45deg, #333 0, #333 1px, #111 0, #111 50%);
    border-top-right-radius:15px; border-top-left-radius:15px; 
    color: #fff; font-weight: 700; letter-spacing: .5px;} 

.rule_table td { border:1px solid #333; padding: 20px 15px; text-align: center; position: relative;}

.rule_table td:nth-child(1) { 
    background:#008498; color:#fff; 
    border-right:1px solid #008498 !important;
    padding-right:5px !important;
    text-align: center; 
    width:20%; 
    font-weight: 900;
}

.rule_table td:nth-child(2) { 
    background:#008498; 
    border-right:1px solid #008498 !important;
    color:#fff;  
    padding-left:5px !important; 
    font-size: 14px; 
    width:58%;
    text-align: left;
}


.rule_table td:nth-child(3) { 
    background:#fff;
}

.rule_table .btn-link{ text-decoration:none; color:#fff; font-size:12px; padding-bottom: 5px; position: absolute; top:15px; right:15px;}
.rule_table .btn-link:hover { opacity:0.8; }

.collapse_inside{ opacity: 0.9; padding-left: 15px; border-left: 1px solid #fff; margin-left: 2px;}

.to_hover{ cursor:pointer; }
/*   
----------------

規則的TABLE 手機版

----------------
*/

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

.rule_table thead th:last-child{ display:none; }

.rule_table td { border:1px solid #333; text-align: left!important;}

.rule_table td:nth-child(1) { 
    display: none;
}
.rule_table td:nth-child(2) { 
    width: 90%;
    padding-left: 15px !important;
}
.rule_table td:nth-child(3) { 
    display: none;
}

.rule_table .btn-link{ right:5px;}


}



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


    .rule_info .w_box {
        width: 100%;
        margin-top: 20px;
    }

}


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


    .rule_info_area.area1{padding-top: 30px;}
    .rule_info_area.area1{padding-bottom: 50px;}


    .rule_info {
        padding: 50px 0vw 60px;
    }

    .rule_info .tit_area {
        width: 100%;
        padding-top: 10px;
    }

    .rule_info h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .rule_info .en {
        font-size: 13px;
        padding-left: 0px;
    }


    .rule_info .w_box {
        width: 100%;
        background: #fff;
    }

    .rule_info li {
        padding: 7px 0;
        font-size: 14px;
    }

    .rule_info h3 {
        width: 110px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 27px;
    }

    .rule_info p {
        font-size: 14px;
        line-height: 16px;
    }


    .rule_info li:last-child p {
        width: 100%;
        margin-top: 10px;
    }

    .rule_info .map_area {
        margin-top: 10px;
    }

    .rule_info_area .main_txt {
        font-size: 13px;
        line-height: 2;
    }
}

/* ==========================================================================
	kanren
========================================================================== */
.kanren {
    position: relative;
    padding: 0 7.14vw 7.14vw;
    box-sizing: border-box;
    background: #f1f0e9;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 70;
}

.kanren .tit_area {
    width: 230px;
    padding-top: 1.4vw;
}

.kanren h2 {
    font-size: 40px;
    color: #c65517;
    margin-bottom: 30px;
}

.kanren .en {
    font-size: 15px;
    font-weight: 500;
}

.kanren .kanren_list {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 61.42vw;
}



.kanren .kanren_list li {
    width: 30.4%;
    opacity: 0;
    position: relative;
    transition: .3s;
    transform: translateY(40px);
    margin-right: 4.4%;
}

.kanren .kanren_list li:nth-child(3) {
    margin-right: 0;
}

.kanren .kanren_list li:nth-child(4) {
    display: none;
}

.kanren .kanren_list li.move {
    opacity: 1;
    transform: translateY(0);
}

.kanren .kanren_list a {
    display: block;
    z-index: 50;
}

.kanren .kanren_list a .img_area {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 29px;
    border: 5px solid transparent;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.kanren .kanren_list a:hover .img_area {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #c65517;
}

.kanren .kanren_list a .img_area:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.kanren .kanren_list a .cate {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #c65517;
    margin-right: 18px;
    vertical-align: middle;
}

.kanren .kanren_list a .en {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    color: #242424;
}


.kanren .kanren_list a p {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 22px;
    color: #242424;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kanren .kanren_list a:hover p {
    color: #c65517;
}


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

    .kanren .kanren_list {
        width: 100%;
        margin-top: 50px;
    }

}

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

    .kanren {
        padding: 50px 5vw 5vw;
    }

    .kanren .tit_area {
        width: 100%;
        padding-top: 10px;
    }

    .kanren h2 {
        font-size: 27px;
        margin-bottom: 24px;
    }

    .kanren .en {
        font-size: 11px;
    }

    .kanren .kanren_list {
        margin-top: ;
    }



    .kanren .kanren_list li {
        width: 47.2%;
        margin-right: 5.6%;
        margin-bottom: 8.75vw;
    }

    .kanren .kanren_list li:nth-child(3) {
        margin-right: 5.6%;
    }

    .kanren .kanren_list li:nth-child(2n) {
        margin-right: 0;
    }

    .kanren .kanren_list li:nth-child(4) {
        display: block;
    }


    .kanren .kanren_list a .img_area {
        margin-bottom: 17px;
        border: 2px solid transparent;
    }


    .kanren .kanren_list a .cate {
        font-size: 12px;
        margin-right: 20px;
    }

    .kanren .kanren_list a .en {
        font-size: 11px;
    }

    .kanren .kanren_list a p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 17px;
    }

}


/* ==========================================================================
	other
========================================================================== */
.other {
    position: relative;
    background: #fff;
    padding: 8.57vw 0 10px;
    z-index: 70;
}

.other:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 92.85vw;
    height: calc(44.5vw + 5px);
    background: #fff;
    border-radius: 0 60px 0 0;
    z-index: 5;
}

.other:after {

    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 10vw;
    height: 44.5vw;
    background: #f1f0e9;
    z-index: 1;

}

.other h2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    padding-left: 5.14vw;
    box-sizing: border-box;
    z-index: 10;
}

.other .en.stit {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 30px 0 80px;
    padding-left: 5.14vw;
    box-sizing: border-box;
    z-index: 10;
}

.other .other_slide {
    position: relative;
    z-index: 10;
    overflow-x: auto;
    display: flex;
    padding: 0 15px 30px;
    margin-bottom: 8vw;
}

.other .other_slide li {
    flex-basis: 27.6vw;
    flex-shrink: 0;
    margin: 0 15px;
}

.other .other_slide02 {
    position: relative;
    margin-bottom: 8.57vw;
    z-index: 10;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5%;
}

.other_slide .slick-slide {
    margin: 0 15px;
}

.other .other_slide02 li {
    margin-right: 30px;
    width: calc(33% - 60px);
}

.other .other_slide li a,
.other .other_slide02 li a {
    display: block;
    color: #252525;
}

.other .other_slide li a:hover .other .other_slide02 li a:hover {
    color: #c65517;
}

.other .other_slide .img_area,
.other .other_slide02 .img_area {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 5px solid transparent;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.other .other_slide .img_area:before,
.other .other_slide02 .img_area:before {
    content: "";
    display: block;
    padding-top: 75.6%;
}



.other .other_slide li a:hover .img_area,
.other .other_slide02 li a:hover .img_area {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #c65517;
}

.other .other_slide .num,
.other .other_slide02 .num {
    position: relative;
    display: inline-block;
    width: 68px;
    padding: 8px 0;
    text-align: center;
    background: #c65517;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 15px;
}

.other .other_slide .price,
.other .other_slide02 .price {
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 72px);
    text-align: right;
    font-weight: bold;
}

.other .other_slide .price.kyomachi,
.other .other_slide02 .price.kyomachi {
    width: 100%;
}

.other .other_slide .price .en,
.other .other_slide02 .price .en {
    display: inline-block;
    font-size: 24px;
    margin-right: 11px;
    font-weight: 500;
}

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

    .other .other_slide .num,
    .other .other_slide02 .num {
        width: 58px;
        font-size: 12px;
    }

    .other .other_slide .price,
    .other .other_slide02 .price {
        font-size: 10px;
        width: calc(100% - 62px);
    }

    .other .other_slide .price .en,
    .other .other_slide02 .price .en {
        font-size: 15px;
        margin-right: 0;
    }
}


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

    .other {
        padding: 60px 0 10px;
    }

    .other:before,
    .other:after {
        display: none;
    }

    .other h2 {
        font-size: 27px;
        padding-left: 7.5vw;
        color: #c65517;
        line-height: 1.3;
    }

    .other .en.stit {
        font-size: 11px;
        margin: 24px 0 50px;
        padding-left: 7.5vw;
    }

    .other .other_slide,
    .other .other_slide02 {
        margin-bottom: 15vw;
    }

    .other .other_slide {
        padding: 0 10px 20px;
    }

    .other .other_slide li {
        flex-basis: 40vw;
        flex-shrink: 0;
        margin: 0 10px;
    }


    .other_slide .slick-slide {
        margin: 0 20px;
    }


    .other .other_slide02 li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .other .other_slide02 li:nth-child(2) {
        margin-right: 0;
    }

    .other .other_slide .img_area,
    .other .other_slide02 .img_area {
        border: 2px solid transparent;
        margin-bottom: 15px;
    }


    .other .other_slide .num,
    .other .other_slide02 .num {
        width: 54px;
        padding: 7px 0;
        font-size: 11px;
        border-radius: 20px;
        font-weight: 700;
    }

    .other .other_slide .price,
    .other .other_slide02 .price {
        font-size: 11px;
        width: 100%;
        margin: 10px 0 0;
        text-align: left;
    }

    .other .other_slide .price .en,
    .other .other_slide02 .price .en {
        font-size: 16px;
    }
}

@media screen and (max-width: 374px) {
    .other .other_slide li {
        flex-basis: 48vw;
    }
}


/* ==========================================================================
    facility_main
========================================================================== */
.facility_main {
    width: 100%;
    margin: 40px 0 0;
}

.facility_main_content {
    display: flex;
}

.facility_main_item {
    flex-grow: 1;
}

.facility_main_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #c65517;
}

.facility_main_pr {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.84;
    color: #c65517;
    margin: 20px 0 0;
}

.facility_main_tag {
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0 0;
}

.facility_main_tag span {
    font-size: 15px;
    font-weight: bold;
    background-color: #f2ef5b;
    padding: 10px 18px;
    margin: 0 15px 15px 0;
    border-radius: 20px;
}

.facility_main_meta {
    flex-shrink: 0;
    margin: 0 0 0 60px;
}

.facility_main_roomnum {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #c65517;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 18px 55px;
    margin: 0 0 24px;
}

.facility_main_price {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.facility_main_price .unit {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 1200px) {
    .facility_main_meta {
        margin: 0 0 0 30px;
    }

    .facility_main_roomnum {
        font-size: 24px;
        padding: 18px 32px;
    }

    .facility_main_price {
        font-size: 24px;
    }

    .facility_main_price .unit {
        font-size: 13px;
        margin: 0 0 0 8px;
    }
}

@media screen and (max-width: 800px) {
    .facility_main {
        margin: 20px 0 0;
    }

    .facility_main_content {
        display: block;
        padding: 0 5vw;
    }

    .facility_main_roomnum {
        font-size: 18px;
        padding: 12px;
        margin: 0 0 28px;
    }

    .facility_main_title {
        font-size: 24px;
    }

    .facility_main_pr {
        font-size: 13px;
        margin: 12px 0 0;
    }

    .facility_main_tag {
        margin: 20px 0 0;
    }

    .facility_main_tag span {
        font-size: 13px;
        padding: 8px 16px;
        margin: 0 10px 10px 0;
    }

    .facility_main_meta {
        margin: 18px 0 0;
    }

    .facility_main_price {
        font-size: 27px;
        justify-content: flex-start;
    }
}


/* ==========================================================================
	yoyaku_link
========================================================================== */
.benson_link {
    position: relative;
    padding: 0 7.14vw 114px;
    box-sizing: border-box;
    background-color: #f1f0e9;
}

.benson_link a {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box;
    border: 10px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
    transform: translateY(100px);
    opacity: 0;
    transition: .8s;
}

.benson_link a:hover {
    transition: .3s;
    border-color: #f2ef5b;
}

.benson_link a.move {
    opacity: 1;
    transform: translateY(0);
}

.benson_link a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../image/guest/yoyaku_link_bg.jpg) center center;
    background-size: cover;
    transition: .4s;
    z-index: 1;
}

.benson_link a:hover:after {
    transform: scale(1.1);
    transition: .4s;
}

.benson_link_title {
    position: relative;
    width: 523px;
    margin: 0 auto;
    z-index: 10;
}

.benson_link_btn {
    position: relative;
    display: block;
    width: 460px;
    padding: 16px 10px;
    box-sizing: border-box;
    background: #Fff;
    border: 3px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 36px auto 0;
    color: #212121;
    z-index: 10;
    transition: .4s;
}

.benson_link_btn::before {
    content: '';
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon.png);
    background-size: cover;
    transition: .3s;
}

.benson_link a:hover .benson_link_btn {
    border-color: #044567;
    color: #c65517;
}

.benson_link a:hover .benson_link_btn::before {
    right: 20px;
}

@media screen and (max-width: 800px) {
    .benson_link {
        padding: 0;
    }

    .benson_link a {
        padding: 19.25vw 0;
        border: none;
    }

    .benson_link_title {
        width: 46vw;
    }

    .benson_link_btn {
        width: 75.2vw;
        padding: 14px 10px;
        border: none;
        border-radius: 2px;
        margin: 30px auto 0;
    }

    .benson_link_btn::before {
        right: 30px;
        width: 15px;
        height: 9px;
        background-image: url(../image/common/link_icon_sp02.png);
    }

    .benson_link a:hover .benson_link_btn::before {
        right: 30px;
    }
}


/* ==========================================================================
    reserve
========================================================================== */
.reserve {
    padding: 0 0 120px;
    position: relative;
    background-color: #f1f0e9;
}

.reserve_inner {
    padding: 120px 0 100px;
    background-color: #fff;
}

.reserve_title,
.reserve_en,
.reserve_catch {
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: .4s;
}

.reserve_title.move,
.reserve_en.move,
.reserve_catch.move {
    opacity: 1;
    transform: translateY(0);
}

.reserve_title {
    font-size: 40px;
    font-weight: bold;
    color: #c65517;
}

.reserve_en {
    font-size: 15px;
    font-weight: 500;
    margin: 30px 0 0;
}

.reserve_catch {
    font-size: 15px;
    font-weight: bold;
    margin: 24px 0 0;
}

.reserve_content {
    margin: 60px 0 0;
}

.reserve_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.reserve_list li {
    width: calc((100%/2) - 20px);
    height: 495px;
    margin: 0 10px 20px;
    position: relative;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(40px);
    transition: .4s;
}

.reserve_list li.move {
    opacity: 1;
    transform: translateY(0);
}

.reserve_list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 75px 5.7vw;
    color: #261c18;
    border: solid 5px #f1f0e9;
    border-radius: 5px;
    box-sizing: border-box;
    transition: .3s;
}

.reserve_list a:hover {
    border-color: #f2ef5b;
    color: #c65517;
}

.reserve_list_img img {
    max-height: 58px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
}

.reserve_list_meta {
    height: 57px;
}

.reserve_list_catch {
    font-size: 15px;
    font-weight: bold;
}

.reserve_list_title {
    font-size: 30px;
    font-weight: bold;
    color: #c65517;
    margin: 14px 0 0;
}

.reserve_list_detail {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.13;
    margin: 35px 0 0;
}

.reserve_list_btn {
    font-size: 15px;
    font-weight: bold;
    background-color: #f2ef5b;
    border: solid 3px #000;
    border-radius: 5px;
    width: 408px;
    height: 62px;
    padding: 2px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}

.reserve_list_btn::after {
    content: '';
    display: block;
    width: 18px;
    height: 8px;
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
}

.reserve_list a:hover .reserve_list_btn {
    color: #c65517;
}

.reserve_list a:hover .reserve_list_btn::after {
    right: 22px;
}

@media screen and (max-width: 1200px) {
    .reserve_list_catch {
        font-size: 13px;
    }

    .reserve_list_title {
        font-size: 18px;
        margin: 10px 0 0;
    }

    .reserve_list li {
        height: 465px;
    }

    .reserve_list a {
        padding: 75px 4.2vw;
    }

    .reserve_list_detail {
        margin: 25px 0 0;
    }

    .reserve_list_btn {
        width: 32vw;
        height: 56px;
        bottom: 50px;
    }

    .reserve_list_meta,
    .reserve_list_img img {
        height: 48px;
    }

    .reserve_list_img img {
        max-width: 220px;
    }
}

@media screen and (max-width: 800px) {
    .reserve {
        padding: 0;
    }

    .reserve_inner {
        padding: 60px 0;
        background-color: transparent;
    }

    .reserve_title {
        font-size: 26px;
    }

    .reserve_en {
        font-size: 11px;
        margin: 18px 0 0;
    }

    .reserve_catch {
        font-size: 13px;
        margin: 16px 0 0;
        line-height: 2;
    }

    .reserve_list {
        display: block;
    }

    .reserve_content {
        margin: 30px 0 0;
    }

    .reserve_list li {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .reserve_list li+li {
        margin: 10px 0 0;
    }

    .reserve_list a {
        padding: 10vw;
        background-color: #fff;
        border: solid 3px #f1f0e9;
        border-radius: 3px;
    }

    .reserve_list_catch {
        font-size: 11px;
    }

    .reserve_list_detail {
        margin: 16px 0 0;
        font-size: 13px;
        line-height: 2;
    }

    .reserve_list_meta {
        height: auto;
    }

    .reserve_list_img img {
        height: 40px;
        max-width: 160px;
    }

    .reserve_list_btn {
        width: 100%;
        height: 50px;
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin: 20px 0 0;
        border-width: 2px;
        border-radius: 3px;
    }

    .reserve_list_btn::after {
        width: 16px;
        height: 6px;
    }
}


/**************/

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}




