/* ===========================================
20230527_更新（小池）
=========================================== */
/*共通パーツ修正*/
.common-requestInformation-banner {
	padding: 0;
}
/*トップページ修正*/
@media (max-width: 639px) {
  .top-cacth-section {
    padding-bottom: 0;
  }
  .top-lineUp-section {
    padding: 20px 0 0;
  }
  .top-lineup-item-sp {
    padding-top: 0;
  }
  .cm-btn04__topConcept {
    width: 100% !important;
  }
  .detailSec02:nth-child(2) .detailSec02__aBox {
    padding: 68% 0 5px 0 !important;
  }
  .detailSec02:nth-child(3) .detailSec02__aBox {
    padding: 62% 0 0 0 !important;
  }
  .top-concept-section {
    padding-bottom: 0;
  }
  /*お問い合わせ・資料請求ページ修正*/
  .contact-catch-section {
    padding: 0;
  }
  /*会員登録ページ修正*/
  .detailSec08__contact {
    padding-bottom: 20px !important;
  }
  /*コンセプトページ修正*/
  .concept-cacth-section-img {
    padding: 0;
  }
  .concept-cacth-section {
    padding-bottom: 0;
  }
  .detailSec06__box {
    margin-bottom: 0 !important;
  }
  .detailSec06--bottom {
    padding-bottom: 0 !important;
  }
  /*コンセプト詳細（1）(2)ページ修正*/
  .conceptDetails01-reason-section {
    padding-bottom: 0;
  }
  .concept-detail1-reason-cards-sp {
    margin-top: 0 !important;
  }
  .conceptDetails01-banner-bottom {
    margin-top: 0 !important;
  }
  /*ラインナップ*/
  .lineup-catch-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .plan-4style-sp {
    padding: 0 !important;
  }
  .plan-style4-title {
    margin-top: 0 !important;
  }
  /*モデルハウス・ショールーム*/
  .post-1010 .c-entry__content .wp-block-spacer {
    display: none;
  }
  #body.page-id-1010 figure {
    margin-top: 15px !important;
  }
  /*プラン*/
  .plan-seach-filter-posts {
    padding: 0;
  }
  .company-card {
    padding-top: 0;
  }
}
/* ===========================================
20230505_更新（小池）
=========================================== */
/* サポート詳細 */
.concept3-support {
  padding-top: 0 !important;
}
@media screen and (min-width: 1029px) {
  .concept3-support {
    padding-top: 0 !important;
  }
}
/* ===========================================
20230419_更新（小池）
=========================================== */
.common-btn__top {
  font-weight: bold;
  width: 300px;
  padding: 15px 0;
}

.common-btn__top {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  position: relative;
  width: 320px;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: center;
  border: 2px solid #000;
  overflow: hidden;
}
.common-btn__top--white {
  background: #fff;
}
.common-btn__top--green {
  margin: 0;
  margin-right: auto;
  width: 287px;
  color: #008080;
  border: 2px solid #008080;
}
.common-btn__top--green02 {
  width: 287px;
  color: #008080;
  border: 2px solid #008080;
}
.common-btn__top--green03 {
  color: #008080;
  border: 2px solid #008080;
}
.common-btn__top::before {
  position: absolute;
  color: #000;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: left 0.2s cubic-bezier(0.41, 0.2, 0.38, 0.8);
}
.common-btn__top--white::before,
.common-btn__top--green03::before  {
  z-index: 1;
}
.common-btn__top--green::before,
.common-btn__top--green02::before,
.common-btn__top--green03::before {
  color: #008080;
  background: #008080;
}
.common-btn__top--white span,
.common-btn__top--green03 span {
  position: relative;
  z-index: 10;
}
.common-btn__top:hover::before {
  left: 0;
}
.common-btn__top:hover {
  color: #fff;
}
@media (max-width: 639px) {
  .common-btn__top {
      width: 100%;
      padding: 10px 0;
      font-size: 14px;
      letter-spacing: 0px;
  }
}

/* ===========================================
20230416_更新（佐藤）
=========================================== */
@media screen and (max-width: 768px) {
            .l-contents__body .l-contents__container {
               padding: 0;
            }
        }

/* ===========================================
20230220_更新（佐藤）
=========================================== */
.l-contents {
  margin-top: 80px;
}
#booking-package-locale-ja,
h3#reserve {
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  .l-header
    .l-header__content
    .l-simple-header
    .l-simple-header__row
    .c-row
    .c-row__col
    .c-hamburger-btn {
    position: fixed !important;
    top: 15px;
    right: 15px;
  }
}

/* 来場予約 > 「予約日時」に「必須」を追加 */
.selectedDate + .row .name::after {
  content: "【必須】" !important;
  position: inherit !important;
  margin: 0 !important;
  color: #cd2929 !important;
}

/* 来場予約 > 「簡単登録30秒」ボタンを追加 */
@keyframes purupuru_anim {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(-3px, -0);
  }

  10% {
    transform: translate(3px, 0);
  }

  15% {
    transform: translate(-3px, -0);
  }

  20% {
    transform: translate(3px, 0);
  }

  25% {
    transform: translate(-3px, -0);
  }

  30% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.hero01__icon {
  margin-top: -60px !important;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  animation: purupuru_anim 2s infinite;
}

.hero01__aBtn {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  border-radius: 50%;
  background: #008080;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.hero01__icon span {
  display: inline-block;
  margin-top: 2px;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 2px;
}

.hero01__aBtn::after {
  position: absolute;
  bottom: 13px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  content: "";
}

@media screen and (max-width: 768px) {
  .hero01__icon {
    margin-top: -40px !important;
    width: 70px;
    height: 70px;
    font-size: 11px;
    line-height: 19.6px;
  }

  .hero01__aBtn {
    padding-top: 12px;
  }

  .hero01__icon span {
    margin-top: 0;
    font-size: 16px;
  }

  .hero01__aBtn::after {
    bottom: 10px;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 7px;
    border-width: 2px;
  }
}

/* ===========================================
20230210_更新（佐藤）
=========================================== */

@media screen and (max-width: 768px) {
  .none-sp {
    display: none;
  }

  .sp_w100 {
    width: 100%;
  }
}

/* ===========================================

事前アンケート（佐藤）

=========================================== */
#pj-form02 {
  padding: 0;
}

.div_select select,
.div_text input[type="number"] {
  padding: 0.45rem 0.9rem;
}

.div_multicheck .wpcf7-form-control-wrap {
  width: 80%;
}

.div_multicheck input {
  padding: 0.45rem 0.9rem;
}

@media screen and (max-width: 768px) {
  #pj-form02 {
    margin: 0 !important;
  }

  #pj-form02 .pj-form01__row .wpcf7-form-control-wrap {
    width: 90%;
  }
}

/* ===========================================

会員登録

=========================================== */

.p-membership__form {
  padding: 60px 0;
  background-color: #b2c9c8;
}

.p-membership__confirm {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .p-membership__form {
    padding: 60px 0 0;
  }

  .p-membership__form .smb-container {
    padding: 0;
  }

  .p-membership__form .sme-font-size {
    padding: 0 3%;
  }
}

/* ===========================================

プラン詳細

=========================================== */

.category-plan .yoast-breadcrumbs {
  padding: 0 30px;
}

.pj-planPost__ttl {
  padding-top: 36px;
  position: relative;
  text-align: center;
}

.pj-planPost__ttl::before {
  content: "";
  position: absolute;
  background: center/cover no-repeat url("../img/ico_plan_plantxt.png");
  width: 165px;
  height: 100px;
  top: 120px;
  left: 200px;
}

.pj-planPost__madori {
  font-size: 72px;
  font-weight: 300;
  position: relative;
  padding: 5px 0;
}

.pj-planPost__madori::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  background: #008080;
}

.pj-planPost .wp-post-image {
  max-width: 1024px;
  margin: 0 auto;
}

.pj-planPost__tsubo {
  font-size: 32px;
  padding-top: 40px;
  color: #008080;
}

.spOnly {
  display: none;
}

.pj-planPost__table {
  text-align: center;
  padding-bottom: 12px;
}

.pj-planPost .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.plan-post__add {
  font-size: 12px;
}

.deatailInfo__tableBox {
  width: 100%;
  border-collapse: collapse;
}

.deatailInfo__tableBox th {
  width: 300px;
  background: #008080;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 30px;
  line-height: 29px;
  border: 1px solid #dddddd;
  vertical-align: middle;
}

.deatailInfo__tableBox td {
  letter-spacing: 0.75px;
  font-size: 16px;
  padding: 20px 30px;
  line-height: 29px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.cm-btn01-black .cm-Btn01 {
  display: block;
  position: relative;
  width: 80%;
  /* height: 100px; */

  padding: 17px 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 100%;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  border: 3px solid #000;
  color: #000;
}

.cm-btn01-black .cm-Btn01 .cm-Btn01Small {
  display: block;
  font-size: 80%;
}

.cm-btn01-black .cm-Btn01 .cm-Btn01In {
  position: relative;
  z-index: 1;
}

.single .cm-btn01-black {
  width: 360px;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pj-planPost .cm-btn01-black {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .category-plan .yoast-breadcrumbs {
    padding: 0 14px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
    height: 0px !important;
  }

  .pj-planPost__ttl::before {
    width: 100px;
    height: 70px;
    top: 50px;
    left: 3%;
  }

  .pj-planPost__madori {
    font-size: 32px;
  }

  .pj-planPost__tsubo {
    font-size: 20px;
  }

  .pj-planPost .container {
    max-width: 100%;
    padding: 0;
  }

  .deatailInfo__tableBox tr {
    width: 100%;
  }

  .deatailInfo__tableBox th,
  .deatailInfo__tableBox td {
    display: block;
    width: 100%;
  }

  .deatailInfo__tableBox th {
    text-align: center;
    font-size: 13px;
    padding: 4px 2px;
    line-height: 29px;
    vertical-align: middle;
    border: none;
  }

  .deatailInfo__tableBox td {
    letter-spacing: 0.75px;
    padding: 10px 6px;
    border-top: 0;
    text-align: center !important;
    font-size: 14px;
    vertical-align: middle;
  }

  .single .cm-btn01-black {
    width: 80%;
  }

  .single .cm-Btn01 {
    font-size: 14px;
    padding: 10px 0;
  }
}

/* ===========================================

問合せフォーム

=========================================== */

.p-contact__form {
  background-color: #b2c9c8;
  padding: 60px 40px;
}

.p-contact__form > p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 60px 0 0;
  }

  .p-contact__form > p,
  .p-contact__form > figure {
    padding: 0 3%;
  }
}

/* ステップ */
.pj-formStep01 {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 100px auto -150px auto;
  z-index: 2;
  text-align: center;
  list-style: none;
}

.pj-formStep01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 60px;
  margin-top: 0 !important;
  border: 2px solid #008080;
  background-color: #fff;
  color: #008080;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
}

.pj-formStep01 li:nth-child(n + 2) {
  margin-left: 30px;
}

.pj-formStep01 li.active {
  border: 0;
  background-color: #008080;
  color: #fff;
}

.pj-formStep01 li:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 4px);
  right: -19px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008080;
  border-right: 2px solid #008080;
  transform: rotate(45deg);
  content: "";
}

/* フォーム */
fieldset.pj-form01 {
  border: none;
  padding: 100px 70px;
  margin-bottom: 60px;
  background-color: #fff;
}

.pj-form01 {
  margin-top: 120px !important;
}

.pj-form01__row {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
  align-items: flex-start;
  text-align: left;
}

.pj-form01__row > p {
  display: flex;
}

