@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

body {
    font-family: "Yu Gothic Medium",
        "游ゴシック Medium",
        "游ゴシック体",
        YuGothic,
        sans-serif;
    font-weight: 400;
    background: #fff;
    position: relative;
}

.sp-only {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }
}

/* ----------------------- */
#real-sec1 {
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}

#real-sec1 .bg-real-estate {
    width: 100%;
    height: auto;
}

#real-sec1 .real-img1 {
    width: 886px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

    #real-sec1 .real-img1 {
        width: 290px;
        height: auto;
    }

}

/* ----------------------- */
#real-sec2 {
    position: relative;
    padding: 220px 0;
}

#real-sec2 .real-title {
    text-align: center;
    font-size: 34px;
    letter-spacing: 12px;
}

#real-sec2 .real-concept {
    text-align: center;
    font-size: 17px;
    letter-spacing: 4px;
    line-height: 2.8;
    margin-top: 64px;
}

#real-sec2 .real-img2,
#real-sec2 .real-img3,
#real-sec2 .real-img4,
#real-sec2 .real-img5 {
    position: absolute;
}

#real-sec2 .real-img2 {
    width: 264px;
    width: min(264px, 20vw);
    height: auto;
    top: 100px;
    left: 64px;
}

#real-sec2 .real-img3 {
    width: 160px;
    width: min(160px, 11vw);
    height: auto;
    top: 150px;
    right: 80px;
}

#real-sec2 .real-img4 {
    width: 134px;
    width: min(134px, 10vw);
    height: auto;
    bottom: 90px;
    left: 50px;
}

#real-sec2 .real-img5 {
    width: 218px;
    width: min(218px, 16vw);
    height: auto;
    bottom: 42px;
    right: 56px;
}

@media screen and (max-width: 767px) {
    #real-sec2 {
        padding: 174px 0 220px;
    }

    #real-sec2 .real-title {
        font-size: 26px;
        letter-spacing: 4px;
        line-height: 2;
    }

    #real-sec2 .real-concept {
        width: 92%;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.6;
        margin: 36px auto 0;
    }

    #real-sec2 .real-img2 {
        width: 148px;
        height: auto;
        top: 32px;
        left: 24px;
    }

    #real-sec2 .real-img3 {
        width: 98px;
        height: auto;
        top: 64px;
        right: 2px;
    }

    #real-sec2 .real-img4 {
        width: 88px;
        height: auto;
        bottom: 86px;
        left: 32px;
    }

    #real-sec2 .real-img5 {
        width: 130px;
        height: auto;
        bottom: 32px;
        right: 16px;
    }

}

/* ----------------------- */
#real-sec3 {
    width: 80%;
    max-width: 1192px;
    margin: 0 auto;
    border: dashed 1px #CAE6E4;
    display: flex;
    justify-content: center;
    align-items: center;
}

#real-sec3 .category-container {
    width: 90%;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#real-sec3 .category-container .box-left {
    width: 18%;
    margin-right: 64px;
}

#real-sec3 .category-container .box-left .real-img6 {
    width: 118px;
    height: auto;
    margin: 0 auto;
    display: block;
}

#real-sec3 .category-container .box-left .cat-message {
    font-size: 19px;
    letter-spacing: 4px;
    line-height: 1.5;
    text-align: center;
    margin: 24px auto 0 0;
}

#real-sec3 .category-container .box-right {
    width: 82%;
}

#real-sec3 .category-container .box-right .box-row {
    display: flex;
}

#real-sec3 .category-container .box-right .box-row:not(:first-of-type) {
    margin-top: 24px;
}

#real-sec3 .category-container .box-right .box-row .cat-group {
    display: inline-block;
    width: 160px;
    height: 34px;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 17px;
    margin-right: 20px;
    flex-shrink: 0;
}

#real-sec3 .category-container .box-right .box-row a {
    font-size: 15px;
    letter-spacing: 2px;
}

#real-sec3 .category-container .box-right .box-row.color-red .cat-group {
    background-color: #BF657B;
}

#real-sec3 .category-container .box-right .box-row.color-red a,
#real-sec3 .category-container .box-right .box-row.color-red span {
    color: #BF657B;
}

#real-sec3 .category-container .box-right .box-row.color-blue .cat-group {
    background-color: #4F9FB5;
}

#real-sec3 .category-container .box-right .box-row.color-blue a,
#real-sec3 .category-container .box-right .box-row.color-blue span {
    color: #4F9FB5;
}

#real-sec3 .category-container .box-right .box-row.color-green .cat-group {
    background-color: #93B147;
}

