@charset "UTF-8";
/* .m-container
---------------------------------------------------------------------------- */
.m-container {
  margin: 0 auto;
  position: relative;
}

.m-content {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .m-content {
    padding: 0 20px;
  }
}

/* .m-fix
---------------------------------------------------------------------------- */
.m-fix {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-fix .button {
  writing-mode: vertical-rl;
  margin-bottom: 15px;
}

.m-fix .button:last-child {
  margin: 0;
}

.m-fix .button a {
  display: block;
  border-radius: 10px 0 0 10px;
  background: #3a3a3a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  height: 240px;
  width: 65px;
  padding: 80px 21px 0 21px;
  letter-spacing: 0.1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: .3s;
}

.m-fix .button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_arrow_wt.svg") no-repeat;
  background-size: 5px;
  background-position: center;
  left: 0;
  bottom: 33px;
  width: 100%;
  height: 10px;
  pointer-events: none;
}

.m-fix .button:last-child a {
  background: #4372a5;
  color: #fff;
}

.m-fix .button:last-child a::before {
  background: url("../../images/common/ico_arrow_wt.svg") no-repeat;
  background-size: 5px;
  background-position: center;
}

@media screen and (min-width: 1161px) {
  .m-fix .button a:hover {
    opacity: .9;
  }
}

@media screen and (max-width: 1160px) {
  .m-fix {
    display: none;
  }
}

/* .m-breadcrumbs
---------------------------------------------------------------------------- */
.m-breadcrumbs {
  max-width: 1230px;
  margin: 0 auto;
  padding: 20px 30px 0;
}

.m-breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  padding-right: 40px;
  position: relative;
}

.m-breadcrumbs li::before {
  position: absolute;
  content: "＞";
  right: 12px;
  top: 1px;
}

.m-breadcrumbs li:last-child {
  padding: 0;
}

.m-breadcrumbs li:last-child::before {
  display: none;
}

.m-breadcrumbs li a {
  display: block;
  color: #231815;
  text-decoration: none;
}

.m-breadcrumbs li br {
  display: none;
}

.single-tateuri .m-breadcrumbs,
.single-estate .m-breadcrumbs {
  margin-top: 130px;
}

@media screen and (min-width: 768px) {
  .m-breadcrumbs li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .m-breadcrumbs {
    padding: 0;
    font-size: 0;
    background: #e5e5e5;
    overflow: hidden;
  }
  .m-breadcrumbs li {
    font-size: 1.1rem;
    padding: 0;
  }
  .m-breadcrumbs li a {
    background: #f2f2f2;
    min-width: 60px;
    padding: 7px 10px 6px 20px;
    min-height: 32px;
  }
  .m-breadcrumbs li::before {
    content: "";
    background: url("../../images/common/ico_breadcrumb.png") no-repeat;
    background-size: 12px;
    background-position: center;
    width: 12px;
    height: 32px;
    right: -11px;
    top: 0;
    z-index: 3;
  }
  .m-breadcrumbs li:last-child {
    padding: 7px 10px 6px 20px;
    background: #f2f2f2;
  }
  .m-breadcrumbs li:last-child::before {
    display: block;
  }
  .single-tateuri .m-breadcrumbs,
  .single-estate .m-breadcrumbs {
    margin-top: 0;
  }
}

/* .m-search
---------------------------------------------------------------------------- */
.m-search {
  max-width: 900px;
  margin: 45px auto 120px;
  color: #000;
}

.m-tab-search {
  margin: 45px auto 70px;
  color: #000;
  max-width: inherit;
}

.m-search-heading {
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  color: #000;
  font-family: "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  margin-bottom: 30px;
}

.m-search .head {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.m-search .head span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}

.m-search .head span::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_search.svg") no-repeat;
  background-size: 24px;
  background-position: center;
  height: 30px;
  width: 30px;
  left: 0;
  top: 3px;
}

.m-search .caution {
  text-align: center;
  color: #808080;
  font-size: 1.5rem;
  font-weight: bold;
}

.m-search .checkList {
  margin: 20px auto 50px;
}

.m-search .box {
  max-width: 180px;
  padding: 0 10px;
  width: calc(100% / 5);
  margin-bottom: 30px;
  float: left;
  font-size: 1.6rem;
}

.m-search .box .thumbnail {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  cursor: pointer;
}

.m-search .accordion {
  max-width: 880px;
  margin: 0 auto 30px;
  border: solid 1px #4372ab;
}

.m-search .accordion .button {
  background: #4372ab;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  min-height: 76px;
  padding: 26px 0;
  cursor: pointer;
}

.m-search .accordion .button span {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}

.m-search .accordion .button span::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_plus.svg") no-repeat;
  background-size: 16px;
  background-position: center;
  height: 100%;
  top: 0;
  right: 0;
  width: 16px;
}

.m-search .accordion .button.is-clicked span::before {
  background: url("../../images/common/ico_minus.svg") no-repeat;
  background-size: 16px;
  background-position: center;
}

.m-search .accordion .hidden {
  display: none;
}

.m-search .accordion .block {
  border-bottom: solid 1px #ebebeb;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}

.m-search .accordion .block:last-child {
  border: none;
}

.m-search .accordion .block .ttl {
  width: 190px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #4372ab;
  padding-top: 5px;
}

.m-search .accordion .block .detail {
  width: calc(100% - 190px);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.m-search .accordion .block .detail label {
  min-width: 130px;
  display: inline-block;
  padding: 5px 25px 5px 0;
}

.m-search .checkbox {
  display: none;
}

.m-search .checkbox + span {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  vertical-align: middle;
}

.m-search .checkbox + span:before {
  position: absolute;
  content: "";
  border: solid 1px #4372ab;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 2px 0;
  box-sizing: border-box;
  left: 0;
  top: -3px;
}

.m-search .checkbox:checked + span:before {
  content: "";
  background: url("../../images/common/ico_checkbox.svg") no-repeat, #4372ab;
  background-size: 16px;
  background-position: center;
}

.m-search input.m-submit {
  background: url("../../images/common/ico_arrow_wt.svg") no-repeat, #231815;
  background-size: 6px;
  background-position: right 15px center;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.m-tab-search .search_form {
  max-width: 1230px;
  margin: 50px auto 0;
  padding: 0 30px;
  position: relative;
}

.m-tab-search .search_form::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100vw;
  height: 1px;
  left: 50%;
  margin-left: -50vw;
  top: 37px;
  z-index: 1;
}

input[name="search_tab__item"] {
  display: none;
}

.search_tab__item {
  cursor: pointer;
  width: 211px;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  padding: 7px 0;
  min-height: 38px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  margin-right: 14px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.search_tab__item.search_tab__event {
  padding: 0;
  background-color: #e5e5e5 !important;
  z-index: 0;
}

.search_tab__item.search_tab__event a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 7px 0;
  border-radius: 5px 5px 0 0;
}

.search_tab__item.search_tab__event.is-current {
  background-color: #fff !important;
  border-bottom: none !important;
  z-index: 2;
}

.search_tab__item.search_tab__event.is-current a {
  background-color: #fff;
}

.search_tab__content {
  display: none;
  clear: both;
  overflow: hidden;
}

#area_niigata:checked ~ #area_niigata__content,
#area_other:checked ~ #area_other__content {
  display: block;
}

.search_tab input:not(:checked) + .search_tab__item {
  background-color: #e5e5e5;
  border: solid 1px #000;
}

.search_tab__content .city {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.search_tab__content .list {
  margin: 0 auto 35px;
  text-align: center;
}

.search_tab__content .list li {
  display: inline-block;
  vertical-align: middle;
  min-width: 180px;
  margin: 0 8px 8px;
}

.search_tab__content .list li.is-current a {
  background-color: #e5e5e5;
}

.search_tab__content .list li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  border: solid 1px #000;
  min-height: 50px;
  padding: 12px 30px;
  position: relative;
  transition: background-color .25s;
}

.search_tab__content .list li a:hover {
  background-color: #e5e5e5;
}

.search_tab__content .list li a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_nav.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 100%;
  right: 10px;
  bottom: 0;
  pointer-events: none;
}

