@charset "UTF-8";
@font-face {
  font-family: DINCondensed-Bold;
  src: url(../font/DINCondensed-Bold.ttf) format("truetype");
}

html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: 'Hina Mincho', serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure {
  margin: 0;
  padding: 0;
}

.jusify-content-left {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}

header {
  width: 100%;
  height: 240rem;
  background: white;
  text-align: center;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
}

header .header__bar {
  width: 100%;
  height: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__bar .en_convert_btn {
  width: 211rem;
  height: 50rem;
  border-radius: 25rem;
  margin-left: 20rem;
  background: #866c43;
  border: 3rem solid #866c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

header .header__bar .en_convert_btn .icon {
  width: 33rem;
  height: 32rem;
  margin-right: 16rem;
}

header .header__bar .en_convert_btn .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

header .header__bar .en_convert_btn .en__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 33.45rem;
  text-align: left;
  color: #fff;
}

header .header__bar .reservation__btn {
  width: 293.39rem;
  height: 100%;
  background: #866c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__bar .reservation__btn .icon {
  width: 32rem;
  height: 32rem;
  margin-right: 14rem;
}

header .header__bar .reservation__btn .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

header .header__bar .reservation__btn .reservation__txt {
  font-weight: 600;
  font-size: 26.02rem;
  line-height: 100.52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  color: #fff;
}

header .logo {
  width: 233rem;
  height: 85rem;
  display: block;
  margin: auto;
  margin-top: -40rem;
}

header .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

header nav {
  position: relative;
  margin-top: 55rem;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav ul li {
  margin: 0 48rem;
}

header nav ul li a {
  font-weight: 600;
  font-size: 24rem;
  text-align: left;
  color: #5c5c5c;
  position: relative;
}

header nav ul li a:hover:after {
  width: 100%;
}

header nav ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 2rem solid #866C43;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header nav .sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  padding-left: 40rem;
  border-left: 2rem solid #070002;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header nav .sns__link .twitter__icon {
  width: 33rem;
  height: 27rem;
  margin-right: 32rem;
}

header nav .sns__link .twitter__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

header nav .sns__link .line__icon {
  width: 32rem;
  height: 32rem;
  margin-right: 32rem;
}

header nav .sns__link .line__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.frontview {
  width: 100%;
  height: 700rem;
  margin-top: 240rem;
}

span.en {
  display: none;
}

.gold-content__wrapper {
  width: 100%;
  height: 500rem;
  padding: 65rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
}

.gold-content__wrapper .content__item {
  width: 33.3333%;
  padding: 0 70rem;
  border-right: 1rem solid #a5a5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gold-content__wrapper .content__item:last-child {
  border-right: 0;
}

.gold-content__wrapper .content__item .icon__img {
  width: 118rem;
  height: 118rem;
  margin: 0 auto;
}

.gold-content__wrapper .content__item .icon__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.gold-content__wrapper .content__item .title__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 48rem;
  margin-top: 10rem;
  text-align: center;
  color: #866c43;
}

.gold-content__wrapper .content__item .content__txt {
  font-weight: normal;
  font-size: 24rem;
  line-height: 30rem;
  margin-top: 35rem;
  text-align: justify;
  color: #5c5c5c;
}

.title__wrapper .ja__txt {
  font-weight: 600;
  font-size: 36.36rem;
  text-align: center;
  color: #5c5c5c;
}

.title__wrapper .en__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 33.45rem;
  margin-top: 5rem;
  text-align: center;
  color: #5c5c5c;
}

.recomend-staff {
  text-align: center;
  padding: 75rem 0 80rem;
}