#real-sec3 .category-container .box-right .box-row.color-green a,
#real-sec3 .category-container .box-right .box-row.color-green span {
    color: #93B147;
}

#real-sec3 .category-container .box-right .box-row.color-yellow .cat-group {
    background-color: #D19F40;
}

#real-sec3 .category-container .box-right .box-row.color-yellow a,
#real-sec3 .category-container .box-right .box-row.color-yellow span {
    color: #D19F40;
}

#real-sec3 .category-container .box-right .box-row.color-purple .cat-group {
    background-color: #9768B4;
}

#real-sec3 .category-container .box-right .box-row.color-purple a,
#real-sec3 .category-container .box-right .box-row.color-purple span {
    color: #9768B4;
}

@media screen and (max-width: 767px) {
    #real-sec3 {
        width: 85%;
    }

    #real-sec3 .category-container {
        width: 100%;
        padding: 44px 0;
        flex-direction: column;
        align-items: center;
    }

    #real-sec3 .category-container .box-left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: unset;
    }

    #real-sec3 .category-container .box-left .real-img6 {
        width: 74px;
        height: auto;
        margin-right: 15px;
    }

    #real-sec3 .category-container .box-left .cat-message {
        font-size: 20px;
        letter-spacing: 4px;
        line-height: 2;
        text-align: left;
        margin: unset;
    }

    #real-sec3 .category-container .box-right {
        width: 92%;
    }

    #real-sec3 .category-container .box-right .box-row {
        display: block;
    }

    #real-sec3 .category-container .box-right .box-row:first-of-type {
        margin-top: 48px;
    }

    #real-sec3 .category-container .box-right .box-row:not(:first-of-type) {
        margin-top: 24px;
    }

    #real-sec3 .category-container .box-right .box-row .cat-group {
        display: block;
        width: 100%;
        height: 34px;
        font-size: 15px;
        padding: 8px 0;
        margin-right: unset;
        margin-bottom: 24px;
    }

    #real-sec3 .category-container .box-right .box-row {
        text-align: center;
    }

    #real-sec3 .category-container .box-right .box-row a {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 1.8;
    }

}

/* ----------------------- */
#real-sec4 {
    width: 90%;
    max-width: 1288px;
    margin: 0 auto;
    padding: 114px 0;
}

#real-sec4 .real-estate-archives-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#real-sec4 .real-estate-archives-container .real-estate-item {
    width: calc(100% / 3);
    padding: 0 48px;
}

#real-sec4 .real-estate-archives-container .real-estate-item:not(:nth-of-type(3n-2)) {
    border-left: dashed 1px #CAE6E4;
}

#real-sec4 .real-estate-archives-container .real-estate-item:nth-of-type(n+4) {
    margin-top: 120px;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head img {
    width: 32px;
    height: auto;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox {
    margin-left: 24px;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text1 {
    font-size: 14px;
    letter-spacing: 2px;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text1 .cat-name1 {
    color: #4F9FB5;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text1 .cat-name2 {
    color: #93B147;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text1 .cat-name3 {
    color: #D19F40;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text1 .cat-name4 {
    color: #9768B4;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text2 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 10px;
}

#real-sec4 .real-estate-archives-container .real-estate-item .text3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 24px;
}

#real-sec4 .real-estate-archives-container .real-estate-item .text4 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-top: 24px;
    height: 5.4em;
    /* 表示を3行までに収める */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#real-sec4 .real-estate-archives-container .real-estate-item .item-img {
    width: 100%;
    /* height: auto; */
    height: 200px;
    object-fit: cover;
    margin-top: 36px;
}

#real-sec4 .pagenation {
    text-align: center;
    margin-top: 80px;
}

#real-sec4 .pagenation span,
#real-sec4 .pagenation .page {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 24px;
}

#real-sec4 .pagenation span.current {
    color: #fff;
    background: #BF657B;
    border-radius: 50%;
    padding: 2px 10px;
}

@media screen and (max-width: 767px) {
    #real-sec4 {
        width: 85%;
        padding: 70px 0;
    }

    #real-sec4 .real-estate-archives-container {
        flex-direction: column;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item {
        width: 100%;
        padding: 46px 0;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item:not(:nth-of-type(3n-2)) {
        border-left: none;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item:nth-of-type(n+4) {
        margin-top: unset;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item:not(:first-of-type) {
        border-top: 1px dashed #CAE6E4;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item .item-head img {
        width: 28px;
        height: auto;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox {
        margin-left: 16px;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text1 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item .item-head .item-head-textbox .text2 {
        font-size: 18px;
        letter-spacing: 4px;
        margin-top: 8px;
    }

    #real-sec4 .real-estate-archives-container .real-estate-item .item-img {
        height: 186px;
        margin-top: 24px;
    }

    #real-sec4 .pagenation {
        margin-top: 40px;
    }

    #real-sec4 .pagenation span,
    #real-sec4 .pagenation .page {
        font-size: 15px;
    }

    #real-sec4 .pagenation span.current {
        padding: 2px 8px;
    }

}

