/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* keyvisual
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* design-hdg
-----------------------------------------------------------------*/
.design-hdg {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .design-hdg {
    margin: 0 0 25px;
  }
}
.design-hdg .en {
  display: block;
  font-size: 24px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  color: #9a8852;
}
@media only screen and (max-width: 767px) {
  .design-hdg .en {
    font-size: 20px;
  }
}
.design-hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 38px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .design-hdg .ja {
    font-size: 30px;
  }
}

/* design-txt
-----------------------------------------------------------------*/
.design-txt {
  max-width: 820px;
  margin: 0 auto 70px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #221815;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .design-txt {
    max-width: none;
    margin: 0 auto 45px;
    padding: 0 20px;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------------------
   sec-landplan
---------------------------------------------------------------------------*/
.sec-landplan {
  padding: 100px 0;
  background-color: #faf4e8;
}
@media only screen and (max-width: 767px) {
  .sec-landplan {
    padding: 60px 0;
  }
}
.sec-landplan__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__map {
    display: block;
  }
}
.sec-landplan__list {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__list {
    width: 100%;
  }
}
.sec-landplan__item {
  color: #221815;
}
.sec-landplan__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec-landplan__item .hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.sec-landplan__item .hdg span:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #382820;
  color: #fff;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-landplan__item .hdg span:first-of-type {
    width: 3.3333vw;
    height: 3.3333vw;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__item .hdg span:first-of-type {
    width: 30px;
    height: 30px;
    font-size: 19px;
  }
}
.sec-landplan__item .hdg span:last-of-type {
  display: block;
  padding-left: 20px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-landplan__item .hdg span:last-of-type {
    padding-left: 1.5vw;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__item .hdg span:last-of-type {
    padding-left: 10px;
    font-size: 19px;
  }
}
.sec-landplan__item .txt {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-landplan__item .txt {
    font-size: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-landplan__item .txt {
    font-size: 14px;
  }
}
.sec-landplan__map-img {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__map-img {
    width: 100%;
    margin-bottom: 28px;
  }
}
.sec-landplan__map-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-landplan__map-img img {
    scale: 1.06;
  }
}

/*--------------------------------------------------------------------------
   sec-carspace
---------------------------------------------------------------------------*/
.sec-carspace {
  padding: 100px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-carspace {
    padding: 60px 0 0;
  }
}
.sec-carspace__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto 100px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .sec-carspace__list {
    display: block;
    max-width: none;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}
.sec-carspace__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 32%;
  height: 100px;
  color: #9a8852;
  border: 1px solid #9a8852;
}
@media only screen and (max-width: 767px) {
  .sec-carspace__item:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-carspace__item {
    height: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-carspace__item {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
}
.sec-carspace__item .hdg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  text-align: center;
  line-height: 1;
  translate: -50% -60%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-carspace__item .hdg {
    width: 140px;
  }
}
.sec-carspace__item .hdg span:first-of-type {
  display: inline-block;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-carspace__item .hdg span:first-of-type {
    font-size: 18px;
  }
}
.sec-carspace__item .hdg span:last-of-type {
  display: inline-block;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-carspace__item .hdg span:last-of-type {
    font-size: 30px;
  }
}
.sec-carspace__item .txt {
  width: 100%;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-carspace__item .txt {
    font-size: 2.522vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-carspace__item .txt {
    font-size: 26px;
  }
}
.sec-carspace__img {
  position: relative;
  margin-bottom: 0;
}
.sec-carspace__img img {
  width: 100%;
  height: auto;
}
.sec-carspace__img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-carspace__img figcaption {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------------------
   sec-cycleport
---------------------------------------------------------------------------*/
.sec-cycleport {
  padding: 100px 0 0;
  background-color: #faf4e8;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport {
    padding: 60px 0 0;
  }
}
.sec-cycleport__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  margin: 0 auto 100px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__list {
    display: block;
    max-width: none;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
}
.sec-cycleport__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 100px;
  color: #9a8852;
  border: 1px solid #9a8852;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__item:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
.sec-cycleport__item--1 {
  width: 58%;
}
.sec-cycleport__item--2 {
  width: 39%;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .sec-cycleport__item {
    height: 10.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__item {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
}
.sec-cycleport__item .hdg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  text-align: center;
  line-height: 1;
  translate: -50% -60%;
  background-color: #faf4e8;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__item .hdg {
    width: 140px;
  }
}
.sec-cycleport__item .hdg span:first-of-type {
  display: inline-block;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__item .hdg span:first-of-type {
    font-size: 18px;
  }
}
.sec-cycleport__item .hdg span:last-of-type {
  display: inline-block;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__item .hdg span:last-of-type {
    font-size: 30px;
  }
}
.sec-cycleport__item .txt {
  width: 100%;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .sec-cycleport__item .txt {
    font-size: 2.95vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__item .txt {
    font-size: 26px;
  }
}
.sec-cycleport__img {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__img {
    padding: 0;
  }
}
.sec-cycleport__img img {
  width: 100%;
  height: auto;
}
.sec-cycleport__img figcaption {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 14px;
  text-align: right;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .sec-cycleport__img figcaption {
    right: 10px;
    bottom: 5px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------------------
   sec-plant
---------------------------------------------------------------------------*/
.sec-plant {
  padding: 100px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-plant {
    padding: 60px 0;
  }
}
.sec-plant__list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sec-plant__list {
    width: 100%;
    padding: 30px 20px 0;
  }
}
.sec-plant__item {
  position: relative;
  width: 22.6%;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item {
    width: 48.7%;
  }
}
.sec-plant__item:nth-child(n+5) {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item:nth-child(n+5) {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-plant__item:nth-child(n+3) {
    margin-top: 46px;
  }
}
.sec-plant__item .hdg {
  position: absolute;
  top: 0;
  left: 0;
  translate: -20% -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #9a8852;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item .hdg {
    width: 60px;
    height: 60px;
    translate: 0% -50%;
  }
}
.sec-plant__item .hdg > span span:first-of-type {
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item .hdg > span span:first-of-type {
    font-size: 10px;
  }
}
.sec-plant__item .hdg > span span:last-of-type {
  width: 100%;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item .hdg > span span:last-of-type {
    font-size: 16px;
  }
}
.sec-plant__item .hdg > span span:last-of-type small {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item .hdg > span span:last-of-type small {
    font-size: 11px;
  }
}
.sec-plant__item .img img {
  width: 100%;
  height: auto;
}
.sec-plant__item .img figcaption {
  margin-top: 10px;
  font-size: 16px;
  color: #221815;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 5px #fff;
}
@media only screen and (max-width: 767px) {
  .sec-plant__item .img figcaption {
    font-size: 14px;
  }
}
.sec-plant__obj {
  position: relative;
  z-index: 9;
  height: 160px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-plant__obj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    height: auto;
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-plant__obj {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: auto;
  }
}
.sec-plant__obj .obj {
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .sec-plant__obj .obj {
    position: static;
  }
}
.sec-plant__obj .obj--1 {
  bottom: 0;
  left: 0;
  width: 330px;
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .sec-plant__obj .obj--1 {
    width: 24.4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-plant__obj .obj--1 {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-plant__obj .obj--1 {
    padding-top: 70px;
    width: 100%;
  }
}
.sec-plant__obj .obj--2 {
  bottom: 0;
  right: 0;
  width: 336px;
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .sec-plant__obj .obj--2 {
    width: 24.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-plant__obj .obj--2 {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-plant__obj .obj--2 {
    padding-top: 35px;
    width: 100%;
  }
}
.sec-plant__obj .obj img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   sec-residence
---------------------------------------------------------------------------*/
.sec-residence {
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-residence {
    padding: 60px 0 0;
  }
}
.sec-residence__imgwrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-residence__imgwrap {
    margin-top: 85px;
  }
}
.sec-residence__imgnav {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  border: 1px solid #694a3d;
  background-color: #694a3d;
}
@media only screen and (max-width: 767px) {
  .sec-residence__imgnav {
    top: -60px;
    right: 0;
    width: 100%;
  }
}
.sec-residence__imgnav .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-residence__imgnav .item button {
  width: 100%;
  height: 60px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .sec-residence__imgnav .item button {
    font-size: 25px;
  }
}
.sec-residence__imgnav .item button:hover {
  background-color: #fff;
  color: #694a3d;
}
.sec-residence__imgnav .item button:hover img {
  opacity: 1;
}
.sec-residence__imgnav .item button.is-current {
  cursor: default;
  background-color: #fff;
  color: #694a3d;
}
.sec-residence__imgnav .item button.is-current img {
  opacity: 1;
}
.sec-residence__imgnav .item:last-of-type {
  border-left: 1px solid #694a3d;
}
.sec-residence__imgnav .item i {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .sec-residence__imgnav .item i {
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px;
  }
}
.sec-residence__imgnav .item i img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.sec-residence__imgnav .item__day i {
  background-image: url(../../images/design/ico_day_off.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-residence__imgnav .item__night i {
  background-image: url(../../images/design/ico_night_off.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-residence__img {
  position: relative;
  margin-bottom: 0;
}
.sec-residence__img img {
  width: 100%;
  height: auto;
}
.sec-residence__img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-residence__img figcaption {
    font-size: 10px;
  }
}
.sec-residence__img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------------------
   sec-entrance
---------------------------------------------------------------------------*/
.sec-entrance {
  padding: 100px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-entrance {
    padding: 60px 0 0;
  }
}
.sec-entrance__img {
  position: relative;
}
.sec-entrance__img:not(:first-of-type) {
  margin-top: 20px;
}
.sec-entrance__img img {
  width: 100%;
  height: auto;
}
.sec-entrance__img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-entrance__img figcaption {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-entrance__img:first-of-type img {
    aspect-ratio: 750/450;
    -o-object-fit: cover;
       object-fit: cover;
  }
}