/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

:root {
    --primary: #F59494;
    --blue: #90A6E5;
    --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
    --ff-lato: "Lato", sans-serif;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    background: #FCF0F0;
    color: #707070;
}
section {
    padding: 80px 0;
}
h1 {
    margin: 0;
}
h2 {
    display: flex;
    justify-content: center;
    margin: 0;
    font-weight: 600;
}
p {
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #707070;
    margin: 0;
}
a {
    text-decoration: none;
    transition: all .4s;
}
a:hover {
    opacity: .6;
}
ul,
ol {
    list-style: none;
    margin: 0;
}


.inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 3vw;

}

.hdg-area {
    text-align: center;
    margin-bottom: 5rem;
}
.pink {
    color: var(--primary);
}
.blue {
    color: var(--blue);
}
.hdg-en.pink {
    font-size: 2rem;
    font-family: var(--ff-lato);
    font-weight: bold;
    margin: 1rem;
}
.hdg-txt {
    margin-top: 2rem;
    line-height: 2;
}
.txt--17 {
    line-height: 2;
    font-size: 1.7rem;
}

/*======================================
header
=======================================*/
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.logo-area {
    width: 200px;
    background: #fff;
    display: block;
    padding: 2rem 3rem;
    border-radius: 0px 0px 50px 0px;
}
.logo-area img {
    width: 100%;
}
.hd-nav {
    display: flex !important;
    align-items: center;
    margin: 2rem 2rem 0 0;
    padding: 2rem;
    background: #fff;
    border-radius: 20px;
}
.hd-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hd-link-list {
    display: flex;
    justify-content: space-between;
}
.hd-link-list li {
    padding: 0 1rem;
}
.hd-link-list a {
    text-decoration: none;
    font-weight: 600;
    color: #707070;
}
.btn {
    background: var(--blue);
    display: inline-block;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 3rem;
    font-weight: bold;
    margin-left: 1rem;
}
.btn:hover {
    background: #f59494;
    color: #fff;
    opacity: 1;
}




/*======================================
mv
=======================================*/

.mv {
    min-height: 80vh;
    padding: 80px 0 0;
}
.mv-wrap {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
}
.mv-ttl {
    z-index: 1;
    width: 100%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1.5;
}
.mv-img-wrap {
    /* width: 70%; */
    flex: 1.8;
    position: relative;
}
.mv-img {
    display: block;
}
.mv-img img {
    width: 100%;
}
.mv-copy {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.mv-sub-copy {
    font-size: 2rem;
    font-weight: 500;
}

.mv-sub-copy span {
    display: inline;
}
.pink-circle {
    position: absolute;
    right: 2rem;
    bottom: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 175px;
    background-image: url(/wp-content/uploads/2025/12/circle_pink-1.png);
    background-size: cover;
    font-weight: bold;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
}
/*======================================
nayami
=======================================*/
.nayami {
    text-align: center;
}
.nayami h2 {
    display: inline-block;
    padding: 2rem;
    margin: 0 auto;
    font-size: 4rem;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 10px #BF7D7D29;
}
.nayami h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -25px;
    border-right: 25px solid rgb(255, 255, 255);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: rotate(55deg);
}
.nayami h2 span {
    font-size: 5.3rem;
}
.nayami-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0 0;
}
.nayami-list li {
    background: #fff;
    border-radius: 100rem;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px #90676729;
    margin: 0 1.5rem;
    aspect-ratio: 1;

}
.nayami-txt {
    margin: 0;
    font-weight: bold;
    font-size: 2.5rem;
}
.nayami-lead-box {
    margin: 5rem 0 10rem;

}
.nayami-lead-box p {
    font-size: 2.1rem;
    line-height: 2.5;
    font-weight: 500;
}

