@charset "UTF-8";

.ui--sp {
  display: none;
}

.construction {
  font-size: 1rem;
  background: rgba(0, 0, 0, .2);
  padding: 0 8px;
  backdrop-filter: blur(5px);
  color: #fff;
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  z-index: 2;
  border-radius: 4px;
}

.ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 40px;
}

.ttl>h2 {
  font-size: 2.4rem;
  color: #bcb5b1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  order: 2;
}

.ttl>span {
  font-size: 6rem;
  font-family: "Cormorant Garamond", serif;
  order: 1;
}

.ttl::after {
  display: block;
  content: '';
  width: calc(66px * 1);
  height: calc(12px * 1);
  background: url('../images/icon/dia.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  order: 3;
  margin-top: 14px;
}


.fv {
  margin-top: 126px;
  width: 100%;
  height: calc(100vh - 126px);
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.is-tablet .fv {
  height: calc(60vh - 126px);
}

.fv-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv-img picture,
.fv-img img {
  height: 100%;
  object-fit: cover;
}

.fv-ttl {
  width: 47%;
  position: absolute;
  top: 2.5%;
  left: 10%;
  z-index: 3;
}

.fv-catch {
  width: 35%;
  position: absolute;
  top: 35%;
  left: 65%;
  z-index: 1;
}

.fv-txt {
  width: 100%;
  padding: 1vh 1vw;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #baada2;
  z-index: 1;
}

.fv-txt__access {
  width: 60%;
  margin-left: 35%;
}

.fv-house {
  width: 31.5%;
  position: absolute;
  left: -0.5%;
  bottom: 0;
  z-index: 2;
}

.fv-img__attention {
  font-size: 1.3rem;
  position: absolute;
  bottom: 10px;
  left: 20%;
  background: rgba(0, 0, 0, .2);
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}

/*---fv 予告広告・テキスト---*/
.fv-notice--sp {
  display: none;
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
.news {
  padding: 80px 0 !important;
}

.news-col {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.news-ttl {
  width: 168px;
  line-height: 1;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
  background: #bcb5b1;
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  margin-right: 30px;
  box-sizing: border-box;
}

.news-ttl::after {
  display: none;
}

.news-ttl>h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.news-ttl>span {
  font-size: 4rem;
}

.news-ttl::after {
  margin-bottom: 0;
}

.news-inner {
  width: calc(100% - 188px);
  font-size: 3rem;
}

.news-inner__list {
  list-style: none;
}

.news-inner__list>li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  padding: 10px 0;
}

.news-inner__list>li>span {
  width: 160px;
}

.news-inner__list>li>p {
  width: calc(100% - 165px);
}

/*----------------------------------------------------
  concept
----------------------------------------------------*/
.concept {
  overflow: hidden;
  padding-bottom: 150px !important;
}

.concept::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/top/bg-terrazo.png');
  background-size: cover;
  opacity: .15;
}

.concept::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/top/bg-green2.png');
  background-size: cover;
  opacity: .2;
}

.concept .l-inner {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.concept-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  margin-bottom: 80px;
}

.concept-lead>p {
  margin-bottom: 20px;
}

.concept-lead>p br {
  display: none;
}

.concept-lead>img {
  width: 45%;
}

.concept-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 80px;
}

.concept-top__img {
  width: 50%;
  position: relative;
}

.concept-top__img2 {
  width: 17.5%;
  position: absolute;
  top: 0;
  right: 0;
}

.attention {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  font-size: 1rem;
  padding: 0 10px;
  color: #545454;
  background: rgba(255, 255, 255, .3);
  border-radius: 4px;
  backdrop-filter: blur(5px);
}

.concept-top__lead {
  width: 13.5%;
  margin-right: auto;
  margin-left: 9%;
  margin-top: 5%;
}

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

.concept-bottom__inner {
  font-size: 2.6rem;
  font-weight: 500;
  margin-left: 5%;
}

.concept-bottom__img {
  width: 32.5%;
  margin-top: -2.5%;
  position: relative;
}

.concept-bottom__img2 {
  width: 50%;
  position: absolute;
  top: 60%;
  left: -60%;
}

.concept-bg {
  width: 55%;
  position: absolute;
  top: 10%;
  right: -17.5%;
  opacity: .4;
  mix-blend-mode: multiply;
}

/*----------------------------------------------------
  land
----------------------------------------------------*/
.land-col {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}

.land-inner {
  width: 42.5%;
}

.land-inner__ttl {
  width: 70%;
  margin: 0 auto 30px auto;
}

.land-inner__lead {
  padding-left: 5%;
  margin-bottom: 30px;
  box-sizing: border-box;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}

.land-inner__lead::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #cdc7c4 0%, #cdc7c4 50%, #bc8f9f 50%, #bc8f9f 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.land-inner__txt {
  margin-bottom: 30px;
}

