@charset "UTF-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
    font-size: 62.5%;
    /*emの計算をしやすくするための定番設定*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #222;
    line-height: 1.8;
}

/*リンク文字の設定*/
a {
    text-decoration: none;

}

/*ブラウザのCSSをリセット*/
p {
    margin: 0 !important;
    padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
    clear: both;
    overflow: auto;
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
    width: 12%;
    float: left;
    padding: 1em 0em 0.7em;
}

/*ヘッダーの問い合わせボタン*/


.header_cta {
    width: 20%;
    float: right;
    margin: 1em 0em;
    margin-left: 1em;
}



/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
    color: #FCEE6E;
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    letter-spacing: 2px;
}


h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: left;
    padding: 0;
    border-bottom: 2px solid #FCD13E;
    line-height: 1.3;
    letter-spacing: 1px;
}

h4 {
    color: #006837;
    font-size: 28px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    letter-spacing: 2px;
}



.Text-Span.isActive {
    background-position: -100% .5em;
}

.Text-Span {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255, 242, 67) 50%);
    background-repeat: repeat-x;
    background-position: 0 .5em;
    background-size: 200% .8em;
    transition: all 1s;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
        background-image: url("../images/bg_section01.png"
        );
    background-size: cover;
    background-position: 50% 50%;
    padding: 4em 0;
}
.pickup_label {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #006837;
    margin: 0 0 1em !important;
    letter-spacing: 0.05em;
}

.section_02 {
    background-color: #EBE9DD;
    padding: 4em 0;
}
.section_03 {
    background-color: #F4F2F0;
    padding: 4em 0em 0;
}

.section_04 {
     background-image: url("../images/bg_section04.jpg"
        );
    background-size: cover;
    background-position: 50% 50%;
    padding: 4em 0;
}

.section_05 {
    background-color: #FAA800;
    padding: 4em 0;
}

.section_06 {
        background-color: #fff;
    padding: 2em 0em;
}

.section_07 {
    background-image: url("../images/bg_section07.jpg"
        );
    background-size: cover;
    padding: 4em 0;
}

.section_08 {
    background-image: url("../images/bg_houganshi.jpg");
    padding: 4em 0;
}




/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {}

/*記事(ボディ)エリア*/
.article {
    font-size: 1.7em;
    /*=17px*/



}

/*記事(ボディ)エリアの行間*/
.article p {
    line-height: 1.7;
    letter-spacing: 0.5px;


}

.article {
    width: 100%;
    overflow: hidden !important;

}

/*カラム全体の幅を変更する*/
.top_image_in,
.section_inr {
    width: 950px;
    margin: 0 auto;

}

.pc_img {
    display: block !important;
}

