@charset "UTF-8";
/* import */
/*****STANDART CSS******/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

body.open {
  overflow: hidden;
}

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

a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #000;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

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

p {
  line-height: 1.6;
}

/* display */
@media (max-width: 767px) {
  .sp_dn {
    display: none !important;
  }
}

.sp_db {
  display: none !important;
}

@media (max-width: 767px) {
  .sp_db {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none !important;
  }
}

.tab_db {
  display: none !important;
}

@media (max-width: 768px) {
  .tab_db {
    display: block !important;
  }
}

.lg_db {
  display: none;
}

@media (max-width: 1200px) {
  .lg_db {
    display: block;
  }
}

/* パンくずリスト */
/* flex */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

/* inner */
.inner {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

/* section */
section {
  padding: 50px 0;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

.bg_blue {
  background-color: #2BB9EE !important;
}

.ttl {
  margin-bottom: 25px;
}

.ttl h2 {
  color: #007d00;
  position: relative;
  padding-left: 45px;
  font-size: 36px;
}

@media (max-width: 768px) {
  .ttl h2 {
    font-size: 24px;
  }
}

.ttl h2::before {
  content: url(../images/icon_bail.png);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  position: absolute;
  top: -18px;
  left: -22px;
}

@media (max-width: 768px) {
  .ttl h2::before {
    top: -28px;
  }
}

.ttl h3 {
  color: #007d00;
  position: relative;
  padding-left: 45px;
  font-size: 36px;
}

@media (max-width: 768px) {
  .ttl h3 {
    font-size: 24px;
  }
}

.ttl h3::before {
  content: url(../images/icon_bail.png);
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  position: absolute;
  top: -18px;
  left: -22px;
}

@media (max-width: 768px) {
  .ttl h3::before {
    top: -24px;
  }
}

.ttl2 {
  font-weight: bold;
}

.deta {
  font-size: 13px;
}

.bg_subcolor {
  background-color: #e9e1d8;
  padding: 50px 0;
}

@media (max-width: 599px) {
  .bg_subcolor {
    padding: 60px 0;
  }
}

.common_btn {
  text-align: center;
  border: 3px solid #fff;
  width: 180px;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  border-radius: 50px;
  margin-bottom: 80px;
}

@media (max-width: 599px) {
  .common_btn {
    margin-bottom: 0;
  }
}

.common_btn a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 12px 0;
  position: relative;
}

.common_btn a::after {
  content: url(../images/arrow_right.png);
  -webkit-transform: translateY(-50%) scale(0.3);
          transform: translateY(-50%) scale(0.3);
  position: absolute;
  top: 48%;
  right: 23px;
}

@media (max-width: 599px) {
  .common_btn a::after {
    right: 35px;
  }
}

.common_btn2 {
  border: 3px solid #007d00;
  margin-bottom: 0;
}

.common_btn2 a {
  color: #007d00;
}

.common_btn2 a::after {
  content: url(../images/arrow_right_green.png);
}

.common_btn2.itiran a::after {
  right: 10px;
}

.cta_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 160px;
  z-index: 1000;
}

@media (max-width: 599px) {
  .cta_btn {
    display: none;
  }
}

/* top_btn */
.top_btn {
  position: fixed;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #fec700;
}

@media (max-width: 599px) {
  .top_btn {
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
  }
}

.top_btn::before {
  content: url(../images/top_arrow.png);
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%) scale(0.7);
          transform: translate(-50%) scale(0.7);
  pointer-events: none;
}

.top_btn::after {
  content: url(../images/top_arrow.png);
  position: absolute;
  top: -0;
  left: 50%;
  -webkit-transform: translate(-50%) scale(0.7);
          transform: translate(-50%) scale(0.7);
  pointer-events: none;
}

.top_btn a {
  font-weight: bold;
  font-size: 18px;
  padding-top: 8px;
  line-height: 80px;
  text-align: center;
  display: block;
  cursor: pointer;
}

@media (max-width: 599px) {
  .top_btn a {
    font-size: 14px;
    line-height: 60px;
    padding-top: 12px;
  }
}

.banner_line {
  margin: 50px 0 100px;
}

@media (max-width: 768px) {
  .banner_line {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .banner_line {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.banner_line img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.cta_btns .btn, .resson_btn .btn {
  width: 48%;
  text-align: center;
  padding: 15px 0;
  border-radius: 20px;
}

@media (max-width: 599px) {
  .cta_btns .btn, .resson_btn .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

.cta_btns .btn a, .resson_btn .btn a {
  font-size: 24px;
  color: #007d00;
}

.cta_btns .btn:first-child a::after, .resson_btn .btn:first-child a::after {
  content: none;
}

.cta_btns .btn:first-child a:hover, .resson_btn .btn:first-child a:hover {
  opacity: 1;
}

.cta_btns .banner_line, .resson_btn .banner_line {
  margin-top: 15px;
}

.cta_btns .banner_line img, .resson_btn .banner_line img {
  border-radius: 20px;
}

.cta_btns .btn a {
  color: #fff !important;
  position: relative;
}

.cta_btns .btn a::after {
  content: url(../images/right_arrow.png);
  position: absolute;
  right: -40px;
  top: 61%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta_btns .bg_pink {
  background-color: #FF66A3;
  color: #fff;
  font-size: 24px;
}

.cta_btns .bg_blue {
  background-color: #2BB9EE;
}

.cta_btns .btn a {
  color: #fff;
}

.resson_btn .btn {
  background-color: #007d00;
}

.resson_btn .btn a {
  color: #fff;
}

/* ---------------
下層ページ　共通
--------------- */
#lower .bg_sub {
  background-color: #e9e1d8;
  margin: 50px 0;
}

.common_mv {
  background: url(../images/common_mv.jpg) center/cover no-repeat;
  text-align: center;
  padding: 140px 0;
}

@media (max-width: 599px) {
  .common_mv {
    padding: 100px 0;
  }
}

.common_mv h2 {
  color: #007d00;
  font-size: 36px;
}

@media (max-width: 599px) {
  .common_mv h2 {
    font-size: 28px;
  }
}

.common_mv.common_mv_hajimete {
  background: url(../images/common_mv_hajimete.jpg) center/cover no-repeat;
}

.common_mv.common_mv_shop {
  background: url(../images/common_mv_shop.jpg) center/cover no-repeat;
}

.common_mv.common_mv_staff {
  background: url(../images/common_mv_staff.jpg) center/cover no-repeat;
}

@media (max-width: 599px) {
  .common_mv.common_mv_staff {
    background: url(../images/common_mv_staff_sp.jpg) center/cover no-repeat;
  }
}

/* パンくずリスト */
.bread {
  width: 100%;
  margin-top: 15px;
}

.bread .inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

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

.bread ul li {
  padding: 5px;
}

.bread ul li a {
  -webkit-transition: .15s;
  transition: .15s;
}

.bread ul li a:hover {
  opacity: 0.7;
}

.bread ul li:after {
  content: '\003e';
  margin-left: 10px;
  margin-right: 10px;
  color: #007d00;
}

.bread ul li:last-child:after {
  content: "";
}

#lower .tabs .movie {
  margin: 0 auto 30px;
  width: 70%;
  cursor: pointer;
}

@media (max-width: 768px) {
  #lower .tabs .movie {
    width: 100%;
  }
}

@media (max-width: 599px) {
  #lower .tabs .movie {
    width: 100%;
  }
}

#lower .tabs .movie video {
  width: 100%;
}

