@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, #course, #info, #philosophy, #teacher {
  padding: 60px 0 56px 0;
}

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

/* * -------- スマホ -------- **/ 
@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 24px;
    max-width: 550px;
  }

  #concept, #course, #info, #philosophy, #teacher {
    padding: 40px 0 30px 0;
  }
}

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

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

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



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

  p.large {
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  p.medium {
    font-size: 14px;
    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: 40px;
    max-width: 150px ;
  }
}

/** -----------------------------------
    レイアウト
-------------------------------------**/

.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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


.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);
}



.col-4 {
  display: flex;
  justify-content: space-between;
}

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

/** -------- スマホ -------- **/
@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: flex;
  justify-content: center;
  margin: 10px 0px 20px;
  align-items: center;
}

.col-2-4 {
  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;
}

.col-4 {
  display: flex;
  justify-content: space-between;
}

.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: 20px 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;
  }
}


/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
  width: 100vw;
  height:100vh;
  background-image: url("../img/MVpic.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
}

.mainposition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainlogo {
  width: 65%;
  margin: auto;
  margin-bottom: 30px;
}

.maincopy {
  position: absolute;
  width: 5%;
  top: 15%;
  right: 20%;
}


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

  #mainvisual {
    width: 100vw;
    height: 65vh;
    background-image: url("../img/MVpic.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 70px;
    margin-bottom: 0px;
  }
  
  .mainposition {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .mainlogo {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  
  .maincopy {
    position: absolute;
    width: 8%;
    top: 7%;
    right: 7%;
  }
  }


/** -----------------------------------
    コンセプト
-------------------------------------**/
#concept{
}

.card {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 51px;
  padding: 30px;
  }

h4.concept {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #646b4b;
}

.concept-pic{
  display: flex;
  ustify-content: space-between;
  width: 45%;
}


/* * -------- スマホ -------- **/ 
@media screen and (max-width: 768px) {
  h4.concept {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #646b4b;
    margin-bottom: 20px;
  }
  
  .concept-pic{
    display: none;
  }
  }


/** -----------------------------------
    コース
-------------------------------------**/
#course {
}

.icon-1{
  margin-bottom: 30px;
}

.icon-1:hover {
	opacity:0.5;
	transition:0.3s;
  }


/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .icon-1{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  
} 

/** -----------------------------------
    お知らせ
-------------------------------------**/
#info {
}

.info-box {
  width: 100%;
  height: 300px;
  background-color: #FFFFFF;
  border-radius: 51px;
  padding: 23px 30px 23px;
  overflow: scroll;
  }

  dl {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 51px;
    overflow: scroll;
  }

  dt {
    background-color: #acb783;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    float: left;
    margin: 0px 30px 20px;
    width: 110px;
    text-align: center;
  }

  dd {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }

  dd:hover {
  color: #e9c3bb;
}




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

  .info-box {
    width: 100%;
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 51px;
    padding: 0px;
    overflow: scroll;
    }
  
  
  dd {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-align: center;
  }

} 


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

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


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: 20px;
  }

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

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

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

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

.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;
}

.access-title2 {
  font-size: 16px;
  line-height: 2.5 ;
  letter-spacing: 0.02em;
  padding-left: 20px;
}


.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-oya{
    display: block;
    justify-content: start;
    align-items: center;
  }

  .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;
  }
}
