@CHARSET "utf-8";

/* キャンペーンページ用CSS */


/* ヘッダー */
/* レイアウト用CSS（パソコン用） */


* {
	margin:0;
	padding:0;
	font-family :"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 
					'Meiryo UI' , 'Arial','Verdana', 'Helvetica',
					'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
					 'ＭＳ Ｐゴシック', 'Osaka', 'Helvetica', 'Gothic', 'sans-serif';
	letter-spacing:0.1em;
	line-height:180%;
	color:#222222;
}

.safetyFont{
	font-family :	'Meiryo UI' , 'Arial','Verdana', 'Helvetica',
					'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
					'ＭＳ Ｐゴシック', 'Osaka', 'Helvetica', 'Gothic', 'sans-serif' !important;
}

img{
	border:none;
	max-width:100%;
}

.smpOnly{
	display:none;
}

.pcOnly{
	color:inherit;
}


.mobileOnly{
	display:only;
}


.clear{
	clear:both;
}


a:link{
	color:#2280d0;
}

a:visited{
	color:#2260b0;
}

a:hover , a:active{
	color:#24ade2;
	text-decoration:underline;
}


/* ヘッダー */

div#header{
	margin-top:0px;
	margin-bottom:20px;
	background:url('../../img/layout/bg_header.jpg');
	background-size:contain;
}

div#header div#siteBar{
	width:1000px;
	margin:0 auto 10px;
}

div#header div#siteBar div.logo{
	float:left;
	margin-top:20px;
}

div#header div#siteBar div.logo img{
	width:80px;
}

div#header div#siteBar div.caption{
	float:left;
	font-size:12px;
	color:#34322b;
	margin-left:20px;
	margin-top:20px;
}


div#header div#siteBar div.contact{
	float:right;
	width:320px;
	text-align:right;
	font-size:12px;
	margin-top:10px;
}

div#header div#siteBar div.contact img.toOfficial{
	width:160px;
}

div#header div#siteBar div.contact div.tel{
	font-size:26px;
	line-height:100%;
}


	/* ヘッダーメニュー */

div#header div#headerNavi{
	background: rgba(255,255,255,0.4);
}

div#header div#headerNavi ul{
	width:1000px;
	margin:0 auto;
}

div#header div#headerNavi ul li{
	float:left;
	list-style:none;
	width:121px;
	margin:4px 2px;
}


div#header div#headerNavi ul li a:link , div#header div#headerNavi ul li a:visited{
	display:block;
	color:#281c1c;
	background:#ffffff;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	border-radius:2px;
}

div#header div#headerNavi ul li a:hover , div#header div#headerNavi ul li a:active{
	color:#ffffff;
	background:#2280d0;
}

div#header div#headerNavi ul li.contact{
	float:right;
	margin:4px 2px;
}

div#header div#headerNavi ul li.contact a:link , div#header div#headerNavi ul li.contact a:visited{
	display:block;
	padding:8px 0;
	text-decoration:none;
	background:#443322 url('../../img/icon/arrow_narrow_white.png') no-repeat;
	background-position:96% center;
	border-radius:2px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	border-bottom:none;
}

div#header div#headerNavi ul li.contact a:hover , div#header div#headerNavi ul li.contact a:active{
	display:block;
	text-decoration:none;
	background:#2280d0 url('../../img/icon/arrow_narrow_white.png') no-repeat;
	background-position:96% center;
	border-bottom:none;
}


/* ぱんくず */

div#topicPath{
	font-size:14px;
	padding:0px 10px 10px;
	border-bottom:1px solid #dddddd;
	margin-bottom:20px;
}

div#topicPath img{
	margin-bottom:-3px;
	margin-right:8px;
}



/* コンテナー部分 */

div.containerWrapper{

}

div.containerWrapper div.container{
	width:1000px;
	margin:0 auto;
}

div.conceptContainer{
	background:#eeeecc;
	padding:20px 0;
}

div.locationContainer{
	/*background:#cceedd;*/
	padding:20px 0;
}

div.floorContainer{
	background:#eeeecc;
	padding:20px 0;
}

div.detailContainer{
	background:#eeeecc;
	padding:20px 0;
}

div.infomationContainer{
	padding:20px 0;
}


/* 現地販売会 */

div.topImage , div.topImage img{
	line-height:100% !important;
}

div.openhouseTopInfoWrapper{
	background:#281c1c;
	margin-bottom:10px;
}

div.openhouseTopInfo{
	width:1000px;
	margin:0 auto;
}

div.openhouseTopInfo div.title{
	color:#ffffff;
	float:left;
	padding:16px 30px 0;
	font-size:20px;
}

div.openhouseTopInfo div.link{
	color:#ffffff;
	float:right;
	padding:10px 0;
}

div.openhouseTopInfo div.link a:link , div.openhouseTopInfo div.link a:visited{
	display:block;
	border:1px solid #ffffff;
	background:#887766 url('../../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	padding:10px 44px 10px 30px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border-radius:4px;
}

