@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.animImgScale {
  transition: all 0.5s;
  transform: translateY(-10px);
  opacity: 0;
}
.animImgScale img {
  transition: all 1s;
  transform: scale(1.1, 1.1);
  opacity: 0;
}

.inview-on.animImgScale {
  transform: translateY(0);
  opacity: 1;
}
.inview-on.animImgScale img {
  transform: scale(1, 1);
  opacity: 1;
}

.sans {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
}

.eb {
  font-family: "EB Garamond", serif;
}
.eb.italic {
  font-style: italic;
}

.times {
  font-family: "Times New Roman";
}

.colorA {
  color: #aa8420;
}

.colorP {
  color: #092c79;
}

.white {
  color: #ffffff;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.5rem;
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt60 {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 0.8rem;
  }
}

.mt80 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.5rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .main .page_mv .image {
    height: 150px;
  }
}
.main .sec--01 .page_h2 {
  margin-top: 50px;
}
.main .sec--01 .box {
  background: #ffffff;
  padding: 60px 50px 60px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--01 .box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .box {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
.main .sec--01 .box .label_wrap {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  gap: 5px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .box .label_wrap {
    font-size: 12px;
    top: -30px;
  }
}
.main .sec--01 .box .label_wrap span {
  background: #00184e;
  color: #ffffff;
  padding: 0 5px 2px;
}
.main .sec--01 .box .label_wrap span.online {
  background: #aa8420;
}
.main .sec--01 .box .ttl {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .box .ttl {
    font-size: 13px;
  }
}
.main .sec--01 .grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .grid {
    margin-top: 40px;
  }
}
.main .sec--01 .cont dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 35px 70px;
  font-size: 17px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 .cont dl {
    font-size: 15px;
    gap: 25px 70px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont dl {
    font-size: 15px;
    gap: 20px 30px;
    grid-template-columns: 70px 1fr;
  }
}
.main .sec--01 .cont dl dt {
  position: relative;
}
.main .sec--01 .cont dl dt:after {
  content: "";
  position: absolute;
  top: 17px;
  right: -45px;
  width: 25px;
  height: 1px;
  background: #4c4c4c;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont dl dt:after {
    top: 12px;
    right: -18px;
    width: 15px;
  }
}
.main .sec--01 .cont dl dd.day {
  font-size: 15px;
  line-height: 3;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont dl dd.day {
    font-size: 13px;
    line-height: 2;
  }
}
.main .sec--01 .cont dl dd .num {
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 .cont dl dd .num {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont dl dd .num {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont dl dd .num {
    font-size: 22px;
  }
}
.main .sec--01 .cont dl dd.time ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.main .sec--01 .cont .text {
  margin-top: 50px;
}
.main .sec--01 .cont .text a {
  text-decoration: underline;
  color: #092c79;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont .text {
    margin-top: 40px;
  }
}
.main .sec--01 .cont .fontS {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont .fontS {
    margin-top: 20px;
  }
}
.main .sec--01 .cont .btn_wrap {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont .btn_wrap {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.main .sec--01 .cont .btn_wrap .btn {
  width: auto;
  font-size: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 .cont .btn_wrap .btn {
    font-size: 15px;
  }
  .main .sec--01 .cont .btn_wrap .btn:after {
    top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .cont .btn_wrap .btn {
    font-size: 16px;
  }
}
.main .sec--01 .cont .btn_wrap .gray {
  background: #4c4c4c;
}
.main .sec--01 .map .inner:nth-child(n+2) {
  margin-top: 30px;
}
.main .sec--01 .map iframe {
  width: 100%;
  height: 270px;
  margin-top: 10px;
  border: 1px solid #cccccc;
}/*# sourceMappingURL=unique.css.map */