/* ----------------------- */
#real-sec5 {
    width: 100%;
    margin: 0 auto 32px;
    display: flex;
    justify-content: center;
}

#real-sec5 .link-banner img {
    width: 100%;
    height: auto;
}

#real-sec5 .link-banner:hover img {
    opacity: .6;
}

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

    #real-sec5 {
        flex-direction: column;
    }

    #real-sec5 .link-banner img {
        margin-bottom: 8px;
    }

}

/* ----------------------- */
#real-detail-sec1 {
    width: 100%;
    position: relative;
}

#real-detail-sec1 .bg-real-detail {
    width: 100%;
    height: auto;
}

#real-detail-sec1 .titlebox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#real-detail-sec1 .real-detail-title {
    font-size: 36px;
    color: #fff;
    letter-spacing: 16px;
    text-align: center;
}

#real-detail-sec1 .text1 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 36px;
    text-transform: uppercase;
}

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

    #real-detail-sec1 .titlebox {
        width: 100%;
    }

    #real-detail-sec1 .real-detail-title {
        font-size: 26px;
        letter-spacing: 8px;
    }

    #real-detail-sec1 .text1 {
        margin-top: 16px;
        letter-spacing: 2px;
    }

}

/* ----------------------- */
#real-detail-sec2 {
    width: 90%;
    max-width: 1200px;
    margin: 90px auto 0;
}

#real-detail-sec2 .img-icon {
    width: 46px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#real-detail-sec2 .prop-title {
    font-size: 26px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 36px;
}

#real-detail-sec2 .prop-detail-text {
    margin-top: 48px;
    letter-spacing: 2px;
    line-height: 2;
}

#real-detail-sec2 .divider {
    border: none;
    border-top: dashed 1px #CAE6E4;
    margin-top: 48px;
}

#real-detail-sec2 .cat-name-container {
    text-align: center;
    margin-top: 40px;
}

#real-detail-sec2 .cat-name-container span {
    font-size: 12px;
}

#real-detail-sec2 .cat-name-container .head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}

#real-detail-sec2 .cat-name-container .cat-name1 {
    color: #4F9FB5;
}

#real-detail-sec2 .cat-name-container .cat-name2 {
    color: #93B147;
}

#real-detail-sec2 .cat-name-container .cat-name3 {
    color: #D19F40;
}

#real-detail-sec2 .cat-name-container .cat-name4 {
    color: #9768B4;
}

#real-detail-sec2 .real-detail-container {
    width: 100%;
    margin: 64px auto 0;
    padding-bottom: 160px;
    border-bottom: dashed 1px #CAE6E4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#real-detail-sec2 .real-detail-container .detail-left {
    width: 50%;
}

#real-detail-sec2 .real-detail-container .detail-left .img-detail {
    width: 100%;
    height: auto;
}

#real-detail-sec2 .real-detail-container .detail-left .cap {
	width: 90%;
    font-size: 12px;
    margin: 5px auto 0;
    text-align: center;
}

#real-detail-sec2 .real-detail-container .detail-left .fancybox:not(:first-of-type) .img-detail {
    margin-top: 16px;
}

#real-detail-sec2 .real-detail-container .detail-left .columnwrap {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#real-detail-sec2 .real-detail-container .detail-left .columnwrap >a {
    width: 49%;
    margin-right: 2%;
}
#real-detail-sec2 .real-detail-container .detail-left .columnwrap >a:nth-child(2n) {
    margin-right: 0;
}
#real-detail-sec2 .real-detail-container .detail-left .columnwrap >a .imgwrap {
	height: 300px;
	overflow: hidden;
	display: block;
}
@media screen and (max-width: 767px) {
	#real-detail-sec2 .real-detail-container .detail-left .columnwrap >a .imgwrap {
		height: 180px;
	}
}
#real-detail-sec2 .real-detail-container .detail-left .columnwrap >a .img-detail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
    margin-top: 16px;
}


#real-detail-sec2 .real-detail-container .detail-left iframe {
    /* Googleマップ埋め込み */
    width: 100%;
    margin-top: 30px;
}

#real-detail-sec2 .real-detail-container .detail-right {
    width: 50%;
    margin-left: 40px;
}

