/**
  更新用styles
  通常のcssを記述し既存のスタイルを上書きして更新する。
  このcssを使用する初回時はcdn_footer.phpでupdate.cssをコメントアウトしている部分を戻す（1箇所）
**/
.box_caution,
.box_caution2 {
  border: 6px solid #F79428;
  margin: 2.5rem auto 50px;
  padding: 0 30px 30px;
  max-width: 750px;
}

.box_caution h2,
.box_caution2 h2 {
  font-size: 24px;
  color: #F79428;
  font-weight: bold;
  text-align: center;
}
.voice .ppimgBG {
  max-width: 640px;
}

/** 20200707 **/
.box_caution2 {
  position: relative;
  transition: 0.3s;
}
.box_caution2 p {
  text-align: center;
}
.box_caution2 a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* .box_caution2:hover{
	transition: 0.3s;
	will-change: contents;
	background-color: #d49bee;
	color: #FFF;
}
.box_caution2:hover h2{
	color: #FFF;
} */
html body.camp .flex_box_row {
  justify-content: space-between;
  align-items: center;
}
html body.camp .flex_box_row span {
  display: inline-block;
  width: 30%;
}
html body.camp .flex_box_row span img {
  width: 100%;
}
.instagramlink {
  height: 42px;
  color: #F79428;
  background-color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.instagramlink:hover {
  background-color: #d49bee;
  color: #fff;
}
.instagramlink i {
  margin-right: 5px;
}
html body.staff .heading_area {
  /* width: 100vw; */
  height: calc(7rem);
  /* padding: 0 5vw; */
  margin: 0;
  background-color: transparent;
  /* display: flex; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* justify-content: center; */
  /* align-items: flex-end; */
  /* position: relative; */
}
html body.staff .heading_area.lazyloaded {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
}

/* スタッフ紹介 */
html body.staff section dt{
  width: 400px;
  text-align: center;
}
html body.staff section dl dt,
html body.staff section dl dd {
  display: inline-block;
  text-align: center;
}
/*  */

/* OCSバナー */
.guide_box_img_wrapper {
  display: flex;
  flex-direction: row; /* ← 縦方向に変更 */
  gap: 1rem; /* 画像の間に余白 */
  align-items: center; /* 画像を中央に揃える場合 */
}

.guide_box_img_epos img {
  max-width: 100%;
  height: auto;
}

.small-banner {
  width: 45%;   /* 必要に応じて調整 */
  height: auto;
  display: block;
  margin: 0 auto; /* 中央寄せ（任意） */
}

/*  */


.enroll-table {
  width: 60%;
  margin: 2rem auto;
  border-collapse: collapse;
  text-align: center;
  font-size: 1rem;
}

.enroll-table th,
.enroll-table td {
  border: 2px solid #ccc;
  padding: 1rem;
}

.enroll-table th {
  background-color: #F79428;
  color: #fff;
}

.enroll-table td {
  background-color: #e6e6e6;
}



/* 入校式の流れの横長のやつ */
.flow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.flow-step {
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  min-width: 140px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.flow-purple {
  background-color: #F79428;
  color: white;
}

.flow-white {
  background-color: white;
  border: 3px solid #F79428;
  color: black;
}

.flow-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.6rem solid black;
}



/* 送迎バスのCSS */
/* 送迎バスのCSS */
/* レイアウト全体 */
.bus-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

.bus-article {
  max-width: 1200px;
  margin: 0 auto;
}

.bus-section {
  margin-bottom: 3rem;
}

.bus-content {
  padding: 1rem;
}

/* ヘッダー部分 */
.bus-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.bus-title h3 {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
}

.bus-image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* マップタイトル */
.bus-map-title {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin: 2.5rem 0 1.5rem;
}

/* Googleマップ */
.bus-map-container {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 auto 2.5rem;
  text-align: center;
  box-sizing: border-box;
}

.bus-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 送迎情報部分 */
.bus-info-wrapper {
  text-align: center;
  padding: 0 1rem;
  box-sizing: border-box;
}

.bus-info {
  display: inline-block;
  max-width: 600px;
  width: 100%;
  text-align: left;
}

.bus-info h4 {
  font-size: 1.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.3rem;
  text-align: center;
}

.bus-info ul {
  list-style: disc;
  margin: 0.5rem 0 1rem 1.5rem;
  padding: 0;
}

.bus-info li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.bus-info p {
  margin: 1rem 0;
  line-height: 1.6;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
  .bus-title h3 {
    font-size: 1.2rem;
  }

  .bus-map-title {
    font-size: 1.1rem;
    margin: 2rem 0 1rem;
  }

  .bus-info h4 {
    font-size: 1rem;
  }

  .bus-info li,
  .bus-info p {
    font-size: 0.95rem;
  }

  .bus-image {
    height: 150px;
  }
}
/* お問い合わせフォームのチェックのところ */
.require {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.5;
  right: 0.6rem;
  top: 0.6rem;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.require::before {
  /* デフォルトのアイコンは空にしておく */
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* inputがvalidならチェックアイコンに */
input:valid + .require::before,
textarea:valid + .require::before {
  content: '\f00c';  /* Font Awesomeのチェック */
  color: #85B88B;
  opacity: 1;
}

/* inputがinvalidならバツアイコンに */
input:invalid + .require::before,
textarea:invalid + .require::before {
  content: '\f00d';  /* Font Awesomeのバツ */
  color: #FF938D;
  opacity: 1;
}

/* ラジオボタンで valid / invalid を制御したい場合 */
.require.valid::before {
  content: '\f00c';  /* チェックアイコン */
  color: #85B88B;
  opacity: 1;
}

.require.invalid::before {
  content: '\f00d';  /* バツアイコン */
  color: #FF938D;
  opacity: 1;
}


select:valid + .require::before {
  content: '\f00c';  /* チェックアイコン */
  color: #85B88B;
  opacity: 1;
}

select:invalid + .require::before {
  content: '\f00d';  /* バツアイコン */
  color: #FF938D;
  opacity: 1;
}


/* 合宿免許topの画像と吹き出し */
.balloon-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.balloon-image {
  max-width: 250px;
  height: auto;
  flex-shrink: 0;
}

.balloon-text {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px 25px;
  color: #d60000;
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.1em;
  max-width: 600px;
  flex: 1;
}

/* 吹き出しの三角部分 */
.balloon-text::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 30px;
  border: 10px solid transparent;
  border-right-color: #f5f5f5;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .balloon-container {
    flex-direction: column;
    align-items: center;
  }

  .balloon-text::before {
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #f5f5f5;
    border-right-color: transparent;
  }

  .balloon-text {
    margin-top: 20px;
  }
}

/* campの画像 */
/* 画像の横並び → 小画面で縦並び */
.camp-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .camp-image-row {
    flex-direction: column;
    align-items: center;
  }
}

