.index_area {
    margin: 0 auto;
    max-width: 1000px;
}
.toplink_btn {
    display: block;
    width: 300px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 30px;
    padding: 15px 0;
    font-size: 18px;
    transition: 0.4s;
}
.toplink_btn:hover {
    background: #000;
    color: #fff;
}
.toplink_btn .arrow_icon {
    margin-left: 15px!important;
    margin-bottom: 4px!important;
}

.view_pc {
    display: block!important;
}
.view_sp {
    display: none!important;
}

h3, h4 {
    font-weight: normal;
}

html {
    overflow-x: hidden;
}


/* ////////////////////////////////// */
/* インデックス固有のヘッダー部分 */
/* ////////////////////////////////// */
.index_header_wrap {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.shoei {
    padding: 10px 20px 0px;
    height: 40px;
}
.shoei img {
    max-width: 160px;
}
.p-header__top {
    padding: 10px 20px 15px;
}
header {
    height: 96px;
}
.scrolled .shoei {
    display: none;
}
.scrolled header {
    background: #fff;
}


@media screen and (max-width:999px) {
    .info {
        background-color: unset;
    }
    .reserve {
        background-color: unset;
    }
    .pc_header_area {
        border-bottom: none;
    }

    .index_header_wrap {
        background-color: #fff;
        position: static;
    }
    header {
        height: 50px;
    }
    .shoei {
        padding: 5px 20px;
        padding-left: 5px;
        height: 28px;
    }
    .shoei img {
        max-width: 90px;
    }
    .p-header__top {
        padding: 5px 20px;
        padding-left: 5px;
    }
}
@media screen and (max-width:500px) {
    header {
        height: 44px;
    }
}


/* ////////////////////////////////// */
/* メインビジュアル */
/* ////////////////////////////////// */
#main_visual {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    margin-top: 130px;
}
.main_slider {
    padding-bottom: 0;
    background: unset;
}
.main_slider .slider_top {
    padding: 0;
}
.main_slider .slider_top .slick-slide {
    margin: 0;
}
.main_slider .slider_top li {
    position: relative;
}
.main_visual_txt_block {
    position: absolute;
    top: 25%;
    left: 75%;
    z-index: 2;
    width: 460px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.main_slider .slick-slide img {
    margin: 0 5px;
    width: calc(100% - 10px);
}
.main_visual_txt_block p {
    font-size: 48px;
    letter-spacing: .03em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.main_visual_txt_block p span {
    font-size: 18px;
    display: block;
    text-align: left;
    filter: none;
    line-height: 1.0em;
    margin-top: 15px;
}

.main_visual_righttx_tblock {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    direction: ltr;
    text-align: left;
    filter: drop-shadow(2px 4px 3px #333);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif, serif;
}
.main_visual_righttx_tblock h4 {
    font-size: 48px;
    font-weight: normal;
    color: #80d6f8;
}
.main_visual_righttx_tblock p {
    font-size: 26px;
}
/* ////////////////////////////////// */
/* 小スライダー部分 */
/* ////////////////////////////////// */
.small_slider {
    padding-bottom: 0;
    background: unset;
}
.small_slider .slider {
    padding: 0;
}
.small_slider .slider .slick-slide {
    margin: 0 5px;
}



.main_visual_txt_flex {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 40px;
}
.main_visual_txt_flex p {
    width: 25%;
    text-align: center;
    height: 70px;
    font-size: 24px;
    border-left: solid 1px;
}
.p_right {
    border-right: solid 1px;
}
.main_visual_txt_flex p span {
    display: block;
    font-size: 16px;
}

.main_yoyaku_btn {
    display: block;
    width: 250px;
    outline-offset: -20px;
    margin: 0 auto 80px;
}
.main_yoyaku_btn p {
    color: #fff;
    font-size: 64px;
    text-align: center;
    line-height: 1.2;
}
.yoyakubtn_span {
    display: block;
    font-size: 36px;
}
.span2 {
    font-size: 24px;
    margin-left: 5px;
}
.main_yoyaku_btn a {
    display: block;
    background: #fff;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    transition: 0.4s;
    width: 250px;
    border: solid 1px #000;
}
.main_yoyaku_btn a .arrow_icon {
    margin-left: 8px!important;
    margin-bottom: 6px!important;
}
@media screen and (max-width: 1050px) {
    .main_yoyaku_btn a .arrow_icon {
        margin-bottom: 4px!important;
    }
}
.main_yoyaku_btn a:hover {
    background: #A72D00;
    color: #fff;
}
.main_banner {
    display: block;
    margin: 0 auto 100px;
    width: 1000px;
    transition: 0.4s;
}
.main_banner img {
    width: 100%;
}
.main_banner:hover {
    opacity: 0.7;
}

/* ////////////////////////////////// */
/* メインテキスト */
/* ////////////////////////////////// */
.top_new_midashi {
    color: #098A92;
    font-size: 44px;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
    height: 65px;
    font-family: serif;
}

/* ////////////////////////////////// */
/* コンセプト */
/* ////////////////////////////////// */
.main_about_txt {
    text-align: center;
    margin: 0;
    padding: 70px 0 100px;
}
.main_about_txt h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.main_about_txt h3 span {
    font-size: 24px;
}
.main_about_txt p {
    line-height: 3.0;
    font-size: 20px;
}
.main_about_btn_flex {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    max-width: 750px;
    margin: 30px auto 0;
}
.main_about_txt .toplink_btn {
    width: 350px;
    border-radius: unset;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_about_txt .toplink_btn p {
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
}
.main_about_txt .toplink_btn .arrow_icon {
    margin-bottom: 0!important;
}
.main_about_txt .btn_left {

}
.main_about_txt .btn_right {
    background-color: #355537;
    color: #fff;
}
.main_about_txt .btn_right span {
    display: block;
    font-size: 12px;
}


/* ////////////////////////////////// */
/* 住まい */
/* ////////////////////////////////// */
.plan_title {
    text-align: center;
    margin: 80px 0 50px;
}
.plan_title p {
    line-height: 3.0;
    font-size: 20px;
}
.plan_title h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.plan_scroll {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    margin: 0 auto 100px;
}
.plan_block {
    display: block;
    background: #999290;
    color: #fff;
    padding: 15px;
    width: calc(100% / 2 - 10px);
    border-radius: 10px;
}
.plan_block .plan_img {
    position: relative;
    width: 460px;
    height: 400px;
}
.plan_block .img1 {
    background-image: url(../images/index/plan1.jpg);
    background-size: cover;
    background-position: center center;
}
.plan_block .img2 {
    background-image: url(../images/index/plan2.jpg);
    background-size: cover;
    background-position: center center;
}
.plan_block .plan_img p {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 14px;
}

.plan_flex2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex2_left {
    color: #fff;
    background: #999290;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
}
.flex2_right {
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
}
.flex2_right span {
    font-size: 32px;
}
.flex2_right .arrow_icon {
    width: 10px!important;
    margin-top: 6px!important;
    margin-left: 15px!important;
}

.plan_link {
    display: block;
    width: 1000px;
    margin: 20px auto 100px;
}
.plan_link a {
    display: block;
    width: 115px;
    margin-left: calc(100% - 115px);
}
.plan_link a .arrow_icon {
    margin-left: 10px!important;
    margin-bottom: 4px!important;
}


/* ////////////////////////////////// */
/* 全サイズ画像 */
/* ////////////////////////////////// */
.allback_img1 {
    display: block;
    width: 100vw;
    height: calc(100vw / 2.8);
    position: relative;
    background-image: url(../images/index/allback1.jpg);
    background-size: cover;
    background-position: center top;
}

.allback_img2 {
    display: block;
    width: 100vw;
    height: calc(100vw / 2.8);
    position: relative;
    background-image: url(../images/index/allback2.jpg);
    background-size: cover;
    background-position: center bottom;
}


/* ////////////////////////////////// */
/* デザイン */
/* ////////////////////////////////// */
.design_title {
    text-align: center;
    margin: 80px 0 50px;
}
.design_title p {
    line-height: 3.0;
    font-size: 20px;
}
.design_title h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

/* ////////////////////////////////// */
/* 概要部分 */
/* 左側テキスト：右側画像　左側画像：右側テキスト */
/* ////////////////////////////////// */
.menuarea_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #EEEDEA;
    color: #fff;
}
#design1 .menuarea_flex {
    background: #999290;
}
#design2 .menuarea_flex {
    background: #BC9D7E;
}
#design3 .menuarea_flex {
    background: #BAB67A;
}
.menuarea_txt {
    display: block;
    width: 50%;
    height: 500px;
    position: relative;
}
.menuarea_txt .txtblock {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
}
.menuarea_txt .txtblock h3 {
    font-size: 40px;
    line-height: 1.5;
}
.menuarea_txt .txtblock p {
    margin: 10px 0;
}
.menuarea_txt .txtblock p span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.menuarea_txt img {
    width: 400px;
    margin: 10px 0 20px;
}
.design_link {
    width: 100%;
    padding-right: 50px;
    text-align: right;
    display: block;
}
.design_link .arrow_icon {
    margin-bottom: 4px!important;
    margin-left: 5px!important;
}

