@charset "utf-8";
/* CSS Document */

/* ------------------------------------------
COMMON
------------------------------------------ */
*{
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	color:#4a4a4a;
	background:#ffffff;
	text-align:center;
	font-size:medium;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

a			{outline: none; color: #1570ab; text-decoration:none;}
a:visited	{color: #0e5380;}
a:hover		{color: #579dca; text-decoration:underline;}
a:active	{color: #579dca;}

img {
	border:none;
	max-width: 90%;
	margin:0 5% 20px;
	width: auto\9;
	height: auto;
	vertical-align:bottom;
}

a img:hover	{
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}

p{
	line-height:1.7em;
	margin:0 5% 20px;
}

em{
	color:#c30d23;
	font-style:normal;
}

hr{
	clear:both;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px 0 0;
	display:block;
	height:1px;
	margin:20px 1%;
}

.right	{float:right;}
.left	{float:left;}
.center	{text-align:center;}

.font_s{font-size:85%;}

#wrapper {
	/*width: 100%;*/
}



/* ------------------------------------------
HEADER
------------------------------------------ */
header{
		width: 100%;
		margin: 0 auto;
		padding: 15px 0 0;
		border-top:5px solid #042337;
		background:#ffffff;
}

	#header-inner{
		width:1000px;
		margin: 0 auto;
	}

	header #header-left{
		float:left;
		width:65%;
	}

	header p{
		margin:0;
		font-size:80%;
		color:#666666;
		line-height:1.6em;
		text-align:left;
	}

	header #header-left h1 a{
		display:block;
		width:35%;
		height:0;
		padding-top:7.49%;
		margin:7px 0 0;
		text-indent:-99999px;
		background-image:url(img/bg_h1.png);
		background-image/*\**/: url(img/bg_h1_ie.png)\9;
		background-repeat:no-repeat;
		background-size:100%;
		background-position:0 0;
	}

	header #header-left h1 a:hover{
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=85);
	}

	header #header-right{
		float:right;
		width:33%;
	}

	header #header-right p{
		display:block;
		width:100%;
		height:0;
		padding-top:18.18%;
		margin:0 0 10px ;
		text-indent:-99999px;
		background-image:url(img/head_tel.jpg);
		background-image/*\**/: url(img/head_tel_ie.jpg)\9;
		background-repeat:no-repeat;
		background-size:100%;
		background-position:0 0;
	}

	header #header-right a{
		display:none;
	}



	/* nav */
	nav#main_nav{
		width:100%;
		background:#ece8dd;
		font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	}

		nav#main_nav ul{
			width:1000px;
			margin:0 auto;
		}

		nav#main_nav ul li{
			display:block;
			float:left;
			list-style:none;
			text-align:center;
		}

		nav#main_nav ul li#nav01{width:19.33%;}
		nav#main_nav ul li#nav02{width:19.33%;}
		nav#main_nav ul li#nav03{width:14%;}
		nav#main_nav ul li#nav04{width:19.33%;}
		nav#main_nav ul li#nav05{width:14%;}
		nav#main_nav ul li#nav06{width:14%;}

		nav#main_nav ul li a{
			display:block;
			width:100%;
			padding:20px 0;
			text-decoration:none;
			font-size:80%;
			color:#444444;
			box-sizing:border-box;
		}

		nav#main_nav ul li a:hover{
			background:#d9d1ba;
		}




/*ナビゲーション*/
.nav{
	width: 100%;
	background:#ece8dd;
}

nav#menu-box ul#menu {
	width:1000px;
	margin:0 auto;
	background:#ece8dd;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

nav#menu-box ul#menu li{
	display:block;
	float:left;
	list-style:none;
	text-align:center;
}

nav#menu-box ul#menu li#nav01{width:19.33%;}
nav#menu-box ul#menu li#nav02{width:19.33%;}
nav#menu-box ul#menu li#nav03{width:14%;}
nav#menu-box ul#menu li#nav04{width:19.33%;}
nav#menu-box ul#menu li#nav05{width:14%;}
nav#menu-box ul#menu li#nav06{width:14%;}

nav#menu-box ul#menu li a {
	display:block;
	width:100%;
	padding:20px 0;
	text-decoration:none;
	font-size:80%;
	color:#444444;
	box-sizing:border-box;
}

nav#menu-box ul#menu li a:hover{
	background:#d9d1ba;
}

