@charset "UTF-8";
@font-face{
  font-family: 'noto-sans-cjk-jp';
  font-style: normal;
  font-weight: 400;
  src:url('./fonts/NotoSansCJKjp-RegularSubset.woff2') format('woff2'),
      url('./fonts/NotoSansCJKjp-RegularSubset.woff') format('woff');
}
@font-face{
  font-family: 'noto-sans-cjk-jp';
  font-style: normal;
  font-weight: 700;
  src:url('./fonts/NotoSansCJKjp-BoldSubset.woff2') format('woff2'),
      url('./fonts/NotoSansCJKjp-BoldSubset.woff') format('woff');
}
@font-face{
  font-family: 'roboto';
  font-style: normal;
  font-weight: 700;
  src:url('./fonts/Roboto-BoldSubset.eot');
  src:url('./fonts/Roboto-BoldSubset.eot?iefix') format('embedded-opentype'),
      url('./fonts/Roboto-BoldSubset.woff2') format('woff2'),
      url('./fonts/Roboto-BoldSubset.woff') format('woff'),
      url('./fonts/Roboto-BoldSubset.ttf') format('truetype');
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  }
/*
_:-ms-lang(x)::-ms-backdrop, body{
}
*/

/* フォント */
.roboto{
  font-family: 'roboto',sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bold{
  font-weight: bold;
}
.black{
  color: #333;
}
.white{
  color: #fff;
}
.navy{
  color: #1c4380;
}
.gray{
  color: #dfdfdf;
}
.green{
  color: #81a843;
}
.orange{
  color: #e4801e;
}
.fs10{ font-size:10px;}
.fs12{ font-size:12px;}
.fs13{ font-size:13px;}
.fs14{ font-size:14px;}
.fs15{ font-size:15px;}
.fs16{ font-size:16px;}
.fs17{ font-size:17px;}
.fs18{ font-size:18px;}
.fs19{ font-size:19px;}
.fs20{ font-size:20px;}
.fs21{ font-size:21px;}
.fs22{ font-size:22px;}
.fs23{ font-size:23px;}
.fs24{ font-size:24px;}
.fs25{ font-size:25px;}
.fs26{ font-size:26px;}
.fs27{ font-size:27px;}
.fs28{ font-size:28px;}
.fs29{ font-size:29px;}
.fs30{ font-size:30px;}
.fs31{ font-size:31px;}
.fs32{ font-size:32px;}
.fs33{ font-size:33px;}
.fs34{ font-size:34px;}
.fs35{ font-size:35px;}
.fs36{ font-size:36px;}
.fs37{ font-size:37px;}
.fs38{ font-size:38px;}
.fs39{ font-size:39px;}
.fs40{ font-size:40px;}
.fs42{ font-size:42px;}
.fs45{ font-size:45px;}
.fs47{ font-size:47px;}
.fs48{ font-size:48px;}
.fs50{ font-size:50px;}
.fs52{ font-size:52px;}
.fs56{ font-size:56px;}
.fs57{ font-size:57px;}
.fs58{ font-size:58px;}
.fs60{ font-size:60px;}
.fs64{ font-size:64px;}
.fs70{
  font-size:70px;
  line-height: 1;
}
.fs73{
  font-size:73px;
  line-height: 1;
}

.fs80{
  font-size:80px;
  line-height: 1;
}
.fs85{
  font-size: 85px;
  line-height: 1;
}
.fs100{
  font-size: 100px;
  line-height: 1;
}
h1, h2, h3, h4, h5{
  font-weight: normal;
}

/* style */
.bg_black{
  background: #333;
}
.bg_white{
  background: #fff;
}
.bg_navy{
  background: #1c4380;
}
.bg_gray{
  background: #dfdfdf;
}
.bg_green{
  background: #81a843;
}
.bg_orange{
  background: #e4801e;
}

.object-fit{
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.ls1{ letter-spacing: 1px; }
.ls2{ letter-spacing: 2px; }
.ls3{ letter-spacing: 3px; }
.ls4{ letter-spacing: 4px; }
.ls5{ letter-spacing: 5px; }

.inner_1040{
  width: 98%;
  max-width: 1040px;
  margin: 0 auto;
}
.inner_1280{
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
}
.inner_1620{
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}

.sp{
  display: none;
}
.inline-block{
  display: inline-block;
}
.flex,
.flex_pc{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.flex_between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_center{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.flex_end{
  -webkit-box-pack: end;
	-ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_align_center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_align_end{
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex_wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex_order2{
  -webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}

.ta_center{
  text-align: center;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.tate{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
 }
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{
  opacity: .7;
  transition: .3s;
}
img{
  display: block;
  width: 100%;
}
ul,
ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
.outlink:hover,
.outlink-php:hover{
  cursor: pointer;
}

/* icons */
.icon_calendar{
  width: 22px;
  height: auto;
}
.icon_menu{
  width: 22px;
  height: auto;
}
.icon_phone{
  width: 14px;
  height: auto;
}
/* animation */
.fadein {
	opacity : 0;
	transform : translate(0px, 100px);
	transition : all 900ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
.fadein:nth-of-type(2) {
	-moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
	}
.fadein:nth-of-type(3) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.fadein:nth-of-type(4) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}
.fadein:nth-of-type(5) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
.fadein:nth-of-type(6) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}
.fadein:nth-of-type(7) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
.fadein:nth-of-type(8) {
	-moz-transition-delay:650ms;
	-webkit-transition-delay:650ms;
	-o-transition-delay:650ms;
	-ms-transition-delay:650ms;
}
.fadein:nth-of-type(9) {
	-moz-transition-delay:700ms;
	-webkit-transition-delay:700ms;
	-o-transition-delay:700ms;
	-ms-transition-delay:700ms;
}
.fadein:nth-of-type(10) {
	-moz-transition-delay:750ms;
	-webkit-transition-delay:750ms;
	-o-transition-delay:750ms;
	-ms-transition-delay:750ms;
}
.fadein:nth-of-type(11) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
}
.fadein:nth-of-type(12) {
	-moz-transition-delay:850ms;
	-webkit-transition-delay:850ms;
	-o-transition-delay:850ms;
	-ms-transition-delay:850ms;
}


/* header top */
.header_top{
  position: absolute;
  top: 0;
  background: rgba(28,67,128,.8);
  width: 100%;
  height: 80px;
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
.header_top .inner{
  width: 100%;
  padding-left: 1%
}
.header_top .logo_top{
  width: 230px;
  /* height: auto; */
}
.header_top .nav{
  width: calc(99% - 230px);
}
.header_top .nav li{
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.header_top .nav li a{
  color: #fff;
  display: block;;
  padding: 0 12px;
  transition: .3s;
  letter-spacing: 1px;
}
.header_top .nav li a:hover{
  background: #fff;
  color: #1c4380;
  opacity: 1;
}
.header_top .nav li.bg_orange a:hover{
  color: #e4801e;
}

.spmenu_bar{
  display: none;
}

/* slider */
.top{
  /* height: calc(100vh - 210px); */
  position: relative;
  /* overflow: hidden; */
}
.bar_top{
  display: none;
}
.slick-list, .slick-track, .slick-slide{
  height: 100%;
  outline: none;

}
.slider{
  height: 100%;
}
.slider img{
  object-fit: cover;
  height: 700px;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.slider img.sp{
  display: none;
}
.slider .txt{
  line-height: 1.8;
  width: 98%;
  position: absolute;
  top: 48.5%;
  text-align: center;
  text-shadow:
    2px 2px 2px rgba(255,255,255,1),
    -2px 2px 2px rgba(255,255,255,1),
    2px -2px 2px rgba(255,255,255,1),
    -2px -2px 2px rgba(255,255,255,1);
}
.top-dots{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  text-align: center;
}
.top-dots li{
  display: inline-block;
}
.top-dots button{
  background: none;
  color: rgba(0,0,0,0);
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 4px;
  border: 2px solid #1c4380;
  display: block;
  outline: none;
}
.top-dots .slick-active button{
  background: #1c4380;
}

/* common */
.section{
  padding-top: 97px;
  padding-bottom: 100px;
}
.section_title .ttl_box_w{
  display: inline-block;
  border-bottom: 5px solid #fff;
  padding-bottom: 13px;
  margin-bottom: 40px;
}
.section_title .ttl_box_n{
  display: inline-block;
  border-bottom: 5px solid #1c4380;
  padding-bottom: 13px;
  margin-bottom: 40px;
}
.section_title .jp{
  line-height: 1;
}

/* what */
.what{
  background: url(../images/what_bg.jpg) no-repeat;
  background-position: center top;
}
.what .image img{
  height: 435px;
}
.what .text{
  color: #fff;
  background: rgba(28,67,128,.8);
  width: 55%;
  max-width: 640px;
  height: 100%;
  right: 0;
  margin-left: auto;
  padding: 0 1% 0 4%;
}
.what .text .bold{
  margin-bottom: 35px;
  margin-top: 10px;
}

/* appeal */
.appeal{
  background: #dfdfdf;
}
.appeal .point > div{
  margin-bottom: 30px;
}

.appeal .point .number{
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-bottom: 35px;
}
.appeal .point .number p{
  margin-top: -8px;
}
.appeal .point .title span{
  border-bottom: 5px solid #1c4380;
  padding: 12px 10px 6px 10px;
}
.appeal .point .text{
  margin-top: 10px;
}

.appeal .point1 .title{
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
  position: relative;
}
.appeal .point1 .title:before{
  content: "";
  display: block;
  width: 22%;
  max-width: 231px;
  height: 196px;
  background: url(../images/appeal_left.png) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 80px;
  left: 12%;
}
.appeal .point1 .title:after{
  content: "";
  display: block;
  width: 22%;
  max-width: 219px;
  height: 265px;
  background: url(../images/appeal_right.png) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 50px;
  right: 15%;
  z-index: -1;
}

.appeal .point_flex .txt{
  width: calc(50% - 5px);
}
.appeal .point_flex .image{
  width: calc(50% + 5px);
}
.appeal .point_flex .txt{
  padding: 0 3%
}
.appeal .point_flex .txt .txt_inner{
  max-width: 480px;
}
.appeal .point_flex .txt.left .txt_inner{
  margin-left: auto;
}
.appeal .point_flex .title span {
  padding: 9px 10px 4px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.appeal .point2 .number{
  margin-bottom: 20px;
}
.appeal .point3 .number{
  margin-bottom: 25px;
}
.appeal .point4 .number{
  margin-bottom: 25px;
}

.appeal .boal{
  background: #333;
  color: #fff;
  padding: 2.5%;
  margin-top: 50px;
}
.appeal .boal .text{
  width: 50%;
}
.appeal .boal .text .ttl{
  margin-bottom: 20px;
}
.appeal .boal .ttl br{
  display: none;
}
.appeal .boal .image{
  width: 49%;
  max-width: 437px;
}
.appeal .boal .image img{
  height: 273px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.appeal .boal_sp{
  display: none;
}

/* facility */
.facility{
  background: url(../images/facility_bg.png) repeat-y;
  background-position: center top;
}
.facility .list li{
  width: 23%;
}
.facility .list li .image:hover{
  opacity: .7;
}
.facility .list li p{
  margin: 15px -5px 25px;
}

/* price */
.price_bg{
  background: url(../images/price_bg.png)  no-repeat;
  background-position: center;
  padding: 50px 0;
}
.price{
  border: 5px solid #1c4380;
  padding: 40px 2.5%;
}
.price .list li {
  background: #c5ccda;
  padding: 7px 7px 8px;
  min-width: 110px;
  margin-right: 1px;
}
.price .member li {
  width: 50%;
}
.price .list li:last-child{
  margin-right: 0;
}
.price .list img{
  display: inline-block;
  width: 18.5px;
  height: auto;
}
.price .list li p{
  line-height: 1.5;
}
.price .table{
  width: 100%;
  border-spacing: 0px;
  margin: 30px 0 20px;
}
.price .table th {
  background: #E4801E;
  width: 21.666%;
  border-left: 1px solid #fff;
  padding: 11px 0;
}
.price .table .member th:first-child {
  background: #81A843;
  width: 20%;
  border-left: none;
}
.price .table td {
  background: #EFDBC5;
  width: 20%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 11px 0;
}
.price .table .member td:first-child {
  background: #DBE3CC;
  border-left: none;
}
.price .ta_right{
  text-align: right;
}
.price .balloon {
  position: relative;
  background: hsl(0, 0%, 87%);
  padding: 0 10px;
  border: 2px solid #dfdfdf;
  color: #333;
  margin-bottom: 10px;
}
.price .balloon::before,
.price .balloon::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  top: 100%;
  left: 50%;
}
.price .balloon::before {
  border-top: 20px solid #dfdfdf;
  margin-left: -20px;
}
.price .balloon::after {
  margin-top: -4px;
  margin-left: -20px;
  border-top: 20px solid #dfdfdf;
}
.price .discount .list li {
  width: 48.2%;
  border: 1px solid #ddd;
  background: #fff;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0px;
}
.price .discount {
  clear: both;
}
.price .discount .title {
  margin: 0px;
  background-color: #1c4380;
  color:#fff;
  padding-left: 15px;
  padding-right: 15px;
}
.price .discount .before {
  float: left;
  padding-left: 15%;
}
.price .discount .after {
  float: right;
  padding-right: 15%;
}
.price .discount .trial {
  font-size: 24px;
  color:#fff;
  background: #E4801E;
  margin: 0px 15px;
  padding: 5px 15px;
  display: inline-block;
}
.price .title span {
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  padding: 12px 10px 6px 10px;
}

/* lesson */
.lesson {
  position: relative;
}
.lesson:before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: url(../images/access_left.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.lesson:after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: url(../images/access_right.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lesson .title span {
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  padding: 12px 10px 6px 10px;
}
.lesson .table {
  width: 100%;
  border-spacing: 0px;
  margin: 30px 0 20px;
}
.lesson .table th {
  background: #E4801E;
  width: 12.0%;
  border-left: 1px solid #f0f7ff;
  padding: 11px 0;
}
.lesson .table th:first-child {
  background: #81A843;
  width: 16.0%;
  border-left: none;
}
.lesson .table td {
  background: #EFDBC5;
  border-top: 1px solid #f0f7ff;
  border-left: 1px solid #f0f7ff;
  padding: 11px 0;
}
.lesson .table td:first-child {
  background: #dbe3cc;
  border-left: none;
}
.lesson .table td.staff1 {
  background: #fadce9;
}
.lesson .table td.staff2 {
  background: #d3def1;
}
.lesson .table td.staff3 {
  background: #efdbc5;
}
.lesson .table td.staff4 {
  background: #d8e3cc;
}
.lesson .table td.staff5 {
  background: #e9cdf9;
}
.lesson .table td.close {
  background: #dfdfdf;
}
.lesson .ta_right{
  text-align: right;
}
.staff {
  margin-top: 30px;
}
.staff .list li {
  width: 48.2%;
  border: 1px solid #ddd;
  background: #f7f7f7;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.staff .image {
  float: left;
  margin: 15px;
}
.staff .rounded {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
.staff .text {
  padding: 5px 15px;
  text-align: left;
}
.staff p {
  clear: both;
}

/* access */
.access_outer {
  background: #f0f7ff;
}
.access .image,
.access .text{
  width: 49%;
}

.access .image img{
  width: 100%;
  max-width: 600px;
  height: 400px;
}
.access .text .text_inner{
  max-width: 520px;
}
.access .text .logo{
  width: 365px;
  margin: 10px 0 25px;
}
.access .text .{
  width: 100%;
  border-spacing: 0px;
  border-bottom: 1px solid #1c4380;
}

.access .text .table th{
  width: 21.15%;
  background: #C5CCDA;
  color: #1c4380;
  border-top: 1px solid #1c4380;
  padding: 11px 5px;
}
.access .text .table td{
  width: 78.85%;
  border-top: 1px solid #1c4380;
  padding: 11px 0 11px 20px;
}
.map iframe{
  width: 100%;
  height: 450px;
}

/* reservation */
.reservation{
  background: #333;
  margin-top: -6px;
}
.reservation .section_title .ttl_box_w{
  margin-bottom: 20px;
}
.reservation .tel_box{
  background: #E4801E;
  display: inline-block;
  margin: 20px 0 30px;
  padding: 0 40px;
  letter-spacing: 2px;
}
.reservation .images .img{
  width: 32.9%;
}


/* footer */
.footer{
  background: url(../images/footer_bk.jpg) no-repeat;
  background-position: top -3px center;
  padding: 100px 0 80px;
}
.footer .text{
  width: 360px;
  margin-left: auto;
}
.footer .logo{
  width: 245px;
  margin-bottom: 35px;
}
.footer .banner{
  margin-top: 80px;
}
.footer .banner a{
  display: inline-block;
  width: 94%;
  max-width: 320px;
  margin: 0 10px;
}
.footer .copy{
  display: block;
  text-align: center;
  margin: 50px 0 0px;
}

/* link to top */
.linktop{
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 10;
}
.linktop:hover{
  cursor: pointer;
  opacity: .5;
  transition: .9s;
}
.linktop img{
  /* display: inline-block; */
  width: 50px;
  height: auto;
}

@media screen and (max-width: 1100px){
  .appeal .point .title span{
    font-size: 2.75vw;
  }
  .appeal .point .number{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1040px){
  .header_top .logo_top {
    width: 22%;
    max-width: 230px;
  }
  .header_top .nav {
    width: 77%;
  }
  .header_top .nav li a{
    padding: 0 6px;
  }

  .appeal .point1 .title:before{
    left: 2%;
  }
  .appeal .point1 .title:after{
    right: 5%;
  }

}
@media screen and (max-width: 920px){
  .header_top .nav li a{
    padding: 0 2.5px;
    font-size: 1.83vw;
  }
  .header_top .nav li:last-child a{
    padding: 0 6px;
  }
  .what .text{
    width: 65%;
  }
  .appeal .boal .text .ttl{
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 825px){
  .header_top .nav li:first-child .ja{
    line-height: 1;
  }
  .header_top .nav li:first-child .ja span{
    display: block;
  }
}
@media screen and (max-width: 768px){
  html, body{
    /* overflow: auto; */
    height: 100%;
    -webkit-overflow-scrolling: touch
  }

  .inner_1040,
  .inner_1280{
    width: 100%;
  }
  .flex_pc{
    display: block;
  }
  .object-fit{
    height: auto !important;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .block_768{
    display: block;
  }
  .fadein {
  	opacity : 0;
  	transform : translate(0px, 40px);
  	transition : all 400ms;
  	}
  .fadein.scrollin {
  	opacity : 1;
  	transform : translate(0px, 0px);
	}

  /* スマホメニュー */
  .spmenu{
    position: fixed;
    top: 0;
    left: 100%;
    /* left: 50%; */
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 20;
    letter-spacing: 1px;
    transition: .6s;
  }
  .spmenu.open{
    left: 0;
    transition: .6s;
  }
  .spmenu .spmenu_top{
    padding: 20px 3% 0 5%;
  }
  .spmenu .logo{
    width: 70%;
    max-width: 245px;
  }
  .spmenu .spmenu_close{
    text-align: center;
  }
  .spmenu .spmenu_close img{
    display: block;
    width: 18px;
    height: auto;
    margin: 0 auto 4px;
  }
  .spmenu .spmenu_close:hover{
    cursor: pointer;
  }
  .spmenu ul li{
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .spmenu ul li a{
    color: #fff;
    display: block;
    padding: 16px 0;
  }
  .spmenu .tel{
    text-align: center;
    margin: 40px 0 20px;
  }
  .spmenu .tel a{
    display: block;
    line-height: 1.2;
  }
  .spmenu .tel span{
    letter-spacing: 2px;
  }
  .spmenu .sns img{
    display: inline-block;
    width: 45px;
    height: auto;
    margin: 10px;;
  }

  /* spmenu bar */
  .spmenu_bar{
    height: 75px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    bottom: -100%;
    border-top: 1px solid #fff;
  }
  .spmenu_bar > a,
  .spmenu_bar > div{
    display: block;
    width: 33.333%;
    padding-top: 12px;
  }
  .spmenu_bar > a{
    border-right: 1px solid #fff;
  }

  .spmenu_bar img{
    display: inline-block;
    width: 29px;;
  }
  .spmenu_bar p{
    line-height: 1.4;
  }

  .spmenu_bar > div:hover{
    cursor: pointer;
    opacity: .5;
    transition: .3s;
  }

  .top .bar_top{
    padding: 15px 3% 10px 5%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    background: rgba(28,67,128,.9);
  }
  .bar_top .logo{
    width: 70%;
    max-width: 245px;
  }
  .bar_top .bar_menu{
    text-align: center;
  }
  .bar_top .bar_menu img{
    display: block;
    width: 33px;
    height: auto;
    margin: 0 auto 0;
  }
  .bar_top .bar_menu:hover{
    cursor: pointer;
  }
  /* slider */
  .slider img.sp{
    display: block;
    height: auto;
  }
  .slider img.pc,
  .slider .txt{
    display: none;
  }
  .top-dots{
    bottom: 5px;
  }

  /* common */
  .section{
    padding: 50px 4%;
  }
  .section_title .ttl_box_n,
  .section_title .ttl_box_w{
    margin-bottom: 20px;
  }
  /* what */
  .what{
    background: url(../images/what_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .what .image img{
    height: auto;
  }
  .what .text{
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0px 5% 20px;
  }
  .what .text .bold {
    margin-bottom: 10px;
  }

  /* appeal */
  .appeal .point .title span{
    font-size: 24px;
    margin-bottom: 5px;
    padding: 0 15px;
  }
  .appeal .point .title{
    margin-bottom: -35px;
    position: relative;
    z-index: 1;
  }
  .appeal .point .title span.sp{
    display: inline-block;
  }
  .appeal .point_flex .txt{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .appeal .point_flex .txt .txt_inner{
    max-width: none;
  }
  .appeal .point_flex .txt .text{
    text-align: left;
  }

  .appeal .point1 .title span.sp1{
    margin-right: -10px;
  }
  .appeal .point1 .title:before {
    background: url(../images/appeal_left_sp.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    bottom: 120px;
    z-index: -1;
  }
  .appeal .point1 .title:after {
    width: 20%;
    background: url(../images/appeal_right_sp.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    bottom: 36px;
  }

  .appeal .boal .text .ttl{
    font-size: 28px;
  }

  /* facility */
  .facility{
    background: none;
    position: relative;
  }
  .facility_outer:before{
    content: "";
    display: block;
    position: absolute;
    width: 23.5%;
    height: 100%;
    background: url(../images/facility_bg_sp.png) repeat;
  }
  .facility_outer:after{
    content: "";
    display: block;
    position: absolute;
    width: 23.5%;
    height: 100%;
    background: url(../images/facility_bg_sp.png) repeat;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .facility .list li {
    width: 48.2%;
  }
  .facility .list li p {
    margin: 10px -5px 15px;
  }

  /* price */
  .price_bg {
    background: url(../images/price_bg_sp.png) no-repeat;
    background-position: center;
    padding:20px 4%;
  }
  .price {
    border: 3px solid #1c4380;
    padding: 20px 4%;
  }
  .price .list li{
    text-align: left;
    margin-bottom: 5px;
    padding: 3px 1px 3px 7px;
    overflow: hidden;
    margin-right: 0;
  }
  .price .member li {
    width: 100%;
  }
  .price .list img{
    float: left;
    margin-top: 3px;
    margin-right: 7px;
  }
  .price .list li p {
    float: left;
  }
  .price .table {
    margin: 20px 0 5px;
  }
  .price .table th{
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 35%;
  }
  .price .table td{
    width: 32.5%;
  }

  .price .table:not(.member) tr:not(.first) th{
    background: #E4801E;
  }
  .price .table tr.first td{
    background: #DBE3CC;
  }

  /* lesson */
  .staff .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  /* access */
  .access_outer:before{
    background: url(../images/access_left_sp.png) no-repeat;
    background-size: contain;
  }
  .access_outer:after{
    background: url(../images/access_right_sp.png) no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
  }

  .access .image, .access .text {
    width: 100%;
  }
  .access .text .logo {
    width: 100%;
    max-width: 365px;
    margin: 30px auto 25px;
  }
  .access .text .text_inner,
  .access .image img{
    max-width: none;
  }

  /* reservation */
  .reservation .tel_box{
    letter-spacing: 1px;
    padding: 0 20px;
  }


  /* link to top */
  .linktop{
    bottom: 90px;
  }

  /* footer */
  .footer{
    background: #1c4380;
    padding: 0 4% 50px;
    margin-top: -60px;
  }
  .footer .logo{
    margin-bottom: 15px;
  }
  .footer .text {
    width: 100%;
  }
  .footer .banner {
    margin-top: 40px;
  }
  .footer .banner a{
    margin-bottom: 20px;
  }
  .footer .copy {
    margin: 10px 50px 60px;
  }

}
@media screen and (max-width: 767px){
  .appeal .boal{
    padding: 5%;
    display: block;
  }
  .appeal .boal .text{
    width: 100%;
  }
  .appeal .boal .text .ttl{
    font-size: 5.7vw;
  }
  .appeal .boal .text img{
    margin: 15px 0;
  }
  .appeal .boal_sp,
  .appeal .boal .ttl br{
    display: block;
  }
  .appeal .boal_pc{
    display: none;
  }
}

@media screen and (max-width: 630px){
  .appeal .point1 .title span.sp1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px){
  .fs17{ font-size:16px;}
  .fs18{ font-size:16px;}
  .fs19{ font-size:16px;}
  .fs20{ font-size:18px;}
  .fs21{ font-size:19px;}
  .fs22{ font-size:20px;}
  .fs23{ font-size:21px;}
  .fs24{ font-size:22px;}
  .fs25{ font-size:23px;}
  .fs26{ font-size:24px;}
  .fs27{ font-size:25px;}
  .fs28{ font-size:25px;}
  .fs29{ font-size:26px;}
  .fs30{ font-size:26px;}
  .fs31{ font-size:26px;}
  .fs32{ font-size:27px;}
  .fs33{ font-size:28px;}
  .fs34{ font-size:29px;}
  .fs35{ font-size:30px;}
  .fs36{ font-size:30px;}
  .fs37{ font-size:31px;}
  .fs38{ font-size:32px;}
  .fs39{ font-size:33px;}
  .fs40{ font-size:34px;}
  .fs42{ font-size:36px;}
  .fs44{ font-size:38px;}
  .fs45{ font-size:38px;}
  .fs47{ font-size:39px;}
  .fs48{ font-size:40px;}
  .fs50{ font-size:40px;}
  .fs52{ font-size:42px;}
  .fs56{ font-size:46px;}
  .fs57{ font-size:47px;}

  .fs58 {font-size:48px;}
  .fs60{ font-size:50px;}
  .fs64{ font-size:52px;}
  .fs70{ font-size:55px;}
  .fs73{ font-size:55px;}
  .fs80{ font-size:60px;}
  .fs85{ font-size:60px;}
  .fs100{font-size: 70px;}

  .appeal .point1 .title:before{
    bottom: 180px;
  }
  .appeal .point1 .title:after {
    width: 120px;
    right: 0;
  }
}
@media screen and (max-width: 500px){
  .appeal .point .title {
    margin-bottom: -25px;
  }
  .appeal .point .title span{
    font-size: 5.5vw;
    margin-bottom: 0;
  }
  .price .table{
    font-size: 3.63vw;
  }
  .reservation .tel_box .fs30{
    font-size: 5.2vw;
  }
  .reservation .tel_box .fs50{
    font-size: 8vw;
  }
}
/* IE対策 */
@media all and (-ms-high-contrast: none) {
  .appeal .point .number p {
    margin-top: 0;
  }
}

.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb30 {
  margin-bottom: 30px;
}
