@charset "utf-8";
/*********************************************************************
 * 共通スタイル
 * dependences: reset.css
 ********************************************************************/

/* iPhone・WindowsPhone用のフォント指定。Androidはデバイスフォントが様々なため指定しない(sans-serif) */
* {
	xfont-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}

/* iPhone/iPadの自動サイズ調整機能をOFF */
html, body { height:100%; margin:0; }
html { 
	-webkit-text-size-adjust: none;
}

/* iPhone UIガイドラインの推奨サイズに設定 */

body, textarea { font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Helvetica,Arial,sans-serif; }
input, select { font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Helvetica,Arial,sans-serif; }

body {
	font-size: 14px !important;
	line-height: 175% !important;
	background: #fff;
	color: #343434;
}

div{
	font-size: 14px;
	line-height: 175%;
}

p{
	font-size: 15px;
	line-height: 175%;
}

a {
	text-decoration: none;
	color: #0136d0;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
		 -o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

td {
	color: #333;
	padding: 5px 0 5px 10px;
}

th {
	color: #333;
	padding: 5px 0 5px 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

button {
	background: transparent;
	padding: 0;
	border: none;
}

p,div {
	text-align: left;
}


/* Androidのタップ領域バグ対策 */
a > div > img {
	display: block;
}

/*------------------------*/

.head {
	width: 1000px;
	margin: 5px auto 0;
	height: 120px;
}

.head .logo{
	float: left;
	margin: 17px 0 0;
}

.head .tel{
	float: right;
	margin: 35px 0 0;
}

.head_bt{
	background: #fb9f00;
	float: right;
	height: 50px;
	line-height: 50px;
	width: 145px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:0 0 0 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}

/*------------------------*/

#globalNavi{
	width: 100%;
	bottom: 0;
	background: #fff;
	padding: 4px 0 0;
}

#globalNavi div{
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: url(../img/menu/bgn.png) no-repeat center top;
}

#globalNavi ul{
	width: 1000px;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#globalNavi ul li{
	float: left;
	text-decoration: none;
	list-style-type: none;
}

#globalNavi ul li a:hover{

}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	text-decoration: none;
	height: 70px;
}

/*------------------------*/

.main_image{
	margin: 75px 0 0;
	width: 100%;
	height: 450px;
	background: url(../img/top/main01.png) no-repeat center;
	xbackground-attachment: fixed;
}

/*------------------------*/

.top_contact{
	width: 100%;
	height: 130px;
	background: #0092cf;
	margin: 0 0 30px;
}

.top_contact .top_contact_box{
	width: 1000px;
	margin: 0 auto;
}

.top_contact .top_contact_box .left_box{
	float: left;
	margin: 35px 0 0;
	width: 290px;
}

.top_contact .top_contact_box .center_box{
	float: left;
	width: 450px;
	text-align: center;
	margin: 30px 0 0;
}

.top_contact .top_contact_box .right_box{
	float: right;
	width: 260px;
	margin: 35px 0 0;
}


/*------------------------*/

.contents{
	margin: 0 0 60px;
	float: left;
	width: 100%;
}

.contents_box{
	width: 1000px;
	margin: 0 auto;
}

.contents_box_sub{
	width: 1000px;
	margin: 50px auto 0;
}

/*------------------------*/

.top_contents{
	margin: 0 0 60px;
	float: left;
	width: 100%;
}

.top_contents .top_contents_box{
	width: 1000px;
	margin: 0 auto 40px;
}

.top_contents .top_contents_box .left_box{
	margin: 30px 0 0 20px;
	float: left;
}

.top_contents .top_contents_box .left_box .title{
	margin: 0 0 20px;
}

.top_contents .top_contents_box .left_box p{
	font-size: 15px;
}

.top_contents .top_contents_box .left_box p strong{
	font-size: 17px;
}

.top_contents .top_contents_box .left_box .bule{
	color: #276cd2;
}

.top_contents .top_contents_box .left_box .red{
	color: #c82c2c;
}

.top_contents .top_contents_box .left_box .bt{
	margin: 40px 0 0;
}

.top_contents .top_contents_box .right_box{
	margin: 0 0 0 20px;
	float: right;
}

