html {
    scroll-behavior: smooth;
    font-family: "Noto Serif JP", serif;
}

/*****共通******/

.corm {
    font-family: "Cormorant Garamond", serif;
}

.serif {
    font-family: "Noto Serif JP", serif;
}

.none {
    display: none;
}

.scroll-anchor {
    display: block;
    height: 60px;
    /* ヘッダーの高さ + 10px */
    margin-top: -60px;
    /* スペースを上に持ち上げる */
    visibility: hidden;
    /* 要素自体は見えないように */
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.top_section-ttl {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: .15em;
}

.subp_section-ttl {
    text-align: center;
    margin-bottom: 100px;
}

.subp_section-ttl h2 {
    font-size: 5rem;
}

.subp_section-ttl p {
    font-size: 1rem;
}

header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #ffffff95;
}

.header-logo {
    text-align: center;
    padding: 10px;
}

.header-logo img {
    width: 100%;
}

.header-logo p {
    font-size: 1.1rem;
}

.header-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    height: 100%;
}

.header-list ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.header-list .book-btn {
    background-color: #22497A;
    color: #fff;
}

.header-list .book-btn a {
    display: block;
    padding: 30px 50px;

}

/*******************************
　　　　　　　TOPページ
*******************************/

/***** MV *****/

#mv {
    width: 100%;
    height: 100vh;
    /*background: url(../img/big/main.jpg); */
    background-size: cover;
    position: relative;
    z-index: 5;
}

#mv img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#mv video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#mv .mv-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    letter-spacing: .25em;
}

#mv .mv-txt h2 {
    font-size: 7rem;
    line-height: 1;
}

#mv .mv-txt p {
    font-size: 1.5rem;
}

#mv .mv-news {
    width: 50%;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 5;
}

#mv .mv-news h2 {
    font-size: 3rem;
}

#mv .mv-news-inner a {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#mv .mv-news-inner span {
    padding: .5rem 1rem;
    font-size: .9rem;
    border: 1px solid #fff;
}

#mv .mv-news-inner .txt {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#mv .mv-news-inner img {
    width: 1rem;
    height: 1rem;
}

#mv::after {
    content: '';
    background-color: #00000040;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/***** Introduction *****/
#introduction {
    width: 100%;
    height: auto;
    background-image: linear-gradient(180deg, rgba(77, 143, 210, 1), rgba(64, 224, 208, 1));
    padding: 150px 0;
}

#introduction .txt-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    color: #fff;
    margin-bottom: 50px;
}

#introduction .txt-wrap h2 {
    font-size: 7.5rem;
    margin-bottom: 50px;
}

#introduction .txt-wrap p {
    font-size: 1rem;
    font-weight: 100;
    line-height: 2;
    margin: 0.5rem 0;
}

#introduction .txt-wrap .txt-right {
    writing-mode: vertical-rl;
    line-height: 2;
}

#introduction .txt-wrap h3 {
    font-size: 1.5rem;
    letter-spacing: .3em;
}

#introduction .intro-slider {
    margin: 0 auto;
    width: 100%;
}

#introduction .intro-slider .slider-img {
    padding-right: 20px;
    height: 300px;
}

#introduction .intro-slider .slider-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-contents {
    width: 100%;
    height: auto;
    background-image: linear-gradient(180deg, rgba(245, 245, 220, 1), rgba(255, 236, 183, 1) 35%, rgba(255, 190, 164, 1) 65%, rgba(255, 160, 122, 1));
    padding: 150px 0;
    position: relative;
}

.location-wave {
    position: absolute;
    top: 1px;
    transform: translateY(-100%);
    fill: #F5F5DC;
}

#location {
    margin: 0 auto 200px;
}

#location .location-contents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 5;
}

#location .location-contents .top_section-ttl {
    margin-bottom: 100px;
}

#location .location-contents .txt-wrap {
    width: 50%;
}

#location .location-contents .txt-wrap h3 {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 100;
}

