@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
	overflow-y: scroll;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-family:"Rounded Mplus 1c","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem; 
  overflow: hidden;
  color:#333333;
}


.c{ text-align:center;}

a,
a:link { color: #333333; text-decoration:none; }
a:visited { color: #333333;}
a:hover { text-decoration:underline;}
a:active { text-decoration: text-decoration:none;}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

.red{color: #cc0000;}

.imgpc{ display:block;}
.imgsp{ display:none;}

.smalltxt{
    font-size:14px !important;
}

header{
	padding: 0 0 20px;
	text-align: center;
}

header img{
	width: 260px;
}


#wrap{
	width: 920px;
	background:url(../img/bg.png) repeat-y center top;
	padding: 30px 70px 0;
	margin:0 auto;
}
 

/* ==== メイン画像 =====*/

#main {
	width:100%;
	height: 380px;
	position:relative;
	margin-bottom: 60px;
}

#main h2 img{
    width: 860px;
}

#main h2{
    display: block;
    text-align: center;
}



/* ==== CONTENTS =====*/

section {
}

section h2{
	margin-bottom:40px;
	font-size:4.8rem;
	font-weight:600;
	text-align: center;
}





/* ==== about =====*/

section#topabout{
	margin-bottom: 60px;
    padding-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}

section#topabout h2{
	line-height: 1.1;
}

section#topabout h2 span{
	font-size:3.0rem;

}

section#topabout h3{
	font-size:2.1rem;
	margin-bottom: 10px;
	font-weight:700;
	color: #fb1f7e;
}

section#topabout  p{
	line-height: 1.8;
}


.topabout h3:before{
	content: '';
	width: 30px;/*画像の幅*/
	height: 36px;/*画像の高さ*/
	background-image: url("../img/icon_osusume.png");
	background-size: contain;
	display: inline-block;
	vertical-align:bottom;
	margin-right:10px;
}




/* ==== osusume =====*/

section#toposusume{
	margin-bottom: 60px;
    padding-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}

section#toposusume h2{
	line-height: 1.1;
}


.toposusume ul li{
	background: url("../img/icon.png") no-repeat left center;
    background-size:contain;
    padding-left: 45px;
    margin-bottom: 15px;
    font-size: 2.1rem;
}


.toposusume-l{
    width: 280px;
    float: left;
}

.toposusume-r{
    width: 600px;
    float: right;
}



/* ==== step =====*/

section#topstep{
	margin-bottom: 60px;
    padding-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}

section#topstep h2{
	line-height: 1.1;
}



.topstep-l{
    width: 280px;
    float: left;
}

.topstep-r{
    width: 600px;
    float: right;
}

.topstep-r p{
    font-size: 2.1rem;
    line-height: 2;
}


/* ==== course =====*/

section#topcourse{
	margin-bottom: 60px;
    padding-bottom: 60px;
	border-bottom: 1px dotted #ccc;
}

section#topcourse p{
	font-size:1.6rem;
	line-height: 2.0;
	text-align: center
}

section#topcourse h3{
	font-size:2.4rem;
	background: #fb1f7e;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
}

.programbox{
	margin-bottom: 40px;
}

.programbox-in{
	width: auto;
	border: 1px solid #eaeaea;
}

.programbox-in h4{
	font-size:2.4rem;
	background: #eaeaea;
	text-align: left;
	font-weight: 700;
	padding: 10px 20px;
}

.programbox-in .box-in{
	padding:20px;
}

.programbox-in .box-in p{
    text-align: left !important;
}



/* ==== ma =====*/

section#topma{
	margin-bottom: 60px;
    padding-bottom: 20px;
}

section#topma .mabox{
    border: 4px solid #fb1f7e;
    padding: 30px;
}

section#topma .mabox p{
    font-size: 2.1rem;
    line-height: 2;
}



/* ==== eve =====*/

section#topeve{
	margin-bottom: 0px;
    padding-bottom: 30px;
}

section#topeve ul li{
    font-size: 2.1rem;
    margin-bottom: 10px;
}

section#topeve ul li:last-child{
    margin-bottom: 0px;
}


/* ==== online =====*/

section#toponline{
	margin-bottom: 0px;
    padding-bottom: 30px; 
}

section#toponline h2{
    color: #fff;
}

section#toponline h3{
    color: #fff;
    text-align: center;
    font-size:21px;
    font-weight:bold;
    margin-bottom:20px;
}

section#toponline .onlinebox{
    background: #2b2c3c;
    padding: 40px 20px;
}


section#toponline .onlinebox ul li{
    background: #fff;
    padding:30px 20px;
    width: 30%;
    margin-right: 20px;
    text-align: center;
}

section#toponline .onlinebox ul li:last-child{
    margin-right: 0px;
}


section#toponline .onlinebox ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}


section#toponline .onlinebox p.day{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

