@charset "UTF-8";
/* 2408追加 */
@media screen and (min-width: 768px) {
  .event_form th span:nth-of-type(2) {
    display: block;
  }
}
/* 2408追加 */
.event_fixed {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.popup_reserve {
  width: 312px;
  padding: 1em;
  background-color: rgba(51, 204, 205, 0.7);
  color: #fff;
  font-size: 1.12em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  position: relative;
}

.popup_reserve .popup_close {
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  background: transparent;
  position: absolute;
  top: -15px;
  left: -15px;
}

.button_reserve {
  width: 312px;
  text-align: center;
  margin: 5px auto 0;
}

@media screen and (max-width: 767px) {
  .event_fixed {
    width: 100%;
    right: 0;
  }
  .popup_reserve {
    width: 82%;
    padding: 1em;
    margin: auto;
  }
  .popup_reserve .popup_close {
    width: 32px;
    height: 32px;
    top: -10px;
    left: auto;
    right: -10px;
  }
  .button_reserve {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .single-event .header_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-event .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha_text {
  font-size: 0.86em;
  text-align: center;
}

.grecaptcha_text a {
  text-decoration: underline;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/* 2025.06.02 フォームプラバシーポリシー修正 */
.form-consent {
  margin: 40px auto 40px;
  max-width: 850px;
}
.form-consent p {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
.form-consent p + p {
  margin-top: 0.4em;
}
.form-consent a {
  display: inline-block;
  padding: 0 0.4em;
  border-bottom: 1px solid #80bb2b;
  line-height: 1.4;
  text-decoration: none;
  color: #80bb2b;
}

/* 2025.07.14 来場プレゼント */
.visit_gift__ttl_en {
  font-family: futura-pt, sans-serif;
  font-size: 1.12em!important;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 2em;
  position: relative;
}
.visit_gift__ttl_en span {
  display: inline-block;
  padding: 0 1em;
  background-color: #646464;
  position: relative;
}
.visit_gift__ttl_en::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.visit_gift__ttl_sub {
  font-size: 1.75em!important;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1.5em;
}
.visit_gift__text {
  text-align: center;
  margin: 0 0 3em;
}
  
/* 2025.11.14 イベントフォーム 承諾チェックボックス追加 */ 
.event_consent {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 3em;
    font-size: 1.12em;
}
.event_consent .required {
    background-color: #000;
    border: 1px solid #000;
    margin: 0 1em 0 0;
    font-size: .77em;
}
.event_consent .text {
    margin-bottom: .6em;
}
.event_consent .br {
    display: none;
}
.event_consent .agree-check .wpcf7-list-item-label {
    display:none;
}
@media screen and (max-width: 767px) {
    .event_consent {
        font-size: 1em;
    }
    .event_consent .br {
        display: block;
    }
}

/* 2603イラスト削除 */
/* トップメイン */
.main_content {
    width: 100%;
	aspect-ratio: 1920 / 980;
    overflow: hidden;
    position: relative;
}
.main_content_images {
	display: flex;
 	width: calc((5887 / 1920) * 2 * 100%);
 	height: 100%;
 	animation: content-loop 60s linear infinite;
}
.main_content_img {
  height: 100%;
  width: 50%;
  background-image: url('../images/LCH_main_PC.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes content-loop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.main_content_title {
	width: calc(100% - 130px);
	position: absolute;
	top: 50%;
 	left: 0;
 	transform: translate(0, -50%);
}
.main_content_title_inner {
	margin: 0 auto;
	width: 90%
}
.main_content_title_inner picture {
    display: block;
    height: auto;
}
@media screen and (max-width: 767px) {
	.main_content {
		aspect-ratio: 430 / 697;
	}
	.main_content_images {
		display: flex;
		width: calc((4654 / 430) * 2 * 100%);
	}
	.main_content_img {
  		background-image: url('../images/LCH_main_SP.webp');
	}
	.main_content_title {
		width: 100%;
	}
}
/* トップイベント */
.list_top_event li {
    position: relative;
}
.list_top_event_status {
    position: absolute;
    top: 0;
    border: none;
}
.list_top_event li a {
    display: block;
}
.list_top_event_img {
    width: 100%;
}
.list_top_event_desc {
    width: 100%;
}
/* トップ施工事例 */
.list_top_works > li .list_top_works_slider::before {
    display: none;
}
.list_top_works > li {
	position: relative;
}
.list_top_works > li .list_top_works_bg {
	display: none;
	position: absolute;
	bottom: 150px;
	z-index: 0;
	width: 100%;
	height: auto;
}
.list_top_works > li:nth-of-type(1) .list_top_works_bg01 {
	display: block;
}
.list_top_works > li:nth-of-type(2) .list_top_works_bg02 {
	display: block;
}
.list_top_works > li:nth-of-type(3) .list_top_works_bg03 {
	display: block;
}
.slick-list {
	z-index: 1
}
.list_top_works_desc {
	position: relative;
	z-index: 1;
}
.list_top_works_creator {
	margin: 0;
	padding: 10px 0 20px 10px;
	background-color: #dcdcdc;
}
.list_top_works_type {
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.list_top_works > li .list_top_works_bg {
		bottom: 174px;
		z-index: 1;
	}
	.list_top_works > li .list_top_works_bg img {
		width: 100%;
	}
	.list_top_works_creator {
    	padding: 30px 0 20px 0px;
	}
    .list_top_works_desc {
        padding: 0 6%;
	}
}
/* トップコンセプト */
.top_concept .concept_box_pc .illust_n_01 {
    position: absolute;
    width: 260px;
    height: auto;
    top: 60px;
    right: -80px;
}
.top_concept .concept_box_pc .illust_n_02 {
    position: absolute;
    width: 260px;
    height: auto;
    top: 280px;
    right: -140px;
}
.top_concept .concept_box_pc .illust_n_03 {
    position: absolute;
    width: 260px;
    height: auto;
    top: 510px;
    right: -100px;
}
.top_concept .concept_box_pc .illust_n_04 {
    position: absolute;
    width: 260px;
    height: auto;
    bottom: -130px;
    right: 30px;
}
.page-id-15429 .top_concept .concept_box_sp .cb_sp_01 .illust_n_01 {
    position: absolute;
    width: 180px;
    height: auto;
    top: -10px;
    right: -10px;
}
.top_concept .concept_box_sp .cb_sp_02 .illust_n_05 {
    width: 100%;
    height: auto;
    margin: -10px auto 0;
}
.top_concept .concept_box_sp .cb_sp_03 .illust_n_04 {
    margin: -50px auto 0 -20px;
    width: 180px;
    height: auto;
}
.top_concept .concept_banner_inner::before,
.top_concept .concept_banner_inner::after {
    display: none;
}
@media screen and (max-width: 767px) {
    .top_concept .concept_box_txt.cb_sp_02 {
        margin: 0 0 1em;
    }
    .top_concept .concept_banner_img {
        width: 94%;
        max-width: 386px;
        margin: 0 auto 1.6em;
    }
}
/* トップモデルハウス */
@media screen and (max-width: 767px) {
    .list_top_model li a img {
        width: 100%;
    }
}
/* トップお客様の声一覧 */
.list_top_voice > .illust_01 .list_top_voice_img::after,
.list_top_voice > .illust_02 .list_top_voice_img::after {
    display: none;
}
/* コンセプト */
.concept_bottom::before,
.concept_bottom::after {
    display: none;
}
.concept_middle .cb_sp_01 .illust_n_01 {
    position: absolute;
    width: 180px;
    height: auto;
    top: -10px;
    right: -10px;
}
.concept_middle .cb_sp_02 .illust_n_05 {
    width: 100%;
	max-width: 320px;
    height: auto;
    margin: -10px auto 0;
}
.concept_middle .cb_sp_03 .illust_n_04 {
    margin: -50px auto 0 -20px;
    width: 180px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .concept_bottom_logo {
        width: 80%;
        max-width: 386px;
        margin: 0 auto;
    }
}
/* お客様の声一覧 */
.list_voice_img.illust_01::after,
.list_voice_img.illust_02::after,
.list_voice_img.illust_03::after {
    display: none;
}
/* お客様の声シングル */
.voice_main_img.illust_01::before,
.voice_main_img.illust_02::before,
.voice_main_img.illust_03::before {
    display: none;
}
/* イベントシングル */
.event_top {
    padding: 2em 0 2em;
    background: none;
}
/* 施工事例一覧 */
.list_top_works_creator {
    background-color: #fff;
}
/* 施工事例シングル */
.list_top_works_slider.illust_01::before {
    display: none;
}
.works_detail_type {
    z-index: 2;
}


/* 2605飯田ショールーム追加 */
/* フッター */
.list_contact {
    justify-content: center;
    gap: 3%;
}
.list_contact li {
    width: 31%;
}
.list_contact_place .jp {
    font-size: 1.4em;
}
.list_contact_tel {
    font-size: 1.8em;
}
.list_contact_tel a {
    padding: 0 0 0 30px;
    background: url(../images/icon_tel.svg) no-repeat left / 22px 22px;
}
.list_contact li:nth-of-type(1),
.list_contact li:nth-of-type(2) {
    margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
    .list_contact li {
        width: 100%;
    }
    .list_contact_place .jp {
        font-size: 1.7em;
    }
    .list_contact_tel {
        font-size: 2.8em;
    }
    .list_contact_tel a {
        padding: 0 0 0 36px;
        background: url(../images/icon_tel.svg) no-repeat left / 26px 26px;
    }
    .list_contact li:not(:last-child) {
        margin: 0 0 3.5em;
    }
}
/* 家づくり相談 */
.list_showroom {
    justify-content: center;
    gap: 3%;
}
.list_showroom li {
    width: 31%;
}
@media screen and (max-width: 767px) {
    .list_showroom li {
        width: 100%;
    }
}


/* イベント動画サイズ調整 202605 */
.youtube-short {
position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 468px; 
  aspect-ratio: 9 / 16;
}
.youtube-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 9 / 16) {
  .youtube-short {
    padding-top: 177.77%;
  }
}
/*# sourceMappingURL=style_add.css.map */