@charset "UTF-8";
body {
  overflow-x: hidden;
}

.inner {
  font-family: "Avenir", "Trebuchet MS", YuGothic, "Yu Gothic", sans-serif;
  margin: 0 auto;
  max-width: 100vw;
  height: auto;
  background-color: rgba(255, 177, 60, 0.2);
  z-index: -10000;
}

img {
  width: 100%;
  height: auto;
}

#mv {
  position: relative;
  z-index: 100000;
  /*=== 画像の表示エリア ================================= */
  /*=== 画像の設定 ======================================= */
  /*=== スライドのアニメーションを段差で開始する ========= */
  /*=== スライドのアニメーション ========================= */
}
#mv .slide {
  position: relative;
  overflow: hidden;
  /* 画像のサイズに合わせて変更ください */
  width: 100vw;
  height: 800px;
  margin: auto;
  /* サンプルは中央寄せの背景：白 */
}
#mv .slide img {
  display: block;
  position: absolute;
  /* 画像のサイズを表示エリアに合せる */
  width: inherit;
  height: inherit;
  left: 100%;
  animation: slideAnime 24s ease infinite;
}
#mv .slide img:nth-of-type(1) {
  animation-delay: 0s;
}
#mv .slide img:nth-of-type(2) {
  animation-delay: 8s;
}
#mv .slide img:nth-of-type(3) {
  animation-delay: 16s;
}
@keyframes slideAnime {
  0% {
    left: 100%;
  }
  5% {
    left: 0;
  }
  28% {
    left: 0;
  }
  33% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
#mv #header {
  position: absolute;
  top: 1%;
  left: 5%;
  width: 1280px;
  height: 600px;
}
#mv #header #menubar {
  display: flex;
  float: right;
  margin: 3% 2% 10% 0;
  font-weight: 600;
}
#mv #header #menubar .btn {
  width: 330px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  margin-right: 10px;
}
#mv #header #menubar .btn .btn_green {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(104, 248, 54, 0.4);
  text-align: center;
  border: 3px solid #05FF0F;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 4px 7px 6px 0px #DEDEDE;
  transition: all 0.1s ease;
}
#mv #header #menubar .btn .btn_green:hover {
  background: #68F836;
  color: #FFFC00;
  margin-left: 1px;
  margin-top: 5px;
  box-shadow: none;
}
#mv #header #menubar .btn_2 {
  width: 185px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#mv #header #menubar .btn_2 .btn_orange {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(255, 177, 60, 0.4);
  text-align: center;
  border: 3px solid #FFB13C;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 4px 7px 6px 0px #DEDEDE;
  transition: all 0.1s ease;
}
#mv #header #menubar .btn_2 .btn_orange:hover {
  background: #FFB13C;
  color: #FFFC00;
  margin-left: 1px;
  margin-top: 5px;
  box-shadow: none;
}
#mv #header .logo_1 {
  font-size: 100px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2.2px;
  position: absolute;
  right: 29.9%;
  top: 40%;
}
#mv #header .logo_2 {
  font-size: 69px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  right: 30%;
  top: 55%;
}

#concept {
  text-align: center;
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
  z-index: 10000;
}
#concept .gara_1 {
  position: absolute;
  bottom: 80%;
  margin: 50px 0 0 0;
  margin: 0 calc(30% - 10vw);
  pointer-events: none;
  z-index: -10;
}
#concept .gara_1 .bar {
  width: 829.754px;
  height: 356px;
  transform: rotate(-15.771deg);
  flex-shrink: 0;
  border-radius: 178px;
  background: rgba(255, 177, 60, 0.2);
}
#concept .gara_2 {
  position: absolute;
  margin: 50px 0 0 0;
  margin: 0 calc(30% - 10vw);
  pointer-events: none;
  z-index: -10;
}
#concept .gara_2 .bar {
  width: 829.754px;
  height: 356px;
  transform: rotate(-15.771deg);
  flex-shrink: 0;
  border-radius: 178px;
  background: rgba(255, 177, 60, 0.2);
}
#concept .midashi_1 {
  font-size: 16px;
  font-weight: 50;
  letter-spacing: 3px;
}
#concept .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
}
#concept .concept_text {
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
}
#concept .concept_text_2 {
  font-size: 19px;
  font-weight: 100;
  line-height: 30px;
  margin-top: 40px;
}
#concept .concept_text_3 {
  font-size: 45px;
  font-family: Antro Vectra;
  rotate: -11.09deg;
  margin-top: 70px;
}

