/* modelhouse
***************************************************************/


/* page title
***************************************************************/

.w_pageTitle.lazyloaded {
  background-image: url(../img/modelhouse/page_ttl.jpg);
}

.page_ttl_bottom {
  width: 100%;
  padding: 60px 0 23px;
  border-bottom: 1px solid #4c4948;
  text-align: center;
}

.page_ttl_bottom h2 {
  font-size: 19px;
  letter-spacing: 0.19em;
}

.page_ttl_bottom p {
  margin-top: 55px;
  font-size: 19px;
  letter-spacing: 0.14em;
}

.page_ttl_bottom p span {}

.page_ttl_bottom p span#output {
  font-size: 34px;
  margin-left: 0.15em;
}

.page_ttl_bottom p span.ken {
  font-size: 23px;
  margin-right: 0.15em;
}

@media all and (min-width: 681px) {}

@media all and (max-width:680px) {
  .page_ttl_bottom {
    padding: 30px 5% 10px;
  }
  .page_ttl_bottom h2 {
    font-size: 15px;
    line-height: 1.4;
  }
  .page_ttl_bottom p {
    margin-top: 10px;
    font-size: 15px;
  }
  .page_ttl_bottom p span#output {
    font-size: 26px;
  }
  .page_ttl_bottom p span.ken {
    font-size: 20px;
  }
}

@media all and (max-width:370px) {}


/* modelhouse list
***************************************************************/

.modelhouse_list {
  padding: 80px 0 0;
}


/*もっと見る非表示部分*/

.model_other {
  display: none;
}

.modelhouse_wrap {
  border: 1px solid #4c4948;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.modelhouse_wrap a {
  height: 100%;
  width: 100%;
  display: flex;
}

.modelhouse_wrap a .thumb {
  float: left;
  position: relative;
}

.modelhouse_wrap a .thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.modelhouse_wrap a .thumb .img {
  width: 586px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.modelhouse_wrap .r_box {
  padding: 35px 20px 20px 25px;
  width: 100%;
}

.modelhouse_wrap .r_box h4 {
  letter-spacing: 0.09em;
  text-align: center;
}

.modelhouse_wrap .r_box h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.53;
}
.modelhouse_wrap .r_box h3.sml1 {
  font-size: 21px;
}

.modelhouse_wrap ul {
  margin-top: 20px;
}

.modelhouse_wrap ul li {
  background-color: #ebebeb;
  color: #4c4948;
  font-size: 15px;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  line-height: 1.5;
}

.modelhouse_wrap ul li+li {
  margin-top: 8px;
}

.model_address {
  padding-left: 1.6em;
  position: relative;
  margin-top: 15px;
}