.land-inner__pick {
  padding: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.land-inner__pick-lead {
  text-align: center;
  background: #778b7d;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
}

.land-inner__pick-txt {
  font-size: 1.8rem;
  text-align: center;
}

.land-img {
  width: 47.5%;
  position: relative;
}

.land-prise {
  width: 50%;
  position: absolute;
  top: 80%;
  left: 55%;
}

/*----------------------------------------------------
  land > price
----------------------------------------------------*/
.price {
  width: 95%;
  padding: 40px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.price-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/top/bg-green.png');
  background-size: cover;
  opacity: .1;
  z-index: -1;
}

.price-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.price-ttl>h3 {
  font-size: 3rem;
  font-weight: 700;
}

.price-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.price__item {
  width: 32.5%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .2));
  position: relative;
}

.price__item:nth-of-type(n+4) {
  margin-top: 14px;
}

.price__item-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}

.price__item-tab-sub {
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 10px;
}

.price-first {
  background: #e60012;
}

.price-second {
  background: #00913a;
}

.price-third {
  background: #00913a;
}

.price__item-tab-main {
  font-size: 2.2rem;
  font-weight: 700;
}

.price__item>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.price__item>dl>dt {
  width: 30%;
  line-height: 1.6;
}

.price__item>dl>dd {
  width: 70%;
  font-size: 2rem;
  line-height: 1.6;
}

.price-txt {
  text-align: center;
  font-size: 1.8rem;
}

/*----------------------------------------------------
  land > feature
----------------------------------------------------*/
.feature {
  padding-top: 100px;
}

.feature-ttlWrap {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px auto;
}

.feature-ttl__img {
  width: 40%;
  margin-right: 5%;
}

.feature-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}

.feature-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
}

.feature-top__inner {
  width: 37.5%;
}

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

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

.feature-top__img {
  width: 50%;
  position: relative;
}

.feature-col__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

.feature-col__ttl>p {
  font-size: 3rem;
  font-weight: 700;
}

.feature-col__ttl>span {
  font-size: 1.8rem;
}

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

.feature-col__img {
  width: 32%;
  position: relative;
}

.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;
  border-radius: 20px 0;
}

.feature-txt {
  text-align: right;
  margin-bottom: 100px;
}

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

.feature-boxWrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.feature-box {
  width: 48%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}

.feature-box__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  box-sizing: border-box;
  background: #eee;
}

.feature-box__ttl>span {
  font-size: 1.4rem;
  text-align: center;
}

.feature-box__ttl>p {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

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

.feature-box__img {
  width: 90%;
  margin: 0 auto;
}

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

.feature-box__img2-txt {
  position: absolute;
  top: 7.5%;
  right: 2.5%;
  text-align: right;
  line-height: 1.6;
  background: rgba(255, 255, 255, .4);
  padding: 10px;
  box-sizing: border-box;
  font-weight: 700;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}

.feature-box__img2-col {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 7.5%;
  right: 2.5%;
}

.feature-box__img2-col>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 1.4rem;
  margin-left: 5px;
  color: #fff;
  font-weight: 700;
  background: #8FBCAC;
  border-radius: 50vh;
}

/*----------------------------------------------------
  plan
----------------------------------------------------*/
.plan::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/top/bg-terrazo.png');
  background-size: cover;
  opacity: .15;
}

.plan .l-inner {
  position: relative;
  z-index: 1;
}

.plan-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 60px auto;
}

.plan-top__inner {
  width: 35%;
}

.plan-top__lead {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}


.plan-top__lead>p {
  color: #a28b5f;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.8;
}

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

.plan-top__img {
  width: 49.5%;
  position: relative;
}

.plan-colWrap {
  padding: 30px;
  box-sizing: border-box;
  background: #FBFAFA;
}

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

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

.plan-col__ttl-img {
  width: 17%;
  position: relative;
}

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

.plan-col__ttl-box {
  display: flex;
}

.plan-col__ttl-box>span {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #ccc;
}

.plan-col__ttl-box>span:first-of-type {
  margin-right: .5vw;
}

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

.plan-col__ttl-main>h3 {
  font-size: 3.4rem;
}

.plan-col__ttl-main>h3>Span {
  font-size: 2rem;
}

.plan-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.plan-inner {
  width: 42.5%;
}

.plan-inner__lead {
  text-align: center;
  padding: 14px 0;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

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

.plan-inner__lead>p {
  font-size: 2.6rem;
}

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

.plan-inner__list>li {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
  display: flex;
}

.plan-inner__list>li::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #8b7e77;
  border-radius: 50vh;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 8px;
}

.plan-data__top {
  padding: 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #D3C4CC;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
}

.plan-data__top>span {
  font-weight: 500;
}

.plan-data__top>span:nth-of-type(1) {
  margin-right: 10px;
}

.plan-data__list {
  list-style: none;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.plan-data__list>li:last-of-type {
  font-size: 1.6rem;
}

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

.plan-imgWrap {
  width: 46%;
}

.plan-priceWrap {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-end;
}

.plan-price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding: 0 1.5%;
}

.plan-price__sub {
  font-size: 3rem;
}

.plan-price__main {
  font-size: 3rem;
  margin-left: 10px;
}

