@charset "UTF-8";

.bgc-01 {
    background-color: #f6f5f2 !important;
}

.bgc-02 {
    background-color: #d7bdb7 !important;
}

.bgc-03 {
    background-color: #f6f5f2 !important;
}

/* ----- ホテル詳細ページ ファーストビュー用css hotel-detail-first-view.css ----- */
/* ##### タイトル ##### */
.title-12 {
    margin-bottom: 2rem;
    margin: 1.4rem auto 2rem;
    padding: 0.5em 2.5em;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    background-color: #2d2d2d;
    color: var(--color-001);
    font-family: "Zen Maru Gothic", serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

@media(min-width:600px) {
    .title-12 {
        margin-bottom: 2rem;
        margin-left: 0;
        padding: 0.6em 2em;
        font-size: 14px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media(min-width:1025px) {
    .title-12 {
      margin-top: 0;
      letter-spacing: .01rem;
      margin-left: .3rem;
    }
}

.title-13 {
    margin-bottom: .8rem;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2.3;
    font-family: "Zen Maru Gothic", serif;
    color: #2d2d2d;
    letter-spacing: 0.11em;
}

@media(min-width:1025px) {
    .title-13 {
        font-size: 2rem;
        letter-spacing: .12em;
        line-height: 2.15;
        margin-top: -0.35em;
        margin-bottom: 1.8rem;
    }
}


/* ##### MEGRY(メグリー)沖縄とは? (about)  ##### */
.section-about-container {
    padding: 2rem 0 7.3rem;
}

.section-about-container .box-title .illustration {
    max-width: 15rem;
    margin: 3.8rem auto .8rem;
    transform: translateX(-.4rem);
}

.section-about-container .box-about {
    max-width: 85%;
    margin: 0.1em auto 0;
}

.section-about-container .box-about .text {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .05rem;
    line-height: 2.5;
    font-family: "Zen Maru Gothic", serif;
    color: #2d2d2d;
}

.about-logo {
    max-width: 240px;
    width: 12.5rem;
    margin-top: 5rem;
}

@media(min-width:600px) {
    .section-about-container .box-about-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-about-container .box-about {
        max-width: unset;
        margin: 0;
        width: 55%;
    }

    .section-about-container .box-title {
        width: 40%;
    }

    .section-about-container .box-title .illustration {
        max-width: 100%;
        margin: 1em auto 0;
    }

    .about-logo {
        max-width: 200px;
        margin-top: 3rem;
        margin-left: 0;
    }
}

@media(min-width:1025px) {
    .section-about-container {
        padding: 5.8rem 0 6.8rem;
    }

    .section-about-container .box-title {
        width: 44%;
    }

    .section-about-container .box-title .illustration {
        max-width: 100%;
        margin: 5.2rem 0 0;
        padding-right: 3rem;
        transform: translate(-.6rem, -1.3rem);
    }
    
    .section-about-container .box-about{
      width: 56%;
    }

    .section-about-container .box-about .text {
        font-size: 1rem;
        letter-spacing: .1rem;
        font-weight: 600;
        line-height: 2.5;
    }

    .about-logo {
        max-width: 220px;
        margin-top: 3.5rem;
        width: 12.5rem;
        margin-left: 0;
    }
}
