html {
    height: 100%;
    font-size: 75%;
}

body {
    height: 100%;
    font-family: "Shippori Antique B1", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sp-frame {
    container-type: inline-size;
}

nav {
    height: 100vh;
    z-index: 1000;
    position: fixed;
    background-color: #fff;
    width: 100%;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

.nav-header {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.nav-logo {
    width: 20%;
    margin: 0 20px;
}

.nav-log img {
    width: 100%;
}

.nav-close {
    width: 10%;
    margin: 0 30px;
    margin-top: 10px;
}

.nav-close img {
    width: 100%;
    max-width: 60px;
}

nav ul {
    width: 80%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

nav ul a {
    text-decoration: none;
    color: #8acbba;
    font-size: 2rem;
}

nav ul li {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

nav ul li a:after {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

nav .is-active:after {
    background-color: #fff27f;
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    margin-top: 2px;
    bottom: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
}

.nav-sns {
    width: 80%;
    margin: 0 auto;
    max-width: 450px;
}

.nav-sns-text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.nav-sns-text img {
    width: 100%;
}

.nav-sns-logo {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.nav-sns-logo div {
    width: 15%;
    margin: 0 10px;
}

.nav-sns-logo img {
    width: 100%;
}

.nav-right-leaf {
    width: 15%;
    position: absolute;
    top: 80%;
    left: 90%;
    transform: translate(-80%, -90%);
}

.nav-right-leaf img {
    width: 100%;
}

.nav-left-leaf {
    width: 15%;
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-40%, -10%);
}

.nav-left-leaf img {
    width: 100%;
}

.hide-nav {
    display: none;
}

main {
    padding-top: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    height: 75px;
    top: 0;
    left: 0;
}

.pc-left {
    display: none;
}

.pc-right {
    display: none;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

.header-left {
    display: flex;
    justify-content: space-around;
    width: 30%;
}

.header-logo {
    display: flex;
    justify-content: space-evenly;
}

.header-menu {
    width: 30%;
    text-align: right;
}

.header-menu img {
    padding: 15px 0;
    cursor: pointer;
}

.top-button {
    width: 15%;
    z-index: 100;
    position: fixed;
    top: 95%;
    left: 95%;
    transform: translate(-95%, -95%);
    max-width: 100px;
}

.top-button a img {
    width: 100%;
}

.FV {
    margin-top: 80px;
    scroll-margin-top: 100px;
}

.FV img {
    width: 100%;
    z-index: 50;
}

.top-leaf {
    width: 33%;
    margin: 0 auto;
}

.top-leaf img {
    position: relative;
    top: -3px;
    width: 100%;
}

.site-catchphrase {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.top-text {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.top-text h1 {
    font-size: clamp(20px, 5.988cqi - 2.45px, 26px);
    line-height: clamp(140%, 180% - 1cqi, 160%);
    color: #8acbba;
    margin-bottom: 20px;
    font-weight: bold;
    /* line-height: 25px; */
}

.top-text p {
    width: 99%;
    margin: auto;
    font-size: clamp(15px, 3.99cqi + 0.03px, 16px);
    color: #6e6c6b;
    margin-bottom: 35px;
    line-height: clamp(180%, 240% - 2cqi, 200%);
}

.top-text strong {
    color: #e8acce;
    font-weight: normal;
}

.top-text .copy {
    width: 100%;
}

.top-text-leaf_1 {
    position: absolute;
    top: 22%;
    left: 0;
    width: 10%;
}

.top-text-leaf_2 {
    position: absolute;
    top: 60%;
    right: 0;
    width: 10%;
}

.bottom-leaf {
    margin: 0 auto;
    display: block;
    width: 12%;
    margin-top: 40px;
}

.all-section {
    margin-top: 40px;
}

.all-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-text h2 {
    font-size: clamp(30px, 9.98cqi - 7.43px, 40px);
    color: #8acbba;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
}

.title_left_leaf {
    margin-right: 10px;
    width: 8%;
    max-width: 50px;
}

.title_right_leaf {
    margin-left: 10px;
    width: 8%;
    max-width: 50px;
}

.title_left_leaf img {
    width: 100%;
}

.title_right_leaf img {
    width: 100%;
}

.services-carousel div {
    margin-top: 10px;
}

.services-select {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.services {
    overflow-x: hidden;
}

.services-select li {
    list-style-type: none;
    flex-grow: 1;
    text-align: center;
}

.services-select li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    background-color: transparent;
}

.services-select li:nth-child(2) {
    position: relative;
}

.services-select li:nth-child(2)::after {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    content: "";
    width: 1.5px;
    height: 60%;
    background-color: #8acbba;
}

.services-select li:nth-child(2)::before {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
    content: "";
    width: 1.5px;
    height: 60%;
    background-color: #8acbba;
}

.dots-box {
    margin-top: 40px;
}

.dot-label {
    border: none;
    background: #eee;
    color: #8acbba;
    cursor: pointer;
    width: auto;
    font-size: clamp(20px, 3.99cqi + 5.03px, 24px);
    line-height: 1;
    margin: 0 auto;
    width: 70%;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
}

.naiyou_box {
    width: 95%;
    margin: 0 auto;
    background-color: #f3fff5;
    border-radius: 20px;
    font-family: "Noto Serif JP", serif;
}

.naiyou_imgbox {
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
}

.naiyou_box img {
    border-radius: 40px;
}

.naiyou_box h3 {
    font-size: clamp(23px, 4.99cqi + 4.29px, 28px);
    color: #8acbba;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 10px;
    font-weight: 600;
}

.naiyou_box h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8acbba;
}

.naiyou_box h3::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #8acbba;
    border-radius: 50%;
    z-index: 1;
}

.naiyou_box p {
    font-size: clamp(13px, 4.99cqi - 5.71px, 18px);
    margin-left: 10px;
    color: #6e6c6b;
    padding-bottom: 40px;
}

.services-select li.slick-active button:after {
    background-color: #fff27f;
    border-radius: 5px;
    content: "";
    display: block;
    height: 5px;
    margin-top: 2px;
}

.flow {
    overflow-x: hidden;
    padding-bottom: 30px;
}

.flow-box {
    margin-top: 100px;
    position: relative;
    font-family: "Source Han Serif JP", serif;
    background-color: #f3fff5;
    border: 2px solid #8acbba;
    border-radius: 30px;
    font-family: "Noto Serif JP", serif;
}

.flow-step {
    /* width: clamp(40px, 59.88cqi - 184.55px, 100px); */
    width: clamp(50px, 38.732cqi - 84.05px, 100px);
    position: absolute;
    top: 0px;
    left: 20px;
    transform: translateY(-50%);
}

.flow-in-item {
    position: relative;
    top: 0;
    width: 90%;
    transform: translateY(-10%);
    margin: 0 auto;
}

.flow-in-item.flow-in-item__step1 h3 {
    margin-top: 24px;
}

.flow-in-item.flow-in-item__step2 h3 {
    margin-top: 21px;
}

.flow-in-item.flow-in-item__step3 h3 {
    margin-top: 21px;
}

.flow-in-item.flow-in-item__step4 h3 {
    margin-top: 20px;
}
.flow-pic {
    width: 60%;
    max-width: 300px;
    min-width: 60px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: bottom;
}

.flow-pic-step3.flow-pic {
    width: 70%;
    margin-top: -10px;
}

.flow-box h3 {
    font-size: clamp(23px, 4.99cqi + 4.29px, 28px);
    color: #8acbba;
    margin-top: 15px;
    font-weight: 600;
}

.flow-box p {
    margin-top: 10px;
    font-size: clamp(13px, 4.99cqi - 5.71px, 18px);
    color: #6e6c6b;
    line-height: clamp(140%, 180% - 1cqi, 160%);
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

.flow-slick .slick-dots li button:before {
    font-size: 25px;
}

.flow-slick .slick-dots li {
    margin: 0 25px;
    top: 20px;
}

.flow-slick .slick-dots li.slick-active button:before {
    color: #6e6c6b;
}

.item_logo {
    width: 60%;
    margin-left: 15px;
    margin-top: 10px;
}

.item_logo img {
    width: 100%;
    max-width: 440px;
}

.shop-detail {
    width: 100%;
    margin-left: 20px;
    list-style: none;
    color: #6e6c6b;
    font-size: clamp(16px, 5.988cqi - 6.45px, 20px);
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}

.shop-detail li {
    padding-bottom: 20px;
    line-height: 16px;
}

.shop-detail li span {
    font-size: clamp(16px, 5.988cqi - 6.45px, 20px);
}

.access_border {
    width: 85%;
    margin: 0 auto;
    border-bottom: #8acbba 1px solid;
    margin-bottom: 30px;
    margin-top: 20px;
}

.map {
    position: relative;
    width: 90%;
    padding-top: 56.25%;
    height: 0;
    margin: 0 auto;
    margin-top: 10px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.all-section {
    overflow-x: hidden;
}

.cta {
    background-image: url(../image/sp/cta_bg.svg);
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 20px;
    max-width: 700px;
    font-family: "Noto Serif JP", serif;
}

.cta_text_1 {
    width: 80%;
    margin-top: 10px;
    text-align: center;
}

.cta_call {
    width: 95%;
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    background-color: #ffffff;
    border-radius: 15px;
}

.cta_call a {
    text-decoration: none;
    padding-bottom: 10px;
}

.cta_call p {
    text-align: left;
    padding-bottom: 10px;
    font-weight: bold;
}

.cta_call img {
    width: 55%;
}

.cta_img {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta_item {
    width: 100%;
}

.cta-item {
    display: flex;
    justify-content: space-around;
    width: 90%;
}

.cta_top_text {
    font-size: clamp(18px, 3.992cqi + 3.03px, 22px);
    color: #ffffff;
}

.cta_logo {
    width: 80%;
}

.cta_bangou {
    font-size: clamp(29px, 8.982cqi - 4.68px, 38px);
    color: #4a4a4a;
    letter-spacing: 2px;
}

.cta_uketuke {
    font-size: clamp(13px, 3.992cqi - 1.97px, 17px);
    color: #4a4a4a;
}

.cta_kome {
    font-size: clamp(11.5px, 15.243px - 0.998cqi, 12.5px);
    color: #ffffff;
    margin-bottom: 20px;
    width: 90%;
    font-weight: lighter;
}

.cta_leaf {
    width: 20%;
}

footer {
    background-color: #fffacc;
    width: 100%;
    padding-top: 30px;
    position: relative;
    padding-bottom: 40px;
    font-family: "Noto Serif JP", serif;
}

.footer-menu {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.footer-menu div {
    margin-bottom: 10px;
}

.footer-menu div a {
    text-decoration: none;
    color: #6e6c6b;
}

.sns-title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer_sns_text {
    margin: 0 6px;
}

.footer_sns_text p {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    color: #6e6c6b;
}

.sns-title img {
    vertical-align: -2px;
}

.footer-sns-icon {
    display: flex;
    justify-content: center;
}

.footer-sns-icon div {
    width: 15%;
    max-width: 100px;
    margin: 0 10px;
    text-align: center;
}

.footer-logo {
    width: 20%;
    max-width: 120px;
    margin: 0 auto;
    margin-top: 70px;
}

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

.footer-leaf {
    position: relative;
}

.footer_top_leaf {
    position: absolute;
    width: 15%;
    top: 10%;
    left: 5%;
}

.footer_top_leaf img {
    width: 100%;
    max-width: 90px;
}

.footer_bottom_leaf {
    position: absolute;
    width: 15%;
    bottom: 160px;
    left: 80%;
}

.footer_bottom_leaf img {
    width: 100%;
    max-width: 90px;
}

.privacy {
    padding: 80px 10px 30px 10px;
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: 400;
    font-style: normal;
}

.privacy h1 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.privacy p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.privacy li {
    list-style-position: inside;
}

.privacy ol {
    margin-bottom: 10px;
}

.privacy ul {
    margin-bottom: 10px;
}

.top-text span {
    display: inline-block;
}

@media screen and (min-width: 960px) {
    html {
        height: 100%;
        font-size: 62.5%;
    }

    header {
        display: none;
    }

    main {
        padding-top: 0;
    }

    .FV {
        margin-top: 0;
    }

    .pc-wrapper {
        background-image: url("../image/pc/bg.png");
        height: 100%;
        min-height: 100vh;
        background-size: cover;
    }

    .pc-left {
        display: block;
        width: 33%;
        height: 100%;
        position: relative;
    }

    .pc-top-leaf {
        width: 60%;
        position: absolute;
        left: 25%;
    }

    .pc-top-leaf img {
        width: 100%;
        max-width: 400px;
    }

    .pc-top-logo {
        width: 30%;
    }

    .pc-top-logo img {
        width: 100%;
        max-width: 200px;
    }

    .pc-top-access-tel {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
        margin-top: 35px;
    }

    .pc-top-access-tel a {
        width: 15%;
    }

    .pc-top-access-tel a img {
        width: 100%;
        max-width: 90px;
    }

    .pc-left-con {
        position: absolute;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .pc-right {
        display: block;
        width: 33%;
        height: 100%;
        position: relative;
        left: 100%;
        transform: translateX(-100%);
        top: -100%;
    }

    .pc-right-list {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-45%, -50%);
        font-family: "Shippori Mincho B1", serif;
        font-weight: 400;
        font-style: normal;
    }

    .pc-right-list ul {
        list-style: none;
        font-size: 2.5rem;
        display: flex;
        flex-direction: column;
    }

    .pc-right-list ul a {
        text-decoration: none;
        color: #8acbba;
    }

    .pc-right-list ul li {
        padding-bottom: 5px;
        margin-bottom: 8px;
    }

    .pc-right-leaf {
        width: 25%;
        position: absolute;
        top: 90%;
        left: 90%;
        transform: translate(-90%, -90%);
    }

    .pc-right-leaf img {
        width: 100%;
    }

    .sp-frame {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 33%;
        height: 100%;
        background-color: #d3d3d3;
        border: 1.5px solid #6e6c6b;
        border-radius: 50px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        container-type: inline-size;
    }

    .sp-content {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        background-color: #fff;
        box-sizing: border-box;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .sp-content::-webkit-scrollbar {
        display: none;
    }

    .pc-right-list .is-active {
        position: relative;
        display: inline-block;
    }

    .pc-right-list .is-active:after {
        background-color: #fff27f;
        border-radius: 5px;
        content: "";
        display: block;
        height: 5px;
        margin-top: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .pc-left-tel {
        width: 90% !important;
        max-width: 80px !important;
    }

    .privacy {
        padding: 20px;
    }

    footer {
        padding-bottom: 80px;
    }

    .footer-menu {
        display: none;
    }

    .sns-title img {
        vertical-align: -5px;
    }

    .cta_top_text {
        font-size: clamp(14px, 4.998cqi - 1.75px, 22px);
    }

    .shop-detail,
    .shop-detail li span {
        font-size: clamp(12px, 4.998cqi - 3.75px, 20px);
    }

    .top-text h1 {
        font-size: clamp(18px, 4.998cqi + 2.25px, 26px);
    }

    .top-text p {
        font-size: clamp(13px, 3.123cqi + 3.16px, 16px);
    }

    .title-text h2 {
        font-size: clamp(28px, 7.497cqi + 4.37px, 40px);
    }

    .naiyou_box h3,
    .flow-box h3 {
        font-size: clamp(21px, 4.373cqi + 7.22px, 28px);
    }

    .naiyou_box p,
    .flow-box p {
        font-size: clamp(11px, 4.373cqi - 2.78px, 18px);
    }

    .cta_bangou {
        font-size: clamp(23px, 9.371cqi - 6.53px, 38px);
    }

    .cta_top_text {
        font-size: clamp(12px, 6.247cqi - 7.69px, 22px);
    }

    .cta_uketuke {
        font-size: clamp(7px, 6.247cqi - 12.69px, 17px);
    }

    .cta_kome {
        font-size: clamp(9px, 2.187cqi + 2.11px, 12.5px);
    }

    .flow-step {
        width: clamp(50px, 38.732cqi - 84.05px, 100px);
    }

    .shop-detail li {
        line-height: clamp(0px, 9.995cqi - 31.5px, 16px);
    }
}
