@charset "utf-8";
@import url("reset.css");

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #170f05;
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.container {
  width: 89%;
  max-width: 1280px;
  margin: 0 auto;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.center {
  text-align: center !important;
}

.note {
  margin-top: 3px;
  font-size: 10px;
}

header > div:nth-of-type(1) {
  display: block;
  margin: 8px 10px;
  position: relative;
  padding-top: 20px;
}

header > div:nth-of-type(1) a {
  width: 154px;
}

header h1 {
  font-family: "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

header .fixed_menu {
  display: table;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 96;
}

header .fixed_menu a:nth-of-type(1) {
  background-image: linear-gradient(70deg, #640000 20%, #961402);
  text-decoration: none;
  color: #fff;
  line-height: 1.1;
  font-size: 3.2vw;
  width: 50%;
  padding: 1.4em 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

header .fixed_menu a:nth-of-type(1) i,
nav > div > a:nth-of-type(1) i {
  display: inline-block;
  vertical-align: baseline;
  width: 1.7em;
  margin: 0.1em 0.7em 0 0;
}

header .fixed_menu a:nth-of-type(2) {
  background: #170f05;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 3vw;
}

header .fixed_menu a:nth-of-type(2) img {
  max-width: 220px;
  margin: 0 auto;
}

nav {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  transition-duration: 0.3s;
  height: 100vh;
  overflow-y: scroll;
  z-index: 99;
}

nav.active {
  right: 0;
}

nav > div {
  padding-bottom: 50px;
}

nav > div > a:nth-of-type(1) {
  background-image: linear-gradient(110deg, #961402, #640000 80%);
  font-size: 15px;
  width: 100%;
  padding: 1.4em 0;
  text-decoration: none;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  box-sizing: border-box;
  margin: 1em 0;
}

nav ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0.8em 0;
  border-bottom: dotted 1px #ccc;
  line-height: 1.4;
}

nav ul li a:hover {
  text-decoration: none;
}

nav ul li:last-child a {
  border-bottom: none;
}

nav ul li a span {
  color: #526640;
  display: block;
  font-size: 0.8em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

a#menu_trigger {
  position: fixed;
  top: 18px;
  right: 18px;
  padding: 3px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  z-index: 99;
}

a#menu_close {
  position: fixed;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  z-index: 98;
  display: none;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
  display: none;
}

.attention_img {
  position: relative;
}

.attention {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
  line-height: 1.5;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

main section {
  margin-bottom: 80px;
  clear: both;
}

.cta {
  text-align: center;
  margin: 0 auto;
}

section .lead {
  text-align: center;
}

section#news h2,
section .lead h2 {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

section#news h2::after,
section .lead h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #333;
  transform: translateX(-50%);
}

section#news h2 span,
section .lead h2 span {
  margin-bottom: 5px;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #e7c9b9;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}

section .lead h5 {
  display: block;
  margin: 0 auto;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

section .lead h5 span {
  text-align: left;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  color: #c6b55a;
  letter-spacing: 0;
  border-left: solid 1px #990033;
  display: block;
}

.lead_copy {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #98a29f;
}

.lead_copy span {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.lead > div p {
  margin-bottom: 1em;
  letter-spacing: 0.01em;
  text-align: left;
}

.lead_img figcaption {
  text-align: left;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.3em 0 0;
}

.lead_img figcaption span {
  display: block;
  font-weight: 600;
  font-size: 0.85em;
}

/* News ------------------------------*/
section#news {
  text-align: left;
  margin-top: 80px;
}
section#news .container {
  background: #faf3ed;
  max-width: 1440px;
  padding: 30px 20px 40px;
}

section#news h2 span {
  color: #943952;
}

section#news dl {
  border-bottom: solid 1px #98a29f;
  width: 100%;
  padding: 0 0 8px 0;
  margin-bottom: 15px;
}

section#news dl:last-of-type {
  margin-bottom: 0;
}

section#news dl dt,
section#news dl dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

section#news dl dt {
  padding-bottom: 5px;
}

section#news dl dd span {
  display: block;
  font-size: 11px;
  text-indent: 1em;
}

.footer {
  padding-top: 12.7vh;
  background: #d4dad0;
}

.footer__head-lead {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.footer__head-lead > br {
  display: none;
}

.footer__link-wrap {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  margin: 0 auto 14px auto;
}

.footer__head-open {
  font-size: 22px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}

.footer__link {
  flex: 1;
}

.footer__link:not(:last-of-type) {
  margin-right: 1.4vw;
}

.footer__link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  color: #fff;
}

a.footer__link-btn:hover {
  text-decoration: none;
}

.footer__link-btn-tel {
  background: #1a1a1a;
}

.footer__link-btn-mail {
  background: #664040;
}

.footer__link-btn > span {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50vh;
  margin-right: 10px;
}

.footer__link-btn > span > img {
  width: 50%;
}

.footer__link-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}

.footer__link-inner-main {
  font-size: 4rem;
}

.footer__link-btn-mail .footer__link-inner-main {
  font-size: 3.2rem;
  letter-spacing: 0;
}

.footer__link-inner-sub {
  font-size: 2rem;
}

