@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003a5f;
  color: #fff;
  width: 100%;
}
.btn_brown {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #756557;
  color: #fff;
  width: 24rem;
  margin: 0 auto;
  height: 5.5rem;
}

@media only screen and ( max-width : 767px ) {
  .btn {
    height: 4rem;
    font-size: 1.3rem;
  }
  .btn_brown {
    font-size: 1.6rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .btn {
    height: 5rem;
    width: 24rem;
  }
  .btn_brown {
    font-size: 1.8rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FV

--------------------------------------------------------------------------------------------- */
#fv {
  position: relative;
}
#fv img {
  width: 100%;
}
.fv_copy {
  position: absolute;
  z-index: 10;
  letter-spacing: .35em;
}


@media only screen and ( max-width : 767px ) {
  .fv_copy {
    font-size: 4.4vw;
    left: 7%;
    top: 8vw;
  }
}

@media print, screen and ( min-width : 768px ) {
  .fv_copy {
    font-size: 1.7vw;
    right: 10%;
    top: 4vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CTA

--------------------------------------------------------------------------------------------- */
#cta li:last-child {
  margin-right: 0;
}
@media only screen and ( max-width : 767px ) {
  #cta {
    padding: 4rem 0 6rem;
  }
  #cta li {
    margin-right: 2%;
    width: 49%;
  }
}

@media print, screen and ( min-width : 768px ) {
  #cta {
    padding: 6rem 0 8rem;
  }
  #cta li {
    margin-right: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
  background: url(../img/intro_bg.jpg) no-repeat center / cover;
  color: #fff;
}
#intro h2 {
  text-align: center;
  position: relative;
}
#intro h2:after {
  content: "";
  width: 4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#intro p {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  #intro {
    padding: 5rem 0;
  }
  #intro h2 {
    font-size: 1.7rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #intro {
    padding: 8rem 0;
  }
  #intro h2 {
    font-size: 2.1rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   POINT

--------------------------------------------------------------------------------------------- */
#point {
  color: #393332;
}
#point h2 {
  text-align: center;
  position: relative;
}
#point h2:after {
  content: "";
  width: 5rem;
  height: 2px;
  background: #393332;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.point_inner {
  border: 2px solid #393332;
}
#point p {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  #point {
    padding: 4rem 0 6rem;
  }
  .point_inner {
    padding: 2rem;
  }
  #point h2 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #point {
    padding: 8rem 0 10rem;
  }
  .point_inner {
    max-width: 70rem;
    margin: 0 auto;
    padding: 3rem;
  }
  #point h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   GROUP LESSON

--------------------------------------------------------------------------------------------- */
#group_lesson {
  color: #756557;
  background: url(../img/group_bg.png) no-repeat left top / 100% 100%;
  position: relative;
}

