* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  color: #231815;
}

@media (max-width: 414px) {
  body {
    width: 100%;
  }
}

@media (min-width: 415px) {
  body {
    width: 414px;
    margin: 0 auto;
  }
}

/*mv*/
.mv {
  width: 100%;
  height: 654px;
  background: url("../images/mv_bg.png");
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  text-align: center;
}

/*ヘッダー*/
.nav_toggle {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 45px;
  right: 40px;
  text-align: right;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 100;
}
.nav_toggle i{
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  transition: transform .5s, opacity .5s;
  z-index: 10;
  border-radius: 10px;
}
.nav_toggle i:nth-child(1) {
  top: 0;
  width: 38px;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 38px;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
  width: 20px;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #231815;
  width: 30px;
  height: 1px;
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  width: 30px;
  background-color: #231815;
  height: 1px;
}
.nav {
  width: 100%;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  z-index: 10;
  display: flex;
}
.nav.show {
  opacity: 1;
  visibility: visible;
  background-color: #E4E4E3;
}
.nav_menu_ul{
  margin: 0 auto;
  padding-top: 70px;
}

@media (max-width: 392px) {
  .nav_menu_ul{
    padding-top: 80px;
  }
}
.nav_menu_li{
  position: relative;
  text-align: left;
  font-family: 'minion-3-display', serif;
  font-style: Medium;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3em;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-right: 35px;
  padding-left: 20px;
}
.nav_menu_li a{
  color: #231815;
  text-decoration: none;
}
.nav_menu_li span{
  color: #231815;
  text-decoration: none;
  font-family: 'minion-3-display', serif;
  font-style: Medium;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.3em;
  margin: 0 auto;
  padding-right: 15px;
}
.nav_menu_li span:before {
  position: absolute;
  z-index: -1;
  transform: rotate(25deg);
  top: 10px;
  left: 7.5%;
  width: .25px;
  height: 10px;
  background-color: #231815;
  content: '';
}
.nav .left-column{
  width: 50%;
  height: 100px;
  flex: 1;
}
.nav .right-column{
  position: relative;
  width: 50%;
  height: 100px;
  flex: 1;
}
.nav_tittle p{
  writing-mode: sideways-lr;
}
.nav_tittle{
  position: absolute;
  margin: 0 auto;
  padding-left: 35px;
}
.nav_tittle img{
  width:26px;
}
.nav_bk {
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav_bk img{
  width: 155px;
}

/*ヘッダー完了*/
.mv_logo {
  width: 128px;
  height: 80px;
  background: url("../images/mv_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 220px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.logo {
  width: 50px;
  height: 31px;
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 45px;
  left: 40px;
  overflow: hidden;
}
.mv_walking_description h3 {
  position: absolute;
  top: 580px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-align: center;
  padding-bottom: 10px;
}
.mv_walking_description p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 607px;
  color: #fff;
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.185em;
  text-align: center;
  padding-bottom: 30px;
}
/*mv完了*/

/*policy*/
.policy{
  text-align: center;
  background-color: #EDEDE6;
}
.policy_tittle{
  padding-top: 60px;
}
.policy_tittle h3{
  margin: 0 auto;
  color: rgba(95,95,95,1);
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.23em;
}
.policy_tittle h2{
  color: rgba(95,95,95,1);
  margin-top: 0px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3em;
  margin-bottom: 0px;
}
/*↓縦線↓*/
.policy_line {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}
.policy_line .left {
  height: 78px;
  flex: 1;
}
.policy_line .line {
  position: relative;
  margin: 0 auto;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 5s;
  border: 0.5px solid #5F5F5F;
  height: 78px;
  opacity: 0;
}
.line.visible {
  opacity: 1;
  animation: fadeIn 2s 1s forwards;
}
.policy_line .right {
  height: 78px;
  flex: 1;
}
.policy_description{
  color: rgba(95,95,95,1);
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.policy_description p{
  margin: 0;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 180%; /*行間広める 縦文字ver*/
  letter-spacing: 0.2em;
  font-feature-settings: 'vkna' on;
  writing-mode: vertical-rl;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  text-align: left;
  vertical-align: top;
  flex-direction: column-reverse;
}

.policy_description p:nth-child(2n) {
  padding-left: 25px;
}

.policy_container01{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom: 0.25px solid #231815;
  border-top: 0.25px solid #231815;
  height: 272px;
}
.policy_container01 .right-column p{
  margin: 0 auto;
  padding-top: 36px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  font-size: 10px;
  transform: scale(0.8);
}
/*縦線*/
.policy_container01 .left-column::after {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: .5px;
	height: 100%;
	background-color: #231815;
}
.policy_container02{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 272px;
  border-bottom: 0.25px solid #231815;
}

.policy_container02 .left-column img{
  height: 132px;
  width: 132px;
}
.policy_container02 .left-column::after {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: .5px;
	height: 100%;
	background-color: #231815;
}
.policy_container02 .left-column p{
  display: inline-block;
  margin: 0;
  text-align: left;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  width: 132px;
  padding-top: 16px;
}
.policy_container02 .right-column p{
  margin: 0;
  text-align: left;
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 125%;
}
.policy_container02 .right-column h3{
  margin: 0;
  padding-top: 32px;
  color: #5F5F5F;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 8px;
  letter-spacing: 0.16em;
  transform: scale(0.7);
  transform-origin: top left;
  width: 100%;
  width: fit-content;
}
.policy_container01 .left-column{
  flex: 1;
  padding: 0 3%;
}
.policy_container01 .left-column img{
  width: 80%;
}
.policy_container01 .right-column {
  flex: 1;
  padding: 0 3%;
}
.policy_container01 .right-column img{
  width: 90%;
}
.policy_container02 .left-column {
  flex: 1;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.policy_container02 .right-column {
  flex: 1;
  padding: 0 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.policy_container02 .right-column img{
  width: 90%;
}
.about{
  padding: 40px;
  color: rgba(95,95,95,1);
}

@media (max-width: 393px) {
  .about{
    padding: 30px;
  }
}
.about_tittle h3{
  margin: 0 auto;
  text-align: left;
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.2em;
}
.about_tittle .walking{
  margin: 0 auto;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.15em;
}
.about_tittle ul{
  margin: 0 auto;
  padding-left: 0px;
  display: flex;
  align-items: flex-end;
}
.about_tittle li{
  list-style: none;
}
.about_tittle .walk{
  width: 74%;
  white-space:nowrap;
  margin: 0 auto;
  padding-top: 12px;
  text-align: left;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.46em;
}
.about_tittle .hip{
  width: 26%;
  margin: 0 auto;
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  transform: scale(0.6);
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media (max-width: 410px) {
  .about_tittle ul {
		display: block;
	}
  .about_tittle .walk{
    margin: 0;
    width: 100%;
    white-space: normal;
  }
  .about_tittle .hip{
    margin: 0;
    width: 120%;
    padding-top: 5px;
    transform: none;
    transform: scale(0.6);
    display: flex;
    justify-content: flex-end;
  }
}
.about_description{
  padding-top: 55px;
}
.about_description p{
  margin: 0 auto;
  text-align: left;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 196%;
  letter-spacing: 0.2em;
}
/*SHIKI WALKING ALIGHMENT*/
.Shiki_wk_ag {
  background-color: #A5A071;
  padding: 10px 0;
}
.Shiki_wk_ag p{
  margin: 0 auto;
  color: rgba(255,255,255,1);
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-size: 10px;
  transform: scale(0.8);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.095em;
}
/*SHIKI WALKING ALIGHMENT完了*/

/*profile*/
.profile{
  padding: 40px 40px 0px 40px;
  color: #5F5F5F;
}
@media (max-width: 393px) {
  .profile{
    padding: 40px 20px 0px 20px;
    color: #5F5F5F;
  }
}
.profile_container{
  position: relative;
  display: flex;
}
.profile_container .left-column p{
  margin: 0;
  text-align: left;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0.17em;
}
.profile_container .left-column h2{
  margin: 0;
  padding-top: 10px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  line-height: 20px;
  letter-spacing: 0.3em;
}
.profile_container .left-column h3{
  margin: 0;
  padding-top: 8px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.18em;
  text-align: left;
}
.profile_container .left-column {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
/*↓縦線↓*/
.profile_line{
  height: 100%;
  position: relative;
}
.profile_line .line{
  position: absolute;
  transform: scaleY(0);
  bottom: 0;
  right: 25%;
  transform-origin: top;
  transition: transform 5s;
  border-right: 0.5px solid #5F5F5F;
  height: 90%;
}
/*↑縦線↑*/
.profile_container .right-column {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.profile_container .right-column img{
  max-width: 100%;
  height: auto;
}
.profile_description p{
  margin: 0 auto;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.2em;
  font-size: 11px;
  text-align: left;
  padding-top: 24px;
}

.profile_description p:first-child {
  padding-top: 30px;
}

.youtube{
  margin : 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  display : block;
}

iframe{
  max-width: 100%;
}
/*profile 完了*/

/*lesson*/
.lesson{
  margin: 0 auto;
  padding: 0 40px;
  background-color: #D5D6CD;
  color: #231815;
  text-align: left;
}

@media (max-width: 393px) {
  .lesson{
    padding: 0 30px;
  }
}
.walking_alighment{
  margin: 0 auto;
}

.lesson_tittle img{
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.lesson_tittle h3{
  margin: 0 auto;
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.2em;
}

.lesson_container h2{
  margin: 0 auto;
  padding-top: 40px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: 0.2em;
}
.lesson_container p{
  margin: 0 auto;
  padding-top: 20px;
  color: #231815;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  text-align: left;
  letter-spacing: 0.2em;
}
.lesson_container p:last-child{
  padding-top: 15px;
  padding-bottom: 40px;
}
/*lesson完了*/

/*session*/
.session_contents{
  background-color: #D5D6CD;
}
.session_container{
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  border-top: 0.25px solid #231815;
}
.session_container .right-column .session_day{
  margin: 0 auto;
  max-width: 289.8px;
  padding-bottom: 50px;
  transform: scale(0.8);
}
.session_container .right-column .session_day img{
  margin: 0 auto;
  width: 63px;
}
.session_container .right-column h3{
  color: rgba(95,95,95,1);
  margin: 0 auto;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  transform: scale(0.8);
  line-height: 100%;
  letter-spacing: 0.095em;
}

.session_container .right-column span{
  margin: 0 auto;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.095em;
  color: #231815;
}
.session_container .right-column p{
  margin: 0 auto;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  transform: scale(0.8);
  line-height: 16px;
  color: rgba(95,95,95,1);
}
.session_container .left-column::after {
	position: absolute;
	top: 0;
	left: 30%;
	content: "";
	width: .5px;
	height: 100%;
	background-color: #231815;
}
.session_container .left-column{
  width: 30%;
  display: flex;
  align-items: center;

}
.session_container .left-column img{
  width: 85px;
  margin: 0 auto;
}
.session_container .right-column {
  text-align: left;
  width :70%;
  margin: 0;
}
.readmore{
  border-top: 0.25px solid #231815;
  padding: 30px 35px 30px 0;
  text-align: right;
}
.arrow_right {
  position: relative;
  padding-left: 15px;
  text-align: right;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  color: #231815;
}
.arrow_right::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(45deg);
}

.readmore a {
  text-decoration: none;
}
/*walking ag 完了*/

/*price*/
.price{
  padding: 40px;
  text-align: left;
  color: #5F5F5F;
}
@media (max-width: 393px) {
  .price{
    padding: 40px 30px;
  }
}
.price_tittle h2{
  margin: 0 auto;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 17px;
  letter-spacing: 0.3em;
}
.price_tittle h3{
  margin: 0 auto;
  padding-top: 3px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
}
.price_course {
  margin-top: 35px;
  border-left: 10px solid #5F5F5F;
}
.price_course h3{
  margin: 0 auto;
  padding-left: 10px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2em;
}
.price_course h2{
  margin: 0 auto;
  padding-left: 10px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 42px;
  letter-spacing: 0.1em;
}
.price_course span{
  margin: 0 auto;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
.day_course{
  padding-top: 30px;
}
.day_course h3{
  margin: 0 auto;
  padding-left: 10px;
  border-left: 10px solid #5F5F5F;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2em;
}
.day_course h2{
  margin: 0 auto;
  padding-top: 15px;
  margin-left: 20px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
  border-bottom: .25px solid #5F5F5F;
  display: inline-block;
}
@media (max-width: 387px) {
  .day_course h2{
    font-size: 12.5px;
  }
}
.day_course p{
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 20px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
.time_course{
  padding-top: 30px;
}
.time_course h3{
  margin: 0 auto;
  padding-left: 10px;
  border-left: 10px solid #5F5F5F;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2em;
}
.mini{
  font-size: 14px;
}
.mini::before{
  background-color: #5F5F5F;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 0.25px;
  width: 23px;
  margin-right: 10px;
}
@media (max-width: 387px) {
  .mini{
    font-size: 13px;
  }
  .mini::before{
    margin-right: 8px;
    width: 15px;
  }
}
@media (max-width: 360px) {
  .mini{
    font-size: 13px;
  }
  .mini::before{
    margin-right: 5px;
    width: 10px;
  }
}

.class{
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
}
.time_contents{
  display: flex;
}
.time_contents .left-column{
  display: flex;
}
.time_contents .left-column h2{
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 20px;
  font-family: 'minion-3-display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 7px;
  line-height: 10px;
  letter-spacing: 0.2em;
}
.time_contents .left-column span{
  margin: 0 auto;
  padding-left: 4px;
  padding-right: 5px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.05em;
}
.time_contents .left-column h2::after {
  background-color: #5F5F5F;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: .25px;
  width: 23px;
}
.time_contents .right-column{
  flex: 1;
  padding-left: 5px;
}
.time_contents .right-column h2{
  margin: 0 auto;
  padding-top: 15px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.subject{
  margin: 0 auto;
  padding: 3px 5px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.05em;
  background-color: #5F5F5F;
  color: #fff;
  display: inline-block;
}
.description{
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
.place_course{
  padding-top: 30px;
}
.place_course h3{
  margin: 0 auto;
  padding-left: 10px;
  border-left: 10px solid #5F5F5F;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.2em;
}

.place_course h2{
  margin: 0 auto;
  padding-top: 15px;
  padding-left: 20px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
}

.place_course p{
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 40px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.2em;
}
a.btn {
	display: block;
	text-align: center;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.15em;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 0.7rem;
	font-weight: bold;
	border: .25px solid #5F5F5F;
	color: #5F5F5F;
	transition: 0.5s;
}
a.btn span{
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-size: 7px;
}
a.btn:hover {
	color: #fff;
	background: #5F5F5F;
}
/*price 完了*/

/*footer*/
.footer {
  padding: 0 40px;
  height: 621px;
  background: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.footer_contents{
  text-align: center;
  padding-top: 435px;
  color: #231815;
}

.footer_logo{
  width: 75px;
}

.footer_contents p{
  margin: 0 auto;
  font-family: 'minion-3-display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.15em;
}
.footer_contents h3{
  margin: 0 auto;
  padding-top: 28px;
  font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 0.2em;
}

.insta_link {
  width: 30px;
  padding-top: 10px;
  color: #231815;
  position: absolute;
  left:0;
  right:0;
  margin:0 auto;
}

.insta_link a{
  z-index: 500;
}

.pagetop{
  text-align: right;
  transform: rotate(90deg);
}
.arrow_top {
  position: relative;
  z-index: 2;
  bottom: 120px;
  right: 185px;
  text-decoration: none;
  font-weight: bold;
  color: #231815;
  padding: 5px 0 0 35px;
  border-top: solid 1px;
  font-family: 'minion-3-display', serif;
  font-style: normal;
}
@media (max-width: 375px) {
.arrow_top {
  bottom: 115px;
  right: 175px;
}
}
.arrow_top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
/*footer 完了*/

/*レスポンシブ*/
@media (min-width: 768px) {
  body {
  width: 500px;
  max-width: initial !important;
}
/*mv*/
.mv {
  height: 784.8px;
}
/*ヘッダー*/
.nav_toggle {
  margin: 0 auto;
  top: 54px;
  right: 48px;
}
.nav_menu_ul {
  padding-top: 90px;
}
.nav_menu_li{
  font-size: 21.6px;
}
.nav_menu_li span:before {
  top: 12px;
  left: 5.5%;
}
.nav_menu_li span{
  font-size: 11px;
}
.nav_tittle img{
  width: 31.2px;
}
.nav_bk img{
  width: 186px;
}
/*ヘッダー完了*/
.mv_logo {
  width: 153.6px;
  height: 96px;
  top: 264px;
}
.logo {
  width: 60px;
  height: 37.2px;
  top: 54px;
  left: 48px;
}
.mv_walking_description h3 {
  top: 692.4px;
  font-size: 16.8px;
  padding-bottom: 12px;
}
.mv_walking_description p {
  top: 728.4px;
  font-size: 14.4px;
  padding-bottom: 36px;
}
/*mv完了*/
/*policy*/
.policy_tittle{
  padding-top: 72px;
}
.policy_tittle h3{
  font-size: 14.4px;
  line-height: 17px;
}
.policy_tittle h2{
  font-size: 21.6px;
  padding-top: 2px;
}
.policy_line {
  padding-top: 24px;
}
.policy_line .left {
  height: 93.6px;
}
.policy_line .line {
  border: 0.6px solid #5F5F5F;
}
.policy_line .right {
  height: 93.6px;
}
.policy_description{
  padding-top: 36px;
  padding-bottom: 72px;
}
.policy_description p{
  font-size: 18px;
}
.policy_container01{
  border-bottom: 0.3px solid #231815;
  border-top: 0.3px solid #231815;
  height: 326.4px;
}
.policy_container01 .right-column p{
  padding-top: 43.2px;
  font-size: 10px;
  transform: scale(0.96);
}
/*縦線*/
.policy_container01 .left-column::after {
	width: .3px;
}
.policy_container02 .left-column::after {
	width: .3px;
}
/*↑縦線↑*/
.policy_container02{
  border-bottom: 0.3px solid #231815;
  height: 326.4px;
}
.policy_container02 .left-column img{
  height: 158.4px;
  width: 158.4px;
}
.policy_container02 .left-column p{
  width: 158.4px;
  font-size: 14.4px;
}
.policy_container02 .right-column p{
  font-size: 12px;
}
.policy_container02 .right-column h3{
  padding-top: 38.4px;
  font-size: 10px;
  transform: scale(0.84);
}
/*about*/
.about{
  padding: 36px 40px;
}
.about_tittle h3{
  font-size: 14.4px;
}
.about_tittle .walking{
  font-size: 24px;
}
.about_tittle .walk{
  font-size: 10.8px;
  padding-top: 14.4px;

}
.about_tittle .hip{
  font-size: 10px;
  transform: scale(0.72);
}
.about_description{
  padding-top: 66px;
}
.about_description p{
  font-size: 13.2px
}
/*SHIKI WALKING ALIGHMENT*/
.Shiki_wk_ag {
  padding: 12px 0;
}
.Shiki_wk_ag p{
  font-size: 10px;
  transform: scale(0.96);
}
/*SHIKI WALKING ALIGHMENT完了*/

/*profile*/
.profile{
  padding: 48px 40px 0px 40px;
}
.profile_container .left-column p{
  font-size: 9.6px;
}
.profile_container .left-column h2{
  padding-top: 12px;
  font-size: 21.6px;
}
.profile_container .left-column h3{
  padding-top: 9.6px;
  font-size: 12px;
}
.profile_description p {
  font-size: 13.2px;
  padding-top: 28.8px;
}
.youtube{
  padding-top: 36px;
  padding-bottom: 48px;
}
/*profile 完了*/

/*lesson*/
.lesson_tittle img{
  padding-top: 48px;
}
.lesson_tittle h3{
  font-size: 14.4px;
}
.lesson_container h2{
  font-size: 20.4px;
}
.lesson_container p{
  padding-top: 24px;
  font-size: 14.4px;
}
.lesson_container p:last-child{
  padding-top: 18px;
  padding-bottom: 48px;
}
/*lesson完了*/

/*session*/
.session_container{
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 0.3px solid #231815;
}
.session_container .right-column .session_day {
  margin: 0;
  max-width: initial;
  transform: none;
}
.session_container .right-column .session_day img{
  width: 75.6px;
}
.session_container .right-column h3{
  font-size: 12px;
  transform: none;
  padding-bottom: 5px;
}
.session_container .right-column span{
  font-size: 12px;
  transform: none;
}
.session_container .right-column p{
  font-size: 10px;
  transform: none;
}
.session_container .right-column {
  padding-right: 24px;
  padding-left: 15px;
}
.session_container .left-column::after {
	left: 30%;
	width: .3px;
}
.session_container .left-column img{
  width: 102px;
}
.readmore{
  border-top: 0.3px solid #231815;
  padding-top: 36px;
  padding-bottom: 36px;
}
.arrow_right {
  font-size: 14.4px;
}
.arrow_right::before{
  left: -24px;
  width: 10.8px;
  height: 10.8px;
  border-top: 1.2px solid #231815;
  border-right: 1.2px solid #231815;
}
/*walking ag 完了*/

/*price*/
.price{
  padding: 48px 40px;
}
.price_tittle h2{
  font-size: 14.4px;
}
.price_tittle h3{
  padding-top: 3.6px;
  font-size: 16.8px;
}
.price_course {
  margin-top: 42px;
}
.price_course h3{
  font-size: 20.4px;
}
.price_course h2{
  font-size: 34.8px;
}
.price_course span{
  font-size: 26.4px;
}
.day_course{
  padding-top: 36px;
}
.day_course h3{
  font-size: 20.4px;
}
.day_course h2{
  padding-top: 18px;
  font-size: 18px;
  border-bottom: .3px solid #5F5F5F;
}
.day_course p{
  padding-top: 12px;
  font-size: 9.6px;
}
.time_course{
  padding-top: 36px;
}
.time_course h3{
  font-size: 20.4px;
}
.time_contents .left-column h2{
  padding-top: 18px;
  font-size: 8.4px;
}
.time_contents .left-column span{
  font-size: 15.6px;
}
.time_contents .right-column h2{
  padding-top: 18px;
  font-size: 19.2px;
}
.time_contents .left-column h2::after {
  height: .3px;
}
.subject{
  padding: 3.6px 5px;
  font-size: 9.6px;
}
.description{
  padding-top: 12px;
  padding-bottom: 18px;
  font-size: 9.6px;
}
.place_course{
  padding-top: 36px;
}
.place_course h3{
  font-size: 20.4px;
}
.place_course h2{
  padding-top: 18px;
  font-size: 16.8px;
}
.place_course p{
  padding-top: 6px;
  padding-bottom: 48px;
  font-size: 10.8px;
}
a.btn {
  font-size: 16.8px;
	border: .3px solid #5F5F5F;
}
a.btn span{
	font-size: 8.4px;
}
/*price 完了*/

/*footer*/
.footer {
  height: 745.2px;
}
.footer_contents{
  text-align: center;
  padding-top: 535px;
}
.footer_contents p{
  font-size: 9.6px;
}
.footer_contents h3{
  padding-top: 53px;
  font-size: 10.8px;
}
.footer_logo {
  width: 87.98px;
}
.arrow_top {
  bottom: 160px;
  right: 210px;
}
}

@media (max-width: 767px) {

  .footer_contents h3{
    padding-top: 50px;
  }
}

/*footer 完了*/

/*レスポンシブ終了*/

.fade-in {
  opacity: 0;
  transition: opacity 1.3s ease-in;
}
.fade-in.visible {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes myAnimation {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}