.search_tab__content {
  padding: 35px 0 0;
}

@media screen and (max-width: 767px) {
  .m-search {
    padding: 0 20px;
    margin: 20px auto 70px;
  }
  .m-search-heading {
    font-size: 4.6vw;
    margin-bottom: 20px;
    text-align: left;
  }
  .m-search .head span {
    padding-left: 25px;
  }
  .m-search .head span::before {
    background-size: 18px;
    height: 20px;
    width: 20px;
  }
  .m-search .head {
    font-size: 4.6vw;
    text-align: left;
  }
  .m-search .caution {
    text-align: left;
    padding-left: 27px;
    font-size: 3.5vw;
  }
  .m-search .checkList {
    margin: 10px auto;
  }
  .m-search .box {
    width: calc(100% / 3);
    padding: 0 3px;
    font-size: 3vw;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .m-search .box .thumbnail {
    height: 21vw;
    margin-bottom: 5px;
  }
  .m-search .box .checkbox + span {
    padding: 0;
    position: inherit;
  }
  .m-search .box .checkbox + span:before {
    left: 3px;
    top: 0;
    background: #fff;
  }
  .m-search .box .checkbox:checked + span:before {
    content: "";
    background: url("../../images/common/ico_checkbox.svg") no-repeat, #4372ab;
    background-size: 16px;
    background-position: center;
    z-index: 3;
  }
  .m-search .box .checkbox:checked + span::after {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: 21vw;
    border: solid 4px #4372ab;
    top: 0;
    left: 3px;
    z-index: 1;
    box-sizing: border-box;
  }
  .m-search .accordion .button {
    font-size: 3.6vw;
    min-height: 16vw;
    padding: 19px 0;
  }
  .m-search .accordion .block {
    display: block;
    padding: 0;
    border: none;
  }
  .m-search .accordion .block .ttl {
    width: 100%;
    background: #ebebeb;
    color: #000000;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
  .m-search .accordion .block .detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-search .accordion .block .detail label {
    width: 50%;
    font-size: 1.3rem;
    border-bottom: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    letter-spacing: 0;
    padding: 10px 5px;
  }
  .m-search .accordion .block .detail label:nth-child(even) {
    border-right: none;
  }
  .m-search .accordion .block .detail label .checkbox + span {
    padding-left: 25px;
  }
  .m-search input.m-submit {
    width: 100%;
    font-size: 3.5vw;
    height: 45px;
  }
  .m-search .accordion {
    margin: 0 auto 20px;
  }
  .m-tab-search .search_form {
    padding: 0;
  }
  .search_tab__item {
    width: 140px;
    margin-right: 5px;
    font-size: 1.2rem;
    padding: 9px 0;
  }
  .search_tab__content .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .search_tab__content .list li {
    min-width: inherit;
    margin: 0 0 5px;
    width: 48%;
  }
  .search_tab__content .list li a {
    padding: 10px 30px;
    min-height: auto;
    font-size: 1.2rem;
  }
  .search_tab__content .city {
    margin-bottom: 10px;
  }
}

/* .m-archive
---------------------------------------------------------------------------- */
.m-archive {
  height: 400px;
  background: url("../../images/common/main_archive.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 230px;
  text-align: center;
}

.post-type-archive-works .m-archive {
  background: url("../../images/common/main_works.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.post-type-archive-tateuri .m-archive,
.tateuriform .m-archive {
  background: url("../../images/common/main_tateuri.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.post-type-archive-estate .m-archive {
  background: url("../../images/common/main_estate.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.post-type-archive-modelhouse .m-archive {
  background: url("../../images/common/main_modelhouse.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.post-type-archive-event .m-archive {
  background: url("../../images/common/main_event.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.m-archive .heading {
  font-size: 4rem;
  font-weight: bold;
}

#archive .container {
  padding: 80px 0 150px;
  background: rgba(0, 0, 0, 0.1);
}

#archive .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#archive .flex + ul.page-numbers {
  margin: 50px auto 0;
}

.m-above {
  margin: 0 auto 25px;
}

.m-above .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-above .order_select {
  width: 211px;
  position: relative;
}

.m-above .order_select::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_order.svg") no-repeat;
  background-size: 6px;
  background-position: center;
  width: 10px;
  height: 100%;
  top: 0;
  right: 12px;
  pointer-events: none;
}

.m-above .order_select select {
  font-size: 1.6rem;
  text-align: center;
  color: #231815;
  height: 38px;
  border: solid 1px #231815;
  width: 100%;
}

.m-box a {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #000000;
  transition: .3s;
}

.m-box .price {
  font-size: 1.4rem;
  padding-top: 5px;
}

.m-box .price strong {
  font-size: 1.8rem;
  font-weight: bold;
}

.m-box .thumbnail {
  width: 100%;
  padding-top: 100%;
  background-size: contain!important;
}


.m-box .inner {
  padding: 15px 15px 40px;
  background: url("../../images/common/ico_post_arrow.svg") no-repeat;
  background-size: 30px;
  background-position: right 15px bottom 20px;
}

.m-box .category {
  margin-bottom: 10px;
}

.m-box .category li {
  font-size: 1.4rem;
  color: #231815;
  letter-spacing: 0.06em;
  border: solid 1px #231815;
  text-align: center;
  padding: 2px 20px;
  border-radius: 20px;
  display: inline-block;
  line-height: 1;
  margin: 2px;
}

.m-box .name {
  font-size: 1.6rem;
  font-weight: bold;
}

.m-box .date {
  font-size: 1.3rem;
}

.m-box .tag {
  margin-top: 25px;
  font-size: 0;
}

.m-box .tag li {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px 0;
  line-height: 1;
}

.m-box .tag li:last-child {
  margin-right: 0;
}

.post-type-archive-tateuri .m-box .name,
.post-type-archive-estate .m-box .name {
  font-size: 1.5rem;
  font-weight: 400;
}

.post-type-archive-modelhouse .container .block {
  max-width: 907px;
  margin: 0 auto;
  padding: 55px 0;
  border-bottom: solid 1px #999999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-type-archive-modelhouse .container .block:nth-child(even) {
  flex-flow: row-reverse;
}

.post-type-archive-modelhouse .container .block:last-child {
  border-bottom: none;
}

.post-type-archive-modelhouse .container .block .thumbnail {
  width: 48%;
  max-width: 400px;
  height: 300px;
  background-size: contain !important; /* add20230419 */
}

.post-type-archive-modelhouse .container .block .detail {
  width: 50%;
  max-width: 450px;
  position: relative;
  padding-bottom: 50px;
}

.post-type-archive-modelhouse .container .block p.more {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 1;
}

.post-type-archive-modelhouse .container .block p.more a {
  color: #231815;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 47px;
  background: url("../../images/common/ico_modelhouse_more.svg") no-repeat;
  background-size: 29px;
  background-position: center right;
}

.post-type-archive-modelhouse .container .block .info {
  display: flex;
  align-items: center;
}

.post-type-archive-modelhouse .container .block .info li {
  border: solid 1px #231815;
  color: #231815;
  min-width: 87px;
  text-align: center;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.post-type-archive-modelhouse .container .block .info .city {
  font-size: 1.8rem;
  color: #231815;
  font-weight: bold;
}

.post-type-archive-modelhouse .container .block .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px auto 20px;
}

.post-type-archive-modelhouse .container .block .tag li {
  display: inline-block;
  vertical-align: middle;
  color: #231815;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 15px;
}

.post-type-archive-modelhouse .container .block .address {
  font-size: 1.6rem;
  margin-top: 35px;
  position: relative;
  padding-left: 30px;
}

.post-type-archive-modelhouse .container .block .address::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_pin.svg") no-repeat;
  background-size: 13px;
  background-position: center;
  width: 14px;
  height: 20px;
  top: 2px;
  left: 0;
}

.post-type-archive-modelhouse .container .block .box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.post-type-archive-modelhouse .container .block .box .tel {
  margin-right: 40px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
}

.post-type-archive-modelhouse .container .block .box .tel::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_tel.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.post-type-archive-modelhouse .container .block .box .tel a {
  color: #231815;
  text-decoration: none;
}

.post-type-archive-modelhouse .container .block .box .schedule {
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
}

.post-type-archive-modelhouse .container .block .box .schedule::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_time.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.post-type-archive-modelhouse .container .block + .page-numbers {
  margin: 40px 0;
}

.single-event .p-event .data {
  margin: 0 auto 40px;
}

.single-event .p-event .address {
  font-size: 1.6rem;
  margin-top: 35px;
  position: relative;
  padding-left: 30px;
}

.single-event .p-event .address::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_pin.svg") no-repeat;
  background-size: 13px;
  background-position: center;
  width: 14px;
  height: 20px;
  top: 2px;
  left: 0;
}

.single-event .p-event {
  max-width: 1130px;
  padding: 0 30px;
  margin: 0 auto;
}

.single-event .p-event .tel {
  margin-right: 40px;
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
}

.single-event .p-event .tel::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_tel.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.single-event .p-event .tel a {
  color: #231815;
  text-decoration: none;
}

.single-event .p-event .schedule {
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}

.single-event .p-event .schedule::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_time.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.single-event .p-event .data .head {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.single-event .p-event .data .flex {
  margin-top: 30px;
}

.single-event .p-event .data .flex p {
  margin-right: 50px;
}

.single-event .p-event .map {
  margin-bottom: 40px;
  height: 280px;
}

.single-event .p-event .map iframe {
  width: 100%;
  height: 100%;
}

.single-event .p-campaign {
  margin: 0 auto 60px;
  max-width: 1180px;
  padding: 0 30px;
}

.single-event .m-form-head .block .txt {
  margin-top: 50px;
  font-weight: bold;
  font-size: 2rem;
}

.single-event .m-form-head .block .txt .city {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 87px;
  border-radius: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 1161px) {
  #archive .flex::before {
    content: "";
    display: block;
    width: 24%;
    max-width: 255px;
    order: 1;
  }
  #archive .flex::after {
    content: "";
    display: block;
    width: 24%;
    max-width: 255px;
  }
  .m-box {
    max-width: 255px;
    width: 24%;
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 1160px) {
  #archive .flex::after {
    content: "";
    display: block;
    width: 33%;
    max-width: 280px;
  }
  .m-box {
    max-width: 280px;
    width: 33%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-archive .heading {
    font-size: 4.6vw;
  }
  .m-archive {
    padding: 40px 0 0;
    height: 105px;
  }
  #archive .container {
    padding: 20px 0 50px;
  }
  #archive .flex {
    max-width: 520px;
    margin: 0 auto;
  }
  #archive .flex::after {
    display: none;
  }
  .m-box {
    max-width: 255px;
    width: 49%;
    margin-bottom: 10px;
  }

  .m-box .inner {
    padding: 10px 10px 30px;
    background: url("../../images/common/ico_post_arrow.svg") no-repeat;
    background-size: 30px;
    background-position: right 10px bottom 15px;
  }
  .m-box .inner .reverse {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .m-box .category {
    margin: 10px 0 0;
  }
  .m-box .name {
    font-size: 1.5rem;
  }
  .m-box .category li {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
  .m-box .tag {
    margin-top: 5px;
  }
  .m-box .tag li {
    font-size: 1.2rem;
  }
  .m-box .price {
    padding: 0 0 5px;
  }
  .post-type-archive-tateuri .m-box .name,
  .post-type-archive-estate .m-box .name {
    font-size: 1.4rem;
  }
  #archive .flex + ul.page-numbers {
    margin: 20px auto 0;
  }
  .m-above .order_select {
    width: 150px;
  }
  .m-above .order_select select {
    font-size: 1.4rem;
    height: 30px;
  }
  .post-type-archive-modelhouse .container .block {
    padding: 25px 0;
  }
  .post-type-archive-modelhouse .container .block .thumbnail {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
  }
  .post-type-archive-modelhouse .container .block .detail {
    width: 100%;
    padding-bottom: 40px;
  }
  .post-type-archive-modelhouse .container .block .info li {
    font-size: 1.2rem;
    min-width: 80px;
    margin-right: 10px;
  }
  .post-type-archive-modelhouse .container .block .info .city {
    font-size: 1.4rem;
  }
  .post-type-archive-modelhouse .container .block .ttl {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
  .post-type-archive-modelhouse .container .block .tag li {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .post-type-archive-modelhouse .container .block .address {
    margin-top: 20px;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .post-type-archive-modelhouse .container .block .address::before {
    background-size: 10px;
    top: 0;
  }
  .post-type-archive-modelhouse .container .block .box .tel {
    font-size: 1.2rem;
    margin-right: 0;
    padding-left: 20px;
  }
  .post-type-archive-modelhouse .container .block .box .tel::before {
    background-size: 15px;
    width: 15px;
    bottom: 0;
  }
  .post-type-archive-modelhouse .container .block .box .schedule {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .post-type-archive-modelhouse .container .block .box {
    justify-content: space-between;
    margin-top: 10px;
  }
  .post-type-archive-modelhouse .container .block .box .schedule::before {
    background-size: 14px;
    width: 15px;
    bottom: 0;
  }
  .post-type-archive-modelhouse .container .block p.more a {
    font-size: 1.3rem;
  }
  .post-type-archive-modelhouse .container .block:nth-child(even) {
    flex-wrap: wrap;
  }
  .single-event .p-event {
    padding: 0 20px;
  }
  .single-event .p-event .data {
    margin: 30px auto;
  }
  .single-event .p-event .map {
    margin-bottom: 30px;
    height: 180px;
  }
  .single-event .p-event .data .flex {
    display: block;
    margin-top: 0;
  }
  .single-event .p-event .address {
    margin-top: 0;
  }
  .single-event .p-event .data .flex p {
    margin: 10px 0;
  }
  .single-event .p-event .data .head {
    margin-bottom: 20px;
  }
  .single-event .p-campaign {
    padding: 0 20px;
    margin: 0 auto 30px;
  }
  .single-event .m-form-head .block .txt {
    margin: 3px 0 0;
    font-size: 1.2rem;
  }
  .single-event .m-form-head .block .txt .city {
    font-size: 1rem;
    min-width: 50px;
    padding: 0 10px;
    margin: 0;
  }
}

/* .m-single
---------------------------------------------------------------------------- */
.m-single {
  height: 544px;
  background: url("../../images/common/main_single.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.single-works .m-single {
  background: url("../../images/common/main_works_single.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.m-single .inner {
  width: 100%;
  padding-top: 200px;
  text-align: center;
}

.m-single .inner .heading {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 35px;
  line-height: 1;
}

.m-single .inner .ttl {
  font-weight: bold;
  font-size: 2.5rem;
}

.m-single .inner .tag {
  margin: 40px auto 0;
}

.m-single .inner .tag li {
  display: inline-block;
  color: #231815;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  margin: 5px;
  border-radius: 20px;
  min-width: 100px;
  padding: 0 20px;
}

#single .detail {
  margin: 90px auto;
}

#single .detail .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#single .detail .flex.is-reverse {
  flex-wrap: wrap-reverse;
}

#single .detail .flex:last-child {
  margin: 0;
}

#single .detail .flex .block {
  max-width: 640px;
  width: 55%;
}

#single .detail .flex .pic {
  max-width: 483px;
  width: 42%;
}

#single .detail .flex .block .heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

#single .detail .flex .block .lead {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

#single .detail .flex .block .info {
  width: 100%;
  max-width: 524px;
  color: #231815;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

#single .detail .flex .block .info tr {
  border-bottom: solid 1px #000;
}

#single .detail .flex .block .info th {
  width: 210px;
  padding: 15px 30px;
  text-align: left;
}

#single .detail .flex .block .info td {
  padding: 15px 0;
}

