/*ファーストビュー*/
section.top-fv {
    background: url(/wp-content/uploads/2025/05/fv-img-3-scaled.jpg);
    background-size: cover;
    background-position: top center;
    height: 80vh;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
}

section.top-fv div {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 80%;
    padding: 2em 4em;
}

section.top-fv div h3 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.5px;
    color: #fff;
    margin-top: 0px;
}

section.top-fv h2 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 100%;
    max-width: 600px;
}


/*アバウト*/
section#about {
    padding-top: 4em;
    background: url(../../img/about-bk.webp);
    background-size: cover;
}

section#about h2 {
    color: #fff;
}

section#about .content {
    margin-top: 5em;
    width: 100%;
    max-width: 750px;
    margin: 5% auto 0;
}

section#about .content .txt {
    margin-top: 3em;
}

section#about .content .txt p {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: initial;
}

section#about .content .txt p span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.logo_area {
    display: flex;
    gap: 2%;
    margin-bottom: 35px;
}

.logo_area img {
    width: 100%;
    max-width: 150px;
    display: block;
}

/*料金＆メニュー*/
section#menu {
    padding-top: 0;
    background: #b4ada9;
}

section#menu .fv-menu {
    background: url(../../img/top_menu_bg.webp);
    height: 550px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

section#menu .title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1em;
    width: 100%;
    max-width: 1280px;
    background: #ffffff21;
    padding: 50px 0 25px;
    border-radius: 3px;
}

.title-box .our-services {
    display: block;
}

.sp-ourservices {
    display: none;
}

section#menu .fv-menu h2 {
    color: #fff;
}

.our-services {
    color: #fff;
}

.os-title {
    font-size: 31px;
    letter-spacing: 1px;
    text-align: center;
    margin: 5px auto 0;
}

.os-subtitle {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
}

.upto-sec {}

.upto-sec-title {
    margin: 5px auto;
    font-size: 24px;
    text-align: center;
    border: 1px solid #fff;
    width: 355px;
}

.upto-sec ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 0;
}

.upto-sec ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    font-size: 21px;
    line-height: 180%;
}

.upto-sec ul li p {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}

.upto-sec ul li span {
    display: inline;
}

section#menu .menu-course {
    display: flex;
    justify-content: space-between;
    padding-top: 4em;
    position: relative;
}


section#menu .font {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 110px;
    background: linear-gradient(90deg, #ffffff00, #ffffff40);
    background: -webkit-linear-gradient(0deg, #ffffff00, #ffffff40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 15%;
}

section#menu .Container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section#menu .Box-Container {
    width: 90%;
}

section#menu .Box {
    background: #f0efee;
    margin-bottom: 6em;
}

section#menu .Box p {
    font-size: 18px;
}

section#menu .Box img {
    width: 100%;
    margin-bottom: -5px;
}

section#menu .Box .txt-header {
    padding: 2em;
    padding-top: 2em;
    padding-right: 2em;
}

.txt-header.nail {
    position: relative;
}

.txt-header.nail:before {
    content: "COMING SOON";
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-size: 2.8em;
    z-index: 11;
}

.txt-header.nail:after {
    content: "";
    background-color: #b4ada963;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.mosaic {
    -ms-filter: blur(6px);
    filter: blur(6px);
}

section#menu .Box .txt-header h4 {
    font-size: 28px;
    font-weight: normal;
    margin: 0.5em 0;
    padding-left: 5px;
}

section#menu .Box .txt-header .txt-content {
    border-top: 1px solid #1c1100;
    border-bottom: 1px solid #1c1100;
    padding: 2em 0;
    margin: 2em 0;
}

section#menu .Box .txt-header .txt-content:nth-of-type(2) {
    border-top: none;
    margin-top: -2em;
}

section#menu .Box .txt-header p {
    line-height: 1.5;
    margin: 0;
    color: #1C1100;
    opacity: 0.7;
    padding-right: 5%;
    padding-left: 7px;
    letter-spacing: -0.3px;
}

section#menu .Box .txt-header .inner-text {
    padding-left: 7px;
    text-align: initial;
}

section#menu .Box .txt-header p.txt-top {
    position: relative;
    font-size: 24px;
    opacity: 1;
    line-height: 2;
    padding-right: 4em;
}

