<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* スマホ用CSS */
@media screen and (max-width: 640px) {
 
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

article, aside, dialog, figure, footer, header, menu, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	line-height:1.7;
	font-size:14px;
	padding:0;
	margin:0;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#222;
}
ul, ol, dl,dt,dd,div,ol,ul,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li{list-style-type:none;}

textarea{font-size:100%;}

a{outline:none;border:0;}

img{vertical-align: middle;border:0;}

a:hover img,
input[type="image"]:hover{
	opacity:0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#1b71b8;text-decoration:underline;}
a:visited{color:#1b71b8;text-decoration:underline;}
a:hover{color:#e50202;text-decoration:underline;}
a:active{color:#1b71b8;text-decoration:underline;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.bold{font-weight:bold;}

/*余白*/
.m15{ margin:15px;}
.mt5{margin-top:5px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt1em{margin-top:1em;}
.mtb20{margin:20px 0;}
.mtb15{margin:15px 0;}
.ml1em{ margin-left:1em;}
.ml50{ margin-left:50px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}

.mb20{ margin-bottom:20px;}
.mb23{ margin-bottom:23px;}
.mb05em{margin-bottom:0.5em;}
.mb1em{margin-bottom:1em;}
.mb2em{margin-bottom:2em;}
.mb3em{margin-bottom:3em;}
.mb5em{margin-bottom:5em;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.pb1em{padding-bottom:1em;}
.pb2em{padding-bottom:2em;}

.pt10{ padding-top:10px}
.pt20{ padding-top:20px}
.f14{font-size:14px;}
.f16{font-size:16px;}

.jisage{
	padding-left:1em;
	text-indent:-1em;
}
input[type="checkbox"],
input[type="text"],
select{
	margin:0 4px 0 0;
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}
/*-----------------------------------------------
header
-----------------------------------------------*/
header{
	width:96%;
	height:auto;
	margin:0 auto;
}
.lead{
	height:auto;
	font-size:11px;
	margin:4px 0 0;
	color:#555;
	position:absolute;
	top:0;
	left:10px;
}
.logo{
	float:none;
	display:block;
	width:200px;
	height:42px;
	margin:0;
	background: url(../img/logo.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:absolute;
	top:38px;
	left:10px;
	background-size: contain;
}
		.logo:hover{
		opacity:0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha( opacity=50 )";
		}
								.head_tel{
									display:none;
									}
								.head_tel:after{content: "";display: block;clear: both;}

								.head_tel .header_info{
									float:left;
									width:210px;
									margin:6px 0 0 0;
								}
								.head_tel .header_contact{
									float:right;
									width:102px;
								}
.h_tel,
.h_time,
.h_timeout,
.h_timeposi,
.h_line,
.btn_h_contact{
	display:none;
}

/*上部２つのボタン*/
ul.menubtn{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin:100px 0 20px 0;
}
ul.menubtn li{
display: table-cell;
vertical-align: middle;
}
ul.menubtn li a{
	margin: 0 auto ;
	display: block;
	width:90%;
	height: 44px;
	color: #333;
	font-size:70%!important;
	font-weight:bold;
	text-decoration: none!important;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	border:1px solid #aaa;
	border-radius: 3px;
}
ul.menubtn li a.mail{
	background:	url(../img/icon_04.png) no-repeat 6px 50%,-webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
	background:	url(../img/icon_04.png) no-repeat 6px 50%,                                     linear-gradient(top, #eee, #F8F8F8);
}
ul.menubtn li a.tel{
	background:	url(../img/icon_tel.png) no-repeat 6px 50%,-webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
	background:	url(../img/icon_tel.png) no-repeat 6px 50%,                                     linear-gradient(top, #eee, #F8F8F8);
}
ul.menubtn li a span{/*2行になっても水平真ん中*/
	display:table-cell;
	vertical-align:middle;
	height:44px;
	padding:0 0 0 36px;
	line-height:1.3;
}

/*-----------------------------------------------
footer
-----------------------------------------------*/
footer{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0;
	background:none;
	padding:30px 0 0 0;
	background:url(../img/bk_footer.jpg) repeat-x left top;
}
/* pageTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#page-top a {
	display: block;
	width: 44px;
}
.footer_link{
	width:98%;
	height:auto;
	margin:0 auto 0;
	background:url(../img/footer_hrline.png) bottom left repeat-x;
overflow:hidden;
}
.footer_link:after{content: "";display: block;clear: both;}

.footer_link ul{
	width:100%;
	margin:0 auto;
	overflow:hidden;

	display: flex;			/*横並び*/
	flex-wrap: wrap;		/*flex内で改行*/
	justify-content: space-between;	/*等間隔*/
}
.footer_link ul li{
	float:none;
	padding:0;
	border-right:1px solid #ccc;
	font-size:11px;
width:48%;
height:40px;
line-height:40px;
border:none;
background:none;
margin:0 0 10px 0;
text-indent:14px;
color:#ddd;
}
.footer_link ul li.smp_non{
	display:none;
}
.footer_link ul li a{
	display:block;
	width:94%;
	height:36px;
	line-height:36px;
	background:#fff;
	border-radius:4px;
	text-indent:6px;
	margin:0 auto 20px;
	border:1px solid #555;
}
.footer_link ul li a:link{color:#555;text-decoration:none;}
.footer_link ul li a:visited{color:#555;text-decoration:none;}
.footer_link ul li a:hover{color:#555;text-decoration:underline;}
.footer_link ul li a:active{color:#555;text-decoration:none;}

.footer_link2{
	width:98%;
	height:auto;
	margin:0 auto 0;
	background:url(../img/footer_hrline.png) bottom left repeat-x;
overflow:hidden;
}
.footer_link2:after{content: "";display: block;clear: both;}

.footer_link2 ul{
	width:100%;
	margin:0 auto;
	overflow:hidden;

	display: flex;			/*横並び*/
	flex-wrap: wrap;		/*flex内で改行*/
	justify-content: space-between;	/*等間隔*/
}
.footer_link2 ul li{
	float:none;
	padding:0;
	border-right:1px solid #ccc;
	font-size:11px;
width:48%;
height:40px;
line-height:40px;
border:none;
background:none;
margin:0 0 10px 0;
text-indent:14px;
color:#ddd;
}
.footer_link2 ul li.smp_non{
	display:none;
}
.footer_link2 ul li a{
	display:block;
	width:94%;
	height:36px;
	line-height:36px;
	background:#fff;
	border-radius:4px;
	text-indent:6px;
	margin:0 auto 20px;
	border:1px solid #555;
}
.footer_link2 ul li a:link{color:#555;text-decoration:none;}
.footer_link2 ul li a:visited{color:#555;text-decoration:none;}
.footer_link2 ul li a:hover{color:#555;text-decoration:underline;}
.footer_link2 ul li a:active{color:#555;text-decoration:none;}


.copyright{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:34px;
	margin:0 auto;
	background:#6b9ad3;
}
.footmenu a:link{color:#222; text-decoration: none;}
.footmenu a:visited{color:#222; text-decoration:underline;}
.footmenu a:hover{color:#990000;text-decoration:underline;}
.footmenu a:active{color:#222; text-decoration:underline;}

/*-----------------------------------------------
共通
-----------------------------------------------*/
.wrapper{
	width:94%;
	margin:0 auto;
}
.wrapper:after{content: "";display: block;clear: both;}

.wrapper_top{/*トップページ*/
	width:94%;
	margin:0 auto 40px;
}
.wrapper_top:after{content: "";display: block;clear: both;}

.contents_whole{/*右側*/
	float:none;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
/*-----------------------------------------------
トップページ
-----------------------------------------------*/
/*メインイメージ*/
			.mainimg{
				width:100%;
				height:auto;
				background:url(../img/mainimg_smp.jpg) no-repeat;
				background-size: 100%;
				margin:0 0 5px 0;
			}
			.mainimg .mainimg_inner{
				width:98%;
				height:auto;
				margin:0 auto;
				padding:100px 0 0;
				/*position:relative;*/
			}
			.mainimg .mainimg_inner p{
				white-space: nowrap;text-indent: 100%;overflow: hidden;
			}
.mainimg ul.kokoga{
	/*position:absolute;
	top:160px;
	left:0;*/
	width:98%;
	height:auto;
	background:url(../img/kokoga.png) no-repeat;
	background-size: 100%;
	overflow:hidden;
	padding:46px 0 0 0;
	border-right:1px solid #949494;
	border-bottom:1px solid #949494;
	border-left:1px solid #949494;
}
.mainimg ul.kokoga li{
	font-size:12px;
	list-style-type:disc;
	margin:0 10px 4px 28px;
}
ul.top_btn2{
	width:100%;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	margin:20px auto 30px;
}
ul.top_btn2 li{
	margin:0 0 20px 0;
}
/*物件情報*/
.top_baibai{
	width:100%;
	height:34px;
	line-height:34px;
	text-indent:10px;
	background:#27384d;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	margin:0 0 10px 0;
	color:#fff;
	font-weight:bold;
}
.top_chintai{
	width:100%;
	height:34px;
	line-height:34px;
	text-indent:10px;
	background:#27384d;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	margin:0 0 10px 0;
	font-weight:bold;
	color:#fff;
}
.top_car{
	width:100%;
	height:34px;
	line-height:34px;
	text-indent:10px;
	background:#27384d;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	margin:0 0 10px 0;
	font-weight:bold;
	color:#fff;
}
.bukken_00 {
	overflow:hidden;
	width:100%;
}
.bukken_img td {
	text-align:center;
	width:168px;
	height:115px;
	vertical-align:middle;
}
.bukken_00 li {
	float:none;
	width:168px;
	padding:10px 20px;
	margin:8px auto 30px;
	border:1px solid #ccc;
}
.bukken_01 {
	color:#003366;
	font-size:11px;
	line-height:13px;
	padding:3px;
	margin:3px 0 0 0;
}
.bukken_02 {
	color:#333;
	font-size:10px;
	height:30px;
	padding:3px;
	border-bottom:1px dotted #ccc;
}
.bukken_03 {
	width:152px;
	height:70px;
	overflow:hidden;
	margin-bottom:3px;
}
.bukken_03_l {
	float:left;
	width:86px;
	height:auto;
	line-height:16px;
	margin-top:2px;
}
.bukken_03_l p {
	color:#C00;
}
.bukken_03_l span {
	font-weight:bold;
	font-size:16px;
}
.bukken_03_r {
	float:right;
	width:64px;
	height:auto;
	font-size:10px;
	margin:5px 0 0 0;
}
.bukken_04{
	border-left: solid 4px #6b9ad3;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	padding-left:5px;
	margin-bottom:4px;
}
.bukken_04_o{
	border-left: solid 4px #CC6C03;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	padding-left:5px;
	margin-bottom:4px;
}
/*お客様の声*/
.title_top_voice{
	width:100%;
	height:34px;
	line-height:34px;
	text-indent:10px;
	background:#ddd;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	margin:0 0 10px 0;
	font-weight:bold;
}
ul.area_voice {
	width:100%;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	margin:20px 0 30px;
}
ul.area_voice li{
	width:220px;
	height:220px;
	margin:0 auto;
}
ul.area_voice li .photo{
	width:220px;
	height:150px;
	position:relative;
}
ul.area_voice li .photo img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 220px;
	max-height: 150px;
}
ul.area_voice li dl{
	font-size:12px;
}
ul.area_voice li dl dt{
	font-weight:bold;
}
ul.area_voice li dl dd{
	margin:0 6px 10px 0;
}
ul.area_voice li dl dd a:link{color:#1B71B8; text-decoration: none;}
ul.area_voice li dl dd a:visited{color:#1B71B8; text-decoration:underline;}
ul.area_voice li dl dd a:hover{color:#1B71B8;text-decoration:underline;}
ul.area_voice li dl dd a:active{color:#1B71B8; text-decoration:underline;}


/*-----------------------------------------------
下層
-----------------------------------------------*/

.path{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:11px;
	margin:0 0 20px 0;
	color:#666;
}
.path a:link{color:#666; text-decoration: none;}
.path a:visited{color:#666; text-decoration:none;}
.path a:hover{color:#666;text-decoration:underline;}
.path a:active{color:#666; text-decoration:none;}

.title01{
	background:#6b9ad3;
	height:30px;
	line-height:30px;
	text-indent:12px;
	font-size:15px;
	color:#fff;
}
.bk_title{/*大見出し（ページタイトル）*/
	width:100%;
	background:url(../img/bk_title.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_company{/*会社案内（ページタイトル）*/
	width:100%;
	background:url(../img/title_company.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_site{
	width:100%;
	background:url(../img/title_site.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}

.title_kashitai{/*オーナ（ページタイトル）*/
	width:100%;
	background:url(../img/title_owner.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_flow{/*流れ（ページタイトル）*/
	width:100%;
	background:url(../img/title_flow.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}

.title_contact{/*お問い合わせ（ページタイトル）*/
	width:100%;
	background:url(../img/title_contact.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_privacy{
	width:100%;
	background:url(../img/title_privacy.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_jisseki{
	width:100%;
	background:url(../img/title_voice.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_blog{
	width:100%;
	background:url(../img/title_blog.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}
.title_parking{
	width:100%;
	background:url(../img/title_parking.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#6b9ad3;
	border:1px solid #ddd;
}

.title02 {
	background: #eee;
	padding: 6px 8px;
	color: #222;
	border-left: 5px solid #6b9ad3;
	font-size:13px;
	line-height:1.5;
}
.inner01{
	margin:0 0 20px 14px;
}
/*-----------------------------------------------
sidemenu
-----------------------------------------------*/
.sidemenu{
	float:none;
	width:96%;
}
/*当社の特徴*/
.side_tokuchou {
	margin:0 0 20px 0;
}
.side_tokuchou h3{
	width:100%;
	height:34px;
	line-height:34px;
	background:#6b9ad3;
	text-indent:14px;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	color:#fff;
}
.tokuchoubg{
	border-right:1px solid #6b9ad3;
	border-bottom:1px solid #6b9ad3;
	border-left:1px solid #6b9ad3;
	padding:10px;
}
.tokuchoubg ul li{
	margin:5px 0 4px 14px;
	line-height:1.5;
	font-size:12px;
	list-style-type:disc;
}
/*お知らせ*/
.side_info{
	margin:0 0 40px 0;
}
.title_side_info{
	width:100%;
	height:34px;
	line-height:34px;
	background:#6b9ad3;
	text-indent:14px;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	color:#fff;
}
.side_info dl{
	padding:10px;
	background:#fff;
	border:1px solid #6b9ad3;
	font-size:12px;
}
.side_info dl dt{
	margin:0 0 4px 0;
}
.side_info dl dt span{
	background:#E1E1E1;
	padding:2px 4px;
}
.side_info dl dd{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ddd;
}
.side_info dl dd:last-child{
	margin:0;
	padding:0;
	border-bottom:none;
}
.side_info dl dd a:link{color:#003F63; text-decoration: none;}
.side_info dl dd a:visited{color:#003F63; text-decoration:underline;}
.side_info dl dd a:hover{color:#003F63;text-decoration:underline;}
.side_info dl dd a:active{color:#003F63; text-decoration:underline;}

							/*サイドメニュー*/
							.title_side_menu{
								display:none;
							}
							dl.sidemenu{
								display:none;
							}
							dl.sidemenu dt{
								height:38px;
							}
							dl.sidemenu dd{
								border-bottom:1px dotted #999;
								font-size:14px;
								height:30px;
								background:url(../img/triangle.png) no-repeat 3px 8px;
								padding:0 5px 0 20px;
								margin:10px 0 0 0;
							}
							dl.sidemenu dd a:link{color:#003f63; text-decoration: underline;}
							dl.sidemenu dd a:visited{color:#003f63; text-decoration: underline;}
							dl.sidemenu dd a:hover{color:#990000;text-decoration:underline;}
							dl.sidemenu dd a:active{color:#003f63; text-decoration: underline;}

/*ご挨拶*/
.side_greeting{
	margin:0 0 40px 0;
}
.title_side_greeting{
	width:100%;
	height:34px;
	line-height:34px;
	background:#818181;
	text-indent:14px;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	color:#fff;
}
.side_waku{
	padding:10px;
	border:1px solid #818181;
}
.side_athome{
	width:176px;
	margin:10px auto;
	text-align:center;
	border: 1px solid #ddd;
}
.side_koueki{
	width:176px;
	text-align:center;
	margin: 10px auto;
	}
.side_takken{
	width:176px;
	text-align:center;
	margin: 10px auto;
	}
.side_chintai{
	width:176px;
	text-align:center;
	margin: 10px auto;
	}
.side_b84{
	width:176px;
	text-align:center;
	margin: 10px auto;
	}
/*-----------------------------------------------
会社案内
-----------------------------------------------*/
.company_ol123{
	width:100%;
}
.company_ol123 li{
	padding:0 0 10px 36px;
	margin:0 0 16px 0;
	border-bottom:1px solid #ddd;
}
.company_ol123 li.n01{
	background:url(../img/company_n01.png) no-repeat 0 5px;
}
.company_ol123 li.n02{
	background:url(../img/company_n02.png) no-repeat 0 5px;
}
.company_ol123 li.n03{
	background:url(../img/company_n03.png) no-repeat 0 5px;
}
table.table_company{
	width:100%;
	border:none;
	border-collapse:collapse;
	margin:0 auto 3em;
}
table.table_company th{
	display:block;
	width:100%;
	padding:4px 0;
	text-align:left;
	font-weight:normal;
	background:#eee;
	border-right:none;
	border-bottom:none;
	vertical-align:top;
}
table.table_company td{
	display:block;
	width:100%;
	padding:4px 0;
	margin:0 0 10px 0;
	background:#fff;
	border-right:none;
	border-bottom:none;
	vertical-align:top;
}
.company_text_president{
	text-align:right;
	margin:0 10px 0 0;
}
ul.shopimg{
	width:100%;
	margin:0 auto;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
}
ul.shopimg li{
	width:100%;
	margin:0 auto 20px;
	text-align:center;
}
ul.shopimg li:nth-child(2n){
	margin:0 0 20px 0;
}

ul.shopimg p{
	width:90%;
	margin:0 auto 20px;
	text-align:left;
}

/*スタッフ紹介*/
ul.staffarea{
	width:96%;
	margin:0 auto;
}
ul.staffarea li{
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	border-bottom:2px solid #eee;
}
ul.staffarea li:after{content: "";display: block;clear: both;}

ul.staffarea li .photo{
	float:none;
	width:100%;
	margin:0;
	position:relative;
	border:1px solid #ddd;
	text-align:center;
	padding:14px 0;
}
ul.staffarea ul li .photo img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 130px
}
ul.staffarea .staffinfo{
	float:none;
	width:100%;
	margin:20px auto 30px 0;
}
ul.staffarea .staffinfo .namearea{
	width:90%;
	height:auto;
	margin:0 0 10px 0;
	background:#fff;
	border-left:3px solid #0296BE;
}
ul.staffarea .staffinfo .namearea .category{
	text-indent:10px;
	padding:4px 0 0 0;
}
ul.staffarea .staffinfo .namearea .name{
	font-weight:bold;
	font-size:16px;
	text-indent:10px;
}
ul.staffarea .staffinfo dl{
	width:100%;
}
ul.staffarea .staffinfo dl dt{
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 4px 24px;
	border-bottom:1px dotted #aaa;
	line-height:1.4;
	background:url(../img/text_q.png) no-repeat 0 3px;
	
}
ul.staffarea .staffinfo dl dd{
	margin:0 0 30px 0;
	padding:0 0 4px 24px;
	background:url(../img/text_a.png) no-repeat 0 4px;
}
.p_blog{
	margin:20px 0 40px 0;
	text-align: center;
}
/*-----------------------------------------------
お問合せ
-----------------------------------------------*/
.contactbox{
	border:1px solid #6b9ad3;
	background:#c7e9f3;
	padding:5px;
	margin:0 0 30px 0;
	overflow:hidden;
}
.contactbox .contactbox_inner{
	padding:14px 0;
	background:#fff;
}
.oisogiposi{
	width:94%;
	margin:0 0 0 10px;
}
.contactinin{
	width:100%;
	height:0;
	margin:10px auto 0;
	background:url(../img/contact_img02.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding-bottom:calc(100%*171/584);/*画像の高さ÷横*/
	background-size:100% auto;
}
.search_merit{
	width:84%;
	margin:0 auto;
}
.search_merit ul {
}
.search_merit li {
	list-style-type:disc;
	padding:4px 0;
}
.formtable_area{
	margin:0 10px 0 10px;
	padding:14px 0 0 0;
}
.img_center{
	text-align:center;
	padding:20px 0 ;
}
.contact_02 {
	width:100%;
	margin:0 auto 20px;
border-collapse:collapse;
}
.contact_02{
	font-size:12px;
	}
.contact_02 th {
	display:block;
	font-weight: bold;
	color:#666666;
	background:#f7f7f7;
	text-align: left;
	line-height: 1.5;
	padding: 4px;
	vertical-align: middle;
	border-bottom:none;
	border-right:none;
	margin:0 0 6px 0;
}
.contact_02 td {
	display:block;
	width:100%;
	padding:0;
	vertical-align: middle;
	background-color: #fff;
	line-height: 1.75em;
	text-align:left;
	border-bottom:none;
	margin:0 0 20px 10px;
	border-bottom:none;
}
.hissu {
	color:#CC0000;
	font-weight:bold;
}
.error {
	color:#CC0000;
	display:block;
}
.contact_li{
	overflow:hidden;}
.contact_li li{
	float:left;
	width:200px;
	margin:0 10px 10px 0;
}
.rai_01 {
	border-left:5px solid #6b9ad3;
	border-bottom:1px dotted #ccc;
	margin:10px 0 10px 0;
	padding:0;
	text-indent:10px;
}
.rai_02 {
	border-left:5px solid #6b9ad3;
	border-bottom:1px dotted #ccc;
	margin:20px 0 0 0;
	padding:0;
	text-indent:10px;
}
span.nml {
	font-weight:normal;
	font-size:11px;
}
table.sta{
width:640px;
margin:10px 0 0 20px;
background:#eee;
border:1px solid #ccc;
}
table.sta td{
vertical-align:top;
padding:14px 18px;
}
.ttl01{
	padding:3px 10px;
	border:2px solid #0295c0;
	background-color:#c5eaf2;
	color:#3f7e8f;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
		margin-bottom:10px;
		display:inline-block;
	}
.form_01{
	width:150px;
	border: solid 1px #d8d8d8;
	font-size:12px;
	padding:3px;
}

.form_02{
	width:100px;
	border: solid 1px #d8d8d8;
	font-size:12px;
	padding:3px;
}
.form_03{
	font-size:12px;
	line-height:15px;
}

.form_04{
	width:204px;
	color:#aaa;
	border: solid 1px #d8d8d8;
	font-size:12px;
	line-height:12px;
	padding:6px 3px;
	height:18px;
}
.form_05{
	width:90%;
	font-size:13px;
	line-height:18px;
	padding:0 3px;
	height:24px;
}
.form_06{
	font-size:13px;
	line-height:18px;
	padding:10px 3px;
	height:24px;
	margin-top:5px;
}
/* 矢印エリア */
.ya_smp{
	width:98%;
	margin:0 auto;
	overflow:hidden;
}
.yajirushi{
	width:27%;
	float:left;
	margin:0 16px 20px 0;
}
.arrow{
	width:100%;
}
/* 矢印on */
.arrow_on {
    padding-top: 5px; /* 要素の上の余白調整 */
    width: 96%; /* 四角形の幅 */
    height: 26px; /* 四角形の高さ */
    background: #FFA200;
    position: relative;
	color:#fff;
}
.arrow_on:after {
    border-left: 15px solid #FFA200; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-top: 15px solid transparent; /* 上のボーダーを透過に指定 */
    border-bottom: 15px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}
/* 矢印off */
.arrow_off {
    padding-top: 5px; /* 要素の上の余白調整 */
    width: 96%; /* 四角形の幅 */
    height: 26px; /* 四角形の高さ */
    background: #eee;
    position: relative;
	color:#aaa;
}
.arrow_off:after {
    border-left: 15px solid #eee; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-top: 15px solid transparent; /* 上のボーダーを透過に指定 */
    border-bottom: 15px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}
/* テキストの指定 */
.arrow span {
    position: relative;
    z-index: 3;
    font-weight: bold;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
	padding:0 0 0 5px;
	display:block;
}
.ya_pc{
	display:none;
}
.textareatd{
	width:94%;
	margin:0 auto;
}
.btn_orange{/*ボタンオレンジ*/
	padding: 16px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #F7B800;
	background:#ffd65e;
	background: -webkit-linear-gradient(top, #ffd65e, #febf04);
	background:         linear-gradient(top, #ffd65e, #febf04);
	border-radius:4px;
	cursor: pointer;
	font-weight:bold;
	color:#666;
}
.btn_orange:link{color:#fff;}
.btn_orange:visited{color:#fff;}
.btn_orange:hover{color:#fff; opacity:0.6;}
.btn_orange:active{color:#fff;}
.btn_submit01{/*ボタングレー*/
	padding: 16px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #eee);
	background:         linear-gradient(top, #fafafa, #eee);
	border-radius:4px;
	cursor: pointer;
	color:#666;
}
.btn_submit01:link{color:#333;text-decoration:none;}
.btn_submit01:visited{color:#333;text-decoration:none;}
.btn_submit01:hover{color:#333;text-decoration:none;opacity:0.5;}
.btn_submit01:active{color:#333;text-decoration:none;}

.signarea{
	margin:0 20px 20px 20px;
	padding-top:10px;
}
.signarea ul{}

.signarea li{
	background-color:#FFC;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.signarea li img{
	margin-right:20px;
	float:left;
	background-color:#FFF;
	text-align:center;
	width:20%;
	}
.signarea li p{
	float:left;
	line-height:1.6;
	width:70%;
	text-align:left;
}
/*チェックボックス見やすく*/
.contact_02 input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    width: 24px;
    height: 24px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align:middle;
}
.contact_02 input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}
.contact_02 input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align:middle;
}

/* チェック時は背景色を変更 */
.contact_02 input[type="checkbox"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
.contact_02 input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 17px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    content: "";
    width: 10px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

.contact_02 input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    width: 19px;
    height: 4px;
    background: #FFFFFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
.asp_pan{
	width:94%;
	font-size:11px;
	margin:0 auto 30px auto;
	color:#666;
	overflow: hidden;
}
#genzai {
	position: absolute;
	right: 10px;
}
#genzai ul{
	overflow:hidden;
}
#genzai ul li{
	float:right;
	margin:0 0 0 10px;
}	
/*-----------------------------------------------
個人情報の取り扱いについて
-----------------------------------------------*/
.privacy_madoguchi{
	width:96%;
	margin:0 auto;
}
.privacy_madoguchi_inner{
	width:100%;
	margin:0 auto;
}
.privacy_madoguchi_inner:after{content: "";display: block;clear: both;}

.privacy_madoguchi01{
	float:none;
	width:96%;
	margin:0 auto 30px;
	border:1px solid #aaa;
	padding:10px 10px 0 10px;
}
.privacy_madoguchi01 dl{
	width:96%;
overflow:hidden;
}
.privacy_madoguchi01 dl dt{
clear:both;
float:none;
width:100%;
font-weight:bold;
}
.privacy_madoguchi01 dl dd{
	margin:0 0 6px 14px;
	padding:0 0 10px 0;
	word-break:break-all;
	word-wrap:break-word;
	line-height:1.3;
}
.privacy_madoguchi02{
	float:none;
	width:96%;
	margin:0 auto 30px;
	border:1px solid #aaa;
	padding:10px 10px 0 10px;
}
.privacy_madoguchi02 dl{
	width:100%;
overflow:hidden;
}
.privacy_madoguchi02 dl dt{
clear:both;
float:none;
width:100%;
font-weight:bold;
}
.privacy_madoguchi02 dl dd{
	margin:0 0 6px 14px;
	padding:0 0 10px 0;
	word-break:break-all;
	word-wrap:break-word;
	line-height:1.3;
}
.ol_privacy li{
	padding-left:1em;
	text-indent:-1em;
	margin:0 0 16px 0;
	line-height:1.7;
}
.privacy_madoguchi01{
	width:auto;
	border:1px solid #aaa;
	padding:10px;
	margin:10px 10px 10px 0;
}
.privacy_madoguchi01 li{
	list-style-type:disc !important;
	margin: 0 0 6px 22px !important;}
.privacy01 ul li{
	list-style-type: decimal;
	margin: 0 0 20px 22px;
}
/*-----------------------------------------------
お引き渡しまでの流れ
-----------------------------------------------*/
/*ページ下部のお問合せBOX*/
.contactbox_bottom{
	width:96%;
	margin:0 auto 30px;
	padding:0 0 16px 0;
	border:1px solid #ccc;
}
.contactbox_bottom .title{
	height:29px;
	line-height:29px;
	background:#6b9ad3;
	text-align:center;
	color:#fff;
	font-size:15px;
}
.contactbox_bottom .tel{
	text-align:left;
	font-size:28px;
	height:50px;
}
.contactbox_bottom .tel a:link{color:#222;text-decoration:none;}
.contactbox_bottom .tel a:visited{color:#222;text-decoration:none;}
.contactbox_bottom .tel a:hover{color:#222;text-decoration:none;}
.contactbox_bottom .tel a:active{color:#222;text-decoration:none;}


.contactbox_bottom .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#6b9ad3;		/*色*/
	font-size: 1.1em;		/*2倍の大きさ*/
}
.contactbox_bottom dl.time{
	width:100%;
	margin:0 auto 8px;
	padding:0 0 0 10px;
}
.contactbox_bottom dl.time:after{content: "";display: block;clear: both;}

.contactbox_bottom dl.time dt{
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
}
.contactbox_bottom dl.time dd{
	display:block;
	float:left;
	margin:0;
}
.contactbox_bottom .line{
	text-align:center;
	font-size:13px;
	margin:0 0 4px 0;
}
.contactbox_bottom a.contactbox_mail{
	display:block;
	width:85%;
	height:40px;
	line-height:40px;
	background:#27384d;
	margin:0 auto;
	position:relative;
	padding:0 0 0 30px;
}
.contactbox_bottom a.contactbox_mail span{
	position: absolute;
	top: 0px;
	left: 50px;
}
.contactbox_bottom a.contactbox_mail:before{
	font-family: 'FontAwesome' ;
	content: '\f003';
	color:#fff;	
	font-size: 24px;
	position: absolute;
	top: 0px;
	left: 20px;
}
.contactbox_bottom a.contactbox_mail:link{color:#fff; text-decoration:none;}
.contactbox_bottom a.contactbox_mail:visited{color:#fff; text-decoration:none;}
.contactbox_bottom a.contactbox_mail:hover{color:#fff; text-decoration:none;opacity:0.7;}
.contactbox_bottom a.contactbox_mail:active{color:#fff; text-decoration:none;}

/*-----------------------------------------------
オーナー様へ
-----------------------------------------------*/
.kashitai_service_area h4{
	border-left:5px solid #FF6600;
	border-bottom:1px dotted #ccc;
	margin:20px 0 10px 0;
	padding:0;
	text-indent:10px;
	font-weight:bold;
	font-size:15px;
}
.orangeback02,orangeback03{
width:96%;
margin:14px auto 0;
padding:4px 0 14px 0;
}
.orangeback02 table, .orangeback03 table{
width:96%;
margin:0 auto 10px;
border:1px solid #ccc;
background:#eee;
box-sizing: border-box;
}
.orangeback02 table td, .orangeback03 table td{
display:block;
border-right:none;
border-bottom:1px dotted #ccc;
padding:10px 10px;
font-size:13px;
}
/*-----------------------------------------------
サイトマップ
-----------------------------------------------*/
.sitemap_whole{
	width:96%;
	margin:0 auto 30px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;*/
}
.sitemap_whole dl.sitemap_whole_inner{
	width:100%;
	margin:0 auto 60px;
}
		.sitemap_whole dl.sitemap_whole_inner:nth-child(2n){
			margin:0 0 20px 0;
		}
.sitemap_whole dl.sitemap_whole_inner dt{
	font-weight:bold;
	margin:0 0 14px 0;
	padding:0 0 2px 0;
	border-bottom:2px solid #6b9ad3;
}
.sitemap_whole dl.sitemap_whole_inner dd{
	margin:0 0 16px 6px;
	padding:0 0 0 12px;
	background: url(../img/triangle.png) no-repeat 0 8px;
}
ul.sitemap_whole_inner_ul{
	width:330px;
	margin:0 50px 40px 0;
	overflow:hidden;
}
ul.sitemap_whole_inner_ul:after{content: "";display: block;clear: both;}

ul.sitemap_whole_inner_ul li{
	margin:0 0 8px 14px;
	padding:0 0 0 12px;
	background: url(../img/triangle.png) no-repeat 0 8px;
}


.wp_social_bookmarking_light_img{/*ブロクのLINEボタン*/
	max-width: 100%;
	height: auto;
	width :88px;
}

/*駐車場*/
.parking_tbl td{
padding:10px;

}
.parking_tbl_side td{
padding:0px !important;

}

.parking_tbl table{
	width:100%;}
.parking_tbl table th{
width:100%;
display: block;
box-sizing:border-box;
}
.parking_tbl table td{
width:100%;
display: block;
box-sizing:border-box;
}

.parking_tbl_side th{
	display: none !important;}

.parking_tbl_side td p{
	padding:0 10px;}
.parking_tbl_side td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    line-height: 3;
    background-color: #fff;
    width: 100%;
    background: #e7e7e7;
    border-right: 1px solid #ccc;
    text-indent: 4px;
    margin-bottom: 5px;
}
.smpno{
	display:none;}
.point_txt .list02{
	margin-bottom: 1em;}
	
.box02 li {
    width: 40%;
	margin:0 2% 0.5em;
}

.imgbox {
    position: relative;
    width: 100%;
}
.imgbox::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box04 {
	width:100%;}
.btn_w01{
	display: block;
	margin-left:auto; margin-right:auto;
	text-align: center;
	width:90%;
	margin-bottom: 2em;}

.Area05 dt {
	display: block;
	text-align: center;
	margin-left:auto; margin-right:auto;
    padding: 5px;
}
.bk25 {
	display: block;
	text-align: center;
	margin-left:auto; margin-right:auto;

}

#inq{
	margin: 0 1%;
    padding: 0 0 0 0px;
    width: 98%;}
#inq table td,
#inq table .content01,
#inq table td.index01{
	width:100%;
display: block;
box-sizing:border-box;
	}
#inq table .content01{
	padding-bottom:1em;
	}
		
/*△駐車場*/
}/* ←CSSの一番最後に記述 */


</pre></body></html>