/*------------------------*/

.contents_box .top_mi_title{
	margin: 0 0 20px;
	float: right;
}

.contents_box .mi01{
	margin: 0 0 20px;
	float: right;
}

.contents_box .mi02{
	margin: 0 0 20px;
	float: right;
}

.contents_box .mi03{
	margin: 0 0 20px;
	float: right;
}

.contents_box .mi03 .mi03a{
	float: left;
	text-align: left;
}

.contents_box .mi03 .mi03b{
	float: right;
	text-align: right;
}

.contents_box .mi03 .mi03c{
	float: left;
	text-align: left;
}

.contents_box .mi03 .mi03d{
	float: right;
	text-align: right;
}

/*------------------------*/

.news_title{
	margin: 0 0 40px;
	float: right;
}

.campaign_title{
	margin: 0 0 40px;
	float: right;
}

.campaign_box{
	margin: 0 0 50px;
	float: right;
}

.campaign_box .ca01{
	float: left;
	margin: 0 0 20px;
}

.campaign_box .ca02{
	float: right;
	margin: 0 0 20px;
}

.campaign_box .ca03{
	float: left;
}

.campaign_box .ca04{
	float: right;
}

.ca_bt{
	width: 100%;
	text-align: center;
	margin: 0 0 100px;
}

/*------------------------*/

.footer_banner{
	float: left;
	width: 100%;
}

.footer_banner_title{
	border-top: 1px dotted #a5a5a5;
	border-bottom: 1px dotted #a5a5a5;
	text-align: center;
	font-size: 15px;
	padding: 5px 0;
	margin: 0 0 20px;
}

.footer_banner ul{
	margin: 0 0 10px;
	width: 100%;
	float: left;
}

.footer_banner ul .a{
	width: 33%; float: left; text-align: left;
}

.footer_banner ul .b{
	width: 34%; float: left; text-align: center;
}

.footer_banner ul .c{
	width: 33%; float: left; text-align: right;
}

/*------------------------*/

.footer{
	width: 100%;
	background: #09709b;
	xborder-top: 5px solid #eeb125;
	color: #fff;
	float: left;
	padding: 10px 0;
}

.footer a{
	color: #fff;
}

.footer_box{
	width: 1000px;
	margin: 0 auto 0;
}

.footer_box .f_menu{
	margin: 0 0 20px;
}

.footer_box .f_menu_box{
	float: left;
}

.footer_box .line{
	float: left;
	padding: 10px 0 0;
	margin: 0 0 0 5px;
}

.footer_box .line img{
	width: 35px;
}

.footer_box .facebook{
	float: left;
	padding: 15px 0 0;
	margin: 0 0 0 30px;
}


.footer_box .f_logo{
	float: left;
}

.footer_box .f_logo p{
	float: left;
}

.footer_box .f_logo .f_tel{
	margin: 0 0 0 20px;
}

.f_copy{
	text-align: right;
	margin: 0px 0 0;
	float: right;
}

/*-------*/

.info_area{
	width: 100%;
	background: url(../img/top/info_bgn.png) repeat;
	clear: both;
	float: left;
}

.info_box{
	width: 1000px;
	margin: 0 auto;
	background: url(../img/top/info_waku.png) no-repeat;
}

.info_box ul{
	width: 800px;
	margin: 0 auto 0;
	color: #fff;
	padding: 0 0 50px;
}

.info_box ul a{
	color: #fff;
}

.info_box ul li{
	width: 800px;
	margin: 10px auto;
	padding: 10px 0;
	border-bottom: 1px dotted #fff;
	font-size: 17px;
}

.info_box div img{
	width: 325px;
}

.concept_area{
	width: 100%;
	background: #fff;
	background: url(../img/top/concept_bg.png) repeat-x top;
	clear: both;
}

.concept_area h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 45px;
	text-align: center;
	padding: 80px 0 40px;
}

.concept_area p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	text-align: center;
	margin: 0 0 90px;
}

.concept_area div{
	text-align: center;
	margin: 0 0 90px;
}

.concept_area div img{
	width: 300px;
}

