@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.all-wrapper{
  overflow: hidden;
}
section h2 {
  font-size: 2.4rem;
}
a{
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  transition: all 0.3s;
} 
ul{
  list-style: none;
}
.none {
  display: none;
}
img{
  max-width: 100%;
}
p{
  line-height: 1.7;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.wrapper{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
h1{
  color: #fff;
}
.mv-area{
  margin-top: 90px;
}
@media(max-width:599px){
  .mv-area{
    margin-top: 32px;
  }
}
@media(max-width:599px){
p{
  font-size: 1.3rem;
}
  }


.section-bottom{
  margin-bottom:120px ;
}
@media(max-width:599px){
  .section-bottom{
    margin-bottom:80px ;
  }
}

.pc-br{
  display: none;
}
@media(max-width:599px){
  .pc-br{
    display: block;
  }
}


/* 横並び */
.media{
  display: flex;
  /* justify-content: space-between; */
}

.media a{
  color: #333;
}

.media img{
  width: 100%;
}

.media h3{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.media li{
  margin: 0 2% 0 0;
  width: 33%;
}
.media li:last-child{
  margin: 0;
}
.media-bottom{
  margin-bottom: 64px;
}
.media-bottom h3{
  margin:24px 0;
}
.media-bottom h4{
  margin:24px 0;
}
/* pc横並び */
@media(max-width:599px){
  .media{
    display: block;
  }
  .media li{
    margin: 0 0 40px 0;
    width: 100%;
  }
  .media li:last-child{
    margin-bottom: 0;
  }
}/* sp横並び */

/* pcタイトル */
.egttl{
  display: block;
  font-size: 5.6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  margin-bottom: 40px;
}
.egttl-center{
  text-align: center;
}
.jpttl{
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}
/* pcタイトル */

.egttl-center{
  display: block;
  text-align: center;
  font-size: 5.6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  margin-bottom: 40px;
}
.jpttl-center{
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
}
.sec-top{
  margin-top: 64px;
  margin-bottom: 40px;
}
@media(max-width:599px){
  .egttl-center{
    font-size: 4.0rem;
    font-weight: 200;
    margin-bottom: 40px;
  }
  .egttl-center{
    text-align: center;
  }
  .jpttl-center{
    margin-top: 10px;
    font-size: 1.3rem;
  }
}/* spタイトル */


/* pcパンクズ */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  font-size: 1.1rem;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #333; /* 記号の色 */
}
.breadcrumb-list1{
  display: flex;
  align-items: center;
}
.breadcrumb-list1::before{
  content: "";
  display: block;
  background-image: url(../images/comomon/home.png);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
  margin-right: 5px;
}
.breadcrumb-list1 a{
  color: #777777;
}
.breadcrumb-list2 a{
  color: #777777;
}
/* pcパンクズ */

@media(max-width:599px){
  .egttl{
    font-size: 4.0rem;
    font-weight: 200;
    margin-bottom: 40px;
  }
  .egttl-center{
    text-align: center;
  }
  .jpttl{
    margin-top: 10px;
    font-size: 1.3rem;
  }
}/* spタイトル */

/* pcお問い合わせボタン */
.morebtn{
  font-size: 1.6rem;
  display: block;
  background: #EB6700;
  color: #fff;
  width: 300px;
  padding: 20px;
  text-align: center;
  border-radius: 50px;
  }
  .morebtn:hover{
    background: #fff;
    color: #EB6700;
    opacity: 1;
    border: 1px #EB6700 solid;
  }
  .morebtn-center{
    margin: 0 auto;
  }
  /* pcお問い合わせボタン */

  /* pcバナー */
  .banner{
    width: 80%;
    margin: 0 auto 120px;
    }/* pcバナー */

    /* sp バナー*/
@media(max-width:599px){
  .banner{
    width: 100%;
    margin: 0 auto  80px;
  }
  }/* sp バナー*/


    /* pc 3項目*/
.excursion-list{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.excursion-list li{
  border: 1px #707070 solid;
  text-align: center;
  width: 100%;
}
.excursion-list li a{
  display: inline-block;
  color: #333;
  width: 100%;
  padding: 64px 0;
}
.excursion-list li img{
  width: 20%;
}
.excursion-list-ttl{
  font-size: 1.6rem;
  margin: 16px 0 10px;
}
.excursion-list-subttl{
  font-size: 1.5rem;
  font-weight: 300;
  font-family: 'Jost', sans-serif;
}/* pc 3項目*/

/* sp 3項目*/
@media(max-width:599px){
.excursion-list-ttl{
  font-size: 1.3rem;
  margin: 10px 0 6px;
}
.excursion-list-subttl{
  font-size: 1.2rem;
}
.excursion-list li a{
  padding: 32px 0;
}
}/* sp 3項目*/


@media(min-width:1200px){
  .more-btn a:hover span {
    color: #fff;
  }
  .more-btn a:hover:before {
    left: 2rem;
  }
  .more-btn a:hover:after {
    right: 0;
    width: 100%;
  }
}/*more-btn hover*/

@media(max-width:599px){
  .more-btn a {
    max-width: 120px;
  }

  .more-btn a span{
    font-size: 1.2rem;
  }
}/*more-btn*/



/*header pc*/
#header{
  position: fixed;
  width: 100%;
  z-index:1000;
  top: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
}
.header-wrapper{
  display: flex;
  max-width: 1200px;
  height: 90px;
  padding: 49px 18px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.header-nav ul{
  display: flex;
  align-items: center;
}
.header-nav ul li{
  margin-right: 24px;
  font-size: 1.6rem;
}
.header-nav ul li:last-child{
  margin-right: 0;
}

.header-nav ul li:last-child a:hover{
  color: #EB6700;
  background: #fff;
  border: 1px solid #EB6700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.header-nav ul li a{
  color: #333;
}
.header-nav ul li:last-child a{
  color: #fff;
  display: inline-block;
  background:#EB6700 ;
  width:180px ;
  padding: 10px;
  border-radius: 50px;
  border: none;
  text-align: center;
}
.sp-instagramicon{
  display: none;
}

/*header tablet*/
@media(max-width:768px){
  .header-nav ul{
  flex-direction:column;
  align-items: unset;
  }
  .header-nav ul li{
    margin-right: 24px;
    text-align: left;
    margin-bottom: 24px;
    margin-left: 24px;
    border-bottom: 1px solid #333;
    padding: 0 0 16px;
  }
  .header-nav ul li:first-child{
    margin-top: 80px;
  }
  .header-nav ul li:last-child{
    border-bottom: none;
    padding: 0;
  }
  .header-nav ul li:last-child a{
    width: 90%;
    margin-top: 40px;
    padding: 20px;
  }
  #toggle {
    position: fixed;
    top: 40px;
    right: 30px;
}

#toggle-box {
    position: relative;
    width: 40px;
    height: 32px;
    cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .3s ease-in-out, top .3s ease, bottom .3s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 50%;
    height: 100%;
    background: #fff;
    color: #333;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: block;
  /* border-bottom: 1px solid #333; */
  text-decoration: none;
  /* padding: 0 0 16px; */
  transition: opacity .6s ease;
  font-size: 1.4rem;
}

#nav-content a:hover {
  opacity: 0.6;
}
.is-open {
    overflow: hidden;
}
.is-open #toggle-box > span {
    background: #333;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}
.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}
.overlay {
  background: rgba(0,0,0,0.5);
  height: 100vh;
}
.sp-instagramicon{
  display: block;
  border-bottom: none;
}
}
@media(max-width:599px){
  #nav-content{
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-wrapper{
    height: 65px;
    padding: 22px 18px;
  }
  #header{
    height: 72px;
  }
  .header-logo{
    width: 80%;
  }
  #nav-content{
    width: 60%;
  }
  #toggle{
    top: 18px;
  }
  #toggle-box{
    height: 22px;
  }
  .is-open #toggle-box{
   width: 32px;
  }
  .is-open #toggle{
  top:40px;
  right: 15px;
  }
  .header-nav ul li:last-child a{
    width: 95%;
    margin-top: 32px;
    padding: 14px;
  }
}

