@charset "utf-8";
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/*
YUI reset.css
*/
html{color:#373737;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{
    font-style: normal;
    font-weight: bold;
}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
article,aside,footer,header,hgroup,nav{display:block;}

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 16px;
	line-height:160%;
	color:#333333;
}
body{
	width:900px;
	margin:0 auto;
	margin-bottom:2em;
}
@media screen and (max-width: 899px) {
	body{
		width:100%;
	}
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}
/*
PC/SP
*/
.pc{
	display:block!important;
}
.sp{
	display:none!important;
}
/*
ヘッダー
*/
.header{
}
.header-left{
	float: left;
	width: 264px;
	padding-bottom: 0.5em;
}
.header-right{
	float:right;
	width:36px;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.header-right:last-child{
	margin-left:13px;
}
/*
Yoga
*/
.pc.yoga-header{
	width:100vw;
	height:500px;
	overflow:hidden;
	position:relative;
	left:50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1116px) {
	.pc.yoga-header img{
		display: block;
		height:500px;
		margin: auto;
		position:relative;
		left:50%;
		transform: translateX(-50%);
	}
	.pc.yoga-header img.overlap{
		position:absolute;
		width: 100%;
		height:auto;
		bottom:0;
		left:50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 1117px) {
	.pc.yoga-header img{
		display: block;
		width: 100%;
		max-width: 100% !important;
		height: auto;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.pc.yoga-header img.overlap{
		width: 1116px;
		max-width: 100% !important;
		top:44%;
		left:50%;
		transform: translateX(-50%);
	}
}
.yoga-title{
	margin-top:40px;
	text-align:center;
}
.yoga-title img{
	width:392px;
}
.yoga-desc{
	width:600px;
	margin:40px auto 0;
	font-size:16px;
	line-height:160%;
}
/*
topics
*/
.topics{
	margin-top:40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:24px;
}
.topic{
	width:284px;
}
.topic .image img{
	max-width:100%;
}
.topic img.category{
	margin:18px 0;
	max-width:100%;
}
.topic .title{
	margin-bottom:18px;
	font-size:19px;
	font-weight:bold;
}
.topic .desc{
    font-size: 15px;
    line-height: 150%;
    font-weight: normal;
}
/*
今月の瞑想
*/
.meditation{
	margin-top:40px;
}
.meditation.left{
	float:left;
	width:430px;
}
.meditation.center{
	display:block;
	float:left;
	width:60px;
	padding-top:1em;
}
.meditation.right{
	float:right;
	width:410px;
}
.meditation img{
	width:100%;
}
.meditation .title{
    margin: 26px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}
.meditation .desc{
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
}
.meditation .desc img{
	width:100%;
	margin-bottom:20px;
}
/*
リンク
*/
a {	text-decoration: none;}
a:link {
	color : #0081b1;
}
a:visited {
	color : #0081b1;
}
a:hover {
	color : #ff6600;
}
a.mouseover_img:hover,
a.mouseover_img img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.right{
	display:block;
	text-align:right;
}
/*
画像
*/
img {
	border:none;
	vertical-align:bottom;
}
/*
ライン
*/
.dash-line {
	border-top:1px dashed #808080;
	height:0;
	margin:1em 0;
}
/*
共通
*/
img.full{
	width:100%;
	display:block;
}
p{
    margin: 22px 24px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.desc{
	font-size:0.875rem;
	line-height:160%;
}
/*
リンク
*/
.links{
	width:500px;
	margin:70px auto 26px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:15px;
}
.link{
	width:88px;
}
/*
フッター
*/
.footer{
	margin:0 auto 40px;
}
.footer .info{
	font-size:0.75rem;
	text-align:center;
}
.sign{
	width:248px;
	display:block;
	margin:40px auto 26px;
}
@media screen and (max-width: 660px) {
	/*
	PC/SP
	*/
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}
	body{
		margin:1rem;
		width:auto;
		border:none;
	}
	.desc{
		font-size:1rem;
		line-height:160%;
	}
	p{
		margin:1em 0;
	}
	/*
	ライン
	*/
	.dash-line {
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin:1em 0;
	}
	/*
	ヘッダー
	*/
	.header-left{
		width:60%;
	}
	.header-right{
		padding-top:0em;
	}
	.header-right:last-child{
		margin-left:13px;
	}
	/*
	Yoga
	*/
	.sp.yoga-header{
		width: 100vw;
		max-width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.sp.yoga-header img{
		width:100%;
	}
	.yoga-title{
		margin:1.5em 0;
		text-align:center;
	}
	.yoga-title img{
		width:100%;
	}
	.yoga-desc{
		margin-top:0;
		width:auto;
	}
	/*
	topics
	*/
	.topics{
		margin-top:0px;
		display: block;
	}
	.topic{
		width:100%;
		margin-bottom:1em;
	}
	.topic:last-child{
		margin-bottom:0em;
	}
	.topic .image img{
		max-width:100%;
	}
	.topic img.category{
		margin:1em 0;
	}
	/*
	今月の瞑想
	*/
	.meditation{
		margin-top:0px;
	}
	.meditation.left{
		float:none;
		width:100%;
	}
	.meditation.right{
		float:nonet;
		width:100%;
	}
	.meditation img{
		width:100%;
	}
	.meditation .title{
		margin:1em 0;
	}
	.meditation .desc{
		font-size:16px;
		line-height:160%;
	}
	.meditation .desc img{
		width:100%;
		margin-bottom:20px;
	}
	/*
	リンク
	*/
	.links{
		width:100%;
		margin:2.2em auto;
		flex-wrap:wrap;
		justify-content: center;
		gap:1.1em 2.2em;
	}
	.link{
		width:20%;
	}
	/*
	フッター
	*/
	.footer{
		margin:0 0 40px;
	}
	.footer .info{
		font-size:0.875rem;
		line-height:120%;
		float:none;
		width:100%;
		margin-bottom:1em;
	}
	.footer .sns{
		float:none;
		text-align:center;
		margin-bottom:1rem;
		width:100%;
	}
	.footer .sns img{
		float:none;
		width:60px;
		margin-left:15px;
		display:inline;
	}
}
