/*----------------------------------------

	design CSS

-----------------------------------------*/
/*----------------------------------------
	common
-----------------------------------------*/
.cap {
  font-size: 1.2rem;
  z-index: 99;
  text-align: right;
  padding: 0.5rem 0 0;
}
.cap.--bk {
  color: #000;
}

/*----------------------------------------
	mv
-----------------------------------------*/
section.mv {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  section.mv {
    height: 540px;
  }
}
section.mv .__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  z-index: 4;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4em;
}
section.mv .__wrap h1 {
  width: 30%;
  max-width: 296px;
  margin: 0 auto 4rem;
}
section.mv .__wrap h2 {
  font-size: 4.4rem;
  margin-bottom: 3rem;
}
section.mv .__wrap p {
  line-height: 2;
}
section.mv .note {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 99;
}
section.mv figure {
  position: relative;
}
section.mv figure::before {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.8) 8%, rgba(135, 97, 58, 0.9) 45%, rgba(135, 97, 58, 0.9) 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
  section.mv figure {
    height: 100%;
  }
  section.mv figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*----------------------------------------
	__cont
-----------------------------------------*/
.__cont {
  background: #f2efe3;
  color: #000;
}
.__cont .concept {
  position: relative;
  z-index: 1;
}
.__cont .concept .--txt {
  margin: 0 0 4rem;
  line-height: 2;
}
.__cont .concept ._bnr {
  max-width: 404px;
  margin: 4.5rem auto 0;
}
.__cont .concept.map {
  background: #616162;
  color: #fff;
  padding: 0 0 8rem;
}
.__cont .concept.map .--txt {
  text-align: center;
}
@media all and (max-width: 1199px) {
  .__cont .concept.map .--txt {
    text-align: justify;
  }
}
.__cont .concept.map::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../asset/img/design/bg_cross.svg) no-repeat left top/cover;
  z-index: -1;
  opacity: 0.8;
}
.__cont .concept.map h2 {
  font-size: 3.6rem;
  margin: 9rem 0 4rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .__cont .concept.map ._inner {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
  .__cont .concept.map area:hover {
    opacity: 0.4;
  }
}
.__cont .concept.map area {
  cursor: pointer;
}
.__cont .concept.gallery > div {
  padding: 6rem 0 5rem;
}
.__cont .concept.gallery h2 {
  font-size: 6.8rem;
  line-height: 1.4;
  margin: 0 0 5rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .__cont .concept.gallery h2 {
    text-align: center;
  }
}
.__cont .concept.gallery h2 small {
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .__cont .concept.gallery h2 small {
    display: block;
  }
}
.__cont .concept.gallery h3 {
  font-size: 2.2rem;
  margin: 0 0 2.5rem;
}
.__cont .concept.gallery .--txt {
  text-align: justify;
  margin: 0;
}
.__cont .concept.gallery ._clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
@media all and (max-width: 1199px) {
  .__cont .concept.gallery ._clm {
    margin-top: 2rem;
  }
}
.__cont .concept.gallery ._clm .--txt {
  margin: 0;
}
.__cont .concept.gallery ._clm .--txt h4 {
  font-size: 1.6rem;
}
.__cont .concept.gallery ._clm .--txt p {
  font-size: 1.2rem;
}
.__cont .concept.gallery ._clm.garden {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
.__cont .concept.gallery ._clm.garden figure {
  max-width: 550px;
  width: 100%;
}
.__cont .concept.gallery ._clm.garden figure figcaption {
  position: static;
  color: #000;
  text-align: right;
  padding: 0.5rem 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.__cont .concept.gallery ._clm.garden .--txt p {
  font-size: 1.4rem;
}
.__cont .concept.gallery ._clm.space {
  margin-top: 5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.__cont .concept.gallery ._clm.space ._clm {
  width: 50%;
  background: #e9e1ce;
  padding: 3.5% 4% 3%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.__cont .concept.gallery ._clm.space ._clm figure {
  width: 100%;
  max-width: 234px;
}
.__cont .concept.gallery ._clm.space ._clm figure figcaption {
  position: static;
  color: #000;
  text-align: right;
  padding: 0.5rem 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.__cont .concept.gallery ._clm.space ._clm .--txt {
  width: 45%;
}
.__cont .concept.gallery .nankainomori {
  background: #88b565;
  border: 1px solid #fff;
  margin: 2rem auto 0;
  padding: 4rem 6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
  font-size: 2.2rem;
}
.__cont .concept.gallery .nankainomori .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 6%;
  width: 80%;
}
.__cont .concept.gallery .nankainomori .txt ._logo {
  max-width: 164px;
  width: 22%;
}
.__cont .concept.gallery .nankainomori .txt p {
  width: 78%;
  letter-spacing: 0.05em;
  font-size: min(2.4rem, 2vw);
}
.__cont .concept.gallery .nankainomori ._btn {
  font-size: 1.4rem;
  max-width: 184px;
  width: 20%;
  background: #000;
  text-align: center;
}
.__cont .concept.gallery .nankainomori ._btn a {
  padding: 5px 3%;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.__cont .concept.gallery .nankainomori ._btn a:hover {
  opacity: 0.7;
}
.__cont .concept.gallery figure {
  position: relative;
}
.__cont .concept.gallery figure figcaption {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: right;
  color: #fff;
}

/*---------------------------------------*/
@media all and (max-width: 767px) {
  /*----------------------------------------*/
  /*----------------------------------------
  	common
  -----------------------------------------*/
  .cap {
    font-size: 1rem;
  }
  .inner {
    width: 90%;
  }
  /*----------------------------------------
  	mv
  -----------------------------------------*/
  section.mv .__wrap {
    width: 90vw;
    letter-spacing: 0.2em;
  }
  section.mv .__wrap h1 {
    width: 40%;
    max-width: 140px;
    margin: -2vw auto 4vw;
  }
  /*----------------------------------------
  	__cont
  -----------------------------------------*/
}
@media all and (max-width: 767px) and (max-width: 767px) {
  section.mv .__wrap h1 {
    max-width: 146px;
  }
}
@media all and (max-width: 767px) {
  section.mv .__wrap h2 {
    font-size: 2.2rem;
    margin-bottom: 3.5vw;
  }
  section.mv .__wrap p {
    line-height: 1.4;
  }
  .__cont .concept h2 {
    font-size: 2.2rem;
    margin: 4rem 0 2.5rem;
    line-height: 1.6;
  }
  .__cont .concept .--txt {
    margin: 0 0 3rem;
  }
  .__cont .concept.map {
    padding: 0 0 4rem;
  }
  .__cont .concept.map::after {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: left -80vw top;
  }
  .__cont .concept.map h2 {
    font-size: 2.2rem;
    margin: 4rem 0 2.5rem;
    line-height: 1.6;
  }
  .__cont .concept.map ._inner figure figcaption {
    padding: 0.5rem 0.5rem 0 0;
  }
  .__cont .concept.map ._bnr {
    width: 80%;
    margin-top: 3rem;
  }
  .__cont .concept.gallery > div {
    padding: 4rem 0;
  }
  .__cont .concept.gallery h2 {
    font-size: 2.6rem;
    margin: 0px 0 2rem;
    line-height: 1;
  }
  .__cont .concept.gallery h2 small {
    font-size: 1.4rem;
  }
  .__cont .concept.gallery h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 1.4rem;
  }
  .__cont .concept.gallery .--txt {
    font-size: 1.4rem;
  }
  .__cont .concept.gallery figure figcaption {
    width: calc(100% - 10px);
    right: 10px;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .__cont .concept.gallery ._clm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5%;
  }
  .__cont .concept.gallery ._clm.garden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__cont .concept.gallery ._clm.garden figure {
    margin: 2rem auto 0;
  }
  .__cont .concept.gallery ._clm.kids figure {
    max-width: 90px;
    min-width: 80px;
  }
  .__cont .concept.gallery ._clm.space {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .__cont .concept.gallery ._clm.space ._clm {
    width: 100%;
    margin-top: 0;
    padding: 2.4rem 2rem;
  }
  .__cont .concept.gallery ._clm.space ._clm .--txt {
    width: 100%;
  }
  .__cont .concept.gallery ._clm.space ._clm figure {
    width: 55%;
  }
  .__cont .concept.gallery ._clm.space figure {
    width: 50%;
    max-width: 130px;
    min-width: 120px;
  }
  .__cont .concept.gallery .nankainomori {
    padding: 2rem;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .__cont .concept.gallery .nankainomori .txt {
    width: 100%;
  }
  .__cont .concept.gallery .nankainomori .txt ._logo {
    width: 40%;
    max-width: 108px;
    min-width: 88px;
  }
  .__cont .concept.gallery .nankainomori .txt p {
    font-size: 1.3rem;
    width: auto;
    text-align: left;
  }
  .__cont .concept.gallery .nankainomori ._btn {
    width: 60%;
    margin: 0 auto;
  }
  .__cont .concept ._btn {
    margin: 3rem auto 0;
  }
  .__cont .concept ._btn a {
    padding: 5px 20px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .__cont .concept ._btn a:hover {
    opacity: 0.7;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(37, 30, 28, 0.8);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.modal .modal-box {
  margin: 0 auto;
  max-width: 1000px;
  width: 80%;
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .modal .modal-box {
    width: 90%;
    top: 50%;
  }
}
.modal .modal-box h2 {
  font-size: min(6.8rem, 6vw);
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.modal .modal-box h2 small {
  font-size: 1.6rem;
  display: block;
}
@media all and (max-width: 767px) {
  .modal .modal-box h2 {
    margin-top: 0.5rem;
    font-size: 2.6rem;
  }
  .modal .modal-box h2 small {
    font-size: 1.4rem;
  }
}
.modal .modal-box figure {
  position: relative;
}
.modal .modal-box figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: right;
  color: #fff;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal .modalClose {
  position: absolute;
  right: -65px;
  top: -50px;
  width: 46px;
  height: 46px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  cursor: pointer;
  z-index: 20;
}
@media all and (max-width: 767px) {
  .modal .modalClose {
    right: 0px;
    top: -55px;
    width: 36px;
    height: 36px;
  }
}
@media all and (min-width: 768px) {
  .modal .modalClose:hover {
    opacity: 0.8;
  }
}

@media all and (max-width: 500px) {
  .__cont .concept.gallery .nankainomori p br {
    display: block;
  }
}
/*# sourceMappingURL=xterrace.css.map */