@charset "utf-8";
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#wrapHeader,#wrapMain,#wrapFooter{
width:100%;
}
/*～以下、画面の横幅が640pxまでの場合のスタイル記入～*/

 /*------------------------------------------------------------RESET*/
	
html { 
	font-size: 62.5%;
	background:#eee;/**/
	} /* 10px */
body { 
	height:100%;
	font-size: 1.5rem; 
	background:url(../images/bg_body.jpg);
	} /* 15px */

html,body,header,main,nav,section,aside,footer,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,
span,img,a,table,th,td,form,select,imput,textarea,iframe,address,em,sup,sub,address {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#333;
	margin: 0;
	padding: 0;
	line-height:1.6;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ul, ol {
	list-style: none;
	}
img {
	vertical-align: middle;
	}
table {
	border-collapse: collapse;
	}
	
input,select,textarea {
	vertical-align: middle;
	border:1px solid #ccc;
	}
textarea {
	resize: vertical;
	}
table {
    font-size:inherit;
    font:100%;
	}
a {
	color:#0267cf;
	}
a:hover {
	text-decoration:none;
	}

	
 /*------------------------------------------------------------Common*/
.mt5 {margin-top:5px!important}
.mt10 {margin-top:10px!important}
.mt20 {margin-top:20px!important}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt90 {margin-top:90px!important;}
	
.mr10 {margin-right:10px!important;}
.mr20 {margin-right:20px!important;}
.mr30 {margin-right:30px!important;}
	
.mb10 {margin-bottom:10px!important;}
.mb20 {margin-bottom:20px!important;}
.mb40 {margin-bottom:40px!important;}
.mb90 {margin-bottom:90px!important;}
	
.ml10 {margin-left:10px!important;}
.ml20 {margin-left:20px!important;}
.ml30 {margin-left:30px!important;}
.ml60 {margin-left:60px!important;}
	
.pl2{padding-left:2px!important;}
.pl10{padding-left:10px;}
.pl1em{padding-left:1em;}
.pr10{padding-right:10px;}
.fs12{font-size:1.2rem!important}
.fs14{font-size:1.4rem!important}
.fs15{font-size:1.5rem!important}
.fs16{font-size:1.6rem!important}
	
	
.attention {
	color:#86ab07;
	font-size:10px;
	}

	a[href$=".pdf"]::after{
		content:url(../images/icn_pdf.png);
		width:20px;
		padding-left:5px;
		display: inline-block;
	}

	.leftList{
		overflow: hidden;
	}
	.leftList li{
		float:left;
		padding:1px 5px;
		border-right:1px solid #999;
	}
	.leftList li:last-child{
		border:none;
	}
	.spCenter{
		text-align: center;
	}
	.cl{clear:both;}
	.ov{overflow:hidden;}
	.cf::after{
		content:"";
		display:block;
		clear:both;
	}
	.bold{
		font-weight: bold;
	}
	
/*------------------------------------------------------------Header*/
#wrapHeader{
		background: url(../images/bg_header.jpg)
	}
header{
		width:100%;
		margin:0 auto;
		padding-top:20px;
		overflow: hidden;
	}
header #stamp{
	display: none;
}
	header a{
		color:#333;
	}
	h1{
		width:282px;
		height:57px;
		margin:10px auto 0;
		background:url(../images/logo.png) no-repeat;
		background-size: contain;
		text-indent: -9999px;
	}
	header h1 a{
		display: block;
		height:67px;
	}
	#subNav{
		width:100%;
		margin:30px auto;
	}
	#subNav ul{
		overflow: hidden;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#subNav li{
		display: inline;
		margin-right:15px;
		padding-left:22px;
	}
	#subContact{
		background: url(../images/icn_mail.png) no-repeat 0 50%;
	}
	#subAccess{
		padding-left:15px!important;
		background: url(../images/icn_access.png) no-repeat 0 50%;
	}
	#subSitemap{
		background: url(../images/icn_sitemap.png) no-repeat 0 50%;
	}
	#subHiragana{
		background: url(../images/icn_hiragana.png) no-repeat 5px 50%;
	}
	#subFontsize{
		display: none!important;
	}
	
/*menu*/
.spmenu_btn {
	display:block;
	position:absolute;
	top:20px;
	right:15px;
	width:30px;
	height:22px;
	background:#000;
	border-top:10px solid #e9e0cc;
	border-bottom:10px solid #e9e0cc;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn:before {
	content:'';
	position:absolute;
	width:30px;
	height:2px;
	background:#000;
	top:-9px;
	right:0;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn:after {
	content:'';
	position:absolute;
	width:30px;
	height:2px;
	background:#000;
	bottom:-9px;
	right:0;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.spmenu_btn.active {
  background:#e9e0cc;
}
.spmenu_btn.active:before {
	-moz-transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	top:0;
	right:0;
}
.spmenu_btn.active:after {
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	bottom:0;
	right:0;
}
 
nav {
	display:none;/*
	position:absolute;*/
	top:160px;
	left:0;
	width:100%;
	background:rgba(235,97,0,0.9);
	z-index:99;
}
nav li{
	text-align: center;
	}
nav li a {
	display:block;
	width:100%;
	padding:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px solid #999;
	color:#fff;
	font-size: 14px;
	text-decoration: none;
}
	nav li a .mnJp{
		color:#fff;
		font-size:18px;
	}
/*------------------------------------------------------------Main*/
	#wrapMain{
	}
	main{
		padding:10px;
	}
	#breadcrumb{
		margin:0 0 20px 0;
		overflow: hidden;
	}
	#breadcrumb li{
		float:left;
		margin:0 5px;
	}
	#breadcrumb li a{
		padding-right:5px;
	}
	#breadcrumb li a:hover{
		color:#40331a;
	}
	
	section {
	}
section h2{
	margin-bottom:60px;
		text-align: center;
		font-size:2.4rem;
		font-weight: bold;
	}
	section h2 img{
		position: relative;
		top:-10px;
		left:10px;
	}
	
	
	/*sideMenu*/
	aside{
	}
	#sideNav{
		margin:30px 20px;
		border:2px solid #bcb1a3;
		border-radius:4px;
	}
	#sideNav li{
		border-bottom:1px solid #bcb1a3;
		text-align: center;
	}
	#sideNav li>ul>li:first-child{
		border-top:1px solid #bcb1a3;
	}
	#sideNav li:last-child{
		border-bottom:none;
	}
	#sideNav li a{
		display: block;
		height:41px;
		padding:19px 10px 0 10px;
		color:#40331a;
		font-size:1.6rem;
		line-height: 1.3!important;
		text-decoration: none;
	}
	#sideNav li.wLine a{
		height:50px;
		padding:10px 10px 0 10px;
	}
	#sideNav li.wLineS a{
		height:41px;
		padding:19px 0 0 20px;
	}
	#sideNav li.activ a{
		background:rgba(190,179,165,0.35);
	}
	#sideBnr{
		width:234px;
		margin:30px auto;
	}
	#sideBnr li{
		margin-bottom:15px;
	}
	
	/*sideNavLang*/
	#sideNavLang{
		display:flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top:50px;
	}
	#sideNavLang li{
		margin-bottom:15px;
		width:100px;
	}
	#sideNavLang li a{
		display: block;
		width:80px;
		height:25px;
		padding:10px 5px 5px;
		background: #acc43a;
		border-radius: 14px;
		color:#fff;
		font-size:1.4rem;
		line-height: 1.2!important;
		text-decoration: none;
		text-align: center;
	}
	#sideNavLang>li.activ,#sideNavLang>li:hover{
		background: url(../images/icn_sidenav02.png) no-repeat 12px 8px;
	}
	#sideNavLang li a:hover,#sideNavLang li.activ>a{
		background:rgba(183,206,70,0.9)!important;
	}
	
/*------------------------------------------------------------Footer*/
	#wrapFooter{
		background: url(../images/bg_footer.jpg)
	}
	#wrapFooter:before{
		display:block;
		height:20px;
		background:url(../images/bg_footer_top.png) repeat-x;
		content:" ";
		position:relative;
		top:-20px;
	}
	footer{
		position: relative;
		width:100%;
		margin:0 auto;
		padding:0 0 25px 0;
	}
	footer small{
		display: block;
		margin-top:30px;
		text-align: center;
	}
	footer a{
		color:#333;
	}
	footer #pagetop{
		position:absolute;
		top:-50px;
		right:10px;
		animation: pagetop 4s ease infinite;
	}

@keyframes pagetop {
	0% { transform:translateY(0) }
  5% { transform:translateY(10px) }
  10% { transform:translateY(0) }
  20% { transform:translateY(5px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(3px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	#ftInfo{
		text-align: center;
	}
	#ftInfo dl{
		width:250px;
		margin:0 auto;
	}
	#ftTel,#ftFax,#ftMail{
		padding-left:30px;
		font-size:2.2rem;
	}
	#ftTel{
		margin-top:20px;
		background:url(../images/ft_icn_tel.png) no-repeat 20px 50%;
	}
	#ftFax{
		background:url(../images/ft_icn_fax.png) no-repeat 20px 50%;
		font-weight: bold;
	}
	#ftMail{
		background:url(../images/ft_icn_mail.png) no-repeat 20px 50%;
	}
	#ftTel a,#ftMail a{
		font-weight:bold;
	}
	#ftNav{
		display:none;
	}
}