.sp_img {
    display: none !important;
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
    background: url("../images/top_image_back.jpg") ;  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
        position: relative;

}
.top_image_in img {
  width: 100%;
}
/*-------
スライダー
------*/
.slider {
    position: absolute;
    right: 13%;
    top: 15%;
}
.slider5-wrap {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
.slider5-wrap img {
    width: 100%;
}

/*--------------------------------------------------
完成見学会
-----------------------------------------------------*/
.sec_schedule {
    background: url("../images/bg_sch.jpg") ;  background-size: cover;
    padding: 1em 0 2em;
    
}
.tit_kengakukai {
    width: 60%;
    margin: 0 auto 2em;
}

.green_r {
    background-color: #d84e5a;
    padding: 6px 20px;
    margin: 0 0 1em;
    font-weight: 600;
    color: #fff;
    border-radius: 100vw;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.box_schedule {
    text-align: center;
}
.box_schedule p {
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: 1px;
}



.img_kansei {
    width: 70%;
    margin: 0 auto;
}
.box_midokoro {
    width: 68%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2em;
}
.tit_midokoro {
    width: 60%;
    margin: 0 auto ;
}

ul.midokoro {
  border: solid 2px #FAA800;
  padding: 1em 1.5em;
  position: relative;
}

ul.midokoro li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul.midokoro li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 1.5em; /*左端からのアイコンまで*/
  color: #FAA800; /*アイコン色*/
    font-weight: 900;
}

ul.midokoro li:last-of-type {
  border-bottom: none;
}

/* 今回の完成見学会の 見どころ（PICK UP直下・画像と同じ構成）*/
.midokoro_pickup_block {
  width: 68%;
  margin: 0 auto;
  max-width: 720px;
}
.midokoro_pickup_bar {
  height: 6px;
  background: #FAA800;
  margin-bottom: 1.2em;
}
.midokoro_pickup_ttl {
  margin-bottom: 1.2em;
}
.midokoro_pickup_ttl_sub {
  display: block;
  color: #333;
  font-size: 1.1em;
  margin-bottom: 0.15em;
}
.midokoro_pickup_ttl_main {
  display: inline-block;
  color: #2d7a3e;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.midokoro_pickup_underline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  border-bottom: 3px solid #8B4513;
  min-width: 60px;
  position: relative;
  top: -2px;
}
.midokoro_pickup_house {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B4513;
  font-size: 1.2em;
}
.midokoro_pickup_list_box {
  border: 2px solid #FAA800;
  padding: 1.2em 1.5em;
  background: #fff;
}
.midokoro_pickup_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.midokoro_pickup_list li {
  position: relative;
  padding: 0.6em 0 0.6em 2em;
  border-bottom: 1px dashed #ccc;
  color: #333;
  line-height: 1.5;
}
.midokoro_pickup_list li:last-child {
  border-bottom: none;
}
.midokoro_pickup_list li:before {
  content: ">";
  position: absolute;
  left: 0;
  width: 1.35em;
  height: 1.35em;
  background: #FAA800;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.35em;
  text-align: center;
  box-sizing: border-box;
}

/* 完成見学会告知（公式画像＋住所・日程テキスト・明るいトーン）*/
.sec_kengaku_event {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  background: #faf9f7;
}
.sec_kengaku_event_inr {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  box-sizing: border-box;
}
.sec_kengaku_event_img_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sec_kengaku_event_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* 完成見学会申込フォーム（オレンジ背景）*/
.sec_form_orange {
  background: #FAA800;
  padding: 2.5em 0;
}
.sec_form_orange_inr {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1em;
}
.sec_form_orange_ttl {
  text-align: center;
  color: #2d7a3e;
  font-size: 1.6em;
  margin: 0 0 0.5em;
  font-weight: bold;
}
.sec_form_orange_lead {
  color: #333;
  margin-bottom: 1.5em;
}
.sec_form_orange_lead p {
  margin: 0.2em 0;
}
.sec_form_orange_white {
  background: #fff;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.sec_form_orange_white .box_form {
  border-bottom-color: #e0e0e0;
}
.sec_form_orange_white .form_help {
  color: #666;
}
/* 完成見学会申込フォーム専用：送信ボタン（会場ラベル風・他ボタンに影響しない）*/
.sec_form_orange .form_btn {
  text-align: center;
}
.sec_form_orange button[type="submit"],
.sec_form_orange input[type="submit"] {
  display: block !important;
  margin: 0 auto !important;
  background-color: #d65a5a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 30px !important;
  font-weight: bold !important;
  padding: 12px 40px !important;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.sec_form_orange button[type="submit"]:hover,
.sec_form_orange input[type="submit"]:hover {
  background-color: #c04d4d !important;
  opacity: 0.95;
}

.tit_madori {
    width: 45%;
    margin: 0 auto 2em;
}

.wrap_madori {
    padding-top: 1em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.img_madori {
    width: 32%;
    margin: 10px 0;
}




/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.area_cta {
    background-color: #006837;
    padding: 2em 0;
}
/* よくある質問の下：CTAボタンのみ（添付画像と同じ） */
.sec_cta_btn_only {
    background-color: #006837;
    padding: 1.8em 0;
}
.btn_yoyaku_main {
    display: inline-block;
    background: #D84E5A;
    color: #fff !important;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.9em 2.2em;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    transition: opacity 0.2s;
}
.btn_yoyaku_main:hover {
    opacity: 0.92;
}
/* 完成見学会実施中バナー（理想デザイン：SVGメインコピー・明るい背景・ガーランド） */
.sec_kengaku_banner {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.65) 100%), url("../images/image1.jpg") center/cover no-repeat;
    padding: 3.5em 0 4em;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec_kengaku_banner_bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #FAA800;
}
.sec_kengaku_banner_inner {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 2em;
    position: relative;
    z-index: 1;
}
.sec_kengaku_garland {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 0.85em;
    flex-wrap: wrap;
    padding: 0 0.5em;
}
.garland_flag {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #FFEB3B;
    margin-top: 0;
}
.sec_kengaku_garland .garland_flag:nth-child(n+5):nth-child(-n+10) {
    margin-top: 6px;
}
.sec_kengaku_garland .garland_flag:nth-child(n+3):nth-child(-n+12) {
    margin-top: 3px;
}
.garland_flag.garland_blue {
    border-bottom-color: #4FC3F7;
}
.sec_kengaku_ribbon_wrap {
    text-align: center;
    margin: 0 !important;
    padding: 0;
}
.sec_kengaku_ribbon_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: auto;
}
.sec_kengaku_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2em;
    gap: 0.75em;
}
.sec_kengaku_info_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
}
.sec_kengaku_info_label {
    display: inline-block;
    background-color: #d65a5a;
    color: #fff !important;
    padding: 0.35em 0.9em;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: bold;
    flex-shrink: 0;
}
.sec_kengaku_info_text {
    font-size: 1em;
    color: #111;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* CTA（ボタン直下）：キャンペーンバナー・特典1/2カード */
.area_cta_early .cta_ttl {
    color: #FCEE6E;
    font-size: 1.8em;
    text-align: center;
    margin: 0 0 0.3em !important;
    font-weight: bold;
}
.area_cta_early .cta_lead {
    margin-bottom: 1.2em !important;
}
.cta_campaign_banner {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 0.6em 1em;
    margin: 0 auto 1.5em !important;
    font-size: 0.95em;
    font-weight: bold;
    max-width: 480px;
    border-radius: 4px;
}
.cta_tokuten_cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.8em;
    margin-bottom: 1.5em;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.cta_tokuten_card {
    flex: 1 1 200px;
    max-width: 240px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.cta_tokuten_head {
    background: #006837;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 !important;
    padding: 0.5em;
}
.cta_tokuten_body {
    margin: 0.6em 0.5em 0.15em !important;
    font-size: 0.9em;
    color: #333;
}
.cta_tokuten_main {
    margin: 0 0.5em 0.5em !important;
    font-size: 1.35em;
    font-weight: bold;
}
.cta_tokuten_main.pink {
    color: #e83e8c;
}
.cta_tokuten_sub {
    margin: 0 0.5em 0.5em !important;
    font-size: 0.95em;
}
.cta_tokuten_sub.orange {
    color: #FAA800;
    font-weight: bold;
}
.cta_tokuten_or {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    background: #FAA800;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
}
.cta_lead {
    text-align: center;
    color: #fff;
    font-size: 1em;
    margin: 0 0 1em !important;
}
.cta_voice_link {
    text-align: center;
    margin: 0 0 1em !important;
}
.cta_voice_link a {
    color: #FCEE6E;
    font-size: 0.95em;
}
.cta_voice_link a:hover {
    text-decoration: underline;
}
/* お客様の声セクション内の「その他のお客様のお声はこちら」 */
#voice .cta_voice_link {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
#voice .cta_voice_link a {
    display: inline-block;
    background: #006837;
    color: #fff !important;
    padding: 0.6em 1.5em;
    border-radius: 8px;
    font-weight: bold;
}
#voice .cta_voice_link a:hover {
    opacity: 0.9;
    text-decoration: none;
}