nav#menu-box ul#menu li a:focus{
	background-color:#ced6da;color:#1a272b;
}

#toggle {
	display: none;
}




/* ------------------------------------------
CONTENTS BASE
------------------------------------------ */
.wrap_white,
.wrap_gray{
	width:100%;
	padding:40px 0;
}

.counter{
	padding:20px 0;
}

.wrap_white{
	background:#ffffff;
}

.wrap_gray{
	background:#f7f6f1;
}

	.inner{
		max-width:1024px;
		width:98%;
		margin:0 auto;
		position:relative;
		z-index:101;
		text-align:left;
	}



/* pagemove */
#pagemove{
	position:fixed;
	bottom:20px;
	right:20px;
	width: 80px;
	height:80px;
	text-indent:-99999px;
	background-image:url(img/pagemove.png);
	background-image/*\**/: url(img/pagemove_ie.png)\9;
	background-repeat:no-repeat;
	background-size:80px;
	background-position:0 0;
	z-index: 200;
}

	#pagemove:hover{
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=85);
	}



/* footer */
footer{
	width: 100%;
	text-align: center;
	color:#ffffff;
	font-size:90%;
	background-size:70%;
	background:#042337;
}

	#footer-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0 15px;
	}

		footer nav {
			padding:10px 0;
		}

			footer ul li {
				display: inline-block;
				*display: inline;
				*margin-bottom: 12px;
				margin-bottom: 10px;
				padding: 0 10px 0 15px;
				line-height: 120%;
				border-left: solid 1px #ffffff;
				*zoom: 1;
			}

			footer ul li:first-child {
				border-left: none;
			}

				footer ul li a,
				footer ul li a:visited{
					color:#ffffff;
					text-decoration:none;
				}

				footer ul li a:hover{
					color:#ffffff;
					border-bottom:1px dotted #ffffff;
					text-decoration:none;
				}

	footer img{
		width:170px;
		height:auto;
		margin:0 0 5px;
	}

	#address{
		width: 1000px;
		margin: 10px auto 30px;
	}

	#address p{
		line-height:1.6em;
		margin:0 0 10px 0;
	}

	#address .area{
		display:inline-block;
		padding-top:10px;
		border-top:1px solid #ffffff;
	}

	#copy{
		color:#042337;
		margin:20px 0;
	}

	#copy a{
		color:#042337;
		text-decoration:none;
	}

	#copy a:hover{
		border-bottom:1px dotted #042337;
	}



/* ------------------------------------------
BOX
------------------------------------------ */
/* grid */
.grid1,
.grid2,
.grid3,
.grid4,
.half{
	float: left;
	display: inline;
	margin:0 1% 20px;
	box-sizing:border-box;
}

.grid1	{width: 31.33%;}
.grid2	{width: 64.67%;}
.grid3	{width: 31.33%;}
.grid4	{width: 23.00%;}
.half	{width: 48%;}

.box{
	margin:0 1% 40px;
	width:98%;
	clear:both;
}

.box_white{
	background:#ffffff;
	margin:0 1% 20px;
	padding:3% 3% 1.5%;
	width:98%;
	clear:both;
	box-sizing:border-box;
}

.box_gray{
	background:#f6f6f6;
	margin:0 1% 20px;
	padding:3% 3% 1.5%;
	width:98%;
	clear:both;
	box-sizing:border-box;
}



/* ------------------------------------------
LINK
------------------------------------------ */
/* arrow */
a.arrow{
	padding-left:15px;
	margin:0 1% 0;
	zoom: 1;
	text-decoration:none;
	background-image: url(img/arrow_blue.png);
	background-image/*\**/: url(img/arrow_blue_ie.png)\9;
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:15px;
}

	a.arrow:hover{
		color:#e8c55b;
		text-decoration:underline;
	}






/* ------------------------------------------
LIST
------------------------------------------ */
.inner ul{
	clear:both;
	/*margin:5px 0 20px 20px;*/
	margin:0 1% 20px;
}

	.inner ul li{
		list-style-position: inside;
		margin-left:1em;
		text-indent:-1em;
		/*margin:0 0 0 5px;*/
		list-style-type: disc;
		line-height:1.7em;
	}

.inner ol{
	clear:both;
	/*margin:5px 0 20px 12px;*/
	margin:0 1% 20px;
}

	.inner ol li{
		list-style-position: outside;
		/*padding-left:20px;*/
		margin:0 0 0 32px;
		line-height:1.6em;
	}



