html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
picture {
  display: block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  width: 100%;
  height: auto;
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.header {
  width: 140rem;
  margin-inline: auto;
  margin-top: 3rem;
}
.header__pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100rem;
  margin-inline: auto;
}
.header__pc--left {
  display: flex;
}
.header__pc--left .logo {
  width: 12rem;
}
.header__pc--left .text--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 2rem;
}
.header__pc--left .text--wrap p {
  color: rgb(0, 32, 96);
}
.header__pc--left .text--wrap .text01 {
  display: none;
}
.header__pc--left .text--wrap .text02 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 2.5rem;
  color: rgb(0, 32, 96);
}
.header__pc--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__pc--right p {
  color: rgb(0, 32, 96);
}
.header__pc--right .tell {
  font-size: 2.7rem;
  font-weight: 600;
}
.header__pc--right .holiday {
  font-size: 1.6rem;
}
.header__sp {
  display: none;
}
.header__sp--tell {
  display: none;
}

.nav__wrap {
  background-color: rgb(81, 183, 255);
  width: 100%;
}
.nav__wrap .nav {
  display: flex;
  justify-content: center;
  gap: 0 10rem;
  margin-top: 3rem;
  padding: 1rem;
}
.nav__wrap .nav a {
  color: #ffffff;
  font-size: 2rem;
  padding: 0.4rem;
}

.slider__container {
  background-color: #eeeeee;
  width: 100%;
}
.slider__container .bx-wrapper {
  max-width: 100rem !important;
  border: none !important;
  margin: 0 !important;
  margin-inline: auto !important;
}
.slider__container .bx-wrapper img {
  max-width: 100rem !important;
  height: 65rem !important;
}
.slider__container .bx-wrapper .bx-controls-direction,
.slider__container .bx-wrapper .bx-pager {
  display: none !important;
}

.main .container {
  margin-inline: auto;
  width: 100rem;
}
.main .container__sec01 {
  margin-top: 6.5rem;
}
.main .container__sec01--title {
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(0, 32, 96);
  border-bottom: 0.2rem solid rgb(0, 32, 96);
}
.main .container__sec01--text {
  font-size: 1.75rem;
  line-height: 3.5rem;
  margin-top: 1rem;
}
.main .container__sec02 {
  margin-top: 6.5rem;
}
.main .container__sec02--title {
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(0, 32, 96);
  border-bottom: 0.2rem solid rgb(0, 32, 96);
}
.main .container__sec02--about {
  display: flex;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 80rem;
  margin-inline: auto;
}
.main .container__sec02--about a {
  width: 20rem;
  height: 20rem;
  background-color: rgb(0, 32, 96);
  border-radius: 50%;
  position: relative;
  opacity: 0.8;
  transition: all 0.4s;
}
.main .container__sec02--about a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.main .container__sec02--about p {
  font-size: 2rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.main .container__sec03 {
  margin-top: 6.5rem;
}
.main .container__sec03--title {
  font-size: 2.4rem;
  font-weight: 600;
  color: rgb(0, 32, 96);
  border-bottom: 0.2rem solid rgb(0, 32, 96);
}
.main .container__sec03--calendar {
  width: 100rem;
  margin-top: 2rem;
  border: solid 0.2rem #444;
  border-collapse: collapse;
}
.main .container__sec03--calendar iframe {
  width: 100rem;
  height: 60rem;
}
.main .container__sec03--calendar td {
  font-size: 2rem;
  text-align: center;
  padding: 1.4rem;
  border: solid 0.1rem #444;
  color: #444;
}
.main .container__sec03--schedule {
  width: 100rem;
  margin-top: 2rem;
  border: solid 0.2rem #444;
  border-collapse: collapse;
}
.main .container__sec03--schedule td {
  font-size: 2rem;
  text-align: center;
  padding: 1.4rem;
  border: solid 0.1rem #444;
  color: #444;
}
.main .container__sec03--info {
  margin-top: 1rem;
  font-size: 1.75rem;
  color: #666;
}
.main .container__sec04 {
  margin-top: 10rem;
}
.main .container__sec04--map {
  width: 100%;
  height: 33.6rem;
}
.main .container__sec04--map iframe {
  width: 100%;
  height: 100%;
}
.main .container__sec04--btn {
  width: 60rem;
  margin-inline: auto;
  margin-top: 1rem;
}
.main .container__sec04--btn .access--detail {
  font-size: 2rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.3rem;
  background-color: rgb(0, 32, 96);
  transition: all 0.4s;
}
.main .container__sec04--btn .access--detail a {
  color: #ffffff;
}
.main .container__sec04--btn .access--detail:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.main .container__sec05 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem;
  margin-top: 10rem;
}
.main .container__sec05--img01, .main .container__sec05--img02 {
  width: 20rem;
}

