.section--container {
    border-bottom: none;
    margin-bottom: 12%;
}

@media screen and (min-width: 520px) {
    .section--container {
        margin-bottom: 100px;
    }
}

.section--header {
    margin-bottom: 8%;
}

@media screen and (min-width:520px) {
    .section--header {
        margin-bottom: 50px;
    }
}

.section--title {
    color: unset;
}

.section--title_main {
    display: block;
    margin-bottom: 5px;
    color: #b2ac9f;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .1rem;
}

@media screen and (min-width: 769px) {
    .section--title_main {
        font-size: 1.75rem
    }
}

.section--title_sub {
    display: block;
    font-size: .8125rem;
    font-weight: 500;
}

@media screen and (min-width: 769px) {
    .section--title_sub {
        font-size: .875rem
    }
}

.section--body {
    max-width: 1200px;
}

@media screen and (min-width: 769px) {
    .section {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 769px) {
    .main .main--bottom_conversion .main--bottom_conversion_adjust {
        padding-top: 50px;
        padding-bottom: 120px;
    }
}

.sub_section .sub_section--title {
    margin: 1em 0 0.75em;
    font-size: 1.87rem;
    line-height: 1.02;
}

.sub_section .sub_section--title+p {
    font-size: 1rem;
    line-height: 1.45;
}

.sub_section img:nth-of-type(n+2) {
    display: block;
    margin-top: 10%;
}

@media screen and (min-width: 769px) {
    .sub_section .sub_section--title {
        font-size: 1.87rem;
    }

    .sub_section .sub_section--title+p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .sub_section img:nth-of-type(n+2) {
        display: block;
        margin-top: 90px;
    }
}

.masterPlan.section .cols {
    gap: 50px;
}

.masterPlan.section .cols>div.sticky {
    max-width: 900px;
    min-width: 268px;
    width: auto;
}

.masterPlan.section .cols>div.sub_section {
    max-width: 650px;
    width: auto;
}

@media screen and (min-width: 769px) {
    .masterPlan.section .cols>div.sticky {
        align-self: flex-start;
        position: sticky;
        top: 150px;
    }
}

/* SPファースト: デフォルトはスマホ向け */
.masterPlan.section .floor_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 80px;
    padding: 40px 20px;
    background-color: #f8f8f8;
}

.masterPlan.section .floor_section--image {
    width: 100%;
    max-width: 100%;
}

.masterPlan.section .floor_section--image img {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: cover;
}

.masterPlan.section .floor_section--content {
    flex: 1;
    width: 100%;
}

.masterPlan.section .floor_section--title {
    margin-bottom: 20px;
    color: #929e6d;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1.4px;
}

.masterPlan.section .floor_section--merit-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.masterPlan.section .floor_section--merit {
    display: flex;
    flex-direction: column;
}