.rooms_area{
	width: 100%;
	background: #fff;
	background: url(../img/top/rooms_bg.png) no-repeat;
	clear: both;
	background-size: cover;
	float: left;
	padding: 0 0 30px;
	background-attachment: fixed;
}

.rooms_area h2{
	text-align: center;
	padding: 80px 0 40px;
}

.rooms_area h2 img{
	width: 250px;
}

.rooms_area ul{
	width: 1000px;
	margin: 0 auto;
}

.rooms_area ul li{
	width: 330px;
	float: left;
}

.rooms_area ul .c01{
}

.rooms_area ul .c02{
	margin: 0 5px;
}

.rooms_area ul .c03{
}



.contents_area{
	width: 100%;
	background: #fff;
	background: url(../img/top/contents_bg.png) repeat;
	clear: both;
	float: left;
	height: 1000px;
}

.contents_area h2{
	text-align: center;
	padding: 80px 0 40px;
}

.contents_area h2 img{
	width: 250px;
}

.contents_area ul{
	width: 1000px;
	margin: 0 auto;
}

.contents_area ul li{
	width: 320px;
	height: 560px;
	float: left;
	margin: 0 0 50px;
}

.contents_area ul li .box{
	margin: 30px;
	width: 260px;
	text-align: center;
	color: #fff;
}

.contents_area ul li .box h3{
	text-align: center;
	margin: 0 0 30px;
}

.contents_area ul li .box p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: 180px;
}

.contents_area ul li .box div{
	text-align: center;
}

.contents_area ul li .box div img{
	width: 200px;
}

.contents_area ul .c01{
	background: url(../img/top/c01_bg.png) no-repeat;
}

.contents_area ul .c02{
	background: url(../img/top/c02_bg.png) no-repeat;
	margin: 0 20px;
}

.contents_area ul .c03{
	background: url(../img/top/c03_bg.png) no-repeat;
}

.prmenu_container{
	display: none !important;
}

/*------------------------------------------------------*/
/*ご契約までの流れ*/

.flow_list{
	width: 90%;
	margin: 0 5% 5%;
}

.flow_list li{
	border: 3px solid #09709b;
	padding: 10px 0;
	float: left;
	width: 100%;
	margin: 0 0 20px;

	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
	background: url(../img/flow/bg2.png) no-repeat right top ,url(../img/flow/bg.png) no-repeat left bottom;

}

.flow_list li .text{
	float: left;
	width: 50%;
	margin: 5% 0 5% 5%;
}

.flow_list li .text h3{
	font-size: 25px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	color: #178fd1;
	line-height: 27px;
}

.flow_list li .text h3 span{
	font-size: 15px;
}

.flow_list li .image{
	float: right;
	width: 40%;
	margin: 5% 5% 5% 0;
	text-align: right;
}

.flow_list li .image img{
	width: 100%;
}

.flow_list li .flow03 img{
	margin-top: 50px;
}

.flow_list li .flow04 img{
	margin-top: 30px;
}


.flow_list .arrow_box{
	width: 100%;
}

.flow_list .arrow{
	margin: -70px 0 -60px;
}

.flow_list .arrow_box img{
	width: 100%;
}

/*------------------------------------------------------*/
/*物件一覧*/

.property_text{
		width: 1000px;
		text-align: center;
}

.property_text img{
		width: 100%;
}

.property_list {
	padding: 10px 0 20px;
	width: 1000px;
	margin: 0 auto 50px;
	color: #333;
}

.property_list li {
	font-size: 25px;
	margin: 0 4% 20px;
	padding: 10px 0 0;
	border-bottom: 1px dotted #ccc;
	color: #178fd1;
	line-height: 27px;
	width: 90%;
	border: 3px solid #09709b;
	background: url(../img/flow/bg.png) no-repeat left bottom;
	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
}

.property_list li h3{
	font-size: 25px;
	margin: 15px 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	color: #006298;
	line-height: 27px;
	width: 90%;
}

.property_list li .image{
	margin: 2%;
	float: left;
	width: 25%;
}

.property_list li .image img{
	width: 100%;
}

.property_list li .text{
	margin: 2% 0;
	float: left;
	width: 45%;
	color: #333;
}

.property_list li .text .point{
	margin: 0 0 20px;
	width: 100%;
	float: left;
}

