html{
    overflow: auto;
}
body{
    color: #707070;
    overflow-x:hidden;
}
#event_content{
    margin-top: 3vw;
}
#kv_area, #maker_area{
    width: 100%;
}
#event_area, #merit_area, #nagare_area{
    max-width: 1180px;
    color: #707070;
    margin: 0 auto 87px;
}
.kv_area_inner{
    width: 100%;
    max-height: 600px;
    background-image:url("/kanagawa/wp-content/uploads/2026/03/event_kv.webp");
    aspect-ratio: 16 / 9;
}
.kv_area_box{
    position: relative;
    top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kv_box{
    color: #fff;
    max-width: 1110px;
    text-align: center;
    background-color: rgb(14 14 14 / 0.55);
    margin: 0 auto;
}
.kv_boX_inner{
    padding: 40px;
}
.kv_box h1{
    font: normal normal bold 50px/85px Meiryo, YuGothic, sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 10px 0 0 0;
}
.kv_box p{
    font: normal normal normal 17px/34px Meiryo, YuGothic, sans-serif;
    margin: 10px 0 0 0;
}
.event_tl{
    text-align: center;
}
.event_tl h2{
    color: #0066CC;
    margin: 87px 0 0 0;
}
.h2_border{
    width: 80px;
    display: inline-block;
    position: relative;
    top: -10px;
}
.h2_border hr{
    margin: 0;
}
.event_tl p{
    font-size: 14px;
    position: relative;
    top: -26px;
}
.event_button a{
    background: #006BB6;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: min(40px, 4vw) auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.event_button a:hover {
    background: #edf6ff;
    color: #006BB6;
}
.event_button a:hover:before, .event_button a:hover:after {
    right: -2.5em;
}
.event_button a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.event_button a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
#maker_area{
    width: 100%;
    background-color: #EFF6FF;
    padding: 3px 0 84px;
}
li{
    list-style: none;
}
#maker_box{
    max-width: 1180px;
    margin: 0 auto;
}
#maker_box .maker_wrap{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0 10px;
}
#maker_box li{
    line-height: 1.5;
}
.maker_wrap li p{
    font-size: 16px;
}
.merit_wrap {
    display: flex;
    gap: 20px;
    margin: 0 10px;
}
.merit_inner{
    color: #707070;
}

.merit_item dd{
    font-size: 16px;
    line-height: 1.5;
}
.merit_item dd span{
    display: block;
    font-size: 12px;
    padding-top: 5px;
}
.merit_item_a div h3, .merit_item_b div h3{
    font-size: 21px;
    margin: 0;
    line-height: 1.2;
}
.merit_item_a p, .merit_item_b p{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}
.merit_item_a{
    display: flex;
    margin-bottom: 30px;
}
.merit_item_a div{
    padding-left: 40px;
}
.merit_item_b{
    display: flex;
    margin-bottom: 30px;
}
.merit_item_b div{
    padding-right: 40px;
}
.merit_inner li img{
    max-width: 581px;
    height: auto;
}
/* リフォーム完了までの流れ -----------------------------------------------*/

  /* アニメーション要素 */
.nagare_accordion{
    width: 100%;
    color: #707070;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nagare_accordion li{
    padding: 10px;
}
.nagare_accordion li button{
    width: 100%;
    color: #707070;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    background-color: #EFF6FF;
    border: none;
    padding: 0;
}
.js-button {
    position: relative;
    padding-right: 30px; /* アイコン分の余白 */
}
.nagare_accordion li .js-button h3{
    font-size: 22px;
    margin: 0;
}
.nagare_accordion li .js-button h3 .step{
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    background-color: #0066CC;
    display: inline-block;
    padding: 25px;
    margin-right: 35px;
}
.js-button .toggle-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    transition: 0.3s;
    font-size: 29px;
}
/* 開いたときは「－」に */

