@charset "utf-8";

/* 基本設定
-----------------------------------------------------------------------------------------*/
body {
	background: #f1f1f1;

	margin: 0;
	padding: 0;

	color: #444444;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
		"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media print {
	body {
		width: 1200px;
	}
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}

/*スクロールバー*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* header
-----------------------------------------------------------------------------------------*/
#header {
	display: block;

	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;

	background: #e8e8e8;

	width: 100%;
	height: 60px;
}
#header h1 {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;

	margin: 0;
	padding: 10px 20px;

	width: 240px;
}
#header h1 a {
	display: block;
}
#header h1 a:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header h1 a:hover {
	opacity: 0.5;
}
#header h1 a img.yoga {
	display: block;
	margin-right: 24px;
	width: 92px;
	height: 40px;
	vertical-align: top;
	float: left;
}
#header h1 a img.stretch {
	display: block;
	width: 124px;
	height: 40px;
	vertical-align: top;
	float: left;
}
#header > p {
	position: fixed;
	z-index: 100;
	right: 20px;
	top: 6px;

	margin: 0;
	padding: 0;
	line-height: 100%;
}
#header > p a {
	display: block;
	margin: 0;
	padding: 10px;
}
#header > p a img {
	display: block;
	width: 26px;
	height: 26px;
}
@media print {
	#header {
		display: none;
	}
}

/* navigation
-----------------------------------------------------------------------------------------*/
nav#navigation {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 60px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100vw;
	height: calc(100vh - 60px);
	cursor: pointer;
	overflow: hidden;
}
nav#navigation > div {
	position: absolute;
	left: auto;
	right: -100vw;
	top: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
nav#navigation > div:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
nav#navigation > div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 400px;
	float: right;
}
nav#navigation > div ul li {
	margin: 0;
	padding: 0;
}
nav#navigation > div ul li p {
	margin: 0;
	padding: 0;
}
nav#navigation > div ul li p span {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.5em;
	line-height: 120%;
}
nav#navigation > div ul li a {
	display: block;
	border-bottom: 1px solid #ffffff;
	background: #787878;
	margin: 0;
	padding: 12px;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
}
nav#navigation > div ul li a:hover {
	border-bottom: 1px solid #ffffff;
	background: #999999;
}
@media print {
	nav#navigation {
		display: none;
	}
}

/* footer
-----------------------------------------------------------------------------------------*/
#footer {
	display: block;
}
#footer p.copyright {
	margin: 0;
	padding: 30px 10px 10px 10px;
	font-size: 0.8em;
	line-height: 100%;
	color: #787878;
	text-align: center;
}
#footer p.copyright img.yoga {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 30px;
	width: 92px;
	height: 40px;
	vertical-align: top;
}
#footer p.copyright img.stretch {
	display: inline-block;
	margin-bottom: 30px;
	width: 124px;
	height: 40px;
	vertical-align: top;
}
#gotop {
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 1000;

	margin: 0;
	padding: 0;
}
#gotop a {
	display: inline-block;
	border-radius: 10px;
	background: #ffffff;
	margin: 0 2px;
	padding: 0;
	width: 40px;
	font-size: 0.8em;
	color: #787878;
	text-align: center;
	line-height: 40px;
}
#gotop a:hover {
	opacity: 0.7;
}
@media print {
	#footer {
		display: none;
	}
}

/* section
-----------------------------------------------------------------------------------------*/
#main {
	display: block;

	position: relative;
	z-index: 20;

	background: #ffffff;

	margin: 0;
	padding: 60px 0 30px 0;

	width: 100%;

	font-size: 0.8em;
	line-height: 160%;
}

#main header#header_member {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 720px;
	text-align: center;
}
#main header#header_member.rank1 {
	background: url(../IMAGES/rank1_bg01.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main header#header_member.rank2 {
	background: url(../IMAGES/rank2_bg01.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main header#header_member.rank3 {
	background: url(../IMAGES/rank3_bg01.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main header#header_member.rank4 {
	background: url(../IMAGES/rank4_bg01.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main header#header_member .rank_bar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 320px;
	height: 370px;
}
#main header#header_member .count {
	display: block;
	position: absolute;
	top: 298px;
	width: 20px;
	font-size: 0.8em;
	color: #c30000;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
}
#main header#header_member .rank_bar img {
	display: block;
	position: absolute;
	left: 10px;
	top: 310px;
}
#main header#header_member .scale {
	position: absolute;
	top: 300px;
	margin: 0;
	padding: 0;
	width: 44px;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
#main header#header_member .scale.current {
	color: #c30712;
}
#main header#header_member .scale.scale1 {
	left: 0;
}
#main header#header_member .scale.scale2 {
	left: 92px;
}
#main header#header_member .scale.scale3 {
	left: 186px;
}
#main header#header_member .scale.scale4 {
	right: 0;
}
#main header#header_member .rank {
	position: absolute;
	top: 332px;
	margin: 0;
	padding: 0;
	width: 44px;
	font-family: alternate-gothic-no-1-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #9d9d9d;
	text-align: center;
}
#main header#header_member .rank.rank1 {
	left: 0;
}
#main header#header_member .rank.rank2 {
	left: 92px;
}
#main header#header_member .rank.rank3 {
	left: 186px;
}
#main header#header_member .rank.rank4 {
	right: 0;
}
#main header#header_member .p01 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.4em;
	color: #444444;
	line-height: 100%;
}
#main header#header_member .p01.rank4 {
	color: #ffffff;
}
#main header#header_member .p02 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 0.8em;
	line-height: 100%;
}
#main header#header_member .p02.rank4 a {
	color: #ffffff;
}
#main header#header_member .p02.rank4 a:hover {
	color: #cccccc;
}
#main header#header_member .present,
#main header#header_member .coupon {
	margin: 0 auto 5px auto;
	padding: 0 10px;
	width: calc(100% - 20px);
	max-width: 376px;
	font-size: 1em;
	line-height: 100%;
}
#main header#header_member .present a,
#main header#header_member .coupon a {
	display: block;
	margin: 0;
	padding: 20px 0;
	color: #ffffff;
}
#main header#header_member .present a {
	background: #c30712;
}
#main header#header_member .coupon a {
	background: #c30712;
}
#main header#header_member .present a:hover,
#main header#header_member .coupon a:hover {
	opacity: 0.5;
}