@media screen and (max-width: 768px) {
  .pj-form01__row > p {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  fieldset.pj-form01 {
    margin-bottom: 0;
  }
}

.pj-form01__row > p > label:first-child {
  width: 240px;
  min-width: 240px;
  padding-right: 30px;
  padding-top: 15px;
  display: inline-block;
  vertical-align: top;
}

.pj-form01__row input:not([type="checkbox"]):not([type="radio"]),
.pj-form01__row textarea {
  width: 100%;
}

.req {
  color: #cf2e2e;
  display: inline-block;
}

.pj-form01__row .wpcf7-form-control-wrap {
  /* width: 40%; */
  display: inline-block;
}

input[type="text"].wpcf7-form-control:only-child,
input[type="tel"].wpcf7-form-control:only-child,
input[type="email"].wpcf7-form-control:only-child,
input[type="date"].wpcf7-form-control:only-child,
select.wpcf7-form-control:only-child,
input[type="number"].wpcf7-form-control:only-child {
  border-color: rgba(56, 51, 49, 0.3) !important;
  background: #fff !important;
  border-radius: 0;
  margin-top: 5px;
}

.pj-form01__row small {
  display: block;
  text-align: left;
  line-height: 1.5;
  font-size: 10px;
}

.pj-form01 .div_text {
  text-align: left;
}

.pj-form01__row .div_text span.wpcf7-form-control-wrap {
  line-height: 58px;
}

.pj-form01__sekouhani {
  font-size: 12px;
}

.pj-form01__row textarea {
  padding: 14px 16px;
  border-radius: 0;
}

.pj-form01 .wpcf7-list-item-label {
  padding-left: 8px;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.form-irai {
  text-align: left;
  padding: 48px;
  background: #b2c9c8;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0px;
  margin-top: 40px;
}

.form-irai p span {
  color: #cf2e2e;
  font-weight: bold;
}

.pj-form01 .form-btn {
  margin-top: 20px;
  text-align: center;
}

.pj-form01 .pj-formBtn01 {
  margin-top: 40px;
  cursor: pointer;
  border: 3px solid #008080;
  color: #008080;
  letter-spacing: 0.8px;
  background: #fff;
  padding: 17px 100px;
  font-size: 20px;
  transition: all 0.4s ease;
  border-radius: 0;
}

.pj-form01 .pj-formBtn01:hover {
  background-color: #008080;
  color: #fff;
}

.pj-form01 .pj-formBtn02 {
  margin-top: 40px;
  cursor: pointer;
  border: 3px solid #000;
  color: #000;
  letter-spacing: 0.8px;
  background: #fff;
  padding: 17px 100px;
  font-size: 20px;
  transition: all 0.4s ease;
  border-radius: 0;
  line-height: 1.5;
}

.pj-form01 .pj-formBtn02:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-catalog {
    margin: 0;
    width: 100%;
  }

  .padding_none {
    padding: 0;
  }

  .sp_padding {
    padding: 0 3%;
  }

  /* ステップ */
  .pj-formStep01 {
    display: flex !important;
    justify-content: space-between;
    padding-left: 0;
    padding: 0 3%;
  }

  .pj-formStep01 li {
    width: 29.85%;
    height: 50px;
    margin-right: 0;
    font-size: 11px;
    letter-spacing: 0;
  }

  .pj-formStep01 li:nth-child(n + 2) {
    margin-left: 20px;
  }

  .pj-formStep01 li:not(:last-child)::after {
    right: -13%;
  }

  /* フォーム */
  fieldset.pj-form01 {
    padding: 80px 12px 0;
  }

  .pj-form01__row {
    flex-direction: column;
    margin-bottom: 12px;
  }

  .pj-form01__row > p,
  .pj-form01__row .div_text,
  .pj-form01__row .div_multicheck {
    width: 100%;
    font-size: 14px;
  }

  .pj-form01__row label:first-child {
    width: 100% !important;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .pj-form01__row .wpcf7-form-control-wrap {
    width: 100%;
  }

  .pj-form01 .wpcf7-list-item-label {
    font-size: 14px;
  }

  .pj-form01__row input[type="email"],
  .pj-form01__row input[type="number"],
  .pj-form01__row input[type="password"],
  .pj-form01__row input[type="search"],
  .pj-form01__row input[type="tel"],
  .pj-form01__row input[type="date"],
  .pj-form01__row input[type="text"],
  .pj-form01__row input[type="url"] {
    width: 100%;
    padding: 8px 10px;
    margin-top: 4px;
    height: 40px;
    font-size: 14px;
  }

  .pj-form01__row .wpcf7-list-item {
    margin: 0;
  }

  .form-irai {
    margin: 30px auto 0;
    padding: 25px 10px;
  }

  .pj-form01 .pj-formBtn01,
  .pj-form01 .pj-formBtn02 {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  .pj-form01 .pj-formBtn01 {
    margin-top: 20px;
  }
}

/* ===========================================

TOP > プラン（タブ切り替え）

=========================================== */
.cm-tabBox01 input {
  display: none;
}

.input1:checked ~ .cm-tabBox01__cnt .tab1,
.input2:checked ~ .cm-tabBox01__cnt .tab2,
.input3:checked ~ .cm-tabBox01__cnt .tab3,
.input4:checked ~ .cm-tabBox01__cnt .tab4,
.input5:checked ~ .cm-tabBox01__cnt .tab5,
.input6:checked ~ .cm-tabBox01__cnt .tab6,
.input7:checked ~ .cm-tabBox01__cnt .tab7,
.input8:checked ~ .cm-tabBox01__cnt .tab8,
.input9:checked ~ .cm-tabBox01__cnt .tab9 {
  background-color: #008080;
}

.cm-tabBox01__box {
  font-size: 16px;
  display: none;
}

.input1:checked ~ .cm-tabBox01__cnt .box1,
.input2:checked ~ .cm-tabBox01__cnt .box2,
.input3:checked ~ .cm-tabBox01__cnt .box3,
.input4:checked ~ .cm-tabBox01__cnt .box4,
.input5:checked ~ .cm-tabBox01__cnt .box5,
.input6:checked ~ .cm-tabBox01__cnt .box6,
.input7:checked ~ .cm-tabBox01__cnt .box7,
.input8:checked ~ .cm-tabBox01__cnt .box8,
.input9:checked ~ .cm-tabBox01__cnt .box9 {
  display: block;
}

.cm-tabBox01__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 8px;
}

.cm-tabBox01__tab {
  display: inline-block;
  width: 100%;
  margin: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #b2c9c8;
}

.cm-tabBox01__cnt label {
  cursor: pointer;
  display: inline-block;
  /* line-height: 64px; */
  line-height: 40px;
  width: 100%;
}

.cm-tabBox01__tab label span {
  /* font-size: 26px; */
  font-size: 20px;
  font-weight: bold;
}

.cm-tabBox01__boxHead {
  background-color: #008080;
  text-align: center;
  color: #ffffff;
  padding: 20px 0 0 0;
}

.cm-tabBox01__subttl {
  padding: 10px 0 20px;
}

.cm-tabBox01__subttl > * {
  display: inline-block;
}

.cm-tabBox01__type {
  font-size: 56px;
}

.cm-tabBox01__type span {
  font-size: 24px;
  padding-left: 4px;
}

.cm-tabBox01__price {
  position: relative;
  padding: 0 70px 0 90px;
  margin-left: 24px;
  font-size: 56px;
  line-height: 1;
}

.cm-tabBox01__price::before {
  content: "";
  height: 60px;
  width: 60px;
  background: url(../img/img_top_plan__price.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.cm-tabBox01__price::after {
  content: "";
  height: 70px;
  width: 70px;
  background: url(../img/img_top_plan__en.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -11px;
}

.cm-tabBox01__boxCnt {
  border: 1px solid #4d4a46;
  border-top: none;
  width: 100%;
  text-align: center;
  background: #fff;
  position: relative;
}

.cm-tabBox01__boxCnt img {
  width: auto;
  height: 360px;
  object-fit: contain;
}

.cm-tabBox01__btns {
  text-align: center;
  padding-bottom: 40px;
}

.cm-tabBox01__btns > * {
  width: 30%;
  padding: 8px 0;
}

.cm-tabBox01__btns > *:last-child {
  margin-left: 40px;
}

.cm-btn05 {
  display: inline-block;
  border: 3px solid #008080;
  text-decoration: none;
  transition: all 0.4s ease;
}

.cm-btn05 span {
  color: #008080;
}

.cm-btn05:hover {
  background-color: #000;
  border: 3px solid #000;
}

.cm-btn05:hover span {
  color: #fff;
}

.cm-btn06 {
  display: inline-block;
  border: 3px solid #008080;
  text-decoration: none;
  transition: all 0.4s ease;
  background-color: #008080;
}

.cm-btn06 span {
  color: #fff;
}

.cm-btn06:hover {
  background-color: #fff;
}

.cm-btn06:hover span {
  color: #008080;
}

@media screen and (max-width: 768px) {
  .cm-tabBox01__tabs {
    grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
    gap: 4px;
    padding-bottom: 8px;
  }

  .cm-tabBox01__boxHead {
    padding: 10px 0;
  }
  .cm-tabBox01__boxHead > p {
    font-size: 12px;
  }
  .cm-tabBox01__subttl {
    padding: 10px 0 0 0;
  }

  .cm-tabBox01__type {
    font-size: 5vw;
  }

  .cm-tabBox01__type span {
    font-size: 14px;
    padding-left: 0;
  }

  .cm-tabBox01__price {
    font-size: 7vw;
    padding: 0px 11vw 0 12vw;
    margin-left: 0;
  }

  .cm-tabBox01__price::before {
    height: 9vw;
    width: 10vw;
    bottom: 0;
  }

  .cm-tabBox01__price::after {
    height: 11vw;
    width: 12vw;
    right: 2px;
    bottom: -6px;
  }

  /*     .cm-tabBox01__boxCnt {
        padding-top: 24px;
        padding-bottom: 12px;
    } */

  .cm-tabBox01__btns {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .cm-tabBox01__btns a {
    width: 100%;
    max-width: 120px;
  }

  .cm-tabBox01__btns > * {
    padding: 10px 0;
  }

  .cm-tabBox01__boxCnt img {
    height: auto;
  }

  .cm-tabBox01__btns > *:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .cm-tabBox01__tabs {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
}

/* ===========================================

来場予約カレンダー

=========================================== */

.pj-formAttention {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}

.pj-formAttention__btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: #008080;
}

.pj-formAttention ul {
  list-style: none;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 24px;
  padding-left: 0;
  margin-bottom: 54px;
}

.pj-formAttention li {
  width: 100%;
}

.pj-formAttention li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pj-formAttention {
    width: 90%;
    height: auto;
  }

  .pj-formAttention ul {
    flex-direction: column;
  }
}

#booking-package_calendarPage {
  background-color: #f9f9f9 !important;
}

#booking-package_calendarPage .closeDay {
  background-color: #eee !important;
}

#booking-package_calendarPage .dayPanel {
  font-weight: bold;
}

#booking-package_calendarPage .dayPanel.sun,
#booking-package_calendarPage .dayPanel.mon,
#booking-package_calendarPage .dayPanel.tue,
#booking-package_calendarPage .dayPanel.wed,
#booking-package_calendarPage .dayPanel.thu,
#booking-package_calendarPage .dayPanel.fri,
#booking-package_calendarPage .dayPanel.sat {
  border-color: #fff;
  background-color: #f9f9f9;
}

#booking-package_calendarPage .dayPanel.sun:not(.dayPanelHeight) {
  background-color: #fde8ef;
}

#booking-package_calendarPage .dayPanel.sat:not(.dayPanelHeight) {
  background-color: #d4f2fa;
}

#booking-package_calendarPage .dayPanel {
  border-width: 2px 0px 0px 2px;
}

#booking-package_calendarPage .calendar {
  padding: 0 !important;
}

.calendarData {
  font-weight: bold !important;
}

.arrowRight {
  padding-right: 20px;
}

.arrowLeft {
  padding-left: 20px;
}

.arrowRight span,
.arrowLeft span {
  font-size: 20px;
  font-weight: bold;
  vertical-align: bottom;
}

.selectedDate {
  font-weight: bold !important;
}

#returnToCalendarButton,
#returnToSchedules,
#confirmBookingButton,
.bookingButton {
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
  font-size: 20px !important;
  margin: 0 auto;
  border: none;
  font-weight: bold !important;
}

/* #nextAndReturnPanel {
    margin-top: 20px;
} */

#confirmBookingButton,
.bookingButton {
  background-color: #008080;
  color: #fff;
}

#booking-package_inputFormPanel .returnButton {
  margin: 10px;
}

.bottomPanelForPositionInherit,
.bottomBarPanel {
  text-align: center;
}

#booking-package_inputFormPanel .required:after,
.calendar__house .required::after {
  content: "【必須】" !important;
  position: inherit !important;
  margin: 0 !important;
  color: #cd2929 !important;
}

#booking-package_inputFormPanel .bottomBarPanel,
#booking-package_pay_with_stripe_konbini .bottomBarPanel {
  padding: 0 !important;
}

.value input:not([type="radio"]):not([type="checkbox"]),
.value select {
  height: 54px;
  padding: 0.5em 1em !important;
}

textarea#booking_package_input_question {
  min-height: 200px;
  resize: vertical;
}

#booking-package_inputFormPanel .row {
  display: flex !important;
  padding: 30px 10px !important;
}

.calendar__house {
  display: flex;
  padding: 30px 10px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#calendar {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ddd;
}

#booking-package_inputFormPanel .row .name,
.calendar__house .name {
  flex: 0 0 210px;
}

#booking-package_inputFormPanel .row .value,
.calendar__house .value {
  flex: 0 1 100%;
  margin-left: 10px;
}

#booking_package_input_guests_5,
#booking_package_input_guests_8,
#booking_package_input_name,
#booking_package_input_namekana,
#booking_package_input_phone,
#booking_package_input_email,
#booking_package_input_postcode,
#booking_package_input_pref,
#booking_package_input_city {
  width: 50% !important;
}

#searchButton {
  border: none;
  margin-left: 10px;
  height: 54px;
  padding: 10px 20px;
  background-color: #008080;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .arrowRight,
  .arrowLeft {
    padding: 0 !important;
  }

  #booking-package_inputFormPanel .row {
    flex-direction: column;
    padding: 20px 0 !important;
  }

  .calendar__house {
    flex-direction: column;
    padding: 20px 0 !important;
    margin:0 auto !important;
  }

  #booking-package_inputFormPanel .row .name,
  .calendar__house .name {
    flex: auto;
  }

  #booking-package_inputFormPanel .row .value,
  .calendar__house .value {
    margin: 0;
  }

  #booking_package_input_name,
  #booking_package_input_namekana,
  #booking_package_input_phone,
  #booking_package_input_email,
  #booking_package_input_pref,
  #booking_package_input_city {
    width: 100% !important;
  }

  #booking-package_inputFormPanel .returnButton {
    margin: 10px 0;
  }
}