#single .detail .flex .block .ttl {
  max-width: 288px;
  background: #888989;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
  min-height: 44px;
  padding: 7px 0;
  margin-bottom: 40px;
}

#single .same {
  background: rgba(0, 0, 0, 0.1);
  padding-bottom: 130px;
}

#single .same .head {
  max-width: 288px;
  background: #888989;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
  min-height: 44px;
  padding: 7px 0;
  margin-bottom: 70px;
}

#single .same .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#single .same .inner::before {
  content: "";
  display: block;
  width: 24%;
  max-width: 255px;
  order: 1;
}

#single .same .inner::after {
  content: "";
  display: block;
  width: 24%;
  max-width: 255px;
}

#single .recommend {
  background: #d0d9e5;
  padding-bottom: 130px;
}

#single .recommend .head {
  max-width: 288px;
  background: #4372a5;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
  min-height: 44px;
  padding: 7px 0;
  margin-bottom: 70px;
}

#single .recommend .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#single .recommend .inner::before {
  content: "";
  display: block;
  width: 24%;
  max-width: 255px;
  order: 1;
}

#single .recommend .inner::after {
  content: "";
  display: block;
  width: 24%;
  max-width: 255px;
}

.modelhouse-container {
  margin: 80px 0 0;
}

.modelhouse-container .p-about {
  border-bottom: solid 1px #231815;
  padding-bottom: 50px;
}