#main article {
	display: block;
	margin: 0;
	padding: 10px;
}
#main article header {
	display: block;
	margin: 40px 0 40px 0;
	padding: 0;
	text-align: center;
}
#main article header h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 2em;
	color: #787878;
	line-height: 100%;
	font-weight: normal;
}
#main article header h2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px; /*線の上下位置*/
	display: inline-block;
	width: 50px; /*線の長さ*/
	height: 1px; /*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); /*位置調整*/
	background-color: black; /*線の色*/
	border-radius: 2px; /*線の丸み*/
}
#main article header.login {
	display: block;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}
#main article header.login h2 {
	font-size: 1.3em;
	line-height: 100%;
}
#main article header.login h2:before {
	background-color: transparent;
}

#main article form.search_panel {
	margin: 40px 0;
	text-align: center;
}

#main article .view {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 800px;
	vertical-align: top;
}

#main article p {
	margin: 20px 0 0 0;
	padding: 0;
}
#main article p.button {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

#main article dl.agreement {
	margin: 20px 0 0 0;
	padding: 0;
}
#main article dl.agreement dt {
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: bold;
}
#main article dl.agreement dd {
	margin: 10px 0 0 0;
	padding: 0;
}
#main article dl.agreement dd ol {
	margin: 0;
	padding: 0 0 0 20px;
}
#main article dl.agreement dd ol li {
	margin: 0;
	padding: 0;
}

#main article ul.error {
	margin: 0 0 40px 0;
	padding: 0 0 0 20px;
	color: #c30000;
}
#main article ul.error.login {
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	max-width: 350px;
	list-style: none;
}

#main article ul.year {
	letter-spacing: -0.5em;
	margin: 20px 0 0 0;
	padding: 0;
}
#main article ul.year * {
	letter-spacing: normal;
}
#main article ul.year li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 1em;
	line-height: 100%;
}
#main article ul.year li a {
	display: inline-block;
	color: #999999;
}
#main article ul.year li a.current {
	border-bottom: 2px solid #787878;
	color: #444444;
	font-weight: bold;
}
#main article ul.year li a:hover {
	opacity: 0.5;
}

#main article ul.month {
	letter-spacing: -0.5em;
	margin: 20px 0 0 0;
	padding: 0;
}
#main article ul.month * {
	letter-spacing: normal;
}
#main article ul.month li {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 0;
	width: calc((100% - 44px) / 12);
	font-size: 1em;
	line-height: 100%;
	text-align: center;
}
#main article ul.month li:last-child {
	margin: 0 0 4px 0;
}
#main article ul.month li a {
	display: block;
	background: #f5f5f5;
	padding: 8px 0;
	color: #999999;
}
#main article ul.month li a.current {
	background: #787878;
	color: #ffffff;
}
#main article ul.month li a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 600px) {
	#main article ul.month li {
		width: calc((100% - 20px) / 6);
	}
	#main article ul.month li:nth-child(6) {
		margin: 0 0 4px 0;
	}
}

#main article ul.authority {
	letter-spacing: -0.5em;
	margin: 20px 0 0 0;
	padding: 0;
}
#main article ul.authority * {
	letter-spacing: normal;
}
#main article ul.authority li {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 0;
	width: calc((100% - 12px) / 4);
	font-size: 1em;
	line-height: 100%;
	text-align: center;
}
#main article ul.authority li:last-child {
	margin: 0 0 4px 0;
}
#main article ul.authority li a {
	display: block;
	background: #f5f5f5;
	padding: 8px 0;
	color: #999999;
}
#main article ul.authority li a.current {
	background: #787878;
	color: #ffffff;
}
#main article ul.authority li a:hover {
	opacity: 0.5;
}

#main article ul.list01 {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#main article ul.list01 > li {
	background: #f8f8f8;
	margin: 30px 0 0 0;
	padding: 20px;
}
#main article ul.list01 > li dl {
	margin: 0;
	padding: 0;
}
#main article ul.list01 > li dl dt {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 140%;
}
#main article ul.list01 > li dl dd {
	margin: 0;
	padding: 0;
}
#main article ul.list01 > li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main article ul.list01 > li li {
	margin: 20px 0 0 0;
	padding: 0;
}

#main article table.search_result {
	border-spacing: 0;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}
#main article table.search_result thead tr th {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}
#main article table.search_result thead tr th.evaluation {
	width: 170px;
}
#main article table.search_result thead tr th.suspended {
	width: 60px;
}
#main article table.search_result thead tr th:first-child {
	padding-left: 0;
}
#main article table.search_result thead tr th span {
	display: block;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
}
#main article table.search_result tbody tr.rowClick {
	cursor: pointer;
}
#main article table.search_result tbody tr.rowClick:hover {
	background: #efefef;
}
#main article table.search_result tbody tr td {
	border-bottom: 1px dashed #dddddd;
	margin: 0;
	padding: 10px 0 10px 20px;
	color: #444444;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
}
#main article table.search_result tbody tr td a {
	color: #444444;
}
#main article table.search_result tbody tr.gray td,
#main article table.search_result tbody tr.gray td a {
	color: #cccccc;
}
#main article table.search_result tbody tr td strong {
	color: #c30000;
}
#main article table.search_result tbody tr td:first-child {
	padding-left: 0;
}
@media screen and (max-width: 640px) {
	#main article table.search_result {
		font-size: 0.8em;
	}
	#main article table.search_result thead tr th {
		padding: 0 0 0 10px;
	}
	#main article table.search_result thead tr th.evaluation {
		width: 130px;
	}
	#main article table.search_result thead tr th.suspended {
		width: 40px;
	}
	#main article table.search_result tbody tr td {
		padding: 10px 0 10px 10px;
	}
}

