/* CSS Document */
@import url("reset.css");

.information {
    display: none;
}
img.preload{
	display:none;
}

body {
/*	width: 375px;
*//*	width: 100%;*/
	/*max-width: initial;*/
}
#header{
	/*width: 375px;*/
	/*width: 100%;*/
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	padding: 0px;
}
#container{
	/*width: 375px;*/
/*	width:100%;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	padding: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
nav{
	/*background-color: #E3007F;*/
	display:flex;
	justify-content:space-between;
	/*background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(227,0,127,1) 5% ,rgba(227,0,127,1) 95%, rgba(0,0,0,0) 100%);*/
	background: rgba(227,0,127,1);
	padding: 16px 0px;
}
nav > div{
	width: 80%;
	padding:0 10%;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
}
nav a{
	font-size: 14px;
	font-weight:300;
	color: #FFF;
	text-decoration: none;
}
#navi{
	/*background-color: #E3007F;*/
	display:flex;
	justify-content:space-between;
	/*background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(227,0,127,1) 5% ,rgba(227,0,127,1) 95%, rgba(0,0,0,0) 100%);*/
	background: rgba(227,0,127,1);
	padding: 16px 0px;
}
#navi > div{
	width: 80%;
	padding:0 10%;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
}
#navi a{
	font-size: 14px;
	font-weight:300;
	color: #FFF;
	text-decoration: none;
}
.menu_btn{
	width: 120px;
	height: 40px;
	border: 1px #fff dashed;
	border-radius: 10px;
	margin: 6px;
	padding: 3px;
	text-align: left;
	display: flex;
	justify-content:space-around;
	align-items:center;
}

nav a{
color: #ffffff;
}
#slide{
	width: 100%;
	height: auto;

	background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(0,0,0,0.1)5%, rgba(0,0,0,0.1)95%, rgba(0,0,0,0) 100%);
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
#slide .frame{
	display: none;
	position: absolute;
	top:0;
	width: 100%;
	height: auto;
	z-index: 3;
	background-image: linear-gradient(90deg,rgba(255,255,255,1) 0%, rgba(0,0,0,0)5%, rgba(0,0,0,0)95%, rgba(255,255,255,1) 100%);

}
#slider {
	width: 100%;
	height: auto;
	position: absolute;
}
#page_top_photo{
	width: 100%;
	height: 90px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#page_top_photo>div:nth-child(1){
	position: absolute;
	z-index: 1;
}
#page_top_photo>div:nth-child(2){
	width: 100%;
	height: auto;
	background-image: linear-gradient(90deg,rgba(255,255,255,1) 0%, rgba(0,0,0,0)5%, rgba(0,0,0,0)95%, rgba(255,255,255,1) 100%);
	position: absolute;
	z-index: 2;
}
#page_top_photo img{
	width: 100%;
	height: auto;
}
#page_title{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3007F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
	padding-bottom: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #E3007F;
	text-align: left;
	text-shadow: 3px 3px 3px #ccc;
}
#footer {
	width: 100%;
	margin: 0px auto 100px;
	padding: 0px;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
	color: white;
	background-color: #FFF;
}
#footer >div{
/*	background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(227,0,127,1) 5% 95%, rgba(0,0,0,0) 100%);*/
	background: rgba(227,0,127,1);
	padding: 6px 0px;
	height: 40px;
}
#play_music{
	width: 100%;
	text-align: center;
	margin: 6px 0;
}
#play_music audio{
	width: 273px;
}
#play_music img{
	width: 48px;
	height: auto;
}
.logo img{
	max-width:90%;
	height:auto;
}

.sp_none{
	display:none;
}
.pc_none{
	display:block;
}
.pc_only{
	display:none;
}
.sp_only{
	display:inline;
}

/*-- 共通 --*/
#home_btn_sp {
	display:block;
	position: fixed;
	top: 3px;
	z-index: 100;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	left: 3px;
}

#page_title {
}
#page_title img{
	max-width:180px;
	height:auto;
}