.img_tokuten {
    width: 79%;
    margin: 0 auto;
}
.button-simple {
    position: relative;
    font-weight: bold;
    padding: 10px 30px;
    margin: 20px auto 10px;
    border-radius: 100vw;/*角の丸み*/
    font-size: 22px;/*文字サイズ*/
    background-color: #D84E5A;/*背景色*/
    color: #fff;/*文字色*/
    display: inline-block;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
.button-simple:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
    color: #fff;/*アイコンの色*/
    margin-right: 13px;
}
a:hover .button-simple {
    background-color: #fff;/*触れたときの背景色*/
    color: #D84E5A;/*触れたときの文字色*/
    box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
    animation-play-state: paused;
    top: 3px;
}


a:hover .button-simple:before {
    color: #d84e5a;
}
.pekopeko {
    animation: pekopeko 2s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
}


/*--------------------------------------------------
ターゲット
-----------------------------------------------------*/
.tit_target {
    width: 50%;
    margin: 0 auto 2em;
}


.ctn_merit {
    display: flex;
    justify-content: space-around;
    padding: 1em 3em;
    align-items: flex-end;

}

.img_merit {
    width: 25%;
}

/*--------------------------------------------------
welcome
-----------------------------------------------------*/
.tit_welcom {
    width: 30%;
    margin: 0 auto;
}