/* ------------------------------------------
TITLE
------------------------------------------ */
h2{
	clear:both;
	line-height:1.5em;
	margin:0 1% 30px;
	text-align:center;
	color:#042337;
	letter-spacing:0.1em;
	font-size:180%;
	font-weight:normal;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

	h2 span.large{font-size:200%;}
	h2 span.small{font-size:70%;}

h3{
	clear:both;
	line-height:1.4em;
	padding:0 0 10px;
	margin:0 1% 20px;
	font-size: x-large;
	font-weight:normal;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	border-bottom:1px solid #cccccc;
}

	/* home */
	.main_menu h3{
		clear:both;
		padding:20px 0 0;
		margin:0 1% 20px;
		font-size: 150%;
		text-align:center;
		line-height:1.4em;
		border-bottom:none;
	}

	.cleaning h3{color:#042337;}
	.wood h3	{color:#436413;}

h4{
	clear:both;
	padding:10px 20px 7px;
	margin:0 1% 20px;
	font-size:120%;
	line-height:1.6em;
	background:#ece8dd;
}

/* 施工事例で使用 */
h4 span{
	font-size:80%;
}

h4 span.item{
	padding: 3px 6px;
    margin-right: 10px;
    color: #ffffff;
    background: #978048;
	vertical-align:middle;
}

h5{
	clear:both;
	margin:0 1% 10px;
	font-size:120%;
	line-height:1.6em;
	font-weight:bold;
}

.half h5{
	margin:0 5% 10px;
}



/* ------------------------------------------
BUTTON
------------------------------------------ */
div.button{
	width:100%;
	text-align: center;
	margin: 20px auto;
	clear:both;
	font-size:85%;
}

	.button a,
	.button a:visited{
		min-width:160px;
		position: relative;
		overflow: visible;
		display: inline-block;
		padding: 13px 1.5em 11px 1.5em;
		/*margin: 10px auto;*/
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
		background:#042337;
		border-radius: 6px;
		zoom: 1;
		*display: inline;
	}

	.button a:hover,
	.button a:active{
		text-decoration:none;
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
	}

	.wood .button a,
	.wood .button a:visited{
		background:#436413;
	}





/* ------------------------------------------
INDEX
------------------------------------------ */
/* メインメニュー */
.main_menu{
	padding:30px 30px 10px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:cover;
}

.cleaning{
	background-image:url("img/bg_cleaning.jpg");
	background-image/*\**/: url("img/bg_cleaning_ie.jpg")\9;
	background-color:#d6d7db;
}

.wood{
	background-image:url("img/bg_wood.jpg");
	background-image/*\**/: url("img/bg_wood_ie.jpg")\9;
	background-color:#cdd3c5;
}

.main_menu a img{
	display:block;
	width:50%;
	margin:0 auto;
	border-radius:50%;
}

.main_menu ul{
	display:block;
	width:80%;
	margin:0 auto;
}



/* 全て対応 */
.anything{
	width:80%;
	height:0;
	padding-top:34.28%;
	margin:20px auto;
	text-indent:-99999px;
	background-image:url("img/anything.png");
	background-image/*\**/: url("img/anything_ie.png")\9;
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}


/* box_tel */
.box_tel{
	clear:both;
	width:80%;
	box-sizing:border-box;
	margin:0 auto 20px;
	padding:30px 30px 20px;
	background:#ece8dd;
}

.box_tel p.tel{
	display:block;
	width:80%;
	height:0;
	padding-top:13.09%;
	margin:10px auto ;
	text-indent:-99999px;
	background-image:url(img/tel.png);
	background-image/*\**/: url(img/tel_ie.png)\9;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: contain;
}

.box_tel a.tel{
	display:none;
}



/* 大佐賀さん */
.top_osaga{
	width:98%;
	height:0;
	padding-top:35.28%;
	margin:0 1% 40px ;
	text-indent:-99999px;
	background-image:url(img/top_osaga.jpg);
	background-image/*\**/: url(img/top_osaga_ie.jpg)\9;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: contain;
}



img.img_80{
	display:block;
	max-width:80%;
	margin:0 auto 20px;
}

a.img_40{
	display:block;
	max-width:40%;
	margin:0 auto;
}

a.img_40 img{
	max-width:100%;
	margin:0 auto;
}



/* 下のお問い合わせ */
.box_contact{
	clear:both;
	width:80%;
	box-sizing:border-box;
	margin:20px auto 20px;
	padding:50px 50px 20px;
	border:1px solid #444444;
}

	.box_contact p.foot_tel{
		display:block;
		width:80%;
		height:0;
		padding-top:18.18%;
		margin:0 auto 20px ;
		text-indent:-99999px;
		background-image:url(img/foot_tel.png);
		background-image/*\**/: url(img/foot_tel_ie.png)\9;
		background-position:0 0;
		background-repeat:no-repeat;
		background-size: contain;
		background-color:transparent;
	}

	a.foot_tel{
		display:none;
	}

	.box_contact p{
		display:block;
		padding:1em 1.5em;
		margin:0 1% 20px;
		font-size:90%;
		color:#952828;
		background:#ece8dd;
		text-align:center;
	}

	.box_contact p span{
		font-size:80%;
	}



/* info */
.inner ul.info{
	width:98%;
	padding: 0;
	margin: 0 1% 20px;
}

	.inner ul.info li{
		line-height: 1.6em;
		margin: 0;
		padding:15px 20px 15px 2px;
		list-style: none;
		text-indent:0;
		box-sizing:border-box;
		border-bottom:1px solid #cac9c6;
	}

		.inner ul.info li a{
			display: block;
			margin: 0;
			text-decoration: underline;
			color: #45433f;
		}

		.inner ul.info li a:hover{
			color:#c30d23;
		}

			.inner ul.info li span.date{
				display: inline-block;
				float:left;
				margin-right: 20px;
			}

			.inner ul.info li span.title{
				display: block;
			}



/* more */
a.more{
	display:block;
	float:right;
	padding:0 20px 5px 2px;
	margin:0 1% 0;
	/*zoom: 1;*/
	text-decoration:none;
	color:#4a4a4a;
	background-image: url(img/more.png);
	background-image/*\**/: url(img/more_ie.png)\9;
	background-repeat:no-repeat;
	background-position:0 bottom;
	background-size:60px 7px;
    font-family: 'Andale Mono', AndaleMono, monospace;
}

	a.more:hover{
		color:#5185bc;
	}



/* ------------------------------------------
TABLE
------------------------------------------ */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:90%;
	margin:0 auto 20px;
}

.half table{width:90%;}

	table th,
	table td{padding:10px 12px; border: #ffffff 1px solid; line-height:1.6em;}

	table th{font-weight: bold;}

	table thead th{background: #6a8596; text-align:center; color:#ffffff;}
	table tbody th{background :#d6dadc; text-align:left;  color:#444444;}
	table tbody td{background:#eaebe9;}

	table th em{color:#c30d23;}



table.tbl_style1 th,
table.tbl_style1 td{
	border:none;
}

	table.tbl_style1 thead th{background :#6a8596; text-align:left; color:#ffffff;}
	table.tbl_style1 tbody th{background :#d6dadc; text-align:left; color:#444444;}

	table.tbl_style1 tr:nth-child(odd) th,
	table.tbl_style1 tr:nth-child(odd) td {
		background-color: #d6dadc;
		color:#444444;
	}
	table.tbl_style1 tr:nth-child(even) th,
	table.tbl_style1 tr:nth-child(even) td {
		background-color: #eaebe9;
		color:#444444;
	}

	table#table_price tr:nth-child(1) th{ background:#6a8596; text-align:center; color:#ffffff;}
	table#table_price tbody td{ text-align:right; }



/* ------------------------------------------
CONTENTS_STYLE
------------------------------------------ */
/* breadcrumbs */
.breadcrumbs{
	width:100%;
	text-align:center;
	line-height:1.7em;
	padding:15px 10px 10px;
	margin:0 auto;
	font-size:82%;
	background:#f7f6f1;
	box-sizing:border-box;
}

	.breadcrumbs div{
		width:98%;
		max-width:1000px;
		margin:0 auto;
	}

		.breadcrumbs a,
		.breadcrumbs a:visited{
			padding-right:25px;
			margin-right:0;
			color:#1570ab;
			text-decoration: underline;
			background-image: url(img/arrow_blue.png);
			background-image/*\**/: url(img/arrow_blue_ie.png)\9;
			background-repeat:no-repeat;
			background-size:15px;
			background-position:right 45%;
		}

		.breadcrumbs a:hover{
			color:#579dca;
		}



/* eye */
.eye{
	width:98%;
	height:0;
	padding-top:24.5%;
	margin:0 1% 20px ;
	text-indent:-99999px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: contain;
}

#eye_cleaning{
	background-image:url(img/contents/eye_cleaning.jpg);
	background-image/*\**/: url(img/contents/eye_cleaning_ie.jpg)\9;
}

#eye_wood{
	background-image:url(img/contents/eye_wood.jpg);
	background-image/*\**/: url(img/contents/eye_wood_ie.jpg)\9;
}

#eye_works{
	background-image:url(img/contents/eye_works.jpg);
	background-image/*\**/: url(img/contents/eye_works_ie.jpg)\9;
}

#eye_about{
	background-image:url(img/contents/eye_about.jpg);
	background-image/*\**/: url(img/contents/eye_about_ie.jpg)\9;
}

#eye_info{
	background-image:url(img/contents/eye_info.jpg);
	background-image/*\**/: url(img/contents/eye_info_ie.jpg)\9;
}

#eye_contact{
	background-image:url(img/contents/eye_contact.jpg);
	background-image/*\**/: url(img/contents/eye_contact_ie.jpg)\9;
}



/* ページ内リンク */
ul.ul_nav{
	margin:0 1%;
	text-align:center;
}

	ul.ul_nav li{
		display:inline-block;
		font-size:85%;
		margin:0 15px 0 0;
		list-style:none;
		text-indent:0;
	}

	ul.ul_nav li a{
		width:auto;
		padding:7px 20px 5px 28px;
		margin:0 0 8px 0;
		text-indent:0;
		color:#ffffff;
		text-decoration:none;
		display:inline-block;
		position:relative;
		overflow:visible;
		border-radius:4px;
		background-color:#978048;
		background-image:url(img/contents/bg_nav.png);
		background-image/*\**/: url(img/contents/bg_nav_ie.png)\9;
		background-size:18px;
		background-position:12px 50%;
		background-repeat:no-repeat;
	}

	ul.ul_nav li a:hover{
		opacity:0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
	}

ul.ul_nav_sub{
	margin:0 1% 20px;
}

	ul.ul_nav_sub li a{
		background-color:#6a8596;
	}



/* フロー */
.inner ul.ul_flow{
	margin:0 1% 20px;
}

.inner ul.ul_flow li{
	margin-left:0;
	text-indent:0;
	list-style:none;
	padding:1em 1.2em;
	margin:5px 0;
	border:1px solid #d9d1ba;
	background:#ffffff;
}

.inner ul.ul_flow li span{
	padding:3px 6px;
	margin-right:10px;
	font-size:85%;
	color:#ffffff;
	background:#978048;
}

.fa.fa-arrow-down{
	display:block;
	text-align:center;
	color:#d9d1ba;
}



/* box */
.box_blue{
	clear:both;
	width:90%;
	padding:1.5em 1.5em 1em;
	margin:0 auto 20px;
	font-size:85%;
	background:#eaebe9;
	box-sizing:border-box;
}

	.box_blue p{
		margin:0 1% 10px;
	}

.box_beige{
	clear:both;
	width:98%;
	padding:1.5em 1.5em 1em;
	margin:0 auto 20px;
	font-size:85%;
	background:#ece8dd;
	box-sizing:border-box;
}

	.box_beige p{
		margin:0 1% 10px;
	}



/* notes */
.notes{
	padding:0.8em;
	color:#666666;
	background:#ffffff;
}



/* お問い合わせhalf */
.box_contact_half{
	clear:both;
	width:90%;
	box-sizing:border-box;
	margin:0 5% 20px;
	padding:30px 30px 20px;
	border:1px solid #444444;
}

	.box_contact_half p{
		display:block;
		text-align:center;
		margin:0 auto;
	}

	.box_contact_half p span{
		font-size:180%;
	}

	.box_contact_half .button{
		margin:10px 0;
	}



/* sitemap */
.dl_style1{
	margin:0 5% 40px;
}

	.dl_style1 dt{
		margin-bottom:5px;
	}

	.dl_style1 dt a{
		padding-left:15px;
		zoom: 1;
		background-image: url(img/arrow_blue.png);
		background-image/*\**/: url(img/arrow_blue_ie.png)\9;
		background-repeat:no-repeat;
		background-size:15px;
		background-position:0 45%;
	}

	.dl_style1 dt a:hover{
		color:#3b426a;
		text-decoration:underline;
	}

	.dl_style1 dd{
		padding-left:15px;
		padding-bottom:8px;
		margin-bottom:10px;
		border-bottom:1px solid #cccccc;
	}



/* 施工事例 */
.photo{
	float: left;
	display: inline;
	width: 48%;
	margin:0 1% 20px;
	padding:2%;
	/*background:#ece8dd;*/
	border:1px solid #cccccc;
	box-sizing:border-box;
}

.photo .half{
	margin:0 1%;
}

.photo img{
	max-width:100%;
	margin:0 0;
}

.photo p{
	padding:10px 15px;
	margin:0;
	font-size:85%;
	font-weight:bolder;
	text-align:center;
	background:#d9d1ba;
}

img.boxer-image{
	margin:0;
	max-width:100%;
}


/* 施工事例 halfの中のhalf */
.half .photo{
	float: none;
	width: 98%;
}



/* 木製品実績 */
.product img{
	margin:0 5%;
}

.product p{
	padding:10px 15px;
	margin:0 5%;
	font-size:85%;
	font-weight:bolder;
	text-align:center;
	background:#d9d1ba;
}



/* お知らせ */
.info_date{
	text-align:right;
	color:#666666;
	font-size:85%;
}

.mb-l{
	margin-bottom: 4rem;
}




/* Google Map,YouTube */
.google iframe{
	margin:0 1%;
}

/* reCAPTCHA */
.grecaptcha-badge {
	bottom: 100px !important;
	z-index: 9999;
}



/* ------------------------------------------
FORM
------------------------------------------ */
input,
textarea,
select{
	border: 1px solid #cccccc;
	margin-bottom: 3px;
	padding: 3px;
}

.form_submit{
	margin:20px auto;
	text-align:center;
	width:290px;
}

	.form-button{
		clear:none;
		display:inline;
		width:120px;
		height:35px;
		padding:5px;
		margin:0 10px;
		font-weight:bold;
		font-size:90%;
		letter-spacing:0.2em;
		text-align:center;
		font-family:Meiryo,Verdana,sans-serif;
		color:#fff;
		background-color:#4f4f4f;
		cursor:pointer;
	}

	.form-button:hover{background-color:#7b7774;}

	.info_button{cursor:pointer;}

	#checkbox1,#autoReply{border:none;}

	label{ cursor:pointer;}

#error{
	border:2px solid #D43333;
	margin:0 20px 20px;
	padding:10px;
	width:650px;
}

	#error p{
		color:#D43333;
		margin-bottom:0;
	}




/* ------------------------------------------
for - 1070px * important *
------------------------------------------ */
@media screen and (max-width:1070px) {

/* header 1070 */
#header-inner{
	width: 98%;
	margin:0 1%;
	padding:0;
	overflow:hidden;
	*zoom: 1;
}


/* nav 1070 */
nav#menu-box ul#menu{
	width:100%;
	margin:0;
	font-size:80%;
}

nav#menu-box ul#menu li{
	display:block;
	float:left;
	list-style:none;
	text-align:center;
}


}




