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

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

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

#pageContents {
    margin: 0 auto 100px;
}

#pageRead {
    width: 900px;
    margin: 0 auto 100px;
    text-align: center;
}
#pageRead .note {
    font-size: 1.8rem;
    font-weight: 500;
    color: #eba25c;
    margin-bottom: 20px;
}
#pageRead .read1 {
    font-size: 1.5rem;
    color: #FFF;
    letter-spacing: 0.3rem;
    margin-left: 0.3em;
}


/* COMMON */
#subjroom,
#specialfavor {
    text-align: left;
}
#subjroom > h3,
#specialfavor > h3 {
    text-align: center;
    margin-bottom: 60px;
}
#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.6rem;
    line-height: 1;
    margin-bottom: 15px;
}
#subjroom > h3 span:last-child,
#specialfavor > h3 span:last-child {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
}


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


/* SPECIAL FAVOR */
#specialfavor {
    color: #FFF;
}
.sf--item {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sf--item + .sf--item {
    margin-top: 60px;
}
.sf--txt {
    display: flex;
    flex-flow: column;
    flex: 1;
    padding-left: 60px;
    order: 2;
}
.sf--txt > h3 {
    order: 2;
}
.sf--txt > h3 span {
    display: block;
}
.sf--txt-time {
    color: #eba25c;
    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: 2.1rem;
    margin-bottom: 3px;
}
.sf--txt-tt {
    font-size: 2.6rem;
}
.sf--txt-tt-ja {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    order: 3;
}
.sf--txt-read {
    font-size: 1.4rem;
    line-height: 1.7;
    order: 4;
}
.sf--txt-rule {
    font-size: 1.2rem;
    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;
    width: 420px;
    order: 1;
}

.sf--note {
    padding: 30px 0;
    font-size: 1.4rem;
    text-align: center;
    width: 1100px;
    border: 1px solid #FFF;
    margin: 100px auto 0;
}