.footer__body {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.footer__logo {
  width: 320px;
  margin-right: 50px;
}

.footer__body-items {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 500;
  font-size: 1.4rem;
}

.footer__body-item {
  width: 48%;
  display: inline-flex;
  align-items: center;
}

.footer__body-item > span {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  margin-right: 8px;
}

.footer__menu {
  color: #fff;
  background: #333;
  margin-top: 11vh;
  padding-bottom: 15px;
}

.footer__menu-items {
  display: flex;
  justify-content: center;
  list-style: none;
}

.footer__menu-item a {
  display: block;
  padding: 20px 15px 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.footer__menu-item + .footer__menu-item {
  position: relative;
}

.footer__menu-item + .footer__menu-item::before {
  content: "";
  display: block;
  width: 0;
  height: 16px;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer__copy {
  font-size: 1.2rem;
  text-align: center;
}

/* Concept ------------------------------*/
.concept_col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.concept_img {
  width: calc((100% - 10px) / 2);
}

.concept_img:nth-of-type(n + 3) {
  margin-top: 10px;
}

/* land_plan ------------------------------*/
#land_plan .lead > div p {
  margin-bottom: 10px;
}
.plot_map {
  position: relative;
  margin-bottom: 15px;
}

.plot_map .note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0.5em;
}

.land_plan_box {
  margin-bottom: 40px;
}
.land_plan_box dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.land_plan_box dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #526640;
  color: #fff;
  padding: 8px 15px;
  margin-right: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.land_plan_box dl dd {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.land_plan_box ul {
  display: flex;
  justify-content: space-between;
}

.land_plan_box li {
  padding: 5px 8px;
  border: 2px solid #526640;
  color: #526640;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.land_plan_box li:first-of-type {
  width: 37%;
  margin-right: 10px;
}
.land_plan_box li:last-of-type {
  width: 59.2%;
}
.land_plan_desc {
  margin-bottom: 10px;
}

/* price list ------------------------------*/
.price_list h4 {
  padding: 6px 10px 7px;
  margin-bottom: 15px;
  font-size: 1.6em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #98a29f;
}

.price_list h4 span {
  font-size: 0.6em;
}

.price_list > div {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.28em;
}

.price_list > div dl {
  width: 100%;
  text-align: center;
  border: solid 1px #98a29f;
  border-top: none;
  box-sizing: border-box;
}

.price_list > div dl dt {
  padding: 5px 10px 6px;
  line-height: 1.4;
  background: #98a29f;
  color: #fff;
}

.price_list > div dl dt span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;
}
.price_list > div dl dt span.price-first {
  background: #e60014;
}
.price_list > div dl dt span.price-second {
  background: #07913a;
}
.price_list > div dl dt span.price-third {
  background: #07913a;
}

.price_list > div dl dd {
  color: #777;
  line-height: 1.3;
  padding: 0.5em 0 0.2em;
  background: #fff;
}

.price_list > div dl dd span {
  display: block;
}
.price_list > div dl dd span:first-of-type {
  font-weight: 500;
  font-size: 0.9em;
}

.price_list > div dl dd span:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_list > div dl dd strong {
  font-size: 2em;
  font-weight: 400;
  color: #333;
  padding-left: 0.2em;
}

.price_list > div dl dd p {
  display: inline-block;
}

.price_p {
  background: #526640;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  padding: 0.4em 1em;
  line-height: 1.4;
}

.price_p span {
  display: inline-block;
}

.price_p + p {
  margin: 0.5em 0;
  font-size: 12px;
  line-height: 1.4;
}

/* feature ------------------------------------- */
.feature {
  background: #fff5eb;
  padding: 80px 0 100px;
}

.feature-ttlWrap {
  text-align: center;
  margin-bottom: 30px;
}

.feature-ttl {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.feature-top {
  margin-bottom: 50px;
}

.feature-top__lead {
  color: #664040;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.feature-top__lead p {
  font-size: 1.15em;
}
.feature-top__lead h2 {
  font-size: 2.5em;
  font-weight: 700;
}

.feature-top__logo {
  margin-bottom: 10px;
}

.feature-top__img {
  margin-bottom: 30px;
}

.feature-colBox {
  background: #fff;
  margin-bottom: 40px;
}

.feature-col__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 5px 7px;
  line-height: 1.6;
  background: #664040;
  color: #fff;
}

.feature-col__ttl > p {
  font-size: 1.6em;
  font-weight: 500;
}

.feature-col__ttl > span {
  font-size: 1.2em;
  font-weight: 500;
}

.feature-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px;
}

.feature-col__img {
  width: 49%;
}
.feature-col__img:first-of-type {
  width: 100%;
  margin-bottom: 8px;
}

.feature-col__img::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 67%;
}

.feature-col__img > img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.feature-txt {
  padding: 0 20px 10px;
}

.feature-txt > ul {
  display: inline-block;
  width: auto;
  list-style: none;
  font-size: 1.4rem;
}

.feature-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-bottom: 40px;
}
.feature-box:last-of-type {
  margin-bottom: 60px;
}

.feature-box__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 5px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  background: #664040;
}

.feature-box__ttl > span {
  font-size: 0.79em;
  font-weight: 500;
  text-align: center;
}

.feature-box__ttl > p {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.feature-box__txt {
  padding: 0 20px;
  margin: 20px auto;
  box-sizing: border-box;
}

.feature-box__img {
  width: 100%;
  padding: 0 20px 20px;
}

.feature-box__img2 {
  margin: 10px;
  object-fit: cover;
  position: relative;
}

.feature-box__img2-txt {
  position: absolute;
  top: 7.5%;
  right: 2.5%;
  line-height: 1.6;
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.feature-box__img2-col {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.feature-box__img2-col > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 0.8em;
  color: #fff;
  font-weight: 700;
  background: #526640;
  border-radius: 50%;
}
.feature-box__img2-col > span:last-of-type {
  margin-left: 5px;
}
/* Plan ------------------------------------------------- */
.plan .container {
  position: relative;
  z-index: 1;
}

.plan-top {
  margin: 0 auto 60px auto;
}

.plan-top__imgWrap {
  display: flex;
  justify-content: space-between;
}

.plan-top__img {
  width: 46.8%;
}
.plan-top__img:last-of-type {
  width: 51.8%;
}

.plan-top__img:last-of-type img:first-of-type {
  margin-bottom: 3px;
}

#plan-1a {
  margin-bottom: 80px;
}

#plan-1b {
  margin-bottom: 90px;
}

.plan-col__ttl {
  margin-bottom: 10px;
}

.plan-col__ttl > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.plan-col__ttl-img {
  position: relative;
  width: 51.1%;
  max-width: 180px;
  margin-bottom: 10px;
}

.plan-col__ttl-img img {
  display: block;
  width: 100%;
}

.plan-col__ttl-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.plan-col__ttl-box > span {
  display: inline-block;
  width: 48%;
  min-width: fit-content;
  padding: 12px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #98a29f;
  background: #fff;
  text-align: center;
  border-top: 1px solid #98a29f;
  border-bottom: 1px solid #98a29f;
}

.plan-col__ttl-box > span:last-of-type {
  margin-right: 0;
}

.plan-col__ttl-main {
  line-height: 1.6;
  margin: 0 25px;
}

.plan-col__ttl-main > h3 {
  font-weight: 500;
  font-size: 28px;
}

.plan-col {
  margin-bottom: 30px;
}

.plan-inner__lead {
  margin-bottom: 20px;
}

.plan-inner__lead > p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.425;
  text-align: center;
}

.plan-inner__list {
  list-style: none;
  margin-bottom: 20px;
}

.plan-inner__list > li {
  line-height: 1.57;
  margin-bottom: 10px;
}

.plan-inner__list > li span {
  color: #526640;
}

.plan-imgWrap {
  width: 95%;
  margin: 0 auto 20px;
}

.plan-data__top {
  padding: 12px 15px;
  margin-bottom: 20px;
  color: #fff;
  background: #526640;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.plan-data__list {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.plan-data__list > li {
  display: flex;
  justify-content: center;
}
.plan-data__list > li span {
  display: inline-block;
  margin-right: 10px;
}
.plan-data__list > li:last-of-type {
  font-size: 14px;
}

