html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: top;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Helvetica","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #ffffff;
	font-size: 12pt;
	text-rendering: optimizelegibility;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

a {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover, .btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

nav, nav *, #base, a:hover, button:hover,
input[type=submit]:hover, input[type=button]:hover,
#search_area, #search_area *,
.input_table td input, .input_table td textarea {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.anime {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.clear {
	clear: both;
}

.lock {
	overflow:hidden;
}

#debug {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 3px 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	color: #000000;
	font-size: 8pt;
	line-height: 10pt;
}
/*******************************/
/* ヘッダ部                    */
header {
	overflow: hidden;
	position: fixed;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 97;
}

header #header_area {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1000px;
	height: 100%;
}

header #header_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
}

header #header_flex h1 {
	width: 320px;
	height: 100%
}

header #header_flex h1 img {
	height: 100%
}

/*******************************/

/*******************************/
/* ナビ部                      */
/*******************************/
nav {
	width: calc(100% - 320px);
	height: 100%
}

nav * {
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

nav #navi_sp {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 0;
	top: 60px;
	left: 0px;
	z-index: 98;
	background-color: #15181d;
	color: #ffffff;
	overflow-y: auto;
}

nav #navi_sp ul {
}

nav #navi_sp ul li {
	width: 100%;
	border-top: solid 1px #c0c0c0;
}
nav #navi_sp ul li:last-child {
	border-bottom: solid 1px #c0c0c0;
}

nav #navi_sp ul li a,
nav #navi_sp ul li span {
	display: block;
	padding: 14px 10px;
	width: 100%;
	color: #ffffff;
}

nav #navi_sp ul .banner a {
	display: inline-block;
	width: auto;
	max-width: 45%;
}

nav #navi_pc {
	display: none;
}

nav #navi_pc ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-ms-flex-pack: right;
	justify-content: right;
	text-align: right;
}

nav #navi_pc ul li {
	height: 100%;
	margin-right: 10px;
}
nav #navi_pc ul li:last-child {
	margin-right: 0px;
}

nav #navi_pc ul li a {
	display: block;
	height: 100%;
}

#navi_btn {
	position: fixed;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	color: #ffffff;
	background-color: #000000;
	font-size: 10pt;
	cursor: pointer;
	z-index: 99;
}

#navi_btn > a {
	display: block;
	width: 100%;
	height: 100%;
}
#navi_btn > a:before, #navi_btn > a:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -1px;
	margin-left: -20px;
	width: 40px;
	top: 50%;
	left: 50%;
	border-top: solid 2px #ffffff;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#navi_btn > a:before {
	content: 'MENU';
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
	line-height: 24px;
}
#navi_btn > a:after {
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	transform: translateY(12px);
}
#navi_btn.open > a:before {
	content: '';
	-webkit-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
#navi_btn.open > a:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/*******************************/

/*******************************/
/* フッター部                  */
footer {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #15181d;
	color: #ffffff;
	font-size: 8pt;
}

footer a {
	color: #ffffff;
}

footer #footer_area {
	margin: 0px auto;
	padding: 15px 5px;
	width: 100%;
	max-width: 1000px;
}

footer #footer_area #footer_navi {
	width: 100%;
}

footer #footer_area #footer_navi ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-top: 15px;
}
footer #footer_area #footer_navi ul:first-child {
	margin-top: 0px;
}

footer #footer_area #footer_navi .footer_navi_sub li {
	margin-right: 10px;
}
footer #footer_area #footer_navi .footer_navi_sub li:last-child {
	margin-right: 0px;
}

footer #footer_area #footer_navi .footer_navi_link li {
	position: relative;
	padding: 0px 10px 0px 13px;
}
footer #footer_area #footer_navi .footer_navi_link li:before {
	content: '|';
	position: absolute;
	top: 0px;
	left: 0px;
}
footer #footer_area #footer_navi .footer_navi_link li:first-child {
	padding-left: 0px;
}
footer #footer_area #footer_navi .footer_navi_link li:first-child:before {
	content: none;
}
footer #footer_area #footer_navi .footer_navi_link li:last-child {
	padding-right: 0px;
}