.plan-price__main>span {
  font-size: 5rem;
}

/*----------------------------------------------------
  model
----------------------------------------------------*/
.model {
  position: relative;
}

.model::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/top/bg-green2.png');
  background-size: cover;
  opacity: .2;
}

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

.model-house__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.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: 40px;
}

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

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

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

.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;
}

.model-photo__attention {
  font-size: 1.4rem;
  margin-bottom: 60px;
}

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

.model-price {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.model-price__box {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px dashed #545454;
}

.model-price__box>dl {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

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

.model-price__box>dl>dt>span {
  font-size: 1.7rem;
}

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

.model-price__box-sub {
  font-size: 1.6rem;
}

/*----------------------------------------------------
  location
----------------------------------------------------*/
.loc-top {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px auto;
}

.loc-top__inner {
  text-align: center;
}

.loc-top__lead {
  color: #a28b5f;
  font-size: 2.4rem;
  font-weight: 500;
}

.loc-top__txt {
  font-size: 1.8rem;
}

.loc-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.loc-box__img {
  width: 24.5%;
  position: relative;
}

.loc-box__img>img {
  margin-bottom: 10px;
}

.loc-box__inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  font-weight: 500;
}

.loc-box__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.loc-box__lead::before,
.loc-box__lead::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
}

.loc-box__lead::before {
  margin-right: 10px;
}

.loc-box__lead::after {
  margin-left: 10px;
}

.loc-box__lead>h3 {
  font-size: 3.6rem;
}

.loc-box__lead>p {
  margin-left: 2.5%;
}

.loc-list {
  width: 95%;
  margin: 0 auto 80px auto;
}

.loc-list__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.loc-list__inner>dl {
  width: 48%;
  margin-bottom: 40px;
}

.loc-list__inner>dl>dt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.loc-list__inner>dl>dt>span {
  margin-left: 10px;
  color: #8b7e77;
}

.loc-list__inner>dl>dd>ul>li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------
  map
----------------------------------------------------*/
.mapWrap {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  background: #f2f2f2;
}

.map-inner {
  width: 70%;
  margin: 0 auto;
}

.map-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.map-ttl>h3 {
  font-size: 3.6rem;
}

.map {
  width: 100%;
  margin-bottom: 30px;
}

.map-txt {
  font-size: 1.3rem;
  text-align: center;
}

.map-code {
  width: 65%;
  background: #BCADB2;
  border: 4px solid #BCADB2;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
}

.map-code>p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.map-link {
  width: 100%;
  max-width: 520px;
  height: 90px;
  margin: 0 auto;
}

.map-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #8b7e77, #CFAFBA);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 50vh;
}

.map-link>a>img {
  width: 10%;
  margin-right: 8px;
}

.map-link>a>span {
  line-height: 1.4;
  text-align: center;
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.access {
  position: relative;
}

.access::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/top/bg-green2.png');
  background-size: cover;
  opacity: .2;
}

.access .l-inner {
  position: relative;
  z-index: 1;
}

.access .font--red {
  font-weight: 700;
}

.access-font--s {
  font-size: 1.6rem;
}

.access-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}

.bus-access-top {
  margin-top: 30px;
}

.access-inner {
  width: auto;
}

.access-lead {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.access-lead>img {
  width: 22.5%;
  margin-right: 2.5%;
}

.access-txt {
  font-size: 1.8rem;
}

.access-txt>ul {
  padding-left: 24px;
  box-sizing: border-box;
}

.access-txt>ul>li>span {
  font-size: 2.2rem;
  margin: 0 2px;
}

.access-imgWrap {
  width: 65%;
  display: flex;
  justify-content: space-between;
}

.access-img {
  width: 65%;
}

.access-img img {
  height: 100%;
  object-fit: cover;
}

.access-imgWrap p,
.access-imgWrap2 p {
  font-size: 1.3rem;
}

.access-imgWrap2 p {
  text-align: right;
}

.access-img__inner {
  position: relative;
}

.access-img__inner::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 67%;
}

.access-img__inner img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.access-imgWrap2 {
  width: 50%;
}

.access-img-bus {
  width: 100%;
}

.access-img--right {
  width: 34.5%;
  display: flex;
  flex-direction: column;
}


.access-img2:nth-of-type(1) {
  margin-bottom: 2%;
}

/*----------------------------------------------------
  access > route
----------------------------------------------------*/
.route-ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2rem;
  color: #fff;
  background: #BCADB2;
  padding: 10px;
  box-sizing: border-box;
}

.route-ttl>p {
  font-weight: 500;
}

.route-ttl>span {
  margin-left: 10px;
  font-size: 1.4rem;
}

.route-box {
  margin-bottom: 30px;
}

.route-box__list {
  display: flex;
}