section#menu .Box .txt-header p.txt-top span {
    opacity: 0.7;
    font-size: 13px;
}

section#menu .Box .txt-header p.txt-top::before,
section#menu .Box .txt-header p.txt-top::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 20px;
    height: 1px;
    margin: auto;
    background: #1C1100;
    cursor: pointer;
}

section#menu .Box .txt-header p.txt-top::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

section#menu .Box .txt-header p.txt-top.active::after {
    transform: rotate(0deg);
}

section#menu .Box .txt-header .txt-bottom {
    display: none;
    margin-top: 5px;
}

section#menu .Box .txt-header .txt-bottom .menu-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin: 25px auto 25px;
    line-height: 220%;
}

section#menu .Box .txt-header .txt-bottom .menu-title p {
    text-align: center;
}

section#menu .Box .txt-header .txt-bottom p {
    font-size: 16px;
}

section#menu .price {
    display: flex;
    gap: 2em;
    align-items: self-start;
    justify-content: flex-start;
    margin-bottom: 2em;
}

section#menu .price>div {
    margin-right: 2em;
    width: 45%;
}

section#menu .price .list-box {
    width: 100%;
    padding: 15px;
    padding-top: 2px;
    background: #fff5;
}

section#menu .price .list-box h4 {
    font-size: 13px;
}

section#menu .price .list-box .link-bn {
    background-color: #1C1100;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    margin-left: 10px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

section#menu .price h3 {
    position: relative;
    opacity: 0.7;
    font-size: 18px;
    padding-left: 1em;
    width: max-content;
    margin: 10px auto 10px;
}

section#menu .price h3::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #1C1100;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 0.6em;
    opacity: 0.7;
}

section#menu .yoyaku-menu {
    background: linear-gradient(132deg, #C1903F 0%, #C99D58 45%, #EBB561 70%, #ca9d55 85%, #B78D4A 90% 100%);
    padding: 1em;
    width: 250px;
    margin: auto;
    display: block;
}

section#menu .yoyaku-menu .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

section#menu .yoyaku-menu .flex:hover {
    opacity: 0.5;
}

section#menu .yoyaku-menu .flex p {
    color: #fff !important;
    font-size: 24px;
    opacity: 1;
}

section#menu .yoyaku-menu .flex img {
    width: 12px;
}

a.yoyaku-link:hover {
    opacity: 1;
}

section#menu .price ul {
    padding-left: 15px;
    opacity: 0.7;
    font-size: 16px;
}

section#menu .price ul li {
    padding: 1em 0;
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #1C1100;
    line-height: 155%;
}

section#menu .price ul li .service-time {
    display: block;
    font-size: 14px;
}

section#menu .price ul li::marker {
    font-size: 7px;
}

section#access {
    background: #645D59;
}

section#access h2 {
    color: #fff;
    line-height: initial;
}

section#access .content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    gap: 2em;
}

section#access .content div {
    display: block;
}

section#access p {
    color: #F7F6F3;
    margin-bottom: 1em;

}

section#access a p {
    color: #fff;
}

section#access a {
    text-decoration: underline;
    color: #F7F6F3;
}

section#access iframe {
    filter: grayscale(1);
    height: 485px;
    width: 60%;
}


section#faq {
    background: url(../../img/faq-bk.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 必須 */
section#faq .accordion-content {
    display: none;
}

section#faq .accordion {
    width: 1000px;
    margin: 4em auto;
}

section#faq .accordion-box {
    background: #fff;
    padding: 0em 1em;
    margin-bottom: 1em;
}

section#faq .accordion-header {
    padding: 1.5em 50px 1.5em 1em;
    margin: 10px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    text-align: justify;

}

section#faq .accordion-header::before,
section#faq .accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 20px;
    height: 1px;
    margin: auto;
    background: #1c1100;
}

section#faq .accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

section#faq .accordion-header.active::after {
    transform: rotate(0deg);
}

section#faq .accordion-content {
    padding: 0em 1em 1.5em 1em;
    color: #1c1100;
    text-align: justify;
}

section#faq .accordion-header span {
    padding-left: 40px;
    position: relative;
    color: #1c1100;
}


section#faq .accordion-header span::before {
    position: absolute;
    content: "Q.";
    font-family: "Cormorant", serif;
    top: -3px;
    left: 0;
    color: #1c1100;
    font-size: 24px;
}

