@charset "UTF-8";

html {
    scroll-padding-top: 200px;
}

.page_hd {
    position: unset;
    width: 100%;
    padding: 0;
    margin: 70px 0 40px;
}

.treatment_detail {
    padding-bottom: 120px;
}

.treatment_ttl {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 55px;
    position: relative;
}

.treatment_ttl::before {
    content: '';
    width: 37px;
    height: 34px;
    background: url();
    position: absolute;
    left: 0;
    top: 0;
}

.treatment_cnt {
    margin-bottom: 100px;
}

.treatment_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.treatment_list_item {
    width: 49%;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: block;
}

.treatment_list_item:hover {
    opacity: 0.8;
}

.treatment_list_item_ttl {
    padding: 15px 30px;
    border-bottom: solid 1px #E2DCD7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.treatment_list_item_ttl p {
    font-size: 26px;
}

.treatment_list_item_ttl a {
    display: block;
    background: #F3EFEA;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.treatment_list_item_ttl a:hover {
    opacity: .8;
}

.treatment_list_item_ttl a::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/img/cmn/icon-arrrow_cmnbtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_list_item_txt {
    padding: 15px 30px;
}

.treatment_search {
    padding: 55px 40px;
    border-radius: 50px;
    background: #fff;
}

.treatment_search_ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.treatment_search_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.treatment_search_list li a {
    display: block;
    font-size: 18px;
    color: #602D08;
    background: #EDDAD5;
    border-radius: 10px;
    padding: 5px 20px;
}

.treatment_search_list li a:hover {
    background: #DEBAB1;
}


/* single */

.treatment_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-right: 10%;
}

.treatment_single {
    width: 82%;
}

.treatment_tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.treatment_tag li { 
    font-size: 14px;
    color: #B9442F;
    background: #EDDAD5;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 500;
}

.post_anchor {
    background: #fff;
    padding: 30px 70px 30px 18%;
    border-radius: 0  50px 50px 0;
    margin-bottom: 30px;
}

.post_anchor a {
    padding: 5px 0 5px 20px;
    border-bottom: solid 1px #E2DCD7;
    position: relative;
    display: block;
}

.post_anchor a::before {
    content: '';
    width: 8px;
    height: 5px;
    background: url(/img/cmn/icon-arrow_anchor.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 18px;
    transition-duration: 0.5s;
}

.post_anchor a:hover::before {
    transform: translateY(2px);
}

.treatment_body {
    background: #fff;
    padding: 80px 70px 40px 18%;
    border-radius: 0  50px 50px 0;
}

.treatment_body h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    padding: 13px 0;
    border-top: solid 1px #A29B93;
    border-bottom: solid 1px #A29B93;
    margin-bottom: 20px;
    display: block;
}

h2[id] {
  scroll-margin-top: 200px !important;
}

.treatment_body h3 {
    font-size: 20px;
    font-weight: bold;
    background: #F3EFEA;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.treatment_body p {
    margin-bottom: 30px;
}

.treatment_tbl {
    margin-bottom: 30px;
}

.treatment_tbl dl {
    display: flex;
    border-bottom: solid 1px #E2DCD7;
}

.treatment_tbl dl:first-child {
    border-top: solid 1px #E2DCD7;
}

.treatment_tbl dl dt {
    width: 200px;
    background: #FAF8F5;
    padding: 16px;
}

.treatment_tbl dl dd {
    flex: 1;
    padding: 16px;
}

.treatment_tbl p {
    margin-bottom: 0;
}

.treatment_gallery {
    margin-bottom: 30px;
}

/* .treatment_gallery figcaption {
    text-align: right;
} */

.list_big {
    margin-bottom: 30px;
}

.list_big .list_big_ttl {
    font-size: 20px;
    margin-bottom: 5px;
}

.list_big_list li {
    padding: 15px 0;
    border-bottom: solid 1px #E2DCD7;
}

.list_big_list li:first-child {
    border-top: solid 1px #E2DCD7;
}

.list_big_list li span {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    color: #6C9D0F;
}