.modelhouse-container .p-about .content {
  /* max-width: 960px; */
  display: flex;
  justify-content: space-between;
}

.modelhouse-container .slider-area {
  max-width: inherit!important;
  width: 50%!important;
}

.modelhouse-container .slider-area .slider-item {
  width: 100%;
  height: 340px;
  padding-top: 0!important;
}

.modelhouse-container .slider-area .thumbnail-item {
  width: 90px;
  margin: 0 5px;
  height: 60px;
}

.modelhouse-container .thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.modelhouse-container .thumbnail-list .slick-track {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.modelhouse-container .thumbnail-list .slick-slide {
  display: block !important;
  float: none !important;
}

.modelhouse-container .detail {
  /* width: 49%;
  max-width: 420px; */
  width: 45%;
}

.modelhouse-container .detail .lead {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}

.modelhouse-container .detail .tag {
  background: #e5e5e5;
  display: flex;
}

.modelhouse-container .detail .tag dt {
  font-size: 1.4rem;
  font-weight: bold;
  width: 133px;
  padding: 15px 10px;
  text-align: center;
}

.modelhouse-container .detail .tag dd {
  width: calc(100% - 133px);
  padding: 15px 15px 15px 0;
}

.modelhouse-container .detail .tag dd ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

.modelhouse-container .detail .address,
.modelhouse-container .detail .tel,
.modelhouse-container .detail .schedule {
  margin-top: 25px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding-left: 30px;
  position: relative;
}

.modelhouse-container .detail .tel a {
  text-decoration: none;
  color: #231815;
}

.modelhouse-container .detail .address::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_pin.svg") no-repeat;
  background-size: 13px;
  background-position: center;
  width: 14px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.modelhouse-container .detail .tel::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_tel.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.modelhouse-container .detail .schedule::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_modelhouse_time.svg") no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  bottom: 2px;
  left: 0;
}

.modelhouse-container .p-news,
.modelhouse-container .p-events {
  padding: 40px 0;
  border-bottom: solid 1px #231815;
}

.modelhouse-container .p-news .empty,
.modelhouse-container .p-events .empty {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.modelhouse-container .p-news .head,
.modelhouse-container .p-events .head {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.modelhouse-container .p-events .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modelhouse-container .p-events .flex::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
  max-width: 255px;
}

.modelhouse-container .p-events .flex::after {
  content: "";
  display: block;
  width: 23%;
  max-width: 255px;
}

.modelhouse-container .p-events .post {
  width: 23%;
  max-width: 255px;
}

.modelhouse-container .p-events .post a {
  display: block;
  text-decoration: none;
  color: #000;
}

.modelhouse-container .p-events .post .inner {
  padding: 0 15px 15px;
  background: url("../../images/common/ico_modelhouse_more.svg") no-repeat;
  background-size: 30px;
  background-position: right 15px bottom 5px;
}

.modelhouse-container .p-events .post .category li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
  border: solid 1px #000;
  border-radius: 20px;
  min-width: 80px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
}

.modelhouse-container .p-events .post .date {
  font-size: 1.2rem;
  margin: 5px 0;
}

.modelhouse-container .p-events .post .name {
  font-size: 1.4rem;
  font-weight: bold;
}

.modelhouse-container .p-events .post .thumbnail {
  /* height: 167px; */
  width: 100%;
  margin-bottom: 20px;
  padding-top: 100%; /* add20230419 */
}

.modelhouse-container .p-news .post {
  width: 100%;
  margin: 0 auto 10px;
  max-width: 660px;
}

.modelhouse-container .p-news .post th {
  text-align: left;
  width: 115px;
  font-size: 1.4rem;
  vertical-align: top;
  padding-top: 2px;
}

.modelhouse-container .p-news .post td {
  font-size: 1.6rem;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
}

.modelhouse-container .p-news .post td a {
  color: #231815;
}

.modelhouse-container .p-news .button {
  max-width: 300px;
  margin: 0 auto;
}

.modelhouse-container .p-news .button a {
  display: block;
  text-align: center;
  border: solid 1px #231815;
  color: #231815;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  min-height: 60px;
  padding: 17px 0;
  background: url("../../images/common/ico_arrow_bk.svg") no-repeat;
  background-size: 5px;
  background-position: center right 15px;
}

.modelhouse-container .p-map {
  padding: 60px 0;
  border-bottom: solid 1px #231815;
}

.modelhouse-container .p-map .map {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  height: 280px;
}

.modelhouse-container .p-map .map iframe {
  width: 100%;
  height: 100%;
}

.modelhouse-container .p-campaign .img {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 60px;
}

