@charset "utf-8";
/* ===================================================================

 file name  :style.css
 style info :物件個別のスタイル

=================================================================== */

/* =============================

	overwrite

=============================== */


/* =================================== */


/* =============================

common

=============================== */

#bnr-contact{
	text-align:center;
	margin-top:80px;
}
#bnr-contact p{
	margin-top:10px;
}

/* =============================

top

=============================== */
.index ul li{
	position:relative;
}

.index ul .mv01 figure figcaption{
	  position: absolute;
    bottom: 37%;
    left: 9.1%;
    width: 15%;
	 font-size: 20px;
    font-weight: bold;
}
.index ul li figure figcaption a{
	background:url(../images/index/aicon_mv.png) no-repeat 100%;
}

.index ul li figure figcaption a:hover{
	background:url(../images/index/aicon_mv_ov.png) no-repeat 100%;
}

.index ul li figure figcaption a{
  display:block;
	width:190px;
}
.index #point h6{
	text-align: center;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}

/* =============================

plan

=============================== */
.plan #content h3{
	display:none;
}
.plan #main p.sub-ttl-plan-b{
	text-align: center;
	margin-bottom: 50px;
	font-size: 17px;
	font-weight: bold;
}
.plan  section.plan-point{
	margin-top:50px;
}
.plan #main .kukaku img{
	margin-top:-150px;
}
.plan  .plan-point li{
	margin:0 30px 10px 0;
	float:left;
	width:300px;
	letter-spacing:0.7px;
}
.plan  .plan-point li:nth-child(3n){
	margin-right:0;
}
.plan .plan-point .fst{
	margin-bottom:30px;
}
.plan .plan-point p.catch{
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	line-height:1.3;
  }
.plan .plan-point li:nth-child(n+4) p.catch{
	margin-top:30px;
}

.plan .plan-point li .ls{
	letter-spacing:-0.5px;
  }
.plan .plan-point p.txt{
	margin:0 0 5%;
  font-size:13px;
  line-height:1.5;
}





/* =============================

location

=============================== */
#main p.sub-ttl {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
	font-size: 17px;
	font-weight: bold;
}

#main .plan01{
	margin-bottom:30px;
}
#main .lifeinfo ul{
	width:870px;
	margin:auto;
}
#main .lifeinfo ul li {
	width: 410px;
}
#main .lifeinfo ul li.even{
	margin-right:50px;
}

/* =============================

gallery

=============================== */
.gallery .photo{
	width:100%;
	min-width:1080px;
}
.gallery .photo ul{
	margin:20px auto 50px;
}

.gallery .photo ul.medium li{
	float:left;
	width:49.5%;
}

.gallery .photo ul.large li{
	float:none;
	width:auto;
}

.gallery .photo ul li:first-child{
	margin-right:10px;
}

.gallery #content .photo .caption{
	margin:20px 0 50px 50px;
	text-align:left;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	width:82%;
}

.gallery #content .photo .medium li:nth-of-type(2) .caption{
	margin-left:0;
}
