@charset "utf-8";
/*RESET CSS*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} /* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
} /* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
button {
  padding: 0;
}
img {
  width: 100%;
}
/*
  Base
-----------------------------------------------------*/
*, :before, :after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  color: #000000;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "vdl-v7marugothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(0.875rem, 0.818rem + 0.284vw, 1rem);
}
.br-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.5vw;
  }
  .br-sp {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a, a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
ul, ol, li {
  list-style-type: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
hr {
  display: none;
}
table {
  margin: 0;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
  margin: 0;
}
td {
  margin: 0;
}
em {
  font-weight: bold;
  font-style: normal;
}
form {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
  padding: 0;
}
input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}
h2, h3, h4, h5 {
  font-family: "vdl-v7marugothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2.heading {
  font-size: 180%;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
}
h2.heading::after {
  content: "";
  display: block;
  background: url("../img/h2_bg.png") no-repeat;
  background-size: 60px;
  background-position: center bottom;
  padding-bottom: 60px;
}
.bg-photo h2.heading::after {
  content: "";
  display: block;
  background: url("../img/h2_bgw.png") no-repeat;
  background-size: 60px;
  background-position: center bottom;
  padding-bottom: 60px;
}
h3.heading {
  font-size: 140%;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center;
}
h3.ttl {
  font-size: 120%;
  line-height: 1.4;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  h2.heading {
    text-align: center;
  }
  h2.heading::after {
    background-size: 70px;
    padding-bottom: 70px;
  }
  h2.heading.fc_wh::after {
    background-size: 70px;
    padding-bottom: 70px;
  }
}
/*header-area*/
html {
  height: -webkit-fill-available;
}
body .scroll-area {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.-firstScaroll .scroll-area {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn {
  margin-top: 1rem;
}
.btn a {
  background: none;
  color: #ffffff;
  padding: 10px 19px;
  border-radius: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 3px solid #A78A41;
  max-width: 320px;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  background: #A78A41;
  font-size: 90%;
  letter-spacing: 0.1ex;
  transition: .5s;
    margin: 0 auto;
}
.btn a:hover {
  background: #ffffff;
  color: #A78A41;
  opacity: 1;
  border: #A78A41 3px solid;
}
/*header-area*/
html {
  height: -webkit-fill-available;
}
body .scroll-area {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.-firstScaroll .scroll-area {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/*mv*/
.line.btn {
  max-width: 700px;
  margin: 0 auto 4rem;
  width: 90%;
}
.line.btn a {
  border: 1px solid #06C755;
  margin: 0 auto;
  background: url(../img/btn_line.png) no-repeat, #06C755;
  max-width: 700px;
  background-size: 30px;
  padding-left: 55px;
  background-position: center left 15px;
  font-size: 120%;
}
.line.btn a:hover {
  border: 1px solid #06C755;
  color: #ffff;
  opacity: 0.7;
}
.mv__wrap {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  height: calc(var(--vh, 1vh)* 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -6rem;
  position: relative;
}
.mv__wrap .logo-area {
  width: 90%;
  max-width: 25rem;
  opacity: 1;
  -webkit-transition: 0.3;
  transition: 0.3;
  position: absolute;
}
.mv__wrap .scroll-area {
  position: absolute;
  left: 50%;
  bottom: 8.5vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.mv__wrap .scroll-area .scroll-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.mv__wrap .scroll-area .scroll-area__inner .item {
  width: 10px;
  height: 10px;
  background-color: #ffca3f;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .mv__wrap .scroll-area .scroll-area__inner .item {
    width: 1.25vw;
    height: 1.25vw;
    bottom: 6vw;
  }
}
.mv__wrap .scroll-area .scroll-area__inner .item:nth-child(1) {
  -webkit-animation: scroll 3s infinite;
  animation: scroll 3s infinite;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.mv__wrap .scroll-area .scroll-area__inner .item:nth-child(2) {
  -webkit-animation: scroll 3s infinite;
  animation: scroll 3s infinite;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.mv__wrap .scroll-area .scroll-area__inner .item:nth-child(3) {
  -webkit-animation: scroll 3s infinite;
  animation: scroll 3s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media screen and (min-width: 1024px) {
  .mv__wrap .logo-area {
    width: 36vw;
    max-width: initial;
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
    top: 4rem;
  }
  .mv__wrap .scroll-area {
    bottom: 1.5vw;
  }
  .mv__wrap .scroll-area .scroll-area__inner {
    row-gap: 0.6vw;
  }
  .mv__wrap .scroll-area .scroll-area__inner .item {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__wrap .logo-area {
    width: 37.5vw;
  }
}
@media screen and (min-width: 1568px) {
  .mv__wrap .logo-area {
    width: 35vw;
    max-width: initial;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes scroll {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
/*コンテンツ*/
.section .bg-area {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*min-height: 100vh;*/
  padding: 10vw 0;
  background-position: bottom left;
}
.section.-bgv .bg-area {
  background: #F1DD71;
}
.section.bg-photo.-bg1 .bg-area {
  background-image: url("../img/bgimg_sp_01.jpg");
  color: #ffffff;
  padding-bottom: 15vw;
}
.section.bg-photo.-bg2 .bg-area {
  background-image: url("../img/bgimg_sp_02.jpg");
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .section.bg-photo.-bg1 .bg-area {
    background-image: url("../img/bgimg_01.jpg");
  }
  .section.bg-photo.-bg2 .bg-area {
    background-image: url("../img/bgimg_02.jpg");
    color: #ffffff;
  }
}
.section .text-box {
  max-width: 92vw;
}
.section.-bgv:after {
  position: absolute;
  content: '';
  background: url(../img/top02_back_01.png) bottom center / 100% auto no-repeat;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
}
.section.-bgv:before {
  position: absolute;
  content: '';
  background: url(../img/top02_back_02.png) bottom center / 100% auto no-repeat;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 20px;
}
.section.bg-photo:after {
  position: absolute;
  content: '';
  background: url(../img/top01_back_01.png) bottom center / 100% auto no-repeat;
  left: 0;
  width: 100%;
  top: 0;
  height: 10px;
}
.section.bg-photo:before {
  position: absolute;
  content: '';
  background: url(../img/top01_back_02.png) bottom center / 100% auto no-repeat;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 12px;
}
.section .text-box p + p {
  margin-top: 2em;
  font-size: 14px;
}
.section.sec1 .bg-area {
  background-image: url("../img/bgimg_01.jpeg");
  background-position: 40%;
}
/*header*/
.header-area {
  height: 6rem;
  position: relative;
}
.header-area .hamburger-area {
  height: 6rem;
  width: 90%;
  margin: 0 auto;
}
.header-area .hamburger-area .hamburger-area__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-area .hamburger-area .line-wrapper {
  position: fixed;
  width: 3rem;
  height: 1.5rem;
  z-index: 99;
}
.header-area .hamburger-area .line {
  width: 100%;
  display: block;
  height: 4px;
  background-color: #ED7433;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
}
.header-area.-nav-open .hamburger-area .line {
  background-color: #ffffff;
}
.header-area .hamburger-area .line.-first {
  top: 0;
}
.header-area .hamburger-area .line.-second {
  bottom: 0;
}
.header-area .menu-area_sp {
  position: fixed;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.header-area .menu-area_sp .menu-area_sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  height: 100%;
  padding: 5rem 0 4rem;
}
.header-area .menu-area_sp .menu-nav {
  text-align: center;
  color: #fffFFF;
}
.header-area .menu-area_sp .menu-nav__item {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.header-area .bg-area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  pointer-events: none;
}
.header-area .bg-area__inner {
  height: 5rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.header-area .bg-area__inner:after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  right: 0;
  top: 1.5rem;
  background: #ED7433;
  border-radius: 50vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.header-area .menu-area_sp .sns {
  font-size: 3rem;
  font-weight: normal;
  color: #ffffff;
}
.header-area .menu-area_sp .sns li {
  display: inline-block;
  margin: 0 0.5rem;
}
.header-area .menu-area_sp .sns li a {
  display: inline-block;
}
.header-area.-nav-open .bg-area__inner:after {
  -webkit-transform: scale(60);
  transform: scale(60);
}
.header-area.-nav-open .line.-first {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header-area.-nav-open .line.-second {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.header-area .menu-area_sp.-open-second {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: scroll;
}
body.-open {
  overflow: hidden;
}
/*header-area*/
.menu-area_pc {
  display: none;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .menu-area_pc {
    color: #ffca3f;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: fixed;
    right: 1rem;
    top: 1vw;
    overflow: hidden;
    display: block;
    height: calc(100vh - 2vw);
    z-index: 2;
  }
  .menu-area_pc .menu-area_pc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    position: relative;
  }
  .menu-area_pc .item.-sns {
    width: 1.5em;
  }
  .menu-area_pc .item.-sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .menu-area_pc .not-vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .menu-area_pc {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1024px) {
  .menu-area_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-area_pc .-position {
    pointer-events: painted;
    width: calc(2.5vw + 2em);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc((2.5vw + 2em) / 5) 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu-area_pc .-position .-dot {
    width: 100%;
    height: calc((2.5vw + 2em) * 0.55);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .menu-area_pc .-position .-dot span {
    width: 0.7em;
    height: 0.7em;
    display: block;
    border-radius: 50%;
    background: #e2e2e2;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-area_pc .-position .-dot.act span, .menu-area_pc .-position .-dot:hover span {
    background: #ED7433;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.fade.-slow {
  -webkit-transition: 1s 0s;
  transition: 1s 0s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.fade.-delay {
  -webkit-transition: 0.75s 0.6s;
  transition: 0.75s 0.6s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
@media screen and (min-width: 1024px) {
  .fade.-delay {
    -webkit-transition: 0.75s 0.5s;
    transition: 0.75s 0.5s;
  }
}
.fade.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fade.active2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* time-schedule */
.flexbox {
  display: block;
}
.flexbox .schedule__inner {
  width: 100%;
  margin-bottom: 2rem;
  padding: 10px;
  background: #ffffff;
  border-radius: 3px;
}
.time-schedule {
  width: auto;
  list-style: none;
  margin: 0px auto 0 100px;
  padding-left: 40px;
  border-left: 6px solid #ED7433;
  box-sizing: border-box;
}
.time-schedule li {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 0 10px;
}
.time-schedule li :last-child {
  margin-bottom: 0;
}
.time-schedule span.time {
  width: 5rem;
  margin-left: -9rem;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
  line-height: 1.4;
}
.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ED7433;
}
.time-schedule .sch_box {
  /* display: inline-block; */
  width: 100%;
  margin-left: 40px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}
.time-schedule .sch_title {
  font-weight: 700;
}
.time-schedule .sch_tx {
  margin-top: 0 !important;
}
#sec5 h3.heading {
  margin: 6rem auto 2rem;
  font-size: 160%;
}
.event-info__inner ul {
  display: block;
}
.event-info__inner li {
  width: 100%;
  margin-bottom: 3rem;
}
.event-info__inner li.last{
  margin-bottom: 0rem;
}
.event-info__inner li p{
    line-height: 1.6;
}
.event-info__inner.w80 ul {
  width: 100%;
  margin: 0 auto;
}
.event-info__inner.w80 li {
  width: 100%;
}
.event-info__inner .ttl {
  font-size: 120%;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
  background: #ED7433;
  padding: 10px;
  color: #ffffff;
  border-radius: 3px;
}
.event-info__inner .sub_ttl {
  font-size: 110%;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
  background: #ED7433;
  padding: 10px;
  color: #ffffff;
  border-radius: 3px;
}
.event-info__inner .event-img {
  text-align: center;
}
.event-info__inner .event-img img {
  max-width: 63%;
  margin-bottom: 1rem;
  max-height: 300px;
  width: auto;
}
.event-info__inner.w80 .event-img img {
  max-width: 70%;
  margin-bottom: 1rem;
  max-height: inherit;
  width: auto;
}
.event-info__inner .event-img.-wide img {
  max-width: 100%;
}
@media screen and (min-width: 428px) {
  .event-info__inner ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .event-info__inner li {
    width: 48%;
  }
  .event-info__inner .event-img img {
    max-width: auto;
  }
  .event-info__inner .event-img.-wide img {
    max-width: 95%;
  }
  .event-info__inner.w80 ul {
    display: block;
    max-width: 800px;
    width: 100%;
  }
  .event-info__inner.w80 li {
    width: 100%;
  }
}
.event-info__inner .btn {
  margin: 1.5rem auto 0;
}
.event-info__inner .btn a {
  margin: 0 auto;
}
.event-info__inner .sch_box .btn {
  margin: 1rem 0 1.5rem;
}
.event-info__inner .sch_box .btn a {
  margin: 0;
}
.event-info__inner .event-detial .btn {
  margin: 1rem 0 1.5rem;
}
.event-info__inner .event-detial .btn a {
  margin: 0;
}
.event-detial {
  line-height: 1.4;
  /* font-size: 90%; */
  border-spacing: 10px;
  border-collapse: separate;
  margin-bottom: 1rem;
}

.event-detial th {
  width: 5.5rem;
}
@media screen and (min-width: 1024px) {
  .event-detial th {
    width: 8rem;
  }
}
.event-detial td {
  width: auto;
}
.event-detial td a{
  text-decoration: underline;
}
.event-label {
  padding: 5px 10px;
  background: #ED7433;
  color: #ffffff;
  border-radius: 3px;
}
.event-info__inner .price {
  padding: 3px 3px;
  background: #ED7433;
  color: #ffffff;
  border-radius: 3px;
  font-size: 80%;
}
@media screen and (min-width: 600px) {
  .flexbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .flexbox .schedule__inner {
    width: 48%;
  }
  .time-schedule {
    margin: 0px auto 0 8rem;
    padding-left: 40px;
    font-size: 90%;
  }
  .time-schedule li {
    padding: 5px 0;
  }
  .time-schedule span.time {
    width: 7rem;
    margin-left: -11rem;
    padding: 0 0 5px;
    margin-top: 15px;
    line-height: 1.4;
  }
  .time-schedule span.time::after {
    content: "";
    position: absolute;
    right: -31px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .time-schedule .sch_box {
    width: 100%;
    margin-left: 40px;
    padding: 15px 10px 15px 10px;
    border-radius: 6px;
  }
  .time-schedule .sch_title {
    font-weight: 700;
  }
  .time-schedule .sch_tx {
    margin-top: 0 !important;
  }
}
.time-table {
  padding-top: 0.5rem;
}
.time-table li {
  display: flex;
  margin: 0;
  line-height: 1.4;
}
.time-table li .time {
  width: 8rem;
}
.time-table li .sch_box {
    width: 100%;
}
.time-table li .sch_title {
  margin-bottom: 0.5rem;
}
.time-table .sch_tx {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.bound {
  animation: bound 3s infinite;
}
@keyframes bound {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-25px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-15px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
.pagetop {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  z-index: 9999;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  display: none;
  transform: translateY(50px);
  transition: opacity .7s, display .7s allow-discrete, transform .7s;
}
.pagetop.show {
  opacity: 1;
  display: block;
  transform: translateY(0px);
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop-img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  max-width: 100px;
}
@media screen and (min-width: 1024px) {
  .pagetop-img {
    max-width: 140px;
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
#credit .bg-area {
  padding: 5vw 0;
}
#credit .bg-area .text-box {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #credit .bg-area .text-box {
    text-align: center;
  }
}
footer {
  position: relative;
  background: #F1DD71;
}
footer .flexbox {
  display: flex;
}
footer #contact {
  background: url(../img/contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}
footer #line {
  background: url(../img/line.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
}
footer .flexbox li {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: .7s;
}
footer .flexbox li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  /* font-weight: bold; */
  letter-spacing: 0.2ex;
  background: rgba(0, 0, 0, 0.2);
  transition: .7s;
}
@media screen and (min-width: 768px) {
  footer .flexbox li {
    height: 250px;
  }
  footer .flexbox li a {
    font-size: 180%;
  }
}
footer .flexbox li a:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.footer_container {
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 0;
  position: relative;
}
.footer_container:after {
  position: absolute;
  content: '';
  background: url(../img/top02_back_02.png) bottom center / 100% auto no-repeat;
  top: -3px;
  left: 0;
  width: 100%;
  height: 15px;
}
.archive_inner {
    max-width: 92vw;
    margin: 0 auto;
        padding: 5vw 0;
}
.archive_inner .archive_list{
    width: 100%;
    display: flex;
    padding: 0 10%;
    justify-content: space-evenly;
}
.archive_inner .archive_list li {
    width: 32%;
}
.archive_inner .archive_list li img{
     max-width: 200px;
}

@media screen and (min-width: 768px) {
    .archive_inner .archive_list{
        text-align: center;
        width: 100%;
        padding: 0 1%;
        flex-wrap: wrap;
        justify-content: center;
    }
.archive_inner .archive_list li img{
        padding: 0 4% 2%;
    }
}
.copyright {
  font-size: 80%;
  line-height: 1.4;
  padding: 1rem;
    text-align: center;
}
/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
/*--  text-align  --*/
.ta_c {
  text-align: center;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: 500;
}
/*--  text-color  --*/
.red {
  color: red !important;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 95% !important;
}
.fs_ms {
  font-size: 70% !important;
}
.fs_s {
  font-size: 50% !important;
}