.box_about {
    padding: 1em 0;
}


.section_04 p {
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    
}

/*--------------------------------------------------
欲しいを叶える
-----------------------------------------------------*/
.tit_hosii {
    width: 70%;
    margin-bottom: 1em;
}

.img_hosii {
    float: right;
    width: 23%;
    padding-right: 3em;
}

.txt_hosii {
    position: relative;
    float: left;
    width: 75%;
    padding: 2em;
    background-color: #fff;
    border-radius: 30px;
}

.txt_hosii:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

/* フィーチャー・ほしいブロック（お客様の声の下） */
.sec_feature_hosii .tit_feature_hosii {
    text-align: center;
    margin-bottom: 1.5em;
}
.sec_feature_hosii .sec_feature_lead {
    font-size: 1em;
    color: #333;
    margin: 0 0 0.3em;
    letter-spacing: 0.05em;
}
.sec_feature_hosii .sec_feature_ttl {
    font-size: 1.5em;
    font-weight: bold;
    color: #006837;
    margin: 0;
    letter-spacing: 0.02em;
}

/*--------------------------------------------------
特徴
-----------------------------------------------------*/

.txt_iedukuri {
    float: left;
    width: 50%;
    padding-top: 4em;
}

.img_iedukuri {
    float: right;
    width: 50%;
    padding: 1.5em 3em;

}
.tit_iedukuri {
    width: 55%;
}

.midashi_seinou {
    display: flex;
    justify-content: center;
    padding: 2em 0 0;

}
.box_seinou {
    font-weight: 600;
    color: #006837;
    background-color: #DDEDD3;
    padding: 3px 8px;
    margin: 0 5px;
    letter-spacing: 1px;
    font-size: 1.1em
}
.midashi_seinou_p {
    text-align: center;
    font-weight: 600;
    font-size: 1.3em;
    padding-bottom: 2em;
    color: #006837;
    
}

.seinou_disc {
    padding: 1em ;
}
.seinou_disc p {
    letter-spacing: 1px ;
}

.txt_housegurd {
    float: right;
    width: 60%;
}

.img_housegurd {
    float: left;
    width: 40%;
    padding-right: 1.5em ;
    padding-top: 1em;

}
.tit_housegurd {
    width: 65%;
}


.housegurd_disc {
    padding: 1em ;
}
.housegurd_disc p {
    color: #fff;
    letter-spacing: 1px ;
}

.img_hg_disc {
    padding: 1em;
}



/*--------------------------------------------------
お客様の声
-----------------------------------------------------*/
.tit_voice {
        width: 68%;
    margin: 1em auto ;
    }  
.ctn_voice {
    padding: 2em 0 0;
    
}
.box_voice {
    background-color: #fff;
    padding: 3em 2em 1em;
    border-radius: 20px;
    margin-bottom: 20px;
}
.img_voice {
    float: left;
    width: 35%;
    padding-right: 1em;
    padding-bottom: 0.5em;
}



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