#lower .tabs .txt, #lower .tabs .tab {
  border-radius: 10px;
  padding: 15px;
}

@media (max-width: 599px) {
  #lower .tabs .txt, #lower .tabs .tab {
    padding: 10px;
  }
}

#lower .tabs .txt {
  background-color: #007d00;
  margin-bottom: 20px;
}

#lower .tabs .txt p {
  color: #fff;
}

#lower .tabs .list.row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#lower .tabs .list .tab {
  width: 48%;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #007d00;
}

#lower .tabs .list .tab p {
  font-size: 23px;
  color: #007d00;
}

#lower #news, #lower #event {
  width: 100%;
}

#lower #news .list li, #lower #event .list li {
  width: 43%;
  border-bottom: none;
}

@media (max-width: 599px) {
  #lower #news .list li, #lower #event .list li {
    width: 100%;
  }
}

#lower #news .list li img, #lower #news .list li h4, #lower #news .list li .txt, #lower #event .list li img, #lower #event .list li h4, #lower #event .list li .txt {
  margin-bottom: 20px;
}

#lower #news .list li .date, #lower #event .list li .date {
  font-size: 12px;
}

#lower #news .list li h4, #lower #event .list li h4 {
  font-size: 24px;
}

#lower .bg_shibahu {
  background: url(../images/bg_sibahu.jpg) center/cover no-repeat;
  margin-top: 50px;
}

.txt3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.group_table_txt {
  text-align: center;
  display: none;
  margin-bottom: 60px;
  font-weight: bold;
}

@media (max-width: 599px) {
  .group_table_txt {
    display: block;
  }
}

.group_table_txt p {
  line-height: 1;
}

.group_table_txt .right {
  font-weight: bold;
  line-height: 0.5;
  color: #2BB9EE;
  font-size: 48px;
}

.group_table_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.group_table_ttl h5 {
  font-size: 24px;
}

.group_table_ttl h5 span {
  font-size: 18px;
  font-weight: normal;
}

.group_table {
  margin-bottom: 60px;
}

@media (max-width: 599px) {
  .group_table {
    overflow-y: scroll;
    margin-bottom: 5px;
  }
}

.group_table .row {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  border-left: 1px solid #2BB9EE;
  border-right: 1px solid #2BB9EE;
}

@media (max-width: 599px) {
  .group_table .row {
    width: 1100px;
  }
}

.group_table ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #2BB9EE;
  background-color: #e9e1d8;
}

.group_table ul .week {
  font-size: 24px;
  background-color: #2BB9EE;
  color: #fff;
}

@media (max-width: 599px) {
  .group_table ul .week {
    font-size: 20px;
  }
}

.group_table ul li {
  text-align: center;
  border-top: 1px solid #2BB9EE;
  border-bottom: 1px solid #2BB9EE;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 599px) {
  .group_table ul li {
    font-size: 18px;
  }
}

.bg_white ul {
  background-color: #fff !important;
}

.koushi {
  margin-bottom: 50px;
}

.koushi .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.koushi .txt {
  border: 3px solid #007d00;
  border-radius: 30px;
  padding: 20px;
  width: 100%;
  font-size: 18px;
  background-color: #fff;
}

.koushi .txt .koushi_ttl {
  margin-bottom: 20px;
}

.koushi .txt .koushi_ttl h5 {
  font-size: 24px;
  text-align: center;
}

.koushi .txt .name_row.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.koushi .txt .txt_img {
  width: 30%;
}

@media (max-width: 599px) {
  .koushi .txt .txt_img {
    width: 100%;
  }
}

.koushi .txt .txt_img img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 30px;
}

.koushi .txt .txt_name {
  width: 65%;
}

@media (max-width: 599px) {
  .koushi .txt .txt_name {
    width: 100%;
  }
}

.koushi .txt .row {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 599px) {
  .koushi .txt .row {
    display: block;
  }
}

.koushi .txt .row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.koushi .txt .left {
  width: 22%;
  background-color: #007d00;
  padding: 10px;
  text-align: center;
}

@media (max-width: 599px) {
  .koushi .txt .left {
    width: 40%;
    padding: 5px;
    margin-bottom: 10px;
  }
}

.koushi .txt .left p {
  color: #fff;
}

.koushi .txt .right {
  width: 75%;
}

@media (max-width: 599px) {
  .koushi .txt .right {
    width: 100%;
  }
}

.koushi .txt .right p {
  font-size: 20px;
}

@media (max-width: 599px) {
  .koushi .txt .right p {
    font-size: 16px;
  }
}

.koushi .txt .right .name {
  font-size: 32px;
  line-height: 34px;
}

.koushi .txt .right .name .katakana {
  font-size: 16px;
  vertical-align: top;
}

.border_none {
  border: none !important;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.cta_btns {
  margin-top: 100px;
}

@media (max-width: 599px) {
  .cta_btns {
    margin-top: 50px;
  }
}

.cta_btns .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .cta_btns .inner {
    width: 90%;
  }
}

/* ---------------
header 
--------------- */
.yoyaku_btn {
  width: 57%;
  background-color: #007d00;
  padding: 20px 10px;
}

