@charset "UTF-8";

/********************************************************************************************************
AUTHOR:         a.oya
CSS構成書:      基本段組み（全頁共通）


*********************************************************************************************************/
/* ----------------------------------------------------
            #mainVisual
----------------------------------------------------- */

#mainVisual{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav {
    overflow: hidden;
    /* 回り込み解除指定 */
    width: 950px;
    margin: 80px auto 4px auto;
    display: flex;
    height: 60px;
}

.nav li {
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
    border-left: 1px solid #6f6f6f;
    align-items: center;
    background-image: url(/rt2014/img/room/is-normal.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    &.is-active {
        background-image: url(/rt2014/img/room/is-active.gif);

        a {
            color: #845732;
            pointer-events: none;
            cursor: default;
        }
    }

    &:first-child {
        border-left: 0px;
    }

    a {
        font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
        font-size: 0.8rem;
        color: #333;
        text-align: center;
        letter-spacing: 0.12em;

        &:hover {
            color: #678489;
            opacity: 0.8;
            text-decoration: none;
        }

    }
}

.slidesArea img{object-fit:cover;}


.heading_room {
    text-align: center;
    position: relative;
    font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    margin: 24px 0 16px;
    /* border-top: solid 1px #c7c7c7; */
    border-bottom: solid 1px #c7c7c7;
    padding: 22px;
    color: #cf8562;
    h1 {
        font-size: 40px;
        position: relative;
        font-weight: 700;
    }
}

.h-roomtype {
    position: relative;
    text-align: center;
    font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    padding: 32px 0 16px;

    h2 {
        font-size: 16px;

        em {
            font-size: 30px;

        }

        &::before {
            content: "";
            position: absolute;
            top: 0;
            display: block;
            width: 950px;
            height: 500px;
            z-index: -1;
            background: url(/img/common/handwriting/line-b1.png) no-repeat;
            background-size: cover;
            opacity: 0.7;
        }


    }
}

.h-roomtype_sub {
    text-align: center;
    font-family: "FP-ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    padding: 32px 0 16px;

    h2 {
        font-size: 24px;

        .submin {
            font-size: 16px;
        }
    }

}

.nav li.short {
    width: 189px;
}


/* @extend用の記述ここから */
.room_common h1,
#r01 h1,
#r02 h1,
#r03 h1,
#r04 h1,
#r05 h1,
#r06 h1,
#r07 h1,
#r08 h1,
#r11 h1 {
    width: 950px;
    margin: 0 auto;
    text-align: center;
}

/* @extend用の記述ここまで */
#r01,
#r02,
#r03,
#r04,
#r05,
#r06,
#r07,
#r08 {
    background: url(/rt2014/common/img/common_bd.gif) left bottom repeat-x;
    margin-bottom: 18px;
}

.section {
    overflow: hidden;
    /* 回り込み解除指定 */
    width: 950px;
    margin: 30px auto 0 auto;
    padding-bottom: 5px;
}

.section .Left_box {
    width: 564px;
}

.section .Left_box h2 {
    margin-bottom: 12px;
}

.section .Left_box p {
    margin-bottom: 18px;
}

.section .Left_box h3.btn {
    cursor: pointer;
    border: 4px solid #DDDCDC;
    width: 180px;
    height: 0;
    padding: 36px 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.section .Left_box .detail {
    overflow: hidden;
    /* 回り込み解除指定 */
}

.section .Left_box table {
    margin-top: 14px;
    margin-bottom: 24px;
}

.section .Left_box table th {
    width: 110px;
}

.section .pagetop {
    float: right;
    width: 950px;
    margin-top: 30px;
    text-align: right;
}

#r08,
#r11 {
    border: none;
    margin-bottom: 36px;
}

#r08 .Left_box,
#r11 .Left_box {
    width: 434px;
}


.room_h {
    font-family: serif;

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p {
        font-size: 14px;
        margin-bottom: 0px !important;
    }
}

.title_bg {
    width: 95%;
    margin-bottom: 10px;
}