#location .location-contents .txt-wrap p {
    font-size: 1rem;
    line-height: 2;
}

#location .location-contents img {
    width: 30%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

#location .location-contents::before {
    content: '';
    width: 650px;
    height: 500px;
    background: url(../img/okinawaisl.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#service {
    margin-bottom: 230px;
}

.service-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
    width: 90%;
    height: 700px;
}

.img-wrap {
    width: calc(75% - 50px);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.room-slider,
.pool-slider,
.sauna-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.room-slider .slider-img img,
.pool-slider .slider-img img,
.sauna-slider .slider-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.room-slider .slick-dots,
.pool-slider .slick-dots,
.sauna-slider .slick-dots {
    bottom: 2%;
    right: 1%;
    width: fit-content;
}

.room-slider .slick-dots li,
.pool-slider .slick-dots li,
.sauna-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.room-slider .slick-dots li button,
.pool-slider .slick-dots li button,
.sauna-slider .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
}

.room-slider .slick-dots li button::before,
.pool-slider .slick-dots li button::before,
.sauna-slider .slick-dots li button::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: .8;
}

.room-slider .slick-dots li.slick-active button::before,
.pool-slider .slick-dots li.slick-active button::before,
.sauna-slider .slick-dots li.slick-active button::before {
    color: #22497A;
    opacity: 1;
}

#service .slider-txt {
    position: absolute;
    left: 3%;
    bottom: 5%;
    font-size: 4.5rem;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .1em;
}

#service .txt-wrap {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#service .txt-wrap p {
    font-size: 1.3vw;
    font-weight: 600;
}

#service .txt-wrap h4 {
    font-size: 1.1vw;
    line-height: 2.5;
    font-weight: 100;
}

#service .service-item:nth-child(odd) {
    flex-direction: row-reverse;
    margin-left: auto;
}

/***** アクセス *****/

#access {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#access iframe {
    margin-bottom: 30px;
}

#access p {
    letter-spacing: .2em;
    font-weight: 100;
}

/***** よくあるお問い合わせ *****/
#notice {
    padding: 150px 0;
}

#notice p {
    text-align: center;
    letter-spacing: .2em;
    line-height: 2;
    margin: 50px;
}

#notice p span {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 3;
}

#notice .notice-list {
    display: flex;
    gap: 1rem;
}

#notice .notice-list li {
    width: calc((100% - 3rem) / 4);
    aspect-ratio: 1;
    background: #22497A;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 1rem;
}

#notice .notice-list li img {
    width: 50%;
}

#notice .notice-list li p {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
}

footer {
    background-color: #22497A;
    padding: 50px 0;
    color: #fff;
    position: relative;
}

footer .footer-wave {
    position: absolute;
    top: 1px;
    left: 0;
    transform: translateY(-100%);
    fill: #22497A;
}

footer .footer-main {
    padding-top: 100px;
}

footer .footer-main .footer-contents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: start;
    gap: 100px;
}

footer .footer-main .footer-contents .info {
    width: calc((100% + 100px) / 2);
    margin: auto;
}

footer .footer-main .footer-contents .info .logo {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4B749F;
    text-align: center;
}

footer .footer-main .footer-contents .info .logo img {
    width: 100%;
}

footer .footer-main .footer-contents .info .logo h3 {
    font-size: 2.5rem;
}

footer .footer-main .footer-contents .info .logo p {
    font-size: 1.4rem;
}

footer .address {
    letter-spacing: .15em;
}

footer .sns {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

footer .sns img {
    width: 40px;
    aspect-ratio: 1;
    object-fit: contain;
}

footer .copyright {
    font-size: .85rem;
    line-height: 3;
    text-align: center;
    margin-top: 1.5rem;
}

footer iframe {
    width: calc((100% - 100px) / 2);
    height: 300px;
    filter: grayscale(100%);
}

footer .footer-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 50px;
    margin-top: 50px;
}

footer .footer-list li {
    width: fit-content;
}

