@charset "UTF-8";

/* ------
  - *基本設定
  - *パンくずリスト
  - *ページ内リンク
  - *ページャー
  - *書式設定
  - *メインビジュアル
  - *タイトル
  - *おすすめ
  - *お悩みリスト
  - *院長の想い
  - *当院の特徴
  - *追加費用
  - *当院が選ばれる理由
  - *料金表（タブ）
  - *施術の流れ
  - *注意点・副作用・リスク
  - *よくある質問
  - *WEB予約ボタン
------ */
/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
main section {
    margin-bottom: 110px;
}

/* リッチ下層のコンテンツ幅 */
.mv_contents .inner, main section .inner, .breadcrumb .inner, .page_links .inner {
    max-width: 1100px;
}

/* ==============================================
  *SP 基本設定
============================================== */
@media screen and (max-width: 640px) {
    .inner {
        width: 100%;
        margin: auto;
        padding: 0 5%;
    }
}

/* ==================================================================================================================================

  *パンくずリスト

================================================================================================================================== */
.breadcrumb {
    margin: 15px auto 30px !important;
}
.breadcrumb_list {
    counter-reset: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}
.breadcrumb_list li {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.breadcrumb_list li::after {
    content: "\f054";
    position: relative;
    top: -1px;
    padding: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70%;
}

/* 親ターム、子タームが複数ある場合、最後以外にカンマを表示 */
.breadcrumb_list li.parent:has(~ .parent)::after,
.breadcrumb_list li.child:has(~ .child)::after,
.breadcrumb_list li.grandchild:has(~ .grandchild)::after {
    content: ",";
    position: relative;
    top: 0;
    padding: 0 5px;
    font-family: inherit;
    font-weight: normal;
    font-size: 100%;
}

/* 最後の要素の矢印を消す */
.breadcrumb_list li:last-of-type::after {
    display: none;
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
    .breadcrumb {
        font-size: 13px;
    }
}

/* ==============================================
  *SP パンくずリスト
============================================== */
@media screen and (max-width: 640px) {
    .breadcrumb {
        font-size: 13px;
    }
}

/* ==================================================================================================================================

  *ページ内リンク

================================================================================================================================== */
.page_links {
    margin-bottom: 50px;
}
.page_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.page_links li {
    position: relative;
    z-index: 1;
}
.page_links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 95%;
    line-height: 1.5;
    text-align: center;
    transition: color 0.2s, background 0.2s;
}
.page_links li a:hover {
    background: #f0eadf;
}

/* 2列 */
.twoLinks li {
    width: calc(50% - 5px);
}

/* 3列 */
.threeLinks li {
    width: calc(33.3333333333% - 6.6666666667px);
}

/* ==============================================
  *SP ページ内リンク
============================================== */
@media screen and (max-width: 640px) {
    .page_links li {
        width: 100%;
    }
}

/* ==================================================================================================================================

  *ページャー

================================================================================================================================== */
.pager {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 30px auto 0;
    font-size: 15px;
}
.pager > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 34px;
    background: #d7d7d7;
    border-radius: 30px;
    color: #ffffff;
    line-height: 1;
}
.pager .current {
    background: var(--main-color);
    color: #ffffff;
}
.pager a:hover {
    background: #929292;
    color: #ffffff;
}
.pager .next, .pager .prev {
    padding: 0 0 3px 1px;
    font-size: 150%;
}

/* ==================================================================================================================================

  *書式設定

================================================================================================================================== */
.mtem {
    margin-top: 2em;
}
.mbem {
    margin-bottom: 1em;
}

/* ----- text ----- */
.text {
    position: relative;
}
section .text:not(:last-of-type) {
    margin-bottom: 50px;
}
.yellowline {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: rgb(255, 245, 157);
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.6em;
    text-underline-offset: -0.2em;
}

/* ==================================================================================================================================

  *メインビジュアル

================================================================================================================================== */
/* ----- #mainvisual ----- */
#mainvisual {
    position: relative;
    z-index: 1;
    height: 958px;
    margin: 0 0 0 auto;
    overflow: hidden;
}

