@charset "UTF-8";

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #000;
	text-align: center;
}


.pc-display-none{
	display: none;
}

/* ========== font ========== */

strong { font-weight: 600;}

a { text-decoration: none;}
a:hover {
	text-decoration: underline;
}


/* ========== page top ========== */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.pagetop a {
    display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* ========== contents ========== */


/* == ヘッダー固定分のマージン == */
/*
#concept,
#trainer,
#facilities,
#course,
#taiken,
#access{
    padding-top: 130px;
    margin-top: -130px;
}
*/
header{
	position: fixed;
	top: 0px;
	height: 75px;
	width: 100%;
	z-index: 100;
}

#header-pc{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eb519a;
}

#header-sp{
    display: none;
}

nav{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

main{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	background-color: #f4f4f4;
}


footer{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 32px;
	font-size: 16px;
	margin-top: 20px;
	padding: 40px;
}
.footer-img{
	float: right;
	width: 400px;
}
footer iframe{
	margin-bottom: 20px;
}

#access a{
	color: #000;
}






header ul{
	margin-left: 40px;
}
header li{
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 95px;
	font-size: 12px;
	height: 30px;
	padding-top: 12px;
	margin-top: 16px;
}
header li:nth-child(1){
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
}

header li a{
	color: #fff;
}
.tel{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	text-align: center;
}
.tel strong{
	font-size: 20px;
	font-weight: bold;
}
.tel a{
	color: #fff;
}
.logo{
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.lesson{
	width: 100%;
	margin-bottom: 40px;
	height: 385px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	background-color: #fff;
}
.lesson img{
	float: right;
	margin-left: 40px;
}
.lesson-no{
	font-size: 14px;
	padding-top: 60px;
	margin-left: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.lesson-no strong{
	font-size: 22px;
	font-weight: bold;
}
.lesson-t{
	font-size: 26px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}
.lesson-h{
	font-size: 13px;
	line-height: 21px;
	margin-left: 40px;
}
.lesson ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 14px;
}
.lesson li {
	margin: 0px;
	background-image: url(../images/chack.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.2em;
}



.staff {
	width: 170px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.staff:nth-child(5),
.staff:nth-child(11) {
	margin-right: 0px;
}
.staff img{
	margin-bottom: 10px;
	width: 170px;
}
.name{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.post{
	font-size: 14px;
	line-height: 42px;
	font-weight: bold;
}
.post-2l{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.bg-w hr,
.bg-g hr{
	margin-bottom: 60px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.staff-fill {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/staff_fill.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 210px;
	color: #FFF;
	padding-left: 145px;
	padding-top: 130px;
	font-size: 13px;
	line-height: 18px;
}
.staff-fill strong{
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
}



.title {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 42px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.title-p {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 42px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e75398;
	color: #e75398;
}
.title-p p{
	font-size: 12px;
	margin-bottom: 40px;
	float: right;
	color: #e75398;
}






.facilities1{
	font-size: 18px;
	line-height: 30px;
}
.facilities1 strong{
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
}
.facilities1 img{
	float: left;
	margin-right: 40px;
}


.facilities2{
	font-size: 14px;
	width: 355px;
	float: left;
	line-height: 21px;
	margin-right: 100px;
	margin-bottom: 60px;
}
.facilities2 img{
	margin-top: 10px;
}
.facilities2:nth-child(even){
	margin-right: 0px;
}
.facilities2 strong{
	font-size: 38px;
	line-height: 42px;
	font-weight: bold;
}






.course-h {
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
}
.course{
	float: left;
	height: 665px;
	width: 280px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 2px;
	text-align: center;
	position:relative;
}
.course:nth-child(2){
	background-image: url(../images/course1.png);
}
.course:nth-child(3){
	background-image: url(../images/course2.png);
}
.course:nth-child(4){
	background-image: url(../images/course3.png);
	margin-right: 0px;
}
.course p:nth-child(1){
	color: #c3ab0b;
	position:absolute;
	top:22px;
	font-size: 28px;
	width: 280px;
}
.course p:nth-child(2){
	position:absolute;
	top:90px;
	font-size: 20px;
	line-height: 34px;
	width: 280px;
}
.course p:nth-child(3){
	position:absolute;
	top:170px;
	font-size: 28px;
	padding-top: 25px;
	width: 280px;
	line-height: 42px;
}
.course p:nth-child(4){
	position:absolute;
	top:375px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 280px;
}
.course p:nth-child(5){
	font-size: 13px;
	text-align: left;
	position:absolute;
	top:460px;
	left:25px;
	width: 280px;
}



.kaiin-h {
	margin-bottom: 40px;
	font-size: 42px;
	text-align: center;
	line-height: 60px;
}
.kaiin-h span{
	font-size: 16px;
}

.kaiin {
	width: 240px;
	float: left;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 100px;
	margin-right: 45px;
	font-size: 12px;
}
.kaiin:nth-child(4) {
	margin-right: 0px;
}
.kaiin p:nth-child(1){
	font-size: 26px;
	line-height: 44px;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom-width: 6px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	text-align: center;
	padding-top: 26px;
	height: 5em;
}
.kaiin p:nth-child(2){
	font-size: 54px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.kaiin2 {
	float: right;
}
.taiken{
}.main-img{
	text-align: center;
}








/* ========== 200914追加 ========== */

.contact {
	text-align: center;
}


.instagram {
	text-align: center;
	padding: 40px;
}

















/* ========== 210607追加 ========== */


.slider{
	width: 100%;
	top: 90px;
	z-index: 100;
}
.slider img{
    height: auto;
    width: 100%;
}
.slider-clear{
/*	margin-top: 130px;*/
	margin-top: 100px;
}
.w900{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.w1000{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.title-s{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
/*	margin-top: 40px;
	margin-bottom: 40px;*/
	padding: 40px 0;
}


h1{
	font-size: 32px;
	line-height: 56px;
	text-align: center;
/*	margin-top: 40px;*/
	margin-bottom: 40px;
}
h2{
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.hr1{
    vertical-align:middle;
}
.method-copy{
	color:#ca7a82;
	font-weight:bold;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: left;
	flex-wrap: wrap;
	line-height: 1.6;
}
.method-copy .flex{
	margin-bottom: 1em;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align: left;
}

.header {
	background-color: #aaafb3;
	font-weight: bold;
	height: 80px;
	padding-top: 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}
.header01 {
	margin-right: 120px;
	width: 200px;
}
.header02 {
	margin-right: 40px;
}
.header03 {
	margin-right: 40px;
}
.header04 {
	margin-right: 0px;
	width: 350px;
}
.section{
	background-color:rgba(0,0,0,0.60);
	height: 30px;
	padding-top: 10px;
	position: fixed;
	top: 90px;
	width: 100%;
	z-index: 1000;
	color: #FFF;
}
.section a{
	color: #FFF;
	padding-left: 2em;
	padding-right: 2em;
}
.menu {
	background-color: #ca7a82;
	width: 130px;
	margin: 6px;
	float: left;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-radius: 6px;
	font-weight: bold;
}

.bg-g{
	background-color:#ededed;
	margin-top: 40px;
	padding-bottom: 10px;
}


.mov{
	vertical-align:middle;
	background-color: #aaafb3;
	padding-bottom: 40px;
	margin-top: 40px;
}
.osusume-img1{
	float: right;
	margin-left: 40px;
}
.osusume-img2{
	float: left;
	margin-right: 40px;
}
.osusume{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.osusume1{
	font-size: 28px;
	height: 50px;
	font-weight: bold;
	line-height: 40px;
	width: 240px;
}
.osusume2{
	font-size: 18px;
	line-height: 50px;
	height: 214px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 30px;
	width: 240px;
}
.trainer{
	width: 200px;
	font-size: 15px;
	margin: 50px;
	float: left;
	text-align: left;
	line-height: 32px;
}
.trainer p{
	font-size: 12px;
	line-height: 18px;
}
.trainer img{
	width: 200px;
	margin-bottom: 8px;
}
.trainer strong{
	font-size: 20px;
	font-weight: normal;
}
.trainer-hr{
	border: 1px solid #000;
}
.training01{
	font-size: 38px;
	line-height: 48px;
	float: left;
	font-weight: bold;
}
.training02{
	font-size: 24px;
	line-height: 32px;
	background-color: #c97a80;
	color: #FFF;
	float: right;
	padding: 8px;
}
.training03{
	font-size: 22px;
	line-height: 36px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}
.training04{
	font-size: 28px;
	line-height: 50px;
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}


video {
	height: 338px;
	width: 600px;
}


/* == ヘッダー　クリックで表示 == */
/*ボックス全体*/
.switchbox {
    min-width: 1200px;
}