.menuarea_img {
    display: block;
    width: 50%;
    height: 500px;
    position: relative;
}
.menuarea_img_1 {
    background-image: url(../images/index/designimg1.jpg);
    background-size: cover;
    background-position: center center;
}
.menuarea_img_2 {
    background-image: url(../images/index/designimg2.jpg);
    background-size: cover;
    background-position: center center;
}
.menuarea_img_3 {
    background-image: url(../images/index/designimg3.jpg);
    background-size: cover;
    background-position: center center;
}


/* ////////////////////////////////// */
/* 品質 */
/* ////////////////////////////////// */
.quality_title {
    text-align: center;
    margin: 80px 0 50px;
}
.quality_title p {
    line-height: 3.0;
    font-size: 20px;
}
.quality_title h3 {
    font-size: 40px;
}
.quality_title h4 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.quality_backimg {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#quality .main_yoyaku_btn {
    margin-bottom: 50px;
}
.quality_backimg1 {
    position: relative;
    width: calc(100% / 3 - 7px - 60px);
    height: 400px; 
    background-image: url(../images/index/quality1.jpg);
    background-size: cover;
    background-position: center center;
}
.quality_backimg2 {
    position: relative;
    width: calc(100% / 3 - 7px + 100px);
    height: 400px; 
    background-image: url(../images/index/quality2.jpg);
    background-size: cover;
    background-position: center center;
}
.quality_backimg3 {
    position: relative;
    width: calc(100% / 3 - 7px - 60px);
    height: 400px; 
    background-image: url(../images/index/quality3.jpg);
    background-size: cover;
    background-position: center center;
}