.masterPlan.section .floor_section--merit-title {
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 8px solid #929e6d;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.masterPlan.section .floor_section--merit-text {
    margin: 0;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

.masterPlan.section .floor_section--merit-simple .floor_section--merit-title {
    margin-bottom: 0;
}

.masterPlan.section .floor_section--merit-double {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.masterPlan.section .floor_section--merit-double .floor_section--merit {
    flex: 1;
}

/* タブレット・デスクトップ向け */
@media screen and (min-width: 769px) {
    .masterPlan.section .floor_section {
        flex-direction: row;
        gap: 50px;
        margin-top: 80px;
        padding: 65px 80px;
    }

    .masterPlan.section .floor_section--image {
        flex-shrink: 0;
        max-width: 450px;
    }

    .masterPlan.section .floor_section--title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .masterPlan.section .floor_section--merit-list {
        gap: 48px;
    }

    .masterPlan.section .floor_section--merit-title {
        font-size: 22px;
    }

    .masterPlan.section .floor_section--merit-text {
        font-size: 1rem;
        line-height: 1.6;
    }

    .masterPlan.section .floor_section--merit-double {
        flex-direction: row;
        gap: 30px;
    }
}

/* SPECセクションのスタイル - SPファースト */
.specSection {
    background-color: #f8f8f8 !important;
    padding: 80px 0;
}

.spec_section--intro {
    margin-bottom: 50px;
}

.spec_section--intro p {
    margin: 0;
    color: #b2ac9f;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1.4px;
    text-align: center;
}

.spec_section--content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.spec_section--main-image {
    width: 100%;
    margin-bottom: 50px;
}

.spec_section--main-image img {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: cover;
}

.spec_section--features {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.spec_feature {
    flex: 1 1 calc(50% - 20px);
}

.spec_feature--icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    /* SPECセクション - デスクトップ */
    .specSection {
        margin-top: 20px;
        padding: 100px 0;
    }

    .spec_section--intro p {
        font-size: 28px;
    }

    .spec_section--content {
        padding: 0 40px;
    }

    .spec_section--features {
        gap: 40px;
    }

    .spec_feature {
        flex: 1 1 calc(25% - 40px);
    }
}

/* BCP Section Styles */
.bcpSection .section--title {
    margin-bottom: 30px; /* サブタイトル削除分の空き調整 */
}

.bcpSection .section--body {
    max-width: 1000px;
}

.bcpSection .cols {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}

.bcpSection .bcp_content {
    flex: 1;
    max-width: 100%;
}

.bcpSection .bcp_content .sub_section--title {
    font-size: 1.87rem;
    margin: 1em 0 1.15em;
    line-height: 1.02;
}

.bcpSection .bcp_content p {
    font-size: 1rem;
    line-height: 1.6;
}

.bcpSection .bcp_image {
    flex-shrink: 0;
    max-width: 500px;
    width: auto;
    margin: auto;
    order: -1;
}

.bcpSection .bcp_casbee {
    text-align: center;
    margin-top: 60px;
}

.bcpSection .bcp_casbee:last-child {
    text-align: left;
    margin-top: 100px;
}

.bcpSection .bcp_casbee .sub_section--title {
    font-size: 1.87rem;
    margin: 1em 0 0.75em;
    line-height: 1.02;
}

.bcpSection .bcp_casbee p {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
}

.bcpSection .bcp_ranks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    margin-top: 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.bcpSection .bcp_rank {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.bcpSection .bcp_rank img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.bcpSection .bcp_notes {
    font-size: 9px;
    color: #666;
    margin-top: 8px;
}

/* Desktop Responsive */
@media screen and (min-width: 769px) {
    .bcpSection {
        padding-bottom: 100px;
    }

    .bcpSection .section--title {
        margin-bottom: 70px; /* デスクトップでの空き調整 */
    }

    .bcpSection .cols {
        flex-direction: row;
        gap: 60px;
        margin-bottom: 75px;
    }

    .bcpSection .bcp_content {
        flex: 1;
        max-width: 500px;
    }

    .bcpSection .bcp_image {
        width: 50%;
        max-width: 500px;
        order: 0;
    }

    .bcp_image:nth-of-type(1) {
        margin-top: 25px;
    }

    .bcp_image:nth-of-type(2) {
        margin-top: 25px;
    }

    .bcpSection .bcp_ranks {
        grid-template-columns: repeat(4, 1fr);
        align-items: flex-start;
    }

    .bcpSection .bcp_rank img {
        width: auto;
    }

    .bcpSection .bcp_content .sub_section--title,
    .bcpSection .bcp_casbee .sub_section--title {
        font-size: 1.75rem;
    }

    .bcpSection .bcp_casbee:last-child .sub_section--title {
        margin-bottom: 2.1rem;
    }

    .bcpSection .bcp_casbee {
        text-align: center;
        margin-top: 80px;
    }

    .bcpSection .bcp_content p,
    .bcpSection .bcp_casbee p {
        font-size: 1rem;
        line-height: 1.45;
    }

    .bcpSection .bcp_casbee:last-child p {
        margin-bottom: 50px;
    }

    .bcpSection .bcp_content .bcp_notes {
        font-size: 0.56rem;
    }
}

/* Floor Plan Section Styles */
.floorPlanSection {
    background-color: #f8f8f8 !important;
}

.floorPlanSection .section--body {
    max-width: 1000px;
}

.floorPlanSection .floor_plan_intro {
    text-align: center;
    margin-bottom: 50px;
}

.floorPlanSection .floor_plan_intro .sub_section--title {
    font-size: 1.87rem;
    margin: 1em 0 0.75em;
    line-height: 1.02;
}

.floorPlanSection .floor_main_img {
    text-align: center;
    margin-bottom: 80px;
}

.floorPlanSection .floor_main_img img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.floorPlanSection .floor_notes {
    font-size: 9px;
    color: #666;
    margin-top: 20px;
    text-align: left;
}

.floorPlanSection .floor_notes_final {
    max-width: 1000px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.floorPlanSection .floor_notes_final p {
    color: #666;
    font-size: 9px;
    text-align: center;
}

.floorPlanSection .cols {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}

.floorPlanSection .cols:nth-last-child(2) {
    margin-bottom: 0;
}

.floorPlanSection .floor_content {
    flex: 1;
    max-width: 650px;
}

.floorPlanSection .floor_content p {
    font-size: 1rem;
    line-height: 1.6;
}

.floorPlanSection .floor_image {
    flex-shrink: 0;
    order: -1;
    max-width: 90%;
    width: auto;
    margin: auto;
}

.floorPlanSection .floor_image img {
    width: 100%;
    height: auto;
    /* max-width: 500px; */
}

.floorPlanSection .floor_plan_heading {
    border-left: 8px solid #929e6d;
    padding-left: 20px;
    margin-bottom: 20px;
}

.floorPlanSection .floor_plan_heading h3 {
    margin: 0;
    color: #929e6d;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.1px;
}

.floorPlanSection .floor_details {
    margin-top: 20px;
}

.floorPlanSection .floor_details strong {
    font-weight: 700;
    color: #929e6d;
}

.floorPlanSection .floor_details p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Desktop Responsive */
@media screen and (min-width: 769px) {
    .floorPlanSection .cols {
        flex-direction: row;
        gap: 60px;
        margin-bottom: 100px;
    }

    .floorPlanSection .cols:nth-last-child(2) {
        margin-bottom: 0;
    }

    .floorPlanSection .floor_image {
        max-width: 500px;
        width: 50%;
        order: 0;
    }

    .floorPlanSection .floor_plan_heading {
        margin-bottom: 32px;
        letter-spacing: 0.06rem;
    }

    .floorPlanSection .floor_plan_heading h3 {
        font-size: 22px;
    }

    .floorPlanSection .floor_plan_intro .sub_section--title {
        font-size: 1.87rem;
        text-align: unset;
    }

    .floorPlanSection .floor_main_img {
        margin-bottom: 95px;
    }

    .floorPlanSection .floor_content p,
    .floorPlanSection .floor_details p {
        margin-bottom: 2.1rem;
        font-size: 1rem;
        line-height: 1.45;
        letter-spacing: 0.06rem;
    }

    .floorPlanSection .floor_notes {
        margin-top: 30px;
        font-size: 0.56rem;
    }

    .floorPlanSection .floor_notes_final {
        margin-top: 50px;
    }

    .floorPlanSection .floor_notes_final p {
        font-size: 0.56rem;
    }
}




/* Subheading Component Styles */
.subheading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 12%;
    width: 100%;
}

.subheading--text {
    padding: 0 20px;
}

.subheading--text p {
    margin: 0;
    color: #b2ac9f;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1.4px;
    text-align: center;
    white-space: normal;
}

@media screen and (min-width: 520px) {
    .subheading {
        padding: 0 0 0;
    }
}

@media screen and (min-width: 769px) {
    .subheading {
        padding: 0 0 0;
    }
    
    .subheading--text p {
        font-size: 1.87rem;
        line-height: 1;
        white-space: nowrap;
    }
}

.main--bottom_conversion {
    background-color: #fff !important;
}