.accordion {
    max-width: 80%;
    padding: 2em 0em;
    text-align: left;
    margin: 0 auto;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
    display: none;
}

.fa_q {
    color: #006837;
}

/* Question部分 */
.accordion-open {
    display: block;
    padding: 1.5em 4em 1.5em 1em;
    background: #EBE9DD;
    color: #006837;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    font-weight: bold;
    text-align: left;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #006837;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    color: #fff;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
    height: auto;
    opacity: 1;
    padding: 10px;
    background: #006837;
}


/*--------------------------------------------------
来場メリット（冒頭）インパクト強化
-----------------------------------------------------*/
.sec_raiten_merit {
    background: linear-gradient(180deg, #006837 0%, #004d28 100%);
    padding: 3em 0;
    position: relative;
}
.sec_raiten_merit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(252, 238, 110, 0.06) 0%, transparent 50%),
                      radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.sec_raiten_merit .section_inr {
    position: relative;
    z-index: 1;
}
.raiten_merit_label {
    text-align: center;
    color: #FCEE6E;
    font-size: 0.95em;
    letter-spacing: 0.15em;
    margin: 0 0 0.3em !important;
}
.tit_raiten_merit {
    color: #fff;
    font-size: 2.2em;
    text-align: center;
    margin: 0 0 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* 3つのご来場者メリット：見出しに黄色の下線、その下に間取りのセカンドオピニオンOK！ */
.sec_raiten_merit .tit_raiten_merit_under {
    padding-bottom: 0.35em;
    border-bottom: 3px solid #FCEE6E;
    margin-bottom: 0.5em;
}
.sec_raiten_merit .raiten_merit_midokoro {
    text-align: center;
    color: #FCEE6E;
    font-size: 1.05em;
    font-weight: bold;
    margin: 0 0 1em !important;
}
/* 添付資料≪修正後≫のリストデザイン：① が分かる 家づくりの総額 */
.raiten_merit_list {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.2em;
    max-width: 520px;
}
.raiten_merit_list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35em 0.5em;
    padding: 0.75em 1em;
    margin-bottom: 0.5em;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(252, 238, 110, 0.45);
    border-radius: 10px;
    color: #fff;
}
.raiten_merit_list .raiten_merit_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #FCEE6E;
    color: #006837;
    font-size: 1.25em;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.raiten_merit_list .raiten_merit_suffix {
    font-size: 0.95em;
    color: rgba(255, 255, 255, 0.95);
}
.raiten_merit_list .raiten_merit_key {
    font-size: 1.1em;
    font-weight: bold;
    color: #FCEE6E;
}
.raiten_merit_badges {
    text-align: center;
    margin-bottom: 1.2em;
}
.raiten_merit_badge {
    display: inline-block;
    color: #fff;
    font-size: 0.9em;
    padding: 0.4em 1em;
    margin: 0 0.3em 0.4em;
    background: rgba(252, 238, 110, 0.25);
    border: 1px solid rgba(252, 238, 110, 0.5);
    border-radius: 100vw;
}
.raiten_merit_tokuten {
    text-align: center;
    color: #FCEE6E;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0 0 0.8em !important;
}
.sec_raiten_merit .al-c {
    margin-top: 0.5em;
}
/* FV下・来場メリット内の予約ボタン（バーと同じピンク） */
.btn_yoyaku_bar {
    display: inline-block;
    background: #D84E5A;
    color: #fff !important;
    font-size: 1.15em;
    font-weight: bold;
    padding: 0.9em 2em;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(216, 78, 90, 0.35);
    transition: opacity 0.2s;
}
.btn_yoyaku_bar:hover {
    opacity: 0.9;
}
/* PCでは非表示、SPで表示する固定予約バー */
#sp_sticky_yoyaku {
    display: none !important;
}
/* セクション内は body の #222 を継承しない（!important で確実に上書き） */
.sec_raiten_merit .raiten_merit_label,
.sec_raiten_merit .tit_raiten_merit,
.sec_raiten_merit .raiten_merit_suffix,
.sec_raiten_merit .raiten_merit_badge {
    color: #fff !important;
}
.sec_raiten_merit .raiten_merit_tokuten {
    color: #FCEE6E !important;
}
.sec_raiten_merit .raiten_merit_key {
    color: #FCEE6E !important;
}
.sec_raiten_merit .raiten_merit_num {
    color: #006837 !important;
}
.sec_raiten_merit p,
.sec_raiten_merit h2 {
    color: #fff !important;
}

