.c-hoverAniLink-area {
    text-decoration: none;
}
.c-hoverAniLink {
    position: relative;
}
.c-hoverAniLink::before,
.c-hoverAniLink::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.c-hoverAniLink::before {
    top: 0;
    left: 0;
    border-bottom: 1px solid #131317;
    border-left: 1px solid #131317;
    transition: height 0.1s ease 0.3s, width 0.1s ease 0.2s, opacity 0s ease 0.4s;
}
.c-hoverAniLink::after {
    bottom: 0;
    right: 0;
    border-top: 1px solid #131317;
    border-right: 1px solid #131317;
    transition: height 0.1s ease 0.1s, width 0.1s ease, opacity 0s ease 0.2s;
}
@media (any-hover: hover) {
    .c-hoverAniLink-area:hover .c-hoverAniLink::before {
        width: 100%;
        height: 100%;
        transition: height 0.1s ease, width 0.1s ease 0.1s, opacity 0s ease 0s;
        opacity: 1;
    }
    .c-hoverAniLink-area:hover .c-hoverAniLink::after {
        width: 100%;
        height: 100%;
        transition: height 0.1s ease 0.2s, width 0.1s ease 0.3s, opacity 0s ease 0.2s;
        opacity: 1;
    }
}

body.single-neighborhood,
body.post-type-archive-neighborhood,
body.page-template-page-neighborhood-villa,
body.page-template-page-neighborhoods {
    background-color: #FFF;
}
body.single-neighborhood .l-header,
body.post-type-archive-neighborhood .l-header,
body.page-template-page-neighborhood-villa .l-header,
body.page-template-page-neighborhoods .l-header {
    color: #000000;
}
body.single-neighborhood .l-header__hamburger span,
body.post-type-archive-neighborhood .l-header__hamburger span,
body.page-template-page-neighborhood-villa .l-header__hamburger span,
body.page-template-page-neighborhoods .l-header__hamburger span {
    background: #404040;
}
body.single-neighborhood .l-header__logo__link svg path,
body.post-type-archive-neighborhood .l-header__logo__link svg path,
body.page-template-page-neighborhood-villa .l-header__logo__link svg path,
body.page-template-page-neighborhoods .l-header__logo__link svg path {
    display: none;
}
body.single-neighborhood .l-header__logo__link svg,
body.post-type-archive-neighborhood .l-header__logo__link svg,
body.page-template-page-neighborhood-villa .l-header__logo__link svg,
body.page-template-page-neighborhoods .l-header__logo__link svg {
    background: url(../images/images202607/cocovilla-logo_black.svg) no-repeat center center / contain;
}
body.single-neighborhood .c-breadcrumb__list,
body.post-type-archive-neighborhood .c-breadcrumb__list,
body.page-template-page-neighborhood-villa .c-breadcrumb__list,
body.page-template-page-neighborhoods .c-breadcrumb__list {
    flex-wrap: wrap;
}

.l-neighborhood-main {
    background: #FFF;
    padding-top: 89px;
    position: relative;
}
.l-neighborhood-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../img/common/bg-black.png);
    background-repeat: repeat;
    background-size: contain;
    opacity: .1;
    pointer-events: none;
}

.l-neighborhood-inner {
    padding-inline: 20px;
    max-width: calc(1088px + 20px * 2);
    margin-inline: auto;
}



/* ------------------------------------ */
/* --- 周辺観光スポット 施設詳細ページ --- */
/* ------------------------------------ */

.p-neighborhoodArticle__category p {
    border-radius: 2px;
    border: 1px solid #8E8E8F;
    background: #5D5E61;
    width: fit-content;
    padding: 5px 24px;
    color: #E0E0E0;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.8px;
}

