@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
■共通
--------------------------------------------------------------------*/
img {
	width: 100%;
}
#container, #container article {
	min-width: 320px;
	overflow-x: hidden;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
.f_l, .f_r {
	float: none;
}
.inner, .inner02 {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}
/*-------------------
■共通タイトルテキスト
------------------ */
.txt01 {
	font-size: 12px;
	line-height: 160%;
}
.txt02 {
	font-size: 11px;
	line-height: 160%;
}

.txt03 {
    font-size: 12px;
    line-height: 200%;
}
.txt04 {
    font-size: 11px;
    line-height: 140%;
}
.txt05 {
    font-size: 11px;
	line-height: 160%;
}
.txt06 {
    font-size: 11px;
	margin-bottom: 5px;
}
.title01 {
	font-size: 14px;
}
.title02 {
	font-size: 18px;
	padding-bottom: 10px;
}
.title02:after {
	width: 30px;
	margin-left: -15px;
}

.title03 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}
.title04 {
    font-size: 12px;
    margin-bottom: 10px;
}
.title05 {
    font-size: 16px;
    margin-bottom: 15px;
	padding-bottom: 5px;
}
.title05 .sml01{
	font-size: 12px;
}
.title05 .sml02{
	font-size: 12px;
}
.title06 {
    font-size: 14px;
    margin-bottom: 10px;
	background-size: 12px 12px;
    padding-left: 17px;
}
.title07 {
    font-size: 13px;
}
.title08 {
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.list01 li {
    padding-left: 12px;
    font-size: 11px;
    margin-bottom: 5px;
}
.list01 li:before {
    content: "●";
    font-size: 11px;
}
.list02 li{
	padding-left: 12px;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 180%;
}
.list02 li:before {
	content: "●";
	font-size: 11px;
}
/*-------------------
■共通ボタン
------------------ */
.readmore {
	height: 40px;
	width: 200px;
}
.readmore a {
	font-size: 14px;
	line-height: 38px;
	background-size: 5px auto;
}
.readmore a:hover {
	background-position: 97% center;
	border: 1px solid #0071BE;
}
/*-------------------
ヘッダー
------------------ */
#toppage {
	padding-top: 78px;
}
#hd01, #hd02 {
	display: none;
}
.hd01_sp {
	background-color: #F45571;
	height: 23px;
	padding: 0 10px;
	text-align: left;
}
.h1_txt_sp {
	color: #FFF;
	font-size: 8px;
	line-height: 23px;
	display: none;
}
#header_sp {
	display: block;
	height: 55px;
	width: 100%;
	position: relative;
}
#header {
	background-color: #FFF;
	height: 78px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#header .inner, #header .h_menu {
	display: none;
}
.header_logo_sp {
	position: absolute;
	width: 136px;
	left: 10px;
	top: 33px;
}
#spmenu {
	position: absolute;
	top: 23px;
	right: 0px;
	width: 55px;
	height: 55px;
}
#spmenu a {
	height: 42px;
	width: 55px;
	/*position: fixed;*/
	top: 0px;
	right: 0px;
	display: block;
	padding-top: 13px;
	color: #F45571;
	text-decoration: none;
	z-index: 9999;
}
.ico-border {
	display: block;
	height: 2px;
	margin-bottom: 5px;
	width: 30px;
	background-attachment: scroll;
	background-color: #F45571;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
}
#spmenu a span {
	padding-top: 3px;
	display: block;
}
.menubtn span {
	color: #F45571;
	display: block;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}