.recomend-staff__items {
  width: 1640rem;
  margin: auto;
  margin-top: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recomend-staff__items.schedule__staff {
  margin: 50rem auto 100rem;
}

.recomend-staff__items .item {
  width: 25%;
  padding: 0 20rem;
  margin-bottom: 35rem;
  cursor: pointer;
}

.recomend-staff__items .item .staff__image {
  width: 100%;
  height: 497rem;
  position: relative;
  margin: 0;
}

.recomend-staff__items .item .staff__image .reservation__time {
  width: 100%;
  background: rgba(185, 183, 183, 0.8);
  padding: 10rem 0;
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 24rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recomend-staff__items .item .staff__info {
  padding: 11rem 0;
  background: #866c43;
}

.recomend-staff__items .item .staff__info .staff__name {
  font-weight: 600;
  font-size: 36rem;
  text-align: center;
  color: #fff;
}

.recomend-staff__items .item .staff__info .info__txt {
  font-family: DINCondensed-Bold;
  font-size: 24rem;
  margin-top: 10rem;
  text-align: center;
  color: #fff;
}

.recomend-staff__items .item .staff__info .info__txt span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
  font-weight: 400;
}

.recomend-staff .more__btn {
  width: 268rem;
  height: 82rem;
  margin: auto;
  margin-top: 60rem;
  background: transparent;
  border: 3rem solid #866c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recomend-staff .more__btn span {
  font-weight: 400;
  font-size: 24rem;
  text-align: left;
  color: #866c43;
}

.information-twitter_wrapper {
  margin-top: 85rem;
  margin-bottom: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.information-twitter_wrapper .information__wrapper {
  width: 690rem;
}

.information-twitter_wrapper .information__wrapper .lbl__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 48rem;
  text-align: center;
  color: #5c5c5c;
}

.information-twitter_wrapper .information__wrapper .info__items {
  margin-top: 60rem;
}

.information-twitter_wrapper .information__wrapper .info__items .item {
  margin-bottom: 36rem;
}

.information-twitter_wrapper .information__wrapper .info__items .item .date__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 48rem;
  text-align: left;
  color: #5c5c5c;
}

.information-twitter_wrapper .information__wrapper .info__items .item .content__txt {
  font-weight: 600;
  font-size: 24.68rem;
  line-height: 30rem;
  margin-top: 3rem;
  text-align: left;
  color: #5c5c5c;
}

.information-twitter_wrapper .twitter_wrapper {
  width: 695.44rem;
  margin-left: 180rem;
}

.information-twitter_wrapper .twitter_wrapper .lbl__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information-twitter_wrapper .twitter_wrapper .lbl__wrapper .lbl__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 48rem;
  text-align: left;
  color: #5c5c5c;
}

.information-twitter_wrapper .twitter_wrapper .lbl__wrapper .icon {
  width: 42rem;
  height: 34rem;
  margin-left: 18rem;
}

.information-twitter_wrapper .twitter_wrapper .lbl__wrapper .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.information-twitter_wrapper .twitter_wrapper .pic {
  width: 100%;
  margin-top: 55rem;
}

.information-twitter_wrapper .twitter_wrapper .pic img {
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  width: 100%;
  background: #111;
  padding: 35rem 0 48rem;
  text-align: center;
}

footer .footer__logo {
  width: 233rem;
  margin: auto;
  display: block;
}

footer .footer__menu {
  margin-top: 25rem;
}

footer .footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__menu ul li {
  margin: 0 35rem;
}

footer .footer__menu ul li a {
  font-family: DINCondensed-Bold;
  font-size: 36rem;
  text-align: left;
  color: #7f7f7f;
}

footer .copyright {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 30rem;
  margin-top: 60rem;
  text-align: center;
  color: #7f7f7f;
}

.sub__frontview {
  width: 100%;
  height: 337rem;
  margin-top: 240rem;
  position: relative;
}

.sub__frontview .title__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub__frontview .title__wrapper .sub__title {
  width: 100%;
  font-weight: 600;
  font-size: 57.32rem;
  text-align: center;
  color: #fff;
}

.sub__frontview .title__wrapper .en__txt {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 36rem;
  margin-top: 2rem;
  text-align: center;
  color: #fff;
}

.breadcrumb {
  padding: 30rem 0 0 100rem;
  background: #fff;
}

.breadcrumb.--gray {
  background: #f5f6f7;
}

.breadcrumb a {
  font-weight: normal;
  font-size: 24rem;
  text-align: left;
  color: #866C43;
}

.breadcrumb span {
  font-weight: normal;
  font-size: 24rem;
  color: #000;
}

.about-flow_wrapper {
  background: #f5f6f7;
  padding: 52rem 0 90rem;
}

.about-flow_wrapper .flow-content__wrapper {
  margin-top: 130rem;
}

.about-flow_wrapper .flow-content__wrapper .item__inner {
  width: 1689.17rem;
  margin: auto;
  height: auto;
  padding: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-bottom: 90rem;
  border-radius: 10rem;
  background: #fff;
  position: relative;
}

