@charset "UTF-8";
:root {
  --vic: #F05D94;
  --vic2: #B54C73;
}
/* ====================================================================================

    THEMA INFO

==================================================================================== */
/*
Theme Name: HIMEJI SS V2
Theme URI:
Author:
Author URI:
Description:
Version: 2.0
*/
/* ====================================================================================

    IMPORT

==================================================================================== */
/* ==================================================================================== 

    MIXIN

==================================================================================== */
@import url("https://use.typekit.net/nae7ang.css");
@font-face {
  font-family: 'euro';
  src: url("assets/fonts/euro.woff");
  font-display: swap;}

@font-face {
  font-family: 'mala';
  src: url("assets/fonts/Malayalam.woff");
  font-display: swap;}

/* ====================================================================================

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, picture {
  display: block;
  margin: 0;
  padding: 0; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  max-height: 100%; }
  body.hidden {
    overflow: hidden;
    height: 100vh; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 400; }

a {
  text-decoration: none; }

img,
iframe {
  vertical-align: bottom;
  max-width: 100%; }

#wrapper,
#lightcase-case {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-weight: 400; }

.sp {
  display: none !important; }

.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.re {
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

.content {
  padding-top: 65px;
  padding-bottom: 65px; }
  .content.pt0 {
    padding-top: 0; }

.content-mini {
  padding-top: 40px;
  padding-bottom: 40px; }

.contentHight {
  padding-top: 180px;
  padding-bottom: 180px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1040px;
  max-width: 100%; }

.pb0 {
  padding-bottom: 0; }

.half {
  width: 50%; }

.f16 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ====================================================================================

    COMMON

==================================================================================== */
.icon-wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.box50 {
  width: 50%; }

.box49 {
  width: 49%; }

.first-box {
  order: -1; }