section#faq .content {
    text-align: center;
}

section#faq .content h2 {}

section#faq h2 {
    font-size: 68px;
}



section#booknow {
    width: 100%;
    height: 570px;
    background: url(../../img/loop-bk2.webp) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 100s linear infinite;
    animation: bgroop 100s linear infinite;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1956px 0;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1956px 0;
    }
}

section#booknow div {
    padding: 5em 2em;
    background: #ffffff96;
    width: 60%;
}

section#booknow h2 {
    font-family: "Cormorant", serif;
    font-size: 109px;
    font-weight: 600;
}

section#booknow h3 {
    font-weight: 100;
    font-size: 18px;
    margin-top: 4em;
}

section#booknow a.botton {
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
    font-weight: 100;
    background: linear-gradient(132deg, #C1903F 0%, #C99D58 45%, #EBB561 70%, #ca9d55 85%, #B78D4A 90% 100%);
    border: 2px solid;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
    padding: 0.5em 2em;
    color: #fff;
}

section#about-bottom {
    position: relative;
}

section#about-bottom .content {
    display: flex;
}

section#about-bottom .content img {
    width: 575px;
    position: relative;
}

section#about-bottom .content .txt {
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
    display: flex;
    align-items: center;
    position: absolute;
    top: 35%;
    right: 12%;
    color: #f2f2f280;
}

section#about-bottom .deco-5 {
    position: absolute;
    right: 15%;
}

section#about-bottom .deco-6 {
    position: absolute;
    right: 45%;
    bottom: 4em;

}

section#contact {
    background-color: #b4ada9;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../../img/bottom-bk.webp);
    background-size: cover;
}

section#contact h2 {
    font-size: 60px;
}

/* input・textarea */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    font-family: "Cormorant", serif;
}

.form__item {
    margin-bottom: 2em;
}

.form__item p {
    margin: 1em 0;
}

.wpcf7 {
    width: 60%;
    margin-top: 5em;
}

.form__btn-wrapper {
    padding: 0.5em 2em;
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
    position: relative;
    padding-right: 3em;
    margin-top: 2em;
    background: linear-gradient(132deg, #C1903F 0%, #C99D58 45%, #EBB561 70%, #ca9d55 85%, #B78D4A 90% 100%);
    ;
}

.form__btn-wrapper p {
    margin: 0;
}

.form__btn-wrapper .btn {
    background: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    border: none;
    cursor: pointer;
}

.form__btn-wrapper:after {
    content: "";
    /*白いひし型 */
    margin-top: -4px;
    background: #e0ad5e;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-1%) rotate(50deg);
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

section#contact .deco-7 {
    position: absolute;
    right: -1em;
    top: 8em;

}


section#instagram {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

#instagram h2 {
    margin-bottom: 5rem;
}

.insta-link a {
    text-align: end;
    display: block;
    color: #fff !important;
    padding-right: 15px;
}

section#instagram ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
    padding: 0;
    margin: 0;
}

section#instagram ul li {
    width: 24%;
    list-style: none;
}

section#instagram ul li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#instagram ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yoyaku-main {
    display: block;
    position: fixed;
    bottom: 2em;
    right: 0;
    padding: 15px 32px 15px 40px;
    z-index: 99999;
    background: #fff;
    background: linear-gradient(132deg, #C1903F 0%, #C99D58 45%, #EBB561 70%, #ca9d55 85%, #B78D4A 90% 100%);
    border: 2px solid;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
}

.yoyaku-main .flex {
    text-align: center;
    display: flex;
    gap: 1em;
    align-items: center;
}

.yoyaku-main .flex img {
    width: 30px;
}

.yoyaku-main:hover {
    opacity: 0.9;
}

.yoyaku-main h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}


section.yoyaku h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1;
}

section.yoyaku h2 span {
    padding: 0;
}


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: #b4ada9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 500px;
}

@keyframes logo_fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    60% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
    }
}






