/* 共通パーツ */
main{
    overflow-x: hidden;
}
section{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}
h2{
    color: #4B4B4B;
    /* PC/Noto Serif JP_H3 */
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}
h3{
    color: #4B4B4B;
    /* PC/Noto Serif JP_H3 */
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}
p{
    color: #4B4B4B;
    /* PC/Noto Sans JP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
}
._vertical{
    writing-mode: vertical-rl;
    text-orientation: upright;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 4s cubic-bezier(.4,0,.2,1), transform 4s cubic-bezier(.4,0,.2,1);
}
._vertical.is-visible {
    opacity: 1;
    transform: translateY(0);
}
._vertical::after{
    content: "";
    width: clamp(1.4rem, 0.8rem + 2.5vw, 3.8rem);
    height: 80%;
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: -1;
}
._vertical::before{
    content: "";
    width: clamp(1.4rem, 0.8rem + 2.5vw, 3.8rem);
    height: 80%;
    position: absolute;
    top: 30%;
    right: 75%;
    z-index: -1;
}
._vertical-mixed {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
._rotate-vertical {
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    white-space: nowrap;
}
._flex{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 80px;
}
._reverse{
    flex-direction: row-reverse;
}
._flex-text{
    width: 48%;
}
._flex-img{
    width: 48%;
}
._flex-info{
    padding: 8px 0;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    margin: 24px 0;
}
.btn{
    display: flex;
    width: 320px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #6D71C3;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}
._flex-right{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
._flex-right-text{
    width: 48%;
    box-sizing: border-box;
}
._flex-right-img{
    width: 48%;
    margin-right: calc(50% - 50vw);
    padding-left: 5%;
    flex: auto;
}

/* mv */
.mv{
    width: 100%;
    max-width: 100%;
    height: 900px;
    background-image: url(../img/mv-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.mv-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 700px;
}

/* nav */
.nav {
    padding-top: 120px;
}
.nav h2{
    text-align: center;
    font-weight: 400;
    padding: 16px 0;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    max-width: 700px;
    margin: 0 auto;
}
.nav h2:first-child{
    border-bottom: none;
}
.nav-list{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 120px;
}
.nav-item{
    width: 26%;
}
.nav-item a{
    display: block;
}

/* garden */
.garden{
    position: relative;
    padding-left: 10%;
    padding-top: 0;
    margin-top: 80px;
    box-sizing: border-box;
}
.garden ._vertical{
    position: absolute;
    top: 0;
    left: 0;
    color: #4B4B4B;
    font-family: "Noto Serif JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
}
.garden ._vertical span{
    color: #43CDAF;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    letter-spacing: 1.8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.garden ._vertical .line{
    color: #D1D1D1;
    font-size: 20px;
    font-weight: 400;
    writing-mode: vertical-lr;
    text-combine-upright: all;
}
.garden-flex{
    margin-top: 120px;
}
.line-br{
    display: none;
}
/* plan */
.plan{
    position: relative;
    padding-left: 10%;
    box-sizing: border-box;
    margin-top: 80px;
}
.plan ._vertical{
    position: absolute;
    top: 0;
    left: 0;
    color: #348473;
    font-family: "Noto Serif JP";
    font-size: clamp(1.5rem, 0.893rem + 2.59vw, 4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.plan ._vertical::after{
    background: #D5EAE5;
    right: 40%;
    height: 100%;
}
/* restaurant */
.restaurant{
    position: relative;
    padding-left: 10%;
    box-sizing: border-box;
}
.restaurant ._vertical{
    position: absolute;
    top: 0;
    left: 0;
    color: #A87551;
    font-family: "Noto Serif JP";
    font-size: clamp(1.5rem, 0.893rem + 2.59vw, 4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.restaurant ._vertical::after{
    background: #F5DFCF;
    top: 30%;
    right: 40%;
    height: 100%;
}
.restaurant-flex:first-of-type{
    margin-bottom: 80px;
}
.restaurant-text h2{
    margin-bottom: 8px;
}
.restaurant .btn{
    margin-top: 24px;
}


/* spot */
.spot{
    position: relative;
    width: 100%;
    max-width: 100%;
    background-image: url(../img/spot-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.spot-inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 10%;
    box-sizing: border-box;
    position: relative;
}
.spot ._vertical{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    color:#6D71C3;
    font-family: "Noto Serif JP";
    font-size: clamp(1.5rem, 0.893rem + 2.59vw, 4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.spot ._vertical::after{
    content: "";
    background: #DFE0FD;
    width: clamp(1.4rem, 0.8rem + 2.5vw, 3.8rem);
    height: 80%;
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: -1;
}
.spot ._vertical::before{
    content: "";
    background: #DFE0FD;
    width: clamp(1.4rem, 0.8rem + 2.5vw, 3.8rem);
    height: 80%;
    position: absolute;
    top: 30%;
    right: 75%;
    z-index: -1;
}
.spot-flex{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.spot-flex ._flex-text{
    padding:24px 0 24px 24px ;
}
.spot-flex:nth-of-type(2){
    position: relative;
    overflow: visible;
}
.spot-flex:nth-of-type(2)::after{
    content: "映像提供：静岡県清水町";
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    color: #4B4B4B;
    position: absolute;
    bottom: -8px;
    transform: translateY(100%);
}
.attention{
    font-weight: 400;
    width: fit-content;
    margin: 160px auto 0;
}

.footer{
    background: #fff;
}
.footer-inner{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer-inner img{
    width: 100%;
    max-width: 200px;
}
.footer-adress{
    font-size: 14px;
}
.copylight{
    background: #4B4B4B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
}
.copylight p{
    color:#FFF;
    font-family: "Zen Maru Gothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.sp-only{
    display: none;
}
@media screen and (max-width: 1300px) {
    .line-br{
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    section{
        width: 90%;
        padding: 40px 0;
    }
    ._flex{
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }
    ._flex-text{
        width: 100%;
    }
    ._flex-img{
        width: 100%;
    }
    ._flex-right{
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }
    ._flex-right-text{
        width: 100%;
    }
    ._flex-right-img{
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }
    ._vertical{
        position: static;
        margin-bottom: 40px;
        align-items: left;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 20px;
    }
    .mv{
        height: 400px;
    }
    .mv-logo{
        width: 70%;
    }

    .nav-list{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .nav-item{
        width: 60%;
    }
    .nav-item a{
        width: 100%;
    }
    .garden{
        padding-left: 0;
    }
    .garden ._vertical {
        position: static;
    }
    .garden-flex{
        margin-top: 36px;
    }

    .plan{
        padding-left: 0;
    }
    .plan ._vertical{
        position: absolute;
        font-size: 32px;
    }

    .restaurant{
        padding-left: 0;
    }
    .restaurant ._vertical{
        position: absolute;
        font-size: 32px;
    }

    .spot{
        padding-left: 0;
    }
    .spot ._vertical{
        position: absolute;
        font-size: 32px;
        transform: translateX(0);
        text-shadow: 0 0 10px #ffffffc3;
    }
    .spot ._vertical::after{
        background: #DFE0FD;
        width: 40%;
        height: 80%;
        position: absolute;
        top: 0;
        right: 4%;
        z-index: -1;
    }
    .spot ._vertical::before{
        background: #DFE0FD;
        width: 40%;
        height: 80%;
        position: absolute;
        top: 25%;
        right: 54%;
        z-index: -1;
    }

    .spot-inner{
        width: 90%;
        padding-left: 0;
    }
    .spot-flex ._flex-text{
        padding: 16px;
    }
    .spot-flex ._flex-img{
        border-radius: 8px 8px 8px 0;
        overflow: hidden;
    }
    .spot .btn{
        width: 100%;
    }

    .footer-inner{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .footer-inner img{
        max-width: 240px;
    }
    .footer-adress{
        text-align: center;
    }
    .copylight{
        height: 40px;
    }
    .copylight p{
        font-size: 10px;
    }
}

html {
  scroll-behavior: smooth;
}