@charset "utf-8";

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

aside, footer, header, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	min-width:auto;
	line-height:1.7;
	font-size:1em;
	padding:0;
	margin:0;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
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,
.opa a:hover img,
input[type="image"]:hover{
	opacity:1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#006699;text-decoration:underline;}
a:visited{color:#006699;text-decoration:underline;}
a:hover{color:#ED3FA4;text-decoration:underline;}
a:active{color:#006699;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;}
.clearfix:after{content: "";display: block;clear: both;}

/*余白*/
.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;}
.ml10{ margin-left:10px;}
.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}
.f11{font-size:11px;}
.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;
}
img.waku{
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}
/* 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;
}
.red {color: #f00;}
/*-----------------------------------------------
header
-----------------------------------------------*/
.logoarea,
.head_tel,
.head_tel:after,
.head_tel .header_info,
.head_tel .header_contact,
.gnav,
.gnav ul,
.gnav ul:after,
.gnav ul li,
.gnav ul li a,
.gnav ul li a.gnav_home,
.gnav ul li a.gnav_home,
.gnav ul li a.gnav_home:hover,
.gnav ul li a.gnav_price,
.gnav ul li a.gnav_price:hover,
.gnav ul li a.gnav_flow,
.gnav ul li a.gnav_flow:hover,
.gnav ul li a.gnav_sample,
.gnav ul li a.gnav_sample:hover,
.gnav ul li a.gnav_company,
.gnav ul li a.gnav_company:hover,
.gnav ul li a.gnav_contact,
.gnav ul li a.gnav_contact:hover{
	display:none;
}
header {
	width:100%;
	height:60px;
	margin:0;
}
.lead{
	height:10px;
	font-size:10px;
	font-weight:bold;
	color:#FF642C;
	position:absolute;
	top:10px;
	left:10px;
}
.logo{
	display:block;
	float:left;
	width: 160px;
	height:18px;
	margin:28px 0 0 5px;
	background:url(../img/logo.png) no-repeat;
	white-space: nowrap;text-indent: 100%;overflow: hidden;
	position:static;
	top:0;
	left:0;
}
		.logo:hover{
		opacity:1.0;
		-moz-opacity: 1.0;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		}
		@media all and (-webkit-min-device-pixel-ratio: 2.0) {
		    .logo {
		        background-image: url(../img/logo.png);
		        background-size: 160px 18px;/*実サイズ*/
		    }
		}
.header_btnarea{
	float:right;
	width:100px;/*ロゴがimgの場合は50%*/
	margin:15px 55px 0 0;
}
header a.tel {
	float:right;
	background:url(../img_smp/main_bg.png) no-repeat -50px 0px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	display:block;
	width:50px;
	height:50px;
	background-size:150px;
}
header a.hmail {
	float:right;
	background:url(../img_smp/main_bg.png) no-repeat 0px 0px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	display:block;
	width:50px;
	height:50px;
	background-size:150px;
}
/*ドロップダウンメニュー*/
dl.dropdown dt a.hmenu {
	float:right;
	background:url(../img_smp/main_bg.png) no-repeat -100px 0;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	display:block;
	width:50px;
	height:50px;
	background-size:150px;
}
dl.dropdown dd {
	position:relative;
	z-index: 100;
}
dl.dropdown dd ul {
    display:none;
    position:absolute; 
    top:46px;
    right:0;
    width:100%;
    min-width:250px;
    background:#eee;
}
dl.dropdown dd ul li{
	overflow:hidden;
	width:100%;
	font-size:14px;
}
dl.dropdown dd ul li a{
	display:block;
	border-bottom:1px solid #fff;
	padding:15px 0 15px 8px;
	line-height:16px;
	text-decoration:none;
	background:#F4EFB0;
}
dl.dropdown dd ul li a:link {color:#333; text-decoration:none;}
dl.dropdown dd ul li a:visited {color:#333; text-decoration:none;}
dl.dropdown dd ul li a:hover {color:#333; text-decoration:none;}
dl.dropdown dd ul li a:active {color:#333; text-decoration:none;}
/*-----------------------------------------------
footer
-----------------------------------------------*/

.link_area{
	display:none;
}
footer{
	width:100%;
	height:auto;
	background:#FECF5B;
	font-size:12px;
}

.copyright{
	text-align:center;
}
.copyright small{
	font-size:12px;
}
/*-----------------------------------------------
共通
-----------------------------------------------*/
.contents{
	width:100%;
	margin:0 auto;
}
.contents:after{content: "";display: block;clear: both;}

.main_contents{
}
.side_menu{
}
.side_menu_top{

}
/*パンくず*/
.path{
	width:100%;
	margin:0 auto;
	font-size:11px;
	color:#555;
	height:40px;
	line-height:40px;
	text-indent:10px;
}
.path a:link{text-decoration:underline;}
.path a:visited{text-decoration:underline;}
.path a:hover{text-decoration:underline;}
.path a:active{text-decoration:underline;}

.kasou_inner{
	width:90%;
	margin: 0 auto;
}
.kasou_inner02{/*下にたっぷり余白付き*/
	margin:0 0 40px 20px;
}
.kasou_inner03{/*下に少し余白付き*/
	margin:0 0 18px 20px;
}
/*箇条書き*/
ul.ul01 li{
	list-style-type:disc;
	margin:0 0 8px 14px;
}
ul.ul02 li{/*アイコン付き*/
	background:url(../img/icon_ya_ora.gif) no-repeat 0 8px;
	padding:0 0 0 14px;
	margin:0 0 10px 0;
}

/*見出し*/
.title_01{
	height:26px;
	line-height:26px;
	color:#fff;
	text-indent:10px;
	font-weight:bold;
	background:#FF642D;
}
.title_02{
	height:30px;
	line-height:30px;
	color:#fff;
	text-indent:14px;
	font-size:16px;
	background:url(../img/title_02.png) no-repeat #FF642D;
}
/*-----------------------------------------------
サイドメニューの中
-----------------------------------------------*/
.aside_link{
	width:220px;
	margin:0 auto;
}
.side_president{
	width:198px;
	border:1px solid #ccc;
	padding:10px;
	margin: 20px auto;
}
.icon_ya{
	background:url(../img/icon_ya01.png) no-repeat 0 4px;
	padding:0 0 0 18px;
}
dl.aside_link{
}
dl.aside_link dt{
	margin:0 0 10px 0;
}
dl.aside_link dd{
	margin:0 0 30px 0;
}
dl.aside_link dd a{
	display:block;
	margin:0 0 10px 14px;
}
/*-----------------------------------------------
トップページコンテンツ
-----------------------------------------------*/
img.smp100{
	max-width: 100%;
	height: auto;
}
img.vo_smp100{
	max-width: 100%;
	height: auto;
	margin: 20px 0px;
}
.mi_smp90{
	max-width: 90%;
	height: auto;
	margin: 20px auto;
}
.mi_txt{
	max-width: 90%;
	margin: 5px auto;
}

.top_map_area{
	width:80%;
	margin:auto;
}
.top_map_info{
	margin-top:10px;
}
.top_mitsumori_area{
	width:90%;
	margin:auto;
	height: auto;
	overflow:hidden;
	background-size:contain;
}
.top_mitsumori_area .title{
	height:40px;
	white-space: nowrap;text-indent: 100%;overflow: hidden;/*テキスト非表示*/
	background:url(../img_smp/ttl_top_omitsumori.png) no-repeat;
	background-size:100% auto;
}
.top_mitsumori_area ul{
	margin:0 0 26px 60px;
}
.top_mitsumori_area ul li{
	margin:0 0 6px 0;
}
#balloon-2-bottom {
    position: relative;
    display: inline-block;
    padding: 15px 8px 0;
    line-height: 40px;
    text-align: center;
    background: #ffffdd;
    z-index: 0;
    margin: 0 auto 20px;
}
.checkmark ul{
	margin:0 4px;
}
.checkmark li{
	background:url(../img_smp/img_check.png) no-repeat 0 5px;
	margin:0 0 1em 0;
	padding: 0 0 10px 20px;
	border-bottom:1px #CCC solid;
	text-align:left;
	line-height:22px;
}
.checkmark li:last-child{
	border:none;
}
/*-----------------------------------------------
お問合せから工事までの流れ
-----------------------------------------------*/
.text_photo{
	margin:0 auto;
}
.text_photo:after{content: "";display: block;clear: both;}

.text_photo .photo{
	width:100%;
}
.text_photo .text{
	width:90%;
	margin:0 auto;
}
/*-----------------------------------------------
料金
-----------------------------------------------*/
.price_box{
	width:95%;
	margin: 0px auto;
}
.price_box:after{content: "";display: block;clear: both;}

.price_box_inner{
	width:100%;
	padding:0 0 10px 0;
	margin: 20px 0;
	border:1px solid #FF642D;
}
.price_box_inner .detail{
	margin:0 0 0 16px;
}
.price_box_inner .price{
	font-size:15px;
	font-weight:bold;
	margin:0 0 0.5em 0;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
.area_01 {

	padding: 15px;
}
.table_company{
	width:100%;
}
.table_company th{
	width:100%;
	display:block;
	background:#eee;
	padding:4px 0 4px 10px;
	text-align:left;
	font-weight:normal;
}
.table_company td{
	width:80%;
	display:block;
	padding:6px 0 12px 10px;
}
.table_company td input{
	padding:2px;
	width:100%;
}
.c_otoiawase{
	width:100%;
	height:90px;
}
.g_map{
	width:100%;
	height: 300px;
}
/*-----------------------------------------------
無料相談・無料見積
-----------------------------------------------*/
.notice{
	width:90%;
	margin:0 auto 30px;
}
/*-----------------------------------------------
サイトマップ
-----------------------------------------------*/
.sitemap_01 {
	width: 100%;
	margin:0 0 80px 10px;
	overflow: hidden;
}
.sitemap_01:after{content: "";display: block;clear: both;}

.sitemap_01 p {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	border-left: 3px solid #DF430A;
	text-indent: 7px;
}
.sitemap_01_l {
	width: 310px;
}
.sitemap_01 ul {
	margin:14px 0 0 0px;
}
.sitemap_01 li {
	background: url(../img/arrow_01.gif) no-repeat left center;
	text-indent: 16px;
	margin:0 0 10px 0;
}
.sitemap_01_r {
	width: 310px;
}
/*-----------------------------------------------
個人情報の取扱いについて
-----------------------------------------------*/
.smp_w90{
	width:90%;
	margin:auto;
}
.dl_privacy{
	width:90%;
	margin:auto;
	overflow:hidden;
}
.dl_privacy dt{
	font-weight:bold;
	margin:0 0 6px 0;
}
.dl_privacy dd{
	margin:0 0 18px 14px;
}
/*-----------------------------------------------
リフォーム事例(タイトルのみ。コンテンツは別CSS)
-----------------------------------------------*/
.title_reformjirei{
	background:none;
	width:100%;
	background:#f3f3f3;
	color:#FF642C;
	font-size:18px;
	text-indent:10px;
	height:34px;
	line-height:34px;
	font-weight:normal;
	border-bottom:2px solid #FF642C;}

}/* ←CSSの一番最後に記述 */
