@charset "UTF-8";

/* heritage */
.heritage {
    padding: 100px 0;
}

.heritage_top .sub_title img {
    max-width: 60px;
}

.heritage_top-buttton_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 26px;
}

.heritage_top-button {
    width: 48%;
}

.heritage_top-button a {
    display: block;
    background-color: #9e8e77;
    padding: 1em;
    color: #fff;
    position: relative;
}

.heritage_top-button a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}


.heritage_top-button:nth-of-type(2) a {
    background-color: #537c77;
}


@media(max-width:767px) {
    .heritage {
        padding: 60px 0;
    }

    .heritage_top .sub_title img {
        max-width: 45px;

    }

    .heritage_top-buttton_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .heritage_top-button {
        width: 100%;
    }

    .heritage_top-button:nth-of-type(2) a {
        margin-top: 0;
    }
}

/* living-memories */
.living-memories {
    padding: 60px 0;
}

.living-memories .section_title {
    font-size: 28px;
    margin-bottom: 20px;
}

.living-memories_text {
    margin-bottom: 2em;
}

.living-memories_image {
    position: relative;
}

.living-memories_image .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 2;
    font-size: 11px;
}

.living-memories_image_item {
    position: relative;
}

.living-memories_image_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.living-memories_image01 {
    width: 60%;
}

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

.living-memories_image01 .text {
    font-size: 11px;
}

.living-memories_image02 {
    width: 37%;
}

.living-memories_image_item .text {
    font-size: 11px;
}

.living-memories_image_item_wrap {
    position: relative;
    height: 95%;
}

.living-memories .cap_text {
    font-size: 11px;
}

@media(max-width:767px) {
    .living-memories {
        padding: 40px 0;
    }

    .living-memories .section_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .living-memories_image .cap {
        font-size: 10px;
    }

    .living-memories_image_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .living-memories_image01 {
        width: 100%;
    }

    .living-memories_image01 .text {
        font-size: 10px;
    }

    .living-memories_image02 {
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .living-memories_image_item_wrap {
        height: auto;
    }

    .living-memories_image_item .text {
        font-size: 10px;
    }

    .living-memories .cap_text {
        font-size: 10px;
        margin-top: 10px;
    }
}

/* artistic-legacy */
.artistic-legacy {
    padding: 60px 0;
}

.artistic-legacy .section_title {
    font-size: 28px;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .artistic-legacy {
        padding: 40px 0;
    }

    .artistic-legacy .section_title {
        font-size: 16px;
        margin-bottom: 12px;
    }
}


/* edo-legacy */
.edo-legacy {
    margin-top: 60px;
}

.edo-legacy_image-wrap .text {
    font-size: 11px;
}

.edo-legacy_container {
    display: flex;
    justify-content: space-between;
}

.edo-legacy_image-wrap {
    width: 65%;
}

.edo-legacy_image-wrap_item {
    width: 30%;
}

.edo-legacy_image-wrap_item .text {
    font-size: 11px;
}

.edo-legacy_image-wrap2 {
    margin-top: 30px;
}

.edo-legacy_image-wrap2_item {
    width: 100%;
}

.edo-legacy_image-wrap2_item .text {
    font-size: 11px;
}

@media(max-width:767px) {
    .edo-legacy_container {
        flex-direction: column;
    }

    .edo-legacy_image-wrap {
        width: 100%;
    }

    .edo-legacy_image-wrap_item {
        width: 100%;
        margin-top: 30px;
    }

    .edo-legacy_image-wrap2_item {
        width: 100%;
    }

    .edo-legacy_image-wrap .text {
        font-size: 10px;
    }

    .edo-legacy_image-wrap_item .text {
        font-size: 10px;
    }

    .edo-legacy_image-wrap2_item .text {
        font-size: 10px;
    }
}


/* shakujii-literary */
.shakujii-literary {
    margin-top: 60px;
}

.shakujii-literary_item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    margin: 30px auto 0;
}

.shakujii-literary_item {
    width: 35%;
}

.shakujii-literary_item .cap {
    font-size: 11px;
}

.shakujii-literary_item.item02 {
    margin-top: auto;
}

.shakujii-literary_item img {
    object-fit: cover;
    object-position: center top;
    height: 420px;
}

.shakujii-literary_item2 {
    text-align: center;
    width: 61%;
}

.shakujii-literary_item2 .cap {
    font-size: 11px;
}

.shakujii-literary_item2 .cap {
    text-align: left;
}

.shakujii-literary_item2 img {
    width: 100%;
    object-fit: cover;
}

@media(max-width:767px) {
    .shakujii-literary_item-wrap {
        gap: 20px;
        flex-direction: column;
    }

    .shakujii-literary_item img {
        height: auto;
    }

    .shakujii-literary_item {
        width: 100%;
    }

    .shakujii-literary_item2 {
        margin-top: 30px;
        width: 100%;
    }

    .shakujii-literary_item .cap {
        font-size: 10px;
    }

    .shakujii-literary_item2 .cap {
        font-size: 10px;
    }
}