/* ////////////////////////////////// */
/* フレキシブルビルド */
/* ////////////////////////////////// */
.build_title {
    text-align: center;
    margin: 80px 0 50px;
}
.build_title p {
    line-height: 2.2;
    font-size: 20px;
}
.build_title h3 {
    font-size: 40px;
}
.build_title h4 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.buildimg {
    max-width: 1000px;
    margin: 0 auto 30px;
    display: block;
}

/* ////////////////////////////////// */
/* お客様の声 */
/* ////////////////////////////////// */
#voice {
    background: #999290;
    padding: 50px 0;
}
.voice_title {
    text-align: center;
    margin: 0;
    color: #fff;
}
.voice_title p {

}
.voice_title h3 {
    font-size: 40px;
}
.voice_title h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* ////////////////////////////////// */
/* 分譲地情報 */
/* ////////////////////////////////// */
#land {
    background: #355537;
    padding: 50px 0;
}
.land_title {
    text-align: center;
    margin: 0;
    color: #fff;
}
.land_title p {

}
.land_title h3 {
    font-size: 40px;
}
.land_title h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* ////////////////////////////////// */
/* 追従バナー */
/* ////////////////////////////////// */
.banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    z-index: 90;
    transition: opacity 0.4s;
    opacity: 1;
    pointer-events: auto;
}
.banner a {
    width: 400px;
    max-width: 400px;
    display: block;
    padding: 10px;
    background: #231815;
    border-radius: 10px;
}
.banner img {
    width: 100%;
    max-width: 400px;
    display: block;
}