.box18 {
  border-radius: 0.75em;
  overflow: hidden;
  margin: 2em 0;
}

.box18 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75em;
}


/* 画像サイズを制限 */
.box18 img {
  max-width: 100%;
  width: 400px;
  height: auto;
}




/* 合宿免許「宿舎の紹介」 */
.camp-title-wrapper {
  text-align: center;
}

.camp-h1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  font-size: 1.5rem;
}

.camp-h1::before,
.camp-h1::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45px;
  height: 2px;
  background-color:#ccc;
}

.camp-h1::before {
  left: 0;
  transform: translateY(-50%);
}

.camp-h1::after {
  right: 0;
  transform: translateY(-50%);
}

/* 合宿免許「おすすめポイント」 */
.camp-section {
  max-width: 900px;  /* 任意の幅 */
  margin: 0 auto;     /* 中央寄せ */
  padding: 0 1em;     /* 左右余白 */
}

.camp-section .osusume-wrapper {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 1em;
}

.camp-section .osusume-h1 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #7db4e6;
  font-size: 1.25rem; /* お好みで調整 */
  margin-bottom: 30px;
}

/* 2列×2行にグリッドで並べる */
.point-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 1.5em; /* 要素間の余白 */
  max-width: 650px; /* レイアウトが広がりすぎないように調整 */
  margin: auto;
}