/* ===========================================

プラン一覧 > タブ切り替えエリア

=========================================== */
ul {
  padding: 0;
}

li {
  list-style: none;
}

.planHero__tabArea {
  background-color: #b2c9c8;
  padding: 1px 0;
  margin: 0 !important;
  width: 100%;
}

.planHero__indexTab {
  position: relative;
}

.planHero__indexTabBox {
  position: relative;
  padding: 0;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 40px auto 0;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(10, 1fr);
}

.planHero__li {
  list-style: none;
  display: flex;
  align-items: center;
  z-index: 10;
  min-height: 90px;
  background: #7e9a9a;
  justify-content: center;
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.3);
}

.planHero__li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 80px;
  line-height: 80px;
  text-align: center;
}

.planHero__on {
  border: solid 1px #444;
  position: relative;
  background: #008080 !important;
}

.planHero__on::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 10px;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.planHero__indexTop {
  padding: 48px 0 100px;
  background-color: #b2c9c8;
}

.planHero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

.planHero__txtResult {
  flex: 0 0 400px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 49%;
  color: #191919;
}

.planHero__num {
  font-size: 32px;
  font-weight: bold;
  margin-right: 2px;
  word-wrap: break-word;
  color: #008080;
}

.planHero__boxMember {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.member__btn {
  display: block;
  width: 100%;
  max-width: 220px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 33px 8px 22px;
  line-height: 60px;
}

.member__btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  right: 20px;
  top: calc(50% - 5px);
}

.member__gold {
  background-color: #008080;
  color: #ffffff;
}

.member__gold::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.member__login {
  margin-left: 20px;
  border: 1px solid #000;
  background-color: #ffffff;
  color: #191919;
}

.member__login::before {
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
}

