.has-navigation .container.design-container {
    padding-top: 137.5px;
    background: #fff;
    margin-top: 0;
}

.design-inner {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.design-container img {
    width: 100%;
    height: auto;
    display: block;
}

.gara {
    font-family: "garamond-premier-pro-display", serif;
    font-weight: 400;
    font-style: italic;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.design-mv {
    position: relative;
}

.design-mv img {
    width: 100%;
}

.mv-text {
    position: absolute;
    max-width: 35vw;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;

    filter: drop-shadow(0px 0px 5px #000) drop-shadow(0px 0px 10px #000);
}

.design .img-wrapper .caption {
    color: #fff;
    right: 10px;
    font-size: 10px;
}
.design .img-wrapper .caption.is-dark {
    color: #000;
}

.design-title {
    text-align: center;
    margin-block: 7rem;
}

.design-title h2 {
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
}

.design-cont {
    position: relative;
}

.design-cont-flex {
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.design-cont-img {
    width: 40%;
    max-width: 576px;
    aspect-ratio: 576/ 755;
    position: relative;
}

.design-cont-img .img-1 {
    position: absolute;
    width: calc(390% / 5.76);
    top: 0;
    left: 22%;
}

.design-cont-img .img-2 {
    position: absolute;
    width: calc(390% / 5.76);
    top: 35%;
    left: 0;
}

.design-cont-img .img-3 {
    position: absolute;
    width: calc(390% / 5.76);
    bottom: 0;
    right: 0;
}

.design-cont-txt {
    width: 56.5%;
}

.design-cont-txt p {
    font-size: 1.2vw;
    line-height: 2.6;
    color: #fff;
}

.design-swiper {
    position: relative;
}

.swiper-block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300vh;
    z-index: 1;
    background-color: #fff;
}

.swiper-block.stone-block {
    position: sticky;
    height: 25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.overlay.black-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.85) 50%,
            rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
    height: 300vh;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
}

.background-img {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.copy {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 35%;
    z-index: 2;
    color: white;
}

.copy.show {
    opacity: 1;
    transform: translateY(0);
}

.copy h3 {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 20px;
}

.copy p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.6;
}

.abs-txt {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
    color: white;
    font-size: 12px;
}

.map {
    padding: 90px 0;
}

.map-top-cont {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-top-cont-img {
    width: 59%;
}

.map-top-cont-images {
    width: 40%;
    padding-right: 60px;
}

.map-top-cont-images h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 2;
}

.map-top-cont-images ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12.5px;
}

.map-top-cont-images ul li img {
    margin-bottom: 10px;
}

.map-top-cont-images ul li h3 {
    font-size: 16px;
}

.map-bottom-cont {
    display: flex;
    border: 1px solid #000;
}

.map-bottom-cont-left {
    width: 50%;
}

.map-bottom-cont-left-inner {
    padding: 20px 25px;
}

.map-bottom-cont-left-top {
    margin-bottom: 20px;
}

.map-bottom-cont-left-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-bottom-cont-left-bottom img {
    width: 27.5%;
}

.map-bottom-cont-left-bottom p {
    width: 70%;
    font-size: 12px;
    line-height: 1.4;
}

.map-bottom-cont-right {
    width: 50%;
    position: relative;
}

.map-bottom-cont-right .abs-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 65%;
}

.map-bottom-cont-right .abs-txt h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 15px;
}

.map-bottom-cont-right .abs-txt p {
    font-size: 16px;
    line-height: 1.8;
}

.service,
.facility {
    padding: 70px 0;
    background: #eeeeef;
}

.service {
    margin-bottom: 100px;
}

.facility .design-title,
.service .design-title {
    margin-block: 0 5rem;
    text-align: center;
}

.facility .design-title h2,
.service .design-title h2 {
    font-size: 32px;
}

.sp {
    display: none;
}

.design-list-flex {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    align-items: stretch;
}

.design-list-one {
    width: 20%;
    background: #fff;
    border: 1px solid #000;
}

.design-list-txt {
    padding: 10px 15px;
}

.design-list-txt h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

.design-list-txt p {
    font-size: 15px;
    line-height: 1.8;
}

.design-list {
    width: 80%;
}

.design-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
}

.design-list ul li img {
    margin-bottom: 10px;
}

.design-list ul li h3 {
    font-size: 18px;
}

.service .general-section .inner {
    padding: 30px 0 0;
    max-width: 1200px;
}

.facility-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.facility-list ul li {
    text-align: center;
}

.facility-list ul li img {
    margin-bottom: 15px;
}

.facility-list ul li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #37612f;
    padding-bottom: 10px;
}

