@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

#assessment_shop,
#assessment_visitting,
#assessment_event,
#assessment_mail,
#assessment_line {
    margin-top: -20px;
    padding-top: 20px;
}

#app_method_flow_2 .mv {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 1rem 0;
}

#app_method_flow_2 .mv img {
    max-width: 100%;
}

#app_method_flow_2 .contents__left section+section {
    margin-top: 2rem !important;
}

#app_method_flow_2 .titleHeading {
    margin: 1rem 0;
    line-height: 1.4;
}

/* --- Splide タブエリアのスタイル --- */
#app_method_flow_2 .link_wrap {
    margin: 2rem 0;
    padding: 5rem 0 3rem;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#app_method_flow_2 .link_wrap .splide {
    padding: 0 !important;
    width: 100% !important;
}

#app_method_flow_2 .link_wrap .splide__list {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* --- Track（枠）の余計な余白を完全にリセット --- */
#app_method_flow_2 .link_wrap .splide__track {
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* --- スライド（タブ）のリセット --- */
#app_method_flow_2 .link_wrap .splide__slide {
    width: 220px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 16px !important;
    padding: 1.2rem 1rem !important;
    box-sizing: border-box !important;
    background: #fff;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    transform: scale(1);
}

#app_method_flow_2 .link_wrap .splide__slide p {
    font-weight: 700;
    color: #333;
    width: fit-content;
    margin: 0;
    font-size: 1.4rem;
    white-space: nowrap;
}

/* アクティブなスライドのスタイル */
#app_method_flow_2 .link_wrap .splide__slide.is-active {
    opacity: 1;
    background: #E60012;
    box-shadow: 0 4px 10px rgba(230, 0, 18, 0.3);
}

#app_method_flow_2 .link_wrap .splide__slide.is-active p {
    color: #fff;
}

#app_method_flow_2 .link_wrap .splide__slide:hover {
    opacity: 0.9;
}

/* --- 吹き出し（ツールチップ）のスタイル --- */
#app_method_flow_2 .link_wrap .tab_tooltip {
    display: none;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #111;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#app_method_flow_2 .link_wrap .tab_tooltip::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 5px 0;
    border-style: solid;
    border-color: #111 transparent transparent transparent;
}

#app_method_flow_2 .link_wrap .tab_tooltip::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

#app_method_flow_2 .link_wrap .splide__slide.is-active .tab_tooltip {
    display: block;
    animation: fadeUp 0.3s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate(-50%, 5px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* --- Splide 矢印（前へ・次へ）のスタイル --- */
#app_method_flow_2 .link_wrap .splide__arrow {
    background: #fff;
    border: 1.5px solid #E60012;
    opacity: 1 !important;
    width: 32px;
    height: 32px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#app_method_flow_2 .link_wrap .splide__arrow svg {
    fill: #E60012;
    width: 12px;
    height: 12px;
}

#app_method_flow_2 .link_wrap .splide__arrow--prev {
    left: calc(50% - 130px) !important;
    transform: translateY(-50%) !important;
}

#app_method_flow_2 .link_wrap .splide__arrow--next {
    right: calc(50% - 130px) !important;
    transform: translateY(-50%) !important;
}

/* --- タブコンテンツの表示・非表示 --- */
#app_method_flow_2 .tab_content {
    display: none;
    animation: fadeIn 0.4s ease;
}

#app_method_flow_2 .tab_content.is-active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#app_method_flow_2 .process_title {
    margin: 1rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#app_method_flow_2 .process_title span {
    color: #E60012;
}

#app_method_flow_2 .process_title_num {
    font-size: 3.8rem;
    font-family: "Roboto", sans-serif;
    margin-right: 0.6rem;
    letter-spacing: -0.06em;
    font-weight: 500;
}

#app_method_flow_2 .process_title h3 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
}

#app_method_flow_2 .assessment_process_wrap {
    background: #EFEFEF;
    border-radius: 24px;
    padding: 1rem 2rem 3rem;
    margin: 1rem 0 4rem;
}

#app_method_flow_2 .assessment_process_top_block {
    display: flex;
    margin-top: 2rem;
}

#app_method_flow_2 .main_img_block {
    position: relative;
    width: 50%;
}

#app_method_flow_2 .circle_text {
    position: absolute;
    width: 22%;
    height: auto;
    object-fit: contain;
    top: -12%;
    left: -4%;
}

