@charset "UTF-8";

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	
	background-color:#59493f;
	color:#fff;
}

a{
	color:#362e2b;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

#header{
	background-color:#59493f;
	color:#fff;
}

#header div.wrap{
	width:100%;
	height:60px;
}

#header div.table-parent{
	display:block;
	width:100%;
}

#header h1{
	display:block;
	width:100%;
	margin:0 auto;
	
	max-width: 240px;
}

#header h1 a{
	display:block;
}

#header h1 img{
	width:100%;
	vertical-align: bottom;
}

#g-navi{
	display:none;
}

#g-navi ul{
	display:table;
	width:100%;
}

#g-navi ul li{
	display:table-cell;
	width:160px;
	height:80px;
	
	vertical-align: middle;
	
	text-align: center;
	
	font-size:1.0rem;
	line-height:1.0em;
	
	box-sizing: border-box;
	padding:5px 10px;
}

#g-navi ul li.download{
	background-color:#f80;
}

#g-navi ul li a{
	display:block;
	color:#fff;
	
	box-sizing: border-box;
	padding:10px 5px;
	
	border-radius:5px;
}

#g-navi ul li a:hover{
	background-color:#7e6b5a;
	text-decoration: none;
}

#g-navi ul li.download a:hover{
	background-color:#fff;
	color:#f80;
}

#g-navi ul li span.note{
	display:block;
	
	font-size:0.6rem;
	line-height:1.0em;
	
	margin-top:7.5px;
}

@media screen and (min-width: 640px){
	
	#header div.wrap{
		width:1280px;
		height:80px;
		margin:0 auto;
	}
	
	#header div.table-parent{
		display:table;
		width:100%;
	}
	
	#header h1{
		display:table-cell;
		width:320px;
		vertical-align: middle;
	}
	
	#g-navi{
		display:table-cell;
		width:960px;
		vertical-align: middle;
	}
	
	#g-navi ul{
		display:table;
		width:100%;
	}
	
}

#footer{
	background-color:#59493f;
	color:#fff;
}

#footer div.wrap{
	width:1280px;
	margin:0 auto;
}

#footer address{
	font-size:0.6rem;
	line-height:40px;
	
	text-align: center;
	color:#fff;
}

#f-navi{
	background-color:#d1c0a5;
	color:#59493f;
}

#f-navi ul{
	width:100%;
	margin:0 auto;
	
	font-size:0;
	line-height:1.0em;
}

#f-navi ul li{
	display:inline-block;
	width:50%;
	
	font-size:0.8rem;
	line-height:50px;
	
	text-align: center;
}

#f-navi ul li a{
	display:block;
	color:#59493f;
}

#f-navi ul li a:hover{
	background-color:#59493f;
	color:#fff;
	
	text-decoration: none;
}

@media screen and (min-width: 640px){
	#f-navi ul{
		width:1280px;
		margin:0 auto;
		
		font-size:0;
		line-height:1.0em;
	}
	
	#f-navi ul li{
		display:inline-block;
		width:160px;
		
		font-size:0.8rem;
		line-height:50px;
		text-align: center;
	}
}

#breadcrumb{
	background-color:#7e6b5a;
	color:#fff;
}

#breadcrumb div.wrap{
	display:table;
	width:100%;
	height:40px;
	
	margin:0 auto;
}

#breadcrumb ul{
	font-size:0;
	line-height:1.0em;
	
	box-sizing: border-box;
	padding:0 10px;
}

#breadcrumb ul li{
	display:inline-block;
	
	font-size:0.6rem;
	line-height:40px;
	
	color:#fff;
}

#breadcrumb ul li:after{
	box-sizing: border-box;
	padding:0 5px;
	
	content:"-";
}

#breadcrumb ul li:last-child:after{
	content:" ";
	padding:0;
}

#breadcrumb ul li a{
	color:#fff;
}

@media screen and (min-width: 640px){
	#breadcrumb div.wrap{
		display:table;
		width:1280px;
		height:40px;
		
		margin:0 auto;
	}
}

#page-contents{	
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:40px 0;
}

#page-contents div.content{
	width:100%;
	margin:0 auto;
	
	box-sizing: border-box;
	padding:10px;
}

@media screen and (min-width: 640px){
	
	#page-contents div.content{
		width:1280px;
		margin:0 auto;
		
		box-sizing: border-box;
		padding:20px;
	}
	
}

.content-header{
	text-align: center;
	margin-bottom:20px;
}

.content-header h2{
	font-size:1.5rem;
	line-height:1.0em;
	
	margin-bottom:15px;
}

.content-header h2 span.note{
	display:block;
	
	margin:7.5px auto 0;
	
	font-size:1.0rem;
	line-height:1.0em;
}

.content-header div.underline{
	width:80px;
	height:5px;
	
	background-color:#362e2b;
	margin:0 auto;
}

.content-footer{
	text-align: center;
	
	width:100%;
	margin:0 auto;
}

.content-footer p.btn{
	display:inline-block;
	width:240px;
	
	font-size:0.8rem;
	line-height:40px;
	
	text-align: center;
	
	background-color:#59493f;
	color:#fff;
	
	box-sizing: border-box;
	border:solid 1px #59493f;
}

.content-footer p.btn a{
	display:block;
	color:#fff;
}

.content-footer p.btn a:hover{
	text-decoration: none;
	
	background-color:#fff;
	color:#59493f;
}

@media screen and (min-width: 640px){
	
	.content-footer{
		text-align: center;
		
		width:1280px;
		margin:0 auto;
	}
	
}

.drawer-menu{
	box-sizing: border-box;
	padding:10px 0;
}

.drawer-menu li{
	width:100%;
	height:60px;
	
	text-align: center;
	font-size:1.0rem;
	line-height:60px;
	
	box-sizing: border-box;
	padding:0 10px;
}
	
.drawer-menu li.download{
	background-color:#f80;
}
	
.drawer-menu li a{
	display:block;
	color:#fff;
	
	border-radius:5px;
}

.drawer-menu li a:hover{
	background-color:#7e6b5a;
	text-decoration: none;
}
	
.drawer-menu li.download a:hover{
	background-color:#fff;
	color:#f80;
}
	
.drawer-menu li span.note{
	display:block;	
	
	font-size:0.6rem;
	line-height:1.0em;	
	
	margin-top:7.5px;
}

#archive-contents{	
	background-color:#fff;
	color:#222;
	
	box-sizing: border-box;
	padding:40px 0;
}

#archive-contents header.content-header{
	text-align: center;
	margin-bottom:20px;
}

#archive-contents header.content-header h2{
	font-size:1.5rem;
	line-height:1.0em;
	
	margin-bottom:15px;
}

#archive-contents header.content-header h2 span.note{
	display:block;
	
	margin:7.5px auto 0;
	
	font-size:1.0rem;
	line-height:1.0em;
}

#archive-contents header.content-header div.underline{
	width:80px;
	height:5px;
	
	background-color:#362e2b;
	margin:0 auto;
}

#archive-contents div.content{
	width:1280px;
	margin:0 auto;
	
	box-sizing: border-box;
	padding:10px;
}

@media screen and (min-width: 640px){
	#archive-contents div.content{
		padding:20px;
	}
}

.slider-content div.prev{
	position: absolute;
	top:0;
	left:0;
	
	width:50px;
	height:100%;
	
	box-sizing: border-box;
	padding-bottom:10px;
	
	z-index: 10;
	opacity: 0.8;
}

.slider-content div.prev:hover{
	cursor: pointer;
}

.slider-content div.prev span.ol{
	display:block;
	position: relative;
	width:100%;
	height:100%;
}

.slider-content div.prev img{
	width:100%;
	vertical-align: bottom;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	
	background-color:#59493f;
	
	box-sizing: border-box;
	padding:10px;
	
	border-radius:50px;
}

.slider-content div.next{
	position: absolute;
	top:0;
	right:0;
	
	width:50px;
	height:100%;
	
	box-sizing: border-box;
	padding-bottom:10px;
	
	z-index: 10;
	opacity: 0.8;
}

.slider-content div.next:hover{
	cursor: pointer;
}

.slider-content div.next span.ol{
	display:block;
	position: relative;
	width:100%;
	height:100%;
}

.slider-content div.next img{
	width:100%;
	vertical-align: bottom;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	
	background-color:#59493f;
	
	box-sizing: border-box;
	padding:10px;
	
	border-radius:50px;
}