@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&&family=Neucha&family=Sassy+Frass&display=swap');
/*基本設定*/
A{
color:#444;
display:inline-block;
text-decoration :none;
}
A:HOVER{
opacity:.5;
}

*{
list-style:none;
margin:0;
padding:0;
}

img{border:none;}
html{height:100%;}
body{
	font-size:80%;
	line-height: 1.5;
	color: #444;
	height:100%;
	background-image: url(images/bg.jpg);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper{
	width: 98%;
	max-width: 800px;
	padding: 80px 0 ;
	margin:0px auto;
}
h1{
	font-size:4.8em;
	line-height:1;
	font-family: 'Sassy Frass', cursive;
	text-align: center;
	font-weight: 400;
	margin: 0 0 50px;
}
	
h2 {
	font-size:1.5em;
	color: #d88d66;
	text-align: center;
	font-family:  'Neucha', 'Noto Serif JP', serif;
	margin: 0 0 0.1em;
}
ul+h2{
	margin: 20px 0 0.5em;
}
h3 {
	font-size:1.2em;
	color:#664c65;
	font-family: 'Noto Serif JP', serif;
	margin: 40px 0 10px;	
}
h2+h3{
	margin: 10px 0 10px;
}
	/*　　　　　　　　　*/
#menu{
	background-color: rgba(226, 218, 205,0.90);
	border-radius: 20px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8;
	padding:80px 0;
}
#menu h1{
	color:#664c65;
}

#menu ul{
	margin: 0 0 10px;
	list-style: none;
}
#menu ul+p{
	padding: 30px 0 0;
}

#menu ul+p span{
	display: block;
	font-size: 12px;
	color:#444;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	padding: 0;
}
#menu ul.list li{
	margin:0 0 10px;
}
#menu li a{
	border-bottom:1px dotted #d88d66;
}

#menu h3 {
	font-size:1em;
	margin: 0 0 8px;	
}


	/*　　　　　　　　　*/
#text{
	background-color: rgba(255,255,255,0.95);
	line-height: 1.9;
	border-radius: 20px;
	padding: 50px 20px;
}
#text p{
	padding: 0 0 1em;
}
#text h1{
	margin: 0 0 10px;
	line-height: 1.5;
}
#text h1 + h2{
	margin: 0 0 40px;
}
#text .p{
	font-size:1.2em;
	padding: 50px 0;
	text-align: center;
	color:#664c65;
}
#text .align_right{
	text-align: right;
}
#text .caution{
	color: #7a4171;
	padding: 10px;
	margin:0 0 20px 0;
}
#text #back{
	font-size:2em;
	font-family:  'Neucha', 'Noto Serif JP', serif;
	text-align: center;
	padding: 80px 0 0;
}