@media screen and (max-width: 1160px) {
  .m-single {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .m-single {
    height: auto;
    min-height: 200px;
  }
  .m-single .inner {
    padding: 40px 10px 20px;
  }
  .m-single .inner .heading {
    font-size: 4.6vw;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .m-single .inner .ttl {
    font-size: 3.9vw;
  }
  .m-single .inner .tag {
    margin: 15px auto 0;
  }
  .m-single .inner .tag li {
    font-size: 1rem;
    min-width: inherit;
    padding: 0 10px;
  }
  #single .detail {
    margin: 40px auto;
  }
  #single .detail .flex .block {
    width: 100%;
  }
  #single .detail .flex .pic {
    width: 100%;
    margin: 20px auto 0;
  }
  #single .detail .flex {
    margin: 0 auto 50px;
  }
  #single .detail .flex .block .lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #single .detail .flex .block .heading {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  #single .detail .flex .block .ttl {
    font-size: 4vw;
    min-height: auto;
    max-width: 230px;
    margin-bottom: 20px;
  }
  #single .detail .flex .block .info th {
    padding: 10px 15px 5px;
    display: block;
    width: 100%;
  }
  #single .detail .flex .block .info td {
    display: block;
    padding: 0 15px 15px;
  }
  #single .detail .flex .block .info {
    font-size: 1.4rem;
  }
  #single .recommend .inner,
  #single .same .inner {
    max-width: 520px;
    margin: 0 auto;
  }
  #single .recommend .inner::before,
  #single .same .inner::before {
    display: none;
  }
  #single .recommend .inner::after,
  #single .same .inner::after {
    display: none;
  }
  #single .recommend .head,
  #single .same .head {
    font-size: 4vw;
    min-height: auto;
    max-width: 230px;
    margin-bottom: 20px;
  }
  #single .same,
  #single .recommend {
    padding-bottom: 30px;
  }
  .modelhouse-container {
    margin: 40px 0 0;
  }
  .modelhouse-container .p-about .content {
    display: block;
  }
  .modelhouse-container .slider-area {
    width: 100%!important;
    margin: 0 auto;
  }
  .modelhouse-container .slider-area .thumbnail-item {
    width: 20%;
    height: 50px;
  }

  .modelhouse-container .detail {
    width: 100%;
    margin: 20px auto 0;
  }
  .modelhouse-container .detail .lead {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .modelhouse-container .detail .tag dt {
    font-size: 1.2rem;
    width: 107px;
    padding: 10px;
  }
  .modelhouse-container .detail .tag dd {
    width: calc(100% - 107px);
    padding: 9px 10px 7px 0;
  }
  .modelhouse-container .detail .tag dd ul li {
    font-size: 1.3rem;
    margin-right: 5px;
  }
  .modelhouse-container .detail .address,
  .modelhouse-container .detail .tel,
  .modelhouse-container .detail .schedule {
    margin-top: 15px;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .modelhouse-container .detail .address::before {
    background-size: 10px;
  }
  .modelhouse-container .detail .tel::before {
    background-size: 14px;
    width: 15px;
  }
  .modelhouse-container .detail .schedule::before {
    background-size: 14px;
    width: 14px;
    height: 14px;
    bottom: 4px;
  }
  .modelhouse-container .p-about {
    padding-bottom: 30px;
  }
  .modelhouse-container .p-news,
  .modelhouse-container .p-events {
    padding: 30px 0;
  }
  .modelhouse-container .p-news .head,
  .modelhouse-container .p-events .head {
    margin-bottom: 30px;
  }
  .modelhouse-container .p-news .post th {
    display: block;
    width: 100%;
    padding: 0 0 5px;
  }
  .modelhouse-container .p-news .post td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  .modelhouse-container .p-news .post {
    margin: 0 auto 30px;
  }
  .modelhouse-container .p-map .map {
    height: 220px;
  }
  .modelhouse-container .p-map {
    padding: 30px 0;
  }
  .modelhouse-container .p-campaign .img {
    padding: 30px 0 40px;
  }
  .modelhouse-container .p-events .post {
    width: 49%;
    margin-bottom: 20px;
  }
  .modelhouse-container .p-events .flex::before {
    display: none;
  }
  .modelhouse-container .p-events .flex::after {
    display: none;
  }
  .modelhouse-container .p-events .post .thumbnail {
    height: 110px;
    margin-bottom: 10px;
  }
  .modelhouse-container .p-events .post .inner {
    padding: 0 5px 15px;
  }
}

/* single02
---------------------------------------------------------------------------- */
.m-single02 {
  margin: 40px auto 0;
  max-width: 1160px;
  padding: 0 30px;
}

.m-single02 .thumbnail {
  width: 388px;
}

.m-single02 .thumbnail img {
  width: 100%;
}

.m-single02 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-single02 .detail {
  width: calc(100% - 440px);
}

.m-single02 .detail .tag {
  margin-bottom: 30px;
}

.m-single02 .detail .tag li {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  border: solid 1px #000;
  border-radius: 20px;
  min-width: 87px;
  line-height: 1;
  padding: 1px 10px;
  margin-right: 10px;
}

.m-single02 .detail .tag li:last-child {
  margin: 0;
}

.m-single02 .detail .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 40px;
}

.m-single02 .detail .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.m-single02 .detail .flex .box {
  width: 50%;
  letter-spacing: 0.06em;
}

.m-single02 .detail .flex .memo {
  width: 50%;
  font-size: 1.5rem;
}

.m-single02 .detail .flex .box .list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-right: 30px;
}

.m-single02 .detail .flex .box .list li strong {
  font-size: 2.4rem;
  font-weight: bold;
}

#single02 .p-point {
  padding: 70px 0 45px;
}

#single02 .p-point.is-estate {
  padding: 70px 0 0;
}

#single02 .p-point .content {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#single02 .p-point .content.reverse {
  flex-direction: row-reverse;
}

#single02 .p-point.is-estate .content {
  max-width: 1195px;
}

#single02 .p-point.is-estate .content.is-point-null {
  justify-content: center;
}

#single02 .p-point .block {
  max-width: 620px;
  width: 58%;
  margin-right: 2%;
}

#single02 .p-point .block .heading {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

#single02 .p-point .block .list {
  width: 100%;
  border: solid 2px #e6e5e1;
  position: relative;
  padding: 40px 45px;
}

#single02 .p-point .block .list::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_frame.png") no-repeat;
  background-size: 38px;
  width: 38px;
  height: 38px;
  right: -2px;
  top: -2px;
  z-index: 1;
}

#single02 .p-point .block .list li {
  position: relative;
  padding-left: 35px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

#single02 .p-point .block .list li:last-child {
  margin: 0;
}

#single02 .p-point .block .list li::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_point.svg") no-repeat;
  background-size: 18px;
  background-position: center left;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
}

#single02 .p-point .thumbnail {
  max-width: 475px;
  width: 40%;
}

#single02 .p-point .thumbnail img {
  width: 100%;
}

#single02 .p-facility {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}

#single02 .p-facility .content {
  padding: 25px 0;
  border-top: solid 2px #e6e5e1;
  border-bottom: solid 2px #e6e5e1;
  display: flex;
  align-items: center;
}

#single02 .p-facility .heading {
  width: 125px;
  text-align: left;
  padding-left: 40px;
  font-size: 2.1rem;
  font-weight: bold;
  background: url("../../images/common/ico_facility.svg") no-repeat;
  background-size: 23px;
  background-position: center left 10px;
}

#single02 .p-facility ul {
  width: calc(100% - 125px);
}

#single02 .p-facility li {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
}

#single02 .p-facility li::before {
  position: absolute;
  content: "／";
  right: 0;
  bottom: 0;
}

#single02 .p-facility li:last-child {
  padding: 0;
}

#single02 .p-facility li:last-child::before {
  display: none;
}

#single02 .p-detail {
  padding: 50px 0 60px;
}

#single02 .p-detail .content {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}

#single02 .p-detail .content .heading {
  display: inline-block;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

#single02 .p-detail .content .heading::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_detail.svg") no-repeat;
  background-size: 15px;
  background-position: left center;
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
}

#single02 .p-detail .flex {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

#single02 .p-detail .flex:first-child {
  margin-top: 50px;
}

#single02 .slider-area {
  overflow: hidden;
  max-width: 470px;
  width: 40%;
}

#single02 .slider-item {
  width: 100%;
  margin-bottom: 30px;
  /* height: 460px; */
  height: 340px;
}

#single02 .square-img {
  background-size: contain !important;
  height: 460px !important;
  /* height: 470px!important; */
}

#single02 .thumnail-item {
  width: 70px;
  height: 60px;
  margin-bottom: 10px;
}

#single02 .is-estate .thumnail-item {
  width: 70px;
  height: 60px;
  margin: 0 10px;
}

#single02 .thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

#single02 .is-estate .thumnail .slick-track {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

#single02 .thumnail .slick-slide {
  display: block !important;
  float: none !important;
}

#single02 .thumnail .slick-track:before {
  display: none;
}

#single02 .thumnail .slick-track:after {
  display: none;
}

