﻿@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */　
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF;
}

.img{
	max-width: 100%;
	height:auto;
	}
.w100{max-width: 100%;}
/* 隙間をなくす */
li img,dt img,dd img{
vertical-align:bottom;
}

/* IEの隙間をなくす */
img{
	vertical-align: top;
	vertical-align: bottom;
}	
.switch {
	visibility: hidden;}/* スマホＰＣ切り替えＣＳＳ*/

#wrap {
	width: 100%;
	overflow:hidden;
}

a{ outline: none;}

a:link,
a:visited {
	color: #D50003;
	font-weight: normal;
}

a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.red{color:#FF0004;}

/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* 改行 ----------------------------------------------------------------------------------*/

.br-sp { } /**スマホ改行非表示*/
.br-pc { display:none; } /**ＰＣ改行非表示*/

@media screen and (max-width: 700px) {/*タブレット*/
.br-sp { display:none; } /*スマホ改行非表示*/
.br-pc {display:block; } /*ＰＣ改行非表示*/
}

/*vegasスライダー----------------------------------------------------------------------------------*/
#vegas_box{
	width: 100%;
	height:550px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.vegas_logo{
	float:right;
	margin-right:50px;
}
.vegas_logo_sp{display:none;}

@media screen and (max-width: 1000px) {
#vegas_box{
	height:450px;
	}
.vegas_logo{display:none;}
.vegas_logo_sp{
	display:block;
	margin:70px auto 0px;
}

}
/* ヘッダー ----------------------------------------------------------------------------------*/

header{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	}
.h_1{
	width:100%;
	}
.h_2{
	width:100%;
	}
.logo_sp{display:none;}/*左上logo*/

@media screen and (max-width: 1000px) {
header{flex-direction:column-reverse;}
.logo_sp{/*左上logo*/
	display:block;
	padding:10px 0px 0px 10px;
	}

}

.h_menu{
	width:50%;
	float:right;
	display:flex;
	justify-content:flex-end;
}
ul.h_contact li{text-align:center;}

ul.h_nav{
	display:flex;
	align-items:center;
	align-items:flex-end;
	}
ul.h_nav li{
	font-size:14px;
	background:url(../img/base/icon_h.png) no-repeat left center;
	padding-left:12px;
	margin-right:15px;
	}