@media screen and (max-width:1300px){
    @media screen and (max-height:700px){
        .banner a {
            max-width: 350px;
        }
        .banner img {
            max-width: 350px;
        }
    }
}
@media screen and (max-width:999px) {
    .banner a {
        max-width: 300px;
    }
    .banner img {
        max-width: 300px;
    }
}
@media screen and (max-width:768px) {
    .banner {
        bottom: 60px;
    }
}

/* クローズボタン */
.close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #355537;
    width: 40px;
    height: 40px;
    border-radius: 90%;
}
@media screen and (max-width:999px) {
    .close-btn {
        top: -12px;
        width: 30px;
        height: 30px;
    }
}


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
@media screen and (min-width:1400px){
    .main_visual_txt_block {
        width: 480px;
    }
    .main_visual_txt_block p {
        font-size: 64px;
    }

    .main_visual_righttx_tblock p {
        font-size: 36px;
    }
    .main_visual_righttx_tblock h4 {
        font-size: 64px;
    }
}
@media screen and (min-width:1800px){
    .main_visual_txt_block {
        width: 630px;
    }
    .main_visual_txt_block p {
        font-size: 84px;
    }
    .main_visual_txt_block p span {
        font-size: 24px;
    }

    .main_visual_righttx_tblock p {
        font-size: 46px;
    }
    .main_visual_righttx_tblock h4 {
        font-size: 80px;
    }
}

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .index_area {
        max-width: 750px;
    }
    .main_visual_txt_block {
        left: 70%;
    }
    .main_visual_small {
        height: 12vh;
    }
    .top_new_midashi {
        font-size: 34px;
        padding-top: 10px;
    }
    .main_about_img h4 {
        font-size: 40px;
    }
    .main_about_img h3 {
        font-size: 30px;
    }
    .main_visual_txt_flex {
        flex-wrap: wrap;
        width: 750px;
    }
    .p_right1050 {
        border-right: solid 1px;
    }
    .main_visual_txt_flex p {
        width: 49%;
        margin-bottom: 30px;
    }
    .main_yoyaku_btn {
        width: 750px;
        padding: 30px 40px;
    }
    .main_yoyaku_btn p {
        font-size: 42px;
    }
    .main_yoyaku_btn a {
        padding: 5px;
        font-size: 18px;
        margin: 0 auto;
    }
    .yoyakubtn_span {
        font-size: 26px;
    }
    .span2 {
        font-size: 20px;
    }
    .main_banner {
        width: 750px;
    }
    .main_about_txt h3 {
        font-size: 28px;
    }
    .menuarea_txt .txtblock {
        width: 360px;
    }
    .menuarea_txt img {
        width: 300px;
    }
    .plan_scroll {
        width: 750px;
    }
    .plan_block .plan_img {
        width: 335px;
        height: 300px;
    }
    .plan_flex1 {
        flex-wrap: wrap;
    }
    .flex1_left {
        width: 100%;
        margin-right: 0;
    }
    .flex1_right {
        width: 100%;
    }
    .plan_flex2 {
        flex-wrap: wrap;
    }
    .flex2_left {
        width: 100%;
    }
    .flex2_right {
        width: 100%;
    }
    .plan_link {
        width: 750px;
    }
    .buildimg {
        max-width: 750px;
    }

    .main_visual_righttx_tblock h4 {
        font-size: 40px;
    }
    .main_visual_righttx_tblock p {
        font-size: 22px;
    }
}


@media screen and (max-width: 999px) {
    #main_visual {
        margin-top: 0;
    }
}


/* 高さ低いPC */
@media screen and (min-width:768px) and (max-height:800px){
    #main_visual {
        /*height: 70vh;*/
    }
}
@media screen and (min-width:768px) and (max-height:600px){
    #main_visual {
        /*height: 80vh;*/
    }
}

