@charset "utf-8";
/* CSS Document */

.section-title-zen {
  font-size: 32px;
  position: relative;
  line-height: 1.5;
  color: #817063;
  font-weight: 600;
}
.sec-yellow{
  background-color: #F3E7CF;
}
.sec-yellow .container,
.sec-yellow .container-wide {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-gray{
  background-color: #F5F5F0;
}
.sec-gray .container,
.sec-gray .container-wide {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-beige{
  background-color: #F3E7CF;
}
.sec-beige .container,
.sec-beige .container-wide {
  padding-top: 80px;
  padding-bottom: 80px;
}
.thezen .section-title {
  color: #2D241E;
  font-size: 40px;
}
.br-pctb {
  display: block;
}
@media screen and (max-width: 767px) { 
  .sec-yellow .container,
  .sec-yellow .container-wide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-gray .container,
  .sec-gray .container-wide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-beige .container,
  .sec-beige .container-wide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .thezen .section-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .br-pctb {
    display: none;
  }
}


/*=====================
header
=====================*/
.header {
	background: #F5F5F0;
}
.nav-list{
  text-align: right;
	color: #2D241E;
}
.nav-link:hover{
  opacity: .7;
  color: #2D241E;
}
.nav-logo {
  width: 250px;
  margin-left: 10px;
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .nav-wrap::after{
    background: #F5F5F0;
    opacity: 1;
  }
  .nav-button span {
    background-color: #2D241E;
  }
  .nav-link::before {
    background-color: #2D241E;
  }
  .nav-logo {
    padding-top: 0;
    width: 250px;
  }
}

/*=====================
footer
=====================*/
.footer {
  margin-top: 0;
}
.footer-nav{
  background: #F5F5F0;
  color: #2D241E;
}
.footer-menu>p{
  color: #2D241E;
  margin-bottom: 14px;
}
.footer-item::before {
  background-color: #2D241E;
}
.footer-item:hover{
  color: #2D241E;
  opacity: .7;
}
.footer-item:hover::before{
  background-color: #2D241E;
}
@media screen and (max-width: 959px) {
  .footer-logo {
    padding-bottom: 60px;
  }
  .footer-wrap {
      justify-content: center;
  }
}

/*=====================
秦野プロジェクト
=====================*/
.hadano .fv{
  background-image: url(../img/fv_image.jpg);
  background-image: url(../img/fv_image.jpg);
  background-position: center;
  background-size: cover;
  height: 75vh;
}
.chikubuyuuan .fv{
  background-image: url(../img/chikubuyuuan_04.jpg);
  background-position: center;
  background-size: cover;
  height: 75vh;
}
.thezen .fv:before{
  content: unset;
}
.thezen .fv::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8D8D8D;
  mix-blend-mode: inherit;
  opacity: .5;
  z-index: -1;
}
.thezen .fv-titleBox {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
  padding-top: 40px;
}
.thezen .fv-titleBox span {
  display: block;
}
.thezen .fv-titleBox .en {
  color: #FFF;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: .1em;
}
.thezen .fv-titleBox .sub-title {
  font-size: 32px;
  margin-top: 24px;
}
.fvSubtitle {
  position: absolute;
  color: #ffde59;
  font-size: 32px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8); /*背景を黒に*/
  padding: 1rem; /*文字の周りに余白*/
  width: 100%;
  text-align: center;
  letter-spacing: 0.25rem;
}
.fvSubtitle span {
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .thezen .fv {
    height: 50vh;
  }
  .thezen .fv .container {
    top: 38%;
  }
  .thezen .fv-titleBox {
    font-size: max(7.8125vw , 38px);
    padding-bottom: 40px;
  }
  .thezen .fv-titleBox .en {
    font-size: max(4.9479vw , 24px);
  }
  .thezen .fv-titleBox .sub-title {
    margin-top: 16px;
  }
  .fvSubtitle {
    font-size: 20px;
  }
  .fvSubtitle span {
    font-size: max(3.911vw , 20px);
  }
}
@media screen and (max-width: 500px) {
    .fvSubtitle span {
      display: inline;
    }
}

