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

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

.main {
  overflow: hidden;
}
.main .sec--01 .text {
  position: relative;
  margin-top: 50px;
}
@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;
  }
}
.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--02 {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    margin-top: 60px;
  }
}
.main .sec--02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .grid {
    grid-template-columns: 1fr;
  }
}
.main .sec--02 .grid .image.--02 {
  padding: 6% 13% 0 13%;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .grid .image.--02 figcaption {
    margin-top: 10px;
  }
}
.main .sec--03 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 50px;
  }
}
.main .sec--03 .link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .link {
    grid-template-columns: 1fr;
  }
}
.main .sec--03 .link a {
  background: #ebeef3;
  text-align: center;
  position: relative;
  padding: 20px 0 30px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) {
  .main .sec--03 .link a {
    border-top: 1px solid #092c79;
    border-bottom: 1px solid #092c79;
    border-right: 1px solid #092c79;
  }
  .main .sec--03 .link a:nth-child(1) {
    border-left: 1px solid #092c79;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .link a {
    padding: 10px 0 30px;
    border-bottom: 1px solid #092c79;
    border-right: 1px solid #092c79;
    border-left: 1px solid #092c79;
  }
  .main .sec--03 .link a:nth-child(1) {
    border-top: 1px solid #092c79;
  }
}
.main .sec--03 .link a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px #262626;
  border-right: solid 1px #262626;
  transform: rotate(135deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .link a:before {
    bottom: 15px;
  }
}
.main .sec--03 .link a .ttl {
  color: #092c79;
  font-size: 17px;
}
.main .sec--03 .link a .text {
  font-size: 14px;
  margin-top: 10px;
}
.main .sec--03 .link a:hover {
  background: linear-gradient(126deg, rgb(14, 61, 127) 0%, rgb(13, 42, 77) 100%);
  color: #ffffff;
}
.main .sec--03 .link a:hover:before {
  border-color: #ffffff;
}
.main .sec--03 .link a:hover .ttl {
  color: #b7b4c8;
}
.main .sec--03 .inner .mainimg {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .mainimg {
    padding: 0;
  }
}
.main .sec--03 .inner .gridtop {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 45px;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .inner .gridtop {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.main .sec--03 .inner .gridtop .page_h2 span {
  display: block;
  color: #092c79;
  font-size: 25px;
  margin-bottom: 20px;
}
.main .sec--03 .inner .gridtop .cont .text {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .gridtop .cont .text {
    margin-top: 30px;
  }
}
.main .sec--03 .inner .gridtop .cont table {
  margin-top: 40px;
  border: 1px solid #96a3ba;
  border-collapse: collapse;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .gridtop .cont table {
    margin-top: 30px;
  }
}
.main .sec--03 .inner .gridtop .cont table th {
  background: #b7c1d1;
  text-align: center;
  padding: 5px 0;
}
.main .sec--03 .inner .gridtop .cont table td {
  border-bottom: 1px solid #96a3ba;
  padding: 15px;
  vertical-align: middle;
}
.main .sec--03 .inner .gridtop .cont table td.ttl {
  background: #d8dfea;
  color: #495676;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .gridtop .cont table td.ttl {
    width: 80px;
  }
}
.main .sec--03 .inner .gridtop .image_wrap .fontS {
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .main .sec--03 .inner .gridtop .image_wrap .fontS {
    text-align: right;
  }
}
.main .sec--03 .inner .gridbottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner .gridbottom {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 50px auto 0;
  }
}
.main .sec--03 .inner.pool {
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}
@media screen and (min-width: 1440px) {
  .main .sec--03 .inner.pool .cont {
    padding-left: 13%;
  }
}
.main .sec--03 .inner.pool .cont .indent_wrap {
  margin-top: 20px;
}
.main .sec--03 .inner.pool .cont .image_wrap {
  margin-top: 30px;
  max-width: 260px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.pool .cont .image_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.pool .cont .image_wrap figcaption {
    right: auto;
    left: 5px;
  }
}
.main .sec--03 .inner.pool .cont .image_wrap .fontS {
  text-align: right;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.pool .cont .image_wrap .fontS {
    text-align: left;
  }
}
.main .sec--03 .inner.restaurant {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.restaurant .gridtop {
    gap: 30px;
  }
}
.main .sec--03 .inner.restaurant .gridtop .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .main .sec--03 .inner.restaurant .gridtop .ttl_wrap {
    display: block;
  }
}
.main .sec--03 .inner.restaurant .other {
  background: rgba(183, 180, 200, 0.2);
  padding: 6%;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.restaurant .other {
    margin-top: 70px;
    margin-right: 0.3rem;
    margin-left: 0.3rem;
    padding: 50px 30px;
  }
}
.main .sec--03 .inner.restaurant .other .page_h2 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.restaurant .other .page_h2 {
    font-size: 17px;
  }
}
.main .sec--03 .inner.restaurant .other .grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5%;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .main .sec--03 .inner.restaurant .other .grid {
    grid-template-columns: 1fr 1fr;
    padding: 6% 6% 15%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.restaurant .other .grid {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.main .sec--03 .inner.restaurant .other .ttl {
  font-size: 18px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.restaurant .other .ttl {
    font-size: 17px;
    margin: 20px 0 10px;
  }
}
.main .sec--03 .inner.restaurant .other figcaption {
  text-align: right;
}/*# sourceMappingURL=unique.css.map */