/* 3つのご来場者メリット v2：下線・間取りのセカンドオピニオンOK・①②③白枠 */
.sec_raiten_merit_v2 .tit_raiten_merit_under {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.4em;
    padding-bottom: 0.25em;
    border-bottom: 3px solid #FCEE6E;
    letter-spacing: 0.05em;
}
.sec_raiten_merit_v2 .raiten_merit_midokoro {
    text-align: center;
    color: #FCEE6E;
    font-size: 1.1em;
    margin: 0 0 1em;
    font-weight: bold;
}
.raiten_merit_boxes_wrap {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}
.raiten_merit_box_white {
    background: #fff;
    border: 3px solid #fff;
    border-radius: 12px;
    padding: 1em 1.2em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.raiten_merit_box_white .raiten_merit_item {
    color: #333;
    font-size: 1.05em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.raiten_merit_box_white .raiten_merit_circle {
    color: #006837;
    margin-right: 0.35em;
}
.raiten_merit_box_white .raiten_merit_key.green {
    color: #006837 !important;
}

/* ファーストビュー直下 CTA ボタン */
.sec_cta_primary {
    padding: 1.5em 0;
    background: #f8f8f8;
}
.btn_yoyaku_primary {
    display: inline-block;
    background: #D84E5A;
    color: #fff !important;
    font-size: 1.15em;
    font-weight: bold;
    padding: 0.9em 2em;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(216, 78, 90, 0.35);
    transition: opacity 0.2s;
}
.btn_yoyaku_primary:hover {
    opacity: 0.9;
}

/* ご来場者プレゼント 事前予約の方限定 ＋ 2枚横並び */
.sec_present {
    padding: 2em 0;
    background: #fff;
}
.sec_present_ttl {
    text-align: center;
    font-size: 1.35em;
    font-weight: bold;
    color: #006837;
    margin: 0 0 1.2em;
}
.sec_present_imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    max-width: 900px;
    margin: 0 auto;
}
.sec_present_img {
    flex: 1 1 280px;
    max-width: 400px;
}

/* ピンク CTA ボタン */
.sec_cta_pink {
    padding: 1.5em 0;
    background: #fff;
}
.btn_yoyaku_pink {
    display: inline-block;
    background: #D84E5A;
    color: #fff !important;
    font-size: 1.15em;
    font-weight: bold;
    padding: 0.9em 2em;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(216, 78, 90, 0.35);
    transition: opacity 0.2s;
}
.btn_yoyaku_pink:hover {
    opacity: 0.9;
}

/* ピックアップ・内容はこちら */
.sec_pickup .sec_pickup_ttl,
.sec_content .sec_content_ttl {
    color: #006837;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.5em;
}
.sec_content_caption {
    text-align: center;
    font-size: 1.05em;
    color: #333;
    margin: 0 0 1em;
}
.sec_content_img {
    max-width: 700px;
    margin: 0 auto;
}
.sec_content_img img {
    display: block;
    width: 100%;
    height: auto;
}

/* こんな方はぜひ完成見学会へお越しください */
.sec_suggest {
    padding: 2em 0;
    background: #f8f8f8;
}
.sec_suggest_ttl {
    color: #006837;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em;
}
.sec_suggest_body .ctn_merit {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0 auto;
}
.sec_suggest_body .img_merit {
    width: 28%;
    max-width: 280px;
}
.sec_suggest_body .sp_tg {
    display: none;
}

/*--------------------------------------------------
予約フォーム（上方）・入力補助・任意折りたたみ
-----------------------------------------------------*/
/* 添付資料≪修正後≫：日時・会場・完成見学会申込フォーム */
.form_section_labels {
    text-align: center;
    margin: 0 0 0.2em !important;
}
.form_section_label {
    font-size: 0.85em;
    color: #333;
    margin: 0 0.8em 0 0 !important;
}
.form_main_ttl {
    text-align: center;
    margin: 0 0 0.5em !important;
}
.section_form_top .box_yoyaku_compact {
    padding: 1em 0;
}
.section_form_top .box_yoyaku_compact p {
    margin-bottom: 0.3em;
}
.form_row {
    margin-bottom: 1.2em;
}
.form_help {
    font-size: 0.85em;
    color: #555;
    margin: 0.2em 0 0.3em !important;
}
.form_sublabel {
    font-size: 0.9em;
    margin-bottom: 0.3em !important;
}
.Form-Item-Label-Optional {
    font-size: 75%;
    color: #666;
    margin-left: 6px;
}
.form_optional_toggle {
    cursor: pointer;
    display: block;
    padding: 0.8em 1em;
    background: #EBE9DD;
    color: #006837;
    font-weight: bold;
    margin: 0.5em 0;
    border-radius: 6px;
}
.form_optional .accordion-close {
    padding: 1em 0 0;
}
.form_input,
.form_textarea {
    width: 100%;
    max-width: 400px;
    padding: 0.5em 0.6em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.form_textarea {
    min-height: 80px;
    resize: vertical;
}
.entry_btn_full {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    padding: 0.8em 1.5em;
    font-size: 1.1em;
}

/*--------------------------------------------------
お客様の声・短文＋折りたたみ
-----------------------------------------------------*/
.voice_short {
    margin-bottom: 0.5em !important;
    line-height: 1.6;
}
.voice_toggle {
    display: inline-block;
    cursor: pointer;
    padding: 0.4em 1em;
    background: #006837;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px;
    margin-bottom: 0.5em;
}
/* お客様の声では＋/－アイコンを消し、矢印で開閉を示す */
.box_voice .voice_toggle.accordion-open::before {
    content: none;
    width: 0;
    height: 0;
    background: none;
}
.box_voice .voice_toggle.accordion-open::after {
    content: " ▼";
    width: auto;
    height: auto;
    background: none;
    position: static;
    transform: none;
    font-size: 0.85em;
    margin-left: 0.2em;
}
.box_voice .accordion-hidden:checked + .voice_toggle.accordion-open::after {
    content: " ▲";
}
.voice_detail {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px dashed #ccc;
}
.voice_detail.accordion-close {
    padding: 0.5em 0 0;
}
/* 展開時は背景を薄い色に（FAQの緑を上書き） */
.box_voice .accordion-hidden:checked + .voice_toggle + .voice_detail.accordion-close {
    background: #f5f5f0;
    color: #222;
    padding: 1em;
    border-radius: 0 0 8px 8px;
}

/*--------------------------------------------------
Q&A 上方配置
-----------------------------------------------------*/
.section_08_early {
    margin: 0;
}
/* 添付資料≪修正後≫：PICK UP！・内容はこちら */
.faq_pickup {
    display: inline-block;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    color: #fff;
    background: #006837;
    padding: 0.35em 1em;
    border-radius: 4px;
    margin: 0 0 0.4em !important;
}
.faq_lead {
    text-align: center;
    font-size: 0.95em;
    color: #333;
    margin: 0 0 1em !important;
}

/*--------------------------------------------------
画像を大きく（既存写真サイズ拡大）
-----------------------------------------------------*/
.top_image_in img,
.slider5-wrap img,
.img_kansei img,
.img_iedukuri img,
.img_housegurd img {
    max-width: 100%;
}
.img_kansei {
    width: 85%;
}
.slider5-wrap {
    width: 560px;
}
.img_voice {
    width: 42%;
}

/*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

#sp_btn {
    display: none !important;
}

#sp_sticky_yoyaku {
    display: none !important;
}

/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
    opacity: 0;
    transform: translateY(10px);
    transition: all 2s;
}

.fadein02 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 3s;
}

.fadein03 {
    opacity: 0;
    transform: translateY(25px);
    transition: all 4s;
}


/*左からフェードイン*/
.fadeinleft {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 1.5s;
}

/*右からフェードイン*/
.fadeinright {
    opacity: 0;
    transform: translateX(40px);
    transition: all 1.5s;
}

.zoomin {
    opacity: 0;
}

.zoomin.isActive {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.popup {
    opacity: 0;
}

.popup.isActive {
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1.0);
    }

    80%,
    100% {
        opacity: 1;
    }
}

.slidein.isActive {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
    }

    40%,
    100% {
        opacity: 1;
    }
}