.p-neighborhoodArticle__title {
    margin-top: 60px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.5px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle__title {
        margin-top: 56px;
        font-size: 40px;
        line-height: 1.05;
    }
}
.p-neighborhoodArticle__title::after {
    content: "SPOT DETAIL";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(64, 64, 64, 0.04);
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle__title::after {
        font-size: 110px;
        line-height: 1;
        letter-spacing: 8.8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .p-neighborhoodArticle__title::after {
        font-size: clamp(40px, 12.2222vw, 110px);
    }
}

.p-neighborhoodArticle__images {
    margin-top: 54px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle__images {
        margin-top: 78px;
    }
}

.p-neighborhoodArticle__imageMain {
    width: 100%;
    aspect-ratio: 353 / 234.665;
    display: none;
}
.p-neighborhoodArticle__imageMain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-neighborhoodArticle__imageMain.is-show {
    display: block;
}

.p-neighborhoodArticle-images__buttons {
    margin-top: 10.6px;
    display: flex;
    gap: 7px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-images__buttons {
        margin-top: 10px;
        gap: 12px;
    }
}

.p-neighborhoodArticle__imageButton {
    width: calc(65 / 353 * 100%);
    aspect-ratio: 65 / 43.21;

    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle__imageButton {
        width: calc(208 / 1088 * 100%);
        aspect-ratio: 208 / 138.273;
    }
}
.p-neighborhoodArticle__imageButton img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-neighborhoodArticle__imageButton.is-active {
    border: 2px solid #000;
}

.p-neighborhoodArticle-info {
    margin-top: 52px;
}

.p-neighborhoodArticle-info__title {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
    letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-info__title {
        font-size: 28px;
        line-height: 1;
    }
}

.p-neighborhoodArticle-info__detail {
    margin-top: 39px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-info__detail {
        margin-top: 18px;
    }
}

.p-neighborhoodArticle-info__set {
    padding: 11px 0 12.5px 6px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-info__set {
        padding: 20px 0 19px;
        border-bottom: 1px solid #E0E0E0;
        flex-direction: row;
        gap: 0;
    }
}

.p-neighborhoodArticle-info__set dt {
    color: #666;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.153846;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-info__set dt {
        width: 240px;
        flex-shrink: 0;
        font-size: 14px;
        line-height: 2;
    }
}

.p-neighborhoodArticle-info__set dd {
    color: #404040;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.76;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-info__set dd {
        flex-grow: 1;
        font-size: 14px;
        line-height: 2;
    }
}

.p-neighborhoodArticle-highlights {
    margin-top: 63px;
    padding: 40px 26px 24px;
    border: 4px solid #ECECEC;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-highlights {
        margin-top: 62px;
        padding: 62px 26px 24px;
        border: 4px solid #ECECEC;
    }
}

.p-neighborhoodArticle-highlights__title {
    position: relative;
}
.p-neighborhoodArticle-highlights__title h2 {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-highlights__title h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }
}
.p-neighborhoodArticle-highlights__title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

    color: rgba(64, 64, 64, 0.04);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-highlights__title p {
        font-size: 110px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 8.8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .p-neighborhoodArticle-highlights__title p {
        font-size: clamp(40px, 12.2222vw, 110px);
    }
}

.p-neighborhoodArticle-highlights__text {
    margin-top: 48px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-highlights__text {
        margin-top: 72px;
        font-size: 14px;
    }
}

.p-neighborhoodArticle-highlights__note {
    margin-top: 16px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 2.2;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-highlights__note {
        line-height: 2.33333;
    }
}

.p-neighborhoodArticle-points {
    margin-top: 65px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-points {
        margin-top: 97px;
    }
}

.p-neighborhoodArticle-points__title {
    position: relative;
}
.p-neighborhoodArticle-points__title h2 {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1665;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-points__title h2 {
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-points__title h2 .lineBreak {
        display: none;
    }
}
.p-neighborhoodArticle-points__title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(64, 64, 64, 0.04);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-points__title p {
        font-size: 110px;
        font-weight: 400;
        letter-spacing: 8.8px;
    }
}

.p-neighborhoodArticle-points__list {
    list-style: none;
    padding: 0;
    margin: 39px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-points__list {
        margin-top: 72px;
    }
}

.p-neighborhoodArticle-points__list li {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #ECECEC;
    padding: 16px 20px;
    display: flex;
    gap: 13px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-points__list li {
        font-size: 18px;
        line-height: 1.44444;
    }
}
.p-neighborhoodArticle-points__list li::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FFF url(../images/images202607/icon-check.svg) no-repeat center center / 11.314px 8.014px;
}

.p-neighborhoodArticle-targets {
    margin-top: 61px;
}

.p-neighborhoodArticle-targets__title {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-targets__title {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 1.2px;
    }
}

.p-neighborhoodArticle-targets__list {
    list-style: none;
    padding: 0;
    margin: 39px 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-targets__list {
        gap: 22px;
    }
}
@media screen and (max-width: 393px) {
    .p-neighborhoodArticle-targets__list {
        display: flex;
        flex-wrap: wrap;
        gap: calc(16 / 393 * 100vw);
    }
}