.nayami-last-ttl {
    position: relative;
    display: inline-block;
    flex-flow: column;
    align-items: center;
}
.nayami-last__ttl {
    font-size: 4.5rem;
    font-weight: bold;
    background: #fff;
    display: block;
    line-height: 1.5;
    padding: 0 1rem;
    margin: 0 0 4rem;
}
.nayami-last__ttl:first-child {
    margin-bottom: 1rem;
}
.nayami-last__txt {
    position: relative;
    font-size: 2.5rem;
    line-height: 2;
    font-weight: 500;
}
.nayami-img--r {
    width: 260px;
    position: absolute;
    right: -120px;
    bottom: -120px;
    z-index: -1;
}
.nayami-img--l {
    width: 500px;
    position: absolute;
    left: -330px;
    bottom: -110px;
    z-index: -1;
}

/*======================================

reason

=======================================*/
.reason {
    margin-top: 6rem;
    position: relative;
    background: transparent linear-gradient(180deg, #FFD0D0 0%, #FCF0F0 100%) 0% 0% no-repeat padding-box;

}
.reason::before {
    content: "";
    width: 100%;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/12/wave-p-scaled.png);
    background-size: cover;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
}
.reason-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reason-list li {
    padding: 3rem;
    margin-bottom: 2rem;
    width: 32%;
    background: #fff;
    border-radius: 30px;

}
.reason h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}
.reason h3 span {
    font-family: var(--ff-lato);
    font-size: 3rem;
    font-weight: bold;
    margin-right: 1rem;
    display: block;
}
.reason-img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.lymphedema {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    background: #fff;
    border-radius: 3rem;
}
.lymphedema picture {
    flex: 1;
}
.lymphedema-ex {
    flex: 1;
}
h3.lymphedema-h3 {
    font-size: 3.5rem;
    border-bottom: 2px dotted;
    padding-bottom: 2rem;
    text-align: left;
}
.lymphedema-txt {
    line-height: 2;
}

/*======================================

demerit

=======================================*/
.demerit {
    margin-bottom: 10rem;
}
.mukumi-img {
    width: 600px;
    display: block;
    margin: 0 auto;
}

.mukumi-img img {
    width: 100%;
}
.demerit-wrap {
    position: relative;
}
.mukumi-txt {
    position: absolute;
    display: block;
    width: 320px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2025/12/circle_pink.png);
    background-size: cover;
}
.mukumi-txt p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    text-shadow: 0px 0px 20px #95424266;
}
.mukumi-txt.mukumi-tl {
    top: 0;
    left: 0;
}
.mukumi-txt.mukumi-bl {
    bottom: -140px;
    left: 110px;
}
.mukumi-txt.mukumi-bc {
    bottom: -230px;
    left: 50%;
    transform: translateX(-50%);
}
.mukumi-txt.mukumi-tr {
    top: 0;
    right: 0;
}
.mukumi-txt.mukumi-br {
    bottom: -140px;
    right: 110px;
}

/*======================================

Merit

=======================================*/
.merit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.merit-list li {
    background: #fff;
    border-radius: 3rem;
    width: calc((100% - (2% * 2)) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    margin-bottom: 2rem;
    box-shadow: 0px 0px 30px #F8E2E2;
}
.merit-list li:not(:nth-child(3)) {
    margin-right: 2%;
}
.merit-list picture {
    width: 140px;
    display: block;
}
.merit-list picture img {
    width: 100%;
}
.merit-list p {
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    margin-top: 1rem;
}

/*======================================

About

=======================================*/

.about {
    background-color: #fff;
    margin-top: 6rem;
    position: relative;


}
.about::before {
    content: "";
    width: 100%;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/12/wave-w-scaled.png);
    background-size: cover;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
}
.about-list {
    margin-bottom: 10rem;
}
.about-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-list li:nth-child(2n) {
    flex-direction: row-reverse;
    display: flex;
}
.about-num {
    font-weight: bold;
    font-size: 1.8rem;
    font-family: var(--ff-lato);
}
.about-num span {
    font-size: 3rem;
}
.about-img {
    flex: 1;
}
.about h3 {
    font-size: 3.5rem;
    font-weight: bold;
}
.about-ex {
    flex: 1;
    margin-left: 5rem;
}
.about-ex p {
    line-height: 2.2;
}

.about-safe {
    background: #F2F2F2;
    border-radius: 3rem;
    padding: 7rem;
    display: flex;
    align-items: center;
}
.about-safe-list {
    width: 60%;
}
.about-safe h3 {
    width: 40%;
}
.about-safe-list li {
    font-weight: bold;
    line-height: 2;
    font-size: 2rem;
}