.yoyaku_btn a {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header .header_bg {
  background-color: #666;
}

header .header_top {
  background-color: #fff;
  border-bottom: 2px solid #007d00;
}

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

@media (max-width: 768px) {
  header .header_top {
    height: 60px;
    width: 100%;
  }
}

header .left {
  width: 25%;
  justify-self: flex-end;
  padding-left: 30px;
}

@media (max-width: 768px) {
  header .left {
    width: 55%;
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  header .left {
    width: 85%;
  }
}

header .left h1 {
  text-align: right;
  padding-right: 20px;
  background-color: #fff;
}

@media (max-width: 768px) {
  header .left h1 {
    text-align: center;
  }
}

header .left h1.tab_db {
  width: 25%;
}

header .left img {
  max-width: 230px;
}

@media (max-width: 768px) {
  header .left img {
    width: 60px;
  }
}

header .left .sns {
  display: none;
  width: 74%;
}

@media (max-width: 768px) {
  header .left .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .left .sns a {
  width: 16%;
}

@media (max-width: 599px) {
  header .left .sns a {
    width: 20%;
  }
}

header .left .sns a img {
  width: 100%;
}

@media (max-width: 767px) {
  header .left .sns a img {
    width: 80%;
  }
}

header .left .sns .contact_sp {
  width: 38%;
  text-align: center;
  background-color: #007d00;
  border-radius: 10px;
  display: none;
}

@media (max-width: 768px) {
  header .left .sns .contact_sp {
    width: 30%;
  }
}

header .left .sns .contact_sp a {
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

header .right {
  width: 75%;
}

@media (max-width: 768px) {
  header .right.row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 768px) {
  header .right {
    width: 30%;
    margin-right: 30px;
  }
  header .right.row {
    display: block;
  }
}

@media (max-width: 599px) {
  header .right {
    width: 15%;
    margin-right: 0;
  }
}

header .right .address_txt {
  width: 50%;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  header .right .address_txt {
    width: 35%;
  }
}

@media (max-width: 768px) {
  header .right .address_txt {
    display: none;
  }
}

@media (max-width: 767px) {
  header .right .address_txt {
    display: none;
  }
}

header .right .contacts {
  width: 48%;
}

@media (max-width: 1200px) {
  header .right .contacts {
    width: 65%;
  }
}

@media (max-width: 768px) {
  header .right .contacts {
    width: 100%;
  }
  header .right .contacts.between {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header .right .contacts.row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  header .right .contacts.row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

header .right .sns {
  width: 53%;
}

@media (max-width: 1200px) {
  header .right .sns {
    width: 80%;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  header .right .sns {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  header .right .sns {
    margin-right: 10px;
  }
}

header .right .sns a {
  width: 16%;
}

header .right .yoyaku_btn {
  display: none;
}

@media (max-width: 1200px) {
  header .right .yoyaku_btn {
    width: 63%;
  }
}

@media (max-width: 768px) {
  header .right .yoyaku_btn {
    width: 50%;
  }
}

header .right .yoyaku_btn a {
  position: relative;
}

header .right .yoyaku_btn a::after {
  content: url(../images/arrow_right.png);
  position: absolute;
  top: 53%;
  right: -30px;
  -webkit-transform: translateY(-50%) scale(0.3);
          transform: translateY(-50%) scale(0.3);
}

header .right .yoyaku_btn_sp {
  display: none;
}

@media (max-width: 768px) {
  header .right .yoyaku_btn_sp {
    display: block;
  }
}

header .global_menu {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 8px 0px 0px #b1b1b1;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 8px 0px 0px #b1b1b1;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  header .global_menu {
    display: none;
  }
}

@media (max-width: 1200px) {
  header .global_menu .inner {
    width: 100%;
  }
}

header .global_menu ul.between {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .global_menu ul li {
  padding: 12px 20px;
}

@media (max-width: 1200px) {
  header .global_menu ul li {
    padding: 12px 10px;
  }
}

header .global_menu ul li a {
  width: 12%;
  color: #000;
  font-size: 13px;
}

header .global_menu_inner {
  display: none;
}

header #menu_btn {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
}

@media (max-width: 768px) {
  header #menu_btn {
    display: block;
    margin-left: auto;
    margin-top: 4px;
  }
}

header #menu_btn span {
  display: inline-block;
  height: 3px;
  width: 28px;
  background-color: #007d00;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

header #menu_btn span:nth-child(1) {
  top: 10px;
}

header #menu_btn span:nth-child(2) {
  top: 20px;
}

header #menu_btn span:nth-child(3) {
  top: 30px;
}

.global_menu_sp {
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  -webkit-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.global_menu_sp .txt {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  font-size: 20px;
  color: #007d00;
  margin-bottom: 20px;
  border-bottom: 2px solid #007d00;
}

.global_menu_sp .list {
  text-align: center;
  margin-bottom: 35px;
}

.global_menu_sp .list li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.global_menu_sp .yoyaku_btn {
  width: 100%;
  position: relative;
  display: none;
}

@media (max-width: 768px) {
  .global_menu_sp .yoyaku_btn {
    text-align: center;
  }
}

@media (max-width: 599px) {
  .global_menu_sp .yoyaku_btn {
    text-align: left;
  }
}

.global_menu_sp .yoyaku_btn::after {
  content: url(../images/arrow_right.png);
  position: absolute;
  top: 52%;
  right: 5px;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
          transform: translate(-50%, -50%) scale(0.4);
}

.global_menu_sp .yoyaku_btn a {
  font-size: 20px;
}

.open #menu_btn {
  z-index: 1000;
}

.open #menu_btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}

.open #menu_btn span:nth-child(2) {
  opacity: 0;
}

.open #menu_btn span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
}

.open .global_menu_sp {
  opacity: 1;
  left: 0;
  height: 100%;
  overflow-y: scroll;
}

/* ---------------
  header end
  --------------- */
/* ---------------
footer
--------------- */
footer {
  padding-top: 45px;
}

footer .foot_logo {
  max-width: 150px;
  margin: 0 auto 30px;
}

footer .sns {
  max-width: 238px;
  margin: 0 auto 30px;
}

@media (max-width: 599px) {
  footer .sns {
    max-width: 230px;
  }
}

footer .sns a {
  width: 18%;
}

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

@media (max-width: 599px) {
  footer .foot_nav .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

footer .foot_nav .row li {
  padding: 12px 25px;
}

@media (max-width: 599px) {
  footer .foot_nav .row li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #007d00;
  }
}

footer .foot_green {
  background-color: #007d00;
  padding: 20px 0;
  color: #fff;
}

@media (max-width: 599px) {
  footer .foot_green {
    padding-bottom: 150px;
  }
}

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

footer .foot_green h1 {
  margin-right: 15px;
}

@media (max-width: 599px) {
  footer .foot_green h1 {
    font-size: 24px;
  }
}

footer .foot_green .copyright {
  text-align: center;
  margin-top: 20px;
}

footer .foot_green .copyright a {
  color: #fff;
}

.sp_fix {
  position: fixed;
  bottom: -15px;
  left: 0;
  padding: 0px 35px 10px;
  width: 100%;
  z-index: 999;
  display: none;
}

@media (max-width: 599px) {
  .sp_fix {
    display: block;
  }
}

.sp_fix li {
  width: 30%;
  text-align: center;
  padding: 15px 0;
}

.sp_fix li a {
  color: #fff;
  font-size: 22px;
}

/* ---------------
  footer end
  --------------- */
/* top */
main {
  padding-top: 113px;
}

@media (max-width: 1200px) {
  main {
    padding-top: 124px;
  }
}

@media (max-width: 768px) {
  main {
    padding-top: 59px;
  }
}

/* ---------------
  news
  --------------- */
.news_event.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news_event .common_btn {
  width: 180px;
}

.news_event .common_btn a {
  padding: 12px 0;
  font-size: 18px;
}

.news_event .common_btn a::after {
  -webkit-transform: translateY(-50%) scale(0.3);
          transform: translateY(-50%) scale(0.3);
  top: 50%;
  right: 23px;
}

#news_anker {
  padding-top: 150px;
  margin-top: -150px;
}

@media (max-width: 768px) {
  #news_anker {
    padding-top: 120px;
    margin-top: -120px;
  }
}

#news, #event {
  width: 47%;
}

@media (max-width: 599px) {
  #news, #event {
    width: 100%;
  }
}

#news li {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ---------------
  news end
  --------------- */
/* ---------------
  event
  --------------- */
#event li {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ---------------
  event end
  --------------- */
/* ---------------
  shisetuannai
  --------------- */
#shisetuannai {
  background: url(../images/bg_sibahu.jpg) center/cover no-repeat;
}

@media (max-width: 599px) {
  #shisetuannai {
    padding-bottom: 0;
  }
}

#shisetuannai .ttl h2 {
  color: #fff;
}

#shisetuannai .content {
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  #shisetuannai .content {
    margin-bottom: 30px;
  }
}

#shisetuannai .sp_video {
  display: none;
}

@media (max-width: 1200px) {
  #shisetuannai .sp_video {
    margin-top: 30px;
    display: block;
  }
}

#shisetuannai .sp_video video {
  width: 100%;
}

#shisetuannai .shisetuannai_left {
  width: 30%;
}

@media (max-width: 767px) {
  #shisetuannai .shisetuannai_left {
    display: none;
  }
}