/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/

.box_yoyaku {
    padding: 2em 0;
}
.img_yoyaku {
    float: right;
    width: 20%;
    padding-right: 3em;
}

.txt_yoyaku {
    position: relative;
    float: left;
    width: 76%;
    padding: 2em;
    background-color: #FFF5DE;
    border-radius: 30px;
}

.txt_yoyaku:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFF5DE;
}


.wrap_form {
    width: 90%;
    margin: 0 auto ;
    padding: 3em ;
    background: #fff;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-left: 8px;
    width: 42px;
    line-height: 1.7em;
    display: inline-block;
    text-align: center;
    background: #d84e5a;
    color: #fff;
    font-size: 75%;
}

.box_form {
    padding: 0.7em 0 0.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.5em;
}
.box_form_last {
    padding: 0.7em 0 0.5em;
    margin-bottom: 1em;
}


form input[type="radio"] {
    margin-left: 0.5em ;
}
select {
    margin: 0.5em;
    padding: 3px;
}

input[type="text02"] {
    width: 70%;
    padding: 3px;
    font-size: 110%;
    display: block;
    margin: 0.5em;
}

textarea {
    width: 90%;
    padding: 3px;
    font-size: 110%;
    display: block;
}

.form_btn {
    padding: 1em 0;
    margin-top: 1em;
    text-align: center;
}

