@charset "UTF-8"; /*------------------------

ページタイトル

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


.room-page .con_mainmovie {
    background-image: url(../../room/img/page-title.jpg);
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .room-page .con_mainmovie {
        background-image: url(../../room/img/page-title@2x.jpg);
    }
}

.room-page .con_mainmovie img {
    position: absolute;
    bottom: 0;
    left: 63%;
}

@media (max-width: 767px) {
    .room-page .con_mainmovie img {
        width: 80px;
        left: auto;
        right: -3px;
    }
}

.kirara-page .con_mainmovie {
    background-image: url(../../room/img/totomu-page-title.jpg);
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kirara-page .con_mainmovie {
        background-image: url(../../room/img/kirara-page-title@2x.jpg);
    }
}

.totomu-page .con_mainmovie {
    background-image: url(../../room/img/totomu-page-title.jpg);
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .totomu-page .con_mainmovie {
        background-image: url(../../room/img/totomu-page-title@2x.jpg);
    }
}

.kishuntei-page .con_mainmovie {
    background-image: url(../../room/img/kishuntei-page-title.jpg);
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kishuntei-page .con_mainmovie {
        background-image: url(../../room/img/kishuntei-page-title@2x.jpg);
    }
}

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

アンカーリスト

------------------------*/
.page-list {
    padding: 16px 0 40px;
}

.page-list li {
    margin-left: 1px;
}

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

イントロ

