body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  letter-spacing: 0em;
  font-weight: 100;
}

a {
  color: #841C7D;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #841C7D;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

picture {
  width: 100%;
  vertical-align: top;
}

div {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

span.ul {
  display: inline-block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  margin: 0 3px;
}

span.sml {
  font-size: 12px;
  letter-spacing: 0px;
}

span.sub {
  font-size: 15px;
}

.shadow_hr_top {
  height: 60px;
  width: 100%;
  background: url(../images/hr_shadow_top.png) repeat-x center center;
}

.shadow_hr_btm {
  height: 60px;
  width: 100%;
  background: url(../images/hr_shadow_btm.png) repeat-x center center;
}

/*----------------------------------------
Header
----------------------------------------*/
.header {
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 0;
  background: #CED4DC url(../images/head_bg_top_pc.jpg) repeat-x center bottom;
  border-bottom: 7px solid #993896;
  z-index: 100000000;
}
.header.top_page {
  height: 0;
  border: none;
  background: none;
  position: relative;
  z-index: 100000000;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .header.top_page {
    position: fixed;
  }
}
.header.top_page > .header_inner {
  width: 100%;
  height: 92px;
  max-width: 1200px;
  position: absolute;
  margin-left: calc(50% - 600px);
}
@media only screen and (max-width: 1200px) {
  .header.top_page > .header_inner {
    margin-left: auto;
    height: 61px;
    background: #fff;
    border-bottom: 1px solid #993896;
  }
}
.header.top_page > .header_inner > .head_logo_cnt {
  background: none;
}
@media only screen and (max-width: 1200px) {
  .header {
    width: 100%;
    height: 60px;
    background-image: none;
    background-color: #fff;
    position: fixed;
    z-index: 100000000;
  }
}
.header .header_inner {
  width: 100%;
  height: 92px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .header .header_inner {
    height: 60px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 100000000;
  }
}
.header .header_inner .head_logo_cnt {
  width: 220px;
  height: 92px;
  box-sizing: border-box;
  background: url(../images/head_bg_top_pc_bg.png) no-repeat left bottom;
  background-size: 220px 92px;
}
.header .header_inner .head_logo_cnt a {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .header_inner .head_logo_cnt {
    padding: 0;
    height: 60px;
    width: 170px;
    z-index: 100000;
    background: none;
    box-sizing: border-box;
  }
  .header .header_inner .head_logo_cnt img {
    width: auto;
    height: 60px;
  }
}
.header .header_inner .head_menu_cnt {
  width: 49%;
  height: 92px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .header .header_inner .head_menu_cnt {
    height: 60px;
    width: 200px;
    z-index: 100000000;
  }
}
.header .header_inner .head_menu_cnt .head_menu_pc {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .header .header_inner .head_menu_cnt .head_menu_pc {
    display: none;
  }
}
.header .header_inner .head_menu_cnt .head_menu_pc li {
  margin: 0 0 0 1px;
  padding: 0;
  width: 132px;
}
.header .header_inner .head_menu_cnt .head_menu_pc li a {
  display: block;
  height: 92px;
  color: #676767;
  padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  display: block;
  transition: 0.2s ease-in-out;
}
.header .header_inner .head_menu_cnt .head_menu_pc li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.header .header_inner .head_menu_cnt .head_menu_pc li a .hmru_en {
  font-size: 9px;
  line-height: 9px;
  display: block;
}
.header .header_inner .head_menu_cnt .head_menu_pc li.head_menu_acc {
  background: rgba(153, 56, 150, 0.7);
  width: 92px;
}
.header .header_inner .head_menu_cnt .head_menu_pc li.head_menu_acc a {
  background: none;
  display: block;
  transition: 0.2s ease-in-out;
}
.header .header_inner .head_menu_cnt .head_menu_pc li.head_menu_acc a:hover {
  background: #993896;
}
.header .header_inner .head_menu_cnt .head_menu_pc li.head_menu_contact {
  background: #993896;
  width: 92px;
}
.header .header_inner .head_menu_cnt .head_menu_pc li.head_menu_contact a {
  background: none;
  display: block;
  transition: 0.2s ease-in-out;
}
.header .header_inner .head_menu_cnt .head_menu_pc li.head_menu_contact a:hover {
  background: #841C7D;
}
.header .header_inner .head_menu_cnt .head_menu_sp {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .header_inner .head_menu_cnt .head_menu_sp {
    display: flex;
    width: 220px;
    height: 60px;
    box-sizing: border-box;
    z-index: 100000000;
  }
}
.header .header_inner .head_menu_cnt .head_menu_sp .sp_menu_list_access_box {
  width: 70px;
  height: 60px;
  background: rgba(153, 58, 150, 0.8);
}
.header .header_inner .head_menu_cnt .head_menu_sp .sp_menu_list_access_box a {
  display: block;
}
.header .header_inner .head_menu_cnt .head_menu_sp .sp_menu_list_contact_box {
  width: 70px;
  height: 60px;
  background: #993896;
}
.header .header_inner .head_menu_cnt .head_menu_sp .sp_menu_list_contact_box a {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle {
    display: block;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 100000000;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle div {
    position: relative;
    width: 60px;
    height: 60px;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span {
    display: block;
    height: 2px;
    background: #993896;
    position: absolute;
    width: 60%;
    left: 20%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span.bar:nth-child(1) {
    top: 20px;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span.bar:nth-child(1).open {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #993896;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span.bar:nth-child(2) {
    top: 30px;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span.bar:nth-child(2).open {
    width: 0;
    left: 50%;
    background: #993896;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span.bar:nth-child(3) {
    top: 40px;
  }
  .header .header_inner .head_menu_cnt .head_menu_sp .nav_toggle span.bar:nth-child(3).open {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #993896;
  }
}
.header .head_menu_sp_list_wrap {
  margin-top: 60px;
  position: fixed;
  width: 100%;
}
.header .head_menu_sp_list_wrap .head_menu_sp_list {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .head_menu_sp_list_wrap .head_menu_sp_list {
    z-index: 1000;
    width: 100%;
    background: #993896;
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
  }
  .header .head_menu_sp_list_wrap .head_menu_sp_list li a {
    width: 100%;
    display: block;
    border-top: 1px dashed #444;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .header .head_menu_sp_list_wrap .head_menu_sp_list li.sp_menu_close {
    background: #841C7D;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dashed #444;
  }
  .header .head_menu_sp_list_wrap .head_menu_sp_list li > .sns_bt_cnt {
    width: 100%;
    display: flex;
  }
  .header .head_menu_sp_list_wrap .head_menu_sp_list li > .sns_bt_cnt > .sns_bt {
    width: 50%;
    border-right: 1px dashed #444;
  }
  .header .head_menu_sp_list_wrap .head_menu_sp_list li > .sns_bt_cnt > .sns_bt > a {
    padding: 0;
  }
  .header .head_menu_sp_list_wrap .head_menu_sp_list li > .sns_bt_cnt > .sns_bt:last-child {
    border: none;
  }
}

.top_page_mv {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
}
.top_page_mv .top_page_mv_copy_cnt {
  width: 100%;
  position: relative;
  z-index: 100000;
}
.top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg {
  width: 50%;
  height: 575px;
  position: absolute;
  box-sizing: border-box;
  background: url(../images/mv_top_ppl_pc.png) no-repeat bottom right;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg {
    width: 60%;
    height: 575px;
  }
}
@media only screen and (max-width: 1000px) {
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg {
    width: 65%;
    height: 575px;
  }
}
@media only screen and (max-width: 900px) {
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg {
    width: 70%;
    height: 575px;
  }
}
@media only screen and (max-width: 800px) {
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg {
    width: 76%;
  }
}
@media only screen and (max-width: 768px) {
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg {
    width: 100%;
    background: none;
  }
}
.top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg .top_page_mv_copy_img {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  height: 570px;
}
.top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg .top_page_mv_copy_img img {
  object-fit: none;
  object-position: right;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg .top_page_mv_copy_img {
    width: 100%;
    height: 210px;
    max-height: 58vw;
    text-align: center;
    margin: 370px 0 0 0;
    box-sizing: border-box;
  }
  .top_page_mv .top_page_mv_copy_cnt .top_page_mv_copy_bg .top_page_mv_copy_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
}
@media only screen and (max-width: 768px) {
  .top_page_mv .mv_bgslide {
    padding-top: 60px;
  }
}
.top_page_mv .mv_slideimage {
  width: 100%;
  height: 500px;
}
.top_page_mv .mv_slideimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top_page_mv .mv_top_btm_grd {
  width: 100%;
  height: 35px;
  background: url(../images/mv_top_btm_grd.png) repeat-x center top;
}
@media only screen and (max-width: 768px) {
  .top_page_mv .mv_top_btm_grd {
    display: none;
  }
}

/*----------------------------------------
TOP
----------------------------------------*/
.top_sec01 {
  width: 100%;
  overflow: hidden;
}
.top_sec01 .top_sec01_wrap {
  width: 100%;
  margin: 40px auto 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top_sec01 .top_sec01_wrap {
    display: block;
    margin: 0px 0;
  }
}
.top_sec01 .top_sec01_wrap .top_sec01_l {
  width: 34%;
  padding: 50px 0 0 0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .top_sec01 .top_sec01_wrap .top_sec01_l {
    width: 90%;
    margin: 30px auto 20px auto;
  }
}
.top_sec01 .top_sec01_wrap .top_sec01_r {
  width: 64%;
}
@media only screen and (max-width: 768px) {
  .top_sec01 .top_sec01_wrap .top_sec01_r {
    width: 90%;
    margin: 0 auto;
  }
}
.top_sec01 .top_sec01_wrap .top_style_box01 {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top_sec01 .top_sec01_wrap .top_style_box01 {
    padding-top: 0px;
  }
}
.top_sec01 .top_sec01_wrap .top_style_box01 .top_style_box01_txt {
  width: 63%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .top_sec01 .top_sec01_wrap .top_style_box01 .top_style_box01_txt {
    width: 100%;
  }
}
.top_sec01 .top_sec01_wrap .top_style_box01 .top_style_box01_txt .t_ppl {
  color: #77327D;
}
.top_sec01 .top_sec01_wrap .top_style_box01 .top_style_box01_txt .t_bld {
  font-weight: 600;
}
.top_sec01 .top_sec01_wrap .top_style_box01 .top_style_box01_pt {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .top_sec01 .top_sec01_wrap .top_style_box01 .top_style_box01_pt {
    width: 100%;
  }
}
.top_sec01 .top_style_box02 {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 100;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_sec01 .top_style_box02 {
    width: 90%;
    margin: 0 auto;
  }
}
.top_sec01 .top_style_box02 .top_style_box02_txt {
  width: 47%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .top_sec01 .top_style_box02 .top_style_box02_txt {
    width: 100%;
  }
}
.top_sec01 .top_style_box02 .top_style_box02_txt .t_ppl {
  color: #77327D;
}
.top_sec01 .top_style_box02 .top_style_box02_txt .t_bld {
  font-weight: 600;
}
.top_sec01 .top_style_box02 .top_style_box02_pt {
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .top_sec01 .top_style_box02 .top_style_box02_pt {
    width: 100%;
  }
}
.top_sec01 .top_style_controll_cnt {
  background: #77327D;
  margin: 20px auto;
}
.top_sec01 .top_style_blur_wrap {
  width: 100%;
  position: relative;
  z-index: 0;
}
.top_sec01 .top_style_blur_wrap .top_style_blur {
  position: absolute;
}
.top_sec01 .top_style_blur_wrap .top_style_blur.blur01 {
  width: 400px;
  transform: rotate(37deg);
  top: -110px;
  left: 20px;
}
.top_sec01 .top_style_blur_wrap .top_style_blur.blur02 {
  width: 404px;
  top: 0px;
  right: 120px;
  opacity: 0.7;
}
.top_sec01 .top_style_blur_wrap .top_style_blur.blur03 {
  width: 700px;
  transform: rotate(147deg);
  top: 170px;
  left: -510px;
}
.top_sec01 .top_style_blur_wrap .top_style_blur.blur04 {
  width: 790px;
  transform: rotate(37deg);
  top: 460px;
  right: -300px;
}

.top_news_cnt {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt {
    width: 100%;
    padding: 0px 0 0 0;
  }
}
.top_news_cnt .top_news_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 50px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_news_wrap {
    width: 86%;
    border: none;
    border-bottom: 1px dotted #ccc;
    margin: 0 auto;
  }
}
.top_news_cnt .top_news_wrap .top_news_line {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_news_wrap .top_news_line {
    width: 100%;
  }
}
.top_news_cnt .top_news_wrap .top_news_lines {
  width: 77%;
  max-width: 1260px;
  margin: 0px auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .top_news_cnt .top_news_wrap .top_news_lines {
    width: 100%;
    margin-top: 10px;
  }
}
.top_news_cnt .top_news_wrap .top_news_lines dt {
  margin: 0;
  padding: 8px 0 0 0;
  width: 100px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 16px;
}
.top_news_cnt .top_news_wrap .top_news_lines dd {
  margin: 0;
  padding: 8px 0 0 0;
  width: calc(100% - 100px);
  font-size: 12px;
  line-height: 16px;
}
.top_news_cnt .top_news_wrap .top_news_lines dd a {
  text-decoration: underline;
}

.top_sec02 .top_session_wrap {
  width: 100%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .top_sec02 .top_session_wrap {
    display: block;
    margin: 0px 0;
  }
}
.top_sec02 .top_session_wrap .top_session_box {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.145);
  border-radius: 0 20px 0 0;
  width: 32%;
  font-size: 13px;
  line-height: 23px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .top_sec02 .top_session_wrap .top_session_box {
    width: 87%;
    margin: 40px auto;
  }
}
.top_sec02 .top_session_wrap .top_session_box .top_session_txt {
  width: 100%;
  padding: 0 15px 10px 15px;
  box-sizing: border-box;
}

.top_sec03 {
  width: 100%;
  margin: 40px auto;
}
.top_sec03 .top_training_pt_slide {
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 5px;
}
.top_sec03 .top_training_pt_slide .top_training_slideimage {
  margin-right: 10px;
}

.top_sec04 {
  width: 100%;
  margin: 40px auto;
}
.top_sec04 .top_instractor_shadow {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  padding: 0;
  background: url(../images/hr_shadow_up.png) repeat-x center bottom;
}
.top_sec04 .top_instractor_wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 0 40px 0;
  background: #FFFAFF;
}
.top_sec04 .top_instractor_cnt {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt {
    display: block;
    margin: 0px 0;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_prof_box {
  width: 27%;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt .top_instractor_prof_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_prof_box .top_instractor_prof_subt {
  font-size: 12px;
  font-weight: bold;
  background: url(../images/hr_dotline_gray.png) repeat-x center center;
  padding: 0px 0 0px 0;
  color: #666666;
  text-align: center;
}
.top_sec04 .top_instractor_cnt .top_instractor_prof_box .top_instractor_prof_subt > .ct {
  padding: 5px 10px;
  background: #FFFAFF;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt .top_instractor_prof_box .top_instractor_prof_subt {
    width: 85%;
    margin: 0 auto;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_prof_box .top_instractor_prof_list {
  width: 100%;
  margin: 10px 0;
  padding: 0 0 0 1.5em;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt .top_instractor_prof_box .top_instractor_prof_list {
    width: 85%;
    margin: 10px auto;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_prof_box .top_instractor_prof_list li {
  margin: 5px 0;
}
.top_sec04 .top_instractor_cnt .top_instractor_about_box {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt .top_instractor_about_box {
    width: 90%;
    max-width: 500px;
    margin: 20px auto 0px auto;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_about_box .about_txt {
  margin: 20px 0 0 0;
  padding: 20px 0 20px 0;
  font-size: 14px;
  line-height: 27px;
  color: #77327D;
  border-top: 1px dashed #D3BDD2;
  border-bottom: 1px dashed #D3BDD2;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt .top_instractor_about_box .about_txt {
    width: 96%;
    margin: 10px auto 0 auto;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_about_box .about_txt > .t_lg {
  font-size: 19px;
  margin: 10px 0 0 0;
  display: inline-block;
}
.top_sec04 .top_instractor_cnt .top_instractor_about_box .about_txt > .t_mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.top_sec04 .top_instractor_cnt .top_instractor_mes_box {
  width: 33%;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  background: #fff;
  padding: 0 26px 10px 26px;
}
@media only screen and (max-width: 768px) {
  .top_sec04 .top_instractor_cnt .top_instractor_mes_box {
    width: 90%;
    max-width: 500px;
    margin: 50px auto 0px auto;
  }
}
.top_sec04 .top_instractor_cnt .top_instractor_mes_box .top_instractor_mes_box_inner {
  margin: -10px 0 0 0;
  font-size: 13px;
  line-height: 23px;
  color: #666666;
}
.top_sec04 .top_instractor_cnt .top_instractor_mes_box .top_instractor_mes_box_inner .mes_txt {
  margin: 15px 0 0 0;
  font-size: 13px;
  line-height: 24px;
}
.top_sec04 .top_instractor_cnt .top_instractor_mes_box .top_instractor_mes_box_inner .mes_txt > .t_ppl {
  color: #77327D;
}

/*----------------------------------------
Main Visual
----------------------------------------*/
.mv_cnt {
  width: 100%;
  height: 242px;
  position: relative;
  background: #191A1B url(../images/mv_bg_pc.jpg) no-repeat center top;
}
@media only screen and (max-width: 1200px) {
  .mv_cnt {
    width: 100%;
    height: 158px;
    padding-top: 67px;
  }
}
.mv_cnt .mv_copy_cnt {
  position: absolute;
  height: 284px;
  z-index: 1100;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  background: url(../images/mv_ppl_pc.png) no-repeat center right;
}
.mv_cnt .mv_copy_cnt img {
  width: auto;
  height: 242px;
}
.mv_cnt .mv_copy_cnt .mv_copy_box {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .mv_cnt .mv_copy_cnt {
    box-sizing: border-box;
    height: 180px;
    background: url(../images/mv_ppl_sp.png) no-repeat center left;
    background-size: auto 100%;
  }
  .mv_cnt .mv_copy_cnt img {
    width: auto;
    height: 180px;
  }
}
.mv_cnt .mv_img_cnt {
  position: absolute;
  width: 1200px;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 242px;
  z-index: 1000;
}
.mv_cnt .mv_img_cnt img {
  height: 242px;
}
@media only screen and (max-width: 1200px) {
  .mv_cnt .mv_img_cnt {
    margin-top: 67px;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    height: 158px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
  }
  .mv_cnt .mv_img_cnt img {
    width: auto;
    height: 158px;
  }
}
@media only screen and (max-width: 650px) {
  .mv_cnt .mv_img_cnt {
    margin-top: 67px;
    width: 100%;
    left: auto;
    right: 0;
    margin-left: 0;
    height: 158px;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
  }
  .mv_cnt .mv_img_cnt img {
    width: auto;
    height: 158px;
  }
}

.scroll_wrap {
  position: relative;
}
.scroll_wrap .scroll_cnt {
  position: absolute;
  left: calc(50vw - 15px);
  top: -20px;
  z-index: 1100;
  width: 30px;
  animation: anim_bouce 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 40px;
  }
  100% {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  @keyframes anim_bouce {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0px;
    }
  }
}

/*----------------------------------------
#main_cntent
----------------------------------------*/
#main_cntent,
#access_box,
#trainingugoods_box,
#instractor_box,
#footer {
  width: 100%;
  margin: 0 auto;
}
#main_cntent .inner_1200,
#access_box .inner_1200,
#trainingugoods_box .inner_1200,
#instractor_box .inner_1200,
#footer .inner_1200 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #main_cntent .inner_1200,
#access_box .inner_1200,
#trainingugoods_box .inner_1200,
#instractor_box .inner_1200,
#footer .inner_1200 {
    width: 100%;
  }
}
#main_cntent .flex_box,
#access_box .flex_box,
#trainingugoods_box .flex_box,
#instractor_box .flex_box,
#footer .flex_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
#main_cntent .flex_box.vcenter,
#access_box .flex_box.vcenter,
#trainingugoods_box .flex_box.vcenter,
#instractor_box .flex_box.vcenter,
#footer .flex_box.vcenter {
  align-items: center;
}
#main_cntent.reserve_link_box,
#access_box.reserve_link_box,
#trainingugoods_box.reserve_link_box,
#instractor_box.reserve_link_box,
#footer.reserve_link_box {
  width: 100%;
  padding: 0;
  margin: 60px auto;
  background: #FFF5FE;
}
#main_cntent.reserve_link_box a:hover,
#access_box.reserve_link_box a:hover,
#trainingugoods_box.reserve_link_box a:hover,
#instractor_box.reserve_link_box a:hover,
#footer.reserve_link_box a:hover {
  opacity: 0.8;
}
#main_cntent.insta_box,
#access_box.insta_box,
#trainingugoods_box.insta_box,
#instractor_box.insta_box,
#footer.insta_box {
  width: 100%;
  height: 184px;
  padding: 0px 0;
  margin: 60px auto;
  background: #fff url("../images/tmp_insta_bg.jpg") center center repeat-x;
  background-size: auto 100%;
}
@media only screen and (max-width: 1200px) {
  #main_cntent.insta_box,
#access_box.insta_box,
#trainingugoods_box.insta_box,
#instractor_box.insta_box,
#footer.insta_box {
    height: 120px;
  }
}
#main_cntent.insta_link_line,
#access_box.insta_link_line,
#trainingugoods_box.insta_link_line,
#instractor_box.insta_link_line,
#footer.insta_link_line {
  width: 100%;
  max-width: 1200px;
  padding: 0px 0;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #main_cntent.insta_link_line,
#access_box.insta_link_line,
#trainingugoods_box.insta_link_line,
#instractor_box.insta_link_line,
#footer.insta_link_line {
    width: 84%;
    flex-wrap: wrap;
  }
}
#main_cntent.insta_link_line .insta_link_bt_cnt,
#access_box.insta_link_line .insta_link_bt_cnt,
#trainingugoods_box.insta_link_line .insta_link_bt_cnt,
#instractor_box.insta_link_line .insta_link_bt_cnt,
#footer.insta_link_line .insta_link_bt_cnt {
  width: 29.4%;
}
@media only screen and (max-width: 1200px) {
  #main_cntent.insta_link_line .insta_link_bt_cnt,
#access_box.insta_link_line .insta_link_bt_cnt,
#trainingugoods_box.insta_link_line .insta_link_bt_cnt,
#instractor_box.insta_link_line .insta_link_bt_cnt,
#footer.insta_link_line .insta_link_bt_cnt {
    width: 100%;
  }
}
#main_cntent.insta_link_line .insta_link_pt_cnt,
#access_box.insta_link_line .insta_link_pt_cnt,
#trainingugoods_box.insta_link_line .insta_link_pt_cnt,
#instractor_box.insta_link_line .insta_link_pt_cnt,
#footer.insta_link_line .insta_link_pt_cnt {
  width: 16.6%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #main_cntent.insta_link_line .insta_link_pt_cnt,
