@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&family=Raleway:wght@300;400;500;600;700&display=swap");
/* row タグの隙間を消す. */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* 共通
--------------------------- */
.content {
  background-color: #fff;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 769px以上用の記述 */
@media screen and (min-width: 769px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
  .col-md-m20-top {
    margin-top: 20px;
  }
  .col-md-m40-top {
    margin-top: 40px;
  }
  .col-md-m80-top {
    margin-top: 80px;
  }
  .col-md-none {
    display: none;
  }
}
/* 768px以下用の記述 */
@media screen and (max-width: 768px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 479px以下用の記述 */
@media screen and (max-width: 479px) {
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-m30-bottom {
    margin-bottom: 30px;
  }
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m60-bottom {
    margin-bottom: 60px;
  }
  .col-xs-m20-top {
    margin-top: 20px;
  }
  .col-xs-m40-top {
    margin-top: 40px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 16px;
  padding-bottom: 10px;
}
#pan {
  font-size: 0.8em;
}
#pls2 {
  background-color: #f4f4f4;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#pls2 #pan {
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pls2 #pan li {
  font-size: 1em;
  float: left;
  margin-right: 10px;
}
#pls2 #pan li a {
  text-decoration: none;
}
/*************
サイド（右側）コンテンツ
*************/
/* Side bar
----------------------------------------------------------------------------------------------------*/
#sidebar h3 {
  margin: 0px;
}
#sidebar ul li {
  margin: 0px;
  list-style-type: none;
}
#sidebar img {
  margin-bottom: 10px;
}
#sidebar {
  width: 100%;
  margin-bottom: 35px;
  float: left;
}
#sidebar_box {
  width: 100%;
  /*	border: 1px solid #cccccc;*/
}
#sidebar li a {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-position: 10px center;
  background-color: #fff;
  font-size: 1em;
  color: #232323;
  text-decoration: none;
}
#sidebar li a:hover {
  background-color: #fff;
}
#sidebar1 {
  width: 100%;
  margin-bottom: 25px;
}
#sidebar1 h3 {
  display: block;
  font-size: 1em;
  color: #282828;
  text-align: center;
  padding: 10px;
  margin: 0px;
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #828282;
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #be401c;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
.form-color {
  background-color: #f0f0f0;
}
#form, .model-d-form {
  max-width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #cccccc;
  background-color: #fff;
}
.model-d-form {
  margin-bottom: 0;
}
#form th span {
  font-size: 0.8em;
  color: #fff;
  background-color: #cc0000;
  padding: 3px;
}
#form th, .model-d-form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #cccccc;
  background-color: #eee;
}
.model-d-form th {
  background-color: #e0e0e0e0;
}
#form td, .model-d-form td {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
.table th {
  background-color: #fff8e7;
  border-bottom: 1px solid #cccccc;
  width: 20%;
}
.table td {
  border-bottom: 1px solid #cccccc;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form, .model-d-form {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .model-d-form {
    margin-bottom: 0;
  }
  #form th, .model-d-form th {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form td, .model-d-form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form tr:first-child th {
    border-top: 1px solid #ddd;
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    background-color: #be401c;
    color: #fff;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* ウィジット
