@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
.top-kv {
    position: relative;
}

.top-kv-txt {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
    text-align: center;
    font-weight: 700;
}

.top-kv-catch {
    font-size: 2.5rem;
    line-height: 1.4;
    background-color: rgb(248, 247, 247, 0.8);
    width: fit-content;
    margin: 0 auto;
    margin: 2rem 4rem;
    padding: 2rem 3rem;
    color: var(--part-color);
}

.top-kv-catch:nth-of-type(2) {
    margin-left: 12rem;

}

.top-kv-lead {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.6);
}

.slider > div {
    height: 64rem;
    background-size: cover;
    border-radius: 0 0 24rem 0;
}

.bx-viewport {
    height: 50rem;
}

.slide-1 {
    background: url(../img/top-kv1.jpg) no-repeat center;
}

.slide-2 {
    background: url(../img/top-kv2.jpg) no-repeat center;
}

.slide-3 {
    background: url(../img/top-kv3.jpg) no-repeat center;
}

.top-concept {
    background-size: cover;
    background: #fff;
    border-bottom: var(--part-color) 1rem solid;
}

.top-concept-wrap {
    display: flex;
    justify-content: center;
    gap: 5rem;
    align-items: center;
    margin-bottom: 10rem;
}

.top-concept-wrap div img {
    border-radius: 2rem;
}

.top-concept-wrap > * {
    width: 45%;
}

.top-concept-subttl {
    font-size: 2.4rem;
    margin-bottom: 5rem;
    line-height: 1.8;
    text-align: center;
}

.top-concept-btn {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    padding-top: 3rem;
}

.top-concept-btn div:first-child a {
    background-color: #FFAE0B;
}

@media screen and (max-width: 767px) {
    .top-concept-btn {
        flex-direction: column;
        gap: 3rem;
        align-items: inherit;
    }

}

.top-news {
    background: var(--sub-white);
}

.top-news dl {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 2px #cad7ec;
    border-bottom: solid 2px #cad7ec;
    margin-bottom: 6rem;
}

.top-news dl dt {
    width: 15%;
    text-align: center;
    color: var(--sub-color);
    font-weight: bold;
    padding: 2rem 0;
}

.top-news dl dd {
    width: 85%;
    padding: 2rem 0;
}

.top-news dl dt:not(:last-of-type),
.top-news dl dd:not(:last-of-type) {
    border-bottom: solid 1px #cad7ec;
}


.top-menu-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;

    gap: 2rem;
    flex-wrap: wrap;
}

.top-menu-wrap > * {
    width: 40%;
    margin: 0 1rem 4rem;
}

.top-menu-wrap img {
    margin-bottom: 0.5rem;
    object-fit: cover;
    height: 35rem;
    width: 35rem;
    border-radius: 50%;

}

.top-menu-btn {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.top-menu-btn div :nth-child(1) a {
    background-color: var(--sub-color);
}


@media screen and (max-width: 767px) {
    .top-menu-wrap img {
        width: 35rem;
        height: 35rem;
        display: flex;
        margin: 0 auto 3rem;
    }

    .top-menu-btn {
        flex-direction: column;
        gap: 3rem;
    }
}

.top-menu-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.8;
    color: var(--part-color);
    text-align: center;
}


#loopslider {
    margin: 0 auto 6rem auto;
    width: 100%;
    height: 280px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 280px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 280px;
    height: 280px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: '.';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

.top-voice {
    background: url(../img/top-bg2.jpg) no-repeat center;
    background-size: cover;
}

.top-voice-wrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 3.5rem 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-voice-wrap > dl {
    width: 20%;
}

.top-voice-wrap > div {
    width: 75%;
}

.top-voice-wrap dl dt {
    margin-bottom: 1rem;
}

.top-voice-wrap dl dd {
    background: var(--sub-color);
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 1.1rem 0 1rem 0;
}