/* profile
-----------------------------------------------------------------------------------------*/
#main article div.profile {
	letter-spacing: -0.5em;
	text-align: center;
}
#main article div.profile * {
	letter-spacing: normal;
}
#main article div.profile div.left {
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px 0 0;
	width: 100%;
	max-width: 380px;
	vertical-align: top;
}
#main article div.profile div.left p.image {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 160%;
	color: #787878;
	text-align: left;
}
#main article div.profile div.left p.image img {
	display: block;
	margin: 0 auto 4px auto;
	width: 100%;
	height: auto;
}
#main article div.profile div.left dl.evaluation {
	margin: 0;
	padding: 0;
}
#main article div.profile div.left dl.evaluation dt {
	margin: 0;
	padding: 0;
}
#main article div.profile div.left dl.evaluation dt strong {
	color: #c30000;
}
#main article div.profile div.left dl.evaluation dd {
	margin: 0;
	padding: 0;
}
#main article div.profile div.left dl.evaluation dd ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main article div.profile div.left dl.evaluation dd ul li {
	margin: 16px 0 0 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
}
#main article div.profile div.left dl.evaluation dd ul li a {
	color: #444444;
}
#main article div.profile div.left dl.evaluation dd ul li a p {
	display: inline-block;
	background: #eaeaea;
	margin: 0 10px;
	padding: 0;
	width: 200px;
	height: 20px;
	vertical-align: middle;
}
#main article div.profile div.left dl.evaluation dd ul li a p span {
	display: inline-block;
	background: #c30000;
	height: 20px;
}
#main article div.profile div.left table.coupon {
	border-spacing: 0;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
#main article div.profile div.left table.coupon thead tr th {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
}
#main article div.profile div.left table.coupon thead tr th span {
	display: block;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
}
#main article div.profile div.left table.coupon tbody tr td {
	border-bottom: 1px dashed #dddddd;
	margin: 0;
	padding: 10px 0 10px 5px;
	font-size: 0.8em;
	color: #444444;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
}
#main article div.profile div.left table.coupon thead tr th:first-child,
#main article div.profile div.left table.coupon tbody tr td:first-child {
	padding-left: 0;
}
#main article div.profile div.right {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: calc(100% - 400px);
	text-align: left;
	vertical-align: top;
}
#main article div.profile div.right dl {
	margin: 0 0 50px 0;
	padding: 0;
}
#main article div.profile div.right dl dt {
	margin: 0 0 4px 0;
	padding: 0;
}
#main article div.profile div.right dl dd {
	border-bottom: 1px dotted #707070;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	#main article div.profile div.left {
		display: block;
		padding: 0;
	}
	#main article div.profile div.left p.image img {
		width: 200px;
		height: auto;
	}
	#main article div.profile div.right {
		display: block;
		margin: 50px auto 0 auto;
		width: 100%;
		max-width: 380px;
	}
}

/* schedule
-----------------------------------------------------------------------------------------*/
#main article ul.discription {
	letter-spacing: -0.5em;
	margin: 40px auto 0 auto;
	padding: 0;
	text-align: center;
}
#main article ul.discription * {
	letter-spacing: normal;
}
#main article ul.discription li {
	display: inline-block;
	margin: 2px;
	padding: 2px 0;
	width: 100px;
	height: 28px;
	font-size: 0.75em;
	line-height: 140%;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
}
#main article ul.discription li.discription00 {
	background: #ff8000;
}
#main article ul.discription li.discription01 {
	background: #c30000;
}
#main article ul.discription li.discription02 {
	background: #d0d000;
}
#main article ul.discription li.discription03 {
	background: #333333;
	color: #999999;
}
#main article ul.discription li.discription04 {
	background: #4cb9fc;
}
#main article ul.discription li.discription05 {
	background: #caeafe;
}
#main article ul.discription li.discription06 {
	background: #a946a5;
	color: #999999;
}
@media screen and (max-width: 560px) {
	#main article ul.discription {
		max-width: 360px;
	}
}

#main article table.schedule {
	border-spacing: 0;
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
}
#main article table.schedule thead tr th.top,
#main article table.schedule tbody tr th {
	width: 28px;
}
#main article table.schedule thead tr th.time,
#main article table.schedule tbody td {
	width: calc((100vh - (28px + 14px)) / 8);
}
#main article table.schedule.location thead tr th.time,
#main article table.schedule.location tbody td {
	width: calc((100vh - (28px + 28px + 14px)) / 8);
}
#main article table.schedule thead tr th.break,
#main article table.schedule tbody tr td.break {
	width: 2px;
}
#main article table.schedule.location thead tr th {
	padding-top: 4px;
	border-top: 1px solid #787878;
}

#main article table.schedule thead tr th {
	border-top: 5px solid #ffffff;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #bbbbbb;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
}
#main article table.schedule tbody tr th,
#main article table.schedule tbody tr td {
	border-top: 5px solid #ffffff;
}
#main article table.schedule tbody tr th {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 100%;
	font-weight: bold;
	text-align: left;
}
#main article table.schedule.location tbody tr th {
	vertical-align: top;
}
#main article table.schedule tbody tr th a,
#main article table.schedule tbody tr th span {
	display: inline-block;
	border-radius: 30px;
	width: 24px;
	height: 24px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}
