@charset "UTF-8";

/*部屋タイプ A css
----------------------------------------------------*/

.marker7 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFFF1D));
    background: linear-gradient(transparent 75%, #FFFF1D 75%);
    font-weight: bold;
}

#page-room-a .typea-detail-one {
    background: url(../img/room-detail-a/bg@2x.png) no-repeat center top/100%;
}

#page-room-a .typea-detail-one .inner {
    padding: 80px 0 30px;
}

#page-room-a .typea-detail-one .l-box {
    width: 48%;
}

#page-room-a .typea-detail-one .r-box {
    width: 48%;
}

#page-room-a .typea-detail-one .type-title {
    font-size: 4.4rem;
    font-weight: bold;
    color: #0E338B;
}

#page-room-a .typea-detail-one .room-content-catch {
    font-size: 3rem;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    color: #0E338B;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

#page-room-a .typea-detail-one .room-content-catch::before {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: #0E338B;
    position: absolute;
    bottom: 0;
}

#page-room-a .typea-detail-one .desc-text {
    font-size: 1.8rem;
}

#page-room-a .typea-detail-one .price-title-wrap {
    text-align: center;
}

#page-room-a .typea-detail-one .price-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0E338B;
    text-align: center;
    position: relative;
    display: inline-block;
}

#page-room-a .typea-detail-one .price-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 27px;
    background: #0E338B;
    position: absolute;
    top: 7px;
    left: -30px;
}

#page-room-a .typea-detail-one .price-title::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 27px;
    background: #0E338B;
    position: absolute;
    top: 7px;
    right: -30px;
}

#page-room-a .typea-detail-one .price-desc-wrap {
    text-align: center;
}

#page-room-a .typea-detail-one .price-desc {
    font-size: 6.8rem;
    color: #0E338B;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}

#page-room-a .typea-detail-one .price-desc::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 64px 64px;
    position: absolute;
    right: 0;
    bottom: 17px;
    border-color: transparent transparent #fffb00 transparent;
    z-index: -1;
}

#page-room-a .typea-detail-one .price-desc .small-text {
    font-size: 4.2rem;
    font-weight: bold;
}

#page-room-a .room-layout {
    background: #0E338B url(../img/room-detail-a/bg-oblique.svg) no-repeat left 0 top 0/50%;
    padding: 140px 0 80px;
    position: relative;
}

#page-room-a .room-layout::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 68px 157px 0 157px;
    border-color: #ffffff transparent transparent transparent;
}

#page-room-a .room-layout .slider-area {
    max-width: 925px;
    margin: 0 auto 60px;
    /*▲▲▲singleスライダー(END)▲▲▲*/
}

#page-room-a .room-layout .slider-area #slider {
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
}

#page-room-a .room-layout .slider-area .slide-item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
}

#page-room-a .room-layout .slider-area #thumbnail-list {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page-room-a .room-layout .slider-area .thumbnail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
    margin: 0 0.1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#page-room-a .room-layout .slider-area .thumbnail-item:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: .3s opacity linear;
    transition: .3s opacity linear;
}

#page-room-a .room-layout .slider-area .thumbnail-item.thumbnail-current:after {
    opacity: 0;
}

#page-room-a .room-layout .slider-area .thumbnail-item img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#page-room-a .room-layout .layout-detail-wrap .layout-title-com {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    border-left: #fff solid 5px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}

#page-room-a .room-layout .layout-detail-wrap .layout-title-com::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -10px;
}

#page-room-a .room-layout .layout-detail-wrap .flex {
    padding-bottom: 40px;
}

#page-room-a .room-layout .layout-detail-wrap .l-box {
    width: 40%;
    margin: 0 auto;
}

#page-room-a .room-layout .layout-detail-wrap .r-box {
    width: 40%;
    margin: 0 auto;
}

#page-room-a .room-layout .layout-detail-wrap .typewidth {
    border: solid 2px #fff;
    margin-bottom: 100px;
}

#page-room-a .room-layout .layout-detail-wrap .typewidth dt {
    background: #0E338B;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    padding: 10px 2%;
}

#page-room-a .room-layout .layout-detail-wrap .typewidth dd {
    background: #fff;
    color: #0E338B;
    text-align: center;
    font-weight: normal;
    font-size: 2.7rem;
    padding: 10px 2%;
}

#page-room-a .room-layout .layout-detail-wrap .typewidth dd .text-small {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0E338B;
}

#page-room-a .room-layout .layout-detail-wrap .type-map {
    padding-bottom: 40px;
}

#page-room-a .room-layout .layout-detail-wrap .cost-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page-room-a .room-layout .layout-detail-wrap .cost-dl dt {
    width: 70%;
    font-size: 1.6rem;
    color: #fff;
    padding: 10px 4%;
}

#page-room-a .room-layout .layout-detail-wrap .cost-dl dd {
    width: 30%;
    font-size: 1.6rem;
    color: #fff;
    padding: 10px 4%;
    text-align: right;
}

#page-room-a .room-layout .layout-detail-wrap .cost-total-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

#page-room-a .room-layout .layout-detail-wrap .cost-total-dl dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 1.6rem;
    color: #082560;
    font-weight: bold;
    background: #FFFC00;
    padding: 10px 4%;
    border-top: solid 1px #FFFC00;
    border-bottom: solid 1px #FFFC00;
}

#page-room-a .room-layout .layout-detail-wrap .cost-total-dl dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    background: #0E338B;
    font-size: 1.6rem;
    color: #FFFC00;
    font-weight: bold;
    padding: 10px 4%;
    text-align: right;
    border-top: solid 1px #FFFC00;
    border-bottom: solid 1px #FFFC00;
}