/* 共通見出しスタイル */
.point-1,
.point-2,
.point-3,
.point-4 {
  position: relative;
  padding-left: 2.2em;
  line-height: 1.4;
  color: black;
  font-size: 1.2em;
}

/* 丸アイコンのスタイル */
.point-1::before,
.point-2::before,
.point-3::before,
.point-4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111"; /* ●のアイコン */
  font-weight: 900;
  position: absolute;
  font-size: 1.4em;
  left: 0;
  top: -0.1em; /* 文字のベースラインに合わせて調整 */
  color: #ffdfa1;
}


/* 設備概要のところ */
.equipment-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.equipment-column {
  width: 48%;
}

.equipment-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0.6em 0;
}

.item-label {
  font-weight: bold;
  color: #d88b8b; /* ピンクっぽい文字色 */
  width: 45%;
}

.item-value {
  width: 55%;
  text-align: left;
}

.note{
  color: red;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .equipment-wrapper {
    flex-direction: column;
  }

  .equipment-column {
    width: 100%;
  }

  .equipment-item {
    flex-direction: column;
  }

  .item-label,
  .item-value {
    width: 100%;
  }
}




/* 申し込みフォームのボタン（柔らかいオレンジ版） */
a.btn--orange,
a.no-barba.btn--orange {
  display: inline-block;
  padding: 1.2em 2em;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #f4a261;
  border-bottom: 5px solid #d97d3d;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

a.btn--orange:hover,
a.no-barba.btn--orange:hover {
  margin-top: 45px;
  background: #f6a878;
  border-bottom: 2px solid #d97d3d;
  color: #fff;
}

a.btn--shadow,
a.no-barba.btn--shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}



/* おすすめスポット */
.feature-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.feature-block {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-block.reverse {
  flex-direction: row-reverse;
}

.feature-block img {
  width: 300px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.feature-text {
  max-width: 500px;
}

.feature-text h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.feature-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* ▼ スマホ・タブレット対応 ▼ */
@media (max-width: 768px) {
  .feature-block,
  .feature-block.reverse {
    flex-direction: column !important; /* 強制的に縦並びに */
    text-align: center;
  }

  .feature-block img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .feature-text {
    max-width: 100%;
  }
}

.camp-p1{
  margin-top: 100px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size:xx-large;
  text-align: center;
}



/* 星空スポット＆近くのお店 */
.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.info-block {
  max-width: 450px;
  margin: 0 auto;
}



@media (max-width: 767px) {
  .info-container {
    justify-content: flex-start;  /* 左寄せ */
  }

  .info-block h2 {
    padding-left: 2em;
  }

  .info-block h2::before {
    width: 0.9em;
    height: 0.9em;
    top: 50%;
    transform: translateY(-50%);
  }
}


.info-block h2 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 12px;
  padding-left: 2.2em;
  position: relative;
}

/* 左のオレンジ丸 */
.info-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-color: #ffdfa1;
  border-radius: 50%;
}

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

.info-block li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #444;
}

.place {
  font-weight: 600;
  color: #f57c00;
}

.location {
  font-size: 0.9rem;
  color: #666;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .info-block h2 {
    padding-left: 2em;
  }

  .info-block h2::before {
    width: 0.9em;
    height: 0.9em;
    top: 50%;
    transform: translateY(-50%);
  }
}



/* Q&Aアコーディオン表示 */
.qa-list {
  max-width: 800px;
  margin: 0 auto;
}

.qa-list dt {
  cursor: pointer;
  font-weight: bold;
  padding: 15px 20px;
  background-color: #f1f1f1;
  border-radius: 6px;
  margin-top: 12px;
  position: relative;
  transition: background-color 0.3s ease;
}

.qa-list dt:hover {
  background-color: #e0e0e0;
}

.qa-list dt::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* ✅ 初期状態は非表示 */
.qa-list dd {
  display: none;
  padding: 0 20px;
  background-color: #ffffff;
  border-left: 4px solid #3bb5c0;
  border-radius: 0 0 6px 6px;
  margin-top: 0;
}

/* ✅ open クラスで表示にする */
.qa-list dd.open {
  display: block;
  padding: 15px 20px;
}

.qa-list dt.open::after {
  content: '−';
}