/*======================================

mid-cta

=======================================*/
.mid-cta .hdg-area {
    margin-bottom: 3rem;
}
.mid-cta-wrap {
    padding: 5rem;
    background: #fff;
    border-radius: 30px;
}
.mid-cta-btn {
    width: 340px;
    padding: 2.2rem 0;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
}
/*======================================

Value

=======================================*/
.value-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
}
.value-list li {
    width: calc((100% - (2% * 2)) / 3);
    background: #fff;
    border-radius: 3rem;
    padding: 3rem;
    position: relative;
}
.value-num {
    background: #fff;
    font-size: 5rem;
    font-family: var(--ff-lato);
    font-weight: bold;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    aspect-ratio: 1;
    width: 90px;
    text-align: center;
}
.value h3 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
}
.value-img {
    z-index: 1;
    position: relative;
}
.value-wrap p {
    line-height: 2;
    font-size: 1.7rem;
}
.value-img img {
    border-radius: 2.5rem;
}
/*======================================

Price

=======================================*/
.price {
    text-align: center;
}
.cam-ex {
    display: inline-block;
    margin-top: 1rem;
    padding: 2rem 4rem;
    background: #FFEC84;
    border-radius: 20px;
    margin: 0px auto 3rem;
    text-align: center;
    position: relative;
}
.cam-ex::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 70px;
    bottom: -30px;
    border-right: 25px solid rgb(255, 236, 132);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: rotate(55deg);
}
.cam-ttl {
    font-weight: bold;
    font-size: 2.2rem;
}
.cam-txt {
    font-weight: 500;
}

.drainage {
    background: #fff;
    border-radius: 3rem;
    padding: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drainage-h3 {
    font-weight: bold;
    font-size: 2.5rem;
    background: linear-gradient(transparent 60%, #FFEC84 60%);
    display: inline;
}
.drainage p {
    width: 68%;
    line-height: 2;
    font-size: 1.7rem;
    text-align: left;
}

/* ===== Wrapper (薄いピンク背景 + 角丸) ===== */
.price-table {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    margin-bottom: 5rem;
    box-shadow: 0px 0px 20px #C7949429;
    text-align: left;
}

/* ===== Table base ===== */
.pt {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0;
}

/* 列幅：左広め、右2列は狭め */
.pt__col-menu {
    width: 60%;
}
.pt__col-time {
    width: 20%;
}
.pt__col-price {
    width: 20%;
}

/* ===== Header ===== */
.pt thead th {
    background: #f28f92;
    /* ピンク */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 25px 20px;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
}

/* ヘッダーの縦線 */
.pt thead th+th {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
}

/* ===== Body cells ===== */
.pt tbody td {
    padding: 30px 20px;
    vertical-align: middle;
    border-top: 1px solid #ededed;
    font-size: 2.2rem;
}

/* 左列だけ薄グレー背景 */
.pt tbody td.pt__menu {
    background: #f3f3f3;
}

/* 右2列：中央寄せ + 縦線 */
.pt__cell {
    text-align: center;
    background: #fff;
    font-weight: 500;
}

/* 縦線（列間） */
.pt tbody td+td {
    border-left: 1px solid #ededed;
}

/* メニュータイトル */
.pt__title {
    font-weight: 600;
    color: #666;
    line-height: 1.6;
}

/* 黄色の丸バッジ */
.pt__badge {
    display: inline-block;
    margin-top: 1rem;
    padding: 12px 16px;
    background: #FFEC84;
    color: #444;
    border-radius: 999px;
    font-size: 16px;
    font-weight: bold;
}
.pt__badge .pc-only {
    display: inline;
    list-style: none;
}

table,
td,
th {
    border: none;
}
/*======================================

Flow

=======================================*/


.flow-wrap {
    background: #fff;
    border-radius: 3rem;
    padding: 5rem;
}
.flow-list {
    display: flex;
    justify-content: space-between;
}
.flow-list li {
    position: relative;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow-list li::after {
    width: 0;
    height: 0;
    border-left: 30px solid #A7B4D9;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    content: "";
    position: absolute;
    top: 13%;
    left: 100%;
}
.flow-list li:last-child::after {
    content: unset;
}
.flow-img {
    width: 80%;
    display: block;
}
.flow-img img {
    width: 100%;
}
.flow-h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
}

.flow-list p {
    padding: 0 2rem;
}

/*======================================

Voice

=======================================*/

.slick-track {
    display: flex !important;
}
.slick-slide {
    height: auto !important;
    margin: 0 1%;
}
.slick-list {
    padding: 0 0 10rem !important;
    margin: 0 -1%;
}


.voice-list li {
    position: relative;
    background: #fff;
    border-radius: 3rem;
    padding: 4rem;
    width: 32%;
}
.voice-list li::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 70px;
    bottom: -30px;
    border-right: 25px solid rgb(255, 255, 255);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    transform: rotate(55deg);
}
.voice h3 {
    font-weight: bold;
    font-size: 2.2rem;
}
.voice-list p {
    font-size: 1.7rem;
    line-height: 2;
}
.voice-name.blue {
    font-weight: bold;
    padding-top: 2rem;
}


/*======================================

FAQ

=======================================*/

.accordion-006 {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto 2rem;
    background-color: #FFDEDE;
    border-radius: 3rem;
    transition: all .4s;
    padding: 2rem 4rem 3rem;
}
.faq-q.blue {
    font-size: 3rem;
    margin-right: 1rem;
}
.accordion-006:hover {
    background-color: #ffd9d9;
}
.accordion-006[open] {
    background-color: #fff;
}
.accordion-006 summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    font-size: 2.4rem;
    cursor: pointer;
    font-weight: bold;
}


