﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
  margin-top: 60px;
}
img { width:100%; height: auto;}
.sp { display: block; }
.pc { display: none;  }

#wrap { min-width:0; }

/* =============================== header =============================== */
header {
  height: 60px;
}
h1 {
  left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
h1 img {
  height: 44px;
  width: auto;
}
#gnav {
  display: none;
}


#footer_inner {
  padding: 20px 0 25px;
  width: 100%;
}
#flogo img {
  width: 30%;
}
#fnav {
  text-align: center;
}
#fnav li {
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  display: block;
}
#fnav a {
  font-size: 14px;
}
#copyright {
  text-align:center;
  padding: 20px 0 25px;
  font-size: 12px;
}


.ttl01 {
  font-size: 24px;
  margin-bottom: 40px;
}
.subttl01 {
  font-size: 12px;
}
.btn01 a {
  display: block;
  width: 80%;
  padding: 20px 0;
  font-size: 16px;
}
.btn01.cart a {
  background: url(../img/common/ico_cart.png) no-repeat left 10% center;
  background-size: auto 18px;
}
.btn01.admin a {
  background: url(../img/common/ico_admin.png) no-repeat left 10% center;
  background-size: auto 18px;
}
.btn01.tx_c a {
  margin-left: auto;
  margin-right: auto;
}
.btn01 a:after {
  width: 30px;
}

#main {
  padding-bottom: 20px;
}
#main_inner:before {
  height: 60%;
}
.mainimg {
  width: 89.25%;
  margin-left: 10.75%;
}
#main_inner .txt {
  width: 48.38%;
  top: 39%;
}
#main_inner .btn01 {
  position: relative;
  z-index: 5;
  left: 0px;
  right: 0px;
  margin: auto;
}
#main_inner .btn01 a {
  margin: 20px auto;
}

#top_effect .inbox00 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top_effect .photo {
  width: 100%;
  position: relative;
  left: 0;
}
#top_effect .photo img {
  width: 100%;
}
#top_effect .txt {
  margin-left: 4%;
  margin-right: 4%;
  width: 100%;
  background: #4eadd1;
  box-sizing: border-box;
  padding: 30px 4%;
}
#top_effect .txt_inner_in {
  max-width: 100%;
}
#top_effect .ttl01 {
  margin-bottom: 30px;
}
#top_effect .ttl01 ,
#top_effect .ttl01 .subttl01{
  text-align: center;
}
#top_effect h3 {
  position: relative;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 20px;
}
#top_effect h3::before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 50%;
}
#top_effect .txt ul {
  margin-bottom: 50px;
}
#top_effect .txt li {
  background: url(../img/top/effect_ico01.png) no-repeat left center;
  background-size: auto 18px;
  padding: 4px 0 4px 32px;
  font-size: 14px;
  line-height: 200%;
}
#top_effect .btn01 a {
  margin-left: auto;
  margin-right: auto;
}

#top_about {
  padding: 50px 0 0;
}
#top_about .inbox00 > div {
  width: 100%;
}
#top_about #top_about01 .photo {
	-ms-flex-order:1;
	order:1;
}
#top_about #top_about01 .txt {
	-ms-flex-order:2;
	order:2;
}
#top_about .inbox00 .txt {
  padding: 20px 0;
}
#top_about .inbox00 .txt_inner {
  width: 75.5%;
  padding: 20px 4%;
  box-sizing: border-box;
  height: auto;
}
#top_about .inbox00 div img {
  width: 100%;
}
#top_about .txt h3 {
  font-size: 18px;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
#top_about .txt h3:after {
  width: 50px;
}
#top_about .txt p {
  text-align: left;
  font-size: 14px;
  line-height: 180%;
}

#top_about #top_about02 {
  padding: 60px 0 20px;
}
#top_about #top_about02 ul {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#top_about #top_about02 li {
  width: 100%;
  max-width: inherit;
  margin-bottom: 50px;
}
#top_about #top_about02 .sttl {
  font-size: 18px;
  top: -20px;
  padding: 12px 0;
  width: 74%;
}
#top_about #top_about02 p {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  margin-left: 4%;
  margin-right: 4%;
  line-height: 180%;
}

#top_flow {
  background: #f8f8f8;
  padding: 50px 0;
}
#top_flow ul {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#top_flow ul:before {
  width: 2px;
  height: 92%;
  top: 0;
  left: 25%;
}
#top_flow li {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top_flow li img {
  width: 50%;
}
#top_flow li p {
  font-size: 16px;
  margin-top: 20px;
  width: 45%;
  padding-left: 5%;
}