/* ✅ 一番最後のQ（dt）に下マージン追加 */
.qa-list dt:last-of-type {
  margin-bottom: 24px;
}

/* ////////////////////////////////////////// */

@media screen and (max-width: 750px) {
  .box_caution2 p {
    text-align: left;
  }
  .instagramlink {
    display: flex;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #d49bee;
    width: 100%;
    height: 70px;
    text-decoration: none;
    align-items: center;
    transition-duration: 0.5s;
    margin: -10px 0 0 0;
  }
}


html .point2_1 .point_image.lazyloaded {
	background-image: url("../img/top_img02_11.jpg");
}
html .point3 .point_image.lazyloaded {
	background-image: url("../img/top_img03_1.jpg");
}

article.camp #men {
  border: solid 5px #00a0e9;
}
article.camp .stay {
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}
article.camp .stay ul {
  margin: 0 auto;
}
article.camp .stay ul.parent {
  width: 70%;
}
article.camp .stay ul li {
  text-align: left;
}
article.camp .stay ul li.disc::before {
  content: '・';
  margin-right: 0.5rem;
}
article.camp .stay ul li + li {
  margin-top: 1rem;
}
article.camp .heading {
  background-color: #f3cf11;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  width: 300px;
  text-align: center;
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 1023px){
	html body.index .point2_1 .point_image.lazyloaded {
		background-image: url("../img/top_img02_800.jpg")
	}
}
.bodyWrapper .navi_header{margin-right: 2rem;}
.bodyWrapper .navi_freedial, .bodyWrapper .navi_tel, .bodyWrapper .navi_recruit{
  padding: 0.5rem 1rem;
}
.bodyWrapper .navi_top_boxes{
  width: calc(100% - 184px - 2rem);
  justify-content: flex-end;
}
@media screen and (max-width: 1023px){
  .bodyWrapper .navi_top_boxes{
    width: auto;
  }
}
@media screen and (max-width: 1023px){
	html body.index .online_menu {
		display: none;
	}
}
@media screen and (min-width: 1024px){
  html body.index .online_menusp {
      display: none;
    }
}

    .online_menu .mail-button {
      color: #fff;
      font-size: 1.8rem;
      background-color: #385dae;
      border-radius: 15px;
      box-shadow: 5px 5px 1px #082296;
      cursor: pointer;
      padding: 1rem;
      margin: 1rem auto 3.5rem;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .online_menusp .mail-button {
      color: #fff;
      font-size: 1.2rem;
      background-color: #385dae;
      border-radius: 15px;
      box-shadow: 5px 5px 1px #082296;
      cursor: pointer;
      padding: 1rem;
      margin: 1rem auto 3.5rem;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .online_menu a{
      color: inherit;
    }
    .online_menusp a{
      color: inherit;
    }

    @media screen and (max-width: 1023px){
header.index {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
#slider_area .header-img{width: 100%;
  margin: 30px 0 0;
  padding: 0 15px;
}
#slider_area .header-img img{
width: 100%;
}}
@media screen and (min-width: 1024px){
  #slider_area .header-img{
    display: none;}
}
@media screen and (max-width: 1023px){
body.index #slider .slick-list {
    padding: 0 !important;
    margin-top: -45px;
}
html .flag {
  position: relative;
  padding-top: 70px;}
  article.camp .heading {
    background-color: #f3cf11;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: center;
    margin: 2rem auto 1rem;
}
}

html aside .guide_box_img_epos {
  width: 70%;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.guide_box_img_epos a {
  display: block;
  width: 400px; /* ← 横幅を明示指定（必要に応じて調整） */
  flex-shrink: 0; /* 幅が縮むのを防ぐ */
}

.guide_box_img_epos img {
  /* width: 100%; 親aタグの幅に合わせる */
  height: auto;
  display: block;
}

/* ← エポスのバナーだけ大きくする */
.guide_box_img_epos a.epos-large {
  width: 400px; /* 任意で大きく */
}

/* バナー無限ループ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 8);
  }
  .scroll-infinity__item>img {
    width: 50%;
  }


@media screen and (max-width: 1023px){
  html aside .guide_box_img_epos {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}
  html aside .guide_box_img_epos img{
    width: 100%;
    max-width: 466px;
  } 
  .guide_box_img_epos a{
    display: block;
    width: 90%;
    margin: 0 auto;
    }
}
/* 全体設定 */
#slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#slider .inner {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* スライド設定 
#slider .inner {
  width: 400%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: slider 10s infinite;
  animation-delay: 2s;
}
#slider .inner {
  width: 100%;
  z-index: 1;
  animation: slider 10s infinite;
  animation-delay: 2s;
}
#slider .inner {
  width: 100%;
}*/