.model_address::before {
  content: "";
  width: 17px;
  height: 24px;
  background-image: url(../img/modelhouse/address_ico.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.modelhouse_wrap .w_arrow {
  margin: 15px 0 0 auto;
}

.show_more::after {
  transform: rotate(90deg);
}


/*modelhouse_wrapとの間マージン*/

.modelhouse_wrap+.modelhouse_wrap {
  margin-top: 50px;
}

.modelhouse_wrap+.show_more {
  margin-top: 50px;
}

.show_more+.modelhouse_wrap {
  margin-top: 50px;
}

.model_logo {
  background-color: rgba(255, 255, 255, 0.75);
  width: 88px;
  /*height: 100px;*/
  padding: 8px 0;
  margin-left: 20px;
}
.model_logo img {
  width: 64px;
  margin: 0 auto;
  display: block;
}

.model_logo p {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 5px;
  letter-spacing: 0;
  text-align: center;
}

@media all and (min-width: 681px) {
  .show_more:hover {
    cursor: pointer;
    background-color: #eee;
  }
  .modelhouse_wrap a:hover .thumb::before {
    opacity: 0.4;
  }
}

@media all and (max-width:680px) {
  .modelhouse_list {
    padding: 50px 0 0;
  }
  .modelhouse_wrap {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .modelhouse_wrap a {
    flex-direction: column;
  }
  .modelhouse_wrap {
    width: 100%;
  }
  .modelhouse_wrap a .thumb {
    float: none;
  }
  .modelhouse_wrap a .thumb .img {
    width: 100%;
    height: 220px;
  }
  .modelhouse_wrap .r_box {
    padding: 15px 5%;
  }
  .modelhouse_wrap .r_box h4 {
    font-size: 12px;
  }
  .modelhouse_wrap .r_box h3 {
    font-size: 18px;
    margin-top: 7px;
  }
  .modelhouse_wrap .r_box h3.sml1 {
    font-size: 15px;
  }
  .modelhouse_wrap ul {
    margin-top: 10px;
  }
  .modelhouse_wrap ul li {
    font-size: 11.5px;
    padding: 6px 5%;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .modelhouse_wrap ul li+li {
    margin-top: 3px;
  }
  .model_address {
    padding-right: 1.8em;
    margin-top: 8px;
    font-size: 12px;
  }
  .model_address::before {
    width: 13px;
    height: 18px;
  }
  .modelhouse_wrap .arrow {
    width: 65px;
  }
  .modelhouse_wrap .arrow::before {
    width: 55px;
  }
  .modelhouse_wrap .arrow::after {
    border-width: 5px 0 0 10px;
  }
  .model_logo {
    width: 80px;
    padding: 7px 0;
    margin-left: 15px;
    line-height: 1.2;
  }
  .show_more {
    width: 288px;
  }
  .modelhouse_wrap+.modelhouse_wrap {
    margin-top: 20px;
  }
  .modelhouse_wrap+.show_more {
    margin-top: 30px;
  }
  .show_more+.modelhouse_wrap {
    margin-top: 20px;
  }
    .modelhouse_wrap .w_arrow {
    display: none;
}
}

@media all and (max-width:370px) {
  .modelhouse_wrap ul li {
    font-size: 11px;
    padding: 6px 2.2%;
    letter-spacing: 0em;
  }
}


/* modelhouse_wrap_ctm
***************************************************************/
.modelhouse_wrap_ctm {
  background: url(../img/modelhouse/info32/bg_thumb1.png)no-repeat center / cover;
  border: none;
  height: 388px;
}
.modelhouse_wrap_ctm a {
  align-items: center;
  position: relative;
}
.modelhouse_wrap_ctm a::before {
  content: "";
  border: 1px solid #d0ad56;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.modelhouse_wrap_ctm .model_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.modelhouse_wrap_ctm a .thumb {
  width: 469px;
  height: 306px;
}
.modelhouse_wrap_ctm a .thumb .img {
  width: 100%;
}
.modelhouse_wrap_ctm .r_box {
  width: calc(100% - 469px);
  color: #fff;
}
.modelhouse_wrap_ctm .r_box_img1 {
  margin-top: 20px;
}
.modelhouse_wrap_ctm .model_address::before {
  background-image: url(../img/modelhouse/address_ico2.svg);
}
.modelhouse_wrap_ctm .w_arrow {
  color: #d0ad56;
}
.modelhouse_wrap_ctm .w_arrow::before {
  background-color: #d0ad56;
}
.modelhouse_wrap_ctm .w_arrow::after {
  border-color: transparent transparent transparent #d0ad56;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .modelhouse_wrap_ctm {
    background: url(../img/modelhouse/info32/bg_thumb1.png)repeat-y center top / 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .modelhouse_wrap_ctm a::before {
    display: none;
  }
  .modelhouse_wrap_ctm a .thumb {
    width: 100%;
    height: 220px;
    margin-bottom: 0;
  }
  .modelhouse_wrap_ctm .r_box {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .modelhouse_wrap_ctm .r_box::before {
    content: "";
    border: 1px solid #d0ad56;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  .modelhouse_wrap_ctm .r_box h3 {
    letter-spacing: 0;
  }
  .modelhouse_wrap_ctm .r_box_img1 {
    margin-top: 15px;
  }
}
@media all and (max-width:370px) {
}


/* bunjyo_wrap
***************************************************************/

.bunjyo_wrap {
  padding: 160px 0 150px;
}

.bunjyo_wrap .item {
  position: relative;
}

.bunjyo_wrap .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.bunjyo_wrap .item.type2 {
  width: 1000px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bunjyo_wrap .item .thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.bunjyo_wrap .item .thumb .img {
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.bunjyo_wrap .item .link {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 400px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 12px 5px;
  transition: background 0.3s ease;
  z-index:11;
}

.bunjyo_wrap .item.type2 .link {
  right: auto;
  left: 30px;
}

.bunjyo_wrap .item .link .h2 {
  text-align: center;
}

.bunjyo_wrap .item .link .h2 .jp {
  display: block;
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.bunjyo_wrap .item .link .h2 .en {
  display: block;
  font-size: 10px;
}

.bunjyo_wrap .item .link .p1 {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.62;
  text-align: center;
}

.bunjyo_wrap .item:before {
  content: "";
  display: block;
}

.bunjyo_wrap .arrow {
  font-size: 11px;
  width: 65px;
  margin: 10px 0 0 auto;
  position: relative;
  transition: 0.3s ease;
}

.bunjyo_wrap .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

@media all and (min-width: 681px) {
  .bunjyo_wrap .item:hover:before {
    opacity: 0.4;
  }
  .bunjyo_wrap .item:hover .link {
    background-color: #FBFBFA;
  }
}

@media all and (max-width:680px) {
  .bunjyo_wrap {
    padding: 50px 0 50px;
  }
  .bunjyo_wrap .item.type2 {
    width: 100%;
  }
  .bunjyo_wrap .item .thumb {
    height: 200px;
  }
  .bunjyo_wrap .item.type2 .link {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px;
    padding: 15px 6px 5px;
    left: auto;
  }
  .bunjyo_wrap .item .link .h2 .jp {
    font-size: 16px;
  }
  .bunjyo_wrap .item .link .p1 {
    font-size: 12px;
    line-height: 1.42;
    padding: 0px 8%;
  }
  .bunjyo_wrap .arrow {
    margin: 0px 0 0 auto;
  }
}

@media all and (max-width:370px) {
}