.top-voice-wrap h3 {
    color: var(--main-color);
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.top-voice > div:nth-of-type(1) {
    margin-bottom: 3rem;
}

.top-voice > div:nth-of-type(2) {
    margin-bottom: 6rem;
}


.top-faq {
    background-color: #fff;
}

.item-question {
    position: relative;
    line-height: 1.8;
    color: var(--main-color);
    font-weight: bold;
    width: 100%;
    padding-top: 4rem;
    /* transition: all 0.3s; */
}

.item-question {
    display: block;
    width: calc(100% - 11.4rem);
    color: var(--main-txt);
}

.item-question:hover {
    cursor: pointer;
    /* opacity: 0.4; */
}

.faq-q {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 90%;
    margin: 0 auto;
}

.faq-item:nth-of-type(2) .faq-q {
    flex-direction: row-reverse;
    gap: 0;
    width: 90%;
}

.faq-item:nth-of-type(2) {
    text-align: center;
}

.faq-q p {
    border-radius: 50%;
    background-color: var(--part-color);
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
    width: 11rem;
    height: 11rem;
    padding-top: 2.5rem;
    line-height: 2.4rem;
    font-size: 1.4rem;
}

.faq-q p span {
    font-size: 3rem;
    font-weight: bold;

}



.faq-item {
    margin-bottom: 3rem;
    padding: 1rem 3rem 8rem;
    background-color: var(--sub-white);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 1.2rem;
}

@media screen and (max-width: 767px) {
    .faq-item {
        margin-bottom: 0rem;
        padding: 3rem;
        background-color: #fff;
        margin-bottom: 2rem;
    }

    .faq-item:nth-of-type(2) .faq-q {
        gap: 2rem;

    }

    .item-question {
        padding-top: 2rem;
    }

    .faq-q p {
        width: 12rem;
    }

}



/* .item-question::after {
    content: '';
    background: url(../img/arrow3.png);
    background-size: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    transition: all 0.3s;
    margin-bottom: 3rem;
} */

.item-question.open::after {
    transform: rotate(180deg);
}



.item-content {
    padding-left: 8.5rem;
    position: relative;
    margin-bottom: 6rem;
    color: var(--main-txt);
    background-color: #fff;
    padding: 2rem;
    border-radius: 1.2rem;
}


dl.faq dd:last-of-type {
    margin-bottom: 0;
}

.top-access {
    padding: 12rem 6rem;
    background: #fff;
    border-top: solid 1rem var(--part-color);
}

.top-access-wrap {
    display: flex;
    justify-content: space-between;
}

.top-access-wrap > div {
    width: 47%;
}

.top-access-wrap > div:last-of-type {
    padding-right: 5%;
}

.top-access-wrap iframe {
    width: 100%;
    height: 100%;
}

.top-access-info {
    margin-bottom: 1rem;
}

.top-access-info h3 {
    /* color: var(--main-color); */
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3rem;
    font-size: 2rem;
}

.top-access-info h3::before {
    content: '▼';
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    color: var(--main-color);

}

.top-access-info .note {
    margin: 1rem 0 5.5rem 0;
    font-size: 1.6rem;
}

.top-access-reserve .more {
    margin: 0;
}

address {
    font-style: normal;
    line-height: 1.6;
    color: var(--main-txt);
}



.top-tel {
    font-weight: 800;
    background: url(../img/ico-tel.png) no-repeat left center;
    background-size: 2.2rem auto;
    padding-left: 3rem;
    display: flex;
    font-size: 2rem;
}

.top-tel a {
    color: var(--main-txt);
}



@media screen and (max-width: 767px) {
    .top-kv {
        position: relative;
        height: 50rem;
    }

    .top-kv-txt {
        width: 90%;
        top: 58%;
        padding: 1rem;
    }

    .top-kv-catch {
        font-size: 1.8rem;
        padding: 1rem;
    }

    .top-kv-catch:nth-of-type(2) {
        margin-left: 4rem;
    }



    .top-kv-lead {
        text-align: left;
        line-height: 1.6;
    }

    .slider > div {
        height: 50rem;
        border-radius: 0;
    }



    .top-concept-wrap {
        display: block;
        margin-bottom: 4rem;
    }

    .top-concept-wrap > * {
        width: 100%;
    }

    .top-concept-wrap > *:first-of-type {
        margin-bottom: 3rem;
    }

    .top-news dl {
        display: block;
        margin-bottom: 4rem;
    }

    .top-news dl dt {
        width: 100%;
        text-align: left;
        padding: 2rem 0 0 0;
    }

    .top-news dl dd {
        width: 100%;
        padding: 0 0 2rem 0;
    }

    .top-news dl dt:not(:last-of-type) {
        border-bottom: none;
    }

    .top-menu-wrap {
        flex-wrap: wrap;
        margin-bottom: 4rem;
        gap: 0;
        justify-content: center;
    }

    .top-menu-wrap > * {
        width: 90%;

    }

    .top-menu-wrap > *:nth-of-type(1),
    .top-menu-wrap > *:nth-of-type(2) {
        margin-bottom: 4rem;
    }


    #loopslider {
        margin: 0 auto 4rem auto;
        height: 140px;
    }

    #loopslider ul {
        height: 140px;
    }

    #loopslider ul li {
        width: 140px;
        height: 140px;
    }



    .top-voice-wrap {
        padding: 3.5rem;
        display: block;
    }

    .top-voice-wrap > dl {
        width: 80%;
        margin: 0 auto 3rem auto;
    }

    .top-voice-wrap > div {
        width: 100%;
    }

    .top-access {
        padding: 8rem 0;
    }

    .top-access-wrap {
        display: block;
    }

    .top-access-wrap > div {
        width: 100%;
    }

    .top-access-wrap > div:last-of-type {
        padding-right: 0;
    }

    .top-access-wrap iframe {
        width: 100%;
        height: 40rem;
    }

    .top-access-info {
        margin: 4rem 2rem;
    }

    .top-access-reserve {
        margin: 0 2rem;
    }


}