.point_haikei {
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: 100vw;
  height: 1000px;
  flex-shrink: 0;
  border-radius: 1000px 1000px 0px 0px;
  background: #FFF;
  z-index: 10000;
}
.point_haikei #point {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 120px;
  z-index: 9000;
}
.point_haikei #point .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
.point_haikei #point .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.point_haikei #point .point_menu {
  text-align: center;
  letter-spacing: 0.5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1100px;
}
.point_haikei #point .point_menu .point_text {
  width: 33%;
  height: 300px;
}
.point_haikei #point .point_menu .point_text .point_orange {
  font-size: 20px;
  font-weight: 600;
  color: #EB8D00;
  margin: 15px;
}
.point_haikei #point .point_menu .point_text .point_black {
  font-size: 18px;
  line-height: 23px;
}
.point_haikei #point .point_menu .point_text p {
  margin-top: 30px;
  margin-bottom: 10px;
}
.point_haikei #point .point_menu .point_text .maru {
  line-height: 60px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  margin-left: 5px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255, 177, 60, 0.45);
}
.point_haikei #point .point_menu .border1 {
  border-right: solid 1px;
  border-bottom: solid 1px;
}
.point_haikei #point .point_menu .border2 {
  border-bottom: solid 1px;
}
.point_haikei #point .point_menu .border3 {
  border-right: solid 1px;
}
.point_haikei #point .point_menu img {
  width: 76px;
}

.trainer_haikei {
  background-color: #FFF;
  height: 840px;
  padding: 0 15%;
}
.trainer_haikei .gara_1 {
  position: absolute;
  margin: 50px 0 0 0;
  margin: 0 calc(-15% - 10vw);
  pointer-events: none;
  z-index: 10000;
}
.trainer_haikei .gara_1 .bar {
  width: 829.754px;
  height: 356px;
  transform: rotate(-15.771deg);
  flex-shrink: 0;
  border-radius: 178px;
  background: rgba(255, 177, 60, 0.2);
}
.trainer_haikei #trainer {
  width: 1130px;
  height: 640px;
  position: absolute;
  box-shadow: 7px 13px 11px 2px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  margin: 0 auto;
  padding: 45px 40px 0px 60px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 10001;
}
.trainer_haikei #trainer .check {
  position: absolute;
  color: #EB8D00;
  font-size: 38px;
  font-family: Antro Vectra;
  rotate: -11.09deg;
  z-index: 1000;
}
.trainer_haikei #trainer .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
.trainer_haikei #trainer .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.trainer_haikei #trainer .trainer_menu {
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
  height: 50%;
  display: flex;
  padding: 20px 0;
}
.trainer_haikei #trainer .trainer_menu img {
  border-radius: 20px;
}
.trainer_haikei #trainer .trainer_menu .trainer_img {
  width: 42%;
  border-radius: 70px;
  margin-right: 25px;
}
.trainer_haikei #trainer .trainer_menu .trainer_text {
  width: 585px;
  height: 556px;
  text-align: left;
}
.trainer_haikei #trainer .trainer_menu .trainer_text .trainer_name {
  display: flex;
  margin-bottom: 20px;
  margin-top: 5px;
  margin-left: 20px;
}
.trainer_haikei #trainer .trainer_menu .trainer_text .trainer_name .kanji {
  font-size: 25px;
  font-weight: 600;
}
.trainer_haikei #trainer .trainer_menu .trainer_text .trainer_name .romaji {
  font-size: 15px;
  font-weight: bolder;
  margin-left: 10px;
  margin-top: 10px;
}
.trainer_haikei #trainer .trainer_menu .trainer_text .trainer_text_1 {
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
}
.trainer_haikei #trainer .trainer_menu_1 {
  text-align: left;
}
.trainer_haikei #trainer .trainer_menu_1 .trainer_text_2 {
  position: relative;
  width: 1040px;
  margin-top: 60px;
  height: 40px;
  background-color: #EB8D00;
  font-size: 14px;
  border-radius: 10px;
}
.trainer_haikei #trainer .trainer_menu_1 .trainer_text_2 p {
  margin-left: 47px;
  padding-top: 14px;
  color: #FFF;
  font-weight: 600;
}
.trainer_haikei #trainer .trainer_menu_1 .trainer_text_3 {
  font-size: 16px;
  margin: 10px 15px;
  line-height: 28px;
}
.trainer_haikei #trainer .trainer_menu_1 img {
  position: absolute;
  z-index: 1000;
  width: 30px;
  margin-top: 3px;
  margin-left: 12px;
}

