@charset "utf-8";

/*
  File Name   : modelhouse.css
  Description : コンテンツエリア関係 他
*/

/* basse
============================================================ */
#modelhouse #lay-main {
  padding-bottom: 0;
}
#lay-header {
  background: #fff !important;
}

/* section
============================================================ */
.com-section-inner {
  max-width: calc(850px + 40px * 2);
  padding: 0 40px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* kv
============================================================ */
.com-kv-wrap {
  height: 1060px;
}
.com-kv-wrap .com-kv-inner .com-page-title-wrap .area-en {
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  letter-spacing: 6px;
  margin-top: 20px;
}

/* matsue */
body.matsue .com-kv-wrap {
  background: url(../img/modelhouse/matsue/kv-img.jpg?20230529) center no-repeat;
  background-size: cover;
}

/* izumo */
body.izumo .com-kv-wrap {
  background: url(../img/modelhouse/izumo/kv-img.jpg?20230529) center no-repeat;
  background-size: cover;
}

/* yonago */
body.yonago .com-kv-wrap {
  background: url(../img/modelhouse/yonago/kv-img.jpg) center no-repeat;
  background-size: cover;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-kv-wrap {
    height: 920px;
  }

  /* matsue */
  body.matsue .com-kv-wrap {
    background-image: url(../img/modelhouse/matsue/kv-img-sp.jpg);
    background-position: center bottom;
  }

  /* izumo */
  body.izumo .com-kv-wrap {
    background-image: url(../img/modelhouse/izumo/kv-img-sp.jpg);
    background-position: center bottom;
  }

  /* yonago */
  body.yonago .com-kv-wrap {
    background-image: url(../img/modelhouse/yonago/kv-img-sp.jpg);
    background-position: center bottom;
  }
}
@media screen and (max-width: 811px) {
  .com-kv-wrap {
    height: 760px;
  }
}
@media screen and (max-width: 481px) {
  .com-kv-wrap {
    height: 570px;
  }
}
@media screen and (max-width: 360px) {
  .com-kv-wrap .com-kv-inner .com-page-title-wrap .area-en {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

/* -section-first
============================================================ */
.-section-first .bg-wh-box {
  padding: 60px 80px;
  background-color: #fff;
}
.-section-first .bg-wh-box .title {
  font-size: 25px;
  font-weight: 500;
  color: #14648c;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.-section-first .bg-wh-box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #14648c;
}
.-section-first .bg-wh-box .text {
  margin-top: 40px;
}
.-section-first .bg-wh-box .text li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  text-indent: -1em;
  margin-left: 1em;
}
.-section-first .bg-wh-box .text li:not(:first-child) {
  margin-top: .25em;
}
.-section-first .bg-wh-box .text li span {
  display: inline;
  background-position: left -100% center;
  padding-bottom: .4em;
  background-size: 200% .7em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffea65 50%);
  transition: background-position 2s ease .1s;
}

/* izumo */
body.izumo .-section-first .bg-wh-box .text {
  max-width: 500px;
  margin: 40px auto 0;
}

/* yonago */
body.yonago .-section-first .bg-wh-box .text {
  max-width: 500px;
  margin: 40px auto 0;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-first .bg-wh-box {
    padding: 30px 20px;
  }
  .-section-first .bg-wh-box .text li {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* -section-slide-items
============================================================ */
.-section-slide-items {
  margin-top: 95px;
}

/* desc-block */
.-section-slide-items .desc-block {
  width: 750px;
  margin: 60px auto 0;
}
.-section-slide-items .desc-block .title-wrap {
  text-align: center;
}
.-section-slide-items .desc-block .title-wrap .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  color: #14648c;
}
.-section-slide-items .desc-block .title-wrap .title-sub {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.-section-slide-items .desc-block .text {
  margin-top: 50px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-slide-items .desc-block {
    width: 100%;
  }
  .-section-slide-items .desc-block .title-wrap .title {
    font-size: 20px;
  }
  .-section-slide-items .desc-block .title-wrap .title-sub {
    font-size: 16px;
  }
  .-section-slide-items .desc-block .text {
    margin-top: 30px;
  }
}

/* -section-btns
============================================================ */
.-section-btns {
  width: 830px;
  margin: 150px auto 0;
}
.-section-btns .btn-wrap a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  display: block;
  padding: 23px 40px;
  border-radius: 100px;
  background-color: #14648c;
  transition: all .2s ease-in-out;
}
.-section-btns .btn-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}
.-section-btns .btn-wrap a span {
  font-size: 12px;
}
.-section-btns .btn-wrap a .inner {
  padding-left: 50px;
  position: relative;
}
.-section-btns .btn-wrap a .inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.-section-btns .btn-wrap a .inner.-icon-home::before {
  background: url(../img/common/icon-head-btn-A.png) 0 0 no-repeat;
  background-size: 40px auto;
}
.-section-btns .btn-wrap a .inner.-icon-book::before {
  background: url(../img/common/icon-head-btn-B.png) 0 0 no-repeat;
  background-size: 40px auto;
}

/* btn-A */
.-section-btns .btn-A ul {
  display: flex;
}
.-section-btns .btn-A li {
  width: calc((100% - 20px * 1) / 2);
  margin-right: 20px;
}
.-section-btns .btn-A li:last-child {
  margin-right: 0;
}

/* btn-B */
.-section-btns .btn-B {
  margin-top: 50px;
}
.-section-btns .btn-wrap.btn-B a {
  text-align: center;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-btns {
    width: 100%;
    margin-top: 100px;
  }
  .-section-btns .btn-wrap a {
    padding: 20px 20px;
    white-space: normal;
  }
  .-section-btns .btn-wrap a:hover {
    opacity: 1;
  }
  .-section-btns .btn-wrap a span {
    font-size: 10px;
  }
  .-section-btns .btn-A ul {
    display: block;
  }
  .-section-btns .btn-A li {
    width: 100%;
    margin-right: 0;
  }
  .-section-btns .btn-A li:last-child {
    margin-top: 20px;
  }
  .-section-btns .btn-B {
    margin-top: 20px;
  }
}

/* -section-staff-and-campaign
============================================================ */
.-section-staff-and-campaign {
  display: flex;
  margin-top: 125px;
}
.-section-staff-and-campaign > * {
  width: 50vw;
  text-align: center;
}
.-section-staff-and-campaign .item {
  height: 520px;
  position: relative;
}
.-section-staff-and-campaign .item .desc {
  padding-top: 130px;
}
.-section-staff-and-campaign .item .title,
.-section-staff-and-campaign .item .text {
  color: #fff;
}
.-section-staff-and-campaign .item .title {
  font-size: 54px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 13px;
}
.-section-staff-and-campaign .item .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-top: 25px;
}
.-section-staff-and-campaign .item .top-btn-wrap {
  margin-top: 55px;
}
.-section-staff-and-campaign .item.-staff {
  background: url(../img/top/staff-and-campaign-img-1.jpg) center no-repeat;
  background-size: cover;
}
.-section-staff-and-campaign .item.-campaign {
  background: url(../img/top/staff-and-campaign-img-2.jpg) center no-repeat;
  background-size: cover;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-staff-and-campaign {
    display: block;
  }
  .-section-staff-and-campaign > * {
    width: 100%;
  }
  .-section-staff-and-campaign .item {
    height: auto;
  }
  .-section-staff-and-campaign .item .desc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .-section-staff-and-campaign .item .title {
    font-size: 30px;
    letter-spacing: 10px;
  }
  .-section-staff-and-campaign .item .text {
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .-section-staff-and-campaign .item .top-btn-wrap {
    margin-top: 30px;
  }
}

/* -section-map
============================================================ */
.-section-map {
  padding: 120px 0 85px;
  background-color: #fff;
}
.-section-map .title-wrap {
  text-align: center;
}
.-section-map .title-wrap .title-en {
  font-size: 37px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 13px;
}
.-section-map .title-wrap .title-ja {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
}
.-section-map .desc-wrap {
  text-align: center;
  margin-top: 60px;
}
.-section-map .desc-wrap .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #14648c;
}
.-section-map .desc-wrap .text {
  font-weight: 500;
  margin-top: 30px;
}
.-section-map .map {
  margin-top: 80px;
}
.-section-map .map iframe {
  width: 100%;
  height: 420px;
}
.-section-map .btns {
  width: 700px;
  margin: 85px auto 0;
  display: flex;
}
.-section-map .btns li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.-section-map .btns li:last-child {
  margin-right: 0;
}
.-section-map .btns li .com-btn-wrap {
  margin-top: 0;
}
.-section-map .btns li .com-btn-wrap a {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  background-color: #14648c;
}
.-section-map .btns li .com-btn-wrap .btn-base.-bolder {
  border: solid 1px #14648c;
}
.-section-map .btns li .com-btn-wrap .btn-base.-arrow-small::after {
  background: url(../img/common/icon-btn-arrow-small-wh.png) 0 0 no-repeat;
  background-size: 9px auto;
}