.accordion_ev{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease, opacity .3s ease;
}
.accordion_ev .ac_werap{
    display: flex;
    padding: 0;
}
.accordion_ev .ac_werap .ac_img{
    flex: 0 0 479px;
}
.accordion_ev .ac_werap .ac_img img, .accordion_ev.is-expand div .ac_img img{
    width: 479px;
    flex-shrink: 0;
    padding: 0;
}
.accordion_ev .ac_werap .ac_text{
    display: block;
    padding: 0 0 0 45px;
}
.accordion_ev .ac_werap .ac_text p{
    font-size: 16px;
    line-height: 1.5;
    margin-right: 15px;
}
.accordion_ev .ac_werap .ac_link{
    display: flex;
}
.accordion_ev .ac_werap .ac_link p{
    background-color: #0066CC;
    letter-spacing: 5px;
    padding: 10px;
}
.accordion_ev .ac_werap .ac_link p:hover{
    opacity: 0.6;
}
.accordion_ev .ac_werap .ac_link p:nth-child(2) {
    background-color: #00ae00;
}
.accordion_ev .ac_werap .ac_link p a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    text-decoration: none;
}
.is-expand .ac{
    width: 100%;
    line-height: 1.25;
    padding: 10px 0;
}
.accordion_ev.is-expand {
    max-height: 3200px;
    opacity: 1;
}
h4.section-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 3px solid #131313;
}
h4.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 180px;
    height: 3px;
    background-color: #0066CC;
}
h5.section-title{
    position: relative;
    margin: 32px 0;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #0066CC;
    text-align: center;
}
h5.section-title_o{
    color:#3EBABC;
    position: relative;
    margin: 32px 0;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}
h5.section-title_t{
    color:#AC00CC;
    position: relative;
    margin: 32px 0;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}
h5.section-title_s{
    color:#FF9100;
    position: relative;
    margin: 32px 0;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}
/* 左右の水平ライン */
h5.section-title::before,
h5.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0066CC;
}
h5.section-title_o::before,
h5.section-title_o::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #3EBABC;
}
h5.section-title_t::before,
h5.section-title_t::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #AC00CC;
}
h5.section-title_s::before,
h5.section-title_s::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FF9100;
}
h5.section-title::before, h5.section-title_o::before, h5.section-title_t::before, h5.section-title_s::before{
    top: 0;
}

h5.section-title::after, h5.section-title_o::after, h5.section-title_t::after, h5.section-title_s::after{
    bottom: 0;
}