/* footer pc */
.footer{
  background: #FAFAFA;
  padding: 64px 0 64px;
}
.footer-logo-ttl{
  font-size: 1.6rem;
}
.footer-list{
  text-align: center;
}
.footer-nav{
  padding-top: 24px;
}
.footer-nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav ul li{
  margin-right: 24px;
  font-size: 1.4rem;
}
.footer-nav ul li:last-child{
  margin-right: 0;
}
.footer-nav ul li img{
  width: 60%;
}
.footer-nav ul li a{
  color: #333;
}
.copyright{
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  text-align: center;
  padding-top: 64px;
  }

/* footer tablet */
@media(max-width:768px){
  .footer-list{
    flex-direction: column;
    text-align: center;
  }
  .footer-nav{
    padding-top: 40px;
  }
  .footer-nav ul{
    justify-content: center;
  }
  .copyright{
    padding-top: 40px;
  }
  }/* footer tablet */
  @media(max-width:599px){
    .footer{
      padding: 40px 0 40px;
    }
    .footer-logo{
      width: 55%;
    }
    .footer-logo-ttl{
      font-size: 1.4rem;
    }
    .footer-nav ul{
      flex-wrap: wrap;
    }
    .footer-nav ul li{
      font-size: 1.4rem;
      margin-bottom: 24px;
    }
    .copyright{
      padding-top: 24px;
    }
  }

  /* pc お客様の声ついて*/
.voice-area{
  background:#FAFAFA ;
  padding: 40px 20px 72px;
}
.media-voice{
  margin-bottom: 64px;
}
/* pc お客様の声ついて*/