#shisetuannai .shisetuannai_right {
  width: 55%;
}

@media (max-width: 767px) {
  #shisetuannai .shisetuannai_right {
    width: 100%;
  }
}

@media (max-width: 599px) {
  #shisetuannai .course_move {
    margin-top: 30px;
  }
}

#shisetuannai .course_move video, #shisetuannai .course_move .txt {
  width: 48%;
}

@media (max-width: 1200px) {
  #shisetuannai .course_move video, #shisetuannai .course_move .txt {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #shisetuannai .course_move .txt {
    display: none;
  }
}

#shisetuannai .course_move .txt p {
  color: #Fff;
  margin-bottom: 30px;
}

#shisetuannai .course_move .txt img {
  width: 100%;
}

#shisetuannai .course_move .course_map {
  position: relative;
}

#shisetuannai .course_move .line {
  width: 79%;
  height: 32px;
  position: absolute;
  bottom: 120px;
  left: 55px;
}

#shisetuannai .course_move .ball {
  width: 32px !important;
}

/* ---------------
  shisetuannai end
  --------------- */
/* ---------------
  rialtime
  --------------- */
#rialtime {
  padding-top: 100px;
}

@media (max-width: 599px) {
  #rialtime {
    padding-top: 60px;
  }
}

#rialtime .list .item {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #rialtime .list .item {
    width: 100%;
    margin-bottom: 0;
  }
}

#rialtime .list .item .move {
  margin-bottom: 10px;
}

#rialtime .list .item .move iframe {
  height: 600px;
}

@media (max-width: 768px) {
  #rialtime .list .item .move iframe {
    height: 400px;
  }
}

@media (max-width: 599px) {
  #rialtime .list .item .move iframe {
    height: 315px;
  }
}

#rialtime .list .item .camera {
  width: 35%;
}

@media (max-width: 599px) {
  #rialtime .list .item .camera {
    width: 50%;
  }
}

/* ---------------
  rialtime end
  --------------- */
/* ---------------
  hajimete
  --------------- */
#hajimete, #staff {
  width: 47%;
}

@media (max-width: 767px) {
  #hajimete, #staff {
    width: 100%;
  }
}

#hajimete .content, #staff .content {
  width: 100%;
  max-width: 490px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 599px) {
  #hajimete .content, #staff .content {
    width: 100%;
  }
}

/* ---------------
  hajimete end
  --------------- */
/* ---------------
  point
  --------------- */
#point .slide_point li {
  background-color: #007d00;
  color: #fff;
  padding: 10px 35px;
}

#point .slide_point li .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#point .slide_point li .img, #point .slide_point li .txt {
  width: 48%;
}

@media (max-width: 768px) {
  #point .slide_point li .img, #point .slide_point li .txt {
    width: 100%;
  }
}

#point .slide_point li .txt .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#point .slide_point li .txt h3 {
  font-size: 28px;
  margin-right: 15px;
}

#point .slide_point li .txt img {
  width: 25px;
}

/* ---------------
  point end
  --------------- */
/* ---------------
  shop
  --------------- */
#shop {
  padding-bottom: 100px;
}

@media (max-width: 599px) {
  #shop {
    padding-bottom: 60px;
  }
}

#shop .slide_shop li {
  padding: 0 25px;
}

@media (max-width: 768px) {
  #shop .slide_shop li {
    padding: 0 10px;
  }
}

/* ---------------
  shop end
  --------------- */
/* ---------------
  voice
  --------------- */
@media (max-width: 599px) {
  #voice {
    padding: 0 0 30px;
  }
}

#voice .inner {
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 767px) {
  #voice .inner {
    padding: 20px;
  }
}

#voice .list {
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  #voice .list {
    margin-bottom: 0;
  }
}

#voice .list .item {
  width: 45%;
  border-right: 1px solid #000;
  padding-right: 30px;
}

@media (max-width: 768px) {
  #voice .list .item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  #voice .list .item {
    width: 100%;
    border-right: none;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

#voice .list .item:last-child {
  border-right: none;
}

#voice .list .item .img {
  width: 48%;
}

@media (max-width: 768px) {
  #voice .list .item .img {
    width: 65%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  #voice .list .item .img {
    width: 70%;
    margin: 0 auto 20px;
  }
}

#voice .list .item .txt {
  width: 48%;
}

@media (max-width: 768px) {
  #voice .list .item .txt {
    width: 100%;
  }
}

@media (max-width: 599px) {
  #voice .list .item .txt h3 {
    margin-bottom: 15px;
  }
}

/* ---------------
  voice end
  --------------- */
/* ---------------
  eigyoujikan
  --------------- */
#eigyoujikan {
  font-size: 20px;
}

#eigyoujikan .inner {
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 767px) {
  #eigyoujikan .inner {
    padding: 20px;
  }
}

#eigyoujikan .inner .list .item {
  margin-bottom: 10px;
}

.item .txt2, .item .txt2_pink {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  width: 105px;
  text-align: center;
  padding: 5px 0;
}

.item .txt2 {
  background-color: #19C710;
}

.item .txt2_pink {
  background-color: #fb3080;
}

.ttl3 {
  color: #19C710;
  font-size: 24px;
  margin-bottom: 20px;
}

.txt3 {
  text-align: center;
  margin-bottom: 20px;
}

/* ---------------
  eigyoujikan end
  --------------- */
/* ---------------
  price
  --------------- */
#price {
  font-size: 20px;
}

#price .inner {
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 767px) {
  #price .inner {
    padding: 20px;
  }
}

#price .inner .list {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #price .inner .list.row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#price .inner .list .item {
  margin-bottom: 30px;
  width: 50%;
}

#price .inner .list .item.pink2 p {
  font-size: 28px;
  color: #fb3080;
  font-weight: bold;
}

#price .inner .list .item.pink2 p .txt2_pink {
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 767px) {
  #price .inner .list .item {
    width: 100%;
  }
}

#price .inner .list .item .txt2, #price .inner .list .item .txt2_pink, #price .inner .list .item .left {
  width: 207px;
}

@media (max-width: 599px) {
  #price .inner .list .item .txt2, #price .inner .list .item .txt2_pink, #price .inner .list .item .left {
    margin-bottom: 10px;
    width: 100%;
  }
}

#price .inner .list .item .left {
  text-align: center;
  padding: 18px 0;
  background-color: #19C710;
  margin-right: 10px;
}

@media (max-width: 599px) {
  #price .inner .list .item .left {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}

#price .inner .list .item .left p {
  color: #fff;
}

#price .inner .list .item .left p span {
  font-size: 16px;
}

#price .inner .list .item .right p {
  margin-right: 10px;
}

#price .sub_txt {
  font-size: 16px;
  margin-bottom: 20px;
}

#price .price_lesson .ttl4 {
  margin-bottom: 20px;
}

#price .price_lesson .txt_blue {
  color: #2BB9EE;
}

#price .price_lesson .txt_pink {
  color: #FF66A3;
}

#price .price_lesson .list.row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#price .price_lesson .item.row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#price .price_lesson .item .bg_pink {
  background-color: #FF66A3 !important;
}

.women #point .slide_point li {
  background-color: #fb3080;
}

/* ---------------
  price end
  --------------- */
/* ---------------
  map
  --------------- */
#map .inner {
  background-color: #fff;
  padding: 50px;
}

