/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/* media query */
.page-head {
  display: grid;
  align-items: center;
  justify-items: center;
  color: #fff;
}

.page-head .page-title,
.page-head .main-img {
  grid-area: 1/1;
}

.page-head .page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
  z-index: 2;
}

.page-head .page-title img {
  height: min(8vw, 64px);
  width: auto;
}

.page-head .page-title .jp {
  display: block;
  margin-top: 0.5em;
  font-size: min(3.5897435897vw, 2rem);
}

.page-head .main-img {
  width: 100%;
}

.page-head .main-img img {
  width: 100%;
  height: 35vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.madori-info-block {
  margin-top: 3em;
  margin-bottom: 3em;
}
.madori-info-block .madori-info-block__text {
  text-align: center;
  color: #9f8669;
  font-size: clamp(1.625rem, 1.284rem + 1.455vw, 2.375rem);
  font-weight: normal;
  line-height: 1.3;
}
.madori-info-block .madori-info-block__text .fs80 {
  font-size: 80%;
}
.madori-info-block .madori-info-block__linkBT {
  margin: auto;
  margin-top: 1em;
}
.madori-info-block .madori-info-block__linkBT .index {
  margin: auto;
  background: #8b4757;
  padding: 1em 0;
  width: min(90%, 500px);
  font-size: clamp(1rem, 0.83rem + 0.727vw, 1.375rem);
}
.madori-info-block .madori-info-block__note {
  text-align: center;
  margin-top: 1em;
  line-height: 1.5;
  font-size: clamp(1rem, 0.943rem + 0.242vw, 1.125rem);
}

.constructionphoto {
  margin-top: 3em;
}
@media screen and (min-width: 769px), print {
  .constructionphoto {
    margin-top: 5em;
  }
}
.constructionphoto .en {
  margin: auto;
  text-align: center;
  width: 210px;
}
.constructionphoto .jp {
  display: block;
  font-size: 3.5vw;
  color: #595757;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 769px), print {
  .constructionphoto .jp {
    font-size: 30px !important;
    margin: 25px 0 0 0;
  }
}
.constructionphoto .constructionphotoWrap {
  margin: auto;
  width: 90%;
  max-width: 1260px;
}
.constructionphoto .slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.constructionphoto .slider6-wrap {
  margin: 0 auto;
  margin-top: 2em;
  position: relative;
}
.constructionphoto .slider-6 .slick-slide {
  overflow: hidden;
}
.constructionphoto .slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.constructionphoto .thumbs_list {
  margin: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  gap: 10px;
  justify-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px), print {
  .constructionphoto .thumbs_list {
    width: 90%;
    grid-template-columns: repeat(auto-fit, 104px);
  }
}
.constructionphoto .thumbs_list li {
  width: 70px;
  height: 50px;
  filter: brightness(50%);
  cursor: pointer;
  transition: filter 0.2s;
}
@media screen and (min-width: 769px), print {
  .constructionphoto .thumbs_list li {
    width: 104px;
    height: 68px;
  }
}
.constructionphoto .thumbs_list li:hover {
  filter: brightness(100%);
}
.constructionphoto .thumbs_list li.slick-active {
  filter: brightness(100%);
}/*# sourceMappingURL=constructionphoto.css.map */