h6.section-title{
    color: #0066CC;
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* リフォームの流れ　ここまで -----------------------------------*/

/* step2 タブ -------------------------------------------*/

/*タブを並べる設定*/
.tab-simple {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 100%;
}
/*タブ見出しの設定*/
.tab-simple > label {
    flex: 1 1;
    order: -1;
    opacity: 0.4;
    min-width: 70px;
    padding: 1.5em 1em;
    background-color: #008080;
    color: #fff;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}
/*ホバーされた時*/
.tab-simple > label:hover {
    opacity: 0.8;
}
/*表示しない*/
.tab-simple input {
    display: none;
}
/*デフォルトでは表示しない*/
.tab-simple > div {
    display: none;
    width: 100%;
}
/*クリックされた時*/
.tab-simple label:has(:checked) {
    opacity: 1;
}
/*クリックされたら表示*/
.tab-simple label:has(:checked) + div {
    display: block;
}
.ac_text_02 p{
    margin: 15px 0;
    padding: 0;
}
.ac_text_02 .bas_text{
    margin: 15px 0;
}
.kitchen_kuukan{
    margin-bottom: 15px;
}
.hari_img{
    display: flex;
    justify-content: space-between;
    padding: 0!important;
}
.hari_img img{
    width: 49%;
}
.saisun_area, .saisun_area_2{
    width: 100%;
    display: flex;
    margin-bottom: 32px;
}
.saisun_area img, .saisun_area_2 img{
    width: 50%;
}
.saisun_area .saisun_box{
    background-color: #EFF6FF;
    font-size: 16px;
    padding: 50px;
    margin: 22px 37px 22px 0;
}
.saisun_area_2 .saisun_box_2{
    background-color: #EFF6FF;
    font-size: 16px;
    padding: 50px;
    margin: 22px 0 22px 37px;
}
.bas_box{
    display: flex;
    justify-content: space-between;
}
.bas_box div{
    max-width: 49%;
}
.bas_tbody tr{
    line-height: 2;
}
.toilet_box, .toilet_box_2{
    display: flex;
    justify-content: space-between;
}
.toilet_box .toilet_inner, .toilet_box_2 .toilet_inner{
    max-width: 53%;
}
.toilet_inner_2{
    max-width: 44%;
}
.toilet_inner .koubu_area{
    display: flex;
    justify-content: space-between;
    padding: 0;  
}
.koubu_area div{
    max-width: 48%;
    padding: 0!important;   
}
.toilet_box, .toilet_box_2{
    display: flex;
}
.toilet_item{
    margin: 30px 0 30px 60px;
}
.t_text{
    background-color: #FCF3FE;
    padding: 40px;
}
.senmen_box{
    display: flex;
    justify-content: space-between;
}
.senmen_box2, .senmen_box3{
    display: flex;
}
.senmen_box img, .senmen_box2 img{
    max-width: 357px;
    max-height: 461px;
}
.senmen_box .s_text{
    background-color: #FFF6EB;
    padding: 40px;
    margin: 100px 0 100px 70px;
}
.senmen_box2 .s_text2{
    background-color: #FFF6EB;
    width: 100%;
    padding: 40px;
    margin: 20px 0 20px 70px;
}
.senmen_box3 .s_text3{
    background-color: #FFF6EB;
    padding: 40px;
    margin-left: 40px;
}
.senmen_box3 img{
    max-width: 577px;
    max-height: 311px;
}
.s2_text{
    font-size: 16px;
    line-height: 1.25;
}
.motimono_area, .st4_box{
    color: #707070;
}
.motimono_area .motimono_h5{
    font-size: 18px;
    margin-bottom: 3px;
}
.motimono_area p{
    line-height: 1.5;
    margin: 0;
}
.st3_box, .st3_text{
    font-size: 16px;
    margin-top: 10px;
}
.st4_box, .st5_box, .st6_box, .st7_box, .st8_box{
    display: flex;
    font-size: 16px;
    margin-top: 10px;
}
.st4_box img{
    max-width: 502px;
    height: 100%;
}
.st4_text, .st5_text, .st6_text, .st7_text, .st8_text{
    line-height: 1.6;
    margin-left: 30px;
}
.st8_text{
    display: ruby;
}
.st4_h5, .st5_h5, .st6_h5, .st7_h5, .st8_h5{
    font-size: 18px; 
    margin: 0;
}
.st5_box img, .st6_box img, .st7_box img, .st8_box img{
    max-width: 505px;
}
/* タブ ここまで-------------------------------------------*/

/* よくある質問 -------------------------------------------*/
#faq_area{
    background-color: #FEFCE8;
    padding: 1px 0 87px;
}
.faq_wrap, #archive_area{
    max-width: 1180px;
    margin: 0 auto;
}
.faq-item {
    position: relative;
    margin-bottom: 30px;
}
.faq-item dt{
    font-size: 22px;
    color: #ffffff;
    background-color: #0066CC;   
}
.faq-item dd{
    font-size: 16px;
    color: #707070;
    background-color: #ffffff;   
}
/* --- Q（質問）吹き出し --- */
.faq-item dt{  
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: 12px;
    border-radius: 10px;
    padding: 14px 16px;
    line-height: 1.6;
}
/* Qアイコン */
.faq-item dt::before {
    content: "Q";
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0066CC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
}
.faq-item dt::after {
    content: "";
    /* borderで三角形を作る */
    border-width: 20px;
    border-style: solid;
    border-color: #0066CC transparent transparent transparent;
    aspect-ratio: 1;
    clip-path: polygon(50% 70%, 0% 0%, 50% -10%);

    /* 配置する */
    position: absolute;
    top: 99%;
    left: 8%;
    transform: translateX(-50%);
}
/* --- 回答部分 --- */
.faq-item dd {
    font-size: 15px;
    line-height: 1.8;
    border-radius: 10px;
    margin-top: 25px;
    padding: 25px;
}
.sgb-acc__input:checked~.sgb-acc__content{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}


@media (max-width: 1090px){
#event_content {
    margin-top: 13vw;
}
#event_area{
    margin: 0 10px 87px;
}
.kv_area_box{
    top: 0;
    padding: 70px 10px;
}
.kv_area_inner{
    aspect-ratio: 0;
}
.kv_boX_inner{
    padding: 20px;
}
.merit_box, .faq_wrap, #archive_area .archive_box{
    margin: 0 10px;
}
.accordion_ev .ac_werap .ac_link p a, .event_button a{
    font-size: 1.5vw;
}
.accordion_ev .ac_werap .ac_link p{
    padding: 10px 0;
}
input[type=checkbox]:checked + label + div.tab_kitchen,
input[type=checkbox]:checked + label + div.tab_bas,
input[type=checkbox]:checked + label + div.tab_toilet,
input[type=checkbox]:checked + label + div.tab_senmen
{
    max-height: 100%!important;
}
.accordion_ev .ac_werap .ac_link p{
    letter-spacing: 1px;
}
.faq-item dt::after {
    left: 15%;

}
}

