@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;
}

.foot_nav {
  display: none;
}

.main {
  overflow: hidden;
}
.main .fadeSlide {
  overflow: hidden;
  height: 11rem;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide {
    height: 300px;
  }
}
.main .fadeSlide .slick-list,
.main .fadeSlide .slick-slide,
.main .fadeSlide .image {
  height: 11rem;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide .slick-list,
  .main .fadeSlide .slick-slide,
  .main .fadeSlide .image {
    height: 300px;
  }
}
.main .fadeSlide .slick-slide img {
  transform: scale(1.1);
  transition: all 6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .fadeSlide .slick-active img {
  transform: scale(1);
}
.main .fadeSlide .slick-dots {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide .slick-dots {
    bottom: 10px;
    left: 10px;
  }
}
.main .fadeSlide .slick-dots li {
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide .slick-dots li {
    margin: 0 10px;
  }
}
.main .fadeSlide .slick-dots button {
  font-size: 0;
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide .slick-dots button {
    width: 7px;
    height: 7px;
  }
}
.main .fadeSlide .slick-dots button:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  transition: all 1s;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide .slick-dots button:before {
    width: 15px;
    height: 15px;
    top: -5px;
    left: -5px;
  }
}
.main .fadeSlide .slick-dots .slick-active button:before {
  opacity: 1;
}
.main .fadeSlide .sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .main .fadeSlide .pc {
    display: none !important;
  }
  .main .fadeSlide .sp {
    display: revert !important;
  }
}
.main .mv_obi {
  color: #ffffff;
  background: rgb(14, 61, 127);
  background: linear-gradient(90deg, rgb(14, 61, 127) 0%, rgb(13, 42, 77) 100%);
  font-size: 22px;
  font-weight: 200;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .main .mv_obi {
    font-size: 18px;
    padding: 20px 40px;
  }
}
.main .mv_obi .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .mv_obi .inner {
    flex-wrap: wrap;
  }
}
.main .mv_obi .--01 {
  font-size: 27px;
  letter-spacing: 0.1rem;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .mv_obi .--01 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid;
    font-size: 23px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
  }
}
.main .mv_obi .--01 .times {
  font-size: 30px;
}
.main .mv_obi .--02 {
  margin-right: 10px;
}
.main .mv_obi .--03 .times {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .main .mv_obi .--03 .times {
    font-size: 21px;
  }
}
.main .mv_obi .--03 .week {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .main .mv_obi .--03 .week {
    font-size: 13px;
  }
}
.main .h2_ttl {
  color: #092c79;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .h2_ttl {
    font-size: 18px;
  }
}
.main .bg_gra {
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .main .bg_gra {
    padding: 40px 0;
  }
}
.main .info .inner {
  margin-top: 30px;
  border-top: 1px solid #4c4c4c;
}
@media screen and (max-width: 750px) {
  .main .info .inner {
    margin-top: 20px;
  }
}
.main .info .inner .box {
  border-bottom: 1px solid #4c4c4c;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .info .inner .box {
    flex-wrap: wrap;
    padding: 25px 10px;
  }
}
.main .info .inner a {
  transition: all 0.3s ease;
}
.main .info .inner a:hover {
  opacity: 0.7;
}
.main .info .inner .time {
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .info .inner .time {
    width: 100%;
  }
}
.main .info .inner .time .new {
  background: #aa8420;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  margin-right: 10px;
}
.main .info .inner .text {
  width: calc(100% - 200px);
  padding: 0 40px;
  border-left: 1px solid #4c4c4c;
}
@media screen and (max-width: 750px) {
  .main .info .inner .text {
    width: 100%;
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .main .info .inner .text .ttl {
    text-align: center;
  }
}
.main .info .inner .text .ttl .ttl_inner {
  font-size: 22px;
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .info .inner .text .ttl .ttl_inner {
    font-size: 17px;
  }
}
.main .info .inner .text .ttl .ttl_inner2 {
  font-size: 22px;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .info .inner .text .ttl .ttl_inner2 {
    font-size: 17px;
  }
}
.main .info .inner .text .sub {
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .info .inner .text .num_wrap {
    font-size: 11px;
  }
}
.main .info .inner .text .num_wrap .num {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .main .info .inner .text .num_wrap .num {
    font-size: 17px;
  }
}
.main .info .inner .text .indent_wrap {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .main .info .inner .text .indent_wrap {
    font-size: 11px;
  }
}
.main .info .inner .text .desc {
  margin-top: 5px;
  line-height: 1.3;
}
.main .info .inner .--03 .desc {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .main .info .inner .--03 .desc {
    text-align: center;
  }
}
.main .topcta {
  margin-top: 40px;
}
.main .topcta .ctaBtn {
  margin: 0 auto;
}
.main .topcta .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .main .topcta .tel {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .topcta .tel .--01 {
    font-size: 14px;
  }
}
.main .topcta .tel .--02 {
  font-size: 45px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .main .topcta .tel .--02 {
    font-size: 40px;
    justify-content: center;
  }
}
.main .topcta .tel .--02 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}
.main .topcta .tel .--02 img {
  width: 45px;
  margin-right: 10px;
}
.main .topcta .tel .--03 {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .main .topcta .tel .--03 {
    font-size: 12px;
  }
}
.main .topcta .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .main .topcta .bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 30px;
  }
}
.main .cont {
  margin-top: 50px;
}
.main .cont .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .cont .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .cont .grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.main .cont .grid .image {
  overflow: hidden;
  height: 350px;
}
@media screen and (max-width: 750px) {
  .main .cont .grid .image {
    height: 200px;
  }
}
.main .cont .grid .image .bottomRightIn {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  right: 0 !important;
  bottom: 0 !important;
}
.main .cont .grid .inner {
  background: rgb(14, 61, 127);
  background: linear-gradient(126deg, rgb(14, 61, 127) 0%, rgb(13, 42, 77) 100%);
  color: #ffffff;
  transition: all 1s ease;
  padding: 0.8rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .cont .grid .inner {
    padding: 30px 40px;
  }
}
.main .cont .grid .inner .eb {
  color: #b7b4c8;
}
@media screen and (max-width: 750px) {
  .main .cont .grid .inner .eb {
    font-size: 18px;
  }
}
.main .cont .grid .inner .ttl {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .main .cont .grid .inner .ttl {
    font-size: 16px;
  }
}
.main .cont .grid .inner .text {
  font-size: min(0.24rem, 13px);
  margin: 20px 0 30px;
}
.main .cont .grid .inner .arrow {
  font-size: 12px;
}
.main .cont .grid .inner .arrow span {
  position: relative;
  margin-left: 20px;
}
.main .cont .grid .inner .arrow span:before, .main .cont .grid .inner .arrow span:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  top: 11px;
}
.main .cont .grid .inner .arrow span:after {
  width: 20px;
  transform: rotate(25deg);
  top: 7px;
  right: -50px;
}
.main .cont .grid .box:hover .inner {
  background: rgb(225, 232, 240);
  background: linear-gradient(90deg, rgb(225, 232, 240) 0%, rgb(255, 255, 255) 50%, rgb(247, 251, 252) 80%, rgb(255, 255, 255) 100%);
  color: #262626;
}
.main .cont .grid .box:hover img {
  transform: scale(1.1, 1.1);
}
.main .cont .grid .box:hover .eb {
  color: #092c79;
}
.main .cont .grid .box:hover .arrow span:before, .main .cont .grid .box:hover .arrow span:after {
  background: #262626;
}
.main .fNote {
  margin-top: 50px;
}/*# sourceMappingURL=unique.css.map */