@charset "UTF-8";
/*-------------
reset.css
---------------*/
* {
  /* font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

li a {
    display: block;
}

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    width: 100%;
}

img :not(.article-in img) {
    width: 100%;
}

#main a:hover img,
#sidebar a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #fff;
}

body {
    font-family: 'Shippori Mincho', serif;
}

/* 色 */
.clr-lightblue{
	color: #76BEBE;
}
.clr-white{
	color: #F8FFFF;
}
.clr-black{
	color: #252525;
}
.clr-blue{
	color: #4F7CB1;
}
.clr-gray{
	color: #F3F3F3;
}
.clr-darkgray{
	color: #656565;
}
.clr-orange{
	color: #D09423;
}
.clr-yellow{
	color: #F5DE30;
}
.clr-navyblue{
	color: #002961;
}
.clr-red{
	color: #B14F4F;
}
.clr-darkred{
	color: #8C2828;
}
.clr-lightgreen{
	color: #A6C48D;
}

:root{
    --lightblue: #76BEBE;
    --white: #F8FFFF;
    --black: #252525;
    --blue: #4F7CB1;
    --gray: #F3F3F3;
    --darkgray: #656565;
    --orange: #D09423;
    --yellow: #F5DE30;
    --navyblue: #002961;
    --red: #B14F4F;
    --darkred: #8C2828;
    --lightgreen: #A6C48D;
}

/* ===== Underline Classes ===== */
.underline {
    /* background: linear-gradient(transparent 70%, #FBF76F 70%); */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
}

.underline-yellow {
    background: linear-gradient(transparent 70%, #FBF76F 70%);
    background: linear-gradient(transparent 70%, #f2ed61 70%);
}

.underline-blue {
    background: linear-gradient(transparent 70%, #4F7CB1 70%);
}

.underline-lightblue {
    background: linear-gradient(transparent 70%, #76BEBE 70%);
}

.underline-red {
    background: linear-gradient(transparent 70%, #B14F4F 70%);
}

.underline-orange {
    background: linear-gradient(transparent 70%, #cf972f 70%);
}

.underline-green {
    background: linear-gradient(transparent 70%, #A6C48D 70%);
    background: linear-gradient(transparent 70%, #447a18 70%);
}

/* タイトル強調：背景色を付けるタイプ */
.em phasis-bg {
    background-color: #4F7CB1;
    display: inline-block;
    padding: 2px 10px;
}

/* ===== SP改行 ===== */
.br-sp {
    display: none;
}

@media (max-width: 599px) {
    .br-sp {
        display: block;
    }
}

/* ===== header ===== */
.header__Content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.logo{
    width: 120px;
}

.header__Text{
    font-size: 24px;
    font-weight: 500;
    /* padding-right: 10px; */
}


/* ===== Ttopfr ===== */
.label-fr{
    position: absolute;
    bottom: -170px;
}

.topfr{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}

/* ===== Tel Button ===== */
.tel-btn__Wrapper{
    padding: 190px 40px 30px;
    background-color: #F8FFFF;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.tel-btn__Content {
    padding: 24px 16px;
    box-sizing: border-box;
	background-color: #76BEBE;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.tel-btn__Content:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tel-btn__Content a {
    display: block;
    text-decoration: none;
    text-align: center;
}

/* 小テキスト「\ 困った時はまずはお電話を! /」 */
.tel-btn__Text_sm {
    font-size: 28px;
    letter-spacing: 0.2em;
    margin: 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tel-btn__Text_sm::before,
.tel-btn__Text_sm::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 28px;
    margin-top: 2px;
    background-color: currentColor;
    flex-shrink: 0;
}

.tel-btn__Text_sm::before {
    transform: rotate(-20deg);
}

.tel-btn__Text_sm::after {
    transform: rotate(20deg);
}

/* 電話番号 */
.tel-btn__num {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}

.tel-btn__num::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../images/tel-btn_img01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -12px;
}

/* 営業時間・定休日 */
.tel-btn__Outer_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.tel-btn__Text_detail_above,
.tel-btn__Text_detail_below {
    font-size: 30px;
    letter-spacing: 0.05em;
    margin: 0;
}

.tel-btn__Text_detail_below{
    margin-top: 6px;
}

.tel-btn__Text_detail_below_sm{
    font-size: 22px;
    margin-top: 3px;
}

/* ===== Worries / Solution Section ===== */
.worries__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
		background-color: #F8FFFF;
}

/* 「そのお悩み・・・」エリア */
.worries__Content {
    text-align: center;
    padding: 24px 0 0;
    position: relative;
    background-color: #F3F3F3;
}

.worries__Content::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 40px solid #F3F3F3;
    margin: 0 auto;
    position: absolute;
    bottom: -39.7px;
    left: 0;
    right: 0;
}

@media (min-width: 700px) {
    .worries__Content::after {
        border-left: 350px solid transparent;
        border-right: 350px solid transparent;
    }
}

.worries__Text {
    font-size: 48px;
    margin: 32px 0 0;
    font-weight: 500;
}

/* Solutionエリア全体 */
.solution__Content {
    padding: 60px 16px 24px;
    background-color: #F8FFFF;
}

/* お見積無料バッジ＋タイトル横並び */
.solution__Outer_title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

/* お見積無料バッジ */
.free__Item {
    min-width: 80px;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
	background-color: #8C2828;
}

.free__Item_text_above,
.free__Item_text_below {
    font-size: 43px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* タイトルテキスト */
.solution__Item {
    display: flex;
    flex-direction: column;
}

.solution__Title_first {
    font-size: 48px;
    margin: 0;
}

.solution__Title_second {
    font-size: 60px;
    font-weight: 500;
    margin-left: -33px;
    margin-top: 10px;
}

.solution__Title_third {
    font-size: 60px;
    font-weight: 500;
    margin-top: 10px;
}

/* 190年の実績と経験 */
.solution__Text_achievement {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    border: 2px solid #252525;
    padding: 10px 16px 11px;
    margin: 32px 0 0;
    box-sizing: border-box;
}

/* 説明エリア */
.solution__Outer_desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
}

/* 強調テキスト（青＋黄色アンダーライン） */
.solution__Title_desc_sm {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.solution__Title_desc_sm span {
    background: linear-gradient(transparent 70%, #FBF76F 70%);
    display: inline;
}

/* 本文テキスト */
.solution__Text_desc_sm {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 10px;
    padding: 0 40px;
}

.solution__Img{
    width: 40%;
    margin-inline: auto;
    margin-top: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ===== Oteire Section ===== */
.oteire__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 30px 40px;
	background-color: #76BEBE;
}

/* 各アイテム */
.oteire__Content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px 0 30px;
}

/* CASEナンバーバッジ */
.oteire__Item_num {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
	background-color: #D09423;
}

.oteire__Text_num_sm {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.oteire__Text_num {
    font-size: 33px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    color: #fff;
}

/* タイトル */
.oteire__Title {
    font-size: 45px;
    font-weight: bold;
    margin-top: 18px;
    text-align: center;
}

/* 画像＋テキスト横並び */
.oteire__Item_desc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 32px;
}

.oteire__Item_desc img {
    width: 45%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    flex-shrink: 0;
}

/* 説明テキスト */
.oteire__Text_desc {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 20PX 0 0;
    flex: 1;
}

/* ===== Special Price Section ===== */
.special-price__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px 40px;
    background-color: #F8FFFF;
}

.special-price__Container {
    border: 2px solid #4F7CB1;
    overflow: hidden;
}

/* タイトルエリア */
.special-price__Content_title {
    text-align: center;
    padding: 14px 20px 22px;
    background-color: #4F7CB1;
}

.special-price__Title_lg {
    font-size: 65px;
    font-weight: 500;
    margin: 0 0 12px;
    line-height: 1.2;
    color: #F8FFFF;
}

.special-price__Title_particle {
    font-size: 55px;
}

/* 毎月1日2日3日 */
.special-price__Title_sm {
    font-size: 30px;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    font-weight: 500;
    border: 1px solid #F8FFFF;
    padding: 2px 20px 6px;
    color: #F8FFFF;
}

.special-price__Title_sm::before,
.special-price__Title_sm::after {
    display: none;
}

.special-price__Title_day {
    font-size: 48px;
    font-weight: 500;
}

/* 価格コンテナ */
.special-price__Container_price {
    padding: 20px 20px;
    text-align: center;
    background-color: #F8FFFF;
}

/* 各価格アイテム */
.special-price__Content {
    padding: 16px 0;
}

.special-price__Content + .special-price__Content {
    border-top: 1px solid #4F7CB1;
}

.special-price__Item_text {
    text-align: left;
    display: inline-block;
    margin-top: 16px;
}

.special-price__Text_lg {
    font-size: 35px;
    color: #252525;
    font-weight: 500;
}

.special-price__Text_sm {
    font-size: 35px;
    color: #252525;
    font-weight: 500;
}

/* 価格テキスト */
.special-price__Text_price {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: #252525;
    background: linear-gradient(transparent 80%, #F2ED61 80%);
    display: inline-block;
    padding-bottom: 4px;
}

.special-price__Text_price_bg {
    font-size: 100px;
    font-weight: 500;
}

.special-price__asterisk{
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
    padding-left: .4em;
    text-indent: -.4em;
}

/* ===== Event Section ===== */
.event__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.event__Content {
    padding: 24px 0 24px;
    text-align: center;
    background-color: #A6C48D;
}

/* サブタイトル */
.event__Text_lg {
    font-size: 35px;
    color: #F8FFFF;
}

/* メインタイトル帯 */
.event__Title {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #F8FFFF;
    padding: 12px 20px;
    margin-top: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(
        to bottom,
        #6F944F 0%,
        #588332 50%,
        #6F944F 100%
    );


}


/* 職人来店スケジュール */
.event__Text_sm {
    font-size: 35px;
    display: inline-block;
    border: 1px solid #F8FFFF;
    padding: 16px 20px 17px;
    color: #F8FFFF;
    margin-top: 24px;
}

/* 年 */
.event__Text_year {
    font-size: 35px;
    color: #F8FFFF;
    margin-top: 32px;
}

/* スケジュールエリア */
.event__Item_schedule {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 15px 40px 0;
}

.event__Text_schedule + .event__Text_schedule {
    margin-top: 20px;
}

.event__Text_schedule {
    font-size: 52px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    color: #638D40;
}

/* 注釈テキスト */
.event__Text_asterisk {
    font-size: 24px;
    text-align: left;
    line-height: 1.4;
    margin: 8px 40px 0;
    color: #fff;
    padding-left: .4em;
    text-indent: -.4em;
}

.event__Text_asterisk + .event__Text_asterisk{
    margin-top: 0;
}

/* ===== CTA Section ===== */
.cta__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.cta__Content {
    padding: 70px 30px;
    text-align: center;
}

/* タイトル */
.cta__Title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

/* ボタンエリア横並び */
.cta__Outer {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

/* TELボタン */
.cta__Item_tel {
    flex: 1;
    padding: 19px 5px;
	background-color: #0D8152;
}

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

.cta__Item_tel,
.cta__Item_reservation {
    transition: opacity 0.3s ease;
}

.cta__Item_tel:hover,
.cta__Item_reservation:hover {
    opacity: 0.7;
}

.cta__Text_tel {
    font-size: 24px;
	color: #fff;
}

.cta__Text_num {
    font-size: 39px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
		color: #F5DE30;
}

.cta__Text_num::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("../images/cta_tel_img01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 1px;
    margin-top: -6px;
}

/* 来店予約ボタン */
.cta__Item_reservation {
    flex: 1;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
		background-color: #BE5117;
}

.cta__Item_reservation a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    width: 100%;
    height: 100%;
		color: #fff;
}

.cta__Text_reservation {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta__Text_reservation::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("../images/cta_mail_img01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* ===== Reason Section ===== */
.reason__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
	background-color: #76BEBE;
}

/* タイトルエリア */
.reason__Content_title {
    border: 1px solid #002961;
    padding: 16px;
    text-align: center;
}

.reason__heading_sm {
    font-size: 36px;
    text-align: center;
}

.reason__heading_lg {
    font-size: 70px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
}

/* 各アイテムコンテナ */
.reason__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.reason__Content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 安心ラベル＋タイトル横並び */
.reason__Item_title {
    display: flex;
    align-items: center;
    gap: 12px;
    align-items: baseline;
}

/* 安心1・2・3バッジ */
.reason__Title_num {
    font-size: 35px;
    font-weight: 500;
    padding: 10px 10px 11px;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
	background-color: #002961;
}

.reason__Title {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

/* 画像 */
.reason__Content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ===== Flow Section ===== */
.flow__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: #F8FFFF;
}

/* タイトルエリア */
.title__Content {
    text-align: center;
    margin-bottom: 24px;
}

.Title {
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.Title_sub {
    font-size: 40px;
    margin: 0;
    letter-spacing: 0.1em;
    margin-top: 24px;
}

/* 各ステップコンテナ */
.flow__Container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* 各ステップアイテム */
.flow__Content {
    display: flex;
    align-items: stretch;
    overflow: hidden;
	background-color: #4F7CB1;
    padding: 30px 40px 30px 16px;
}

/* 左カラム：ステップ番号＋アイコン */
.flow__Item_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px 0 0;
    min-width: 80px;
    gap: 12px;
}

.flow__Text_step {
    font-size: 32px;
    margin: 0;
    letter-spacing: 0.05em;
}

.flow__Item_step img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 20px;
}

/* 区切り線 */
.flow__Item_text {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 18px;
    flex: 1;
}

/* ステップタイトル */
.flow__Title_min {
    font-size: 40px;
    font-weight: 500;
}

/* 説明テキスト */
.flow__Text_desc {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 24px;
}

/* ===== Voice Section ===== */
.voice__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
	background-color: #76BEBE;

}

/* タイトルエリア */
/* title__ContentはflowセクションのCSSを流用 */

/* 各レビューコンテナ */
.voice__Container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* 各レビューアイテム */
.voice__Content {
    background-color: #F8FFFF;
    padding: 30px 40px;
}

/* 名前 */
.voice__Text_name {
    font-size: 30px;
}

/* レビュータイトル */
.voice__Title_min {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
}

/* 区切り線 */
.voice__Title_min + .voice__Text_desc {
    border-top: 1px solid #252525;
    padding-top: 18px;
    margin-top: 8px;
}

/* 本文 */
.voice__Text_desc {
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
}

/* ===== Q&A Section ===== */
.qanda__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px 16px;
		background-color: #A6C48D;
}

/* タイトルエリア */
/* title__ContentはflowセクションのCSSを流用 */

/* 各Q&Aアイテム */
.qanda__Content {
    margin-bottom: 8px;
}

/* Q部分 */
.q__Item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
    list-style: none;
    background-color: #F8FFFF;
}

/* 矢印の向き変更 */
.q__Item.is-open::after {
    transform: rotate(-135deg);
    margin-bottom: -4px;
}

.q__Item::before {
    content: "Q.";
    display: inline-block;
    margin-right: 8px;
    color: #4F7CB1;
    font-weight: 700;
    font-size: 30px;
}

.q__Item::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: 8px;
    margin-bottom: 4px;
}

.q__Text {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    flex: 1;
    line-height: 1.5;
}

/* A部分 */
.a__Item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    overflow: hidden;
    max-height: 0;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #FFEDE0;
}

.a__Item.is-open {
    max-height: 1000px;
    padding: 20px;
}

.a__Item::before {
    content: "A.";
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
    font-weight: 700;
    font-size: 30px;
    color: #B14F4F;
}

.a__Text {
    display: inline;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    flex: 1;
}

/* ===== Important Section ===== */
.important__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: #F8FFFF;
}

/* タイトルエリア */
.important__Content_title {
    text-align: center;
    padding: 23px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.important__Title:first-child {
    font-size: 40px;
    font-weight: normal;
    font-weight: 500;
}

.important__Title {
    font-size: 46px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.important__Title_sm{
    font-size: 28px;
    font-weight: 500;
}

.important__asterisk{
    font-size: 24px;
    padding-left: .4em;
    text-indent: -.4em;
}

/* 大きい数字「3」 */
.important__Title_bg {
    font-size: 83px;
    font-weight: 500;
    line-height: 1;
    vertical-align: baseline;
}

/* 各ステップコンテナ */
.important__Container {
    border: 1px solid #4F7CB1;
    overflow: hidden;
    margin-top: 22px;
}

/* 上部：ステップ番号＋タイトル */
.important__Outer_above {
    display: flex;
    align-items: stretch;
	background-color: #4F7CB1;
}

/* ステップ番号エリア */
.important__Content_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    /* min-width: 64px; */
}

.important__Item_step {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.important__Item_num {
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1;
    color: #fff;
}

/* ステップタイトルラッパー */
.important__Item_text_wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 12px 0;
}

/* ステップタイトル */
.important__Item_text {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    border-left: 1px solid #F8FFFF;
    padding-left: 16px;
    color: #fff;
}

/* 下部：説明テキスト */
.important__Outer_below {
    padding: 28px 20px;
    /* border-top: 1px solid; */
}

.important__Text_desc {
    font-size: 30px;
    line-height: 1.4;
}

/* ===== Repair Section ===== */
.repair__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 20px;
	background-color: #76BEBE;
}

.repair__Wrapper + .repair__Wrapper{
    padding-top: 20px;
}

/* タイトルエリア */
/* title__ContentはflowセクションのCSSを流用 */

/* コンテナ */
.repair__Container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 16px 12px;
}