/*  ----------------------------------------------------------

reserve

----------------------------------------------------------  */
.reserve {
    padding: 0 10% 10rem 10%;
    margin-top: 10rem;
}

.recruit-pg .recruit {
    background-color: var(--sub-white);
}

.reserve h3 {
    background-size: cover;
}

.reserve h3 a {
    display: block;
    padding: 8rem 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 3rem;
    position: relative;
    background: url(../img/arrow1.png) no-repeat center right 30%;
    background-size: 3rem;
    background-color: var(--main-color);
    border-radius: 2rem;
}

.reserve h3 a::after {
    content: '';
    box-shadow: 0 0 0 2px #fff;
    width: 98%;
    height: 88%;
    position: absolute;
    top: 6%;
    left: 1%;
    border-radius: 2rem;

}


.reserve h3 a span {
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
}

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

    .recruit-pg .reserve {
        padding: 0 10% 10rem 10%;

    }

    .reserve h3 a {
        background: url(../img/arrow1.png) no-repeat center right 20%;
        background-size: 3rem;
        background-color: var(--main-color);
        padding: 6rem 0;
    }

}

/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.about-about {
    margin-bottom: 3rem;
}

/* .about-about-inner{
    padding: 3rem;
} */

/* リスト */
.about-table {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-table .row h4 {
    background: var(--part-color);
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    height: min-content;
    width: 28%;
    text-align: center;
    border-radius: 3rem;
}

.about-table .row {
    display: flex;
    gap: 4rem;
}



.about-table .row .content {
    border-bottom: var(--main-color) dotted 2px;
    width: 72%;
    padding: 1rem;
    margin-bottom: 1rem;
    height: min-content;
}


/* .about .map {
    margin-bottom: 10rem;
} */

.about .map iframe {
    width: 100%;
    height: 40rem;
}



@media screen and (max-width: 767px) {
    .about .map {
        margin-bottom: 0;
    }

    .about-table .row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 3rem;
    }

    .about-table .row h4 {
        width: 100%;
    }

    .about-table .row .content {
        width: 100%;
    }
}

/*  ----------------------------------------------------------

guide

----------------------------------------------------------  */
.guide-about-inner {
    padding: 5rem;
    background-color: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.about-guide {
    padding: 3rem;
    display: flex;
    position: relative;
}

.about-guide::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 50%;
    width: 10%;
    height: 10%;
    background-color: var(--part-color);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    /* 下向きの三角形 */
}

.about-guide:last-child::after {
    content: "";
    display: none;
}

.about-guide-inner div {
    padding-bottom: 2rem;
}

.about-guide-num {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    background-color: var(--part-color);
    border-radius: 50% 50%;
    padding: 3rem 4rem;
    margin: 4rem;
}

