/* ==============================================
 * 鼻整形ページ専用スタイル
 * 対象URL: rhinoplasty/
 * 作成日: 2026.05.02
 * 作成者: Yukari Hiramatsu
 * ============================================== */


/* ----------------------------------------------
 * FV
 * ---------------------------------------------- */
.pc_thumbnail {
    position: relative;
    display: block;
    margin-top: 110px;
}

@media (max-width: 768px) {
    .pc_thumbnail {
        margin-top: 50px;
    }
}
.pc_thumbnail::before,
.pc_thumbnail::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/gold_line.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pc_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}


/* ----------------------------------------------
 * 共通レイアウト
 * ---------------------------------------------- */

/* パンくずリスト非表示 */
.breadcrumbs.l-path_list {
    display: none;
}

/* 余白クリア */
.l-single_area {
    padding-top: 0;
}
article.c-single_cont.p-menu {
    padding-top: 0;
}
.c-edit_wrap {
    margin-top: 0 !important;
}

/* カバーブロックCSS解除 */
.c-single_cont {
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

/* カバーブロック全幅指定 */
.wp-block-cover {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* カバーブロック内コンテンツ幅制限 */
.wp-block-cover__inner-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ゴールドライン */
.wp-block-image.gold_line {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.wp-block-image.gold_line img {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .responsive_spacer {
        display: none;
    }
}

/* ----------------------------------------------
 * Hタグ設定
 * ---------------------------------------------- */

/* 既存スタイルをリセット */
.c-edit_wrap h2,
.c-edit_wrap h3 {
    all: unset;
    display: block;
}
.c-edit_wrap h2 {
    color: #333;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem !important;
    text-align: center;
    display: block;
}
.c-single_cont .c-edit_wrap h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 0.94rem !important;
    font-weight: bold !important;
    display: block;
    border-left: none !important;
    border-bottom: none !important;
    margin-top: unset !important;
    padding: unset !important;
}

/* コンテンツH2タイトル */
h2.rhinoplasty_title01 {
    font-family: "Noto Serif JP", serif;
    margin-top: 0 !important;
    text-align: center !important;
    display: block;
    font-size: clamp(0.8rem, 2vw, 1.375rem);
    line-height: 1.3;
}
.rhinoplasty_title01 #i-4 {
    display: block;
    line-height: 1.4;
}
.rhinoplasty_title01 .h2_large {
    font-size: clamp(1.3rem, 4vw, 2.5rem); 
    font-family: "Noto Serif JP", serif;
    display: block;
    margin-bottom: -10px;
}
h2.rhinoplasty_title02 {
    font-size: clamp(1.4rem, 4vw, 2.5rem) !important; 
    font-family: "Noto Serif JP", serif;
    color: #fff !important;
    text-align: center !important;
}
.rhinoplasty_title02 .h2_large {
    background-color: #000;
    color: #fff;
    padding: 2px 12px;
}
h2.nose_menu_title {
    font-size: clamp(1.3rem, 4vw, 2.5rem) !important; 
    font-family: "Noto Serif JP", serif;
    color: #222 !important;
}
h2.nose_menu_title2 {
    font-size: 1.375rem !important;
    font-family: "Noto Serif JP", serif;
    color: #fff !important;
}


/* コンテンツH3タイトル */
h3.rhinoplasty_title02 {
    font-family: "Noto Serif JP", serif;
    margin-top: 0 !important;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.2;
}

/* ----------------------------------------------
 * テキストスタイル
 * ---------------------------------------------- */

p.point_colum_txt {
    font-family: "Noto Serif JP", serif;
    font-size: 0.88rem;
}
p.point_colum_txt2 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
    font-size: 0.88rem;
}
p.point_colum_txt3 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
    font-size: 0.88rem;
    border-bottom: solid #f4f4f4 1px;
    padding-bottom: 10px;
    width: fit-content;
}
p.point_colum_txt4 {
    font-family: "Noto Serif JP", serif !important;
    font-size: 0.9375rem;
    color: #fff;
    text-align: center;
}


/* ----------------------------------------------
 * 3つの特徴
 * ---------------------------------------------- */