.course_haikei {
  background-color: #FFF;
  height: 800px;
}
.course_haikei #course {
  text-align: center;
  margin-bottom: 60px;
}
.course_haikei #course .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
.course_haikei #course .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.course_haikei #course .course_img {
  justify-content: space-between;
  margin: 0 auto;
  width: 1120px;
}
.course_haikei #course .course_img img {
  width: 335px;
  margin: 0 17px;
  border-radius: 10px;
  box-shadow: 12px 18px 44px -5px rgba(0, 0, 0, 0.4);
}
.course_haikei #course .course_text {
  width: 1080px;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
  margin-bottom: 70px;
}
.course_haikei #course .course_text .course_text_1 {
  width: 335px;
  text-align: left;
  border-bottom: solid 1px;
}
.course_haikei #course .course_text .course_text_2 {
  width: 335px;
  text-align: left;
  border-bottom: solid 1px;
}
.course_haikei #course .course_text .course_text_3 {
  width: 335px;
  text-align: left;
  border-bottom: solid 1px;
}
.course_haikei #course .course_text .coursetitle {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.course_haikei #course .course_text .coursenaiyou {
  font-size: 14px;
  line-height: 21px;
}
.course_haikei #course .gara_2 {
  position: absolute;
  margin: 50px 0 0 0;
  margin: 0 calc(60% - 10vw);
  pointer-events: none;
  z-index: 100;
}
.course_haikei #course .gara_2 .bar {
  width: 829.754px;
  height: 356px;
  transform: rotate(-15.771deg);
  flex-shrink: 0;
  border-radius: 178px;
  background: rgba(255, 177, 60, 0.2);
}
.course_haikei #course .btn_1 {
  width: 330px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
}
.course_haikei #course .btn_1 p {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(104, 248, 54, 0.8);
  text-align: center;
  border: 3px solid #05FF0F;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 4px 7px 6px 0px #DEDEDE;
  transition: all 0.1s ease;
}
.course_haikei #course .btn_1 p:hover {
  background: #68F836;
  color: #FFFC00;
  margin-left: 1px;
  margin-top: 5px;
  box-shadow: none;
}

#service {
  position: relative;
  background-color: #DEDEDE;
  z-index: 10002;
}
#service img {
  opacity: 15%;
}
#service .service_midashi {
  position: absolute;
  text-align: center;
  left: 10%;
  bottom: 38%;
}
#service .service_midashi .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
#service .service_midashi .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
#service .service_text {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 45%;
  bottom: 20%;
  line-height: 90px;
}
#service .service_text .maru {
  font-size: 25px;
  font-weight: 600;
  margin-right: 30px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: solid 3px #68F836;
}

#price {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}
#price .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
#price .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
#price .price_menu {
  margin: 0 auto;
  width: 1100px;
  height: 630px;
  position: relative;
  box-shadow: 7px 13px 11px 2px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  padding: 30px 20px 0px 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