footer #footer_area #footer_box {
	width: 100%;
}

footer #footer_area .footer_copy {
	margin-top: 15px;
	text-align: center;
}

footer #footer_area .footer_tel {
	text-align: right;
	display: none;
}
/*******************************/

/*******************************/
/* エラーメッセージ            */
#message {
	width: 100%;
	max-width: 800px;
	margin: 0px auto 10px auto;
	padding: 0px;
	min-height: 10px;
	font-size: 10pt;
}

#message #err_ttl {
	margin: 0px auto;
	padding: 2px 0px;
	text-align: center;
	background-color: #ff0000;
	width: 100%;
	max-width: 450px;
	border: solid 1px #000000;
}

#message #msg_ttl {
	margin: 0px auto;
	padding: 2px 0px;
	text-align: center;
	background-color: #0000ff;
	color: #ffffff;
	width: 100%;
	max-width: 450px;
	border: solid 1px #000000;
}

#message #msg {
	margin: 0px auto;
	padding: 2px 0px;
	text-align: center;
	background-color: #ffffff;
	width: 100%;
	max-width: 450px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

#message #msg ul {
	margin: 0px;
	padding: 0px 10px;
}

#message #msg li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: none;
}
/*******************************/

/*******************************/
/* ページャー                  */
.pager {
	margin: 15px 0px;
	text-align: center;
}

.pager a {
	background: none repeat scroll 0 0 #e4d9cf;
    border-radius: 5px 5px 5px 5px;
	color: #795c3e;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	width:  30px;
}

.pager span {
	background: none repeat scroll 0 0 #e74e3f;
    border-radius: 5px 5px 5px 5px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: inline-block;
	height: 30px;
	width:  30px;
}
/*******************************/

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 2000px;
}

main {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	width: 100%;
}

#key_image {
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#key_image > img {
	width: 100%;
}

#key_image > #key_image_box {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

#key_image > #key_image_box > img {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

#key_image .key_image_anime {
	-moz-transition: 2s;
	-webkit-transition: 2s;
	-o-transition: 2s;
	-ms-transition: 2s;
	transition: 2s;
}

.title_area {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-height: 150px;
	background-image: url(../img/title_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.title_area > img {
	opacity: 0;
}

.title_area img {
	width: 100%;
}

.title_area > h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	max-width: calc(1000px - 40px);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.error_area {
	margin: 30px auto;
	padding: 10px;
	width: 100%;
	max-width: 600px;
}

.error_area .error_title {
	margin: 0px;
	padding: 5px 10px;
	width: 100%;
	background-color: #04216c;
	font-weight: bold;
	color: #ffffff;
}

.error_area .error_message {
	margin: 0px;
	padding: 20px 10px;
	width: 100%;
	border-bottom: solid 1px #04216c;
}

.top_box {
}

.top_box section,
.top_box article {
	padding: 10px 5px;
}

.top_box h2 {
	border-bottom: solid 1px #000000;
}

.top_box .news_box {
	width: 100%;
}

.top_box .news_box ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.top_box .news_box ul li {
	padding: 10px 0px;
	border-bottom: dotted 1px #000000;
}

.top_box .news_box ul li:last-child {
	border-bottom: solid 1px #000000;
}

.top_box .news_box ul li span {
	padding-right: 20px;
}

.top_box .banner_box {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}

.content {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 1000px;
}

.content > .content_sole,
.content > .content_flex {
	margin: 0px;
	padding: 20px 5px 40px 5px;
	width: 100%;
}

.content > .content_sole > article,
.content > .content_sole > section,
.content > .content_flex > article,
.content > .content_flex > section {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	max-width: 800px;
}

.content > .content_flex .content_navi_sp {
	margin-bottom: 10px;
	font-size: 10pt;
	line-height: 11pt;
}

.content > .content_flex .content_navi_sp ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.content > .content_flex .content_navi_sp ul li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #04216c;
	margin-right: 10px;
}

.content > .content_flex .content_navi_sp ul li span,
.content > .content_flex .content_navi_sp ul li a {
	display: block;
	padding: 5px 10px;
	color: #04216c;
}

.content > .content_flex .content_navi_sp select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 0px #000000;
	padding: 2px 10px;
	background-color: #ffffff;
}