/* pc レッスンの特徴*/
.feature-area{
  background: #FAFAFA;
  padding: 40px 20px 72px;
}
.feature-media{
  display: flex;
  justify-content: space-around;
  margin-top: 72px;
}
.feature-media li{
  background: #fff;
  position: relative;
  text-align: center;
  width: 33%;
  margin-right: 3%;
  padding: 40px 20px
}
.feature-media li:last-child{
  margin-right: 0;
}
.feature-media span{
  background: #EB6711;
  color: #fff;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
}
.feature-media h3{
  font-size: 2.0rem;
  margin: 24px 0;
  line-height: 1.4;
}
.feature-media img{
  width: 25%;
}/* pc レッスンの特徴*/

@media(max-width:768px){
  .feature-media{
    display: block;
  }
  .feature-media li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 72px;
  }
}/* tablet-レッスンの特徴*/ 

@media(max-width:599px){
  .feature-media h3{
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .feature-media li:last-child{
    margin-bottom: 0;
  }
  }/* sp-レッスンの特徴 */

  .top-description{
    max-width:1000px ;
    margin: 0 auto 120px;
    padding: 0 18px;
    text-align: center;
  }
  .top-description p{
    line-height: 2.4;
  }
  @media(max-width:599px){
    .top-description{
      margin-bottom: 80px;
      text-align: left;
    }
  }
  
  /* pc-カリキュラム内容 */
.curriculum-area{
  background: #FAFAFA;
  padding: 40px 20px 72px;
}
.curriculum-media{
  display: flex;
  justify-content: space-around;
  margin-top: 72px;
}
.curriculum-media li{
  background: #fff;
  width: 33%;
  margin-right: 3%;
  padding: 40px 20px;
}
.curriculum-media li:last-child{
  margin-right: 0;
}
.curriculum-media li span{
  color: #EB6711;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.curriculum-media li p{
  margin-bottom: 8px;
}
.curriculum-media li p::before{
  content: "・";
  display: inline-block;
}/* pc-カリキュラム内容 */

/* sp-カリキュラム内容 */
@media(max-width:599px){
  .curriculum-media{
    display: block;
  }
  .curriculum-media li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .curriculum-media li:last-child{
    margin-bottom: 0;
  }
  .curriculum-media li span{
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}/* sp-カリキュラム内容 */

/* pc-料金の仕組み */
.note-detail{
  margin-bottom: 24px;
}
.note-detail-last{
  margin-bottom: 0;
}
.note-detail h3{
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.note-detail h3::before{
  content: "";
  display: block;
  width: 14px;
  height:14px;
  background:#EB6711;
  border-radius: 50%;
  margin-right: 16px;
}/* pc-料金の仕組み */

/* sp-料金の仕組み */
@media(max-width:599px){
  .note-detail h3{
    font-size: 1.6rem;
  }
  .note-detail h3::before{
    margin-right: 8px;
  }
}/* sp-料金の仕組み */

/* pc-その他のコースについて */
.othercourse-media{
  display: flex;
  justify-content: space-between;
}
.othercourse-media a{
  color: #333;
}

.othercourse-media li{
  margin: 0 2% 0 0;
}
.othercourse-media li:last-child{
  margin: 0;
}
.more-detail{
  display: inline-block;
  margin-top: 24px;
  font-size: 1.2rem;
}/* pc-その他のコースについて */

/* sp-その他のコースについて */
@media(max-width:599px){
  .othercourse-media{
    display: block;
  }
  .othercourse-media li{
    margin: 0 0 40px 0;
  }
  .more-detail{
    margin-top: 18px;
    font-size: 1.1rem;
  }
}/* sp-その他のコースについて */

/* PC-写真ないページのトップ */
.noimg-top{
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
/* PC-写真ないページのトップ */

@media(max-width:599px){
  .noimg-top{
    height: 80px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
}/* SP-写真ないページのトップ */

/* PC-写真ないページのないタイトル */
.noimg-pagettl{
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.noimg-pagettl::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #EB6711;
  border-radius: 50%;
  margin-right: 16px;
}
/* PC-写真ないページのないタイトル */

@media(max-width:599px){
  .noimg-pagettl{
    font-size: 1.6rem;
  }
  .noimg-pagettl::before{
    margin-right: 8px;
  }
}/* SP-写真ないページのないタイトル */

/* pc コース内容ついて*/
.course-wrapper{
  max-width: 800px;
  margin: 0 auto;
}
.course-wrapper a{
  color: #fff;
}
.course-pic{
  background-image: url(../images/about/pc-course.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 410px;
  max-height: 410px;
}
.course-pic-filter{
  background-color: rgba(0,0,0, 0.2);
  height: 100%;
  width: 100%;
  position: relative;
}
.course-pic-filter p{
  position: absolute;
  font-size: 3.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.course-bottom{
  margin-bottom: 120px;
}/* pc コース内容ついて*/

@media(max-width:599px){
  .course-pic{
    background-image: url(../images/about/sp-course.jpg);
    height: 220px;
    max-height: 220px;
  }
  .course-pic-filter{
    background-color: rgba(0,0,0, 0.3);
  }
  .course-pic-filter p{
    font-size: 2.0rem;
  }
  .course-bottom{
    margin-bottom: 0;
  }
  }/* sp-コース内容ついて */