#real-detail-sec2 .real-detail-container .detail-right .detail-table {
    width: 90%;
    margin: 0 auto;
}

#real-detail-sec2 .real-detail-container .detail-right .detail-table th,
#real-detail-sec2 .real-detail-container .detail-right .detail-table td {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.8;
    padding: 16px 4px;
}

#real-detail-sec2 .real-detail-container .detail-right .detail-table th {
    font-weight: 400;
    width: 35%;
    vertical-align: middle;
}

#real-detail-sec2 .real-detail-container .detail-right .detail-table td{
        width: 65%;
}


#real-detail-sec2 .real-detail-container .detail-right .detail-table tr:not(:first-of-type) {
    border-top: dashed 1px #CAE6E4;
}

@media screen and (max-width: 767px) {
    #real-detail-sec2 {
        width: 85%;
        margin: 50px auto 0;
    }

    #real-detail-sec2 .img-icon {
        width: 34px;
        height: auto;
    }

    #real-detail-sec2 .prop-title {
        font-size: 20px;
    }

    #real-detail-sec2 .divider {
        margin-top: 40px;
    }

    #real-detail-sec2 .cat-name-container {
        margin-top: 32px;
    }

    #real-detail-sec2 .real-detail-container {
        padding-bottom: 0;
        flex-direction: column;
        align-items: center;
    }

    #real-detail-sec2 .real-detail-container .detail-left {
        width: 100%;
        margin-top: 50px;
        order: 2;
    }

    #real-detail-sec2 .real-detail-container .detail-left iframe {
        /* Googleマップ埋め込み */
        width: 100%;
        height: 200px;
    }

    #real-detail-sec2 .real-detail-container .detail-right {
        width: 100%;
        margin-left: unset;
        order: 1;
    }

    #real-detail-sec2 .real-detail-container .detail-right .detail-table {
        width: 100%;
        margin: 0 auto;
    }

    #real-detail-sec2 .real-detail-container .detail-right .detail-table th,
    #real-detail-sec2 .real-detail-container .detail-right .detail-table td {
        font-size: 15px;
    }

    #real-detail-sec2 .real-detail-container .detail-right .detail-table th {
        width: 120px;
    }

    #real-detail-sec2 .real-detail-container .detail-right .detail-table tr:not(:first-of-type) {
        border-top: dashed 1px #CAE6E4;
    }

}

/* ----------------------- */
#real-detail-sec3 {
    width: 90%;
    max-width: 1200px;
    margin: 130px auto 0;
}

#real-detail-sec3 .img-icon {
    width: 46px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#real-detail-sec3 .prop-title {
    font-size: 28px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 36px;
}

#real-detail-sec3 .title-sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
}

#real-detail-sec3 .real-pickup-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 120px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item {
    width: calc(100% / 3);
    padding: 0 48px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item:not(:nth-of-type(3n-2)) {
    border-left: dashed 1px #CAE6E4;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item:nth-of-type(n+4) {
    margin-top: 120px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head img {
    width: 32px;
    height: auto;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox {
    margin-left: 24px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text1 {
    font-size: 14px;
    letter-spacing: 2px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text1 .cat-name1 {
    color: #4F9FB5;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text1 .cat-name2 {
    color: #93B147;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text1 .cat-name3 {
    color: #D19F40;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text1 .cat-name4 {
    color: #9768B4;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text2 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 10px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .text3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 24px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .text4 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-top: 24px;
}

#real-detail-sec3 .real-pickup-container .real-pickup-item .item-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 36px;
}

#real-detail-sec3 .link-area {
    width: 100%;
    margin-top: 140px;
    display: flex;
    justify-content: center;
}

#real-detail-sec3 .link-area .btn-back {
    width: 86px;
    height: 86px;
    font-size: 16px;
    letter-spacing: 8px;
    padding-left: 8px;
    color: #fff;
    background: #4F9FB5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    #real-detail-sec3 {
        width: 85%;
        margin: 96px auto 0;
    }

    #real-detail-sec3 .img-icon {
        width: 34px;
        height: auto;
    }

    #real-detail-sec3 .prop-title {
        font-size: 20px;
    }

    #real-detail-sec3 .real-pickup-container {
        flex-direction: column;
        justify-content: center;
        margin-top: 70px;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item {
        width: 100%;
        padding: 46px 0;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item:not(:nth-of-type(3n-2)) {
        border-left: none;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item:nth-of-type(n+4) {
        margin-top: unset;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item:not(:first-of-type) {
        border-top: 1px dashed #CAE6E4;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item .item-head img {
        width: 28px;
        height: auto;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox {
        margin-left: 16px;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text1 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item .item-head .item-head-textbox .text2 {
        font-size: 18px;
        letter-spacing: 4px;
        margin-top: 8px;
    }

    #real-detail-sec3 .real-pickup-container .real-pickup-item .item-img {
        margin-top: 24px;
    }

    #real-detail-sec3 .link-area {
        margin-top: 64px;
    }

}

/* ----------------------- */
#real-detail-sec4 {
    width: 100%;
    margin: 140px auto 32px;
    display: flex;
    justify-content: center;
}

#real-detail-sec4 .link-banner img {
    width: 100%;
    height: auto;
}