div.openhouseTopInfo div.link a:hover , div.openhouseTopInfo div.link a:active{
	background:#2280d0 url('../../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	color:#ffffff;
}


/* 注目トピックス */

ul.topTopicsList{
	list-style:none;
}

ul.topTopicsList li{
	float:left;
	width:20%;
	margin-bottom:20px;
}

ul.topTopicsList li div{
	background:linear-gradient(#ccbb99, #ffeedd, #ccbb99);
	margin:10px;
	text-align:center;
	font-weight:bold;
	border-radius:6px;
	padding:6px 0;
	font-size:14px;
}


/* 360カメラ */

div.cameraWrapper{
	padding-bottom:0px;
	margin:0 10%;
}

div.camera{
	clear:both;
	position: relative;
	padding-bottom: 60.00%;
	height: 0;
	overflow: hidden;
}

div.cameraWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* コンセプト部分 */

div.conceptImageBox div.mainImageBox{
	width:640px;
	float:left;
	font-weight:bold;
	text-align:center;
}

div.conceptImageBox div.subImageBox{
	width:320px;
	float:right;
}

div.conceptImageBox div.subImageBox div.subImage{
	margin-bottom:40px;
	font-weight:bold;
	text-align:center;
}


	/* スケルトン部分 */
div.skeletonBox div.image{
	width:360px;
	height:190px;
	float:left;
	position:relative;
}

div.skeletonBox div.image img{
	width:200px;
	position:absolute;
}

img#skeletonFloor{
	top:0;
	left:0;
}

img#skeletonPlumbing{
	top:40px;
	left:160px;
}

div.skeletonBox div.content{
	width:600px;
	float:right;
}


/* ロケーション */

div.locationBox{
	padding-top:40px;
}

div.locationBox div.location{
	width:235px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

div.locationBox div.last{
	margin-right:0;
}

div.locationBox div.location dl dt{
	font-weight:bold;
}

div.locationBox div.location dl dd{
	font-size:14px;
}

ul.locationList{
	list-style:none;
}

ul.locationList li{
	width:320px;
	margin-right:20px;
	float:left;
	border-bottom:1px dashed #bbbbbb;
}

ul.locationList li.last{
	margin-right:0;
}

ul.locationList li dl{
	font-size:12px;
}

ul.locationList li dl dt{
	float:left;
	font-weight:bold;
	padding:5px 10px;
}

ul.locationList li dl dd{
	float:right;
	padding:5px 10px;
}


/* 間取り部分 */

div.floorBox{
	position:relative;
}

div.floorBox div.floorMap{
	text-align:center;
}

div.floorBox div.floorMap img{
	width:340px;
}

div.floorBox div.floorMap div.text{
	padding:30px 0 20px;
}

div.floorBox div.leftImage{
	position:absolute;
	width:260px;
	left:0;
	top:0;
}

div.floorBox div.rightImage{
	position:absolute;
	width:260px;
	right:0;
	top:0;	
}

div.floorBox div.leftImage div.image , div.floorBox div.rightImage div.image{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:16px;
}

div.floorImageListBox div.image{
	width:320px;
	float:left;
	margin-right:20px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

div.floorImageListBox div.last{
	margin-right:0;
}


/* IoT */

h3.iotDescriptionHeadline{
	margin-bottom:-14px;
	padding-bottom:0;
}

table.iotMainImageTable{
	width:80%;
	margin:-10px auto 0;
}

table.iotMainImageTable tr th{
	padding-left:80px;
}

table.iotMainImageTable tr td{
	vertical-align:center;
	padding-left:20px;
	padding-right:60px;
}


table.iotDescriptionTable{
	width:100%;
	border-spacing:20px;
}

table.iotDescriptionTable tr th{
	width:33.3%;
}

table.iotDescriptionTable tr td{
	vertical-align:top;
	border-radius:5px;
	border:2px solid #776655;
	background:#f5f5dc;
	padding:10px;
}

table.iotDescriptionTable tr td h4.iotDescriptionHeadline{
	text-align:center;
	border-bottom:2px dotted #776655;
	margin:0 10px 10px;
}

table.iotDescriptionTable tr td ul li{
	margin:0 0 6px 20px;
	padding:0 0 0 -5px;
	font-size:14px;
	line-height:150% !important;
}

table.iotDescriptionTable tr td div.image{
	text-align:center;
	width:260px;
}


div.iotPresentWrapper{
	background:#281c1c;
	margin-bottom:10px;
}

div.iotPresent{
	width:1000px;
	margin:0 auto;
}

div.iotPresent div.title{
	color:#ffffff;
	float:left;
	padding:16px 30px 0;
	font-size:20px;
}

div.iotPresent div.link{
	color:#ffffff;
	float:right;
	padding:10px 0;
}

div.iotPresent div.link a:link , div.iotPresent div.link a:visited{
	display:block;
	border:1px solid #ffffff;
	background:#887766 url('../../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	padding:10px 44px 10px 30px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	border-radius:4px;
}

div.iotPresent div.link a:hover , div.iotPresent div.link a:active{
	background:#2280d0 url('../../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	color:#ffffff;
}


/* detail */

div.detailItemBox{
	padding-top:40px;
}

div.detailItemBox div.item{
	width:235px;
	float:left;
	margin-right:20px;
}

div.detailItemBox div.last{
	margin-right:0;
}

div.detailItemBox div.item dl dt{
	font-weight:bold;
}

div.detailItemBox div.item dl dd{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}



/* 物件情報詳細 */

table.objectDetailTable{
	width:100%;
	border-collapse: collapse;
	border:1px solid #bbbbbb;
	font-size:14px;
}

table.objectDetailTable tr th{
	background:#e2cca8;
	color:#281c1c;
	padding:5px 10px;
	font-weight:normal;
	border:1px solid #dddddd;
	vertical-align:center;
	white-space:nowrap;
}

table.objectDetailTable tr td{
	padding:5px 10px;
	border:1px solid #bbbbbb;
	vertical-align:center;
}

table.objectDetailTable tr td ul{
	margin-left:20px;
}

table.objectDetailTable tr td.price{
	color:#dd0000;
	font-weight:bold;
}


/* フッター */



/* フッター部分 */

hr.contentBottom{
	margin-top:50px;
	margin-bottom:30px;
}

h2.contentBottomHeadline{
	/*background: linear-gradient(#8f8461, #34322b);*/
	background:#281c1c;
	color:#ffffff;
	font-weight:normal;
	padding:4px 14px;
	font-size:18px;
	border-radius:2px;
	margin-bottom:20px;
	margin-top:20px;
}

div#footerWrapper{
	background:#eee4cc;
}

div#footer{
	width:1000px;
	margin:0 auto;
	padding: 40px 0 60px;
}