#price .price_menu .training_time {
  background-color: #F5F5F5;
  padding-top: 12px;
  font-weight: 600;
  border: solid 1px #EB8D00;
  letter-spacing: 1px;
  border-radius: 10px;
  height: 40px;
  width: 370px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#price .price_menu .plan {
  margin: 0 auto;
  padding: 10px 40px;
  justify-content: space-between;
  width: 900px;
  height: 430px;
  display: flex;
}
#price .price_menu .plan .plan_month {
  margin-top: 40px;
}
#price .price_menu .plan .plan_month p {
  border: solid 2px #EB8D00;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 160px;
  height: 110px;
  margin: 10px 0px;
  padding-top: 36px;
  background-color: #F5F5F5;
}
#price .price_menu .plan .plan_month .plan_kazu {
  font-size: 40px;
  font-weight: 900;
}
#price .price_menu .plan_1 {
  background-color: #F5F5F5;
  width: 200px;
  height: 400px;
  padding-bottom: 30px;
  border-radius: 10px 10px 0px 0px;
}
#price .price_menu .plan_1 .plan_a {
  border-bottom: 1px dashed #817E7E;
}
#price .price_menu .plan_1 .plan_a .course_month {
  font-size: 16px;
  padding: 11px;
  letter-spacing: 2px;
  background-color: #FFB13C;
  border-radius: 10px 10px 0px 0px;
}
#price .price_menu .plan_1 .plan_a .course_month_1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}
#price .price_menu .plan_1 .plan_a .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_a .course_nedan {
  font-size: 25px;
  color: #FFB13C;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_a .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_1 .plan_a .course_nedan_1 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_b {
  border-bottom: 1px dashed #817E7E;
}
#price .price_menu .plan_1 .plan_b .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_b .course_nedan {
  font-size: 25px;
  color: #FFB13C;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_b .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_1 .plan_b .course_nedan_1 {
  margin-top: 5px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
#price .price_menu .plan_1 .plan_c .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_c .course_nedan {
  font-size: 25px;
  color: #FFB13C;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_1 .plan_c .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_1 .plan_c .course_nedan_1 {
  margin-top: 5px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 {
  background-color: #F5F5F5;
  width: 200px;
  height: 400px;
  padding-bottom: 30px;
  border-radius: 10px 10px 0px 0px;
}
#price .price_menu .plan_2 .plan_a {
  border-bottom: 1px dashed #817E7E;
}
#price .price_menu .plan_2 .plan_a .course_month {
  font-size: 16px;
  padding: 11px;
  letter-spacing: 2px;
  background-color: #FF9B05;
  border-radius: 10px 10px 0px 0px;
}
#price .price_menu .plan_2 .plan_a .course_month_1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}
#price .price_menu .plan_2 .plan_a .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_a .course_nedan {
  font-size: 25px;
  color: #FF9B05;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_a .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_2 .plan_a .course_nedan_1 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_b {
  border-bottom: 1px dashed #817E7E;
}
#price .price_menu .plan_2 .plan_b .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_b .course_nedan {
  font-size: 25px;
  color: #FF9B05;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_b .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_2 .plan_b .course_nedan_1 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_c .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_c .course_nedan {
  font-size: 25px;
  color: #FF9B05;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_2 .plan_c .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_2 .plan_c .course_nedan_1 {
  margin-top: 5px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 {
  background-color: #F5F5F5;
  width: 200px;
  height: 400px;
  padding-bottom: 30px;
  border-radius: 10px 10px 0px 0px;
}
#price .price_menu .plan_3 .plan_a {
  border-bottom: 1px dashed #817E7E;
}
#price .price_menu .plan_3 .plan_a .course_month {
  font-size: 16px;
  padding: 11px;
  letter-spacing: 2px;
  background-color: #EB8D00;
  border-radius: 10px 10px 0px 0px;
}
#price .price_menu .plan_3 .plan_a .course_month_1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
}
#price .price_menu .plan_3 .plan_a .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_a .course_nedan {
  font-size: 25px;
  color: #EB8D00;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_a .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_3 .plan_a .course_nedan_1 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_b {
  border-bottom: 1px dashed #817E7E;
}
#price .price_menu .plan_3 .plan_b .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_b .course_nedan {
  font-size: 25px;
  color: #EB8D00;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_b .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_3 .plan_b .course_nedan_1 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_c .course_kaisuu {
  margin-top: 25px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_c .course_nedan {
  font-size: 25px;
  color: #EB8D00;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 1px;
}
#price .price_menu .plan_3 .plan_c .plan_en {
  font-size: 15px;
}
#price .price_menu .plan_3 .plan_c .course_nedan_1 {
  margin-top: 5px;
  font-size: 14px;
  color: #817E7E;
  letter-spacing: 1px;
}
#price .price_note {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-left: 130px;
}
#price .btn_1 {
  width: 330px;
  height: 72px;
  line-height: 72px;
  margin: 0 auto;
}
#price .btn_1 p {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(104, 248, 54, 0.8);
  text-align: center;
  border: 3px solid #05FF0F;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 4px 7px 6px 0px #DEDEDE;
  transition: all 0.1s ease;
}
#price .btn_1 p:hover {
  background: #68F836;
  color: #FFFC00;
  margin-left: 1px;
  margin-top: 5px;
  box-shadow: none;
}