/*============================
tablet style
============================*/
@media screen and (max-width: 798px) {
    section#about .content .txt p span {
        margin-bottom: 10px;
    }

    section#about .content .txt p {
        line-height: 170%;
    }

    section#menu .title-box {
        background: initial;
        padding: 0;
    }

    .title-box .our-services {
        display: none;
    }

    section#menu .Box p {
        font-size: 16px;
        text-align: initial;
    }

    .sp-ourservices {
        display: block;
        color: #f6f6f6;
        padding: 0;
        margin-top: 35px;
    }

    .sp-ourservices p {
        text-align: center;
        margin: 0;
        line-height: 165%;
    }

    .sp-ourservices__title {
        font-size: 21px;
    }

    .sp-ourservices__subtitle {
        font-size: 16px;
        border: 1px solid #fff;
        background: #fff;
        width: 185px;
        color: #b4ada9;
        padding: 3px 3px 4px;
        font-weight: bold;
        margin: 5px auto !important;
    }

    .sp-ourservices__upto ul {
        display: flex;
        justify-content: center;
        gap: 1%;
        padding-left: 0;
        margin-bottom: 0;
    }

    .sp-ourservices__upto ul li {
        width: 32%;
        list-style: none;
        text-align: center;
        font-size: 16px;
        line-height: 130%;
        height: 115px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sp-ourservices__upto ul li p {
        font-size: 14px;
        line-height: 155%;
        margin-bottom: 10px;
    }

    section#instagram {
        padding-top: 2em;
    }

    section#instagram h2 {
        padding-left: 15px;
    }

    #sb_instagram {
        padding: 0 15px;
    }

    #instagram h2 {
        margin-bottom: 2rem;
    }
}

/*============================
mobile style
============================*/

@media screen and (max-width: 480px) {
    section.top-fv div {
        padding: 1em;
        width: 95%;
    }

    section.top-fv div h3 {
        font-size: 14px;
        line-height: 200%;
    }

    .yoyaku-main {
        display: none;
    }

    .yoyaku-main section.yoyaku {
        position: fixed;
        width: 80%;
        height: 70px;
        left: 50%;
        bottom: 0%;
        padding: 0;
        transform: translateX(-50%) translateY(-50%);
        z-index: 99;
        display: none;
    }

    .yoyaku-main section.yoyaku a {
        text-align: center;
        display: flex;
        gap: 1em;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

    .yoyaku-main section.yoyaku h2 {
        font-size: 24px;
    }

    .yoyaku-main section.yoyaku a img {
        width: 20px;
    }

    section.top-fv {
        height: 375px;
        background: url(/wp-content/uploads/2025/05/fv-img_sp-1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    section.top-fv h2 {
        margin-bottom: 0;
    }

    section.top-fv h2 img {
        width: 85%;
    }

    section#about {
        padding-top: 2em;
        background: url(../../img/about-bk-sp.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    section#about .content {
        display: block;
        margin-top: 1em;
    }

    section#about .content .txt {
        width: auto;
        margin-top: 2em;
    }

    section#about .content .img {
        margin: 0;
        position: static;
        top: 0;
        height: auto;
        margin-left: 0;
        margin-top: 3em;
    }

    section#about .content .img img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .hidden-view {
        display: none;
    }

    .hidden-view.open {
        display: block;
    }

    .button::before {
        content: "View More";
        font-family: "Shippori Mincho", serif;
    }

    .button {
        background: none;
        border: none;
        color: #fff;
        text-decoration: underline;
    }

    .hidden-view.open+.button::before {
        content: "back";
    }

    section#menu {
        padding-bottom: 6em;
    }

    section#menu .fv-menu {
        height: 240px;
        background-size: cover;
        background-position: top center;
    }