@media (max-width: 767px) {
  #map .inner {
    padding: 20px;
  }
}

#map .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#map .img {
  width: 60%;
}

@media (max-width: 767px) {
  #map .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#map .txt {
  width: 35%;
}

@media (max-width: 767px) {
  #map .txt {
    width: 100%;
  }
}

#map .txt img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #map .txt img {
    width: 50%;
    margin: 0 auto;
  }
}

#map .txt h3 {
  color: #007d00;
  font-size: 22px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #map .txt h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #map .txt h3 {
    margin-bottom: 10px;
  }
}

#map .txt h3 span {
  font-size: 32px;
}

@media (max-width: 768px) {
  #map .txt h3 span {
    font-size: 20px;
  }
}

#map .txt .addess {
  color: #007d00;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #map .txt .addess {
    margin-bottom: 15px;
  }
}

.iframe {
  height: 600px;
}

.iframe iframe {
  vertical-align: top;
}

.touyou {
  text-align: center;
  margin-top: 50px;
}

.touyou img {
  max-width: 390px;
  width: 100%;
}

@media (max-width: 599px) {
  .touyou img {
    width: 90%;
  }
}

/* ---------------
  map end
  --------------- */
.women .accodion_btn {
  background-color: #fb3080 !important;
}

.women .accodion_btn p {
  color: #fff;
}

.women .table2 {
  width: 100%;
  margin: 50px auto;
}

@media (max-width: 599px) {
  .women .table2 {
    display: block !important;
    margin: 10px auto 30px;
  }
}

.women .table2 .tr {
  margin-bottom: 20px;
}

.women .table2 .th {
  padding: 0 !important;
  border: none !important;
  background-color: #fb3080 !important;
}

.women .table2 .th p, .women .table2 .td p {
  font-size: 28px !important;
  padding: 20px 0 !important;
  font-weight: bold;
  border: 1px solid #fb3080 !important;
}

.women .table2 .td p {
  border-bottom: 1px solid #fb3080 !important;
  color: #fb3080;
}

.women .table2 .subtxt {
  color: #fb3080;
}

/* 下層ページ */
/* guide tabel */
#price_anker {
  padding-top: 180px;
  margin-top: -180px;
}

@media (max-width: 768px) {
  #price_anker {
    padding-top: 120px;
    margin-top: -120px;
  }
}

#price .table .th, #price .table2 .th {
  background-color: #19C710;
  border: 1px solid #19C710;
  border-bottom: 1px solid #fff;
}

@media (max-width: 599px) {
  #price .table .th, #price .table2 .th {
    border-bottom: none;
  }
}

#price .table .th.border-bottom-none, #price .table2 .th.border-bottom-none {
  border-bottom: #19C710 !important;
}

#price .table .th p, #price .table2 .th p {
  color: #fff;
}

#price .table .td.row, #price .table2 .td.row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#price .table .td p, #price .table2 .td p {
  border: 1px solid #19C710;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pryvate .table2 .th, #women .table2 .th {
  background-color: #FF66A3;
  border: 1px solid #FF66A3;
  border-bottom: 1px solid #fff;
}

@media (max-width: 599px) {
  #pryvate .table2 .th, #women .table2 .th {
    border-bottom: none;
  }
}

#pryvate .table2 .th.border-bottom-none, #women .table2 .th.border-bottom-none {
  border-bottom: #FF66A3 !important;
}

#pryvate .table2 .th p, #women .table2 .th p {
  color: #fff;
}

#pryvate .table2 .td p, #women .table2 .td p {
  border: 1px solid #FF66A3;
}

#grouplesson .table2 .th, #hajimete .table2 .th, #hajimetepack .table2 .th {
  background-color: #2BB9EE;
  border: 1px solid #2BB9EE;
  border-bottom: 1px solid #fff;
}

@media (max-width: 599px) {
  #grouplesson .table2 .th, #hajimete .table2 .th, #hajimetepack .table2 .th {
    border-bottom: none;
  }
}

#grouplesson .table2 .th.border-bottom-none, #hajimete .table2 .th.border-bottom-none, #hajimetepack .table2 .th.border-bottom-none {
  border-bottom: #2BB9EE !important;
}

#grouplesson .table2 .th p, #hajimete .table2 .th p, #hajimetepack .table2 .th p {
  color: #fff;
}

#grouplesson .table2 .td p, #hajimete .table2 .td p, #hajimetepack .table2 .td p {
  border: 1px solid #2BB9EE;
}

/* ---------------
guideページ 
--------------- */
#lower.guide_page .bg_subcolor {
  margin-bottom: 50px;
}

#lower.guide_page .tabs .list .tab {
  width: 23%;
}

@media (max-width: 768px) {
  #lower.guide_page .tabs .list .tab {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 599px) {
  #lower.guide_page .tabs .list .tab {
    width: 100%;
  }
}

#lower #guide {
  padding-bottom: 0 !important;
}

#lower #guide .ttl h3 {
  color: #fff;
}

#lower #guide .guide_txt {
  margin-bottom: 30px;
  text-align: center;
  background-color: #e9e1d8;
  padding: 10px;
  border-radius: 20px;
}

#lower #guide .list.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#lower #guide .list .item {
  width: 48%;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  #lower #guide .list .item {
    width: 100%;
  }
}

#lower #guide .list .item img {
  margin-bottom: 10px;
  border-radius: 20px;
}

#lower #guide .list .item .txt {
  font-size: 20px;
  color: #fff;
}

#lower #guide .content_list {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  position: relative;
}

#lower #guide .content_list .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#lower #guide .content_list .content_item {
  width: 30%;
}

@media (max-width: 599px) {
  #lower #guide .content_list .content_item {
    width: 100%;
    margin-bottom: 30px;
  }
  #lower #guide .content_list .content_item:last-child {
    margin-bottom: 0;
  }
}

#lower #guide .content_list .content_item h4 {
  font-size: 24px;
  color: #007d00;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  #lower #guide .content_list .content_item h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#lower #guide .content_list .content_item span {
  color: red;
}

#lower #price .inner {
  padding: 0;
  background-color: transparent;
}

#lower #price .subtxt {
  text-align: center;
}

#lower .guide_price {
  padding: 50px 0 !important;
}

@media (max-width: 599px) {
  #lower .guide_price {
    padding: 10px 0 30px !important;
  }
}

#lower #hajimete {
  width: 100%;
}

@media (max-width: 599px) {
  #lower #hajimete {
    padding-bottom: 0;
  }
}

#lower #hajimete .inner {
  background-color: transparent !important;
}

#women .accodion_btn, .women .accodion_btn {
  background-color: #fb3080;
}

#women .accodion_btn p, .women .accodion_btn p {
  color: #fff;
}

#women .table2 .th, .women .table2 .th {
  padding: 0;
  border-bottom: 1px solid #fb3080;
  background-color: #fb3080;
}

#women .table2 .th p, #women .table2 .td p, .women .table2 .th p, .women .table2 .td p {
  font-size: 28px;
  padding: 20px 0;
  font-weight: bold;
}

#women .table2 .td p, .women .table2 .td p {
  border-bottom: 1px solid #fb3080;
  color: #fb3080;
}

#women .table2 .subtxt, .women .table2 .subtxt {
  color: #fb3080;
}

@media (max-width: 599px) {
  .guide_women .table2 {
    margin-bottom: 0 !important;
  }
}