/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
    .view_pc {
        display: none!important;
    }
    .view_sp {
        display: block!important;
    }
    
    .index_area {
        width: calc(100% - 30px);
    }
    .toplink_btn {
        width: 220px;
        font-size: 18px;
    }

    .main_visual_txt_block {
        width: 215px;
        left: 67%;
    }
    .main_visual_txt_block p {
        font-size: 32px;
    }

    .main_visual_righttx_tblock {
        left: 10px;
        bottom: 10px;
    }
    .main_visual_righttx_tblock h4 {
        font-size: 24px;
    }
    .main_visual_righttx_tblock p {
        font-size: 16px;
    }
    .main_visual_txt_block p span {
        font-size: 14px;
    }

    .main_visual_txt_flex {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: flex-start;
    }
    .main_visual_txt_flex p {
        margin: 0px;
        padding: 10px 5px;
        height: unset;
        font-size: 16px;
        border-left: none;
        border-right: solid 1px #000;
    }
    .p_right1050 {
        border-right: none!important;
    }
    .p_right {
        border-right: none!important;
    }
    .p_uedan {
        border-bottom: solid 1px #000;
    }

    .main_visual_txt_flex p span {
        font-size: 11px;
    }
    .top_new_midashi {
        font-size: 28px;
        height: 80px;
    }

    .main_about_img h4 {
        font-size: 24px;
        top: 15%;
    }
    .main_about_img h3 {
        font-size: 16px;
        top: 85%;
    }
    .main_about_img h3 span {
        font-size: 12px;
    }

    .main_yoyaku_btn {
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }
    .main_yoyaku_btn p {
        font-size: 30px;
    }
    .yoyakubtn_span {
        font-size: 16px;
    }
    .span2 {
        font-size: 12px;
    }
    .main_yoyaku_btn a {
        width: 220px;
    }
    .main_banner {
        width: calc(100% - 40px);
        margin-bottom: 50px;
    }
    .main_banner2 {
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }
    .main_banner2 img {
        width: 100%;
    }
    .main_about_txt {
        padding: 40px 20px;
        font-size: 16px;
    }
    .main_about_txt h3 {
        font-size: 24px;
    }
    .main_about_txt p {
        font-size: 15px;
    }
    .main_about_txt .toplink_btn {
        margin: 30px auto 0;
        width: 100%;
    }
    .main_about_btn_flex {
        flex-wrap: wrap;
    }
    .main_about_txt .toplink_btn p {
        font-size: 16px;
    }

    .allback_img1 {
        height: calc(100vw / 2.0);
    }
    .allback_img2 {
        height: calc(100vw / 2.0);
    }

    .menuarea_img {
        width: 100%;
        height: 200px;
    }
    .menuarea_txt {
        width: 100%;
        height: 400px;
    }
    .menuarea_txt .txtblock {
        width: calc(100% - 40px);
    }
    .menuarea_txt .txtblock h3 {
        font-size: 28px;
    }
    .menuarea_txt img {
        width: 100%;
    }
    .sp_reverse {
        flex-flow: column-reverse;
    }
    .design_title h3 {
        font-size: 30px;
    }
    .design_title p {
        font-size: 15px;
    }
    .design_link {
        margin-right: auto;
    }

    .plan_title {
        margin-top: 50px;
    }
    .plan_title h3 {
        font-size: 30px;
    }
    .plan_title p {
        font-size: 15px;
    }
    .plan_scroll {
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .plan_block {
        width: 100%;
        margin-bottom: 30px;
    }
    .plan_link {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .plan_link a {
        margin: 0 auto;
    }
    .plan_block .plan_img {
        width: 100%;
        height: 250px;
    }

    .quality_title h3 {
        font-size: 30px;
    }
    .quality_title h4 {
        font-size: 20px;
    }
    .quality_title p {
        font-size: 15px;
    }
    .quality_backimg1 {
        height: 220px;
        width: calc(100% / 3 - 7px - 35px);
    }
    .quality_backimg2 {
        height: 220px;
        width: calc(100% / 3 - 7px + 70px);
    }
    .quality_backimg3 {
        height: 220px;
        width: calc(100% / 3 - 7px - 35px);
    }

    .build_title h3 {
        font-size: 30px;
    }
    .build_title h4 {
        font-size: 20px;
    }
    .build_title p {
        font-size: 15px;
    }
    .buildimg {
        max-width: calc(100% - 30px);
    }

    .voice_title h3 {
        font-size: 30px;
    }
    .voice_title h4 {
        font-size: 20px;
    }
    .voice_title p {
        font-size: 15px;
    }

    .land_title h3 {
        font-size: 30px;
    }
    .land_title h4 {
        font-size: 20px;
    }
    .land_title p {
        font-size: 15px;
    }

}