.plan-data__attention {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

/* Model ------------------------------------------------- */
.model .plan-col__ttl {
  justify-content: center;
}
.model .model-house__name-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
}

.model .model-house__name-num {
  display: inline-block;
  margin-left: 5px;
}

.model .container {
  position: relative;
  z-index: 1;
}

.model-house__name {
  line-height: 1.6;
  color: #fff;
  background: #98a29f;
}

.model-house__name-main,
.model-house__name-sub {
  white-space: nowrap;
}

.model-house__name-main {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
}

.model-house__name-sub {
  font-size: 1.4rem;
}

.model-house__name-num {
  font-size: 2rem;
  font-weight: 700;
}

.model-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.model-photo__box {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.model-photo__box-l {
  width: 100%;
}

.model-photo__box-m {
  width: 49%;
}

.model-photo__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #eee;
  margin-bottom: 5px;
}

.model-photo__img::after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 58%;
}

.model-photo__img > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.model-photo__txt {
  flex: 1;
  line-height: 1.45;
}

.model-photo__attention {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}

.model-plan-colWrap {
  margin-bottom: 30px;
}

.model-price {
  width: 90%;

  margin: 0 auto;
}

.model-price__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #98a29f;
}

.model-price__box > span {
  color: #943952;
  font-weight: 700;
}

.model-price__box > dl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
}
.model-price__box > dl > dt,
.model-price__box > dl > dd {
  font-weight: 700;
}

.model-price__box > dl > dt {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.model-price__box > dl > dt > span {
  font-size: 14px;
  font-weight: 700;
}

.model-price__box-num {
  font-size: 36px;
  letter-spacing: 0;
  margin-right: 3px;
  line-height: 1;
  font-weight: 700;
}

.model-price__box-sub {
  font-size: 14px;
}

.tech_cleared {
  clear: both;
}

.tech_cleared > div {
  background: #e6e5dc;
  border: solid 1px #777;
  padding: 2vw;
  box-sizing: border-box;
}

.tech_cleared > p {
  background: #777;
  color: #fff;
  display: block;
  font-size: 1.3em;
  text-align: center;
  padding: 0.3em 0.5em;
  line-height: 1.3;
}

.tech_cleared > p span {
  display: inline-block;
}

.tech_cleared h4 {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  margin: 0 auto 0.5em;
}

#concept .tech_cleared h4 img {
  width: 6.2em;
  vertical-align: text-top;
  display: inline-block;
  margin-right: 0.3em;
}

.tech_cleared > div > div {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
  align-items: top;
}

.tech_cleared > div > div i {
  background: #c6b55a;
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-radius: 8px;
  padding-bottom: 0.3em;
}

.tech_cleared > div > div i:nth-of-type(1) {
  width: 45%;
}

.tech_cleared > div > div i:nth-of-type(2) {
  width: 55%;
}

.tech_cleared > div > div i strong {
  font-size: 1.3em;
}

.cta a {
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 2.4em;
  width: 100%;
  max-width: 873px;
  margin: 0 auto;
  color: #fff;
  background: #664040;
}

.cta a span {
  display: block;
  width: 30px;
  height: 20px;
  background-image: url("../images/index/icon_mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  margin-right: 0.5em;
}

/* Location ------------------------------*/
section#location .container > ul {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
}

section#location .lead {
  margin-bottom: 0.5em;
}

section#location .container > ul li {
  width: calc((100% - 10px) / 2);
  padding-bottom: 6px;
  line-height: 1.45;
}

section#location .container > ul li figcaption {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
}

section#location .container > ul li figcaption strong {
  display: block;
  font-weight: 600;
  margin: 0.3em 0 0;
}

section#location .container > ul li figcaption span {
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
}

section#location .container > ul li figcaption strong span {
  font-size: 1em;
}

section#location .container > ul li figcaption.sm strong {
  font-size: 12px;
  margin: 3px 0 4px;
}

section#location .container > ul li figcaption.sm strong span {
  font-size: 10px;
}

section#location .container > p {
  margin: 60px 0 20px;
}

.location_list {
  margin: 4.8em auto 2.4em;
  max-width: 420px;
}

.location_list > div {
  clear: both;
  margin: 2.6em 0;
}

.location_list > div:nth-of-type(6) {
  margin-bottom: 0.5em;
}

.location_list h3 {
  font-size: 3.6vw;
  font-weight: 600;
  color: #98a29f;
  border-bottom: solid 1px #98a29f;
}

.location_list h3 span {
  font-size: 1.65em;
  font-weight: 600;
  padding-right: 0.5em;
}

.location_list dl {
  font-weight: 500;
  width: 100%;
  clear: both;
  line-height: 1.4;
  padding: 1em 0;
  border-bottom: solid 1px #d4dad0;
  display: block;
  overflow: hidden;
  font-size: 3.3vw;
}

.location_list dl dt {
  float: left;
  font-weight: bold;
}

.location_list dl dd {
  float: right;
  padding-left: 0.6em;
}

.location_list .note {
  font-size: 12px;
}

/* Map ------------------------------*/
#map {
  padding: 60px 0 80px;
  background: #fff5eb;
}
#map .cta {
  margin: 3.8em auto 0;
}
#map .cta a {
  line-height: 1.45;
}
#map .cta a span {
  background-image: url("../images/index/icon_map.png");
}

/* Access ------------------------------*/
section#access {
  margin-bottom: 0;
  padding-bottom: 0;
}
.access_col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.access_img {
  width: calc((100% - 10px) / 2);
}

.access_img:nth-of-type(n + 3) {
  margin-top: 10px;
}

.access_col p {
  font-weight: 700;
  font-size: 16px;
}

.access_railway {
  margin-bottom: 80px;
}

/* Equipment ------------------------------*/
section#equipment section {
  margin: 0;
  padding: 0 0 1em;
}

#equipment h3 {
  padding: 12px 15px;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  background: #943952;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}

#equipment h3 span {
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}

.equipment_top .lead_img {
  width: 45%;
  margin-left: auto;
}

.equipment_box__img-blk {
	margin-top: -1em;
	margin-bottom: 1em;
}

.equipment_box__blk {
	margin-bottom: 1em;
}

.equipment_box,
.equipment_box__blk--spacer {
	margin-bottom: 3em;
}

.equipment_box__col:not(:last-of-type),
.equipment_item {
	margin-bottom: 2em;
}

.equipment_box p,
.entrance p {
  margin: 0 0 1em;
}

.entrance p span {
  font-weight: 500;
}

.equipment_content {
	margin: 3em 0;
}

