@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
.areaIntroduce .restaurantTxt {
    margin-bottom: 0;
}

.fixIntro .wrapAreaRoom {
    position: static;

}

.areaPanorama.fixPano {
    padding-top: 232px;
}

.fixIntro .wrapAreaRoom .listRoom {
    margin-bottom: 0;
}


.wrapAreaRoom {
    background: #fff;
    padding-top: 55px;
}

.areaRoom {
    margin-bottom: 82px;
}

.areaRoom .listRoom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    justify-content: center;
}

.areaRoom .listRoom li {
    margin-left: 10px;
    margin-bottom: 24px;
    width: calc((100% / 3) - 12px);
}

.areaRoom .listRoom li:first-child {
    margin-left: 0;
}

.areaRoom .listRoom li a {
    font-size: 12px;
    display: block;
    padding: 8px 5px 8px;
    border: 1px solid #707070;
    border-radius: 22px;
    text-align: center;
}

.areaRoom .listRoom li .active {
    background: #42352D;
    color: #fff;
}

/* areaPanorama */
.areaPanorama {
    margin-bottom: 64px;
}

.areaPanorama .inner {
    max-width: 100%;
    padding: 0;
}

.areaPanorama .listPanorama {
    position: relative;
    margin-bottom: 21px;
}

.numberTypePlace {
    margin-bottom: 45px;
}

.numberTypePlace .titlePlaceEn {
    margin-bottom: 13px;
}