.women .accodion_btn {
  background-color: #fb3080 !important;
}

.women .accodion_btn p {
  color: #fff;
}

.women .table2 {
  width: 100%;
  margin: 50px auto;
}

@media (max-width: 599px) {
  .women .table2 {
    display: block !important;
    margin: 10px auto 30px;
  }
}

.women .table2 .tr {
  margin-bottom: 20px;
}

.women .table2 .th {
  padding: 0 !important;
  border: none !important;
  background-color: #fb3080 !important;
}

.women .table2 .th p, .women .table2 .td p {
  font-size: 28px !important;
  padding: 20px 0 !important;
  font-weight: bold;
  border: 1px solid #fb3080 !important;
}

.women .table2 .td p {
  border-bottom: 1px solid #fb3080 !important;
  color: #fb3080;
}

.women .table2 .subtxt {
  color: #fb3080;
}

.guide_koushi {
  margin-bottom: 0;
}

.guide_grouplesson_table {
  margin-bottom: 30px !important;
}

@media (max-width: 599px) {
  .group_table_txt {
    margin-bottom: 30px !important;
  }
}

.guide_price .table2 .border-bottom-none {
  border-bottom: none !important;
}

.guide_price .table2 .bg_blue {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #2BB9EE !important;
  border-right: 1px solid #2BB9EE !important;
  border-left: 1px solid #2BB9EE !important;
}

.guide_price .table2 .border_blue p {
  border-top: 2px solid #2BB9EE !important;
  border-bottom: 1px solid #2BB9EE !important;
  border-right: 1px solid #2BB9EE !important;
  border-left: 1px solid #2BB9EE !important;
}

/* ---------------
guideページ end
--------------- */
/* ---------------
news-detailページ
--------------- */
/* info_detail */
#news_detail .row, #event_detail .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#news_detail .news_detail_left, #event_detail .news_detail_left {
  width: 70%;
}

@media (max-width: 767px) {
  #news_detail .news_detail_left, #event_detail .news_detail_left {
    width: 100%;
  }
}

#news_detail .news_detail_left .news_detail_ttl, #event_detail .news_detail_left .news_detail_ttl {
  margin-bottom: 10px;
}

#news_detail .news_detail_left .image, #event_detail .news_detail_left .image {
  width: 70%;
  margin-bottom: 50px;
}

#news_detail .news_detail_left .txt, #event_detail .news_detail_left .txt {
  margin-bottom: 30px;
}

#news_detail .news_detail_left .btn, #event_detail .news_detail_left .btn {
  max-width: 258px;
  margin: 0 auto;
}

#news_detail .info_detail_right, #event_detail .info_detail_right {
  width: 15%;
}

@media (max-width: 767px) {
  #news_detail .info_detail_right, #event_detail .info_detail_right {
    width: 100%;
  }
}

#news_detail .info_detail_right .ttl, #event_detail .info_detail_right .ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

#news_detail .info_detail_right .year, #event_detail .info_detail_right .year {
  text-align: center;
  background-color: #007d00;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}

#news_detail .info_detail_right .year::before, #event_detail .info_detail_right .year::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background-color: #fff;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 768px) {
  #news_detail .info_detail_right .year::before, #event_detail .info_detail_right .year::before {
    right: 10px;
  }
}

#news_detail .info_detail_right .year::after, #event_detail .info_detail_right .year::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #fff;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 768px) {
  #news_detail .info_detail_right .year::after, #event_detail .info_detail_right .year::after {
    right: 6px;
  }
}

#news_detail .info_detail_right .year.minus::before, #event_detail .info_detail_right .year.minus::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 90deg);
          transform: translateY(-50%) rotate3d(0, 0, 1, 90deg);
}

@media (max-width: 768px) {
  #news_detail .info_detail_right .year.minus::before, #event_detail .info_detail_right .year.minus::before {
    right: 10px;
  }
}

#news_detail .info_detail_right .year.minus::after, #event_detail .info_detail_right .year.minus::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 2px;
  background-color: #007d00;
  font-size: 20px;
  color: #007d00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: none;
}

@media (max-width: 768px) {
  #news_detail .info_detail_right .year.minus::after, #event_detail .info_detail_right .year.minus::after {
    right: 6px;
  }
}

#news_detail .info_detail_right .year p, #event_detail .info_detail_right .year p {
  color: #fff;
}

#news_detail .info_detail_right .dates, #event_detail .info_detail_right .dates {
  display: none;
  text-align: center;
}

#news_detail .info_detail_right .dates a, #event_detail .info_detail_right .dates a {
  display: block;
  margin-bottom: 10px;
}

#news_detail .date, #event_detail .date {
  font-size: 14px;
  margin-bottom: 50px;
  color: #007d00;
}

/* info_detail end*/
.detail img, .detail h4, .detail .txt {
  margin-bottom: 20px;
}

.detail img {
  width: 60%;
}

@media (max-width: 599px) {
  .detail img {
    width: 100%;
  }
}

.detail h4 {
  font-size: 24px;
}

@media (max-width: 599px) {
  .detail h4 {
    font-size: 18px;
  }
}

/* ---------------
  news-detailページ end
  --------------- */
/* ---------------
hajimeteページ 
--------------- */
#lower #hajimetepack_txt .inner, #lower #hajimetepack .inner, #lower #resson .inner {
  padding: 50px;
  background-color: #fff;
}

@media (max-width: 599px) {
  #lower #hajimetepack_txt .inner, #lower #hajimetepack .inner, #lower #resson .inner {
    padding: 20px;
  }
}

#lower #line_yoyaku .txt {
  margin-bottom: 20px;
}

#lower #line_yoyaku .qr {
  max-width: 250px;
  margin: 0 auto;
  border: 1px solid #333;
}

#lower #resson .txt {
  margin-bottom: 20px;
}

#lower #resson .resson_btn .bg_blue {
  background-color: #2BB9EE;
}

#lower #resson .resson_btn .bg_pink {
  background-color: #FF66A3;
}

#hajimetepack_junbi .inner,
#hajimetepack_nyukai .inner,
#hajimetepack_use .inner {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  border: 3px solid #007d00;
}

@media (max-width: 599px) {
  #hajimetepack_junbi .inner,
  #hajimetepack_nyukai .inner,
  #hajimetepack_use .inner {
    padding: 20px;
  }
}

#hajimetepack_junbi .txt li, #hajimetepack_nyukai .txt li, #hajimetepack_use .txt li {
  font-size: 24px;
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px dashed #007d00;
}

#hajimetepack_junbi .txt li:last-child, #hajimetepack_nyukai .txt li:last-child, #hajimetepack_use .txt li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 599px) {
  #hajimetepack_junbi .txt li, #hajimetepack_nyukai .txt li, #hajimetepack_use .txt li {
    font-size: 16px;
  }
}

#hajimetepack_junbi .txt li::before, #hajimetepack_nyukai .txt li::before, #hajimetepack_use .txt li::before {
  content: url(../images/check.png);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* ---------------
  hajimeteページ end
  --------------- */
/* ---------------
staffページ
--------------- */
#lower #staff {
  width: 100%;
  padding-bottom: 0;
}

#lower #staff .sub_txt {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  #lower #staff .sub_txt {
    text-align: left;
  }
}

#lower #staff .sub_txt .movie {
  margin: 0 auto 30px;
  width: 70%;
  cursor: pointer;
}