ul.h_nav a:link,
ul.h_nav a:visited {
	color: #000;
	font-weight: normal;
}
ul.h_nav a:hover,
ul.h_nav a:active {
	text-decoration: none;
	color: #D50003;
}
header .inner{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

@media screen and (max-width:1000px){
.logo{width:250px;}
.h_menu{display:none;}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


}

/*NAV ----------------------------------------------------------------------------------*/
.menu_moji{display:none !important;}/*ＰＣでは非表示ボタン */
.li_none{display:none !important;}/*ＰＣでは非表示ボタン */
.menu_img{}
.h_tel_sp{}

@media screen and (max-width:1000px){
.menu_moji{display:block !important;color: #fff;}
.li_none{display:block !important;color: #fff;}
.menu_img{display:none !important;} 
.h_tel_sp{}	
.h_mail_sp{margin-top:-20px;}
}

/*フッダー ----------------------------------------------------------------------------------*/
footer{
	border-top:solid 1px #ccc;
	background:url(../img/base/footer_bg2.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
}
.footer_contact{
	width: 90%;
	max-width:900px;
	margin:0 auto;
	overflow:hidden;
	}

ul.footer_left{/*フッダー左（ロゴ）*/
	width:20%;
	float:left;
	padding-top:20px;
}
ul.footer_left li{
	font-size:13px;
	line-height:120%;
	color:#fff;
	margin-bottom:10px;
}
.footer_right{/*フッダー右*/
	float:right;
	width:70%;
	padding-top:80px;
}

ul.f_telmail{/*TEL*/
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding-bottom:50px;
}
ul.f_telmail li{margin-left:2%;}
.f_copy{
	font-size:10px;
	color:#fff;
	text-align:center;
	margin-top:20px;
}
@media screen and (max-width: 800px) {
ul.footer_left{/*フッダー左（ロゴ）*/
	float:none;
	width:100%;
	margin:0 auto;
	text-align:center;
	}
.footer_right{/*フッダー右*/
	float:none;
	width:100%;
	padding-top:10px;
}
ul.f_telmail{
	width:100%;
	margin:0 auto;
	text-align:center;
	justify-content:center;
	padding-bottom:30px;
	}
}
@media screen and (max-width: 500px) {
ul.f_telmail{flex-wrap:wrap;}
ul.f_telmail li{margin-left:0%;}
}

/*PC用fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-size:12px;
	background:url(../img/base/f_icon.png) no-repeat left center;
	padding-left:15px;
	margin-right:20px;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active,
ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#FFF;
}
.footer_rental{
	padding:20px 0px;
}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 500px) {
ul.footer_menu li{
	font-size:11px;
	margin-right:15px;
	}
}

/* 文字  ----------------------------------------------------------------------------------*/
.S{
	font-size:16px;
	line-height: 170%;
}
.M{
	font-size:20px;
	line-height: 130%;
	margin-bottom:10px;
}
.L{
	font-weight:bold;
	font-size:30px;
	line-height:140%;
	margin-bottom:10px;
}
.pink{color:#ec5d6f;}
.white{color:#FFF;}

.marker{
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}
/* 配置 ----------------------------------------------------------------------------------*/
.right1{float: right;}
.left1{float: left;}	
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}

/* ページＴＯＰ  ----------------------------------------------------------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #D4080B;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 共通 ----------------------------------------------------------------------------------*/
.main{width: 100%;}

.p_top{
	padding-top: 50px;
}
.box{
	width: 100%;
	max-width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:20px;}

.pan{
	font-size: small;
	max-width:980px;
	margin:0 auto;
	padding:5px;
	width:100%;
}


.center{text-align:center;}
.pink{color:#ED1178;}
@media screen and (max-width: 1050px) {/*box1050以下*/
.p_top{padding-top:30px;}
.box{
	width: 95%;
	padding-top:0px;}
}
@media screen and (max-width: 600px) {
.center{text-align:left;}
.box_in{padding:10px;}
}
/* text----------------------------------------------------------------------------------*/
.title{
	font-size:35px;
	color:#2D2D2D;
	font-family: "Sawarabi Mincho";
	text-align:center;
	margin-bottom:20px;
}
@media screen and (max-width: 600px) {
.title{font-size:25px;}
}


/* BG ----------------------------------------------------------------------------------*/
.bg1{
	background:url(../img/base/bg1.jpg) repeat-x top;
	padding:50px 0px;
}
.bg2{
	background:url(../img/base/bg2.jpg);
	padding:50px 0px;
}
@media screen and (max-width: 600px) {
.bg1{padding:30px 0px;}
.bg2{padding:30px 0px;}
}


/* PT ----------------------------------------------------------------------------------*/
.pt{
	width: 100%;
	height:300px;
	}
.pt1{background:url(../vegas/slider1.jpg)  center center;background-size: cover;}
.pt2{background:url(../vegas/slider2.jpg)  center center;background-size: cover;}
.pt3{background:url(../vegas/slider3.jpg)  center center;background-size: cover;}
.pt4{background:url(../vegas/slider4.jpg)  center center;background-size: cover;}
.pt5{background:url(../vegas/slider5.jpg)  center center;background-size: cover;}
.pt6{background:url(../vegas/slider6.jpg)  center center;background-size: cover;}

.pt_logo{
	text-align:right;
	max-width:1000px;
	width:100%;
	margin:0 auto;
}
@media screen and (max-width: 1000px) {
.pt{
	height:200px;
	}
.pt_logo{display:none;}
}


/* ボタン ----------------------------------------------------------------------------------*/
.btn1{
	background-color:#9b1e23;
	padding: 0.5em 1em;
	display: inline-block;
	text-decoration: none;
	margin:20px 0px;
	font-size:15px;
}
.btn1:link,
.btn1:visited {
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	color:#FFF;
	text-decoration: none;
	background-color:#C04D4E;
}

/* TOP ----------------------------------------------------------------------------------*/
ul.top_service{
	display:flex;
	justify-content:center;
	margin:30px 0px 0px;
	flex-wrap:wrap;
}
ul.top_service li{
	justify-content:space-between;
	width:48%;
	font-size:14px;
	line-height:120%;
	text-align:center;
	margin:1% 1% 2%;
}
ul.top_service li img{
	margin-bottom:10px;
}
ul.top_rental{
	display:flex;
	justify-content:space-between;
	margin:20px 0px 0px;
	flex-wrap:wrap;
}
ul.top_rental li{
	margin:1%;
	width:31%;
}
ul.top_banner{
	max-width:1000px;
	margin:30px auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.top_banner li{
	margin:1%;
	text-align:center;
	font-size:13px;
	width:30%;
}
.top_txt{
	font-size:15px;
	line-height:180%;
	text-align:center;
}
.top_sns{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
}

.blog,.insta{width:48%;text-align:center;}



@media screen and (max-width: 700px) {
ul.top_rental li{width:48%;}
ul.top_banner{margin:10px auto 0px;}
ul.top_banner li{width:45%;}
}
@media screen and (max-width: 600px) {
ul.top_service{
	flex-wrap:wrap;
	width:90%;
	margin:10px auto;
	}
ul.top_service li{
	width:100%;
	margin-bottom:20px;
	}
.top_txt{
	font-size:12px;
	text-align:left;
	margin:0px 10px 20px;
}
.top_sns{flex-wrap:wrap;}
.blog,.insta{
	width:90%;
	margin-bottom:20px;
}

}
/* TOP教室案内（ＭＡＰ）--------------------------*/
.top_school{
	max-width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.top_school_in{
	background-color:#FFF;
	width:48%;
	padding:2%;
	margin:1%;
	box-sizing: border-box;
}
.top_school_in h2{
	font-size:25px;
	font-family: "Sawarabi Mincho";
	text-align:center;
	margin-bottom:10px;
}
.top_school_in p{
	text-align:center;
	font-size:14px;
	line-height:140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_map {
position: relative;
padding-bottom: 56.25%;
height: 120px;
overflow: hidden;
margin:20px 0px 0px;
}
 
.top_map iframe,
.top_map object,
.top_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 700px) {/*タブレット*/
.top_school_in{
	width:100%;
	margin:2%;
}
.top_school_in h2{font-size:20px;}
.top_school_in p{font-size:12px;}
.top_map {height: 80px;}
}

/*新着情報--------------------------*/
.top2{
	width:100%;
	border-top:solid 1px #ccc;
	margin:0px;
	padding:40px 0px;
}
.top2 h2{
	text-align:center;
	font-size:30px;
}
.top_news{/* お知らせ */
	width:90%;
	max-width:1000px;
	background-color:#fbfbfb;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	behavior: url("PIE.htc");
	margin:30px auto 20px;
	padding: 30px;
	box-sizing: border-box;
}
table.news {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
}
table.news tr th {
}
table.news tr td {
	font-size: 17px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
table.news tr td img{
	float:right;
	margin-left:15px;
	border:1px solid #CCC;
	width:20%;
}
@media screen and (max-width: 640px) {/* SP */
table.news tr td img{
	margin-left:10px;
	width:30%;
}
}
@media screen and (max-width: 640px) {/* SP */
.top_news{
	padding: 15px;
	box-sizing: border-box;
	margin:10px auto;
}
table.news {
	margin:0 auto;
}
table.news tr td {
	font-size: 13px;
	line-height: 120%;
	padding:10px;
}

}

/* 表 --------------------------------------------*/
table.type01 {
	width:100%;
	margin:20px auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#FFFFFF;
    font-size:15px;
	line-height:140%;
}
table.type01 th {
	padding: 5px 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01{
	font-size:12px;
}
table.type01 th {padding: 3px;}
table.type01 td {padding: 3px;}
}

/* MAP ----------------------------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin:0px 0px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ボタン ----------------------------------------------------------------------------------*/
ul.gallery{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:0px 0px 20px;
}
ul.gallery li{
	width:20%;
	margin:1%;
}


/* もくじ------------------------------------------------------------　*/
ul.mokuji{
	max-width:1000px;
	width:100%;
	margin:0 auto 50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	justify-content:center;
	list-style:none;
}

ul.mokuji li{
	font-size:16px;
	line-height:120%;
	background-color:#E06163;
	color:#FFF;
	margin:1%;
	padding:2% 3%;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
ul.mokuji li a:link,
ul.mokuji li a:visited{
	color:#FFF;
	text-decoration:none;
}
ul.mokuji li a:hover,
ul.mokuji li a:active {
	color:#E79E9F;
}
@media screen and (max-width: 600px) {/*タブレット*/
ul.mokuji{margin-bottom:20px;}
ul.mokuji li{
	width:40%;
	text-align:center;
	padding:2%;
}
}

/* 講師紹介------------------------------------------------------------　*/
.teacher_box{
	display:flex;
	margin:50px auto;
	justify-content:space-between;
}
.teacher_img{
	width:40%;
}
.teacher_txt{
	width:55%;
	font-size:14px;
	line-height:160%;
}

@media screen and (max-width: 700px) {/*タブレット*/
.teacher_box{
	flex-wrap:wrap;
	justify-content:center;
}
.teacher_img,
.teacher_txt{
	width:90%;
	margin-bottom:30px;
	}
}
/* お問合わせ　----------------------------------------------------------------------------------*/
.mailbox_all{
	box-sizing: border-box;
	margin:30px auto;
	padding: 20px 10px;
	width: 90%;
	background-color:#FFFFFF;
}
.mailbox{
	margin:10px;
}
.thanks_tel{
	background-color:#FFFFFF;
	padding:10px;
	margin:0 auto;
}
@media screen and (max-width: 600px) {/*タブレット*/
.mailbox_all{
	width: 100%;
	padding:10px;
}
}