.equipment_content > div.equipment_inner2 {
  margin-bottom: 3em;
}

.equipment_content > img {
  margin-bottom: 1.6em;
}

.equipment_content h4 {
  font-weight: 700;
  font-size: 1.2em;
	text-align: center;
}

.eco-handle {
	width: 70%;
	max-width: 240px;
	margin: 1em auto 1.6em;
}

#equipment .equipment_kyuto h3 {
  text-align: center;
}

.eco_hundle img {
  width: 70%;
  max-width: 240px;
  display: block;
  margin: 0 auto 1.6em;
}

.equipment_content figure figcaption {
  text-align: right;
  font-size: 11px;
}

figure.equipment_img1 {
  position: relative;
  overflow: hidden;
}

figure.equipment_img1 figcaption {
  color: #fff;
  position: absolute;
  bottom: 1.2em;
  right: 0.8em;
  font-size: 11px;
}

.equipment_content > div > div figure {
  margin-bottom: 0.5em;
}

.equipment_content > div > div figure img {
  margin-bottom: 0.2em;
}

figure.equipment_img1 + p {
  font-size: 1.1em;
}

.smartkey_title {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.smartkey_title > img {
  width: 20vw;
}

.smartkey_title h4 {
  font-size: 5vw;
}

.smartkey_title p {
  margin-bottom: 0;
}

.smartkey_title + ul {
  display: inline-flex;
  padding: 1em 1em 0.5em;
  margin: 1em 0;
  gap: 0 16px;
  border: 1px solid #d4dad0;
}

.smartkey_title + ul li {
  width: calc((100% - 32px) / 3);
}

.smartkey_title + ul li figure {
  width: 100%;
}

.equipment_content .smartkey_title + ul li figure figcaption {
  text-align: center;
  font-weight: 600;
  font-size: 3.4vw;
}

.equipment_entrance {
  text-align: center;
  margin-bottom: 2em;
}

.equipment_entrance h3,
.equipment_entrance p {
  text-align: left;
}

.remocon_key {
  display: block;
  overflow: hidden;
}

.remocon_key_img {
  width: 50%;
  margin: 0 auto 10px;
}

.remocon_key p {
  flex: 1;
}
.remocon_key p strong {
  font-size: 1.2em;
  font-weight: bold;
}

.eco_cute {
  background: #e6e5dc;
  padding: 2em 2em 2em;
  margin-bottom: 0.3em;
  overflow: hidden;
}

.eco_cute h4 {
  background: #777;
  color: #fff;
  font-weight: 700;
  padding: 0.5em 1em;
  margin-bottom: 0.8em;
  box-sizing: border-box;
  font-size: 1.7em;
}

.eco_cute img {
  float: right;
  width: 29%;
  margin: 0 0 1em 6%;
}

.eco_cute p strong {
  font-weight: bold;
  font-size: 1.2em;
}

.eco_cute + p.note {
  font-size: 12px;
}

.guarantee {
  text-align: center;
  margin-top: 3em;
}

.guarantee > div {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}

#equipment .equipment_kyuto ul li figcaption {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.8em 0 0.3em;
}

#equipment .equipment_kyuto ul li figcaption span {
  display: inline-block;
  font-weight: 600;
}

.guarantee {
  margin: 40px 0;
}

.guarantee > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}

#equipment .guarantee h3 {
	font-weight: 500;
	font-size: 1.5em;
	margin-bottom: 1em;
	padding: 0.5em 0;
}

/* Outline ------------------------------*/
.outline-colWrap {
  margin-bottom: 50px;
}

.outline-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.outline-col__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 5px;
}

.outline-col__ttl > h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}

.outline-col__ttl-sub {
  font-size: 1.8rem;
}

.outline-col__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  font-size: 12px;
}

.outline-col__list > dt {
  width: 37%;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}

.outline-col__list > dd {
  width: 63%;
  padding: 10px;
  box-sizing: border-box;
}

.outline-col__list > dd > ul {
  list-style: none;
}

.outline-col__list > dt,
.outline-col__list > dd {
  border-bottom: 1px solid rgba(152, 162, 159, 0.5);
}

.outline-btm {
  margin-top: 40px;
}

.outline-btm__lead {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #545454;
  margin-bottom: 20px;
}

.outline-btm__txt {
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  header .fixed_menu a:nth-of-type(1) {
    font-size: 15px;
  }

  .attention {
    font-size: 12px;
    bottom: 5px;
    right: 5px;
  }

  /* News ------------------------------*/
  section#news .container {
    width: 96.4%;
    padding: 40px 30px 50px;
  }

  section#news dl dt,
  section#news dl dd {
    font-size: 18px;
  }

  section#news dl dd span {
    font-size: 12px;
  }

  /* Concept ------------------------------*/
  .concept_img {
    width: calc((100% - 20px) / 2);
  }

  .concept_img:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  /* land_plan ------------------------------*/
  .land_plan_box dl dt {
    font-size: 18px;
  }

  .land_plan_box dl dd {
    font-size: 20px;
  }

  .land_plan_box li {
    font-size: 16px;
  }

  /* price list ------------------------------*/
  .price_list > div {
    font-size: 15px;
  }

  .price_list > div dl {
    width: calc((100% - 20px) / 2);
  }

  .tech_cleared > p {
    font-size: 3.3vw;
  }

  /* Plan ------------------------------*/
  .plan-data__list {
    font-size: 26px;
  }
  .plan-data__list > li:last-of-type {
    font-size: 22px;
  }
  .plan-data__attention {
    font-size: 16px;
  }
  .model-price__box {
    font-size: 24px;
  }
  .model-price__box > dl > dt {
    font-size: 24px;
  }
  .model-price__box-num {
    font-size: 40px;
  }

  /* Location ------------------------------*/
  .location_list h3 {
    font-size: 17px;
  }

  .location_list dl {
    font-size: 13px;
  }

  .location_list dl dt {
    font-weight: normal;
  }

  #location .container > a {
    font-size: 3.2vw;
  }

  /* Access ------------------------------*/
  .access_img {
    width: calc((100% - 20px) / 2);
  }

  .access_img:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .access_railway {
    margin-bottom: 80px;
  }

  /* Equipment ------------------------------*/
  .smartkey_title > img {
    width: 78px;
  }

  .smartkey_title h4 {
    font-size: 1.5em;
  }

  .equipment_content .smartkey_title + ul li figure figcaption {
    font-size: 16px;
  }
}