.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: 1em;
    border-radius: 5px;
    background-color: var(--primary);
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 1.7em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    position: absolute;
    right: 1.7em;
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    border-top: 2px dotted;
    padding-top: 1rem;
    line-height: 2;
    font-size: 1.7rem;
    padding-left: 5rem;
}

/*======================================

form

=======================================*/
.form-wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 5rem;
    border-radius: 30px;
}
#booking-package_calendarPage .holidayPanel {
    background-color: #EEE !important;
}
#booking-package_inputFormPanel .form_text {
    padding: 1rem !important;
}
#booking-package_inputFormPanel .book_now_button {
    background: #90A6E5;
    padding: 2rem;
}
#booking-package_calendarPage #booking_package_input_text {
    resize: vertical !important;
}

#booking-package_inputFormPanel textarea {
    min-height: 180px;
}
.booking-completed-note {
    margin: 2rem auto;
    font-size: 1.6rem;
    color: red;
}
/*======================================

footer

=======================================*/
footer {
    background: var(--primary);
    border-radius: 50px 50px 0 0;
    padding: 5rem;
}
.clinic-wrap {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}
.map {
    flex: 1;
}
.clinic-info {
    flex: 1;
}
footer .logo {
    width: 200px;
    display: block;
    margin-bottom: 3rem;
}
footer p {
    color: #fff;
    font-weight: ;
}
iframe {
    border-radius: 3rem;
    width: 90%;
}
.clinic-name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.clinic-info-list {
    width: 70%;
    margin-top: 2rem;
}

.clinic-info-list li {
    display: flex;
}
.clinic-info-list li:first-child {
    border-bottom: 1px dotted #fff;
}
.clinic-ttl {
    width: 20%;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.clinic-txt {
    width: 80%;
    padding: 1rem 0;
    font-weight: 500;
    display: inherit;
}
.clinic-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.4rem;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
}
.clinic-link::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/12/tab.png);
    background-size: cover;
    margin-left: 0.5rem;
}