.planHero__btnLogin {
  display: block;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .planHero__indexTab {
    background-color: #b2c9c8;
    padding: 18px 0 25px;
  }

  .planHero__indexTabBox {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
  }

  .planHero__li {
    min-height: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }

  .planHero__li a {
    min-height: 60px;
    line-height: 60px;
  }

  .planHero__indexTop {
    padding: 0;
    background-color: #fff;
  }

  .planHero__inner {
    display: block;
    background-color: #b2c9c8;
    padding-bottom: 30px;
    width: 100%;
  }

  .planHero__txtResult {
    font-size: 13px;
    text-align: left;
    max-width: none;
    background-color: #b2c9c8;
    padding: 0px 5% 15px;
  }

  .planHero__num {
    font-size: 24px;
    margin-right: 1px;
  }

  .planHero__boxMember {
    margin-top: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 425px) {
  .planHero__boxMember {
    flex-direction: column;
  }

  .member__login {
    margin: 10px 0 0 0 !important;
  }
}

/* ===========================================

プラン一覧 > プランカード

=========================================== */

.p-plan--breadcrumb {
  max-width: 1280px;
}

.p-plan {
  padding-top: 40px;
}

.p-plan .smb-section__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.p-plan__items {
  display: grid;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.p-plan__link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.p-plan__caution {
  margin-top: 40px;
  font-size: 14px;
}

.p-card__link:hover {
  opacity: 0.7;
}

.p-card__img {
  margin-bottom: 0;
  position: relative;
  background: #fff;
  padding-top: 70%;
}

.p-card__img::after {
  content: "";
  position: absolute;
  width: 155px;
  height: 38px;
  background: center/cover no-repeat url(../img/ico_planArch_more.png);
  bottom: 16px;
  right: 16px;
}

.p-card__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.p-card__cover {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: top/cover no-repeat url(../img/img_plan_01.png);
  top: 0;
  left: 0;
  z-index: 2;
}

.p-card__cover--top {
  background: top/cover no-repeat url(../img/img_plan_01TopHover.png);
}

.cover__inimg {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-card__cover--top {
    background: center / cover no-repeat url(../img/img_planSp_01.jpg);
  }

  .cover__inimg {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    margin-top: 130px;
    height: 116px;
    background: top/cover no-repeat url(../img/img_planTtl_01.png);
  }

  /*     .limited__btnBox--top {
        bottom: 230px !important;
    } */
}

.p-cover__btn {
  position: absolute;
  width: 100%;
  bottom: 3vw;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 4%;
}

.limited__btn {
  width: 40%;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 33px 8px 22px;
}

.limited__btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  right: 20px;
  top: calc(50% - 5px);
}

.limited__gold {
  border: 1px solid #fff;
  background-color: #008080;
  color: #ffffff;
}

.limited__gold::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.limited__login {
  border: 1px solid #000;
  background-color: #ffffff;
  color: #191919;
}

.limited__login::before {
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
}

.p-card__textarea {
  background: #b2c9c8;
  padding: 34px;
  position: relative;
}

.p-card__label {
  position: absolute;
  width: 144px;
  height: 141px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 48px;
  text-align: center;
}

.p-card__label--1 {
  background: url(../img/plan_head01.png);
  background-size: contain;
}

.p-card__label--2 {
  background: url(../img/plan_head02.png);
  background-size: contain;
}

.p-card__label--3 {
  background: url(../img/plan_head03.png);
  background-size: contain;
}

.p-card__lank {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 70px;
}

.p-card__lank-after {
  color: #fff;
}

.p-card__main {
  text-align: center;
}

.p-card__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.p-card__planning {
  font-weight: bold;
  text-align: left;
  padding-right: 12px;
}

.p-card__price {
  font-size: 18px;
}

.p-card__price span {
  font-size: 80%;
}

.p-card__price small {
  font-size: 60%;
}

.p-card__price:after {
  content: "※";
  font-size: 10px;
}

.p-card__title {
  font-weight: 600;
  font-size: 24px;
  padding-top: 6px;
}

.limited__plan {
  font-size: 20px;
  font-weight: bold;
  padding: 34px 0;
  text-align: center;
  background: #f2f2f2;
  margin: 31px calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .limited__plan {
    font-size: 15px;
    padding: 26px 0;
  }

  .member__btn {
    max-width: 180px;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
  }

  .member__login {
    margin-left: 10px;
  }

  .limited__btn {
    font-size: 16px;
  }

  .p-plan__items {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .p-card__textarea {
    padding: 24px;
  }

  .p-card__label {
    width: 93px;
    height: 91px;
    padding-right: 34px;
  }

  .p-card__lank {
    font-size: 16px;
    line-height: 46px;
  }

  .p-card___lank-after {
    font-size: 14px;
    color: #fff;
  }

  .p-card__desc {
    flex-direction: column;
    align-items: center;
    font-size: 4vw;
  }

  .p-card__title {
    font-size: 20px;
    line-height: 1;
  }

  .p-card__img::after {
    width: 80px;
    height: 20px;
    bottom: 8px;
    right: 8px;
  }

  .p-cover__btn {
    bottom: 8vw;
  }

  .limited__btn {
    width: 40%;
    font-size: 11px;
    padding: 8px 5% 8px 2%;
  }
}

/* フッター */
/* footer(ウィジット) */
.w-footer-items {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 100px;
}

.w-footer-menu {
  list-style: none;
}

.w-footer-list:not(:first-child) {
  margin-top: 21.6px;
}

.w-footer-link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.w-footer-logo img {
  width: 160px !important;
}

@media screen and (max-width: 1024px) {
  .w-footer-items {
    display: block;
    margin: 0 auto;
  }

  .w-footer-menu {
    padding-top: 21.6px;
    border-top: 1px solid #333;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 90px;
    box-sizing: border-box;
  }

  .w-footer-item:nth-child(4) .w-footer-menu {
    height: 120px;
  }

  .w-footer-item:nth-child(4) .w-footer-menu__sm {
    height: 96px;
  }

  .w-footer-list {
    width: 50%;
    position: relative;
    padding-left: 10px;
  }

  .w-footer-list::before {
    position: absolute;
    top: 11px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-width: 3px 0 3px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
  }

  .w-footer-list:not(:first-child) {
    margin-top: 0;
  }

  .w-footer-item:not(:last-child) .w-footer-menu {
    border-top: 1px solid #333;
  }

  .w-footer-link {
    font-size: 11px;
  }
}

@media screen and (max-width: 410px) {
  .w-footer-item:nth-child(2) .w-footer-menu {
    height: 120px;
  }
}

/* footer(ウィジット) ここまで */
.c-copyright {
  display: none !important;
}

.w-footer-section {
  padding: 0 !important;
}

.w-footer-copyright {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .w-footer-copyright {
    margin-bottom: 10px !important;
  }
}

/* footerSpFixed */
.p-drop-nav {
  display: none;
}

.is-vision {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.side-fix {
  position: fixed;
  pointer-events: none;
  top: 250px;
  right: 56px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
}

.side-fix.is-vision {
  right: 40px;
}

.side-fix ul {
  display: flex;
  flex-direction: column;
}

.side-fix__list {
  list-style: none;
  width: 56px;
  height: 150px;
  background: #fff;
}

.side-fix__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: -0.5em;
  text-decoration: none;
}

.side-fix__list:first-child .side-fix__link {
  background: var(--sub-accent-color);
}

.side-fix__list:last-child .side-fix__link {
  background: #000;
}

.side-fix__span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.side-fix__list:first-child .side-fix__span::before {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-bottom: 5px;
  background: url(https://www.homestand.jp/wp-content/uploads/2023/01/follow-icon-01.png)
    center center/contain no-repeat;
  content: "";
}

.side-fix__list:last-child .side-fix__span::before {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-bottom: 5px;
  background: url(https://www.homestand.jp/wp-content/uploads/2023/01/follow-icon-02.png)
    center center/contain no-repeat;
  content: "";
}

.sp-fix-list {
  display: none;
}

@media (max-width: 639px) {
  .side-fix {
    display: none;
  }

  .c-page-top {
    display: none;
  }

  .sp-fix-list {
    display: block;
    position: fixed;
    bottom: -65px;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 65px;
    border-top: 1px solid #fff;
    transition: all 0.2s ease-out;
    padding-left: 0;
  }

  .sp-fix-list.is-vision {
    bottom: 0;
  }

  .sp-fix-list__list {
    display: flex;
    justify-content: space-between;
  }

  .sp-fix-list__link {
    display: block;
    position: relative;
    width: 25%;
    height: 65px;
    padding: 38px 0 0;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
  }

  .sp-fix-list__link:first-child {
    background: #208080;
  }

  .sp-fix-list__link::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sp-fix-list__link::before {
    width: 23px;
    height: 23px;
  }

  .sp-fix-list__link:nth-child(1)::before {
    background: url(https://www.homestand.jp/wp-content/uploads/2023/01/follow-icon-01.png)
      top center/cover no-repeat;
  }

  .sp-fix-list__link:nth-child(2)::before {
    background: url(https://www.homestand.jp/wp-content/uploads/2023/01/follow-icon-02.png)
      top center/cover no-repeat;
  }

  .sp-fix-list__link:nth-child(3)::before {
    background: url(https://www.homestand.jp/wp-content/uploads/2023/01/follow-icon-03.png)
      top center/cover no-repeat;
  }

  .sp-fix-list__link:nth-child(4)::before {
    background: url(https://www.homestand.jp/wp-content/uploads/2023/01/follow-icon-04.png)
      top center/cover no-repeat;
  }

  .sp-fix-list__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }

  .sp-fix-list li {
    list-style: none;
    padding: 0;
  }
}

/* footerSpFixedここまで */

/* 2023-03-15 追加 */
/*-----------------------------------------------
	index
-----------------------------------------------*/
.mainTitBox.lazyloaded {
  background: url(../img/title/bgModelhouse.jpg) top center / cover no-repeat;
}
.mainTitBox .topTit {
  margin: -20px 0 0 -75px;
}
/* secTop */
.secTop {
  text-align: center;
  height: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.secTop.lazyloaded {
  background: url(../img/modelhouse/bgTop.jpg) top center no-repeat;
}
.secTop .boxInner {
  position: relative;
}
.secTop .boxInner::before {
  content: "";
  position: absolute;
  top: -40px;
  background: url(../img/modelhouse/topLeft.png) top center no-repeat;
  left: -115px;
  width: 363px;
  height: 362px;
}
.secTop .boxInner::after {
  content: "";
  position: absolute;
  top: -20px;
  background: url(../img/modelhouse/topRight.png) top center no-repeat;
  right: -130px;
  width: 117px;
  height: 92px;
}
.secTop .tit {
  font-size: 50px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 5px;
}
.secTop .txt {
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 15px;
}
.secTop .iconBox {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 110px;
  margin: 24px auto 0;
  padding: 15px 0;
  background: #ffff00;
  color: #1d1d1d;
}
@media only screen and (max-width: 675px) {
  .secTop {
    height: auto;
    display: block;
    padding: 40px 0 50px;
  }
  .secTop.lazyloaded {
    background: url(../img/modelhouse/bgTopSp.jpg) top center / cover no-repeat;
  }
  .secTop .boxInner {
    display: inline-block;
  }
  .secTop .boxInner::before {
    top: -4px;
    background: url(../img/modelhouse/topLeftSp.png) top center / cover
      no-repeat;
    left: 20px;
    width: 90px;
    height: 107px;
  }
  .secTop .boxInner::after {
    top: -12px;
    background: url(../img/modelhouse/topRightSp.png) top center / cover
      no-repeat;
    right: -12px;
    width: 77px;
    height: 61px;
  }
  .secTop .titEng {
    width: 91px;
    margin: 0 auto;
  }
  .secTop .tit {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    padding-top: 5px;
  }
  .secTop .txt {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding-top: 10px;
  }
  .secTop .iconBox {
    font-size: 14px;
    letter-spacing: 1px;
    width: 85px;
    margin: 20px auto 0;
    padding: 7px 0;
  }
}

/* secBnr */
.secBnr {
  margin-top: 100px;
}
.secBnr .aBnr {
  display: block;
}
@media only screen and (max-width: 675px) {
  .secBnr {
    margin-top: 30px;
  }
  .secBnr.details {
    padding-bottom: 50px;
    border-bottom: none;
    position: relative;
  }
  .secBnr.details::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ddd;
    width: 92%;
    height: 1px;
  }
}

/* secIndex */
.secIndex .list {
  margin-top: 100px;
}
.secIndex .box {
  background: #fafafa;
}
.secIndex .box + .box {
  margin-top: 50px;
}
.secIndex .aBox {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.secIndex .imgList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #fff;
}
.secIndex .imgList .imgBox {
  width: 50%;
  padding-top: 32.239%;
}
.secIndex .boxIn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 30px 0 40px;
}
.secIndex .boxInner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: calc(100% - 280px);
  padding-top: 10px;
}
.secIndex .iconNew {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: -130px;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 28px;
  background: #ffff00;
  color: #000;
  font-size: 12px;
}
.listIcon li.icon {
  padding: 8px 13px;
}
.secIndex .boxTit {
  display: inline;
  position: absolute;
  top: -90px;
  left: 0;
  padding: 0 15px 0 20px;
  background: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 2px;
}
.secIndex .boxTxt01 {
  margin-left: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.secIndex .boxTxt02 {
  width: 100%;
  margin-top: 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  max-height: 60px;
}
.secIndex .boxBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 240px;
}
.secIndex .boxBtn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 10px;
  overflow: hidden;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
}
.secIndex .boxBtn .btnDetails {
  border: 3px solid #000;
  color: #000;
}
.secIndex .boxBtn .btnReserve {
  margin: 15px 0 5px;
  border: 3px solid #23b8c5;
  color: #23b8c5;
}
.secIndex .boxBtn a::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: left 0.2s cubic-bezier(0.41, 0.2, 0.38, 0.8);
  -moz-transition: left 0.2s cubic-bezier(0.41, 0.2, 0.38, 0.8);
  -ms-transition: left 0.2s cubic-bezier(0.41, 0.2, 0.38, 0.8);
  transition: left 0.2s cubic-bezier(0.41, 0.2, 0.38, 0.8);
}
.secIndex .boxBtn .btnDetails::before {
  background: #000;
}
.secIndex .boxBtn .btnReserve::before {
  background: #23b8c5;
}
.secIndex .boxBtn a:hover {
  opacity: 1;
  color: #fff;
}
.secIndex .boxBtn a:hover::before {
  left: 0;
}
.secIndex .btnIn {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 675px) {
  .mainTitBox .titEng {
    width: 191px;
    height: 54px;
    background: url(../img/modelhouse/txtModelhouseSp.png) center center /
      contain no-repeat;
  }
  .mainTitBox .boxIn.wrapper1280 .titEng img {
    display: none;
  }
  .mainTitBox .topTit {
    margin: 2px 0 0;
  }
  .secIndex .list {
    margin-top: 30px;
  }
  .secIndex .box {
    position: relative;
  }
  .secIndex .box + .box {
    margin-top: 40px;
  }
  .secIndex .boxIn {
    -webkit-flex-direction: column;
    flex-direction: column;
    position: static;
    width: 100%;
    height: auto;
    padding: 20px 5.333%;
  }
  .secIndex .boxInner {
    width: 100%;
    padding-top: 0;
  }
  .secIndex .iconNew {
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    font-size: 10px;
  }
  .secIndex .boxTit {
    display: block;
    order: 2;
    position: static;
    width: 100%;
    padding: 0;
    background: transparent;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 1.5px;
    -webkit-line-clamp: 2;
    max-height: 56px;
    margin-top: 10px;
  }
  .listIcon li.icon {
    min-width: 50px;
    padding: 4px 10px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .listIcon li.icon + li.icon {
    margin-left: 2px;
  }
  .secIndex .boxTxt01 {
    order: 3;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .secIndex .boxTxt02 {
    display: none;
  }
  .secIndex .boxBtn {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }
  .secIndex .boxBtn a {
    width: 47.761%;
    padding: 8px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .secIndex .boxBtn .btnReserve {
    margin: 0;
  }
}

.secIndex + .secBnrMain {
  margin-top: 90px;
}
@media only screen and (max-width: 675px) {
  .secIndex + .secBnrMain {
    margin-top: 60px;
  }
}

/*-----------------------------------------------
	details
-----------------------------------------------*/
.mainTitBox.hero {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  height: 700px;
  padding-top: 64px;
  background: none;
  text-align: center;
  position: relative;
}
.mainTitBox.hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/modelhouse/bgMask.png) top center no-repeat;
  background-size: cover;
  opacity: 0.4;
}
.mainTitBox.hero .boxIn {
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}
.mainTitBox.hero .topTit {
  margin: 40px auto 42px;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 2px;
}
.mainTitBox.hero .iconNew {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 28px;
  margin-bottom: 20px;
  background: #ffff00;
  color: #000;
  font-size: 12px;
}
.mainTitBox.hero .titEng {
  margin-right: 0;
}
.mainTitBox.hero .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* detailsTit */
.secDetails .detailsTit {
  position: relative;
  margin-top: 10px;
  padding-bottom: 50px;
}
.secDetails .detailsTit::after {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
  width: calc(100% - 60px);
  height: 150px;
  background: #f5f5f5;
  content: "";
}
.secDetails .detailsTit .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.secDetails .detailsTit .imgBox {
  width: 48.4375%;
  padding-top: calc(64.516% * 0.484375);
  margin: 0 auto 0 0;
}
.secDetails .detailsTit .iconNew {
  color: #000;
}
.secDetails .detailsTit .iconNew + .boxTit {
  padding-top: 20px;
}
.secDetails .detailsTit .boxTit {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  padding-top: 15px;
  letter-spacing: 2px;
}
.secDetails .detailsTit .boxIn {
  width: 48.4375%;
  margin-bottom: 20px;
}
.secDetails .detailsTit .boxTxt {
  font-size: 20px;
  line-height: 42px;
}
@media only screen and (max-width: 675px) {
  .mainTitBox.hero {
    height: 400px;
    padding-top: 85px;
  }
  .mainTitBox.hero .boxIn {
    -webkit-align-items: center;
    align-items: center;
  }
  .mainTitBox.hero .iconNew {
    width: 40px;
    height: 20px;
    margin-bottom: 25px;
    font-size: 10px;
  }
  .mainTitBox.hero .titEng {
    width: 156px;
    height: 34px;
    margin: 0 auto;
    background: none;
  }
  .mainTitBox.hero .topTit {
    margin: 8px auto 14px;
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 1px;
  }
  .mainTitBox .boxIn:not(.wrapper1280) .titEng img {
    display: block;
  }
  .secDetails .detailsTit {
    margin-top: 33px;
    padding-bottom: 30px;
  }
  .secDetails .detailsTit::after {
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100px;
  }
  .secDetails .detailsTit .wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .secDetails .detailsTit .boxIn {
    width: 100%;
    margin-bottom: 33px;
  }
  .secDetails .detailsTit .imgBox {
    width: 100%;
    padding-top: 64.478%;
    margin: 0 auto;
  }
  .secDetails .detailsTit .iconNew + .boxTit {
    padding-top: 0;
  }
  .secDetails .detailsTit .boxTxt {
    font-size: 16px;
    line-height: 28px;
    font-feature-settings: "palt";
  }
}

/* secDeatailsInfo */
.secDeatailsInfo {
  margin-top: 80px;
}
.secDeatailsInfo.bottom {
  margin-top: 40px;
}
.secDetailsMap + .secDeatailsInfo.bottom {
  margin-top: 50px;
}
.secDeatailsInfo .list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.secDeatailsInfo .boxLeft {
  width: 62.5%;
}
.secDeatailsInfo table {
  width: 100%;
}
.secDeatailsInfo th,
.secDeatailsInfo td {
  font-size: 16px;
  padding: 20px 30px;
  line-height: 29px;
  border: 1px solid #dddddd;
  vertical-align: middle;
}
.secDeatailsInfo th {
  width: 180px;
  background: #f3f3f3;
  text-align: center;
}
.secDeatailsInfo td {
  letter-spacing: 0.75px;
}
.secDeatailsInfo td a {
  color: #23b8c5;
  text-decoration: underline;
  display: inline-block;
}
.secDeatailsInfo .boxRight {
  width: 34.375%;
  padding-top: 10px;
}
.secDeatailsInfo .aBtn {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background: #23b8c5;
  padding: 28px 0 20px;
}
.secDeatailsInfo .aBtn .btnTxt {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
  display: inline-block;
}
.secDeatailsInfo .aBtn .btnTxtIn {
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
}
.secDeatailsInfo .aBtn .btnTxt::before {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 17.5px);
  background: url(../img/modelhouse/iconFlag.png) top center / cover no-repeat;
  width: 35px;
  height: 36px;
}
.secDeatailsInfo .aBtn.aTel {
  border: 3px solid #000;
  background: #fff;
  color: #000;
  padding: 20px 0 10px;
  margin-top: 20px;
}
.secDeatailsInfo .numBox {
  text-indent: -12px;
}
.secDeatailsInfo .num {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  padding-left: 55px;
}
.secDeatailsInfo .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/modelhouse/iconTel.png) top center / cover no-repeat;
  width: 34px;
  height: 34px;
}
.secDeatailsInfo .smallTxt {
  margin-top: 4px;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (max-width: 675px) {
  .secDeatailsInfo {
    margin-top: 30px;
  }
  .secDetailsMap + .secDeatailsInfo.bottom {
    margin-top: 30px;
  }
  .secDeatailsInfo.bottom {
    margin-top: 30px;
  }
  .secDeatailsInfo .list {
    display: block;
  }
  .secDeatailsInfo .boxLeft {
    width: 89.334%;
    margin: 0 auto;
  }
  .secDeatailsInfo th,
  .secDeatailsInfo td {
    font-size: 14px;
    padding: 10px 15px;
  }
  .secDeatailsInfo th {
    width: 70px;
  }
  .secDeatailsInfo td {
    line-height: 22px;
  }
  .secDeatailsInfo .boxRight {
    display: -webkit-flex;
    display: flex;
    -webkig-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0;
    background: #f3f3f3;
  }
  .secDeatailsInfo .aBtn {
    width: 265px;
    margin: 0 auto;
    padding: 12px 0;
  }
  .secDeatailsInfo .aBtn .btnTxt {
    font-size: 12px;
    line-height: 20px;
  }
  .secDeatailsInfo .aBtn .btnTxt::before {
    top: calc(50% - 20px);
    left: 25px;
  }
  .secDeatailsInfo .aBtn.aTel {
    padding: 8px 0 9px;
    margin-top: 0;
  }
  .secDeatailsInfo .numBox {
    text-indent: -2px;
  }
  .secDeatailsInfo .num {
    padding-left: 35px;
    font-size: 22px;
  }
  .secDeatailsInfo .num::before {
    width: 23px;
    height: 23px;
  }
  .secDeatailsInfo .smallTxt {
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
  }
  .secDeatailsInfo .aBtn.aReserve {
    margin-top: 15px;
  }
  .secDeatailsInfo .aBtn .btnTxtIn {
    font-size: 16px;
  }
}

/* secDetailsStaff */
.secDetailsStaff {
  background: #e4ebec;
  padding: 55px 80px 55px 70px;
  margin-top: 100px;
}
.secDetailsStaff .list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.secDetailsStaff .boxIn {
  order: 1;
}
.secDetailsStaff .boxTit {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.secDetailsStaff .boxTxt {
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
}
.secDetailsStaff .imgBoxMain {
  order: 2;
  width: 250px;
  position: relative;
}
.secDetailsStaff .imgBoxMain + .boxIn {
  width: calc(100% - 350px);
}
.secDetailsStaff .imgBoxMain .imgBox {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
}
.secDetailsStaff .imgBoxMain .txtStaff {
  position: absolute;
  bottom: -20px;
  left: -110px;
}
@media only screen and (max-width: 675px) {
  .secDetailsStaff {
    padding: 0 22px 30px;
    margin-top: 45px;
  }
  .secDetailsStaff .boxIn {
    order: 2;
  }
  .secDetailsStaff .boxTit {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  .secDetailsStaff .boxTxt {
    font-size: 13px;
    line-height: 26px;
    margin-top: 5px;
  }
  .secDetailsStaff .imgBoxMain {
    width: 125px;
    margin: -15px auto 0;
    order: 1;
  }
  .secDetailsStaff .imgBoxMain + .boxIn {
    width: 100%;
    margin-top: 12px;
  }
  .secDetailsStaff .imgBoxMain .imgBox {
    height: 125px;
  }
}

/* secDetailsPoint */
.secDetailsPoint {
  position: relative;
  margin: 102px 30px 0;
}
.secDetailsPoint::before {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 350px;
  background: url(../img/common/bgDot.png);
  content: "";
}
.secDetailsPoint .boxCenter {
  text-align: center;
}
.secDetailsPoint .titMain {
  position: relative;
  font-size: 18px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin-top: 10px;
  padding-bottom: 15px;
}
.secDetailsPoint .titMain::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: #000;
  content: "";
}

.secDetailsPoint .box {
  width: 47.728%;
  margin-right: 4.544%;
}
.secDetailsPoint .box:nth-child(2n) {
  margin-right: 0;
}
.secDetailsPoint .box:nth-child(n + 3) {
  margin-top: 44px;
}
.secDetailsPoint .box a {
  display: block;
  text-decoration: none;
  color: #1d1d1d;
}
.secDetailsPoint .boxTxt {
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 675px) {
  .secDetailsPoint {
    margin: 40px 0 0;
  }
  .secDetailsPoint::before {
    display: none;
  }
  .secDetailsPoint .titEng img {
    width: 198px;
  }
  .secDetailsPoint .titMain {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0px;
    padding-bottom: 16px;
  }
  .secDetailsPoint .titMain::after {
    left: calc(50% - 17.5px);
    width: 35px;
  }
  .secDetailsPoint .list {
    margin-top: 30px;
  }
  .secDetailsPoint .box {
    width: 100%;
    margin-right: 0%;
  }
  .secDetailsPoint .box:nth-child(n + 2) {
    margin-top: 35px;
    width: 100%;
    margin-right: 0%;
  }
  .secDetailsPoint .boxTxt {
    font-size: 14px;
    line-height: 27px;
    margin-top: 15px;
  }
}

/* secStudy */
.secStudy .list {
  background: #000;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  text-align: center;
  margin-top: 115px;
}
.secStudy .box {
  width: 50%;
}
.secStudy .tit01 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.secStudy .tit01:after {
  right: -55px;
}
.secStudy .tit02 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
}
.secStudy .tit02 .fLarge {
  font-size: 36px;
}
.secStudy .tit02 .fYellow {
  color: #ffff00;
}
.secStudy .tit03 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 5px;
}
.secStudy .btn {
  width: 360px;
  margin: 40px auto 0;
  text-align: center;
}
.secStudy .aBtn {
  display: block;
  padding: 16px 0;
  background: #23b8c5;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 38px;
  letter-spacing: 1px;
  text-indent: -1em;
  text-decoration: none;
}
.secStudy .aBtn::before {
  display: inline-block;
  content: "";
  background: url(../img/modelhouse/iconFlag.png) top center / cover no-repeat;
  width: 35px;
  height: 36px;
  margin-right: 15px;
  vertical-align: middle;
}
.secStudy .imgBox {
  width: 50%;
}
.secStudy .img {
  position: absolute;
  bottom: -11px;
  left: 46.25%;
}
@media only screen and (max-width: 675px) {
  .secStudy .list {
    background: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 40px;
  }
  .secStudy .box {
    width: 100%;
    margin: 0;
    background: #000;
    padding: 20px 0 15px;
    order: 2;
  }
  .secStudy .tit01 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
  }
  .secStudy .tit01:before,
  .secStudy .tit01:after {
    content: "";
    position: absolute;
    top: 14px;
    display: inline-block;
    width: 38px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
  }
  .secStudy .tit01:before {
    left: -30px;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  .secStudy .tit01:after {
    right: -30px;
  }
  .secStudy .tit02 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .secStudy .tit02 .fLarge {
    font-size: 25px;
  }
  .secStudy .tit03 {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    padding-top: 0px;
  }
  .secStudy .imgBox {
    width: 100%;
    order: 1;
  }
  .secStudy .img {
    top: 24px;
    bottom: inherit;
    left: 10px;
    width: 296px;
    height: auto;
  }
}

/* secSpace */
.secSpace {
  margin-top: 80px;
}
.secSpace .boxCenter {
  text-align: center;
}
.secSpace .titMain {
  font-size: 28px;
  line-height: 52px;
  letter-spacing: 2px;
  font-weight: 700;
}
.secSpace .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.secSpace .list .box {
  width: 31.25%;
}
.secSpace .list .box:not(:first-child) {
  margin-left: 3.125%;
}
.secSpace .list .img {
  width: 100%;
  padding-top: 65.75%;
}
.secSpace .list .txt {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .secSpace {
    margin-top: 35px;
  }
  .secSpace .titMain {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.75px;
  }
  .secSpace .list {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .secSpace .list .box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .secSpace .list .box:not(:first-child) {
    margin: 20px 0 0;
  }
  .secSpace .list .img {
    width: 55.82%;
    padding-top: calc(65.75% * 0.5582);
  }
  .secSpace .list .txt {
    width: 35.82%;
    text-align: left;
  }
}

/* .secPromise */
.secPromise {
  margin-top: 135px;
}
@media only screen and (max-width: 675px) {
  .secPromise {
    margin-top: 50px;
  }
}

/* secDetailsMap */
.secDetailsMap {
  margin-top: 100px;
}
.secDetailsMap .boxCenter {
  text-align: center;
}
.secDetailsMap .titMain {
  position: relative;
  font-size: 18px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
  padding-bottom: 15px;
}
.secDetailsMap .titMain::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: #000;
  content: "";
}
.secDetailsMap .boxMap {
  margin-top: 50px;
}
.secDetailsMap iframe {
  width: 100%;
  height: 350px;
}
.secDetailsMap .boxBtn {
  margin-top: 10px;
  text-align: right;
}
.secDetailsMap .boxBtn a {
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  line-height: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 675px) {
  .secDetailsMap {
    margin-top: 60px;
  }
  .secDetailsMap .titEng img {
    width: 110px;
  }
  .secDetailsMap .titMain {
    margin-top: 5px;
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .secDetailsMap .titMain::after {
    left: calc(50% - 17.5px);
    width: 35px;
  }
  .secDetailsMap .boxMap {
    position: relative;
    padding-top: 64%;
    margin-top: 15px;
  }
  .secDetailsMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
}

/* btnPrevMain */
.secCmnBack {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #dddddd;
}
.btnPrevMain {
  margin-top: 0;
}
.secDetails + .secBnrMain {
  margin-top: 105px;
}
@media only screen and (max-width: 675px) {
  .secCmnBack {
    margin-top: 50px;
    padding-top: 50px;
  }
  .secDetails + .secBnrMain {
    margin-top: 50px;
  }
}

/*-----------------------------------------------
	STAFF紹介 index
-----------------------------------------------*/
.mainTitBox.lazyloaded {
  background: url(../img/title/bgStaff.jpg) top center / cover no-repeat;
}
.txtName {
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  color: #c8a064;
}
/* secIndex */
.secIndex .list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 45px;
}
.secIndex .box {
  width: 23.4375%;
  margin-right: 2.083%;
  text-align: center;
}
.secIndex .box:nth-child(4n) {
  margin-right: 0;
}
.secIndex .box:nth-child(n + 5) {
  margin-top: 60px;
}
.secIndex .aBox {
  display: block;
  text-decoration: none;
  color: #1d1d1d;
  position: relative;
  padding-bottom: 54px;
}
.secIndex .aBox::before,
.secIndex .aBox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 2;
}
.secIndex .aBox::before {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
}
.secIndex .aBox::after {
  right: 6px;
  width: 8px;
  height: 8px;
  bottom: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.secIndex .imgBoxIn {
  position: relative;
}
.secIndex .imgBox {
  width: 100%;
  padding-top: 100%;
}
.staff-info {
  text-align: center;
}
.iconStaff {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 20px;
  color: #fff;
  background: #000;
  padding: 8px 10px;
  min-width: 80px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 0px;
}
.secIndex .titName {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.secIndex .txtName {
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  color: #c8a064;
}
@media only screen and (max-width: 675px) {
  .mainTitBox.lazyloaded {
    background: url(../img/title/bgStaffSp.jpg) top center / cover no-repeat;
  }
  .mainTitBox .titEng {
    margin-top: 14px;
  }
  .mainTitBox .titEng img {
    width: 106px;
  }
  .secIndex .list {
    margin-top: 30px;
  }
  .secIndex .box {
    width: 47.761%;
    margin-right: 4.478%;
    text-align: center;
  }
  .secIndex .box:nth-child(2n) {
    margin-right: 0;
  }
  .secIndex .box:nth-child(n + 3) {
    margin-top: 20px;
  }
  .secIndex .aBox {
    padding-bottom: 0px;
  }
  .secIndex .aBox::before {
    right: inherit;
    bottom: 12px;
    left: calc(50% - 8.5px);
    width: 17px;
    height: 17px;
    background: #fff;
  }
  .secIndex .aBox::after {
    right: inherit;
    bottom: 18px;
    left: calc(50% - 3px);
    width: 4px;
    height: 4px;
  }
  .secIndex .boxIn {
    background: #f5f5f5;
    padding: 10px 10px 36px;
  }
  .iconStaff {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #fff;
    background: #000;
    padding: 8px 10px;
    min-width: 80px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }
  .secIndex .titName {
    font-size: 17px;
    line-height: 20px;
  }
  .secIndex .txtName {
    font-size: 11px;
    line-height: 20px;
    margin-top: 4px;
  }
}

#footer {
  padding-top: 80px;
}
@media only screen and (max-width: 675px) {
  #footer {
    padding-top: 0;
  }
}