footer .top_label {
    width: 100%;
    height: 550px;
    position: relative;
}

footer .top_label img {
    width: 100%;
    object-fit: cover;
}

footer .top_label::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #001B3E40;
}

/*******************************
　　　インフォメーションページ
*******************************/

#information-detail {
    padding: 150px 0;
}

/* subp_section-ttl */
#information-detail .subp_section-ttl {
    background: linear-gradient(190deg, #41E0D1 0%, #4E90D3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#information-detail .subp_section-ttl p {
    letter-spacing: .1em;
}

/* img-clip */
#information-detail .img-clip {
    margin-bottom: 50px;
}

/* info-slider */
#information-detail .img-clip .info-slider {
    margin-bottom: 10px;
}

#information-detail .img-clip .info-slider .slick-img {
    height: 650px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
}

#information-detail .img-clip .info-slider .slick-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* info-thumbnail */
#information-detail .img-clip .info-thumbnail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#information-detail .img-clip .info-thumbnail .slick-img {
    width: calc((100% - 50px) / 6);
    height: 100px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
}

#information-detail .img-clip .info-thumbnail .slick-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

#information-detail .img-clip .info-thumbnail .slick-img img:hover {
    transform: scale(1.1);
}

/* info-table */
#information-detail .info-table {
    margin-bottom: 50px;
}

#information-detail .info-table .label {
    padding: 5px;
    border-radius: 3px;
    background: #e2e2e2;
}

#information-detail .info-table table {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 100;
}

#information-detail .info-table table th {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    width: 20%;
}

#information-detail .info-table table td {
    padding: 20px 5px;
    border-bottom: 1px solid #ccc;
    width: 80%;
}

#information-detail .info-table table td .td-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#information-detail .info-table table td .td-inner p {
    line-height: 2;
    width: 50%;
}


/**********************************
　　　　　　  レスポンシブ
**********************************/


