@charset "UTF-8";
#logo {
  width: 400px;
  height: 60px;
  background: url("../images/bg/logo_ws.png") 0 0 no-repeat;
  background-size: contain;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
 .cover .bannerList {
    margin-top: 15px;
    padding: 0 14vw !important;
}
}


.sf-menu a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.container .fh5co-testimonial {
  padding: 5% 0;
}

.cover {
  background-position: 0 60% !important;
  opacity: 0.9;
}
.cover .desc span {
  text-shadow: none;
}
.cover .desc span:nth-child(6) {
  margin-bottom: 0;
}
.cover .desc span .tlink {
  font-size: 22px;
  text-decoration: underline;
}
.cover .bannerList {
  margin-top: 15px;
  padding: 0 24vw;
}

	
.cover .bannerList > li {
  width: 30%;
  margin-right: 1%;

  
  
}
.cover .bannerList > li:last-child {
  margin: 0;
}



.btn.btn-primary {
  background: #D74C84;
}

.btn.btn-primary:hover {
  background: transparent !important;
}

#price-section .priceBlock table {
  width: 100%;
  margin-bottom: 5%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
#price-section .priceBlock table.col-2 th:first-child {
  width: 20%;
}
#price-section .priceBlock table tr th {
  background: #f2f2f2;
  font-weight: normal;
}
#price-section .priceBlock table tr th,
#price-section .priceBlock table tr td {
  padding: 1em;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #cfcfcf;
}
#price-section .noteBlock {
  margin-bottom: 40px;
}
#price-section .noteBlock .note {
  margin-bottom: 40px;
  font-size: 16px;
}
#price-section .note {
  font-size: 18px;
  margin-bottom: 10px;
}

#access-section .mapBlock .mapImage {
  float: left;
  max-width: 100%;
  width: 50%;
  margin-right: 2%;
}
#access-section .mapBlock .mapImage .img {
  width: 100%;
  margin: 0;
  padding-top: 76.483050847458%;
  background: url("../images/bg/map.png") 0 0 no-repeat;
  background-size: contain;
}
#access-section .mapBlock .dtl {
  float: right;
  width: 48%;
}

#lesson-section .lesson .img {
  display: block;
}
#lesson-section .slideContainer {
  position: relative;
  margin: 0 auto;
}
#lesson-section .slideContainer .slider {
  position: relative;
  padding: 2%;
}
#lesson-section .slideContainer .slider li {
  margin: 0.4em;
}
#lesson-section .slideContainer .slider li .note {
  padding: 1em 0;
  font-size: 18px;
}
#lesson-section .slideContainer .slider .slick-prev,
#lesson-section .slideContainer .slider .slick-next {
  width: 38px;
  height: 35px;
  z-index: 2;
}
#lesson-section .slideContainer .slider .slick-prev:before,
#lesson-section .slideContainer .slider .slick-next:before {
  font-size: 40px;
  color: #D74C84;
}
#lesson-section .slideContainer .slider .slick-prev {
  left: -1%;
}
#lesson-section .slideContainer .slider .slick-next {
  right: -1%;
}

#lesson-reserve .center {
  text-align: center;
}
#lesson-reserve .caution {
  display: none;
  font-size: 12px;
  text-align: center;
}
#lesson-reserve .btn {
  display: none;
}
#lesson-reserve .innerBlock {
  margin-top: 30px;
}
#lesson-reserve .innerBlock .note {
  font-size: 18px;
  margin-bottom: 20px;
}

#link-section {
  padding: 2em 0;
}

.bannerList {
padding: 0 23vw;
}
.bannerList > li {
  display: inline-block;
  margin-right: 2%;
  vertical-align: middle;
}
.bannerList > li:last-child {
  margin: 0;
}

.reserveList > li {
  margin-bottom: 40px;
}
.reserveList > li:last-child {
  margin-bottom: 0;
}
.reserveList > li h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
}
.reserveList > li .itemList > li {
  padding-left: 20px;
  font-size: 13px;
}

.itemSummary {
  display: block;
  margin: 0 0 30px 0;
  clear: both;
}
.itemSummary dt {
  float: left;
  width: 78px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  background: #D74C84;
  color: #fff;
  font-size: 14px;
}
.itemSummary dd {
  float: right;
  width: 360px;
  margin-bottom: 15px;
  padding-top: 2px;
}

#footer-section {
  background: #5e5e5e;
}
#footer-section .footer-nav-List {
  margin-bottom: 0;
  text-align: center;
}
#footer-section .footer-nav-List > li {
  display: inline-block;
  margin-right: 5%;
}
#footer-section .footer-nav-List > li a {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
#footer-section .footer-nav-List > li:last-child {
  margin-right: 0;
}