section#menu .font {
    -ms-writing-mode: tb-lr;
    writing-mode: inherit;
    font-size: 56px;
    background: linear-gradient(90deg, #ffffff00, #ffffff40);
    background: -webkit-linear-gradient(173deg, #ffffff00, #ffffff40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    margin-bottom: 20px;
    line-height: 100%;
}

    section#menu .menu-course {
        display: block;
        padding-top: 4em;
        margin-bottom: -8em;
    }

    section#menu .menu-course.first {
        padding-top: 0em;
    }

    section#menu .Box-Container {
        width: auto;
    }

    section#menu .Box .txt-header {
        padding: 1em;
        padding-right: 1em;
    }

    section#menu .Box .txt-header p.txt-top {

        padding-right: 0;
    }

    section#menu .Box .txt-header p.txt-top::before,
    section#menu .Box .txt-header p.txt-top::after {
        margin: 1em 0;
    }

    section#menu .Box .txt-header .txt-content {
        padding: 1em 0;
    }

    section#menu .Box .txt-header .txt-bottom .menu-title {
        font-size: 18px;
        margin: 25px auto 15px;
        line-height: 175%;
    }

    section#menu .price {
        display: block;
    }

    section#menu .price h3 {
        margin: 10px auto 0px;
        /*width: initial;*/
    }

    section#menu .price>div {
        margin-right: 0;
        width: auto;
    }

    section#menu .price ul {
        padding-left: 0px;
    }

    section#menu .price ul li {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 15px;
        padding: 15px 5px;
        font-size: 16px;
        background: #ececec;
        border: 1px solid #949494;
    }

    section#menu .price ul li .service-time {
        display: block;
        font-size: 14px;
    }

    section#menu .price .list-box .link-bn {
        font-size: 16px;
        margin: 7px auto 0;
        position: initial;
        transform: initial;
    }

    section#menu .price .list-box {
        width: auto;
        margin-bottom: 2em;
        padding: 0px 0;
    }

    section#menu .Box .txt-header p.txt-top {
        font-size: 18px;
    }

    section#menu .fv-menu h3 img,
    section.menu-course h3 img {
        display: none;
    }

    section#menu .fv-menu h3 {
        font-size: 14px;
        position: relative;
        padding-left: 3em;
    }

    section#menu .fv-menu h3::before {
        content: '';
        width: 24px;
        height: 1px;
        display: inline-block;
        background-color: #f2f2f2;
        position: absolute;
        top: calc(50% - 1px);
        right: calc(50% + 142px);
    }

    section.menu-course h2 {
        font-size: 23px;
    }

    section.menu-course h3 {
        font-size: 14px;
        position: relative;
        padding-left: 3em;
    }

    section.menu-course h3::before {
        content: '';
        width: 24px;
        height: 1px;
        display: inline-block;
        background-color: #f2f2f2;
        position: absolute;
        top: calc(50% - 1px);
        right: calc(50% + 142px);
    }

    section.menu-course .Box {
        flex-shrink: 0;
        width: 290px;
        border-radius: 10px;
    }

    section.menu-course .Box-Container {
        gap: 1em;
    }

    section#access iframe {
        height: 342px;
        width: 100%;
    }

    section#access .content {
        display: block;
    }

    section#faq .content {
        display: block;
    }

    section#faq .accordion-header span {
        padding: 0;
    }

    section#booknow div {
        padding: 5em 2em;
        background: #fff7;
        width: 80%;
    }

    section#faq .accordion-header span::before {
        top: -3px;
        left: -25px;
    }

    section#faq .content h2,
    section#faq .accordion {
        width: auto;
    }

    section#faq .deco-4 {
        display: none;
    }

    section#booknow {
        width: 100%;
        height: 430px;
    }

    section#booknow h2 {
        font-size: 56px;
    }

    section#booknow h3 {
        font-weight: 100;
        font-size: 13px;
        line-height: 2;

    }

    section#about-bottom .content {
        display: flex;
        flex-direction: column-reverse;
    }

    section#about-bottom .content img {
        width: auto;
        position: static;
        margin-top: 8em;
    }

    section#about-bottom .deco-5 {
        position: absolute;
        right: 5%;
        width: 50%;
    }

    section#about-bottom .content .txt {
        text-align: center;
        letter-spacing: 0px;
        font-size: 13px;
        line-height: 2;
        display: block;
        position: static;
        margin-top: 5em;
        color: #f2f2f280;
    }

    section#about-bottom .deco-6 {
        position: absolute;
        right: auto;
        top: 26em;
        width: 40%;
    }

    section#faq .accordion-header {
        font-size: 15px;
        padding: 1.5em 50px 1.5em 27px;
        text-align: initial;
    }

    section#contact h2,
    section#faq h2 {
        font-size: 32px;
    }

    .wpcf7 {
        width: 100%;
    }

    section#contact {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-image: url(../../img/bottom-bk.webp);
        background-size: 100%;
    }

    .form__btn-wrapper:after {
        background: #dfad5c;
    }

    .form__btn-wrapper {
        padding: 0.5em 2em;
        margin-top: 0em;
    }

    .wpcf7 {
        margin-top: 3em;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        width: 89%;
        padding: 15px 20px;
        border: none;
        font-family: "Cormorant", serif;
    }

    section#menu table tr th.course {
        font-size: 14px;
        line-height: 1.8;
    }

    section#menu table tr th {
        font-size: 20px;
        font-weight: normal;
        padding: 2em 0;
    }

    section#menu table tr.thead th.icon::before {
        right: auto;
        left: 0.2em;
        top: 1.35em;
    }

    section#menu table tr.thead th.icon {
        text-align: left;
    }

    section#menu table tr.thead th {
        font-size: 24px;
        padding-bottom: 0.5em;
    }

    section.yoyaku .flex {
        text-align: center;
        display: flex;
        gap: 1em;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    /*ローディングアニメーション*/

    .loading__logo {
        width: 60%;
    }

}