div#footer div.logo{
	width:60px;
	float:left;
	margin-right:20px;
}

div#footer div.logoChar{
	float:left;
	margin-top:5px;
}



div#footer p{
	font-size:14px;
	margin:0 14px 16px;
}


div#footer .footerNavi a:link , div#footer .footerNavi a:visited{
	color:#34322b;
}

div#footer .footerNavi a:hover , div#footer .footerNavi a:active{
	color:#2260b0;
}


/*******************************************************************/


table.footerContactTable{
	width:100%;
	border-collapse: separate;
	border-spacing:20px 0;
}

table.footerContactTable tr td{
	width:50%;
	background:#fdebd1;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
}


table.footerContactTable tr td a:link , table.footerContactTable tr td a:visited{
	display:block;
	padding:20px 0;
	text-decoration:none;
	font-weight:bold;
	color:#34322b;
	font-size:20px;
	background:url('../../img/icon/arrow_gray.png') no-repeat;
	background-position:98% center;
}



table.footerContactTable tr td img.mail{
	height:32px;
	margin-right:10px;
	margin-bottom:-8px;
}

table.footerContactTable tr td:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


table.footerContactTable tr td div.tel{
	background:url('../../img/icon/tel.png') no-repeat;
	background-size:auto 100%;
	line-height:110%;
	margin:18px auto;
	display:inline-block;
}

table.footerContactTable tr td div.tel div.caption{
	font-size:10px;
	font-weight:bold;
	line-height:110%;
	margin-left:40px; /* 電話アイコン分 */
}

table.footerContactTable tr td div.tel div.number{
	font-size:32px;
	line-height:110%;
	margin-left:40px; /* 電話アイコン分 */
}



	/* 販売中のソレイユヴィレッジシリーズここまで */


div#footer div.footerLogo{
	width:1000px;
	margin:0 auto 40px;
	font-size:18px;
}

div#footer div.footerLogo img{
	width:300px;
	margin-bottom:-20px;
}

	
div#footer div.footerNavi{
	font-size:14px;
	text-align:center;
	margin-top:20px;
}


div#footer div.footerNavi a:link , div#footer div.footerNavi a:visited{
	color:#34322b;
}

div#footer div.footerNavi a:hover , div#footer div.footerNavi a:active{
	color:#24ade2;
}


div#footer div.copyright{
	font-size:14px;
	text-align:center;
}




/***** 見出し・段落（汎用） *****/

div.container p{
	font-size:14px;
	margin-bottom:16px;
}


div.container h1.headline{
	font-size:32px;
	color:#332222;
	text-align:center;
	border-bottom:1px solid #bbbbbb;
	padding:2px 0 6px;
	margin-bottom:10px;
}

div.container h2.headline{
	margin-top:30px;
	font-size:34px;
	padding:0 14px;
	margin-bottom:20px;
	color:#281c1c;
	font-weight:normal;
	text-align:center;
}


div.container h3.headline{
	color:#34322b;
	margin:10px 0 20px;
	font-size:24px;
}