#main article table.schedule tbody tr.today th a {
	background: #138cd6;
	color: #ffffff;
}
#main article table.schedule tbody tr.today th span {
	background: #787878;
	color: #ffffff;
}
#main article table.schedule tbody tr.today th a:hover {
	opacity: 0.5;
}
#main article table.schedule tbody tr td {
	margin: 0;
	padding: 10px 0;
	background: #efefef;
	font-size: 1.2em;
	line-height: 100%;
	color: #cbcbcb;
	text-align: center;
	cursor: pointer;
}
#main article table.schedule tbody tr td.blue {
	background: #4cb9fc;
	font-size: 0.7em;
	line-height: 120%;
	color: #ffffff;
}
#main article table.schedule tbody tr td.red {
	background: #c30000;
	font-size: 0.7em;
	line-height: 120%;
	color: #ffff00;
}
#main article table.schedule tbody tr td.orange {
	background: #ff8000;
	font-size: 0.7em;
	line-height: 120%;
	color: #ffff00;
}
#main article table.schedule tbody tr td.pink,
#main article table.schedule tbody tr td.pink:hover {
	background: #edb2b2;
}
#main article table.schedule tbody tr td.black {
	background: #333333;
	cursor: default;
}
#main article table.schedule tbody tr td.break {
	background: #787878;
	cursor: default;
}
#main article table.schedule tbody tr.past td,
#main article table.schedule tbody tr.today td,
#main article table.schedule tbody tr td:hover {
	background: #fafafa;
	color: #f0f0f0;
}
#main article table.schedule tbody tr.past td.blue,
#main article table.schedule tbody tr.today td.blue,
#main article table.schedule tbody tr td.blue:hover {
	background: #caeafe;
	color: #ffffff;
}
#main article table.schedule tbody tr.today td.red {
	background: #c30000;
}
#main article table.schedule tbody tr.today td.orange {
	background: #ff8000;
}
#main article table.schedule tbody tr.past td.red,
#main article table.schedule tbody tr td.red:hover {
	background: #edb2b2;
	color: #ffff00;
}
#main article table.schedule tbody tr.past td.orange,
#main article table.schedule tbody tr td.orange:hover {
	background: #ffbf7f;
	color: #ffff00;
}

#main article table.schedule tbody tr td.red .end,
#main article table.schedule tbody tr td.orange .end,
#main article table.schedule tbody tr.past td.red .end,
#main article table.schedule tbody tr.past td.orange .end {
	color: #ffffff;
}
#main article table.schedule tbody tr td.black:hover {
	background: #333333;
}
#main article table.schedule tbody tr.past td.break,
#main article table.schedule tbody tr.today td.break,
#main article table.schedule tbody tr td.break:hover {
	background: #787878;
}
#main article table.schedule tbody tr td a.blue {
	display: block;
	margin-top: 1px;
	padding: 4px 0;
	background: #4cb9fc;
	font-size: 0.6em;
	line-height: 100%;
	color: #ffffff;
}
#main article table.schedule tbody tr td a.blue.thin,
#main article table.schedule tbody tr td a.blue:hover {
	background: #caeafe;
}
#main article table.schedule tbody tr td a.yellow {
	display: block;
	margin-top: 1px;
	padding: 4px 0;
	background: #d0d000;
	font-size: 0.6em;
	line-height: 100%;
	color: #ffffff;
}
#main article table.schedule tbody tr td a.yellow:hover {
	background: #e7e77f;
}
#main article table.schedule tbody tr td a.black {
	display: block;
	margin-top: 1px;
	padding: 4px 0;
	background: #333333;
	font-size: 0.6em;
	line-height: 100%;
	color: #999999;
}
#main article table.schedule tbody tr td a.black:hover {
	background: #666666;
}
#main article table.schedule tbody tr td a.purple {
	display: block;
	margin-top: 1px;
	padding: 4px 0;
	background: #a946a5;
	font-size: 0.6em;
	line-height: 100%;
	color: #999999;
}
#main article table.schedule tbody tr td a.purple:hover {
	background: #666666;
}

@media screen and (max-width: 560px) {
	#main article table.schedule {
		display: block;
		overflow-x: auto;
		width: 100%;
		border-collapse: collapse;
	}
	#main article table.schedule thead,
	#main article table.schedule tbody {
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	#main article table.schedule tbody th {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}
	#main article table.schedule thead {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
	}

	#main article table.schedule thead tr th.top,
	#main article table.schedule tbody tr th {
		width: 28px;
	}
	#main article table.schedule tbody tr th.column2 {
		width: 56px;
	}
	#main article table.schedule thead tr th.time,
	#main article table.schedule tbody td {
		width: 60px;
	}
	#main article table.schedule.location thead tr th.time,
	#main article table.schedule.location tbody td {
		width: 60px;
	}
	#main article table.schedule thead tr th.break,
	#main article table.schedule tbody tr td.break {
		width: 2px;
	}
}

/* sales
-----------------------------------------------------------------------------------------*/
#main article table.sales_list {
	border-spacing: 0;
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
}

#main article table.sales_list tbody tr th,
#main article table.sales_list tbody tr td {
	border-bottom: 1px dotted #707070;
	padding: 5px 5px;
	white-space: nowrap;
	font-size: 0.8em;
	text-align: right;
}
#main article table.sales_list tbody.total tr td {
	font-weight: bold;
}
#main article table.sales_list tbody tr:last-child th,
#main article table.sales_list tbody tr:last-child td {
	border-bottom: 2px solid #2c2626;
}
#main article table.sales_list thead tr th {
	border-bottom: 1px solid #707070;
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
}
#main article table.sales_list thead tr:first-child th {
	border-bottom: 0;
}