.p-neighborhoodArticle-targets__box {
    padding: 20px 20px 19px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
@media screen and (max-width: 393px) {
    .p-neighborhoodArticle-targets__box {
        width: calc(168 / 353 * 100%);
        padding: calc(20 / 353 * 100%);
        gap: calc(18 / 393 * 100vw);
    }
}

.p-neighborhoodArticle-targets__boxIcon {
    display: block;
    width: 120px;
    aspect-ratio: 1 / 1;
}
@media screen and (max-width: 393px) {
    .p-neighborhoodArticle-targets__boxIcon {
        width: calc(120 / 128 * 100%);
    }
}
.p-neighborhoodArticle-targets__boxIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-neighborhoodArticle-targets__boxHeading {
    color: #404040;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57143;
}

.p-neighborhoodArticle-closestVilla {
    margin-top: 61px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla {
        margin-top: 93px;
    }
}

.p-neighborhoodArticle-closestVilla__title {
    position: relative;
}
.p-neighborhoodArticle-closestVilla__title h2 {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__title h2 {
        font-size: 28px;
        line-height: 1.5;
        letter-spacing: 1.5px;
    }
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__title h2 .lineBreak {
        display: none;
    }
}
.p-neighborhoodArticle-closestVilla__title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(64, 64, 64, 0.04);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 50px;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__title p {
        font-size: 110px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 8.8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .p-neighborhoodArticle-closestVilla__title p {
        font-size: clamp(40px, 11vw, 110px);
    }
}

@media (any-hover: hover) {
    .p-neighborhoodArticle-closestVilla__contentsArea:hover .p-neighborhoodArticle-closestVilla__image img {
        transform: scale(1.05);
    }
}

.p-neighborhoodArticle-closestVilla__contents {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__contents {
        margin-top: 61px;
        flex-direction: row;
        align-items: center;
        gap: 49px;
    }
}

.p-neighborhoodArticle-closestVilla__imageArea {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__imageArea {
        width: calc(620 / 1088 * 100%);
        flex-shrink: 0;
    }
}

.p-neighborhoodArticle-closestVilla__access {
    width: 100%;
    padding: 18px 17px 16px;
    background: #2D2D2D;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.05);
    color: #FFF;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44444;
    position: relative;
}
.p-neighborhoodArticle-closestVilla__access::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 39.161px;
    height: 22px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #2D2D2D;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__access::after {
        width: 60px;
    }
}

.p-neighborhoodArticle-closestVilla__image {
    width: 100%;
    aspect-ratio: 353 / 234.881;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__image {
        aspect-ratio: 620 / 412.538;
    }
}
.p-neighborhoodArticle-closestVilla__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__body {
        flex-grow: 1;
        padding-bottom: clamp(0px, 7.7128vw, 87px);
    }
}

.p-neighborhoodArticle-closestVilla__heading {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
    letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__heading {
        font-size: 26px;
        line-height: 1.07692;
    }
}

.p-neighborhoodArticle-closestVilla__address {
    margin-top: 30px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15385;
    padding-left: 24px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__address {
        font-size: 14px;
        line-height: 2;
    }
}
.p-neighborhoodArticle-closestVilla__address::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(64, 64, 64, 0.20);
}

.p-neighborhoodArticle-closestVilla__explain {
    margin-top: 20px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__explain {
        margin-top: 10px;
    }
}

.p-neighborhoodArticle-closestVilla__link {
    margin: 19px auto 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #A0A0A0;
    text-decoration: none;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    padding: 9px 34px 6px 36px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-closestVilla__link {
        margin-left: 0;
    }
}

.p-neighborhoodArticle-nearVilla {
    margin-top: 74px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-nearVilla {
        margin-top: 76px;
    }
}

.p-neighborhoodArticle-nearVilla__title {
    position: relative;
}
.p-neighborhoodArticle-nearVilla__title h2 {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-nearVilla__title h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }
}
.p-neighborhoodArticle-nearVilla__title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(64, 64, 64, 0.04);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-nearVilla__title p {
        font-size: 110px;
        font-weight: 400;
        letter-spacing: 8.8px;
    }
}

.p-neighborhoodArticle-nearVilla__list {
    margin: 46.5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArticle-nearVilla__list {
        margin-top: 72px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 16px;
    }
}

.p-neighborhoodArticle-nearVilla__list li a {
    text-decoration: none;
}
@media (any-hover: hover) {
    .p-neighborhoodArticle-nearVilla__list li a:hover .p-nA-nearVillaCard__image img {
        transform: scale(1.1);
    }
}