.areaPanorama .listPanorama .arrow {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    z-index: 2;
    width: 31px;
    cursor: pointer;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* .areaPanorama .listPanorama .arrow.arrowRight {
    right: 15%;
    
}

.areaPanorama .listPanorama .arrow.arrowLeft {
    left: 15%;
} */


/* slick slider */
.slick-slide img {
    width: 100%;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 21px 0;
    list-style-type: none;
    position: inherit;
    bottom: 100px;
    left: 0;
    transform: none;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #FFB703;
    width: 11px;
    height: 11px;
}

.areaPanorama .txtPanorama {
    text-align: center;
    margin-bottom: 57px;
}

.areaPanorama .btn a {
    min-width: 235px;
}

.areaPanorama .listMenu>li {
    padding: 32px 0 30px;
    border: 1px solid #CCCCCC;
    border-width: 1px 0 1px 0;
    margin-bottom: 37px;
    position: relative;
}

.areaPanorama .listMenu .questionTitle {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.areaPanorama .listMenu .answer {
    display: none;
    padding: 96px 0px 0;
}

.areaPanorama .listMenu {
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
    margin: 78px auto 0;
}

.areaPanorama .listMenu .wrapPanorama {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.areaPanorama .listMenu .wrapPanorama .togglePhoto {
    width: 33%;
}

.areaPanorama .listMenu .listDetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 63.8%;
    margin-top: -2px;
    padding-bottom: 69px;
}

.areaPanorama .listMenu .listDetail li:first-child {
    padding: 0 0 34px;
}

.areaPanorama .listMenu .listDetail li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 52px 0 48px;
    justify-content: space-between;
    border-bottom: 1px dashed #EDEDED;
}

.areaPanorama .listMenu .listDetail li .listContent {
    display: flex;
    align-items: center;
    width: 48.6%;

    /* position: relative; */
}

/* .areaPanorama .listMenu .listDetail li:after {
    content: "";
    position: absolute;
    border: 1px dashed #EDEDED;
    width: 206%;
    bottom: 0;
    left: 0;
}

.areaPanorama .listMenu .listDetail li:nth-child(2n):after {
    width: 100%
} */

.areaPanorama .listMenu .listDetail .detail {
    padding-right: 31px;
    position: relative;
}

.areaPanorama .listMenu .listDetail .subDetail {
    background: #42352D;
    width: 132px;
    text-align: center;
    color: #fff;
    padding: 2px 3px;
}

.areaPanorama .listMenu .listDetail .detail:after {
    content: "";
    position: absolute;
    background: #42352D;
    width: 1px;
    height: 32px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.areaPanorama .listMenu .listDetail .boxDetail {
    padding-left: 31px;
    padding-top: 4px;
}

.areaPanorama .listMenu .listDetail .boxDetail .txtDetail {
    margin-bottom: 4px;
}

.areaPanorama .listMenu .listDetail .boxDetail .txtDetail .linkWeb {
    display: inline-block;
    margin-right: 10px;
}

.areaPanorama .listMenu .listDetail .boxDetail .txtDetail .linkWeb a {
    text-decoration: underline;
}

.areaPanorama .wrapClose {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.areaPanorama .listMenu li:nth-child(2) .answer {
    display: none;
    padding: 46px 65px 73px 65px;
    position: relative;
}

.areaPanorama .listMenu .answer .listService {
    display: flex;
    flex-wrap: wrap;
}

.areaPanorama .listMenu .answer .listService li {
    width: calc((100% / 4) - 14px);
    margin-right: 14px;
    margin-bottom: 12px;
}

.areaPanorama .listMenu .answer .listService li:nth-child(4n) {
    margin-right: 0;
}

.areaPanorama .listMenu .answer .listService li a {
    display: block;
    text-align: center;
    padding: 2px 5px 1px;
    color: #fff;
    background: #42352D;
    border-radius: 20px;
    border: 1px solid transparent;
}

.roomOverview,
.hamburgerFss {
    width: 24px;
    margin-right: 34px;
    height: 19px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    right: 0;
    top: 32px;
    cursor: pointer;
}

.roomOverview span {
    display: block;
    height: 3px;
    width: 95%;
    background: #707070;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.roomOverview span:nth-child(1) {
    margin-bottom: -14px;
}

.roomOverview span:nth-child(2) {
    opacity: 0;
}

.roomOverview span:nth-child(3) {
    margin-top: 8px;
    transform: rotate(90deg);
}

.roomOverview.open span:nth-child(1) {
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.roomOverview.open span:nth-child(2) {
    opacity: 0;
}

.roomOverview.open span:nth-child(3) {
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menuCloseOver {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 49.8%;
    transform: translateX(-50%);
}

.areaPanorama .listMenu>li ..menuCloseOver {
    bottom: -8px;
}

.menuCloseOver .closePhoto {
    width: 12px;
    height: 12px;
}

.menuCloseOver .txtClose {
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
}

.areaReser {
    margin-bottom: 111px;
}

@media (max-width: 1350px) and (min-width: 769px) {
    .areaPanorama .listPanorama {
        margin: 0 auto 15px;
    }

    .areaPanorama .listPanorama .arrow {
        width: 23px;
    }

    .areaPanorama .listPanorama .arrow.arrowRight {
        right: -6%;
    }

    .areaPanorama .listPanorama .arrow.arrowLeft {
        left: -6%;
    }
}

@media (max-width: 1316px) and (min-width: 769px) {
    .fixIntro .wrapAreaRoom {
        top: 145px;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .areaPanorama .listMenu .wrapPanorama .togglePhoto {
        width: 39%;
    }

    .areaPanorama .listMenu .listDetail {
        flex-direction: column;
        width: 57%;
    }

    .areaPanorama .listMenu .listDetail li {
        width: 100%;
        flex-direction: column;
        padding: 30px 0 30px;
    }

    .areaPanorama .listMenu .listDetail li:first-child {
        padding: 0 0 30px;
    }

    .areaPanorama .listMenu .listDetail li .listContent {
        width: 100%;
        margin-bottom: 30px;
    }

    .areaPanorama .listMenu .listDetail li .listContent:last-child {
        margin-bottom: 0;
    }

    .areaPanorama .listMenu .listDetail .boxDetail {
        width: calc(100% - 130px);
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .areaPanorama .listMenu li:nth-child(2) .answer {
        padding: 44px 25px;
    }

    .areaPanorama .listMenu .answer .listService li {
        width: calc((100% / 4) - 8px);
        margin-right: 10px;
    }
}

@media (max-width: 840px) and (min-width: 769px) {
    .areaRoom .listRoom li a {
        font-size: 10px;
    }
}

@media (min-width: 769px) {
    .areaRoom .listRoom li a:hover {
        background: #42352D;
        color: #fff;
    }

    .areaPanorama .listMenu .answer .listService li a:hover {
        background: #fff;
        border: 1px solid #42352D;
        color: #42352D;
    }
}


@media (max-width: 768px) {
    .fixIntro .wrapAreaRoom {
        position: fixed;
        top: 95px;
        transform: translateX(-50%);
        left: 50%;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        padding-top: 35px;
    }
    .areaIntroduce .restaurantTxt {
        margin-bottom: 0;
    }

    .numberTypePlace .titlePlaceEn {
        margin-bottom: 5px;
    }

    .areaRoom .listRoom {
        justify-content: center;
        margin-bottom: 20px;
    }

    .areaRoom .listRoom li {
        width: 47%;
        max-width: 180px;
        margin: 0 5px 22px;
    }

    .areaRoom .listRoom li a {
        font-size: 12px;
        height: 40px;
        display: flex;
        padding: 3px 12px 2px;
        line-height: 1.2;
        justify-content: center;
        align-items: center;
    }

    .areaRoom.fixIntro {
        margin-bottom: -50px;
    }

    .fixIntro .wrapAreaRoom {
        top: 0px;
    }

    .fixIntro .wrapAreaRoom {
        padding-top: 21px;
    }

    .fixIntro .wrapAreaRoom {
        overflow-x: auto;
    }

    .fixIntro .wrapAreaRoom .listRoom {
        overflow-x: auto;
        width: max-content;
        flex-wrap: unset;
        padding-right: 1.7%;
    }

    .areaPanorama {
        margin-bottom: 72px;
    }

    .areaPanorama .listPanorama {
        margin-bottom: 10px;
    }

    .areaPanorama .listPanorama .arrow {
        width: 16px;
        top: 44.6%;
    }

    .areaPanorama .listPanorama .arrow.arrowRight {
        right: 16px;
    }

    .areaPanorama .listPanorama .arrow.arrowLeft {
        left: 16px;
    }

    .areaPanorama .listPanorama .slick-slide img {
        width: 100%;
        height: 68.6vw;
        object-fit: cover;
        object-position: center;
    }

    .areaPanorama .slick-dots {
        bottom: 30px;
        padding: 10px 0;
    }

    .areaPanorama .inner {
        padding: 0;
    }

    .areaPanorama .txtPanorama {
        padding: 0 2.5%;
        margin-bottom: 20px;
    }

    .areaPanorama .btn a {
        min-width: 125px;
    }

    .areaPanorama .btn a span.text:before {
        right: -12px;
    }

    .areaPanorama .listMenu {
        padding: 0 2.5%;
        margin-top: 50px;
    }

    .areaPanorama .listMenu>li {
        padding: 15px 0 15px;
        margin-bottom: 45px;
    }

    .areaPanorama .listMenu>li:last-child {
        margin-bottom: 0;
    }

    .areaPanorama .listMenu .answer {
        padding: 45px 0px 0;
    }

    .areaPanorama .listMenu .wrapPanorama {
        flex-direction: column;
    }

    .areaPanorama .listMenu .wrapPanorama .togglePhoto {
        width: 60%;
        margin: 0 auto 30px;
    }

    .areaPanorama .listMenu .listDetail {
        width: 100%;
        padding-bottom: 55px;
    }

    .areaPanorama .listMenu .listDetail li {
        width: 100%;
        margin-bottom: 0;
        padding: 20px 0;
    }

    .areaPanorama .listMenu .listDetail li:first-child {
        padding: 0 0 20px;
    }

    .areaPanorama .listMenu .listDetail li .listContent {
        width: 48%;
    }

    .areaPanorama .listMenu .listDetail li .listContent:last-child {
        margin-bottom: 0;
    }

    .areaPanorama .listMenu .listDetail .subDetail {
        width: 100px;
        font-size: 12px;
    }

    .areaPanorama .listMenu .listDetail .detail {
        padding-right: 23px;
    }

    .areaPanorama .listMenu .listDetail .boxDetail {
        width: calc(100% - 100px);
        padding-left: 15px;
    }

    .areaPanorama .listMenu .listDetail .boxDetail .txtDetail {
        font-size: 12px;
    }

    .areaPanorama .listMenu li:nth-child(2) .answer {
        padding: 45px 0 0;
    }

    .areaPanorama .listMenu .answer .listService {
        justify-content: space-between;
        padding-bottom: 51px;
    }

    .areaPanorama .listMenu .answer .listService li {
        width: 47%;
        margin-right: 0;
    }

    .roomOverview {
        width: 15px;
        height: 25px;
        top: 14px;
    }

    .roomOverview span {
        height: 2px;
    }

    .roomOverview span:nth-child(1) {
        margin-bottom: -12px;
    }

    .roomOverview.open span:nth-child(1) {
        margin-bottom: 0px;
    }

    .menuCloseOver .txtClose {
        font-size: 12px;
    }

    .menuCloseOver .closePhoto {
        width: 10px;
        height: 10px;
    }

    #main .mainPhoto img {
        height: 54vw;
        object-fit: cover;
        object-position: center;
    }

    .areaReser {
        margin-bottom: 0;
        padding: 32px 0 72px;
    }

    .areaStayPlan .numberTypePlace {
        margin-bottom: 47px;
    }

}

@media (max-width: 414px) {
    .areaPanorama .listMenu .listDetail li {
        width: 100%;
        flex-direction: column;
    }

    .areaPanorama .listMenu .listDetail li .listContent {
        width: 100%;
        margin-bottom: 26px;
    }

    .areaPanorama .listMenu .listDetail .subDetail {
        width: 120px;
        font-size: 14px;
    }

    .areaPanorama .listMenu .listDetail .boxDetail {
        width: calc(100% - 132px);
        padding-left: 18px;
    }

    .areaPanorama .listMenu .listDetail .boxDetail .txtDetail {
        font-size: 14px;
    }
}