.ft-link-list {
    display: flex;
}
.ft-link-list li a {
    color: #fff;
    font-weight: bold;
}
.ft-link-list li {
    margin-right: 3rem;
}
.ft-link-area {
    margin-top: 5rem;
    border-top: 2px dotted #fff;
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn.ft-btn {
    padding: 1.5rem 3rem;
}
.btn.ft-btn:hover {
    background: #fff;
    opacity: 1;
    color: #898787;
}
small {
    color: #fff;
    text-align: center;
    display: block;
}



.sp-only {
    display: none;
}
.pc-only {
    display: block;
}
/*===================================================

TOP TABLET CSS 

====================================================*/

@media (max-width: 1024px) {

    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }

    /*============
nav
=============*/
    .fix-btn {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 10;
    }

    .header {
        position: relative;
        /* padding: 20px; */
    }

    .hamburger {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 100;
        width: 55px;
        height: 55px;
        border: none;
        background: #fff !important;
        cursor: pointer;
        border-radius: 100px;
        transition: .3s;
    }
    .hamburger:hover {
        background: #fbe3e3;
    }
    .hamburger__line {
        position: absolute;
        left: 15px;
        width: 26px;
        height: 2px;
        background-color: #333;
        transition: all .4s;
    }

    .hamburger__line:nth-of-type(1) {
        top: 17px;
    }
    .hamburger__line:nth-of-type(2) {
        top: 26px;
    }
    .hamburger__line:nth-of-type(3) {
        top: 35px;
    }

    /* メニューオープン時 */
    .hamburger.active .hamburger__line:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .hamburger.active .hamburger__line:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger.active .hamburger__line:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100dvh;
        background-color: var(--primary);
        transform: translateX(-100%);
        transition: transform .4s;
        z-index: 90;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav__inner {
        width: 100%;
        height: 100dvh;
        margin: 0 auto;
        overflow-y: scroll;
        padding: 5rem 5vw 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .nav.active {
        transform: translateX(0);
    }
    .nav__list {
        margin: 0;
        padding: 100px 0 0;
        list-style: none;
    }
    .nav__list--l {
        padding: 3rem 0 2rem;
        width: 100%;
    }
    .nav__list--l li {
        padding: 2rem 0;
        border-bottom: 1px dotted #fff;
    }
    .nav__list--l li a {
        position: relative;
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        margin-left: 2rem;
    }
    .nav__list--l li a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: rotate(45deg);
        color: #fff;
        border-top: 3px solid var(--blue);
        border-right: 3px solid var(--blue);
    }
    .nav__inner .logo {
        width: 50%;
        max-width: 200px;
    }
    .nav__inner .clinic-info {
        border-top: 2px dotted #fff;
        padding-top: 3rem;
    }
    .nav__inner .clinic-info p {
        color: #fff;
    }
    .nav .btn {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem 0;
        font-size: 1.8rem;
        max-width: 260px;
        margin: 2rem 0 0;
    }


}

/*===================================================

SP CSS 

====================================================*/