#top_price {
  padding: 50px 0 0;
}
#top_price .inbox00 > div {
  width: 100%;
}
#top_price .inbox00 .left {
  border-right: 1px solid #ddd;
}
#top_price .inbox00 div img {
  width: 100%;
}
#top_price .inbox00 div h3 {
  margin-top: -2em;
  font-size: 18px;
  line-height: 140%;
  padding: 24px 0;
  width: 80%;
}
#top_price .inbox00 div.right h3 {
  padding: 30px 0;
}
#top_price .inbox00 div .txt {
  padding: 30px 4% 50px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#top_price .inbox00 div .price {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: .08em;
}
#top_price .inbox00 div .price strong {
  font-size: 30px;
}
#top_price .inbox00 div .txt .subtxt {
  font-size: 14px;
  line-height: 180%;
  text-align: left;
}
#top_price .inbox00 div .txt .subtxt br {
  display: none;
}

#top_trainer {
  padding: 50px 4%;
  box-sizing: border-box;
}
#top_trainer ul {
  margin-bottom: 40px;
}
#top_trainer li {
  width: 48%;
  margin-bottom: 20px;
}
#top_trainer li h3 {
  font-size: 16px;
  padding: 12px 0;
}
#top_trainer li p {
  font-size: 12px;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 20px;
}

#top_news {
  padding: 50px 0;
}
#top_news .inbox {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  margin-bottom: 40px;
}
#top_news .inbox dl {
  padding: 20px 0;
}
#top_news .inbox dt .date {
  color: #888;
  font-size: 14px;
  margin-right: 20px;
}
#top_news .inbox dt p {
  color: #333;
  font-size: 14px;
  width: 100%;
  margin-top: 5px;
}
#top_news .inbox dd {
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 15px;
  background: #fff;
}



#main.sub {
  background: none;
  padding-bottom: 0;
}
#main_inner {
  position: relative;
}
#main_inner:before{
  content:"";
  display: block;
  background: #fff;
  width: 100%;
  height: 88%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
#main_inner .title_e {
  display: inline-block;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  background: #fff;
  padding: 2px 8px 16px;
  line-height: 1;
  position: absolute;
  top: 14%;
  left: 3%;
  z-index: 5;
}
#main_inner .title_j {
  display: inline-block;
  background: #fff;
  padding: 5px 6px;
  font-size: 14px;
  position: absolute;
  top: 56%;
  left: 3%;
  z-index: 5;
}
#breadcrumb {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
#breadcrumb ol {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumb li {
  font-size: 14px;
  margin-right: 10px;
}
#breadcrumb li a {
  font-size: 14px;
  padding-right: 20px;
  background-size: auto 10px;
}

#flow01 {
  padding: 50px 0;
}
#flow01 ul {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
#flow01 ul:before {
  width: 2px;
  height: 92%;
  top: 0;
  left: 20%;
}
#flow01 li {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#flow01 li .image {
  width: 40%;
}
#flow01 li:nth-child(1) .image {
  padding-bottom: 10%;
}
#flow01 li:nth-child(2) .image {
  padding-top: 10%;
}
#flow01 li .txt {
  font-size: 16px;
  margin-top: 0;
  width: 55%;
  padding-left: 5%;
}
#flow01 li h4 {
  text-align: left;
  font-size: 18px;
  margin-top: 0;
}
#flow01 li p {
  text-align: left;
  font-size: 14px;
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 20px;
}
#flow01 li p br {
  display: none;
}
#flow01 li .btn01 a {
  width: 100%;
}
#flow01 li .btn01 a {
  width: 100%;
  padding: 14px 0;
}

#flow02 {
  padding: 80px 4% 10px;
}
#flow02 .box {
  padding: 0 5% 50px;
  margin-bottom: 80px;
}
#flow02 .box h3{
  width: 60%;
  margin-top: -40px;
  font-size: 18px;
  padding: 14px 0;
}
#flow02 .box .image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#flow02 .box p {
  font-size: 14px;
  line-height: 180%;
  margin-top: 30px;
  text-align: left;
}



#company01 {
  padding: 25px 0 65px;
  background: #e0f4fb;
  background: -moz-linear-gradient(left, #e0f4fb 0%, #d3eefb 88.5%, #ffffff 88.5%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #e0f4fb 0%,#d3eefb 88.5%,#ffffff 88.5%,#ffffff 100%);
  background: linear-gradient(to right, #e0f4fb 0%,#d3eefb 88.5%,#ffffff 88.5%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f4fb', endColorstr='#ffffff',GradientType=1 );
  position: relative;
}
#company01:after {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 22.5%;
  position: absolute;
  top: 0;
  left: 0;
}
#company01 .inbox01 {
  position: relative;
  z-index: 5;
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
}
#company01 p {
  font-size: 14px;
  line-height: 180%;
  margin-top: 50px;
}

