﻿@charset "utf-8";
/* CSS Document */

/* デスクトップレイアウト :ここにPC用のCSSを書く */

#wrapper {
	background-image: url(../image/top_image.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	position: fixed;
	height: 100%;
	width: 100%;
}




/*ここからヘッダー*/

#header {
	width:100%;
	height:20px;
	background-color:#ffa43c;
	background-attachment:fixed;
	top:0;
	margin-bottom:10px;
}

#header h1 {
	margin-left:1.7%;
	float:left;
	line-height:20px;
	width:40%;
}

#header p {
	float:right;
	line-height:20px;
}

#setu p {
	margin-left:1.7%;
	margin-bottom:1.7%;
	clear:both;
}
/*ここからナビ*/
#navi{ 
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	z-index: 10;
	width: 34.3em;
	
}


#navi ul li a{
	float: left;
	background: #fffabc;
	border: 1px solid #ffffff;
	font-size: 100%;
	height: 18px;
	line-height: 18px;
	display: block;	
}


/*ナビを入れ替える*/
#shounavi{
	visibility:hidden;
	display:none;
}


/*ニュース*/
#news1 {
	position: fixed;
	top: 15%;
	left: 25%;
	display: none;
	padding: 2%;
	width: 25%;
	height: 10%;
	color: #696969;
	line-height: 30px;
	text-align: center;
	background: #fffabc;
	border-radius: 60%;
}

#news1:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 60%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 10px 0 50px;
	border-color: #fffabc transparent transparent transparent;
}

/*噴出し*/
#fukidasi {
	position: fixed;
	top: 15%;
	left: 25%;
	display: none;
	padding: 2%;
	width: 25%;
	height: 10%;
	color: #696969;
	line-height: 30px;
	text-align: center;
	background: #fffabc;
	border-radius: 60%;
}

#fukidasi:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 60%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 10px 0 50px;
	border-color: #fffabc transparent transparent transparent;
}



/*アニメキャラ*/
#zzz {
	background-image: url(../image/tohoho-1.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	height: 100%;
	width: 100%;
}

#ani {
	position: fixed;
	height: 100%;
	width: 100%;
}

/*
	#anime {
	background: url(../image/tabako.gif) no-repeat;
	position: absolute;
	background-size:contain;
	height:424px;
	width:20%;
}*/


/*ここからフッター*/

#footer{
	background-color: #ffa43c;
	width: 100%;
	clear: both;
	position: fixed;
	bottom: 0px;
	z-index: 110;
}

#footer ul{
	width:60em;
}


#footer ul li{
	float: left;
	font-size: small;
	margin-right: 30px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-indent: -0.3em;
	list-style: square;
	color: #ffffff;
}

#footer p {
	clear: both;
	float: right;
	font-size: xx-small;
	margin-right: 1px;
	margin-bottom: 1px;
}


/*フッター、サイトナビ用リンク色*/

#footer a:link {
	color:#ffffff;
}

#footer a:visited {
	color:#fffabc;
}
#footer a:hover {
	color:#ff0000;
}



/* PCレイアウト : 1024 px ～  */
@media screen and (max-width: 1024px) {
/*アニメキャラ*/
#zzz {
	background-image: url(../image/tohoho-1.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	position: absolute;
	height: 100%;
	width: 100%;
}



#ani {
	position: fixed;
	height: 100%;
	width: 100%;
}
/*
#anime {
	height:424px;
	width:20%;
	background: url(../image/tabako.gif) no-repeat;
	position: absolute;
	background-size:contain;
}*/


}


/* タブレットレイアウト : 800 px ～  */
@media screen and (max-width: 800px) {





/*タブレットレイアウト ニュース*/

#news1 {
	top:22%;
	left:20%;
	width: 40%;
	font-size: 93%;
	min-width:220px;
	min-height:50px;
}

#news1:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
}

/*タブレットレイアウト 噴出し*/

#fukidasi {
	top:22%;
	left:20%;
	width: 40%;
	font-size: 93%;
	min-width:220px;
	min-height:50px;
}

#fukidasi:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
}


/*タブレットレイアウト ここからフッター*/

#footer{
	height:60px;
}

#footer ul{
	width:28em;
	}


}

