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

/*共通*/

/*clearfix*/
.cf:after,.cf_case:after {
  content: "";
  clear: both;
  display: block;
}

.f_r {
 float: right;
}
.f_l {
 float: left;
}

@media print,screen and (min-width: 768px) {
/*===========================================
  PC common parts
=============================================*/
.pc_none {
		display: none !important;
	}	

.wrap {
 margin: 0px auto;
 padding: 0px;
 background:#FFF;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
	position: relative;
}

.wrap a {
 text-decoration: none;
}

/*header*/
#header_box {
 margin: 0px auto;
 width: 100%;
 height: 100px;
 position: fixed;
 z-index: 10;
	background-color: #FFF;
box-shadow:0px 5px 4px -5px #969696;
-moz-box-shadow:0px 5px 4px -5px #969696;
-webkit-box-shadow:0px 5px 4px -5px #969696;
}

#header {
	margin: 0px auto;
	width: 1000px;	
}

#header h1 {
 padding: 15px 0 0 0px;
 width: 295px;
	float: left;
}

#nav {
	margin: 0px;
	padding: 5px 0 0;
	width: 650px;
	float: left;
}

#nav li {
	padding: 0 15px 0;
	float: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
}

#nav li a {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#nav li a:hover {
	color: #f6942a;
	text-decoration: none;
}
p.telno {
	margin: 0px;
	padding: 20px 0 0 10px;
	float: right;
}
.contents {
 padding: 70px 0 0 0;
}

h2 {
	margin: 0px auto;
 padding: 100px 0 0;
 font-size: 32px;
 line-height: 46px;
 color: #FFF;
	font-weight: bold;
 text-align: center;
	text-shadow: 5px 5px 10px #000;
}
.contenthead {
 height: 300px;
 background: url(../images/top_fv.jpg) no-repeat center;
 background-size: 100% auto;
}

section {
	margin: 50px auto 80px;
}
section:after {
  content: "";
  clear: both;
  display: block;
}
h3 {
	margin: 0px auto 30px;
 padding: 10px 0 10px 20px;
 font-size: 22px;
 color: #000;
 text-align: left;
	font-weight: bold;
	border-left: 10px solid #f6942a;
}

h4 {
 margin: 25px auto 15px;
	padding: 0 0 5px;
 font-size: 18px;
	font-weight: bold;
 color: #000;
 text-align: left;
 border-bottom: 1px dotted #acacac;
}
.mainBox{
	margin: 0 auto;
	width: 1000px;
}

.h_info {
 margin: 0px auto;
 padding: 10px 0;
 background: #F00;
}
.h_info dt {
 margin: 0px auto;
 padding: 30px 0 5px;
 text-align: center;
 font-weight: bold;
 color: #FFF;
}
.h_info dd {
 margin: 0px auto;
 padding: 0px;
 text-align: center;
 font-weight: bold;
 color: #FFF;
}

/*footer*/
#footer_box {
 margin: 60px auto 0px;
 padding: 20px 0;
 background: #ccc;
}
#footer_box .gototop {
	width:50px;
	position:fixed;
	right: 10px;
	bottom: 10px;
	z-index:100;
	}
#footer_box .gototop img {
	width:50px;
	height:50px;
 }
#footer {
	margin: 0px auto;
	width: 1000px;
}
#footer p {
	font-size: 12px;
	text-align: center;
}

}
@media screen and (max-width: 767px) {
/*===========================================
  SMP common parts
=============================================*/
/*----------------------
top
----------------------*/
.sp_none {
		display: none !important;
	}	

body {
 margin: 0px auto;
 padding: 0px;
 width: 100%;
}

img {
 margin: 0px auto;
 padding: 0px;
 width: 100%;
 height: auto;
 vertical-align: bottom;
}

.wrap {
 margin: 0px auto;
 padding: 0px;
 background:#FFF;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
	position: relative;
}

.wrap a {
 text-decoration: none;
}

/*header*/
#header_box {
 margin: 0px auto;
 width: 100%;
 height: 100px;
 position: fixed;
 z-index: 10;
	background-color: #FFF;
box-shadow:0px 5px 4px -5px #969696;
-moz-box-shadow:0px 5px 4px -5px #969696;
-webkit-box-shadow:0px 5px 4px -5px #969696;
}

#header {
	margin: 0px auto;
	width: 100%;	
}

#header h1 {
 padding: 15px 0 0 0px;
 width: 50%;
	float: left;
}
p.telno {
	margin: 0px;
	padding: 10px 0;
	width: 40%;
	float: right;
}
#nav {
 margin: 10px auto 0;
 width: 95%;
 clear: both;
	text-align: center;
}

#nav li {
	padding: 0 10px 5px;
	display: inline-block;
}

#nav li a {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#nav li a:hover {
	color: #f6942a;
	text-decoration: none;
}
.contents {
 padding: 85px 0 0 0;
}

h2 {
	margin: 0px auto;
 padding: 30px 0;
 font-size: 16px;
 line-height: 26px;
 color: #FFF;
	font-weight: bold;
 text-align: center;
	text-shadow: 5px 5px 10px #000;
}
.contenthead {
 background: url(../images/top_fv.jpg) no-repeat center;
 background-size: 100% auto;
}

section {
	margin: 50px auto 80px;
	width: 90%;
}
h3 {
	margin: 0px auto 30px;
 padding: 10px 0 10px 20px;
 font-size: 20px;
 color: #000;
 text-align: left;
	font-weight: bold;
	border-left: 10px solid #f6942a;
}

h4 {
 margin: 25px auto 15px;
	padding: 0 0 5px;
 font-size: 18px;
	font-weight: bold;
 color: #000;
 text-align: left;
 border-bottom: 1px dotted #acacac;
}
.mainBox{
	margin: 0 auto;
	width: 100%;
}
.h_info {
 margin: 0px auto;
 padding: 10px 0;
 background: #F00;
}
.h_info dt {
 margin: 0px auto;
 padding: 15px 0 5px;
 text-align: center;
 font-weight: bold;
 color: #FFF;
}
.h_info dd {
 margin: 0px auto;
 padding: 0px;
 text-align: center;
 font-weight: bold;
 color: #FFF;
}

/*footer*/
#footer_box {
 margin: 60px auto 0px;
 padding: 20px 0;
 background: #ccc;
}
#footer_box .gototop {
	width:50px;
	position:fixed;
	right: 10px;
	bottom: 10px;
	z-index:100;
	}
#footer_box .gototop img {
	width:50px;
	height:50px;
 }
#footer {
	margin: 0px auto;
	width: 100%;
}
#footer p {
	font-size: 12px;
	text-align: center;
}

}

/* pagenavi */
.wp-pagenavi {
 margin: 30px 0 0;
	padding: 10px 20px 10px;
 text-align: center;
	display:block;
	clear:both;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333 !important; border:solid 1px #ee7808 !important; padding:6px 9px 6px 9px !important; margin-right:3px !important; text-decoration:none !important;  font-size:12px !important; background:#fff !important;}
.wp-pagenavi a:hover { color:#fff !important; border-color:#ee7808 !important;
 background:#ee7608 !important;}
 .wp-pagenavi span.current{ padding:6px 9px 6px 9px !important; border:solid 1px #ee7808 !important; color:#fff !important; margin-right:3px !important; background:#ee7608 !important;
	}