#real-detail-sec4 .link-banner:hover img {
    opacity: .6;
}

@media screen and (max-width: 767px) {
    #real-detail-sec4 {
        margin: 64px auto 0;
        flex-direction: column;
    }

    #real-detail-sec4 .link-banner img {
        margin-bottom: 8px;
    }

}

/* ----------------------- */
#machi1 {
    width: 100%;
    position: relative;
}

#machi1 .bg-machi {
    width: 100%;
    height: auto;
}

#machi1 .titlebox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#machi1 .machi-title {
    font-size: 36px;
    color: #fff;
    letter-spacing: 16px;
    text-align: center;
}

#machi1 .text1 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 36px;
}

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

    #machi1 .titlebox {
        width: 100%;
    }

    #machi1 .machi-title {
        font-size: 26px;
        letter-spacing: 8px;
    }

    #machi1 .text1 {
        margin-top: 16px;
    }

}

/* ----------------------- */
#machi2 {
    width: 100%;
    padding: 180px 0 240px;
    position: relative;
}

#machi2 .machi-concept {
    font-size: 36px;
    letter-spacing: 16px;
    text-align: center;
}

#machi2 .machi-concept .ruby1 {
    position: relative;
}

#machi2 .machi-concept .ruby1:before {
    content: 'まち';
    display: block;
    /* width: 100%; */
    position: absolute;
    font-size: 12px;
    top: -24px;
    left: 25px;
}

#machi2 .text1 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 3;
    margin-top: 88px;
}

#machi2 .machi-img1,
#machi2 .machi-img2,
#machi2 .machi-img3,
#machi2 .machi-img4,
#machi2 .machi-img5,
#machi2 .machi-img6 {
    position: absolute;
}

#machi2 .machi-img1 {
    width: 244px;
    height: auto;
    top: 56px;
    left: 40px;
}

#machi2 .machi-img2 {
    width: 152px;
    height: auto;
    top: 72px;
    right: 56px;
}

#machi2 .machi-img3 {
    width: 130px;
    height: auto;
    top: 45%;
    left: 32px;
}

#machi2 .machi-img4 {
    width: 208px;
    height: auto;
    top: 40%;
    right: 24px;
}

#machi2 .machi-img5 {
    width: 190px;
    height: auto;
    bottom: 50px;
    left: 48px;
}

#machi2 .machi-img6 {
    width: 152px;
    height: auto;
    bottom: 50px;
    right: 48px;
}

.machi-divider {
    width: 90%;
    margin: 0 auto;
    border: none;
    border-top: dashed 1px #CAE6E4;
}

@media screen and (max-width: 767px) {
    #machi2 {
        padding: 230px 0 320px;
    }

    #machi2 .machi-concept {
        font-size: 26px;
        letter-spacing: 4px;
    }

    #machi2 .machi-concept .ruby1:before {
        top: -16px;
        left: 12px;
        letter-spacing: 10px;
    }

    #machi2 .text1 {
        width: 85%;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 2.4;
        margin: 40px auto 0;
        text-align: justify;
    }

    #machi2 .text1 br {
        display: none;
    }

    #machi2 .machi-img3,
    #machi2 .machi-img6 {
        display: none;
    }

    #machi2 .machi-img1 {
        width: 160px;
        height: auto;
        top: 36px;
        left: 16px;
    }

    #machi2 .machi-img2 {
        width: 96px;
        height: auto;
        top: 94px;
        right: 16px;
    }

    #machi2 .machi-img4 {
        width: 152px;
        height: auto;
        top: unset;
        bottom: 48px;
        right: 24px;
    }

    #machi2 .machi-img5 {
        width: 108px;
        height: auto;
        bottom: 140px;
        left: 24px;
    }

}

/* ----------------------- */
#machi3 {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    padding: 120px 80px;
}

#machi3 .title-container {
    margin-bottom: -80px;
}

#machi3 .titlebox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#machi3 .titlebox img {
    width: 60px;
    height: auto;
}

#machi3 .titlebox .textbox {
    margin-left: 24px;
}

