/* lifestyle
***************************************************************/


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

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

.page_ttl_bottom {
  width: 100%;
  padding-top: 60px;
  text-align: center;
}

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

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

@media all and (max-width:680px) {
  .page_ttl_bottom {
    padding-top: 30px;
  }
  .page_ttl_bottom h2 {
    font-size: 15px;
    /*line-height: 1.4;*/
  }
}

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


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

.lifestyle_list {
  padding: 80px 0 0;
}


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

/*.model_other {
  display: none;
}*/

.lifestyle_wrap {
  /*border: 1px solid #4c4948;*/
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

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

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

.lifestyle_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;
}

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

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

.lifestyle_wrap .r_box .scene_no {
  font-size: 20px;
  letter-spacing: 0.09em;
  text-align: center;
  font-weight: 500;
}
.lifestyle_wrap .r_box .scene_no span {
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.lifestyle_wrap .r_box h3 {
  font-size: 24px;
  letter-spacing: 0em;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.53;
}

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

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

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

.lifestyle_address {
  /*padding-left: 1.6em;*/
  position: relative;
  margin-top: 15px;
  text-align: center;
}


.lifestyle_wrap .w_arrow {
  margin: 15px calc(50% - 43px) 0px auto;
}

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


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

.lifestyle_wrap+.lifestyle_wrap {
  margin-top: 125px;
}


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

  .lifestyle_wrap:nth-child(even) a .thumb {
      order: 1;
  }
}

