@charset "UTF-8";

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

 共通

------------------------------*/
figure{
    margin: 0;
}
.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

section{
    margin-top: -120px;
    padding-top: 120px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    section{
        margin-top: -100px;
        padding-top: 100px;
    }
}

/*部屋リスト*/
section .box-list{
    text-align: center;
    max-width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
}
section .box-list .flex-box{
    justify-content: center;
    margin-right: -20px;
}
section .box-list .flex-box .item{
    width: 50%;
    margin-bottom: 40px;
    padding-right: 20px;
}

section .box-list .flex-box .item a:hover figcaption{
    background: #fff;
    color: #1f1f1f;
}

section .box-list figure{
    position: relative;
}
section .box-list figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1f1f1f;
    color: #fff;
    
    padding: 20px;
    transition: all 300ms 0s ease;
}
section .box-list figcaption .en{
    color: #777;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    section .box-list figcaption{
        display: inline-block;
        position: static;
        margin-top: -12%;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    section .box-list .flex-box{
        margin-right: 0;
        padding: 0 20px 0;
    }
    section .box-list .flex-box .item{
        width: 100%;
        padding-right: 0;
    }
    section .box-list figcaption{
        padding: 10px 20px;
    }
    section .box-list figcaption .en{
        font-size: 10px;
    }
}


section .box-list .other{
    max-width: 860px;
    background: #eee;
    text-align: left;
    margin: 0 auto 40px;
    padding: 30px;
}
section .box-list .other .flex-box{
    margin-right: 0;
}
section .box-list .other .img{
    width: 40%;
    padding-right: 30px;
}
section .box-list .other figcaption{
    width: 60%;
    background: none;
    position: static;
    color: #414141;
    margin-top: 0;
    padding: 0;
}
section .box-list .other figcaption span{
    display: block;
    font-size: 18px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    section .box-list .other .img{
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    section .box-list .other figcaption{
        width: 100%;
    }
}


/*マップ　イラスト*/
.place {
    margin: 10px auto 30px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .place {
        margin: 0 auto;
    }
}


/*ボタン*/
.btn-link.back{
    background-color: #fff;
    border: solid 1px #3a3a3a;
    color: #3a3a3a;
}
.btn-link.back:hover{
    color: #fff;
    background-color: #3a3a3a;
}


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

 アンカーリンク

------------------------------*/
.box-anchor{
    margin: 0 0 150px;
    padding: 60px 0 40px;
    position: relative;
}
.box-anchor ul{
    margin-right: -20px;
}
.box-anchor .item{
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 20px;
}
.box-anchor .item a{
    background: #fff;
}
.box-anchor .item a .img{
    width: 41.142%;
}
.box-anchor .item a p{
    font-size: 12px;
    width: 58.858%;
    padding: 0 20px;
}
.box-anchor .item a p span{
    font-size: 16px;
}

.box-anchor:before{
    content: "";
    display: block;
    width: 100%;
    height: 140%;
    background: #e6ebec;
    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .box-anchor ul{
        align-items: baseline;
    }
    .box-anchor .item a{
        display: block;
    }
    .box-anchor .item a .img{
        width: 100%;
    }
    .box-anchor .item a p{
        width: 100%;
        padding: 20px;
        font-size: 14px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .box-anchor{
        margin: 0 0 90px;
        padding: 30px 0 20px;
    }
    .box-anchor ul{
        margin-right: 0;
    }
    .box-anchor .item{
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .box-anchor:before{
        height: 100%;

        bottom: auto;
        top: 0;
    }
}



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

 詳細ページ

------------------------------*/
/*---slide navi .slide-dot---*/
.slide-dot{
    margin: 20px auto;
}
.slide-dot .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #82A2A5;
    opacity: 1;
    transition: all 300ms 0s ease;
}
.slide-dot .swiper-pagination-bullet-active{
    background: #2F6368;
}


/*---メインイメージ---*/
.page-room #hero{
    position: relative;
}
.page-room #hero .box-lead{
    background: #fff;
    padding: 24px 0 14px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    z-index: 10;
}
.page-room #hero .swiper-fade{
    padding-top: 40px;
}

.page-room #hero .en-italic{
    margin: 0 14%;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .page-room #hero{
        margin-top: 80px;
    }
    .page-room #hero .box-lead {
        background: none;
        padding: 14px 0 4px;
        position: static;
    }
    .page-room #hero .swiper-fade {
        padding-top: 20px;
    }
}


/*---リストStyle---*/
.page-room .details{
    margin: 80px auto;
}
.page-room .details .flex-box{
    align-items: normal;
    justify-content: center;
}
.page-room .details .layout{
    width: 40%;
    padding-right: 20px;
}
.page-room .details .txt{
    width: 60%;
}
.page-room .detail .list{
    border-bottom: dashed 1px #b8b8b8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.page-room .detail .list:nth-last-child(1){
    border-bottom: none;    
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .page-room .details{
        margin: 50px auto 0;
    }
    .page-room .details .layout{
        width: 80%;
        padding: 0 0 30px;
    }
    .page-room .details .txt {
        width: 100%;
    }
}

.page-room .notes{
    background: #fff;
    margin: 0 0 60px;
    padding: 60px 0 10px;
}
.page-room .notes .ttl{
    font-size: 20px;
    margin-bottom: 30px;
}
.page-room .notes .ttl:after{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #414141;
    margin: 20px auto 50px;
}


/*---会員特典リストStyle---*/
.page-room .notes .members{
    width: 100%;
    max-width: 649px;
}
.page-room .notes .members ul{
    border: double 3px #9e9e9e;
    margin: 50px 0;
    padding: 30px;
}
.page-room .notes .members ul li{
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}