/* ------------------------------------------
for - 979px
------------------------------------------ */
@media screen and (max-width:979px) {

/* footer 979 */
#footer-inner,
#address{
	width:100%;
}



/* メインメニュー 979 */
.main_menu ul{
	width:90%;
}


}




/* ------------------------------------------
for - 768px
------------------------------------------ */
@media screen and (max-width:768px) {

body {
	font-size:95%;
}



/* header 768 */
#header-inner{
	width: 94%;
	margin:0 auto;
}



/* CONTENTS BASE 768 */
.wrap_white,
.wrap_gray{
	padding:30px 0;
}

	.inner{
		width:94%;
		margin:0 auto;
	}



/* table 768 */
table{
	border-left: none;
}

table th,table td{
	display:block;
	border:none;
}

table th{
	width:auto;
	line-height:1.6em;
	margin-top:3px;
	padding:10px 12px 5px;
}

table.tbl_style1 th{
	border-bottom:1px solid #ffffff;
}


/*
table td{
	padding:0 12px 10px;
}
*/

/* 料金 */
.none{
	display: none;
}

	#table_price th{border-bottom:1px solid #ffffff; padding:10px 12px 5px;}
	#table_price td{padding: 5px 12px 2px;}

	#table_price tbody td:nth-of-type(1):before { content: "金仏壇修理（復元）";}
	#table_price tbody td:nth-of-type(2):before { content: "金仏壇洗浄（クリーニング）"; }

	#table_price tbody td::before{font-size:85%; text-align:left; }
	table#table_price tbody td{ text-align:left;}


}