@media (max-width: 767px) {

    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }

    p {
        font-size: 1.6rem;
    }
    .hdg-en.pink {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 2.6rem;
    }
    .hdg-area {
        margin-bottom: 2rem;
    }

    .hdg-txt {
        font-size: 1.5rem;
        text-align: justify;
    }
    .inner {
        padding: 0 4vw;
    }
    section {
        padding: 30px 0;
    }

    .logo-area {
        width: 120px;
        padding: 1rem 1.5rem;
    }
    main {
        overflow: hidden;
    }
    .txt--17 {
        font-size: 1.5rem;
    }



    /*===================================================

SP MV

====================================================*/


    .mv {
        height: 96vh;
        padding: 50px 0 0;
        min-height: 700px;
    }

    .mv-wrap {
        display: block;
        position: relative;
        height: 100%;
    }
    .mv-img-wrap {
        width: 120%;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .mv-ttl {
        top: 50px;
        width: 100%;
        position: absolute;
        margin-left: 0;
        padding: 0 4vw;
    }
    .mv-copy {
        font-size: 2.8rem;

    }
    .mv-sub-copy {
        position: absolute;
        top: 130vw;
        font-size: 2rem;
        left: 2vw;
    }
    .mv-sub-copy p {
        margin-bottom: 1.5rem;
    }
    .mv-sub-copy p span {
        background: #fff;
        padding: 0.5rem 1rem;
        font-size: 2rem;
    }
    .pink-circle {
        font-size: 1.7rem;
        width: 120px;
        height: 120px;
        right: 10%;
        bottom: 17%;
    }


    /*===================================================

SP nayami

====================================================*/

    .nayami {
        overflow: hidden;
    }
    .nayami h2 {
        background: none;
        box-shadow: none;
        font-size: 2.1rem;
    }
    .nayami h2::after {
        content: none;
    }
    .nayami h2 span {
        font-size: 2.8rem;
    }
    .nayami-list {
        flex-wrap: wrap;
        margin: 0;
    }
    .nayami-lead-box {
        margin-bottom: 4rem;
    }

    .nayami-list li {
        width: 39vw;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        height: unset;
        margin: 0 0.7rem 1.5rem;
    }
    .nayami-lead-box p {
        font-size: 1.7rem;
    }
    .nayami-txt {
        font-size: 1.6rem;
    }
    .nayami-last__ttl {
        font-size: 2.1rem;
        padding: 0.3rem 1rem;
        margin-bottom: 2rem;
    }
    .nayami-last__txt {
        font-size: 1.8rem;
    }
    .nayami-img--l {
        width: 310px;
        position: absolute;
        left: -140px;
        bottom: -110px;
        z-index: -1;
        opacity: .7;
    }
    .nayami-img--r {
        width: 140px;
        position: absolute;
        right: -50px;
        bottom: -120px;
        z-index: -1;
        opacity: .7;
    }
    .nayami-last__txt {
        font-size: 1.7rem;
    }


    /*===================================================

SP reason

====================================================*/
    .reason .hdg-area p {
        text-align: center;
    }
    .reason::before {
        height: 30px;
        top: -30px;
    }
    .reason-list li {
        width: 100%;
        padding: 2rem 3rem 3rem;
    }
    .reason h3 {
        text-indent: 0;
        padding: 0;
        text-align: center;
        font-size: 2.2rem;
    }
    .reason h3 span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 0.5rem;
    }
    .reason-img {
        width: 80%;
    }

    .lymphedema {
        flex-direction: column;
    }

    .lymphedema picture {
        order: 2;
    }
    .lymphedema-ex {
        text-align: center;
        display: contents;
    }
    h3.lymphedema-h3 {
        order: 1;
        font-size: 2.2rem;
        padding-bottom: 1rem;
        display: inline-block;
    }

    .lymphedema-txt {
        order: 3;
        text-align: justify;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .lymphedema-txt span {
        font-weight: 500;
    }
    /*===================================================

SP Demerit

====================================================*/
    .mukumi-txt {
        width: 145px;
        height: 145px;
    }
    .mukumi-txt p {
        font-size: 1.3rem;
        text-shadow: 0px 0px 20px #a44545b8;
    }
    .mukumi-txt span {
        font-size: 1.2rem;
    }
    .mukumi-img {
        width: 50%;
    }
    .mukumi-txt.mukumi-bl {
        bottom: 0;
        left: 0;
    }
    .mukumi-txt.mukumi-tl {
        top: 0;
        left: -20px;
    }
    .mukumi-txt.mukumi-bl {
        bottom: -70px;
        left: -20px;
    }
    .mukumi-txt.mukumi-bc {
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mukumi-txt.mukumi-tr {
        top: 0;
        right: -20px;
    }
    .mukumi-txt.mukumi-br {
        bottom: -70px;
        right: -20px;
    }
    /*===================================================

SP merit

====================================================*/

    .merit-list li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .merit-list picture {
        width: 25%;
    }
    .merit-list p {
        font-size: 1.7rem;
    }

    /*===================================================

SP about

====================================================*/
    .about::before {
        height: 40px;
        top: -40px;
    }

    .about .hdg-txt {
        text-align: justify;
    }
    .about-list {
        margin-bottom: 5rem;
    }
    .about-list li {
        flex-direction: column;
        margin-bottom: 5rem;
    }
    .about-list li:nth-child(2n) {
        flex-direction: column;
    }
    .about-list li:last-child {
        margin: 0;
    }
    .about-ex {
        margin: 0;
        padding: 0 2vw;
    }
    .about-num {
        font-size: 1.4rem;
    }
    .about-ex span {
        font-weight: bold;
    }
    .about-num span {
        font-size: 2.1rem;
    }
    .about h3 {
        font-size: 2.7rem;
    }
    .about-safe {
        padding: 3rem;
        flex-direction: column;
        margin-bottom: 4rem;
    }
    .about-safe h3 {
        width: 100%;
        text-align: center;
    }
    .about-safe-list {
        width: 100%;
    }
    .about-safe-list li {
        font-weight: normal;
        font-size: 1.6rem;
    }
    /*===================================================

SP mid-cta

====================================================*/
    .mid-cta-wrap {
        padding: 5vw 5vw 7vw;
    }
    .mid-cta-btn {
        width: 80%;
        font-size: 1.7rem;
        padding: 1.6rem;
    }
    /*===================================================

SP value

====================================================*/
    .value-list {
        flex-wrap: wrap;
        margin-top: 8rem;
    }
    .value-list li {
        width: 100%;
        margin-bottom: 6rem;
    }
    .value-list li:last-child {
        margin: 0;
    }
    .value h3 {
        font-size: 2.4rem;
    }
    .value-num {
        font-size: 3.8rem;
        width: 120px;
        top: -50px;
        line-height: 2;
    }
    .value-wrap p {
        font-size: 1.6rem;
    }
    /*===================================================

SP pricec

====================================================*/
    .price .hdg-txt {
        text-align: center;
    }
    .cam-ex {
        width: 90%;
        display: block;
    }
    .cam-ex::after {
        bottom: -20px;
        border-right: 20px solid rgb(255, 236, 132);
        border-top: 20px solid transparent;
    }
    .cam-ttl span {
        font-size: 1.6rem;
    }
    .cam-ttl {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    .cam-ex {
        padding: 1rem 2rem 2rem;
    }
    .cam-txt {
        font-size: 1.5rem;
    }

    .pt {
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
        table-layout: unset;
    }
    .price-table {
        overflow-x: scroll !important;
        border-radius: 15px;
    }
    .pt thead th {
        font-size: 1.6rem;
        padding: 20px 10px;
    }
    .pt tbody td {
        font-size: 1.5rem;
        padding: 2rem;
    }
    .pt__badge {
        font-size: 1.3rem;
        line-height: 1.6;
        padding: 0.5rem 1rem;
        border-radius: 15px;
    }
    .pt__title span {
        display: block;
        font-size: 1.3rem;
    }
    .drainage {
        flex-direction: column;
        padding: 4rem 3rem;
    }
    .drainage p {
        width: 100%;
        font-size: 1.5rem;
        text-align: left;
        line-height: 1.8;
    }
    /*===================================================

SP flow

====================================================*/
    .flow-wrap {
        padding: 3rem;
    }
    .flow-list {
        flex-direction: column;
    }
    .flow-list li {
        width: 100%;
        margin-bottom: 8rem;
    }
    .flow-list li:last-child {
        margin: 0;
    }
    .flow-img {
        width: 40%;
    }
    .flow-h3 {
        margin: 1rem 0;
    }
    .flow-list li::after {
        bottom: -22%;
        top: unset;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .flow-list p {
        padding: 0;
    }

    /*===================================================

SP voice

====================================================*/
    .voice .inner {
        padding: 0;
    }
    .voice .hdg-area {
        padding: 0 4vw;
    }
    .voice-list p {
        font-size: 1.6rem;
    }
    .voice-list li {
        width: 85vw;
        margin: 1.5vw;
        padding: 6vw;
    }
    .slick-slide {
        margin: 0;
    }
    .slick-list {
        padding: 0 0 4rem !important;
    }
    /*===================================================

SP FAQ

====================================================*/

    .summary-box {
        font-size: 1.6rem;
        width: 80%;
        padding: 0.7rem 0;
    }
    .accordion-006 {
        padding: 1rem 2rem;
        margin-bottom: 1rem;
    }
    .faq-q.blue {
        font-size: 2.5rem;
    }
    .accordion-006 p {
        font-size: 1.5rem;
        padding: 1rem;
    }
    .accordion-006 summary::before {
        position: absolute;
        right: 1rem;
        rotate: 90deg;
    }
    .accordion-006 summary::after {
        position: absolute;
        right: 0.4em;
        transition: rotate .3s;
    }
    /*===================================================

SP form

====================================================*/
    .form-wrap {
        padding: 3rem 4vw;
    }
    .form-txt {
        text-align: center;
    }
    /*===================================================

SP footer

====================================================*/
    footer {
        padding: 4rem 3rem;
    }
    .clinic-wrap {
        flex-direction: column-reverse;
    }
    footer .logo {
        width: 40%;
        margin: 0 auto 3rem;
    }
    .clinic-name {
        text-align: center;
        font-size: 2.3rem;
    }
    .clinic-info-list {
        width: 100%;
        margin-bottom: 3rem;
    }
    .clinic-txt {
        font-size: 1.5rem;
    }
    .clinic-link {
        justify-content: center;
    }
    iframe {
        border-radius: 3rem;
        width: 100%;
        height: 280px;
    }
    .ft-link-area {
        width: 100%;
        flex-direction: column;
        margin: 2rem 0;
    }
    .ft-link-list {
        flex-direction: column;
        width: 100%;
    }
    .ft-link-list li {
        margin-bottom: 2rem;
    }
    .ft-link-list li a {
        font-size: 1.6rem;
        position: relative;
        padding-left: 2rem;
    }
    .ft-link-list li a::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2px;
        width: 8px;
        height: 8px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: rotate(45deg);
        color: #fff;
        border-top: 2px solid var(--blue);
        border-right: 2px solid var(--blue);
    }

}
/*===================================================

single

====================================================*/
#privacy {
    margin-top: 20rem;
}
.privacy-main {
    padding: 0;
}
.privacy-wrap {
    background: #fff;
    padding: 5rem;
    border-radius: 30px;
    margin-bottom: 5rem;
}
#privacy p {
    line-height: 2;
}
.privacy-wrap h2 {
    color: var(--primary);
    font-size: 2.7rem;
    margin: 4rem 0 2rem;
    text-align: left;
    display: block;
    border-bottom: 2px dotted;
    padding-bottom: 1rem;
}