/* current */
.-section-map .btns li.current .com-btn-wrap .btn-base {
  color: #14648c;
  background-color: #fff;
}
.-section-map .btns li.current .com-btn-wrap .btn-base.-arrow-small::after {
  display: none;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-map .btns {
    width: 100%;
    margin: 60px auto 0;
    display: block;
  }
  .-section-map .btns li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .-section-map .btns li:last-child {
    margin-bottom: 0;
  }
  .-section-map .btns li .com-btn-wrap a:hover {
    opacity: 1;
  }
}




/* .slide-block */
.-section-slide-items .slide-block .detail-slider-wrap .slide-item {
  height: 566px;
}
.-section-slide-items .slide-block .thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.-section-slide-items .slide-block .thumbnail-list .thumb-item {
  width: calc((100% - 10px * 5) / 6);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  height: 100px;
}
.-section-slide-items .slide-block .thumbnail-list .thumb-item:nth-child(6n) {
  margin-right: 0;
}
.-section-slide-items .slide-block .thumbnail-list .thumb-item:nth-child(n + 7) {
  margin-top: 10px;
}
.-section-slide-items .slide-block .thumbnail-list .thumb-item.thumbnail-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 4px #14648c;
}
.-section-slide-items .slide-block .detail-slider-wrap img,
.-section-slide-items .slide-block .thumbnail-list .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.-section-slide-items .slide-block .slick-prev,
.-section-slide-items .slide-block .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 25px;
  display: block !important;
  z-index: 1;
}
.-section-slide-items .slide-block .slick-prev:hover,
.-section-slide-items .slide-block .slick-next:hover {
  opacity: .7;
}
.-section-slide-items .slide-block .slick-next {
  right: 30px;
}
.-section-slide-items .slide-block .slick-prev {
  left: 30px;
}
.-section-slide-items .slide-block .slick-prev::before,
.-section-slide-items .slide-block .slick-next::before {
  font-family: '';
  font-size: 0;
  opacity: 1;
  content: "";
  width: 15px;
  height: 35px;
  background: url(../img/common/icon-slider-prev-wh.png) 0 0 no-repeat;
  background-size: 15px auto;
  display: block !important;
  position: relative;
  z-index: 1;
}
.-section-slide-items .slide-block .slick-next::before {
  background: url(../img/common/icon-slider-next-wh.png) 0 0 no-repeat;
  background-size: 15px auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-section-slide-items .slide-block .detail-slider-wrap .slide-item {
    height: 58.925vw;
  }
  .-section-slide-items .slide-block .thumbnail-list .thumb-item {
    /* width: calc((100% - 10px * 5) / 6);
    margin-right: 10px; */
    height: 8.467vw;
  }
  .-section-slide-items .slide-block .slick-next {
    right: 10px;
  }
  .-section-slide-items .slide-block .slick-prev {
    left: 10px;
  }
}
