@charset "UTF-8";

/* 全体 */
* {
	font-family: "Sawarabi Gothic", Trebuchet, Century Gothic, Arial,"ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
	margin: 0 auto 0 auto;
}

body {
	font-family: "Hina Mincho", serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #C1D2D2;
	text-decoration: underline;
}


/* ヘッダー */
.header {
	position: fixed;
	opacity: 0.44;
	top:200px;
	width: 100%;
	height: 100px;
	background-color: #81A5A6;
}

#title {
	font-family: 'stylish', sans-serif;
	font-size: 66px;
	opacity: 0.88;
	color: #FFFFFF;
	text-align: center;
	margin: 13px auto auto auto;
}
	
/* メイン */

.main {
	overflow: hidden;
	width: 94%;
	margin: 200px auto 200px auto;
	text-align: center;
}

#top_caption {
	font-family: "New Tegomin", serif;
	font-size: 14px;
	text-align: center;
	color: #81A5A6;
}

#yomigana {
	font-family: "Hina Mincho", serif;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #748636;
}	

#month {
	font-family: 'stylish', serif;
	font-size: 11px;
	margin: 7px auto;
	text-align: center;
	letter-spacing: 0.05em;
	color: #225659;
}

.circle01{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 59% 70% 68% 99% / 76% 70% 76% 63% ;
  background: radial-gradient(circle, #C6CC86, #ffffff);
  font-size: 10pt;
  letter-spacing: 0.14em;
  font-family: "New Tegomin", serif;
  text-align:center;
  line-height: 80px;
}

.circle02{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, #ff9a9e, #fad0c4);
  font-family: "Zen Old Mincho", serif;
  text-align:center;
  line-height: 80px;
}

/* フッター */
.footer {
	padding: 60px 0px 150px 0px;
	opacity: 0.44;
	background-color: #81A5A6;
	text-align: center;
 	z-index: 1;
}

.footer a {
	font-family: 'stylish', serif;
 	text-decoration: none;
	letter-spacing: 0.01em;
	font-size: 16px;
	color: #FFFFFF;
 	z-index: 5;
}

.footer a:hover {
	color: #FFFFFF;
}