.footer {
  width: 100%;
  background-color: #646464;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  padding: 3rem 0;
  margin-top: 10rem;
}
.footer p {
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
}

#back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  background-color: rgb(100, 100, 100);
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  html {
    font-size: 2.0833333333vw;
  }
  .body {
    overflow: hidden;
    width: 480px !important;
  }
  .header {
    margin: 0;
    width: 48rem;
    display: flex;
    align-items: center;
    height: 6rem;
    position: fixed;
    top: 0rem;
    z-index: 20;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 5px #555;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 32, 96, 0.3);
  }
  .header__pc {
    width: 100%;
  }
  .header__pc--left {
    display: flex;
  }
  .header__pc--left .logo {
    display: none;
  }
  .header__pc--left .text--wrap {
    margin-left: 1rem;
  }
  .header__pc--left .text--wrap .text01 {
    display: none;
  }
  .header__pc--left .text--wrap .text02 {
    color: rgb(0, 32, 96);
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0;
  }
  .header__pc--right {
    display: none;
  }
  .header__sp {
    display: block;
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .header__sp--tell {
    display: block;
    background: rgb(0, 32, 96);
    width: 2.6rem;
    padding: 0.2rem;
    border-radius: 0.3rem;
    margin-right: 1rem;
  }
  .header__sp--navBtn {
    width: 3rem;
    height: 2.5rem;
    margin-right: 1rem;
    cursor: pointer;
  }
  .header__sp--navBtn .humberg {
    width: 100%;
    width: 2.5rem;
    height: 0.5rem;
    background: rgb(81, 183, 255);
    margin-bottom: 0.5rem;
    transition: all 0.6s linear 0;
  }
  .header__sp--navBtn div:nth-of-type(1).active {
    opacity: 0;
  }
  .header__sp--navBtn div:nth-of-type(2).active {
    transform: rotate(45deg);
    transition: all 0.1s;
  }
  .header__sp--navBtn div:nth-of-type(3).active {
    transform: rotate(-45deg);
    margin-top: -10px;
    transition: all 0.1s;
  }
  .globalMenuSp {
    display: block;
    position: fixed;
    z-index: 1;
    top: 6rem;
    left: 0;
    background: #fff;
    color: #000;
    transform: translateY(-110%);
    transition: all 0.6s;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0rem 0.2rem 1rem #555;
  }
  .globalMenuSp ul {
    background: #dfdfdf;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .globalMenuSp ul li {
    font-size: 1.7rem;
    list-style-type: none;
    padding: 0;
    padding-left: 2rem;
    background: rgb(81, 183, 255);
    border-bottom: 0.1rem dotted #FFF;
  }
  .globalMenuSp ul li a {
    display: block;
    text-decoration: none;
    padding: 0.5em 10%;
    color: #FFFFFF;
  }
  .globalMenuSp ul li a .tri {
    display: inline-block;
    transform: rotate(-90deg);
    color: #FFFFFF;
  }
  .globalMenuSp.active {
    transform: translateY(0%);
  }
  .nav__wrap {
    display: none;
  }
  .slider__container {
    background-color: #eeeeee;
    width: 100%;
    height: 300px;
    margin-top: 6rem;
  }
  .slider__container .bx-wrapper {
    max-width: 48rem !important;
    border: none !important;
    margin: 0 !important;
    margin-inline: auto !important;
  }
  .slider__container .bx-wrapper img {
    max-width: 48rem !important;
    height: 30rem !important;
  }
  .slider__container .bx-wrapper .bx-controls-direction,
  .slider__container .bx-wrapper .bx-pager {
    display: none !important;
  }
  .main .container {
    width: 48rem;
    margin-inline: auto;
  }
  .main .container__sec01 {
    margin-top: 4rem;
    width: 40rem;
    margin-inline: auto;
  }
  .main .container__sec01--title {
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(0, 32, 96);
    border-bottom: 0.2rem solid rgb(0, 32, 96);
    text-align: center;
  }
  .main .container__sec01--text {
    font-size: 1.75rem;
    line-height: 3.5rem;
    margin-top: 1rem;
  }
  .main .container__sec02 {
    margin-top: 4rem;
    width: 40rem;
    margin-inline: auto;
  }
  .main .container__sec02--title {
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(0, 32, 96);
    border-bottom: 0.2rem solid rgb(0, 32, 96);
    text-align: center;
  }
  .main .container__sec02--about {
    display: flex;
    justify-content: center;
    gap: 1rem 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    width: 40rem;
  }
  .main .container__sec02--about a {
    width: 13.5rem;
    height: 13.5rem;
    background-color: rgb(0, 32, 96);
    border-radius: 50%;
    position: relative;
    opacity: 0.8;
  }
  .main .container__sec02--about a:hover {
    opacity: 0.6;
  }
  .main .container__sec02--about p {
    font-size: 1.3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .main .container__sec03 {
    margin-top: 4rem;
    width: 40rem;
    margin-inline: auto;
  }
  .main .container__sec03--title {
    font-size: 2.4rem;
    font-weight: 600;
    color: rgb(0, 32, 96);
    border-bottom: 0.2rem solid rgb(0, 32, 96);
    text-align: center;
  }
  .main .container__sec03--calendar {
    width: 40rem;
    margin-top: 2rem;
    border: solid 0.2rem #444;
    border-collapse: collapse;
  }
  .main .container__sec03--calendar iframe {
    width: 40rem;
    height: 40rem;
  }
  .main .container__sec03--calendar td {
    font-size: 1rem;
    text-align: center;
    padding: 1.4rem;
    border: solid 0.1rem #444;
    color: #444;
  }
  .main .container__sec03--schedule {
    width: 40rem;
    margin-top: 2rem;
    border: solid 0.2rem #444;
    border-collapse: collapse;
  }
  .main .container__sec03--schedule td {
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem;
    border: solid 0.1rem #444;
    color: #444;
  }
  .main .container__sec03--info {
    margin-top: 1rem;
    font-size: 1rem;
    color: #666;
  }
  .main .container__sec04 {
    margin-top: 10rem;
  }
  .main .container__sec04--map {
    width: 100%;
    height: 20rem;
  }
  .main .container__sec04--map iframe {
    width: 100%;
    height: 100%;
  }
  .main .container__sec04--btn {
    width: 20rem;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .main .container__sec04--btn .access--detail {
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 0.3rem;
    background-color: rgb(0, 32, 96);
    transition: all 0.4s;
  }
  .main .container__sec04--btn .access--detail a {
    color: #ffffff;
  }
  .main .container__sec04--btn .access--detail:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
  .main .container__sec05 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 3rem;
    margin-top: 10rem;
  }
  .main .container__sec05--img01, .main .container__sec05--img02 {
    width: 20rem;
  }
  .footer {
    width: 100%;
    background-color: #646464;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 2rem 0;
    margin-top: 10rem;
  }
  .footer p {
    font-size: 1.4rem;
    text-align: center;
    color: #FFFFFF;
  }
  #back-to-top {
    background-color: rgb(100, 100, 100);
    position: relative;
    right: 0rem;
    bottom: 0rem;
  }
  #back-to-top a {
    width: 9rem;
    margin-inline: auto;
  }
}/*# sourceMappingURL=stylesheet.css.map */