/* 共通部分 */
section {
    padding: 115px 0 130px 0;
}

.house_plan {
    background-color: #eee;
}
section:nth-of-type(2), section:nth-of-type(8) {
    background-color: #F8F5E7;
}
section:nth-of-type(4), section:nth-of-type(10) {
    background-color: #E7F4F7;
}
section:nth-of-type(6), section:nth-of-type(12) {
    background-color: #ECF4E1;
}

.mont {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.ttl_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 800px;
    margin: 0 auto 74px auto;
    text-align: center;
}

.ttl {
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 22px;
}

.text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 46px;
}

.btn_wrap {
    display: flex;
    justify-content: center;
    gap: 34px
}

.btn_outline {
    width: 354px;
    height: 62px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.btn_outline:after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease;
}

.btn_outline:hover {
    cursor: pointer;
    opacity: 0.8;
}

.btn_outline:hover:after {
    right: 12px;
}
.btn_outline:first-child {
    background-color: #D0AB65;
}

.btn_outline:last-child {
    background-color: #EE848C;
}

#menu {
    display: none;
}

@media screen and (max-width: 768px) {
    section {
        padding: 50px 22px;
    }
 
    .ttl_wrap {
        width: 100%;
        padding: 0 22px;
        margin: 0 auto;
    }
    
    .ttl {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }
    
    .text {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 46px;
    }
    
    .btn_wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 24px;
    }
    
    .btn_outline {
        width: 100%;
        height: 50px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 36px;
    }
}
/* 共通部分 */

/* ヘッダー */
#header.single_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px;
    background-color: #fff;
    width: 100vw;
    height: 68px;
    position: relative;
    margin: 10px auto;
}

.sh_logo {
    width: 200px;
    height: 40px;
    padding-left: 20px;
}

.sh_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
}

.single_navi ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.single_navi ul li {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
}

.single_navi ul li a {
    line-height: 0;
}

.single_navi ul li a .jp {
    display: block;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #header.single_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        height: auto;
        position: relative;
        margin: 0 auto;
    }
    
    .sh_logo {
    }
    
    .sh_logo img {
    }
    
    .single_navi {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        width: 100%;
    }
    
    .single_navi ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
        width: 100%;
    }
    
    .single_navi ul li {
        width: 33.33%;
        height: 56px;
        border: 1px solid #CECECE;
    }
    
    .single_navi ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .single_navi ul li a::before {
        content: '';
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        position: absolute;
        left: 50%;
        bottom: 11px;
        transform: translateX(-50%) rotate(45deg);
    }
    
    .single_navi ul li a .jp {
        display: block;
        text-align: center;
        font-size: 13px;
        letter-spacing: 0.05em;
        margin-top: 0;
        margin-top: -5px;
    }

    .single_navi ul li.h-contact {
        background-color: #EE848C;
    }

    .single_navi ul li.h-contact a .jp {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
    }
    .single_navi ul li.h-contact a::before {
        display: none;
    }
    
}

/* FV */
.fv {
    padding: 0;
    width: 100%;
}

.fv_img {
    margin: 0 auto;
    width: calc(100% - 60px);
    height: 773px;
}

.fv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .fv {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    
    .fv_img {
        margin: 0 auto;
        width: calc(100% - 20px);
        height: 225px;
    }
    
    .fv_img img {
        border-radius: 5px;
    }
}   
/* FV */



/* info */
.info .inner {
    width: 1056px;
    margin: 0 auto;
}

.info_cont {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 75px auto;
}

.info_left,.info_right {
    width: 50%;
}

.info_cont_item {
    display: flex;
    align-items: start;
    position: relative;
}

/* .info_cont_item::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 110px;
    top: 50%;
    transform: translateY(-50%);
} */

.info_left .info_cont_item {
    justify-content: flex-start;
}

.info_right .info_cont_item {
    justify-content: flex-end;
}

.info_ttl {
    height: 100%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    width: 110px;
    display: flex;
    align-items: center;
    border-right: 1px solid #000;
}

.info_txt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 36px;
    width: 330px;
    padding-left: 28px;
}

.info_txt span.f-bold {
    font-size: 22px;
    font-weight: 700;
    padding-top: 3px;
    padding-right: 4px;
}

@media screen and (max-width: 768px) {
    .info .inner {
        width: 100%;
    }
    
    .info_cont {
        flex-direction: column;
        margin: 40px auto 50px auto;
    }
    
    .info_left,.info_right {
        width: 100%;
    }
    
    .info_cont_item {
        position: relative;
    }

    .info_cont_item::before {
    }
    
    .info_left .info_cont_item {
    }
    
    .info_right .info_cont_item {
        justify-content: flex-start;
    }
    
    .info_ttl {
        font-size: 15px;
        width: 130px;
    }
    
    .info_txt {
        font-size: 15px;
        width: 100%;
        padding-left: 15px;
    }
}
/* info */