#company02 {
  background: #f8f8f8;
  padding: 50px 0;
}
#company02 table {
  width: 92%;  
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#company02 th ,
#company02 td {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em; 
  font-size: 14px;
  vertical-align: top;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#company02 th {
  width: 100%;
  text-align: left;
  border-bottom: none;
  padding-bottom: 0px;
}
#company02 td {
}
#company03 {
  padding: 50px 0 65px;
}
#company03 #gmap iframe {
  height: 480px;
}

#course01 {
  padding: 30px 0 45px;
}
#course01 .copy {
  margin-bottom: 30px;
}
#course01 .copy .sp {
  display: inline-block;
}
#course01 .copy span {
  line-height: 160%;
  color: #fff;
  font-size: 18px;
  padding: 16px 20px 14px;
}
#course01 .image {
  margin-left: 4%;
  margin-right: 4%;
  box-sizing: border-box;
}

#course02 {
  padding: 50px 0 50px;
}
#course02 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#course02 .box:before {
  content: none;
  background: #e0f4fb;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 66%;
  z-index: 9;
}
#course02 .box .photo {
  width: 100%;
}
#course02 .box .txt {
  width: 100%;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#course02 .box h3 {
  font-size: 20px;
  padding: 20px 4% 20px 10%;
}
#course02 .box h3 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
#course02 .box .price {
  padding-left: 14%;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
	-ms-flex-order:1;
	order:1;
}
#course02 .box .price strong {
  font-size: 46px;
  color: #4eadd1;
  font-family: 'Roboto', sans-serif;
}
#course02 .box ul {
  margin-left: 0;
  position: relative;
  z-index: 10;
  background: #e0f4fb;
  padding: 30px 4%;
}
#course02 .box li {
  line-height: 210%;
  font-size: 14px;
  text-indent: -30px;
  padding-left: 30px;
}
#course02 .box li:before {
  content:"■";
  color: #4eadd1;
  font-size: 14px;
  margin-right: 16px;
}  
#course02 .box .btn01 {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 20px 0 60px;
}

#course02 .box.course01 .txt {
  margin-right: 0;
}
#course02 .box.course02 .txt {
  margin-left: 0;
	-ms-flex-order:2;
	order:2;
}
#course02 .box.course01 h3 {
  margin-right: 4%;
}
#course02 .box.course02 h3 {
  margin-left: 4%;
  padding: 20px 4% 30px 10%;
}
#course02 .box.course02 .price {
  margin-bottom: 25px;
}
#course02 .box.course02 ul {
  margin-left: 0;
  margin-right: 0;
}
#course02 .box.course02:before {
  left: 0;
  height: 58%;
}
#course02 .box.course02 .btn01 {
  left: 0;
  height: 56%;
  margin-top: 0;
  padding: 20px 0 40px;
	-ms-flex-order:3;
	order:3;
}
#trainer01 {
  padding: 50px 0 35px;
}
#trainer01 .inbox01 {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  box-sizing: border-box;
}
#trainer01 .photo {
  width: 100%;
}
#trainer01 .txt {
  width: 100%;
}
#trainer01 .ttl_en {
  display: block;
  width: 100%;
  color: rgba(51,51,51,.3);
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  font-family: 'Noto Serif JP', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
#trainer01 .ttl_block {
  background: #4eadd1;
  padding: 20px 5% 30px;
  box-sizing: border-box;
}
#trainer01 .ttl_block h3 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#trainer01 .ttl_block h3 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  margin-left: 20px;
}
#trainer01 dl {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 4%;
  margin-left: 4%;
}
#trainer01 dt {
  font-size: 14px;
  margin-bottom: 15px;
}
#trainer01 dd {
  font-size: 14px;
  padding-left: 30px;
  width: calc( 100% - 10px );
  padding-left: 30px;
  margin-bottom: 15px;
}
#trainer01 h4 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-right: 4%;
  margin-left: 4%;
}
#trainer01 .message {
  font-size: 14px;
  margin-right: 4%;
  margin-left: 4%;
  line-height: 180%;
}
#trainer02 {
  padding: 50px 0 60px;
}
#trainer02 .btn01 {
  margin-top: 60px;
}
p.movie iframe {
    width: 100%;
}