.menu {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0;
	z-index: 21;
	background-color: #fff;
	padding: 0 0 0 0;
}
#h_close {
	position: fixed;
	height: 55px;
	width: 55px;
	top: 23px;
	right: 0;
	z-index: 400;
	padding: 0px;
	display: block;
}
.menubgin ul.menu_link01 li a {
	color: #000;
	background-color: #FFF;
	height: 40px;
	width: auto;
	font-size: 12px;
	display: block;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #DDD;
	text-align: left;
}
.menubgin ul.menu_link01 li a:after {
	background-image: url(../img/arrow_sp01.png);
	background-repeat: no-repeat;
	background-size: 7px 12px;
	background-position: right center;
	position: absolute;
	top: 14px;
	right: 15px;
	content: "";
	width: 7px;
	height: 12px;
}
#menuClose .menubtn {
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: #3F342A;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86C69C;
}
.remodal-wrapper {
	height: 100%;
	overflow: auto;
}
.remodal-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.menu_link01 {
	margin-bottom: 20px;
	margin-top: 55px;
	border-top: 1px solid #DDDDDD;
}
.menu_link01 li a {
	border-bottom: 1px solid #DDDDDD;
	width: 50%;
	float: left;
	padding: 16px 0 15px 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	text-align: left;
	position: relative;
	font-size: 13px;
}
.menu_link01 li:nth-child(2n+1) a {
	border-right: 1px solid #DDDDDD;
}
.menu_link01 li a:after {
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 10px;
	content: "";
	top: 50%;
	right: 10px;
	position: absolute;
	width: 6px;
	height: 10px;
	margin-top: -5px;
}
.menu_link02 {
	margin-bottom: 20px;
}
.menu_link02 li a {
	color: #000000;
	font-size: 12px;
}
.menu_link02 li {
	display: inline-block;
}
.menu_link02 li:first-child a {
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
}
.menu_link02 li:last-child a {
	padding-left: 20px;
}
/*-------------------
トップ メインイメージ
------------------ */
#mainslider {
    width: 100%;
    margin-left: 0;
    height: auto;
}
#top_mainimg .topmain_box .maincatch02 {
	font-size: 8px;
	padding-top: 10px;
}
.wideslider {
    left: 0;
	min-width: 320px;
}
.maincatch{
	width: 100%;
	padding: 15px;
	position: relative;
    top: 0;
    right: 0;
	left:inherit;
	margin-left: 0;
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.maincatch .maincatch02 {
	font-size: 11px;
	line-height: 180%;
}
/*-------------------
トップ
------------------ */
.top_content01 {
	padding: 0;
}
.box01 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.box01 .inbox {
	width: 100%;
	height: 131px;
	margin-bottom: 0;
}
.box01 .inbox a {
	width: 100%;
	height: 131px;
}
.box01 .titbox01 {
	color: #FFF;
	height: 75px;
	width: 50%;
	text-align: center;
	padding: 56px 0 0 0;
}
.top_content02 {
	padding: 40px 0;
}
.box02 li {
	margin-bottom: 15px;
}
.box02 .b02_img {
	width: 25%;
	padding-right: 3%;
}
.box02 .b02_date {
	font-size: 11px;
	margin-right: 5px;
}
.box02 .b02_icon01 {
	display: inline-block;
	width: 36px;
	height: 12px;
	line-height: 12px;
	font-size: 9px;
}
.box02 .f_r {
	width: 72%;
	float: left;
}
.box02 .b02_tit {
	font-size: 11px;
}
.box02 .b02_txt {
	display: none;
}
.top_content02 .readmore {
	margin-top: 30px;
}
.top_content03 {
	padding: 40px 0;
}
.box03 {
	border: 2px solid #EAEAEA;
	padding: 15px 10px;
	margin-bottom: 20px;
}
.box03 .inbox {
    display: block;
	margin-left: 0;
	margin-right: 0;
}
.box03 .inbox dt{
	display: table-cell;
	font-size: 16px;
	line-height: 180%;
	white-space:nowrap;
	font-size: 11px;
	line-height: 160%;
}
.box03 .inbox dd{
	display: table-cell;
	font-size: 16px;
	line-height: 180%;
	font-size: 11px;
	line-height: 160%;
}
.box04 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.box04 ul {
	border-bottom: 1px solid #EEEEEE;
}
.box04 li {
	width: 100%;
	margin-left: 0;
	float: none;
	margin-bottom: 1px;
	overflow: hidden;
}
.box04 li:nth-child(2n+1) {
	background-color: #F5F1F2;
}
.b04_img {
	margin-bottom: 0;
	width: 36%;
	float: left;
}
.box04 .b04_icon01 {
	position: inherit;
	width: 70px;
	height: 15px;
	line-height: 15px;
	font-size: 9px;
	display: inline-block;
}
.box04 .b04_icon02 {
	position: inherit;
	width: 70px;
	height: 15px;
	line-height: 15px;
	font-size: 9px;
	display: inline-block;
}
.b04_date {
	font-size: 11px;
	display: inline;
	padding-right: 10px;
}
.b04_tit {
	font-size: 11px;
	margin-top: 10px;
	padding-right: 20px;
}
.box04 .inbox {
	padding: 5px 20px 0 10px;
	display: block;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 64%;
	float: left;
}
.box04 li:after {
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 15px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 9px;
	height: 15px;
	margin-top: -7px;
}
.top_content04 {
	padding: 30px 0;
}
.box05 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.box05 li {
	width: 100%;
	margin-left: 0;
	float: none;
	margin-bottom: 1px;
	overflow: hidden;
	background-color: #fff;
}
.b05_img {
	margin-bottom: 0;
	width: 36%;
	float: left;
}
.box05 .b05_icon01 {
	position: inherit;
	width: 70px;
	height: 15px;
	line-height: 15px;
	font-size: 9px;
	display: inline-block;
}
.box05 .b05_icon02 {
	position: inherit;
	width: 70px;
	height: 15px;
	line-height: 15px;
	font-size: 9px;
	display: inline-block;
}
.b05_date {
	font-size: 11px;
	display: inline;
	padding-right: 10px;
}
.b05_tit {
	font-size: 11px;
	margin-top: 10px;
	padding-right: 20px;
}
.box05 .inbox {
	padding: 10px 0 0 10px;
	display: block;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 64%;
	float: left;
}
.box05 li:after {
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 9px 15px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 9px;
	height: 15px;
	margin-top: -7px;
}
.top_content05 .map01 {
	width: 100%;
	display: block;
	height: 225px;
}
.top_content05 .map01 iframe {
	height: 225px;
}
.box06 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: block;
    height: auto;
	padding-top: 30px;
}
.box06 .dtlist dt{
	display: table-cell;
	font-size: 16px;
	line-height: 180%;
	white-space:nowrap;
	font-size: 12px;
	line-height: 160%;
}
.box06 .dtlist dd{
	display: table-cell;
	font-size: 16px;
	line-height: 180%;
	font-size: 12px;
	line-height: 160%;
}
.title03:after {
    left: 0;
    width: 30px;
    margin-left: 0;
}
.box07 {
    margin-top: 15px;
    padding: 10px 15px;
}