/*-----------------------------------------------
	details
-----------------------------------------------*/
/* detailsTit */
.secDetails .detailsTop {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 33px;
}
.secDetails .detailsTop .imgBoxIn {
  width: 44.531215%;
}
.secDetails .detailsTop .imgBox {
  width: 100%;
}
.secDetails .detailsTop .boxIn {
  width: 51.5625%;
}
.secDetails .detailsTop .iconStaff {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
  color: #fff;
  background: #000;
  padding: 8px 10px;
  min-width: 80px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.secDetails .detailsTop .iconStaff.spOnly {
  display: none;
}
.secDetails .detailsTop .boxSub {
  font-size: 0;
  margin-top: 25px;
}
.secDetails .detailsTop .titName {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}
.secDetails .detailsTop .txtName {
  font-size: 15px;
  line-height: 30px;
  padding: 0 0 0 28px;
  color: #c8a064;
}
.secDetails .detailsTop .titName,
.secDetails .detailsTop .txtName {
  display: inline-block;
}
.secDetails .detailsTop .boxTxt {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.75px;
  padding-top: 12px;
  margin-top: 28px;
  border-top: 1px solid #dddddd;
  position: relative;
}
.secDetails .detailsTop .boxTxt::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #000000;
}
.secDetails .detailsTop .boxChart {
  width: 100%;
  height: 180px;
  background: #f5f4f3;
  position: relative;
  margin-top: 10px;
}
.secDetails .detailsTop .titChart {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.secDetails .detailsTop .conBox {
  width: 385px;
  height: 180px;
  margin: 0 auto;
  padding-top: 10px;
  background: #f5f4f3;
}
@media only screen and (max-width: 675px) {
  .secDetails .detailsTop {
    display: block;
    margin-top: 28px;
  }
  .secDetails .detailsTop .imgBoxIn {
    width: 85.075%;
    margin: 0 auto;
  }
  .secDetails .detailsTop .boxIn {
    width: 100%;
    padding-top: 25px;
  }
  .secDetails .detailsTop .iconStaff {
    min-width: inherit;
  }
  .secDetails .detailsTop .boxSub {
    margin-top: 0;
  }
  .secDetails .detailsTop .titName {
    font-size: 20px;
    letter-spacing: 1px;
    vertical-align: middle;
  }
  .secDetails .detailsTop .txtName {
    padding: 0 0 0 15px;
    font-size: 11px;
    letter-spacing: 0.5px;
    vertical-align: middle;
  }
  .secDetails .detailsTop .iconStaff.spOnly {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
  }
  .secDetails .detailsTop .iconStaff.spNone {
    display: none;
  }
  .secDetails .detailsTop .boxTxt {
    font-size: 14px;
    line-height: 27px;
    padding-top: 22px;
    margin-top: 14px;
  }
  .secDetails .detailsTop .boxTxt::before {
    width: 50px;
  }
  .secDetails .detailsTop .boxChart {
    width: 100%;
    height: 155px;
    margin-top: 25px;
  }
  .secDetails .detailsTop .titChart {
    font-size: 18px;
    line-height: 20px;
    left: 10px;
    top: -10px;
    letter-spacing: 1px;
  }
  .secDetails .detailsTop .conBox {
    width: 320px;
    height: 155px;
  }
}

/* secDetailsEntry */
.secDetailsList {
  margin-top: 50px;
}
.secDetailsList .box {
  border-top: 1px solid #dddddd;
  padding: 45px 0 42px;
  position: relative;
}
.secDetailsList .box:last-child {
  border-bottom: 1px solid #dddddd;
}
.secDetailsList .boxTit {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  position: relative;
}
.secDetailsList .boxTit::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.secDetailsList .boxTxt {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-top: 18px;
}
@media only screen and (max-width: 675px) {
  .secDetailsList {
    margin-top: 40px;
  }
  .secDetailsList .box {
    padding: 25px 0 24px;
  }
  .secDetailsList .box::before,
  .secDetailsList .box:last-child::after {
    width: 30px;
  }
  .secDetailsList .box:last-child::after {
    display: none;
  }
  .secDetailsList .boxTit {
    font-size: 16px;
  }
  .secDetailsList .boxTit::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
  .secDetailsList .boxTxt {
    font-size: 14px;
    line-height: 27px;
    padding-top: 15px;
  }
}

/* secDetailsYouTube */
.secDetailsYouTube {
  width: 800px;
  margin: 100px auto 0;
}
.secDetailsYouTube iframe {
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .secDetailsYouTube {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    padding-top: 56%;
  }
  .secDetailsYouTube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* btnPrevMainIn */
.btnPrevMainIn {
  border-top: 1px solid #dddddd;
  padding-top: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 675px) {
  .btnPrevMainIn {
    padding-top: 50px;
    margin-top: 30px;
  }
}

/* 221024 */
.secCorporatebnr {
  max-width: 1200px;
  margin: 100px auto 00px;
}
.secCorporatebnr .linkbox {
  display: block;
}
.secCorporatebnr .linkbox.first {
  margin-bottom: 50px;
}
@media only screen and (max-width: 675px) {
  .secCorporatebnr {
    width: 95%;
    margin: 50px auto 0px;
  }
  .secCorporatebnr .linkbox {
    display: block;
  }
  .secCorporatebnr .linkbox.first {
    margin-bottom: 20px;
  }
  .cm-tabBox01__cnt {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.wrapper1280 {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) .wrapperSp335 {
  width: 89.334%;
  margin: 0 auto;
}
#custom_html-5 {
  margin-top: 40px;
}

.spider__arrow[data-direction="next"]:before {
  border-top: 2px solid #ffffff !important;
  border-right: 2px solid #ffffff !important;
}

table.mh_tableBox {
  max-width: 850px !important;
}
table.mh_tableBox th {
  width: 25%;
  text-align: center !important;
  background-color: #f3f3f3 !important;
}
table.mh_tableBox td {
  width: 75%;
}
.mh_cover_title {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  margin-top: -300px;
  z-index: 5;
}
#custom_html-5
  div.is-layout-flex.wp-container-21.wp-block-columns.is-not-stacked-on-mobile.reserve-contact-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.wpmodelHouse__listIcon {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  min-width: 72px;
  padding: 6px 15px;
  background: #c8a064;
  color: #fff;
  text-align: center;
  padding: 8px 13px;
}
.wpmodelHouse__boxTxt01 {
  display: inline-block;
  margin-left: 25px;
  margin-top: -30px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.txtName {
  color: #c8a064 !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.p-archive {
  max-width: 1280px !important;
  /*
  max-width: var(--_container-max-width, 1280px) !important;
  */
  padding-left: calc(
    var(--_container-margin, 1.8rem) + env(safe-area-inset-left)
  );
  padding-right: calc(
    var(--_container-margin, 1.8rem) + env(safe-area-inset-right)
  );
  margin: 0 auto;
}
.hero02__mhPost__subTxt {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  min-width: 72px;
  padding: 10px 25px;
  background: #c8a064;
  color: #fff;
  text-align: center;
  margin-top: var(--s1);
}
.hero02__txt {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 9px;
  padding-left: 22px;
}
.hero02__mhPost__txt {
  margin: var(--s1) 0;
  font-size: clamp(1.25rem, 0.75rem + 2.5vw, 3rem);
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  padding-left: 0;
}
/* Modelhouse checkpoint  */
.wrapper1280 {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}
.secDetailsPoint .boxCenter {
  text-align: center;
}
.secDetailsPoint .list {
  display: flex !important;
  display: -webkit-flex;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap;
  margin-top: 80px;
}
.secDetailsPoint .box {
  width: 47.728%;
  margin-right: 4.544%;
}
.secDetailsPoint .box a {
  display: block;
  text-decoration: none;
  color: #1d1d1d;
}
.imgCenter {
  text-align: center;
}
.imgCenter img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.secDetailsPoint .boxTxt {
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
}
.secDetails .detailsTit .imgBox {
  width: 48.4375%;
  padding-top: 50px;
  margin: 0 auto 0 0;
}
.secDetails .detailsTit .boxIn {
  width: 48.4375%;
  margin-top: 50px;
}
@media only screen and (max-width: 675px) {
  .secDetails .detailsTit .boxIn {
    width: 100% !important;
    margin-top: 10px;
  }
  .mh_spacer {
    display: none;
  }
  .secDetails .detailsTit .imgBox {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto 0 0;
  }
  .secDetailsPoint .box {
    width: 100%;
    margin-right: 0;
  }
  #breadcrumbs {
    text-align: right;
    margin-right: 30px;
    margin-top: 30px;
    font-size: 16px;
    text-align: right;
  }
}
/* Staff-blog */
.detailsTit {
  position: relative;
  margin-top: 13px;
  padding-top: 38px;
  padding-bottom: 44px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd !important;
}

.detailsTit .tit {
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 1px;
}
.detailsTit .boxIn {
  margin-top: 18px;
  font-size: 0;
}

/* お問い合わせ */
.detailSec08__contact {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 64px;
}
.detailSec08__contact::before {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 350px;
  content: "";
}
.detailSec08::before {
  top: inherit;
  bottom: 0;
}
.detailSec08--secCenter {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}
.detailSec08__contact ul {
  margin-top: 60px;
  padding-left: 0;
}
.detailSec08__list {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 40px;
}
.detailSec08__contact li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  width: 31.25%;
  height: 200px;
  padding-top: 20px;
  position: relative;
  border: 2px solid #000;
  background: #fff;
  text-align: center;
}
.detailSec08__contact .detailSec08__boxIcon {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img {
  border-style: none;
}
.detailSec08__contact p {
  font-size: 20px;
  width: 100%;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.75px;
}

.p-breadcrumbs-wrapper {
  margin-top: 40px !important;
  margin-right: 30px;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 639px) {
  .detailSec08--secCenter {
    width: 90%;
    margin: 0 auto;
  }
  .detailSec08__contact ul {
    margin-top: 30px;
    padding-left: 30px;
    display: block;
  }
  .detailSec08__contact li {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #000;
    padding: 16px 2px 16px 40px;
  }
  .detailSec08__contact .detailSec08__boxIcon {
    top: calc(50% - 30px);
    left: -30px;
  }
  .detailSec08__contact p {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
  }
  .detailSec08__contact::before {
    height: 230px;
    top: 240px;
  }
  .pcOnly {
    display: none;
    height: 0px !important;
  }


  /*イベント一覧　スマホ*/
  .p-archive {
    width: 100%;
    max-width: var(--_container-max-width, 1280px) !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-entries--panel .c-entry-summary__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
  }
  .l-contents {
    margin-top: 0;
  }
  .l-contents__inner .c-entry__content {
    width: 100%;
    max-width: var(--_container-max-width, 1280px);
    padding-left: 0;
    padding-right: 0;
  }
  .c-entries__item li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    min-width: 72px;
    padding: 6px 15px;
    margin: 8px 2px;
    color: #fff;
    text-align: center;
    margin-right: 1px;
  }

  body.single-event .tableBox {
    padding-top: 24px;
  }
  body.single-event tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  body.single-event .tableBox tr {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  body.single-event .tableBox th {
    width: 100%;
    display: block;
    text-align: left;
    border: 1px solid #dedede;
    padding: 4px 21px;
  }
  body.single-event .single-event table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
  body.single-event .tableBox td {
    border: 1px solid #dedede;
    padding: 16px 20px;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 29px;
  }
}

.c-entry-summary__header div.work_arrow {
  width: 100%;
  margin-right: 20px;
  margin-left: auto;
  text-align: right;
}

.c-entry-summary__header div.work_arrow img {
  width: 20px;
}
.taxonomy-event_status article {
  opacity: 0.5 !important;
}

.c-entry-summary__header div.work_arrow {
  width: 100%;
  margin-right: 20px;
  margin-left: auto;
  text-align: right;
}

.c-entry-summary__header div.work_arrow img {
  width: 20px;
}
.taxonomy-event_status article {
  opacity: 0.5 !important;
}
ul.event_type {
  display: inline-block;
  margin-right: 10px;
}
.event_type > li {
  display: inline-block;
  width: 80px;
  height: 34px;
  text-align: center;
  background-color: #018080;
  border-radius: 6px 6px 6px 6px;
  display: inline-block;
  padding: 10px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  word-wrap: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  min-width: 72px;
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  word-wrap: none;
  margin-right: 1px;
  margin-bottom: 6px;
}
ul.event_status {
  display: inline-block;
}
.event_status > li {
  background-color: rgba(112, 117, 147, 1);
  display: inline-block;
  width: 80px;
  height: 34px;
  text-align: center;
  padding: 10px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;

  vertical-align: top;

  line-height: 20px;
  letter-spacing: 1px;
  min-width: 72px;
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  word-wrap: none;
  margin-right: 1px;
  margin-bottom: 6px;
}
.event_box_txt {
  font-size: 15px;
  line-height: 30px;
  margin-top: -30px;
  margin-bottom: 30px;
  border-top: none;
}
article.event_status-end.start_booking_package {
  display: none !important;
  visibility: hidden;
}
H3#reserve + p {
  display: none;
}

#reserve p {
  display: none;
}
/* */
.detailsTit .tit {
  font-size: 20px;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  padding-bottom: 30px;
}
/*
.l-contents__inner .c-entry__content {
  width: 100%;
  max-width: var(--_container-max-width, 1280px);
  padding-left: calc(
    var(--_container-margin, 1.8rem) + env(safe-area-inset-left)
  );
  padding-right: calc(
    var(--_container-margin, 1.8rem) + env(safe-area-inset-right)
  );
  margin:0 auto;
}
*/
.c-entry__body .img {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.event .tableBox {
  width:100%;
  border-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
}
.secDetailsTable tr > th {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: #f3f3f3;
  width: 220px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}
.secDetailsTable tr > td {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

/* 施工事例 */
.works-info-arc h2 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.75px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  max-height: 60px;
  margin-top: 10px;
}

.works-info-arc p {
  text-decoration: none;
}
.works-info-arc .works_title {
  text-decoration: none !important;

  text-color: #000 !important;
}
.works-info-arc .works_cap {
  text-decoration: none;
  text-color: #000;
}
div.c-entry-summary__figure {
  background: #000;
}
div.c-entry-summary__figure img.end {
  opacity: 0.3;
}
.works_style {
  color: #c8a064;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.75px;
  vertical-align: middle;
  text-align: center !important;
}
.works_title {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-top: 20px;
  text-align: center !important;
}
@media (max-width: 639px) {
#body.single-works .cm-Btn01{
  max-width: 80%;
  margin: 0 auto;
}
}
/* News */

.c-entries--simple.c-entry-summary__content {
  display: none !important;
}


.l-contents__body {
}

/* 来場予約 */
#body.page-id-219 .has-accent-color-background-color {
  max-width: 1280px;
}
#body.page-id-219 .reserve-contact-wrapper {
  max-width: 721px;
}
.has-accent-color-background-color {
  max-width: 1280px;
}
#body.page-id-758 .has-accent-color-background-color {
  max-width: 100%;
}
.reserve-contact-wrapper {
  max-width: 721px;
}
/* STAFF BLOG */
article.staff-blog.c-entry__body {
  display: flexbox !important;
}
article.staff-blog.c-entry__body.detailsTit h1 {
  margin-top: -200px;
}