section#toponline .onlinebox p.time{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
}


a.btn_online {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
	margin: 0 auto;
    text-decoration: none;
    color: #FFF;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f50078+0,9a004b+100 */
background: rgb(245,0,120); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(245,0,120) 0%, rgb(154,0,75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(245,0,120) 0%,rgb(154,0,75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(245,0,120) 0%,rgb(154,0,75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50078', endColorstr='#9a004b',GradientType=0 ); /* IE6-9 */

    border-radius: 8px;
    font-weight: 700;
	font-size:1.8rem;
	width: 100%;
	text-align: center;
}


a.btn_online:hover {
    background:#f50078;
}

a:hover.btn_online{
	text-decoration: none;
}


.btn_noonline {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
	margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    border-radius: 8px;
    font-weight: 700;
	font-size:1.8rem;
	width: 100%;
	text-align: center;
	background:#ccc;
}



/* ==== form =====*/

section#topform{
	margin-bottom: 40px;
}

section#topform .formbox{
	width: 98%;
	border: 1px solid #eaeaea;
	padding: 3% 2%;
}

section#topform .formbox-l{
	float: left;
	width: 30%;
}

section#topform .formbox-l img{
	width: 100%;
}

section#topform .formbox-r{
	float: right;
	width: 66%;
}


section#topform .formbox .formbox-in ul{
	font-size:1.8rem;
	margin-bottom: 20px;
	text-align: center;
}

.txt-ex{
	font-size:1.2rem;
	margin-top: 5px;
	text-align: center;
}

.txt-price{
	font-size:1.8rem;
	margin-bottom: 5px;
	text-align: center;
    font-weight: 700;
}


.txt-price span{
	font-size:4.8rem;
    color: #f30c6e;
    padding-left: 8px;
}

div.btn-c{ text-align: center;}


a.btn_form {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
	margin: 0 auto;
    text-decoration: none;
    color: #FFF;
    background: #ff9d00;
    border-radius: 8px;
    font-weight: 700;
	font-size:1.8rem;
	width: 100%;
	text-align: center;
}


a.btn_form:after{
	content: '';
	width: 23px;/*画像の幅*/
	height: 23px;/*画像の高さ*/
	background-image: url(../img/icon_blink.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}


a.btn_form:hover {
    background:#d08307;
}

a:hover.btn_form{
	text-decoration: none;
}



/* ==== contact =====*/

section#topcontact .inner{
	padding:0 0 60px;
}

section#topcontact .inner h2{
	font-size:4.2rem;
	margin-bottom: 10px !important;
}

section#topcontact .inner .contactbox{
	border: 4px solid #36475a;
	padding: 30px 20px;
}

section#topcontact .inner .contactbox p.txt_contact{
	margin-bottom: 20px;
	text-align: center;
}

section#topcontact .inner .contactbox-in{
	width: 100%;
	margin: 0 auto;
	display: table;
	text-align: center;
}


a.btn_contactform {
    position: relative;
    display: inline-block;
    padding: 25px 40px;
    text-decoration: none;
    color: #FFF;
    background: #36475a;
    font-weight: bold;
	font-size:1.8rem;
	width: 50%;
}

a.btn_contactform:after {
	content: '';
	width: 24px;/*画像の幅*/
	height: 18px;/*画像の高さ*/
	background-image: url(../img/icon_mail.png);
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

a.btn_contactform:hover {
    background:#274d78;
}



/* ==== FOOTER =====*/

footer{
	width: 100%;
	padding:40px 0;
	border-top: 1px solid #cccccc;
}

footer p.fnavi{
	font-size:1.4rem;
	text-align:center;
	margin-bottom: 20px;
}


footer p.copy{
	font-size:1.2rem;
	text-align:center;
}


/* ==== 下層 =====*/


.privacy{
	margin:40px auto 0;
	text-align: left;
}

.privacy ul li.privacyBOX-txt{
	padding:0;
	font-weight:bold;
}

.privacy ul li.privacyBOX-txt2{
	padding:0;
	margin-bottom:40px;
}

section#topform .inner table.outlineTB {
    width: 100%;
    border-spacing: 0;
    margin:40px auto 40px auto;
	font-size:1.6rem;
    text-align: left;
}

section#topform .inner table.outlineTB th {
	border: 1px solid #cccccc;
    padding:20px 20px;
	font-weight:bold;
	width: 20%;
	vertical-align:middle;
	background: #f9f9f9;
}

section#topform .inner table.outlineTB td {
	border: 1px solid #cccccc;
    padding:20px 20px;
	vertical-align:middle;
	width: 80%;
}

section#topform .inner table.outlineTB td span.txt-red{
	color: #cc0000;
}


.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}



/* CLERFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	/*height: 1;*/
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
	overflow: hidden;
}

.clearfix {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
}