/* ------------------------------------------
for - 640px
------------------------------------------ */
@media screen and (max-width:640px) {

p{
	margin:0 1% 20px;
}

a.img_40{
	max-width:80%;
}


/* header 640 */
header{
	padding:10px 0 0;
}

	header p{
		display:none;
	}

	header #header-left,
	header #header-right{
		float:none;
		width:98%;
		margin:0 1%;
	}

	header #header-right{
		margin:0 1% 0;
	}

	header #header-left h1 a{
		width:40%;
		padding-top:8.57%;
		margin:0 auto 7px;
	}

	/*
	header #header-left h1 a{
		background:none;
		padding-top:0;
		margin:0;
	}
	*/

	header #header-right a{
		display:block;
		width:80%;
		height:0;
		padding-top:14.54%;
		margin:0 auto 10px ;
		text-indent:-99999px;
		background-image:url(img/head_tel.jpg);
		background-image/*\**/: url(img/head_tel_ie.jpg)\9;
		background-repeat:no-repeat;
		background-size:100%;
		background-position:0 0;
	}

	header #header-right a:hover{
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=85);
	}

	header #header-right p{
		display:none;
	}




/* ナビゲーション 640 */
	nav#menu-box ul#menu {
		display: none;
	}

	nav#menu-box ul#menu li#nav01,
	nav#menu-box ul#menu li#nav02,
	nav#menu-box ul#menu li#nav03,
	nav#menu-box ul#menu li#nav04,
	nav#menu-box ul#menu li#nav05,
	nav#menu-box ul#menu li#nav06{
		width: 100%;
		font-size:100%;
		border-bottom:1px solid #ffffff;
	}

	nav#menu-box ul#menu li a{
		 padding: 16px 0;
		font-size:90%;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #ece8dd;
	}

	#toggle a{
		display: block;
		position: relative;
		padding: 5px 0 15px;
		color:#d5d9db;
		text-align: center;
		text-decoration: none;
		border-bottom:1px solid #ffffff;
	}
	#toggle a:hover{
		color:#d9d1ba;
	}

	#toggle img{
		width:60px;
		margin-bottom:0;
	}