article.staff-blog.c-entry__body.iconLi {
  visibility: hidden !important;
}

body.post-type-archive-news.c-meta__item--published {
  display: block;
  visibility: visible;
}

/* イベント一覧 */

#search-filter-form-7071 ul {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 24px;
}

/* STAFF 紹介 */

.staff-info.event-info-arc.txtName::after {
  content: "";
  display: block;
  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url(/wp-content/plugins/my-snow-monkey/img/arrow.png);
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 675px) {
  .l-contents {
    margin-top: 40px;
  }
  .l-contents__body {
    margin: 0 0 0 0 !important;
  }
  .l-contents__inner {
    margin-bottom: 2.7rem;
    margin-bottom: calc(var(--_space, 1.8rem) * 1.5 * var(--_margin-scale, 1));
    margin-top: 0;
  }
  .l-contents__inner .c-entry__content {
    width: 100%;
    max-width: var(--_container-max-width, 1280px);
    padding-left: 0px;
    padding-right: 0px;
  }
  .head_spacer {
    display: none !important;
  }
  .c-entries--panel .c-entry-summary__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    transition: opacity var(--_transition-duration, 0.2s)
      var(--_transition-function-timing, ease-out) var(--_transition-delay, 0s);
  }
  .searchandfilter select.sf-input-select {
    min-width: 170px;
    height: 45px;
  }
}

