@charset "utf-8";
/* CSS Document */
@media print, screen and (max-width: 768px){
	body {
		font-size:80%;
	}
}


body {
	line-height:1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	color:#333;
}
a {
	font-family: 'Noto Sans JP', sans-serif;
}
#wrap {
	overflow:hidden;
}
#header {
	margin:0 auto;
	padding:10px 0;
	position:relative;
	background-image:url(../img/bg/header1.png);
	background-position:0px 0px;
	background-size:30% auto;
	background-repeat:no-repeat;
}
#header #logo {
	text-align:center;
	padding:80px 0 20px;
}
#header #logo img {
	max-width:300px;
	width:45%;
}

#header #header_nav {

}
#header #header_nav ul {
	display:block;
	text-align:center;
	padding:10px 0;
}
#header #header_nav ul li {
	display:inline-block;
	list-style:none;
	padding:0px 6px;
	border-left: solid 1px #333333;
	text-align:center;
	line-height:1em;
}
#header #header_nav ul li:last-child {
	border-right: solid 1px #333333;
}
#header #header_nav ul li a {
	display:block;
	padding:0px 6px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:16px;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#header #header_nav ul li a:hover {
	background-color:rgba(33,33,33,0.1);
}
@media print, screen and (max-width: 850px){
	#header #header_nav ul li a {
		font-size:14px;
	}
}
@media print, screen and (max-width: 768px){
	#header {
		background-size:40% auto;
	}
	#header #logo {
		text-align:center;
		padding:30px 0 10px;
	}
	#header #header_nav ul {
		padding:10px 10px;
	}
	#header #header_nav ul li a {
		font-size:12px;
		padding:0px 3px;
	}
}

#mv {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:solid 1px #e2e2e2;
}

#contents {
	max-width:1200px;
	margin:0 auto;
	padding:0px 0px 20px;
}

h2 {
	padding:15px 0;
	margin:30px 0 15px;
	text-align:center;
}
h2 img {
	max-height:75px;
}





#footer {
}
#f_bnr_link {
	max-width:1200px;
	margin:0px auto;
	padding:20px 10px;
}
#f_bnr_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#f_bnr_link ul li {
	width:calc(25% - 10px);
	list-style:none;
}
#f_bottom {
	position:relative;
}
#f_bottom:before {
	content:"";
	display:block;
	width:100%;
	height:200px;
	bottom:0;
	left:0;
	z-index:-1;
	position:absolute;
	background-image:url(../img/bg/footer1.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:auto 100%;
}
#f_bottom:after {
	content:"";
	display:block;
	width:100%;
	height:500px;
	bottom:0;
	right:0;
	z-index:-1;
	position:absolute;
	background-image:url(../img/bg/footer2.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:auto 100%;
}
#f_bottom .copy {
	text-align:center;
	font-size:80%;
	padding:20px 0;
}
@media print, screen and (max-width: 960px){
	#f_bottom:before {
		height:100px;
	}
	#f_bottom:after {
		height:250px;
	}
}
@media print, screen and (max-width: 768px){
	#f_bnr_link ul li {
		width:calc(80%);
		text-align:center;
		padding-bottom:10px;
	}
	#f_bnr_link ul li:last-child {
		padding-bottom:0;
	}
	
}


#btn_fixed a {
	width:60px;
	height:60px;
	border-radius:50%;
	position:fixed;
	right:10px;
	bottom:50px;
	background-color:#CCC;
}
#btn_fixed a span {
	color:#231815;
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#btn_fixed a img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
@media print, screen and (max-width: 768px){
	#btn_fixed2 a {
		width:50px;
		height:50px;
		bottom:5px;
	}
}