/* wrapper 640 */
.wrap_white,
.wrap_gray{
	padding:20px 0;
}



/* footer 640 */
#footer-inner{
	padding:20px 0 0;
}

footer ul{
	border-top:1px dashed #1d4058;
	margin-bottom:15px;
}

footer ul li{
	display:block;
	text-align:left;
	border-left:none;
	border-bottom:1px dashed #1d4058;
	margin-bottom:0;
	padding:0;
}

footer ul li a{
	display:block;
	padding:15px;
}

footer ul li a:hover{
	border-bottom:none;
	background-color:#1b435e;
}

#address p span{
	display:block;
}



/* pagemove 640 */
#pagemove{
	bottom:0px;
	right:0px;
	width: 60px;
	height:60px;
	background-size:60px 60px;
}



/* title 640 */
h2{
	font-size: 130%;
	margin:0 1% 15px;
}

h3{
	font-size: 130%;
	padding:10px 0 5px;
	margin:0 1% 10px;
}

h4{
	font-size: 100%;
	padding:7px 10px 5px;
	margin:0 1% 10px;
}

h5{
	font-size: 100%;
}



/* grid 640 */
.grid1,
.grid2,
.grid3,
.grid4,
.half,
.photo{
	float: none;
	width: 98%;
	clear:both;
	margin:0 1% 15px;
}

