@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

header{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 101;
}
body:not(#top) header::after{
	background: url(../images/common/border.png);
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	bottom: -10px;
	right: 0;
}

div.header{
	margin:0 auto;
	position:relative;
	max-width: 1200px;
	padding:0 10px;
	height:60px;
	box-sizing: content-box;
}

div.header h1{
	position:absolute;
	top:20px;
	left:130px;
	font-size:10px;
	font-weight:normal;
	display: none;
}

div.header h2{
	position:absolute;
	top:14px;
	left:10px;
	line-height:0;
	font-size:0;
}

ul.headnavi{
	position:absolute;
	top: 50%;
	right:10px;
	transform: translateY(-50%);
}

.nav_btn{
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	display:none;
}

ul.headnavi li{
	float:left;
}

ul.headnavi li a {
	background: #457425;
	font-size: 30px;
	color: #fff;
	display: block;
	line-height: 1.3;
	padding: 12px 20px 6px;
	transition: all 0.5s ease-in-out;
}
ul.headnavi li.con a {
	background: #3c3c3c;
	font-size: 16px;
	padding: 20px 20px;
}
ul.headnavi li a:hover {
	opacity: .7;
}
ul.headnavi li a img {
	margin-bottom: 8px;
	margin-right: 18px;
}

ul.pc_nav{
	max-width: 590px;
	margin:0 auto;
	position: absolute;
	right: 150px;
	padding-top: 15px;
}
ul.pc_nav li{
	float:left;
}

ul.pc_nav li>a{
	display:block;
	font-size: 16px;
	color: #303030;
	padding-left: 10px;
}
ul.pc_nav li.none>a{
	opacity: .5;
	pointer-events: none;
}
ul.pc_nav li.none>a:hover{
	opacity: .5;
}
ul.pc_nav li:nth-child(1)>a::before{
	content: "|";
	padding-right: 10px;
}
ul.pc_nav li>a::after{
	content: "|";
	padding-left: 10px;
}
ul.pc_nav li:nth-child(5)>a::after{
	content: "";
}
ul.pc_nav li>a:hover{
	opacity: .7;
}

nav.gnavi_wrap{
	position:relative;
}

ul.sp_nav {
	position:fixed;
	top:50px;
	left:0;
	right:0;
	max-height: calc(100% - 50px);
   overflow-y: auto;
	background:#000;
	z-index:9999;
	display:none;
	font-size: 16px;
	-webkit-overflow-scrolling: touch;
}
.sp_nav li {
	line-height:40px;
	color: #fff;
	width: 100%;
}
.sp_nav li p {
	padding:0 2% 0 30px;
	border-bottom:1px solid #ccc;
	background: #000;
	transition:all 0.5s linear;
	position: relative;
}
.sp_nav li a {
	display: block;
	padding:0 2%;
	border-bottom:1px solid #ccc;
	background:#457425;
}
.sp_nav li a.cr {
	text-decoration:none;
	background:#457425;
}
.sp_nav li.none a.cr {
	text-decoration:none;
	background:#333;
}

.sp_nav li .gnavi_sub {
	background: #333;
	overflow: hidden;
	display: none;
}
.sp_nav li .gnavi_sub li{
}

/*.sp_nav li p.opened {
	background: #333;
}*/
.sp_nav li.on .gnavi_sub {
	height: auto;
}

.sp_nav li p:after {
	content:"\0025bc";
	position:absolute;
	top:0;
	left:10px;
	/*font-family: 'Sorts Mill Goudy',"Times New Roman", Times, serif;*/
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	transition:all 0.5s ease-in-out;
}
.sp_nav li p:before {
	content:"\0025b2";
	position:absolute;
	top:0;
	left:10px;
	/*font-family: 'Sorts Mill Goudy',"Times New Roman", Times, serif;*/
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	transition:all 0.5s ease-in-out;
	opacity:0;
}
.sp_nav li p.opened:after {
	opacity:0;
}
.sp_nav li p.opened:before {
	opacity:1;
}