#machi3 .titlebox .textbox .text1 {
    font-size: 36px;
    letter-spacing: 16px;
}

#machi3 .titlebox .textbox .text2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 8px;
}

#machi3 .text3 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
    #machi3 {
        padding: 64px 0 98px;
    }

    #machi3 .title-container {
        width: 80%;
        margin: 0 auto;
    }

    #machi3 .titlebox img {
        width: 50px;
        height: auto;
    }

    #machi3 .titlebox .textbox {
        margin-left: 16px;
    }

    #machi3 .titlebox .textbox .text1 {
        font-size: 24px;
        letter-spacing: 8px;
    }

    #machi3 .titlebox .textbox .text2 {
        font-size: 14px;
    }

    #machi3 .text3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 32px;
    }

}

/* ------------ */

#machi3 .machidukuri-container {
    width: 60%;
}

#machi3 .machidukuri-container:nth-of-type(even) {
    margin-left: auto;
}

#machi3 .machidukuri-container:nth-of-type(odd) {
    margin-right: auto;
}

#machi3 .machidukuri-container .machi-img7 {
    width: 740px;
    height: auto;
}

#machi3 .machidukuri-container .machi-img8 {
    width: 770px;
    height: auto;
}

#machi3 .machidukuri-container .machi-img9 {
    width: 700px;
    height: auto;
}

#machi3 .machidukuri-container .machi-img10 {
    width: 720px;
    height: auto;
}

#machi3 .machidukuri-container .machi-img11 {
    width: 770px;
    height: auto;
}

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

    #machi3 .machidukuri-container {
        width: 100%;
        margin-top: 80px;
    }

    #machi3 .machidukuri-container .machi-img7,
    #machi3 .machidukuri-container .machi-img8,
    #machi3 .machidukuri-container .machi-img9,
    #machi3 .machidukuri-container .machi-img10,
    #machi3 .machidukuri-container .machi-img11 {
        width: 100%;
        height: auto;
    }

}

/* ----------------------- */
.machi-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
}

.machi-modal {
    display: none;
    width: 80%;
    height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1001;
    overflow-y: scroll;
}

.machi-modal .modal-container {
    width: 70%;
    margin: 0 auto;
    padding: 70px 0;
}

.machi-modal .modal-container .modal-number {
    width: 75px;
    height: auto;
    display: block;
    margin: 48px auto 0;
}

.machi-modal .modal-container .modal-title {
    font-size: 28px;
    letter-spacing: 10px;
    margin-top: 32px;
    text-align: center;
}

.machi-modal .modal-container .text1 {
    font-size: 22px;
    letter-spacing: 6px;
    margin-top: 56px;
    line-height: 1.8;
}

.machi-modal .modal-container .text2 {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 2;
    margin-top: 24px;
}

.machi-modal .modal-container .text3 {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1.8;
    margin-top: 12px;
}

.machi-modal .modal-container .text3 a {
    text-decoration: underline;
}

.machi-modal .modal-container .modal-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 56px auto 0;
}

.machi-modal .modal-container .machi-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.machi-modal .modal-container .machi-gallery .modal-img-half {
    width: calc(50% - 12px);
    height: auto;
}

.machi-modal .modal-container .machi-gallery .modal-img-wide {
    width: calc(68.75% - 12px);
    height: auto;
}

.machi-modal .modal-container .machi-gallery .modal-img-narrow {
    width: calc(31.25% - 12px);
    height: auto;
    margin-left: 24px;
}

.machi-modal .modal-container .machi-gallery .modal-img-half:nth-of-type(even) {
    margin-left: 24px;
}

.machi-modal .modal-container .machi-gallery .modal-img-half:nth-of-type(n+3) {
    margin-top: 24px;
}

.machi-modal .modal-container .pdf-btn {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    color: white;
    width: 100%;
    margin-top: 64px;
    padding: 20px;
    border-radius: 30px;
}

.machi-modal .modal-container .pdf-btn.blue-bg {
    background: #4F9FB5;
}

.machi-modal .modal-container .pdf-btn.purple-bg {
    background: #9768B4;
}