/* 修正タイトル */
.repair__Title {
    font-size: 60px;
    font-weight: 500;
    padding-left: 12px;
    border-left: 6px solid #252525;
    line-height: 1.2;
}

/* 画像 */
.repair__Img {
    width: 100%;
    margin-top: 25px;
}

.repair__Img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 説明テキスト */
.repair__Text {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 30px;
}

/* 白背景ボックス */
.repair__Container_desc {
    background-color: #fff;
    padding: 30px;
    margin-top: 22px;
}

.repair__Text_lg {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
}
/* ===== JKS Section ===== */
.jks__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0 20px;
}

/* 画像 */
.jks__Img {
    width: 100%;
}

.jks__Img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* タイトル */
.jks__Title_wrapper {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: 20px;
}

.jks__Title {
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: left;
}

/* JKSの大きい文字 */
.jks__Title_bg {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
}

/* 説明テキスト */
.jks__Text {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 20px;
    margin-top: 30px;
}

/* 加盟店全国200店舗以上 */
.jks__Text_lg {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}
/* ===== Shop Section ===== */
.shop__Wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px 160px;
    background-color: #F8FFFF;
}

/* タイトルエリア */
.shop__Content_title {
    text-align: center;
    margin-bottom: 20px;
}

.shop__Title_en {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.shop__Title {
    font-size: 40px;
    margin-top: 5px;
}

/* 店舗画像 */
.shop__Img {
    width: 100%;
    margin-top: 32px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;

}

.shop__Img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 詳細エリア */
.shop__Content_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

/* 電話番号・URL */
.shop__Item_text_first {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
}

.shop__Text_num {
    font-size: 60px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.shop__Text_num::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url("../images/shop_tel_img01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-top: 8px;
}

.shop__Text_num,
.shop__Text_link {
    transition: opacity 0.2s ease;
}

.shop__Text_num:hover,
.shop__Text_link:hover {
    opacity: 0.5;
}

.shop__Text_link {
    font-size: 32px;
    text-decoration: none;
}

/* 住所・営業時間 */
.shop__Item_text_second {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-bottom: 16px;
    width: 100%;
    margin-top: 20px;
}

.shop__Text_detail {
    font-size: 32px;
    margin: 0;
    text-align: center;
}

/* 駐車場テキスト */
.shop__Item_text_third {
    text-align: center;
}

.shop__Text_desc {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
}

/* Googleマップ */
.map {
    width: 100%;
    margin-top: 24px;
}

.map iframe {
    width: 100%;
    height: 480px;
    border: 0;
}

/* ロゴ画像 */
.shop__Img_logo {
    text-align: center;
    margin-top: 32px;
}

.shop__Img_logo img {
    width: 120px;
    height: auto;
}

@media (max-width: 599px) {
    /* ===== header ===== */
    .header__Content{

        padding: 8px;
    }

    .logo{
        width: 100px;
    }

    .header__Text{
        font-size: 18px;
        font-weight: 700;
    }

    /* ===== Ttopfr ===== */
    .label-fr{
        position: absolute;
        bottom: -100px;
    }

    .topfr {
        padding-top: 50px;
    }

    /* ===== Tel Button ===== */
    .tel-btn__Wrapper{
        padding: 115px 20px 15px;
    }

    .tel-btn__Content {
        max-width: 700px;
        padding: 12px 8px;
    }

    /* 小テキスト「\ 困った時はまずはお電話を! /」 */
    .tel-btn__Text_sm {
        font-size: 18px;
        gap: 10px;
    }

    .tel-btn__Text_sm::before,
    .tel-btn__Text_sm::after {
        height: 18px;
        margin-top: 2px;
    }

    /* 電話番号 */
    .tel-btn__num {
        font-size: 30px;
    }

    .tel-btn__num::before {
        width: 20px;
        height: 20px;
        margin-right: 3px;
        margin-top: -5px;
    }

    /* 営業時間・定休日 */
    .tel-btn__Outer_detail {
        gap: 1px;
    }

    .tel-btn__Text_detail_above,
    .tel-btn__Text_detail_below {
        font-size: 15px;
    }

    .tel-btn__Text_detail_below{
        margin-top: 3px;
    }

    .tel-btn__Text_detail_below_sm{
        font-size: 14px;
    }

    /* ===== Worries / Solution Section ===== */
    /* 「そのお悩み・・・」エリア */
    .worries__Content {
        padding: 12px 0 0;
    }

    .worries__Text {
        font-size: 28px;
        margin: 16px 0 0;
    }

    /* Solutionエリア全体 */
    .solution__Content {
        padding: 50px 16px 24px;
        background-color: #F8FFFF;
    }

    /* お見積無料バッジ＋タイトル横並び */
    .solution__Outer_title {
        gap: 16px;
        margin-bottom: 16px;
    }

    /* お見積無料バッジ */
    .free__Item {
        min-width: 80px;
        width: 86px;
        height: 86px;
    }

    .free__Item_text_above,
    .free__Item_text_below {
        font-size: 22px;
        line-height: 1.2;
    }

    /* タイトルテキスト */
    .solution__Title_first {
        font-size: 24px;
    }

    .solution__Title_second {
        font-size: 30px;
        margin-left: -15px;
        margin-top: 5px;
    }

    .solution__Title_third {
        font-size: 30px;
        margin-top: 5px;
    }

    /* 190年の実績と経験 */
    .solution__Text_achievement {
        font-size: 30px;
        border: 1px solid #252525;
        padding: 5px 8px 6px;
        margin: 16px 0 0;
    }

    /* 説明エリア */
    .solution__Outer_desc {
        margin-top: 5px;
        gap: 8px;
    }

    /* 強調テキスト（青＋黄色アンダーライン） */
    .solution__Title_desc_sm {
        font-size: 21px;
        line-height: 1.5;
        margin: 5px 0 0;
        text-underline-offset: -3px;
        text-decoration-thickness: 8px;
        gap: 8px;
    }

    /* 本文テキスト */
    .solution__Text_desc_sm {
        font-size: 20px;
        line-height: 1.2;
        padding: 0 10px;
        margin-top: 5px;
    }

    /* ===== Oteire Section ===== */
    .oteire__Wrapper {
        gap: 12px;
        padding: 15px 20px;
    }

    /* 各アイテム */
    .oteire__Content {
        padding: 10px 0 15px;
    }

    /* CASEナンバーバッジ */
    .oteire__Item_num {
        width: 45px;
        height: 45px;
    }

    .oteire__Text_num_sm {
        font-size: 12px;
    }

    .oteire__Text_num {
        font-size: 20px;
    }

    /* タイトル */
    .oteire__Title {
        font-size: 28px;
        margin-top: 10px;
    }

    /* 画像＋テキスト横並び */
    .oteire__Item_desc {
        gap: 6px;
        margin-top: 16px;
    }

    /* 説明テキスト */
    .oteire__Text_desc {
        font-size: 18px;
        line-height: 1.4;
    }

    /* ===== Special Price Section ===== */
    .special-price__Wrapper {
        padding: 15px 20px;
    }

    /* タイトルエリア */
    .special-price__Title_sm {
        font-size: 18px;
        gap: 1px;
        padding: 4px 15px 4px;
    }

    .special-price__Title_sm::before {
        height: 24px;
        margin-right: 6px;
    }

    .special-price__Title_sm::after {
        height: 24px;
        margin-left: 6px;
    }

    .special-price__Title_day {
        font-size: 32px;
    }

    .special-price__Content_title {
        text-align: center;
        padding: 6px 20px 12px;
        background-color: #4F7CB1;
    }

    .special-price__Title_lg {
        font-size: 35px;
        margin: 0 0 8px;

    }

    .special-price__Title_particle {
        font-size: 28px;
    }

    /* 価格コンテナ */
    .special-price__Container_price {
        padding: 8px 20px;
    }

    /* 各価格アイテム */
    .special-price__Content {
        padding: 8px 0;
    }

    .special-price__Item_text{
        margin-top: 10px;
    }

    .special-price__Text_lg {
        font-size: 24px;
    }

    .special-price__Text_sm {
        font-size: 22px;
    }

    /* 価格テキスト */
    .special-price__Text_price {
        font-size: 32px;
        border: 2px solid #F8FFFF;
    }

    .special-price__Text_price_bg {
        font-size: 60px;
    }

    .special-price__asterisk{
        font-size: 14px;
    }

    /* ===== Event Section ===== */
    .event__Content {
        padding: 16px 0 12px;
    }

    /* サブタイトル */
    .event__Text_lg {
        font-size: 22px;
    }

    /* メインタイトル */
    .event__Title {
        font-size: 35px;
        margin-top: 8px;
    }

    /* 職人来店スケジュール */
    .event__Text_sm {
        font-size: 24px;
        padding: 8px 10px 9px;
        margin-top: 12px;
    }

    /* 年 */
    .event__Text_year {
        font-size: 24px;
        margin-top: 16px;
    }

    /* スケジュールエリア */
    .event__Item_schedule {
        padding: 8px 10px;
        margin-top: 8px;
    }

    .event__Text_schedule + .event__Text_schedule{
        margin-top: 10px;
    }

    .event__Text_schedule {
        font-size: 26px;
    }

    /* 注釈テキスト */
    .event__Text_asterisk {
        font-size: 14px;
        margin-top: 3px;
    }

    /* ===== CTA Section ===== */
    .cta__Content {
        padding: 30px 15px;
    }

    /* タイトル */
    .cta__Title {
        font-size: 24px;
    }

    /* ボタンエリア横並び */
    .cta__Outer {
        margin-top: 8px;
    }

    /* TELボタン */
    .cta__Item_tel {
        padding: 10px 5px;
    }

    .cta__Text_tel {
        font-size: 16px;
    }

    .cta__Text_num {
        font-size: 21px;
    }

    .cta__Text_num::before {
        width: 16px;
        height: 16px;
        margin-right: 2px;
    }

    /* 来店予約ボタン */
    .cta__Item_reservation {
        padding: 8px 6px;
    }
    .cta__Item_reservation a {
        gap: 4px;
    }

    .cta__Text_reservation {
        font-size: 18px;
        gap: 4px;
    }

    .cta__Text_reservation::before {
        width: 16px;
        height: 16px;
    }

    /* ===== Reason Section ===== */
    .reason__Wrapper {
        padding: 15px 20px;
    }

    /* タイトルエリア */
    .reason__Content_title {
        padding: 8px;
    }

    .reason__heading_sm {
        font-size: 20px;
    }

    .reason__heading_lg {
        font-size: 35px;
    }

    /* 各アイテムコンテナ */
    .reason__container {
        gap: 10px;
        margin-top: 15px;
    }

    .reason__Content {
        gap: 6px;
    }

    /* 安心ラベル＋タイトル横並び */
    .reason__Item_title {
        gap: 6px;
    }

    /* 安心1・2・3バッジ */
    .reason__Title_num {
        font-size: 20px;
        padding: 2px 5px 6px;
    }

    .reason__Title {
        font-size: 24px;
    }

    /* ===== Flow Section ===== */
    .flow__Wrapper {
        padding: 15px 20px;
    }

    /* タイトルエリア */
    .title__Content {
        margin-bottom: 12px;
    }

    .Title {
        font-size: 35px;
    }

    .Title_sub {
        font-size: 20px;
        margin-top: 3px;
    }

    /* 各ステップコンテナ */
    .flow__Container {
        gap: 4px;
    }

    /* 各ステップアイテム */
    .flow__Content {
        padding: 15px 20px 15px 8px;
    }

    /* 左カラム：ステップ番号＋アイコン */
    .flow__Item_step {
        padding: 0 6px 0 0;
        min-width: 40px;
        gap: 6px;
    }

    .flow__Text_step {
        font-size: 20px;
    }

    .flow__Item_step img {
        width: 30px;
        height: 30px;
        margin-top: 6px;
    }

    /* 区切り線 */
    .flow__Item_text {
        padding-left: 8px;
    }

    /* ステップタイトル */
    .flow__Title_min {
        font-size: 20px;
    }

    /* 説明テキスト */
    .flow__Text_desc {
        font-size: 18px;
        margin-top: 10px;
    }

    /* ===== Voice Section ===== */
    .voice__Wrapper {
        padding: 15px 20px;
    }

    /* タイトルエリア */
    /* title__ContentはflowセクションのCSSを流用 */

    /* 各レビューコンテナ */
    .voice__Container {
        gap: 8px;
    }

    /* 各レビューアイテム */
    .voice__Content {
        padding: 15px 20px;
    }

    /* 名前 */
    .voice__Text_name {
        font-size: 18px;
    }

    /* レビュータイトル */
    .voice__Title_min {
        font-size: 20px;
    }

    /* 区切り線 */
    .voice__Title_min + .voice__Text_desc {
        padding-top: 8px;
        margin-top: 4px;
    }

    /* 本文 */
    .voice__Text_desc {
        font-size: 18px;
        line-height: 1.4;
    }

    /* ===== Q&A Section ===== */
    .qanda__Wrapper {
        padding: 12px 20px;
    }

    /* タイトルエリア */
    /* title__ContentはflowセクションのCSSを流用 */

    /* 各Q&Aアイテム */
    .qanda__Content {
        margin-bottom: 6px;
    }

    /* Q部分 */
    .q__Item {
        padding: 10px;
    }

    /* 矢印の向き変更 */
    .q__Item.is-open::after {
        margin-bottom: -2px;
    }

    .q__Item::before {
        margin-right: 4px;
        font-size: 18px;
    }

    .q__Item::after {
        width: 15px;
        height: 15px;
        margin-left: 4px;
        margin-bottom: 2px;
    }

    .q__Text {
        font-size: 18px;
        line-height: 1.4;
    }

    /* A部分 */
    .a__Item {
        padding: 0 10px;
    }

    .a__Item.is-open {
        padding: 10px;
    }

    .a__Item::before {
        margin-top: 6px;
        margin-right: 4px;
        font-size: 20px;
    }

    .a__Text {
        font-size: 18px;
    }

    /* ===== Important Section ===== */

    .important__Wrapper {
        padding: 15px 20px;
    }

    /* タイトルエリア */
    .important__Content_title {
        padding: 12px 0;
    }

    .important__Title {
        font-size: 28px;
    }

    .important__Title:not(.important__Title ~ .important__Title) {
        font-size: 22px;
        margin-top: 8px;
    }

    .important__Title_sm{
        font-size: 20px;
        font-weight: 500;
    }

.important__asterisk{
    font-size: 18px;
}

    /* 大きい数字「3」 */
    .important__Title_bg {
        font-size: 40px;
    }

    /* 各ステップコンテナ */
    .important__Container {
        margin-top: 12px;
    }

    /* ステップ番号エリア */
    .important__Content_step {
        padding: 10px 6px;
    }

    .important__Item_step {
        font-size: 18px;
    }

    .important__Item_num {
        font-size: 20px;
        margin-top: 2px;
    }

    /* ステップタイトルラッパー */
    .important__Item_text_wrapper {
        padding: 8px 0;
    }

    /* ステップタイトル */
    .important__Item_text {
        font-size: 20px;
        padding-left: 8px;
    }

    /* 下部：説明テキスト */
    .important__Outer_below {
        padding: 14px 10px;
    }

    .important__Text_desc {
        font-size: 18px;
    }

    /* ===== Repair Section ===== */
    .repair__Wrapper {
        padding: 15px 20px;
    }

    .repair__Wrapper + .repair__Wrapper{
        padding-top: 0;
    }

    /* タイトルエリア */
    /* title__ContentはflowセクションのCSSを流用 */

    /* コンテナ */
    .repair__Container {
        padding: 8px 8px 12px;
    }

    /* 修正タイトル */
    .repair__Title {
        font-size: 32px;
        padding-left: 6px;
        border-left: 4px solid #252525;
    }
    /* 画像 */
    .repair__Img {
        margin-top: 12px;
    }

    /* 説明テキスト */
    .repair__Text {
        font-size: 20px;
        margin-top: 3px;
    }

    /* 白背景ボックス */
    .repair__Container_desc {
        padding: 15px;
        margin-top: 15px;
    }

    .repair__Text_lg {
        font-size: 21px;
    }

    /* ===== JKS Section ===== */
    .jks__Wrapper {
        padding: 0 0 20px;
    }

    /* タイトル */
    .jks__Title_wrapper {
        padding: 0 20px;
        margin-top: 10px;
    }

    .jks__Title {
        font-size: 20px;
    }

    /* JKSの大きい文字 */
    .jks__Title_bg {
        font-size: 25px;
        line-height: 1.4;
    }

    /* 説明テキスト */
    .jks__Text {
        font-size: 18px;
        padding: 0 20px;
        margin-top: 10px;
        line-height: 1.4
    }

    /* 加盟店全国200店舗以上 */
    .jks__Text_lg {
        font-size: 25px;
        padding: 0 20px;
    }

    /* ===== Shop Section ===== */
    .shop__Wrapper {
        padding: 18px 20px 90px;
    }

    /* タイトルエリア */
    .shop__Content_title {
        margin-bottom: 10px;
    }

    .shop__Title_en {
        font-size: 24px;
    }

    .shop__Title {
        font-size: 20px;
        margin-top: 2px;
    }

    /* 店舗画像 */
    .shop__Img {
        margin-top: 16px;
    }

    /* 詳細エリア */
    .shop__Content_detail {
        margin-top: 12px;
    }

    /* 電話番号・URL */
    .shop__Item_text_first {
        gap: 3px;
        margin-top: 3px;
    }

    .shop__Text_num {
        font-size: 30px;
        gap: 0;
    }

    .shop__Text_num::before {
        width: 22px;
        height: 22px;
        margin-top: 6px;
        gap: 0;
    }

    .shop__Text_link {
        font-size: 18px;
        margin-top: 10px;
    }

    /* 住所・営業時間 */
    .shop__Item_text_second {
        gap: 10px;
        padding-bottom: 10px;
        margin-top: 12px;
    }

    .shop__Text_detail {
        font-size: 18px;
    }

    .shop__Text_desc {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 12px;
    }

    /* Googleマップ */
    .map {
        margin-top: 12px;
    }

    .map iframe {
        height: 240px;
    }

    /* ロゴ画像 */
    .shop__Img_logo {
        margin-top: 16px;
    }

    .shop__Img_logo img {
        width: 100px;
    }
}
