@charset "utf-8";
/* CSS Document */
/* =======================================

	Browser Reset CSS

========================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {font-size:18px; line-height:1.8em;color:#000; box-sizing:border-box; background-image:url(img/bg.jpg); padding:70px 0px 0px; z-index:1;}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}


/* リンク指定
----------------------------------------------- */
a:link ,
a:visited { color: #000; text-decoration:none;}
a:hover,
a:active { color:#000; text-decoration:underline;}

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

strong {
	font-weight:bold;
	}


/* マージン
-----------------------------------------------------------------------------*/
.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb18 { margin-bottom: 18px; }
.mb20 { margin-bottom: 20px; }

.mt5 { margin-top: 5px;}
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr18 { margin-right: 18px; }
.mr20 { margin-right: 20px; }

.ml10 { margin-left: 10px; }
.ml15 {margin-left:4%;}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix { width:100%; }
.clearfix:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}
.container {
	width:94%;
	margin:0px auto;
	overflow:hidden;
}
.container_p { width:94%;; margin:0px auto; overflow:hidden; padding:0px 0px 0px;}
.center{ text-align:center; }

.fl {float: left;}
.fr {float: right;}

.cb { clear:both;}
.cl { clear:left;}

	
/* ヘッダー(トップページ)
----------------------------------------------- */
#header {
	width:100%;
	height:60px;
	clear: both;
	margin-bottom: 20px;
	padding:10px 2%;
	box-sizing:border-box;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	position: fixed;
	top:0px;
	left:0px;
	z-index:9999;
}

/* ヘッダー・ナビ
----------------------------------------------- */
#header h1 {
	position:fixed;
	top:10px;
	left:5%;
}

#header .container h2 { font-size:50px; text-align:center; line-height:1.3em;}


/*TOPページ
----------------------------------------------- */
.main_img {
	width:92%;
	height:auto;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}
.box {
	display: table;
	max-width:95%;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}
.icons_yellow {
	display: table-cell;
	height:auto;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	margin: 1.4%;
	width: 29.85%;
	float: left;
	box-sizing:border-box;
	 }
 
.linedbox {
	width:96%;
	box-sizing:border-box;
	padding:0 0 2% 0;
	margin:2% auto;
	border:3px #000 solid;
	/*border-radius: 5px;
	border-radius: 5px;
	-webkit-radius: 5px;
	-webkit-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;*/
	background-color: #FFF;
	display:block;
	overflow:hidden;
 }  
.linedbox .ttl{
	width:100%;
	height:56px;
	margin:0;
	border-bottom:3px #000 solid;
	display: block;
	background-color: #FFF;
}
 
.linedbox .s_box {
	float:left;
	display: table-cell;
	width: 43.5%;
	border:2px #000 solid;
	}
.linedbox .s_box img{
	float:left;
	max-width: 99.8%;
	height:auto;
	clear: both;
}
.linedbox .s_box .link{
	float:left;
	display: block;
	text-align: right;
	padding: 5px;
	max-width: 99.8%;
	height:auto;
		} 
.linedbox .fb {
	width:90%;
	height:700px;
	margin:20px auto;
	background-color: #FAFAFA;
	z-index:5;
	}		
 .linedbox .map {
	width:91.5%;
	height:300px;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4%;
	}		
	
.to_top {
	height: 50px;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-indent: -9999px;
	background-image: url(img/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAF00A;
	background-size:contain;
	width: 92%;
	}
.to_top a:hover {filter: alpha(opacity=60);opacity:0.6;}

/* フッター
----------------------------------------------- */
#footer {
	width:92%;
	background-color: #ECECEC;
	margin: 0 auto 15px;
	border: 2px solid #000;
	font-size: 14px;
	clear: both;
	}
#footer .f_nav {
	width:95%;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 92%;
	box-sizing:border-box;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer .f_nav li {
	display: table-cell;
	vertical-align: middle;
	box-sizing:border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 18px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
#footer .f_nav li a{
	background-image: url(img/arrow_single.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: left;
	padding-left: 30px;
	width: 38%;
}
#footer .copy {
	text-align:center;
	clear: both;
	margin: 20px auto;
}
#footer a:link,
#footer a:visited {
	color:#000;
	text-decoration:underline;
}
#footer a:hover,
#footer a:active { color:#333; text-decoration:none;}

/* 会社案内
-----------------------------------------------------------------------------*/
.company_table {
	width:90%;
	border-top:1px dashed #333;
	border-left:1px dashed #333;
	margin:20px auto;
	box-sizing:border-box;
	display: table;
	}
.company_table th{
	width:40%;
	padding:5%;
	box-sizing:border-box;
	box-sizing:border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #666;
	border-bottom-color: #666;
	background:#f1f1f1;
	}
.company_table td {
	width:60%;
	padding:5%;
	box-sizing:border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #666;
	border-bottom-color: #666;
	}
.linedbox .bt_form { width:90%; height: auto;  margin:0% auto 2%; }
.linedbox .bt_form a img { width:100%; height:auto;}
.container .linedbox { line-height:1.5em; box-shadow: 2px 2px 5px 10px #000;
-webkit-box-shadow: 2px 2px 5px 10px #000;
-moz-box-shadow: 2px 2px 5px 10px #000;}
.container .linedbox .pl { width:90%; height:auto; margin:20px auto; overflow:hidden; }
.container .linedbox .pl dt { width:100%; height:auto; }
.container .linedbox .pl dd { width:100%; height:auto; }
.container .linedbox .pl dt img,
.container .linedbox .pl dd img{ max-width:100%; box-sizing:border-box; border:3px solid #333; width:100%; height:auto; margin:0 auto 5%;}
.container .linedbox .pl dd .btn_orc a img { display:block; width:50%; height:auto; margin:0px auto; }
.tokutyou { padding:5px 20px; font-size:13px; line-height:1.4em; background:#f1f1f1;}
.tokutyou:last-child{ padding:5px 20px 10px; font-size:13px; line-height:1.4em; background:#f1f1f1;}
.tokutyou:first-child { padding:20px 20px 5px; font-size:13px; line-height:1.4em; background:#f1f1f1;}
b{ font-size:120%; display:block; font-weight:bold; font-size:110%; color:#D10E13;}
.container .linedbox .wrap { width:90%; height:auto; padding:20px; box-sizing:border-box; margin:20px auto; }

#menu {
	display:none;
}
.autoplay{ box-shadow: 2px 2px 5px 10px #000;
-webkit-box-shadow: 10px 10px 0 #000;
-moz-box-shadow: 2px 2px 5px 10px #000;
}