.title-h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-family: "euro", sans-serif; }
  .title-h2.white {
    color: #fff; }
  .title-h2.green {
    color: #5BA831; }
  .title-h2.center {
    text-align: center; }

.title-h3 {
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #5BA831;
  position: relative; }
  .title-h3.black {
    color: #000; }
  .title-h3:before {
    content: '';
    width: 120px;
    height: 3px;
    background: #5BA831;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.title-cap {
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold; }
  .title-cap.green {
    color: #335D1D; }

.text-box.tc p {
  text-align: center; }

.text-box p + p {
  margin: 30px 0; }

.btn-box.center .btn {
  margin: 0 auto; }

.btn-box.btn-flex-center .btn + .btn {
  margin-left: 30px; }

.btn-box-top-margin {
  margin-top: 60px; }

.btn {
  padding: 2px;
  display: block;
  width: 280px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background: #fff;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    .btn span {
      transition: all 0.5s ease; }
    .btn:hover span {
      opacity: 0.7; } }
  .btn span {
    padding: 20px 10px;
    background: #000;
    display: block; }
  .btn.light span {
    background: #5BA831; }
  .btn.green span {
    background: #335D1D; }
  .btn.orange span {
    background: #F56A1F; }
  .btn.btn-confirm {
    width: 480px; }
  .btn.btn-back span {
    background: #808080; }

.chain .chain-child {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  transition: all 1s cubic-bezier(0, 0, 0.5, 1);
  will-change: opacity, transform; }

.chain.active .chain-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.anm.anm-up {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  transition: all 1s cubic-bezier(0, 0, 0.5, 1);
  will-change: opacity, transform; }
  .anm.anm-up.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.anm.anm-slide:before, .anm.anm-slide:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.3, 0.58, 0.05, 0.98);
  will-change: width; }

.anm.anm-slide:before {
  background: #fff; }

.anm.anm-slide:after {
  background: rgba(255, 255, 255, 0.5);
  transition-duration: .6s; }

.anm.anm-slide.active:before, .anm.anm-slide.active:after {
  width: 0; }

.anm.anm-slide.active:after {
  transition-delay: 0.3s; }

.anm .anm-slide-img {
  opacity: 0;
  transition-property: opacity,transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  will-change: transform, opacity; }
  .anm .anm-slide-img.left {
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  .anm .anm-slide-img.right {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }

.anm .anm-slide-title span {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.5, 1) 0.5s;
  will-change: opacity;
  position: relative; }
  .anm .anm-slide-title span:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    transition: width 0.8s cubic-bezier(0, 0, 0.5, 1) 0.5s;
    position: absolute;
    top: 0;
    right: 0;
    will-change: width; }

.anm-load {
  transition-delay: .3s; }

.anm-image-title.active .anm-slide-img {
  opacity: 1; }
  .anm-image-title.active .anm-slide-img.left, .anm-image-title.active .anm-slide-img.right {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.anm-image-title.active .anm-slide-title span {
  opacity: 1; }
  .anm-image-title.active .anm-slide-title span:after {
    width: 0; }

#page-wrapper {
  padding-bottom: 100px; }

#mv-page {
  padding-top: 190px;
  padding-bottom: 130px;
  background: #808080; }
  #mv-page.mv-guide {
    background: url(assets/img/mv-guide@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-news {
    background: url(assets/img/mv-news@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-children {
    background: url(assets/img/mv-children@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-adult {
    background: url(assets/img/mv-adult@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-coin {
    background: url(assets/img/mv-coin@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-staff {
    background: url(assets/img/mv-staff@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-facilities {
    background: url(assets/img/mv-facilities@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-faq {
    background: url(assets/img/mv-faq@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-schedule {
    background: url(assets/img/mv-schedule@2x.jpg) no-repeat center;
    background-size: cover; }
  #mv-page.mv-404 {
    background: #808080; }

.page-title {
  padding-left: 200px;
  color: #fff;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  position: relative; }
  .page-title span {
    font-family: century-gothic, sans-serif;
    display: block;
    font-size: 2rem; }
  .page-title:before {
    content: '';
    width: 238px;
    height: 170px;
    background: url(assets/img/mv-page-item@2x.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%); }

.pnkz {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #335D1D;
  font-size: 1.2rem;
  color: #fff; }
  .pnkz a,
  .pnkz span {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    color: #fff; }
  .pnkz .pnkz-home {
    margin-left: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(assets/img/icon-home@2x.png) no-repeat center;
    background-size: 100% 100%; }

.content-img {
  margin: 40px 0; }

.page-nav {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-nav li {
    width: 20%;
    border: 1px solid #ccc;
    border-right: none; }
    .page-nav li.col3 {
      width: 33.333%; }
      .page-nav li.col3:nth-child(3n) {
        border-right: 1px solid #ccc; }
      .page-nav li.col3:nth-child(n+4) {
        border-top: none; }
    .page-nav li.col4 {
      width: 25%; }
      .page-nav li.col4:nth-child(4n) {
        border-right: 1px solid #ccc; }
      .page-nav li.col4:nth-child(n+5) {
        border-top: none; }
    .page-nav li:last-child {
      border-right: 1px solid #ccc; }
    .page-nav li a {
      padding: 18px 10px;
      display: block;
      text-align: center;
      color: #000; }
      .page-nav li a.active {
        background: #EFF8EA; }
      @media only screen and (min-width: 769px) {
        .page-nav li a {
          transition: all 0.5s ease; }
          .page-nav li a:hover {
            background: #EFF8EA; } }

.tab-wrapper {
  position: relative; }

.tab-target {
  opacity: 0;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%; }
  .tab-target.active {
    opacity: 1;
    position: relative;
    display: block; }

/* ====================================================================================

    HEADER

==================================================================================== */
#common-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  #common-header.home-header .header-inner {
    background: transparent; }
  #common-header.home-header #common-nav ul li a {
    color: #fff; }
  #common-header.home-header .logo img {
    opacity: 0; }
    #common-header.home-header .logo img.home-first-logo {
      opacity: 1; }
  #common-header.home-header #nav-torigger .nav-torigger-inner span {
    background: #fff; }

.header-inner {
  padding: 30px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  transition: padding,background-color .5s ease; }
  .header-inner .logo {
    margin-right: 80px;
    position: relative;
    width: 390px; }
    .header-inner .logo .home-first-logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      opacity: 0;
      transition: opacity .5s ease; }

.header-sidebar {
  position: fixed;
  top: 92px;
  right: 0;
  pointer-events: none; }

.other-links {
  pointer-events: auto;
  position: relative;
  background: #fff;
  z-index: 100;
  -webkit-transform: translateX(calc(100% - 60px));
  transform: translateX(calc(100% - 60px)); }
  @media only screen and (min-width: 769px) {
    .other-links {
      -webkit-transition: transform .3s ease .3s;
      transition: transform .3s ease .3s; } }
  .other-links.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition-delay: .1s; }
  .other-links li a {
    padding: 18px 18px 18px 60px;
    display: block;
    color: #fff;
    position: relative;
    background: #5BA831;
    transition: color,opacity .5s ease; }
    @media only screen and (min-width: 769px) {
      .other-links li a {
        transition: all 0.5s ease; }
        .other-links li a:hover {
          opacity: 0.6; } }
    .other-links li a .icon {
      position: absolute;
      top: 50%;
      left: 17px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 25px; }

.one-link {
  margin-left: auto;
  width: 60px;
  position: relative;
  z-index: 100;
  pointer-events: auto;
  background: #fff; }
  @media only screen and (min-width: 769px) {
    .one-link a {
      transition: all 0.5s ease; }
      .one-link a:hover {
        opacity: 0.6; } }

/* ====================================================================================

    NAV

==================================================================================== */
#nav-torigger {
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }
  #nav-torigger .nav-torigger-inner {
    display: block;
    width: 24px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #nav-torigger .nav-torigger-inner span {
      display: block;
      width: 100%;
      height: 2px;
      background: #5BA831;
      position: absolute;
      left: 0;
      transition: all 0.5s ease; }
      #nav-torigger .nav-torigger-inner span:nth-of-type(1) {
        top: 0; }
      #nav-torigger .nav-torigger-inner span:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      #nav-torigger .nav-torigger-inner span:nth-of-type(3) {
        bottom: 0; }
  #nav-torigger.active .nav-torigger-inner span {
    background: #fff; }
    #nav-torigger.active .nav-torigger-inner span:nth-of-type(1) {
      transform: translate(0, 7px) rotate(45deg); }
    #nav-torigger.active .nav-torigger-inner span:nth-of-type(2) {
      opacity: 0; }
    #nav-torigger.active .nav-torigger-inner span:nth-of-type(3) {
      transform: translate(0, -7px) rotate(-45deg); }

#common-nav ul {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }
  #common-nav ul li {
    margin: 0 15px; }
    #common-nav ul li a {
      color: #335D1D;
      font-size: 1.4rem;
      font-weight: bold;
      position: relative; }
      #common-nav ul li a:after {
        content: '';
        width: 55px;
        height: 40px;
        background: url(assets/img/icon-nav@2x.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top: 5px;
        left: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        opacity: 0; }
      #common-nav ul li a.active:after {
        opacity: 1; }
      @media only screen and (min-width: 769px) {
        #common-nav ul li a:after {
          transition: all 0.5s ease; }
        #common-nav ul li a:hover:after {
          opacity: 1; } }

.logo-nav {
  display: none; }

/* ====================================================================================

    SIDE

==================================================================================== */
#common-side {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(assets/img/bg-side@2x.jpg.webp) no-repeat center;
  background-size: cover; }

.side-text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600; }

.side-box {
  margin-top: 15px;
  padding: 30px 15px 30px 30px;
  background: #fff; }
  .side-box dt {
    font-size: 1.4rem;
    font-weight: bold; }
  .side-box dd {
    width: 62.92135%; }
    .side-box dd a {
      padding: 20px;
      width: 100%;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -ms-flex-box: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      background: #5BA831;
      color: #fff; }
      @media only screen and (min-width: 769px) {
        .side-box dd a {
          transition: all 0.5s ease; }
          .side-box dd a:hover {
            opacity: 0.6; } }
      .side-box dd a img {
        margin-right: 10px; }
    .side-box dd .tel_link img {
      margin-right: 10px; }
    .side-box dd .tel_link span {
      font-family: "mala", serif;
      font-size: 3rem; }
    .side-box dd small {
      font-size: 1rem;
      letter-spacing: -0.5px; }

.cal dt {
  padding: 8px 30px;
  background: #5BA831;
  color: #fff;
  font-weight: bold; }

.cal dd {
  padding: 15px 30px 20px;
  background: #fff; }

.calStyle .fc-header-toolbar {
  margin-bottom: 10px;
  position: relative;
  display: block; }
  .calStyle .fc-header-toolbar.fc-header-toolbar {
    margin-bottom: 15px; }
  .calStyle .fc-header-toolbar .fc-toolbar-title {
    text-align: center;
    font-size: 1.6rem;
    color: #335D1D;
    font-weight: bold; }
  .calStyle .fc-header-toolbar .fc-button-group {
    position: static; }
  .calStyle .fc-header-toolbar .fc-toolbar-chunk {
    font-size: 0; }
  .calStyle .fc-header-toolbar .fc-prev-button,
  .calStyle .fc-header-toolbar .fc-next-button {
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #335D1D;
    background: transparent;
    line-height: 1;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .calStyle .fc-header-toolbar .fc-prev-button .fc-icon,
    .calStyle .fc-header-toolbar .fc-next-button .fc-icon {
      color: #335D1D;
      font-size: 1.6rem;
      line-height: 1; }
  .calStyle .fc-header-toolbar .fc-prev-button {
    left: 0; }
  .calStyle .fc-header-toolbar .fc-next-button {
    right: 0; }

.calStyle table {
  font-size: 10px;
  border-color: #335D1D !important; }
  .calStyle table th,
  .calStyle table td {
    border-color: #335D1D; }

.calStyle .calEvents {
  background: #DDA714;
  border-color: #DDA714; }

.calStyle .calHoly {
  background: #CA0011;
  border-color: #CA0011; }

.calStyle .calTest {
  background: #22A327;
  border-color: #22A327; }

.calStyle .fc-daygrid-day.fc-day-today {
  background: #D1EBC3; }

.calStyle .fc-daygrid-day-number {
  color: #335D1D; }

.calStyle .fc-col-header-cell {
  background: #335D1D;
  color: #fff;
  border-right-color: #fff; }

/* ====================================================================================

    FOOTER

==================================================================================== */
.site-info {
  padding: 100px 0 60px;
  text-align: center; }
  .site-info p {
    text-align: center; }

.logo-footer {
  margin-bottom: 50px; }
  .logo-footer .logo-sp {
    display: none; }

.sns-link {
  margin-top: 25px;
  display: inline-block; }
  .sns-link li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (min-width: 769px) {
      .sns-link li a {
        transition: all 0.5s ease; }
        .sns-link li a:hover {
          opacity: 0.6; } }

.footer-nav {
  padding: 20px;
  background: rgba(106, 219, 46, 0.34); }
  .footer-nav ul {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .footer-nav ul li {
      margin: 0 10px; }
      .footer-nav ul li a {
        color: #000;
        font-size: 1.4rem;
        font-weight: bold; }
        @media only screen and (min-width: 769px) {
          .footer-nav ul li a {
            transition: all 0.5s ease; }
            .footer-nav ul li a:hover {
              opacity: 0.6; } }

.footer-link {
  display: none; }
  .footer-link a {
    display: block; }

.copy {
  padding: 20px;
  background: #335D1D; }
  .copy p {
    color: #fff;
    text-align: center; }
    .copy p small {
      font-size: 1.2rem; }

.fc-today-button {
  display: none !important; }

/* ====================================================================================

    FRONT

==================================================================================== */
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #5BA831;
  z-index: 2000;
  will-change: height; }
  #loading.load {
    display: block; }

.loading-inner {
  transition: opacity .8s ease; }

#load-logo,
.load-text {
  opacity: 0;
  transition: opacity 1.5s ease; }

.load-text {
  transition-delay: .5s; }

.loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }

.load-text {
  margin-top: 20px; }
  .load-text p {
    display: inline;
    text-align: center;
    font-weight: 100;
    font-family: Helvetica, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.dot_anm {
  display: inline;
  font-size: 0; }
  .dot_anm i {
    background: #fff;
    width: 2px;
    height: 2px;
    margin: 0 4px 0 0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: loading-dots-middle-dots 0.5s linear infinite;
    animation: loading-dots-middle-dots 0.5s linear infinite; }
    .dot_anm i:first-child {
      opacity: 0;
      -webkit-animation: loading-dots-first-dot 0.5s infinite;
      animation: loading-dots-first-dot 0.5s linear infinite;
      -webkit-transform: translate(-4px);
      transform: translate(-4px); }
    .dot_anm i:last-child {
      -webkit-animation: loading-dots-last-dot 0.5s linear infinite;
      animation: loading-dots-last-dot 0.5s linear infinite; }

@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 1; } }

@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 1; } }

@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px); } }

@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px); } }

@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 0; } }

@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    opacity: 0; } }

.home-item {
  position: absolute;
  z-index: -1; }

.home-item-left {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-24%, 50%);
  transform: translate(-24%, 50%); }

.home-item-right {
  right: 0;
  top: 0;
  -webkit-transform: translate(24%, -40%);
  transform: translate(24%, -40%); }

.mv-home {
  overflow: hidden;
  position: relative; }

.mv-home-telop {
  padding: 5px 0 3px;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: var(--vic);
  p {
    padding-right: 200px;
    white-space: nowrap;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
}

.mv-home-telop.pagetelop {
  top: 0;
}

.mv-home-telop-box {
  display: flex;
  animation: telopAnm 5s linear 0s infinite;
}

.mv-home-telop-inner {
  display: flex;
}

@keyframes telopAnm {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

.mv-home-inner {
  height: 825px;
  position: relative;
  overflow: hidden; }

.mv-home-text {
  display: inline-block;
  position: absolute;
  bottom: 26.14379%;
  left: 7.1875%;
  z-index: 1; }
  .mv-home-text p {
    font-size: 4.8rem;
    color: #fff;
    font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.4;
    font-weight: 500;
    font-weight: bold; }
    .mv-home-text p strong {
      font-weight: 500; }

.mv-home-text-img {
  position: absolute;
  width: 280px;
  top: -8px;
  right: 75px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }

.mv-home-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  .mv-home-link a {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 18px;
    color: #fff;
    background: rgba(91, 168, 49, 0.85);
    text-align: center;
    font-size: 2rem;
    font-weight: bold; }
    .mv-home-link a img {
      margin-left: 10px; }
    @media only screen and (min-width: 769px) {
      .mv-home-link a {
        transition: all 0.5s ease; }
        .mv-home-link a:hover {
          background: #5BA831; } }

.home-news-box {
  padding: 13px 0;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  border-bottom: 1px dashed #000; }
  .home-news-box time {
    padding-right: 5px;
    padding-left: 5px;
    width: 12%;
    text-align: center; }
  .home-news-box .news-new-icon {
    opacity: 0;
    width: 8%;
    text-align: center; }
    .home-news-box .news-new-icon img {
      width: 67.5%; }
    .home-news-box .news-new-icon.active {
      opacity: 1; }
  .home-news-box .cat {
    width: 12%; }
    .home-news-box .cat a {
      padding: 8px 5px;
      color: #fff;
      font-size: 1.3rem;
      text-align: center;
      display: block;
      background: #000; }
      @media only screen and (min-width: 769px) {
        .home-news-box .cat a {
          transition: all 0.5s ease; }
          .home-news-box .cat a:hover {
            opacity: 0.6; } }
      .home-news-box .cat a.cat02 {
        background: #F56A1F; }
      .home-news-box .cat a.cat03 {
        background: #5BA831; }
  .home-news-box h3 {
    width: 80%;
    font-size: 1.3rem; }
    .home-news-box h3 a {
      color: #000; }
      @media only screen and (min-width: 769px) {
        .home-news-box h3 a:hover {
          text-decoration: underline; } }

#js-main-movie-wrap {
  background: url(assets/img/mv-home@2x.jpg.webp) no-repeat center;
  background-size: cover;
  width: 1468px;
  height: 56.25vw;
  min-width: 100%;
  min-height: calc(100% + 180px);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #js-main-movie-wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }

#js-main-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.point-images-wrap {
  margin-bottom: 30px; }

.home-cource-text {
  margin: 0 auto 30px;
  width: 730px;
  max-width: 100%; }
  .home-cource-text p {
    text-align: center; }

.cource-content1 {
  background: url(assets/img/bg-cource1.jpg.webp) no-repeat center;
  background-size: cover; }

.cource-content2 {
  background: url(assets/img/bg-cource2.jpg.webp) no-repeat center;
  background-size: cover; }

.cource-info-wrap {
  margin-bottom: 36px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cource-info-box a {
  padding: 25px;
  display: block;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  transition: background .5s ease; }
  @media only screen and (min-width: 769px) {
    .cource-info-box a:hover {
      background: #fff; } }

.cource-info-box h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #335D1D;
  font-weight: bold; }

.cource-info-box.col3 {
  margin-right: 2%;
  width: 32%; }
  .cource-info-box.col3:nth-child(n+4) {
    margin-top: 2%; }
  .cource-info-box.col3:nth-child(3n) {
    margin-right: 0; }

.cource-info-box.col4 {
  margin-right: 1.33333%;
  width: 24%; }
  .cource-info-box.col4:nth-child(n+5) {
    margin-top: 1.3333%; }
  .cource-info-box.col4:nth-child(4n) {
    margin-right: 0; }

.cource-icon {
  margin: 40px 0 20px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 85px; }
  .cource-icon img.w85 {
    width: 85px; }
  .cource-icon img.h85 {
    height: 100%; }

.cource-info p {
  line-height: 1.4;
  text-align: center; }
/*
.home-one-coin-wrap {
  padding-top: 70px;
  padding-bottom: 50px;
  background: url(assets/img/bg-home-one-coin@2x.jpg.webp) no-repeat center;
  background-size: cover; }
*/
.home-one-coin-wrap {
  padding-top: 70px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;}
}

.home-one-coin-wrap.lazyloaded {
  background: url(assets/img/bg-home-one-coin@2x.jpg.webp);
  background-size: cover;
}

  .home-one-coin-wrap dl {
    padding: 50px 60px 30px;
    background: rgba(255, 255, 255, 0.8); }
    .home-one-coin-wrap dl dt {
      margin-bottom: 30px;
      text-align: center;
      font-size: 2.2rem;
      font-weight: bold; }
    .home-one-coin-wrap dl dd p {
      margin-bottom: 20px;
      text-align: center;
      line-height: 2.2; }

.home-access-wrap {
  margin-bottom: 50px;
  background: rgba(170, 170, 170, 0.17); }

.home-access-info {
  padding: 0 50px; }

#map {
  width: 100%;
  height: 500px; }

.home-access-info dl dt,
.home-access-info dl dd {
  font-size: 1.5rem;
  line-height: 2; }

.home-access-info dl dt {
  color: #5BA831;
  font-weight: bold; }

.home-access-info dl + dl {
  margin-top: 40px; }

.home-other-nav {
  position: relative; }
  .home-other-nav ul {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex; }
    .home-other-nav ul li {
      width: 50%; }
      .home-other-nav ul li.home-other-nav1 a {
        background: url(assets/img/bg-home-other-nav1.jpg.webp) no-repeat center;
        background-size: cover;
        left: 0; }
      .home-other-nav ul li.home-other-nav2 a {
        background: url(assets/img/bg-home-other-nav2.jpg.webp) no-repeat center;
        background-size: cover;
        right: 0; }
      .home-other-nav ul li.home-other-nav2 p {
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
      .home-other-nav ul li a {
        width: 50vw;
        height: 100%;
        display: block;
        position: absolute;
        top: 0; }
        @media only screen and (min-width: 769px) {
          .home-other-nav ul li a {
            transition: all 0.5s ease; }
            .home-other-nav ul li a:hover {
              opacity: 0.6; } }
      .home-other-nav ul li p {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
        z-index: 1;
        color: #fff;
        pointer-events: none;
        display: -webkit-box;
        /*Android4.3*/
        display: -moz-box;
        /*Firefox21*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        display: flex;
        -webkit-align-items: center;
        /* 縦方向中央揃え（Safari用） */
        align-items: center;
        /* 縦方向中央揃え */ }
        .home-other-nav ul li p b {
          margin-right: 10px;
          font-size: 4.7rem;
          letter-spacing: 1px;
          font-family: century-gothic, sans-serif; }
        .home-other-nav ul li p span {
          letter-spacing: 3px;
          font-weight: bold; }

.insta-logo {
  margin-bottom: 15px;
  text-align: center; }

.hash-tag {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.8rem;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  color: #5BA831; }

.insta-wrap {
  margin: 0 auto;
  width: 1398px;
  max-width: 100%; }

#sb_instagram {
  margin-bottom: 40px; }

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
  margin-right: 0.85837% !important;
  position: relative; }
  #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(n+6) {
    margin-top: 12px !important; }
  #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(5n) {
    margin-right: 0 !important; }
  #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item .sbi_photo_wrap {
    aspect-ratio: 1; }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item .sbi_photo_wrap a {
      height: 100% !important; }
      @media only screen and (min-width: 769px) {
        #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item .sbi_photo_wrap a {
          transition: all 0.5s ease; }
          #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item .sbi_photo_wrap a img {
            transition: all 0.5s ease; }
          #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item .sbi_photo_wrap a:hover {
            opacity: 0.7; }
            #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item .sbi_photo_wrap a:hover img {
              transform: scale(1.1); } }

.insta-list {
  margin-bottom: 40px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .insta-list li {
    margin-right: 0.85837%;
    width: 19.3133%; }
    .insta-list li:nth-child(n+6) {
      margin-top: 12px; }
    .insta-list li:nth-child(5n) {
      margin-right: 0; }
    .insta-list li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .insta-list li a img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      @media only screen and (min-width: 769px) {
        .insta-list li a {
          transition: all 0.5s ease; }
          .insta-list li a img {
            transition: all 0.5s ease; }
          .insta-list li a:hover {
            opacity: 0.7; }
            .insta-list li a:hover img {
              transform: scale(1.1); } }

/* ====================================================================================

    NEWS

==================================================================================== */
.news-nav {
  margin: 0 auto 40px;
  width: 748px;
  max-width: 100%;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }
  .news-nav > li {
    width: 31.68449%;
    height: 50px;
    position: relative; }
    .news-nav > li:nth-child(2) .child {
      z-index: 1; }
    .news-nav > li .child {
      display: none;
      padding: 10px 20px;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      background: #fff;
      border: 1px solid #999;
      border-top: none;
      max-height: 300px;
      overflow-y: scroll;
      z-index: 2; }
      .news-nav > li .child li {
        border-bottom: 1px solid #ccc; }
        .news-nav > li .child li:last-child {
          border-bottom: none; }
        .news-nav > li .child li a {
          padding: 15px 10px;
          display: block;
          color: #000;
          font-size: 1.4rem; }
          @media only screen and (min-width: 769px) {
            .news-nav > li .child li a {
              transition: all 0.5s ease; }
              .news-nav > li .child li a:hover {
                color: #fff;
                background: #5BA831; } }

.news-nav-torigger {
  width: 100%;
  line-height: 50px;
  border: 1px solid #999;
  text-align: center;
  position: relative; }
  .news-nav-torigger:after {
    content: '';
    width: 11px;
    height: 6px;
    background: url(assets/img/icon-news-nav.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease; }
  .news-nav-torigger.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.search-box {
  height: 100%;
  position: relative;
  border: 1px solid #999; }
  .search-box input {
    padding-left: 10px;
    padding-right: 30px;
    width: 100%;
    height: 50px;
    border: none;
    background: none;
    font-size: 16px; }

.btn-search {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0; }

.news-single-wrap {
  margin: 60px 0; }
  .news-single-wrap .cat {
    margin-bottom: 13px; }
    .news-single-wrap .cat a {
      padding: 10px 25px;
      background: #000;
      color: #fff;
      display: inline-block; }
      .news-single-wrap .cat a.cat02 {
        background: #5BA831; }
      .news-single-wrap .cat a.cat03 {
        background: #F56A1F; }
  .news-single-wrap h2 {
    margin-bottom: 13px;
    font-size: 3rem;
    font-weight: bold; }

.news-single-main {
  margin-top: 30px; }
  .news-single-main p {
    margin: 30px 0;
    line-height: 2.2; }

.wp-pagenavi {
  margin-top: 80px;
  text-align: center;
  font-size: 0; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 12px 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #fff; }
  .wp-pagenavi span {
    background: #335D1D; }
  .wp-pagenavi a {
    background: #5BA831; }
    @media only screen and (min-width: 769px) {
      .wp-pagenavi a {
        transition: all 0.5s ease; }
        .wp-pagenavi a:hover {
          opacity: 0.6; } }

/* ====================================================================================

    COURCE

==================================================================================== */
.cource1 {
  background: url(assets/img/bg-children1@2x.jpg) no-repeat center;
  background-size: cover; }

.cource2 {
  background: url(assets/img/bg-children2@2x.jpg) no-repeat center;
  background-size: cover; }

.cource3 {
  background: url(assets/img/bg-children3@2x.jpg) no-repeat center;
  background-size: cover; }

.cource4 {
  background: url(assets/img/bg-children4@2x.jpg) no-repeat center;
  background-size: cover; }

.cource5 {
  background: url(assets/img/bg-children5@2x.jpg) no-repeat center;
  background-size: cover; }

.cource6 {
  background: url(assets/img/bg-children6@2x.jpg) no-repeat center;
  background-size: cover; }

.cource7 {
  background: url(assets/img/bg-adult1@2x.jpg) no-repeat center;
  background-size: cover; }

.cource-title {
  width: 32.8%;
  text-align: center; }
  .cource-title h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #335D1D; }

.cource-info-right {
  padding-left: 40px;
  border-left: 1px dotted #335D1D;
  width: 67.2%;
  min-height: 300px; }
  .cource-info-right table {
    width: 100%; }
    .cource-info-right table tr th,
    .cource-info-right table tr td {
      padding-bottom: 10px;
      line-height: 1.6;
      font-weight: bold; }
    .cource-info-right table tr th {
      width: 22.46835%;
      vertical-align: top; }
      .cource-info-right table tr th span {
        padding: 6px 15px;
        background: #5BA831;
        display: block;
        color: #fff;
        font-weight: bold; }
    .cource-info-right table tr td {
      padding-left: 30px;
      line-height: 2; }
      .cource-info-right table tr td .btn {
        padding: 0;
        margin-left: 10px;
        display: inline-block;
        line-height: 1;
        width: auto;
        font-size: 1.4rem; }
        .cource-info-right table tr td .btn span {
          padding: 0;
          padding: 5px 15px; }
      .cource-info-right table tr td dl dt {
        margin-bottom: 5px;
        border-bottom: 1px solid #5BA831;
        color: #5BA831;
        font-size: 1.8rem; }
      .cource-info-right table tr td dl + dl {
        margin-top: 10px; }
  .cource-info-right p {
    line-height: 2;
    font-weight: bold; }

.title-icon {
  margin: 0 auto 20px;
  position: relative; }
  .title-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .title-icon.w180 {
    padding-top: 54.87805%;
    width: 54.87805%; }
    .title-icon.w180 img {
      width: 100%; }
  .title-icon.h180 {
    padding-top: 54.87805%;
    width: auto; }
    .title-icon.h180 img {
      height: 100%;
      width: auto; }

.iframe-wrap {
  padding-top: 56%;
  position: relative; }
  .iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* ====================================================================================

    1 COIN EXPERIENCE

==================================================================================== */
.onecoin-campain {
  padding-bottom: 120px;
  background: url(assets/img/bg-coin1@2x.jpg) no-repeat center;
  background-size: cover; }
  .onecoin-campain p {
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 1.8rem; }
    .onecoin-campain p strong {
      font-size: 4.8rem;
      font-weight: bold; }

.campain-now {
  margin-bottom: 5px;
  padding-top: 17%;
  position: relative; }
  .campain-now img {
    width: 22.8%;
    position: absolute;
    top: 0;
    left: 16%; }

.campain-info-wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.campain-info {
  padding: 0 20px;
  width: 33.333%;
  text-align: center; }
  .campain-info p {
    text-align: center;
    line-height: 2; }
  .campain-info .icon {
    margin-bottom: 15px;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .campain-info h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.6;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }

.coin-flow-box {
  position: relative; }
  .coin-flow-box:first-of-type {
    margin-top: 60px; }

.coin-flow-img {
  min-height: 400px; }

.coin-flow-img-inner {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden; }
  .coin-flow-img-inner.left {
    left: 0; }
  .coin-flow-img-inner.right {
    right: 0; }
  .coin-flow-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }

.coin-flow-info {
  padding: 40px 80px;
  text-align: center; }
  .coin-flow-info h2,
  .coin-flow-info h3 {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #5BA831;
    font-weight: bold; }
  .coin-flow-info p {
    margin-bottom: 15px;
    line-height: 2; }
    .coin-flow-info p small {
      line-height: 1.6;
      display: inline-block;
      color: #5BA831;
      font-size: 1.4rem; }

/* ====================================================================================

    STAFF

==================================================================================== */
.staff-wrapper {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.staff-box {
  margin-right: 2.3%;
  width: 31.8%;
  position: relative; }
  .staff-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .staff-box figure img {
    height: auto !important; }
  .staff-box:nth-child(3n) {
    margin-right: 0; }
  .staff-box:nth-child(n+4) {
    margin-top: 2.3%; }
  .staff-box:hover figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .staff-box:hover figure:before {
    transform: skew(-45deg) translateX(50%); }
  .staff-box:hover figure:after {
    transform: skew(-45deg) translateX(-50%); }
  .staff-box:hover figure figcaption .staff-data h2,
  .staff-box:hover figure figcaption .staff-data p {
    opacity: 1; }
  .staff-box figure {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .staff-box figure * {
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    .staff-box figure:before, .staff-box figure:after {
      content: '';
      background: rgba(0, 0, 0, 0.2);
      width: 200%;
      height: 200%;
      position: absolute;
      transition: all 0.55s ease-in-out;
      z-index: 1; }
    .staff-box figure:before {
      right: 0;
      bottom: 0;
      transform: skew(-45deg) translateX(150%); }
    .staff-box figure:after {
      top: 0;
      left: 0;
      transform: skew(-45deg) translateX(-150%); }
  .staff-box figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2; }
    .staff-box figcaption .staff-data {
      display: inline-block;
      text-align: justify; }
      .staff-box figcaption .staff-data h2,
      .staff-box figcaption .staff-data p {
        opacity: 0; }
      .staff-box figcaption .staff-data h2 {
        margin: 5px 0;
        font-size: 2.4rem;
        font-weight: bold;
        color: #6ADB2E; }
      .staff-box figcaption .staff-data p {
        color: #fff;
        font-family: century-gothic, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: bold; }

.staff-popup {
  padding-left: 20px;
  padding-right: 20px;
  width: 1040px;
  max-width: 100%; }

.staff-popup-hide {
  display: none; }

.staff-img {
  width: 32.3%; }

.staff-info {
  width: 64%; }

.staff-name-wrap {
  color: #fff; }
  .staff-name-wrap dt {
    margin-bottom: 10px;
    line-height: 1.4; }

.staff-cap {
  margin-bottom: 3px;
  display: block; }

.staff-name {
  color: #6ADB2E;
  font-size: 2.4rem;
  font-weight: bold; }
  .staff-name small {
    margin-left: 10px;
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    font-family: century-gothic, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.single-staff .staff-name-wrap {
  color: #000; }

/* ====================================================================================

    FACILITIES

==================================================================================== */
.facilities-img img {
  width: 100%;
  height: 520px;
  object-fit: cover; }

.facilities-info-inner {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 620px;
  max-width: 100%; }
  .facilities-info-inner h2 {
    margin-bottom: 40px;
    color: #5BA831;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4; }

.bus-box {
  margin-right: 0.4%;
  width: 49.8%; }
  .bus-box:nth-child(2n) {
    margin-right: 0; }
  .bus-box:nth-child(n+3) {
    margin-top: 0.4%; }
  .bus-box dt {
    padding: 10px 20px;
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    background: #5BA831; }

.bus-map {
  height: 430px;
  background: #ccc; }
  .bus-map a {
    display: none; }

/* ====================================================================================

    FAQ

==================================================================================== */
.faq-wrapper {
  padding: 80px 0; }

.faq-box {
  border: 1px solid #ccc; }
  .faq-box dt,
  .faq-box dd {
    padding: 20px;
    padding-left: 66px;
    font-weight: bold;
    position: relative;
    line-height: 2; }
    .faq-box dt:before,
    .faq-box dd:before {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: auto;
      left: 20px; }
  .faq-box dt {
    padding-right: 50px;
    cursor: pointer; }
    .faq-box dt:before {
      background: url(assets/img/icon-f.svg) no-repeat center;
      background-size: 100% 100%; }
    .faq-box dt:after {
      content: '';
      width: 12px;
      height: 6px;
      background: url(assets/img/icon-arrow-bot-light.svg) no-repeat center;
      background-size: 100% 100%;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      transition: transform .5s ease; }
    .faq-box dt.active:after {
      transform: translateY(-50%) rotate(180deg); }
  .faq-box dd {
    display: none;
    border-top: 1px solid #ccc;
    will-change: height,padding; }
    .faq-box dd:before {
      background: url(assets/img/icon-a.svg) no-repeat center;
      background-size: 100% 100%; }
  .faq-box + .faq-box {
    border-top: none; }

/* ====================================================================================

    SCHEDULE

==================================================================================== */
.schedule-box {
  margin-bottom: 30px; }
  .schedule-box .fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px; }
  .schedule-box .fc-header-toolbar {
    text-align: center; }
    .schedule-box .fc-header-toolbar .fc-toolbar-title {
      padding-bottom: 5px;
      border-bottom: 1px solid #335D1D;
      font-size: 2.3rem;
      display: inline-block; }
  .schedule-box .fc-prev-button,
  .schedule-box .fc-next-button {
    display: none; }

.schedule-nav {
  margin-bottom: 60px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }
  .schedule-nav li a {
    color: #335D1D;
    font-weight: bold;
    font-size: 1.8rem; }

/* ====================================================================================

    CONTACT

==================================================================================== */
.contact-form {
  margin-top: 100px;
  margin-bottom: 60px;
  width: 100%; }
  .contact-form tr {
    border-top: 1px solid #000; }
    .contact-form tr:last-child {
      border-bottom: 1px solid #000; }
    .contact-form tr th,
    .contact-form tr td {
      padding-top: 15px;
      padding-bottom: 15px; }
    .contact-form tr th {
      width: 40.5%;
      font-weight: bold; }
      .contact-form tr th.top {
        padding-top: 35px;
        vertical-align: top; }
      .contact-form tr th em {
        margin-right: 20px;
        padding: 3px 20px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.3rem; }
        .contact-form tr th em.req {
          background: #5BA831; }
        .contact-form tr th em.fre {
          background: #aaa; }
    .contact-form tr td {
      padding-left: 45px; }

.form-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background: rgba(153, 153, 153, 0.3);
  border: none;
  font-size: 16px; }

.form-input {
  height: 50px; }

.form-text {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 180px;
  resize: none; }

.zip-list {
  margin-bottom: 10px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }
  .zip-list li {
    width: 45%; }
    .zip-list li.zip-code {
      position: relative;
      display: -webkit-box;
      /*Android4.3*/
      display: -moz-box;
      /*Firefox21*/
      display: -ms-flexbox;
      /*IE10*/
      display: -webkit-flex;
      /*PC-Safari,iOS8.4*/
      display: flex;
      -webkit-align-items: center;
      /* 縦方向中央揃え（Safari用） */
      align-items: center;
      /* 縦方向中央揃え */ }
      .zip-list li.zip-code:before {
        margin-right: 10px;
        content: '\03012'; }
    .zip-list li.select-wrap {
      background: rgba(153, 153, 153, 0.3);
      position: relative; }
      .zip-list li.select-wrap:after {
        content: '';
        width: 22px;
        height: 11px;
        background: url(assets/img/icon-select.svg) no-repeat center;
        background-size: 100% 100%;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .zip-list li.select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0;
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        padding-left: 15px;
        padding-right: 50px;
        font-size: 16px;
        width: 100%;
        height: 50px; }

.privacy-text {
  margin-bottom: 60px;
  padding: 10px 20px;
  padding-right: 25px;
  height: 180px;
  overflow-y: scroll;
  border: 1px solid #000; }
  .privacy-text p {
    line-height: 2; }
    .privacy-text p + p {
      margin-top: 20px; }

.complete-text {
  margin: 100px 0 80px; }
  .complete-text p {
    text-align: center;
    font-weight: bold;
    line-height: 2; }

.contact_form_wrap .mw_wp_form .error {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #F56A1F; }

.contact_form_wrap .g-recaptcha {
  margin-bottom: 60px; }

.mw_wp_form_confirm .zip-list {
  display: block; }
  .mw_wp_form_confirm .zip-list li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.6; }
    .mw_wp_form_confirm .zip-list li.select-wrap {
      background: transparent; }
      .mw_wp_form_confirm .zip-list li.select-wrap:after {
        content: none; }

.ss-class-table table {
  width: 100%; }
  .ss-class-table table thead tr th,
  .ss-class-table table thead tr td,
  .ss-class-table table tbody tr th,
  .ss-class-table table tbody tr td {
    padding: 20px 10px;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #335D1D; }
    .ss-class-table table thead tr th:nth-child(1), .ss-class-table table thead tr th:nth-child(2),
    .ss-class-table table thead tr td:nth-child(1),
    .ss-class-table table thead tr td:nth-child(2),
    .ss-class-table table tbody tr th:nth-child(1),
    .ss-class-table table tbody tr th:nth-child(2),
    .ss-class-table table tbody tr td:nth-child(1),
    .ss-class-table table tbody tr td:nth-child(2) {
      width: 20%; }
    .ss-class-table table thead tr th:last-child,
    .ss-class-table table thead tr td:last-child,
    .ss-class-table table tbody tr th:last-child,
    .ss-class-table table tbody tr td:last-child {
      padding-left: 20px;
      width: 60%;
      text-align: justify; }
  .ss-class-table table thead tr {
    background: #D1EBC3; }
  .ss-class-table table tbody tr.red {
    background: #FACFCF; }
  .ss-class-table table tbody tr.yellow {
    background: #FAF8CF; }
  .ss-class-table table tbody tr.blue {
    background: #D6F0F4; }
  .ss-class-table table tbody tr.orange {
    background: #FAE6CF; }

.page-id-9 #lightcase-overlay {
  opacity: 1 !important;
  background: #333; }

.bus-cource-wrap {
  height: 500px; }
  .bus-cource-wrap iframe {
    width: 100%;
    height: 100%; }

.print-code {
  margin-top: 60px;
  text-align: center; }
  .print-code p {
    margin-top: 30px;
    font-weight: bold;
    text-align: center; }

@media only screen and (max-width: 1500px) {
  .header-inner .logo {
    margin-right: 40px;
    width: 250px; }
  #common-nav ul li a {
    font-size: 1.2rem; } }

@media only screen and (max-width: 1200px) {
  .header-inner .logo {
    margin-right: 30px;
    width: 200px; }
  #common-nav ul li {
    margin: 0 10px; }
    #common-nav ul li a {
      font-size: 1.2rem; } }

@media print {
  body {
    border: 15px solid #5BA831;
    min-width: 1080px;
    -webkit-print-color-adjust: exact; }
  .title-cap {
    font-size: 20px; }
  .inner {
    width: 800px;
    max-width: 100%; }
  .content {
    padding: 0; }
  #page-wrapper {
    padding-bottom: 10px; }
  #common-nav {
    display: none; }
  #mv-page {
    display: none; }
  #common-header {
    position: relative; }
  #wrapper {
    padding-top: 0 !important; }
  .header-inner {
    padding-bottom: 15px; }
  .header-sidebar {
    display: none; }
  .pnkz {
    display: none; }
  #common-side {
    display: none; }
  #common-footer {
    display: none; }
  .mv-home-text {
    width: 70%; }
  .mv-home-text-img {
    width: 40%;
    right: -20px; }
  .schedule-nav {
    display: none; }
    .schedule-nav + .btn-box {
      display: none; }
  .header-inner {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .header-inner .logo {
      margin-right: 0; }
  .fc .fc-daygrid-body,
  .fc .fc-scrollgrid-section-body table {
    width: 100% !important; }
  .header-inner .logo {
    width: 300px; }
  .schedule-box .fc-header-toolbar .fc-toolbar-title {
    font-size: 18px; }
  .title-h2 {
    display: none; }
  .schedule-box {
    margin-bottom: 20px; }
  .print-code {
    display: none; } }

@media only screen and (max-width: 1040px) {
  html {
    font-size: 1vw; }
  .header-inner {
    padding-left: 20px;
    padding-right: 20px; }
    .header-inner .logo {
      margin-right: 20px;
      width: 150px; }
  #common-nav ul li {
    margin: 0 6px; }
    #common-nav ul li a {
      font-size: 1rem; }
  .mv-home-text {
    width: 70%; }
  .mv-home-text-img {
    width: 40%;
    right: -20px; } }

@media only screen and (max-width: 768px) {
  .header-inner {
    padding-top: 20px;
    padding-bottom: 20px; }
    .header-inner .logo {
      margin-right: 0;
      width: 51.86667%; }
  #nav-torigger {
    display: block; }
  .one-link {
    display: none; }
  #common-nav {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(91, 168, 49, 0.85);
    overflow-y: scroll; }
    #common-nav ul {
      padding-top: 100px;
      padding-bottom: 100px;
      display: block; }
      #common-nav ul li {
        margin: 0;
        text-align: center; }
        #common-nav ul li a {
          padding: 20px;
          display: block;
          font-size: 3rem;
          color: #fff; }
          #common-nav ul li a:after {
            content: none; }
  .logo-nav {
    display: block; }
    .logo-nav img {
      width: 21.86667%; }
  .footer-nav ul {
    display: block; }
    .footer-nav ul li {
      margin: 15px 0;
      display: block;
      text-align: center; }
      .footer-nav ul li a {
        font-size: 2rem; }
  .logo-footer .logo-pc {
    display: none; }
  .logo-footer .logo-sp {
    display: inline;
    width: 65%; }
  .footer-link {
    display: block; }
    .footer-link a {
      padding: 20px;
      color: #fff;
      font-size: 2rem;
      background: #F56A1F;
      text-align: center;
      font-weight: bold; }
  .other-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    background: #5BA831;
    z-index: 100; }
    .other-links li {
      width: 25%; }
      .other-links li a {
        padding: 15px 10px;
        display: -webkit-box;
        /*Android4.3*/
        display: -moz-box;
        /*Firefox21*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        display: flex;
        -webkit-align-items: center;
        /* 縦方向中央揃え（Safari用） */
        align-items: center;
        /* 縦方向中央揃え */
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-box: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        height: 100%;
        text-align: center; }
        .other-links li a .icon {
          position: static;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
        .other-links li a .link-text {
          display: none; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 1.8vw; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  .flex {
    display: block; }
  .flex-box {
    width: 100% !important; }
  #page-wrapper {
    padding-bottom: 60px; }
  #common-nav ul li a {
    font-size: 2rem; }
  .mv-home-telop {
    top: 17vw;
    font-size: 2rem;
  }
  .mv-home-inner {
    height: 100vh;
    background: url(assets/img/mv-home_sp@2x.jpg.webp) no-repeat center;
    background-size: cover; }
  .mv-home-link a {
    padding-top: 30px;
    padding-bottom: 30px; }
  .mv-home-text {
    bottom: auto;
    top: 30%;
    padding-left: 20px;
    padding-right: 25%;
    width: 100%;
    left: 0; }
    .mv-home-text p {
      line-height: 1.2;
      font-size: 4rem; }
  .mv-home-text-img {
    top: -20px;
    width: 30%;
    right: 20px;
    transform: translate(0, -50%); }
  #common-side {
    background: url(assets/img/bg-side_sp@2x.jpg.webp) no-repeat center;
    background-size: cover;
    text-align: center; }
  .side-text {
    font-size: 1.9rem;
    text-align: center; }
  .side-box {
    margin: 20px 0;
    padding: 30px 20px; }
    .side-box dt {
      margin-bottom: 20px;
      font-size: 2.6rem; }
    .side-box dd a {
      margin: 0 auto;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 2rem; }
      .side-box dd a img {
        width: 24px; }
    .side-box dd .tel_link {
      margin-bottom: 10px;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -ms-flex-box: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .side-box dd .tel_link img {
        width: 20px; }
      .side-box dd .tel_link span {
        font-size: 4.4rem; }
    .side-box dd p {
      text-align: center; }
      .side-box dd p small {
        font-size: 1.6rem; }
  .logo-footer {
    margin-bottom: 20px; }
  .site-info {
    padding-top: 70px;
    padding-bottom: 40px; }
    .site-info p {
      font-size: 1.8rem;
      font-weight: bold; }
  .sns-link li {
    margin: 0 10px; }
    .sns-link li img {
      height: 16px;
      width: auto; }
  .footer-nav {
    padding-top: 40px;
    padding-bottom: 40px; }
    .footer-nav ul li {
      margin: 26px 0; }
      .footer-nav ul li a {
        font-size: 2.2rem; }
  .footer-link a {
    padding-top: 30px;
    padding-bottom: 30px; }
  #js-main-movie-wrap {
    min-width: 600%; }
  .home-news-box {
    padding: 20px 0;
    display: block; }
    .home-news-box:nth-of-type(n+4) {
      display: none; }
    .home-news-box time,
    .home-news-box .cat {
      display: inline-block;
      vertical-align: middle; }
    .home-news-box time {
      margin-right: 20px;
      padding: 0;
      width: auto;
      text-align: justify; }
    .home-news-box .cat {
      width: 30%; }
    .home-news-box h3 {
      margin-top: 10px;
      padding-left: 0;
      width: 100%; }
      .home-news-box h3 a {
        font-size: 2rem; }
  .home-item {
    width: 30%; }
  .home-item-left {
    bottom: auto;
    top: 16%;
    -webkit-transform: translate(-24%, 0);
    transform: translate(-24%, 0); }
  .home-item-right {
    bottom: auto;
    top: 35%;
    -webkit-transform: translate(24%, 0);
    transform: translate(24%, 0); }
  .title-cap {
    font-size: 2.4rem; }
  .btn {
    width: 70%; }
    .btn span {
      padding-top: 15px;
      padding-bottom: 15px; }
  .cource-info-box.col4, .cource-info-box.col3 {
    margin-right: 2%;
    width: 48%; }
    .cource-info-box.col4:nth-child(3n), .cource-info-box.col3:nth-child(3n) {
      margin-right: 2%; }
    .cource-info-box.col4:nth-child(2n), .cource-info-box.col3:nth-child(2n) {
      margin-right: 0; }
    .cource-info-box.col4:nth-child(n+3), .cource-info-box.col3:nth-child(n+3) {
      margin-top: 2%; }
  .cource-info-box h3 {
    font-size: 1.9rem; }
  .cource-info-box a {
    padding: 25px 15px;
    height: 100%; }
  .btn-box.btn-flex-center .btn {
    margin: 0 auto; }
    .btn-box.btn-flex-center .btn + .btn {
      margin-top: 20px;
      margin-left: auto; }
/*
.home-one-coin-wrap {
    background: url(assets/img/bg-home-one-coin_sp@2x.jpg.webp) no-repeat center;
    background-size: cover; }
*/
 .home-one-coin-wrap {
    background-repeat: no-repeat;
    background-position: center;}

.home-one-coin-wrap.lazyloaded {
    background: url(assets/img/bg-home-one-coin_sp@2x.jpg.webp);
    background-size: cover; }
    
  .home-access-wrap {
    background: #F1F1F1; }
  .home-access-info {
    padding: 40px; }
    .home-access-info dl dt,
    .home-access-info dl dd {
      font-size: 2rem; }
  .bg_item_sp_1 {
    background: url(assets/img/bg_item_sp_1@2x.png.webp) no-repeat top center;
    background-size: 100% auto; }
  .bg_item_sp_2 {
    background: url(assets/img/bg_item_sp_2@2x.png.webp) no-repeat top center;
    background-size: 100% auto; }
  .front-page-wrap {
    background: url(assets/img/bg_item_sp_1@2x.png.webp) repeat-y top center;
    background-size: 100% auto; }
  .home-other-nav .inner {
    padding-left: 0;
    padding-right: 0; }
  .home-other-nav ul {
    display: block; }
    .home-other-nav ul li {
      padding-left: 30px;
      padding-right: 30px;
      width: 100%;
      position: relative; }
      .home-other-nav ul li p {
        padding-top: 30px;
        padding-bottom: 30px; }
      .home-other-nav ul li.home-other-nav2 p {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .home-other-nav ul li a {
        width: 100%; }
  .insta-list li {
    margin-right: 1.333%;
    width: 32%; }
    .insta-list li:nth-child(5n) {
      margin-right: 1.333%; }
    .insta-list li:nth-child(3n) {
      margin-right: 0; }
    .insta-list li:nth-child(n+4) {
      margin-top: 1.333%; }
    .insta-list li:nth-child(n+10) {
      display: none; }
    .insta-list li a {
      padding-top: 100%;
      height: 0;
      position: relative; }
      .insta-list li a img {
        position: absolute;
        top: 0;
        left: 0; }
  .cource-info {
    font-size: 1.6rem; }
  #mv-page {
    padding-top: 120px;
    padding-bottom: 120px; }
  .page-title {
    margin-left: auto;
    padding-left: 0;
    width: 55%; }
    .page-title:before {
      width: 70%;
      padding-top: 50%;
      height: 0;
      -webkit-transform: translate(-90%, -40%);
      transform: translate(-90%, -40%); }
  .news-nav {
    display: block; }
    .news-nav > li {
      margin: 20px 0;
      width: 100%; }
  .page-nav {
    width: 100%; }
    .page-nav li {
      width: 50%; }
      .page-nav li:nth-child(2n) {
        border-right: 1px solid #ccc; }
      .page-nav li:nth-child(n+3) {
        border-top: none; }
      .page-nav li.col3, .page-nav li.col4 {
        width: 50%; }
        .page-nav li.col3:nth-child(3n), .page-nav li.col4:nth-child(3n) {
          border-right: none; }
        .page-nav li.col3:nth-child(4n), .page-nav li.col4:nth-child(4n) {
          border-right: none; }
        .page-nav li.col3:nth-child(2n), .page-nav li.col4:nth-child(2n) {
          border-right: 1px solid #ccc; }
        .page-nav li.col3:nth-child(n+3), .page-nav li.col4:nth-child(n+3) {
          border-top: none; }
        .page-nav li.col3:nth-child(n+5), .page-nav li.col4:nth-child(n+5) {
          border-top: none; }
      .page-nav li.page-nav-odd {
        width: calc(50% + 1px); }
  .cource-title {
    margin-bottom: 20px; }
  .cource-info {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px dotted #335D1D;
    border-left: none; }
    .cource-info table tr {
      display: block; }
      .cource-info table tr th,
      .cource-info table tr td {
        width: 100%;
        display: block;
        font-size: 2rem; }
      .cource-info table tr th {
        text-align: center; }
        .cource-info table tr th span {
          padding: 12px 20px; }
      .cource-info table tr td {
        padding-bottom: 20px;
        padding-left: 0; }
  .title-icon {
    padding: 0 !important;
    height: auto;
    width: 100% !important; }
    .title-icon img {
      width: 31.25% !important;
      height: auto !important;
      position: static;
      transform: none;
      top: auto;
      left: auto; }
  .text-box.taj_sp p {
    text-align: justify; }
  .onecoin-campain {
    padding-bottom: 20px; }
    .onecoin-campain p {
      line-height: 1.6; }
      .onecoin-campain p strong {
        font-size: 2.4rem; }
  .campain-info {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
    .campain-info .icon {
      margin-bottom: 5px; }
    .campain-info h2 {
      margin-bottom: 5px;
      font-size: 1.8rem; }
    .campain-info p {
      font-size: 1.6rem;
      text-align: justify;
      line-height: 1.6; }
  .coin-flow-box {
    margin: 60px 0 40px; }
  .coin-flow-img {
    margin-bottom: 30px;
    margin-left: -20px;
    width: calc(100% + 40px) !important;
    min-height: auto; }
  .coin-flow-img-inner {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important; }
    .coin-flow-img-inner img {
      width: 100%;
      position: static;
      top: auto;
      left: auto;
      transform: none; }
  .coin-flow-info {
    padding: 0;
    text-align: justify; }
    .coin-flow-info p small {
      font-size: 2rem; }
  .staff-box {
    margin-right: 2%;
    width: 49%; }
    .staff-box:nth-child(3n) {
      margin-right: 2%; }
    .staff-box:nth-child(2n) {
      margin-right: 0; }
    .staff-box:nth-child(n+3) {
      margin-top: 2%; }
    .staff-box p {
      font-size: 1.6rem; }
  .facilities-img img {
    height: auto;
    width: 100%;
    object-fit: contain; }
  .facilities-info-inner {
    padding-top: 40px;
    padding-bottom: 60px; }
    .facilities-info-inner h2 {
      margin-bottom: 15px;
      font-size: 2.4rem; }
  .bus-box {
    margin-top: 20px !important; }
  .bus-map {
    position: relative;
    height: 300px; }
    .bus-map a {
      padding: 15px 20px;
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #F56A1F;
      color: #fff;
      text-align: center;
      font-weight: bold; }
  .faq-box dt,
  .faq-box dd {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 46px;
    font-size: 1.6rem;
    line-height: 1.6; }
    .faq-box dt:before,
    .faq-box dd:before {
      left: 15px;
      width: 20px;
      height: 20px; }
  .faq-box dt {
    padding-right: 35px; }
  .contact-form tr {
    display: block; }
    .contact-form tr th,
    .contact-form tr td {
      padding: 20px;
      display: block;
      width: 100%;
      border-right: 1px solid #000;
      border-left: 1px solid #000; }
    .contact-form tr th {
      border-bottom: 1px solid #000; }
      .contact-form tr th.top {
        padding-top: 20px; }
  .zip-list {
    display: block; }
    .zip-list li {
      width: 100%; }
      .zip-list li + li {
        margin-top: 10px; }
  button.btn span {
    padding-top: 20px;
    padding-bottom: 20px; }
  .staff-img {
    margin-bottom: 20px; }
  .cource-title {
    padding-bottom: 15px;
    border-bottom: 1px dotted #335D1D; }
  .cource-info-right {
    padding-left: 0;
    border-left: none; }
    .cource-info-right table tr {
      display: block; }
      .cource-info-right table tr th,
      .cource-info-right table tr td {
        display: block;
        width: 100%; }
      .cource-info-right table tr td {
        padding-left: 0;
        padding-bottom: 20px; }
  .content-sp {
    padding-top: 0;
    padding-bottom: 60px; }
    .content-sp.pb0 {
      padding-bottom: 0; }
  .text-box p + p {
    margin: 20px 0; }
  .text-box p + p.mb0 {
    margin-bottom: 0; }
  .title-h3 {
    margin-bottom: 20px; }
  .content-img {
    margin: 20px 0; }
  .news-single-wrap .cat,
  .news-single-wrap h2,
  .news-single-wrap time {
    text-align: center; }
  .news-single-wrap .cat a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2rem; }
  .faq-wrapper {
    padding: 40px 0; }
  .schedule-nav {
    margin-bottom: 30px; }
  .contact-form {
    margin-top: 30px;
    margin-bottom: 30px; }
  .privacy-text {
    margin-bottom: 30px; }
  .ss-class-table table thead tr th:nth-child(1),
  .ss-class-table table thead tr td:nth-child(1),
  .ss-class-table table tbody tr th:nth-child(1),
  .ss-class-table table tbody tr td:nth-child(1) {
    width: 12%; }
  .ss-class-table table thead tr th:nth-child(2),
  .ss-class-table table thead tr td:nth-child(2),
  .ss-class-table table tbody tr th:nth-child(2),
  .ss-class-table table tbody tr td:nth-child(2) {
    width: 25%; }
  .ss-class-table table thead tr th:last-child,
  .ss-class-table table thead tr td:last-child,
  .ss-class-table table tbody tr th:last-child,
  .ss-class-table table tbody tr td:last-child {
    width: 63%; }
  .bus-cource-wrap {
    height: 500px; }
  #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
    margin-right: 1.999% !important;
    position: relative; }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(n+4) {
      margin-top: 1.999% !important; }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(5n) {
      margin-right: 1.999% !important; }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(3n) {
      margin-right: 0% !important; }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(10) {
      display: none; }
  .print-code {
    display: none; } }

@media only screen and (max-width: 480px) {
  html {
    font-size: 2vw; }
  #page-wrapper {
    padding-bottom: 40px; }
  #wrapper {
    font-size: 2rem; }
  .content {
    padding-top: 45px;
    padding-bottom: 45px; }
    .content.sp-pt0 {
      padding-top: 0; }
    .content.pb0 {
      padding-bottom: 0; }
  .cource-icon {
    margin-top: 25px;
    height: 60px; }
    .cource-icon img.w85 {
      width: 60px; }
    .cource-icon img.h85 {
      height: 60px; }
  .home-one-coin-wrap dl {
    padding-left: 30px;
    padding-right: 30px; }
  .home-access-info dl + dl {
    margin-top: 30px; }
  #map {
    height: 350px; }
  .bus-cource-wrap {
    height: 350px; }
#sb_instagram.sbi_col_5 #sbi_images, #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
      grid-template-columns: repeat(3, 1fr);
    }
  }

.vic {
  #loading,
  .other-links li a,
  .mv-home-link a,
  .btn.light span,
  .side-box dd a,
  .cal dt,
  .title-h3:before,
  .cource-info-right table tr th span,
  .contact-form tr th em.req {
    background: var(--vic);
  }

  .title-h2.green,
  .home-access-info dl dt,
  .hash-tag,
  .title-h3,
  .cource-title h2,
  .cource-info-right table tr td dl dt,
  .facilities-info-inner h2 {
    color: var(--vic);
  }

  .cource-info-right table tr td dl dt {
    border-color: var(--vic);
  }


  .calStyle .fc-col-header-cell,
  .copy,
  .pnkz {
    background: var(--vic2);
  }

  .title-cap.green,
  #common-nav ul li a,
  .cource-info-box h3,
  .schedule-box .fc-header-toolbar .fc-toolbar-title,
  .schedule-nav li a {
    color: var(--vic2);
  }

  .calStyle table,
  .calStyle table th, .calStyle table td,
  .schedule-box .fc-header-toolbar .fc-toolbar-title {
    border-color: var(--vic2) !important;
  }

  .footer-nav {
    background: rgba(240,93,148,.34);
  }

  .calStyle .fc-daygrid-day.fc-day-today,
  .page-nav li a.active {
    background: #F7BFD4;
  }

  .btn.green span {
    background: #B54C73;
  }

  .btn.orange span,
  .footer-link a {
    background: #834895;
  }

  .cource-content1 {
    background-image: url('assets/img/bg-cource1_vic.jpg');
  }

  #common-nav ul li a:after {
    background-image: url('assets/img/icon-nav_vic.png');
  }

  .home-other-nav ul li.home-other-nav1 a {
    background-image: url('assets/img/bg-home-other-nav1_vic.jpg');
  }
  .home-other-nav ul li.home-other-nav2 a {
    background-image: url('assets/img/bg-home-other-nav2_vic.jpg');
  }
  #common-side {
    background-image: url('assets/img/bg-side_vic.jpg');
  }

  .front-page-wrap {
    background-image: url('assets/img/bg_item_sp_1_vic.png');
  }

  #mv-page.mv-guide {
    background-image: url('assets/img/mv-guide_vic.jpg');
  }
  #mv-page.mv-news {
    background-image: url('assets/img/mv-news_vic.jpg');
  }
  #mv-page.mv-children {
    background-image: url('assets/img/mv-children_vic.jpg');
  }
  #mv-page.mv-adult {
    background-image: url('assets/img/mv-adult_vic.jpg');
  }
  #mv-page.mv-facilities {
    background-image: url('assets/img/mv-facilities_vic.jpg');
  }
  #mv-page.mv-faq {
    background-image: url('assets/img/mv-faq_vic.jpg');
  }
  #mv-page.mv-schedule {
    background-image: url('assets/img/mv-schedule_vic.jpg');
  }
  .faq-box dt:before {
    background-image: url('assets/img/icon-f_vic.svg');
  }
}

@media only screen and (max-width: 640px) {

}