/* concept */
.concept .inner {
    width: 800px;
    margin: 0 auto;
}

.concept_ttl {
    font-size: 42px;
    letter-spacing: 0.09em;
    line-height: 68px;
    font-weight: 600;
    margin-bottom: 69px;
    text-align: center;
}

.concept_txt {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 98px;
    text-align: center;
}

.concept_img {
    width: 100%;
    height: 100%;
}

.concept_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .concept .inner {
        width: 100%;
    }
    
    .concept_ttl {
        font-size: 28px;
        letter-spacing: 0.03em;
        line-height: 40px;
        margin-bottom: 40px;
    }
    
    .concept_txt {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
        margin-bottom: 50px;
    }
}
/* concept */


/* pick */
.pick .inner {
    width: 800px;
    margin: 0 auto;
}

.pick_cont {
    margin-top: 60px;
}

.pick p{
	letter-spacing: 0.04em;
	text-align: justify;
	line-height: 2em;
}

.pick img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .pick .inner {
        width: 100%;
    }

    .pick_cont {
        margin-top: 40px;
    }

    .pick p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0;
    }
}

/* townplan */
.townplan {
}

.townplan .inner {
    width: 979px;
    margin: 0 auto;
}

.townplan_img {
    width: 100%;
    height: 100%;
}

.townplan_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .townplan .inner {
        width: 100%;
    }
}
/* townplan */

/* house_plan */
.house_plan .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 74px;
}

.house_cont_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 74px;
    background-color: #fff;
    border-radius: 15px;
    padding: 88px 0 112px 0;
}