.list_big_list li span::before {
    content: '';
    width: 12px;
    height: 12px;
    background: unset;
    border: solid 3px #C6EA81;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.faq {
    margin-bottom: 50px;
}

.faq .faq_ttl {
    font-size: 26px;
    padding: 15px 0;
    border-top: solid 1px #a29b93;
    border-bottom: solid 1px #a29b93;
    margin-bottom: 20px;
}

.faq_item dt {
    font-size: 18px;
    background: #F3EFEA;
    border-radius: 5px;
    padding: 10px 15px 10px 60px;
    position: relative;
}

.faq_item dt::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/img/cmn/icon-faq_que.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
}

.faq_item dd {
    padding: 15px 0 15px 60px;
    position: relative;
}

.faq_item dd::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/img/cmn/icon-faq_ans.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
}

.reference .reference_ttl {
    font-size: 18px;
    padding: 15px 0;
    border-top: solid 1px #a29b93;
    border-bottom: solid 1px #a29b93;
    margin-bottom: 20px;
}

.reference a {
    overflow-wrap: anywhere;
    color: #ff6600;
    text-decoration: underline;
}

.reference a:hover {
    text-decoration: none;
}

.reference p {
    margin-bottom: 0;
}

.treatment_link {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.treatment_list_item_ttl .treatment_link {
    font-size: 16px;
    background: #F3EFEA;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
}

.treatment_list_item_ttl .treatment_link::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/img/cmn/icon-arrrow_cmnbtn.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_list_item_ttl .treatment_link_sp {
    display: none;
}

.free {
    margin-bottom: 30px;
}

.free p {
    margin-bottom: 0;
}

.free strong {
    font-weight: bold;
}

.free a {
    color: #029FB4;
    text-decoration: underline;
}

.free a:hover {
    text-decoration: none;
}

.free ul li {
    list-style: disc;
}

.free ol li {
    list-style: decimal;
}






.sidenav_list_item {
    margin-bottom: 40px;
}

.sidenav_list li a {
    padding-left: 15px;
    position: relative;
}

.sidenav_list li a::before {
    content: '';
    width: 8px;
    height: 5px;
    background: url(/img/cmn/icon-arrow_anchor.svg);
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg);
    transition-duration: 0.5s;
}

.sidenav_list li a:hover::before {
    transform: translate(5px, 50%) rotate(-90deg);
}


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

    .treatment_list {
        gap: 10px;
    }

    .treatment_list_item {
        width: 100%;
    }

    .treatment_list_item_ttl {
        padding: 10px 20px;
        border: none;
    }

    .treatment_list_item_ttl p {
        font-size: 18px;
    }

    .treatment_list_item_ttl a {
        display: none;
        padding: 0;
        background: unset;
    }

    .treatment_list_item_txt {
        display: none;
    }

    .treatment_list_item_ttl .treatment_link_sp {
        display: block;
    }


    .treatment_search {
        padding: 30px 20px;
    }

    .treatment_search_list {
        gap: 10px;
    }


    /* single */

    .treatment_wrapper {
        flex-flow: column;
        padding: 0;
        gap: 100px;
    }

    .treatment_single {
        width: 100%;
    }

    .post_anchor {
        padding: 20px 20px 20px 15px;
    }

    .post_anchor a {
        font-size: 14px;
        padding: 10px 0 10px 20px;
        border-bottom: solid 1px #E2DCD7;
    }

    .post_anchor a::before {
        top: 20px;
    }

    .treatment_body {
        padding: 50px 30px;
    }

    .treatment_body h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .treatment_body h3 {
        font-size: 18px;
    }

    .treatment_tbl dl {
        flex-flow: column;
    }

    .treatment_tbl dl dt {
        width: 100%;
        padding: 10px 20px;
    }

    .treatment_tbl dl dd {
        padding: 10px 20px;
    }

    .faq_item dt {
        font-size: 16px;
    }

    .side_nav {
        padding: 0 20px;
    }

    .treatment_list_item_ttl .treatment_link {
        display: none;
    }
}