.route-box__list>li {
  width: 25%;
  padding: 30px 14px 20px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bus-route .route-box__list {
  justify-content: center;
}

.route-tab {
  font-size: 1.4rem;
  position: absolute;
  top: 12.5px;
  left: 5.5%;
}

.route-box__main {
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 10px;
}

.route-time {
  margin-left: 2.5%;
}

.route-time>span {
  font-size: 2.4rem;
  padding: 0 3px;
}

.route-box__attention {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.6;
}

.route-box__attention::before {
  display: block;
  content: '※';
  margin-right: 5px;
}

.route-img {
  width: 85%;
  margin: 0 auto;
}

.bus-access {
  margin-top: 100px;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bus-access::before,
.bus-access::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
}

.bus-access::before {
  margin-right: 8px;
}

.bus-access::after {
  margin-left: 8px;
}

.bus-route__attention {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto;
}


/*----------------------------------------------------
  equipment
----------------------------------------------------*/
.equipment {
  position: relative;
}

.equipment::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8b7e77;
  opacity: .075;
}

.equipment .l-inner {
  position: relative;
  z-index: 1;
}

.equ-top__col {
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 100px auto;
}

.equ-inner {
  width: 62.5%;
}

.equ-lead>p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #a28b5f;
}

.equ-txt {
  font-size: 1.8rem;
}

.equ-img {
  width: 30%;
}


.kitchen,
.bath,
.rest,
.wc,
.hall,
.ecoc {
  padding: 0 !important;
  margin-bottom: 100px;
}

.equ-col {
  padding: 0 2%;
  box-sizing: border-box;
}

.equ-col__ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 26px;
  box-sizing: border-box;
  position: relative;
}

.equ-col__ttl::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #cdc7c4 0%, #cdc7c4 50%, #bc8f9f 50%, #bc8f9f 100%);
}


.equ-col__ttl>h2 {
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
}

.equ-col__ttl>span {
  color: #8b7e77;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.equ-col__ttl>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 10px;
}


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

.equ-item {
  width: 49%;
}

.equ-item__img {
  position: relative;
  width: 95%;
  margin: 0 auto;
}

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

.equ-item__img>span {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  padding: 0 14px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  backdrop-filter: blur(5px);
}

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

.equ-box__col:not(:last-of-type),
.equ-box__img-blk {
  margin-bottom: 2.5vh;
}

.equ-box__col-img {
  flex: 1;
}

