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

#accesslocation .primary li.accesslocation a {
  background: #2B66A7;
}
#accesslocation .foot_nav li.accesslocation a {
  background: #e1e8f0;
}

.main {
  overflow: hidden;
}
.main .sec--01 {
  height: 1000px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .main .sec--01 {
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01.wrap {
    max-width: 1000px;
  }
}
.main .sec--01 .text {
  position: relative;
  margin-top: 270px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 .text {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--01 .text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text .page_h2big {
    text-align: center;
  }
}
.main .sec--01 .text p {
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text p {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text p {
    margin-top: 30px;
  }
}
.main .sec--01 .text .image {
  position: absolute;
  top: -200px;
  right: -120px;
  max-width: 870px;
}
@media screen and (max-width: 1024px) {
  .main .sec--01 .text .image {
    position: static;
    margin-top: 30px;
  }
}
.main .sec--01 .text .image figcaption {
  right: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .text .image figcaption {
    right: 0;
    bottom: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .main .sec--01 .text .image {
    top: -100px;
    right: -2rem;
    width: 600px;
  }
}
.main .sec--02 {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .main .sec--02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    padding: 50px 0;
  }
}
.main .sec--02 .inner:nth-child(n+2) {
  margin-top: 50px;
}
.main .sec--02 .inner .page_h2 {
  color: #ffffff;
  font-size: 20px;
  display: flex;
  font-weight: 200;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .inner .page_h2 {
    display: block;
  }
}
.main .sec--02 .inner .page_h2 span {
  color: #b7b4c8;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .inner .page_h2 span {
    display: block;
    margin-bottom: 0;
  }
}
.main .sec--02 .inner .image {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .inner .image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 30px;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec--03 .locationSlide .image {
    height: 12rem;
  }
  .main .sec--03 .locationSlide .image img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .locationSlide .image:nth-child(n+2) {
    margin-top: 20px;
  }
  .main .sec--03 .locationSlide .image .bottomRight {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 5px 10px;
    right: 0 !important;
    bottom: 0 !important;
  }
}
.main .sec--03 .locationSlide .slick-slide {
  margin: 0 2px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .main .sec--03 .locationSlide .slick-slide img.sp {
    display: none !important;
  }
}
.main .sec--03 .locationSlide .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .locationSlide .slick-dots {
    bottom: 10px;
    left: 10px;
  }
}
.main .sec--03 .locationSlide .slick-dots li {
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .locationSlide .slick-dots li {
    margin: 0 10px;
  }
}
.main .sec--03 .locationSlide .slick-dots button {
  font-size: 0;
  background: #d7dbe4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .locationSlide .slick-dots button {
    width: 7px;
    height: 7px;
  }
}
.main .sec--03 .locationSlide .slick-dots .slick-active button {
  background: #092c79;
}/*# sourceMappingURL=unique.css.map */