#main article table.sales_list tbody tr th:nth-child(1) {
	width: 60px;
	text-align: center;
}
#main article table.sales_list tbody tr td:nth-child(2),
#main article table.sales_list tbody tr td:nth-child(4),
#main article table.sales_list tbody tr td:nth-child(6),
#main article table.sales_list tbody tr td:nth-child(8),
#main article table.sales_list tbody tr td:nth-child(10),
#main article table.sales_list tbody tr td:nth-child(12) {
	width: 60px;
}
#main article table.sales_list tbody tr td:nth-child(3),
#main article table.sales_list tbody tr td:nth-child(5),
#main article table.sales_list tbody tr td:nth-child(7),
#main article table.sales_list tbody tr td:nth-child(9),
#main article table.sales_list tbody tr td:nth-child(11) {
	width: 40px;
}
#main article table.sales_list tbody tr td:nth-child(13) {
	padding: 6px;
	width: calc(100% - 70px - (70px * 6) - (50px * 5));
}

#main article table.sales_list tbody tr td p {
	border-left: 1px dotted #707070;
	margin: 0;
	padding: 0;
}
#main article table.sales_list tbody tr td:nth-child(3) p {
	border-left: 1px solid #707070;
}
#main article table.sales_list tbody tr th:nth-child(1) span {
	width: 30px;
}

#main article table.sales_list tbody tr td:nth-child(13) a {
	display: inline-block;
	border-radius: 30px;
	background: #787878;
	margin: 0;
	width: 30px;
	height: 30px;
	font-size: 0.8em;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}
#main article table.sales_list tbody tr td:nth-child(13) a:hover {
	opacity: 0.5;
}

#main article table.sales_list tbody tr.tax th,
#main article table.sales_list tbody tr.tax td {
	font-size: 0.8em;
	font-weight: normal;
}

/* guarantee
-----------------------------------------------------------------------------------------*/
#main article p.guarantee_select a {
	display: inline-block;
	padding: 6px 0;
	float: right;
}
#main article p.guarantee_select:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#main article p.guarantee_bank span {
	display: inline-block;
	padding: 4px 4px;
	white-space: nowrap;
}
#main article p.guarantee_bank span.copy {
	background: #f2f2f2;
	cursor: pointer;
}
#main article p.guarantee_bank span.copy.focus {
	background: #dddddd;
}

#main article table.guarantee_list {
	border-spacing: 0;
	border-top: 1px dotted #707070;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main article table.guarantee_list tbody tr td {
	border-bottom: 1px dotted #707070;
	padding: 6px 0;
}
#main article table.guarantee_list tbody tr td:nth-child(1) {
	width: 80px;
	white-space: nowrap;
}
#main article table.guarantee_list tbody tr td:nth-child(2) {
	padding: 6px 30px;
	width: 80px;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}
#main article table.guarantee_list tbody tr td:nth-child(3) {
	padding: 6px 0;
}
#main article table.guarantee_list tbody tr td:nth-child(3) p {
	border-left: 1px solid #bbbbbb;
	margin: 0;
	padding: 0 0 0 30px;
}
#main article table.guarantee_list tbody tr td:nth-child(3) p span {
	display: inline-block;
	padding: 4px 4px;
	white-space: nowrap;
}
#main article table.guarantee_list tbody tr td:nth-child(3) p span.copy {
	background: #f2f2f2;
	cursor: pointer;
}
#main article table.guarantee_list tbody tr td:nth-child(3) p span.copy.focus {
	background: #dddddd;
}

#main article table.guarantee_list tbody tr td:nth-child(4) {
	width: 40px;
	white-space: nowrap;
	text-align: right;
}
#main article table.guarantee_list tbody tr td:nth-child(4) a {
	display: inline-block;
	border-radius: 30px;
	background: #787878;
	margin: 0 0 0 10px;
	width: 30px;
	height: 30px;
	font-size: 0.8em;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}
#main article table.guarantee_list tbody tr td:nth-child(4) a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 560px) {
	#main article table.guarantee_list tbody tr td:nth-child(1) {
		width: auto;
	}
	#main article table.guarantee_list tbody tr td:nth-child(2) {
		padding: 6px 16px;
		width: auto;
	}
	#main article table.guarantee_list tbody tr td:nth-child(3) p {
		padding: 0 0 0 12px;
	}
}

#main article table.guarantee {
	border-spacing: 0;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
#main article table.guarantee thead tr th {
	border-bottom: 1px solid #707070;
	background: #ffffff;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: normal;
}
#main article table.guarantee tbody tr {
	cursor: pointer;
}
#main article table.guarantee thead tr th:nth-child(1),
#main article table.guarantee tbody tr th:nth-child(1) {
	width: 20px;
}
#main article table.guarantee thead tr th:nth-child(2),
#main article table.guarantee tbody tr td:nth-child(2) {
	width: 90px;
}
#main article table.guarantee thead tr th:nth-child(3),
#main article table.guarantee tbody tr td:nth-child(3),
#main article table.guarantee thead tr th:nth-child(4),
#main article table.guarantee tbody tr td:nth-child(4),
#main article table.guarantee thead tr th:nth-child(5),
#main article table.guarantee tbody tr td:nth-child(5),
#main article table.guarantee thead tr th:nth-child(6),
#main article table.guarantee tbody tr td:nth-child(6) {
	width: 70px;
}
#main article table.guarantee thead tr th:nth-child(7),
#main article table.guarantee tbody tr td:nth-child(7) {
	width: calc(800px - 20px - 90px - 280px);
}