.group_lesson_title_wave {
  position: absolute;
}
#group_lesson h2 {
  text-align: center;
  margin-bottom: 1em;
}
.group_one_lesson_title {
  border: 1px solid #756557;
  padding: 0 .4rem;
  font-weight: 700;
}
.group_one_lesson_time,
.group_one_lesson_price,
.price_block_time,
.price_block_price {
  font-weight: 700;
}
.group_one_lesson_time span,
.group_one_lesson_price span,
.price_block_time span,
.price_block_price span {
  display: inline-block;
  line-height: 1;
}
.group_one_lesson_price,
.price_block_price {
  position: relative;
}
.group_one_lesson_price small,
.price_block_price small {
  display: block;
  text-align: right;
}
.price_box {
  background: url(../img/price_bg.jpg) no-repeat center / cover;
  color: #fff;
}
.price_title {
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.price_title:before,
.price_title:after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 3em);
}
.price_title:before {
  left: 0;
}
.price_title:after {
  right: 0;
}
.price_title_txt {
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: .3em;
}
.price_title_txt_s {
  display: block;
  text-align: center;
  letter-spacing: 0;
}
.price_block_title {
  position: relative;
  font-weight: 700;
}
.price_block_title span {
  display: inline-block;
  line-height: 1;
}
.price_block_title:after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.price_block_member {
  background: #fff;
  color: #756557;
  width: 6em;
  text-align: center;
}
.price_block_not {
  font-weight: 700;
}
.price_matomete h4 {
  margin-bottom: 1em;
}
.price_matomete h4 span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.price_matomete h4 span:before,
.price_matomete h4 span:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.price_matomete h4 span:before {
  transform: rotate(-40deg);
  left: 0;
}
.price_matomete h4 span:after {
  transform: rotate(40deg);
  right: 0;
}
.price_matomete_box {
  border: 1px solid #fff;
  border-radius: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.price_matomete_price,
.taiken_price_price {
  position: relative;
}
.price_matomete_title span,
.price_matomete_price span,
.taiken_price_price span,
.taiken_price_not span {
  display: inline-block;
  line-height: 1;
}
.price_matomete_price small,
.taiken_price_price small {
  position: absolute;
  width: 100%;
  text-align: right;
  left: 0;
  bottom: -.6em;
  font-size: 1rem;
}
.price_matomete_sup_txt {
  letter-spacing: .1em;
}
.firstTime_taiken {
  background: #fff;
  color: #756557;
  margin: 0 auto;
  max-width: 70rem;
}
#personal .firstTime_taiken {
  max-width: 52rem;
}
.firstTime_taiken_price_title {
  border: 1px solid #756557;
  font-weight: 700;
  line-height: 1em;
  padding: .2em 0;
}
.taiken_price_member {
  background: #756557;
  color: #fff;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
  padding: .3em;
}
.taiken_price_not,
.taiken_price_price {
  font-weight: 700;
}
#group_lesson .taiken_price_box {
  width: 48%;
}
.firstTime_taiken_sup_txt {
  font-weight: 700;
  margin-top: 1.5rem;
}
.firstTime_taiken_sup_txt span {
  border-bottom: 2px solid #756557;
}
@media only screen and ( max-width : 767px ) {
  #group_lesson {
    background-size: 100%;
    padding: 6rem 0 5rem;
    background-color: #eeeff1;
  }
  .group_lesson_title_wave {
    width: 16rem;
    top: -.6rem;
    right: 2%;
  }
  #group_lesson h2 {
    font-size: 2.4rem;
  }
  .group_lesson_txt {
    margin-bottom: 4rem;
  }
  .group_one_lesson_title {
    width: 80%;
    margin: 0 auto .5rem;
    text-align: center;
    padding: .2em .4em;
  }
  .group_one_lesson_time,
  .group_one_lesson_price,
  .price_block_time,
  .price_block_price {
    font-size: 2.4rem;
  }
  .group_one_lesson_time span,
  .group_one_lesson_price span,
  .price_block_time span,
  .price_block_price span {
    font-size: 4.4rem;
  }
  .group_one_lesson_price small,
  .price_block_price small {
    position: absolute;
    bottom: -.4em;
    left: 0;
    width: 100%;
    font-size: .9rem;
  }
  .group_lesson_sup_txt {
    font-size: 1.1rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .price_box {
    border-radius: 0 5rem 0 5rem;
    padding: 3rem 2rem 4rem;
  }
  .price_title {
    font-size: 2.4rem;
  }
  .price_title_txt_s {
    font-size: 1rem;
  }
  .price_block {
    margin-bottom: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px dotted #fff;
  }
  .price_block_title {
    font-size: 2.2rem;
    width: 100%;
  }
  .price_block_title:after {
    content: none;
  }
  .price_block_title span {
    font-size: 4.2rem;
  }
  .price_block_taiken .price_block_time,
  .price_block_taiken .price_block_price {
    font-size: 2rem;
  }
  .price_block_taiken .price_block_time span,
  .price_block_taiken .price_block_price span {
    font-size: 3.4rem;
  }
  .price_block_member {
    width: 100%;
    font-size: 1.1rem;
  }
  .price_block_not {
    font-size: 1.6rem;
  }
  .price_block_not span {
    font-size: 2.2rem;
  }
  .price_block_taiken .price_block_title {
    margin-bottom: 1rem;
  }
  .price_block_taiken .price_block_inner {
    display: flex;
    justify-content: space-between;
  }
  .price_block_taiken .price_block_box {
    width: 48%;
  }
  .price_block_box {
    justify-content: center;
  }
  .price_matomete {
    margin: 4rem 0 2rem;
  }
  .price_matomete h4 {
    font-size: 1.6rem;
  }
  .price_matomete_box {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem 1.5rem;
    justify-content: center;
  }
  .price_matomete_box:last-child {
    margin-bottom: 0;
  }
  .price_matomete_title {
    font-size: 1.5rem;
    margin-right: 1.5rem;
  }
  .price_matomete_title span {
    font-size: 2rem;
  }
  .price_matomete_price {
    font-size: 2rem;
  }
  .price_matomete_price span {
    font-size: 3rem;
  }
  .price_matomete_sup_txt {
    margin-top: 2rem;
    text-align: left;
    font-size: 1rem;
  }

  .firstTime_taiken {
    padding: 1.5rem;
  }
  .firstTime_taiken_price_title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  .taiken_price_not {
    font-size: 1.6rem;
  }
  .taiken_price_not span {
    font-size: 2.2rem;
  }
  .taiken_price_price {
    font-size: 2rem;
  }
  .taiken_price_price span {
    font-size: 3.4rem;
  }
  .taiken_price_member {
    font-size: 1.1rem;
    line-height: 2em;
    margin-bottom: .5rem;
    padding: 0;
  }
  .firstTime_taiken_sup_txt {
    font-size: 1.3rem;
    margin-top: 2.5rem;
  }
  #group_lesson .btn_brown {
    margin-top: 3rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #group_lesson {
    padding: 14vw 0 14vw;
  }
  .group_lesson_title_wave {
    width: 28vw;
    top: 2vw;
    right: 8vw;
  }
  #group_lesson h2 {
    font-size: 3.6rem;
  }
  .group_lesson_txt {
    margin-bottom: 5rem;
  }
  .group_one_lesson_title {
    margin-right: 1rem;
  }
  .group_one_lesson_time,
  .group_one_lesson_price,
  .price_block_time,
  .price_block_price {
    font-size: 3.4rem;
  }
  .group_one_lesson_time span,
  .group_one_lesson_price span,
  .price_block_time span,
  .price_block_price span {
    font-size: 5.4rem;
  }
  .group_one_lesson_price small,
  .price_block_price small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1rem;
  }
  .group_lesson_sup_txt {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .price_box {
    border-radius: 0 9rem 0 9rem;
    padding: 5rem 8rem;
  }
  .price_title {
    font-size: 3.2rem;
  }
  .price_title_txt_s {
    font-size: 1.2rem;
  }
  .price_block_title {
    font-size: 3.2rem;
    padding-right: 10rem;
    margin-right: 2rem;
    width: 23rem;
    text-align: right;
  }
  .price_block_title:after {
    width: 8rem;
  }
  .price_block_title span {
    font-size: 4.6rem;
  }
  .price_block_taiken .price_block_time,
  .price_block_taiken .price_block_price {
    font-size: 3rem;
  }
  .price_block_taiken .price_block_time span,
  .price_block_taiken .price_block_price span {
    font-size: 4.8rem;
  }
  .price_block_member {
    margin-right: 2rem;
  }
  .price_block_not {
    font-size: 2rem;
  }
  .price_block_not span {
    font-size: 2.6rem;
  }
  .price_inner {
    display: inline-block;
  }
  .price_block {
    margin-bottom: 1.5rem;
  }
  .price_block_box {
    margin-bottom: 1rem;
  }
  .price_block:last-child,
  .price_block_box:last-child {
    margin-bottom: 0;
  }
  .price_matomete {
    margin: 5rem 0 4rem;
  }
  .price_matomete h4 {
    font-size: 2rem;
  }

  .price_matomete_box {
    width: 20rem;
    margin-right: 2rem;
    padding: 2rem 1.5rem 3rem;
    flex-direction: column;
  }
  .price_matomete_box:last-child {
    margin-right: 0;
  }
  .price_matomete_title {
    font-size: 2.2rem;
  }
  .price_matomete_title span {
    font-size: 3rem;
  }
  .price_matomete_price {
    font-size: 2.4rem;
  }
  .price_matomete_price span {
    font-size: 3.6rem;
  }
  .price_matomete_sup_txt {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
  .firstTime_taiken {
    padding: 2rem;
  }
  .firstTime_taiken_price_title {
    width: 11rem;
    font-size: 2.2rem;
    margin-right: 2.5rem;
  }
  .taiken_price_not {
    font-size: 1.8rem;
  }
  .taiken_price_not span {
    font-size: 2.4rem;
  }
  .taiken_price_price {
    font-size: 2.8rem;
  }
  .taiken_price_price span {
    font-size: 4.4rem;
  }
  .taiken_price_member {
    font-size: 1.2rem;
  }
  .firstTime_taiken_price_content {
    width: calc(100% - 13.5rem);
  }
  #personal .firstTime_taiken_price_content {
    width: auto;
  }
  .taiken_price_title {
    margin-right: 1rem;
  }
  .firstTime_taiken_sup_txt {
    font-size: 1.4rem;
  }
  #group_lesson .btn_brown {
    margin-top: 5rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   LESSON

--------------------------------------------------------------------------------------------- */
#lesson {
  overflow: hidden;
}
.lesson_box:last-child {
  margin-bottom: 0;
}
.lesson_content h3 {
  letter-spacing: .15em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lesson_content h3 .lsn_vrn_en {
  margin-right: 1rem;
  line-height: 2em;
}
.lesson_content h3 .lsn_vrn_jp {
  padding-left: 7rem;
  position: relative;
}
.lesson_content h3 .lsn_vrn_jp:before {
  content: "";
  width: 6rem;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lesson_txt {
  line-height: 2em;
  letter-spacing: .08em;
}
.lesson_check_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #003a5f;
  color: #003a5f;
  background: #f3f4f6;
  max-width: 32rem;
  margin: 0 auto;
  height: 5rem;
  font-weight: 700;
}
.lesson_check_ico {
  margin-right: .8rem;
}
.lesson_check_ico img {
  display: block;
  width: 2rem;
}
.lesson_img {
  position: relative;
}
.lesson_copy {
  position: absolute;
  z-index: 2;
  left: 2%;
  width: 96%;
}
#lesson01 .lesson_copy {
  top: -10%;
}
#lesson02 .lesson_copy {
  left: 10%;
  bottom: -10%;
}
#lesson03 .lesson_copy {
  bottom: -13%;
}
#lesson04 .lesson_copy {
  bottom: -13%;
}
#lesson05 .lesson_copy {
  left: 10%;
  top: -10%;
}
@media only screen and ( max-width : 767px ) {
  #lesson {
    padding: 5rem 0 10rem;
  }
  .lesson_box {
    margin-bottom: 6rem;
  }
  .lesson_num {
    margin-bottom: 2rem;
  }
  .lesson_num img {
    height: 3rem;
  }


  .lesson_content h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .lesson_content h3 .lsn_vrn_en {
    font-size: 2rem;
  }
  .lesson_content {
  }
  .lesson_img {
    margin-top: 5rem;
  }
  .lesson_box:nth-of-type(2) .lesson_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .lesson_box:nth-of-type(3) .lesson_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lesson_check {
    margin-bottom: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #lesson {
    padding: 14rem 0;
  }
  .lesson_box {
    margin-bottom: 10rem;
  }
  .lesson_num {
    margin-bottom: 3rem;
  }
  .lesson_num img {
    height: 4rem;
  }
  .lesson_box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .lesson_content h3 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .lesson_content h3 .lsn_vrn_en {
    font-size: 2.4rem;
  }
  .lesson_content {
    width: 46%;
  }
  .lesson_img {
    width: 74%;
  }
  .lesson_box:nth-child(even) .lesson_img {
    margin-left: -20%;
  }
  .lesson_box:nth-child(odd) .lesson_img {
    margin-right: -20%;
  }
  .lesson_content {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .lesson_box:nth-child(even) .lesson_content {
    padding-left: 8rem;
  }
  .lesson_box:nth-child(odd) .lesson_content {
    padding-right: 8rem;
  }
  .lesson_check {
    margin-bottom: 11rem;
  }
  #lesson01 .lesson_copy {

  }
}