@media screen and (max-width: 767px) {

    /*****共通******/
    .inner {
        max-width: 370px;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .top_section-ttl {
        font-size: 1.5rem;
        margin-bottom: 30px;
        letter-spacing: .1em;
    }

    .subp_section-ttl {
        margin-bottom: 30px;
    }

    .subp_section-ttl h2 {
        font-size: 2rem;
    }

    .subp_section-ttl p {
        font-size: .9rem;
    }

    header {
        justify-content: flex-start;
        gap: 1rem;
        box-sizing: border-box;
    }

    header .header-logo {
        width: 80%;
        padding: 10px;
    }

    header .header-logo a {
        display: block;
        text-align: left;
    }

    header .header-logo img {
        width: 80%;
    }

    header .header-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: #fff;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    header .header-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(100% - 500px);
        padding: 90px 10px 70px 10px;
        text-align: center;
        color: #000;
    }

    header .header-list ul li {
        width: 100%;
    }

    header .header-list .book-btn {
        width: 100%;
    }

    header .header-list .book-btn a {
        text-align: center;
    }

    header .header-list.active {
        transform: translateX(0%);
        transition: all .3s ease-in-out;
    }

    header .hamburger {
        width: calc((20% - 1rem));
        height: 50px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    header .hamburger span {
        width: 25px;
        height: 2px;
        background-color: #000;
        border-radius: 5px;
        position: relative;
        transition: all .3s ease-in-out;
    }

    header .hamburger span:before,
    header .hamburger span:after {
        content: '';
        width: 25px;
        height: 2px;
        background-color: #000;
        border-radius: 5px;
        position: absolute;
        transition: all .3s ease-in-out;
    }

    header .hamburger span:before {
        top: 0;
        transform: translateY(-400%);
        transition: all .3s ease-in-out;
    }

    header .hamburger span:after {
        bottom: 0;
        transform: translateY(400%);
        transition: all .3s ease-in-out;
    }

    header .hamburger.active span {
        transform: rotate(-45deg);
        transition: all .3s ease-in-out;
    }

    header .hamburger.active span:before {
        top: 0;
        transform: translateY(0%);
        transition: all .3s ease-in-out;
    }

    header .hamburger.active span:after {
        bottom: 0;
        transform: rotate(-90deg) translateY(0%);
        transition: all .3s ease-in-out;
    }

    /***** MV *****/
    #mv .mv-txt {
        width: 100%;
    }

    #mv .mv-txt h2 {
        font-size: 2.5rem;
    }

    #mv .mv-txt p {
        font-size: 1rem;
    }

    #mv .mv-news {
        width: 90%;
    }

    #mv .mv-news h2 {
        font-size: 2rem;
    }

    #mv .mv-news-inner a {
        flex-wrap: wrap;
        gap: .5rem;
    }

    #mv .mv-news-inner span {
        padding: .2rem .5rem;
    }

    #mv .mv-news-inner .txt {
        width: 100%;
        gap: 1rem;
    }

    /***** Introduction *****/
    #introduction {
        padding: 70px 0;
    }

    #introduction .txt-wrap {
        flex-direction: column-reverse;
    }

    #introduction .txt-wrap h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
    }

    #introduction .txt-wrap p {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 10px;
    }

    #introduction .txt-wrap .txt-right h3 {
        font-size: 1.2rem;
    }

    #introduction .intro-slider {
        width: 100%;
        max-width: 370px;
    }

    #introduction .intro-slider .slider-img {
        padding-right: 0;
        height: 200px;
    }

    .main-contents {
        padding: 50px 0;
        overflow-x: clip;
    }

    .main-contents .location-wave {
        position: absolute;
        top: 1px;
        transform: translateY(-100%);
        fill: #F5F5DC;
    }

    .main-contents #location {
        margin: 0 auto 100px;
    }

    .main-contents #location .location-contents {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .main-contents #location .location-contents .top_section-ttl {
        margin-bottom: 30px;
    }

    .main-contents #location .location-contents .txt-wrap {
        width: 100%;
    }

    .main-contents #location .location-contents .txt-wrap h3 {
        font-size: 1.3rem;
        line-height: 1.8;
        margin-bottom: 20px;
        text-align: center;
    }

    .main-contents #location .location-contents .txt-wrap p {
        text-align: center;
        font-size: .9rem;
    }

    .main-contents #location .location-contents img {
        width: 100%;
        border-radius: 2px;
    }

    .main-contents #location .location-contents::before {
        width: 100%;
        height: 250px;
        top: 100%;
        transform: translate(-50%, -80%);
        opacity: .5;
    }

    .main-contents #service {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .main-contents #service .service-item {
        width: 100%;
        display: block;
        margin-bottom: 50px;
        height: auto;
    }

    .main-contents #service .service-item .img-wrap {
        width: 100%;
    }

    .main-contents #service .service-item .img-wrap .room-slider,
    .main-contents #service .service-item .img-wrap .pool-slider,
    .main-contents #service .service-item .img-wrap .sauna-slider {
        display: block;
        margin: 0;
        height: 300px;
    }

    .main-contents #service .service-item .img-wrap .room-slider .slider-img img,
    .main-contents #service .service-item .img-wrap .pool-slider .slider-img img,
    .main-contents #service .service-item .img-wrap .sauna-slider .slider-img img {
        width: 100vw;
        height: 300px;
    }

    .main-contents #service .service-item .img-wrap .room-slider .slick-dots,
    .main-contents #service .service-item .img-wrap .pool-slider .slick-dots,
    .main-contents #service .service-item .img-wrap .sauna-slider .slick-dots {
        bottom: 5%;
    }

    .main-contents #service .service-item .img-wrap .room-slider .slick-dots li,
    .main-contents #service .service-item .img-wrap .pool-slider .slick-dots li,
    .main-contents #service .service-item .img-wrap .sauna-slider .slick-dots li {
        width: 7px;
        height: 7px;
        margin-right: 0;
    }

    .main-contents #service .service-item .img-wrap .room-slider .slick-dots li button,
    .main-contents #service .service-item .img-wrap .pool-slider .slick-dots li button,
    .main-contents #service .service-item .img-wrap .sauna-slider .slick-dots li button {
        padding: 0;
        width: 5px;
        height: 5px;
    }

    .main-contents #service .service-item .img-wrap .room-slider .slick-dots li button::before,
    .main-contents #service .service-item .img-wrap .pool-slider .slick-dots li button::before,
    .main-contents #service .service-item .img-wrap .sauna-slider .slick-dots li button::before {
        font-size: 5px;
        width: 5px;
        height: 5px;
    }

    .main-contents #service .service-item .img-wrap .slider-txt {
        position: absolute;
        font-size: 2rem;
        line-height: 1;
        color: #fff;
        letter-spacing: .1em;
    }

    .main-contents #service .service-item .txt-wrap {
        width: 100%;
        text-align: center;
    }

    .main-contents #service .service-item .txt-wrap p {
        font-size: 1.3rem;
        margin-top: 2rem;
    }

    .main-contents #service .service-item .txt-wrap h4 {
        font-size: 1rem;
        line-height: 2;
    }

    .main-contents #access {
        text-align: center;
        width: 100%;
        max-width: 370px;
    }

    .main-contents #access iframe {
        height: 300px;
    }

    .main-contents #access p {
        letter-spacing: .1em;
        font-size: 0.9rem;
    }

    #notice {
        padding: 50px 0;
    }

    #notice p {
        letter-spacing: 0;
        line-height: 1.5;
        margin: 0;
        margin-bottom: 1rem;
        font-size: .9rem;
    }

    #notice p span {
        font-size: 1.1rem;
    }

    #notice .notice-list {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    #notice .notice-list li {
        width: calc((100% - 1rem) / 2);
    }

    /***** フッター *****/

    footer {
        padding: 0;
        overflow-x: clip;
    }

    footer #reservation .calender {
        height: 300px;
    }

    footer #reservation p {
        font-size: .9rem;
    }

    footer .footer-main {
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }

    footer .footer-main .footer-contents {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    footer .footer-main .footer-contents .info {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    footer .footer-main .footer-contents .info .logo {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer .footer-main .footer-contents .info .logo img {
        width: 90%;
    }

    footer .footer-main .footer-contents .info .logo p {
        font-size: 1rem;
        line-height: 3;
    }

    footer .footer-main .footer-contents .info .address {
        letter-spacing: .1em;
        font-size: .9rem;
    }

    footer .footer-main .footer-contents iframe {
        width: 100%;
        height: 300px;
    }

    footer .footer-main .footer-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 20px;
    }

    footer .footer-main .footer-list li {
        width: calc((100% - 10px) / 2);
    }

    #photo_gallery {
        padding: 100px 0 200px 0;
    }

    #photo_gallery .tabs .tab-buttons {
        gap: 5px;
    }

    #photo_gallery .tabs .tab-buttons .tab-button {
        width: calc((100% - 5px) / 2);
        padding: 10px;
        font-size: .9rem;
    }

    #photo_gallery .tabs .tab-contents .tab-content .img-wrap {
        gap: 5px;
    }

    #photo_gallery .tabs .tab-contents .tab-content .img-wrap img {
        width: calc((100% - 10px) / 3);
    }

    #information-detail {
        padding: 100px 0;
    }

    #information-detail .img-clip {
        margin-bottom: 20px;
    }

    #information-detail .img-clip .info-slider .slick-img {
        height: 250px;
    }

    #information-detail .img-clip .info-thumbnail {
        display: none;
    }

    #information-detail .info-table {
        margin-bottom: 30px;
    }

    #information-detail .info-table table th {
        padding: 10px 5px;
        width: 30%;
    }

    #information-detail .info-table table td {
        padding: 10px 5px;
        width: 70%;
    }

    #faq-detail {
        padding: 100px 0 200px 0;
    }

    #faq-detail .faq-tab {
        gap: 10px 5px;
    }

    #faq-detail .faq-tab>label {
        padding: .2em .5em;
        font-size: .9em;
    }

    #faq-detail .faq-tab>div {
        padding: 1em 0;
    }

    #faq-detail .faq-tab .qa-item {
        margin-bottom: 20px;
    }

    #faq-detail .faq-tab .qa-item .question {
        padding: 11px 10px 10px 50px;
        font-size: .9rem;
    }

    #faq-detail .faq-tab .qa-item .answer {
        padding: 15px 10px;
        font-size: .9rem;
    }

    #faq-detail .faq-tab .qa-item .question::before {
        transform: translate(25%, -50%);
        width: 34px;
        height: 34px;
        padding: 7px 14px 11px 16px;
    }
}