.machi-modal .modal-container .btn-close {
    width: 100px;
    height: auto;
    display: block;
    margin: 90px auto 0;
}

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

    .machi-modal {
        width: 90%;
        height: 95%;
    }

    .machi-modal .modal-container {
        width: 80%;
        padding: 32px 0;
    }

    .machi-modal .modal-container .modal-number {
        width: 65px;
        height: auto;
    }

    .machi-modal .modal-container .modal-title {
        font-size: 21px;
        letter-spacing: 8px;
    }

    .machi-modal .modal-container .text1 {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.5;
        margin-top: 32px;
    }

    .machi-modal .modal-container .text2 {
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 2.2;
    }

    .machi-modal .modal-container .text3 {
        font-size: 12px;
        letter-spacing: 2px;
        margin-top: 6px;
    }

    .machi-modal .modal-container .modal-img {
        margin: 32px auto 0;
    }

    .machi-modal .modal-container .machi-gallery {
        flex-direction: column;
    }

    .machi-modal .modal-container .machi-gallery .modal-img-half,
    .machi-modal .modal-container .machi-gallery .modal-img-wide,
    .machi-modal .modal-container .machi-gallery .modal-img-narrow {
        width: 100%;
        height: auto;
    }

    .machi-modal .modal-container .machi-gallery .modal-img-narrow {
        margin-left: unset;
        margin-top: 24px;
    }

    .machi-modal .modal-container .machi-gallery .modal-img-half:nth-of-type(even) {
        margin-left: unset;
    }

    .machi-modal .modal-container .machi-gallery .modal-img-half:nth-of-type(n+3) {
        margin-top: unset;
    }

    .machi-modal .modal-container .machi-gallery .modal-img-half:nth-of-type(n+2) {
        margin-top: 24px;
    }

    .machi-modal .modal-container .btn-close {
        width: 86px;
        height: auto;
        display: block;
        margin: 64px auto 0;
    }
}

/* ----------------------- */
#real-contact-sec1 {
    width: 100%;
    position: relative;
}

#real-contact-sec1 .bg-contact {
    width: 100%;
    height: auto;
}

#real-contact-sec1 .titlebox {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#real-contact-sec1 .contact-title {
    font-size: 36px;
    color: #fff;
    letter-spacing: 16px;
    text-align: center;
}

#real-contact-sec1 .text1 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 36px;
    text-transform: uppercase;
}

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

    #real-contact-sec1 .contact-title {
        font-size: 26px;
        letter-spacing: 8px;
        line-height: 1.8;
    }

    #real-contact-sec1 .text1 {
        margin-top: 8px;
    }

}

/* ----------------------- */
#real-contact-sec2 {
    width: 80%;
    max-width: 940px;
    margin: 120px auto 0;
}

#real-contact-sec2 .text1 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
}

#real-contact-sec2 .text1 a {
    text-decoration: underline;
}

#real-contact-sec2 .real-estate-form {
    margin-top: 120px;
    width: 100%;
}

#real-contact-sec2 .real-estate-form tr {
    border-top: 1px dashed #CAE6E4;
}

#real-contact-sec2 .real-estate-form th,
#real-contact-sec2 .real-estate-form td {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 36px 0;
}

#real-contact-sec2 .real-estate-form th {
    width: 200px;
    vertical-align: middle;
}

#real-contact-sec2 .real-estate-form td {
    padding-left: 36px;
}

#real-contact-sec2 .real-estate-form input[type=radio] {
    margin-right: 8px;
}

#real-contact-sec2 .real-estate-form label {
    display: inline-block;
    margin-right: 60px;
}

#real-contact-sec2 .real-estate-form label:nth-of-type(n+3) {
    margin-top: 16px;
}

#real-contact-sec2 .real-estate-form input[type=text] {
    font-size: 16px;
    background: #F8F8F8;
    padding: 0 16px;
}

#real-contact-sec2 .real-estate-form input[type=text].long {
    width: 360px;
    height: 48px;
}

#real-contact-sec2 .real-estate-form input[type=text].mid {
    width: 224px;
    height: 48px;
}

#real-contact-sec2 .real-estate-form input[type=text].short {
    width: 86px;
    height: 47px;
    margin-right: 16px;
}

#real-contact-sec2 .real-estate-form textarea {
    width: 656px;
    height: 298px;
    font-size: 16px;
    background: #F8F8F8;
    padding: 16px;
}

#real-contact-sec2 .real-estate-form .text1 {
    /* 住所のテキスト */
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#real-contact-sec2 .real-estate-form p+p {
    margin-top: 16px;
}

#real-contact-sec2 .real-estate-form .auto-input {
    /* 自動入力ボタン */
    width: 110px;
    height: 40px;
    background: #474645;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 3px;
    text-align: center;
    margin-left: 24px;
}

#real-contact-sec2 .link-area {
    width: 100%;
    margin-top: 64px;
    display: flex;
    justify-content: center;
}

#real-contact-sec2 .link-area .btn-submit {
    width: 86px;
    height: 86px;
    font-size: 16px;
    letter-spacing: 8px;
    line-height: 1.5;
    padding-left: 22px;
    color: #fff;
    background: #BF657B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
}