------------------------*/
.intro {
    background-image: url(../../room/img/back.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 1170px;
    font-size: 18px;
    text-align: center;
    padding: 32px 0 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .intro {
        background-image: url(../../room/img/back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .intro {
        padding: 16px 0 13px;
    }

    .room-det-page .intro {
        padding: 16px 0;
    }
}

.intro .img {
    height: 560px;
    background-image: url(../../room/img/intro_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1170px;
    position: relative;
    margin-bottom: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .intro .img {
        background-image: url(../../room/img/intro_img@2x.jpg);
    }
}

@media screen and (max-width: 1279px) {
    .intro .img {
        height: 460px;
        background-size: 960px;
    }
}

@media screen and (max-width: 767px) {
    .intro .img {
        width: 343px;
        height: 165px;
        background-size: 343px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 374px) {
    .intro .img {
        width: 328px;
    }
}

.intro .img01 {
    position: absolute;
    top: 190px;
    left: 120px;
}

.intro .img02 {
    position: absolute;
    top: 170px;
    left: 400px;
}

.intro .img03 {
    position: absolute;
    top: 60px;
    left: 750px;
}

.intro .img04 {
    position: absolute;
    top: 110px;
    left: 255px;
}

@media screen and (max-width: 1279px) {
    .intro .img01 {
        top:130px;
        left: 80px;
    }

    .intro .img02 {
        top: 150px;
        left: 400px;
    }

    .intro .img03 {
        top: 40px;
        left: 600px;
    }

    .intro .img04 {
        top: 75px;
        left: 240px;
    }
}

@media screen and (max-width: 767px) {
    .intro .img01 {
        width: 50px;
        top: 30px;
        left: 10px;
    }

    .intro .img02 {
        width: 50px;
        top: 30px;
        left: 120px;
    }

    .intro .img03 {
        width: 50px;
        top: 0;
        left: 210px;
    }

    .intro .img04 {
        width: 50px;
        top: 0;
        left: 63px;
    }
}

@media screen and (max-width: 767px) {
    .intro p {
        font-size: 12px;
        margin-bottom: 0;
        letter-spacing: 0.05em;
        color: rgba(255, 255, 255, 0.8);
    }
}

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

.kirara-page .intro {
    background-image: url(../../room/img/kirara_intro.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 18px;
    text-align: center;
    padding: 50px 0 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kirara-page .intro {
        background-image: url(../../room/img/kirara_intro@2x.png);
    }
}
.totomu-page .intro {
    background-image: url(../../room/img/totomu_intro.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 18px;
    text-align: center;
    padding: 50px 0 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .totomu-page .intro {
        background-image: url(../../room/img/totomu_intro@2x.png);
    }
}
.kishuntei-page .intro {
    background-image: url(../../room/img/kishuntei_intro.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 18px;
    text-align: center;
    padding: 50px 0 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kishuntei-page .intro {
        background-image: url(../../room/img/kishuntei_intro@2x.png);
    }
}
------------------------*/
/*------------------------

部屋ページトップ　きらら

------------------------*/
.kirara .main {
    background-image: url(../../room/img/kirara_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 68px 0 55px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kirara .main {
        background-image: url(../../room/img/kirara_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .kirara .main {
        background-image: url(../../room/img/kirara_back_sp.jpg);
        padding: 24px 0 32px;
    }

    .kirara .room-name {
        width: 60px;
        margin: 40px auto;
    }
}

.kirara .section {
    text-align: center;
}

.kirara .icon {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .kirara .icon {
        width: 70px;
        margin: 0 auto 32px;
    }
}

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

部屋ページトップ　魚魚夢

------------------------*/
.totomu .main {
    background-image: url(../../room/img/totomu_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 68px 0 55px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .totomu .main {
        background-image: url(../../room/img/totomu_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .totomu .main {
        background-image: url(../../room/img/totomu_back_sp.jpg);
        padding: 24px 0 32px;
    }

    .totomu .room-name {
        width: 60px;
        margin: 40px auto;
    }
}

@media screen and (max-width: 767px) {
    .totomu-page .intro .icon {
        width: 100px;
        margin: 0 auto 24px;
        ; }
}

.totomu .icon {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .totomu .icon {
        width: 70px;
        margin: 0 auto 32px;
    }
}

.totomu .section .img03 {
    text-align: center;
}

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

部屋ページトップ　嬉春亭

------------------------*/
.kishuntei .main {
    background-image: url(../../room/img/kishuntei_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 68px 0 55px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kishuntei .main {
        background-image: url(../../room/img/kishuntei_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .kishuntei .main {
        background-image: url(../../room/img/kishuntei_back_sp.jpg);
        padding: 32px 0 40px;
    }

    .kishuntei .room-name {
        width: 80px;
        margin: 56px auto;
    }
}

@media screen and (max-width: 374px) {
    .kishuntei p {
        font-size: 15px;
    }
}

.kishuntei .section .img03 {
    text-align: center;
}

.viproom {
    margin-top: 56px;
    height: 910px;
    background-image: url(../../room/img/viproom_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 68px 55px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .viproom .main {
        background-image: url(../../room/img/viproom_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .viproom {
        margin-top: 24px;
        height: 1000px;
        background-image: url(../../room/img/viproom_back_sp.jpg);
        background-position: center bottom;
        background-size: 343px;
        padding: 24px;
    }

    .viproom .is-row .is-col:first-child {
        order: 3;
    }

    .viproom .is-row .is-col:nth-child(2) {
        order: 2;
    }

    .viproom .is-row .is-col:last-child {
        order: 1;
    }
}

.viproom .room-name {
    margin-top: -100px;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .viproom .room-name {
        margin: 0 auto 24px;
        padding-left: 75px;
        width: 200px;
    }
}

.viproom p {
    text-align: left;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    letter-spacing: 0.3em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 3;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .viproom p {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        line-height: 1.61;
        margin-left: 0;
        font-size: 16px;
        text-align: center;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 374px) {
    .viproom p {
        font-size: 15px;
    }
}

/* ---------------------------------------------------
客室概要
------------------------------------------------------ */
.overview {
    padding: 50px 0 60px;
    background-image: url(../../room/img/back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-top: 1px solid #454545;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .overview {
        background-image: url(../../room/img/back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .overview {
        padding: 0;
        border-top: 0;
    }
}

.overview .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .overview .title {
        margin-bottom: 16px;
    }
}

.overview dl {
    border-bottom: 1px solid #4d4d4d;
}

.overview dt {
    clear: left;
    float: left;
    width: 13%;
    padding: 20px 10px;
    border-top: 1px solid #4d4d4d;
    box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
    .overview dt {
        width: 13%;
    }
}

.overview dd {
    margin: 0 0 0 13%;
    padding: 20px 10px;
}

@media screen and (max-width: 1279px) {
    .overview dd {
        margin: 0 0 0 13%;
    }
}

.overview dl dd + dt {
    margin-top: 0;
}

.overview dd {
    padding: 20px 10px;
    border-top: 1px solid #4d4d4d;
}

.overview dd p span span {
    position: relative;
    display: inline-block;
    margin: 0 6em 0 0;
    text-align: left;
}

.overview dd p span span:after {
    position: absolute;
    top: 49%;
    left: 100%;
    content: '';
    width: auto;
    height: 3px;
    padding-right: 11em;
    background: url(../../room/img/sec3_dot.png)repeat-x;
}

.overview dd:nth-of-type(2) p span span:after {
    padding-right: 10em;
}

.overview dd p:nth-of-type(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 0;
}

.overview dd:nth-of-type(1) p span span {
    margin: 0 10.3em 0 0;
}

@media screen and (max-width: 767px) {
    .overview dd:nth-of-type(1) p span span {
        margin: 0 4em 0 0;
    }
}

@media screen and (max-width: 374px) {
    .overview dd:nth-of-type(1) p span span {
        margin: 0 2em 0 0;
    }
}

.overview dd:nth-of-type(1) p span:nth-of-type(2) span {
    margin: 0 9.8em 0 0;
}

@media screen and (max-width: 767px) {
    .overview dd:nth-of-type(1) p span:nth-of-type(2) span {
        margin: 0 3.5em 0 0;
    }
}

@media screen and (max-width: 374px) {
    .overview dd:nth-of-type(1) p span:nth-of-type(2) span {
        margin: 0 1.5em 0 0;
    }
}

.overview dd:nth-of-type(1) p span:nth-of-type(2) span:after {
    padding-right: 9.8em;
}

@media screen and (max-width: 767px) {
    .overview dd:nth-of-type(1) p span span:after {
        padding-right: 4.5em;
    }

    .overview dd:nth-of-type(1) p span:nth-of-type(2) span:after {
        padding-right: 4em;
    }
}

@media screen and (max-width: 374px) {
    .overview dd:nth-of-type(1) p span span:after {
        padding-right: 2em;
    }

    .overview dd:nth-of-type(1) p span:nth-of-type(2) span:after {
        padding-right: 2em;
    }
}

.overview dd:nth-of-type(1) p span:nth-of-type(3) span {
    margin: 0 9.8em 0 0;
}

.overview dd:nth-of-type(1) p span:nth-of-type(3) span:after {
    padding-right: 10em;
}

.overview dd p span span {
    margin: 0 11em 0 0;
}

.overview dd:nth-of-type(2) p span:nth-of-type(2) span {
    margin: 0 10em 0 0;
}

.overview dd:nth-of-type(2) p span:nth-of-type(2) span:after {
    padding-right: 9.8em;
}

@media screen and (max-width: 768px) {
    .overview {
        padding: 10px 0 40px;
    }

    .overview dl {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .overview {
        padding: 24px 0;
        margin: 0 auto 16px;
    }

    .overview dl {
        margin-bottom: 0;
    }

    .overview dt {
        width: 100%;
        padding: 7px 10px;
        background: #000;
        border-bottom: none;
        margin-bottom: 8px;
    }

    .overview dd {
        width: 100%;
        padding: 10px 10px 16px;
        border-bottom: none;
        margin: 0;
    }
}

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

お部屋詳細ページ　共通

------------------------*/
.room-det-page .intro-inner {
    background-image: url(../../room/img/intro.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1170px;
    font-size: 18px;
    text-align: center;
    height: 560px;
    margin-bottom: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .room-det-page .intro-inner {
        background-image: url(../../room/img/intro@2x.jpg);
    }
}

@media screen and (max-width: 1279px) {
    .room-det-page .intro-inner {
        background-size: 980px;
    }
}

@media screen and (max-width: 767px) {
    .room-det-page .intro-inner {
        background-size: 327px;
        height: 165px;
        margin-bottom: 0;
    }
}

.room-det-page .intro-inner .wrap {
    position: relative;
}

.intro .building01, .intro .building02, .intro .building03 {
    position: absolute;
}

.intro .building01 {
    top: 112px;
    left: 23px;
}

@media screen and (max-width: 1279px) {
    .intro .building01 {
        width: 345px;
        top: 95px;
        left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .intro .building01 {
        width: 115px;
        top: 32px;
        left: 8px;
    }
}

.intro .building02 {
    top: 85px;
    left: 434px;
}

@media screen and (max-width: 1279px) {
    .intro .building02 {
        width: 312px;
        top: 70px;
        left: 355px;
    }
}

@media screen and (max-width: 767px) {
    .intro .building02 {
        width: 105px;
        top: 22px;
        left: 123px;
    }
}

.intro .building03 {
    top: 28px;
    left: 673px;
}

@media screen and (max-width: 1279px) {
    .intro .building03 {
        width: 380px;
        top: 25px;
        left: 554px;
    }
}

@media screen and (max-width: 767px) {
    .intro .building03 {
        width: 128px;
        top: 8px;
        left: 188px;
    }
}

@media (min-width: 1025px) {
    .room-det-page .intro-inner a:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
}

.room-type {
    text-align: center;
    background: #111110;
    position: relative;
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .room-type {
        margin-bottom: 16px
    }
}

.room-type .is-width-small {
    max-width: 600px;
    background: #111110;
    border-top: 1px solid #555554;
    padding: 48px 0 0;
    position: relative;
}

@media screen and (max-width: 1279px) {
    .room-type .is-width-small {
        padding: 32px 0;
    }
}

@media screen and (max-width: 767px) {
    .room-type .is-width-small {
        padding: 32px 0 16px;
    }
}

.room-type .is-width-small::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 1px;
    background: #787878;
    transform: rotate(-45deg);
}

@media screen and (max-width: 1279px) {
    .room-type .is-width-small {
        max-width: 480px;
    }
}

.room-card {
    margin-top: 56px;
}

@media screen and (max-width: 1279px) {
    .room-card {
        margin-top: 32px;
    }
}

.room-type .icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 65px;
}

@media screen and (max-width: 1279px) {
    .room-type .icon {
        top: -40px;
        right: 8px;
        width: 56px;
    }
}

@media screen and (max-width: 767px) {
    .room-type .icon {
        top: 5px;
        right: -5px;
        width: 56px;
    }
}

.type {
    color: #b19200;
    display: block;
    font-size: 24px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .type {
        padding-bottom: 8px;
    }
}

.type:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 1px;
    left: 50%;
    margin-left: -20px;
    background: #ae8b00;
}

.type em {
    color: #fff;
    display: block;
    font-size: 48px;
}

@media screen and (max-width: 1279px) {
    .type em {
        font-size: 40px;
    }
}

.kishuntei-page .type em {
    font-size: 40px;
}

.room-card p {
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1279px) {
    .room-card p {
        font-size: 15px;
    }
}

@media screen and (max-width: 374px) {
    .room-card p {
        font-size: 13px;
    }
}

.room-layout {
    background: #000;
    padding: 32px 40px 40px;
}

@media screen and (max-width: 767px) {
    .room-layout-btn {
        position: relative;
        border: solid 1px rgba(255, 255, 255, .2);
        padding: 8px;
    }

    .room-layout-btn::after {
        content: "\e61a";
        margin-top: -.8em;
        position: absolute;
        top: 50%;
        right: .5em;
        font-family: "themify";
    }

    .room-layout-btn.active {
        background: #000;
    }

    .room-layout-btn.active::after {
        content: "\e622";
    }

    .room-layout {
        display: none;
        padding: 24px 32px;
    }
}

.room-layout .title {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4d4d4d;
}

.room-layout .title span {
    float: right;
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
}

.room-layout figure {
    margin-bottom: 0;
}

.room-layout figcaption, .kishuntei-page .type01 .room-layout p {
    position: static;
    font-family: YakuHanJP, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans Japanese", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    line-height: 1.61;
    margin-top: 16px;
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .room-layout figcaption, .kishuntei-page .type01 .room-layout p {
        font-size: 12px;
    }
}

.feature {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    border-top: 1px solid #3c3c3b;
    border-bottom: 1px solid #3c3c3b;
}

@media screen and (max-width: 767px) {
    .feature {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .feature .icon {
        width: 100px;
        margin: 0 auto 16px;
    }
}

.feature .sub-title {
    font-size: 30px;
    color: rgb(177, 146, 0);
}

.feature .title {
    font-size: 36px;
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
}

@media screen and (max-width: 1279px) {
    .feature .title {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .feature .title {
        font-size: 36px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .feature .area01 .is-60 {
        order: 2
    }

    .feature .area01 .is-40 {
        order: 1
    }
}

.info-area {
    border: dotted 1px rgba(255, 255, 255, 0.5);
    padding: 32px;
}

@media screen and (max-width: 767px) {
    .info-area {
        border: 0;
        padding: 16px 0;
    }
}

.info-area .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 24px;
    color: rgb(177, 146, 0);
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}

.info-area .title:before, .info-area .title:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.info-area .title:before {
    border-left: solid 1px rgb(177, 146, 0);
    border-top: solid 1px rgb(177, 146, 0);
    border-bottom: solid 1px rgb(177, 146, 0);
    left: 0;
}

.info-area .title:after {
    content: '';
    border-top: solid 1px rgb(177, 146, 0);
    border-right: solid 1px rgb(177, 146, 0);
    border-bottom: solid 1px rgb(177, 146, 0);
    right: 0;
}

.type02 .characteristic {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
    color: rgb(177, 146, 0);
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}

.type02 .characteristic:before, .type02 .characteristic:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.type02 .characteristic:before {
    border-left: solid 1px rgb(177, 146, 0);
    border-top: solid 1px rgb(177, 146, 0);
    border-bottom: solid 1px rgb(177, 146, 0);
    left: 0;
}

.type02 .characteristic:after {
    content: '';
    border-top: solid 1px rgb(177, 146, 0);
    border-right: solid 1px rgb(177, 146, 0);
    border-bottom: solid 1px rgb(177, 146, 0);
    right: 0;
}

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

きらら 詳細ページ

------------------------*/
@media screen and (max-width: 767px) {
    .kirara-page .type02 .img05.unit {
        margin-bottom: 0
    }
}

.kirara-page .type03 .room-layout {
    padding: 32px 32px 40px;
}

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

魚魚夢 詳細ページ

------------------------*/
.totomu-page .type01 .img02 {
    margin-top: -48px;
}

.totomu-page .room-card {
    margin-top: 40px;
}

#room02 {
    margin: 32px 0
}

@media screen and (max-width: 767px) {
    #room02 {
        margin: 0
    }

    .totomu-page .room-card {
        margin-top: 24px;
    }

    .totomu-page .type01 .img02 {
        margin-top: -56px;
    }

    .totomu-page .type01 .img05 {
        margin-top: -40px;
    }
}

.totomu-page .type02 .room-layout {
    padding: 40px 32px 32px;
}

@media screen and (max-width: 1279px) {
    .totomu-page .type02 .room-layout {
        padding: 40px 24px 32px;
    }
}

.totomu-page .type02 .room-layout figure div + figcaption {
    margin-left: -20px;
    margin-right: -20px;
}

.kishuntei-page .type02 .room-layout figure div + figcaption {
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and (max-width: 767px) {
    .totomu-page .type04 .unit, .totomu-page .type05 .unit {
        margin-bottom: 0;
    }

    .totomu-page .feature .area01 {
        margin-bottom: 32px;
    }

    .totomu-page .feature .area02 {
        margin-bottom: 16px;
    }
}

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

嬉春亭 詳細ページ

------------------------*/
.kishuntei-page .contents .section {
    padding: 48px 0;
}

@media screen and (max-width: 767px) {
    .kishuntei-page .contents .section {
        padding: 16px 0;
    }
}

.kishuntei-page .room {
    background-image: url(../../room/img/kishuntei-page_img01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px;
    font-size: 18px;
    text-align: center;
    padding: 56px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kishuntei-page .room {
        background-image: url(../../room/img/kishuntei-page_img01@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .kishuntei-page .room {
        padding: 32px 0;
        background-size: cover;
    }
}

.kishuntei-page .room .title {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .kishuntei-page .room .title {
        width: 70%;
        margin: 0 auto 16px;
    }

    .kishuntei-page .room p {
        font-size: 16px;
    }
}

.kishuntei-page .room .info {
    font-size: 16px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .kishuntei-page .room .info {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.69);
        margin-bottom: 24px;
    }
}

.kishuntei-page .type02 .room-layout {
    padding: 40px 32px 32px;
}

@media screen and (max-width: 1279px) {
    .kishuntei-page .type02 .room-layout {
        padding: 40px 24px 32px;
    }
}

#htlSide-A {
    top: 485px;
}
@media (max-width: 1800px) {
    #htlSide-A {
        top: 510px;
    }
}