.bannerList{
	
    display: inline-block;
	display: block;
 margin-left: auto;
 margin-right: auto;
	
  }
  

  
 @media screen and (min-width: 481px){
	 .mobile{
		 display:none;
	 }
 }
@media screen and (max-width: 480px) {
	.cover .bannerList {
    margin-top: 15px;
    padding: 0 5vw;
	}
	.bannerList .item{
		width:85vw;
	}
	
	.pc{
		display:none;
	}
	#top-head #global-nav #primary-menu > li{
		margin:2vw;
	}
	
	
}

@media screen and (max-width: 1000px) {
  
  
  h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  h4::before {
    position: absolute;
    top: 1px;
    width: 18px;
    height: 18px;
  }

  #access-section .mapBlock .mapImage {
    float: none;
    width: 100%;
    margin: 0;
  }
  #access-section .mapBlock .dtl {
    float: none;
    width: 100%;
  }
  #access-section .mapBlock .dtl .itemSummary dt {
    margin-right: 2%;
  }
  #access-section .mapBlock .dtl .itemSummary dd {
    float: left;
    width: 100%;
  }
}
/* header */
.inner {
  margin: 0 auto;
}

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

/* header */
#top-head {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
#top-head a {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#top-head #global-nav {
  float: right;
  margin: 20px 0;
}
#top-head #global-nav #primary-menu {
  font-size: 14px;
}
#top-head #global-nav #primary-menu > li {
  position: relative;
  float: left;
}
#top-head #global-nav #primary-menu > li.sub::before {
  position: absolute;
  top: 6px;
  right: 0;
  margin-top: -4px;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#top-head #global-nav #primary-menu > li a {
  padding: 0 17px;
}
#top-head #global-nav #primary-menu > li:first-child a {
  padding-left: 0;
}
#top-head #global-nav #primary-menu > li:last-child a {
  padding-right: 0;
}
#top-head #global-nav #primary-menu > li .sub-menu {
  display: none;
}
#top-head #global-nav #primary-menu > li .sub-menu > li {
  float: none;
  display: block;
  width: 250px;
  padding: 10px 20px 12px;
  text-align: left;
  border-bottom: 1px solid;
}
#top-head #global-nav #primary-menu > li .sub-menu > li a {
  font-size: 14px;
  color: #fff;
}
#top-head #global-nav #primary-menu > li .sub-menu > li:last-child {
  border-bottom: none;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: relative;
  padding-top: 10px;
  height: 55px;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

.pages .cover,
.pages .hero {
  height: 400px;
}
.pages .cover .desc {
  top: 65%;
}

#lesson-program-section .row-bottom-padded-lg {
  margin: 0;
}
#lesson-program-section .row-bottom-padded-lg:nth-child(2n) .col-md-3 {
  float: right;
  left: 0;
}
#lesson-program-section .row-bottom-padded-lg:nth-child(2n) .col-md-8 {
  float: left;
}
#lesson-program-section .col-md-3 {
  float: left;
  width: 45%;
  padding: 0;
}
#lesson-program-section .col-md-8 {
  float: right;
}
#lesson-program-section .col-md-7,
#lesson-program-section .col-md-8 {
  width: 52%;
  left: 0%;
  padding: 0;
}
#lesson-program-section .col-md-7 h2,
#lesson-program-section .col-md-8 h2 {
  font-size: 25px;
}
#lesson-program-section .col-md-7 .note,
#lesson-program-section .col-md-8 .note {
  font-size: 16px;
}
#lesson-program-section .col-md-pull-3 {
  right: 0%;
  padding: 0;
}

@media (min-width: 1600px) {
	
  
  
/*#top-head .container {
    width: 1170px;
    padding: 0;
  }*/
  .bannerList{
	float: left;
    display: inline-block;
	display: block;
 margin-left: auto;
 margin-right: auto;
 width:97vw;
  }


}

@media screen and (min-width:1000px) and ( max-width:1500px){
	.bannerList {
		    width: 96vw;
	}
	

@media (max-width: 1200px) {
  #top-head .container {
    width: 970px;
    padding: 0;
  }
}
@media (max-width: 998px) {
  #top-head .container {
    width: 900px;
    padding: 0;
  }
}
@media (max-width: 920px) {
  #top-head .container {
    width: 750px;
    padding: 0;
  }
}
@media (max-width: 768px) {

 .bannerList{
	float: left;
    display: inline-block;
	display: block;
 margin-left: auto;
 margin-right: auto;
  width:60vw;
	
  }
 
.bannerList .item {
    width: 70vw;
}
 


  #top-head .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #lesson-section .lesson .img {
    display: block;
  }
  #lesson-section .slideContainer .slider .slick-prev {
    left: 0%;
  }
  #lesson-section .slideContainer .slider .slick-next {
    right: 0%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px){
	
 .cover .bannerList > li {
    width: 60vw;
    margin-top: 1vw;
  }
  
 .cover .bannerList > li iframe {
	 width:100vw;
	 margin-left:15vw;
 }

.cover .bannerList > li img {
    margin-top: 3vw;
    margin-left: 24vw;
    width: 45vw;
	padding-left:10vw;
	
  }
}
	
