@charset "utf-8";
/*ディライト株式会社*/
.dm{}

#mainWrap {
    background-color: #22272a;
}

.pageInner {
    padding: 58px 0 0;
}

#pageHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.8;
    margin: 0 auto 60px;
    padding: 0;
    background-image: url(../img/specialfavor/header_bg.jpg);
    background-position: center top;
    background-size: cover;
}
#pageHeader .ph--txt {
    color: #FFF;
}
#pageHeader .ph--txt h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.2;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}
#pageHeader .ph--txt p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
}

#pageContents {
    margin: 0 auto 100px;
}

#pageRead {
    margin: 0 auto 60px;
    text-align: center;
}
#pageRead .note {
    font-size: 1.6rem;
    font-weight: 500;
    color: #eba25c;
    margin-bottom: 20px;
}
#pageRead .read1 {
    font-size: 1.3rem;
    color: #FFF;
    letter-spacing: 0.1rem;
    margin-left: 0.1em;
}


/* COMMON */
#subjroom,
#specialfavor {
    text-align: left;
}
#subjroom > h3,
#specialfavor > h3 {
    text-align: center;
    margin-bottom: 40px;
}
#subjroom > h3 span,
#specialfavor > h3 span {
    display: block;
}
#subjroom > h3 span:first-child,
#specialfavor > h3 span:first-child {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 10px;
}
#subjroom > h3 span:last-child,
#specialfavor > h3 span:last-child {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
}


/* ROOMS */
#subjroom {
    color: #FFF;
    margin-bottom: 60px;
}
#subjroom ul {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 30px;
}
#subjroom li {
    flex-shrink: 0;
}
#subjroom li .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1;
}
#subjroom li .floortype {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
#subjroom li .roomtype {
    font-size: 1.8rem;
}
#subjroom li .photo {
    margin-bottom: 15px;
}


/* SPECIAL FAVOR */
#specialfavor {
    color: #FFF;
}
.sf--item {
    width: 90%;
    margin: auto;
    display: flex;
    flex-flow: column;
}
.sf--item + .sf--item {
    margin-top: 60px;
}
.sf--txt {
    display: flex;
    flex-flow: column;
    flex: 1;
    order: 2;
}
.sf--txt > h3 {
    order: 2;
}
.sf--txt > h3 span {
    display: block;
}
.sf--txt-time {
    color: #eba25c;
    line-height: 1.2;
    margin-bottom: 20px;
    order: 1;
}
.sf--txt-time span {
    color: #fff;
}
.sf--txt-tt-floor,
.sf--txt-tt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1;
}
.sf--txt-tt-floor {
    font-size: 1.6rem;
    margin-bottom: 3px;
}
.sf--txt-tt {
    font-size: 1.8rem;
    margin-bottom: 3px;
}
.sf--txt-tt-ja {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    order: 3;
}
.sf--txt-read {
    font-size: 1.2rem;
    line-height: 1.4;
    order: 4;
}
.sf--txt-rule {
    font-size: 1.1rem;
    color: #eba25c;
    line-height: 1;
    width: max-content;
    border: 1px solid #eba25c;
    margin-top: 25px;
    order: 5;
}
.sf--txt-rule span {
    display: inline-block;
    padding: 3px 5px;
}
.sf--ph {
    position: relative;
    margin-bottom: 15px;
    order: 1;
}

.sf--note {
    padding: 15px;
    font-size: 1.2rem;
    width: 90%;
    border: 1px solid #FFF;
    margin: 60px auto 0;
}
.sf--note li {
    list-style: disc;
    list-style-position: inside;
    text-indent: -1rem;
    margin-left: 1rem;
    line-height: 1.3;
}
.sf--note li + li {
    margin-top: 5px;
}

