@charset "utf-8";

/*
*
*header
*navi
*footer
*
 */
 
 
/***共通***/

.sanserif{
	  font-family:"Times New Roman", "游明朝体", "Yu Mincho",YuMincho, "メイリオ", Meiryo, "HG明朝E", serif;/*追加*/
}

.Boxsizing{
	-webkit-box-sizing:border-box;/*追加*/
	-moz-box-sizing: border-box;/*追加*/
	box-sizing:border-box;/*追加*/
}

/*フォントァカラー*/
.red{
	color:#ff5252;
	/*text-decoration:underline;*/
}

.blue{
	color:#0245cd;
	/*text-decoration:underline;*/
}

.bold{
	font-weight:bold;
}

.Bxshadow{
	/* box-shadow */
	-moz-box-shadow:2px 4px 5px 0px #dbdbdb;
	-webkit-box-shadow:2px 4px 5px 0px #dbdbdb;
	box-shadow:2px 4px 5px 0px #dbdbdb;

}

/***個別***/


#wrapper{
	width:100%;
	min-width:980px;
	/* Background pattern from subtlepatterns.com */
	background:url(../img/ch/sakura_bg3.png),url(../img/texturetastic_gray.png);
	background-repeat:no-repeat,repeat;
	background-position:top center,0% 0%;
}

/**/

header{
	width:100%;
	height:200px;
	position:relative;
	/*background-image:url(img/mainnav_bg.png);*/
	/*background-color:rgba(255,255,255,1);*/
	/*border-top:solid 8px #FFF;/*レス変更*/
}

/*ホームbtn*/
#header_line{
	width:100%;
	height:8px;
	margin-bottom:25px;
	
	position:relative;
	background-color:#FFF;
	
	-moz-box-shadow:0px 3px 10px -5px #000000;
	-webkit-box-shadow:0px 3px 10px -5px #000000;
	box-shadow:0px 3px 10px -3px #B0B0B0;
}

#home{
	width:128px;
	height:28px;
	display:block;
	position:absolute;
	top:0px;
	right:15px;
	border-radius:5px;
	background-color:#FFF;

}

#home a{
	width:128px;
	display:block;
	color:#C7C7C7;
	text-align:center;
	font-size:12px;
	letter-spacing:0.1rem;
	line-height: 32px;
}

#home a:hover{
	text-decoration:underline;
	opacity:0.7;
}

/**/

.header_container{
	width:960px;
	margin:0 auto;
	/*padding-top:20px;*/
	position:relative;
}

/*ナビゲーション*/
#navigation{
	height:80px;
}

#navigation h1{
	width:27.6%;/**265px**/
	height:75px;
	/*margin-right:25px;*/
	float:left;
}

#navigation h1 a:hover{
	opacity:0.85;
}

#navigation h1 img{
	max-width:100%;
}

#navigation nav{
	/*padding-top:10px;*/
	float:right;
	width:618px;
	width:72.4%;

	box-sizing:border-box;/*追加*/
	height:60px;/*220-85 = 135px*/
	/*border:1px solid #A6585A;*/
}

#navigation ul{
	list-style:none;
	padding-left:0px;
	text-align:right;/*naviの左寄せ*/
	padding-right:15px;

	/*background-image:url(../img/btnbg.png);*/
}

#navigation ul li{
	display: inline-block;
	text-align:center;/*削除予定*/
	
	width:19.2%;
	max-width:120px;
	height:65px;
	margin-right:4px;
	/*border:1px solid #A6585A;*/
		/*削除する*/
	-webkit-box-sizing:border-box;/*追加*/
	-moz-box-sizing: border-box;/*追加*/
	box-sizing:border-box;/*追加*/
}

#navigation ul li:last-child{
	margin-right:0px;
}

#navigation:after{
	content:"";
	display:block;
	clear:both;	
}

#navigation li a{
	display:block;
	padding:0;
	position:relative;
	opacity:1;

	text-indent:-9999px;
	overflow:hidden;
	
	max-width:100%;	/*ロゴの横幅に合わせる*/
	height:65px;
	/*border:1px solid red;*/
	
	/*transition: all .3s;*/
}

#navigation li a:hover{
	/*background-color:#FF7B7D;*/
}

/*btn*/
.concept a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.concept a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.intro a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-120px 0px;
}
.intro a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-120px 0px;
}

.chara a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-240px 0px;
}
.chara a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-240px 0px;
}

.special a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-360px 0px;
}

.special a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-360px 0px;
}

.down{
	/*opacity:0.3;*/
}

.down a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-480px 0px;
	/*cursor:default;*/
}

.down a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-480px 0px;
}

/****見出し****/

#header_caption{
	width:100%;
	height:74px;
	margin-top:13px;
	background-image:url(../img/catch_bg.png);
	background-color: rgba(255,255,255,.6);
}

header h2{
	padding-top:0px;
	height:72px;
	font-size:2em;
	text-align:left;
}


/***フッター***/

footer{
	width:100%;
	background-color:rgba(255,255,255,0.85);
}

#copyright{
	width:100%;
	height:22px;
	background-color:#ff8097;/*個別指定default*/
}

#copyright > p{
	width:960px;
	margin: 0 auto;
	line-height: 22px;
	color:#FFF;
	font-size:11px;
	font-size:0.6875rem;
	letter-spacing:0.1rem;
	text-align:center
}