.guide h4 {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.guide h4 span {
    font-size: 2.4rem;
    font-weight: 800;
    padding-right: 2rem;

}



.about .map iframe {
    width: 100%;
    height: 40rem;
}

/* .about-guide-inner{
    padding: 3rem;
} */


@media screen and (max-width: 767px) {
    .guide-about-inner {
        padding-top: 0rem;
    }

    .about-guide {
        flex-direction: column;
    }

    .about-guide-num {
        border-radius: 2rem;
        width: 100%;
        margin: 0;
        padding: 2rem 0;
        text-align: center;
        margin: 4rem 0;

    }

    .about-guide::after {
        width: 20%;
        height: 5%;
        left: 40%;
        top: 100%;

    }


}

/*  ----------------------------------------------------------

treatment

----------------------------------------------------------  */


.about-treatment-inner {
    padding: 3rem;
}

.treatment-price-inner {
    padding: 2rem;
}

.brown span {
    color: var(--main-txt);
}

.green span {
    color: var(--part-color);
}

.border-green {
    position: relative;

}

.border-green:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 10rem;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--part-color);
    border-radius: 2px;

}

.treatment .mb60 .ttl {
    border-bottom: solid 1px var(--part-color);

}

.treatment .mb60 .ttl:after {
    border-bottom: solid 3px var(--part-color);
}

@media screen and (max-width: 767px) {
    .about-treatment-inner {
        padding: 0rem;
    }
}



/*  ----------------------------------------------------------

recruit

----------------------------------------------------------  */

.recruit-about {
    margin-bottom: 3rem;

}

.recruit-table {
    list-style: none;
    padding: 0;
    margin: 0;

}

.recruit-table .row {
    display: flex;
    gap: 4rem;
}

.recruit-table .row h4 {
    background: var(--part-color);
    color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
    height: min-content;
    width: 28%;
    text-align: center;
    border-radius: 2rem;
}

.recruit-table .row .content {
    border-bottom: var(--main-color) dotted 2px;
    width: 72%;
    padding: 1rem;
    margin-bottom: 1rem;
    height: min-content;
}


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

    .recruit-table .row {
        flex-direction: column;
        gap: 0;
        padding-bottom: 3rem;
    }

    .recruit-table .row h4 {
        width: 100%;

    }

    .recruit-table .row .content {
        width: 100%;
        text-align: center;
    }


}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.contact-tel {
    background: var(--bg-color);
    padding: 3rem;
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
}

.contact-tel::before {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
}

.contact-tel::after {
    content: '';
    width: 4rem;
    height: 4rem;
    display: block;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-tel p:first-of-type {
    margin-bottom: 1.5rem;
}

.contact-tel-num {
    font-family: 'Oswald', sans-serif;
    font-size: 4.8rem;
    line-height: 1;
}

.contact-tel-num i {
    font-size: 3.6rem;
    vertical-align: 0.1rem;
    margin-right: 0.5rem;
}

.contact-tel-num span {
    font-size: 1.4rem;
    display: block;
    margin-top: 1.2rem;
}

.contact-tel a {
    color: var(--main-color);
}

.contact {
    margin-bottom: 0 !important;
}

.privacy {
    width: auto;
    margin: 0 auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
    font-size: 1.2rem;
    height: 500px;
    overflow: auto;
}


.privacy span {
    font-weight: bold;
}

p.privacy_notes {
    padding: 30px 0 0;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .privacy {
        width: 90%;
        font-size: 1.5rem;
    }
}

.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.CMS-FORM-GROUP label {
    width: 25%;
    font-weight: bold;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 75%;
    padding: 15px;
    border: #ccc solid 1px;
    border-radius: 4px;
    box-sizing: border-box;
}

.CMS-FORM-GROUP textarea {
    height: 120px;
}

.CMS-FORM-GROUP input[type='submit'] {
    background: var(--main-color);
    border: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    padding: 20px;
    margin: 0 auto;
}

.CMS-FORM-GROUP input[type='submit'] :hover {}

@media screen and (max-width: 767px) {
    .contact-tel p:first-of-type {
        text-align: left;
    }

    .contact-tel-num {
        font-size: 4.8rem;
    }

    .contact-tel-num i {
        font-size: 3.6rem;
        vertical-align: 0.1rem;
        margin-right: 1rem;
    }

    .contact-tel-num span {
        font-size: 1.8rem;
        margin-top: 1.8rem;
    }

    .CMS-FORM-GROUP {
        display: block;
    }

    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }

    .CMS-FORM-GROUP input[type='submit'] {
        width: 60%;
        margin: 0 auto;
    }
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news .CMS-NEWS-INDEX {
    border-top: 1.5px dotted var(--main-color);
    border-bottom: 1.5px dotted var(--main-color);
    margin-bottom: 6rem;
}

.top-news .CMS-NEWS-ITEM {
    border-bottom: 1.5px dotted var(--main-color);
}

.top-news .CMS-NEWS-ITEM:last-of-type {
    border-bottom: none;
}

.top-news .CMS-NEWS-ITEM a {
    transition: all 0.3s;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    color: var(--main-txt);
}

.top-news .CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.top-news .CMS-NEWS-TIME {
    color: var(--part-color);
    font-size: 1.6rem;
    padding-left: 1rem;
    width: 16rem;
    display: block;
    font-weight: bold;
}

.top-news .CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
    width: calc(100% - 16rem);
}