@media screen and (min-width: 640px) {
  /* land_plan ------------------------------*/
  .plot_map .note {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .land_plan_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .land_plan_box dl dt {
    font-size: 2.2vw;
    padding: 8px 10px;
    margin-right: 10px;
  }

  .land_plan_box dl dd {
    font-size: 2.6vw;
  }

  .land_plan_box li {
    font-size: 2vw;
    padding: 5px;
  }

  .land_plan_desc {
    width: 52%;
    margin-bottom: 0;
  }
  .land_plan_prise {
    width: 45%;
  }

  .price_list h4 {
    font-size: 2.2em;
  }

  .price_list > div {
    font-size: 18px;
  }

  .price_p + p {
    text-align: center;
  }

  .tech_cleared h4 {
    font-size: 2vw;
    text-align: center;
  }

  .cta a {
    font-size: 26px;
    line-height: 2;
  }

  /* Location ------------------------------*/
  section#location .container > ul li {
    width: calc((100% - 20px) / 3);
  }

  /* Map ------------------------------*/
  #map .container > a {
    font-size: 21px;
    width: 26em;
  }

  /* Access ------------------------------*/

  .bus {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 20px;
  }

  /* Equipment ------------------------------*/
  #equipment .guarantee h3 {
    font-size: 24px;
    max-width: none;
    margin: 0 auto 1em;
  }

	.equipment_content h4 {
		font-size: 18px;
		text-align: left;
	}

  .kitchen .equipment_item__img > img,
  .hall .equipment_item__img > img {
    height: 100%;
    object-fit: cover;
  }

  .equipment_box__col {
    display: flex;
    justify-content: space-between;
  }

	.equipment_box__blk--spacer {
		margin-bottom: 0;
	}

  .equipment_box__col-img {
    flex: 1;
    margin-right: 15px;
  }

  .equipment_box__col-inner {
    flex: 1;
    padding: 5px 0 10px;
    box-sizing: border-box;
  }

  .equipment_box__img {
    position: relative;
  }

  .equipment_box__img-blk > span {
    font-size: 1.4rem;
    padding: 0 15px 2px;
    background: #98a29f;
    color: #fff;
  }

  .equipment_box__blk {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
		margin-bottom: 0;
  }

  .equipment_box__img-sub {
    width: 65%;
    margin-left: auto;
  }

  .eco-handle {
    width: 90%;
  }

  .equipment_col--3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .equipment_blk {
    display: flex;
    flex-direction: column;
    width: 32%;
  }

  .equipment_blk__inner {
    width: 100%;
  }

  .remocon_key {
    display: flex;
		justify-content: space-between;
  }

	.remocon_key_img {
		width: 30%;
		margin: 0;
	}

	.remocon_key_cont {
		width: 67.5%;
	}

	.smartkey_title + ul {
		gap: 0 25px;
	}
  .eco_cute h4 {
    float: left;
    width: 55%;
  }

  .eco_cute p {
    clear: left;
  }

  .eco_cute img {
    width: 35%;
    margin-left: 10%;
  }

  #equipment .equipment_kyuto ul li p {
    margin: 10px 0 15px;
    text-align: center;
  }

  #equipment .equipment_kyuto ul li figure {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  #equipment .note {
    text-align: center;
  }

  .guarantee {
    margin: 60px 0;
  }

  /* Outline ------------------------------*/

  .outline-col__ttl {
    margin-bottom: 15px;
  }

  .outline-col__list {
    font-size: 14px;
  }

  .outline-col__list > dt {
    width: 30%;
  }

  .outline-col__list > dd {
    width: 70%;
    padding: 10px 20px 10px 10px;
  }

  .outline-btm__txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  main section {
    margin-bottom: 100px;
  }

  .note {
    margin-top: 5px;
    font-size: 14px;
  }

  .attention {
    font-size: 1.2vw;
  }

  header > div:nth-of-type(1) {
    display: inline-block;
    padding-top: 0;
  }

  header > div:nth-of-type(1) a.pc {
    display: inline-block;
  }

  header > div:nth-of-type(1) a.sp {
    display: none;
  }

  header h1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
    margin-left: 6px;
  }

  header .fixed_menu a:nth-of-type(2) {
    padding: 10px 0 8px;
  }

  .lead_copy {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .lead_copy span {
    font-size: 44px;
  }

  .mv .sp {
    display: none;
  }

  .mv .pc {
    display: block;
  }

  /* News ------------------------------*/
  section#news {
    margin-top: 100px;
  }

  section#news h2 {
    text-align: left;
  }

  section#news h2,
  section .lead h2 {
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  section#news h2::after,
  section .lead h2::after {
    width: 50px;
  }

  section#news h2 span,
  section .lead h2 span {
    font-size: 60px;
    margin-bottom: 10px;
  }

  section#news dl {
    display: flex;
    padding: 0 0 18px 0;
    margin-bottom: 20px;
  }

  section#news dl dt,
  section#news dl dd {
    font-size: 20px;
  }

  section#news dl dt {
    padding-right: 48px;
    padding-bottom: 0;
  }

  /* News ------------------------------*/

  section#news .container {
    display: flex;
    align-items: center;
    padding: 40px 40px 60px;
  }

  section#news h2 {
    margin-bottom: 0;
    margin-right: 9.4%;
  }

  section#news h2::after {
    left: 0;
    transform: translateX(0);
  }

  section#news .container > div {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

  /* land_plan ------------------------------*/
  .land_plan_desc {
    width: 58.4%;
  }
  .land_plan_prise {
    width: 39.25%;
  }
  .land_plan_box dl dt {
    padding: 8px 15px;
    margin-right: 15px;
  }

  .price_p {
    font-size: 22px;
  }

  .price_p + p {
    font-size: 15px;
  }

  /* feature ------------------------------------- */
  .feature-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 100px;
  }

  .feature-top__inner {
    width: 44%;
  }

  .feature-top__img {
    width: 50%;
    margin-bottom: 0;
  }

  .feature-col__img:first-of-type,
  .feature-col__img {
    width: 32%;
  }

  .feature-col__img:first-of-type {
    margin-bottom: 0;
  }

  .feature-boxWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .feature-box {
    width: 49%;
  }

  .feature-box__ttl > span {
    font-size: 0.6em;
  }

  .feature-box__ttl > p {
    font-size: 1.2em;
  }

  .feature-txt > ul,
  .feature-box__txt {
    font-size: 0.7em;
  }

  .feature-box__txt {
    margin: 10px auto;
  }

  .feature-box,
  .feature-box:last-of-type {
    margin-bottom: 0;
  }

  .feature-box__img {
    width: 80.1%;
    padding-bottom: 10px;
  }

  .plot_map {
    margin-bottom: 15px;
  }

  .price_list {
    clear: both;
  }

  .tech_cleared > div {
    padding: 16px;
  }

  .tech_cleared > p {
    font-size: 25px;
  }

  .tech_cleared > div > div i {
    font-size: 25px;
  }

  .standard_house1 h4 {
    text-align: left;
    font-size: 3.2vw;
    margin-top: 0.2em;
  }

  .standard_house1 p {
    margin-bottom: 0;
    font-size: 1.4vw;
  }

  .cta a {
    font-size: 30px;
  }

  /* Plan ------------------------------*/
  .plan-top {
    width: 63.5%;
    margin: 0 auto 100px auto;
  }

  .plan-top__img:last-of-type img:first-of-type {
    margin-bottom: 10px;
  }

  #plan-1a {
    margin-bottom: 120px;
  }
  #plan-1b {
    margin-bottom: 110px;
  }

  .plan-col {
    margin-bottom: 60px;
  }

  .plan-col__ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .plan-col__ttl > div:first-of-type {
    width: 40%;
    flex-direction: row;
  }

  .plan-col__ttl-img {
    width: 36.1%;
    margin-bottom: 0;
    max-width: none;
  }

  .plan-col__ttl-box {
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 60%;
    margin-top: 0;
  }

  .plan-col__ttl-box > span {
    width: auto;
    padding: 16px 10px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 1.6vw;
  }

  .plan-col__ttl-main {
    margin: 0 25px;
  }

  .plan-col__ttl-main > h3 {
    font-size: 2.8vw;
  }

  .plan-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .plan-inner {
    padding-top: 20px;
    width: 48.7%;
  }

  .plan-inner__lead {
    margin-bottom: 40px;
  }

  .plan-inner__lead.pc {
    display: block;
  }
  .plan-inner__lead.sp {
    display: none;
  }

  .plan-inner__lead > p {
    font-size: 3.1vw;
    text-align: left;
  }

  .plan-inner__list {
    margin-bottom: 60px;
  }

  .plan-inner__list > li {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .plan-data__top {
    font-size: 2.5vw;
  }

  .plan-data__list {
    font-size: 3vw;
    margin-bottom: 20px;
  }

  .plan-data__list > li {
    justify-content: space-between;
  }

  .plan-data__list > li span {
    margin-right: 5px;
  }
  .plan-data__list > li:last-of-type {
    font-size: 2.4vw;
  }

  .plan-data__attention {
    font-size: 14px;
    text-align: left;
  }

  .plan-imgWrap {
    width: 49.23%;
    margin: 0;
  }

  .model-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .model .plan-col__ttl-box,
  .model .plan-col__ttl-img,
  .model .plan-col__ttl > div:first-of-type {
    width: fit-content;
  }

  .model-price__box {
    width: 48%;
    padding: 5px 10px;
    font-size: 2.8vw;
  }

  .model-price__box > dl {
    font-size: 24px;
    line-height: 1.4;
  }

  .model-price__box > dl > dt {
    font-size: 2vw;
    margin-right: 20px;
  }

  .model-price__box > dl > dt > span {
    font-size: 1.3vw;
  }

  .model-price__box-num {
    font-size: 4.5vw;
    margin-right: 3px;
  }

  .model-price__box-sub {
    font-size: 1.3vw;
  }
  .model-photo__box {
    margin-bottom: 40px;
  }
  .model-photo__box-l {
    width: 48%;
  }
  .model-photo__box-m {
    width: 24.5%;
  }
  .model-photo__attention {
    font-size: 14px;
    margin-bottom: 60px;
    text-align: left;
  }
  /* Location ------------------------------*/
  section#location .container > ul {
    gap: 16px;
  }

  section#location .container > ul li {
    font-size: 20px;
    width: calc((100% - 32px) / 3);
  }

  section#location .container > ul li figcaption span {
    font-size: 18px;
  }

  section#location .container > ul li figcaption.sm strong {
    font-size: 16px;
    margin: 5px 0 6px;
  }

  section#location .container > ul li figcaption.sm strong span {
    font-size: 12px;
  }

  .location_list {
    max-width: none;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
    gap: 0 20px;
  }

  .location_list > div {
    width: calc((100% - 20px) / 2);
    margin: 15px 0;
  }

  .location_list > div:nth-of-type(5),
  .location_list > div:nth-of-type(6) {
    margin-bottom: 4px;
  }

  .location_list h3 {
    font-size: 1.75vw;
  }

  .location_list dl {
    font-size: 1.34vw;
  }

  #location .container > a {
    font-size: 23px;
  }

  /* Map ------------------------------*/
  #map {
    padding: 100px 0 120px;
  }
  #map .container > a {
    font-size: 36px;
  }
  #map .cta {
    margin: 4.8em auto 0;
  }

  /* Access ------------------------------*/
  .access_col {
    margin-bottom: 80px;
  }
  .access_col p {
    font-size: 20px;
  }
  .access_railway {
    margin-bottom: 100px;
  }

  /* Equipment ------------------------------*/
  #equipment .guarantee h3 {
    font-size: 1.3em;
  }

	#equipment .equipment_inner2 h4,
	.equipment_content h4 {
		font-size: 2vw;
	}

	.equipment_content p {
    font-size: 1.7vw;
    line-height: 1.8;
    text-align: justify;
  }

  .eco_hundle img {
    width: 100%;
  }

  .equipment_inner2 {
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
  }

	.equipment_box__col:not(:last-of-type),
  .equipment_box__img-blk {
    margin-bottom: 2.5vh;
  }

	.equipment_box {
		margin-bottom: 0;
	}
  .equipment_inner2 > div {
    width: 31.5%;
  }
  .equipment_inner2 > div > div:last-of-type {
    margin-top: 50px;
  }

  figure.equipment_img1 + p {
    font-size: 1.5vw;
    height: 3em;
  }

  #equipment .equipment_inner2 h4 {
    margin: 5px 0;
  }

  #equipment .equipment_inner2 h4 + figure img {
    margin-top: 0;
  }

  #equipment .equipment_inner2 h4 + figure + p {
    font-size: 12px;
  }

	.equipment_col {
    display: flex;
    justify-content: space-between;
  }
  .equipment_item {
    width: 49%;
  }

	.equipment_inner2 .equipment_item {
		width: 100%;
	}

  .equipment_top {
    margin: 0 auto 40px;
  }

  .equipment_entrance {
    display: flex;
    gap: 0 30px;
    margin-top: 20px;
  }

  .equipment_entrance > div {
    width: calc((100% - 20px) / 2);
  }

  .smartkey_title h4 {
    font-size: 2.4vw;
  }

	.remocon_key_img {
		width: 23%;
		max-width: 136px;
		margin: 0 1em 0.5em 0;
	}

  .equipment_content .smartkey_title + ul li figure figcaption {
    font-size: 1.6vw;
  }

  .equipment_entrance .smartkey_title p {
    font-size: 11px;
  }

  .smartkey_title + ul {
    margin: 1em 0 2em;
  }

  .eco_cute p strong {
    font-size: 18px;
  }

  .eco_cute p {
    font-size: 12px;
  }

  .eco_cute + p.note {
    text-align: center;
  }

  .guarantee > div {
    display: flex;
    max-width: none;
    gap: 0 20px;
  }

  #equipment .equipment_kyuto ul li p {
    font-size: 14px;
  }

  .guarantee {
    margin: 5.6em 0 6.7em;
  }

  .guarantee > div {
    justify-content: center;
    flex-direction: row;
    max-width: none;
  }

  /* Outline ------------------------------*/
  .outline-col {
    display: flex;
    justify-content: space-between;
  }
  .outline-col__item {
    width: 48%;
  }

  .outline-col__list {
    font-size: 16px;
  }
}

