@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* mac */
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  padding: 9.625rem 0 0;
}
a,
button {
  transition: opacity 0.5s;
}
a:hover,
button:hover {
  opacity: 0.5;
}
button {
  font: inherit;
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0 0;
}
input,
textarea,
button {
  border-radius: 0;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
}
.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.page_title {
  color: #333;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.46875;
  text-align: center;
}
.archive_title {
  color: #333;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.46875;
  text-align: center;
  margin: 5rem 0 0;
}
.archive_title span {
  display: inline-block;
}
.section_title {
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.reserve_section .section_title {
  margin: 0 auto 3.75rem;
}
.notfound_title {
  color: #333;
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1.46875;
  text-align: center;
  margin: 0 0 5rem;
}
.notfound_title span {
  display: inline-block;
}
.table_style01 {
  color: #333;
  font-size: 0.9375rem;
  width: 100%;
}
.yatsuyamada .table_style01 .tr:nth-of-type(odd) .th,
.yatsuyamada .table_style01 .tr:nth-of-type(odd) .td {
  background-color: #fbf3f4;
}
.housing .table_style01 .tr:nth-of-type(odd) .th,
.housing .table_style01 .tr:nth-of-type(odd) .td {
  background-color: #fbf3f4;
}
.sumai_showroom .table_style01 .tr:nth-of-type(odd) .th,
.sumai_showroom .table_style01 .tr:nth-of-type(odd) .td {
  background-color: #e4f4f8;
}
.table_style01 .th,
.table_style01 .td {
  box-sizing: border-box;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.table_style01 .th {
  line-height: 1.94444444;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}
.table_style01 .th_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_style01 .td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
.table_style01 .required {
  color: #fff;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 2.875rem;
  width: 3.125rem;
}
.yatsuyamada .table_style01 .required {
  background-color: #de8b98;
}
.housing .table_style01 .required {
  background-color: #de8b98;
}
.sumai_showroom .table_style01 .required {
  background-color: #29a2d9;
}
.table_style01 input[name="お名前"],
.table_style01 input[name="お名前（ふりがな）"],
.table_style01 input[name="携帯電話番号"],
.table_style01 input[name="電話番号"],
.table_style01 input[name="メールアドレス"],
.table_style01 input[name*="希望日"],
.table_style01 select[name*="希望時間"],
.table_style01 textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.table_style01 input[name="お名前"],
.table_style01 input[name="お名前（ふりがな）"],
.table_style01 input[name="携帯電話番号"],
.table_style01 input[name="電話番号"],
.table_style01 input[name="メールアドレス"],
.table_style01 input[name*="希望日"],
.table_style01 select[name*="希望時間"] {
  height: 2.1875rem;
}
.table_style01 .input {
  margin: 0 0;
  padding: 0 1.25rem;
  width: 100%;
}
.table_style01 select[name*="希望時間"] {
  width: 100%;
}
.table_style01 textarea {
  resize: vertical;
  width: 100%;
}
.table_style01 .table-inner-row + .table-inner-row {
  margin-top: 1rem;
}
.table_style01 .table-inner-column {
  width: 100%;
}
.mw_wp_form_confirm .table_style01 .table-inner-column {
  width: auto;
}
.table_style01 .table-inner-column:first-child {
  margin-right: 1rem;
}
.table_style01 .table-inner-label {
  margin-bottom: 0.5rem;
}
.mw_wp_form_confirm .table_style01 .table-inner-label {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.inner {
  padding: 0 5rem;
}
.footer .inner {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.section_wrapper .inner {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
.content_wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}
.content_wrapper.large {
  width: 1366px;
}
.header .content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4.375rem;
  height: 5.25rem;
  position: relative;
}
.footer .content_wrapper {
  position: relative;
}
.free_section_wrapper .content_wrapper {
  background-color: #fff;
}
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.admin-bar .header {
  margin-top: 2rem;
}
.header_logo {
  display: flex;
}
.header_logo a {
  height: 100%;
}
.header_logo img {
  max-height: 100%;
  width: auto;
  height: 100%;
}
.header_contact {
  display: flex;
  align-items: center;
}
.header_contact_item {
  margin: 0 0 0 1.25rem;
}
.header_contact_item.phone a {
  font-weight: 900;
  font-size: 2rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.yatsuyamada .header_contact_item.phone a {
  color: #de8b98;
}
.housing .header_contact_item.phone a {
  color: #de8b98;
}
.sumai_showroom .header_contact_item.phone a {
  color: #29a2d9;
}
.header_contact_item.phone a::before {
  content: '';
  background: url(../img/logo_freedial.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.625rem 0 0;
  width: 3.25rem;
  height: 2rem;
}
.yatsuyamada .header_contact_item.phone a::before {
  background-color: #de8b98;
}
.housing .header_contact_item.phone a::before {
  background-color: #de8b98;
}
.sumai_showroom .header_contact_item.phone a::before {
  background-color: #29a2d9;
}
.header_contact_link {
  display: block;
}
.mail .header_contact_link {
  border-radius: 50%;
}
.yatsuyamada .mail .header_contact_link {
  background-color: #de8b98;
}
.housing .mail .header_contact_link {
  background-color: #de8b98;
}
.sumai_showroom .mail .header_contact_link {
  background-color: #29a2d9;
}
.global_nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.global_nav.active {
  opacity: 1;
  visibility: visible;
}
.global_nav_wrapper {
  display: flex;
}
.global_nav_item {
  width: 100%;
  position: relative;
}
.global_nav_item::before {
  content: '';
  background-color: #c3c3c3;
  display: block;
  width: 1px;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.global_nav_item:last-of-type::after {
  content: '';
  background-color: #c3c3c3;
  display: block;
  width: 1px;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.global_nav_link {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
  line-height: 4.375;
  text-align: center;
  text-decoration: none;
  display: block;
}
.menu_trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1.07142857rem 1.07142857rem;
  width: 3.57142857rem;
  height: 3.57142857rem;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_trigger,
.menu_trigger span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
}
.menu_trigger span {
  background-color: #c3c3c3;
  border-radius: 4px;
  width: 1.42857143rem;
  height: 2px;
  position: absolute;
  left: 1.07142857rem;
}
.menu_trigger span:nth-of-type(1) {
  top: 1.07142857rem;
}
.active.menu_trigger span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu_trigger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.active.menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 1.07142857rem;
}
.active.menu_trigger span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.sns {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.sns_item {
  margin: 0 0 0 1.25rem;
}
.sns_item a {
  display: block;
}
.footer_logo {
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 2rem;
  max-width: 100%;
}
.yatsuyamada .footer_logo {
  width: 24.5rem;
}
.housing .footer_logo {
  width: 24.5rem;
}
.sumai_showroom .footer_logo {
  width: 24.875rem;
}
.footer_logo img {
  width: 100%;
}
.company_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.company_name span {
  color: #333;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  margin: 0 0 0 1rem;
}
.address {
  color: #333;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.72222222;
  text-align: center;
}
.address span {
  display: inline-block;
}
.small {
  color: #333;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  display: block;
  margin: 3.5rem auto 0;
}
.notfound {
  padding: 3.75rem 0;
}
.notfound_message {
  line-height: 1.7;
  text-align: center;
}
.backtotop {
  display: block;
}
.news_item {
  border-top: 1px solid #c3c3c3;
}
.news_item:last-of-type {
  border-bottom: 1px solid #c3c3c3;
}
.news_item_link {
  color: #000;
  font-size: 0.9375rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 1.96875rem 5rem 2.03125rem 2.5rem;
  position: relative;
}
.news_item_link::after {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  margin: 0 2.5rem 0 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.news_item_date {
  font-size: 0.875rem;
  margin: 0 2.5rem 0 0;
}
.yatsuyamada .news_item_date {
  color: #de8b98;
}
.housing .news_item_date {
  color: #de8b98;
}
.sumai_showroom .news_item_date {
  color: #29a2d9;
}
.news_item_wrapper {
  padding: 3.75rem 0 3.75rem;
}
.event_place {
  background-color: #fff;
  border: 4px solid #000;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 6.25rem auto 0;
  padding: 1.75rem 8.3125rem;
}
.yatsuyamada .event_place {
  border-color: #e9bec6;
}
.housing .event_place {
  border-color: #e9bec6;
}
.sumai_showroom .event_place {
  border-color: #72cadb;
}
.event_place_label {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 3.75rem 0 0;
}
.yatsuyamada .event_place_label {
  color: #de8b98;
}
.housing .event_place_label {
  color: #de8b98;
}
.sumai_showroom .event_place_label {
  color: #29a2d9;
}
.event_place_address {
  color: #333;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8;
}
.event_place_googlemap {
  margin-left: auto;
}
#event_schedule .inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
#event_schedule .section_title {
  margin-bottom: 3.125rem;
}
.schedule_item_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3.63636364%;
}
.schedule_item {
  border: 1px solid #d6d6d6;
  display: flex;
  box-sizing: border-box;
  margin: 0 0 0 3.50877193%;
  width: 46.49122807%;
}
.sumai_showroom .schedule_item {
  background-color: #fff;
}
.schedule_item:nth-of-type(n+3) {
  margin-top: 3.50877193%;
}
.schedule_item.full {
  background-color: #d6d6d6;
}
.schedule_item.full a {
  pointer-events: none;
}
.schedule_item.full a:hover {
  opacity: 1;
}
.schedule_item.contact a {
  flex-direction: column;
}
.schedule_item a,
.schedule_item button {
  color: #333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.75rem 1.25rem 1.875rem;
}
.schedule_item_place {
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 0 1.375rem;
}
.schedule_item_date {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 1.375rem;
}
.schedule_item_status {
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  display: block;
  margin: 1.25rem 0 0;
  padding: 1.25rem 0 0;
  width: 100%;
}
.full .schedule_item_status,
.contact .schedule_item_status {
  border-top: none;
}
.contact .schedule_item_status {
  margin: 0 0 0.625rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .yatsuyamada .header_logo {
    height: 2.5rem;
  }
  .housing .header_logo {
    height: 2.5rem;
  }  
  .sumai_showroom .header_logo {
    height: 2.75rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .inner {
    padding: 0 2.85714286rem;
  }
  .admin-bar .header {
    margin-top: 2.28571429rem;
  }
  .event_place {
    padding-left: 5.71428571rem;
    padding-right: 5.71428571rem;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    margin-top: 3.28571429rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .inner {
    padding: 0 3.33333333rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    padding-top: 3.57142857rem;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .page_title {
    font-size: 1.71428571rem;
  }
  .archive_title {
    font-size: 1.71428571rem;
    margin-top: 2.85714286rem;
  }
  .section_title {
    font-size: 1.71428571rem;
  }
  .reserve_section .section_title {
    margin-bottom: 2.85714286rem;
  }
  .notfound_title {
    font-size: 1.71428571rem;
    margin-bottom: 2.85714286rem;
  }
  .table_style01 .th,
  .table_style01 .td {
    display: block;
    padding-bottom: 1.42857143rem;
  }
  .table_style01 .th {
    padding-top: 1.42857143rem;
    padding-left: 0.71428571rem;
    padding-right: 0.71428571rem;
  }
  .table_style01 .th_inner {
    justify-content: flex-start;
  }
  .table_style01 .td {
    padding-top: 0;
    padding-left: 0.71428571rem;
    padding-right: 0.71428571rem;
  }
  .table_style01 .required {
    margin-left: 1.14285714rem;
  }
  .table_style01 .input {
    padding: 0 0.71428571rem;
  }
  .table_style01 .table-inner-row {
    flex-wrap: wrap;
  }
  .table_style01 .table-inner-column {
    width: auto;
  }
  .table_style01 .table-inner-column:first-child {
    margin-bottom: 0.5rem;
  }
  .inner {
    padding: 0 1.42857143rem;
  }
  .header .inner {
    padding-top: 0.64285714rem;
    padding-bottom: 0.64285714rem;
    padding-right: 3.57142857rem;
  }
  .footer .inner {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .header .content_wrapper {
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-bottom: 0;
    height: auto;
    position: initial;
  }
  .footer .content_wrapper {
    display: flex;
    flex-direction: column;
  }
  .header_logo {
    margin-right: auto;
  }
  .header_logo {
    height: 2rem;
  }
  .header_contact_item {
    margin: 0 0.71428571rem 0 0;
  }
  .header_contact_item.phone a::before {
    background: url(../img/icon_phone.svg) 0 0 no-repeat;
    background-size: contain;
    border-radius: 50% 50%;
    width: 2.28571429rem;
    height: 2.28571429rem;
  }
  .header_contact_link {
    display: block;
    width: 2.28571429rem;
    height: 2.28571429rem;
  }
  .global_nav {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    overflow: auto;
    margin-top: 3.57142857rem;
    padding: 2.28571429rem 1.42857143rem;
    position: fixed;
    top: 0;
    right: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
  }
  .admin-bar .global_nav {
    margin-top: 6.85714286rem;
  }
  .global_nav_wrapper {
    display: block;
  }
  .global_nav_item::before {
    margin: 0 auto;
    width: 100%;
    height: 1px;
    top: 0;
    right: 0;
    transform: translate(0, 0%);
  }
  .global_nav_item:last-of-type::after {
    margin: 0 auto;
    width: 100%;
    height: 1px;
    top: inherit;
    left: 0;
    bottom: 0;
    transform: translate(0%, 0%);
  }
  .global_nav_link {
    line-height: 2.85714286;
  }
  .sns {
    order: 2;
    justify-content: center;
    margin: 1.71428571rem 0 0;
    position: relative;
  }
  .sns_item {
    margin: 0 0.71428571rem;
  }
  .footer_logo {
    margin-bottom: 1.71428571rem;
  }
  .company_name {
    line-height: 1.4;
    margin: 0 -1rem 0 0;
  }
  .company_name span {
    font-size: 1.71428571rem;
    line-height: 1.4;
    margin: 0 1rem;
  }
  .address {
    font-size: 1rem;
    order: 1;
  }
  .small {
    font-size: 0.85714286rem;
    order: 3;
    margin-top: 1.71428571rem;
  }
  .notfound {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .news_item_link {
    font-size: 1.07142857rem;
    line-height: 1.53333333;
    white-space: normal;
    padding: 1.42857143rem 2.85714286rem 1.42857143rem 0;
  }
  .news_item_link::after {
    margin-right: 1.42857143rem;
    transform: translate(0%, -50%) rotate(45deg);
  }
  .news_item_date {
    font-size: 1rem;
    display: block;
  }
  .news_item_wrapper {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  .event_place {
    flex-direction: column;
    margin-top: 2.85714286rem;
    padding: 1.71428571rem 1.71428571rem;
  }
  .event_place_label {
    font-size: 1.71428571rem;
    margin-right: 0;
  }
  .event_place_address {
    font-size: 1rem;
    margin: 1.14285714rem auto 0;
  }
  .event_place_googlemap {
    margin: 1.14285714rem auto 0;
  }
  #event_schedule .inner {
    padding-top: 2.85714286rem;
    padding-bottom: 2.85714286rem;
  }
  #event_schedule .section_title {
    margin-bottom: 2.85714286rem;
  }
  .schedule_item_wrapper {
    margin: -1.42857143rem 0 0 0;
  }
  .schedule_item {
    margin-top: 1.42857143rem;
    margin-left: 0;
    width: 100%;
  }
  .schedule_item:nth-of-type(n+3) {
    margin-top: 1.42857143rem;
  }
  .schedule_item a,
  .schedule_item button {
    padding: 1.42857143rem 1.42857143rem;
  }
  .schedule_item_place {
    font-size: 1rem;
    margin: 0 0.71428571rem;
  }
  .schedule_item_date {
    font-size: 1.14285714rem;
    margin: 0 0.71428571rem;
  }
  .schedule_item_status {
    font-size: 1rem;
    margin-top: 1.14285714rem;
    padding-top: 1.14285714rem;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 374px) {
  .header_logo {
    height: 1.71428571rem;
  }
}
.home .mw_wp_form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.home span.mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin-right: 1em;
  margin-left: 0;
}
.home .mwform-checkbox-field label,
.home .mwform-radio-field label {
  display: flex;
  align-items: center;
  height: 33px;
}