#main article table.guarantee tbody tr th,
#main article table.guarantee tbody tr td {
	margin: 0;
	padding: 12px 0 0 0;
}
#main article table.guarantee tbody tr:last-child th,
#main article table.guarantee tbody tr:last-child td {
	border-bottom: 1px dotted #707070;
	padding: 12px 0;
}
#main article table.guarantee tbody tr td {
	text-align: right;
}
#main article table.guarantee tbody tr td:nth-child(2) {
	text-align: center;
}
#main article table.guarantee tbody tr td:nth-child(7) {
	text-align: right;
}
#main article table.guarantee tbody tr td a {
	color: #444444;
}
#main article table.guarantee tbody tr.rowClick2:hover {
	background: #efefef;
}
#main article table.guarantee tbody.subtotal tr,
#main article table.guarantee tbody.total tr {
	cursor: default;
}
#main article table.guarantee tbody.subtotal tr th,
#main article table.guarantee tbody.total tr th,
#main article table.guarantee tbody.subtotal tr td,
#main article table.guarantee tbody.total tr td {
	border-bottom: 2px solid #707070;
	padding: 16px 0;
}
#main article table.guarantee tbody.total tr td {
	color: #444444;
	font-weight: bold;
}
#main article table.guarantee tbody tr td:nth-child(7) a {
	display: inline-block;
	border-radius: 30px;
	background: #787878;
	margin: 0 0 0 10px;
	width: 30px;
	height: 30px;
	font-size: 0.8em;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}
#main article table.guarantee tbody tr td:nth-child(7) a:hover {
	opacity: 0.5;
}

#main article table.guarantee {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	max-height: calc(100vh - 80px);
	border-collapse: collapse;
}
#main article table.guarantee thead,
#main article table.guarantee tbody {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
#main article table.guarantee thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
}

@media screen and (max-width: 560px) {
	#main article table.guarantee {
		font-size: 0.9em;
		line-height: 110%;
	}
	#main article table.guarantee thead tr th:nth-child(2),
	#main article table.guarantee tbody tr td:nth-child(2) {
		width: 74px;
	}
	#main article table.guarantee thead tr th:nth-child(3),
	#main article table.guarantee tbody tr td:nth-child(3),
	#main article table.guarantee thead tr th:nth-child(4),
	#main article table.guarantee tbody tr td:nth-child(4),
	#main article table.guarantee thead tr th:nth-child(5),
	#main article table.guarantee tbody tr td:nth-child(5),
	#main article table.guarantee thead tr th:nth-child(6),
	#main article table.guarantee tbody tr td:nth-child(6) {
		width: 56px;
	}
}

/* history
-----------------------------------------------------------------------------------------*/
#main article ul.history {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main article ul.history li {
	background: #f8f8f8;
	margin: 0 0 30px 0;
	padding: 20px;
}
#main article ul.history li > strong {
	display: inline-block;
	background: #707070;
	margin: 0 0 4px 0;
	padding: 3px 0;
	width: 80px;
	line-height: 100%;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
#main article ul.history li dl {
	margin: 0;
	padding: 0;
}
#main article ul.history li dl dd.member dl {
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
}
#main article ul.history li dl dt {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#main article ul.history li dl dt span {
	font-size: 0.7em;
}
#main article ul.history li dl dt span.spec {
	display: inline-block;
	background: #707070;
	margin: 0;
	padding: 3px 0;
	width: 76px;
	line-height: 100%;
	text-align: center;
	color: #ffffff;
}
#main article ul.history li dl dt span.spec.rank1 {
	background: #787878;
}
#main article ul.history li dl dt span.spec.rank2 {
	background: #d4c72a;
}
#main article ul.history li dl dt span.spec.rank3 {
	background: #236d82;
}
#main article ul.history li dl dt span.spec.rank4 {
	background: #000000;
}
#main article ul.history li > dl > dt {
	border-bottom: 1px solid #dddddd;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#main article ul.history li dl dd {
	letter-spacing: -0.5em;
	margin: 0;
	padding: 0;
}
#main article ul.history li dl dd * {
	letter-spacing: normal;
}
#main article ul.history li dl dd p.evaluation {
	margin: 6px 0 0 0;
	padding: 0;
	color: #c30000;
}
#main article ul.history li dl dd p.evaluation span {
	color: #ebebeb;
}
#main article ul.history li dl dd p.image {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	vertical-align: top;
}
#main article ul.history li dl dd p.image img {
	display: block;
	width: 60px;
	height: auto;
}

/* navigation
-----------------------------------------------------------------------------------------*/
#main article ul.navigation {
	letter-spacing: -0.5em;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#main article ul.navigation * {
	letter-spacing: normal;
}
#main article ul.navigation li {
	display: inline-block;
	margin: 30px 20px 0 20px;
	padding: 0;
	list-style: none;
}
#main article ul.navigation li a {
	display: block;
}
#main article ul.navigation li a:hover {
	opacity: 0.5;
}
#main article ul.navigation li a i,
#main article ul.navigation li a span {
	display: block;
	border-radius: 130px;
	background: #787878;
	margin: 0 0 10px 0;
	padding: 0;
	width: 130px;
	height: 130px;
	font-size: 30px;
	color: #ffffff;
	line-height: 130px;
}
#main article ul.navigation li a span {
	font-size: 13px;
}

/* バナー
-----------------------------------------------------------------------------------------*/
#main article figure#banner {
	max-width: 800px;
	margin: 50px auto 0;
}
#main article figure#banner a {
	display: block;
}
#main article figure#banner a img {
	width: 100%;
}
#main article figure#banner a:hover {
	opacity: 0.8;
}

/* news
-----------------------------------------------------------------------------------------*/
#main article dl.lesson_count {
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
#main article dl.lesson_count dt {
	display: inline-block;
	background: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 0 4px;
	padding: 0;
}
#main article dl.lesson_count dd {
	display: inline-block;
	border-bottom: 1px solid #dddddd;
	margin: 0 4px 0 0;
	padding: 0;
}
#main article dl.lesson_count dt span,
#main article dl.lesson_count dd span,
#main article dl.lesson_count dt a,
#main article dl.lesson_count dd a {
	display: block;
	padding: 4px 10px;
	color: #444444;
}