.house_cont {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.house_cont > * {
    padding: 0 30px;
    position: relative;
}

.house_cont > :first-child {
    padding-right: 30px;
}

.house_cont > :last-child {
    padding-left: 30px;
}

.house_cont > :nth-child(n + 2)::before {
    content: '';
    width: 1px;
    height: 45px;
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.house_num {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 52px;
}

.house_madori {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 34px;
}

.house_size {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.house_size_item {
    width: 174px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 25px;
}

.house_price {
    font-size: 52px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.house_price_unit {
}

.house_price span {
    display: block;
    text-align: center;
}

.house_price .zei {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-weight: 500;
}

.house_price .yen {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 25px;
    font-weight: 500;
}

.house_img {
    width: 980px;
}

.house_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .house_plan .inner {
        width: 100%;
        border-radius: 5px;
        padding: 25px 0 50px 0;
        gap: 40px;
        margin-top: 30px;
    }

    .house_cont_wrap {
        padding: 25px 0 40px 0;
        gap: 25px;
    }
    
    .house_cont {
        flex-wrap: wrap;
        justify-content: start;
    }
    
    .house_cont > * {
        padding: 0 30px;
        position: relative;
    }
    
    .house_cont > :first-child {
        padding-right: 30px;
    }
    
    .house_cont > :last-child {
        padding-left: 30px;
    }
    
    .house_cont > :nth-child(n + 2)::before {
        display: none;
    }
    
    .house_num {
        width: 100%;
        font-size: 32px;
        letter-spacing: 0;
        line-height: 42px;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .house_madori {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 28px;
    }
    
    .house_size {
        width: 100%;
        height: 63px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .house_size_item {
        width: 50%;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
    }
    
    .house_price {
        font-size: 32px;
        line-height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .house_price_unit {
    }
    
    .house_price span {
        display: inline-block;
    }
    
    .house_img {
        width: 90%;
        margin: 0 auto;
    }
    
    .house_img img {
    }
}
/* house_plan */

/* access */

.access .inner ,.photo .inner {
    width: 1064px;
    margin: 0 auto;
}

.access_cont {

}

.access_img {
    width: 100%;
    height: 100%;
}

.access_cont > :not(:last-child) {
    margin-bottom: 100px;
}

.access_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.access_two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 54px;
}

.access_two .access_item {
    width: 492px;
}

.access_two .access_item > * {
    width: 445px;
    margin: 0 auto;
}

.access_two .access_img {
    width: 100%;
    height: 315px;
}

.access_two .access_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.access_two .access_ttl {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    margin-top: 19px;

}

.access_two .access_subttl {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
    text-align: center;
}

.access_two .access_txt {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
    padding: 0 10px;
}

.access_three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 41px;
}

.access_three .access_item {
    width: 335px;
}

.access_three .access_img {
    width: 100%;
    height: 214px;
}

.access_three .access_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.access_three .access_ttl {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}

.access_three .access_subttl {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: center;

}

.access_map {
    width: 100%;
}

.access_map iframe {
    width: 100%;
    height: 531px;
    margin-bottom: 41px;
    border-radius: 10px;
}

.access_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 34px;
}

.access_btn_item {
    width: 551px;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 28px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s ease;
}

.access_btn_item:hover {
    cursor: pointer;
    opacity: 0.8;
}

.access_btn_item:first-child {
    background-color: #92BC79;
}

.access_btn_item:last-child {
    background-color: #24B6BC;
}

@media screen and (max-width: 768px) {

    .access .ttl_wrap ,.photo .ttl_wrap {
        margin-bottom: 40px;
    }

    .access .inner ,.photo .inner {
        width: 100%;
    }
    
    .access_cont {
    
    }
    
    .access_img {
    }
    
    .access_cont > :not(:last-child) {
        margin-bottom: 50px;
    }
    
    .access_img img {
    }
    
    .access_two {
        justify-content: center;
        flex-direction: column;
        gap: 25px;
    }
    
    .access_two .access_item {
        width: 100%;
    }
    
    .access_two .access_item > * {
        width: 100%;
    }
    
    .access_two .access_img {
    }
    
    .access_two .access_img img {
    }
    
    .access_two .access_ttl {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 10px;
    }
    
    .access_two .access_subttl {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0;
        margin-bottom: 9px;
        text-align: center;
    }
    
    .access_two .access_txt {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
    }
    
    .access_three {
        display: flex;
        justify-content: gap;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 10px;
    }
    
    .access_three .access_item {
        width: calc(50% - 10px);
    }
    
    .access_three .access_img {
    }
    
    .access_three .access_img img {
    }
    
    .access_three .access_ttl {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    .access_three .access_subttl {
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0;
    }
    
    .access_map {
        width: 100%;
    }
    
    .access_map iframe {
        width: 100%;
        height: 225px;
        margin-bottom: 25px;
        border-radius: 5px;
    }
    
    .access_btn {
        gap: 10px;
    }
    
    .access_btn_item {
        width: 100%;
        height: 50px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    
    .access_btn_item:hover {
        cursor: pointer;
        opacity: 0.8;
    }
    
    .access_btn_item:first-child {
        background-color: #92BC79;
    }
    
    .access_btn_item:last-child {
        background-color: #24B6BC;
    }
}
/* access */



/* equipment */
.equipment .inner {
    width: 1064px;
    margin: 0 auto;
}

.equipment_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 54px;
}

.equipment_item {
    width: 335px;
}

.equipment_img {
    width: 100%;
    height: 214px;
}

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

.equipment_ttl {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    margin: 19px auto;
}

.equipment_txt {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
}


@media screen and (max-width: 768px) {

    .equipment .ttl_wrap {
        margin-bottom: 40px;
    }

    .equipment .inner {
        width: 100%;
    }
    
    .equipment_cont {
        row-gap: 15px;
    }
    
    .equipment_item {
        width: calc(50% - 10px);
    }
    
    .equipment_img {
    }
    
    .equipment_img img {
        width: 100%;
    }
    
    .equipment_ttl {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        margin: 3px auto;
    }
    
    .equipment_txt {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
        text-align: justify;
        padding: 0 10px;
    }
}
/* equipment */



/* outline */
.outline .inner {
    width: 1200px;
    margin: 0 auto;
}

.outline_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 128px;
}

.outline_item {
    width: 551px;
    padding: 28px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BABABA;
}

.outline_cont .outline_item:last-child {
    border-bottom: none;
}

.outline_item dt {
    display: block;
    width: 190px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 500;
    color: #D0AB65;
}

.outline_item dd {
    display: block;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

.outline .btn_outline:nth-of-type(1) {
    background-color: #D0AB65;
}
.outline .btn_outline:nth-of-type(2) {
    background-color: #EE848C;
}

.back_btn {
    margin: 47px auto 0 auto;
    width: max-content;
}

.back_btn_item {
    display: block;
    width: 270px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.back_btn_item:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .outline .inner {
        width: 100%;
    }
    
    .outline_cont {
        justify-content: start;
        flex-direction: column;
        row-gap: 0;
        flex-wrap: nowrap;
        margin-bottom: 50px;
    }
    
    .outline_item {
        width: 100%;
        padding: 18px 0 18px 20px;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .outline_item dt {
        width: 30%;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .outline_item dd {
        width: 70%;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0;
    }
    
    .back_btn_item {
        width: 180px;
    }

    
    
    .back_btn_item:hover {
        cursor: pointer;
        opacity: 0.8;
    }
}

@media screen and (min-width: 768px) {
    .nonePC {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .noneSP {
        display: none;
    }
}