/************************************************************************************

追加css

*************************************************************************************/
.contact-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 15px;
    right: 5px;
    z-index: 99999;
    gap: 15px;
    margin: 0;
}

.contact-container div {}

.contact-container div a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px 55px 5px 25px;
    height: 50px;
    color: #fff;
    background: linear-gradient(132deg, #C1903F 0%, #C99D58 45%, #EBB561 70%, #ca9d55 85%, #B78D4A 90% 100%);
    border: 2px solid;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
    font-size: 14px;
    line-height: 20px;
    /* gap: 0; */
}

.contact-container div img {
    /*  width: 15px; */
    position: absolute;
    right: 15px;
}

.contact-container div span {
    display: block;
    font-size: 24px;
}

.awarded-container {
    color: #fff;
    line-height: 2;
}

.awarded-contents:first-child {
           width: 100%;
}

.awarded-contents:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.awarded-contents__img {
 }
.awarded-contents__img img{
    width: 100%;
}
.sample {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.sample-inner {
    background: #fff5;
    margin-bottom: 10px;
    padding: 10px 10px 25px;
}

.sample-inner.exte {
    width: 100%;
    /* max-width: 710px; */
}

.sample-image-text {
    margin-bottom: 5px !important;
    font-size: 14px !important;
    font-weight: bold;
}

.sample-inner.exte .sample-image-text {
    margin-bottom: 0 !important;
}

.sample-image {
    width: 100%;
    display: flex;
    gap: 5px;
}

.sample-image img {
    width: 100%;
    max-width: 160px;
    display: block;
    border: 1px solid #b4ada9;
}

.sample-image span {
    font-size: 14px;
    margin-bottom: 5px !important;
    display: block;
}

.address-area {}

.address-area p {
    margin-top: 0;
}

.address-area span,
.busines-hour span {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    width: max-content;
}

.busines-hour p {
    margin-top: 15px;
    color: #fff;
}

@media screen and (max-width: 798px) {
    .awarded-container {
        flex-direction: column;
    }

    .awarded-contents {
        width: 100% !important;
    }

.awarded-contents:last-child {
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
}

    .sample-image img {
        overflow-clip-margin: initial;
        overflow: auto;
        max-width: initial;
    }

    .address-area span,
    .busines-hour span {
        padding-bottom: 0px;
    }

    section#access p {
        color: #F7F6F3;
        margin-top: 5px;
        margin-bottom: 30px;
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        padding: 0 !important;
    }
}

@media screen and (max-width: 498px) {
    .contact-container {
        display: none;
    }

    .contact-container div {
        position: relative;
    }

    .contact-container-side {
        z-index: 999;
        position: relative;
        margin: 0 auto 25px;
        padding: 0 15px;
    }

    .contact-container-side div {
        margin-top: 15px;
    }


    .contact-container-side div a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 5px 55px 5px 35px;
        height: 55px;
        color: #fff;
        background: linear-gradient(132deg, #C1903F 0%, #C99D58 45%, #EBB561 70%, #ca9d55 85%, #B78D4A 90% 100%);
        border: 2px solid;
        border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) 1;
        font-size: 14px;
        line-height: 20px;
    }

    .contact-container-side div img {
        position: absolute;
        right: 35px;
    }

    .contact-container-side div span {
        display: block;
        font-size: 24px;
    }
}