*******************************/
#swidget {
  width: 100%;
  border: 5px solid #efefef;
  margin-bottom: 25px;
}
#swidget_box {
  width: 100%;
  border: 1px solid #cccccc;
}
.side-widget {
  padding: 5px;
}
.side-widget a {
  display: block;
}
#swidget h3 {
  display: block;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom-width: 1px;
  background-color: #f39800;
  border-bottom-style: solid;
  border-bottom-color: #828282;
}
#swidget h4 {
  font-size: 1em;
  text-align: center;
  padding: 3px;
  background-color: #009a53;
}
#swidget h4 a {
  color: #fff;
  text-decoration: none;
}
.side-widget dl {
  font-size: 0.8em;
}
.side-widget dt {
  float: left;
  clear: both;
  width: 35px;
}
.side-widget dd {
  margin-left: 35px;
}
.side-widget img {
  margin-bottom: 5px;
  margin-left: 5px;
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #cccccc;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  width: 100%;
  text-align: left;
  font-size: 1em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
}
/*******************************
/* youtube　レスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*******************************
/* スタッフ
***************************/
.staffs dt, dd {
  padding: 3px;
  margin-bottom: 10px;
}
.staffs dt {
  color: #fff;
  background-color: #cf4019;
  clear: left;
  float: left;
  width: 80px;
  text-align: center;
  font-size: 1rem;
}
.staffs dd {
  margin-left: 100px;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
.form-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
}
#form-model .form-group {
  margin-bottom: 33px;
}
#form-model .form-group--first {
  margin-bottom: 30px;
}
#form-model .form-group--break {
  margin-bottom: 62px;
}
#form-model .form-group--last {
  margin-bottom: 0;
}
#form-model .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-model .form-item:last-child {
  margin-right: 0;
}
#form-model input, #form-model textarea, #form-model select, #form-model .form-label {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #000000;
}
#form-model .form-label, #form-model .form-group--first .form-label {
  margin-bottom: 14px;
}
#form-model .form-item .form-label {
  margin-bottom: 0;
}
#form-model input, #form-model textarea, #form-model select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  padding: 23px 30px;
}
#form-model textarea {
  padding-bottom: 16px;
}
#form-model input[type="checkbox"], #form-model input[type="radio"] {
  width: auto;
  display: inline-block;
}
#form-model .wpcf7-form-control-wrap {
  display: block;
}
#form-model .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
#form-model input[type="submit"] {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 23px;
  background-color: #000;
  padding: 23.5px 10px;
  color: #fff;
}
#form-model input.form-input--half {
  max-width: 430px;
}
#form-model input.form-input__eng {
  font-family: "Raleway", sans-serif;
}
#form-model .form-imp__icon {
  color: #c50000;
  margin-left: 6px;
}
#form-model .form-p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 23px;
  margin-top: 12px;
}
/* CUSTOM CHECKBOX */
#form-model .form-input__checkbox {
  margin-bottom: 0;
}
#form-model .form-input__checkbox label {
  cursor: pointer;
}
#form-model .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#form-model .form-input__checkbox .wpcf7-list-item.first, #form-model .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item.first {
  margin-right: 52px;
}
#form-model .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 52px;
}
#form-model .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 56px;
  line-height: 40px;
  padding-top: 0;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  padding-left: 53px;
  line-height: 35px;
  padding-top: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before, #form-model .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before {
  top: -9px;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 35px;
  height: 35px;
  top: -8px;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #000;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 12.5px;
}
#form-model .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  #form-model input, #form-model textarea, #form-model select, #form-model .form-label {
    font-size: 1.3rem;
    line-height: 23px;
  }
  #form-model input, #form-model textarea, #form-model select {
    padding: 13px 16px;
  }
  #form-model input[type="submit"] {
    max-width: unset;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  #form-model .form-group {
    margin-bottom: 25px;
  }
  #form-model .form-group--first {
    margin-bottom: 16px;
  }
  #form-model .form-group--break {
    margin-bottom: 38px;
  }
  #form-model .form-group--last {
    margin-bottom: 0;
  }
  #form-model input + input {
    margin-top: 5px;
  }
  #form-model textarea {
    padding-bottom: 8px;
  }
  #form-model .form-label {
    margin-bottom: 5px;
  }
  #form-model .form-item:last-child {
    margin-top: 4px;
  }
  /* CUSTOM CHECKBOX */
  #form-model .form-input__checkbox .wpcf7-list-item-label {
    line-height: 30px;
    padding-left: 40px;
    padding-top: 0;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
    left: -0.5px;
    top: -8px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::after {
    left: 10px;
    width: 8px;
    height: 8px;
  }
  #form-model .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
  }
  #form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 11px;
    top: 7px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.first {
    margin-bottom: 5px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.first.last {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-list-item {
    margin: 5px 0 0 0 !important;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.last {
    margin-left: 20px !important;
  }
  #form-model .form-label--mb1 {
    margin-bottom: 15px;
  }
  #form-model .form-p {
    line-height: 28px;
    margin-top: 5px;
  }
}
/* ========================================================== */
/* mp4-video再生 */
.page_video_block {
  margin: 4rem auto;
}
.page_video_block video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page_video_block {
    margin: 6rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .page_video_block {
    margin: 8rem auto;
  }
}
/*******************************
/* イベント詳細スライド画像
***************************/
.single_event_slick_container .event_ti-item {
  margin-top: 2rem;
}
.single_event_slick_container .event_ti-item-nav {
  margin-bottom: 2rem;
}
.single_event_slick_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_event_slick_container .event_ti-item img {
  height: 230px;
}
.single_event_slick_container .event_ti-item-nav img {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .single_event_slick_container .event_ti-item {
    margin-top: 4rem;
  }
  .single_event_slick_container .event_ti-item-nav {
    margin-bottom: 4rem;
  }
  .single_event_slick_container .event_ti-item img {
    height: 330px;
  }
  .single_event_slick_container .event_ti-item-nav img {
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .single_event_slick_container .event_ti-item img {
    height: 430px;
  }
  .single_event_slick_container .event_ti-item-nav img {
    height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .single_event_slick_container .event_ti-item {
    margin-top: 6rem;
  }
  .single_event_slick_container .event_ti-item-nav {
    margin-bottom: 6rem;
  }
  .single_event_slick_container .event_ti-item img {
    height: 580px;
  }
  .single_event_slick_container .event_ti-item-nav img {
    height: 150px;
  }
}
/*******************************
/* ブログ詳細フッターメニュー
***************************/
.footer_menu_blog li {
  width: calc(100% / 3);
}
.footer_menu_blog .f-tel {
  padding-left: 0 !important;
}
.footer_menu_blog .f-tel a {
  font-size: 1.3rem !important;
  padding-left: 0 !important;
}
.footer_menu_blog .f-tel::after {
  content: none;
}
.footer_menu_blog li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.3rem;
  padding: 3px 0;
}
.footer_menu_blog li a i {
  margin-right: 8px;
}
/* 2024/1/31　owner追加*/
.owner_outer {
  background-color: #eee;
  padding: 2rem 0 6.5rem;
}
.owner_container {
  width: 83%;
  margin: 0 auto;
  max-width: 1112px;
}
.owner_item {
  display: block;
  transition: all 0.5s;
}
.owner_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.owner_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .owner_outer {
    padding: 6rem 0 10rem;
  }
}
/*******************************
/* 2024/03/05追加
***************************/
.col2_banner_block {
  width: 83%;
  margin: 0 auto 6rem;
  max-width: 1274px;
}
.col2_banner_item {
  display: block;
  transition: all 0.5s;
}
.col2_banner_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.col2_banner_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.col2_banner_block .col2_banner_item:first-child {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .col2_banner_block {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
  }
  .col2_banner_item {
    width: 48%;
  }
  .col2_banner_item:last-child {
    margin-left: calc(100% - 96%);
  }
  .col2_banner_block .col2_banner_item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .col2_banner_block {
    margin: 2rem auto 10rem;
  }
}
/*******************************
/* サンクスページボタン
***************************/
.pg_thanks_btn .page-area a {
  border-radius: 40px;
  padding: 14px 0;
  max-width: 540px;
}
.pg_thanks_btn_black .page-area a {
  color: #fff;
  border: 1px solid #231815;
  background-color: #231815;
  transition: all 0.5s;
}
.pg_thanks_btn_black .page-area a:hover {
  background-color: #fff;
  color: #231815;
  transition: all 0.5s;
}
.pg_thanks_btn_orange .page-area a {
  color: #fff;
  border: 1px solid #b94f00;
  background-color: #b94f00;
  transition: all 0.5s;
}
.pg_thanks_btn_orange .page-area a:hover {
  background-color: #fff;
  color: #b94f00;
  border: 1px solid #b94f00;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .pg_thanks_btn .page-area a {
    padding: 23px 0;
  }
}
/*******************************
/* 資料請求
***************************/
.pg_shiryo_container {
  margin-top: -80px;
  overflow-x: clip;
}
.pg_shiryo_container #main {
  margin-bottom: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++