#main article ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main article ul.news li {
	letter-spacing: -0.5em;
	margin: 20px 0 0 0;
	padding: 0;
}
#main article ul.news li * {
	letter-spacing: normal;
}
#main article ul.news li > span {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	width: 60px;
	vertical-align: top;
}
#main article ul.news li dl {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: calc(100% - 80px);
	vertical-align: top;
}
#main article ul.news li dl dt {
	position: relative;
	margin: 0;
	padding: 0 20px 0 0;
	cursor: pointer;
	font-weight: bold;
}
#main article ul.news li dl dt:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "▼";
}
#main article ul.news li dl dt.close:after {
	content: "▲";
}
#main article ul.news li dl dt span {
	display: inline-block;
	background: #999999;
	margin: 0 0 0 4px;
	padding: 2px 4px;
	color: #ffffff;
	font-size: 0.8em;
	line-height: 100%;
	font-weight: normal;
}
#main article ul.news li dl dd {
	display: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#main article ul.news li dl dd a {
	word-break: break-all;
}

/* reservation
-----------------------------------------------------------------------------------------*/
#main article dl.reservation {
	margin: 0 0 30px 0;
	padding: 0;
}
#main article dl.reservation > dt {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.2em;
}
#main article dl.reservation.invalid > dt {
	color: #dddddd;
}
#main article dl.reservation > dd {
	margin: 0;
	padding: 0;
}

#main article dl.reservation > dd ul.type,
#main article dl.reservation > dd ul.kind {
	letter-spacing: -0.5em;
	margin: 0;
	padding: 0;
}
#main article dl.reservation > dd ul.type *,
#main article dl.reservation > dd ul.kind * {
	letter-spacing: normal;
}
#main article dl.reservation > dd ul.type li,
#main article dl.reservation > dd ul.kind li {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 0;
	width: calc((100% - 8px) / 2);
	font-size: 1em;
	line-height: 100%;
	text-align: center;
}
#main article dl.reservation > dd ul.type li:last-child,
#main article dl.reservation > dd ul.kind li:last-child {
	margin: 0 0 4px 0;
}
#main article dl.reservation > dd ul.type li a,
#main article dl.reservation > dd ul.kind li a {
	display: block;
	background: #f5f5f5;
	padding: 15px 0;
	color: #999999;
}
#main article dl.reservation.invalid > dd ul.type li a,
#main article dl.reservation.invalid > dd ul.kind li a {
	pointer-events: none;
}
#main article dl.reservation > dd ul.type li a.current {
	background: #138cd6;
	color: #ffffff;
}
#main article dl.reservation > dd ul.kind li a.current {
	background: #787878;
	color: #ffffff;
}
#main article dl.reservation > dd ul.type li a:hover,
#main article dl.reservation > dd ul.kind li a:hover {
	opacity: 0.5;
}
#main article dl.reservation.invalid > dd ul.type li a,
#main article dl.reservation.invalid > dd ul.kind li a {
	color: #dddddd;
}
#main article dl.reservation > dd dl {
	margin: 10px 10px 0 10px;
	padding: 0;
}
#main article dl.reservation > dd dl dt {
	margin: 0 0 4px 0;
	padding: 0;
}
#main article dl.reservation > dd dl dd {
	margin: 0;
	padding: 0;
}
#main article dl.reservation > dd dl dd p.image {
	display: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
#main article dl.reservation > dd dl dd p.image img {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 200px;
}
#main article dl.reservation > dd dl dd p.image span,
#main article dl.reservation > dd dl dd p.image a {
	display: inline-block;
	background: #707070;
	margin: 0;
	padding: 4px 0;
	width: 76px;
	font-size: 0.8em;
	line-height: 100%;
	color: #ffffff;
}
#main article dl.reservation > dd dl dd p.image a {
	background: #138cd6;
}
#main article dl.reservation > dd dl dd p.image a:hover {
	opacity: 0.5;
}

#main article dl.reservation > dd ul#target_time {
	margin: 10px 10px 0 10px;
	padding: 0;
	list-style: none;
}
#main article dl.reservation > dd ul#target_time li {
	margin: 0 0 1px 0;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
}
#main article dl.reservation > dd ul#target_time li.disabled {
	color: #cbcbcb;
}
#main article dl.reservation > dd ul#target_time li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#main article dl.reservation > dd ul#target_time li span {
	display: block;
	margin: 0;
	padding: 8px 0 0 0;
	width: 50px;
	font-size: 1.6em;
	line-height: 100%;
	text-align: center;
	float: right;
}
#main article dl.reservation > dd ul#target_time li input[type="radio"] {
	display: none;
}

#main article dl.reservation > dd ul#target_time li label {
	display: block;
	background: #efefef;
	margin: 0;
	padding: 12px 20px;
	cursor: pointer;
}
#main
	article
	dl.reservation
	> dd
	ul#target_time
	li
	input[type="radio"]:checked
	+ label {
	background: #138cd6;
}
#main
	article
	dl.reservation
	> dd
	ul#target_time
	li
	input[type="radio"]
	+ label {
	background: #787878;
}

#main article dl.reservation > dd div.end {
	display: none;
}

#main article dl.reservation_check {
	margin: 0 0 10px 0;
	padding: 0;
}
#main article dl.reservation_check > dt {
	border-top: 1px dashed #707070;
	margin: 10px 0 4px 0;
	padding: 10px 0 0 0;
}
#main article dl.reservation_check > dt:first-child {
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
}
#main article dl.reservation_check > dd {
	margin: 0;
	padding: 0;
}

#main article div.reservation_price {
	border-top: 1px solid #707070;
	border-bottom: 2px solid #707070;
	margin: 0;
	padding: 8px 0;
	text-align: right;
}
#main article dl.reservation_price {
	margin: 0;
	padding: 4px 0;
	text-align: right;
}
#main article dl.reservation_price dt {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#main article dl.reservation_price dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 80px;
	font-weight: bold;
}