#access_box.insta_link_line .insta_link_pt_cnt,
#trainingugoods_box.insta_link_line .insta_link_pt_cnt,
#instractor_box.insta_link_line .insta_link_pt_cnt,
#footer.insta_link_line .insta_link_pt_cnt {
    width: 49%;
    margin-top: 10px;
  }
}
#main_cntent.insta_link_line .insta_link_pt_cnt::before,
#access_box.insta_link_line .insta_link_pt_cnt::before,
#trainingugoods_box.insta_link_line .insta_link_pt_cnt::before,
#instractor_box.insta_link_line .insta_link_pt_cnt::before,
#footer.insta_link_line .insta_link_pt_cnt::before {
  content: "";
  padding-top: 100%;
  display: block;
}
#main_cntent.insta_link_line .insta_link_pt_cnt img,
#access_box.insta_link_line .insta_link_pt_cnt img,
#trainingugoods_box.insta_link_line .insta_link_pt_cnt img,
#instractor_box.insta_link_line .insta_link_pt_cnt img,
#footer.insta_link_line .insta_link_pt_cnt img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/*----------------------------------------
page_parts
----------------------------------------*/
.sec_title_cnt {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .sec_title_cnt {
    margin: 30px auto 0px auto;
  }
}

.sec_txt01 {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5D5D5D;
  font-style: normal;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .sec_txt01 {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}

.reserve_link_box {
  width: 100%;
}

.access_cnt {
  width: 45%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .access_cnt {
    width: 100%;
  }
}
.access_cnt .access_title {
  margin: 0 0 10px 0;
}
.access_cnt .access_add {
  font-size: 18px;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_add {
    font-size: 20px;
    text-align: center;
    color: #993896;
  }
}
.access_cnt .access_mail,
.access_cnt .access_tel {
  font-size: 16px;
  font-weight: bolder;
}
.access_cnt .access_mail a,
.access_cnt .access_tel a {
  font-size: 19px;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_mail,
.access_cnt .access_tel {
    text-align: center;
    color: #464646;
  }
}
.access_cnt .access_att_txt_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_att_txt_sp {
    display: block;
    text-align: center;
    color: #696969;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.access_cnt .access_contact_bt {
  display: none;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_contact_bt {
    display: block;
    text-align: center;
    color: #464646;
  }
}
.access_cnt .access_time_box {
  width: 100%;
  display: flex;
  align-items: start;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_time_box {
    width: 90%;
    margin: 5px auto;
    justify-content: space-between;
  }
}
.access_cnt .access_time_box .access_time_box_t {
  width: 120px;
  margin-right: 14px;
  border: 1px solid #B5B5B5;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_time_box .access_time_box_t {
    width: 20%;
    font-size: 11px;
    color: #993896;
    border: 1px solid #993896;
  }
}
.access_cnt .access_time_box .access_time_box_data {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_time_box .access_time_box_data {
    width: 75%;
  }
}
.access_cnt .access_time_box .access_time_box_data .access_time_line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_time_box .access_time_box_data .access_time_line {
    width: 48%;
  }
}
.access_cnt .access_time_box .access_time_box_data .access_time_line li {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_time_box .access_time_box_data .access_time_line li {
    width: 100%;
    margin: 0 0 1px 0;
    font-size: 13px;
    line-height: 20px;
    color: #993896;
  }
}
.access_cnt .access_att_txt {
  font-size: 11px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_att_txt {
    display: none;
  }
}
.access_cnt .access_studio_pt {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .access_cnt .access_studio_pt {
    margin: 15px auto 0 auto;
    width: 90%;
  }
}