.property_list li .text .line{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

.property_list li .text .line span{
	font-weight: bold;
	font-size: 20px;
	color: #c51212;
}

.property_list li .text .point span{
	background: #ffd869;
	padding: 3px 10px;
	margin: 0 5px 5px 0;
	float: left;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.property_list .property_bt{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	background: #ff951e;
	padding: 10px 20px;
	bottom: 5px;
	margin: 75px 20px 20px 20px;
	color: #fff;
	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
}

/*------------------------------------------------------*/
/*物件詳細*/

.property_data{
	width: 994px;
	margin: 0 auto 5%;
}

.property_data li{
	border: 3px solid #09709b;
	padding: 10px 0 0;
	float: left;
	width: 100%;
	margin: 0 0 50px -3px;

	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
	background: url(../img/flow/bg.png) no-repeat left bottom;
	color: #333;
}

.property_data li h3{
	font-size: 25px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
	color: #006298;
	line-height: 27px;
}

.property_data li .image{
	margin: 2%;
	float: left;
	width: 45%;
}

.property_data li .image img{
	width: 100%;
}

.property_data li .text{
	margin: 2% 0;
	float: left;
	width: 45%;
}

.property_data li .text .point{
	margin: 0 0 20px;
	width: 100%;
	float: left;
}

.property_data li .text .line{
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

.property_data li .text .line span{
	font-weight: bold;
	font-size: 20px;
	color: #c51212;
}

.property_data li .text .point span{
	background: #ffd869;
	padding: 3px 10px;
	margin: 0 5px 5px 0;
	float: left;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.property_data li .text .point .p01{ background: #1249c5; color: #fff;}
.property_data li .text .point .p02{ background: #12c5ae; color: #fff;}
.property_data li .text .point .p03{ background: #12c516; color: #fff;}
.property_data li .text .point .p04{ background: #b6c512; color: #fff;}
.property_data li .text .point .p05{ background: #c56f12; color: #fff;}
.property_data li .text .point .p06{ background: #c51f12; color: #fff;}

.property_data .property_bt{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	background: #ffcd1e;
	padding: 10px 20px;
	bottom: 5px;
	margin: 65px 20px 20px 20px;
	color: #fff;
	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
}

.flow_tbl{
	font-size: 13px;
	margin: 20px 0 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	width: 100%;
}

.flow_tbl caption{
	text-align: left;
	font-size: 13px;
}

.flow_tbl th{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	background: #eee;
	color: #555;
}

.flow_tbl td{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}


/*------------------------------------------------------*/
/*キャンペーン*/

.campaign_list{
	width: 90%;
	margin: 0 5% 5%;
}

.campaign_text{
	width: 90%;
	margin: 0 5% 4%;
	font-size: 18px;
}

.campaign_list li{
	border: 3px solid #09709b;
	padding: 10px 0;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
	background: url(../img/flow/bg.png) no-repeat left bottom;
	position :relative;
}

.campaign_list .type-a{ border: 3px solid #099b55; background: url(../img/campaign/a.png) no-repeat top;}
.campaign_list .type-b{ border: 3px solid #9b1709; background: url(../img/campaign/b.png) no-repeat top;}
.campaign_list .type-c{ border: 3px solid #9b9609; background: url(../img/campaign/c.png) no-repeat top;}
.campaign_list .type-d{ border: 3px solid #09709b; background: url(../img/campaign/d.png) no-repeat top;}

/*
.campaign_list .type-a{ border: 3px solid #099b55; background: url(../img/campaign/e.png) no-repeat right bottom,url(../img/campaign/a.png) no-repeat top;}
.campaign_list .type-b{ border: 3px solid #9b1709; background: url(../img/campaign/e.png) no-repeat right bottom,url(../img/campaign/b.png) no-repeat top;}
.campaign_list .type-c{ border: 3px solid #9b9609; background: url(../img/campaign/e.png) no-repeat right bottom,url(../img/campaign/c.png) no-repeat top;}
.campaign_list .type-d{ border: 3px solid #09709b; background: url(../img/campaign/e.png) no-repeat right bottom,url(../img/campaign/d.png) no-repeat top;}
*/

.campaign_list li .text{
	float: left;
	width: 50%;
	margin: 4% 0 4% 5%;
}

.campaign_list li .text h3{
	font-size: 25px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	color: #178fd1;
}

.campaign_list .type-a .text h3{ color: #17d173; border-bottom: 2px dotted #17d173;}
.campaign_list .type-b .text h3{ color: #d13117; border-bottom: 2px dotted #d13117;}
.campaign_list .type-c .text h3{ color: #d1c617; border-bottom: 2px dotted #d1c617;}
.campaign_list .type-d .text h3{ color: #178fd1; border-bottom: 2px dotted #178fd1;}

.campaign_list li .text .text_box{
	line-height: 28px;
	font-size: 16px;
}

.campaign_list li .text .text_box p{
	color: #da0000;
	font-size: 18px !important;
	margin: 0 0 10px;
	font-weight: bold;
}

.campaign_list li .text h3 span{
	font-size: 15px;
}

.campaign_list li .image{
	float: right;
	width: 40%;
	margin: 5% 5% 5% 0;
	text-align: right;
}

.campaign_list li .image img{
	width: 100%;
}

.campaign_list .arrow_box{
	width: 100%;
}

.campaign_list .arrow{
	margin: -70px 0 -60px;
}

.campaign_list .arrow_box img{
	width: 100%;
}

.campaign_list .comingsoon{
	position :absolute;
	z-index: 50;
	float: left;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	overflow-x: hidden;
	overflow-y: hidden;
}
/*
.campaign_list .comingsoon .blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
*/

.campaign_bt{
	background: #d1810a;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 180px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 20px 0 0;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}


/*------------------------------------------------------*/
/*会社概要*/

.company_tbl_box{
	width: 90%;
	margin: 0 5% 50px;
}

.company_tbl_box .kanae{
	position: absolute;
	bottom: 20%;
	right: 10%;
}

/* ウィンドウ幅が0～800pxの場合に適用するCSS */
@media screen and ( max-width: 800px )
{
.company_tbl_box .kanae{
	display: none;
}
}

.company_tbl{
	width: 100%;
	background: #ddd;
	border: 2px solid #ddd;
}

.company_tbl tr:nth-child(odd){
	background: #eee;
}

.company_tbl tr:nth-child(even){
	background: #fff;
}

.company_tbl th{
	xwidth: 130px;
	padding: 10px;
	xborder: 1px solid #ccc;
	background: url(../img/company/th_bg.png) repeat;
	color: #fff;
}

.company_tbl td{
	xwidth: 100%;
	padding: 10px;
	xbackground: #fff;
	xborder: 1px solid #ccc;
}

.image_box{
	width: 49%;
	float: left;
	margin: 0 0 30px;
}

.image_box .title{
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 15px;
}

.image_box .image{
	width: 50%;
	float: left;
	margin: 0 0 10px;
	text-align: center;
}

.image_box .image_w{
	text-align: center;
}

.image_box .image_w img{
	width: 50%;
}

.image_box .image img{
	width: 95%;
}

.map_box{
	width: 49%;
	float: right;
	margin: 0 0 30px;
}

.map_box .title{
	width: 100%;
	float: left;
	margin: 0 0 15px;
}

.map_box .map{
	width: 100%;
	margin: 0 0 30px;
	float: left;
	font-size: 0;
	background: #ffecab;
}

.mail_bt{
	text-align: center;
	margin: 30px 0 50px;
	float: left;
	width: 100%;
}

.company_map_box{
	width: 49%;
	float: right;
	margin: 0 0 30px;
}

.company_map_box .title{
	width: 100%;
	float: left;
	margin: 0 0 15px;
}

.company_map_box .map{
	width: 100%;
	margin: 0 0 30px;
	float: left;
	font-size: 0;
	background: #ffecab;
}


/*------------------------------------------------------*/
/*プライバシーポリシー*/

.privacy_list{
	width: 90%;
	float: left;
	margin: 0 5% 5%;
}

.privacy_list ol{
	margin: 0 0 0 40px;
}

.privacy_list div{
	font-weight: bold;
	margin: 30px 0 5px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px;
	color: #0e6d99;
}

.privacy_list p{
	margin: 0 0 5px 10px;
}

.privacy_company{
	background: #eee;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 0 10px 20px;
	font-weight: normal;
	margin: 10px 0;
}

/*------------------------------------------------------*/
/*サイトマップ*/

.sitemap_box{
	width: 90%;
	margin: 5%;
}

.sitemap_box ul{
	margin: 30px 20px 20px 0px;
}

.sitemap_box li{
	background: url(../img/sitemap/a.gif) no-repeat 20px 0;
	padding: 0 0 0 35px;
	margin: 0 0 15px;
}

.sitemap_box a{
	color: #8B6200;
}

.sitemap_box .a{
	background: none;
	padding: 0;
	color: #24468c;
}

.sitemap_box .b{
	background: url(../img/sitemap/b.gif) no-repeat 20px 0;
}

.sitemap_box .c{
	padding: 0 0 0 60px;
	margin: 0 0 30px;
	background: url(../img/sitemap/b.gif) no-repeat 45px 0;
}

.sitemap_box .c span{
	padding: 0 0 0 25px;
	background: url(../img/sitemap/c.gif) no-repeat 5px 0;
}

.sitemap_box .d{
	padding: 0 0 0 60px;
	margin: 0 0 10px;
	background: url(../img/sitemap/a.gif) no-repeat 45px 0;
}

.sitemap_box .d span{
	padding: 0 0 0 25px;
	background: url(../img/sitemap/c.gif) no-repeat 5px 0;
}

.sitemap_box .clam{
	float: left;
	width: 250px;
	color: #24468c;
}



/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{

img{
	width: 80%;
}

.head{
	width: 100%;
	margin: 0 auto 0;
	height: 120px;
}

.head .logo{
	margin: 0;
	text-align: center;
	width: 100%;
}

.head .tel{
	margin: 15px 0 0;
	text-align: center;
	width: 100%;
}

.head .tel img{
	width: 60%;
}
#globalNavi{
	display: none;
}

.prmenu_container{
	display: block !important;
	position: fixed;
	z-index: 99999;
	margin: 0 0 20px;
	padding: 0;
	height: 50px;
}

.head .tel .head_bt{
	display: none;
}

.main_image {
	margin: 25px 0 0;
	width: 100%;
	height: 180px;
	background: url(../img/top/main01.png) no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.top_contents_box{
	width: 100% !important;
	margin: 0 auto;
}

.contents_box{
	width: 100%;
	margin: 0 auto;
}

.contents_box_sub {
	width: 100%;
	margin: 50px auto 0;
}

.top_contact{
	display: none;
}

h2{
	width: 100%;
	overflow : hidden;
}

/*TOPページ*/

.top_contents .top_contents_box .right_box{
	display: none;
}

.top_contents .top_contents_box .left_box .bt{
	width: 100%;
	text-align: center;
}

.top_contents .top_contents_box .left_box .bt img{
	width: 70%;
}

.contents_box .top_mi_title {
	margin: 0 0 20px;
	float: right;
	width: 100%;
	overflow : hidden;
}

.contents_box .top_mi_title img{
	width: 150%;
}

h2 img{
	width: 180%;
}

.contents_box .mi01 img{ width: 100%;}
.contents_box .mi02 { width: 100%; overflow : hidden; text-align: center;}
.contents_box .mi02 img{ width: 150%; margin: 0 0 0 -25%;}
.contents_box .mi03 img{ width: 100%;}
.contents_box .mi03 .mi03a img{ width: 90%; margin: 0 5%;}
.contents_box .mi03 .mi03b img{ width: 90%; margin: 0 5%;}
.contents_box .mi03 .mi03c img{ width: 90%; margin: 0 5%;}
.contents_box .mi03 .mi03d img{ width: 90%; margin: 0 5%;}

.campaign_box .ca01{ margin: 0 10% 10px; text-align: center;}
.campaign_box .ca02{ margin: 0 10% 10px; text-align: center;}
.campaign_box .ca03{ margin: 0 10% 10px; text-align: center;}
.campaign_box .ca04{ margin: 0 10% 10px; text-align: center;}

/*--------------------------------*/

.footer_box{
	width: 100%;
}

.footer_banner ul .a{
	width: 100%;
	text-align: center;
}

.footer_banner ul .a img{
	width: 70%;
}

.footer_banner ul .b{
	width: 100%;
	text-align: center;
}

.footer_banner ul .b img{
	width: 70%;
}

.footer_banner ul .c{
	width: 100%;
	text-align: center;
}

.footer_banner ul .c img{
	width: 70%;
}

.f_menu{
	display: none;
}

.f_logo{
	width: 100%;
	text-align: center;
}

.f_logo p{
	float: left;
	width: 100%;
	text-align: center;
}

.f_logo img{
	width: 50%;
}

.footer_box .f_logo .f_tel{
	margin: 0;
}

.f_copy{
	width: 100%;
	text-align: center;
}

.f_copy img{
	display: none;
}

/*------------------------------------------------------*/
/*契約までの流れ*/


.flow_list .arrow{
	margin: -70px 0 0;
}

.flow_list li .text{
	float: left;
	width: 90%;
	margin: 5%;
}

.flow_list li .image{
	float: right;
	width: 90%;
	margin: 5%;
	text-align: center;
}


.flow_list li .flow03 img{
	margin-top: 0;
}

.flow_list li .flow04 img{
	margin-top: 0;
}

.flow_list li .text h3{
	font-size: 20px;
	overflow: hidden;
}

.flow_list li .text h3 img{
	width: 120%;
}

/*------------------------------------------------------*/
/*物件一覧*/

.property_list{
	width: 100%;
}

.property_list li .image{
	float: right;
	width: 90%;
	text-align: center;
	margin: 5%;
}

.property_list li .image img{
	width: 100%;
}

.property_list li h3{
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin: 0 0 15px;
}
.property_list li .text{
	margin: 2% 5%;
	float: left;
	width: 90%;
}
.property_list .property_bt{
	width: 70%;
	text-align: center;
	margin-top: 25px;
}

/*------------------------------------------------------*/
/*物件詳細*/

.property_text{
	width: 100%;
	text-align: center;
	float: left;
}

.property_text img{
	width: 100%;
}

.property_data{
	width: 90%;
	margin: 0 5% 5%;
}

.property_data li{
	border: 3px solid #cde2e6;
	padding: 10px 0 20px;
	float: left;
	width: 100%;
	margin: 0 0 50px;

	display: inline-block; 
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4); /*横方向　下方向　ぼかし　広がり　色 */
	background: url(../img/flow/bg.png) no-repeat left bottom;
	color: #333;
}

.property_data li .image{
	margin: 2% 5%;
	float: left;
	width: 90%;
}

.property_data li h3{
	width: 100%;
}

.property_data li .text{
	margin: 2% 5%;
	float: left;
	width: 90%;
}

.flow_tbl{
	background: #fff;
	font-size: 11px;
	margin: 20px 0 0;
}

/*------------------------------------------------------*/
/*物件一覧*/

.campaign_list{
	xwidth: 100%;
}

.campaign_list li .image{
	float: right;
	width: 90%;
	text-align: center;
	margin: 5%;
}

.campaign_list li .image img{
	width: 100%;
}

.campaign_list li h3{
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin: 0 0 15px;
	overflow: hidden;
}

.campaign_list li h3 img{
	width: 105%;
}

.campaign_list li .text{
	margin: 2% 5%;
	float: left;
	width: 90%;
}
.campaign_list .property_bt{
	width: 70%;
	text-align: center;
	margin-top: 25px;
}

.campaign_list .comingsoon img{
	width: 140%;
	margin: 25% 0 0 -20%;
}


/*------------------------------------------------------*/
/*会社概要*/

.image_box{
	width: 90%;
	margin: 5%;
}

.image_box .title img{
	width: 100%;
}

.map_box{
	width: 90%;
	background: #ffecab;
	float: left;
	xmargin: 0 5%;
}

.map_box .title img{
	width: 100%;
}

.company_map_box{
	width: 90%;
	background: #ffecab;
	float: left;
	margin: 0 5%;
}

.company_map_box .title img{
	width: 100%;
}


}/* ウィンドウ幅が0～479pxの場合に適用するCSS ここまで */