@media screen and (max-width: 767px) {
    #real-contact-sec2 {
        width: 85%;
        margin: 60px auto 0;
    }

    #real-contact-sec2 .text1 {
        font-size: 15px;
        line-height: 1.8;
    }

    #real-contact-sec2 .real-estate-form {
        margin-top: 60px;
        width: 100%;
    }

    #real-contact-sec2 .real-estate-form th,
    #real-contact-sec2 .real-estate-form td {
        font-size: 14px;
        display: block;
        padding: unset;
    }

    #real-contact-sec2 .real-estate-form th {
        width: 100%;
        padding-top: 36px;
    }

    #real-contact-sec2 .real-estate-form td {
        padding-left: unset;
        width: 100%;
        padding: 16px 0 36px;
    }

    #real-contact-sec2 .real-estate-form label {
        margin-right: 80px;
    }

    #real-contact-sec2 .real-estate-form label:nth-of-type(n+3) {
        margin-top: unset;
    }

    #real-contact-sec2 .real-estate-form label:nth-of-type(n+2) {
        margin-top: 16px;
    }

    #real-contact-sec2 .real-estate-form input[type=text] {
        font-size: 14px;
        padding: 0 14px;
    }

    #real-contact-sec2 .real-estate-form input[type=text].long {
        width: 100%;
    }

    #real-contact-sec2 .real-estate-form input[type=text].mid {
        width: 180px;
    }

    #real-contact-sec2 .real-estate-form input[type=text].short {
        width: 64px;
    }

    #real-contact-sec2 .real-estate-form textarea {
        width: 100%;
        height: 298px;
        font-size: 14px;
        padding: 14px;
    }

    #real-contact-sec2 .link-area {
        margin-top: 32px;
    }

}

/* ----------------------- */
#real-contact-sec3 {
    width: 80%;
    max-width: 940px;
    margin: 120px auto;
}

#real-contact-sec3 .contact-container {
    border: dashed 1px #CAE6E4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 64px;
}

#real-contact-sec3 .contact-container .left {
    width: 145px;
}

#real-contact-sec3 .contact-container .left .icon-door-big {
    width: 100%;
    height: auto;
}

#real-contact-sec3 .contact-container .right {
    padding-left: 32px;
}

#real-contact-sec3 .contact-container .right .text1 {
    font-size: 24px;
    letter-spacing: 4px;
}

#real-contact-sec3 .contact-container .right .text2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 24px;
}
#real-contact-sec3 .contact-container .right .text2.region {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 0;
}

#real-contact-sec3 .contact-container .right .text3 {
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 2px;
}

#real-contact-sec3 .contact-container .right .text4 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 8px;
    text-align: center;
}

#real-contact-sec3 .contact-container .right .contact-box-wrap{
	display: flex;
	align-items: center;
}
#real-contact-sec3 .contact-container .right .contact-box {
    background: #F7F7F7;
    width: 320px;
    height: 115px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
#real-contact-sec3 .contact-container .right .contact-box:first-child {
    margin-right: 12px;
}
@media screen and (max-width: 1120px){
	#real-contact-sec3 .contact-container .right .contact-box-wrap{
		display: block;
	}
	#real-contact-sec3 .contact-container .right .contact-box:first-child {
	    margin-right: 0;
	}
}

#real-contact-sec3 .contact-container .right .contact-box a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #real-contact-sec3 {
        width: 85%;
        margin: 32px auto;
    }

    #real-contact-sec3 .contact-container {
        flex-direction: column;
        padding: 32px;
    }

    #real-contact-sec3 .contact-container .left {
        width: 100%;
        display: flex;
    }

    #real-contact-sec3 .contact-container .left .icon-door-big {
        width: 58px;
        height: auto;
    }

    #real-contact-sec3 .contact-container .left .text1 {
        font-size: 18px;
        line-height: 2;
        letter-spacing: 4px;
        margin-left: 16px;
    }

    #real-contact-sec3 .contact-container .right {
        width: 100%;
        padding-left: unset;
    }

    #real-contact-sec3 .contact-container .right .text2 {
        line-height: 2;
        margin-top: 24px;
    }

    #real-contact-sec3 .contact-container .right .text2.region {
	    font-size: 14px;
        line-height: 2;
        margin-top: 0;
    }
    
    #real-contact-sec3 .contact-container .right .text3 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    #real-contact-sec3 .contact-container .right .contact-box {
        width: 100%;
        height: 110px;
        margin-top: 24px;
    }

}

/* フォーム調整 */
.mw_wp_form .horizontal-item+.horizontal-item {
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 8px;
}