.access_gmap {
  width: 100%;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .access_gmap {
    margin: 30px auto 0 auto;
    width: 90%;
  }
}
.access_gmap iframe {
  width: 100%;
  height: 440px;
}

.facebook_cnt {
  width: 37.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .facebook_cnt {
    width: 80%;
    margin: 20px auto;
  }
}

/*----------------------------------------
session
----------------------------------------*/
.session_sec01_cnt {
  width: 96%;
  max-width: 1000px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.session_sec01_cnt .session_sec01_l_cnt {
  width: 56%;
}
@media only screen and (max-width: 600px) {
  .session_sec01_cnt .session_sec01_l_cnt {
    width: 100%;
  }
}
.session_sec01_cnt .session_sec01_l_cnt .session_sec01_title_cnt {
  width: 80%;
  border-bottom: 1px solid #993896;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 33px;
  line-height: 44px;
  color: #993896;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .session_sec01_cnt .session_sec01_l_cnt .session_sec01_title_cnt {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 500px) {
  .session_sec01_cnt .session_sec01_l_cnt .session_sec01_title_cnt {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 20px 20px;
    box-sizing: border-box;
  }
}
.session_sec01_cnt .session_sec01_l_cnt .session_sec01_txt_cnt {
  font-size: 14px;
  line-height: 27px;
  background: url(../images/price_price_dot_line.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 30px 0;
}
.session_sec01_cnt .session_sec01_l_cnt .session_sec01_txt_cnt .lg {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .session_sec01_cnt .session_sec01_l_cnt .session_sec01_txt_cnt .lg {
    color: #993896;
  }
}
.session_sec01_cnt .session_sec01_l_cnt .session_sec01_txt_cnt .sub {
  display: block;
  font-size: 11px;
  line-height: 20px;
  margin: 10px 0 0 0;
  color: #888;
}
@media only screen and (max-width: 900px) {
  .session_sec01_cnt .session_sec01_l_cnt .session_sec01_txt_cnt {
    padding: 0 20px 20px 20px;
    background: none;
  }
}
.session_sec01_cnt .session_sec01_r_cnt {
  width: 44%;
}
@media only screen and (max-width: 600px) {
  .session_sec01_cnt .session_sec01_r_cnt {
    display: none;
  }
}
.session_sec01_cnt .session_sec01_pt_sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .session_sec01_cnt .session_sec01_pt_sp {
    display: inline-block;
    width: 170px;
    float: right;
    margin-right: -2%;
  }
}

.session_sec02 > .inner_1200 > .sec_txt01 {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5D5D5D;
  font-style: normal;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .session_sec02 > .inner_1200 > .sec_txt01 {
    width: 90%;
    max-width: 500px;
    font-size: 14px;
    line-height: 20px;
    margin: 5px auto 0px auto;
    text-align: left;
  }
}
.session_sec02 .session_wo_box {
  width: 100%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .session_sec02 .session_wo_box {
    width: 96%;
    max-width: 500px;
    margin: 40px auto;
  }
}
.session_sec02 .session_wo_box .session_wo_pt_box {
  width: 52%;
  padding: 30px 0 0 0;
}
.session_sec02 .session_wo_box .session_wo_pt_box.box_rev {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .session_sec02 .session_wo_box .session_wo_pt_box {
    width: 96%;
    margin: 0px auto;
  }
  .session_sec02 .session_wo_box .session_wo_pt_box.box_rev {
    order: 1;
  }
}
.session_sec02 .session_wo_box .session_wo_txt_box {
  width: 46%;
}
.session_sec02 .session_wo_box .session_wo_txt_box.box_rev {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .session_sec02 .session_wo_box .session_wo_txt_box {
    width: 96%;
    max-width: 500px;
    margin: -4vw auto 0px auto;
  }
  .session_sec02 .session_wo_box .session_wo_txt_box.box_rev {
    order: 3;
  }
}
.session_sec02 .session_wo_box .session_wo_txt_box .session_wo_txt {
  padding: 0 3%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .session_sec02 .session_wo_box .session_wo_txt_box .session_wo_txt {
    font-size: 14px;
    line-height: 22px;
  }
}
.session_sec02 .session_wo_box .session_wo_pt_full {
  width: 100%;
}
.session_sec02 .session_wo_box .session_wo_pt_full.box_rev {
  order: 3;
}
@media only screen and (max-width: 768px) {
  .session_sec02 .session_wo_box .session_wo_pt_full {
    width: 96%;
    max-width: 500px;
    margin: 0px auto;
  }
}

/*----------------------------------------
price
----------------------------------------*/
.price_list_wrap {
  width: 100%;
  margin: 50px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .price_list_wrap {
    display: block;
    width: 90%;
    margin: 30px auto 0px auto;
  }
}
.price_list_wrap .price_list_box {
  width: calc((100% - 200px) / 2);
}
@media only screen and (max-width: 1200px) {
  .price_list_wrap .price_list_box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.price_list_wrap .price_list_box .price_list_box_menu_t {
  padding: 10px 0;
  background: url(../images/price_price_dot_line.png) center bottom no-repeat;
  background-size: 100%;
}
.price_list_wrap .price_list_box .price_list_box_menu_data {
  padding: 25px 0 30px 0;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 1200px) {
  .price_list_wrap .price_list_box .price_list_box_menu_data {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 20px 0;
  }
}
.price_list_wrap .price_list_box .price_table_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #993896;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_table_cnt {
    margin-bottom: 5px;
  }
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_time {
  width: 35%;
  padding: 0 5% 0 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_table_cnt .price_table_time {
    font-size: 14px;
    line-height: 24px;
    width: 45%;
  }
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_time .price_table_time_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_time .price_table_time_wrap .waku {
  width: 100%;
  border: 1px solid #993896;
  border-radius: 4px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_time .price_table_time_wrap .kazu {
  width: 100%;
  white-space: nowrap;
  text-align: right;
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_dot {
  width: 35%;
  background: url(../images/price_price_dot_line.png) center center no-repeat;
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_price {
  width: 30%;
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .price_list_wrap .price_list_box .price_table_cnt .price_table_price {
    width: 40%;
  }
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_table_cnt .price_table_price {
    font-size: 22px;
  }
}
.price_list_wrap .price_list_box .price_table_cnt .price_table_price .en {
  font-size: 22px;
  padding: 0 5px;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_table_cnt .price_table_price .en {
    font-size: 16px;
  }
}
.price_list_wrap .price_list_box .price_list_pricetablelist {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box {
  width: 47%;
  font-size: 17px;
  line-height: 30px;
  color: #993896;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box {
    font-size: 15px;
    line-height: 24px;
  }
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_waku {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 15px 0;
  border: 1px solid #993896;
  border-radius: 4px;
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_waku > .sub {
  font-size: 14px;
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0;
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_kazu {
  font-size: 24px;
  font-weight: 700;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_kazu {
    font-size: 16px;
  }
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_kazu > .sub {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_kazu > .sub {
    font-size: 14px;
  }
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_line {
  width: 25%;
  background: url(../images/price_price_dot_line.png) center center no-repeat;
  box-sizing: border-box;
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_price {
  font-size: 24px;
  box-sizing: border-box;
  text-align: right;
  white-space: nowrap;
  padding: 0 3px;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_price {
    font-size: 18px;
  }
}
.price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_price > .sub {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_list_pricetablelist .price_list_pricetablelist_box .price_list_pricetablelist_line .price_list_pricetablelist_price > .sub {
    font-size: 14px;
  }
}
.price_list_wrap .price_list_box .price_table_dot_line {
  margin: 30px 0;
  background: url(../images/price_price_dot_line.png) center center no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 500px) {
  .price_list_wrap .price_list_box .price_table_dot_line {
    margin: 10px 0;
  }
}
.price_list_wrap .price_list_logo_box {
  width: 200px;
}
@media only screen and (max-width: 1200px) {
  .price_list_wrap .price_list_logo_box {
    width: 200px;
    margin: 50px auto;
  }
}

/*----------------------------------------
contact
----------------------------------------*/
.contact_form_table {
  width: 75%;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .contact_form_table {
    width: 90%;
    margin: 10px auto;
  }
}
.contact_form_table dl.contact_form_table_line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contact_form_table dl.contact_form_table_line {
    width: 90%;
    margin: 40px auto 0px auto;
  }
}
.contact_form_table dl.contact_form_table_line dt {
  width: 20%;
  margin-bottom: 30px;
  color: #841C7D;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 45px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .contact_form_table dl.contact_form_table_line dt {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0;
  }
}
.contact_form_table dl.contact_form_table_line dd {
  width: 75%;
  margin-bottom: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .contact_form_table dl.contact_form_table_line dd {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 20px 0;
  }
}
.contact_form_table dl.contact_form_table_line dd input[type=email],
.contact_form_table dl.contact_form_table_line dd input[type=tel],
.contact_form_table dl.contact_form_table_line dd input[type=text],
.contact_form_table dl.contact_form_table_line dd textarea {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #841C7D;
}
.contact_form_table dl.contact_form_table_line dd input[type=radio] {
  margin: 10px 0 !important;
}
.contact_form_table dl.contact_form_table_line dd input[type=submit] {
  width: 30%;
  min-width: 150px;
  display: block;
  background-color: #841C7D;
  border: 0;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  padding: 20px;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .contact_form_table dl.contact_form_table_line dd input[type=submit] {
    width: 100%;
    font-size: 3.6vw;
    padding: 4vw 0;
  }
}
.contact_form_table dl.contact_form_table_line dd input[type=submit].submit {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact_form_table dl.contact_form_table_line dd input[type=submit].submit {
    margin-top: 4vw;
  }
}
.contact_form_table dl.contact_form_table_line dd input[type=submit].submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  display: block;
}

.sec_contact_box {
  width: 100%;
  margin: 50px auto;
}
@media only screen and (max-width: 800px) {
  .sec_contact_box {
    max-width: 500px;
    margin: 0px auto;
  }
}

.contact_reserve {
  width: 100%;
  margin: 0px 0;
  padding: 0px 0;
  background: #FFF5FE;
}
@media only screen and (max-width: 767px) {
  .contact_reserve {
    background: #fff;
  }
}

.txt_title {
  font-size: 20px;
  font-weight: bold;
  color: #993896;
  display: block;
  margin: 20px auto 40px auto;
  padding: 15px;
  max-width: 400px;
  border-top: 1px dashed #993896;
  border-bottom: 1px dashed #993896;
}

/*----------------------------------------
Footer
----------------------------------------*/
.footer {
  width: 100%;
  margin: 100px auto 0px auto;
  padding: 23px 0;
  background: #993896;
}
@media only screen and (max-width: 767px) {
  .footer {
    width: 100%;
    background: #993896;
    padding: 0;
    margin: 0px auto 0px auto;
  }
}
.footer .foot_logo_cnt {
  width: 23%;
}
.footer .foot_add_cnt {
  width: 29.5%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.footer .foot_add_cnt a {
  display: block;
  color: #fff;
}
.footer .foot_add_cnt .foot_name {
  font-size: 20px;
  font-weight: bolder;
}
.footer .foot_add_cnt .foot_name .sml {
  display: block;
  font-size: 14px;
}
.footer .foot_add_cnt .foot_add_add {
  font-size: 16px;
  margin: 5px 0;
}
.footer .foot_menu_cnt {
  width: 46%;
  color: #fff;
  text-align: right;
  font-size: 10px;
  line-height: 15px;
}
.footer .foot_menu_cnt .foot_menu_wrap {
  margin: 0 0 10px;
}
.footer .foot_menu_cnt .foot_menu_wrap ul.foot_menu {
  margin: 0;
  padding: 0;
  border-left: 1px solid #B56EB3;
  list-style: none;
  display: flex;
}
.footer .foot_menu_cnt .foot_menu_wrap ul.foot_menu li {
  width: 20%;
  border-right: 1px solid #B56EB3;
}
.footer .foot_menu_cnt .foot_menu_wrap ul.foot_menu li a:hover {
  display: block;
  background: rgba(0, 0, 0, 0.05);
}
.footer .copyright {
  font-size: 10px;
  line-height: 15px;
  margin-top: 10px;
}
.footer .copyright > .copy_sns_bt_cnt {
  float: left;
  display: flex;
}
.footer .copyright > .copy_sns_bt_cnt > .sns_bt img {
  height: 30px;
}
.footer .copyright > .copy_sns_bt_cnt > .sns_bt a:hover {
  opacity: 70%;
}
.footer .sp_copyright {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  background: #841C7D;
  padding: 15px;
  line-height: 16px;
}
.footer .sp_copyright > .copy_sns_bt_cnt {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px auto 15px auto;
}
.footer .sp_copyright > .copy_sns_bt_cnt > .sns_bt img {
  height: 30px;
}
.footer .sp_copyright > .copy_sns_bt_cnt > .sns_bt a:hover {
  opacity: 70%;
}

/*----------------------------------------
common
----------------------------------------*/
.wapper {
  overflow: hidden;
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc_only_il {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.sp_only_il {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_il {
    display: inline;
  }
}

sub {
  font-size: 80%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.6em;
}
@media only screen and (max-width: 767px) {
  sub {
    font-size: 90%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.4em;
  }
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

/*----------------------------------------
anim
----------------------------------------*/
.anim_r {
  animation: anim_r 5200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_r {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anim_fuwa01 {
  animation: anim_fuwa01 5200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fuwa01 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anim_bouce {
  animation: anim_bouce 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  @keyframes anim_bouce {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0px;
    }
  }
}

.anim_bouce02 {
  animation: anim_bouce02 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce02 {
  0% {
    height: 0px;
  }
  50% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}

.anim_bouce03 {
  animation: anim_bouce03 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce03 {
  0% {
    margin: 0 0 0 0;
  }
  50% {
    margin: -6px 0 0 2px;
  }
  100% {
    margin: 0 0 0 0;
  }
}

.anim_rt01 {
  animation: anim_rt01 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt01 {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-4deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.anim_rt02 {
  animation: anim_rt01 5200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt01 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.anim_rt03 {
  animation: anim_rt03 4200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt03 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.anim_rt04 {
  animation: anim_rt04 6200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt04 {
  0% {
    transform: rotate(-2deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.anim_fds01 {
  animation: anim_fds01 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds01 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds02 {
  animation: anim_fds02 2600ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds02 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds03 {
  animation: anim_fds03 3800ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds03 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds04 {
  animation: anim_fds04 1900ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds04 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds05 {
  animation: anim_fds05 3700ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds05 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds06 {
  animation: anim_fds06 3100ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds06 {
  0% {
    margin: 10px 0 10px 0;
  }
  50% {
    margin: 0;
  }
  100% {
    margin: 10px 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