.equ-box__col-inner {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.equ-box__col-inner>h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.equ-box__col-inner>h3::before {
  display: block;
  content: '';
  width: calc(20px * .8);
  height: calc(20px * .8);
  background: url('../images/icon/icon-dia.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.equ-box__col-inner>p {
  line-height: 1.8;
  text-align: justify;
}

.equ-box__img {
  position: relative;
}

.equ-box__img-blk>span {
  position: absolute;
  top: -4vh;
  right: 0;
  text-align: right;
  font-size: 1.4rem;
  padding: 0 20px;
  background: rgba(0, 0, 0, .4);
  border-radius: 50vh 50vh 50vh 0;
  color: #fff;
}

.equ-box__blk {
  width: 49.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

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

.eco-handle {
  width: 50%;
  position: absolute;
  top: 5%;
  left: 10%;
  z-index: 1;
}

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

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

.equ-blk__inner {
  width: 100%;
}

/*--- 玄関 ---*/
.hall-desc {
  width: 92.5%;
  margin: 0 auto 14px auto;
}

.hall-top__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 2.5vh;
}

.hall-top__ttl>img {
  width: 13%;
}

.hall-top__ttl-inner {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.hall-col {
  width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 2.5vh auto;
}

.hall-col__item {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hall-col__item>img {
  width: 90%;
}

.hall-col__item>p {
  font-size: 1.6rem;
  font-weight: 500;
}

.hall-btm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hall-btm>img {
  width: 30%;
  flex-shrink: 0;
}

.hall-btm__inner {
  width: 67.5%;
}

.ball-btm__lead {
  display: inline-block;
  width: auto;
  font-size: 1.8rem;
  background: #BC9DA7;
  padding: 2px 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
  border-radius: 50vh 50vh 50vh 0;
}

.hall-btm__txt {
  font-size: 1.4rem;
}

/*--- エコキュート ---*/
.ecoc-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ecoc-ttl>h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.ecoc-ttl>span {
  font-size: 3rem;
}

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

.ecoc-item {
  width: 49%;
  background: #fff;
  filter: drop-shadow(2px 2px 6px rgba(171, 159, 165, .4));
  padding: 30px 20px;
  box-sizing: border-box;
}

.ecoc-item__ttl {
  text-align: center;
}

.ecoc-item__ttl>h3 {
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 50vh;
  font-size: 2rem;
  background: #BCADB2;
  color: #fff;
}

.ecoc-item__col {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ecoc-item__img {
  width: 40%;
}

.ecoc-item__inner {
  width: 55%;
}

.ecoc-attention {
  font-size: 1.4rem;
  text-align: center;
}

/*--- 保証 ---*/
.warranty {
  padding: 0 !important;
}

.wa-wrapper {
  background: #fff;
  border: 1px solid #EBE7E9;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 6px rgba(171, 159, 165, .4));
}

.wa-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}

.wa-ttl>h2 {
  margin: 0 1%;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

.wa-ttl::before {
  display: inline-block;
  content: '';
  width: calc(30px * 2);
  height: calc(50px * 2);
  background: url('../images/icon/laurel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.5%;
}

.wa-ttl::after {
  display: inline-block;
  content: '';
  width: calc(30px * 2);
  height: calc(50px * 2);
  background: url('../images/icon/laurel2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.5%;
}

.wa-col {
  width: 85%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.wa-img {
  width: 46%;
}

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

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

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

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

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

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

.outline-col__item {
  width: 48%;
}

.outline-col__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

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

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

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

.outline-col__list>dt:not(:last-of-type),
.outline-col__list>dd:not(:last-of-type),
.outline-col__list-border {
  border-bottom: 1px solid #ccc;
}

.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: 1.4rem;
}

@media (max-width: 1280px) {

  /*--- fv ---*/
  .fv-ttl {
    top: 7.5%;
    width: 55%;
  }

  .fv-catch {
    width: 40%;
    top: 40%;
    left: 62%;
  }

  .fv-txt__access {
    width: 65%;
    margin-left: 30%;
  }

  .fv-house {
    width: 32.5%;
    position: absolute;
    left: -1%;
  }

  /*---news---*/
  .news-col {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .fv-ttl {
    top: 8.5%;
    width: 58%;
    left: 5%;
  }

  .fv-catch {
    width: 40%;
    top: 42%;
    left: 62.5%;
  }

  .price {
    width: 100%;
    padding: 40px;
  }

}

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

  .fv {
    width: 100%;
    height: calc(100vh - 126px);
    position: relative;
    min-height: initial;
  }

  /*--- news ---*/
  .news-inner__list>li>span {
    width: 110px;
  }

  .news-inner__list>li>p {
    width: calc(100% - 115px);
  }

  /*--- land---*/
  .price__item {
    width: 49%;
  }

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

@media screen and (max-width: 769px) {
  .fv {
    margin-top: 70px;
    height: calc(80vh - 70px);
  }

  /*--- news ---*/
  .news-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-ttl {
    width: auto;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .news-ttl>h2 {
    margin-left: 8px;
  }

  .news-inner {
    width: 100%;
  }

  .news-inner__list>li>span {
    width: 22.5%;
  }

  .news-inner__list>li>p {
    width: 75%;
  }


  /*--- concept ---*/

  .concept-top {
    margin-bottom: 48px;
  }

  .concept-top__lead {
    width: 20%;
    margin: 0 auto;
  }

  .concept-top__img {
    width: 55%;
    position: relative;
  }

  .concept-top__img::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 110%;
  }

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

  .concept-top__img2 {
    width: 17.5%;
    top: initial;
    bottom: 0;
  }

  .concept-bottom {
    flex-direction: column-reverse;
  }

  .concept-bottom__img {
    width: 100%;
    margin: 0 auto 40px auto;
  }

  .concept-bottom__img>img {
    width: 55%;
    margin-left: auto;
  }

  .concept-bottom__img2 {
    width: 40%;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
  }

  .concept-bottom__inner {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
  }

  /*--- land ---*/
  .land .l-inner {
    width: 80%;
  }

  .land-col {
    flex-direction: column-reverse;
  }

  .land-img {
    width: 100%;
  }

  .land-inner {
    width: 100%;
  }

  .price-col {
    width: 90%;
    margin: 0 auto 30px auto;
  }

  .price__item {
    width: 100%;
  }

  .price__item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .plan-priceWrap {
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .plan-price {
    line-height: 1.4;
  }

  .feature-ttlWrap {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .feature-ttl__img {
    width: 60%;
    margin-right: initial;
  }

  .feature-ttl {
    text-align: center;
  }

  .feature-top {
    flex-direction: column-reverse;
  }

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

  .feature-top__inner {
    width: 100%;
  }

  .feature-col {
    flex-wrap: wrap;
  }

  .feature-col__img {
    width: 49%;
  }

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

  .feature-col__img:nth-of-type(n+2) {
    margin-top: 8px;
  }

  .feature-boxWrap {
    width: 100%;
    flex-direction: column;
  }

  .feature-box {
    width: 100%;
  }

  .feature-box:nth-of-type(n+2) {
    margin-top: 40px;
  }

  /*--- plan ---*/
  .plan-top {
    flex-direction: column;
  }

  .plan-top__imgWrap {
    width: 100%;
  }

  .plan-top__inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .plan-col__ttl {
    flex-wrap: wrap;
  }

  .plan-col__ttl-img {
    width: 25%;
  }

  .plan-col {
    flex-direction: column-reverse;
  }

  .plan-imgWrap {
    width: 85%;
    margin-bottom: 20px;
  }

  .plan-inner {
    width: 85%;
  }

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

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

  .plan-priceWrap {
    justify-content: space-around;
  }

  /*---model---*/
  .model-plan-col__ttl .plan-col__ttl-img {
    width: 30%;
  }

  .model-plan-col__ttl .plan-col__ttl-main {
    margin-left: 10px;
    margin-right: initial;
  }

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

  .model-price__box {
    width: 90%;
  }

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

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

  /*--- location ---*/
  .loc-top {
    width: 95%;
  }

  .loc-box__img {
    width: 49.5%;
  }

  .loc-box__img:nth-of-type(n+3) {
    margin-top: 5px;
  }

  .loc-list__inner {
    flex-direction: column;
  }

  .loc-list__inner>dl {
    width: 100%;
  }

  .map-inner {
    width: 100%;
  }

  .map-code {
    width: 80%;
  }

  /*---access---*/
  .access-top {
    flex-direction: column;
  }

  .access-inner {
    margin-bottom: 30px;
  }

  .access-txt {
    display: inline-block;
    width: auto;
  }

  .access-imgWrap,
  .access-imgWrap2 {
    width: 100%;
  }

  .route-box__list {
    flex-wrap: wrap;
  }

  .route-box__list>li {
    width: 50%;
  }

  .route-img {
    width: 100%;
  }

  /*--- equipment---*/
  .equ-top__col {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .equ-inner {
    width: 100%;
    margin-bottom: 14px;
  }

  .equ-img {
    width: 45%;
    margin-left: auto;
  }

  .equ-col {
    flex-direction: column;
  }

  .equ-item {
    width: 100%;
  }

  .equ-item__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .equ-blk {
    width: 100%;
  }

  .ecoc-col {
    flex-direction: column;
  }

  .ecoc-item {
    width: 100%;
  }

  .ecoc-item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .wa-col {
    width: 95%;
  }

  .wa-img {
    width: 49%;
  }

  /*--- outline ---*/
  .outline-col {
    flex-direction: column;
  }

  .outline-col__item {
    width: 100%;
  }

  .outline-col__item:first-of-type {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 681px) {
  .fv {
    margin-top: 70px;
    height: calc(95vh - 70px);
    min-height: 640px;
  }

  .fv-img>img {
    object-position: left center;
  }

  .fv-ttl {
    width: 45%;
  }

  .ui--680.fv-house {
    display: none;
  }

  .ui--sp.fv-house {
    display: block;
    width: 50%;
    z-index: 0;
    position: absolute;
    top: -110%;
    bottom: initial;
  }

  .fv-txt {
    padding: 4vh 0 2vh 0;
  }

  .fv-txt__access {
    margin: 0 auto;
    width: 85%;
    position: relative;
    z-index: 1;
  }

  .fv-img__attention {
    bottom: initial;
    top: 5%;
    left: 22.5%;
  }

  /*---fv 予告広告・テキスト---*/

  .fv-notice--sp {
    position: absolute;
    top: 62.5%;
    right: 2.5%;
    display: block;
    width: 45%;
    height: auto;
  }

  .fv-notice--sp>dl {
    width: 100%;
    margin: 0 auto;
  }

  .fv-notice--sp>dl>dt {
    display: inline-block;
    width: auto;
    background: rgba(255, 255, 255, .8);
    padding: 0 10px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .fv-notice--sp>dl>dd {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
  }

  /*--- location ---*/
  .loc-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .loc-top__img {
    width: 55%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .loc-top__img-attention {
    font-size: 1rem;
    transform: scale(.8) translate(-50%, 0);
  }

  .loc-top__lead {
    font-size: 2rem;
    text-align: center;
  }

  .loc-top__lead>br:not(.ui--sp) {
    display: none;
  }

  .loc-top__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 601px) {
  .fv {
    margin-top: 70px;
    height: calc(90vh - 70px);
  }
}

@media screen and (max-width: 481px) {
  .ui--sp {
    display: block;
  }

  .ttl {
    margin-bottom: 30px;
  }

  .ttl>span {
    font-size: 3.2rem;
  }

  .ttl>h2 {
    font-size: 2rem;
  }

  .fv {
    height: auto;
    min-height: 460px;
  }

  .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 120%;
  }

  .fv-img picture,
  .fv-img img {
    object-position: left;
  }

  .fv-ttl {
    width: 52.5%;
    top: 12.5%;
    left: 4.5%;
  }

  .fv-catch {
    width: 60%;
    top: 42%;
    left: 46.5%;
  }

  .ui--sp.fv-house {
    top: -125%;
  }

  .fv-txt {
    padding: 1.5vh 0;
  }

  .fv-txt__access {
    margin: 0 auto;
    width: 90%;
  }

  .fv-img__attention {
    font-size: 1rem;
    transform: scale(.8);
  }

  .fv-notice--sp {
    width: 51.5%;
    top: initial;
    right: 1.5%;
    bottom: 20%;
    padding: 0;
    font-size: 1.1rem;
    z-index: 1;
  }


  .fv-notice--sp>dl>dt {
    font-size: 88%;
  }

  .fv-notice--sp>dl>dd {
    width: 100%;
    font-size: 73%;
  }

  /*---news---*/
  .news {
    padding: 30px 0 !important;
  }

  .news-ttl {
    padding: 5px 20px;
    margin: 0 auto 5px auto;
  }

  .news-ttl>span {
    font-size: 1.8rem;
  }

  .news-ttl>h2 {
    font-size: 1.4rem;
  }

  .news-inner {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .news-inner__list>li {
    flex-direction: column;
    line-height: 1.6;
    padding: 10px 14px;
    box-sizing: border-box;
  }

  .news-inner__list>li>span {
    opacity: .7;
  }

  .news-inner__list>li>p {
    width: 100%;
  }

  /*--- concept ---*/
  .concept {
    padding-bottom: 100px !important;
  }

  .concept-top__img {
    width: 52.5%;
  }

  .concept-top__img::after {
    padding-top: 130%;
  }

  .concept-lead {
    text-align: center;
    margin-bottom: 60px;
  }

  .concept-lead>p br {
    display: block;
  }

  .concept-lead>img {
    width: 90%;
  }

  .concept-top__lead {
    width: 25%;
    margin-right: auto;
    margin-left: 7.5%;
  }

  .concept-top__img2 {
    width: 22.5%;
    bottom: -10%;
  }

  .attention {
    transform: scale(.6);
    padding: 0 5px;
    right: -5px;
  }

  .concept-bottom__inner {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .concept-bg {
    width: 75%;
    top: 18%;
    right: -17.5%;
  }

  /*--- model ---*/

  .model-price__box {
    width: 100%;
    font-size: 2rem;
  }

  .model-price__box>dl>dt>span {
    font-size: 1.4rem;
  }

  .model-price__box-num {
    font-size: 3rem;
    line-height: 1;
  }

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

  /*--- land ---*/
  .land .l-inner {
    width: 90%;
  }

  .land-prise {
    width: 45%;
  }

  .land-inner__lead {
    font-size: 2.2rem;
  }

  .price {
    padding: 40px 20px;
  }

  .price-ttl {
    margin-bottom: 24px;
  }

  .price-ttl>h3 {
    font-size: 2.2rem;
  }

  .price-col {
    width: 100%;
  }

  .price__item>dl>dd {
    font-size: 1.6rem;
  }

  .price-txt {
    font-size: 1.6rem;
  }

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

  .feature-ttl__img {
    width: 85%;
  }

  .feature-ttl {
    font-size: 2rem;
  }

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

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

  .feature-col__ttl>p {
    font-size: 2.4rem;
  }

  .feature-txt {
    text-align: justify;
    margin-bottom: 80px;
  }

  .feature-box__ttl>span {
    font-size: 1.1rem;
  }

  .feature-box__ttl>p {
    font-size: 2.2rem;
  }

  .feature-box__img {
    padding-bottom: 20px;
  }

  /*--- plan ---*/
  .plan-top__lead>p {
    font-size: 2.2rem;
    letter-spacing: 0;
    text-align: center;
  }

  .plan-colWrap {
    padding: 30px 20px;
  }

  .plan-col__ttl {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .plan-col__ttl-main {
    width: 100%;
    margin: 0 auto 10px auto;
  }

  .plan-col__ttl-img {
    width: 55%;
  }

  .plan-col__ttl-main>h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .plan-col__ttl-main>p {
    font-size: 1.4rem;
    opacity: .5;
    text-align: center;
  }

  .plan-col__ttl-box>span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.5rem;
  }

  .plan-inner {
    width: 100%;
  }

  .plan-inner__lead {
    width: 100%;
  }

  .plan-inner__lead>p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .plan-data__top {
    font-size: 1.8rem;
  }

  .plan-data__list {
    font-size: 1.8rem;
  }

  .plan-data__list>li:last-of-type {
    font-size: 1.3rem;
  }

  .plan-price__sub {
    font-size: 1.8rem;
  }

  .plan-price__main>span {
    font-size: 3.2rem;
  }

  .plan-price__main {
    font-size: 2rem;
  }

  .plan-imgWrap {
    width: 95%;
  }

  /*---model---*/
  .model-plan-col__ttl .plan-col__ttl-img {
    width: 60%;
  }

  .model-photo__box {
    margin-bottom: 20px;
  }

  .model-photo__img {
    margin-bottom: 6px;
  }

  .model-photo__txt {
    flex: initial;
    line-height: 1.6;
    font-size: 1.4rem;
  }

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

  /*--- location ---*/
  .loc-top__lead {
    font-size: 1.8rem;
  }

  .loc-top__txt {
    text-align: left;
  }

  .loc-box__lead {
    flex-direction: column;
  }

  .loc-box__lead::before,
  .loc-box__lead::after {
    display: none;
  }

  .loc-box__lead>h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }

  .loc-box__lead>h3::before,
  .loc-box__lead>h3::after {
    display: block;
    content: '';
    flex: 1;
    border-top: 1px solid #ccc;
  }

  .loc-box__lead>h3::before {
    margin-right: 8px;
  }

  .loc-box__lead>h3::after {
    margin-left: 8px;
  }

  .loc-box__lead>p {
    margin-left: 0;
  }

  .loc-box__lead>p br {
    display: none;
  }

  .loc-list__inner>dl>dt {
    font-size: 1.8rem;
  }

  .loc-list__inner>dl>dd>ul>li {
    flex-direction: column;
    font-weight: 700;
    line-height: 1.6;
  }

  .loc-list__inner>dl>dd>ul>li>span {
    font-weight: 500;
  }

  .loc-box__inner {
    font-size: 1.3rem;
    text-align: center;
  }

  .loc-box__inner>span:nth-of-type(2n) {
    font-size: 1.2rem;
    text-align: center;
  }

  .mapWrap {
    padding: 40px 14px;
  }

  .map-code {
    width: 100%;
  }

  .map-code>p {
    line-height: 1.4;
    padding-top: 5px;
  }

  .map-link>a {
    font-size: 1.6rem;
  }

  /*--- access ---*/
  .access-top {
    margin-bottom: 40px;
  }

  .access-lead {
    line-height: 1.6;
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .access-txt {
    font-size: 1.3rem;
  }

  .access-txt>ul {
    padding-left: 18px;
  }

  .access-txt>ul>li>span {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .access-imgWrap {
    flex-direction: column;
  }

  .access-img--right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .access-img {
    width: 100%;
  }

  .access-img2 {
    width: 49%;
  }

  .access-imgWrap img {
    height: auto;
    object-fit: initial;
  }

  .access-imgWrap p,
  .access-imgWrap2 p {
    font-size: 1.1rem;
  }

  .route-ttl {
    font-size: 1.8rem;
    flex-direction: column;
    line-height: 1.6;
  }

  .route-box__list>li {
    width: 100%;
  }

  .route-box__list>li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }

  .bus-access {
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .bus-access::before {
    margin-right: 4px;
  }

  .bus-access::after {
    margin-right: 4px;
  }

  .bus-route .route-box {
    margin-bottom: 0;
  }

  .bus-route__attention {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.6;
  }



  /*--- equipment---*/
  .kitchen .equ-item__img>img,
  .hall .equ-item__img>img {
    height: auto;
    object-fit: initial;
  }

  .equ-top__col {
    width: 100%;
  }

  .equ-item__img>span {
    font-size: 1rem;
  }

  .equ-lead>p {
    font-size: 2rem;
  }

  .equ-txt {
    font-size: 1.6rem;
  }

  .equ-col__ttl {
    padding-left: 20px;
  }

  .equ-col__ttl>h2 {
    font-size: 2.6rem;
  }

  .equ-col__ttl>span {
    font-size: 1.6rem;
  }

  .equ-box__col {
    flex-direction: column;
  }

  .equ-box__col-sink {
    flex-direction: column-reverse;
  }

  .equ-box__img-blk>span {
    position: relative;
    top: initial;
    right: initial;
  }

  .equ-box__blk {
    width: 100%;
  }

  .equ-box__blk--spacer {
    margin-bottom: 2.5vh;
  }

  .hall-desc {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .hall-top__ttl {
    flex-direction: column;
  }

  .hall-col {
    flex-wrap: wrap;
    justify-content: center;

  }

  .hall-col__item {
    width: 49%;
  }

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

  .hall-btm>img {
    width: 50%;
    margin-bottom: 10px;
  }

  .hall-btm__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: centers;
  }

  .ball-btm__lead {
    font-size: 1.6rem;
    margin: 0 auto 10px auto;
    text-align: center;
  }

  .ecoc-ttl>h2 {
    font-size: 2.6rem;
  }

  .ecoc-ttl>span {
    font-size: 2rem;
  }

  .ecoc-item__ttl {
    margin-bottom: 20px;
  }

  .ecoc-item__ttl>h3 {
    width: 100%;
    display: block;
    line-height: 1.4;
  }

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

  .ecoc-item__img {
    width: 70%;
    margin-bottom: 14px;
  }

  .ecoc-item__inner {
    width: 100%;
  }

  .wa-ttl>h2 {
    font-size: 1.6rem;
  }

  .wa-wrapper {
    padding: 30px 10px 40px 10px;
  }

  .wa-ttl {
    margin-bottom: 20px;
  }

  .wa-ttl::before,
  .wa-ttl::after {
    display: inline-block;
    content: '';
    width: calc(30px * 1);
    height: calc(50px * 1);
  }

  .wa-col {
    flex-direction: column;
  }

  .wa-img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .wa-img:not(:last-of-type) {
    margin-bottom: 30px;
  }

  /*---outline---*/
  .outline-col__ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .outline-col__list {
    font-size: 1.2rem;
  }

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

  .outline-col__list>dd {
    width: 55%;
  }

  .outline-btm__lead {
    font-size: 1.3rem;
  }

  .outline-btm__txt {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

@media screen and (orientation: landscape) {

  body.is-sp .fv,
  body.is-tablet .fv {
    height: auto;
  }

  body.is-sp .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  body.is-tablet .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 65%;
  }

}