#single02 .p-detail .detail2col {
  max-width: 507px;
  width: calc(100% - 500px);
}

#single02 .p-detail .info {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

#single02 .p-detail .info tr {
  border-bottom: solid 1px #e6e5e1;
}

#single02 .p-detail .info th {
  text-align: left;
  width: 140px;
  padding: 13px 20px 13px 0;
  vertical-align: top;
  font-weight: bold;
}

#single02 .p-detail .info td {
  text-align: left;
  padding: 13px 0;
}

#single02 .p-detail .detail3col {
  width: calc(100% - 450px);
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#single02 .p-detail .detail3col .info {
  max-width: 280px;
  width: 49%;
}

#single02 .p-detail .detail3col .info th {
  width: 100px;
  padding-right: 0;
}

#single02 .p-detail .map {
  max-width: 420px;
  width: 40%;
  height: 363px;
}

#single02 .p-detail .map iframe {
  width: 100%;
  height: 100%;
}

/* #single02 .p-contact {
  background: #00338e;
  padding: 0 20px;
} */

#single02 .p-contact .block {
  /* background: #fff;
  max-width: 700px; */
  margin: 0 auto;
  min-height: 282px;
  text-align: center;
  /* border: solid 4px #00338e; */
  padding: 35px 30px;
}

#single02 .p-contact .block .button {
  max-width: 500px;
  margin: 0 auto 20px;
}

#single02 .p-contact .block .button a {
  display: block;
  background: #e07600;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 87px;
  padding: 15px 0;
  position: relative;
  transition: .3s;
}

#single02 .p-contact .block .button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_contact_arrow.svg") no-repeat;
  background-size: 43px;
  background-position: center;
  width: 44px;
  height: 100%;
  top: 0;
  right: 45px;
  pointer-events: none;
  z-index: 1;
}

#single02 .p-contact .block .button a span {
  display: inline-block;
  text-align: left;
  position: relative;
}

#single02 .p-contact .block .button a span::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_mail.svg") no-repeat;
  background-size: 46px;
  background-position: center left;
  width: 75px;
  height: 100%;
  left: -75px;
  top: 0;
  pointer-events: none;
}

#single02 .p-contact .block .lead {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#single02 .p-contact .tel a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 4.9rem;
  font-weight: bold;
  padding-left: 76px;
}

#single02 .p-contact .tel a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/footerTel.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
}

#single02 .p-contact .caution {
  font-size: 1.5rem;
  font-weight: bold;
}

#single02 .map.is-estate {
  max-width: 1130px;
  margin: 0 auto 60px;
  padding: 0 30px;
  height: 280px;
}

#single02 .map.is-estate iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #single02 .p-contact .block .button a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .m-single02 {
    margin: 50px auto 20px;
    padding: 0 20px;
  }
  .m-single02 .content {
    display: block;
  }
  .m-single02 .thumbnail {
    width: 100%;
    margin: 0 auto 30px;
  }
  .m-single02 .detail {
    width: 100%;
  }
  .m-single02 .detail .tag {
    margin-bottom: 10px;
  }
  .m-single02 .detail .ttl {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .m-single02 .detail .flex .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-single02 .detail .flex .memo {
    width: 100%;
    font-size: 1.3rem;
  }
  .m-single02 .detail .flex .box .list li strong {
    font-size: 2rem;
  }
  #single02 .p-point {
    padding: 50px 0;
  }
  #single02 .p-point.is-estate {
    padding: 50px 0 0;
  }

  .single-event #single02 .p-point.is-estate {
    padding: 25px 0 0;
  }

  #single02 .p-point .content {
    padding: 0 20px;
    display: block;
  }
  #single02 .p-point .block {
    width: 100%;
  }
  #single02 .p-point .thumbnail {
    width: 100%;
    margin: 20px auto 0;
  }
  #single02 .p-point .block .heading {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #single02 .p-point .block .list {
    padding: 30px;
  }
  #single02 .p-point .block .list li {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  #single02 .p-point .block .list li::before {
    background-size: 12px;
    background-position: top 3px left;
  }
  #single02 .p-facility .content {
    display: block;
    padding: 20px 0;
  }
  #single02 .p-facility .heading {
    width: 100%;
    font-size: 1.6rem;
    padding-left: 30px;
    background-position: left center;
  }
  #single02 .p-facility ul {
    width: 100%;
    margin-top: 6px;
  }
  #single02 .p-facility li {
    font-size: 1.3rem;
  }
  #single02 .p-facility {
    padding: 0 20px;
  }
  #single02 .p-detail {
    padding: 30px 0 40px;
  }
  #single02 .p-detail .content .heading {
    font-size: 1.9rem;
  }
  #single02 .slider-area {
    width: 100%;
    margin-bottom: 30px;

    /* 20240809 add */
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    /* 20240809 add */
  }
  #single02 .p-detail .detail2col {
    width: 100%;
  }
  #single02 .p-detail .content {
    padding: 0 20px;
  }
  #single02 .slider-item {
    margin-bottom: 10px;
    /* height: 340px !important; */
    /* height: 210px; */
    /* height: 340px; */
    /* height: 230px; */
  }
  #single02 .slick-track {
    display: flex;
  }
  #single02 .slider-item {
    position: relative;
    height: auto !important;
    /* 20240809 add */
    background: none !important;
    display: flex;
  }
  #single02 .slider-item img {
    /* 20240809 add */
    display: block !important;
    margin: auto;
    width: 100%;
  }
  #single02 .slider-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    /* padding-top: calc(340 / 584 * 100%); */
    padding-top: 100%;
    display: none;
  }

  #single02 .p-point.is-estate .slider-item {
    margin-top: 20px;
  }
  .single-event #single02 .p-point.is-estate .slider-item {
    margin-top: 0;
  }
  #single02 .thumnail-item {
    width: 15%;
    height: 40px;
    margin-bottom: 5px;
  }
  #single02 .p-point.is-estate .thumnail-item {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
  #single02 .p-detail .info {
    font-size: 1.3rem;
  }
  #single02 .p-detail .info th {
    width: 90px;
  }
  #single02 .p-detail .flex:last-child {
    flex-wrap: wrap-reverse;
  }
  #single02 .p-detail .detail3col {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  #single02 .p-detail .map {
    width: 100%;
    height: 250px;
  }
  #single02 .p-detail .flex {
    margin-top: 40px;
  }
  #single02 .p-detail .detail3col .info {
    width: 100%;
    max-width: inherit;
  }
  #single02 .p-detail .detail3col .info th {
    width: 90px;
  }
  #single02 .p-contact .block .button a {
    font-size: 1.4rem;
    min-height: auto;
  }
  #single02 .p-contact .block .button a::before {
    background-size: 23px;
    width: 25px;
    right: 10px;
  }
  #single02 .p-contact .block .button a span::before {
    background-size: 26px;
    width: 30px;
    left: -40px;
  }
  #single02 .p-contact .block {
    padding: 20px;
    min-height: auto;
  }
  #single02 .p-contact .block .lead {
    font-size: 1.2rem;
  }
  #single02 .p-contact .tel a {
    font-size: 3rem;
    padding-left: 36px;
  }
  #single02 .p-contact .tel a::before {
    background-size: 30px;
    width: 30px;
  }
  #single02 .p-contact .caution {
    font-size: 1.2rem;
  }
  #single02 .map.is-estate {
    padding: 0 20px;
  }
}

/* ボタン系
---------------------------------------------------------------------------- */
.m-button {
  max-width: 300px;
  margin: 0 auto;
}

.m-button a {
  display: block;
  min-height: 60px;
  background: #0b7fc3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 18px 0;
  position: relative;
  transition: .3s;
}

.m-button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_arrow_wt.svg") no-repeat;
  background-size: 5px;
  background-position: center;
  height: 100%;
  width: 5px;
  top: 0;
  right: 15px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .m-button a:hover {
    background: #5e5e5e;
  }
}