@media screen and (max-width: 920px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #top-head {
    padding: 30px 0;
  }

  #nav-toggle {
    display: block;
  }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #top-head #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(66, 64, 64, 0.9);
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #top-head #global-nav #primary-menu {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 14px;
  }
  #top-head #global-nav #primary-menu > li {
    float: none;
    position: static;
    padding-left: 20px;
    border-bottom: 1px solid;
  }
  #top-head #global-nav #primary-menu > li.sub::before {
    top: 26px;
    right: 15px;
  }
  #top-head #global-nav #primary-menu > li .sub-menu {
    position: relative;
    margin-top: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #top-head #global-nav #primary-menu > li .sub-menu > li {
    width: 100%;
    padding: 0 10px 0 40px;
  }
  #top-head #global-nav #primary-menu > li:last-child {
    border-bottom: none;
  }

  #top-head #global-nav #primary-menu li a,
  #top-head.fixed #global-nav #primary-menu li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    font-weight: 700;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
@media screen and (max-width: 640px) {
  #nav-toggle {
    right: 0px;
    width: 20px;
    height: 36px;
  }
  #nav-toggle span {
    height: 1px;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 7px;
  }
  #nav-toggle span:nth-child(3) {
    top: 14px;
  }

  #logo {
    width: 174px;
    height: 55px;
    background: url("../images/bg/logo_sp.png") 0 0 no-repeat;
    background-size: contain;
  }

  .cover .desc {
    position: absolute;
    top: 32%;
  }
  .cover .desc h2 {
    margin-bottom: 20px;
  }
  .cover .desc span {
    margin-bottom: 20px;
    line-height: 130%;
  }

  .bannerList {
    margin-top: -10px;
    text-align: center;
  }
  .bannerList li {
    display: block;
  }

  .cover .bannerList > li {
    width: 74vw;
    margin-top: 1vw;
  }
  
 .cover .bannerList > li iframe {
	 width:90vw;
 }

.cover .bannerList > li img {
    margin-top: 3vw;
	margin-left:9vw;
  }

  h4 {
    margin-bottom: 20px;
  }

  #lesson-section .lesson p {
    font-size: 14px;
  }
  #lesson-section .slideContainer .slider li .note {
    padding: 1em;
  }

  #lesson-reserve IFRAME {
    display: none;
  }
  #lesson-reserve .caution {
    display: block;
  }
  #lesson-reserve .btn {
    display: block;
  }
  #lesson-reserve .innerBlock .note {
    font-size: 12px;
  }

  #price-section .note {
    font-size: 13px;
  }
  #price-section .priceBlock {
    margin-bottom: 35px;
  }
  #price-section .priceBlock table {
    font-size: 14px;
  }
  #price-section .priceBlock .note {
    font-size: 13px;
  }
  #price-section .noteBlock .note {
    font-size: 12px;
  }
  #price-section .noteBlock .reservList {
    margin-bottom: 0;
  }
  #price-section .noteBlock .reservList > li {
    margin-bottom: 25px;
  }
  #price-section .noteBlock {
    margin-bottom: 35px;
  }

  #access-section .mapBlock .dtl .itemSummary dt, #access-section .mapBlock .dtl .itemSummary dd {
    font-size: 13px;
  }

  #footer-section .footer-nav-List > li {
    display: block;
    margin-right: 0;
    margin-bottom: 2%;
  }
  #footer-section .footer-nav-List > li:last-child {
    margin-bottom: 0;
  }

  #lesson-program-section .row-bottom-padded-lg .col-md-3,
  #lesson-program-section .row-bottom-padded-lg .col-md-8 {
    float: none;
    width: 100%;
  }
  #lesson-program-section .row-bottom-padded-lg .col-md-3 {
    margin-bottom: 20px;
  }
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #D74C84;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a::before {
  content: '';
  width: 13px;
  height: 13px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 30%;
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .cover, .hero {
    height: 800px;
  }

  .cover .desc {
    top: 30%;
  }
  ul .bannerList {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cover, .hero {
    height: 700px;
  }

  .cover .desc {
    top: 26%;
  }
  .cover .desc h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cover .desc span {
    font-size: 20px;
  }
  .cover .desc .bannerList {
    margin-top: -10px;
  }
}