/* protected-residential-nature */
.protected-residential-nature {
    padding: 60px 0;
}

.protected-residential-nature .section_title {
    font-size: 28px;
    margin-bottom: 20px;
}

.protected-residential-nature_image {
    position: relative;
    margin-top: 20px;
}

.protected-residential-nature_image .image_cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
    color: #fff;
    z-index: 2;
}

.protected-residential-nature .cap {
    font-size: 11px;
}


@media(max-width:767px) {
    .protected-residential-nature {
        padding: 40px 0;
    }

    .protected-residential-nature .section_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .protected-residential-nature_image .image_cap {
        font-size: 10px;
    }

    .protected-residential-nature .cap {
        font-size: 10px;
    }
}


/* scenic-area */
.scenic-area {
    padding: 60px 0;
}

.scenic-area_title {
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.scenic-area_title_wrap {
    position: relative;
}


.area_line {
    position: relative;
    margin-bottom: 100px;
}

.area_line_space {
    margin-bottom: 0;
    margin-top: 100px;
}

.area_line::after {
    content: "";
    position: absolute;
    top: 46%;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #547c77;
    z-index: -1;
}

.area_line::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #547c77;
    z-index: -1;
}

.area_line p {
    font-size: 34px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 20px;
    color: #547c77;
}

.area_line_space p {
    padding: 30px 0;
    background-color: inherit;
}

.scenic-area_wrapper_left {
    width: 100%;
}

.scenic-area_wrapper_right {
    width: 100%;
    margin-top: 60px;
}

.scenic-area .section_title {
    font-size: 28px;
}

.scenic-area .scenic-area_text {
    margin-top: 20px;
}

.scenic-area .image_cap {
    font-size: 11px;
}

.scenic-area .cap {
    margin-top: 0;
    font-size: 11px;
}

.scenic-area_text_wrap {
    padding: 10px;
    margin-top: 30px;
    background-color: #e6ebee;
    font-size: 13px;
}

.scenic-area_text_wrap .cap {
    font-size: 11px;
}

.scenic-area_text_wrap ul {
    display: flex;
    gap: 0 5px;
    flex-wrap: wrap;
}

.scenic-area_text_wrap li {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
}

.scenic-area_image_wrap {
    margin: 0 auto;
    text-align: center;
}

.scenic-area_image_wrap .image_cap {
    text-align: left;
}

.scenic-area_image_wrap img {
    width: 80%;
}