.p-nA-nearVillaCard {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .p-nA-nearVillaCard {
        width: 260px;
    }
}

.p-nA-nearVillaCard__image {
    width: 100%;
    aspect-ratio: 353 / 249.815;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-nA-nearVillaCard__image {
        aspect-ratio: 260 / 184;
    }
}
.p-nA-nearVillaCard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.p-nA-nearVillaCard__heading {
    margin-top: 25px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
    letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
    .p-nA-nearVillaCard__heading {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
}

.p-nA-nearVillaCard__access {
    margin-top: 9px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .p-nA-nearVillaCard__access {
        font-size: 14px;
        line-height: 0.92857;
    }
}
.p-nA-nearVillaCard__access::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/images202607/icon-accessMap.svg) no-repeat center center / contain;
}

.p-neighborhood-bottomLink {
    margin-top: 81px;
}



/* -------------------------------- */
/* --- 周辺観光スポット 施設一覧ページ */
/* -------------------------------- */

.p-neighborhoodArchive {
    padding-top: 2px;
}

.p-neighborhoodArchive__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.p-neighborhoodArchive__title h1 {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArchive__title h1 {
        font-size: 30px;
        line-height: 1.4;
        letter-spacing: 1.5px;
    }
}
@media screen and (max-width: 767.98px) {
    .p-neighborhoodArchive__title h1 .sp-hidden {
        display: none;
    }
}
.p-neighborhoodArchive__title p {
    color: #404040;
    font-family: "Cormorant Garamond";
    font-size: 15.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.26582;
    text-transform: capitalize;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArchive__title p {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

.p-neighborhoodArchive__headText {
    margin-top: 34px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArchive__headText {
        margin-top: 50px;
        font-size: 14px;
    }
}

.p-neighborhoodArchive__list {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodArchive__list {
        margin-top: 39px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px 16px;
    }
}

.p-neighborhoodArchive__list li a {
    text-decoration: none;
}

.p-nArchiveCard__image {
    width: 100%;
    aspect-ratio: 353 / 249.817;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-nArchiveCard__image {
        aspect-ratio: 260 / 184;
    }
}
.p-nArchiveCard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.p-neighborhoodArchive__list li a:hover .p-nArchiveCard__image img {
    transform: scale(1.1);
}

.p-nArchiveCard__name {
    margin-top: 26px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
}

.p-nArchiveCard__address {
    margin-top: 4px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15385;
    letter-spacing: 1.3px;
}



/* ---------------------------------- */
/* --- 周辺観光スポット 拠点別ページ --- */
/* ---------------------------------- */

.p-neighborhoodSpots {
    padding-top: 2px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots {
        padding-top: 0;
    }
}

.p-neighborhoodSpots__pageTitle {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots__pageTitle {
        font-size: 30px;
        letter-spacing: 1.5px;
    }
}

.p-neighborhoodSpots__pageHead {
    margin-top: 39px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots__pageHead {
        margin-top: 50px;
        font-size: 14px;
    }
}

.p-neighborhoodSpots-villa {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa {
        margin-top: 39px;
        flex-direction: row;
        gap: clamp(1.5rem, -1.967rem + 7.22vw, 3.125rem);
    }
}
@media screen and (min-width: 1128px) {
    .p-neighborhoodSpots-villa {
        gap: 50px;
    }
}

.p-neighborhoodSpots-villa__image {
    width: 100%;
    aspect-ratio: 353 / 234.881;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa__image {
        width: calc(620 / 1088 * 100%);
        aspect-ratio: 620 / 412.538;
        flex-shrink: 0;
    }
}
.p-neighborhoodSpots-villa__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa__body {
        flex-grow: 1;
        padding-top: 26px;
    }
}

.p-neighborhoodSpots-villa__title {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
    letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa__title {
        font-size: 28px;
        line-height: 1;
    }
}

.p-neighborhoodSpots-villa__address {
    margin-top: 20px;
    padding-left: 24px;
    position: relative;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15385;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa__address {
        margin-top: 30px;
        font-size: 14px;
        line-height: 2;
    }
}
.p-neighborhoodSpots-villa__address::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(64, 64, 64, 0.20);
}

.p-neighborhoodSpots-villa__explain {
    margin-top: 11px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa__explain {
        margin-top: 9px;
    }
}

