@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Zeyada|Noto+Serif+JP');
@import url('../../font/font-awesome/css/font-awesome.css');

/* 基本設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/

* {
	margin: 0;
	padding: 0;
}

a {
	color : #1a120e;
	text-decoration : none;
}
a:hover {
	color : #1a120e;
	opacity:.8;
}

body {
	font-size: 90%;
	color: #1a120e;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	background-image:url(images/bg.png);
}
/* wrapperの設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/

#wrapper {
	margin: 30px auto;
}

@media screen and ( max-width:479px ){

}



/* 見出しの設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/

#topTitle h1{	
	text-align: center;
	font-size:2em;
	text-shadow: 1px 1px 3px #999;
	font-family:"Zeyada", cursive;
	font-weight:100;
	padding:30px 0 10px;
}

#textBox h1{	
	text-align: center;
	font-size:2em;
	text-shadow: 1px 1px 3px #999;
	font-family:"Zeyada", cursive;
	font-weight:100;
	padding:30px 0 50px;
}
h2 {
	font-size:1.5em;
	font-weight: normal;
	font-family:"Zeyada","Noto Serif JP", serif;
	letter-spacing:3px;
	font-weight:100;
	text-align: center;
	margin:-40px 0 40px;
}





/* indexの設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/
div#topWrapper{
	max-width:550px;
	width: 90%;
	background-color:rgba(255,255,255,0.9);
    border-radius: 8px;   
	text-shadow: 1px 1px 3px #555; 
	text-align:center;
	padding:0 0 50px;
	margin:50px auto 50px;
}

div#topWrapper a {
	text-decoration: none;
	color : #1a120e;
}
div#topWrapper a:hover {
	text-shadow: 1px 1px 3px #ffb18c; 
	opacity:1;
}

div#menu li{
	font-size:.8em;
	font-family:"Zeyada","Noto Serif JP", serif;
	letter-spacing:3px;
	list-style:none;
	line-height:2em;
	font-weight:100;
	margin:0 0 20px;
}

div#menu li span{
	display:block;
	font-size:1em;
}

#topWrapper p{
	font-family:"Zeyada","Noto Serif JP", serif;
}
/* text部分の設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/

#textBox{
	max-width: 800px;
	width: 90%;	
	padding:50px 20px 50px;
	margin:20px auto;
		
	background-color:rgba(255,255,255,0.9);
    border-radius: 8px;   
}

@media screen and ( max-width:479px ){
#textBox{
	width: 90%;	
	padding:50px 2% 20px;
	margin:0 auto;
}
}

#textBox #day{
	text-align:right;
	font-family:"Zeyada","Noto Serif JP", serif;
	font-size:.8em;
	letter-spacing:3px;
	line-height:.5em;
	padding:50px 0 0;
}

#textBox p{
	padding:0 0 30px;
}

#textBox p.p{
	text-align:center;
	color:  #ffb18c; 
	font-family:"Zeyada","Noto Serif JP", serif;
	font-size: 3em;
	padding:20px 0 50px;
}


/* clearfix
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}