オーナー様邸選択フォーム用
**************++++++++++++++++++++++++****/
/*カタログ選択*/
/*.catalog-wrap .section_title {
  margin-bottom: 20px;
}*/
.catalog-wrap .section_titlebox {
  margin-bottom: 3rem;
}
.catalog-wrap .catalog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-wrap .catalog-list li {
  width: 48%;
  margin-bottom: 2.5rem;
  list-style: none;
}
.catalog-wrap .catalog-list .cat-txt01 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 8px 0 4px;
}
.catalog-wrap .catalog-list .cat-txt02 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.catalog-wrap .form-input__checkbox {
  line-height: 1.3 !important;
  width: 90%;
  margin: 0 auto;
}
/*選択中　ラジオボタン*/
.catalog-list .wpcf7-form-control-wrap {
  position: relative;
}
.catalog-list .form-input__checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}
.catalog-list .form-input__checkbox label {
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.catalog-list .form-input__checkbox input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.catalog-list .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  align-items: center;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0;
  width: 100%;
  height: 45px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.catalog-list .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.catalog-list .form-input__checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  opacity: 0;
  background-color: #b94f00;
  content: "選択中";
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
.catalog-list .wpcf7-list-item-label::before {
  content: "見学を希望する";
  position: absolute;
  background-color: #ccc;
  border: solid 1px #a49e9e;
  color: #2b2a2a;
  width: 100%;
  height: 45px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 0;
  border-radius: 25px;
  top: 0;
  line-height: 3.2;
}
.catalog-list input:checked ~ .wpcf7-list-item-label::before {
  background: transparent;
}
/*||平屋相談会-https://www.ligstyle.com/event/51952/||*/
.catalog-wrap_select .catalog-list .wpcf7-list-item-label::before {
  content: "選択する";
}
@media screen and (min-width: 768px) {
  .catalog-wrap .catalog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /*  .catalog-wrap .section_title {
    margin-bottom: 30px;
  }*/
  .catalog-wrap .catalog-list li {
    margin-bottom: 3rem;
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  /*  .cat-txt02 {
    font-size: 0.9rem;
      flex-grow: 1;
  }*/
  /*    .form-input__checkbox {
  flex-grow: 0;
}*/
}
@media screen and (min-width: 1200px) {
  /*  .catalog-wrap .per-container {
    width: 90%;
    max-width: 1380px;
  }*/
  /*  .catalog-wrap .section_title {
    margin-bottom: 2.8rem;
  }*/
  .catalog-wrap .catalog-list li {
    width: 30%;
    margin-bottom: 6rem;
  }
  /*  .catalog-wrap .section_titlebox {
    margin-bottom: 2.5rem;
  }
  .catalog-wrap .section_titlebox {
    margin-bottom: 60px;
  }*/
  .catalog-wrap .catalog-list .cat-txt01 {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-wrap .catalog-list .cat-txt02 {
    margin-bottom: 0.7rem;
  }
  .catalog-list .wpcf7-list-item-label::before {
    line-height: 4;
    height: 55px;
    font-size: 1.4rem;
    border-radius: 40px;
  }
  .catalog-list .form-input__checkbox .wpcf7-list-item-label::after {
    height: 55px;
    line-height: 1;
    font-size: 1.4rem;
    border-radius: 40px;
  }
  .catalog-list .form-input__checkbox .wpcf7-list-item-label {
    height: 55px;
  }
}
/*モデルハウス見学説明会バナーをイベントの上へ移動-2024/08/06*/
.model_des_block {
  width: 83%;
  margin: 4rem auto 6rem;
  /*
  max-width: 700px;  
*/
/*  max-width: 1000px;*/
      max-width: 600px;
}
.model_des_item {
  display: block;
}
.model_des_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .model_des_block {
    margin: 8rem auto 12rem;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++
イベント詳細ページ-画像貼り付け横幅余白無し
**************++++++++++++++++++++++++****/
.wrap_100 {
  margin-left: -15px;
  margin-right: -15px;
}
/*+++++++++++++++++++++++++++++++++++++++++
イベント詳細ページ-スライダー
**************++++++++++++++++++++++++****/
.event_single_block {
  margin-bottom: 5rem;
}
.event_single_block > .event_single_outer {
  margin-bottom: 5rem;
}
.event_single_block > .event_single_outer:last-child {
  margin-bottom: 0;
}
.event_single_slider li {
  aspect-ratio: 4 / 3;
}
.event_single_slider img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.event_single_list {
  margin-bottom: 2.5rem;
}
.event_single_slider_title {
  font-size: 2rem;
}
.event_single_slider .slick-prev, .event_single_slider .slick-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.event_single_slider .slick-prev::before, .event_single_slider .slick-next::before {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
}
.event_single_slider .slick-prev:hover::before, .event_single_slider .slick-next:hover::before {
  animation: inherit;
}
@media screen and (min-width: 1200px) {
  .event_single_slider .slick-prev, .event_single_slider .slick-next {
    width: 70px;
    height: 70px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++
イベント詳細ページ-https://www.ligstyle.com/event/52107用
**************++++++++++++++++++++++++****/
.kiwari_EV_block {
  background-color: #e3e0db;
  padding: 2rem;
}
.kiwari_EV_btn {
  font-family: "A1明朝", "A1 Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  height: 45px;
  max-width: 600px;
  transition: all 0.5s;
  margin-bottom: 1rem;
}
.kiwari_EV_btn:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all 0.5s;
}
.kiwari_EV_block .kiwari_EV_btn:last-child {
  margin-bottom: 0;
}
.kiwari_EV_btn01:hover {
  color: #fff;
}
.kiwari_EV_btn01 {
  background-color: #412716;
  color: #fff;
}
.kiwari_EV_btn02 {
  border: 1px solid #412716;
  color: #412716;
  transition: all 0.5s;
}
.kiwari_EV_btn02:hover {
  color: #412716;
}
@media screen and (min-width: 768px) {
  .kiwari_EV_btn {
    height: 80px;
    font-size: 2.4rem;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++

**************++++++++++++++++++++++++****/
/*+++++++++++++++++++++++++++++++++++++++++

**************++++++++++++++++++++++++****/