.content > .content_flex .content_navi_pc {
	display: none;
}

.content > .content_flex .content_navi_pc ul {
}

.content > .content_flex .content_navi_pc ul li {
	padding: 5px 0px;
}

.content > .content_flex .content_navi_pc ul li span {
	font-weight: bold;
	color: #04216c;
}

.content > .content_flex .content_navi_pc ul li a {
	color: #04216c;
}

.content > .content_flex .content_navi_pc ul li a img {
	width: 180px;
}

.content h3 {
	font-weight: bold;
	background-color: #04216c;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 12pt;
}

.content .table_box {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: solid 1px #04216c;
}

.content .table_box > table {
	width: 100%;
}

.content .table_box > table th,
.content .table_box > table td {
	padding: 5px;
	border: solid 1px #04216c;
}

.content .table_box > table th{
	width: 180px;
	font-weight: normal;
	background-color: #e9eef7;
}

.content .table_title {
	font-weight: bold;
	padding: 10px 0px;
	color: #04216c;
}

.content .privacy_box {
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.content .privacy_box .privacy_msg {
	margin-top: 30px;
}

.content .privacy_box dl {
}

.content .privacy_box dl dt {
	padding-top: 30px;
	color: #ce153a;
}

.content .privacy_box dl dd {
	padding-top: 10px;
}

.content .privacy_box table {
	margin-top: 10px;
}

.content .privacy_box table th {
	padding: 2px 10px 2px 0px;
	font-weight: normal;
}

.content .privacy_box table td {
	padding: 2px 0px;
}

.content .membership_box {
	margin: 0px;
	padding: 0px;
}

.content .membership_box .membership_msg {
	margin: 20px 0px 30px 0px;
}

.content .membership_box .membership_msg .membership_contact {
	margin: 20px auto 0px auto;
	width: 100%;
	max-width: 310px;
	padding: 10px;
	border: solid 1px #04216c;
	background-color: #e9eef7;
}

.content .membership_box .membership_msg .membership_contact > div {
	padding: 5px 0px 10px 0px;
	text-align: center;
}

.content .membership_box .membership_msg .membership_contact a {
	color: #000000;
}

.content .membership_box .membership_table {
	border-top: solid 1px #04216c;
	border-bottom: solid 1px #04216c;
}

.content .membership_box .membership_table ul {
	margin: 0px auto;
	width: 100%;
	max-width: 600px;
	padding: 10px 0px;
}

.content .membership_box .membership_table ul li {
	margin: 0px;
	padding: 30px 0px;
}

.content .membership_box .membership_table ul li table {
	margin: 10px 0px;
	width: 100%;
}

.content .membership_box .membership_table ul li th,
.content .membership_box .membership_table ul li td {
	border: solid 1px #04216c;
	padding: 5px 10px;
	text-align: center;
	width: 33%;
}

.content .membership_box .membership_table ul li th {
	background-color: #e9eef7;
	font-weight: normal;
}

.content .membership_box .membership_table ul li span {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 20px;
}
.content .membership_box .membership_table ul li span:before {
	content: '※';
	position: absolute;
	top: 1px;
	left: 0px;
}

.content .access_box {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.content .access_box > div {
	padding: 10px 0px;
}

.content .access_box > p {
	margin-top: 20px;
	text-align: left;
}

.content .access_box img {
	width: 100%;
}

.content .access_box .access_msg {
	margin-top: 40px;
	padding: 30px 0px;
	border-top: solid 1px #04216c;
	border-bottom: solid 1px #04216c;
	text-align: left;
}

.content .access_box .access_msg > p {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px 20px 20px;
	color: #04216c;
	font-weight: bold;
}
.content .access_box .access_msg > p:before {
	content: '●';
	position: absolute;
	top: 1px;
	left: 0px;
}

.content .access_box .access_msg > span {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 20px;
}
.content .access_box .access_msg > span:before {
	content: '※';
	position: absolute;
	top: 1px;
	left: 0px;
}

.content .price_box {
	margin: 0px;
	padding: 0px;
}

.content .price_box > p {
	display: block;
	width: 100%;
	color: #04216c;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
}

.content .price_box > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .price_box > ul > li {
	width: 100%;
	padding: 0px 2px 20px 2px;
}

.content .price_box .price_month {
	color: #ffffff;
	background-color: #6289c6;
	width: 253px;
	padding: 5px 0px;
	width: 100%;
	font-size: 10pt;
}

.content .price_box .price_month span {
	background-color: #1f2c5c;
	font-weight: bold;
	padding: 0px 7px;
	margin-right: 5px;
}

.content .price_box table {
	width: 100%;
	font-size: 10pt;
	line-height: 11pt;
}

.content .price_box table th {
	border: solid 1px #04216c;
	width: 30px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
}

.content .price_box table td {
	border: solid 1px #04216c;
	width: 30px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
}

.content .price_box table .price_amount {
	width: 75px;
}

.content .price_box table .price_event {
	width: 110px;
	text-align: left;
	padding-left: 3px;
}

.content .price_box table .price_event1 {
	background-color: #ed777a;
}

.content .price_box table .price_event2 {
	background-color: #b875ae;
}

.content .price_box table .price_event3 {
	background-color: #add042;
}

.content .price_box table .price_event4 {
	background-color: #fff33f;
}

.content .price_box table .price_holiday {
	background-color: #c0c0c0;
}

.content .price_box .price_msg {
	font-size: 10pt;
}

.content .price_box .price_msg > span {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 20px;
}
.content .price_box .price_msg > span:before {
	content: '※';
	position: absolute;
	top: 1px;
	left: 0px;
}

.content .price_box .price_ticket > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .price_box .price_ticket > ul > li {
	width: 50%;
	padding: 0px 2px 10px 2px;
}

.content .price_box .price_ticket > ul > li > img {
	width: 100%;
	max-width: 300px;
}

.content .facilities_box {
	margin: 0px;
	padding: 0px;
}

.content .facilities_box .facilities_msg {
	padding: 20px 0px;
}

.content .facilities_box .facilities_section {
	border-top: solid 1px #04216c;
}

.content .facilities_box .facilities_section > section {
	border-bottom: solid 1px #04216c;
	padding: 40px 0px;
}

.content .facilities_box .facilities_section > section > h4 {
	font-weight: bold;
	color: #04216c;
}

.content .facilities_box .facilities_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .facilities_box .facilities_flex > div {
	width: 100%;
	padding-top: 20px;
}

.content .facilities_box .facilities_flex > div img {
	width: 100%;
}

.content .facilities_box .facilities_flex > div a {
	font-size: 11pt;
}

.content .facilities_box .facilities_flex span {
	color: #0000ff;
	font-size: 10pt;
}

.content .facilities_box .facilities_flex table {
	width: 100%;
	font-size: 10pt;
}

.content .facilities_box .facilities_flex table th,
.content .facilities_box .facilities_flex table td {
	border: solid 1px #04216c;
	padding: 4px 5px;
	width: 100px;
	font-weight: normal;
}
.content .facilities_box .facilities_flex table th:last-child,
.content .facilities_box .facilities_flex table td:last-child {
	width: auto;
}
.content .facilities_box .facilities_flex table td:nth-child(2) {
	text-align: center;
}

.content .facilities_box .facilities_image > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .facilities_box .facilities_image > ul > li {
	width: 50%;
	padding: 5px 10px 5px 0px;
}

.content .facilities_box .facilities_image img {
	width: 100%;
}

.content .facilities_box .facilities_menu > ul {
	margin-top: 20px;
}

.content .facilities_box .facilities_menu img {
	width: 100%;
	max-width: 504px;
}

.content .course_box {
	margin: 0px;
	padding: 0px;
}

.content .course_box .course_msg {
	padding: 20px 0px;
	border-bottom: solid 1px #04216c;
}

.content .course_box .course_pdf {
	padding: 20px 0px;
	border-bottom: solid 1px #04216c;
	text-align: center;
}

.content .course_box .course_section {
}

.content .course_box .course_section > section {
	padding: 20px 0px;
	border-bottom: solid 1px #04216c;
}

.content .course_box .course_section > section > h4 {
	font-weight: bold;
	color: #04216c;
}

.content .course_box .course_image {
	width: 100%;
}

.content .course_box .course_image img {
	width: 100%;
}

.content .course_box .course_table {
	width: 100%;
}

.content .course_box .course_table > div {
	padding: 10px 0px;
}

.content .course_box .course_table table {
	width: 100%;
	font-size: 10pt;
	line-height: 11pt;
}

.content .course_box .course_table th,
.content .course_box .course_table td {
	border-top: solid 1px #04216c;
	border-bottom: solid 1px #04216c;
	padding: 5px;
	text-align: center;
}

.content .course_box .course_table th {
	background-color: #929ce2;
	font-weight: normal;
}

.content .course_box .course_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .course_box .course_flex > div {
	width: 50%;
	padding: 0px 2px;
	font-size: 10pt;
	text-align: center;
}
.content .course_box .course_flex > div:last-child {
	text-align: left;
	width: 100%;
}

.content .course_box .course_flex > div img {
	width: 100%;
}

.content .course_box .course_flex > div table {
	width: 100%;
}

.content .course_box .course_flex > div th,
.content .course_box .course_flex > div td {
	border-top: solid 1px #04216c;
	border-bottom: solid 1px #04216c;
	padding: 5px;
	text-align: center;
}

.content .course_box .course_flex > div th {
	background-color: #929ce2;
	font-weight: normal;
}

.content .news_box {
	padding: 0px;
}

.content .news_box a {
	color: #000000;
}

.content .news_box ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content .news_box ul li {
	padding: 10px 0px;
	border-bottom: dashed 1px #000000;
}

.content .news_box ul li span {
	background-image: url(../img/ya.gif);
	background-repeat: no-repeat;
	padding: 0px 20px;
	color: #0045a4;
}

.content .news_data {
}

.content .news_data ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content .news_data ul li {
	position: relative;
	padding: 10px 0px;
	border-bottom: dashed 1px #000000;
}

.content .news_data ul li span {
	padding: 0px;
	color: #0045a4;
}

.content .news_data ul li div {
	color: #000000;
	padding: 0px;
}

.content .news_data ul li div img {
	width: 100%;
}

.content .news_data ul li img {
	width: 100%;
}

.content .news_data > ul > li > a {
	color: #0000ff;
}

.content .news_data {
}

.content .event_box {
	padding: 0px;
}

.content .event_box ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content .event_box ul li {
	padding: 10px 0px 5px 0px;
	border-bottom: dashed 1px #000000;
}

.content .event_box ul li span {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	padding: 0px 20px 0px 20px;
	color: #0045a4;
}

.content .event_box ul li div {
	color: #000000;
	padding: 10px 0px 0px 20px;
}

.content .event_box ul li div th {
	width: 120px;
	padding: 7px 0px 7px 0px;
}

.content .event_box ul li div td {
	padding: 7px 0px 7px 0px;
}

.content .event_box ul li div td img {
	width: 150px;
	margin: 0px 20px 0px 0px;
}

.content .event_box ul li div img {
	width: 100%;
}

.content .member_box {
}

.content .member_box .login_box {
	margin: 0px;
	padding: 30px 0px;
}

.content .member_box .login_box table {
	margin: 0px auto;
	width: 100%;
	max-width: 450px;
}

.content .member_box .login_box th,
.content .member_box .login_box td {
	padding: 5px 10px;
	font-weight: normal;
	border: solid 1px #04216c;
	text-align: center;
}
.content .member_box .login_box th {
	width: 150px;
	background-color: #929ce2;
}
.content .member_box .login_box td {
}

.content .member_box .login_box input[type="text"],
.content .member_box .login_box input[type="password"] {
	width: 100%;
	background-color: #ffffcc;
}

.content .member_box .login_box input[type="submit"],
.content .member_box .login_box input[type="button"] {
	width: 100px;
	height: 22px;

	background-color: #0000bb;
	color: #ffffff;
	border-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content .member_box a {
	color: #000000;
}

.content .member_box ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content .member_box ul li {
	padding: 5px 0px;
	border-bottom: dashed 1px #000000;
}

.content .member_box ul li span {
	background-image: url(../img/ya.gif);
	background-repeat: no-repeat;
	padding: 0px 20px;
	color: #0045a4;
}

.content .member_box > section {
	padding: 20px 0px;
}

.content .member_box > section > h4 {
	color: #04216c;
	border-bottom: solid 1px #04216c;
	margin-bottom: 5px;
}

.content .member_data {
	text-align: left;
	margin: 0px;
}

.content .member_data ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content .member_data ul li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: dashed 1px #000000;
}

.content .member_data ul li span {
	padding: 0px 10px 0px 0px;
	color: #0045a4;
}

.content .member_data ul li div {
	color: #000000;
	padding: 10px 0px;
}

.content .member_data ul li div th {
	width: 120px;
	padding: 7px 0px 7px 0px;
}

.content .member_data ul li div td {
	padding: 7px 0px;
}

.content .member_data ul li div td img {
	width: 150px;
	margin: 0px 20px 0px 0px;
}

.content .member_data ul li div img {
	width: 100%;
}

.content .member_data ul li img {
	width: 100%;
}

.content .member_data > ul > li > a {
	color: #0000ff;
}

.content .champion_box {
	text-align: left;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
}

.content .champion_box ul {
	list-style-type: none;
	padding: 10px 0px;
	margin: 0px;
}

.content .champion_box ul li {
	margin: 0px;
	padding: 10px 0px;
}


.content .champion_box ul li .cboard {
	color: #000000;
}

.content .champion_box ul li .cboard img {
	width: 100%;
}

.content .champion_box ul li .cboard1 {
	display: block;
	width: 100%;
	height: 54px;
	background-image: url(../img/cboard_bdr2.gif);
	background-size: 100% 55px;
	padding-top: 16px;
	font-weight: bold;
}

.content .champion_box ul li .cboard1 {
	color: #000000;
}

.content .champion_box .cboard-header {
	width: 100%;
	height: 41px;
	background-image: url(../img/cboard_ttl.gif);
	margin: 0px 0px 40px 0px;
}

.content .champion_box .cboard-footer {
	width: 100%;
	height: 14px;
	background-image: url(../img/cboard3.gif);
}

.content .champion_box ul li span {
	margin-left: 30px;
	margin-right: 20px;
}

.content .champion_box ul li div {
	color: #ffffff;
	text-align: center;
}

.content .champion_dox ul li div img {
	margin: 2px 10px 2px 0px;
	width: 89%;
}

.content .meet_box {
}

.content .meet_box a {
	color: #000000;
}

.content .meet_box > ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.content .meet_box > ul > li {
	padding: 5px 0px;
	border-bottom: dashed 1px #000000;
}

.content .meet_box > ul > li .meet_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content .meet_box > ul > li .meet_item li {
	position: relative;
	padding-left: 20px;
	width: 100%;
}
.content .meet_box > ul > li .meet_item li:first-child {
	color: #0045a4;
}
.content .meet_box > ul > li .meet_item li:last-child span {
	position: absolute;
	top: 0px;
	right: 10px;
}

.content .meet_box > ul > li .meet_item li > img {
	position: absolute;
	top: 3px;
	left: 0px;
}

#conpe_ocbox, #event_ocbox, #meet_ocbox, #champion_ocbox {
	margin-top: 3px;
	width: 16px;
}

.scroll_top {
	width: 100%;
	text-align: right;
	padding: 10px 0px;
	font-size: 10pt;
}

.scroll_top a {
}

/*******************************/
@media (min-width: 540px) {
	.content .price_box > ul > li {
		width: 33.3%;
		padding: 0px 2px;
	}

	.content .price_box .price_month {
		padding: 5px 0px 3px 0px;
	}

	.content .price_box table {
		font-size: 8pt;
	}

	.content .price_box .price_msg {
		padding: 10px 0px 20px 0px;
	}

	.content .price_box .price_ticket > ul > li {
		width: 33.3%;
	}

	.content .facilities_box .facilities_flex > div:first-child {
		width: 55%;
		padding: 10px 5px 0px 0px;
	}
	.content .facilities_box .facilities_flex > div:last-child {
		width: 45%;
		padding: 10px 0px 0px 5px;
	}

	.content .facilities_box .facilities_flex table th,
	.content .facilities_box .facilities_flex table td {
		width: 80px;
	}

	.content .course_box .course_table th,
	.content .course_box .course_table td {
	}

	.content .course_box .course_flex > div {
		width: 33.3%;
	}
	.content .course_box .course_flex > div:last-child {
		width: 33.3%;
	}

	.content .champion_box ul li span {
		margin-left: 40px;
	}
}

@media (min-width: 640px) {
	.content .facilities_box .facilities_image > ul > li {
		width: auto;
	}

	.content .champion_box ul li span {
		margin-left: 50px;
	}

	.content .meet_box > ul > li .meet_item li {
		width: auto;
	}
	.content .meet_box > ul > li .meet_item li:first-child {
		width: 200px;
	}
	.content .meet_box > ul > li .meet_item li:last-child {
		width: calc(100% - 200px);
	}
}

@media (min-width: 800px) {
	header {
		height: 100px;
	}

	nav #navi_sp {
		display: none;
	}

	nav #navi_pc {
		display: block;
	}

	#navi_btn {
		display: none;
	}

	main {
		padding-top: 100px;
	}

	footer #footer_area {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	footer #footer_area #footer_navi {
		width: 220px;
	}

	footer #footer_area #footer_navi ul {
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
		text-align: left;
	}

	footer #footer_area #footer_box {
		width: calc(100% - 220px);
	}

	footer #footer_area .footer_copy {
		text-align: right;
	}

	footer #footer_area .footer_tel {
		display: block;
	}

	.top_box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 20px;
	}

	.top_box article:first-child {
		width: calc(100% - 400px);
	}
	.top_box article:last-child {
		width: 400px;
	}

	.top_box .banner_box {
		padding-top: 40px;
		width: 400px;
		text-align: right;
	}

	.content > .content_flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.content > .content_flex > article,
	.content > .content_flex > section {
		width: calc(100% - 200px);
	}

	.content > .content_flex .content_navi_sp {
		display: none;
	}

	.content > .content_flex .content_navi_pc {
		display: block;
		width: 200px;
	}

	.content .table_box > table th,
	.content .table_box > table td {
		padding: 0px　10px;
	}

	.content .table_box > table th{
		width: 220px;
	}

	.content .privacy_box .privacy_msg {
	}

	.content .privacy_box dl {
	}

	.content .privacy_box dd {
	}

	.content .membership_box .membership_msg {
	}

	.content .membership_box .membership_msg .membership_contact {
		max-width: 340px;
	}

	.content .membership_box .membership_table ul li {
	}
}

@media (min-width: 900px) {
	nav #navi_pc ul li {
		margin-right: 20px;
	}

	.content .champion_box ul li span {
		margin-left: 60px;
	}
}

@media (min-width: 1000px) {
	nav #navi_pc ul li {
		margin-right: 40px;
	}
}


