@charset "utf-8";


 /*==========================
menu common
==========================*/

.topic {
    margin: 0 auto;
    padding: 8px 12px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .topic {
        max-width: 1120px;
        border-left: 5px solid var(--primary-sub);
        border-right: none;
        padding: 5px 16px;
        text-align: left;
        font-family: "Zen Kaku Gothic New";
        font-size: 2.4rem;
        font-weight: 500;
    }

    
} /* pc 768px */

@media screen and (min-width: 1200px) {
    .topic__box {
        margin: 0;
    }
    
} /* pc 1200px */

 /*==========================
main
==========================*/
/* article header */
.mainVisual {
    width: 100%;
    height: 310px;
    background-image: url(../images/mainvisual.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 0 0;
    text-align: center;
}

.pageTitle {
    margin: 0 auto;
    color: white;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
}

.pageTitle span {
    display: block;
    color: var(--primary-accent);
    font-family: Jost;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 12px;
}

 @media screen and (min-width: 768px) {

    .mainVisual {
        height: 514px;
        padding: 281px 0 0 0;
    }

    .pageTitle {
        margin: 0 auto;
        color: white;
        font-family: "Zen Kaku Gothic New";
        font-size: 3.2rem;
    }

    .pageTitle span {
        font-size: 1.8rem;
        margin-top: 16px;
    }

} /* pc 768px */

/* main contents */
.section--seitai,
.section--o2,
.section--option {
    margin-top: 80px;
}

.desc {
    margin: 12px auto 0;
}

.desc p {
    margin: 0 6.4%;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.contents_wrap {
    margin: 24px 6.4%;
    border-radius: 10px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 24px 24px 36px;
}

.contents__topic {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid var(--primary-base);
    padding: 0 0 12px 0;
}

.contents__topic span {
    display: block;
    color: var(--primary-accent);
    font-family: Jost;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 5px;
}

.contents__item {
    margin-top: 24px;
}

.contents__price {
    margin-top: 12px;
}

.contents__detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course,
.price {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
}

.price {
    background: linear-gradient(transparent 50%, var(--primary-base) 50%);
}

.price span {
    font-family: Jost;
}

.centerline {
    margin: 0 10px;
    background-image: radial-gradient(circle, var(--primary-base) 2px, transparent 2px);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 20px 4px;
    width: auto;
    height: 4px;
    flex-grow: 1;
}

.note {
    text-align: right;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

.contents__img {
    display: none;
}


@media screen and (min-width: 768px) {

    .section--seitai,
    .section--o2,
    .section--option {
        margin: 100px auto 0;
        max-width: 1120px;
    }

    .desc {
        margin: 20px auto 0;
        max-width: 1120px;
    }

    .desc p {
        margin: 0 6.4%;
    }

    .contents_wrap {
        margin: 36px 6.4% 0;
    }

    .contents__topic {
        font-size: 1.8rem;
    }

    .course,
    .price {
        font-size: 2.4rem;
    }

    .note {
        margin-top: 24px;
    }

    .contents__price {
        margin-top: 24px;
    }

} /* pc 768px */

@media screen and (min-width: 1024px) {

    .desc p {
        margin: 0;
        padding: 0 24px;
    }

    .contents_wrap {
        max-width: 1120px;
        margin: 36px 24px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        vertical-align: middle;
        padding: 36px 40px 36px 0;
    }

    .contents__topic {
        border-bottom: none;
        padding: 0 80px;
        height: 100%;
        position: relative;
    }

    .contents__topic::after {
        content: '';
        background-color: var(--primary-base);
        display: block;
        height: 265px;
        width: 1px;
        position: absolute;
        top: -110px;
        right: 0;
    }

    .contents__topic p {
        margin: auto 0;
    }

    .contents__item {
        margin: 0;
        padding: 0 40px 0;
        flex-grow: 1;
    }

    .note {
        margin-top: 24px;
    }

    .contents__img {
        display: block;
        width: 36%;
        height: 265px;
        margin: 0 auto;
        border-radius: 20px;
        overflow: hidden;
    }

    .contents__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;

    }
} /* pc 1024px */

/* reserve */
.section--reserve,
.section--flow {
    margin-top: 80px;
}

.topic__ex {
    background-color: var(--primary-sub);
    width: 100%;
    padding: 10px 24px;
}

.topic--ex {
    border-left: none;
    color: white;
    padding: 0;
}

.desc__ex {
    margin: 12px auto 0;
}

.desc__ex p {
    margin: 0 6.4%;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.contents__ex {
    margin: 24px 6.4% 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px;
}

.topic__contact {
    color: var(--primary-sub);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 36px;
}

.reserve__item {
    margin: 16px auto 0;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 24px 24px;
}

.reserve__telNo {
    margin: 0 auto;
    font-family: Jost;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--primary-base) ;
    padding: 0 0 8px 0;
}

.reserve__telNo p::before {
    content: '';
    background-image: url(../images/tel_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 22px;
    height: 22px;
    align-items: center; 
    margin-right: 10px;
}

.reserve__telClick {
    color: var(--primary-sub);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 12px;
    display: block;
}

.contents__text {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 24px;
}

.contents__text span {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.reserve__line {
    margin-top: 0;
}

.reserve__line img {
    width: 173px;
    height: 173px;
}

@media screen and (min-width: 768px) {
    .section--reserve,
    .section--flow {
        margin: 120px auto 0;
    }

    .topic__ex {
        background-color: var(--primary-sub);
        width: 100%;
        padding: 16px 6.4%;
    }

    .topic--ex {
        border-left: none;
        color: white;
        margin: 0 auto;
        max-width: 1120px;
    }

    .desc__ex {
        margin: 24px 6.4% 0;
    }

    .desc__ex p {
        margin: 0 auto;
        max-width: 1120px;
        font-size: 1.8rem;
    }

    .reserve__wrap {
        margin: 0 6.4%;
    }

    .contents__ex {
        margin: 48px auto 0;
        max-width: 1120px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .topic__contact {
        font-size: 2.4rem;
        margin: 0 auto;

    }

    .reserve__item {
        max-width: 510px;
        height: auto;
        margin: 24px 0 0;
        padding: 30px 24px 40px;
    }

    .contents__text {
        font-size: 1.8rem;
    }

    .reserve__line {
        margin-top: 0;
    }


    .reserve__line img {
        width: 116px;
        height: 116px;
    }
  
} /* pc 768px */

/* 施術の流れ */

.flow__list {
    margin: 24px 6.4% 0;
}

.flow__item {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 24px;
}

.flow__item p {
    display: inline-block;
    align-items: center;
    vertical-align: middle;
}

.flow__item::before {
    content: '1';
    background-color: var(--primary-sub);
    border-radius: 100px;
    color: white;
    font-family: Jost;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 20px;
    height: 20px;
    padding: 3px 0;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(10%);
}

.flow__item:nth-of-type(2)::before {
    content: '2';
}

.flow__item:nth-of-type(3)::before {
    content: '3';
}

.flow__item:nth-of-type(4)::before {
    content: '4';
} 

.flow__item:nth-of-type(5)::before {
    content: '5';
}

.flow__detail {
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    margin: 8px 0 0 32px;
}

.flow__b {
    color: var(--primary-accent);
    font-size: 1.4rem;
    flex-shrink: 0;
}

.flow__txt {
    font-size: 1.4rem;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .flow__wrap {
        margin: 0 6.4%;
    }

    .flow__list {
        margin: 36px auto 0;
        max-width: 1120px;
    }

    .flow__item {
        font-size: 2rem;
    }

    .flow__item::before {
        font-size: 1.8rem;
        width: 25px;
        height: 25px;
        padding: 3px 0;
        margin-right: 12px;
    }


    .flow__detail {
        margin: 8px 0 0 45px;
    }

    .flow__b {
        font-size: 1.8rem;
    }

    .flow__txt {
        font-size: 1.8rem;
    }
} /* pc 768px */

@media screen and (min-width: 1200px) {

} /* px 1200px */