/* ---------------------------------------------------------------------------------------------

　   PERSONAL LESSON

--------------------------------------------------------------------------------------------- */
#personal {
  position: relative;
  background: url(../img/personal_bg.png) no-repeat top left / 100% 100%;
}
#personal .container {
  position: relative;
}
.personal_price {
  max-width: 56rem;
  margin: 0 auto;
}
.personal_inner {
  color: #756557;
}
.personal_inner h2 {
  margin-bottom: 1em;
}
.personal_title_wave {
  position: absolute;
}
@media only screen and ( max-width : 767px ) {
  .personal_title_wave {
    width: 16rem;
    top: -1.8rem;
    right: 2%;
    transform: rotate(4deg);
  }
  #personal {
    background-size: 100% auto;
    margin-top: 4rem;
    background-color: #f1f2f4;
    padding-bottom: 4rem;
  }
  .personal_inner h2 {
    font-size: 2.4rem;
  }
  .personal_price li {
    margin-bottom: 3rem;
  }
  .personal_price li img {
    width: 76%;
    display: block;
    margin: 0 auto;
  }
  #personal .taiken_price_not,
  #personal .taiken_price_price {
    font-size: 2.8rem;
  }
  #personal .taiken_price_not span,
  #personal .taiken_price_price span {
    font-size: 3.8rem;
  }
  #personal .taiken_price_title {
    display: flex;
    align-items: center;
  }
  .personal_ph {
    position: relative;
    left: -24%;
    width: 84%;
    margin-top: -4rem;
    margin-bottom: 2rem;
  }
  .personal_inner {
    margin-bottom: 3rem;
  }
  #personal .btn_brown {
    margin-top: 3rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #personal {
    padding: 10vw 0 10vw;
    margin-top: 18vw;
  }
  .personal_title_wave {
    width: 31vw;
    top: -4vw;
    right: 13vw;
  }
  .personal_price {
    margin-bottom: 5rem;
  }
  .personal_price li {
    width: 48%;
  }
  #personal .taiken_price_not,
  #personal .taiken_price_price {
    font-size: 3.2rem;
  }
  #personal .taiken_price_not span,
  #personal .taiken_price_price span {
    font-size: 5.2rem;
  }
  .personal_inner {
    margin-bottom: 8vw;
  }
  .personal_inner h2 {
    font-size: 3.6rem;
    text-align: right;
  }
  .personal_inner p {
    text-align: right;
  }
  .personal_ph {
    position: absolute;
    top: -14vw;
    left: -2%;
    width: 60%;
  }
  #personal .btn_brown {
    margin-top: 5rem;
  }
}
@media print, screen and ( min-width : 992px ) {
  .personal_ph {
    top: -18vw;
    left: -2%;
    width: 64%;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .personal_ph {
    top: -12vw;
    width: 56%;
  }
}
@media print, screen and ( min-width : 1700px ) {
  .personal_ph {
    top: -14vw;
    left: 2%;
    width: 50%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TRAINER

--------------------------------------------------------------------------------------------- */
#trainer {
  position: relative;
  overflow: hidden;
}
#trainer .container {
  position: relative;
}
.trainer_title {
  position: absolute;
  z-index: -1;
}
#trainer:after {
  content: "";
  background: url(../img/trainer_bg.jpg) no-repeat center / cover;
  position: absolute;
  z-index: -1;
  transform: rotate(-4deg);
}
#trainer .container {
  position: relative;
  z-index: 10;
}
#trainer h2 {
  text-align: center;
}
#trainer h2 span {
  display: inline-block;
  border: 1px solid #003a5f;
  padding: .2em 1em;
}
.trainer_img {
  margin: 0 auto;
}
.trainer_name {
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.5em;
  padding-bottom: .8em;
  margin-bottom: 1em;
}
.trainer_name:after {
  content: "";
  height: 2px;
  background: #003a5f;
  width: 3rem;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); 
}
.trainer_name span {
  display: block;
}
.trainer_message {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and ( max-width : 767px ) {
  #trainer {
    padding:5rem 0;
  }
  .trainer_title {
    width: 70%;
    left: 0;
    top: 6rem;
  }
  #trainer:before {
    content: "";
    background: url(../img/trainer_bg.jpg) no-repeat center / cover;
    position: absolute;
    z-index: -1;
    transform: rotate(4deg);
  }
  #trainer:before {
    height: 20rem;
    width: 120%;
    top: 65rem;
    left: -10%;
  }
  #trainer:after {
    height: 20rem;
    width: 120%;
    top: 16rem;
    left: -10%;
  }
  #trainer h2 {
    font-size: 1.7rem;
    margin-bottom: 4rem;
  }
  .trainer_img {
    width: 18rem;
    margin-bottom: 3rem;
  }
  .trainer_name {
    font-size: 1.8rem;
  }
  .trainer_name span {
    font-size: 1.2rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #trainer {
    padding: 12rem 0;
  }
  .trainer_title {
    width: 46rem;
    left: -10rem;
    top: 8rem;
  }
  #trainer:after {
    height: 30rem;
    width: 120%;
    top: 26rem;
    left: -10%;
  }
  #trainer h2 {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
  .trainer_box {
    margin-right: 2rem;
  }
  .trainer_box:last-child {
    margin-right: 0;
  }
  .trainer_img {
    width: 25rem;
    margin-bottom: 5rem;
  }
  .trainer_name {
    font-size: 2rem;
  }
  .trainer_name span {
    font-size: 1.4rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
#flow {
  color: #756557;
}
#flow .sec_title:after {
  background: #756557;
}
.flow_content {
  display: flex;
  position: relative;
}
.flow_content:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #756557;
  left: 0;
  top: 7rem;
  width: 100%;
}
.flow_box {
  flex: 1;
  margin-right: 3rem;
  position: relative;
  text-align: center;
  z-index: 10;
}
.flow_box:last-child {
  margin-right: 0;
}
.flow_box figure {
  position: relative;
  z-index: 10;
}
.flow_box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8em;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.flow_box h3 span {
  line-height: 1.4em;
  display: inline-block;
}
.flow_box p {
  line-height: 1.5em;
  font-size: 1.1rem;
}
@media only screen and ( max-width : 767px ) {
  #flow {
    padding: 6rem 0;
  }
  .flow_wrapper {
    overflow: auto;
    margin-right: -2rem;
  }
  .flow_content {
    width: 100rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #flow {
    padding: 6rem 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SHOP

--------------------------------------------------------------------------------------------- */
#shop {
  background: url(../img/shop_bg.jpg) no-repeat top left / cover;
  color: #393332;
}
.shop_content {
  max-width: 80rem;
  margin: 0 auto;
}
#shop p {
  line-height: 1.6em;
}
.shop_logo {
  margin-bottom: 2rem;
}
.shop_logo img {
  width: 30rem;
}
.instagram_link {
  margin-top: 4rem;
}
.instagram_link a {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.instagram_link a img {
  width: 3rem;
  display: block;
}
.shop_map_iframe iframe {
  width: 100%;
  display: block;
  height: 28rem;
}
.shop_map h2 {
  margin-bottom: 1rem;
}
@media only screen and ( max-width : 767px ) {
  #shop {
    padding: 10rem 0 3rem;
    background-size: 100%;
    background-color: #f5f5ed;
  }
  .shop_txt {
    margin-bottom: 5rem;
  }
  .f_copy {
    margin-top: 5rem;
    font-size: 1rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #shop {
    padding: 20vw 0 4vw;
  }
  .shop_txt {
    width: 42%;
  }
  .shop_map {
    width: 55%;
  }
  .f_copy {
    margin-top: 8rem;
    font-size: 1.3rem;
  }
}