.nav_btn{
	position:absolute;
	top:0;
	right:0;
	width: 50px;
	height: 50px;
	background: #457425;
	display: none;
}
.nav_btn hr{
	width:60%;
	background:#fff;
	height:3px;
	position:absolute;
	border:none;
	margin:0;
	transform-origin:center center;
	left:0;
	right:0;
	margin:0 auto;
	transition:top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s;
}
.nav_btn.opened hr{
	transition:top 0.2s ease-in-out 0s,transform 0.2s ease-in-out 0.3s;
}
.nav_btn hr:nth-child(1){
	/*top:15px;*/
	top:15%;
}
.nav_btn hr:nth-child(2){
	/*top:25px;*/
	top:30%;
}
.nav_btn hr:nth-child(3){
	/*top:35px;*/
	top:45%;
}
.nav_btn.opened hr:nth-child(1){
	transform:rotate(45deg);
	/*top:25px;*/
	top:31.25%;
}
.nav_btn.opened hr:nth-child(2){
	transform:scaleX(0);
	/*top:25px;*/
	top:31.25%;
}
.nav_btn.opened hr:nth-child(3){
	transform:rotate(-45deg);
	/*top:25px;*/
	top:31.25%;
}
.nav_btn:after {
	content:"MENU";
	position:absolute;
	top:58%;
	left:0;
	width:100%;
	height:25%;
	font-family: 'Sorts Mill Goudy',"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	transition:all 0.5s ease-in-out;
}
.nav_btn:before {
	content:"CLOSE";
	position:absolute;
	top:58%;
	left:0;
	width:100%;
	height:25%;
	font-family: 'Sorts Mill Goudy',"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	transition:all 0.5s ease-in-out;
	opacity:0;
}
.nav_btn.opened:after {
	opacity:0;
}
.nav_btn.opened:before {
	opacity:1;
}

div.contents_wrap{
	padding-top: 60px;
	width:100%;
}

ul.breadlist{
	max-width:1200px;
	margin:0 auto;
	padding:10px 0 20px;
	box-sizing: content-box;
}

ul.breadlist li{
	color: #000;
	display: table-cell;
	font-size: 16px;
	padding: 3px 8px;
}

ul.breadlist li:after{
	content: " > ";
}

ul.breadlist li:last-child:after{
	content: none;
}

ul.breadlist li a{
	text-decoration: underline;
}

ul.breadlist li a:hover{
	text-decoration: none;
}

div.container{
	margin:0 auto;
	padding: 40px 10px 50px;
	box-sizing: content-box;
}

footer{
	background: #004136;
	width:100%;
}
div.footer{
	max-width:1200px;
	margin: 0 auto;
	padding:30px 10px 20px;
	box-sizing: content-box;
}
div.footer .fnav ul{
	letter-spacing: -0.4em;
	text-align: center;
}
div.footer .fnav ul li{
	letter-spacing:normal;
	display: inline-block;
	vertical-align: middle;
}
div.footer .fnav ul li:nth-child(1){
	margin-right: 30px;
}
div.footer .fnav ul li a{
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}
div.footer .fnav ul li a:hover{
	opacity: 0.7;
}
.copyright{
	background: #004136;
	padding: 13px 0;
}
address{
	max-width:1200px;
	margin:0 auto;
	box-sizing: content-box;
	padding:0 10px;
	text-align: center;
	font-style:normal;
	font-size: 14px;
	color: #fff;
}

.img_cap{
	position: relative;
}

.img_cap span{
	background: rgba(0,0,0,0.6);

	font-size:10px;
	display: block;
	padding:3px 5px;
	line-height: 1.5;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.img_cap.white span{
	background: rgba(255,255,255,0.6);
	color: #333333;
}

@media screen and (max-width: 1200px) {
	ul.pc_nav{
		background: #fff;
		position: static;
		left: 0;
		right: 0;
		padding-top: 60px;
	}
}

@media screen and (max-width: 985px){
	ul.headnavi li a {
		font-size: 20px;
		padding: 12px 10px 8px;
	}
	ul.headnavi li.con a {
		font-size: 14px;
		padding: 21px 10px;
	}
	
	div.header h2 {
		width: 400px;
	}
}


@media screen and (max-width: 767px){

	div.header h1{
		display:none;
	}
	
	ul.headnavi{
		display:none;
	}
	
	ul.pc_nav{
		display:none;
	}

	.nav_btn{
		display:block;
	}
	
	div.header {
		height: 50px;
	}
	
	div.header h2 {
		width: 300px;
	}
	
	ul.breadlist{
		display:none;
	}
	div.container {
		padding: 30px 10px;
	}

	div.contents_wrap{
		padding-top: 40px;
	}
	
	div.footer{
		padding:10px;
	}
	div.footer .fnav {
		max-width: 500px;
		margin: 0 auto;
	}
	div.footer .fnav ul {
		letter-spacing: normal;
	}
	div.footer .fnav ul li{
		width: 100%;
		display: block;
	}
	div.footer .fnav ul li:nth-child(1){
		margin-right: 0;
		margin-bottom: 2%
	}
	div.footer .fnav ul li a{
		border: 0!important;
	}
	address {
		font-size: 12px;
	}
}