.facility-list ul li p {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .map-top-cont-images {
        padding-right: 15px;
    }

    .copy {
        right: 20px;
        width: 50%;
    }

    .map-bottom-cont {
        max-width: 700px;
        display: block;
        margin: 0 auto;
    }

    .map-bottom-cont-left {
        width: 100%;
    }

    .map-bottom-cont-right {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .map-top-cont {
        margin: 0 auto 50px;
        display: block;
        width: calc(100% - 30px);
    }

    .map-top-cont-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .map-top-cont-images {
        width: 100%;
        padding: 0px;
    }

    .design-list-flex {
        display: block;
    }

    .design-list-one {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
    }

    .design-list {
        width: 100%;
    }

    .design-list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    }

    .facility-list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    }
}

@media screen and (max-width: 900px) {
    .has-navigation .container.design-container {
        padding-top: 50px;
    }

    .design .icon-tel-btn {
        width: 17px;
    }
}

@media screen and (max-width: 767px) {
    .container.design-container {
        background: none !important;
        padding-top: 0px !important;
        border-top: 50px solid #FFF;
    }

    .design01 {
        background: #fff;
        overflow: hidden;
    }

    .footer-container {
        background: #fff;
    }

    .address-wrap {
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .mv-text {
        max-width: 55vw;
        left: 30%;
    }

    .design-title {
        text-align: center;
        margin-block: 6rem 3rem;
    }

    .design-title h2 {
        font-size: 48px;
    }

    .design-cont {
        padding: 60px 0;
    }

    .design-cont .bg {
        position: absolute;
        inset: 0;
        background: #000;
    }

    .design-cont .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .design-cont-flex {
        position: relative;
        top: initial;
        right: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        display: block;
        width: calc(100% - 30px);
        margin: 0 auto;
        z-index: 2;
    }

    .design-cont-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .design-cont-txt {
        width: 100%;
    }

    .design-cont-txt p {
        font-size: 16px;
        line-height: 2;
        color: #fff;
    }

    .swiper {
        margin-top: 60px;
    }

    .lounge .background-img {
        background-image: url(../images/design/ver_slide03-sp.webp) !important;
    }


    .map {
        padding: 60px 0;
        background: #fff;
    }

    .map-top-cont-images h2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.7;
    }

    .map-top-cont-images ul li h3 {
        font-size: 14px;
    }

    .map-bottom-cont-right .abs-txt {
        bottom: 25px;
        left: 15px;
        width: calc(100% - 30px);
    }

    .map-bottom-cont-right .abs-txt p {
        font-size: 10px;
        line-height: 1.6;
    }

    .map-bottom-cont-right .abs-txt h3 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .service {
        border-bottom: solid 70px #FFF;
        margin-bottom: 0;
    }

    .service,
    .facility {
        padding: 60px 0;
    }

    .facility .design-title,
    .service .design-title {
        margin-block: 0 3rem;
    }

    .facility .design-title h2,
    .service .design-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .design-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .design-list ul li h3 {
        font-size: 14px;
    }

    .design-list-txt h3 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .design-list-txt p {
        font-size: 12px;
        line-height: 1.6;
    }

    .design-list-one .img-wrapper {
        width: 30%;
    }

    .design-list-one .design-list-txt {
        width: 70%;
        padding: 15px 10px;
    }

    .facility-list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .facility-list ul li h3 {
        font-size: 14px;
        padding-bottom: 7.5px;
    }

    .facility-list ul li p {
        font-size: 12px;
        line-height: 1.3;
    }

    .copy {
        width: calc(100% - 40px);
        bottom: 55%;
    }

    .swiper-block.stone-block {
        height: 25vh;
        background: none !important;
        position: relative;
    }

    .design-swiper::before {
        content: "";
        position: fixed;
        inset: 0;
        background: url('../images/design/ver_slide_cmn.webp') center center / cover;
        z-index: -1;
    }

    .copy h3 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .copy p {
        font-size: 14px;
    }
}

@media screen and (max-width: 499px) {
    .map-top-cont-images h2 {
        font-size: 20px;
    }

    .map-bottom-cont-left-inner {
        padding: 15px 10px;
    }

    .map-bottom-cont-left-bottom {
        display: block;
    }

    .map-bottom-cont-left-bottom img {
        width: 100%;
        margin-bottom: 10px;
    }

    .map-bottom-cont-left-bottom p {
        width: 100%;
    }

    .map-bottom-cont-right .abs-txt {
        bottom: 20px;
        left: 10px;
        width: calc(100% - 20px);
    }

    .map-bottom-cont-right .abs-txt h3 {
        font-size: 12px;
    }

    .map-bottom-cont-right .abs-txt p {
        line-height: 1.4;
    }

    .facility .design-title h2,
    .service .design-title h2 {
        font-size: 22px;
    }

    .design-list-one {
        display: block;
    }

    .design-list-one .img-wrapper {
        width: 100%;
    }

    .design-list-one .design-list-txt {
        width: 100%;
    }

    .swiper-block.stone-block {
        /* height: 50vh; */
    }

    .swiper-block,
    .overlay.black-gradient {
        height: 200vh;
    }

    .design-cont-txt p {
        font-size: 14px;
    }
}