#privacy ul,
#privacy ol {
    list-style: circle;
    padding-left: 2rem;
    line-height: 2;
}

@media (max-width: 767px) {
    #privacy {
        margin-top: 5rem;
    }
    .privacy-wrap {
        padding: 2rem;
    }
    .privacy-wrap h2 {
        font-size: 2rem;
    }
    .privacy-wrap p {
        font-size: 1.5rem;
    }
    #privacy ul,
    #privacy ol {
        font-size: 1.5rem;
        margin: 2rem 0;
    }
}

/*===================================================

contact

====================================================*/

#contact {
    margin: 150px auto 100px;
}
.contact-table {
    width: 750px;
    margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100%;
    background: #fff;
}
.contact-table p {
    text-align: left;
}
.hissu {
    background: var(--primary);
    color: #fff;
    padding: 0 7px;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 1rem;
}
.wpcf7 form input.wpcf7-form-control::placeholder,
.wpcf7 form textarea.wpcf7-form-control::placeholder {
    color: #acacac !important;
}
.contact-submit {
    margin: 50px 0;
}
.contact-submit input {
    background: #90a6e5;
    font-weight: bold;
    display: block;
    width: 250px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 1.5rem 0;
}
.wpcf7-turnstile.cf-turnstile {
    text-align: center;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    #contact {
        margin: 80px auto;
    }
    .contact-table {
        width: 100%;
        margin-top: 4rem;
    }
    .contact-table th,
    .contact-table td {
        width: 100%;
        display: block;
        text-align: left;
    }

}

/*===================================================

SNS

====================================================*/

.hd-sns-list {
    display: flex;
    margin-left: 1rem;
}
.hd-sns-list li {
    line-height: 0.7;
}
.hd-sns-list li a img {
    width: 20px;
}

.ft-sns-list {
    display: flex;
    margin: 3rem 0 0;
}
.ft-sns-list li a img {
    width: 30px;
}
.ft-sns-list li,
.hd-sns-list li {
    margin-right: 1.5rem;
}

@media (max-width: 767px) {
    .ft-sns-list {
        margin: 2rem auto 3rem;
        justify-content: center;
    }
}