<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------------------------
 CSS Document 
-----------------------------*/
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.hed {
}
img {
	width: 100%;
}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	/* bottom: 50%; */
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_next.bk:after {
	border-color: #000;
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1280px;
	margin: 0 auto 80px;
	width: 90%;
}
.sp {
	display: none;
}
/*============================
共通ボタン
============================*/
.top_btn {
}
.top_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
.allitem_bt {
	text-align: center;
	margin: 30px 0 0;
}
.allitem_bt a {
	font-size: 30px;
	display: inline-block;
	/* border: solid 1px #e8497a; */
	color: #ffffff;
	background-color: #000;
	padding: 10px 0;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;/* box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%); */
}
.top_bt {
	text-align: center;
	margin: 20px 0 50px;
}
.top_bt a {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0;
	background-color: #bbb;
	width: 600px;
	max-width: 90%;
	text-align: center;
	border-radius: 2px;
	font-weight: 600;
}
.item_name {
}
.item_bt a {
	padding: 10px 120px;
	display: inline-block;
	border: solid 1px #000;
	box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%);
	margin: 10px 0 0;
}
/*============================
画像フェードイン
============================*/
.is-lazyloaded {
	animation: fadeIn 1s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*============================
固定nav
============================*/
.vdnav {
	position: fixed;
	bottom: -300px;
	/* right: -120px; */
	z-index: 999;
}
.vdnav.on {
	right: 10px;
	bottom: 20px;
	transition: 0.5s;
	transition-timing-function: ease-in;
}
.vdnav_bt {
}
.vdnav_bt a {
}
.close {
	position: absolute;
	top: -34px;
	right: 0;
	font-size: 26px;
	color: #888;
	cursor: pointer;
}
@media only screen and (max-width: 786px) {
.vdnav {
	width: 30%;
}
}
/*============================
コンテンツ
============================*/
.yoga {
	font-size: 14px;
	text-align: center;
}
.sec_ttl {
	font-size: 30px;
	font-weight: 600;
}
/*============================
#yoga_hedcopy
============================*/
#yoga_hedcopy {
	padding: 30px 0 160px;
	background: url(https://www.kojitusanso.jp/gsmall/lp/yoga/ver1/hed_bk.jpg) no-repeat right bottom;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.yoga_hedcopy_txt {
}
.yoga_hedcopy_txt dt {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 0 0 10px;
}
.yoga_hedcopy_txt dd {
	font-size: 22px;
	line-height: 2;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
/*============================
#sn
============================*/
#osusume {
	margin: 0 0 50px;
}
#osusume span {
	font-size: 30px;
	border-bottom: solid 1px #000;
	padding: 0 10px;
}
#sn {
}
.sn_ttl {
}
.sn_ttl {
}
.sn_merino {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	align-items: center;
	background-color: #e1c3d0;
	margin: 40px auto;
}
.sn_merino_l {
	max-width: 486px;
	width: 55%;
}
.sn_merino_r {
	color: #8c046a;
	font-size: 20px;
	width: 45%;
}
.sn_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sn_item_box {
	width: 49%;
	box-sizing: border-box;
}
.sn_item_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sn_item_list {
}
.sn_item_list a {
}
.sn_item_list.one {
	width: 85%;
	margin: 0 auto 30px;
	max-width: 502px;
}
.sn_item_list.two {
	width: 49%;
	max-width: 302px;
}
.sn_item_list_img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.sn_item_list_name {
	background-color: #ccc;
	font-size: 14px;
	padding: 5px 30px 5px 10px;
	position: relative;
	text-align: left;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sn_item_list_name.arrow_next:after {
	width: 8px;
	height: 8px;
	top: 30%;
}
.sn_item_list_txt {
	text-align: justify;
	margin: 5px 0 0;
}
.sec_link_bt {
}
.sec_link_bt a {
	display: block;
	background-color: #000;
	color: #fff;
	max-width: 600px;
	margin: 50px auto;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0;
	position: relative;
}
/*============================
#triger
============================*/
#triger {
	margin: 80px 0 0;
}
.triger_hedimg {
	margin: 30px 0 0;
}
.triger_copy {
	font-size: 20px;
	font-weight: 600;
	color: #7e8005;
	margin: 50px 0 40px;
}
.triger_copy2 {
	font-size: 20px;
}
.triger_howto {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin: 30px auto 0;
}
.triger_howto dt {
	width: 20%;
	border-right: solid 1px #000;
	box-sizing: border-box;
	padding: 20px 0;
}
.triger_howto dd {
	width: 78%;
	text-align: justify;
}
/*============================
#brnd_hoka
============================*/
#brnd_hoka {
}
.brnd_hoka_ttl {
	font-size: 30px;
	font-weight: bold;
	margin: 80px 0 0;
}
.brnd_hoka_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
.brnd_hoka_box {
	width: 48%;
}
.brnd_hoka_logo_nv {
	max-width: 402px;
	margin: 0 auto;
	line-height: 65px;
	height:65px;
}
.brnd_hoka_logo_fila {
	max-width: 202px;
	margin: 0 auto;
	line-height: 65px;
	height:65px;
}
.brnd_hoka_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
}
.brnd_hoka_item_list {
	width: 48%;
}
.brnd_hoka_item_txt {
	min-height: 60px;
	line-height: 1.3;
	text-align: justify;
}
.brnd_hoka_img {
}
.brnd_hoka_name {
}
.sec_link_bt.herf a {
	margin: 30px 30px 0;
	font-size: 16px;
}
.arrow_next {
}
/*============================
#sfd
============================*/
#sfd {
	margin: 60px 0 0;
}
.sfd_ttl {
	font-size: 30px;
	font-weight: 600;
	margin: 60px 0 30px;
}
.sfd_hedimg {
	margin: 30px 0 0;
}
.sfd_txt.no_br {
	font-size: 20px;
	margin: 30px 0 0;
	font-weight: 600;
}
.sfd_nomikata {
	background-color: #eee;
	max-width: 800px;
	margin: 30px auto;
	text-align: left;
	padding: 15px 30px 15px 50px;
	box-sizing: border-box;
}
.sfd_nomikata dt {
	font-weight: bold;
	margin: 0 0 10px;
}
.sfd_nomikata dd {
	text-indent: -1em;
	margin-left: 1em;
	margin: 0 0 10px;
}
.brand_name {
}
#water {
	margin: 0 0 80px;
}
#yogaosusume {
}
/*============================
gs_item
============================*/
.gs_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
}
.gs_item_list {
	width: 23%;
}
.gs_item_list a {
	display: block;
}
.gs_item_txt {
	text-align: justify;
	min-height: 60px;
	line-height: 1.4;
	font-size: 14px;
}
.gs_item_img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.brand_rogo {
	max-width: 400px;
	margin: 2px 80px 2px;
}
.gs_item_name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*============================
#yoga_vd
============================*/
#yoga_vd iframe {
	width: 900px;
	height: 500px;
}
.yoga_vd_icon {
	max-width: 76px;
	margin: 0 auto;
}
.yoga_vd_ttl {
	font-size: 30px;
	color: #8c046a;
	font-weight: 600;
	margin: 0 0 20px;
}
.yoga_vd_innner {
	background-color: #e1c3d0;
	padding: 50px 0;
}
.instructor_box {
	margin: 0 0 80px;
}
.yotube_copy {
}
.yotube_ttl {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px;
}
.instructor_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 820px;
	margin: 30px auto;
}
.instructor_img {
	max-width: 340px;
	width: 42%;
}
.instructor_txtbox {
	width: 55%;
	text-align: justify;
}
.instructor_work {
	margin: 0;
	font-size: 12px;
}
.instructor_name {
	font-size: 24px;
	font-weight: 600;
	border-bottom: solid 1px #000;
	margin: 0 0 10px;
	line-height: 1;
	padding: 0 0 5px;
}
.instructor_name_s {
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0 20px;
}
.instructor_txt {
	margin: 0;
}
.instructor_sikaku {
	margin: 10px 0 0;
	padding: 0;
}
.instructor_sikaku li {
	text-indent: -1em;
	margin-left: 1em;
}
.instructor_link {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.instructor_link dt {
	width: 25%;
}
.instructor_link dd {
	width: 75%;
	white-space: nowrap;
}
.instructor_link dd a {
	color: #37893a;
	text-decoration: underline;
}
.instructor_sp {
	display: none;
}

/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1380px) {
}
 @media only screen and (max-width: 980px) {
.item_list {
	width: 100%;
	max-width: 90%;
	margin: 0 auto 5%;
}
.col4 .item_list {
	width: 48%;
	max-width: 100%;
	padding: 0 0 7%;
}
.price_list a {
	font-size: 20px;
}
.activty_list {
	width: 48%;
	margin: 0 0 5%;
}
.activty_list a {
}
}
@media only screen and (max-width: 786px) {
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 0 auto 15%;
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy_ttl {
	font-size: 24px;
}
.copy_txt {
	font-size: 20px;
	text-align: left;
}
/*============================
ボタン
============================*/
.allitem_bt {
}
.allitem_bt a {
	font-size: 20px;
}
.top_bt {
}
.top_bt a {
	font-size: 20px;
}
.arrow_next:after {
	width: 5px;
	height: 5px;
	top: 44%;
}
/*============================
コンテンツ
============================*/
.yoga {
}
.sec_ttl {
	font-size: 20px;
}
/*============================
#yoga_hedcopy
============================*/
#yoga_hedcopy {
	background-size: 100%;
	padding: 0 0 50vw;
}
.yoga_hedcopy_txt {
}
.yoga_hedcopy_txt dt {
	margin: 5% 0;
}
.yoga_hedcopy_txt dd {
	font-size: 18px;
	line-height: 1.4;
	text-align: justify;
}
/*============================
#sn
============================*/
#osusume {
	margin: 0 0 10%;
}
#osusume span {
	font-size: 24px;
}
#sn {
}
.sn_ttl {
}
.sn_ttl {
}
.sn_merino {
	margin: 0;
	background-color: #fff;
}
.sn_merino_l {
	width: 100%;
}
.sn_merino_r {
	width: 100%;
	font-size: 16px;
	padding: 2% 0;
	text-align: justify;
}
.sn_item_wrap {
}
.sn_item_box {
	width: 100%;
	margin: 5% 0;
}
.sn_item_list_wrap {
}
.sn_item_list {
}
.sn_item_list a {
}
.sn_item_list.one {
	margin: 0 auto 5%;
}
.sn_item_list.two {
	width: 48%;
}
.sn_item_list_img {
}
.sn_item_list_name {
}
.sn_item_list_name.arrow_next:after {
}
.sn_item_list_txt {
	line-height: 1.2;
}
.sec_link_bt {
}
.sec_link_bt a {
	font-size: 14px;
	padding: 4% 10% 4% 5%;
	text-align: left;
	line-height: 1.2;
	margin: 5%;
}
/*============================
#triger
============================*/
#triger {
	margin: 10% 0;
}
.triger_hedimg {
	margin: 5% 0;
}
.triger_copy {
	font-size: 16px;
	text-align: left;
	margin: 5% 0;
}
.triger_copy2 {
	font-size: 16px;
	text-align: justify;
	line-height: 1.4;
}
.triger_howto {
	margin: 5%;
}
.triger_howto dt {
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	padding: 2% 0 2%;
	margin: 0 0 2%;
}
.triger_howto dd {
	width: 100%;
}
/*============================
#brnd_hoka
============================*/
#brnd_hoka {
}
.brnd_hoka_ttl {
}
.brnd_hoka_wrap {
	margin: 5% 0;
}
.brnd_hoka_box {
	width: 100%;
	margin: 0 0 5%;
}
.brnd_hoka_logo_nv {
	width: 80%;
	height: auto;
}
.brnd_hoka_logo_fila {
	width: 50%;
}
.brnd_hoka_item_wrap {
	margin: 5% 0;
}
.brnd_hoka_item_list {
}
.brnd_hoka_item_txt {
	font-size: 12px;
	line-height: 1.2;
}
.brnd_hoka_img {
}
.brnd_hoka_name {
}
.sec_link_bt.herf a {
	margin: 5%;
}
.arrow_next {
}
/*============================
#sfd
============================*/
#sfd {
	margin: 5% 0;
}
.sfd_ttl {
}
.sfd_hedimg {
}
.sfd_txt.no_br {
	font-size: 16px;
	text-align: justify;
	line-height: 1.4;
	margin: 5% 0;
}
.sfd_nomikata {
	margin: 5% 0;
	padding: 5% 5% 5% 10%;
	line-height: 1.2;
}
.sfd_nomikata dt {
}
.sfd_nomikata dd {
}
.brand_name {
}
#water {
	margin: 10% 0 5%;
}
#yogaosusume {
}
.item_bt a {
	padding: 2% 0;
	width: 80%;
}
/*============================
gs_item
============================*/
.gs_item_wrap {
}
.gs_item_list {
	width: 47%;
	margin: 0 0 5%;
}
.gs_item_list a {
}
.gs_item_txt {
	font-size: 12px;
	line-height: 1.2;
}
.gs_item_img {
}
.brand_rogo {
	margin: 0 15%;
}
.gs_item_name {
}
/*============================
#yoga_vd
============================*/
#yoga_vd iframe {
	width: 100%;
	height: 190px;
}
.yoga_vd_icon {
}
.yoga_vd_ttl {
	font-size: 20px;
}
.yoga_vd_innner {
	padding: 5%;
}
.instructor_box {
	margin: 0 0 10%;
}
.yotube_copy {
}
.yotube_ttl {
	font-size: 18px;
}
.instructor_wrap {
	margin: 5% 10%;
	align-items: center;
}
.instructor_img {
	width: 40%;/* margin: 0 auto; */
}
.instructor_txtbox {
	width: 100%;
	margin: 5% 0;
}
.instructor_work {
	text-align: left;
}
.instructor_name {
	text-align: left;
	border: none;
}
.instructor_name_s {
}
.instructor_txt {
}
.instructor_sikaku {
}
.instructor_link {
}
.instructor_link dt {
	width: 100%;
}
.instructor_link dd {
	white-space: initial;
	word-break: break-all;
	width: 100%;
	line-height: 1;
	margin: 0 0 2%;
}
.instructor_link dd a {
}
.instructor_sp {
	display: block;
	width: 50%;
}
}
</pre></body></html>