@media screen and (max-width: 767px) {
  .m-button {
    max-width: 230px;
  }
  .m-button a {
    min-height: 45px;
    font-size: 1.4rem;
    padding: 12px 0;
  }
}

/* .m-form
---------------------------------------------------------------------------- */
.m-form-head {
  min-height: 400px;
  background: url("../../images/common/main_event.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 170px 0 50px;
  text-align: center;
}

.modelhouseform .m-form-head {
  background: url("../../images/common/main_modelhouseform.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.single-modelhouse .m-form-head {
  background: url("../../images/common/main_modelhouse_single.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.single-event .m-form-head {
  background: url("../../images/common/main_event_single.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.eventform .m-form-head {
  background: url("../../images/common/main_eventform.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.m-recruitment {
  height: 400px;
  background: url("../../images/common/main_recruitment.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding-top: 170px;
  text-align: center;
}

.m-recruitment .heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
}

.m-recruitment .heading + p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.m-form-head .block {
  max-width: 760px;
  margin: 0 auto;
}

.m-form-head .block .lead {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-form-head .block .heading {
  font-size: 2.6rem;
  font-weight: bold;
}

.m-form {
  padding: 60px 0 70px;
}

.m-form .head {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.m-form .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.m-form .lead {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

.m-form .lead_thanks {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  max-width: 660px;
  margin: 0 auto;
}
.lead_thanks p {
  margin-bottom: 1em;
}



.m-form-table {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.5rem;
}

.m-form-table th {
  text-align: right;
  width: 220px;
  vertical-align: top;
  padding: 24px 20px 15px 0;
}

.m-form-table th .is-required {
  font-size: 1.2rem;
  color: #ff1815;
  margin-left: 10px;
  display: inline-block;
}

.m-form-table td {
  padding: 15px 0;
}

.m-form-table .flex {
  display: flex;
}

.m-form-table label {
  vertical-align: middle;
}

.m-form-table .caution {
  margin: 10px 0 0 50px;
}

.m-form-table .markar {
  background: linear-gradient(transparent 60%, #ffff00 0%);
  display: inline;
  padding: 0 1px 0px;
}

.m-form-2col {
  width: 47%;
  max-width: 260px;
}

.m-form-2col + .m-form-2col {
  margin-left: 35px;
}

.m-form-2col label {
  width: 40px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}

.m-form-table td .box {
  margin-bottom: 30px;
}

.m-form-table td .box:last-child {
  margin: 0;
}

.m-form-table td .list li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.m-form-table td .list li:last-child {
  margin: 0;
}

.m-form-table td .list .m-checkbox {
  justify-content: flex-start;
  margin: 0;
}

input.m-input-short {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  width: 210px;
  height: 40px;
  padding: 0 10px;
  font-size: 1.5rem;
}

input.m-input-medium {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  width: 378px;
  height: 40px;
  padding: 0 10px;
  font-size: 1.5rem;
}

input.m-input-large {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 1.5rem;
  max-width: 560px;
}

input.m-input-postcode {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  width: 160px;
  height: 40px;
  padding: 0 10px;
  font-size: 1.5rem;
  margin-left: 15px;
}

input.m-input-address {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  width: 410px;
  height: 40px;
  padding: 0 10px;
  font-size: 1.5rem;
  margin-left: 15px;
}

.m-form-table textarea {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  height: 185px;
  padding: 10px;
  font-size: 1.5rem;
  width: 100%;
  max-width: 560px;
  resize: none;
}

.m-select {
  margin-left: 35px;
  position: relative;
  font-size: 1.5rem;
}

.m-select::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_select_down.svg") no-repeat;
  background-size: 11px;
  background-position: center;
  width: 30px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.box.m-select {
  margin: 0;
  max-width: 260px;
}

.m-form-table select {
  background: #f3f7fa;
  border: solid 1px #cccccc;
  width: 130px;
  height: 40px;
  font-size: 1.5rem;
  padding: 0 10px;
  height: 40px;
}

.m-select select {
  width: 130px;
}

.box.m-select select {
  width: 180px;
  margin-left: 15px;
}

.m-form .button {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.m-form .button::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_arrow_wt.svg") no-repeat;
  background-size: 5px;
  background-position: center;
  width: 5px;
  height: 100%;
  top: 0;
  right: 15px;
}

.m-form .button input {
  display: block;
  width: 100%;
  background: #e07600;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  height: 60px;
  cursor: pointer;
}

.m-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 30px 0;
  justify-content: center;
}

.m-checkbox-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.m-checkbox-DummyInput {
  background: #f3f7fa;
  border: solid 1px #cccccc;
}

.m-checkbox-Input:checked + .m-checkbox-DummyInput {
  background: #4756b2;
  border: solid 1px #4756b2;
}

.m-checkbox-Input:checked + .m-checkbox-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 35%;
  height: 2px;
  transform: translate(-5px, 6px) rotateZ(-135deg);
  transform-origin: 1px 1px;
  background: #fff;
}

.m-checkbox-Input:checked + .m-checkbox-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  width: 70%;
  height: 2px;
  transform: translate(-5px, 6px) rotateZ(-45deg);
  transform-origin: 1px 1px;
  background: #fff;
}

.m-checkbox-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  background: #f3f7fa;
}

.m-checkbox-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 1.4rem;
}

.m-checkbox-LabelText a {
  color: #231815;
}

.m-form .privacy {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 30px 0;
}

.m-form .privacy a {
  color: #000;
}

.m-form .checkbox {
  display: none;
}

.m-form .checkbox + span {
  padding-left: 30px;
  position: relative;
  line-height: 1;
  cursor: pointer;
}

.m-form .checkbox + span:before {
  position: absolute;
  content: "";
  border: solid 1px #cccccc;
  background: #f3f7fa;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 1px 0 0;
  box-sizing: border-box;
  left: 0;
  top: -2px;
}

.m-form .checkbox.has-error + span:before {
  background-color: #ffeeee;

}

.m-form .checkbox:checked + span:before {
  content: "\f00c";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 1.2;
  background: #4756b2;
  text-align: center;
}

.m-form .area {
  padding: 40px 0;
  text-align: center;
  position: relative;
  max-width: 1170px;
  margin: 0 auto 90px;
  border-bottom: solid 1px #2d6eb7;
  border-top: solid 1px #2d6eb7;
}

.m-form .area .area-ttl {
  color: #2d6eb7;
  background: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 0 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.m-form .area .area-list {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.m-form .area .area-list li {
  display: inline-block;
  font-size: 2.1rem;
  vertical-align: middle;
  padding: 5px 15px;
  position: relative;
}

.m-form .area .area-list li::before {
  position: absolute;
  content: "/";
  right: -9px;
}

.recruitment .m-form .lead {
  color: #808080;
}

.recruitment .m-form .checkeList {
  background: #f3f6f6;
  padding: 45px 30px;
  display: flex;
  justify-content: space-between;
}

.recruitment .m-form .checkeList .list {
  min-width: 140px;
  padding-right: 15px;
}

.recruitment .m-form-table {
  max-width: 1030px;
}

.m-form .mw_wp_form_confirm .checkeList {
  background: no-repeat;
  padding: 0;
  display: block;
}

.m-form .mw_wp_form_confirm .checkeList {
  background: no-repeat;
  padding: 0;
  display: block;
}

.mw_wp_form_confirm .m-form-table td {
  padding: 24px 0;
}

.m-form .mw_wp_form_confirm .m-form-table td .list li {
  margin: 0;
}

.mw_wp_form_confirm .m-form-table .date {
  padding: 0;
}

.mw_wp_form_confirm label {
  display: none;
}

.mw_wp_form_confirm .m-select::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .m-form-table .date {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-form-head {
    padding: 20px 0;
    min-height: 105px;
  }
  .m-form-head .block .lead {
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .m-form-head .block .heading {
    font-size: 1.6rem;
  }
  .m-recruitment {
    padding: 20px 0 0;
    height: 105px;
  }
  .m-recruitment .heading {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .m-recruitment .heading + p {
    font-size: 1.2rem;
  }
  .m-form-head .block {
    padding: 0 20px;
  }
  .m-form {
    padding: 50px 0;
  }
  .m-form .head {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .m-form .ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .m-form .lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .m-form-table th {
    /* display: block; */
    width: 100px;
    text-align: left;
    padding: 15px 0;
  }
  .mw_wp_form_confirm .m-form-table td {
    padding: 15px 0;
  }
  .m-form-table .flex {
    display: block;
  }
  .m-form-table .caution {
    margin: 10px 0;
  }
  .m-form-table .m-select {
    margin: 0;
  }
  .m-form-table .date {
    margin-bottom: 15px;
  }
  .m-form-2col {
    width: 100%;
    margin-bottom: 15px;
  }
  .m-form-2col + .m-form-2col {
    margin: 0;
  }
  input.m-input-medium {
    width: 100%;
  }
  input.m-input-address {
    width: 100%;
    margin: 10px 0 0;
  }
  .box.m-select select {
    margin: 10px 0 0;
    width: 100%;
  }
  input.m-input-postcode {
    margin: 10px 0 0;
    display: block;
  }
  .m-form-table td .box {
    margin-bottom: 15px;
  }
  .box.m-select:before {
    top: 33px;
  }
  .m-form-table .date + .m-select {
    width: 181px;
  }
  .m-form-table {
    font-size: 1.3rem;
  }
  .m-form-table th .is-required {
    font-size: 1rem;
    margin-left: 0;
    display: block;
  }
  .m-form-2col label {
    width: inherit;
    text-align: left;
    padding: 0 0 9px;
  }
  .m-form .area .area-ttl {
    font-size: 1.8rem;
    top: -13px;
    padding: 0 20px;
  }
  .m-form .area {
    padding: 30px 0;
    margin: 0 auto 30px;
  }
  .m-form .area .area-list li {
    font-size: 1.4rem;
    padding: 2px 7px;
  }
  .m-form .area .area-list li::before {
    right: -5px;
  }
  .recruitment .m-form .checkeList {
    flex-wrap: wrap;
    padding: 20px;
  }
  .recruitment .m-form .checkeList .list {
    width: 100%;
    padding: 0;
  }
  .recruitment .m-form .checkeList .list + .list {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

/* パーツ系
---------------------------------------------------------------------------- */
/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.page-numbers {
  text-align: center;
}

.page-numbers li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 26px;
  height: 26px;
  border: solid 1px #000000;
  line-height: 1;
  margin: 0 2px;
}

.page-numbers li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 0;
}

span.page-numbers.current {
  padding: 5px 0;
  display: block;
  background: #000;
  color: #fff;
}

/* add */

.mt35 {
  margin-top: 35px;
}

/* add fixed-link sp */

.fixed-link-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 767px){
  .fixed-link-sp {
    display: flex;
  }
}
.fixed-link-sp .box-1 {
  position: relative;
  width: 50vw;
  height: 80px;
  background: #d4d5d5;
  padding: 15px 0 0;
  color: #4372a5;
}
.fixed-link-sp .box-1:after {
  position: absolute;
  content: "";
  background-image: url(../../images/common/icon_calendar.svg);
  width: 24px;
  height: 24px;
  top: 42px;
  left: 50%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.fixed-link-sp .box-2 {
  position: relative;
  width: 50vw;
  height: 80px;
  background: #4372a5;
  padding: 15px 0 0;
  color: #fff;
}
.fixed-link-sp .box-2:after {
  position: absolute;
  content: "";
  background-image: url(../../images/common/icon_request.svg);
  width: 24px;
  height: 24px;
  top: 42px;
  left: 50%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.fixed-link-sp a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* contact modelhouseform */
.event-content {
  margin: 80px auto;
}
  .event-content img {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    border: 1px solid #ccc;
  }
  .event-content img.bnr2 {
    margin-top: 50px;
    max-width: 550px;
    border: 0;
  }
  .event-content p {
    margin-top: 80px;
    font-size: 16px;
    line-height: 2em;
  }
  .event-content h2 {
    margin: 90px 0 50px;
    font-size: 30px;
    text-align: center;
    color: #00419d;
    font-weight: bold;
  }
  .event-content .days {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
  }
  .event-content ul {
    list-style: decimal;
    font-size: 16px;
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
  }
    .event-content ul li {
      margin-bottom: 0.5em;
    }
  .event-content .event-caution {
    margin: 90px auto 0;
    width: 75%;
    font-size: 16px;
  }
    .event-content .event-caution span {
      display: block;
      position: relative;
      padding-left: 1.5em;
    }
    .event-content .event-caution span:before {
      position: absolute;
      content: "※";
      left: 0;
      top: 0;
    }

  .event-content .event_cp2 {
    margin-top: 80px;
  }
    .event-content .event_cp2 .event_cp2_bnr1 {

    }
    .event-content .event_cp2 p {
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      margin: 20px 0;
      line-height: 3em;
    }
    .event-content .event_cp2 .event_cp2_bnr2 {

    }
@media screen and (max-width: 767px){
  .event-content {
    margin: 25px auto;
  }
    .event-content img {
      display: block;
      margin: 0 auto;
      max-width:100%;
    }
    .event-content img.bnr2 {
      max-width: 80%;
      margin-top: 25px;
    }
    .event-content p {
      margin-top: 25px;
      font-size: 16px;
      line-height: 2em;
    }
    .event-content h2 {
      margin: 55px 0 20px;
      font-size: 20px;
      text-align: center;
      color: #00419d;
      font-weight: bold;
    }
    .event-content .days {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1px;
    }
    .event-content ul {
      list-style: decimal;
      font-size: 15px;
      width: calc(100% - 2em);
      min-width: inherit;
      margin: 0 auto;
    }
    .event-content .event-caution {
      margin: 25px auto 0;
      width: 100%;
      font-size: 13px;
    }

    .event-content .event_cp2 .event_cp2_bnr1 {
      margin-bottom: 30px;
    }
    .event-content .event_cp2 p {
      display: none;
    }

}

/* カレンダー関連 */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0!important;
}
.m-select select option.non-select {
  display: none;
}

/* イベント申し込みボタン　共通化*/
.c-event-request-button {
  max-width: 500px;
  margin: 0 auto 20px;
}

.c-event-request-button.-fiexd {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  margin: 0 auto 0;
  max-width: 100%;
  width: 100%;

}

.c-event-request-button a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #e07600;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 87px;
  padding: 15px 0;
  position: relative;
  transition: .3s;
}

.c-event-request-button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_contact_arrow.svg") no-repeat;
  background-size: 43px;
  background-position: center;
  width: 44px;
  height: 100%;
  top: 0;
  right: 45px;
  pointer-events: none;
  z-index: 1;
}

.c-event-request-button span {
  display: inline-block;
  margin: 0 auto;
  padding-left: 75px;
  padding-right: 75px;
  text-align: left;
  position: relative;
}

.c-event-request-button a span::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_mail.svg") no-repeat;
  background-size: 46px;
  background-position: center left;
  width: 80px;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}


@media screen and (max-width: 767px){
  .c-event-request-button a {
    font-size: 1.4rem;
    min-height: auto;
  }
  .c-event-request-button a::before {
    background-size: 23px;
    width: 25px;
    right: 10px;
  }
  .c-event-request-button span {
    padding-left: 45px;
    padding-right: 45px;
  }
  .c-event-request-button a span::before {
    background-size: 26px;
    width: 30px;
  }

  .c-event-request-button.-fiexd {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */
