@charset "utf-8";


/******************************************************

 body
 
******************************************************/
html {-webkit-text-size-adjust: 100%}

body {
  font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;
   background: #FFF;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

.onlySP{display: block !important;}
.onlyPC{display: none !important;}
.block-sm{display: block;}


img{
	max-width: 100%;
	vertical-align: middle;
}

.img100{
	width: 100%;
}

a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #fff\9;
}

a.rollover:hover{
	opacity: 0.8;
	/*filter: alpha(opacity=80);*/
}

a{
	text-decoration: none;
	color: inherit;
}

.inner{
	margin: 0 auto;
}

.wrapper{
	padding-top: 65px;
}



/******************************************************

header
 
******************************************************/
header{
	background: url(../images/common/bg_nav.jpg) repeat-x center top;
}

header .inner{
	width: 1150px;
	margin: 0 auto;
}

header h1{
	width: 307px;
	float: left;
}

header h1 a img:hover{
	opacity: 1;
}

header #google_translate_element{
	width:843px;
	float: left;
	text-align:right;
	margin-top: 5px;
}

header nav{
	width:843px;
	float: left;
	margin-top: 5px;	
}

header nav ul li{
	float: left;
	border-right: 1px solid #7a7a62;
	padding-top: 7px;
	/*width: 130px\9;text-align: center;*/
}

header nav ul li.no_bdr{
	border-right: 0;
}

/*header nav ul li a{
	display: block;
	padding: 0 23px;
	padding: 0 10px\9;
}*/

header nav ul li a img:hover{
	opacity: 1;
}

header nav ul li.nav01{width: 106px;}
header nav ul li.nav02{width: 133px;}
header nav ul li.nav03{width: 130px;}
header nav ul li.nav04{width: 165px;}
header nav ul li.nav05{width: 170px;}
header nav ul li.nav06{width: 130px;}



/******************************************************
footer
******************************************************/
footer{
	background: url(../images/common/bg_footer.jpg) repeat-x center top;
	padding: 20px 0 20px;
	box-sizing: border-box;
	height: 180px;
}

footer .inner{
	width: 960px;
	position: relative;
}

footer ul.ft_nav{
	border-bottom: 1px solid #db8e49;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

footer ul.ft_nav li{
	float: left;
	padding: 0 18px;
	border-left: 1px solid #a2988d;
	font-size: 12px;
}

footer ul.ft_nav li a{
	color: #000;
}

footer ul.ft_nav li.no_bdr{
	border-left: 0;
	padding-left: 0;
}

footer .access{
	margin-top: 25px;
	padding-left: 100px;
}

footer .access p{
	float: left;
	text-align: center;	
	font-size: 12px;
}

footer .access p.copyright{
	font-size: 10px;
	padding-top: 3px;
}

footer p.pagetop{
	position: absolute;
	bottom: 0;
	right: 25px;
	width: 80px;
	height: 80px;
}

/*-------------------------------------------------------
中ページ　共通
-------------------------------------------------------*/
.main_ttl{
	height: 301px;
	margin-top: -55px;
}

.main_ttl h2{
	text-align: center;
	max-width: 960px;
	position: relative;
	margin:0 auto;
	height: 301px;
	padding: 28px 0;
	box-sizing: border-box;
}

.main_ttl h2 img{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.container{
	padding-top: 50px;
}

.container section{
	width: 960px;
	margin: 0 auto;	
}

.container section{
	background: -moz-linear-gradient(top,rgba(255,255,255,0.3),rgba(117,117,117,0.2)); /* Firefox用 */  
	background: -o-linear-gradient(rgba(255,255,255,0.3),rgba(117,117,117,0.2)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.3)),to(rgba(117,117,117,0.2))); /* Safari,Google Chrome用 */
	background: linear-gradient(top,rgba(255,255,255,0.3),rgba(117,117,117,0.2));
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#55505050', endColorstr='#ff181818', GradientType=0)";*/ /* IE8用 */	
	-moz-box-shadow: 0px 0px 5px 2px #bdbabb;
	-webkit-box-shadow: 0px 0px 5px 2px #bdbabb;
	box-shadow: 0px 0px 5px 2px #bdbabb;
	outline: 1px solid #fff;
	margin-bottom: 50px;
	padding: 35px 30px 30px;
	box-sizing: border-box;
	background: none\9;
	border:1px solid #b1b1b1\9;
}



.pop_content{
	width: 620px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	box-sizing: border-box;
	background: #fff;
}

.pop_content p{
	margin-top: 5px;
}

.popup-modal-dismiss{
	text-align: right;	
}

.pop_content button.mfp-close{
	display: none;
}


















@media screen and (min-width : 1336px) {
header .inner{
	max-width: 1336px;
	width: 100%;
}

}


.sp-bn{
	margin-left:20px;
}