@charset "utf-8";

/* room
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
    .inner-base .inner-narrow {
        padding-left: 0;
        padding-right: 0;
    }
}
.figs img {
    display: block;
}
/* 画像ブロック */
.figs {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
    .figs {
        margin-bottom: 5vw;
    }
}
/* 画像1つ */
.fig-one {
    margin-bottom: 8px;
}
@media screen and (max-width: 768px){
    .figs-three,
    .figs-four,
    .figs-two,
    .figs-six {
        margin-bottom: 6vw;
    }
    .figs-three .fig-small {
        flex-direction: row;
    }
}
/* 画像4つ */
.figs-four .fig-big {
    margin-bottom: 5px;
}
@media screen and (max-width: 768px){
    .figs-four .fig-big {
        margin-bottom: 1vw;
    }
    .figs-four .fig-small > div {
        width: 33%;
    }
}
/* 画像6つ */
@media screen and (max-width: 768px){
    .figs-six > * {
        width: 16%;
    }
}

/* 画像上キャプション */
.oncaps,
.onnames {
    position: relative;
}
.oncaps .cap {
    position: absolute;
    top: 0;
    left: 160px;
    width: 240px;
    height: 240px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .6);
}
.oncaps .cap.rit {
    left: initial;
    right: 160px;
}
.oncaps .cap.clr-yel {
    background-color: rgba(235, 185, 62, .6);
}
.oncaps .cap.clr-blue {
    background-color: rgba(27, 72, 140, .6);
}
.oncaps .cap.clr-blue02 {
    background-color: rgba(31, 35, 88, .6);
}
.oncaps .cap.clr-blue03 {
    background-color: rgba(72, 92, 143, .6);
}
.oncaps .cap.clr-green {
    background-color: rgba(21, 32, 23, .6);
}
.oncaps .cap .ttl {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 120%;
}
.oncaps .cap .catch {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 120%;
}
.oncaps .cap .name {
    font-size: 23px;
    line-height: 120%;
}

.oncaps .ttls {
    position: absolute;
    bottom: 10px;
    left: 160px;
    color: #FFFFFF;
}
.f-reverse .oncaps .ttls {
    left: 20px;
    right: 160px;
}
.oncaps .ttl {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 120%;
    color: #FFFFFF;
}
@media screen and (max-width: 768px){
    .oncaps .cap,
    .oncaps .cap.rit {
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 2vw;
        left: 0;
        right: 0;
    }
    .oncaps .cap .ttl {
        margin-bottom: 0;
        margin-right: 2vw;
        font-size: 5vw;
    }
    .oncaps .cap .catch {
        margin-bottom: 0;
        margin-right: 2vw;
        font-size: 4vw;
    }
    .oncaps .cap .name {
        font-size: 5vw;
    }

    .oncaps .ttls {
        display: none;
    }
    .ttls .ttl {
        margin-bottom: 2vw;
        font-size: 5vw;
        line-height: 120%;
    }
    .ttls .lead {
        margin-bottom: 5vw;
    }
}

/* お部屋名など */
.names {
    margin-bottom: 25px;
}
.names .name {
    margin-right: 40px;
    font-size: 25px;
    line-height: 120%;
    color: #1F2358;
    font-weight: 400;
    white-space: nowrap;
}
.names .catch {
    font-size: 20px;
    line-height: 120%;
    color: #1B488C;
}
.time {
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 13px;
    border-top: 1px solid #8DA3C5;
}
@media screen and (max-width: 768px){
    .names {
        margin-bottom: 5vw;
    }
    .names .name {
        margin-right: 0;
        margin-bottom: 2vw;
        font-size: 5vw;
    }
    .names .catch {
        font-size: 4.8vw;
    }
    .time {
        margin-top: 5vw;
        padding-top: 5vw;
        padding-left: 2vw;
    }
}

/* 部屋データ */
.datas {
    margin-top: 25px;
    margin-bottom: 80px;
}
.datas table {
    width: 475px;
}
.datas table th,
.datas table td {
    padding: 15px 25px;
}
.datas table th {
    width: 166px;
    border-right: 1.6px dashed #A8ADB0;
    border-bottom: 1.6px dashed #A8ADB0;
    background-color: #E5E7E7;
    font-weight: 400;
    text-align: left;
}
.datas table td {
    width: 309px;
    border-bottom: 1.6px dashed #A8ADB0;
}
.datas table tr:last-of-type th,
.datas table tr:last-of-type td {
    border-bottom: none;
}

.datas .info {
    width: 474px;
    height: 170px;
    border: 1px solid #A8ADB0;
    color: #1F2358;
}
.datas .info .ttl {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
    color: #A8ADB0;
}
.datas .info li {
    margin: 0 5px;
}
.datas .info li .icon {
    margin-bottom: 5px;
}
.datas .info li .lead {
    line-height: 120%;
}
@media screen and (max-width: 768px){
    .datas table {
        margin-bottom: 3vw;
    }
    .datas .info .ttl {
        margin-bottom: 3.5vw;
    }
}

/* sec01 */
@media screen and (max-width: 768px){
    .sec01 .ttl-sec .txt {
        margin-top: -7.3vw;
    }
    #anc01.ancpos {
        margin-top: -7vw;
        padding-top: 7vw;
    }
}
    

/* sec05 */
.sec05 .inner-narrow {
    margin-bottom: 60px;
}
.sec05 .icon {
    margin-bottom: 20px;
}
.sec05 .icon img {
    width: 73px;
}
.sec05 .hdl {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #1F2358;
}
.sec05 .line {
    margin-bottom: 30px;
}
.sec05 .line img {
    width: 30px;
}
.sec05 .datas table {
    width: 100%;
    margin-bottom: 30px;
}
.sec05 .datas table th {
    width: 220px;
}
.sec05 .datas table td {
    width: 740px;
}
.sec05 .datas .info {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 30px;
}
.sec05 .datas .info .icon {
    height: 67px;
}
.sec05 .datas .info .icon img {
    width: auto;
}
.sec05 .datas .info .lst-info {
    width: 90%;
}
.sec05 .cards {
    margin-left: 10px;
}
.sec05 dt {
    width: 40%;
}
.sec05 dd {
    width: 60%;
}
.sec05 .datas .info li {
    width: 12.5%;
    margin: 0;
}
@media screen and (max-width: 768px){
    .sec05 .hdl {
        font-size: 5vw;
    }
    .sec05 .datas table th,
    .sec05 .datas table td {
        display: block;
        width: 100%;
        border-right: none;
    }
    .sec05 .datas table tr:last-of-type th {
        border-bottom: 1.6px dashed #A8ADB0;
    }
    .sec05 .datas table td {
        border-bottom: none;
    }
    .sec05 .datas .info {
        padding: 5vw;
    }
    .sec05 .datas .info li {
        width: 50%;
        padding: 2vw;
    }
}





