@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');
@import url('../../font/font-awesome/css/font-awesome.css');

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

* {
	margin: 0;
	padding: 0;
}

a {
	color : #1a120e;
	text-decoration : none;
}
a:hover {
	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 ){

}



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

h1{	
	text-align: center;
	font-size:4em;
	text-shadow: 1px 1px 3px #999;
	line-height:.8;;
	font-family:"Parisienne", cursive;
	font-weight:100;
	padding:30px 0 30px;
}
h1 span{
	display: block;
	font-size: 12px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	padding:  0;
}

h2 {
	font-size:.9em;
	font-weight: normal;
	font-family:"Parisienne","Noto Serif JP", serif;
	letter-spacing:3px;
	font-weight:100;
	line-height:1.5;
	text-align: center;
	margin: 0 0 35px;
}
h2 span{
	display:block;
	font-size:1.5em;
}






/* indexの設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/
div#topWrapper{
	max-width:550px;
	width: 90%;
	text-align:center;
	background-color:rgba(255,255,255,0.9);
	padding:50px 20px 50px;
	margin:20px auto;
	font-family:"Noto Serif JP", serif;
	font-size:.9em;
    border-radius: 8px;   
	margin:50px auto;
}


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

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

/* text部分の設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿　*/

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

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

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

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

#textBox p.p{
	text-align:center;
	text-shadow: 1px 1px 3px #555; 
	font-size: 1.5em;
	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;
  /**/
}