@media screen and (min-width: 1040px) {
  main section {
    margin-bottom: 120px;
  }

	.attention {
		font-size: 16px;
	}

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  a {
    transition-duration: 0.2s;
  }

  a:hover {
    opacity: 0.6;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
  }

  header .fixed_menu {
    display: flex;
    align-items: center;
    gap: 0 10px;
    flex-direction: row-reverse;
    position: relative;
    bottom: auto;
    display: inline-flex;
    width: auto;
    float: right;
  }

  header .fixed_menu a:nth-of-type(1) {
    background-image: linear-gradient(110deg, #961402, #640000 80%);
    font-size: 14px;
    width: auto;
    padding: 21px 20px;
  }

  header .fixed_menu a:nth-of-type(2) {
    background: none;
    display: block;
    padding: 9px 0;
  }

  nav {
    position: fixed;
    height: auto;
    top: 59px;
    right: 0;
    width: 100vw;
    padding: 0;
    transition-duration: 0s;
    overflow-y: auto;
  }

  nav > div {
    padding-bottom: 0;
  }

  nav ul {
    display: flex;
    justify-content: space-between;
    max-width: 1197px;
    margin: 0 auto;
  }

  nav ul li {
    width: 100%;
  }

  nav ul li a {
    color: #333;
    border-bottom: none;
    line-height: 1.3;
    text-align: center;
    padding: 0;
    margin: 20px 0;
    transition-duration: 0.2s;
    border-right: 1px solid #707070;
  }

  nav ul li:last-of-type a {
    border-right: none;
  }

  nav ul li a span {
    font-size: 1.285em;
    color: #333;
  }

  section#access .lead {
    flex-direction: initial;
  }

  section#news h2,
  section .lead h2 {
    font-size: 18px;
  }

  section#news h2 span,
  section .lead h2 span {
    font-size: 80px;
  }

  .lead_copy {
    font-size: 3.2vw;
    margin-bottom: 30px;
  }

  .lead_copy span {
    font-size: 56px;
  }

  .lead > div p {
    font-size: 22px;
    margin-bottom: 50px;
  }

  main {
    margin-top: 122px;
  }

  .cta a {
    font-size: 36px;
    padding: 14px 10px 15px;
  }
  .cta a span {
    width: 40px;
    height: 30px;
    margin-right: 25px;
  }

  .footer__head-lead {
    font-size: 35px;
  }

  /* News ------------------------------*/
  section#news {
    margin-top: 120px;
  }

  section#news .container {
    padding: 60px 80px 80px;
  }

  section#news dl dt,
  section#news dl dd {
    font-size: 24px;
  }

  /* Concept ------------------------------*/
  section#concept h2,
  section#location h2,
  section#equipment h2 {
    margin: 0 0 35px 0;
  }

  /* land_plan ------------------------------*/
  .land_plan_box {
    margin-bottom: 80px;
  }
  .land_plan_box dl {
    margin-bottom: 20px;
  }
  .land_plan_box dl dt {
    padding: 22px 20px;
  }

  .land_plan_box li {
    font-size: 24px;
  }

  .price_list h4 {
    font-size: 32px;
    padding: 12px 10px 15px;
  }
  .price_list h4 span {
    font-size: 1em;
  }

  .price_list > div {
    gap: 20px;
  }

  .price_list > div dl {
    width: calc((100% - 40px) / 3);
  }

  .price_list > div dl dt {
    padding: 3px 10px 4px;
    font-size: 25px;
  }
  .price_list > div dl dt span {
    font-size: 20px;
  }

  .price_p + p {
    font-size: 17px;
  }

  /* feature ------------------------------------- */
  .feature {
    padding: 100px 0 120px;
  }

  .feature-top {
    margin-bottom: 80px;
  }
  .feature-top__lead {
    margin-bottom: 30px;
  }
  .feature-top__lead p {
    font-size: 24px;
  }
  .feature-top__lead h2 {
    font-size: 64px;
  }
  .feature-top__txt {
    margin-bottom: 60px;
  }
  .feature-top__txt p {
    font-size: 22px;
  }
  .feature-top__inner {
    width: 46.1%;
  }
  .feature-top__logo {
    margin-bottom: 30px;
  }
  .feature-ttl {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .feature-col__ttl {
    padding: 13px 5px 12px;
  }
  .feature-col__ttl > span {
    font-size: 20px;
  }
  .feature-col__ttl > p {
    font-size: 32px;
  }
  .feature-col {
    padding: 30px 20px 20px;
  }
  .feature-col__img:first-of-type,
  .feature-col__img {
    width: calc((100% - 40px) / 3);
  }

  .feature-txt > ul,
  .feature-box__txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .feature-txt > ul {
    padding-bottom: 20px;
  }
  .feature-box__txt {
    margin: 20px auto 30px;
    line-height: 2;
  }
  .feature-box__ttl {
    padding: 26px 5px 25px;
  }
  .feature-box__ttl > span {
    font-size: 16px;
  }
  .feature-box__ttl > p {
    font-size: 32px;
    line-height: 1.4;
  }
  .feature-box__img {
    margin: 0 auto;
    padding: 0;
  }
  .feature-box__img2 {
    margin: 20px;
  }
  .feature-box__img2-txt {
    font-size: 20px;
  }
  .feature-box__img2-col > span {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
  .feature-boxWrap {
    margin-bottom: 100px;
  }
  /* Tech_cleared ------------------------------------------------- */
  .tech_cleared > p {
    font-size: 29px;
  }

  .tech_cleared h4 {
    font-size: 21px;
    text-align: center;
  }

  .tech_cleared > div > div {
    gap: 16px;
  }

  .tech_cleared > div > div i {
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 0.2em;
  }

  .tech_cleared > div > div i:nth-of-type(1),
  .tech_cleared > div > div i:nth-of-type(2) {
    width: 100%;
  }

  /* Location ------------------------------*/
  section#location .container > p {
    font-size: 22px;
    margin: 70px 0 30px;
  }
  section#location .container > ul li {
    width: calc((100% - 48px) / 4);
  }

  .location_list dl {
    font-size: 14px;
  }

  /* Access ------------------------------*/
  .time_required figcaption {
    font-size: 18px;
  }

  .time_required ul li p.note {
    font-size: 14px;
  }

  .bus_info {
    padding: 0.6em 1.6em;
  }

  /* Equipment ------------------------------*/

  figure.equipment_img1 + p {
    font-size: 13px;
  }

	#equipment .equipment_inner2 h4,
	.equipment_content h4 {
		font-size: 22px;
	}

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

  .smartkey_title h4 {
    font-size: 22px;
  }
  #equipment .smartkey_title p {
    font-size: 16px;
  }

  .equipment_content .smartkey_title + ul li figure figcaption {
    font-size: 16px;
  }

	.equipment_top {
    width: 80%;
		display: flex;
    justify-content: space-around;
	}

	.equipment_top .lead_inner p {
		font-size: 20px;
	}

	.equipment_top .lead_inner {
    width: 58.5%;
  }
  .equipment_top .lead_img {
    width: 33%;
  }

  .eco_cute {
    padding: 40px 80px;
  }

  .eco_cute h4,
  .eco_cute p {
    width: 50%;
    box-sizing: border-box;
  }

  .eco_cute img {
    width: 41%;
    margin-bottom: 0;
    margin-left: 9%;
  }

	.equipment_kyuto {
		margin-top: 5.6em;
	}

  #equipment .equipment_kyuto ul li p {
    font-size: 20px;
  }

  #equipment .equipment_kyuto ul li figcaption {
    font-size: 22px;
  }
	#equipment .guarantee h3 {
		font-size: 32px;
	}
	.equipment_entrance p {
		font-size: 16px;
	}

  /* Outline ------------------------------*/
  .outline-colWrap {
    margin-bottom: 70px;
  }

  .outline-col__ttl {
    margin-bottom: 40px;
  }

  .outline-col__ttl > h3 {
    font-size: 35px;
  }

  .outline-col__ttl {
    margin-bottom: 30px;
  }

  .outline-col__ttl-sub {
    font-size: 22px;
  }

  .outline-col__ttl > h3 {
    font-size: 2.6rem;
  }

  .outline-col__ttl-sub {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1190px) {
  .price_list > div dl {
    width: calc((100% - 60px) / 4);
  }

  .tech_cleared h4 {
    font-size: 22px;
  }

  .location_list h3 {
    font-size: 20px;
  }

  .time_required ul li {
    font-size: 29px;
  }

  #equipment h3 {
    padding: 16px 20px;
  }
  #equipment h3 span {
    font-size: 32px;
    margin-top: 10px;
  }

  .system_kitchen > p {
    margin: 30px 0 50px;
  }
}