.photo{
	margin:0 1% 10px;
}

.photo .half{
	float: left;
	width: 48%;
	clear:none;
	margin:0 1%;
}

.grid4{
	width: 47%;
}



/* メインメニュー 640 */
.main_menu ul{
	width:80%;
}



/* 全て対応 640 */
.anything{
	width:90%;
	height:0;
	padding-top:38.57%;
	margin:10px auto;
}



/* box_tel 640 */
.box_tel{
	width:90%;
	margin:0 auto 20px;
	padding:15px 15px 10px;
}

.box_tel a.tel{
	display: inherit;
	width:100%;
	height:0;
	padding-top:16.36%;
	margin:10px auto 0;
	text-indent:-99999px;
	background-image:url(img/tel.png);
	background-image/*\**/: url(img/tel_ie.png)\9;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: contain;
}

	.box_tel a.tel:hover{
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=85);
	}

.box_tel p.tel{
	display:none;
}




/* 大佐賀さん 640 */
.top_osaga{
	width:98%;
	padding-top:104.12%;
	margin:0 1% 20px ;
	background-image:url(img/top_osaga_s.jpg);
	background-image/*\**/: url(img/top_osaga_s_ie.jpg)\9;
}



/* info 640 */
.info li span.date{
	padding: 6px 2px 0 0;
}