/* バッジ */
p.rhinoplasty_lbel {
    background-color: #50B3B0;
    border-radius: 50px;
    color: #fff !important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
    padding: 4px 24px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

/* 特徴カラム */
.wp-block-column.nose_point_colum {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}


/* ----------------------------------------------
 * 鼻のお悩みセクション
 * ---------------------------------------------- */

/* 背景を逆三角 */
.wp-block-cover.worries {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    margin-bottom: -80px;
}

@media (max-width: 768px) {
    .wp-block-cover.worries {
        clip-path: polygon(0 0, 100% 0, 100% 93%, 50% 100%, 0 93%);
        padding-bottom: 60px;
    }
}


.wp-block-cover.is-light {
    position: relative;
    z-index: 1;
}

/* お悩みリスト */
.nose_problems {
    background: linear-gradient(to bottom right, #4D4D4D, #111111);
    border-radius: 20px;
    padding: 30px;
}
.nose_problems_list {
    font-family: "Noto Serif JP", serif;
    font-size: 0.9375rem;
    line-height: 1.2;
    list-style: none !important;
    padding-left: 0 !important;
    display: block;
    text-align: left;
}
.nose_problems_list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 8px;
}
.nose_problems_list li::before {
    content: '' !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background-color: transparent !important;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/MdCheckBox.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: -10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
figure.wp-block-image.size-full.bad_ico {
    padding-right: 30px;
}


/* ----------------------------------------------
 * 宇都宮院の鼻整形・施術メニュー一覧
 * ---------------------------------------------- */

/* アコーディオン CASEタイトルエリア*/
.smb-accordion__item.menu_accordion .smb-accordion__item__title {
    background: linear-gradient(180deg, #f0f0f0, #DEDEDE) !important;
    border-radius: 8px 8px 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*タイトル*/
.smb-accordion__item.menu_accordion .smb-accordion__item__title__label {
    font-size: 1rem !important;
    color: #444 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}


/*展開後コンテンツ*/
.smb-accordion__item.menu_accordion .wp-block-columns.has-white-background-color.has-background {
    padding: 22px;
    border-radius: 0 0 8px 8px;
}

/*展開後コンテンツ　カラム*/
.smb-accordion__item.menu_accordion .pricecolum {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 20px 24px;
    position: relative; 
}
/*メニュー*/
.menu_cover {
  width: revert !important;
  max-width: revert !important;
  margin-left: revert !important;
  margin-right: revert !important;
  min-height: 0 !important;
  height: auto !important;
  padding:0!important;
}
/*マウスホバー時*/
.smb-accordion__item.menu_accordion .pricecolum {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.smb-accordion__item.menu_accordion .pricecolum:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
}

/*開閉ボタン*/
.smb-accordion__item.menu_accordion .smb-accordion__item__title__icon {
    color: #444 !important;
}

.smb-accordion__item.menu_accordion .pricecolum::after {
    content: '›';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #50B3B0;
    font-size: 2rem;
}

/*プライス*/
.smb-accordion__item.menu_accordion .pricecolum_price {
    font-family: "Noto Serif JP", serif;
    color: #50b3b0;
    font-size: 1.375rem; 
}

/* ----------------------------------------------
 * 鼻整形の症例写真
 * ---------------------------------------------- */

a.smb-btn {
    background-color: #50B3B0;
    border-radius: 50px;
    min-width: 100px;
}


/* タブの色（選択中） */
.smb-tabs .smb-tabs__tabs .smb-tabs__tab[aria-selected="true"] {
    background-color: #50B3B0;
    color: #FFFFFF;
}

/* PC：3カラム×複数段に折り返す */
.smb-tabs__body .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 1em !important;
}
.smb-tabs__body .wp-block-column.nose_point_colum {
    flex: 0 0 calc(33.333% - 0.7em) !important;
    max-width: calc(33.333% - 0.7em) !important;
}

/* ===== スマホ ===== */
@media (max-width: 600px) {
    /* タブを縦並びのボタン風に */
    .smb-tabs__tabs {
        flex-direction: column;
        gap: 8px;
    }
    .smb-tabs__tab-wrapper {
        width: 100%;
    }
    .smb-tabs__tab {
        display: block;
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 14px 16px;
        background-color: #F0F0F0;
        color: #333333;
        border: 1px solid #CCCCCC;
        border-radius: 10px !important;
        text-align: center;
        font-size: 0.9rem;
        cursor: pointer;
    }
    .smb-tabs__tab[aria-selected="true"] {
        background-color: #50B3B0;
        color: #FFFFFF;
        border-color: #50B3B0;
    }

    /* タブとパネルの間隔 */
    .smb-tabs__body {
        padding-top: 20px;
    }

    /* SP：横スクロール（両側チラ見せ＋スナップ） */
    .smb-tabs__body .wp-block-columns {
        flex-wrap: nowrap !important;
        gap: 1em !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .smb-tabs__body .wp-block-column.nose_point_colum {
        flex: 0 0 80% !important;
        max-width: 80% !important;
        scroll-snap-align: center;
    }

    /* 空カラムを非表示 */
    .smb-tabs__body .wp-block-columns .wp-block-column:not(.nose_point_colum) {
        display: none !important;
    }
}
/* ----------------------------------------------
 * 手術から完成までの流れ
 * ---------------------------------------------- */

/* STEPカラム区切りライン */
.c-step_divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 5% 30px;
}
.c-step_divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        #F2F2F2 20px,
        rgba(68, 68, 68, 0.3) 80px,
        rgba(68, 68, 68, 0.3) calc(100% - 80px),
        #F2F2F2 calc(100% - 20px)
    );
    transform: translateY(-50%);
}
.c-step_divider__diamond {
    position: relative;
    z-index: 1;
    width: 12px;
    height: auto;
}


/* ----------------------------------------------
 * 料金表
 * ---------------------------------------------- */

.price_table {
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.price_table th {
    border: none !important;
}
.price_table thead tr:first-child {
    background: linear-gradient(90deg, #C8C08A, #625E44);
    color: #fff;
    font-size: 0.9rem;
    font-weight: normal;
}
.price_table thead tr:first-child th {
    background: transparent !important;
    padding: 12px 20px;
    border: 0;
}
.price_table thead tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
}
.price_table thead tr:first-child th:last-child {
    border-radius: 0 20px 0 0;
}
.price_table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px !important;
}
.price_table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0 !important;
}

/* 料金表注釈 */
.price_postscript {
    background: linear-gradient(90deg, #C8C08A, #625E44);
    border-radius: 8px;
    padding: 10px 20px;
}
.price_postscript p {
    padding-left: 28px;
    position: relative;
    color: #fff;
    font-weight: normal;
}
.price_postscript p::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/Info.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}


/* ----------------------------------------------
 * ダウンタイム・術後の経過
 * ---------------------------------------------- */

.downtime_table {
    border: none !important;
    border-collapse: collapse;
}
.downtime_table th {
    border: none !important;
}
.downtime_table thead th {
    background: linear-gradient(90deg, #C8C08A, #625E44);
    color: #fff;
    padding: 12px 20px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: normal;
    border-radius: 20px 20px 0 0;
}
.downtime_table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
    border-right: 1px solid #f4f4f4;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
}
.downtime_table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
    border: none !important;
}
.downtime_table .downtime_period {
    width: 25%;
}