#app_method_flow_2 .main_text_block {
    display: flex;
    flex-flow: column;
    margin-left: 1rem;
    width: 56%;
}

#app_method_flow_2 .main_text_block ul {
    width: fit-content;
    margin: auto;
    padding: 0;
}

#app_method_flow_2 .main_text_block li {
    font-weight: 600;
    display: flex;
    font-size: min(1.4vw, 20px);
}

#app_method_flow_2 .list_red_dot {
    color: #E60012;
    font-size: min(3vw, 44px);
    line-height: 0.6;
    margin-right: -0.2em;
}

#app_method_flow_2 .attention_text {
    width: fit-content;
    margin: auto;
    font-weight: 700;
    font-size: min(1.6vw, 26px);
    background: linear-gradient(transparent 0%, transparent 64%, #FFFF00 70%, #FFFF00 100%);
}

#app_method_flow_2 .red_text_block {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
}

#app_method_flow_2 .red_text_block p {
    font-weight: 700;
    color: #E60012;
    text-align: center;
    font-size: min(1.8vw, 24px);
    margin: 0;
}

#app_method_flow_2 .red_text_block.line_text p {
    font-size: min(2.8vw, 38px);
}

#app_method_flow_2 .main_img {
    width: 100%;
    height: auto;
}

#app_method_flow_2 .middle_text {
    font-weight: 500;
    text-align: center;
    font-size: 1.4rem;
    margin: 2rem auto 1rem;
}

#app_method_flow_2 .assessment_process_bottom_block {
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 12px;
    padding: 0;
    list-style: none;
}

#app_method_flow_2 .assessment_process_bottom_block li {
    width: 100%;
}

#app_method_flow_2 .assessment_process_bottom_block p:nth-of-type(1) {
    font-weight: 700;
    font-size: min(1.3vw, 18px);
    margin: 0.4rem auto;
}

#app_method_flow_2 .assessment_process_bottom_block p:nth-of-type(2) {
    font-weight: 500;
    font-size: min(1vw, 14px);
    margin: 0;
}

#app_method_flow_2 .black_arrow {
    height: 10%;
    margin-top: 8.4%;
}

#app_method_flow_2 .assessment_process_link {
    display: flex;
    background: #E60012;
    padding: 1rem 1rem;
    border-radius: 30px;
    position: relative;
    width: 40%;
    margin: auto;
    margin-top: 1rem;
    text-decoration: none;
}

#app_method_flow_2 .assessment_process_link:hover {
    opacity: 0.6;
}

#app_method_flow_2 .assessment_process_link p {
    width: fit-content;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: min(1.2vw, 16px);
}

#app_method_flow_2 .assessment_process_link img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 10%;
}

#app_method_flow_2 .contact_block {
    display: flex;
    position: relative;
    margin-bottom: 4em;
}

#app_method_flow_2 .contact_block p {
    font-weight: 800;
    margin: 0;
}

#app_method_flow_2 .contact_block_border {
    height: 1.4em;
}

#app_method_flow_2 .contact_left_block {
    width: 24%;
}

#app_method_flow_2 .contact_right_block {
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 1em;
}

#app_method_flow_2 .contact_top_block {
    display: flex;
    align-items: center;
}

#app_method_flow_2 .contact_top_block p {
    font-size: min(1.6vw, 24px);
    margin: 0 10px;
}

#app_method_flow_2 .contact_top_block p span {
    color: #E60012;
}

#app_method_flow_2 .contact_tel_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86%;
}

#app_method_flow_2 .img_tel {
    width: 10%;
    object-fit: contain;
}

#app_method_flow_2 .contact_tel_block a {
    text-decoration: none;
}

#app_method_flow_2 .contact_tel_block p {
    line-height: 1;
    margin: 0;
}

#app_method_flow_2 .contact_tel_number_block {
    display: flex;
}

#app_method_flow_2 .tel_number {
    color: #009200;
    font-size: 3.4vw;
}

#app_method_flow_2 .reception_hours {
    font-size: min(1.4vw, 18px);
}

#app_method_flow_2 .img_toll_free {
    position: absolute;
    width: 8%;
    right: 2%;
    top: 0%;
}

#app_method_flow_2 .contact_block_annotation {
    font-size: 0.88vw;
}

/* Splideの初期位置を微調整する場合 */
#app_method_flow_2 .splide__track {
    overflow: visible !important;
}