#option {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}
#option h3 {
  width: 450px;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 5px;
}
#option .option_menu {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
#option .option_menu span {
  padding: 0 0 0 5px;
}
#option .option_menu .wear {
  display: block;
  font-size: 14px;
  margin-top: 9px;
}
#option .option_menu .option_left {
  width: 450px;
  margin-right: 60px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#option .option_menu .option_left .option_left_1 {
  border-bottom: 1px dashed #817E7E;
  padding-bottom: 8px;
  -moz-text-align-last: left;
       text-align-last: left;
}
#option .option_menu .option_left .option_left_2 {
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: solid 2px;
  padding-bottom: 15px;
}
#option .option_menu .option_left .option_left_3 {
  border-bottom: 1px dashed #817E7E;
  padding-bottom: 8px;
  border-top: solid 2px;
  padding-top: 35px;
  -moz-text-align-last: left;
       text-align-last: left;
}
#option .option_menu .option_left .option_left_nedan {
  float: right;
  font-size: 16px;
}
#option .option_menu .option_right {
  width: 450px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#option .option_menu .option_right .option_left_1 {
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: 1px dashed #817E7E;
  padding-bottom: 10px;
}
#option .option_menu .option_right .option_left_2 {
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: solid 2px;
  padding-bottom: 15px;
}
#option .option_menu .option_right .option_left_3 {
  border-bottom: 1px dashed #817E7E;
  padding-bottom: 8px;
  border-top: solid 2px;
  padding-top: 35px;
  -moz-text-align-last: left;
       text-align-last: left;
}
#option .option_menu .option_right .option_left_nedan {
  float: right;
  font-size: 16px;
}

#faq {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 60px;
}
#faq .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
#faq .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
#faq .accordion {
  max-width: 800px;
  margin: 0 auto;
}
#faq .accordion .q-icon {
  font-size: 30px;
  font-weight: 900;
  color: #EB8D00;
  margin-right: 20px;
}
#faq .accordion .accordion_1 {
  float: left;
}
#faq .accordion:not([open]) {
  margin-bottom: 10px;
}
#faq .accordion summary {
  background-color: rgba(255, 177, 60, 0.3);
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
}
#faq .accordion summary::-webkit-details-marker {
  display: none;
}
#faq .accordion summary::after {
  transform: translate(0, 0%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 20px;
  border-bottom: 3px solid #EB8D00;
  border-right: 3px solid #EB8D00;
  content: "";
  transition: transform 0.3s;
}
#faq .accordion[open] summary::after {
  transform: rotate(225deg);
}
#faq .accordion .answer {
  text-align: left;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}
#faq .accordion[open] p {
  transform: none;
  opacity: 1;
}
#faq .answer {
  line-height: 24px;
  margin-top: 60px;
}

#access {
  width: 800px;
  text-align: left;
  padding: 40px 10px 20px 10px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 90px;
}
#access .midashi_1 {
  font-size: 16px;
  font-weight: 50;
}
#access .midashi_2 {
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
#access .access_text {
  display: flex;
  font-size: 20px;
  justify-content: space-around;
}
#access .access_text .access_left {
  width: 360px;
}
#access .access_text .access_left .access_text_1 {
  font-weight: 600;
  margin: 10px 0;
  letter-spacing: 1px;
}
#access .access_text .access_left .access_text_2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 10px 0;
  margin-bottom: 28px;
  letter-spacing: 1px;
}
#access .access_text .access_right {
  width: 360px;
}
#access .access_text .access_right .map {
  width: 100%;
  position: relative;
  padding-top: 90%;
  border: solid 4px #EB8D00;
}
#access .access_text .access_right .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .btn_1 {
  width: 330px;
  height: 72px;
  line-height: 72px;
}
#access .btn_1 p {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(104, 248, 54, 0.8);
  text-align: center;
  border: 3px solid #05FF0F;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 4px 7px 6px 0px #DEDEDE;
  transition: all 0.1s ease;
}
#access .btn_1 p:hover {
  background: #68F836;
  color: #FFFC00;
  margin-left: 1px;
  margin-top: 5px;
  box-shadow: none;
}

