.mv{
    background: url(../img/mv-bg.webp) no-repeat center center / cover;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mv h1{
    color: #FFF;
    /* PC/Shippori Mincho OTF_H1 */
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
}
.mv span{
    color:#FFF;
    /* PC/Crimson Text_H3 */
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.content{
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    background-image: url(../img/content-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content h2{
    color: #333;
    /* PC/Shippori Mincho OTF_H2 */
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    margin: 0 0 24px;
}
.content h2 span{
    color: #A29F67;
    /* PC/Crimson Text_H3 */
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 170%; 
}
.content-title{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.content-title p{
    color: #333;
    text-align: center;
    /* PC/Shippori Mincho OTF_H3 */
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
    margin-bottom: 120px;
}

.content-item{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto 120px;
}
.content-item h3{
    color:#333;
    text-align: center;
    /* PC/Shippori Mincho OTF_H3 */
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
    margin-bottom: 40px;
}
.content-flex{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 80px;
}
.content-text{
    width: 50%;
}
.content-text h4{
    color: #333;
    font-family: "Shippori Mincho", serif;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
    border-bottom: 1px solid #333;
    width: 80%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.content-text h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(100%);
    background: #CDB269;
    z-index: 2;
    width: 20%;
}
.content-text h4 span{
    color:#333;
    text-align: center;
    /* PC/Shippori Mincho OTF_H3 */
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
}
.content-text p{
    color: var(--main-txt, #333);
    /* PC/Shippori Mincho OTF_p */
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.content-info{
    width: 40%;
    padding: 16px;
    background: #F3F9F8;
}
.content-info p{
    color: #343B2B;
    /* PC/Shippori Mincho OTF_p */
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.content-info-item{
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #343B2B;
    padding: 8px 0;
}
.content-table table {
    width: 80%;
    max-width: 1080px;
    margin: 32px auto;
    min-width: 700px;
    border-collapse: collapse;
    font-family: 'Shippori Mincho', serif;
    background: #fff;
}

.content-table th,
.content-table td {
    border: 1px solid #e5dfc7;
    padding: 12px 8px;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
}

.content-table thead th {
    background: #F6F5E2;
    color: #7a6c3e;
    font-weight: 700;
    font-size: 1.1rem;
}

.content-table tbody th {
    background: #f7f6ed;
    color: #7a6c3e;
    font-weight: 500;
    text-align: left;
    min-width: 160px;
}

.content-table tr {
    transition: background 0.2s;
}
.content-table td {
    color: #4d4d4d;
}

.sp-only{
    display: none;
}

/* トップに戻るボタン */
.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #A29F67;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

.to-top.visible {
    opacity: 1;
    visibility: visible;
}

.to-top:hover {
    background: #CDB269;
}

@media (max-width: 700px) {
    .content-table {
        width: 100%;
        overflow-x: scroll;
    }
    .content-flex{
        flex-direction: column-reverse;
    }
    .content-text{
        width: 100%;
    }
    .content-info{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 16px;
    }
    .sp-only{
        display: block;
    }
}




/* Footer */
.footer {
    position: relative;
    z-index: 2;
    background: #b4ab7c;
    margin-top: 120px;
}
.footer .nav{
    margin-top: 16px;
}
.footer img {
    width: 100%;
    height: 150px;
}
.footer .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1.5em 0;
}
.footer .logo a {
    width: 225px;
}
.ft_detail .logo img {
    width: 100%;
    height: auto;
}
.ft_detail .ft_info {
    text-align: center;
    color: var(--wht);
}
.ft_detail .ft_info h3 {
    font-weight: 500;
    font-family: var(--zen);
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 3.12px;
    margin-bottom: 1em;
}
.ft_detail .ft_info .text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2.08px;
}
.ft_detail .linkBtn a {
    background: var(--wht);
    width: 300px;
    height: 50px;
    color: var(--gld);
    font-size: 20px;
    border: solid 2px var(--wht);
    border-radius: 80px;
    margin: 1em auto;
}
.nav .insta a {
    width: 50px;
    height: 50px;
}
.nav .insta a img {
    height: auto;
}
.nav ul {
    margin-bottom: 2em;
}
.nav ul li {
    text-align: center;
    color: #FFF;
}
.nav a {
    color: var(--wht);
    font-size: 13px;
    line-height: 15.2px;
    font-family: var(--san);
}
.footer .copyright {
    color: #fff;
    background: var(--wht);
    font-family: var(--san);
    text-align: center;
    font-size: 12px;
    padding: 18px 15px;
    font-weight: 300;
    line-height: 15.2px;
    letter-spacing: 0.36px;
}
@media screen and (min-width: 1024px) {
    .footer img {
    height: 350px;
    object-position: 0 64%;
    }
    .ft_detail .logo img {
    width: 100%;
    height: auto;
    }
    .ft_detail .linkBtn a {
    width: 25%;
    }
    .nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    }
    .nav ul li:first-of-type::before,
    .nav ul li:first-of-type::after,
    .nav ul li:last-of-type::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    }
    .nav ul li:first-of-type::before {
    padding-left: 20px;
    border-left: solid 1px var(--wht);
    }
    .nav ul li:first-of-type::after {
    border-right: solid 1px #FFF;
    padding-right: 20px;
    }
    .nav ul li:last-of-type::after {
    padding-right: 20px;
    border-right: solid 1px var(--wht);
    }
}

/* スライドショー用スタイル */
.slide {
    position: relative;
    width: 100%;
    aspect-ratio: 540/201;
    margin-bottom: 16px;
}
.slide-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.7s;
    display: block;
}
.slide-item.active {
    opacity: 1;
    z-index: 1;
}
.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-indicators {
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}
.slide-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5dfc7;
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
}
.slide-indicator.active {
    background: #a29f67;
}