@charset "UTF-8";
body {
  font-family: "砧 丸丸ゴシックCSr StdN R ", "ヒラギノ丸ゴ ProN", sans-serif;
  color: #333333;
  background-image: url(../img/background.png);
  background-size: cover;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

#concept, #philosophy, #teacher, #access {
  padding: 60px 0 56px 0;
}

.section-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .section-inner {
    padding: 25px 24px;
    max-width: 550px;
  }
  #concept, #philosophy, #teacher, #access {
    padding: 0px 0 30px 0;
  }
} 

/** -----------------------------------
    テキスト
-------------------------------------**/

p.large {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
}

p.medium {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}



/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  p.large {
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  p.medium {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

/** -----------------------------------
    見出し
-------------------------------------**/

.title {
  margin: auto;
  margin-bottom: 40px;
  max-width: 200px ;
}

@media screen and (max-width: 768px) {

  .title {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 150px ;
  }
}

/** -----------------------------------
    レイアウト
-------------------------------------**/
.col-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}

.col-2-2 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}

.col-2-3 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.col-2-4 {
  display: flex;
  justify-content: center;
  margin: 10px 0px 20px;
  align-items: center;
}

.item {
  margin: 30px;
  width: calc((100% - 60px)/2);
}

.item-teacher{
  margin: 30px;
  width: 30%;
  align-items: center;
}

.item-sns{
  margin: 50px;
  width: 20%;
  align-items: center;
}

.item-sns{
  display:block; 
  position:relative;
  text-decoration:none;
  overflow:hidden;
}
.item-sns:before{
  content:"";
  display:block;
  padding-top: 100.100%;
}
.item-sns img{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  transition:0.3s;
  display:block;

}
.item-sns:hover img{
  transform:scale(1.1);
}

.item-2 {
  margin: 30px;
  width: calc((100% - 60px)/2);
}

.icon-position{
  display: flex;
  justify-content: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .col-2 {
    display: block;
  }
  
  .col-2-2 {
    display: block;
    margin: 10px 0px 20px;
    align-items: center;
  }
  
  .col-2-3 {
    display: block;
    justify-content: center;
    margin: 10px 0px 20px;
    align-items: center;
  }
  
  .item {
    margin: 0px;
    width: 100%;
  }
  
  .item-teacher{
    margin: 30px;
    width: 30%;
    align-items: center;
  }
  
  .item-sns{
    margin: 25px;
    width: 40%;
    align-items: center;
  }
  
  
  .item-2 {
    margin: 30px;
    width: calc((100% - 60px)/2);}
  }
  

/** -----------------------------------
    体験ボタン
-------------------------------------**/

.trybutton {
  width: 558px;
  height: 95px;
  margin: auto;
}

.trybutton{
  display:block; 
  position:relative;
  text-decoration:none;
  overflow:hidden;
 }
 .trybutton:before{
   content:"";
   display:block;
   padding-top: 56.10%;
 }
 .trybutton img{
   position:absolute;
   top:0;
   bottom:0;
   left:0;
   right:0;
   transition:0.3s;
   display:block;
   width:100%;
 }
 .trybutton:hover img{
   transform:scale(1.1);
 }

@media screen and (max-width: 768px) {

  .trybutton {
    width: 250px;
    height: 95px;
    margin: auto;
  }

} 

/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.header-left {
  margin: 9px 0px 10px;
}

.header-text {
  text-align: center;
}

.header-logo {
  display: flex;
  align-items: center;
  width: 170px;
}

.header-logo a {
  display: flex;
}

.gnav-pc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnav-sp-wrap {
  display: none;
}

ul.gnav-pc li {
  display: inline;
  margin-right: 40px;
}

ul.gnav-pc li a {
  font-size: 16px;
  letter-spacing: 0.13em;
  color: #333333;
  font-weight: bold;
}

ul.gnav-pc li a:hover {
  color: #e9c3bb;
}

#menu-button {
  display: none;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
    padding: 0;
  }

  #header h1 {
    padding-left: 20px;
  }

  #header h1 a {
    display: flex;
  }