@media(min-width: 1185px) {
    #app_method_flow_2 .tel_number {
        font-size: min(2.8vw, 42px);
    }

    #app_method_flow_2 .contact_block_annotation {
        font-size: min(0.8vw, 11.4px);
    }
}

@media(min-width: 768px) {
    #app_method_flow_2 .titleHeading {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #app_method_flow_2 .contents {
        margin: 0 !important;
    }

    #app_method_flow_2 .link_wrap {
        padding: 3.5rem 0;
        margin-bottom: 2rem;
    }

    #app_method_flow_2 .link_wrap .splide__slide {
        width: 225px !important;
        padding: 12px 10px !important;
    }

    #app_method_flow_2 .link_wrap .splide__slide p {
        font-size: 4.8vw;
    }

    /* 吹き出しのサイズ微調整 */
    #app_method_flow_2 .link_wrap .tab_tooltip {
        font-size: 3.2vw;
        top: -50px;
        padding: 4px 10px;
    }

    #app_method_flow_2 .link_wrap .splide__arrow--prev {
        left: calc(50% - 128px) !important;
        transform: translateY(-50%) !important;
    }

    #app_method_flow_2 .link_wrap .splide__arrow--next {
        right: calc(50% - 128px) !important;
        transform: translateY(-50%) !important;
    }

    #app_method_flow_2 .process_title {
        align-items: end;
    }

    #app_method_flow_2 .process_title h3 {
        font-size: 2rem;
        margin: 0 auto;
    }

    #app_method_flow_2 .assessment_process_top_block {
        margin-top: 0;
        display: block;
    }

    #app_method_flow_2 .assessment_process_wrap {
        padding: 1rem 1rem 3rem;
        margin: 0;
        margin-bottom: 3em;
    }

    #app_method_flow_2 .circle_text {
        width: 24%;
        top: -14%;
        left: -6%;
    }

    #app_method_flow_2 .main_img_block {
        width: 100%;
    }

    #app_method_flow_2 .main_text_block {
        flex-flow: column;
        margin-left: 0;
        width: 100%;
    }

    #app_method_flow_2 .red_text_block {
        margin: 2vw auto;
    }

    #app_method_flow_2 .red_text_block p {
        font-size: 4vw;
    }

    #app_method_flow_2 .red_text_block.line_text p {
        font-size: 4vw;
    }

    #app_method_flow_2 .attention_text {
        font-size: 4vw;
    }

    #app_method_flow_2 .red_border_sp {
        width: 2.6vw;
        margin: 0 0.8vw;
    }

    #app_method_flow_2 .main_text_block li {
        font-size: 3vw;
    }

    #app_method_flow_2 .assessment_process_bottom_block {
        display: block;
        text-align: center;
    }

    #app_method_flow_2 .assessment_process_bottom_block li {
        display: flex;
    }

    #app_method_flow_2 .assessment_process_bottom_block li img {
        width: 50%;
    }

    #app_method_flow_2 .assessment_process_bottom_block p:nth-of-type(1) {
        font-size: 4vw;
        margin: 0;
    }

    #app_method_flow_2 .assessment_process_bottom_block p:nth-of-type(2) {
        font-size: 3vw;
    }

    #app_method_flow_2 .list_red_dot {
        font-size: 7vw;
    }

    #app_method_flow_2 .sp_bottom_block_text {
        margin-left: 4vw;
        text-align: left;
    }

    #app_method_flow_2 .black_arrow {
        width: 6%;
        margin: 3vw auto;
    }

    #app_method_flow_2 .assessment_process_link {
        width: 100%;
    }

    #app_method_flow_2 .assessment_process_link p {
        font-size: 4vw;
    }

    #app_method_flow_2 .assessment_process_link img {
        width: 6%;
    }

    #app_method_flow_2 .contact_block {
        display: block;
        margin: 2em 0;
    }

    #app_method_flow_2 .contact_left_block {
        width: auto;
    }

    #app_method_flow_2 .contact_right_block {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 0;
    }

    #app_method_flow_2 .contact_top_block {
        margin: 0.4em auto;
    }

    #app_method_flow_2 .contact_block_border {
        height: 3.4vw;
    }

    #app_method_flow_2 .contact_top_block p {
        font-size: 3.8vw;
        margin: 0 4px;
    }

    #app_method_flow_2 .contact_tel_block {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    #app_method_flow_2 .img_tel {
        width: 19%;
    }

    #app_method_flow_2 .tel_number {
        font-size: 10vw;
    }

    #app_method_flow_2 .toll_free {
        background: #E60012;
        border-radius: 1vw;
        color: #fff;
        font-size: 4vw;
        padding: 0.4em;
        margin: 0.6em 0.4em 0.6em 0;
    }

    #app_method_flow_2 .reception_hours {
        font-size: 3.7vw;
    }

    #app_method_flow_2 .contact_block_annotation {
        font-size: 2.4vw;
        width: 34.6em;
        margin: auto;
    }
}

