@charset "UTF-8";
/* 経営実例
-------------------------------------------------- */
body.case .area-heading .page-title {
  text-align: center;
}
body.case .area-heading .page-title span {
  position: relative;
  display: inline-block;
  width: 213px;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}
body.case .area-heading .page-title span img {
  width: 100%;
  height: auto;
}
body.case .area-index {
  /* margin-bottom: 80px; */
  padding: 0 0 85px;
}
body.case .area-index .list-outer {
  padding-top: 0px;
  width: 1160px;
  margin: 0 auto;
}
body.case .area-index .list {
  margin-right: -40px;
}
body.case .area-index .list {
  *zoom: 1;
}
body.case .area-index .list:before, body.case .area-index .list:after {
  content: "";
  display: table;
}
body.case .area-index .list:after {
  clear: both;
}
/* 二列組み
body.case .area-index .list .list__item {
  float: left;
  width: 500px;
  height: 340px;
  margin-right: 24px;
  margin-bottom: 40px;
} 
body.case .area-index .list .list__item a {
  position: relative;
  display: block;
  width: 500px;
  height: 340px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}*/
body.case .area-index .list .list__item {
  float: left;
  /* width: 328px; */
  width: 360px;
  /* height: 255px; */
  margin-right: 40px;
  margin-bottom: 40px;
}
body.case .area-index .list .list__item a {
  position: relative;
  display: block;
  width: auto;
  /* height: 255px; */
  /* color: #fff; */
  text-decoration: none;
  /* text-align: center; */
}
body.case .area-index .list .list__item a figure figcaption{
  margin-top:5px;
  font-size:73.68%;
  text-align:left;
  color:#000000;
}
body.case .area-index .list .list__item a .box {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.case .area-index .list .list__item a .box .heading {
  position: relative;
  top: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.case .area-index .list .list__item a .box .caption {
  position: relative;
  top: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
body.case .area-index .list .list__item a .box .balloon {
  position: absolute;
  left: -20px;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body.case .area-index .list .list__item a:hover .box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.case .area-index .list .list__item a:hover .box .heading {
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.case .area-index .list .list__item a:hover .box .caption {
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.case .area-index .list .list__item a:hover .box .balloon {
  position: absolute;
  left: -20px;
  top: -20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.case .area-index .list .list__item .inr {
  display: table-cell;
  width: 540px;
  height: 340px;
  vertical-align: middle;
}
body.case .area-index .list .list__item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
body.case .area-index .list .list__item .box {
  position: relative;
  display: block;
  width: 500px;
  height: 340px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
body.case .area-index .list .list__item .balloon {
  position: absolute;
  display: inline-block;
  width: 86px;
}
body.case .area-index .list .list__item .heading {
  display: block;
  font-weight: normal;
}
body.case .area-index .list .list__item .heading span {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
body.case .area-index .list .list__item .caption {
  font-size: 24px;
  line-height: 1.66;
}

/* 共通
-------------------------------------------------- */
/* タイトル */
body.ex .area-page-title .page-heading{
  width: 100%;
  margin: 50px auto 30px;
  line-height:1;
  text-align:center;
}
body.ex .area-page-title .page-heading img{
  width: auto;
  height: 38px;
  /* height: auto; */
}
body.ex .area-page-title .page-title{
  text-align: center;
}
body.ex .area-page-title .page-title span{
  position: relative;
  display: inline-block;
  width: 1160px;
  margin-bottom: 40px;
  text-align: center;
}
body.ex .area-page-title .page-title span p{
  font-size: 1.8em;
  line-height: 168%;
  font-weight: 400;
  display: inline;
  background: linear-gradient(transparent 60%, #e4e9eb 40%);
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}

/* 各セクション共通部 */
body.ex .area-layout .heading,
body.ex .area-plan .heading,
body.ex .area-outline .heading{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.025em;
/*  font-weight: bold;*/
}
body.ex .area-layout .caption,
body.ex .area-plan .caption,
body.ex .area-outline .caption{
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.76;
  letter-spacing: 0.025em;
}
body.ex .area-layout .area-title,
body.ex .area-plan .area-title,
body.ex .area-outline .area-title{
  height: 47px;
  margin: 0 0 40px;
  color: #001f3c;
  font-size: 25px;
  line-height: 47px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  border-top: 1px solid #001f3c;
  border-bottom: 1px solid #001f3c;
}
body.ex .row{
  *zoom: 1;
}
body.ex .row:before, body.ex .row:after{
  content: "";
  display: table;
}
body.ex .row:after{
  clear: both;
}
body.ex .row .col-left{
  float: left;
}
body.ex .row .col-right{
  float: right;
}

/* KV スライド */
body.ex .area-gallery{
  padding-bottom:70px;
}
body.ex .area-gallery .inr{
  width: 1160px;
  margin: 0 auto;
}
body.ex .area-gallery .inr{
  *zoom: 1;
}
body.ex .area-gallery .inr:before, body.ex .area-gallery .inr:after{
  content: "";
  display: table;
}
body.ex .area-gallery .inr:after{
  clear: both;
}
body.ex .area-gallery .col-main{
  position: relative;
  float: left;
  width: 816px;
  height: 459px;
}
body.ex .area-gallery .col-main .main-pic__item{
  position: absolute;
  left: 0;
  top: 0;
}
body.ex .area-gallery .col-main .main-pic__item .moviearea{
  position: relative;
  padding-top: 56.25%;
}
body.ex .area-gallery .col-main .main-pic__item .moviearea iframe{
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom:0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body.ex .area-gallery .col-main img{
  width: 100%;
  height: auto;
}
body.ex .area-gallery .col-thumb{
  float: right;
  width: 336px;
}
body.ex .area-gallery .col-thumb .thumb-pic{
  margin-right: -8px;
  cursor: pointer;
}
body.ex .area-gallery .col-thumb .thumb-pic{
  *zoom: 1;
}
body.ex .area-gallery .col-thumb .thumb-pic:before, body.ex .area-gallery .col-thumb .thumb-pic:after{
  content: "";
  display: table;
}
body.ex .area-gallery .col-thumb .thumb-pic:after{
  clear: both;
}
body.ex .area-gallery .col-thumb .thumb-pic__item{
  float: left;
  width: 144px;
  margin-right: 8px;
  margin-bottom: 8px;
}
body.ex .area-gallery .col-thumb .thumb-pic__item img{
  width: 100%;
  height: auto;
}

/* サムネレイアウト 4 */
body.ex .area-gallery.layout_4pic .col-thumb{
  width: 336px;
}
body.ex .area-gallery.layout_4pic .col-thumb .thumb-pic{
  margin-right: -10px;
}
body.ex .area-gallery.layout_4pic .col-thumb .thumb-pic__item{
  width:163px;
  margin-right:10px;
  margin-bottom:10px;
}
body.ex .area-gallery.layout_4pic .col-thumb .thumb-pic__item:first-of-type,
body.ex .area-gallery.layout_4pic .col-thumb .thumb-pic__item:nth-of-type(2){
  width:336px;
  margin-right:0;
}

/* サムネレイアウト 5 */
body.ex .area-gallery.layout_5pic .col-thumb{
  width: 336px;
}
body.ex .area-gallery.layout_5pic .col-thumb .thumb-pic{
  margin-right: -10px;
}
body.ex .area-gallery.layout_5pic .col-thumb .thumb-pic__item{
  width:163px;
  margin-right:10px;
  margin-bottom:10px;
}
body.ex .area-gallery.layout_5pic .col-thumb .thumb-pic__item:first-of-type{
  width:336px;
  margin-right:0;
}

/* KV 動画掲載 */
body.ex .area-gallery #thumb-video.thumb-pic{
  margin-bottom:0;
  width:100%;
  cursor:inherit;
}
body.ex .area-gallery #thumb-video .thumb-pic__item{
  float:none;
  width:100%;
  margin-right:0;
  margin-bottom: 10px;
}

/* 土地利用計画 */
body.ex .area-layout{
  padding-bottom:70px;
}
body.ex .area-layout .row{
  margin:0 auto;
  width:840px;
}
body.ex .area-layout .col-right{
  width:440px;
}
body.ex .area-layout .col-left{
  width:320px;
}

/* プラン例 */
body.ex .area-plan{
  padding-bottom:70px;
}
body.ex .area-plan .row{
  margin:0 auto;
  width:816px;
}
body.ex .area-plan .col-right{
  width:480px;
}
body.ex .area-plan .col-left{
  width:300px;
}
body.ex .area-plan .plan{
    margin:30px auto 0;
}
body.ex .area-plan .area-voice{
  clear:both;
  margin-top:30px;
}

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

/* 物件概要 */
body.ex .area-outline .row{
  width: 841px;
  margin: 0 auto;
}
body.ex .area-outline .col-left,
body.ex .area-outline .col-right{
  width: 420px;
  padding-left: 60px;
  box-sizing: border-box;
}
body.ex .area-outline .col-left{
  border-right: 1px dotted #333;
}
body.ex .area-outline .list{
  font-size: 17px;
  line-height: 1.3;
}
body.ex .area-outline .list__item{
  margin-bottom: 8px;
}
body.ex .bottom-nav{
  padding: 80px 0;
}
body.ex .bottom-nav .btn-index{
  position: relative;
  display: block;
  width: 300px;
  height: 58px;
  color: #333;
  margin: 50px auto 0;
  font-size: 15px;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333;
  box-sizing: border-box;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.ex .bottom-nav .btn-index:hover{
  color: #fff;
  background: #001f3c;
}
body.ex .bottom-nav .btn-index:after{
  position: absolute;
  right: 10px;
  top: 25px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #333333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.ex .bottom-nav .btn-index:hover:after{
  border-color: transparent transparent transparent #fff;
}

/* 360度動画 */
body.ex .area-video{
  padding-top:70px;
}
body.ex .area-video .preview{
  margin: 0 auto;
  width:1160px;
  height:511px;
}


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

/* Case 01
-------------------------------------------------- */
body.ex._1 .page-title span{
  width:1160px;
}
body.ex._1 .area-gallery .col-main{
  height:459px;
}
body.ex._1 .area-plan .plan{
    width:560px;
}

/* Case 02
-------------------------------------------------- */
body.ex._2 .page-title span{
  width:1160px;
}
body.ex._2 .area-plan .plan{
    width:568px;
}
body.ex._2 .area-outline .list__item .inr{
  padding-left:5.5em;
  text-indent:-5.5em;
}

/* Case 03
-------------------------------------------------- */
body.ex._3 .page-title span{
  width:1160px;
}
body.ex._3 .area-layout .pic img:first-of-type{
  margin-bottom:15px;
}
body.ex._3 .area-plan .plan{
    width:658px;
}

/* Case 04
-------------------------------------------------- */
body.ex._4 .page-title span{
  width:1160px;
}
body.ex._4 .area-plan .plan{
    width:760px;
}

/* Case 05
-------------------------------------------------- */
body.ex._5 .page-title span{
  width:1160px;
}
body.ex._5 .area-plan .plan{
    width:760px;
}
body.ex._5 .area-outline .list__item .inr{
  padding-left:5.5em;
  text-indent:-5.5em;
}

/* Case 06
-------------------------------------------------- */
body.ex._6 .page-title span{
  width:1160px;
}
body.ex._6 .area-plan .plan{
    width:760px;
}
body.ex._6 .area-outline .list__item .inr{
  padding-left:5.5em;
  text-indent:-5.5em;
}
/* Case 07
-------------------------------------------------- */
body.ex._7 .page-title span{
  width:1160px;
}
body.ex._7 .area-plan .plan{
    width:650px;
}
body.ex._7 .area-layout .col-right{
  width:510px;
}
body.ex._7 .area-outline .list__item .inr{
  padding-left:5.5em;
  text-indent:-5.5em;
}

/* Case 08
-------------------------------------------------- */
body.ex._8 .page-title span{
  width:1160px;
}
body.ex._8 .area-layout .col-right .layout {
  padding-top: 80px;
}
body.ex._8 .area-plan .plan {
  width: 665px;
  margin: 30px auto 0;
}
body.ex._8 .area-plan .plan img {
  width: 100%;
  height: auto;
}
body.ex._8 .area-outline .list__item .inr {
  position: relative;
  padding-left: 9.4em;
}
body.ex._8 .area-outline .list__item .inr span {
  position: absolute;
  left: 0;
}

/* Case 09
-------------------------------------------------- */
body.ex._9 .page-title span{
  width:1160px;
}
body.ex._9 .area-layout .row {
  width: 700px;
  margin: 0 auto 0;
}
body.ex._9 .area-layout .col-right {
  width: 280px;
}
body.ex._9 .area-layout .col-right .layout {
  padding-top: 30px;
}
body.ex._9 .area-layout .col-right img {
  width: 100%;
  height: auto;
}
body.ex._9 .area-layout .col-left {
  width: 320px;
}
body.ex._9 .pic img {
  width: 100%;
  height: auto;
}
body.ex._9 .area-plan .row {
  width: 760px;
  margin: 0 auto;
}
body.ex._9 .area-plan .col-left {
  width: 260px;
}
body.ex._9 .area-plan .col-right {
  width: 480px;
}
body.ex._9 .area-plan .plan {
  width: 704px;
  margin: 30px auto 70px;
}
body.ex._9 .area-plan .plan img {
  width: 100%;
  height: auto;
}
body.ex._9 .area-outline .list__item .inr {
  position: relative;
  padding-left: 10em;
}
body.ex._9 .area-outline .list__item .inr span {
  position: absolute;
  left: 0;
}

/* Case 10
-------------------------------------------------- */
body.ex._10 .page-title span{
  width:1160px;
}
body.ex._10 .area-layout .heading {
  margin-bottom: 20px;
  text-align: center;
}
body.ex._10 .area-layout .caption {
  width: 650px;
  margin: 0 auto 40px;
}
body.ex._10 .area-layout .layout {
  width: 690px;
  margin: 0 auto;
}
body.ex._10 .area-layout .layout img {
  width: 100%;
  height: auto;
}
body.ex._10 .pic img {
  width: 100%;
  height: auto;
}
body.ex._10 .area-plan .row {
  width: 760px;
  margin: 0 auto;
}
body.ex._10 .area-plan .col-left {
  width: 260px;
}
body.ex._10 .area-plan .col-right {
  width: 480px;
}
body.ex._10 .area-plan .plan {
  width: 710px;
  margin: 30px auto 70px;
}
body.ex._10 .area-plan .plan img {
  width: 100%;
  height: auto;
}
body.ex._10 .area-outline .list__item span {
  padding-left: 9em;
}

/* Case 11
-------------------------------------------------- */
body.ex._11 .page-title span{
  width:1160px;
}
body.ex._11 .area-plan .plan{
    width:760px;
}
body.ex._11 .area-outline .list__item .inr{
  padding-left:5.5em;
  text-indent:-5.5em;
}

/* Case 12
-------------------------------------------------- */
body.ex._12 .page-title span{
  width:1160px;
}
body.ex._12 .area-layout .heading {
  margin-bottom: 20px;
  text-align: center;
}
body.ex._12 .area-layout .caption {
  width: 650px;
  margin: 0 auto 10px;
}
body.ex._12 .area-layout .layout {
  width: 690px;
  margin: 0 auto;
}
body.ex._12 .area-layout .layout img {
  width: 100%;
  height: auto;
}
body.ex._12 .pic img {
  width: 100%;
  height: auto;
}
body.ex._12 .area-plan .row {
  width: 760px;
  margin: 0 auto;
}
body.ex._12 .area-plan .col-left {
  width: 260px;
}
body.ex._12 .area-plan .col-right {
  width: 480px;
}
body.ex._12 .area-plan .plan {
  width: 710px;
  margin: 30px auto 70px;
}
body.ex._12 .area-plan .plan img {
  width: 100%;
  height: auto;
}
body.ex._12 .area-outline .list__item span {
  padding-left: 9em;
}

/* Case 13
-------------------------------------------------- */
body.ex._13 .page-title span{
  width:1160px;
}
body.ex._13 .area-plan .plan{
    width:568px;
}
body.ex._2 .area-outline .list__item .inr{
  padding-left:5.5em;
  text-indent:-5.5em;
}

/* Case 14
-------------------------------------------------- */
body.ex._14 .page-title span{
  width:1160px;
}
body.ex._14 .area-layout .heading {
  text-align: center;
}
body.ex._14 .area-layout .caption,
body.ex._14 .area-layout .layout {
  width: 760px;
  margin: 0 auto;
}
body.ex._14 .area-plan .plan{
    width:760px;
    margin-top: 15px;
}