/* 注意点カラム */
.Precautions {
    padding: 20px;
    border-radius: 8px;
}
.Precautions h3.wp-block-heading {
    font-size: 0.9375rem !important;
    padding-left: 28px;
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
}
.Precautions h3.wp-block-heading::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/Triangle-Alert.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.Precautions .wp-block-list li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.Precautions .wp-block-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/Vector.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 注釈 */
.explanation {
    padding: 10px 20px;
}
.explanation p {
    padding-left: 28px;
    position: relative;
}
.explanation p::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/Triangle-Alert.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}


/* ----------------------------------------------
 * よくあるご質問
 * ---------------------------------------------- */

.smb-accordion.QA .smb-accordion__item__title {
    font-family: "Noto Serif JP", serif;
    background: linear-gradient(90deg, #C8C08A, #625E44) !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}
.smb-accordion.QA .smb-accordion__item__title__label {
    font-family: "Noto Serif JP", serif;
    padding-left: 28px;
    position: relative;
}
.smb-accordion.QA .smb-accordion__item__title__label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/Q.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.smb-accordion.QA .smb-accordion__item__body {
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    padding-right: 20px;
}
.smb-accordion.QA .smb-accordion__item__body p {
    padding-right: 20px;
    padding-left: 40px;
    position: relative;
}

.smb-accordion.QA .smb-accordion__item__body p::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://leap-beauty.com/wp-content/uploads/2026/05/A.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    right:10px;
    top: 10px;
}
.smb-accordion.QA .smb-accordion__item__body .wp-block-columns {
    column-gap: 5px;
}

/* ----------------------------------------------
 * フッター
 * ---------------------------------------------- */
 .l-footer { display: none; }

.wp-block-cover.footer-menu .wp-block-cover__inner-container {
    max-width: 80%;
    padding: 0;
}

.wp-block-cover.footer-menu {
    min-height: auto;
    padding: 40px 0;
}

.wp-block-cover.footer-menu .wp-image-7824 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.wp-block-cover.footer-menu .wp-elements-2266d337c2cf07e2bbc6a816a1b6169e {
    display: flex;
    align-items: center;
}
.wp-block-cover.footer-menu .wp-block-column p {
    padding-bottom: 10px;
}

/*copyright*/
.wp-block-cover.footer_copyright {
    min-height: auto;
    padding: 10px 0;
}

/* ----------------------------------------------
 * 症例写真リスト
 * ---------------------------------------------- */

.rhinoplasty_case_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rhinoplasty_case_item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.rhinoplasty_case_item a {
    text-decoration: none;
    display: block;
}

.rhinoplasty_case_thumb img {
    width: 100%;
    height: auto;
    display: block;
    padding:20px;
}

.rhinoplasty_case_body {
    padding: 16px;
}

.rhinoplasty_case_title {
    font-size: 0.9rem !important;
    color: #333 !important;
    font-weight: bold !important;
    padding-bottom:1px solid #f4f4f4;
}

.rhinoplasty_case_price {
    color: #50B3B0;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .rhinoplasty_case_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}