#app_method_flow_2>main>article>section:nth-child(1)>div.contact_block {
    margin-bottom: 0 !important;
}

/* =========================================================
   全タブ共通 新フローデザイン
========================================================= */
.flow_bg_wrapper {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.custom_flow_wrap {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.custom_flow_top_area {
    position: relative;
    padding: 0 1rem 1rem;
}

#app_method_flow_2 .link_wrap {
    margin-bottom: 0 !important;
    padding-bottom: 2rem !important;
}

@media (max-width: 767px) {
    #app_method_flow_2 .link_wrap {
        margin-bottom: 0 !important;
        padding-bottom: 2rem !important;
    }

    #app_method_flow_2 .contents__left section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #app_method_flow_2 .titleMain--wrapper,
    #app_method_flow_2 .custom_contact_area {
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }
}

.custom_flow_bottom_area {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 3rem 1rem 4rem;
}

.custom_flow_inner {
    position: relative;
    z-index: 2;
}

/* タイトル */
.custom_process_title h3 {
    text-align: center;
    font-size: clamp(20px, 5vw, 26px);
    font-weight: bold;
    margin-bottom: 2rem;
}

/* ステップ解説リスト */
.custom_steps_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
    margin: 0 auto;
}

/* 中央の赤い点線 */
.custom_steps_line {
    position: absolute;
    right: 26%;
    top: 10%;
    bottom: 10%;
    border-right: 2px dotted #E60012;
    z-index: 0;
}

.custom_step_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.custom_step_img {
    width: 44%;
}

.custom_step_img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom_step_info {
    width: 52%;
    background: #fff;
    padding: 12px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.custom_step_info h4 {
    color: #E60012;
    font-size: clamp(14px, 3.5vw, 18px);
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.2;
}

.custom_step_info p {
    font-size: clamp(11px, 2.8vw, 14px);
    line-height: 1.4;
    margin: 0;
}

/* おすすめブロック */
.custom_recommend_box {
    background: #fff;
    border: 2px solid #E60012;
    border-radius: 4px;
    padding: 24px 20px;
    max-width: 400px;
    margin: 4rem auto 3rem;
    box-shadow: 4px 4px 0 rgba(90, 26, 26, 0.1);
}

.custom_recommend_box h4 {
    text-align: center;
    font-size: clamp(16px, 4.5vw, 20px);
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

.custom_recommend_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_recommend_list li {
    font-size: clamp(14px, 3.5vw, 16px);
    font-weight: bold;
    margin-bottom: 12px;
    position: relative;
    padding-left: 1.8em;
}

.custom_recommend_list li::before {
    content: '✔';
    color: #E60012;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    line-height: 1;
}

.custom_recommend_list .red_b {
    color: #E60012;
}

/* 申し込みボタンエリア */
.custom_cta_area {
    text-align: center;
}

.custom_cta_catch {
    font-size: clamp(18px, 4.5vw, 24px);
    font-weight: bold;
    margin-bottom: 12px;
}

.custom_cta_catch .red_big {
    color: #E60012;
    font-size: 1.4em;
}

.custom_cta_balloon {
    display: inline-block;
    background: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: clamp(12px, 3vw, 14px);
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    margin-bottom: 20px;
}

.custom_cta_balloon::after,
.custom_cta_balloon::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
}

.custom_cta_balloon::after {
    bottom: -8px;
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
}

.custom_cta_balloon::before {
    bottom: -9px;
    border-width: 9px 9px 0;
    border-color: #999 transparent transparent transparent;
    z-index: 1;
}

.custom_cta_btn {
    display: block;
    background: #E60012;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(16px, 4.5vw, 20px);
    padding: 16px 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 4px 6px rgba(230, 0, 18, 0.3);
    transition: 0.3s;
}

.custom_cta_btn:hover {
    opacity: 0.8;
}

.custom_cta_btn .arrow_right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* =========================================================
   出張買取タブ：追加エリアの調整
========================================================= */

/* 和柄背景専用クラス（全体に適用されます） */
.flow_pattern_bg {
    background-image: url('/assets/img/fv_common/g960.webp');
    background-size: cover;
    background-position: center top;
}

/* 下部エリアの和柄背景を隠し、ページ本来の背景色（白）に戻すためのクラス */
.flow_bottom_area_reset {
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
}

/* お客様の声の巨大化を防ぐレイアウト設定 */
.custom_voice_area {
    container-type: inline-size;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   出張買取タブ専用スタイル
========================================================= */
.visiting_cta_catch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin-bottom: 24px;
}

.visiting_cta_catch p {
    background: var(--color-white);
    border-radius: 40px;
    padding: 16px 4px;
    margin: 0;
    text-align: center;
    line-height: 1.4;
    width: 48.5%;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    font-size: clamp(12px, 3.4vw, 18px);
    font-weight: bold;
    white-space: nowrap;
}

.visiting_cta_catch .red_big {
    font-size: 1.45em;
}

/* =========================================================
   店頭査定 店舗検索エリア専用スタイル
========================================================= */
.shop_search_container {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 10px;
    container-type: inline-size;
}

/* 店舗数アピール */
.shop_count_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2cqw;
    margin-bottom: 12px;
}