@media all and (max-width:680px) {
  .lifestyle_list {
    padding: 50px 0 0;
  }
  .lifestyle_wrap {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .lifestyle_wrap a {
    flex-direction: column;
  }
  .lifestyle_wrap {
    width: 100%;
  }
  .lifestyle_wrap a .thumb {
    float: none;
  }
  .lifestyle_wrap a .thumb .img {
    width: 100%;
    height: 220px;
  }
  .lifestyle_wrap .r_box {
    padding: 15px 5%;
  }
  .lifestyle_wrap .r_box h4 {
    font-size: 12px;
  }
  .lifestyle_wrap .r_box h3 {
    font-size: 18px;
    margin-top: 7px;
  }
  .lifestyle_wrap ul {
    margin-top: 10px;
  }
  .lifestyle_wrap ul li {
    font-size: 11.5px;
    padding: 6px 5%;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .lifestyle_wrap ul li+li {
    margin-top: 3px;
  }
  .lifestyle_address {
    /*padding-right: 1.8em;*/
    margin-top: 4px;
    font-size: 12px;
  }
  .lifestyle_address::before {
    width: 13px;
    height: 18px;
  }
  .lifestyle_wrap .arrow {
    width: 65px;
  }
  .lifestyle_wrap .arrow::before {
    width: 55px;
  }
  .lifestyle_wrap .arrow::after {
    border-width: 5px 0 0 10px;
  }
  .show_more {
    width: 288px;
  }
  .lifestyle_wrap+.lifestyle_wrap {
    margin-top: 20px;
  }
  .lifestyle_wrap .r_box .scene_no {
    font-size: 16px;
    line-height: 1;
  }
  .lifestyle_wrap .r_box .scene_no span {
    font-size: 24px;
  }
  .lifestyle_wrap .r_box h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .lifestyle_wrap .w_arrow {
    margin: -5px 0 0px auto;
  }
}

@media all and (max-width:370px) {
  .lifestyle_wrap ul li {
    padding: 6px 2.2%;
    letter-spacing: 0.02em;
  }
}

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

.bunjyo_wrap {
  padding: 85px 0 150px;
  margin-top: 105px;
  border-top: 1px solid #d2d2d2;
}

.bunjyo_wrap .item {
  position: relative;
}

.bunjyo_wrap .item + .item {
  margin-top: 60px;
}

.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;
    margin-top: 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) {}


/* info共通
***************************************************************/
.lifestyle_mv{
  height: 535px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.lsinfo_wrap{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.lsinfo_wrap h3{
  font-size: 28px;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 0.15em;
}
.lsinfo_wrap h3 + .lsinfo_item_wrap{
  margin-top: 50px;
}
.lsinfo_wrap p{
  margin-top: 40px;
  font-size: 15px;
  line-height: 2.26;
  letter-spacing: 0em;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.lsinfo_wrap .lsinfo_item_wrap{
  margin-top: 60px;
}
.lsinfo_wrap .lsinfo_item_wrap p {
    margin-left: 0;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
}
.lsinfo_wrap .lsinfo_item_wrap img{
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.data_wrap{
  background-color: #F3F3F3;
  width: 720px;
  padding:40px 35px 40px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 210px;
  display: flex;
}
.data_wrap > div{
  width: 100%;
}
.data_wrap > p{
  width: 225px;
  font-size: 32px;
  text-align: center;
  padding-top: 40px;
  flex-shrink: 0;
  letter-spacing: 0.25em;
}
.data_wrap > p.none_data{
  padding-top: 0px;
}
.data_wrap div .data1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}
.data_wrap div .data1::after{
  content:"";
  display: block;
  width: calc(50% - 10px);
}
.data_wrap div .data2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #898989;
}
.data_wrap div .data2::after{
  content:"";
  display: block;
  width: calc(50% - 10px);
}
.data_wrap div dl{
  width: calc(50% - 10px);
  display: flex;
}
.data_wrap div dl dt{
  white-space: nowrap;
}
.data_wrap div dl dd{
  line-height: 1.5;
}
.data_wrap div dl + dl+ dl{
  margin-top: 5px;
}
.data_wrap div .data2 dl dd {
    letter-spacing: 0.02em;
    text-align: justify;
}
.data_wrap div p {
  font-size: 14px;
  line-height: 2.08;
  letter-spacing: 0.06em;
  margin-top: 20px;
  text-align: justify;
}

.tantou_wrap{
  width: 720px;
  padding:40px 35px 40px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  border:1px solid #4C4948;
}
.tantou_wrap .box1 {
  display: flex;
}
.tantou_wrap .box1 .tantou_ttl {
  width: 225px;
  font-size: 23px;
  flex-shrink: 0;
  letter-spacing: 0.22em;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tantou_wrap .box1 .tantou_txt1 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
    text-align: justify;
}

.tantou_wrap .box2 {
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 225px;
}
.tantou_wrap .box2 div {
    width: 164px;
    height: auto;
}
.tantou_wrap .box2 p.tantou_name{
  font-size: 13px;
  letter-spacing: 0.22em;
  font-weight: 600;
}
.tantou_wrap .box2 p.tantou_name span{
  font-size: 18px;
  letter-spacing: 0.22em;
  margin-left: 15px;
}


  /* btn */
.btnListArea02 {
  /*margin-top: 70px;*/
  /*margin-bottom: 80px;*/
}

.btnListArea02 .txt {
  color: #4c4948;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.btnListArea02 .btn {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #de5d4c;
  border: 1px solid #de5d4c;
  width: 450px;
  height: 85px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

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

.btnListArea02 .btn02 {
  border-color: #eb9445;
  background-color: #eb9445;
}

.btnListArea02 .btn.btn01 {
  background-color: #4c4948;
  border-color: #4c4948;
}
.btnListArea02 {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
  }

.btnListArea02 .linkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.btnListArea02 .linkWrap .btn,
.btnListArea02 .linkWrap .model_btn {
    margin: 0;
  }

.btnListArea02 {
    margin-top: 170px;
  }

.btnListArea02 .btn.btn01:hover {
    background-color: #333;
  }
.btnListArea02 .btn.btn02:hover {
    background-color: #dc7967;
}
.w_link1 {
    margin-top: 60px;
}

.sonota_kurashi {
    margin-top: 150px;
}
.sonota_kurashi > p{
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.22em;
}
.sonota_kurashi > div{
  width: 1000px;
  margin:  35px auto 0;
  display: flex;
  justify-content: space-between;
}
.sonota_kurashi div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #4c4948;
    width: calc(50% - 15px);
}
.sonota_kurashi div a figure .img {
    width: 207px;
    height: 148px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sonota_kurashi .r_box {
    width: 100%;
}
.sonota_kurashi .r_box .scene_no{
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.09em;
}
.sonota_kurashi .r_box .scene_no span{
  font-size: 24px;
  letter-spacing: 0.04em;
}
.sonota_kurashi .r_box h2 {
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.13em;
}
.sonota_kurashi .r_box .w_arrow.crimson {
    margin: 5px 30px 0 auto;
}
.sonota_kurashi > a{
  margin-bottom: 80px;
}

body[class*="page-template-page-lifestyle_info"] .scene_no{
  font-size: 21px;
}
body[class*="page-template-page-lifestyle_info"] .scene_no span{
  font-size: 34px;
}
body[class*="page-template-page-lifestyle_info"] .lifestyle_address{
  font-size: 15px;
  margin-top: 0;
}
body[class*="page-template-page-lifestyle_info"] .page_ttl_bottom h2{
  font-size: 37px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-top: 35px;
}

@media all and (min-width: 681px) {
  /*リストタイプ1 写真1枚*/
  .lsinfo_wrap .lsinfo_item_wrap.type01{

  }
  /*リストタイプ2 左写真2枚右1枚*/
  .lsinfo_wrap .lsinfo_item_wrap.type02{
    display: flex;
    justify-content: space-between;
  }
  .lsinfo_wrap .lsinfo_item_wrap.type02 > div{
    width: calc(50% - 15px);
  }
  .lsinfo_wrap .lsinfo_item_wrap.type02 .left2{
    display: block;
  }
  .lsinfo_wrap .lsinfo_item_wrap.type02 .left2 div + div{
    margin-top: 11px;
  }
  /*リストタイプ3 写真横2枚*/
  .lsinfo_wrap .lsinfo_item_wrap.type03{
    display: flex;
    justify-content: space-between;
  }
  .lsinfo_wrap .lsinfo_item_wrap.type03 > div{
    width: calc(50% - 15px);
  }
  /*リストタイプ4 左写真1枚右2枚*/
  .lsinfo_wrap .lsinfo_item_wrap.type04{
    display: flex;
    justify-content: space-between;
  }
  .lsinfo_wrap .lsinfo_item_wrap.type04 > div{
    width: calc(50% - 15px);
  }
  .lsinfo_wrap .lsinfo_item_wrap.type04 .right2{
    display: block;
  }
  .lsinfo_wrap .lsinfo_item_wrap.type04 .right2 div + div{
    margin-top: 13px;
  }
  .sonota_kurashi a .thumb {
    position:relative;
  }
  .sonota_kurashi a:hover .thumb::before {
    opacity: 0.4;
  }
  .sonota_kurashi 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;
  }
}

@media all and (max-width:680px) {
  .lifestyle_mv {
    height: 200px;
    margin-top: 30px;
  }
  .lsinfo_wrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .lsinfo_wrap h3 {
      font-size: 18px;
      margin-top: 50px;
  }
  .lsinfo_wrap p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.9;
    width: 100%;
  }
  .lsinfo_wrap .lsinfo_item_wrap {
    margin-top: 30px;
  }
  .lsinfo_wrap .lsinfo_item_wrap div + div {
    margin-top: 20px;
  }
  .lsinfo_wrap .lsinfo_item_wrap p {
    margin-top: 5px;
    width: 100%;
    line-height: 1.6;
    font-size: 11px;
  }
  .data_wrap {
      /* width: 100%; */
      flex-direction: column;
      /* margin-top: 80px; */
      padding: 20px 5%;
      margin: 80px 5% 0;
      width: auto;
  }
  .data_wrap > p {
    padding-top: 0;
    letter-spacing: 0.15em;
    font-size: 24px;
    width: 100%;
  }
  .data_wrap div .data1 {
    display: block;
    margin-top: 15px;
  }
  .data_wrap div dl {
    width: 100%;
  }
  .data_wrap div dl + dl + dl{
    margin-top: 0px;
  }
  .data_wrap div p {
    margin-top: 10px;
  }


  .tantou_wrap {
      width: auto;
      flex-direction: column;
      margin-left: 5%;
      margin-right: 5%;
      padding: 20px 5%;
  }
  /*.tantou_wrap {
    display: block;
    margin-top: 10px;
  }*/
  .tantou_wrap .box1 {
      display: block;
  }
  .tantou_wrap .box1 .tantou_ttl {
      width: 100%;
      font-size: 20px;
      letter-spacing: 0.15em;
      text-align: center;
      display: block;
  }

  .tantou_wrap .box1 p.tantou_name {
      text-align: center;
      margin-top: 5px;
      font-size: 12px;
      letter-spacing: 0.12em;
  }
  .tantou_wrap .box1 .tantou_txt1 {
    margin-top: 10px;
  }

  .tantou_wrap .box2 {
      margin-top: 15px;
      width: 100%;
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      padding-left: 0;
  }

  .tantou_wrap .box2 p.tantou_name{
    white-space: nowrap;
  }
  .tantou_wrap .box2 div {
      width: 100%;
      height: auto;
      margin-top: 15px;
  }

  .btnListArea02 {
    width: 100%;
    margin-top: 60px;
  }
  .btnListArea02 .btn {
    padding-right: 20px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    width: 288px;
  }
  .btnListArea02 .linkWrap {
    flex-direction: column;
  }
  .btnListArea02 .linkWrap a + a{
    margin-top: 10px !important;
  }
  .sonota_kurashi {
    margin-top: 60px;
  }
  .sonota_kurashi > p {
      letter-spacing: 0.12em;
      font-size: 18px;
  }
  .sonota_kurashi > div {
      display: block;
      width: auto;
      margin: 10px 5% 0;
  }
  .sonota_kurashi div a {
      width: 100%;
      /*display: block;
      padding-bottom: 15px;*/
  }
  .sonota_kurashi div a + a {
    margin-top: 10px;
  }
  .sonota_kurashi figure.thumb {
    max-width: 220px;
    width: 40%;
    flex-shrink: 0;
  }
  .sonota_kurashi div a figure .img {
      width: 100%;
      height: 120px;
  }
  /*.sonota_kurashi .r_box {
    margin-top: 5px;
  }*/
  .sonota_kurashi .r_box h2 {
      font-size: 14px;
      line-height: 1.45;
      letter-spacing: 0.1em;
  }
  .sonota_kurashi .r_box .scene_no span{
    font-size: 20px;
  }
  .sonota_kurashi .r_box .w_arrow.crimson {
    margin: -5px 30px 0 auto;
  }
  .sonota_kurashi > a {
    margin-bottom: 50px;
  }

  body[class*="page-template-page-lifestyle_info"] .scene_no {
    font-size: 16px;
  }
  body[class*="page-template-page-lifestyle_info"] .scene_no span {
    font-size: 22px;
  }
  body[class*="page-template-page-lifestyle_info"] .lifestyle_address {
    font-size: 14px;
  }
  body[class*="page-template-page-lifestyle_info"] .page_ttl_bottom h2 {
      line-height: 1.4;
      margin-top: 15px;
      font-size: 18px;
  }

}

@media all and (max-width:370px) {
  .sonota_kurashi .r_box .scene_no {
    font-size: 14px;
    margin-top: -5px;
  }
  .lsinfo_wrap h3{
    letter-spacing: 0.1em;
  }
  .sonota_kurashi .r_box h2 {
    font-size: 12px;
  }
  .sonota_kurashi div a figure .img {
      height: 90px;
  }
  .sonota_kurashi .r_box .w_arrow.crimson {
    margin: -8px 15px 0 auto;
  }
}


/* info01
***************************************************************/

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

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

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

.mt210{
margin-top: 210px!important;}
@media all and (max-width:680px) {
    .mt210{
margin-top: 80px!important;}
}