.p-neighborhoodSpots-villa__link {
    margin: 30px auto 0;
    display: block;
    padding: 24px 29px 21px 38px;
    width: fit-content;
    background: #000;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.9px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-villa__link {
        margin-left: 0;
        padding: 26px clamp(1.25rem, -5.417rem + 13.89vw, 4.375rem) 28px;
        font-size: 22px;
        letter-spacing: 2.64px;
    }
}
@media screen and (min-width: 1128px) {
    .p-neighborhoodSpots-villa__link {
        padding-right: 71px;
        padding-left: 70px;
    }
}
@media (any-hover: hover) {
    .p-neighborhoodSpots-villa__link:hover {
        opacity: 0.7;
    }
}

.p-neighborhoodSpots-catLinks {
    margin-top: 61px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-catLinks {
        margin-top: 80px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
}
.p-neighborhoodSpots-catLink {
    display: block;
    background: #404040;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 28px;
    color: #FFF;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.64px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-catLink {
        width: calc((100% - 16px * 2) / 3);
    }
}
@media (any-hover: hover) {
    .p-neighborhoodSpots-catLink:hover {
        opacity: 0.7;
    }
}
.p-neighborhoodSpots-catLink::after {
    content: "↓";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(0.313rem, -3.021rem + 6.94vw, 1.875rem);
}
@media screen and (min-width: 1128px) {
    .p-neighborhoodSpots-catLink::after {
        right: 30px;
    }
}

.p-neighborhoodSpots-catSection {
    margin-top: 72px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-catSection {
        margin-top: 97px;
    }
}

.p-neighborhoodSpots-catSection__title {
    position: relative;
}
.p-neighborhoodSpots-catSection__title h2 {
    color: #404040;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-catSection__title h2 {
        font-size: 28px;
        letter-spacing: 1.5px;
    }
}
.p-neighborhoodSpots-catSection__title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(64, 64, 64, 0.04);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-catSection__title p {
        font-size: 110px;
        font-weight: 400;
        letter-spacing: 8.8px;
    }
}

.p-neighborhoodSpots-catSection__list {
    margin: 37px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-catSection__list {
        margin-top: 72px;
    }
}

@media (any-hover: hover) {
    .p-nSpots-csCardLink:hover .p-nSpots-csCard__image img {
        transform: scale(1.05);
    }
}

.p-nSpots-csCard {
    display: flex;
    flex-direction: column;
    gap: 31px;
}
@media screen and (min-width: 768px) {
    .p-nSpots-csCard {
        flex-direction: row;
        gap: 48px;
    }
}

.p-nSpots-csCard__image {
    width: 100%;
    aspect-ratio: 353 / 234.125;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-nSpots-csCard__image {
        width: calc(521.434 / 1088 * 100%);
        flex-shrink: 0;
        aspect-ratio: 521.434 / 346;
    }
}
.p-nSpots-csCard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
    .p-nSpots-csCard__body {
        flex-grow: 1;
        padding-top: 44px;
    }
}

.p-nSpots-csCard__heading {
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
    letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
    .p-nSpots-csCard__heading {
        font-size: 24px;
        line-height: 1.1667;
    }
}

.p-nSpots-csCard__text {
    margin-top: 20px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
@media screen and (min-width: 768px) {
    .p-nSpots-csCard__text {
        margin-top: 30px;
    }
}

.p-nSpots-csCard__address {
    margin-top: 10px;
    padding-left: 24px;
    position: relative;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.15385;
}
@media screen and (min-width: 768px) {
    .p-nSpots-csCard__address {
        font-size: 14px;
        line-height: 2;
    }
}
.p-nSpots-csCard__address::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(64, 64, 64, 0.20);
}

.p-nSpots-csCard__access {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.p-nSpots-csCard__access::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/images202607/icon-accessMap.svg) no-repeat center center / contain;
}

.p-nSpots-csCard__link {
    margin: 19px auto 0;
    display: grid;
    place-items: center;
    border: 1px solid #A0A0A0;
    width: 200px;
    height: 33px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .p-nSpots-csCard__link {
        margin-top: 30px;
        margin-left: 0;
    }
}

.p-neighborhoodSpots-toVilla {
    margin-top: 78px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-toVilla {
        margin-top: 96px;
        padding-bottom: 37px;
    }
}

