@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
/*---------------------------------------------------------------*\
	$タブ切り替え
\*---------------------------------------------------------------*/
ul.tab_btns {
	letter-spacing: -0.4em;
	margin: 30px 0 40px;
	padding: 0;
}
ul.tab_btns > li {
	background-color: #f2f0ef;
	border-bottom: 3px solid #dbd1cb;
	border-radius: 6px;
	color: #312627;
	cursor: pointer;
	display: inline-block;
	font-family: "Libre Baskerville", serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 0 1%;
	padding: 12px 0;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	vertical-align: top;
	width: calc(95.5% / 2);
}
ul.tab_btns > li > span {
	font-size: 1.2rem;
	padding: 0 0 0 10px;
	transition: all 0.2s ease-in-out 0s;
}
ul.tab_btns > li.active {
	background-color: #312627;
	border-bottom: 3px solid #dbd1cb;
	color: #fff;
}
ul.tab_btns > li.active span {
	color: #fff;
}
ul.tab_btns > li:hover {
	background-color: #312627;
	border-bottom: 3px solid #dbd1cb;
	color: #fff;
}
ul.tab_btns > li:hover > span {
	color: #fff;
}
.tab_btns_thumbnail {
	border-radius: 200px;
	display: inline-block;
	margin: 0 20px 0 0;
	overflow: hidden;
	vertical-align: middle;
	width: 110px;
}
.tab_btns_thumbnail img {
}
/*---------------------------------------------------------------*\
	$ヨガインストラクターのお仕事
\*---------------------------------------------------------------*/
.yogawork {
	padding: 50px 0 25px;
}
.yogawork_inner {
}
.yogawork_text {
	font-size: 1.3rem;
	margin: 30px auto 0;
	text-align: center;
}
.yogawork_inner_01 {
	background-color: #f2f0ef;
	border-radius: 4px;
	margin: 30px auto 0;
	overflow: hidden;
	width: 1100px;
}
.yogawork_01_img {
	float: left;
	position: relative;
	width: 800px;
}
.yogawork_01_title {
	bottom: 10px;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 4rem;
	position: absolute;
	right: 20px;
}
.yogawork_01_text_area {
	float: right;
	font-size: 1.2rem;
	padding: 20px;
	width: 300px;
}
.time_schedule {
	border-bottom: 1px dashed #dbd1cb;
	margin: 0 auto;
	padding: 25px 0 50px;
	width: 1100px;
}
.time_schedule_inner {
	margin: 0 auto 0;
	width: 1100px;
}
.disp_content {
}
.disp_content ul {
	margin: 0 auto;
	width: 90%;
}
.disp_content ul li {
	border-left: 8px solid #f2f0ef;
	position: relative;
}
.disp_content ul li:last-child {
	border-left: medium none;
	margin: 0 0 0 8px;
}
.time_schedule_area {
	padding: 40px 0 40px 30px;
}
.time_schedule_title {
	font-family: "Libre Baskerville", serif;
	font-size: 1.8rem;
	left: -21px;
	margin: 0 0 20px;
	position: absolute;
	top: -10px;
}
.time_schedule_title i {
	background-color: #dbd1cb;
	border-radius: 50px;
	color: #8E7769;
	font-size: 2.4rem;
	height: 35px;
	margin: 0 16px 0 0;
	padding: 5px 0 0 2px;
	text-align: center;
	width: 35px;
}
.time_schedule_text {
	background-color: #fff;
	border: 8px solid #f2f0ef;
	border-radius: 6px;
	box-shadow: 0 0 10px #cbcbcb;
	line-height: 2.4rem;
	padding: 25px;
	width: 100%;
}
.time_schedule_text span {
	border-bottom: 1px dashed #dbd1cb;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 auto 12px;
	padding: 0 0 9px;
}
/*---------------------------------------------------------------*\
	$よくあるご質問
\*---------------------------------------------------------------*/
.question {
	padding: 50px 0;
}
.question_inner {
	margin: 30px auto 0;
	width: 1100px;
}
.question_title {
	font-size: 1.3rem;
	margin: 0 0 10px;
}
.question_title span {
	background-color: #f2f0ef;
	border-left: 4px solid #dbd1cb;
	display: block;
	font-family: "Libre Baskerville", serif;
	font-size: 1.8rem;
	margin: 0 0 10px;
	padding: 10px 18px;
}
.question_title span i {
	display: inline-block;
}
.question_text {
	float: left;
	font-size: 1.3rem;
	margin: 0 0 30px;
	width: 68%;
}
.question_text span {
	border-bottom: 1px dashed #ddd3cc;
	display: block;
	font-family: "Libre Baskerville", serif;
	font-size: 1.8rem;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.question_img {
	border-radius: 6px;
	float: right;
	overflow: hidden;
	margin: 30px 0;
	width: 30%;
}
.question_inner > .accordion {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px #cbcbcb;
	margin: 20px auto 30px;
	padding: 20px 20px 10px;
}
.question_inner > .accordion dt {
	display: block;
}
.question_text a {
	color: #ff5a06;
	transition: all 0.2s ease-in-out 0s;
}
.question_text a:hover {
	opacity: 0.5;
}
.question_inner > dl.accordion dt.open {
}
.question_inner > .accordion dd {
	display: block;
	padding: 0 10px;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
ul.tab_btns {
	letter-spacing: -0.4em;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.tab_btns > li {
	display: block;
	font-size: 1.6rem;
	margin: 10px 0 0;
	width: calc(100% / 1);
}
.yogawork {
	padding: 30px 0 0;
}
.yogawork_text {
	margin: 20px auto 0;
}
.yogawork_inner_01 {
	margin: 15px auto 0;
	width: 90%;
}
.yogawork_01_img {
	float: inherit;
	width: 100%;
}
.yogawork_01_title {
	font-size: 3rem;
	left: 0;
	right: 0;
	text-align: center;
}
.yogawork_01_text_area {
	float: inherit;
	width: 100%;
}
.disp_content ul {
	margin: 35px auto 0;
}
.time_schedule {
	padding: 30px 0;
	width: 90%;
}
.time_schedule_inner {
	width: 100%;
}
.time_schedule_area {
	padding: 40px 0 30px 30px;
}
.time_schedule_text {
	line-height: inherit;
	padding: 20px;
}
.time_schedule_text span {
	margin: 0 auto 9px;
	padding: 0 0 6px;
}
.time_schedule_text br {
	display: none;
}
/*---------------------------------------------------------------*\
	$よくあるご質問
\*---------------------------------------------------------------*/
.question {
	padding: 30px 0;
}
.question_inner {
	margin: 30px auto 0;
	width: 90%;
}
.question_inner > .accordion dd {
	display: none;
	padding: 0;
}
.question_text {
	float: inherit;
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.question_img {
	float: inherit;
	margin: 20px 0 30px;
	overflow: hidden;
	width: 100%;
}
}
