@charset "utf-8";
body {
    overflow-x: hidden;
}

/* サブビジュアル */
.hero {
    width: 100vw;
    height: 75vh;
    background-image: url(../images/images_bekkan/bekkan_main1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.title {
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translate(-50%, 50%);
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; 
    text-orientation: upright;
    color: #FFF;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 160%; /* 39px */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 1rem;
    white-space: nowrap;
}

/* サブビジュアル　PC */
@media screen and (min-width:769px) {
    .hero {
        height: 70vh;
        background-image: url(../images/images_bekkan/bekkan_main_pc1.webp);
    }

    .title {
        font-size: 3.2rem;
    }
}

/* 導入 */
.introduction {
    padding: 100px 8%;
}

.title__intro {
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 1.4px;
    margin-bottom: 24px;
}

.intro_1_txt p,
.intro_2_txt p{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 180%; /* 27px */
    letter-spacing: 0.75px;
    margin-top: 16px;
}

.photo__intro_pc {
    display: none;
}

.photo__intro_wrap {
    margin-top: 32px;
}

.photo__intro {
    margin-top: 30px;
}

/* 導入　PC */
@media screen and (min-width:768px) {
    .section {
        width: 100%;
        margin: 0 auto;
    }

    .introduction {
        padding: 170px 0 55px;
        text-align: center;
    }

    .intro_1 {
        padding-left: 12.5%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .photo__intro_pc {
        display: block;
    }

    .photo__intro1_pc {
        width: 50vw;
    }

    .title__intro {
        font-size: 2rem;
        font-weight: 700;
        line-height: 150%; /* 36px */
        letter-spacing: 1.68px;
    }

    .intro_1_txt p,
    .intro_2_txt p{
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 190%; /* 34.2px */
        letter-spacing: 0.9px;
    }

    .photo__intro_wrap {
        display: block;
    }

    .intro_1_txt {
        width: 31.9vw;
    }

    .intro_2 {
        text-align: left;
        margin-top: 70px;
        padding-left: 12.5%;
        padding-right: 12.5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .intro_2_txt {
        width: 31.25vw;
    }

    .photo__intro2_pc {
        width: 30.77vw;
    }

    .photo__intro_wrap {
        display: none;
    }

    .intro_3 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 200px;
        padding-left: 12.5%;
        padding-right: 12.5%;
    }

    .photo__intro3_pc {
        width: 25.83vw;
    }

    .photo__intro4_pc {
        width: 34.72vw;
        transform: translateY(-40%);
    }
}

@media screen and (min-width:1024px) {
    .title__intro {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 150%; /* 36px */
        letter-spacing: 1.68px;
    }
    .intro_1_txt p,
    .intro_2_txt p{
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 190%; /* 34.2px */
        letter-spacing: 0.9px;
    }
}

/* 別館仕様 */
.spec_floor {
    padding: 80px 8% 0;
}

.topic_s {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    letter-spacing: 2.2px;
    position: relative;
    text-align: center;
}

.topic_s::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #A2A2A2;

}

.spec__block {
    margin-top: 44px;
}

.spec__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #A2A2A2;
}

.item__topic {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
}

.item__content {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.8px;
}

.item__content_wide {
    width: 107px;
}

.item__content_small {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.42px;
}



.item__content_big {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.51px;
}

.floor {
    margin-top: 64px;
}

.floor_plan {
    margin-top: 44px;
    margin-inline: -8%;
}


/* 仕様　PC */
@media screen and (min-width:768px) {
    .topic_s::after {
        bottom: -24px;
        width: 100px;
    }
    .spec_floor {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 120px 10% 40px;
    }

    .spec {
        width: 50vw;
    }

    .spec__block {
        margin-top: 40px;
    }

    .item__topic {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 160%; /* 28.8px */
        letter-spacing: 0.9px;
    }

    .item__content {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.9px;
    }

    .floor {
        width: 60vw;
    }

    .floor_plan {
        margin-inline: 0;
    }

    .floor_sp {
        display: none;
    }

    .floor_pc {
        display: block;
        margin-top: 40px;
    }

    .topic_s {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        letter-spacing: 3.2px;
    }
}

@media screen and (min-width:1024px) {
    .spec_floor {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 5.5vw;
        padding: 120px 12.5% 40px;
    }

    .topic_s {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 160%; /* 51.2px */
        letter-spacing: 3.2px;
    }

    .spec {
        width: 23.47vw;
        max-width: 550px;
    }

    .floor {
        width: 38.2vw;
        max-width: 550px;
        margin-top: 0;
    }
}


/* 写真ギャラリー */
/* * {
    outline: 1px solid red;
} */

.photo_gallery {
    padding: 80px 0;
    overflow: hidden;
}

.photo_content {
    margin-top: 44px;
}

.photo_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.photo_item img {
    display: block;
}

.photo_txt {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    margin-top: 8px;
}

@media screen and (min-width:768px) {
    .photo_gallery {
        padding: 80px 10% 40px;
    }

    .photo_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
    }

    .topic_gallery {
        font-size: 2.5rem;
    }

    .photo_txt {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.42px;
        margin-top: 8px;
    }
}

@media screen and (min-width:1024px) {
    .photo_gallery {
        padding: 80px 12.5% 40px;
    }

    .topic_gallery {
        font-size: 3.8rem;
    }

}