@media (max-width: 599px) {
  #lower #staff .sub_txt .movie {
    width: 100%;
  }
}

#lower #staff .sub_txt .movie video {
  width: 100%;
}

#lower #staff .sub_txt p {
  font-size: 24px;
}

@media (max-width: 599px) {
  #lower #staff .sub_txt p {
    font-size: 14px;
  }
}

#lower #staff .list .inner {
  padding: 50px 0;
}

#lower #staff .list .item {
  margin-bottom: 50px;
}

#lower #staff .list .item.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#lower #staff .list .item:last-child {
  margin-bottom: 0;
}

#lower #staff .list .item .img {
  width: 40%;
}

@media (max-width: 768px) {
  #lower #staff .list .item .img {
    display: none;
  }
}

@media (max-width: 599px) {
  #lower #staff .list .item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#lower #staff .list .item .img img {
  border-radius: 30px;
}

#lower #staff .list .item .txt {
  border: 3px solid #007d00;
  border-radius: 30px;
  padding: 20px;
  width: 55%;
  font-size: 18px;
  background-color: #fff;
}

@media (max-width: 768px) {
  #lower #staff .list .item .txt {
    width: 100%;
  }
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt {
    width: 100%;
  }
}

#lower #staff .list .item .txt .name_row.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#lower #staff .list .item .txt .txt_img {
  width: 30%;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .txt_img {
    width: 100%;
  }
}

#lower #staff .list .item .txt .txt_img img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 30px;
}

#lower #staff .list .item .txt .txt_name {
  width: 65%;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .txt_name {
    width: 100%;
  }
}

#lower #staff .list .item .txt .row {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .row {
    display: block;
  }
}

#lower #staff .list .item .txt .row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#lower #staff .list .item .txt .left {
  width: 22%;
  background-color: #007d00;
  padding: 10px;
  text-align: center;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .left {
    width: 40%;
    padding: 5px;
    margin-bottom: 10px;
  }
}

#lower #staff .list .item .txt .left p {
  color: #fff;
}

#lower #staff .list .item .txt .right {
  width: 75%;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .right {
    width: 100%;
  }
}

#lower #staff .list .item .txt .right p {
  font-size: 20px;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .right p {
    font-size: 16px;
  }
}

#lower #staff .list .item .txt .right .name {
  font-size: 32px;
  line-height: 34px;
}

@media (max-width: 599px) {
  #lower #staff .list .item .txt .right .name {
    font-size: 24px;
    line-height: 26px;
  }
}

#lower #staff .list .item .txt .right .name .katakana {
  font-size: 16px;
  vertical-align: top;
}

/* ---------------
  staffページ end
  --------------- */
/* ---------------
shopページ
--------------- */
#lower .common_shop .img, #lower .common_shop .txt {
  width: 48%;
}

@media (max-width: 599px) {
  #lower .common_shop .img, #lower .common_shop .txt {
    width: 100%;
  }
}

@media (max-width: 599px) {
  #lower .common_shop .img {
    margin-bottom: 20px;
  }
}

#lower .common_shop .txt {
  font-size: 18px;
}

#lower .common_shop .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#lower.shop_page .bg_subcolor {
  margin-bottom: 50px;
}

#lower.shop_page .tabs .list .tab {
  width: 31%;
}

@media (max-width: 768px) {
  #lower.shop_page .tabs .list .tab {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 599px) {
  #lower.shop_page .tabs .list .tab {
    width: 100%;
  }
}

/* ---------------
  shopページ end
  --------------- */
/* ---------------
voiceページ
--------------- */
#lower #voice .inner {
  padding: 0;
}

#lower #voice .bg_subcolor .inner {
  background-color: transparent;
}

#lower #voice .subtxt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

#lower #voice .list li {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
}

#lower #voice .list li h4 {
  background-color: #007d00;
  color: #fff;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
}

#lower #voice .list li .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#lower #voice .list li .img {
  width: 25%;
}

@media (max-width: 599px) {
  #lower #voice .list li .img {
    width: 60%;
    margin: 0 auto 20px;
  }
}

#lower #voice .list li .txt {
  width: 65%;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #007d00;
  border-radius: 10px;
}

@media (max-width: 599px) {
  #lower #voice .list li .txt {
    width: 100%;
  }
}

#lower #voice .list li .txt .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

#lower #voice .list li .txt .row.hyouka {
  width: auto !important;
}

#lower #voice .list li .txt .row .star {
  width: 40% !important;
}

#lower #voice .list li .txt .row .star img {
  width: 15%;
}

@media (max-width: 768px) {
  #lower #voice .list li .txt .row .star {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #lower #voice .list li .txt .row .star img {
    width: 18%;
  }
}

#lower #voice .list li .txt .row .left {
  width: 15%;
  background-color: #007d00;
  padding: 5px;
  text-align: center;
  margin-right: 15px;
}

@media (max-width: 768px) {
  #lower #voice .list li .txt .row .left {
    width: 40%;
    margin-bottom: 15px;
  }
}

@media (max-width: 599px) {
  #lower #voice .list li .txt .row .left {
    width: 60%;
  }
}

#lower #voice .list li .txt .row .left p {
  color: #fff;
  font-size: 20px;
}

#lower #voice .list li .txt .row .right {
  width: 80%;
}

@media (max-width: 768px) {
  #lower #voice .list li .txt .row .right {
    width: 100%;
  }
}

/* ---------------
  voiceページ end
  --------------- */
/* ---------------
privacyページ
--------------- */
#lower #privacy .sub_txt {
  margin-bottom: 50px;
}

#lower #privacy .privacy_txt .item {
  margin-bottom: 50px;
}

#lower #privacy .privacy_txt .item h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  #lower #privacy .privacy_txt .item h4 {
    font-size: 18px;
  }
}

#lower #privacy .privacy_txt .item p {
  margin-bottom: 50px;
}

#lower #privacy .privacy_txt .lastname {
  text-align: right;
}

/* ---------------
  privacyページ end
  --------------- */
/* ---------------
recruitページ
--------------- */
#lower.recruit_page .tabs .subtxt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

#lower #recruit .recruit_info .item {
  border-top: 1px dotted #000;
  padding: 10px 0;
}

#lower #recruit .recruit_info .item:last-child {
  border-bottom: 1px dotted #000;
}

#lower #recruit .recruit_info .item .left {
  width: 20%;
}

@media (max-width: 599px) {
  #lower #recruit .recruit_info .item .left {
    width: 100%;
  }
}

#lower #recruit .recruit_info .item .right {
  width: 80%;
}

@media (max-width: 599px) {
  #lower #recruit .recruit_info .item .right {
    width: 100%;
  }
}

#lower #recruit .recruit_info .item .right p a {
  text-decoration: underline;
}

#lower #recruit .recruit_info .entry_btn {
  text-align: center;
  margin-top: 50px;
}

#lower #recruit .recruit_info .entry_btn a {
  background-color: #007d00;
  padding: 10px 45px;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #007d00;
  border-radius: 10px;
  color: #fff;
}

@media (max-width: 599px) {
  #lower #recruit .recruit_info .entry_btn a {
    font-size: 18px;
    padding: 10px 15px;
  }
}

#lower #recruit .recruit_info .entry_btn a:hover {
  background-color: #fff;
  color: #007d00;
}