.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--main-color);
    bottom: -3px;
    content: ' ';
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.news .CMS-NEWS-ITEM {
    margin-bottom: 3rem;
}

.news .CMS-NEWS-ITEM a {
    display: flex;
    align-items: center;
    transition: all 0.3s;
    justify-content: flex-start;
    border: 1px solid #ddd;
    padding: 2rem;
}

.news .CMS-NEWS-ITEM a:hover {
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.news .CMS-NEWS-ITEM img {
    width: 30%;
    height: auto;
}

.news .CMS-NEWS-TIME {
    color: var(--part-color);
    font-size: 1.6rem;
    width: 30%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.news .CMS-NEWS-LINK {
    display: block;
    line-height: 1.6;
    width: 70%;
}

.CMS-NEWS-MORE-READ {
    background: var(--main-color);
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all 0.3s;
    display: none;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}


@media screen and (min-width: 768px) {
    .CMS-NEWS-WRAP {
        display: flex;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .top-news .CMS-NEWS-INDEX {
        margin-bottom: 4rem;
    }

    .top-news .CMS-NEWS-ITEM a {
        display: block;
        padding: 2rem 1rem;
    }

    .top-news .CMS-NEWS-TIME {
        padding-left: 0;
        width: 100%;
    }

    .top-news .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-ITEM a:hover {
        opacity: 0.8;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    }

    .CMS-NEWS-ITEM img {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .news .CMS-NEWS-TIME {
        font-size: 1.6rem;
        width: 100%;
        text-align: left;
    }

    .news .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-WRAP {
        margin-left: 10px;
    }
}

/*SNS埋め込み*/
/*=============== top-insta ===========*/

.top-insta {
    padding: 5.6rem 0 12.4rem;
}

.top-insta__container {
    margin: 0 auto;
    max-width: 99.7rem;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
}


.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.CMS-INSTAGRAM-LIST > * {
    margin-right: 1.7%;
    width: 32.2%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1.7%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {}



/*topページSNS埋め込み*/

.thanx p {
    margin-bottom: 3rem;
}

/* 表デザインCSS */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 5px;
    border: 1px solid var(--part-color);
    color: var(--main-color);
}

table th {
    background-color: var(--sub-white);
    border: 1px solid var(--main-color);
}

table td {
    text-align: center;
    background-color: #fff;
    border: 1px solid var(--main-color);
}


/* pricelist */

.container .inner table {
    border: 1px solid var(--part-color);
    color: var(--part-color);

}

.container .inner table th {
    border: 1px solid var(--part-color);
    color: #fff;
    background-color: #56C27C;
    padding: 0.5rem;
}

.container .inner table td {
    border: 1px solid var(--part-color);
}

.staff_title {
    font-size: 1.8rem;
    font-weight: bold;
}

.container2 {
    width: 100% !important;
}

.about-treatment-inner2 {
    width: 100%;
}

.about_link {
    text-decoration: underline;
}

.ready {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    padding: 10rem 0;
}
