@charset "UTF-8";
/* 経営実例
-------------------------------------------------- */
body.case .area-index {
  padding: 0 20px;
}
body.case .area-index .list-outer {
  max-width: 295px;
  margin: 0 auto;
  padding: 0 20px;
}
/* body.case .area-index .list .list__item {
  margin-bottom: 40px;
} */
body.case .area-index .list .list__item {
  margin-bottom: 30px;
}
body.case .area-index .list .list__item a {
  position: relative;
  display: block;
}
body.case .area-index .list .list__item .pic-outer {
  position: relative;
}
body.case .area-index .list .list__item .pic-outer figcaption{
  margin-top:5px;
  color:#000000;
  font-size:87.5%;
}
body.case .area-index .list .list__item .pic-outer .balloon {
  position: absolute;
  left: -10%;
  bottom: -20px;
  display: block;
  width: 62px;
}
/* body.case .area-index .list .list__item .pic {
  margin-bottom: 10px;
} */
body.case .area-index .list .list__item .caption {
  width: 215px;
  margin: 0 auto;
}

/* 共通
-------------------------------------------------- */
/* タイトル */
body.ex .area-heading._newheader{
  margin-bottom: 0;
}
body.ex .area-page-title{
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
body.ex .area-page-title .page-heading{
  width: 100%;
  margin:25px auto 20px;
  line-height:1;
  text-align:center;
}
body.ex .area-page-title .page-heading img{
  height:24px;
  width:auto;
}
body.ex .area-page-title .page-title{
  max-width: 320px;
  margin: 0 auto;
}
body.ex .area-page-title .page-title p{
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0;
}
body.ex .area-page-title .page-title span{
  background: linear-gradient(transparent 60%, #e4e9eb 40%);
}

/* 各セクション共通部 */
body.ex .area-layout,
body.ex .area-plan,
body.ex .area-outline,
body.ex .area-video{
  margin-bottom: 40px;
  padding: 0 20px;
}
body.ex .area-layout .heading,
body.ex .area-plan .heading,
body.ex .area-outline .heading,
body.ex .area-video .heading{
  margin-bottom: 10px;
  font-size: 100%;
  /*font-size: 1.6rem;*/
  line-height: 1.61;
  letter-spacing: 0.025em;
}
body.ex .area-layout .caption,
body.ex .area-plan .caption,
body.ex .area-outline .caption,
body.ex .area-video .caption{
  font-size: 12px;
  /*font-size: 1.2rem;*/
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
body.ex .area-layout .area-title,
body.ex .area-plan .area-title,
body.ex .area-outline .area-title,
body.ex .area-video .area-title{
  height: 48px;
  margin: 0 0 40px;
  color: #001f3c;
  font-size: 125%;
  /*font-size: 1.9rem;*/
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  border-top: 1px solid #001f3c;
  border-bottom: 1px solid #001f3c;
}
body.ex .pic{
  margin-bottom: 20px;
}
body.ex .layout{
  margin-bottom: 20px;
}
body.ex .plan{
  margin-bottom: 20px;
}

/* KV */
body.ex .slider{
  margin-bottom: 30px;
}
body.ex .swiper-container{
  padding-bottom: 45px;
}
body.ex .swiper-slide img{
  width: 100%;
  height: auto;
}
body.ex .my-swiper-button-prev{
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 17.5px;
  height: 35px;
  color: #333;
  z-index: 100;
}
body.ex .my-swiper-button-next{
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 17.5px;
  height: 35px;
  color: 333;
  z-index: 100;
}
body.ex .my-swiper-pagination{
  position: absolute;
  bottom: 8px;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
body.ex .my-swiper-pagination.swiper-pagination-hidden{
  opacity: 0;
}
body.ex .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  background: #666;
}
body.ex .swiper-pagination-bullet-active{
  background: #001f3c;
}

/* KVスライドなし */
body.ex .area-movie{
  margin-bottom:40px;
}
body.ex .area-movie .main video{
  margin-bottom:5px;
}
body.ex .area-movie .main video{
  vertical-align:bottom;
}
body.ex .area-movie .main .moviearea {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 5px;
}
body.ex .area-movie .main .moviearea iframe{
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom:0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body.ex .area-movie .main .preview{
 /*  position:relative;
  width:100%; */
  margin-bottom:5px;
}
/* body.ex .area-movie .main .preview:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding-top:56.25%;
} */
body.ex .area-movie .thumb{
  display:flex;
  align-items:flex-start;
}
body.ex .area-movie .thumb img{
  width:calc((100% - 5px) / 2);
}
body.ex .area-movie .thumb img:first-of-type{
  margin-right:5px;
}

/* 設計のポイント・オーナー様の声・ */
body.ex .area-voice{
  display:flex;
  align-items:center;
}
body.ex .area-voice img{
  margin-right:05px;
  width:65px;
}
body.ex .area-voice .caption{
  margin-bottom:0;
  font-size: 13px;
  line-height: 1.61;
}

/* 物件概要 */
body.ex .area-outline .list{
  padding: 0 20px;
}
body.ex .area-outline .list__item{
  margin-bottom: 0.2em;
  font-size: 13px;
  /*font-size: 1.3rem;*/
  line-height: 1.61;
  letter-spacing: 0.05em;
}
body.ex .area-outline .list__item .inr{
  padding-left:5.8em;
  text-indent:-5.8em;
}
body.ex .area-btn-index{
  padding-top: 20px;
  margin-bottom: 50px;
}
body.ex .area-btn-index .btn-index{
  position: relative;
  display: block;
  width: 295px;
  height: 60px;
  margin: 0 auto;
  padding-right: 0.5em;
  color: #001f3c;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #001f3c;
  box-sizing: border-box;
}
body.ex .area-btn-index .btn-index:after{
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #001f3c;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 360度動画 */
/* body.ex .area-video{
  margin-top:40px;
}
body.ex .area-video .preview{
  width:375px;
  height:200px;
  max-width:100%;
  margin: 0 auto;
} */


/* ==========================
　　　　　ケース別
========================== */

/* Case 07
-------------------------------------------------- */
body.ex._7 .area-outline .list__item.units .inr{
  padding-left:10em;
  text-indent:-10em;
}

/* Case 08
-------------------------------------------------- */
body.ex._8 .area-voice {
  max-width: 340px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
body.ex._8 .area-voice .frame {
  position: relative;
  padding-left: 80px;
  box-sizing: border-box;
}
body.ex._8 .area-voice .ico {
  position: absolute;
  left: 0;
  top: 10px;
  width: 61.5px;
}
body.ex._8 .area-voice .ico img {
  width: 100%;
  height: auto;
}
body.ex._8 .area-voice .caption {
  font-size: 13px;
  /*font-size: 1.3rem;*/
  line-height: 1.61;
}
body.ex._8 .area-outline .list__item .inr {
  position: relative;
  padding-left: 9.5em;
  text-indent:0;
}
body.ex._8 .area-outline .list__item .inr span{
  position: absolute;
  left: 0;
}

/* Case 09
-------------------------------------------------- */
body.ex._9 .area-outline .list__item .inr {
  position: relative;
  padding-left: 10.5em;
  text-indent:0;
}
body.ex._9 .area-outline .list__item .inr span{
  position: absolute;
  left: 0;
}

/* Case 10
-------------------------------------------------- */
body.ex._10 .area-outline .list__item .inr {
  position: relative;
  padding-left: 10.5em;
  text-indent:0;
}
body.ex._10 .area-outline .list__item .inr span{
  position: absolute;
  left: 0;
}

/* Case 12
-------------------------------------------------- */
body.ex._12 .area-outline .list__item .inr {
  position: relative;
  padding-left: 10.5em;
  text-indent:0;
}
body.ex._12 .area-outline .list__item .inr span{
  position: absolute;
  left: 0;
}