/* コンセプト */
.sec-concept {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sec-concept-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5%;
}
.hadano .sec-concept-wrap {
  background-image:url(../img/fv_image2.jpg);
}
.chikubuyuuan .sec-concept-wrap {
  background-image:url(../img/chikubuyuuan_02.jpg);
}
.sec-concept-center {
  text-align: center;
  padding: 60px;
  background: rgba(140, 140, 140, 0.7);
  position: relative;
}
.hadano .sec-concept-center::after {
  content: '';
  background: url(../img/icon.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 200px;
  height: 200px;
  right: 20px;
  bottom: 20px;
}
.sec-concept-text {
  font-size: 20px;
  color: #FFF;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .hadano .sec-concept-center::after {
    width: 18.5vw;
    height: 18.5vw;
    right: -4.5vw;
    bottom: -4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept {
    margin-top: 0;
    margin-bottom: 0;
  }
 .sec-concept .container-wide {
  width: 100%;
 }
 .sec-concept-wrap {
  padding: 5% 2%;
 }
 .sec-concept-center {
  padding: 40px 4%;
 }
 .sec-concept-text {
  margin-top: 0;
  font-size: 16px;
 }
}

/* デザイン */
.design-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.chikubuyuuan .design-wrap {
  margin-top: 40px;
}
.designBox {
  text-align: right;
}
.designBox.db1 {
  width: 60%;
}
.designBox.db2 {
  width: 40%;
  margin-top: -40px;
}
.designBox.db3 {
  width: 80%;
  margin: 80px auto;
}
.designBox.db4 {
  width: 50%;
}
.designBox.db5 {
  width: 50%;
  padding-top: 150px;
}
.design-text {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .design-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .chikubuyuuan .design-wrap {
    gap: 20px;
  }
  .designBox.db1,
  .designBox.db2,
  .designBox.db3,
  .designBox.db4,
  .designBox.db5 {
    width: 100%;
  }
  .designBox.db2 {
    margin-top: 0;
  }
  .designBox.db3 {
    margin: 40px 0;
  }
  .designBox.db5 {
    padding-top: 0;
  }
  .design-text {
    margin-top: 4px;
  }
  .design-text>span {
    font-size: 16px;
  }
}

/* 画像中央表示 */
.displayBox {
  padding: 60px 8%;
}
.display-text {
  font-size: 20px;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .displayBox {
    padding: 20px 0;
  }
  .display-text {
    margin-top: 4px;
  }
}

/* 物件概要 */
.outline-contents {
  background: #FFF;
  margin-top: 40px;
  font-size: 16px;
  padding-bottom: 60px;
}
.outline-contents dl {
  padding: 20px 0;
  margin: 0 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBEBEB;
}
.outline-contents dl dt {
  width: 30%;
  padding-left: 10px;
}
.outline-contents dl dd {
  width: 70%;
  padding-left: 10px;
}
.outline-contents>p {
  text-align: center;
  background-color: #8a8e32;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
}
.outline-note {
  font-size: 14px;
  margin-top: 10px;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .outline-contents {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .outline-contents dl {
    padding: 20px 0;
    margin: 0 10px;
    flex-direction: column;
  }
  .outline-contents dl dt {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 4px;
  }
  .outline-contents dl dd {
    width: 100%;
    padding-right: 10px;
    font-size: 14px;
  }
  .outline-contents>p {
    text-align: center;
    background-color: #8a8e32;
    color: #FFF;
    font-size: 20px;
    padding: 10px;
  }
  .outline-note {
    font-size: 14px;
    margin-top: 10px;
    padding: 1rem;
  }
}


.sec-apply {
  margin-top: 120px;
  margin-bottom: 120px;
}
.zen-header__btn .btn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .sec-apply {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .zen-header__btn {
    padding-left: 0;
  }
}


/*=====================
404
=====================*/
.nf-content {
  margin-bottom: 80px;
}
.lower-404.thezen {
  background-color: #FFF;
}
.thezen .nf-title {
  color: #2D241E;
}
.lower-404.thezen .wt-btn {
  border: 1px solid #817063;
  background-color: #fff;
  color: #817063;
}
.lower-404.thezen .btn.wt-btn::after {
  background-color: #817063;
}