/* instructor
-----------------------------------------------------------------------------------------*/
#main article ul.instructor_type {
	letter-spacing: -0.5em;
	margin: 0 auto 30px auto;
	padding: 0;
	width: 680px;
	text-align: center;
}
#main article ul.instructor_type * {
	letter-spacing: normal;
}
#main article ul.instructor_type li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50%;
	font-size: 1em;
	line-height: 100%;
	text-align: center;
}
#main article ul.instructor_type li:last-child {
	margin: 0 0 4px 0;
}
#main article ul.instructor_type li a {
	display: block;
	background: #f5f5f5;
	padding: 8px 0;
	color: #999999;
}
#main article ul.instructor_type li a.current {
	background: #138cd6;
	color: #ffffff;
}
#main article ul.instructor_type li a:hover {
	opacity: 0.5;
}
#main article ul.instructor_type li a {
	color: #dddddd;
}

#main article ul.instructor_list {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 680px;
	list-style: none;
}
#main article ul.instructor_list li {
	display: inline-block;
	margin: 0 5px 20px 5px;
	padding: 0;
	vertical-align: top;
}
#main article ul.instructor_list li a img {
	width: 160px;
	height: 200px;
	object-fit: cover;
}
#main article ul.instructor_list li a {
	display: block;
}
#main article ul.instructor_list li a:hover {
	opacity: 0.5;
}
#main article ul.instructor_list li a dl {
	margin: 0;
	padding: 0;
}
#main article ul.instructor_list li a dl dt {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
	text-align: center;
}
#main article ul.instructor_list li a dl dd {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: center;
}

@media screen and (max-width: 800px) {
	#main article ul.instructor_type {
		width: 340px;
	}
	#main article ul.instructor_list {
		width: 340px;
	}
}

/* coupon
-----------------------------------------------------------------------------------------*/
#main article ul.coupon_list {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 356px;
	text-align: center;
	list-style: none;
}
#main article ul.coupon_list li {
	display: inline-block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}
#main article ul.coupon_list li img {
	display: block;
}
#main article ul.coupon_list li p {
	position: absolute;
	left: 25px;
	margin: 0;
	padding: 0;
}
#main article ul.coupon_list li p.p01 {
	top: 25px;
	font-size: 1em;
	color: #000000;
	line-height: 100%;
	text-shadow: #999999 0 2px 4px;
	font-weight: bold;
}
#main article ul.coupon_list li p.p02 {
	top: 60px;
	font-size: 2.5em;
	color: #000000;
	line-height: 100%;
	text-shadow: #999999 0 2px 4px;
}
#main article ul.coupon_list li p.p03 {
	top: 120px;
	font-size: 0.9em;
	color: #2b2b2b;
	line-height: 100%;
}
#main article ul.coupon_list li.rank_up2 p.p01,
#main article ul.coupon_list li.rank_up3 p.p01,
#main article ul.coupon_list li.rank_up4 p.p01 {
	color: #ffffff;
}
#main article ul.coupon_list li.rank_up2 p.p02,
#main article ul.coupon_list li.rank_up3 p.p02,
#main article ul.coupon_list li.rank_up4 p.p02 {
	color: #ffffff;
}
#main article ul.coupon_list li.rank_up4 p.p03 {
	color: #ffffff;
}

/* present
-----------------------------------------------------------------------------------------*/
#main div.present {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 720px;
	text-align: center;
}
#main div.present.rank2 {
	background: url(../IMAGES/rank2_bg02.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main div.present.rank3 {
	background: url(../IMAGES/rank3_bg02.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main div.present.rank4 {
	background: url(../IMAGES/rank4_bg02.jpg) center top no-repeat;
	background-size: 720px auto;
}
#main div.present div.unopened {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 720px;
	height: 450px;
	background-image: url(../IMAGES/present_icon01.png),
		url(../IMAGES/present_text01.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top 90px, center top 314px;
	background-size: 744px auto, 257px 52px;
}
#main div.present div.unopened p.text {
	position: absolute;
	top: 374px;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0.8em;
	line-height: 180%;
}
#main div.present.rank2 div.unopened p.text {
	color: #d4c72a;
}
#main div.present.rank3 div.unopened p.text {
	color: #236d82;
}
#main div.present.rank4 div.unopened p.text {
	color: #ffffff;
}
#main div.present div.unopened p.button {
	position: absolute;
	top: 128px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
#main div.present div.unopened p.button span {
	display: inline-block;
	border-radius: 56px;
	/*	background:#ff0000;	*/
	width: 56px;
	height: 56px;
	cursor: pointer;
}
#main div.present div.opened {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 720px;
	height: 400px;
	background-image: url(../IMAGES/present_icon02.png),
		url(../IMAGES/present_text02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top 52px, center top 314px;
	background-size: 744px auto, 270px 52px;
}

/* login
-----------------------------------------------------------------------------------------*/
#main article dl.login {
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	max-width: 350px;
}
#main article dl.login dt {
	margin: 0;
	padding: 0 0 4px 0;
	color: #444444;
}
#main article dl.login dd {
	margin: 0;
	padding: 0;
}
#main article dl.login dd input[type="text"],
#main article dl.login dd input[type="password"] {
	width: calc(100% - 6px);
}

/* inputform
-----------------------------------------------------------------------------------------*/
div#inputform_bg {
	display: none;

	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;

	background: rgba(255, 255, 255, 0.7);

	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	text-align: center;
}
.inputform_wrapper {
	display: none;

	z-index: 1000;
	position: fixed;
	top: 0;
	right: 0;

	border: 0;

	margin: 0 auto;
	padding: 0;

	width: 375px;
	height: calc(100vh - 100px);
}
.inputform_wrapper iframe.inputform {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: calc(100vh - 100px);
}