@media screen and (max-width: 675px) {
  .event .boxTxt {
    display: block;
    margin-left: 0px;
  }
  .secDetailsTable tr > th {
    width: 70px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .event .boxTxt {
    display: block;
  }

  .secDetailsTable tr > th {
    padding-top: 13px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
    width: 70px;
  }
  .secDetailsTable tr > td {
    padding-top: 13px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
  }
  .is-light .sme-hidden-md .sme-font-size {
    color: #ffffff;
    font-size: 23px;
  }
  .wp-block-cover .sme-font-size {
    color: #ffffff;
  }
  .wp-block-cover .sme-text-color > .sme-font-size {
    font-size: 11px;
    line-height: 23.8px;
  }
  .page .wp-block-cover > .wp-block-cover__background {
    margin-bottom: 0px;
  }
  .l-contents__main .c-entry__content > ul {
    margin-top: 14px;
  }
  .c-entry__body
    .wp-block-snow-monkey-blocks-section-with-bgimage
    .wp-image-1338 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .c-entry__body > .c-entry__content > .wp-block-image img {

  }
}

.c-container {
  max-width: var(--_container-max-width, 1280px);
  max-width: 1280px;
  margin: 0 auto;
}
#body.page-id-767 .c-container {
  max-width: var(--_container-max-width, 1280px);
  max-width: 100%;
  margin: 0 auto;
}

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

  .c-container,
  .l-container {
    width: 100%;
    margin: 0;
  }

}
button.spider__arrow {
  color: #b2c9c8 !important;
}

.c-entry-summary__figure {
}

@media only screen and (max-width: 675px) {
  .mh_cap_txt {
    display: none;
  }
  .c-entry__content .wpmodelHouse__listIcon {
    display: inline-block;
  }
  .wpmodelHouse__boxTxt01 {
  
  display: block;
  margin-left: 25px;
  margin-top: 6px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;

  }
}

/* ボタン */
.btnset_return_reserve {
  max-width: 840px !important;
  margin: 0 auto;
}
.btnset_return_reserve .pj-planPost .cm-btn01-black {
  margin: 40px 20px;
  display: inline-block;
}

.btnset_return_reserve .single .cm-btn01-black {
  width: 340px;
  height: 70px;
}

.btnset_return_reserve .cm-btn01-black {
  width: 80%;
  margin: auto;
  background-color: #fff;
}

.btnset_return_reserve .cm-btn01-black .cm-Btn01 {
  display: block;
  position: relative;
  width: 80%;
  padding: 12px 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 100%;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  border: 3px solid #000;
  color: #000;
}

.btnset_return_reserve .cm-btn01-black .cm-Btn01 {
  display: block;
  position: relative;
  width: 80%;
  padding: 12px 0;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 600;
  font-size: 100%;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  border: 3px solid #000;
  color: #000;
}

.cm-btn01-black .cm-Btn01 {
  display: block;
  position: relative;
  width: 80%;
  padding: 12px 0 !important;
  overflow: hidden;
  font-weight: 600;
  font-size: 100%;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  border: 3px solid #000;
  color: #000;
}
.cm-btn01-black .cm-Btn01 a {
  margin: 0;
}

.limited__btn {
  width: 317px;
}
@media (max-width: 675px) {
  .limited__btn {
    width: 114px;
  }
}
a {
  background-color: transparent;
}

body.post-type-archive-news.c-entry-summary__figure img {
  width: 238px !important;
}

.Lost {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 675px) {
  .box {
    width: 100%;
  }
  .secDetailsPoint {
    width: 100%;
  }
}

@media only screen and (max-width: 675px) {
  .btnset_return_reserve {
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }
  .btnset_return_reserve .pj-planPost .cm-btn01-black {
    margin: 30px 10px;
    display: inline-block;
  }

  .btnset_return_reserve .single .cm-btn01-black {
    width: 160px;
    height: 70px;
    margin-bottom: 10px;
  }
}

/* news */
body .post-type-archive-news .p-entry-content {
  display: block;
  font-size: 16px;
  max-width: 1280px;
  margin: 0 auto !important;
}
.news_entry_header {
  display: block;
  height: 150px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 40px 0 60px 0;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}

h1 .entry__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}
.entry__date {
  font-size: 14px;
  line-height: 2em;
  margin-top: 1em;
  letter-spacing: 1px;
}


#body.post-type-archive-news
  .c-entry-summary--type-news
  .c-entry-summary__content {
  display: none !important;
}
#body.post-type-archive-news
  .c-entry-summary--type-news
  li.c-meta__item.c-meta__item--author {
  display: none;
}
#body.post-type-archive-news .c-entry-summary__figure img {
  width:200px;
}
#body.post-type-archive-news .c-entry-summary__body {
  width:100%;
}

#body.post-type-archive-news li.c-entries__item a{
  padding: 0;
}

#body.post-type-archive-news li.c-entries__item section {
  display: flex;
  align-items: center;
  height: 205px;
  width:100%;
  padding: 0;
}
#body.post-type-archive-news li.c-entries__item section::after {
  border-width: 0;
  justify-content: right;
  margin-top:50px;
  height: 25px;
  width:25px;
  content: url(/wp-content/plugins/my-snow-monkey/img/arrow2_03.png);
  z-index: 2;
  scale: 0.3;
}

@media (max-width: 675px) {
  #body.post-type-archive-news .c-entries--simple .c-entries__item>a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#body.post-type-archive-news li.c-entries__item section {
  display: flex;
  align-items: center;
  height: 80px;
  width:100%;
  padding: 0;
  margin:20px 0;
}
#body.post-type-archive-news .c-entry-summary__figure img {

}
  #body.post-type-archive-news .c-entry-summary__header{
    width: 100%;
  }
  #body.post-type-archive-news .c-entry-summary__header h2.c-entry-summary__title{
    font-size: 12px;
    width: 100%;
    margin: auto 0;
  }

  #body.post-type-archive-news .c-entries__item li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
    min-width: 72px;
    padding: 0;
    margin: 2px;
    text-align: left;
    margin-right: 1px;
    color: #333;
  }
  #body.post-type-archive-news .c-entries--simple .c-entry-summary__figure{
    width:70%;
  }
  #body.post-type-archive-news .c-entries--simple .c-entry-summary__figure img{
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.9rem;
    margin-top: 0;
    width: 100%;
  }
  #body.post-type-archive-news li.c-entries__item section::after {
    border-width: 0;
    justify-content: right;
    margin-top:40px;
    margin-right:-30px;
    padding: 0;
    height: 25px;
    width:25px;
    content: url(/wp-content/plugins/my-snow-monkey/img/arrow2_03.png);
    z-index: 2;
    scale: 0.3;
  }

}

/* Staff Blog */
body .post-type-archive-staff-blog .c-entry-summary__content,
.c-entries--text {
  display: block;
}
article.type-staff-blog div.p-entry-content {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

.c-entries__item {
  border-bottom: 1px solid var(--_lighter-color-gray, #eee);
}
.c-entries__item a {
  padding: 6px 0;
}
#body.post-type-archive-staff-blog
  .c-entry-summary--type-staff-blog
  li.c-entries__item {
  display: flex;
  justify-content: center;
  height: 300px;

}
#body.post-type-archive-staff-blog
  .c-entry-summary--type-staff-blog
  .c-entry-summary__content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
#body.post-type-archive-staff-blog
  .c-entry-summary--type-staff-blog
  li.c-meta__item.c-meta__item--author {
  display: none;
}
#body.post-type-archive-staff-blog .sidebar-author-list a
,#body.single-staff-blog .sidebar-author-list a{
  display: block;
  text-decoration: none;
  color :#666;
  margin:16px 0 !important;
}
#body.post-type-archive-staff-blog .l-sidebar-widget-area .c-entries--text
,#body.single-staff-blog .l-sidebar-widget-area .c-entries--text{
  border-top: none;
}
#body.post-type-archive-staff-blog .l-sidebar-widget-area li.c-entries__item
,#body.single-staff-blog .l-sidebar-widget-area li.c-entries__item{
  border-bottom: none;
}
#body.post-type-archive-staff-blog .l-sidebar-widget-area .c-entry-summary__meta
,#body.single-staff-blog .l-sidebar-widget-area .c-entry-summary__meta{
  display: none;
}
/*
#body.post-type-archive-staff-blog
  section.c-entry-summary--type-staff-blog
  .c-entry-summary__body::after {
  position: absolute;
  display: inline-block;
  height: 203px;
  width: 72px;
  right: 10px;
  margin-top: -100px;
  border-width: 0;
  padding: 0;
  content: url(/wp-content/plugins/my-snow-monkey/img/arrow2_03.png);
  z-index: 2;
  scale: 0.3;
}
*/

#body.post-type-archive-staff-blog
  .l-contents__sidebar
  .c-entry-summary__content {
  display: none !important;
}
@media only screen and (max-width: 675px) {
  body.post-type-archive-staff-blog .c-entries--simple .c-entries__item > a {
    padding-bottom: 0.5rem;
    padding-bottom: calc(var(--_space, 0.5rem) * 1);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-top: calc(var(--_space, 0.5rem) * 1);
  }
  aside .c-entry-summary--type-staff-blog {
    height: 20px;
  }

  .l-contents__sidebar {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 20px;
  }
  body.post-type-archive-staff-blog .c-meta__item--author {
    display: none !important;
  }
  body.post-type-archive-staff-blog .c-meta__item--published {
    display: block !important;
    visibility: visible;
    color: #000;
  }
  aside .c-entry-summary__meta {
    display: none !important;
  }
}

/* STAFF */

body .post-type-archive-staff .c-entries--panel .c-entries__item > a {
  box-shadow: none !important;
  display: flex;
  flex: 1 1 auto;
  max-width: 100%;
  transition: none !important;
}
#body .post-type-archive-staff p .txtName ::after {
  content: url("/wp-content/plugins/my-snow-monkey/img/arrow.png");
}
.header_img_staff {
  position: static;
  width: 180px;
  margin-top: 280px;
  left: -200px !important;
}
body .post-type-archive-staff .c-page-header__bgimage {
  margin-top: -300px;
}
body .post-type-archive-staff h1 .c-page-header__title {
  font-size: 30px;
}

footer {
  margin-top: 30px;
}
@media only screen and (max-width: 675px) {
  #body.single-staff .cm-btn01-black{
    max-width:80%;
  }
}
/* TOP */

div .is-layout-flow .wp-block-column .smb-btn :hover {
  background-color: #008080;
}


/*TOP NEWS */

#body.home .p-entry-content {
  display: block;
  font-size: 16px;
  max-width: 1280px;
  margin: 0 auto !important;
}
.news_entry_header {
  display: block;
  height: 150px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 40px 0 60px 0;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}

h1 .entry__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}
.entry__date {
  font-size: 14px;
  line-height: 2em;
  margin-top: 1em;
  letter-spacing: 1px;
}


#body.home
  .c-entry-summary--type-news
  .c-entry-summary__content {
  display: none !important;
}
#body.home
  .c-entry-summary--type-news
  li.c-meta__item.c-meta__item--author {
  display: none;
}
#body.home .c-entry-summary__figure img {
  width:200px;
}
#body.home .c-entry-summary__body {
  width:100%;
}

#body.home li.c-entries__item a{
  padding: 0;
}

#body.home li.c-entries__item section {
  display: flex;
  align-items: center;
  height: 205px;
  width:100%;
  padding: 0;
}
#body.home li.c-entries__item section::after {
  border-width: 0;
  justify-content: right;
  margin-top:50px;
  height: 25px;
  width:25px;
  content: url(/wp-content/plugins/my-snow-monkey/img/arrow2_03.png);
  z-index: 2;
  scale: 0.3;
}

@media (max-width: 675px) {
  #body.home .c-entries--simple .c-entries__item>a {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#body.home li.c-entries__item section {
  display: flex;
  align-items: center;
  height: 80px;
  width:100%;
  padding: 0;
  margin:20px 0;
}
#body.home .c-entry-summary__figure img {

}
#body.home .c-entry-summary__header{
    width: 100%;
  }
  #body.home .c-entry-summary__header h2.c-entry-summary__title{
    font-size: 12px;
    width: 100%;
    margin: auto 0;
  }

  #body.home .c-entries__item li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
    min-width: 72px;
    padding: 0;
    margin: 2px;
    text-align: left;
    margin-right: 1px;
    color: #333;
  }
  #body.home .c-entries--simple .c-entry-summary__figure{
    width:70%;
  }
  #body.home .c-entries--simple .c-entry-summary__figure img{
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.9rem;
    margin-top: 0;
    width: 100%;
  }
  #body.home li.c-entries__item section::after {
    border-width: 0;
    justify-content: right;
    margin-top:40px;
    margin-right:-30px;
    padding: 0;
    height: 25px;
    width:25px;
    content: url(/wp-content/plugins/my-snow-monkey/img/arrow2_03.png);
    z-index: 2;
    scale: 0.3;
  }

}


/* お問い合わせ */

.contact-catalog-item-botton {
  margin-bottom: 30px;
}

/* モデルハウス */

#body.page-id-1010 .common-btn--green a {
  height: 44px;
}

