@charset "UTF-8";
.link_style01 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 3.5;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
  position: relative;
}
.yatsuyamada .link_style01 {
  background-color: #de8b98;
}
.sumai_showroom .link_style01 {
  background-color: #29a2d9;
}
.link_style01::after {
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  margin: 0 1rem 0 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
}
.link_style02 {
  color: #333;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 2.30769231;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #333;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 140px;
}
.accordion_toggle {
  cursor: pointer;
  transition: opacity 0.5s;
}
.accordion_toggle:hover {
  opacity: 0.5;
}
.accordion_hidden_content {
  display: none;
}
.mark_accordion {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0%, -50%);
  transition: transform 0.1s;
}
.accordion_open .mark_accordion {
  transform: translate(0%, -50%) rotate(90deg);
}
.mark_accordion::before,
.mark_accordion::after {
  content: '';
  background-color: #ccc;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.yatsuyamada .mark_accordion::before,
.yatsuyamada .mark_accordion::after {
  background-color: #de8b98;
}
.sumai_showroom .mark_accordion::before,
.sumai_showroom .mark_accordion::after {
  background-color: #29a2d9;
}
.mark_accordion::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.accordion_open .mark_accordion::after {
  opacity: 0;
}
#faq .inner {
  background-color: #ccc;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.yatsuyamada #faq .inner {
  background-color: #e9bec6;
}
.sumai_showroom #faq .inner {
  background-color: #72cadb;
}
#faq .inner::before,
#faq .inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
#faq .inner::before {
  background-color: #fff;
  height: 10rem;
  left: 0;
  right: 0;
}
#faq .inner::after {
  border-color: transparent #fff #ccc #fff;
  border-style: solid;
  border-width: 0 960px 10rem 960px;
  box-sizing: border-box;
  width: 1920px;
  left: 50%;
  transform: translate(-50%, 0);
}
.yatsuyamada #faq .inner::after {
  border-bottom-color: #e9bec6;
}
.sumai_showroom #faq .inner::after {
  border-bottom-color: #72cadb;
}
#faq .content_wrapper {
  position: relative;
  z-index: 1;
}
#faq .section_title {
  text-align: center;
}
.faq_item_wrapper {
  background-color: #fff;
  margin: 3.75rem 0 0;
  padding: 5rem 5rem;
}
.faq_item {
  color: #333;
  font-size: 1rem;
  line-height: 1.625;
  border-top: 1px solid #c3c3c3;
}
.faq_item:last-of-type {
  border-bottom: 1px solid #c3c3c3;
}
.faq_item_parts {
  padding: 1.65625rem 7.5rem;
  position: relative;
}
.faq_item_parts.question::before,
.faq_item_parts.answer::before {
  content: '';
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.22222222;
  text-align: center;
  border-radius: 50% 50%;
  display: inline-block;
  width: 2.5rem;
  position: absolute;
  top: 2.5rem;
  left: 3.75rem;
  transform: translate(0, -50%);
}
.faq_item_parts.question::before {
  content: 'Q';
  background-color: #494850;
}
.faq_item_parts.answer {
  border-top: 1px solid #c3c3c3;
}
.yatsuyamada .faq_item_parts.answer {
  background-color: #fbf3f4;
}
.faq_item_parts.answer::before {
  content: 'A';
}
.yatsuyamada .faq_item_parts.answer::before {
  background-color: #de8b98;
}
.sumai_showroom .faq_item_parts.answer::before {
  background-color: #29a2d9;
}
#products {
  padding: 6.875rem 0 6.25rem;
}
.products_section_copy {
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.products_section_copy .strong {
  color: #de8b98;
  font-size: 1.625rem;
  line-height: normal;
}
.product_item + .product_item {
  margin: 6.25rem 0 0;
}
.product_item.next {
  color: #728099;
}
.product_item.luminous {
  color: #de9eaa;
}
.product_item_wrapper {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 8.3125rem 3.75rem;
}
.product_name_wrapper {
  margin: 0 0 2.1875rem;
  width: 100%;
}
.new .product_name_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -7.0625rem;
  padding-left: 7.6875rem;
}
.new .product_name_wrapper::before {
  content: '';
  background: url(../img/icon_new.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  margin: 0 0.75rem 0 -7.0625rem;
  width: 6.25rem;
  height: 6.25rem;
}
.product_name {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.8;
  display: inline-block;
  margin: 0 3.125rem 0 0;
}
.yatsuyamada .product_name {
  color: #de8b98;
}
.product_copy {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: inline-block;
}
.yatsuyamada .product_copy {
  color: #de8b98;
}
.product_images {
  margin: 0 3.63636364% 0 0;
  width: 61.81818182%;
}
.product_images .slick-arrow {
  background-color: #fff;
}
.product_images .slick-arrow.slick-prev,
.product_images .slick-arrow.slick-next {
  width: 1.875rem;
  height: 1.875rem;
  top: inherit;
  bottom: 0;
  z-index: 1;
  transform: none;
}
.product_images .slick-arrow.slick-prev:hover,
.product_images .slick-arrow.slick-next:hover,
.product_images .slick-arrow.slick-prev:focus,
.product_images .slick-arrow.slick-next:focus {
  background-color: #fff;
}
.product_images .slick-arrow.slick-prev::before,
.product_images .slick-arrow.slick-next::before {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_images .slick-arrow.slick-prev {
  margin: 0 2.0625rem 0 0;
  left: inherit;
  right: 0;
}
.product_images .slick-arrow.slick-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.product_images .slick-arrow.slick-next {
  right: 0;
}
.product_images .slick-arrow.slick-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.product_thumb_img {
  margin: 1.0625rem 0 0 -0.625rem;
}
.product_thumb_img_item {
  margin: 0 0 0 0.625rem;
}
.product_detail {
  width: 34.54545455%;
}
.product_description {
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.11111111;
  text-align: justify;
  margin: -0.625rem 0 0;
}
.product_address_wrap {
  color: #333;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  padding-top: 1.125rem;
}
.product_info {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  border-top: 1px solid #000;
  margin-top: 0.9375rem;
  padding-top: 0.875rem;
}
.product_feature {
  margin: 2.5rem 0 0;
}
.product_feature_label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.product_feature_content {
  color: #333;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.625;
  text-align: justify;
  text-indent: -1rem;
  margin: 0.625rem 0 0;
  padding: 0 0 0 1rem;
}
.link_schedule {
  margin: 5rem auto 0;
  width: 100%;
}
.link_schedule .link_style01::after {
  transform: translate(0, -50%) rotate(135deg);
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
.link_style01 {
  color: #fff;
  background-color: #c09c64;
}
.link_style01[name="submitBack"] {
  color: #c09c64;
  line-height: 3.375;
  background-color: #fff;
  border: 1px solid #c09c64;
}
.link_style01[name="submitBack"]::after {
  border-color: #c09c64;
}
.wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper #wpcf7-modify {
  color: #c09c64;
  border: 1px solid #c09c64;
}
.wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper #wpcf7-modify::after {
  border-top-color: #c09c64;
  border-right-color: #c09c64;
}
.header {
  background-color: #f8f1e7;
}
.header_contact_item.phone a {
  color: #bb9458;
}
.header_contact_item.phone a::before {
  background-image: url(../img/logo_freedial.svg);
}
.global_nav_item::before,
.global_nav_item:last-of-type::after {
  background-color: #bb9458;
}
.global_nav_link {
  color: #c09c64;
}
.menu_trigger span {
  background-color: #bb9458;
}
.footer_logo {
  width: 25rem;
}
.section.contact_section,
.section.reserve_section {
  background-color: #f8f1e7;
}
.products .section_title,
.contact .section_title {
  font-size: 2.25rem;
}
.contact .section_title,
.reserve_section .section_title {
  color: #c09c64;
}
.table_style01 .tr:nth-of-type(odd) .th,
.table_style01 .tr:nth-of-type(odd) .td {
  background-color: #f9f8f2;
}
.table_style01 .required {
  background-color: #c09c64;
}
.table_style01 .mwform-checkbox-field label,
.table_style01 .mwform-radio-field label {
  display: flex;
  align-items: center;
  height: 33px;
}
main {
  position: relative;
}
.pagetop {
  background-color: #fff;
  margin-right: 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 50%);
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
}
.pagetop,
.pagetop a {
  border-radius: 50% 50%;
}
.pagetop.hidden {
  opacity: 0;
  visibility: hidden;
}
.pagetop.fixed {
  margin-bottom: 1.25rem;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(0, 0%);
}
.pagetop a {
  aspect-ratio: 1;
  background-color: #c09c64;
  border: 1px solid #fff;
  display: block;
  width: 3.125rem;
}
.pagetop a::before {
  content: '';
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}
.slick {
  opacity: 0;
  transition: opacity 1s;
}
.slick.slick-initialized {
  opacity: 1;
}
.contact {
  background-color: #30343f;
}
.contact .inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.page {
  padding-top: 0;
}
.mv {
  background-color: #f8f1e7;
  padding: 9.625rem 5rem 5.25rem;
}
.mv .content_wrapper {
  position: relative;
}
.banner {
  width: 29.28257687%;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
}
.banner__item {
  background-color: #fff;
}
.banner__item a {
  display: block;
}
#products {
  padding-top: 0;
  padding-bottom: 0;
}
.products .section_title {
  color: #30343f;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 5rem;
}
.product_section_header {
  overflow-x: hidden;
}
.product_section_header .inner {
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}
.anchor_item_wrapper .slick-list {
  overflow: visible;
}
.anchor_item_wrapper .slick-prev,
.anchor_item_wrapper .slick-next {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  opacity: 0.8;
  box-sizing: border-box;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 1;
}
.anchor_item_wrapper .slick-prev::before,
.anchor_item_wrapper .slick-next::before {
  content: '';
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  opacity: 1;
  display: block;
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.anchor_item_wrapper .slick-prev {
  left: -7.27272727%;
  transform: translate(0%, -50%);
}
.anchor_item_wrapper .slick-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.anchor_item_wrapper .slick-next {
  right: -7.27272727%;
  transform: translate(0%, -50%);
}
.anchor_item_wrapper .slick-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.anchor_item_wrapper .slick-track {
  display: flex;
  align-items: stretch;
}
.anchor_item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0 2.1875rem;
  padding: 2.5rem 1.875rem 1.875rem;
  max-width: 100%;
  width: 20rem;
  height: auto;
  position: relative;
}
.anchor_item:not(:first-of-type):not(.slick-slide) {
  display: none;
}
.anchor_item.slick-slide {
  display: flex;
  flex-direction: column;
}
.anchor_item .product_name {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #333;
  margin: 0 0 0.25rem;
}
.anchor_item .product_copy {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0.75px;
  color: #808080;
  margin-bottom: 0.625rem;
  min-height: 2.625rem;
}
.anchor_item .product_price {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #333;
  margin-bottom: 1.25rem;
}
.anchor_item .product_price .price {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
}
.anchor_item .product_address {
  font-size: 0.875rem;
  line-height: 1.42857143;
  letter-spacing: 0.7px;
  color: #333;
  margin-bottom: 1.375rem;
  min-height: 2.5rem;
}
.product_item_thumb {
  margin-bottom: 1rem;
}
.product_item_thumb.sold_out {
  position: relative;
}
.product_item_thumb .thank_you_for_sold_out {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.07692308%;
}
.product_item_thumb .thank_you_for_sold_out img {
  aspect-ratio: initial;
  object-fit: initial;
}
.product_main_img_item img,
.product_item_thumb img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_thumb_img_item img {
  aspect-ratio: 1.77777778;
  -o-object-fit: cover;
  object-fit: cover;
}
.anchor_link {
  margin-top: auto;
}
.link_style-anchor {
  color: #bb9458;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #c09c64;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.1);
  display: block;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  position: relative;
  transition-property: color, background-color;
  transition-duration: 0.2s;
}
.link_style-anchor .icon_arrow {
  display: block;
  box-sizing: border-box;
  margin-right: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.link_style-anchor .icon_arrow,
.link_style-anchor .icon_arrow::before {
  transition-property: border-color;
  transition-duration: 0.2s;
}
.link_style-anchor .icon_arrow::before {
  content: '';
  border-bottom: 1px solid #c09c64;
  border-right: 1px solid #c09c64;
  display: block;
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%) rotate(45deg);
}
.link_style-anchor:hover {
  color: #fff;
  background-color: #c09c64;
  opacity: 1;
}
.link_style-anchor:hover .icon_arrow {
  border-color: #fff;
}
.link_style-anchor:hover .icon_arrow::before {
  border-color: #fff;
}
.product_item_category {
  padding: 0.78125rem 1rem;
}
.product_item_category::before {
  content: '';
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.75px;
  color: #fff;
  text-align: center;
  display: block;
}
.product_item_category.exhibit {
  background-color: #30343f;
}
.product_item_category.exhibit::before {
  content: '展示場販売';
}
.product_item_category.modelhouse {
  background-color: #c1ab05;
}
.product_item_category.modelhouse::before {
  content: 'モデルハウス仕様';
}
.product_item_category.pricerevision {
  background-color: red;
}
.product_item_category.pricerevision::before {
  content: '価格を改定しました';
  font-size: 0.8375rem;
}
.anchor_item .product_item_category {
  box-sizing: border-box;
  margin: -1.25rem 0 0 -1.25rem;
  max-width: 100%;
  width: 11.875rem;
  position: absolute;
  top: 0;
  left: 0;
}
.product_item .product_item_category {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 0.625rem;
  width: 10.125rem;
}
.product_item_group {
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  width: 85.375rem;
  padding-left: 8.3125rem;
  padding-right: 8.3125rem;
}
.recommend {
  background-color: #f8f1e7;
}
.recommend,
.recommend .product_item_group {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.recommend .product_item_group {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.recommend .product_item:first-of-type {
  padding-top: 2.5rem;
}
.recommend_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #30343f;
  text-align: center;
  padding-bottom: 1.1875rem;
}
.recommend_title span {
  display: inline-block;
}
.basic .inner {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
.product_item + .product_item {
  border-top: 1px solid #30343f;
  margin-top: 6.25rem;
  padding-top: 5rem;
}
.basic .product_item:last-of-type {
  border-bottom: 1px solid #30343f;
  padding-bottom: 6.25rem;
}
.product_item .inner {
  padding-top: 5.375rem;
  padding-bottom: 6.25rem;
}
.product_item .product_item_wrapper {
  background-color: inherit;
  display: block;
  padding: 0 0;
}
.product_item .product_name {
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
}
.product_item .product_name_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.product_item .product_copy {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.product_item .product_price {
  color: #000;
  font-weight: 700;
  font-size: 1.9375rem;
  letter-spacing: 0.096875rem;
  text-align: right;
}
.product_item .product_price .price {
  font-size: 4.125rem;
  letter-spacing: 0.20625rem;
  color: #b8272d;
}
.product_item .product_price_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.product_item .icon_price {
  display: inline-block;
  margin-right: 1.25rem;
  max-width: 100%;
  width: 5.625rem;
}
.product_item .product_images {
  float: left;
}
.product_item .product_detail {
  float: right;
}
.product_item .product_address,
.product_item .product_map_link {
  margin-top: 0.625rem;
}
.product_item .product_address_wrap {
  color: #333;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  padding-top: 1.125rem;
  width: 61.81818182%;
}
.product_item .product_info {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.73333333;
  text-align: justify;
  border-top: 1px solid #c09c64;
  margin-top: 0.9375rem;
  padding-top: 0.875rem;
  width: 61.81818182%;
}
.product_item .product_feature_label {
  color: #c09c64;
}
.product_item .product_feature_content::before {
  content: none;
}
.product_item .link_schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_item .link_schedule_item {
  max-width: 100%;
  margin: 1.25rem 1.15625rem 0;
}
.product_item .link_style01 {
  box-sizing: border-box;
}
.product_item .link_style01.link_contact {
  color: #c09c64;
  line-height: 3.375;
  background-color: #fff;
  border: 1px solid #c09c64;
}
.product_item .link_style01.link_contact::after {
  border-color: #c09c64;
  transform: translate(0, -50%) rotate(45deg);
}
.contact .section_title {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 3.125rem;
}
.schedule_item {
  background-color: #fff;
  border: none;
}
.schedule_item a,
.schedule_item button {
  background-color: #fff;
}
.schedule_item button {
  padding-top: 2.5625rem;
  padding-bottom: 2.6875rem;
}
.free_section_wrapper {
  background-color: #f8f1e7;
}
.free_section.type_event_info {
  border-color: #c09c64;
}
.free_section_title {
  color: #c09c64;
}
.reserve_radio:checked + .reserve_label {
  background-color: #c09c64;
}
.page.contact .contact_section .inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.page.contact .contact_section .section_title {
  letter-spacing: 0;
}
.page.contact .reserve_description span {
  display: inline-block;
}
.page.contact .mw_wp_form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.page.contact .mw_wp_form textarea {
  border: 1px solid #ddd;
  resize: vertical;
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
}
.page.contact .mw_wp_form .mwform-checkbox-field-text {
  color: #333;
  font-size: 0.9375rem;
}
.page.contact .mw_wp_form.mw_wp_form_input .mwform-checkbox-field_wrapper {
  margin-left: -2em;
}
.page.contact .mw_wp_form.mw_wp_form_input .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin: 0 0 0 2em;
}
.page.contact .mw_wp_form.mw_wp_form_confirm {
  color: #333;
}
.page.contact .mw_wp_form.mw_wp_form_confirm .table_style01.sale_contact_form .th .note {
  display: none;
}
.page.contact .mw_wp_form.mw_wp_form_confirm .table_style01.sale_contact_form .td {
  line-height: 1.5;
}
.page.contact .table_style01.sale_contact_form {
  table-layout: fixed;
}
.page.contact .table_style01.sale_contact_form .tr:nth-of-type(odd) .th,
.page.contact .table_style01.sale_contact_form .tr:nth-of-type(odd) .td {
  background-color: transparent;
}
.page.contact .table_style01.sale_contact_form .th {
  line-height: 2.33333333;
  vertical-align: top;
  max-width: 100%;
  width: 19.375rem;
}
.page.contact .table_style01.sale_contact_form .th .note {
  color: #333;
  font-size: 0.6875rem;
  display: block;
}
.page.contact .table_style01.sale_contact_form .th_inner {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header_contact_item.mail a {
    background-color: #bb9458;
  }
  .mv img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .banner {
    overflow: hidden;
    margin: 0 -4.39238653% -4.39238653% 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sold_out.product_item .product_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sold_out.product_item .product_name::after {
    content: '';
    background: url('../img/icon_soldout.png') no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    margin-left: 1.25rem;
    width: 16.2rem;
    height: 3.4rem;
  }
  .product_item .link_schedule {
    margin-top: 4.375rem;
  }
  .page.contact .reserve_table_wrapper {
    margin-top: 1.25rem;
  }
  .page.contact .table_style01.sale_contact_form .th,
  .page.contact .table_style01.sale_contact_form .td {
    border-top: 1px solid #c3c3c3;
  }
  .page.contact .table_style01.sale_contact_form .tr:last-of-type .th,
  .page.contact .table_style01.sale_contact_form .tr:last-of-type .td {
    border-bottom: 1px solid #c3c3c3;
  }
  .page.contact .table_style01.sale_contact_form .th {
    padding-left: 0;
  }
  .page.contact .table_style01.sale_contact_form .td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product_item_wrapper {
    padding: 2.85714286rem 5.71428571rem;
  }
  .product_item_wrapper {
    padding: 3.33333333rem 3.33333333rem;
  }
  .mv {
    padding-left: 2.85714286rem;
    padding-right: 2.85714286rem;
  }
  .anchor_item_wrapper .slick-prev {
    left: -2.11864407%;
  }
  .anchor_item_wrapper .slick-next {
    right: -2.11864407%;
  }
  .product_item_group {
    padding-left: 5.71428571rem;
    padding-right: 5.71428571rem;
  }
}
@media screen and (max-width: 768px) {
  .product_item_group {
    padding-left: 2.85714286rem;
    padding-right: 2.85714286rem;
  }
}
@media screen and (max-width: 767px) {
  .link_style01 {
    line-height: 2.85714286;
  }
  .link_style02 {
    font-size: 0.85714286rem;
    line-height: 2.5;
  }
  .mark_accordion {
    right: 1.42857143rem;
    transform: translate(50%, -50%);
  }
  .accordion_open .mark_accordion {
    transform: translate(50%, -50%) rotate(90deg);
  }
  #faq .inner {
    padding-top: 5.71428571rem;
    padding-bottom: 2.85714286rem;
  }
  #faq .inner::before {
    height: 2.85714286rem;
  }
  .faq_item_wrapper {
    margin-top: 2.28571429rem;
    padding: 2.28571429rem 1.42857143rem;
  }
  .faq_item_parts {
    padding: 1.42857143rem 2.85714286rem;
  }
  .faq_item_parts.question::before,
  .faq_item_parts.answer::before {
    font-size: 1rem;
    line-height: 1.71428571;
    width: 1.71428571rem;
    top: 1.42857143rem;
    left: 1.42857143rem;
    transform: translate(-50%, 0%);
  }
  .faq_item_parts.answer {
    padding-right: 1.42857143rem;
  }
  #products {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .products_section_copy {
    font-size: 1.14285714rem;
    line-height: 1.8;
  }
  .products_section_copy .strong {
    font-size: 1.14285714rem;
  }
  .product_item + .product_item {
    margin-top: 2.85714286rem;
  }
  .product_item_wrapper {
    padding: 1.42857143rem 1.42857143rem;
  }
  .product_name_wrapper {
    margin-bottom: 1.71428571rem;
  }
  .new .product_name_wrapper::before {
    margin: 0 0.71428571rem 0 0;
    width: 2.85714286rem;
    height: 2.85714286rem;
  }
  .product_name {
    font-size: 1.71428571rem;
  }
  .product_copy {
    font-size: 1.14285714rem;
  }
  .product_images {
    order: 3;
    margin-top: 2.28571429rem;
    margin-right: 0;
    width: 100%;
  }
  .product_detail {
    order: 2;
    width: 100%;
  }
  .product_description {
    font-size: 1.14285714rem;
    line-height: 1.8;
  }
  .product_map_link {
    margin-top: 0.71428571rem;
  }
  .product_feature {
    margin-top: 1.71428571rem;
  }
  .product_feature_label {
    font-size: 1.14285714rem;
  }
  .link_schedule {
    order: 4;
    margin-top: 2.28571429rem;
  }
  .link_style01[name="submitBack"] {
    line-height: 2.71428571;
  }
  .header_contact_item a {
    background-color: #fff;
  }
  .header_contact_item.phone a {
    border-radius: 50%;
  }
  .header_contact_item.phone a::before {
    background-image: url(../img/icon_phone.svg);
  }
  .header_contact_item.mail a img {
    display: none;
  }
  .header_contact_item.mail a::before {
    content: '';
    background: url(../img/icon_mail.svg) 0 0 no-repeat;
    background-size: contain;
    display: block;
    width: 2.28571429rem;
    height: 2.28571429rem;
  }
  .global_nav {
    background-color: #f8f1e7;
  }
  .products .section_title,
  .contact .section_title {
    font-size: 1.71428571rem;
  }
  .contact .inner {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .contact .section_title {
    margin-bottom: 2.85714286rem;
  }
  .fixed_contact {
    background-color: #fff;
    visibility: hidden;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
  }
  .fixed_contact.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .wf-active .fixed_contact {
    visibility: visible;
  }
  .fixed_contact_item {
    background-color: #fff;
    flex: 1 1 50%;
    margin-top: 2px;
  }
  .fixed_contact_item + .fixed_contact_item {
    margin-left: 2px;
  }
  .fixed_contact_link {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #30343f;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.71428571rem 0 0.71428571rem 0.71428571rem;
    height: 4.57142857rem;
  }
  .phone .fixed_contact_link {
    font-weight: 900;
    font-size: 1.14285714rem;
  }
  .phone .fixed_contact_link::before {
    background-image: url(../img/logo_freedial_wh.svg);
    width: 1.85714286rem;
    height: 1.14285714rem;
  }
  .mail .fixed_contact_link {
    font-weight: 700;
    font-size: 1rem;
  }
  .mail .fixed_contact_link::before {
    background-image: url(../img/icon_mail_wh.svg);
    width: 1.14285714rem;
    height: 1.14285714rem;
  }
  .fixed_contact_link::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 0.71428571rem;
  }
  .mv {
    padding: 5rem 1.42857143rem 0;
  }
  .banner {
    background-color: #fff;
    margin: 0.71428571rem -1.42857143rem 0;
    padding: 1.42857143rem 1.42857143rem 0;
    width: 100vw;
  }
  .news_item_wrapper {
    padding-top: 2.14285714rem;
  }
  .news_item_date {
    color: #c09c64;
  }
  .news_item_link {
    padding-top: 1.14285714rem;
  }
  .products .section_title {
    margin-bottom: 3.21428571rem;
  }
  .product_section_header .inner {
    padding-top: 0;
    padding-bottom: 7.14285714rem;
  }
  .anchor_item_wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 26.78571429rem;
  }
  .anchor_item_wrapper .slick-prev,
  .anchor_item_wrapper .slick-next {
    width: 2.14285714rem;
    height: 2.14285714rem;
  }
  .anchor_item_wrapper .slick-prev::before,
  .anchor_item_wrapper .slick-next::before {
    width: 0.51428571rem;
    height: 0.51428571rem;
  }
  .anchor_item_wrapper .slick-prev {
    left: 0.35714286rem;
    transform: translate(-50%, -50%);
  }
  .anchor_item_wrapper .slick-next {
    right: 0.35714286rem;
    transform: translate(50%, -50%);
  }
  .anchor_item_wrapper .slick-dotted.slick-slider {
    margin-bottom: 3.57142857rem;
  }
  .anchor_item_wrapper .slick-dots {
    bottom: -3.57142857rem;
  }
  .anchor_item_wrapper .slick-dots li {
    margin: 0 0.71428571rem;
    width: 0.71428571rem;
    height: 0.71428571rem;
  }
  .anchor_item_wrapper .slick-dots li button {
    background-color: #c3c3c3;
    border-radius: 50% 50%;
    width: 0.71428571rem;
    height: 0.71428571rem;
  }
  .anchor_item_wrapper .slick-dots li button::before {
    content: none;
  }
  .anchor_item_wrapper .slick-dots li.slick-active button {
    background-color: #30343f;
  }
  .anchor_item {
    margin: 0 3.57142857rem;
    padding: 2.5rem 1.85714286rem 1.85714286rem;
    width: 19.64285714rem;
  }
  .anchor_item .product_name {
    font-size: 1.21428571rem;
    letter-spacing: 0.85px;
  }
  .anchor_item .product_copy {
    font-size: 0.85714286rem;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin-bottom: 0.57142857rem;
  }
  .anchor_item .product_price {
    font-size: 0.85714286rem;
    margin-bottom: 1rem;
  }
  .anchor_item .product_price .price {
    font-size: 1.14285714rem;
  }
  .anchor_item .product_address {
    font-size: 0.85714286rem;
    line-height: 1.41666667;
    letter-spacing: 0.6px;
  }
  .product_item_thumb {
    margin-bottom: 0.85714286rem;
  }
  .product_thumb_img_item {
    margin-left: 0.28571429rem;
  }
  .link_style-anchor .icon_arrow {
    margin-right: 1.42857143rem;
    width: 2.71428571rem;
    height: 2.71428571rem;
  }
  .product_item_category {
    padding: 0.71428571rem 1rem;
  }
  .product_item_category::before {
    font-size: 0.85714286rem;
    letter-spacing: 0.6px;
  }
  .anchor_item .product_item_category {
    margin-left: -1.21428571rem;
    margin-top: -1.21428571rem;
  }
  .product_item .product_item_category {
    display: block;
  }
  .recommend,
  .recommend .product_item_group {
    padding-top: 4.28571429rem;
    padding-bottom: 4.28571429rem;
  }
  .recommend .product_item:first-of-type {
    padding-top: 3.57142857rem;
  }
  .recommend_title {
    font-size: 1.35714286rem;
    line-height: 1.52631579;
    padding-bottom: 0.71428571rem;
  }
  .basic .inner {
    padding-top: 4.28571429rem;
    padding-bottom: 0;
  }
  .product_item + .product_item {
    margin-top: 3.57142857rem;
    padding-top: 3.57142857rem;
  }
  .basic .product_item:last-of-type {
    padding-bottom: 2.85714286rem;
  }
  .product_item .inner {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .product_item .product_name {
    font-size: 1.71428571rem;
    letter-spacing: 1.2px;
  }
  .sold_out.product_item .product_name::before {
    content: '';
    background: url('../img/icon_soldout.png') no-repeat 0 0;
    background-size: contain;
    display: block;
    margin-bottom: 0.625rem;
    width: 10.125rem;
    height: 2.125rem;
  }
  .product_item .product_copy {
    font-size: 1.14285714rem;
    margin-bottom: 1.42857143rem;
  }
  .product_item .product_price {
    font-size: 1.21428571rem;
    margin-bottom: 0.71428571rem;
  }
  .product_item .product_price .price {
    font-size: 2.5rem;
    letter-spacing: 1.75px;
  }
  .product_item .product_price_wrapper {
    margin-bottom: 0;
  }
  .product_item .icon_price {
    width: 3.42857143rem;
  }
  .product_item .product_images {
    float: none;
    margin-top: 1.78571429rem;
  }
  .product_item .product_thumb_img {
    margin-top: 0.35714286rem;
  }
  .product_item .product_detail {
    float: none;
    margin-top: 2.14285714rem;
  }
  .product_item .product_map_link {
    margin-top: 1.14285714rem;
  }
  .product_item .product_address_wrap {
    width: 100%;
  }
  .product_item .product_info {
    margin-top: 1.42857143rem;
    padding-top: 1.14285714rem;
    width: 100%;
  }
  .product_item .product_feature {
    margin-top: 1.42857143rem;
  }
  .product_item .link_schedule_item {
    margin: 1.42857143rem 1.42857143rem 0;
  }
  .product_item .link_style01.link_contact {
    line-height: 2.71428571;
  }
  .schedule_item button {
    padding-top: 2.21428571rem;
    padding-bottom: 2.21428571rem;
  }
  .page.contact .contact_section {
    padding-top: 3.57142857rem;
  }
  .page.contact .contact_section .inner {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .page.contact .contact_section .section_title {
    margin-bottom: 2.85714286rem;
  }
  .page.contact .table_style01.sale_contact_form .th {
    border-top: 1px solid #c3c3c3;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .product_item_group {
    padding-left: 1.42857143rem;
    padding-right: 1.42857143rem;
  }
}
/*---------------------------------------------
ヘッダーレイアウト変更
---------------------------------------------*/
@media screen and (max-width: 1399px) {
  .header .inner {
    padding: 0 1rem;
  }
}
.header .content_wrapper {
  height: 100px;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .header .content_wrapper {
    height: 87.5px;
  }
}
@media screen and (max-width: 768px) {
  .header .content_wrapper {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header .content_wrapper {
    height: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .header_contact {
    margin-right: 4.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .header_contact {
    margin-right: 2.91666667rem;
  }
}
.header_contact_item {
  margin-left: 0;
}
.header_contact_item.mail {
  display: none;
}
@media screen and (max-width: 1240px) {
  .header_contact_item.mail {
    display: block;
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .header_contact_item.mail {
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .global_nav_wrapper {
    flex-direction: column;
  }
}
.global_nav {
  width: initial;
  position: initial;
}
@media screen and (max-width: 1240px) {
  .global_nav {
    background-color: #f8f1e7;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    overflow: auto;
    margin-top: 6.25rem;
    padding: 2.28571429rem 1.42857143rem;
    position: fixed;
    top: 0;
    right: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .global_nav {
    margin-top: 87.5px;
  }
}
@media screen and (max-width: 768px) {
  .global_nav {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .global_nav {
    margin-top: 50px;
  }
}
.global_nav_item::before {
  height: 1rem;
}
@media screen and (max-width: 1240px) {
  .global_nav_item::before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
  }
}
.global_nav_item:first-child::before {
  content: none;
}
@media screen and (max-width: 1240px) {
  .global_nav_item:first-child::before {
    content: "";
  }
}
.global_nav_item:last-child.global_nav_item::after {
  content: none;
}
@media screen and (max-width: 1240px) {
  .global_nav_item:last-child.global_nav_item::after {
    content: "";
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: 0;
    left: 0;
  }
}
.global_nav_link {
  font-size: 0.9375rem;
  white-space: nowrap;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 1520px) {
  .global_nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1240px) {
  .global_nav_link {
    font-size: 1rem;
  }
}
.box_menu_trigger {
  display: none;
}
@media screen and (max-width: 1240px) {
  .box_menu_trigger {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.menu_trigger {
  position: relative;
}
.menu_trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
}
.mv {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .mv {
    padding-top: 87.5px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 50px;
  }
}
/*---------------------------------------------
モデルハウス販売情報
---------------------------------------------*/
.product_section_header .inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  .product_section_header .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .product_section_header .inner {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.page.sale .mw_wp_form.mw_wp_form_input .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.page.sale .mw_wp_form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.soldout {
  color: #b8272d;
}
/*---------------------------------------------
スライダー：間取り
---------------------------------------------*/
.product_floor_plan {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .product_floor_plan {
    margin-top: 1.42857143rem;
  }
}
.product_floor_plan .slick-arrow {
  background-color: #fff;
}
.product_floor_plan .slick-arrow.slick-prev,
.product_floor_plan .slick-arrow.slick-next {
  width: 1.875rem;
  height: 1.875rem;
  top: inherit;
  bottom: 0;
  z-index: 1;
  transform: none;
}
.product_floor_plan .slick-arrow.slick-prev:hover,
.product_floor_plan .slick-arrow.slick-next:hover,
.product_floor_plan .slick-arrow.slick-prev:focus,
.product_floor_plan .slick-arrow.slick-next:focus {
  background-color: #fff;
}
.product_floor_plan .slick-arrow.slick-prev::before,
.product_floor_plan .slick-arrow.slick-next::before {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_floor_plan .slick-arrow.slick-prev {
  margin: 0 2.0625rem 0 0;
  left: inherit;
  right: 0;
}
.product_floor_plan .slick-arrow.slick-prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.product_floor_plan .slick-arrow.slick-next {
  right: 0;
}
.product_floor_plan .slick-arrow.slick-next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.page.sale .mw_wp_form.mw_wp_form_confirm .table_style01 .td {
  line-height: 1.5;
}
/*---------------------------------------------
モデルハウス販売：フォーム > 完了ページ
---------------------------------------------*/
.page.contact-thanks .thanks_sec {
  padding-top: 9.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page.contact-thanks .thanks_sec {
    padding-top: 3.57142857rem;
  }
}
.page.contact-thanks .thanks_sec .inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.page.contact-thanks .thanks_sec .section_title {
  letter-spacing: 0;
  margin-bottom: 3rem;
}
.page.contact-thanks .thanks_sec .message {
  line-height: 1.8em;
  font-size: 1.2rem;
}
.admin-bar .header {
  margin-top: 0;
}
@media screen and (max-width: 690px) {
  .admin-bar .header {
    margin-top: 3.28571429rem !important;
  }
}
.header {
  margin-top: 0;
  position: initial;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
}
.mv {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 50px;
  }
}
.product_item_group {
  padding: 0;
}
.product_item_group .product_item .product_name_wrapper {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .product_item_group .product_item .product_name_wrapper {
    flex-wrap: wrap;
  }
}
.product_item_group .product_item .product_name_wrapper .product_copy span {
  display: inline-block;
}
.product_item_group .product_item .product_price_wrapper {
  margin-left: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product_item_group .product_item .product_price_wrapper {
    margin-right: 0;
    white-space: initial;
  }
}
.product_item_group .product_item .product_price_wrapper .price {
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .product_item_group .product_item .product_price_wrapper .icon_price {
    margin-right: 1em;
  }
}

.product_item_category.pricerevision{background-color:#ff7bac}.visually_hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.link_style-anchor{color:#c09c64;font-size:14px;font-weight:700;text-align:center;text-decoration:none;border:1px solid #c09c64;box-shadow:0 0 5px rgba(51,51,51,0.1);background-color:#fff;display:block;box-sizing:border-box;padding:.85714286em 1em;position:relative;transition-property:color,background-color;transition-duration:.2s}.link_style-anchor .icon_arrow{display:block;box-sizing:border-box;margin-right:1.42857143em;position:absolute;top:50%;right:0;transform:translate(0, -50%)}@media (max-width:767px){.link_style-anchor .icon_arrow{width:38px;height:38px}}.link_style-anchor .icon_arrow::before{content:'';border-bottom:1px solid #c09c64;border-right:1px solid #c09c64;display:block;box-sizing:border-box;width:.85714286em;height:.85714286em;position:absolute;top:50%;left:50%;transform:translate(-50%, -75%) rotate(45deg)}.link_style-anchor .icon_arrow,.link_style-anchor .icon_arrow::before{transition-property:border-color;transition-duration:.2s}.link_style-anchor:hover{color:#c09c64;background-color:#fff;opacity:1}.link_style-anchor:hover .icon_arrow{border-color:#c09c64}.link_style-anchor:hover .icon_arrow::before{border-color:#c09c64}section.products .product_section_header .anchor_item .product_item_category.pricerevision{color:#fff;font-size:.8375rem;text-align:center}section.products .product_section_header .anchor_item .product_item_category.pricerevision::before{content:none}section.products .items *{box-sizing:border-box}section.products .items .container{max-width:1040px;padding-right:20px;padding-left:20px;margin:0 auto}section.products .item{padding:96px 0;border-top:solid 1px}@media (max-width:767px){section.products .item{padding:48px 0}}section.products .item .item_header{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;margin:0 -0.9375em 1.5625em}@media (max-width:767px){section.products .item .item_header{flex-direction:column;align-items:flex-start;margin-bottom:13px}}section.products .item .item_header .col_left{display:flex}@media (max-width:1199px){section.products .item .item_header .col_left{flex-direction:column-reverse}}@media (max-width:767px){section.products .item .item_header .col_left{flex-direction:column-reverse}}@media (max-width:767px){section.products .item .item_header .col_right{align-self:flex-end}}section.products .item .item_header .col_left,section.products .item .item_header .col_right{padding:0 15px}section.products .item .item_header .item_title{font-size:42px;font-weight:bold}@media (max-width:1199px){section.products .item .item_header .item_title{font-size:36px}}@media (max-width:767px){section.products .item .item_header .item_title{font-size:28px;margin-bottom:5px}}section.products .item .item_header .item_label{display:inline-block;color:#fff;font-size:18px;font-weight:bold;line-height:2.38888889em;background-color:#ff7bac;padding:0 1.19444444em;margin-left:.83333333em}@media (max-width:1199px){section.products .item .item_header .item_label{font-size:14px;max-width:155px;margin-left:0;margin-bottom:.71428571em}}@media (max-width:767px){section.products .item .item_header .item_label{font-size:12px}}section.products .item .item_header .item_price{font-size:18px;font-weight:bold}@media (max-width:1199px){section.products .item .item_header .item_price{font-size:16px}}@media (max-width:767px){section.products .item .item_header .item_price{font-size:16px}}section.products .item .item_header .item_price *{display:inline-block}section.products .item .item_header .item_price>.value{font-size:42px;position:relative;top:.07142857em;padding:0 .07142857em}@media (max-width:1199px){section.products .item .item_header .item_price>.value{font-size:36px}}@media (max-width:767px){section.products .item .item_header .item_price>.value{font-size:28px}}section.products .item .item_body .images .main_images_slick{margin-bottom:10px}section.products .item .item_body .images .main_images_slick .slick-slide{height:480px}@media (max-width:767px){section.products .item .item_body .images .main_images_slick .slick-slide{height:336px}}section.products .item .item_body .images .thumb_images_slick{height:80px;padding:0 45px;margin:0 auto}section.products .item .item_body .images .thumb_images_slick .slick-slide{height:80px;overflow:hidden;padding:0 5px}section.products .item .item_body .images .thumb_images_slick .slick-current img{box-shadow:inset 0 0 5px #000}section.products .item .item_body .images img{width:100%;height:100%;object-fit:cover}section.products .item .item_body .images .slick-prev,section.products .item .item_body .images .slick-next{all:unset;width:40px;height:100%;font-size:0;background-color:#f2f2f2;position:absolute;top:0;opacity:1;transition:opacity .5s}section.products .item .item_body .images .slick-prev::before,section.products .item .item_body .images .slick-next::before{content:"";display:inline-block;width:20px;height:10px;background-image:url(../img/icon_arrow.svg);background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}section.products .item .item_body .images .slick-prev:hover,section.products .item .item_body .images .slick-next:hover{opacity:.5}section.products .item .item_body .images .slick-prev{left:0}section.products .item .item_body .images .slick-prev::before{transform:translate(-50%, -50%) rotate(-90deg)}section.products .item .item_body .images .slick-next{right:0}section.products .item .item_body .images .slick-next::before{transform:translate(-50%, -50%) rotate(90deg)}section.products .item .item_body .des_summary{font-size:24px;font-weight:bold;line-height:1.75em;text-align:center;margin:1.45833333em 0}@media (max-width:1199px){section.products .item .item_body .des_summary{font-size:21px}}@media (max-width:767px){section.products .item .item_body .des_summary{font-size:16px}}section.products .item .item_body .des_summary span{display:inline-block}section.products .item .item_body .list_features{display:flex;flex-wrap:wrap;margin-left:-1.44230769%;margin-right:-1.44230769%}@media (max-width:767px){section.products .item .item_body .list_features{margin-left:-0.72115385%;margin-right:-0.72115385%}}section.products .item .item_body .list_features>.col,section.products .item .item_body .list_features>li{flex:0 0 auto;padding-left:1.44230769%;padding-right:1.44230769%}@media (max-width:767px){section.products .item .item_body .list_features>.col,section.products .item .item_body .list_features>li{padding-left:.72115385%;padding-right:.72115385%}}section.products .item .item_body .list_features.no_getters{margin-left:0;margin-right:0}section.products .item .item_body .list_features.no_getters>*{padding-left:0;padding-right:0}@media (max-width:767px){section.products .item .item_body .list_features{margin-bottom:30px}}section.products .item .item_body .list_features li{width:25%;margin-bottom:30px}@media (max-width:767px){section.products .item .item_body .list_features li{width:50%;margin-bottom:5px}}section.products .item .item_body .list_features .list_item{display:flex;align-items:center;justify-content:center;background-color:#faefdc;border-radius:10px;max-width:227.5px;height:80px}@media (max-width:767px){section.products .item .item_body .list_features .list_item{max-width:100%;height:100%;padding:15px 0px}}section.products .item .item_body .list_features h4{font-size:18px;font-weight:bold;line-height:1.33333333em;text-align:center;margin-bottom:0}@media (max-width:767px){section.products .item .item_body .list_features h4{font-size:16px;padding:0 1.42857143em}}section.products .item .item_body .list_features p{font-size:14px;line-height:1.71428571em;text-align:justify;padding:0 2.85714286em}@media (max-width:767px){section.products .item .item_body .list_features p{padding:0 1.42857143em;font-size:12px}}section.products .item .item_body .row{display:flex;flex-wrap:wrap;margin-left:-2.40384615%;margin-right:-2.40384615%;margin-bottom:3.125em}@media (max-width:767px){section.products .item .item_body .row{margin-left:-1.20192308%;margin-right:-1.20192308%}}section.products .item .item_body .row>.col,section.products .item .item_body .row>li{flex:0 0 auto;padding-left:2.40384615%;padding-right:2.40384615%}@media (max-width:767px){section.products .item .item_body .row>.col,section.products .item .item_body .row>li{padding-left:1.20192308%;padding-right:1.20192308%}}section.products .item .item_body .row.no_getters{margin-left:0;margin-right:0}section.products .item .item_body .row.no_getters>*{padding-left:0;padding-right:0}section.products .item .item_body .row .col{width:50%}@media (max-width:767px){section.products .item .item_body .row .col{width:100%}}section.products .item .item_body .layout_images{display:flex;justify-content:center;padding:27px 0;border:solid 1px;background-color:#fff}section.products .item .item_body .layout_images .slick_floor_plan{width:353px;width:74.47257384%;margin-bottom:0}section.products .item .item_body .layout_images .slick-slide{height:100%}section.products .item .item_body .layout_images img{width:100%;height:auto;object-fit:cover}@media (max-width:767px){section.products .item .item_body .layout_images img{margin-bottom:20px}}section.products .item .item_body .layout_images .slick-dots{bottom:-68px}@media (max-width:767px){section.products .item .item_body .layout_images .slick-dots{bottom:-20px}}section.products .item .item_body .map{position:relative;width:100%;padding-bottom:67.36842105%;height:0;border:solid 1px #ccc;border-radius:5px;overflow:hidden}@media (max-width:1023px){section.products .item .item_body .map{padding-bottom:75%;padding-bottom:100%}}@media (max-width:767px){section.products .item .item_body .map{margin-top:30px;padding-bottom:100%}}section.products .item .item_body .map .iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}section.products .item .item_body .des_address{font-size:13px;margin-top:1.53846154em}section.products .item .item_body .box_caption{background-color:#f2f2f2}section.products .item .item_body .box_caption .btn_caption{display:flex;align-items:center;justify-content:center;height:60px;position:relative;transition:opacity .3s}section.products .item .item_body .box_caption .btn_caption:hover{opacity:.5}section.products .item .item_body .box_caption .btn_caption h3{font-size:14px}section.products .item .item_body .box_caption .btn_caption .icon_arrow{right:25px}section.products .item .item_body .box_caption .caption{position:relative}section.products .item .item_body .box_caption .caption p{font-size:14px;line-height:1.71428571em;text-align:justify;padding:0 2.85714286em 3.57142857em}@media (max-width:767px){section.products .item .item_body .box_caption .caption p{font-size:12px}}section.products .item .item_body .box_caption .caption .btn_close_caption{width:120px;position:absolute;bottom:20px;right:25px}section.products .item .item_body .box_caption .icon_arrow{content:'';display:block;width:21px;height:11px;background-image:url(../img/icon_arrow.svg);background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;right:0;transform:translateY(-50%) rotate(180deg);transition:transform .3s}section.products .item .item_body .box_caption.open .icon_arrow{transform:translateY(-50%) rotate(0deg)}.pagetop.fixed{bottom:60px}.fixed_contact{background-color:#fff;visibility:hidden;display:flex;position:fixed;left:0;right:0;bottom:0;z-index:5;transition-property:opacity, visibility;transition-duration:.2s}.fixed_contact.hidden{opacity:0;visibility:hidden}.wf-active .fixed_contact{visibility:visible}.fixed_contact_item{background-color:#fff;flex:1 1 50%;margin-top:2px}.fixed_contact_item+.fixed_contact_item{margin-left:2px}.fixed_contact_link{color:#fff;text-decoration:none;text-align:center;background-color:#30343f;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:.71428571rem 0 .71428571rem .71428571rem;height:4.57142857rem}.phone .fixed_contact_link{font-weight:900;font-size:1.14285714rem}.phone .fixed_contact_link::before{background-image:url(../img/logo_freedial_wh.svg);width:1.85714286rem;height:1.14285714rem}.mail .fixed_contact_link{font-weight:700;font-size:1rem}.mail .fixed_contact_link::before{background-image:url(../img/icon_mail_wh.svg);width:1.14285714rem;height:1.14285714rem}.fixed_contact_link::before{content:'';background-repeat:no-repeat;background-size:contain;display:inline-block;margin-right:.71428571rem}.cg{display:none}#obataB .main_images_slick,#obataA .main_images_slick,#sebiuchi .main_images_slick{position:relative}#obataB .main_images_slick .slick-list,#obataA .main_images_slick .slick-list,#sebiuchi .main_images_slick .slick-list{position:relative}#obataB .main_images_slick .slick-list::after,#obataA .main_images_slick .slick-list::after,#sebiuchi .main_images_slick .slick-list::after{content:"※画像はCGイメージです";display:block;color:#fff;font-size:12px;font-weight:bold;line-height:2;background-color:#333;padding:0 1em;position:absolute;left:2em;bottom:2em}@media (max-width:767px){#obataB .main_images_slick .slick-list::after,#obataA .main_images_slick .slick-list::after,#sebiuchi .main_images_slick .slick-list::after{font-size:12px;left:0;bottom:0}}#obataB .cg,#obataA .cg,#sebiuchi .cg{display:flex;padding-bottom:0}
@charset "UTF-8";
.reserve_section .inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.yatsuyamada .reserve_section .inner {
  background-color: #e9bec6;
}
.sumai_showroom .reserve_section .inner {
  background-color: #72cadb;
}
.reserve_form_wrapper {
  background-color: #fff;
  padding: 3.75rem 5rem;
}
.page .reserve_form_wrapper {
  margin-top: 3.125rem;
}
.reserve_form_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.reserve_select_day {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 0 0 .375rem;
}
.reserve_select_day_wrapper {
  color: #333;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-align: center;
}
.reserve_change_day {
  position: absolute;
  top: 0;
  right: 0;
}
.reserve_time_list {
  display: flex;
  flex-wrap: wrap;
  margin: 3.75rem 0 0 -3.19148936%;
}
.reserve_time_item {
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 0 0 3.09278351%;
  width: 21.8556701%;
}
.reserve_time_item:nth-of-type(n+5) {
  margin-top: 3.09278351%;
}
.reserve_radio {
  display: none;
}
.reserve_label {
  color: #333;
  border: 1px solid #d6d6d6;
  box-shadow: 0 0 5px rgba(51, 51, 51, .1);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5625rem 1.25rem 1rem;
  width: 100%;
  height: 100%;
}
a.reserve_label {
  color: #333;
  text-decoration: none;
}
.reserve_radio:disabled + .reserve_label {
  background-color: #d6d6d6;
  cursor: default;
}
.reserve_radio:checked + .reserve_label {
  color: #fff;
}
.yatsuyamada .reserve_radio:checked + .reserve_label {
  background-color: #de8b98;
}
.sumai_showroom .reserve_radio:checked + .reserve_label {
  background-color: #29a2d9;
}
.reserve_time {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.41666667;
  text-align: left;
  display: block;
}
.reserve_status {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  display: block;
  margin: 1.25rem 0 0;
  width: 100%;
}
.reserve_status.full,
.reserve_status.little,
.reserve_status.empty {
  padding: 1rem 0 0;
}
.reserve_status.empty,
.reserve_status.little {
  border-top: 1px solid #d6d6d6;
}
.reserve_status.contact {
  margin-bottom: .625rem;
}
.reserve_radio:checked + .reserve_label .reserve_status {
  border-top-color: #fff;
}
.reserve_table_wrapper {
  margin: 1.875rem auto 0;
}
.reserve_submit_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3.75rem auto 0;
}
.error_message-reservation_time {
  text-align: center;
}
.reserve_description {
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.11111111;
  text-align: center;
}
.single .reserve_description {
  margin-top: 6.875rem;
}
.mw_wp_form_confirm .reserve_description,
.mw_wp_form_complete .reserve_description {
  margin-top: 0;
}
#schedule_form.open .reserve_description {
  margin-top: 0;
}
.mw_wp_form .error {
  font-size: .9375rem;
  margin: .625rem 0 0;
}
.mw_wp_form.mw_wp_form_input .only_confirm {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .only_input {
  display: none;
}
.mw_wp_form .reserve_submit_wrapper [type="submit"] {
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: opacity .5s;
}
.mw_wp_form .reserve_submit_wrapper [type="submit"]:hover {
  opacity: .5;
}
.mw_wp_form .link_style01[name="submitBack"]::after {
  margin-left: 1rem;
  right: inherit;
  left: 0;
  transform: translate(0, -50%) rotate(-135deg);
}
.mw_wp_form .link_style01[name="submitConfirm"],
.mw_wp_form .link_style01[name^="mwform_submitButton"] {
  border: none;
  padding: 0 0;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form select {
  font-size: .875rem;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: normal;
  font-size: .875rem;
}
.ui-state-default:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .reserve_section .inner {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .reserve_form_wrapper {
    padding: 2.28571429rem 1.42857143rem;
  }
  .page .reserve_form_wrapper {
    margin-top: 0;
  }
  .reserve_select_day_wrapper {
    font-size: 1.14285714rem;
    width: 100%;
  }
  .reserve_change_day {
    margin: 1.14285714rem auto 0;
    position: relative;
  }
  .reserve_time_list {
    margin-top: 2.85714286rem;
    margin-left: 0;
  }
  .reserve_time_item {
    margin-left: 0;
    width: 100%;
  }
  .reserve_time_item:nth-of-type(n+2) {
    margin-top: 1.14285714rem;
  }
  .reserve_time_item:nth-of-type(n+5) {
    margin-top: 1.14285714rem;
  }
  .reserve_label {
    padding: .71428571rem .71428571rem;
  }
  .reserve_time {
    font-size: 1.14285714rem;
    display: inline-block;
  }
  .reserve_table_wrapper {
    margin-top: 1.71428571rem;
  }
  .reserve_submit_wrapper {
    margin-top: 2.28571429rem;
  }
  .reserve_description {
    font-size: 1.14285714rem;
  }
  .single .reserve_description {
    margin-top: 2.85714286rem;
  }
  #schedule_form.open .reserve_description {
    padding-top: 2.85714286rem;
  }
  .mw_wp_form .reserve_submit_wrapper [type="submit"] {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .mw_wp_form input[type="text"],
  .mw_wp_form input[type="email"],
  .mw_wp_form select {
    font-size: 1.14285714rem;
  }
}

@media screen and (max-width: 374px) {
  .mw_wp_form .mwform-tel-field {
    margin: -.5rem 0 0;
  }
  .mw_wp_form .mwform-tel-field input {
    margin: .5rem 0 0;
    max-width: 5rem;
  }
}

/*
 * Contact Form 7 共通スタイル
 * housingトップページ(yatsuyamada.css)のCF7フォーム向けスタイルと同内容。
 * 色(ブランドカラー)に関する指定のみ、各ページのCSS(yatsuyamada.css・sale.css等)側で個別に定義する。
 */
.wpcf7 .reserve_description {
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.11111111;
  text-align: center;
}
.wpcf7 .reserve_table_wrapper {
  margin: 1.875rem auto 0;
}
.wpcf7 .reserve_submit_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3.75rem auto 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  font-size: 0.875rem;
  height: 2.1875rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 0;
  padding: 0 1.25rem;
  border-radius: 0;
}
.wpcf7 input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-right: 5px;
}
.wpcf7 textarea {
  width: 100%;
  height: 9.375rem;
  font-size: 0.875rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
  border-radius: 0;
}
.wpcf7 input[type="submit"] {
  border: none;
  padding: 0 0;
  transition: opacity 0.3s;
}
.wpcf7 input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.5;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  height: 33px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.5em;
}
.wpcf7 .wpcf7-form.confirm .table_style01 p {
  line-height: 1.5em;
}
.wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper p {
  display: flex;
  position: relative;
}
.wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper #wpcf7-modify {
  margin-right: 2rem;
  background-color: #fff;
}
.wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper #wpcf7-modify::after {
  right: initial;
  left: 1em;
  transform: translate(0, -50%) rotate(-135deg);
}
.wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (max-width: 767px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    font-size: 1.14285714rem;
  }
  .wpcf7 textarea {
    font-size: 1.14285714rem;
  }
  .wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper p {
    flex-direction: column;
  }
  .wpcf7 .wpcf7-form.confirm .reserve_submit_wrapper #wpcf7-modify {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