#contact {
  width: 100vw;
  position: relative;
  background: rgba(104, 248, 54, 0.2);
  margin: 0 auto;
  padding: 50px;
  margin-top: 100px;
  margin-bottom: 60px;
  overflow: hidden;
  z-index: 1000;
}
#contact .gara_1 {
  position: absolute;
  width: 100vw;
  margin: 0 calc(-80% + 50vw);
  z-index: -10;
}
#contact .gara_1 .bar {
  width: 829.754px;
  height: 356px;
  transform: rotate(-15.771deg);
  flex-shrink: 0;
  border-radius: 178px;
  background: rgba(104, 248, 54, 0.25);
  z-index: 10;
}
#contact .midashi_1 {
  text-align: center;
  font-size: 16px;
  font-weight: 50;
}
#contact .midashi_2 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
#contact .contact_form {
  text-align: left;
  z-index: 100;
}
#contact .contact_form .contact_input {
  display: flex;
  height: 80px;
}
#contact .contact_form .contact_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  width: 130px;
  height: inherit;
  margin-top: 10px;
  margin-left: 300px;
  margin-right: 50px;
}
#contact .contact_form input[type=text] {
  background: #fff;
  border: none;
  width: 500px;
  height: 50px;
  border-radius: 10px;
}
#contact .contact_form input[type=checkbox] {
  background: #fff;
  font-size: 16px;
  border: none;
  margin-top: 8px;
  margin-left: 20px;
  border-radius: 10px;
}
#contact .contact_form input[type=number] {
  background: #fff;
  border: none;
  width: 80px;
  height: 50px;
  border-radius: 10px;
}
#contact .contact_form input[type=tel] {
  background: #fff;
  border: none;
  width: 500px;
  height: 50px;
  border-radius: 10px;
}
#contact .contact_form input[type=date] {
  background: #fff;
  padding: 0 10px;
  border: none;
  width: 200px;
  height: 50px;
  margin-top: 4px;
  border-radius: 10px;
}
#contact .contact_form .contact_question {
  display: flex;
  height: 200px;
}
#contact .contact_form .contact_question .contact_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 80px;
  width: 130px;
  height: inherit;
  margin-left: 300px;
  margin-right: 50px;
}
#contact .contact_form .contact_question textarea {
  background: #fff;
  border: none;
  width: 500px;
  height: 170px;
  margin-top: 14px;
  margin-bottom: 100px;
  border-radius: 10px;
}
#contact .contact_form .contact_check {
  text-align: center;
}
#contact .contact_form .contact_check p {
  font-size: 14px;
  margin-top: 10px;
}
#contact .contact_form .contact_check input[type=checkbox] {
  font-size: 14px;
  margin-top: 20px;
  border-radius: 10px;
}
#contact .contact_form .contact_send {
  text-align: center;
}
#contact .contact_form .contact_send input[type=submit] {
  display: inline-block;
  margin-top: 30px;
  border-radius: 5%;
  /* 角丸       */
  font-size: 13pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 17px 39px;
  /* 余白       */
  background: #ff7f00;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: 0.3s;
  /* なめらか変化 */
  box-shadow: 6px 6px 8px #666666;
  /* 影の設定 */
  border: 2px solid #ff7f00;
  /* 枠の指定 */
}
#contact .contact_form .contact_send .button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #ff7f00;
  /* 背景色     */
  background: #ffffff;
  /* 文字色     */
}

#footer {
  height: 130px;
  background-color: #FFF;
  font-size: 15px;
  text-align: center;
}
#footer p {
  text-align: center;
  margin-top: px;
  padding-top: 90px;
}/*# sourceMappingURL=style.css.map */