/* スライダーアニメーションの設定 
@keyframes slider {
  0% { transform: translateX(0); }

  20% { transform: translateX(calc(1 / 4 * -100%)); }
  25% { transform: translateX(calc(1 / 4 * -100%)); }

  45% { transform: translateX(calc(2 / 4 * -100%)); }
  50% { transform: translateX(calc(2 / 4 * -100%)); }

  70% { transform: translateX(calc(3 / 4 * -100%)); }
  75% { transform: translateX(calc(3 / 4 * -100%)); }

  95% { transform: translateX(calc(4 / 4 * -100%)); }
  100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes slider {
  0% { transform: translateX(100%); }
  75% { transform: translateX(100%); }
  95% { transform: translateX(0%);}
}*/

.mov{
  position: absolute;
  top: -5%;
  left: 0;
}
.mov iframe{
  width: 100vw;
  height: 30vw;
}
#slider_area{
  padding-top: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}
.mov video{
  width: 100vw;
  height: 60vw;
}
@media screen and (max-width: 1023px){
  .mov{
    position: relative;
  }
  .mov iframe{
    height: 50vw;
    margin-top: 5vw;
  }
  .mov video{
    height: 50vw;
    margin-top: 5vw;
  }
}
.privacy-policy_button{
  padding-bottom: 20px;
}
.privacy-policy h4{
  padding: 10px 0;
}
@media screen and (min-width: 1024px){
  html .bodyWrapper #mainnavi ul li.lazyloaded.index{
    background-image:url(../img/navi_top_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.index:hover{
    background-image:url(../img/navi_top_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.facility{
    background-image:url(../img/navi_facility_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.facility:hover{
    background-image:url(../img/navi_facility_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.lesson{
    background-image:url(../img/navi_lesson_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.lesson:hover{
    background-image:url(../img/navi_lesson_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.staff{
    background-image:url(../img/navi_staff_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.staff:hover{
    background-image:url(../img/navi_staff_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.area{
    background-image:url(../img/navi_area_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.area:hover{
    background-image:url(../img/navi_area_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.camp{
      background-image:url(../img/New_navi_camp_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.camp:hover{
    background-image:url(../img/New_navi_camp_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.faq{
    background-image:url(../img/navi_faq_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.faq:hover{
    background-image:url(../img/navi_faq_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.enroll{
    background-image:url(../img/navi_enroll_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.enroll:hover{
    background-image:url(../img/navi_enroll_on.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.inquiry{
    background-image:url(../img/navi_inquiry_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.inquiry:hover{
    background-image:url(../img/navi_inquiry_on.jpg);
  }
  html .bodyWrapper .navi_header.lazyloaded{
    background-image:url(../img/navi_header_logo.svg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.privacy-policy{
    background-image:url(../img/navi_privacy-policy_off.jpg);
  }
  html .bodyWrapper #mainnavi ul li.lazyloaded.privacy-policy:hover{
    background-image:url(../img/navi_privacy-policy_on.jpg);
  }
}
html .logo.lazyloaded{
  background-image:url(../img/logo_bk.svg);
}
@media screen and (max-width: 1023px){
  html .headerWrapper.lazyloaded{
    background-color: ;
  }
  html .headerWrapper.lazyloaded::before{
    content:url(../img/navi_header_logo.svg);
    display: block;
    padding: 3.5vw 50vw 0 5vw;
  }
}
html body:not(.index) header h1 img{
  width:320px;
}
.bodyWrapper #mainnavi.hide{
  transform:translateY(0);
}
.bodyWrapper #mainnavi ul li img{
  padding: 0 10vw;
}