@media(max-width:767px) {
    .scenic-area {
        padding: 40px 0;
    }

    .scenic-area_wrapper {
        flex-direction: column;
    }

    .scenic-area_wrapper_left {
        width: 100%;
    }

    .scenic-area_wrapper_right {
        width: 100%;
    }

    .scenic-area .section_title {
        font-size: 16px;
    }

    .scenic-area .image_cap {
        font-size: 10px;
        margin-top: 10px;
    }

    .scenic-area .cap {
        font-size: 10px;
    }

    .scenic-area_image_wrap img {
        width: 100%;
    }

    .scenic-area .scenic-area_text {
        margin-top: 12px;
    }

    .area_line {
        margin-bottom: 30px;
    }

    .area_line_space {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .area_line p {
        font-size: 24px;
        padding: 20px 0;
    }

    .scenic-area_text_wrap .cap {
        font-size: 10px;
    }
}


/* limited-scenic-zone */
.limited-scenic-zone {
    padding: 80px 0;
}

.limited-scenic-zone_left {
    width: 100%;
}

.limited-scenic-zone_image {
    width: 100%;
    position: relative;
}

.limited-scenic-zone_image .image_cap {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 11px;
    transform: translateY(100%);
}

.limited-scenic-zone .section_title {
    font-size: 28px;
    margin-bottom: 20px;
}

.limited-scenic-zone .section_title span {
    font-size: 32px;
}

.limited-scenic-zone .section_title .limited-scenic-zone_big {
    font-size: 40px;
    color: #006636;
}

.limited-scenic-zone .section_title .limited-scenic-zone_small {
    font-size: 28px;
    color: #006636;
    margin-bottom: 20px;
}

.limited-scenic-zone_image {
    margin-top: 60px;
    text-align: center;
}

@media(max-width:767px) {
    .limited-scenic-zone {
        padding: 40px 0;
    }

    .limited-scenic-zone_wrap {
        flex-direction: column;
    }

    .limited-scenic-zone_left {
        width: 100%;
    }

    .limited-scenic-zone_image {
        width: 100%;
    }

    .limited-scenic-zone .section_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .limited-scenic-zone .section_title .limited-scenic-zone_big {
        font-size: 30px;
    }

    .limited-scenic-zone .section_title .limited-scenic-zone_small {
        font-size: 16px;
    }

    .limited-scenic-zone_image img {
        width: 100%;
    }

    .limited-scenic-zone_image .image_cap {
        font-size: 10px;
    }
}


/* lowrise-residential-zone */
.lowrise-residential-zone {
    padding: 80px 0 0;
}

.lowrise-residential-zone .section_title {
    font-size: 28px;
    margin-bottom: 20px;
}

.lowrise-residential-zone_wrap {
    width: 100%;

}

.lowrise-residential-zone_wrap .cap {
    font-size: 11px;
}

.lowrise-residential-zone_wrap_text_wrap {
    padding: 10px;
    margin-top: 30px;
    background-color: #e6ebee;
    font-size: 13px;
}

.lowrise-residential-zone_wrap_text_wrap .cap {
    font-size: 11px;
}

.lowrise-residential-zone_wrap_text_wrap-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.lowrise-residential-zone_wrap_text_wrap-list li {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
}

.lowrise-residential-zone_wrap-image_item {
    text-align: center;
    margin-top: 60px;
}

.lowrise-residential-zone_wrap-image_item img {
    height: 550px;
    object-fit: cover;
    object-position: center bottom;
}

.lowrise-residential-zone_left {
    width: 100%;
}

.lowrise-residential-zone_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.lowrise-residential-zone_list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.lowrise-residential-zone_list li::before {
    content: "";
    display: block;
    width: 30px;
    height: 10px;
    background-image: url(../../heritage/img/lowrise-residential-zone_list01.svg);
    margin-right: 10px;
}

.lowrise-residential-zone_list li:nth-of-type(2)::before {
    background-image: url(../../heritage/img/lowrise-residential-zone_list02.svg);
}

.lowrise-residential-zone_list li:nth-of-type(3)::before {
    background-image: url(../../heritage/img/lowrise-residential-zone_list03.svg);
}

.lowrise-residential-zone_list li:nth-of-type(4)::before {
    background-image: url(../../heritage/img/lowrise-residential-zone_list04.svg);
}

.lowrise-residential-zone_list li:nth-of-type(5)::before {
    background-image: url(../../heritage/img/lowrise-residential-zone_list05.svg);
}

.lowrise-residential-zone_list li:nth-of-type(6)::before {
    background-image: url(../../heritage/img/lowrise-residential-zone_list06.svg);
}

@media(max-width:767px) {
    .lowrise-residential-zone {
        padding: 40px 0;
    }

    .lowrise-residential-zone .section_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .lowrise-residential-zone_bgwrap {
        flex-direction: column;
    }

    .lowrise-residential-zone_left {
        width: 100%;
    }

    .lowrise-residential-zone_wrap {
        width: 100%;
    }

    .lowrise-residential-zone_wrap-image_item img {
        width: 100%;
        height: 290px;
    }

    .lowrise-residential-zone_wrap_text_wrap .cap {
        font-size: 10px;
    }

}

/* gm-syakuji */
.gm-syakuji {
    padding: 80px 0;
}

.gm-syakuji_wrap {
    margin-top: 60px;
}

.gm-syakuji_wrap .image_cap {
    text-align: right;
    font-size: 11px;
}

.gm-syakuji .section_title {
    font-size: 28px;
    margin-bottom: 20px;
}

.gm-syakuji_image-wrap {
    margin-top: 60px;
    position: relative;
}

.gm-syakuji_image-wrap .image_cap {
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

.gm-syakuji_image-wrap img {
    height: 430px;
    object-fit: cover;
    object-position: center bottom;
}

.gm-syakuji_image-wrap02 {
    width: 100%;
}

.gm-syakuji_image-wrap03 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;

}

.gm-syakuji_image-wrap .cap {
    font-size: 11px;
}

.gm-syakuji_image-wrap02 .cap {
    font-size: 11px;
}

.gm-syakuji_image-wrap03 img {
    height: 340px;
    object-fit: cover;
    object-position: center;

}

.gm-syakuji_image-wrap04,
.gm-syakuji_image-wrap05 {
    width: 100%;

}

.gm-syakuji_image-wrap04_title,
.gm-syakuji_image-wrap05_title {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
}

.gm-syakuji_image-wrap04_list,
.gm-syakuji_image-wrap05_list {
    font-size: 11px;
    margin-top: 6px;
    line-height: 1.1;
}

@media(max-width:767px) {
    .gm-syakuji {
        padding: 40px 0;
    }

    .gm-syakuji_wrap .image_cap {
        font-size: 10px;
    }

    .gm-syakuji_wrap {
        flex-direction: column;
        margin-top: 0;
    }

    .gm-syakuji_image-wrap02 {
        width: 100%;
    }

    .gm-syakuji_image-wrap img {
        height: auto;
    }

    .gm-syakuji_image-wrap .image_cap {
        font-size: 10px;
    }

    .gm-syakuji .section_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .gm-syakuji_image-wrap {
        margin-top: 40px;
    }

    .gm-syakuji_image-wrap02 {
        margin-top: 40px;
    }

    .gm-syakuji_image-wrap03 {
        flex-direction: column;
        margin-top: 40px;
        gap: 20px;
        width: 100%;
    }

    .gm-syakuji_image-wrap03 img {
        height: auto;

    }

    .gm-syakuji_image-wrap05 {
        margin-top: 40px;

    }
}