.about-flow_wrapper .flow-content__wrapper .item__inner .connect__line {
  width: 0;
  height: 148rem;
  border-left: 3rem solid #866c43;
  position: absolute;
  bottom: -120rem;
  left: 92rem;
  z-index: 2;
}

.about-flow_wrapper .flow-content__wrapper .item__inner:last-child {
  margin-bottom: 0;
}

.about-flow_wrapper .flow-content__wrapper .item__inner .content__text {
  width: 1029rem;
}

.about-flow_wrapper .flow-content__wrapper .item__inner .content__text .flow__step {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 55.7rem;
  margin: 20rem 0 0 40rem;
  text-align: left;
  color: #866c43;
}

.about-flow_wrapper .flow-content__wrapper .item__inner .content__text .flow__step span {
  font-weight: 600;
  font-size: 40rem;
  margin-left: 35rem;
  vertical-align: text-bottom;
  text-align: left;
  color: #4d566c;
}

.about-flow_wrapper .flow-content__wrapper .item__inner .content__text .content__txt {
  font-weight: 400;
  font-size: 24rem;
  line-height: 42rem;
  margin-top: 60rem;
  padding-left: 30rem;
  text-align: left;
  color: #4d566c;
}

.about-flow_wrapper .flow-content__wrapper .item__inner .flow__image {
  width: 455.1rem;
}

.about-faq__wrapper {
  padding: 100rem 0 150rem;
}

.about-faq__wrapper .faq-content__wrapper {
  width: 1400rem;
  margin: auto;
  margin-top: 90rem;
  position: relative;
}

.about-faq__wrapper .faq-content__wrapper .item__inner {
  width: 100%;
  border-top: 2rem solid #b9b7b7;
  padding: 30rem 25rem;
  cursor: pointer;
}

.about-faq__wrapper .faq-content__wrapper .item__inner:last-child {
  border-bottom: 2rem solid #b9b7b7;
}

.about-faq__wrapper .faq-content__wrapper .item__inner .q_title {
  font-weight: 600;
  font-size: 24rem;
  text-align: left;
  color: #5c5c5c;
  position: relative;
}

.about-faq__wrapper .faq-content__wrapper .item__inner .q_title.open::before {
  opacity: 0;
}