/* ---------- MVの画像 ---------- */
.mv_img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- コンテンツ ----- */
.sp_mv_catch {
    position: absolute;
    left: 0;
    top: 296px;
    font-family: "A1 Mincho M JIS2004 AP";
    font-size: 50px;
    letter-spacing: 0.105em;
    line-height: 1.53;
    color: #fff;
}
.sp_mv_catch span {
    font-size: 55px;
    letter-spacing: 0.105em;
}
.mv_contents {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.mv_contents .inner {
    position: relative;
    z-index: 1;
    height: 100%;
}
.mv_contents .catch {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 2;
    color: #ffffff;
    font-size: 220%;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
    transform: translateY(-50%);
}

/* 料金表 */
.sp_mv_price {
    position: absolute;
    bottom: 125px;
    left: -1px;
    width: 447px;
    box-sizing: border-box;
    padding: 29px 29px 24px;
    border: 5px solid #fff;
    background: linear-gradient(90deg, #dfc5a4 0%, #866437 50%, #dfc5a4 100%);
}
.sp_mv_price::before {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    content: "";
}
.sp_mv_price .tit {
    position: relative;
    margin-bottom: 18px;
}
.sp_mv_price .tit span {
    display: inline-block;
    margin: 0 19px 0 -3px;
    vertical-align: top;
    font-family: "A1 Mincho M JIS2004 AP";
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
    background: linear-gradient(90deg, rgba(177, 149, 112, 1) 0%, rgba(121, 107, 88, 1) 50%, rgba(177, 149, 112, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sp_mv_price .tit em {
    position: relative;
    top: -3px;
}
.sp_mv_price dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #80705b;
    font-family: "A1 Mincho M JIS2004 AP";
    letter-spacing: 0.05em;
    color: #83705b;
}
.sp_mv_price dl dt {
    width: 173px;
    padding: 15px 0 14px 22px;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #80705b;
    background-color: #f7f5f3;
}
.sp_mv_price dl dd {
    width: calc(100% - 173px);
    padding: 15px 11px 14px 0;
    font-size: 18px;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #80705b;
}
.sp_mv_price dl dd span {
    font-size: 14px;
    margin-left: 5px;
    letter-spacing: 0.05em;
}

/* アイコン */
.sp_mv_icon {
    position: absolute;
    right: 0;
    bottom: 125px;
    display: flex;
    gap: 12px;
}
.sp_mv_icon li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.556;
    text-align: center;
    color: #fff;
    background: url("../images/sp_mv_icon_bg.png") no-repeat center/contain;
    
}
.sp_mv_icon li span {
    font-size: 20px;
}
.sp_mv_icon li em {
    font-style: normal;
    font-size: 16px;
}

/* ----- テキストバナーエリア ----- */
.mv_contents .bnr_wrap {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.bnr_wrap {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.bnr_wrap .bnr {
    display: block;
    width: 170px;
    height: 170px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}
.bnr_wrap .bnr p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}
.mv_contents .bnr_facility {
    position: absolute;
    bottom: 50px;
    left: 0;
}

/* ----- 設備バナーエリア ----- */
.mv_contents .bnr_facility {
    margin-top: 40px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.3);
}
.facility_inner {
    display: flex;
    gap: 25px;
    width: fit-content;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}
.bnr_facility .facility_text {
    padding: 10px 0 10px 10px;
}
.bnr_facility .facility_text .title {
    margin: 0 auto 15px;
    padding: 5px 10px;
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
    color: #ffffff;
    text-align: center;
}
.bnr_facility .facility_text .price {
    margin-top: 10px;
}
.bnr_facility .facility_text .price span {
    font-size: 85%;
}
.bnr_facility .facility_img {
    max-width: 160px;
    height: auto;
    margin-top: -50px;
}

/* ----- MVのSP用は非表示に ----- */
.mv_under {
    display: none;
}

/* ==============================================
  *SP メインビジュアル
============================================== */
@media screen and (max-width: 640px) {
    #mainvisual {
        position: relative;
        width: 100%;
        height: 700px;
    }
    .mv_contents {
        padding: 0 0;
    }
    .mv_contents .catch {
        top: 40%;
        font-size: 170%;
    }
    .mv_contents .inner {
        margin: 0 auto;
        padding: 0;
    }
    .sp_mv_catch {
        left: 15px;
        top: 128px;
        font-size: 20px;
    }
    .sp_mv_catch span {
        font-size: 32px;
        letter-spacing: 0.02em;
        line-height: 1.3;
    }
    .sp_mv_icon {
        width: 100%;
        bottom: 10px;
        justify-content: center;
        gap: 2vw;
    }
    .sp_mv_icon li {
        width: 31vw;
        height: 31vw;
        max-width: 130px;
        max-height: 130px;
        padding: 5px;
        letter-spacing: 0;
        line-height: 1.4;
        font-size: min(3vw,13px);
    }
    .sp_mv_icon li span {
        font-size: min(4vw, 16px);
    }
    .sp_mv_icon li em {
        font-size: min(2.6vw, 13px);
    }
    
    .sp_mv_price {
        bottom: 150px;
        left: 15px;
        width: calc(100% - 30px);
        padding: 18px 12px 14px;
        border: 3px solid #fff;
    }
    .sp_mv_price .tit {
        margin-bottom: 8px;
    }
    .sp_mv_price .tit span {
        margin: 0 8px 0 -3px;
        font-size: 20px;
        letter-spacing: 0;
    }
    .sp_mv_price .tit em {
        position: relative;
        top: -4px;
    }
    .sp_mv_price .tit em img {
        width: 100px;
        height: auto;
    }
    .sp_mv_price dl dt {
        width: 34%;
        padding: 12px 0 11px 5px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .sp_mv_price dl dd {
        width: 64%;
        padding: 12px 6px 11px 10px;
        font-size: 17px;
    }
    .sp_mv_price dl dd span {
        font-size: 12px;
        margin-left: 3px;
        letter-spacing: 0;
    }
    
    /* テキストバナーエリア */
    .mv_contents .bnr_wrap {
        bottom: 30px;
    }
    .bnr_wrap {
        justify-content: center;
        gap: 5px;
    }
    .bnr_wrap .bnr {
        width: 130px;
        height: 130px;
    }
    
    /* 設備紹介バナー */
    .bnr_facility .facility_inner {
        justify-content: center;
        width: 100%;
        margin: 0 auto 30px;
    }
    .bnr_facility .facility_text {
        width: 70%;
        padding: 0;
    }
    .bnr_facility .facility_img {
        width: 30%;
        margin: 0;
    }
    
    /* ----- MVから非表示にするコンテンツを指定 ----- */
    .mv_contents .bnr_facility {
        display: none;
    }
    
    /* ----- MV内のコンテンツをMV下に表示 ----- */
    .mv_under {
        display: block;
    }
    .mv_under .bnr_wrap {
        display: none;
    }
    
    .mv_contents_sp {
        display: none;
    }
}

/* ==================================================================================================================================

  *タイトル

================================================================================================================================== */
h2.coming_title {
    margin-bottom: 25px;
    padding: 10px 15px 7px;
    background: var(--main-color);
    color: #ffffff;
    font-size: 140%;
}
.special_title {
    margin-bottom: 40px;
}
.special_title h2 {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    font-family: "A1 Mincho M JIS2004 AP";
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    background: linear-gradient(90deg, rgba(177, 149, 112, 1) 0%, rgba(121, 107, 88, 1) 50%, rgba(177, 149, 112, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.special_title .en {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 10px;
    font-family: "adobe-caslon-pro", serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.52;
    text-align: center;
    color: #cdc7c0;
    border-bottom: 1px solid #cdc7c0;
}
.tit01 {
    position: relative;
    margin: 0 0 24px;
    padding: 19px 15px 8px;
    font-family: "adobe-caslon-pro", serif;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #796b58;
    background-color: #f7f5f3;
}
.tit01::before,
.tit01::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, rgb(177, 149, 112) 0%, rgb(121, 107, 88) 50%, rgb(177, 149, 112) 100%);
    content: "";
}
.tit01::before {
    top: -1px;
    border-bottom: 2px solid #fff;
}
.tit01::after {
    bottom: -1px;
    border-top: 2px solid #fff;
}
.tit02 {
    margin: 0 0 15px;
    padding: 10px;
    background: #ffffff;
    font-size: 120%;
    text-align: center;
}

/* ==============================================
  *SP おすすめ
============================================== */
@media screen and (max-width: 640px) {
    .special_title {
        margin-bottom: 30px;
    }
    .special_title .en {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 1.3;
    }
    .special_title h2 {
        font-size: 23px;
        letter-spacing: 0.08em;
    }
    .tit01 {
        margin: 0 0 18px;
        padding: 14px 12px 6px;
        font-size: 17px;
        letter-spacing: 0.07em;
    }
}

/* ==================================================================================================================================

  *レイアウト

================================================================================================================================== */
/* リスト */
.list04.list_inline, .list04_border.list_inline, .list04_bg.list_inline {
    gap: 20px 30px;
}
.list04_border, .list04_bg {
    padding: 35px 55px;
}
.list04 li, .list04_border li, .list04_bg li {
    padding: 0 0 0 34px;
    font-size: 110%;
}
.list04 li:before, .list04_border li:before, .list04_bg li:before {
    top: -2px;
}

/* レイアウト */
.layout01.under_sp .layout_title {
    margin-bottom: 14px;
    padding: 10px 20px 8px;
    background: none;
    font-size: 120%;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--sub-color);
    border: solid var(--sub-color);
    border-width: 1px 0 1px 0;
}
.layout01.under_sp .layout_img {
    width: 240px;
}

/* ボタン */
.lp_btn a {
    display: inline-block;
    width: 40%;
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 20px 86px 18px 54px;
    color: #b19570;
    background: url(../images/top_btn_arrow.png) no-repeat right 18px center / 30px auto;
    border: 1px solid #b19570;
    background-color: #ffff;
    transition: 0.2s ease-in-out;
}
.lp_btn a:hover {
    color: #fff;
    background: url(../images/map_btn_arrow.png) no-repeat right 10px center / 30px auto;
    background-color: #b19570;
}
.lp_btn {
    margin-top: 20px;
    text-align: center;
}

/* ==============================================
  *SP レイアウト
============================================== */
@media screen and (max-width: 640px) {
    .list04_border, .list04_bg {
        padding: 28px 6%;
    }
    .list04.list_inline, .list04_border.list_inline, .list04_bg.list_inline {
        gap: 15px 30px;
    }
    
    .lp_btn a {
        width: 84%;
        padding: 20px 56px 18px 34px;
    }
    
    .layout01.under_sp .layout_img {
        width: 100%;
    }
    .layout01.under_sp .layout_title {
        padding: 10px 10px 8px;
        background: none;
        font-size: 115%;
    }
}

/* ==================================================================================================================================

  *おすすめ

================================================================================================================================== */
.recommend_list {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.recommend_item {
    position: relative;
    z-index: 1;
    width: calc(50% - 10px);
    border: 1px solid var(--line-color);
    border-style: none solid solid solid;
}
.recommend_item .popular {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: var(--sub-color);
    border: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    text-align: center;
}
.recommend_item .title {
    padding: 15px 30px;
        background: #aa9a80;
    color: #ffffff;
    font-size: 140%;
    text-align: center;
}
.recommend_item .popular_title {
    padding: 15px 60px;
}
.recommend_item .title .white {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 15px;
    padding: 2px 15px;
    background: #ffffff;
    border-radius: 300px;
    color: var(--main-color);
    font-size: 14px;
}
.recommend_item .title .small {
    font-size: 75%;
}
.recommend_text {
    padding: 30px;
    font-size: 105%;
}
.recommend_text .price .num {
    display: inline-block;
    margin-right: 15px;
    font-size: 80%;
}

/* ==============================================
  *SP おすすめ
============================================== */
@media screen and (max-width: 640px) {
  .recommend_list {
    flex-flow: column;
  }

  .recommend_item {
    width: 100%;
  }

  .recommend_item .popular_title {
    padding: 15px 50px;
  }

  .recommend_text {
    padding: 20px;
  }
}

/* ==================================================================================================================================

  *比較表

================================================================================================================================== */
.tb_comp_wrap {
    max-width: 100%;
    width: 100%;
}
.tb_comp {
    width: 100%;
    border-collapse: separate;
}
.tb_comp th, .tb_comp td {
    padding: 0 0;
    border: none;
    background: none;
}
.tb_comp thead th figcaption {
    padding: 25.5px 0;
    text-align: center;
    color: #fff;
    font-family: "A1 Mincho M JIS2004 AP";
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
}
.tb_comp thead th {
    border-bottom: solid 1px #9B794A !important;
}
.tb_comp thead th:nth-of-type(2) {
    border-right: 1px solid #fff;
    width: 400px;
}
.tb_comp thead th:nth-of-type(3) {
    width: 400px;
}
.tb_comp thead th:nth-of-type(2) figcaption {
    background: #a18657;
}
.tb_comp thead th:nth-of-type(3) figcaption {
    background: #9b9183;
}
.tb_comp tbody tr td:nth-of-type(1) {
    background: #f7f7f7;
}
.tb_comp tbody th {
    text-align: center;
    vertical-align: middle;
    font-family: "A1 Mincho M JIS2004 AP";
    height: 100px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: solid 1px var(--line-color);
}
.tb_comp tbody td {
    border-bottom: solid 1px var(--line-color);
    padding-left: 24px;
}
.tb_comp tbody td p {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.625;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
}
.tb_comp tbody td .mark {
    display: inline-block;
    padding: 4px 20px 4px 0;
    border-right: 1px solid var(--line-color);
    margin-right: 28px;
}

/* ==============================================
  *SP 比較表
============================================== */
@media screen and (max-width: 640px) {
    .tb_comp_wrap.scrolltable table {
        min-width: 800px;
    }
    .tb_comp thead th:nth-of-type(2),
    .tb_comp thead th:nth-of-type(3) {
        width: 300px;
    }
    .tb_comp thead th figcaption {
        padding: 22px 0;
        font-size: 17px;
    }
    .tb_comp tbody th {
        font-size: 14px;
    }
    .tb_comp tbody td p {
        font-size: 14px;
    }
}
    
/* ==================================================================================================================================

  *お悩みリスト

================================================================================================================================== */
.worries_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 20px 45px;
  padding: 40px 20px;
  background: var(--bg-color);
}

.worries_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
  font-size: 130%;
}

.worries_list li::before {
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: var(--main-color);
  font-size: 100%;
}

/* ==============================================
  *SP お悩みリスト
============================================== */
@media screen and (max-width: 640px) {
  .worries_list {
    justify-content: flex-start;
    padding: 25px 30px;
  }

  .worries_list li {
    padding: 0 0 0 35px;
  }
}

/* ==================================================================================================================================

  *院長の想い

================================================================================================================================== */
/* ==================================================================================================================================

  *当院の特徴

================================================================================================================================== */
.feature_list {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.feature_item {
  flex: 1;
}

.feature_inner > *:not(:last-child) {
  margin-bottom: 1em;
}

.feature_title {
  margin-top: 20px !important;
  padding: 7px 15px 5px;
  background: var(--sub-color);
  color: #ffffff;
  font-size: 110%;
}

/* ==============================================
  *SP 当院の特徴
============================================== */
@media screen and (max-width: 640px) {
  .feature_list {
    flex-flow: column;
    gap: 40px;
  }
}

/* ==================================================================================================================================

  *追加費用

================================================================================================================================== */
.pay > p {
    text-align: center;
}
.cost {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 20px;
}
.cost li {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: calc(25% - 15px);
    height: auto;
    padding: 30px 20px;
    border: 1px solid var(--line-color);
    text-align: center;
}
.cost li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: linear-gradient(to bottom right, var(--sub-color) 0, var(--sub-color) 55%, #d9cbb0 55%, #d9cbb0 100%);
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
}
.cost li .title {
    margin: 15px 0 0;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
}
.cost li .price {
    margin-top: 5px;
    font-size: 220%;
    line-height: 1.85;
}
.cost li .price span {
    display: inline-block;
    margin-right: 10px;
    color: var(--main-color);
    font-size: 70%;
}
.cost li .cautionary {
    color: #5b5b5b;
    font-size: 90%;
}
table.comparison tr:first-of-type > * {
    background: var(--main-color);
    color: #ffffff;
}

/* ==============================================
  *SP 追加費用
============================================== */
@media screen and (max-width: 640px) {
    .cost {
        gap: 10px;
    }
    .cost li {
        justify-content: flex-start;
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 400px) {
    .cost {
        gap: 15px;
    }
    .cost li {
        width: 100%;
    }
}

/* ==================================================================================================================================

  *当院が選ばれる理由

================================================================================================================================== */
.reason_list {
    counter-reset: number 0;
}
.reason_item {
    display: flex;
}
.reason_item:not(:last-child) {
    margin: 0 0 20px;
}
.reason_title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    color: #ffffff;
    font-size: 120%;
    text-align: center;
    background: linear-gradient(to right, #a18657, #aa9a80);
}
/*.reason_title::before {
    content: "0" counter(number);
    counter-increment: number;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: -1;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    opacity: 0.3;
}*/
.reason_text {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 65%;
    padding: 15px 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    background: var(--bg-color);
}

/* ==============================================
  *SP 当院が選ばれる理由
============================================== */
@media screen and (max-width: 640px) {
    .reason_item {
        flex-flow: wrap;
    }
    .reason_title {
        padding: 15px 5%;
        font-size: 115%;
        line-height: 1.5;
    }
    .reason_text {
        width: 100%;
        padding: 15px 5%;
    }
}

/* ==================================================================================================================================

  *料金表（タブ）

================================================================================================================================== */
.plus_price {
    position: relative;
    margin-bottom: 100px;
}
.plus_price::after {
    position: absolute;
    left: 0;
    bottom: -78px;
    display: block;
    width: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    color: var(--main-color);
    content: "\2b";
    opacity: 0.6;
}
.sp_frame {
    text-align: center;
    margin-top: 30px;
    padding: 30px 40px;
    background-color: var(--bg-color);
}
.price_table tr:first-child th {
    background: var(--main-color);
    color: #ffffff;
}
.price_table tr:not(:first-child) th {
    background: #f1f1f1;
}
.price_table td {
    background: #ffffff;
}
.price_tab .tab_list li {
    min-height: auto;
    padding: 10px 20px;
}
.price_tab .price_img {
    margin: 0 auto 15px;
    text-align: center;
}
.price_tab .panel .cautionary {
    margin-top: 15px;
    font-size: 90%;
}

/* ==============================================
  *SP 料金表（タブ）
============================================== */
@media screen and (max-width: 640px) {
    .price_tab .tab_list {
        flex-flow: column;
        margin: 0 auto 10px;
    }
    .price_tab .tab_list li {
        width: 100%;
        padding: 5px 15px;
    }
    .sp_frame {
        padding: 20px 6%;
    }
}

/* ==================================================================================================================================

  *施術の流れ

================================================================================================================================== */
/* ==================================================================================================================================

  *注意点・副作用・リスク

================================================================================================================================== */
.risk_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 30px 40px;
  background: var(--bg-color);
}

.risk_list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 35px;
  font-size: 115%;
}

.risk_list li::before {
  content: "\f071";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  letter-spacing: 0.1em;
}

/* ==============================================
  *SP
============================================== */
@media screen and (max-width: 640px) {
  .risk_list {
    padding: 30px 25px;
  }
}

/* ==================================================================================================================================

  *よくある質問

================================================================================================================================== */
/* ==================================================================================================================================

  *WEB予約ボタン

================================================================================================================================== */
.webyoyaku {
    text-align: center;
}
.webyoyaku p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 110%;
    color: #a18657;
}
.webyoyaku_btn {
    animation: btnSize 0.5s ease-in-out infinite alternate;
}
.webyoyaku_btn a {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 500px;
    padding: 15px 20px;
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
    border-radius: 300px;
    color: #ffffff;
    font-size: 120%;
    text-align: center;
    transition: filter 0.2s, opacity 0.2s;
}
.webyoyaku_btn a:hover {
    filter: brightness(1.2);
}

@keyframes btnSize {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.025);
    }
}

/* ==============================================
  *SP WEB予約ボタン
============================================== */
@media screen and (max-width: 640px) {
    .webyoyaku_btn a {
        min-width: auto;
        padding: 15px 20px;
        font-size: 105%;
        letter-spacing: 0.05em;
    }
}