/*----------------------------------
フッター
----------------------------------*/
#ft_pagetop {
    width: 100%;
    background-color: #F45571;
    height: 40px;
    overflow: hidden;
    margin-top: 30px;
}
#ft_pagetop .pagetop {
    float: none;
}
#ft_pagetop .pagetop a {
    font-size: 11px;
    background-size: 16px 9px;
    background-position: 36% center;
    height: 28px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 0;
    border-left: none;
    text-align: center;
}
#footer {
    padding: 20px 0;
}
.ft_logo {
    width: 136px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.ft_address {
    font-size: 11px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.f_menu01,.f_menu02 ul{
	display: none;
}
.f_menu02{
	position:inherit;
}
.f_menu02 .f_bnr01{
	width: 140px;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
}
.f_menu02 .f_bnr02{
	width: 140px;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	display: block;
}
.f_menu02 .f_bnr02 img{
	width: 100%;
	height: auto;
}
.copy {
    font-size: 9px;
    padding: 20px 0;
}

/*----------------------------------
ぱんくず
----------------------------------*/
.bread_Area .breadcrumb {
	width: 100%;
	padding-right: 0;
	padding-left: 10px;
	margin-top: 10px;
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*----------------------------------
サブページ
----------------------------------*/
.pagetitlebox {
	height: 125px;
}
.pagetitlebox .ptinimg{
	height: 125px;
	width: 53%;
}
.ptinbox {
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding-top: 47px;
	padding-left: 10px;
}
.pagetitle01 {
	font-size: 16px;
	padding-bottom: 5px;
	width: 40vw;
}
.pagetitle01:after{
	width: 30px;
}
#subpage{
	padding-top: 78px;
}
#submain{
	padding-top: 35px;
	padding-bottom: 50px;
}

/*price*/
.price_box01{
	margin-bottom: 30px;
	padding-top: 0;
}
.price_box02{
	padding-bottom: 30px;
}
.price_box02 .pb02in{
	margin-bottom: 10px;
}
.price_box02 .pb02in .f_l{
	width: 100%;
	margin-bottom: 10px;
}
.price_box02 .pb02in .f_r{
	width: 100%;
}
.tbl01 th{
	height: auto;
	padding: 10px;
	font-size: 12px;
}
.tbl01 td{
	font-size: 12px;
	padding: 10px;
}
.price_box03{
	padding-bottom: 30px;
}
.price_box03 .pb03in{
	margin-bottom: 10px;
}
.price_box03 .pb03in .f_l{
	width: 100%;
	margin-bottom: 10px;
}
.price_box03 .pb03in .f_r{
	width: 100%;
}
.tbl02 th{
	height: auto;
	padding: 10px 5px;
	font-size: 12px;
}
.tbl02 td{
	font-size: 12px;
	padding: 10px 5px;
}
.w80{
	width: auto;
}
.price_box04{
	border: 2px solid #EAEAEA;
    padding: 10px;
}

/*classroom*/
.cr_box01{
	margin-bottom: 10px;
}
.tbl03 table, .tbl03 tbody, .tbl03 thead, .tbl03 tfoot, .tbl03 tr, .tbl03 th, .tbl03 td {
	display: block;
	width: 100%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl03 table{
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.tbl03 th{
	width: 100%;
	padding: 10px;
	font-size: 12px;
	border-top:none;
	border-bottom: none;
}
.tbl03 td{
	font-size: 12px;
	padding: 10px;
}

/*facility*/
.facility_list {
    height: auto;
    margin-bottom: 30px;
	padding-top: 5px;
}
.facility_list li {
    margin-right: 0;
    line-height:inherit;
	width: 50%;
	padding-left: 25px;	
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.facility_list li a{
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.facility_box01 {
    margin-bottom: 30px;
}
.facility_box01 .f_l{
    width: 100%;
}
.facility_box01 .f_r {
    width: 100%;
    padding: 10px;
    height: auto;
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.facility_box01 .f_r p {
    padding-left: 17px;
    margin-bottom: 10px;
}
.facility_box02 .f_l, .facility_box02 .f_r {
    width: 100%;
}
.facility_box02 .f_l{
	margin-bottom: 30px;
}
.facility_box02 .fb02_inbox {
    padding: 10px;
    height: auto;
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.facility_box02 .fb02_inbox p {
    padding-left: 17px;
}
.facility_box03 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.facility_box03 .fb03_inbox {
    margin-right: 0;
    width: 100%;
    float: none;
    margin-top: 20px;
}

/*sitemap*/
.sitemap_box01 li{
	width: 100%;
	margin-bottom: 10px;
}
.sitemap_box01 li a{
	padding: 10px 10px 10px 0;
	font-size: 13px;
	background-position: right center;
}
.privacy_box01{
	margin-top: 20px;
}
.privacy_box02{
	margin-top: 20px;
}
.privacy_box02 p{
    font-size: 11px;
    line-height: 180%;
}
.privacy_box02 .sptelbox{
	background-color: #F25371;
	color:#fff;
	padding: 5px 10px;
	display: table;
    margin: 10px 0;
    font-size: 13px;
}
.privacy_box02 p.sptelbox a{
	color:#fff;
}


/*guide*/
.titbox02{
	padding-bottom: 15px;
	margin-bottom: 15px;	
}
.guide_box01{
	margin-bottom: 30px;
}
.guide_box02{
	margin-bottom: 30px;
}
.guide_box03{
	margin-bottom: 20px;
}
.tbl04 table{
	width: 100%;
}
.tbl04 th{
	font-size: 12px;
}
.tbl04 td{
	font-size: 12px;
}
.w250{
	width: 37%;
}
.w100{
	width: 13%;
}
.guide_box04 {
    border: 2px solid #EAEAEA;
    padding: 10px;
}

/*lesson*/
.titbox03 {
    margin-bottom: 20px;
    text-align: left;
}
.lesson_box01{
	margin-bottom: 30px;
}
.lesson_list01 li{
	width: 100%;
	float: none;
	margin-right: 0;
	font-size: 12px;
	padding: 10px 15px;
	text-align: left;
	margin-bottom: 10px;
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: auto;
}
.lesson_list01 li .ll_img{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	display: table-cell;
	width: 82px;
	text-align: center;
	vertical-align: middle;
	height: 56px;
}
.lesson_list01 li .ll_txt{
	display: table-cell;
	vertical-align: middle;
	height: 56px;
}
.lesson_list01 li:first-child .ll_img img{
	width: 57px;	
}
.lesson_list01 li:nth-child(2) .ll_img img{
	width: 36px;
}
.lesson_list01 li:nth-child(3) .ll_img img{
	width: 47px;
}
.lesson_list01 li:first-child .ll_img{
	width: 82px;	
}
.lesson_list01 li:nth-child(2) .ll_img{
	width: 82px;
	margin-bottom: 0;
	margin-top: 0;
}
.lesson_list01 li:nth-child(3) .ll_img{
	width: 82px;
	margin-top: 0;
	margin-bottom: 0;
}
.lesson_box02{
	border: 2px solid #EAEAEA;
    padding: 10px 0;
	margin-bottom: 20px;
}
.lesson_box02 p{
	font-size: 12px;
}
.lesson_box03{
	margin-bottom: 20px;
}
.lesson_box03 p {
    font-size: 14px;
    padding-top: 10px;
}
.lesson_box06 h3 {
    margin-top: 20px;
}
.lesson_box04 .f_l, .lesson_box04 .f_r {
    width: 100%;
}
.lesson_box04 .f_l {
    margin-bottom: 20px;
}
.link01 a{
	font-size: 14px;
}
.link02 li{
	float: none;
}
.link02 a{
	font-size: 14px;
}
.list03 li {
    background-size:16px 16px;
    padding-left: 20px;
    min-height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 12px;
}
.lesson_box04 {
    margin-bottom: 30px;
}
.tbl05 th{
	padding: 10px 0;
	font-size: 12px;
}
.tbl05 td{
	font-size: 12px;
	padding: 10px;
}
.tbl05.sptype table, .tbl05.sptype tbody, .tbl05.sptype thead, .tbl05.sptype tfoot, .tbl05.sptype tr, .tbl05.sptype th, .tbl05.sptype td {
	display: block;
	width: 100%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tbl05.sptype table{
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.tbl05.sptype th{
	display: none;
}
.tbl05.sptype td{
	border-top:none;
	text-align: left;
	padding-left: 45%;
	position:relative;
}
.tbl05.sptype td:before{
	width: 35%;
	display: block;
	background-color: #F5F1F2;
	position:absolute;
	top:0;
	left:0;
	padding: 10px;
	-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
border-right:1px solid #CCC;
}
.tbl05.sptype td:first-child:before{
	content:"対象";
}
.tbl05.sptype td:nth-child(2):before{
	content:"期間";
}
.tbl05.sptype td:nth-child(3):before{
	content:"曜日";
}
.tbl05.sptype td:nth-child(4):before{
	content:"時間";
}
.tbl05.sptype td:nth-child(5):before{
	content:"回数";
}
.tbl05.sptype td:nth-child(6):before{
	content:"料金";
}
.tbl05.sptype.pt02 td:nth-child(5):before{
	content:"場所";
}
.tbl05.sptype.pt02 td:nth-child(6):before{
	content:"回数";
}
.tbl05.sptype.pt02 td:nth-child(7):before{
	content:"料金";
}
.tbl05.sptype.pt02 td:nth-child(8):before{
	content:"定員";
}
.lesson_box06 {
    margin-bottom: 20px;
}
.lesson_box05 {
    margin-bottom: 30px;
}
.news .box02 .f_r {
   width: 72%;
}

/*----------------------------------
ページング
----------------------------------*/
.pager_btn{
	font-size: 12px;
}
.pager_btn span.next {
    margin: 0 0 0 10px;
}
.pager_btn span.prev {
    margin: 0 10px 0 0;
}

.registration {
	float: none;
	font-size: 12px;
	text-align: center;
}

.mbpt01{
	margin-bottom: 25px;
}
.wp-pagenavi .page.larger{
	display: none;
}
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi .page.smaller {
    display: none;
}
.wp-pagenavi span.pages{
	display: block;
    margin:0 auto 20px auto!important;
    width: 60%;
}

/*----------------------------------
新着投稿
----------------------------------*/
#entry-content h1 {
    font-size: 16px;
}
#entry-content h2 {
    font-size: 16px;
}
#entry-content h3 {
	font-size: 16px;
	padding-left: 0;
}
#entry-content h4 {
	font-size: 14px;
}
#entry-content h5 {
	font-size: 14px;
}
#entry-content h6 {
	font-size: 14px;
}
#entry-content p {
	margin-bottom: 15px;
	line-height: 1.7em;
	font-size: 13px;
}
#entry-content li {
    line-height: 1.7em;
    font-size: 13px;
}
#entry-content ol {
	line-height: 1.7em;
    font-size: 13px;
}
#entry-content pre {
    font-size: 13px;
}
.entry-date {
    padding-bottom: 20px;
    font-size: 12px;
}
.price_box05{
	padding-bottom: 30px;
}
.price_box05 .f_l{
	width: 100%;
	margin-top: 10px;
}
.price_box05 .f_r{
	width: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
}
.price_box05 .tbl02 tr:nth-child(2) td:nth-child(1){
	width: 40%;
}
.price_box05 .tbl02 tr:nth-child(2) td:nth-child(2){
	width: 25%;
}
.price_box05 .tbl02 tr:nth-child(2) td:nth-child(3){
	width: 35%;
}
.facility .facility_box02 .fb02_inbox p {
    margin-bottom: 10px;
}
.facility .facility_box02 .fb02_inbox {
    height: auto;
}
.price .tbl02.m_b_20{
	margin-bottom: 10px;
}
.price .clearfix.pb03in{
	margin-top: 20px;
}
.facility .facility_box02 .fb02_inbox,.demo_facility .facility_box02 .fb02_inbox {
    height: auto;
}
.facility .facility_box02 .fb02_inbox p {
    margin-bottom: 10px;
}
.facility .facility_box02 .fb02_inbox p:last-child {
    margin-bottom: 0;
}
.maincatch_closed{
	width: 100%;
	padding: 15px;
	position: relative;
    top: 0;
    right: 0;
	left:inherit;
	margin-left: 0;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.maincatch_closed .catch01 {
    font-size: 20px;
}
.maincatch_closed .catch02 {
    font-size: 14px;
    margin: 10px 0;
    left: 2.0em;
    text-align: left;
}
.maincatch_closed .date {
    padding: 5px 10px;
    font-size: 14px;
}
.closed_text{
    padding: 20px 0;
}
.closed_text .ct_tit01{
	font-size: 18px;
	margin-bottom: 20px;
}
.closed_text .ct_txt01{
	text-align: left;
	line-height: 1.8;
}
.closed_text .ct_box{
	padding: 15px;
	margin-top: 15px;
	width: 90%;
}
.closed_text .ct_box dl{
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.closed_text .ct_box dt{
	float: none;
	width: 100%;
}
.closed_text .ct_box dd{
	padding: 0;
	text-align: center;
	width: 100%;
}
.b04_img.deadline:after {
    background: url(../../img/classroom/deadline.png) no-repeat center center;
	background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 2;    
}
.maincatch_new01{
	width: 100%;
	height: auto;
	position: relative;
	left:inherit;
	top:inherit;
	margin-left: 0;
	display: block;
}
.maincatch_closed02{
    padding: 15px;
	width: 100%;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.maincatch_closed03{
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 20px 0;
}
.maincatch_closed03 .catch02{
	margin: 10px 0 0 0;
	line-height: 1.6;
}
.maincatch_closed03 .catch04 span{
	display: block;
}
.maincatch_closed03 .box {
    padding: 0 5px 5px 5px;
}
.maincatch_recruitment .catch01 {
    font-size: 18px;
    margin-bottom: 5px;
}
.maincatch_recruitment .catch02 {
    font-size: 14px;
}
.maincatch_recruitment .catch03 {
    font-size: 14px;
    padding: 5px;
    margin: 10px 0 10px 0;
}
.maincatch_recruitment{
    padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.maincatch_recruitment .readmore {
    margin-top: 10px;
}
.maincatch_closed02 .catch01 {
    font-size: 18px;
}
.maincatch_closed02 .catch02 {
    font-size: 14px;
    margin: 10px 0;
}
.maincatch_closed02 .date {
    padding: 7px 0 3px 0;
    font-size: 15px;
    text-align: center;
}
.classroom .box03.type02 .inbox dt {
    width: 100%;
	font-size: 12px;
	float: none;
}
.classroom .box03.type02 .inbox dd {
	font-size: 12px;
	float: none;
	display: block;
}
.classroom .box03.type02 .inbox dd span {
    font-size: 12px;
}
.classroom .box03.type02 .inbox .title {
    font-size: 14px;
    margin-bottom: 10px;
}
.classroom .clearfix.newtype .cr_box01 {
    width: 100%;
	margin-bottom: 10px;
}
.maincatch_new01.plus01 .maincatch_recruitment {
    width: 100%;
    padding: 15px;
    height: auto;
}
.maincatch_new01.plus01 .maincatch_closed03 {
    width: 100%;
    padding: 10px 0 20px 0;
}
.maincatch_new01.plus01.plus02 .maincatch_recruitment {
    padding: 15px;
    height: auto;
}
.maincatch_new01.plus01.plus02 .maincatch_recruitment .readmore {
    margin-top: 10px;
}
.f_bnrsec {
    display: block;
	width: 160px;
	margin: 0 auto;
	float:none;
}
.f_bnrsec .f_bnr01{
	display: block;
	padding-left: 0;
	margin-top: 20px;
}
.f_bnrsec .f_bnr02{
	display: block;
	padding-left: 0;
	margin-top: 15px;
}
.f_bnrsec .f_bnr03{
	display: block;
	padding-left: 0;
	margin-top: 15px;
}
.f_bnrsec .f_bnr01 img,.f_bnrsec .f_bnr02 img,.f_bnrsec .f_bnr03 img{
	width: 100%;
	height: auto;
}
.f_menu02.re01{
	display: none;
}
.demo .b04_img {
    position: relative;
}
.demo .b04_img:after {
	background: url("../../img/classroom/cancell.png") no-repeat center center;
	background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media (max-width: 320px) {
.download.new .pagetitle01 {
    font-size: 15px;
}
}
#main_01_2020 {
    width: 100%;
    height: auto;
    position: relative;
    left: inherit;
    top: inherit;
    margin-left: 0;
    display: block;
}
#main_01_2020_in01 {
    padding: 10px 5px;
    width: auto;
}
#main_01_2020 .catch01 {
    font-size: 20px;
}
#main_01_2020 .catch07 {
    font-size: 16px;
}
#main_01_2020 .box dl dt {
    float: none;
    width: auto;
}
#main_01_2020 .box dl dd {
    float: none;
    width: auto;
}
#main_01_2020 .box {
    text-align: left;
}
#main_under_2020 .catch01 {
    font-size: 18px;
}
#main_under_2020 .catch02 {
    font-size: 15px;
    text-align: left;
}
#main_under_2020 {
    padding: 30px 10px 40px 10px;
	width: auto;
}
.b04_img.deadline:after,.b04_img:after,.b05_img:after {
    background: url(../../img/classroom/cancell.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#main_01_2020_in02 {
    width: auto;
    padding: 10px 5px;
	margin: 30px auto;
}
#main_01_2020_in03{
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 30px 5px 0;
}
#main_01_2020_in03 .catch01{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
}
.mainimg_2020{
	background: none; 
	height: auto;
}
.mainimg_2020 img{
	display: block;
}
/*--------------------------------------
■お家でできるトレーニング
------------------------------------- */
.training_wrap {
    display: block;
}
.training_box {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
}
ul.training_video_box {
    display: flex;
    flex-direction: column;
    align-content: center;
}
ul.training_video_box video {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: auto;
}
.training_wrap_title01 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.training_wrap_title01:before,
.training_wrap_title01:after {
    height: 3px;
}
.training_wrap_title01:before {
    margin-right: 0.5rem;
}
.training_wrap_title01:after {
    margin-left: 0.5rem;
}
#top_video .readmore {
	width: auto;
	margin-bottom: 100px;
}
#top_video .readmore a {
    font-size: 20px;
    padding: 10px 40px;
    width: auto;
    margin: 0 auto;
}
/* 緊急事態宣言対応 2021.05.08 */
#main_01_2021 {
    width: 100%;
    height: auto;
    position: relative;
    left: inherit;
    top: inherit;
    margin-left: 0;
    display: block;
}
#main_01_2021_in01 {
    padding: 10px 5px;
    width: auto;
}
#main_01_2021 .catch01 {
    font-size: 20px;
}
#main_01_2021 .catch07 {
    font-size: 16px;
}
#main_01_2021 .box dl dt {
    float: none;
    width: auto;
}
#main_01_2021 .box dl dd {
    float: none;
    width: auto;
}
#main_01_2021 .box {
    text-align: left;
}
#main_01_2021_in02 {
    width: auto;
    padding: 10px 5px;
	margin: 30px auto;
}
#main_01_2021_in03{
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 30px 5px 0;
}
#main_01_2021_in03 .catch01{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
}
#main_01_2021_in04{
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 30px 5px 0;
}
#main_01_2021_in04 .catch01{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 3.4;
}
#main_01_2021_in04 .catch12 {
    font-size: 14px;
}
#main_01_2021_in04 .catch13 {
	text-align: center;
	font-size: 16px;
}
#main_01_2021_in04 .catch14 {
    font-size: 14px;
}
#main_under_2021 {
    width: 100%;
}
#main_under_2021 #main_01_2021_in02 {
    width: 98%;
}
#main_under_2021 .corona_limited {
    background-position: 90%;
}
.banner_20210604 {
	width: 98%;
	margin: 20px auto;
}
#main_01_2021_in03 .catch01 {
    line-height: 1.7;
}
main_01_2021_in03 {
	width: auto;
}
