@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
    /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.5em; /*=15px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
    overflow: hidden;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; 
}
    
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
    
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: static;
  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: 20%;
    float: none;
    padding:0;
    margin: 0.5em auto;

}

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


.header_cta {
   display: none;
}


    /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
    color: #FCEE6E;
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    letter-spacing: 2px;
}


h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: left;
    padding: 0;
    border-bottom: 2px solid #FCD13E;
}

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

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
        background-image: url("../images/bg_section01.png"
        );
    background-size: cover;
    background-position: 50% 50%;
    padding: 2em 0;
}



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

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

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

.section_06 {
    padding: 2em 0em;
}

.section_07 {
    padding: 2em 0;
}

.section_08 {
    padding: 2em 0;
}

.sec_cta_btn_only {
    padding: 1.5em 1em;
}
.btn_yoyaku_main {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.05em;
    padding: 1em 1.2em;
    box-sizing: border-box;
}
.sec_kengaku_banner {
    padding: 2.5em 1em 3em;
    min-height: 240px;
}
.sec_kengaku_garland {
    gap: 3px;
    margin-bottom: 0.7em;
}
.garland_flag {
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 14px;
}
.sec_kengaku_ribbon_img {
    max-width: 92%;
}
.sec_kengaku_info {
    margin-top: 1.5em;
    gap: 0.6em;
}
.sec_kengaku_info_label {
    padding: 0.3em 0.75em;
    font-size: 0.8em;
}
.sec_kengaku_info_text {
    font-size: 0.95em;
}

/*--------------------------------------------------
来場メリット（スマホ）お洒落＆読みやすく
-----------------------------------------------------*/
.sec_raiten_merit {
    padding: 2.2em 1em;
}
/* 黒文字の継承を防ぎ、明るい文字色を強制 */
.sec_raiten_merit,
.sec_raiten_merit * {
    color: #fff;
}
.sec_raiten_merit .raiten_merit_label {
    color: #FCEE6E !important;
    font-size: 0.8em;
    letter-spacing: 0.12em;
    margin-bottom: 0.25em !important;
}
.sec_raiten_merit .tit_raiten_merit {
    color: #fff !important;
    font-size: 1.85em;
    margin-bottom: 1.25em;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.raiten_merit_list {
    margin-bottom: 1em;
}
.raiten_merit_list li {
    padding: 0.9em 1em;
    margin-bottom: 0.6em;
}
.raiten_merit_list .raiten_merit_num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.2em;
    color: #006837 !important;
}
.raiten_merit_list .raiten_merit_suffix {
    color: #fff !important;
}
.raiten_merit_list .raiten_merit_key {
    color: #FCEE6E !important;
    font-size: 1.05em;
}
.raiten_merit_badge {
    font-size: 0.85em;
    padding: 0.45em 0.9em;
    margin: 0 0.2em 0.35em;
    color: #fff !important;
}
.form_section_labels {
    margin-bottom: 0.15em !important;
}
.form_section_label {
    font-size: 0.8em;
}
.form_main_ttl {
    font-size: 1.15em;
}
.sec_raiten_merit .button-simple {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.sec_raiten_merit .al-c a {
    color: #fff;
}
/* 3つのご来場者メリット v2（SP） */
.sec_raiten_merit_v2 .tit_raiten_merit_under {
    font-size: 1.5em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.sec_raiten_merit_v2 .raiten_merit_midokoro {
    font-size: 1em;
}
.raiten_merit_boxes_wrap {
    margin: 0 0.8em;
}
.raiten_merit_box_white {
    padding: 0.9em 1em;
}
.raiten_merit_box_white .raiten_merit_item {
    font-size: 0.95em;
}
/* custom-benefit-section（SP）：緑背景・白カードのみ */
.custom-benefit-section .sec_raiten_merit .tit_raiten_merit,
.custom-benefit-section .sec_raiten_merit h2 {
    color: #fff !important;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_midokoro {
    color: #FCEE6E !important;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card {
    background-color: #ffffff !important;
    padding: 0.85em 1.25em;
    color: #004d2c;
}
.custom-benefit-section .sec_raiten_merit .raiten_merit_list li.benefit-card .raiten_merit_key.custom-benefit-item {
    color: #004d2c;
}
.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;
}
.custom-benefit-section .sec_raiten_merit .al-c a {
    color: #fff;
}
.sec_cta_primary,
.sec_cta_pink {
    padding: 1.2em 1em;
}
.btn_yoyaku_primary,
.btn_yoyaku_pink {
    font-size: 1em;
    padding: 0.85em 1.5em;
    display: block;
    text-align: center;
}
.sec_present {
    padding: 1.5em 1em;
}
.sec_present_ttl {
    font-size: 1.15em;
}
.sec_present_imgs {
    flex-direction: column;
    align-items: center;
    gap: 1em;
}
.sec_present_img {
    max-width: 100%;
}
.sec_pickup .sec_pickup_ttl,
.sec_content .sec_content_ttl,
.sec_suggest_ttl {
    font-size: 1.35em;
}
.sec_suggest_body .ctn_merit {
    display: none;
}
.sec_suggest_body .sp_tg {
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
}
.sec_suggest {
    padding: 1.5em 1em;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
/*-------
スライダー
------*/
    .sec_slider {
        height: 100%;
    }
.slider {
    position: static;
    margin: 0;
    padding:  0.5em;

}
.slider5-wrap {
  width: 100%;
  position: static;
}
    .slider5-wrap img {
    width: 100%;
}
    
ul {
    padding-left: 0;
    
    }
    

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

.green_r {
    padding: 4px 20px;
    margin: 0 0 0.5em;
    font-size: 1.1em;
}
.box_schedule {
    text-align: center;
}
.box_schedule p {
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 1px;
}



.img_kansei {
    width: 98%;
    margin: 0 auto;
}
.box_midokoro {
    width: 95%;
    margin: 0.5em auto;
    background-color: #fff;
    padding: 1.5em 0.5em;
}
.tit_midokoro {
    width: 80%;
    margin: 0 auto ;
}

ul.midokoro {
  border: solid 2px #FAA800;
  padding: 1em 0.7em;
  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 : 0.7em; /*左端からのアイコンまで*/
  color: #FAA800; /*アイコン色*/
    font-weight: 900;
}

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

.midokoro_pickup_block {
  width: 95%;
}
.midokoro_pickup_ttl_main {
  font-size: 1.5em;
}
.midokoro_pickup_list_box {
  padding: 1em 1em;
}
.midokoro_pickup_list li {
  padding: 0.5em 0 0.5em 2em;
  font-size: 0.95em;
}

.sec_kengaku_event {
  margin-top: 32px;
  margin-bottom: 32px;
}
.sec_kengaku_event_inr {
  padding: 0 0.75em;
}
.sec_form_orange {
  padding: 1.5em 0;
}
.sec_form_orange_ttl {
  font-size: 1.35em;
}
.sec_form_orange_white {
  padding: 1.2em 1em;
}
.sec_form_orange button[type="submit"],
.sec_form_orange input[type="submit"] {
  width: auto !important;
  max-width: 100%;
  padding: 12px 32px !important;
}

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

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




/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.area_cta {
    background-color: #006837;
    padding: 2em 0;

}
.area_cta_early .cta_ttl {
    font-size: 1.5em;
}
.area_cta_early .cta_campaign_banner {
    font-size: 0.85em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
/* 特典セクション：スマホ時は高さを中身に合わせ、不要な余白を削除 */
.area_cta_early .cta_tokuten_cards {
    flex-direction: column;
    align-items: center;
    align-content: flex-start;
    gap: 0.5em;
}
.area_cta_early .cta_tokuten_card {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    flex: 0 1 auto;
    padding-bottom: 20px;
}
.area_cta_early .cta_tokuten_card .cta_tokuten_body {
    margin-top: 0.5em !important;
    margin-bottom: 0.1em !important;
}
.area_cta_early .cta_tokuten_card .cta_tokuten_main,
.area_cta_early .cta_tokuten_card .cta_tokuten_sub {
    margin-bottom: 0 !important;
}
.area_cta_early .cta_tokuten_or {
    margin: 0.2em 0;
}

.img_tokuten {
    width: 98%;
    margin: 0 auto;
}
.button-simple {
    width: 90%;
    position: relative;
    font-weight: bold;
    padding: 10px 15px;
    margin: 20px auto 10px;
    border-radius: 100vw;/*角の丸み*/
    font-size: 18px;/*文字サイズ*/
    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: 8px;
}
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;
}


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


.sp_tg {
   width: 85%;
    margin: 0 auto 2em;

}

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



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

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

.img_hosii {
    float: none;
    width: 35%;
    padding-right: 0;
    margin: 0 auto 20px;
}

.txt_hosii {
    position: relative;
    float: none;
    width: 95%;
    padding: 1em 1.5em;
   margin: 0 auto 0;
}

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

.sec_feature_hosii .sec_feature_ttl {
    font-size: 1.2em;
}
.sec_feature_hosii .tit_feature_hosii {
    margin-bottom: 1em;
}

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

.txt_iedukuri {
    float: none;
    width: 100%;
    padding: 1em 0.5em 0;
}

.img_iedukuri {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding: 0;

}
.tit_iedukuri {
    width: 65%;
}

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

}
.box_seinou {
    padding: 3px 5px;
    margin: 0 3px;
    letter-spacing: 0.5px;
    font-size: 1em;
    text-align: center;
}
.midashi_seinou_p {
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 1em;
    
}

.seinou_disc {
    padding: 0.5em ;
}

.txt_housegurd {
    float: none;
    width: 100%;
    padding: 1em 0.5em 0;
}

.img_housegurd {
    float: none;
    width: 80%;
    padding: 0;
    margin: 0 auto;

}
.tit_housegurd {
    width: 85%;
}


.housegurd_disc {
    padding: 0.5em ;
}

.img_hg_disc {
    padding: 1em 0 0;
}



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



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

.accordion {
    max-width: 95%;
    padding: 1em 0em;
    text-align: left;
    margin: 0 auto;
}
/* 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: 15px;
    height: 2px;
    background: #006837;
    position: absolute;
    top: 50%;
    right: 3%;
    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;
}
    
    
/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/

.box_yoyaku {
    padding: 1em 0;
}
.img_yoyaku {
    float: none;
    width: 35%;
    padding: 0 ;
    padding-right: 10px;
    margin: 0 auto 20px
}

.txt_yoyaku {
    position: relative;
    float: none;
    width: 95%;
    padding: 1em 1.5em; 
    margin: 0 auto;
}

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


.wrap_form {
    width: 97%;
    margin: 0 auto ;
    padding: 1.5em ;
    background: #fff;
}
    
    /*--------------------------------------------------
スマホ・上部固定「予約する」ボタン
-----------------------------------------------------*/
    #sp_sticky_yoyaku {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #D84E5A;
        padding: 0.6em 1em;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
    .sp_sticky_yoyaku_btn {
        display: block;
        width: 100%;
        color: #fff !important;
        font-weight: bold;
        font-size: 1.1em;
        padding: 0.5em;
        text-decoration: none;
    }
    body {
        padding-top: 52px;
    }

    /*--------------------------------------------------
フォーム・スマホで入力しやすく（高さ・余白・ボタン幅）
-----------------------------------------------------*/
    .form_input,
    .form_textarea {
        min-height: 48px;
        padding: 0.65em 0.8em;
        font-size: 16px;
        max-width: none;
        width: 100%;
        box-sizing: border-box;
    }
    .form_textarea {
        min-height: 100px;
    }
    .form_row {
        margin-bottom: 1.5em;
    }
    .wrap_form {
        padding: 1.5em 1em;
    }
    .entry_btn_full {
        width: 100%;
        max-width: none;
        padding: 1em 1.5em;
        font-size: 1.15em;
    }

    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
#sp_btn {
        display: block!important;
        width: 100%;
        background:rgba(0,0,0,0.6);
        text-align: center;
        padding: 0.8em 0.5em ;
        transition: .8s;
    }
    
    .ctn_sp_bottom {
        display: flex;
        justify-content: space-around;
    }
        
.sp_bottom {
    width: 49%;
    text-align: center;

}

    
    .fixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10000;
        
    }
    
    

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 2em 0.3em 9em;
  font-size: 1.2em;
}
}