.shop_count_wrapper .laurel_img {
    width: 10cqw;
    max-width: 40px;
    height: auto;
    flex-shrink: 0;
}

.shop_count_text_block {
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.shop_count_main {
    margin: 0;
    line-height: 1.1;
}

.shop_count_number {
    padding: 0 4px;
    vertical-align: baseline;
}

.shop_count_note {
    text-align: center;
    margin: 0 0 24px;
    font-size: clamp(10px, 2.5vw, 12px);
    color: #333;
    font-weight: normal;
}

/* 吹き出し */
.shop_search_balloon {
    background: var(--color-white);
    border: 2px solid var(--color-gray-medium);
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    position: relative;
    margin: 0 auto 24px;
    width: 90%;
    max-width: 340px;
    font-weight: bold;
}

.shop_search_balloon::before,
.shop_search_balloon::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
}

.shop_search_balloon::before {
    bottom: -10px;
    border-top: 10px solid var(--color-gray-medium);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.shop_search_balloon::after {
    bottom: -7px;
    border-top: 9px solid var(--color-white);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

/* 現在地から探すボタン */
.shop_location_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-red);
    color: var(--color-white) !important;
    text-decoration: none;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    position: relative;
    transition: 0.2s;
}

.shop_location_btn:hover {
    opacity: 0.8;
}

.shop_location_btn svg {
    width: 20px;
    height: 24px;
    margin-right: 8px;
    fill: var(--color-white);
}

.shop_location_btn .arrow_right {
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg);
}

/* 検索フォーム */
.shop_search_label {
    margin: 0 0 8px;
}

.shop_search_form {
    display: flex;
    height: 56px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.shop_search_input {
    flex: 1;
    min-width: 0;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-medium);
    border-right: none;
    padding: 0 16px;
    outline: none;
    border-radius: 6px 0 0 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.shop_search_submit {
    background: var(--color-red);
    color: var(--color-white);
    border: none;
    flex: 0 0 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: clamp(15px, 4.5vw, 18px);
    font-weight: bold;
}

/* =========================================================
   お問い合わせブロック（下部）専用スタイル
========================================================= */
.custom_contact_area {
    max-width: 600px;
    margin: 0 auto 4rem;
    text-align: center;
}

.custom_contact_img {
    margin-bottom: 16px;
}

.custom_contact_catch {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.custom_contact_catch .slash {
    font-weight: normal;
}

.custom_contact_tel_row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 12px;
    gap: 8px;
}

.custom_contact_tel_row:hover {
    opacity: 0.8;
}

.custom_freedial_icon {
    height: 8cqw;
    max-height: 45px;
    width: auto;
}

.custom_tel_num {
    color: #009200;
    line-height: 1;
    letter-spacing: 1px;
}

.custom_contact_hours_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.custom_toll_free {
    background: var(--color-red);
    color: var(--color-white);
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1;
}

.custom_contact_note {
    text-align: left;
    display: inline-block;
    line-height: 1.4;
}

/* =========================================================
   PC版 サイドバー貫通防止（レイアウト調整）
========================================================= */
@media (min-width: 768px) {
    #app_method_flow_2 .contents__left {
        padding-bottom: 120px;
    }
}