.info li span.title{
	display: block;
	clear:both;
	padding-left:0;
	padding-top:3px;
}


/* 下のお問い合わせ 640 */
.box_contact{
	width:90%;
	margin:20px auto;
	padding:20px 20px 0;
}

	a.foot_tel{
		display: inherit;
		width:100%;
		height:0;
		padding-top:22.72%;
		margin:0 auto 20px ;
		text-indent:-99999px;
		background-image:url(img/foot_tel.png);
		background-image/*\**/: url(img/foot_tel_ie.png)\9;
		background-position:0 0;
		background-repeat:no-repeat;
		background-size: contain;
	}

		a.foot_tel:hover{
			opacity: 0.7;
			filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=85);
		}

	.box_contact p.foot_tel{
		display:none;
	}

	.box_contact p{
		text-align:left;
		padding:1em;
	}

	.box_contact p span{
		font-size:100%;
	}



/* スマホのpのみ 640 */
p.center{text-align:left;}



/* ページ内リンク 640 */
ul.ul_nav{
	margin:0 1%;
	text-align:left;
}

	ul.ul_nav li{
		display:block;
		margin:0;
	}

	ul.ul_nav li a{
		width:100%;
		box-sizing:border-box;
	}



/* お問い合わせhalf 640 */
.box_contact_half{
	width:98%;
	margin:0 1% 20px;
	padding:20px 20px 10px;
}

	.box_contact_half p{
		display:block;
		text-align:center;
		margin:0 auto;
		font-size:90%;
	}

	.box_contact_half p span{
		font-size:150%;
	}

	.box_contact_half .button{
		margin:10px 0;
	}



/* 施工事例 640 */
.photo p{
	padding:5px 8px;
}




/* Google Map,YouTube 640 */
.google {
position: relative;
padding-bottom: 75%; /*縦横比*/
height: 0;
overflow: hidden;
}

.google iframe {
position: absolute;
top: 0;
left: 0;
width: 98% !important;
height: 100% !important;
}





}



/* ------------------------------------------
for - 479px
------------------------------------------ */
@media screen and (max-width:479px) {

/* title 479 */
.main_menu h3{
	font-size: 120%;
}


/* メインメニュー 479 */
.main_menu ul{
	width:90%;
}


}





/* ------------------------------------------
CLEARFIX-HACK
------------------------------------------ */
#header-inner:after,
nav:after,
nav ul:after,
.inner:after,
#main:after,
footer:after,
.grid1:after,
.grid2:after,
.grid3:after,
.half:after,
.photo:after,
.box:after,
#pagemove:after,
.wrap_white:after,
.wrap_gray:after,
#foot_contact-inner:after,
.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;}

#header-inner,
nav,
nav ul,
.inner,
#main,
footer,
#footer-inner,
.grid1,
.grid2,
.grid3,
.half,
.photo,
.box,
#pagemove,
.wrap_white,
.wrap_gray,
#foot_contact-inner.
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html #header-inner,
* html nav,
* html nav ul,
* html .inner,
* html #main,
* html footer,
* html #footer-inner,
* html .grid1,
* html .grid2,
* html .grid3,
* html .half,
* html .photo,
* html .box,
* html #pagemove,
* html .wrap_white,
* html .wrap_gray,
* html #foot_contact-inner.
* html .clearfix{height: 1%;}

#header-inner,
nav,
nav ul,
.inner,
#main,
footer,
#footer-inner,
.grid1,
.grid2,
.grid3,
.half,
.photo,
.box,
#pagemove,
.wrap_white,
.wrap_gray,
#foot_contact-inner,
.clearfix{display: block;}
/* End hide from IE-mac */