/*Tablet View ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
	.sp_none{
		display:block;
	}
	.pc_none{
		display:none;
	}
	.pc_only{
		display:inline;
	}
	.sp_only{
		display:none;
	}
	
	body {
/*		max-width: initial;*/
		background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/bk.jpg");
		background-repeat: repeat;
	}
	#header{
		width: 960px;
		margin: 0 auto;
	}
	img{
		max-width:initial;
	}
	#container {
		width: 960px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
/*	.title{
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #093;
		margin-top: 0px;
		margin-bottom: 10px;
	}*/
	nav{
		/*background-color: #E3007F;*/
		padding: 6px;
		display:flex;
		justify-content:space-between;
		background: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(227,0,127,1) 5% ,rgba(227,0,127,1) 95%, rgba(0,0,0,0) 100%);
	}
	nav > div{
		width: 80%;
		padding:0 10%;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
	}
	nav a{
		font-size: 14px;
		font-weight:300;
		color: #FFF;
		text-decoration: none;
	}
	.menu_btn{
		width: 150px;
		height: 40px;
		margin: 0 0 6px 0;
		border: none;
		text-align: left;
		padding: 0px;
		display: flex;
		justify-content: flex-start;
		align-items:flex-end;
	}

	nav a{
	color: #ffffff;
	}
	#slide{
		width: 960px;
		height: 200px;
/*		background-image: linear-gradient(90deg,rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));*/
		/*background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0.1) 95%, rgba(0,0,0,0) 100%);*/
		background-image: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(0,0,0,0.1)5%, rgba(0,0,0,0.1)95%, rgba(0,0,0,0) 100%);

		position: relative;
		display: block;
/*		width: 960px;
		height: 400px;*/
		/*margin-bottom: 1px;*/
		margin-left: auto;
		margin-right: auto;
		/*margin-top: 180px;*/
		z-index: 3;

	}
	#slide .photo {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	#slide .frame{
		display: block;
		position: absolute;
		top:0;
		width: 960px;
		height: 200px;
		z-index: 3;
			background-image: linear-gradient(90deg,rgba(255,255,255,1) 0%, rgba(0,0,0,0)5%, rgba(0,0,0,0)95%, rgba(255,255,255,1) 100%);

	}
	#slider {
		width: 100%;
		/*height: 100%;*/
		position: absolute;
	}
	#page_top_photo{
		width: 960px;
		height: 200px;
	}
	#page_top_photo>div:nth-child(2){
		width: 960px;
		height: 200px;
	}
	#footer{
		width: 960px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		text-align:center;
	}
	#footer >div{
		background: linear-gradient(90deg,rgba(0,0,0,0) 0%, rgba(227,0,127,1) 5% 95%, rgba(0,0,0,0) 100%);
		padding: 6px 0px;
	}
	.home_btn {
		/*background-color: #093;*/
		border-radius: 6px;
		padding-top: 3px;
		padding-right: 6px;
		padding-bottom: 3px;
		padding-left: 6px;
	}
	.home_btn a{
		font-size: large;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}
	#play_music{
		position: fixed;
		top: 0px;
		width: 100%;
		text-align: right;
		z-index: 10;
	}
	#play_music audio{
		/*width: 273px;*/
		width: 160px;
		margin-top: 10px;
		margin-right: 10px;
	}
	#play_music img{
		width: 48px;
		height: auto;
		margin-right: 10px;
	}
/*Desktop View ----------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
		
	body {
/*		max-width: initial;*/
	}
}

.ta_center {
	text-align: center;
}
.ta_right {
	text-align: right;
}
.ta_left {
	text-align: left;
}
.c_red {
	color: #F00;
}
.c_pink {
	color: #FF33FF;
}
.c_blue {
	color: #06F;
}
.c_lightblue {
	color: #0CF;
}
.c_orange {
	color: #F60;
}
.c_blueblack {
	color: #039;
}
.c_green {
	color: #090;
}
.c_yellow {
	color: #FFCC00;
}
.c_purple {
	color: #9933CC;
}
.c_darkgray{
	color:darkgrey;
}
.c_chicchi{
	color:#E3007F;
}
.fs_large{
	font-size:large;
}
.fs_x-large{
	font-size:x-large;
}
.fs_small{
	font-size:small;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.f_none{
	float:none;
}
.clear{
	clear: both;
}
.none{
	display: none;
}
/*-----------*/