@media (max-width: 920px){
.accordion_ev .ac_werap .ac_link p{
    letter-spacing: 0.2vw;
}
.kv_box h1{
    font: normal normal bold 5vw / 85px Meiryo, YuGothic, sans-serif;
    line-height: 1.2;
}
.kv_box p{
    font-size: 2vw;
    line-height: 1.4;
}
.accordion_ev.is-expand{
    max-height: 100%;
}
.senmen_box{
    flex-direction: column;
    align-items: center;
}
.senmen_box img, .senmen_box2 img{
    max-width: 80%;
    max-height: 100%;
}
.senmen_box .s_text{
    margin: 10px 0;
}
.senmen_box2, .senmen_box3{
    flex-direction: column;
    align-items: center;
}

.senmen_box3 img{
    max-width: 100%;
    max-height: 100%;
}
.senmen_box3 .s_text3{
    margin: 10px 0 0;
}
}
@media (max-width: 800px){
.event_tl h2 {
    margin: 65px 0 0 0;
}
.kv_box h1{
    font-size: 5vw;
    }
.merit_item_a{
    flex-direction: column;
}
.merit_item_a p{
    width: 100%;
}
.merit_item_a div, .merit_item_b div{
    padding-left: 0;
    padding-right: 0;
}
.merit_item_b{
    flex-direction: column-reverse;
}
.merit_inner li img{
    max-width: 100%;
    margin-bottom: 10px;
}
.accordion_ev .ac_werap{
    flex-direction: column;
}
.accordion_ev .ac_werap .ac_img{
    flex: none;
    width: 100%;
}
li .accordion_ev .ac_werap .ac_img img{
    width: 100%;
}
.accordion_ev .ac_werap .ac_text{
    padding: 0;
}
.saisun_area, .saisun_area_2{
    display: flex;
}
.saisun_area{
    flex-direction: column-reverse;
} 
.saisun_area_2{
    flex-direction: column;
}
.saisun_area img, .saisun_area_2 img{
    width: 100%;
}
.saisun_area .saisun_box, .saisun_area_2 .saisun_box_2{
    margin: 10px 0 0 0;
}
.st4_box, .st5_box, .st6_box, .st7_box, .st8_box{
    flex-direction: column;
}
.st4_box img, .st5_box img, .st6_box img, .st7_box img, .st8_box img{
    max-width: 100%;
    height: 280px;
    object-fit: cover;
}
.st4_text, .st5_text, .st6_text, .st7_text, .st8_text{
    margin: 10px 0 0 0;
}
.st8_text{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.accordion_ev .ac_werap .ac_link p a, .event_button a{
    font-size: 3.5vw;
    max-width: 300px;
}
}
@media (max-width: 768px){
#event_content {
    margin-top: 16vw;
}
.merit_wrap{
    display: block;
}
.merit_item{
    width: 100%;
}
.merit_item dt{
    font-size: 21px;
}
.toilet_box .toilet_inner, .toilet_inner_2{
    max-width: 100%;
}
.toilet_box .toilet_inner{
    margin-bottom: 20px;
}
.toilet_box, .toilet_box_2{
    flex-direction: column;
}
.toilet_box_2 div img{

}
.toilet_box_2 .toilet_item{
    margin: 10px 0 0;
}

}
@media (max-width: 630px){
.nagare_accordion li .js-button h3 .step{
    font-size: 3vw;
    padding: 5%;
    margin-right: 3%;
}
.nagare_accordion li .js-button h3 {
    font-size: 3.4vw;
}
.js-button .toggle-icon{
    right: 2%;
    font-size: 1em;
}

}
@media (max-width: 600px){
.event_tl h2{
    font-size: 4.5vw;
    padding: 10px 0;
}
.kv_box p{
    font-size: 2.5vw;
}
}
@media (max-width: 500px){
.h2_border{
    top: -15px;
}
.accordion_ev label:after{
    display: none;
}
.saisun_area .saisun_box, .saisun_area_2 .saisun_box_2, .t_text{
    padding: 30px;
}
.event_tl h2{
    margin: 30px 0 0 0;
}
}
@media (max-width: 400px){
.event_tl h2{
    margin: 20px 0 0 0;
}
.h2_border{
    top: -25px;
}
.event_tl p{
    margin: 0;
}
.tab-simple > label{
    padding: 0.5em 1em;
}
}