@media (max-width: 599px) {
  .recruit_page .tab {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.recruit_page .tab.active {
  background-color: #007d00;
}

.recruit_page .tab.active p {
  color: #fff !important;
}

.recruit_tab {
  display: none;
}

.recruit_tab.active {
  display: block;
}

/* ---------------
  recruitページ end
  --------------- */
/* ---------------
contactページ
--------------- */
#lower #contact .contact_tel {
  border: 3px solid #007d00;
  display: block;
  border-radius: 30px;
  padding: 20px;
  width: 480px;
  margin: 0 auto;
  background-color: #fafafa;
  text-align: center;
}

@media (max-width: 599px) {
  #lower #contact .contact_tel {
    width: 100%;
    padding: 25px 10px;
  }
}

#lower #contact .contact_tel p {
  font-size: 24px;
}

@media (max-width: 599px) {
  #lower #contact .contact_tel p {
    font-size: 18px;
  }
}

#lower #contact .contact_tel p span {
  font-size: 40px;
  color: #007d00;
  font-weight: bold;
}

@media (max-width: 599px) {
  #lower #contact .contact_tel p span {
    font-size: 32px;
  }
}

#lower #contact form#mail_form dl dt span.optional {
  background-color: #47A9FF;
  border: none;
  font-style: normal;
}

#lower #contact form#mail_form dl dt span.required {
  background-color: #D90700;
  border: none;
  font-style: normal;
}

#lower #contact form#mail_form #form_submit {
  text-align: center;
}

#lower #contact form#mail_form input#form_submit_button {
  background-color: #007d00;
  border: none;
  margin: 0 auto;
  padding: 10px 45px;
  font-size: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #007d00;
  border-radius: 10px;
}

#lower #contact form#mail_form input#form_submit_button:hover {
  background-color: #fff;
  color: #007d00;
}

/* ---------------
  contactページ end
  --------------- */
/* ---------------
thanksページ
--------------- */
.thanks {
  padding: 100px 0;
  text-align: center;
}

.thanks p {
  font-size: 24px;
  margin-bottom: 50px;
}

.thanks a {
  padding: 10px 25px;
  color: #fff;
  border-radius: 10px;
  background-color: #007d00;
  font-size: 20px;
}

/* ---------------
  thanksページ end
  --------------- */
/* オプション */
/* table */
.table .tr {
  width: 100%;
}

.table .th {
  width: 50% !important;
}

@media (max-width: 599px) {
  .table .th {
    width: 100% !important;
  }
}

.table .td {
  width: 50% !important;
}

@media (max-width: 599px) {
  .table .td {
    width: 100% !important;
  }
}

.table .td p {
  width: 100% !important;
}

.table, .table2 {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 20px;
  margin: 30px auto 20px;
}

@media (max-width: 768px) {
  .table, .table2 {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .table, .table2 {
    width: 100%;
  }
}

.table .tr.row, .table2 .tr.row {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.table .tr .th, .table .tr .td, .table2 .tr .th, .table2 .tr .td {
  text-align: center;
}

.table .tr .th, .table2 .tr .th {
  width: 30%;
  padding: 10px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #fff;
}

@media (max-width: 599px) {
  .table .tr .th, .table2 .tr .th {
    border-bottom: none;
    width: 100%;
  }
}

.table .tr .td, .table2 .tr .td {
  width: 70%;
}

@media (max-width: 599px) {
  .table .tr .td, .table2 .tr .td {
    width: 100%;
  }
}

.table .tr .td p, .table2 .tr .td p {
  padding: 10px 0;
  font-size: 20px;
  width: 50%;
  background-color: #fff;
}

.table .subtxt, .table2 .subtxt {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 599px) {
  .table .subtxt, .table2 .subtxt {
    font-size: 16px;
  }
}

.accodion_btn {
  padding: 10px;
  position: relative;
  border-radius: 10px;
}

.accodion_btn p {
  font-size: 20px;
}

.accodion_btn::after {
  content: url(../images/arrow_under.png);
  position: absolute;
  top: 55%;
  right: -5px;
  -webkit-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
}

.accodion_btn.bg_green {
  background-color: #19C710;
}

.accodion_btn.bg_green p {
  color: #fff;
}

.accodion_btn.bg_pink {
  background-color: #FF66A3;
}

.accodion_btn.bg_pink p {
  color: #fff;
}

.accodion_btn.bg_blue {
  background-color: #2BB9EE;
}

.accodion_btn.bg_blue p {
  color: #fff;
}

@media (max-width: 599px) {
  .accodion {
    display: none;
  }
}

/* slick */
.slick-prev:before, .slick-next:before {
  background-color: transparent;
  color: #b1b1b1;
  border-radius: 0;
}

.slick-prev:before {
  content: url(../images/slick_left.png);
  padding: 0;
}

.slick-next:before {
  content: url(../images/slick_right.png);
  padding: 0;
}

.slick-prev, .slick-next {
  z-index: 100;
  height: 100%;
  background-color: #e4e4e4;
  top: 50%;
  width: 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-prev {
  left: 0;
}

.slick-prev:hover {
  background-color: #e4e4e4;
  color: #b1b1b1;
  opacity: .8;
}

.slick-next {
  right: 0;
}

.slick-next:hover {
  background-color: #e4e4e4;
  color: #b1b1b1;
  opacity: .8;
}

.mv .slick-prev, .mv .slick-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

@media (max-width: 599px) {
  .mv .slick-prev, .mv .slick-next {
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 599px) {
  .mv .slick-prev:before, .mv .slick-next:before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: block;
    padding-top: 3px;
  }
}

.mv .slick-prev {
  left: 30px;
}

@media (max-width: 599px) {
  .mv .slick-prev {
    left: 15px;
  }
}

.mv .slick-next {
  right: 30px;
}

@media (max-width: 599px) {
  .mv .slick-next {
    right: 15px;
  }
}

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

.slick-slide {
  height: auto !important;
}

/* ---------------
アニメーション
--------------- */
#shisetuannai, #rialtime {
  overflow: hidden;
}

/* スライドインsp */
.slidein_l {
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
  -webkit-animation: slidein_l .5s forwards;
          animation: slidein_l .5s forwards;
}

.slidein_l_trigger {
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
  overflow: hidden;
}

@-webkit-keyframes slidein_l {
  0% {
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slidein_l {
  0% {
    -webkit-transform: translateX(800px);
            transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slidein_r {
  -webkit-transform: translateX(-800px);
          transform: translateX(-800px);
  -webkit-animation: slidein_r .5s forwards;
          animation: slidein_r .5s forwards;
}

.slidein_r_trigger {
  -webkit-transform: translateX(-800px);
          transform: translateX(-800px);
  overflow: hidden;
}

@-webkit-keyframes slidein_r {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slidein_r {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes height_anime {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}

@keyframes height_anime {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}

/* ---------------
  アニメーション end
  --------------- */
/* ---------------
ドラッグ部分
--------------- */
@media (max-width: 1200px) {
  .wrp_vd.view_pc {
    display: none;
  }
}

@media (max-width: 1200px) {
  .wrp_cs {
    display: none;
  }
}

@media (max-width: 1200px) {
  .con_course .box_cou {
    background-color: #000 !important;
  }
}

@media (max-width: 1200px) {
  #obj_mov video {
    width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */