@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);


html, body {
	width: 100%;
	height:100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	text-align: center;
	color: #111;
	background-color: #F0F0F0;
	background-image: url(../images/background.jpg?date=150610B);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
a, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #CC9933;
}
h1 a,h2,h3,#social li a,.btn a,.pager a{
	font-size:1px;
	line-height:100%;
	text-indent:999%;
	white-space: nowrap;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
}

/* count */
#count{
	color:#FFF;
	position:fixed;
	left:40px;
	top:40px;
	z-index:1000;
}

#container{
width:100%;
}
#container .pgtop{
	height:35px;
	padding:0 20px;
	margin-top:-35px;
	position:relative;
	z-index:1000;
}
#container .pgtop a{
	background-image:url(../images/btn_pgtop.png);
	background-position:0px 5px;
	width:39px;
	height:35px;
	float:right;
}
#container .pgtop a:hover{ background-position:0px 0px;}

/* ----------header---------- */
header{
	width:100%;
	position:relative;
	overflow:hidden;
}
header .inner.inhead{}
.inner.inhead{
	width:100%;
	padding:10px 0;
	position:fixed;
	z-index:100;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.inner.inhead.bg{
background-color: #FFF;
background-color: rgba(255,255,255,0.8);
}
.inner.inhead #header{
	width:100%;
	min-width: 1040px;
	padding: 0 40px;
	margin:0 auto;
	box-sizing: border-box;
}
.inner.inhead #header h1{
width:88px;
margin: 0 auto;
}
.inner.inhead #header h1 a{
	background-image:url(../images/logo.png?date=150702);
	background-size: contain;
	height:74px;
}
.inner.inhead #header .hum{
	width: 70px;
	height: 70px;
	background-image: url(../images_sp/icon_hum.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9999;
}
.inner.inhead #header .hum:hover{ opacity: 0.8; }

.inner.inhead #header.active .hum{ background-image: url(../images_sp/icon_close.png); }
.inner.inhead #header ul#menu{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	padding: 40px 20px;
	position: fixed;
	left: 0px;
	top: -100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: opacity 0.3s ease-out 0s;
	opacity: 0;
	overflow: hidden;
}
.inner.inhead #header.active ul#menu{
	top: 0px;
	opacity: 1;
}
.inner.inhead #header ul#menu li{
	margin: 0 auto 10px auto;
}
.inner.inhead #header ul#menu li a{
	color: #FFF;
	font-family: 'PT Serif', serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	text-decoration: none;
	letter-spacing: 0.1rem;
	padding: 0 5px;
	display: inline-block;
}
.inner.inhead #header ul#menu li a:hover{ color: #cc9933; }
.inner.inhead #header ul#menu li.active a{
	color: #000;
	background-color: #cc9900;
}

.inner.inhead #header ul#social{
	width:110px;
	position:absolute;
	left: 20px;
	top: 20px;
	z-index:10;
}
.inner.inhead #header ul#social li{
	width:30px;
	margin-left:10px;
	float:left;
}
.inner.inhead #header ul#social li:first-child{ margin: 0px; }
.inner.inhead #header ul#social li a{
	background-image:url(../images/menu_social_combo.png);
	background-size:90px 60px;
	height:30px;
}
.inner.inhead #header ul#social li.social-twit a{ background-position:0px 0px; }
.inner.inhead #header ul#social li.social-twit a:hover{ background-position:0px -30px; }
.inner.inhead #header ul#social li.social-fb a{ background-position:-30px 0px; }
.inner.inhead #header ul#social li.social-fb a:hover{ background-position:-30px -30px; }
.inner.inhead #header ul#social li.social-insta a{ background-position:-60px 0px; }
.inner.inhead #header ul#social li.social-insta a:hover{ background-position:-60px -30px; }



/* ----------container---------- */
.breadcrumb{
	text-align:left;
	width:1040px;
	margin:0 auto 20px auto;
	padding:20px 0 20px 0;
}
#contents{
	width:100%;
	min-width: 1040px;
}
#container{
	width:100%;
	padding:20px 0;;
}
#container .inner.incontainer{
	text-align:left;
	width:1040px;
	margin:0 auto;	
}
#container .inner.incontainer .breadcrumb{ margin-bottom:40px; }
#container .inner.incontainer #contents{
	padding:20px 10px;
}

/* ----------footer---------- */
footer{
color: #FFF;
width:100%;
}
#footer{
	text-align:left;
	font-size:0.9em;
	line-height: 1.5em;
	padding:40px;
	margin:0 auto;
	background-color: #000;
}
#footer a{
color: #FFF;
text-decoration:none;
}
#footer a:hover,#footer a:active { color: #CC9933; }
#footer .set-cp{}
#footer .set-cp .cp{
	text-align:right;
	float:right;
}
#footer .set-cp .fb-share-button{
	float:right;
	margin-left: 20px;
}
#footer .set-cp .cp-link{
	float:left;
}
/* pagetop */
#btn_pagetop{
	width:100px;
	position: fixed;
	margin-left: -50px;
	left:50%;
	bottom:0px;
	z-index: 500;
	display: none;
}
#btn_pagetop a{
background-image: url(../images/btn_pagetop.png);
height: 40px;
}
#btn_pagetop a:hover{ background-position: left bottom; }

/* margin */
.nm{ margin:0px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }

/* clearfix */
.package:after,.line:after,.pager:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.package,.line,.pager {
	zoom: 100%;
}
.package,.line,.pager {
	display: inline-table;
}
/* Hides from IE-mac ￥*/
* html .package,* html .line,* html .pager {
	height: 1%;
}
.package,.line,.pager {
	display: block;
}
/* End hide from IE-mac */