/***** シングルMV *****/
.simple-mv {
    width: 100%;
    height: 45vh;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.simple-mv .layer-mv-txt {
    bottom: 15%;
}

.simple-mv h1 {
    color: #444;
}

.single-mv-txt {
    width: 90%;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.single-mv-txt p {
    color: #40e0d0;
    font-size: 1.5rem;
    font-weight: 600;
}

.single-mv-txt h1 {
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2;
    position: relative;
}

.single-mv-txt h1::before {
    content: '';
    width: 150px;
    height: 1px;
    background: #40e0d0;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {

    /***** シングルMV *****/
    .single-mv-txt {
        width: 90%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    .single-mv-txt p {
        font-size: .9rem;
    }

    .single-mv-txt h1 {
        font-size: 1.1rem;
    }

    .single-mv-txt h1::before {
        display: none;
    }

}

/****************************************
　　　　　　　投稿アーカイブページ
****************************************/

.single-archive {
    padding: 100px 0;
}

.single-archive .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

.single-archive .inner .item {
    width: calc((100% - 60px) / 3);
}

.single-archive .inner .item img {
    width: 100%;
    aspect-ratio: 2 / 1;
    background-size: cover;
}

.single-archive .inner .item span {
    color: #1ECE9E;
}

.single-archive .inner .item span,
.single-archive .inner .item p {
    font-size: .9rem;
}

@media screen and (max-width: 767px) {
    .single-archive {
        padding: 50px 0;
    }

    .single-archive .inner .item {
        width: 100%;
    }
}

/****************************************
　　　　　　　     投稿ページ
****************************************/
.single-inner {
    padding: 100px 0;
}

.single-inner .inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.single-inner img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .single-inner {
        padding: 50px 0;
    }

    .single-inner .inner {
        gap: 1.3rem;
    }
}

/****************************************
　　　　　　　お問い合わせページ
****************************************/
.layer-mv-txt {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 5;
}

.layer-mv-txt p {

    color: #40e0d0;
    font-size: 1.5rem;
    font-weight: 600;
}

.layer-mv-txt h1 {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
}

.simple-mv .layer-mv-txt h1 {
    color: #444 !important;
}

/***** お問い合わせ中身 *****/
.contact {
    padding: 100px 0;
}

.contact .layer-mv-txt h1 {
    color: #444;
}

.contact .inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact .c-intro {
    text-align: center;
    line-height: 1.5;
}

.contact-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-inner .item {
    display: flex;
    align-items: center;
    gap: 5rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.contact-inner .item p {
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-inner .item .label span {
    font-size: .9rem;
    line-height: 2;
    padding: 0 1rem;
    background: #EC7A9B;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.contact-inner .item .label {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-inner .inp {
    width: calc(70% - 5rem);
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.contact-inner .inp input {
    width: 100%;
    height: 3rem;
    padding: 0 1.3rem;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
}

.contact-inner .inp textarea {
    width: 100%;
    padding: 1rem 1.3rem;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
}

.contact-inner .inp input::placeholder {
    color: #ccc;
    font-weight: 500;
}

.contact-inner .inp p {
    font-size: .8rem;
    font-weight: normal;
}

.mwform-radio-field {
    position: relative;
}

.mw_wp_form .horizontal-item {
    margin: 0 !important;
}

.mwform-radio-field input {
    width: 1px;
    height: 1px;
    position: absolute;
    right: 0;
    opacity: 0;
}

.mwform-radio-field-text {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    font-size: 1rem;
    padding-left: 2rem;
    position: relative;
    transform-origin: center center;
    margin-bottom: .5rem;
}

.mwform-radio-field span::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border: 2px solid #999;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-radio-field input:checked+.mwform-radio-field-text {
    color: #EC7A9B;
}

.mwform-radio-field input:checked+.mwform-radio-field-text::before {
    border-color: #EC7A9B;
}

.mwform-radio-field input:checked+.mwform-radio-field-text::after {
    content: "";
    width: 16px;
    height: 12px;
    background: url(../img/check_pink.svg);
    position: absolute;
    top: 50%;
    left: .5rem;
    transform: translate(-50%, -50%);
}

.contact .pp {
    text-align: center;
    font-weight: 500;
}

.contact .pp a {
    color: #7885E8;
    border-bottom: 1px solid #7885E8;
}

.contact .submit-btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.contact .submit-btn input {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    background: #EC7A9B;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-align: center;
}

.contact .submit-btn input:hover {
    cursor: pointer;
    opacity: .7;
    transition: all .7s ease;
}

.mw_wp_form_confirm .submit-btn {
    max-width: 1000px;
    display: flex;
    gap: 1rem;
}

.mw_wp_form_confirm .inp p {
    display: none;
}

.mw_wp_form_confirm input.back {
    background: #fff !important;
    border: 1px solid #444 !important;
    color: #444 !important;
}

@media screen and (max-width: 767px) {
    .simple-mv {
        height: 35vh;
    }

    .layer-mv-txt p {
        font-size: 1rem;
    }

    .layer-mv-txt h1 {
        font-size: 2.2rem;
    }

    /***** お問い合わせ中身 *****/
    .contact {
        padding: 50px 0;
    }

    .contact .inner {
        gap: 20px;
    }

    .contact .c-intro {
        font-size: .9rem;
        letter-spacing: -.05em;
    }

    .contact-inner .item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .contact-inner .item p {
        font-size: 1rem;
    }

    .contact-inner .item .label {
        width: 100%;
    }

    .contact-inner .inp {
        width: 100%;
    }

    .contact-inner .inp input {
        height: 2.5rem;
        padding: 0 .8rem;
    }

    .contact-inner .inp textarea {
        padding: .8rem;
    }

    .contact .submit-btn input {
        padding: 1rem 0;
        font-size: 1rem;
    }

    .mw_wp_form_confirm .submit-btn {
        flex-direction: column;
    }
}

/***** お問い合わせ完了ページ *****/
.contact-complete {
    padding: 100px 0;
    text-align: center;
}

.contact-complete .inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-complete .head p {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 600;
}

.back-btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: .5px solid #444;
    border-radius: 5px;
}

.back-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

@media screen and (max-width: 767px) {
    .contact-complete {
        padding: 50px 0;
    }

    .contact-complete .inner {
        gap: 30px;
    }

    .contact-complete .head p {
        margin-top: 1rem;
        font-size: 1.1rem;
    }

    .back-btn a {
        padding: .8rem 0;
    }
}

/***** プライバシーポリシー *****/
.term-body {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.term-body .item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.term-body .item .ttl {
    font-size: 1.5rem;
    font-weight: 600;
}

.term-body .item ul li {
    padding-left: 1rem;
    margin-bottom: .8rem;
    position: relative;
}

.term-body .item ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .term-body .item .ttl {
        font-size: 1.3rem;
    }

    .term-body .item .exp {
        font-size: .9rem;
    }

    .term-body .item ul li {
        font-size: .9rem;
        margin-bottom: .4rem;
    }
}