@media screen and (min-width: 1390px) {
  .plan-inner {
    width: 42.7%;
  }
  .plan-data__list {
    font-size: 38px;
  }
  .plan-data__list > li:last-of-type {
    font-size: 31px;
  }

  .plan-col__ttl-main > h3 {
    font-size: 42px;
  }
  .plan-col__ttl-box > span {
    font-size: 18px;
  }
  .plan-col__ttl-box > span {
    padding: 16px 30px;
  }
  .plan-inner__lead > p {
    font-size: 40px;
  }
  .plan-data__top {
    font-size: 30px;
  }

  .model-price {
    width: 90%;
  }
  .model-price__box {
    font-size: 42px;
  }
  .model-price__box > dl > dt {
    font-size: 24px;
  }
  .model-price__box-num {
    font-size: 48px;
  }
  .model-price__box > dl > dt > span {
    font-size: 16px;
  }
  .model-price__box-sub {
    font-size: 16px;
  }

  .model .model-house__name-sub {
    padding: 17px 20px;
    font-size: 26px;
  }
  .model .model-house__name-num {
    font-size: 40px;
    margin-left: 15px;
  }
  .lead_copy {
    font-size: 40px;
  }
  .land_plan_desc {
    width: 52.4%;
  }
  .land_plan_prise {
    width: 39.25%;
  }
  .land_plan_box dl {
    margin-bottom: 24px;
  }
  .land_plan_box dl dt {
    font-size: 28px;
    padding: 22px 30px;
  }

  .land_plan_box dl dd {
    font-size: 40px;
  }

  .land_plan_box li {
    font-size: 32px;
  }

  .entrance > div:last-of-type {
    height: 412px;
  }
}