.entry_btn {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 0.5em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #D84E5A;
    border: none;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
    .wrap_form {
        width: 95%;
        margin: 0 auto;

    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    form input[type="text"],
    form input[type="text02"],
    form textarea {
        width: 90%;
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        width: 100%;
    }

    .entry_btn,
    .reset_btn {
        width: 90%;
        margin: 0 auto;
    }
    .wrap_form {
    width: 98%;
    margin: 2em auto ;
    padding: 2em 1em;
}

    
    
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
    background-color: #222;
    padding: 2em 2em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}

.footer a {
    color: #fff;
}

/*--------------------------------------------------
3つのご来場者メリット（custom-benefit-section 専用・他セクションに干渉しない）
-----------------------------------------------------*/
.custom-benefit-section {
    background: linear-gradient(180deg, #006837 0%, #004d28 100%) !important;
}
.custom-benefit-section .sec_raiten_merit {
    background: transparent !important;
    padding: 3em 0;
}
.custom-benefit-section .sec_raiten_merit::before {
    display: none;
}
.custom-benefit-section .sec_raiten_merit .tit_raiten_merit,
.custom-benefit-section .sec_raiten_merit .tit_raiten_merit_under,
.custom-benefit-section .sec_raiten_merit h2 {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.custom-benefit-section .sec_raiten_merit .tit_raiten_merit_under {
    border-bottom-color: #FCEE6E;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_midokoro {
    color: #FCEE6E !important;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.2em;
    max-width: 520px;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35em 0.5em;
    padding: 0.9em 1.5em;
    margin-bottom: 0.5em;
    background-color: #ffffff !important;
    border-radius: 12px;
    color: #004d2c;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card:last-child {
    margin-bottom: 0;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card .raiten_merit_key.custom-benefit-item {
    color: #004d2c;
    font-weight: 600;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card .custom-benefit-num {
    color: #2e7d32 !important;
    font-weight: 600 !important;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card .benefit-text {
    color: #2e7d32 !important;
    font-weight: 600 !important;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card .custom-benefit-key {
    color: #ed6c02 !important;
    font-weight: bold !important;
}