.about-faq__wrapper .faq-content__wrapper .item__inner .q_title:after {
  content: "";
  width: 30rem;
  height: 0;
  border-bottom: 1rem solid #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-faq__wrapper .faq-content__wrapper .item__inner .q_title:before {
  content: "";
  height: 30rem;
  width: 0;
  border-left: 1rem solid #000;
  position: absolute;
  right: 13rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-faq__wrapper .faq-content__wrapper .item__inner .answer__txt {
  display: none;
  width: 1220rem;
  font-weight: 400;
  font-size: 24rem;
  line-height: 36rem;
  margin-top: 30rem;
  text-align: left;
  color: #5c5c5c;
}

.price-course__wrapper {
  width: 1400rem;
  margin: auto;
  padding: 52rem 0 90rem;
}

.price-course__wrapper .item-content__wrapper {
  margin-bottom: 150rem;
}

.price-course__wrapper .item-content__wrapper table {
  width: 100%;
  margin-top: 110rem;
  border-collapse: collapse;
}

.price-course__wrapper .item-content__wrapper table tr {
  border-top: 1rem solid #b9b7b7;
}

.price-course__wrapper .item-content__wrapper table tr:last-child {
  border-bottom: 1rem solid #b9b7b7;
}

.price-course__wrapper .item-content__wrapper table tr td {
  width: 180rem;
  font-weight: 400;
  font-size: 24rem;
  line-height: 36rem;
  padding: 40rem 0;
  padding-left: 30rem;
  text-align: left;
  color: #5c5c5c;
}

.price-course__wrapper .item-content__wrapper table tr td:first-child {
  width: 1000rem;
  font-weight: 600;
  text-align: left;
}

.price-course__wrapper .item-content__wrapper table tr td:last-child {
  text-align: right;
  padding-left: 0;
  padding-right: 40rem;
}

.price-course__wrapper .item-content__wrapper .content__txt {
  width: 1340rem;
  margin: auto;
  font-weight: 600;
  font-size: 24rem;
  line-height: 36rem;
  text-align: left;
  color: #5c5c5c;
  margin-top: 50rem;
}

.reclutment-content__wrapper {
  padding: 50rem 0 0;
}

.reclutment-content__wrapper .content-item__inner {
  margin-bottom: 150rem;
}

.reclutment-content__wrapper .content-item__inner .content__text {
  width: 1470rem;
  margin: auto;
  font-weight: 400;
  font-size: 24rem;
  line-height: 42rem;
  margin-top: 100rem;
  text-align: left;
  color: #4d566c;
}

.line-btn__pos {
  text-align: center;
  margin-top: 90rem;
  margin-bottom: 50rem;
}

.line-btn__pos a {
  width: 380.01rem;
  height: 88rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #866c43;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line-btn__pos a span {
  font-weight: 600;
  font-size: 26.02rem;
  text-align: left;
  color: #fff;
}

.reservation__wrapper {
  margin-top: 100rem;
}

.reservation-contact__wrapper {
  margin: 150rem 0 90rem;
}

.reservation-contact__wrapper .contact__wrapper {
  width: 1400rem;
  margin: auto;
  margin-top: 100rem;
}

.reservation-contact__wrapper .contact__wrapper table {
  width: 100%;
}

.reservation-contact__wrapper .contact__wrapper table tr:last-child {
  vertical-align: top;
}

.reservation-contact__wrapper .contact__wrapper table tr td {
  font-weight: 400;
  font-size: 24rem;
  padding: 40rem 0;
  text-align: left;
  color: #4d566c;
}

.reservation-contact__wrapper .contact__wrapper table tr td:first-child {
  width: 340rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td:last-child {
  padding-left: 170rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td span.required {
  font-weight: 600;
  font-size: 18rem;
  background: #866c43;
  padding: 5rem 15rem;
  text-align: left;
  color: #fff;
  float: right;
}

.reservation-contact__wrapper .contact__wrapper table tr td input[type='text'] {
  width: 100%;
  height: 70.72rem;
  background: #f5f6f7;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 24rem;
  line-height: 42rem;
  padding-left: 20rem;
  text-align: left;
  color: #4d566c;
}

.reservation-contact__wrapper .contact__wrapper table tr td input[type='text'].post__text {
  width: 231rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td input[type='email'] {
  width: 100%;
  height: 70.72rem;
  background: #f5f6f7;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 24rem;
  line-height: 42rem;
  padding-left: 30rem;
  text-align: left;
  color: #4d566c;
}

.reservation-contact__wrapper .contact__wrapper table tr td select {
  width: 141.02rem;
  height: 71rem;
  background: #f5f6f7;
  font-weight: 400;
  font-size: 24rem;
  text-align: center;
  color: #4d566c;
  border: 0;
  outline: 0;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.month {
  width: 70.32rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.day {
  width: 70.32rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.hour {
  width: 70.32rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.minutes {
  width: 70.32rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.minutes_to {
  width: 122.99rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.staff {
  width: 200rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td select.course {
  width: 100%;
  text-align: left;
  padding-left: 30rem;
}

.reservation-contact__wrapper .contact__wrapper table tr td label {
  font-weight: 400;
  font-size: 24rem;
  margin: 0 20rem 0 10rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #4d566c;
  cursor: pointer;
}

.reservation-contact__wrapper .contact__wrapper table tr td input[type='checkbox'] {
  width: 70.32rem;
  height: 70.72rem;
  background: #f5f6f7;
  border: 0;
  outline: 0;
}

.reservation-contact__wrapper .contact__wrapper table tr td textarea {
  width: 100%;
  height: 199rem;
  background: #f5f6f7;
  padding: 20rem;
  font-weight: 400;
  font-size: 24rem;
  text-align: left;
  color: #4d566c;
  border: 0;
  outline: 0;
}

.reservation-contact__wrapper .contact__wrapper table tr td .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20rem 0;
}

.reservation-contact__wrapper .contact__wrapper .submit-btn__pos {
  margin-top: 60rem;
  text-align: center;
}

.reservation-contact__wrapper .contact__wrapper .submit__btn {
  width: 380.01rem;
  height: 88rem;
  background: #866c43;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 26.02rem;
  text-align: left;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none !important;
}

.schedule-list__wrapper {
  width: 1600rem;
  margin: auto;
  margin-top: 90rem;
  padding: 0 40rem;
  border-bottom: 3rem solid #866c43;
}

.schedule-list__wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule-list__wrapper ul li {
  width: calc(100%/7);
  padding: 0 3.5rem;
}

.schedule-list__wrapper ul li.current a {
  background: #866c43;
}

.schedule-list__wrapper ul li a {
  width: 100%;
  height: 132rem;
  background: #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.schedule-list__wrapper ul li a span.date {
  font-family: DINCondensed-Bold;
  font-weight: normal;
  font-size: 60rem;
  text-align: center;
  color: #fff;
}

.schedule-list__wrapper ul li a span.weekday {
  font-weight: 600;
  font-size: 24rem;
  margin-top: 5rem;
  text-align: center;
  color: #fefefe;
}

.profile-content__wrapper {
  width: 1600rem;
  margin: auto;
  margin-top: 60rem;
  margin-bottom: 100rem;
}

.profile-content__wrapper .content-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-content__wrapper .content-detail__wrapper .detail-image__wrapper {
  width: 700rem;
}

.profile-content__wrapper .content-detail__wrapper .detail-image__wrapper .main__slider {
  width: 100%;
}

.profile-content__wrapper .content-detail__wrapper .detail-image__wrapper .thumnail__slider {
  width: 100%;
  height: 230rem;
  margin-top: 20rem;
}

.profile-content__wrapper .content-detail__wrapper .detail-image__wrapper .thumnail__slider .item {
  cursor: pointer;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text {
  width: 870rem;
  background: #EAEAEA;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text .staff__name {
  width: 100%;
  font-size: 36rem;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 20rem 0;
  background: #000;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text table {
  width: 90%;
  border-collapse: collapse;
  margin: auto;
  margin-top: 30rem;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text table tr td {
  font-size: 24rem;
  font-weight: 600;
  color: #000;
  padding: 20rem 0;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text table tr td:first-child {
  width: 60%;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text table tr td .sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-content__wrapper .content-detail__wrapper .detail-content__text table tr td .sns__link .icon {
  width: 33rem;
  margin-right: 30rem;
}

.profile-content__wrapper .staff-schedule__wrapper {
  margin-top: 40rem;
}

.profile-content__wrapper .staff-schedule__wrapper .lbl__txt {
  width: 100%;
  font-size: 36rem;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 20rem 0;
  background: #000;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper {
  width: 1606rem;
  margin-top: 10rem;
  margin-left: -3rem;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul li {
  width: calc(100%/7);
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul li .date__inner {
  width: 100%;
  height: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #5C5C5C;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul li .date__inner .date__txt {
  font-family: DINCondensed-Bold;
  font-size: 65rem;
  text-align: center;
  color: white;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul li .date__inner .weekday__txt {
  font-size: 26rem;
  font-weight: 600;
  margin-top: 2rem;
  color: white;
}

.profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul li .time__inner {
  font-family: DINCondensed-Bold;
  width: 100%;
  background: #EAEAEA;
  font-size: 36rem;
  text-align: center;
  padding: 30rem 0;
  margin-top: 8rem;
  color: black;
}

.profile-content__wrapper .staff-content__wrapper {
  width: 100%;
  margin-top: 40rem;
}

.profile-content__wrapper .staff-content__wrapper .lbl__txt {
  width: 100%;
  font-size: 36rem;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 20rem 0;
  background: #000;
}

.profile-content__wrapper .staff-content__wrapper .content__text {
  background: #EAEAEA;
  padding: 50rem 90rem;
  font-size: 24rem;
  line-height: 48rem;
}

@media screen and (max-width: 1640px) {
  html {
    font-size: 0.9px;
  }
}

@media screen and (max-width: 1460px) {
  html {
    font-size: 0.8px;
  }
}

@media screen and (max-width: 1330px) {
  html {
    font-size: 0.7px;
  }
}

@media screen and (max-width: 1160px) {
  html {
    font-size: 0.6px;
  }
  .recomend-staff__items {
    width: 100%;
  }
  .recomend-staff__items .item {
    width: calc(100%/3);
  }
  header nav ul li {
    margin: 0 18rem;
  }
}

@media screen and (max-width: 1000px) {
  .information-twitter_wrapper {
    width: 90%;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .information-twitter_wrapper .information__wrapper {
    width: 48%;
  }
  .information-twitter_wrapper .twitter_wrapper {
    width: 45%;
    margin-left: 0;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner {
    width: 95%;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .content__text {
    width: 67%;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .flow__image {
    width: 30%;
  }
  .about-faq__wrapper .faq-content__wrapper {
    width: 90%;
  }
  .about-faq__wrapper .faq-content__wrapper .item__inner .answer__txt {
    display: none;
    width: 95%;
  }
  .price-course__wrapper {
    width: 95%;
  }
  .price-course__wrapper .item-content__wrapper .content__txt {
    width: 95%;
  }
  .reclutment-content__wrapper .content-item__inner .content__text {
    width: 95%;
  }
  .reservation-contact__wrapper .contact__wrapper {
    width: 90%;
  }
  .schedule-list__wrapper {
    width: 95%;
  }
  .profile-content__wrapper {
    width: 95%;
  }
  .profile-content__wrapper .content-detail__wrapper .detail-image__wrapper {
    width: 49%;
  }
  .profile-content__wrapper .content-detail__wrapper .detail-content__text {
    width: 49%;
  }
  .profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper {
    width: 100%;
    margin-top: 10rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  html {
    font-size: 0.1vw;
  }
  header {
    width: 100%;
    height: 130rem;
  }
  header .header__bar {
    width: 100%;
    height: 100%;
  }
  .sp-menu {
    width: 130rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F4F4F4;
  }
  .sp-menu.open .menu__inner span:first-child {
    top: 15rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp-menu.open .menu__inner span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.open .menu__inner span:nth-child(3) {
    top: 15rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sp-menu .menu__inner {
    width: 50rem;
    height: 44rem;
    position: relative;
  }
  .sp-menu .menu__inner span {
    width: 100%;
    height: 0;
    border-bottom: 2rem solid #866C43;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sp-menu .menu__inner span + span {
    top: 20rem;
  }
  .sp-menu .menu__inner span + span + span {
    top: 40rem;
  }
  header .logo {
    margin-top: -104rem;
  }
  header .header__bar .reservation__btn {
    width: 207rem;
  }
  header .header__bar .reservation__btn .reservation__txt {
    font-size: 32rem;
  }
  header .header__bar .reservation__btn .icon {
    width: 40rem;
    height: 48rem;
  }
  .frontview {
    width: 100%;
    height: 608rem;
    margin-top: 130rem;
  }
  .gold-content__wrapper {
    width: 100%;
    height: auto;
    padding: 65rem 0;
    display: block;
  }
  .gold-content__wrapper .content__item {
    width: 100%;
    padding: 0 48rem;
    margin-bottom: 90rem;
    border-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gold-content__wrapper .content__item .content__txt {
    width: 583rem;
  }
  .gold-content__wrapper {
    padding: 105rem 0;
  }
  .recomend-staff {
    padding: 103rem 0;
  }
  .recomend-staff__items .item {
    width: 50%;
  }
  .information-twitter_wrapper {
    display: block;
  }
  .information-twitter_wrapper .information__wrapper {
    width: 100%;
  }
  .information-twitter_wrapper .information__wrapper .info__items .item .content__txt {
    font-size: 31rem;
    line-height: 38rem;
  }
  .information-twitter_wrapper .information__wrapper .info__items .item .date__txt {
    font-size: 61rem;
  }
  .information-twitter_wrapper .twitter_wrapper {
    width: 100%;
    margin-top: 80rem;
    margin-bottom: 150rem;
  }
  footer {
    padding: 60rem 0 30rem;
  }
  footer .footer__menu ul {
    width: 600rem;
    margin: auto;
    margin-top: 60rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer__menu ul li {
    margin: 0;
    width: 50%;
    margin-bottom: 40rem;
  }
  footer .footer__menu ul li a {
    display: block;
    text-align: left;
    font-family: DINCondensed-Bold;
    font-size: 51rem;
  }
  header nav {
    position: fixed;
    margin-top: 0;
    top: 130rem;
    background: white;
    width: 100%;
    height: 100vh;
    display: none;
  }
  header nav ul {
    display: block;
    padding-top: 100rem;
  }
  header nav ul li a {
    font-weight: 400;
    font-size: 43rem;
  }
  header nav ul li {
    margin: 90rem 0;
  }
  header nav ul li.en {
    padding: 30rem 0;
    background: #696969;
    margin: 30rem 0;
  }
  header nav ul li.en a {
    color: white;
  }
  header nav .sns__link {
    padding-left: 0;
    border-left: 0;
    top: 1184rem;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header nav .sns__link .twitter__icon {
    width: 63rem;
    height: auto;
    margin-right: 100rem;
  }
  header nav .sns__link .line__icon {
    width: 61rem;
    height: auto;
    margin-right: 0;
  }
  .sub__frontview {
    width: 100%;
    height: 337rem;
    margin-top: 130rem;
  }
  .breadcrumb {
    padding: 30rem 0 0 50rem;
  }
  .title__wrapper .ja__txt {
    font-size: 45rem;
  }
  .title__wrapper .en__txt {
    font-size: 39rem;
    margin-top: 0;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner {
    display: block;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .content__text {
    width: 100%;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .flow__image {
    width: 100%;
    margin-top: 30rem;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .content__text .content__txt {
    font-weight: 400;
    font-size: 35rem;
    line-height: 53rem;
    margin-top: 40rem;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .content__text .flow__step span {
    font-size: 46rem;
  }
  .about-flow_wrapper .flow-content__wrapper .item__inner .content__text .flow__step {
    font-size: 58rem;
  }
  .about-faq__wrapper .faq-content__wrapper .item__inner .q_title {
    width: 98%;
    font-size: 35rem;
  }
  .about-faq__wrapper .faq-content__wrapper .item__inner .answer__txt {
    font-size: 35rem;
    line-height: 45rem;
  }
  .breadcrumb a {
    font-size: 30rem;
  }
  .breadcrumb span {
    font-size: 30rem;
  }
  .about-flow_wrapper .flow-content__wrapper {
    margin-top: 80rem;
  }
  .price-course__wrapper .item-content__wrapper table tr td:first-child {
    width: 65%;
  }
  .price-course__wrapper .item-content__wrapper table tr td {
    width: 18%;
    padding: 40rem 0;
    padding-left: 15rem;
    font-size: 30rem;
  }
  .price-course__wrapper .item-content__wrapper table tr td:last-child {
    padding-right: 0;
  }
  .price-course__wrapper .item-content__wrapper .content__txt {
    font-size: 30rem;
    line-height: 45rem;
  }
  .reclutment-content__wrapper .content-item__inner .content__text {
    font-size: 30rem;
    line-height: 51rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr {
    display: -ms-grid;
    display: grid;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td:first-child {
    width: 40%;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td {
    font-size: 30rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td span.required {
    font-size: 25rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td:last-child {
    padding-left: 0;
    padding-top: 0;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td input[type='text'] {
    height: 85rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td input[type='text'].post__text {
    width: 450rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select {
    width: 190rem;
    height: 85rem;
    font-size: 30rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select.month {
    width: 110rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select.day {
    width: 110rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td label {
    font-size: 30rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select.hour {
    width: 110rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select.minutes {
    width: 110rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select.minutes_to {
    width: 110rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td select.staff {
    width: 300rem;
  }
  .reservation-contact__wrapper .contact__wrapper table tr td textarea {
    height: 260rem;
    padding: 20rem;
    font-weight: 400;
    font-size: 30rem;
  }
  .schedule-list__wrapper {
    padding: 0 20rem;
  }
  .schedule-list__wrapper ul li a span.date {
    font-size: 57rem;
  }
  .profile-content__wrapper .content-detail__wrapper {
    display: block;
  }
  .profile-content__wrapper .content-detail__wrapper .detail-image__wrapper {
    width: 100%;
  }
  .profile-content__wrapper .content-detail__wrapper .detail-content__text {
    width: 100%;
    margin-top: 30rem;
  }
  .profile-content__wrapper .content-detail__wrapper .detail-content__text .staff__name {
    font-size: 51rem;
  }
  .profile-content__wrapper .content-detail__wrapper .detail-content__text table tr td {
    font-size: 30rem;
  }
  .profile-content__wrapper .staff-content__wrapper .lbl__txt {
    font-size: 51rem;
  }
  .profile-content__wrapper .staff-content__wrapper .content__text {
    padding: 40rem 30rem;
    font-size: 30rem;
    line-height: 52rem;
  }
  .profile-content__wrapper .staff-schedule__wrapper .schedule__wrapper ul li .time__inner {
    height: 100%;
    font-size: 36rem;
    padding: 14rem 0;
  }
}
/*# sourceMappingURL=style.css.map */