/*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);
}

.modelphoto {
  margin-top: 3em;
}
@media screen and (min-width: 769px), print {
  .modelphoto {
    margin-top: 8em;
  }
}
.modelphoto .en {
  margin: auto;
  text-align: center;
  width: 210px;
}
.modelphoto .jp {
  display: block;
  font-size: 3.5vw;
  color: #595757;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 769px), print {
  .modelphoto .jp {
    font-size: 30px !important;
    margin: 25px 0 0 0;
  }
}
.modelphoto .modelphotoWrap {
  margin: auto;
  width: 90%;
  max-width: 1260px;
}
.modelphoto .slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.modelphoto .slider6-wrap {
  margin: 0 auto;
  margin-top: 2em;
  position: relative;
}
.modelphoto .slider-6 .slick-slide {
  overflow: hidden;
}
.modelphoto .slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modelphoto .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 {
  .modelphoto .thumbs_list {
    width: 90%;
    grid-template-columns: repeat(auto-fit, 104px);
  }
}
.modelphoto .thumbs_list li {
  width: 70px;
  height: 50px;
  filter: brightness(50%);
  cursor: pointer;
  transition: filter 0.2s;
}
@media screen and (min-width: 769px), print {
  .modelphoto .thumbs_list li {
    width: 104px;
    height: 68px;
  }
}
.modelphoto .thumbs_list li:hover {
  filter: brightness(100%);
}
.modelphoto .thumbs_list li.slick-active {
  filter: brightness(100%);
}
.modelphoto .slider7-wrap {
  margin: 0 auto;
  margin-top: 2em;
  position: relative;
}
.modelphoto .slider-7 .slick-slide {
  overflow: hidden;
}
.modelphoto .slider-7 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modelphoto .thumbs_list7 {
  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 {
  .modelphoto .thumbs_list7 {
    width: 90%;
    grid-template-columns: repeat(auto-fit, 104px);
  }
}
.modelphoto .thumbs_list7 li {
  width: 70px;
  height: 50px;
  filter: brightness(50%);
  cursor: pointer;
  transition: filter 0.2s;
}
@media screen and (min-width: 769px), print {
  .modelphoto .thumbs_list7 li {
    width: 104px;
    height: 68px;
  }
}
.modelphoto .thumbs_list7 li:hover {
  filter: brightness(100%);
}
.modelphoto .thumbs_list7 li.slick-active {
  filter: brightness(100%);
}

.modelphoto__title {
  margin-top: 2em;
}
@media screen and (min-width: 769px), print {
  .modelphoto__title {
    margin-top: 6em;
  }
}
.modelphoto__title .modelphoto__titleWrap {
  margin: auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
.modelphoto__title .modelphoto__titleWrap .modelphoto__title__main {
  padding-bottom: 0.8em;
  color: #a58849;
  font-size: clamp(1.563rem, 0.704rem + 3.662vw, 4rem);
  border-bottom: 1px solid #898989;
}
.modelphoto__title .modelphoto__titleWrap .modelphoto__title__sub {
  margin-top: 0.8em;
  font-size: clamp(1.25rem, 0.81rem + 1.878vw, 2.5rem);
}

.modelphoto__typeBlock h2 {
  margin: auto;
  width: 30%;
  max-width: 150px;
}

.modelphoto__typeBlock.httype {
  margin-top: 3em;
}
@media screen and (min-width: 769px), print {
  .modelphoto__typeBlock.httype {
    margin-top: 8em;
  }
}
.modelphoto__typeBlock.httype h2 {
  width: 40%;
  max-width: 190px;
}

.box {
  width: 90%;
  margin: 60px auto 50px;
  border: 3px solid #7a5024;
  text-align: center;
  position: relative;
  padding: 8px;
}
@media screen and (min-width: 769px), print {
  .box {
    max-width: 1100px;
    margin: 160px auto 130px;
    padding: 8px;
  }
}
.box .in {
  border: 1px solid rgba(122, 80, 36, 0.5);
  padding: 30px 0;
  background-position: 0 0, 100% 0, 0 100%, 100% 100%;
  background-image: url(../images/member/bg-box01.png), url(../images/member/bg-box02.png), url(../images/member/bg-box03.png), url(../images/member/bg-box04.png);
  background-repeat: no-repeat;
  background-size: 14%;
}
@media screen and (min-width: 769px), print {
  .box .in {
    padding: 60px 0;
    background-size: 6%;
  }
}
.box h2 {
  color: #7f4f21;
  font-size: 5vw;
  margin: 0 0 30px;
}
@media screen and (min-width: 769px), print {
  .box h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.box h2 span {
  font-size: 4vw;
  display: block;
  margin: 0 0 10px;
}
@media screen and (min-width: 769px), print {
  .box h2 span {
    font-size: 29px;
    margin: 0 0 25px;
  }
}
.box .txt {
  font-size: 3.5vw;
  margin: 0 0 30px;
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  .box .txt {
    font-size: 22px;
    margin: 0 0 50px;
  }
}
.box .reserve {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .box .reserve {
    max-width: 342px;
  }
}
.box .reserve a {
  font-size: 3.5vw;
  background: #7f4f21;
  color: #fff;
  padding: 1em 0;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px), print {
  .box .reserve a {
    font-size: 18px;
    padding: 1em 0;
  }
}
.box .madori-info-block {
  margin: auto;
  width: 90%;
}
@media screen and (min-width: 769px), print {
  .box .madori-info-block {
    width: 100%;
  }
}
.box .madori-info-block .madori-info-block__text {
  color: #9f8669;
  font-size: clamp(1.625rem, 1.284rem + 1.455vw, 2.375rem);
  font-weight: normal;
  line-height: 1.3;
}
.box .madori-info-block .madori-info-block__text .fs80 {
  font-size: 80%;
}
.box .madori-info-block .madori-info-block__text02 {
  margin-top: 1em;
}
.box .madori-info-block .madori-info-block__linkBT {
  margin: auto;
  margin-top: 1em;
}
.box .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);
  transition: 0.3s;
}
.box .madori-info-block .madori-info-block__linkBT .index:hover {
  background: #a58849;
}
.box .madori-info-block .madori-info-block__note {
  margin-top: 1em;
  line-height: 1.5;
  font-size: clamp(1rem, 0.943rem + 0.242vw, 1.125rem);
}/*# sourceMappingURL=modelphoto.css.map */