#page-room-a .room-layout .layout-detail-wrap .cost-dl:nth-child(even) {
    background-color: #082560;
    color: #fff;
}

#page-room-a .room-layout .layout-detail-wrap .facility {
    margin-bottom: 89px;
}

#page-room-a .room-layout .layout-detail-wrap .btn-center {
    text-align: center;
}

#page-room-a .room-layout .layout-detail-wrap .btn-sq-rigth-type {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    display: inline-block;
    border: solid 4px #fff;
    padding: 14px 2%;
    width: 318px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

#page-room-a .room-layout .layout-detail-wrap .btn-sq-rigth-type::before {
    position: absolute;
    right: 20px;
    top: 50%;
    content: "";
    display: inline-block;
    background: url(../img/room-detail-a/sqbtn.svg) no-repeat center/contain;
    width: 30px;
    height: 25px;
    margin-top: -12px;
}

#page-room-a .room-layout .layout-detail-wrap .btn-sq-rigth-type:hover {
    background: #fff;
    color: #0E338B;
}

#page-room-a .room-layout .layout-detail-wrap .btn-sq-rigth-type:hover::before {
    background: url(../img/room-detail-a/sq-hover.svg) no-repeat center/contain;
}

#page-room-a .type-select-wrap {
    background: url(../img/common/bg-syodow.png) repeat;
    padding-top: 60px;
}

#page-room-a .type-select-wrap .flex .l-box {
    width: 50%;
}

#page-room-a .type-select-wrap .flex .r-box {
    width: 50%;
}

#page-room-a .remarks {
    padding-top: 20px;
}

#page-room-a .remarks li {
    color: #fff;
}


/*タブ切り替え全体のスタイル*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
}


/*タブのスタイル*/

.tab_item {
    width: calc(100%/2);
    height: 80px;
    border-bottom: 1px solid #fff;
    background-color: #385599;
    line-height: 30px;
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.tab_item:hover {
    background-color: #0f338b;
    color: #fff;
}


/*ラジオボタンを全て消す*/

.tabs input[type="radio"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

#all:checked~#all_content,
#programming:checked~#programming_content,
#monthly_have_meal:checked~#monthly_have_meal_content,
#monthly_no_meal:checked~#monthly_no_meal_content,
#design:checked~#design_content {
    display: block;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
    background-color: #fff;
    color: #0f338b;
}

.tabs p {
    color: #fff;
    margin-bottom: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}


/*※※※※※※※※※※※※※※※※※※※※※※※
レスポンシブ　990以下
※※※※※※※※※※※※※※※※※※※※※※※*/

@media only screen and (max-width: 990px) {
    #page-room-a .typea-detail-one .l-box {
        width: 100%;
        padding-bottom: 60px;
    }
    #page-room-a .typea-detail-one .r-box {
        width: 100%;
    }
    #page-room-a .room-layout .layout-detail-wrap .l-box {
        width: 100%;
        margin: 0 auto 30px;
    }
    #page-room-a .room-layout .layout-detail-wrap .r-box {
        width: 100%;
        margin: 0 auto;
    }
    #page-room-a .room-layout .layout-detail-wrap .type-map {
        text-align: center;
    }
    #page-room-a .room-layout .layout-detail-wrap .type-icon {
        text-align: center;
    }
    #page-room-a .room-layout .layout-detail-wrap .typewidth {
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------
END 990px
----------------------------------------------------*/


/*※※※※※※※※※※※※※※※※※※※※※※※
レスポンシブ　600以下
※※※※※※※※※※※※※※※※※※※※※※※*/

@media only screen and (max-width: 600px) {
    #page-room-a .typea-detail-one .l-box {
        padding-bottom: 30px;
    }
    #page-room-a .typea-detail-one .price-desc {
        font-size: 3rem;
        color: #0E338B;
        letter-spacing: 0;
        text-align: center;
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    #page-room-a .typea-detail-one .price-desc .small-text {
        font-size: 2rem;
        font-weight: bold;
    }
    #page-room-a .typea-detail-one .price-desc::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 34px 34px;
        position: absolute;
        right: 0;
        bottom: 7px;
        border-color: transparent transparent #fffb00 transparent;
        z-index: -1;
    }
    #page-room-a .room-layout {
        background: #0E338B url(../img/room-detail-a/bg-oblique.svg) no-repeat left 0 top 0/50%;
        padding: 100px 0 80px;
        position: relative;
    }
    #page-room-a .room-layout .layout-detail-wrap .facility {
        margin-bottom: 30px;
    }
    #page-room-a .room-layout .layout-detail-wrap .layout-title-com {
        margin-bottom: 30px;
    }
    #page-room-a .room-layout .layout-detail-wrap .cost-dl dt {
        width: 100%;
        text-align: center;
    }
    #page-room-a .room-layout .layout-detail-wrap .cost-dl dd {
        width: 100%;
        text-align: center;
    }
    #page-room-a .type-select-wrap .flex .l-box {
        width: 100%;
    }
    #page-room-a .type-select-wrap .flex .r-box {
        width: 100%;
    }
    #page-room-a .room-layout .layout-detail-wrap .cost-total-dl dt {
        width: 100%;
        text-align: center;
    }
    #page-room-a .room-layout .layout-detail-wrap .cost-total-dl dd {
        width: 100%;
        text-align: center;
    }
}


/*--------------------------------------------------
END 600px
----------------------------------------------------*/


/*# sourceMappingURL=style-room-a.css.map */