@charset "utf-8";


html {
  font-family:MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 62.5%;
}
.serif{
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),  /* Postscript name */
local("Yu Gothic Medium"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold");
}
html,body{
	position: relative;
	height: 100%;
}
body{
	background: #efefef url(../img/body_bg.png) repeat 0 0;
}
#wrap{
	margin:0 auto;
	padding:0;
	height: 100%;
	height: auto;
}
p{
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 1em;
}
figure{
	font-size: 1.4rem;
	text-align: center;
}
.m-center{
	margin:0 auto;
}
.my-10{
	margin-top:1.5em;
	margin-bottom:1.5em; 
}
.mt-10{
	margin-top:2em;
}
.mt-80{
	margin-top:80px;
}
.my-60{
	margin-top:60px;
	margin-bottom:60px; 
}
.mb-60{
	margin-bottom: 60px;
}

/*head========================*/
header{
	width: auto;
	margin: 0;
	background-color: #fff;
	padding-top: 10px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#logo{
	width:320px;
	height: 50px;
	margin-left: 20px;
}
nav{
	display: block;
	margin-bottom: 1em;
}
nav ul:after{
	display: block;
	clear:both;
	content: '';
}
nav ul li{
	display: inline-block;
}
nav ul li + li{
	border-left:1px dotted #999;
}
nav ul li a{
	display: block;
	font-weight: bold;
	width:86px;
	height: 36px;
	float:left;
	margin-left: 10px;
	padding:7px;
	text-decoration: none;
	font-size: 1.3rem;
	color:#333;
	letter-spacing: 2px;
	transition: 0.3s;
}
nav ul li a:hover{
	text-decoration:underline;
	color:#555;
}
nav ul .nav_line1 a{
	padding:14px 7px 0px 7px;
}
#headimage{
	clear: both;
	background-color: #fff;
	border-top: 2px solid #666;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

/*contents========================*/
#content{
	max-width: 768px;
	margin:0 auto;
	background-color: #fff;
}


/*foot========================*/
#foot__aside{
	border-top: 5px solid #000;
	margin-top: 10em;
	background-color: #333;
	color:#eee;
	padding:15px;
}
.meditation {
	margin-top:0;
}
.meditation dt{
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	border-left:3px solid #fff;
	padding-left: 7px;
}
.meditation dd{
	margin-left: 1em;
	font-size: 1.3rem;
}
footer{
	text-align: center;
	background-color: #666;
	padding:10px;
	color:#fff;
}


/*　メデイアクエリ━━━━━━━━━━━━━━━━━━━━━━━━━　*/

@media(max-width: 576px) {/*sm*/
	nav ul{
		padding:0;
	}
	nav ul li a{
		width:72px;
		font-size: 1.3rem;
		letter-spacing: normal;
	}

}