.p-neighborhoodSpots-toVilla__title {
    position: relative;
}
.p-neighborhoodSpots-toVilla__title h2 {
    color: rgba(64, 64, 64, 0.92);
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45455;
    letter-spacing: 2.04px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-toVilla__title h2 {
        font-size: 34px;
        line-height: 2;
    }
    .p-neighborhoodSpots-toVilla__title h2 .lineBreak {
        display: none;
    }
}
.p-neighborhoodSpots-toVilla__title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: rgba(64, 64, 64, 0.04);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 52px;
    font-weight: 600;
    line-height: 1.19231;
    letter-spacing: 4.16px;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-toVilla__title p {
        font-size: 110px;
        line-height: 1;
        letter-spacing: 8.8px;
    }
}

.p-neighborhoodSpots-toVilla__link {
    margin: 67px auto 0;
    display: block;
    background: #000;
    padding: 23px 33px;
    width: fit-content;
    color: #FFF;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.9px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
    .p-neighborhoodSpots-toVilla__link {
        margin-top: 49px;
        padding: 26px 69px;
        font-size: 22px;
        letter-spacing: 2.64px;
    }
}
@media (any-hover: hover) {
    .p-neighborhoodSpots-toVilla__link:hover {
        opacity: 0.7;
    }
}



/* ----------------------------------------------- */
/* --- VILLA 投稿ページ 周辺観光スポットセクション --- */
/* ----------------------------------------------- */

.p-villa-neighborhoodSec {
    position: relative;
    height: 783px;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec {
        height: 857px;
    }
}

.p-villa-neighborhoodSec-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #FFF;
    overflow: hidden;
    padding-top: 41px;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec-wrapper {
        padding-top: 64px;
    }
}

.p-villa-neighborhoodSec__title {
    max-width: calc(1088px + 20px * 2);
    padding: 0 20px 16px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.p-villa-neighborhoodSec__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 40px;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.25);
}

.p-villa-neighborhoodSec__titleEn {
    color: #404040;
    font-family: Georgia;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.16667;
    letter-spacing: 6.48px;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec__titleEn {
        font-size: 52px;
        line-height: 1;
        letter-spacing: 9.36px;
    }
}

.p-villa-neighborhoodSec__titleJa {
    color: #404040;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.95px;
}

.p-villa-neighborhoodSec__headText {
    max-width: calc(1088px + 20px * 2);
    padding-inline: 20px;
    margin: 31px auto 0;
    color: #404040;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
}

.p-villa-neighborhoodSec__linkArea {
    margin: 59px auto 0;
    width: fit-content;
}

.p-villa-neighborhoodSec__link {
    display: block;
    padding: 22px 43px 22px 42px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    width: fit-content;
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.9px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec__link {
        padding: 26px 81px;
        font-size: 22px;
        letter-spacing: 2.64px;
    }
}

.p-villa-neighborhoodSec__listArea {
    margin-top: 28px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec__listArea {
        margin-top: 41px;
    }
}

.p-villa-neighborhoodSec__list {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: fit-content;
    animation: nbhSlide 20s linear infinite;
}
@keyframes nbhSlide {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.p-villa-neighborhoodSec__item {
    margin-right: 10px;
    width: 260px;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec__item {
        margin-right: 16px;
        width: 352px;
    }
}
.p-villa-neighborhoodSec__item a {
    text-decoration: none;
}

.p-villa-neighborhoodSec__image {
    width: 100%;
    aspect-ratio: 260 / 182.243;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .p-villa-neighborhoodSec__image {
        aspect-ratio: 352 / 246.729;
    }
}
.p-villa-neighborhoodSec__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
@media (any-hover: hover) {
    .p-villa-neighborhoodSec__item a:hover .p-villa-neighborhoodSec__image img {
        transform: scale(1.1);
    }
}

.p-villa-neighborhoodSec__heading {
    margin-top: 21px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
}

.p-villa-neighborhoodSec__access {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
.p-villa-neighborhoodSec__access::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/images202607/icon-accessMap.svg) no-repeat center center / contain;
}

.p-villa-neighborhoodSec__text {
    margin-top: 10px;
    color: #404040;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69231;
    letter-spacing: 1.3px;
}


.entry-loading {
	text-align: center;
	margin: 3em 0;
	font-weight: 700;
	width: 100%;
	display: none;
}

.entry-loading.is-show {
	display: block;
}


@media screen and (min-width: 921px) and (max-width: 1200px) {
    .l-header__nav {
        gap: clamp(1.25rem, -4.94rem + 10.75vw, 3.125rem);
    }
    .l-header__nav__item__link {
        font-size: clamp(0.625rem, 0.006rem + 1.08vw, 0.813rem);
    }
}