@media screen and (max-width: 897px) {
  .footer__body {
    justify-content: space-between;
  }

  .footer__logo {
    width: 30%;
    margin-right: initial;
  }

  .footer__body-items {
    width: 65%;
  }
}

@media screen and (max-width: 769px) {
  .footer__head-lead > br {
    display: block;
  }

  .footer__menu {
    padding-bottom: 5rem;
  }

  .footer__menu-items {
    flex-wrap: wrap;
    padding: 0.9375rem;
  }

  .footer__menu-item > a {
    padding: 0;
    padding: 10px 20px;
  }

  .footer__body {
    flex-direction: column;
    align-items: center;
  }

  .footer__logo {
    width: 65%;
    margin-bottom: 20px;
  }

  .footer__body-items {
    width: 100%;
  }

  .footer__link-wrap {
    width: 80%;
    flex-direction: column;
    margin: 0 auto 14px auto;
  }

  .footer__link {
    width: 100%;
  }

  .footer__link:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .footer__link:not(:last-of-type) {
    margin-right: initial;
  }

  .footer__body-items {
    width: auto;
    flex-direction: column;
  }

  .footer__body-item {
    width: auto;
  }

  .footer__body-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 481px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .footer__head-lead {
    font-size: 2rem;
    line-height: 1.6;
  }

  .footer__link-wrap {
    width: 100%;
  }

  .footer__link-btn > span {
    width: 56px;
    height: 56px;
  }

  .footer__link-inner-main {
    font-size: 3rem;
  }

  .footer__link-btn-mail .footer__link-inner-main {
    font-size: 2.4rem;
  }

  .footer__link-inner-sub {
    font-size: 1.6rem;
  }

  .footer__head-open {
    font-size: 16px;
  }

  .footer__menu {
    margin-top: 100px;
  }

  .footer__menu-item > a {
    font-size: 1.3rem;
  }
}