.header-logo {
  display: flex;
  align-items: center;
  width: 150px;
}

  .header-text {
    text-align: center;
    padding-left: 20px;
    font-size: 13px;
  }

  .gnav-pc-wrap {
    display: none;
  }

  #menu-button {
    display: block;
    width: 60px;
    height: 60px;
    padding: 22px 18px;
  }

  .menu-button-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .menu-button-inner span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333333;
    position: absolute;
  }

  .menu-button-inner span:nth-child(1) {
    top: 0;
  }

  .menu-button-inner span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .menu-button-inner span:nth-child(3) {
    bottom: 0;
  }

  /* スマホ用メニューのスタイル */
  .gnav-sp-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #f8f4ec;
    z-index: 100;
    padding-top: 100px;
  }

  ul.gnav-sp li {
    text-align: center;
    margin-bottom: 30px;
  }

  ul.gnav-sp li a {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #333333;
    font-weight: bold;
  }

  ul.gnav-sp li a:hover {
    color: #e9c3bb;
  }
}


  /* ** -----------------------------------
      Aboutus
  -------------------------------------**/ 

.aboutus{
  margin-top: 70px;
}


/** -----------------------------------
    教育理念
-------------------------------------**/
#philosophy{
}

.philosophy2{
background-image: url(../img/philo-box.png);
margin: auto;
background-position: top center;
background-size: contain;
background-repeat: no-repeat;
}

.philo-position{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}


p.philo-midashi{
  font-size: 16px;
  line-height: 2.1 ;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 30px;
}
p.philo-text{
  font-size: 16px;
  line-height: 2.1 ;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 80px;
}

p.philo-text span{
  display: block;
}



/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

  .section-inner2 {
    padding: 0px;
    margin-bottom: 20px;
  }

  .philosophy2{
    background-image: url(../img/philo-box.png);
    margin: auto;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    }
    
    .philo-position{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-align: center;
    }
    
    
    p.philo-midashi{
      font-size: 13px;
      line-height: 2.1 ;
      letter-spacing: 0.02em;
      text-align: center;
      padding: 15px;
    }
    p.philo-text{
      font-size: 13px;
      line-height: 2.1 ;
      letter-spacing: 0.02em;
      text-align: center;
      padding: 60px;
    }

  }

/** -----------------------------------
    講師紹介
-------------------------------------**/
#teacher {
}


p.introduce {
  font-size: 16px;
  line-height: 2.5 ;
  letter-spacing: 0.02em;
}




  
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {

.item-teacher{
width: 70%;
margin: auto;
margin-bottom: 30px;
  }

p.introduce {
  font-size: 14px;
  line-height: 1.5 ;
  letter-spacing: 0.02em;
}
} 

/** -----------------------------------
    アクセス
-------------------------------------**/
#access {
}

.futamatagawa{
  width: calc((100% - 40px) / 2);
  }

.icon-position{
  display: flex;
  justify-content: start;
  align-items: center;
}

.star {
  width: 30px;
  margin: 10px;
}

.house {
  width: 30px;
  margin: 10px;
}

.maru {
  width: 10px;
  margin: 0px 10px 0px;
}

.googlemap {
  margin-top: 20px;
}

.googlemap iframe{
  width: 100%;
}

.access-title {
  font-size: 24px;
  line-height: 2.5 ;
  letter-spacing: 0.02em;
}


.jyusyo {
  font-size: 18px;
  line-height: 2.5 ;
  letter-spacing: 0.02em;

}

.access-detail {
  font-size: 16px;
  line-height: 2.5 ;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {

.futamatagawa{
  width: 100%;
  }

  .icon-position{
    display: flex;
    justify-content: start;
    align-items: center;
  }
  
  .star {
    width: 30px;
    margin: 10px;
  }
  
  .house {
    width: 30px;
    margin: 10px;
  }
  
  .maru {
    width: 10px;
    margin: 0px 10px 0px;
  }
  
  .googlemap {
    height: 350px;
  }

  .googlemap iframe{
    width: 100%;
    height: 80%;
    margin: auto;
  }

  
  .access-title {
    font-size: 18px;
    line-height: 2.5 ;
    letter-spacing: 0.02em;
  }
  
  
  .jyusyo {
    font-size: 16px;
    line-height: 2.5 ;
    letter-spacing: 0.02em;
  
  }
  
  .access-detail {
    font-size: 14px;
    line-height: 2.5 ;
    letter-spacing: 0.02em;
  }

}

/** -----------------------------------
    フッター
-------------------------------------**/
#footer {
  background-color: #333333;
  text-align: center;
  padding: 40px 0;
  margin-top: 110px;
}

#footer a {
  color: #FFFFFF;
}

.footer-link, .copyright {
  font-size: 15px;
}

.copyright {
  color: #FFFFFF;
}

.footer-link {
  margin-bottom: 20px;
}

.footer-link li {
  display: inline;
  margin-right: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 0 20px 0;
  }
  .footer-link {
    margin-bottom: 70px;
  }
  .footer-link li {
    display: block;
    margin: 0 0 20px 0;
  }
} 