#body.page-id-1010 .c-entry__body>:not(:first-child) {
  margin:10px 20px;
  padding: 0;
}
class="mh_main_img"wp-container-mh {
  padding:0 auto;
}
.mh_main_img {
  display: block;
  margin:0 auto;
  width: 1280px !important;
  height: 600px !important;
  object-fit: cover;  
}
@media (max-width: 639px){
  #body.page-id-1010 figure{
    margin-top:30px;
  }
  #body.page-id-1010 .c-entry__body>:first-child > div{
    margin:10px 20px;
    padding: 0;
  }
  #body.page-id-1010 .c-entry__body>:not(:first-child) {
    margin:10px 20px;
    padding: 0;
  }
  #body.page-id-1010 .wp-block-columns {
    gap: none !important;
  }
  #body.page-id-1010 .sme-hidden-md {
    margin-bottom:12px;
  }
  .mh_main_img {
    display: block;
    margin:0 auto;
    width: 100% !important;
    max-height: 250px !important;
    object-fit: cover;  
  }
  .l-footer .wrapper1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}


  /*== ボタンMORE */
  .mh_mr_btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    width:100%;
    border: 2px solid #555;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
  }
  .mh_mr_btn span {
    position: relative;
    z-index: 3; 
    color: #333;
  }
  .mh_mr_btn:hover span {
    color: #fff;
  }
  .bgleft_mr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #333; 
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .bgleft_mr:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }


  /*== ボタンRESERVE */
  .mh_re_btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    width:100%;
    border: 2px solid #008080; 
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease 0.2s;
  }

  .mh_re_btn span {
    position: relative;
    z-index: 3; 
    color: #008080;
  }

  .mh_re_btn:hover span {
    color: #fff;
  }

  .bgleft_re:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #008080; 
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .bgleft_re:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .mh-single-banner1{
    display:none;
  }
.mh-single-banner2_3{
  display:none;
}
.mh-single-banner4{
  display:none;
}


.detailsTit {
  position: relative;
  margin-top: 13px;
  padding-top: 38px;
  padding-bottom: 44px;
  border-top:none;
  border-bottom: 1px solid #dddddd !important;
}
  
/* ウイジェット修正　*/
.mh-page-banner {
  display: none;
}
body.page-id-7322 .faq-page-content-endbar {
  display: none;
}
/* コンセプト */

.detailSec06--center {
  width: calc(100% - 72px);
  max-width: 1280px;
  margin: 0 auto;
}

#body.post-type-archive-staff .l-header__content {
  padding: 0;
  background-color: #fff;
}
#body.page-id-1010 .l-header__content {
  padding: 0;
  background-color: #fff;
}

/* パンくず */
.yoast-breadcrumbs span {
  font-size: 11px;
  color: #666;
  text-align: right;
}


/* 前の記事　次の記事 */
.prev-next-nav{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  width: 100%;
  margin-top: 100px;
}  .prev-next-nav-s {
  display: none;
}
.before_entry {
  display: flex !important;
  flex-direction: row;
}
.before_entry a{
  text-decoration: none !important;
}
.before_entry img {
  width: 150px;
  height: 110px;
}
.before_entry span.b_title {
  margin: 0 1em;
  font-weight: 600;
  color: #444;
}

.next_entry {
  display: flex !important;
  flex-direction: row;
}
.next_entry a{
  text-decoration: none !important;
}
.next_entry img {
  width: 150px;
  height: 110px;
}
.next_entry span.n_title {
  margin: 0 1em;
  font-weight: 600;
  color: #444;
}

span.b_arrow svg{
  fill :#E0E0E0 !important;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
span.n_arrow svg{
  fill :#E0E0E0 !important;
  width: 25px;
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 675px) {
  .prev-next-nav{
    display: none;
  }
  .prev-next-nav-s {
    display: flex;
    max-width: 100%;
    margin:10px auto;
    padding:10px;
    border-top: solid 1px #E0E0E0;
  }
  .before_entry {
    display: inline-block;
    width: 50%;
    flex-direction: column;
    padding:10px;
    text-align: center;
  }
  .before_entry.b_arrow {
    display: inline-block;
    padding-top:10px;

  }
  .before_entry img {
    display: inline-block;
    width: 100px;
    height: 78px;
  }
  .before_entry span.b_title {
    display: block;
    margin: 0;
    font-size:90%;
    text-decoration: none !important;
  }

  .next_entry {
    display: inline-block;
    width: 50%;
    flex-direction: column;
    padding:10px;
    border-left:solid 1px #E0E0E0 ;
    text-align: center;
  }
  .next_entry.n_arrow {
    display: inline-block;
    padding-top:10px;
  }
  .next_entry img {
    display: inline-block;
    width: 100px;
    height: 78px;
  }
  .next_entry span.n_title {
    display: block;
    margin: 0;
    font-size:90%;
    text-decoration: none !important;
  }


}

#body.page-id-1010 .wp-block-snow-monkey-blocks-btn {
  height: 48px;
}
/* */


/* top */

#body > div.l-container > div.l-contents > div > div > div > main > div > div > div > div > div.wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--left.smb-section--fit > div.smb-section__inner > div > div > div > div {
  padding-top:0px;
}
#body > div.l-container > div.l-contents > div > div > div > main > div > div > div > div > div.wp-block-snow-monkey-blocks-section.alignfull.smb-section.smb-section--left.smb-section--fit{
  padding-top:0px;
}
#body > div.l-container > div.l-contents > div > div > div > main > div > div > div > div > div:nth-child(19){
  padding-bottom:0px;
}

/* concept */
@media only screen and (max-width: 675px) {
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div:nth-child(7) > div > div > div > div > div > div:nth-child(3){
  margin-bottom:0px;
  padding-bottom: 0px;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div:nth-child(7) > div > div > div > div > div > div:nth-child(3) > div.detailSec06__subBox.detailSec06__subBox02.detailSec06--center.detailSec06--orderReverse > div.detailSec06__txtBox > p{
  margin-bottom:0px;
  padding-bottom: 0px;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div:nth-child(7){
  margin-bottom:0px;
  padding-bottom: 0px;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div:nth-child(7) > div > div > div > div > div > div:nth-child(3) > div.detailSec06__subBox.detailSec06__subBox02.detailSec06--center.detailSec06--orderReverse{
  margin-left: 0px;
  margin-right: 0px;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div.is-layout-flex.wp-container-4.wp-block-columns.alignfull > div:nth-child(3){
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div.wp-block-snow-monkey-blocks-section.alignwide.smb-section.smb-section--fit.concept-detail1-simulation > div > div > div > div > p{
  font-size: 18px;
  line-height: 1.666;
  margin-top: 15px;
  letter-spacing: normal;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner{
  padding-bottom: 0;
}
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap!important;
  padding: 1.25em 1.8em;

}
.sp_br {
  display: none; 
}
@media screen and (max-width: 675px) {
  .sp_br {
    display: block; 
  }
}

/* LINEUP */
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div:nth-child(7) > div > div > div > div > div{
  margin-top: 0px;
}
#body > div.l-container > div.l-contents > div > div > div.l-contents__inner > main > article > div > div > div:nth-child(7) > div > div > div > div > div > div > div > div > div.smb-section__header > h2{
  line-height :0.5;
}

/* イベント カルーセル */
.slick-prev	{
  left: 0
}
.slick-next	{
  right: 0
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color:#000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 100
}
.slick-slider {
  overflow:visible;
}
.custom-post-carousel {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 100%;
  background-color: #f5f5f5;
  -webkit-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));

}
.custom-post-carousel-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-post-carousel-item a{
  text-decoration: none !important;
}
.custom-post-carousel-thumbnail {
  margin-right: 20px;
  margin-bottom: 0;
  max-width: 33%;
}

.custom-post-carousel-content {
  text-align: left;
}

.custom-post-carousel-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.custom-post-carousel-excerpt {
  font-size: 1em;
  margin-bottom: 20px;
  white-space: pre-line;
}

.custom-post-carousel-custom-field {
  font-size: 1em;
  margin-bottom: 10px;

}

.custom-post-carousel-link {
  text-decoration: none;
  color: inherit;
}

.custom-post-carousel-link:hover,
.custom-post-carousel-link:focus,
.custom-post-carousel-link:active {
  text-decoration: none;
  color: inherit;
}


.custom-post-carousel-event-info {
  display: flex;
  justify-content:left;
  align-items: left;
  margin-bottom: 10px;
}

.event_type,
.event_status {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

.event_type li,
.event_status li {
  display: inline;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 0 5px;
}

@media only screen and (max-width: 675px) {
  .custom-post-carousel-thumbnail {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .custom-post-carousel-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .custom-post-carousel-title {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .custom-post-carousel-excerpt {
    font-size: 1em;
    margin-bottom: 20px;
    white-space: normal;
  }
}

/* モデルハウス カルーセル ショートコード TOPPAGE */
.slick-prev	{
  left: 0
}
.slick-next	{
  right: 0
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color:#000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 100
}
.slick-slider {
  overflow:visible;
}
.custom-post-carousel_m {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 100%;
}

.custom-post-carousel-inner_m {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-post-carousel-item_m {
  margin:30px;
  padding:20px;
  background-color: #FFF;
  -webkit-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));

}
.custom-post-carousel-thumbnail_m {
  margin:0 auto;
  max-width: 100%;
  max-height:300px;
  overflow: hidden;
}

.custom-post-carousel-content_m {
  width: 100%;
  text-align: center;
}

.custom-post-carousel-title_m {
  font-size: 1.5em;
  margin:1em ;
  text-align: center;
}

.custom-post-carousel-custom-field_m {
  font-size: 1em;
  margin-bottom: 10px;
  text-align: center;
}
.custom-post-carousel_btn_m{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ms_sc_btn {
  width:180px;
  margin:10px ;
}
@media only screen and (max-width: 820px) {
  .custom-post-carousel-item_m {
    margin:15px;
    padding:10px;
  }
  .custom-post-carousel-thumbnail_m {
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .custom-post-carousel-inner_m {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .custom-post-carousel-title_m {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .ms_sc_btn {
    width:120px;
    margin:5px ;
    padding:5px;
  }

}
/* モデルハウス カルーセル ショートコード バナー */
.slick-prev	{
  left: 0
}
.slick-track {
  display: flex;
  align-items: stretch;
}
.slick-track a{
  display: block;
}
.slick-next	{
  right: 0
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color:#000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 100
}
.slick-slider {
  overflow:visible;
}
.custom-post-carousel_mb {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 20px;
  max-width: 100%;
}
.custom-post-carousel-link_mb {
  text-decoration: none;

  color: inherit;
}

.custom-post-carousel-link_mb:hover,
.custom-post-carousel-link_mb:focus,
.custom-post-carousel-link_mb:active {
  text-decoration: none;
  color: inherit;
}

.custom-post-carousel-inner_mb {
  display: flex;
  flex-direction: row;
  min-height:180px;
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-post-carousel-item_mb {
  margin:30px;
  padding:30px 30px 10px 30px;
  background-color: #FFF;
}
.custom-post-carousel-thumbnail_mb {
  margin:0 auto;
  max-width:160px;
  max-height:120px;
  overflow: hidden;
}

.custom-post-carousel-content_mb {
  text-align: left;
}

.custom-post-carousel-title_mb {
  font-size: 1.2em;
  line-height:1.2;
  min-height: 75px;
  margin:1em;
}

.custom-post-carousel-area_mb {
  font-size: 1em;
  margin:0 1em 2em 2em;
}
.custom-post-carousel-tel_mb {
  font-size: 1em;
  margin:0 1em 1em 2em ;
}
ul.slick-dots {
  margin: 0 20px 0 -20px;
}

@media only screen and (max-width: 820px) {
  .custom-post-carousel-item_mb {
    margin:0px;
    padding:20px 30px;
  }
  .custom-post-carousel-thumbnail_mb {
    margin-bottom: 0;
    max-width: 100%;
    height:230px !important;
    margin:0 auto;
    overflow:hidden;
  }
  .custom-post-carousel-inner_mb {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .custom-post-carousel-title_mb {
    font-size: 1em;
    margin: 3em 0 0.5em 0;
    margin-bottom: 10px;
  }
  .custom-post-carousel-area_mb {
    font-size: 1em;
    margin:1em 0 1em 0;
  }
  .custom-post-carousel-tel_mb {
    font-size: 1em;
    margin:0 ;
  }
  ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 20px 0 -20px;
    list-style: none;
    text-align: center;
}
  .mh-banner-undercolumn {
    top:30px;
  }

}
/* メニュー項目のスタイル調整 */

#nav_menu-3 .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 日本語表記のスタイル調整 */
#nav_menu-3 li a span {
  display: block;
  font-size: 0.8em; /* サイズを調整 */
  margin-top: 2px; /* 余白を調整 */
}

.plan-page-content-endbar{
  display: none;
}
.l-header__content {
  height: 105px;
  background-color: #FFF;
}
@media only screen and (max-width: 675px) {
  .l-header__content {
    height: 60px;
    background-color: #FFF;
  }

  .l-contents__sidebar {
    padding:0 20px;
  }
}

/* よくある質問 */

@media only screen and (min-width: 676px) {
html, body {
  scroll-padding-top: 140px;
}
}

/* 下部バナー横幅調整 */
@media only screen and (max-width: 675px) {
#body.page-id-9683 .wrapper1280 {
  width: 100%;
}
}
/*
header .c-container {
  max-width: 100%;
}
*/
/*
#body.page-id-28 > div.l-container
.c-container, .l-container {
    max-width: var(--_container-max-width,1280px);
    width: 100% !important;
    margin: 0 auto;
}

#body.page-id-28 > .c-container, .l-container {
    max-width: var(--_container-max-width,1280px);
    width: 100% !important;
    margin: 0 auto;
}
*/

