@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.column {
  display: flex;
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 131rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.footer {
  position: relative;
  z-index: 100;
  background-image: url(../images/common/footer_bg01.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .footer {
    background-image: url(../images/common/sp-footer_bg01.png);
    background-size: 100% auto;
    background-repeat: repeat;
  }
}

.footer__inner {
  padding-top: 15rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

.footer__column {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  gap: 4.2rem;
}
@media screen and (max-width: 750px) {
  .footer__column {
    flex-direction: column;
    align-items: center;
  }
}

.footer__item {
  width: 37.6rem;
}
@media screen and (max-width: 750px) {
  .footer__item {
    width: 32rem;
  }
}

@media screen and (max-width: 750px) {
  .footer__place {
    width: 27rem;
    margin: 0 auto;
  }
}

.footer__address {
  margin-top: 2rem;
  font-size: 1.7rem;
  line-height: 2.2352941176;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__address {
    margin-top: 1rem;
  }
}

.footer__snsList {
  margin-top: 3.5rem;
  gap: 2.2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer__snsList {
    margin-top: 1.5rem;
  }
}

.footer__snsItem:nth-child(1) {
  width: 4rem;
}
.footer__snsItem:nth-child(2) {
  width: 3.5rem;
}
.footer__snsItem:nth-child(3) {
  width: 3.5rem;
}
.footer__snsItem:nth-child(4) {
  width: 4rem;
}

.footer__logo {
  margin: 8.7rem auto 0;
  width: 42.4rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    margin-top: 4rem;
    width: 32rem;
  }
}

.footer__navList {
  margin-top: 6rem;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer__navList {
    margin-top: 2.5rem;
  }
}

.footer__navItem:not(:first-child) {
  border-left: 0.1rem solid #333333;
}

.footer__navLink {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #333333;
  text-align: center;
  padding: 0 2rem;
}

.footer__copyright {
  padding: 3.5rem 2rem;
  background-color: #fff;
  color: #428FC4;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
}

.toTopButton {
  position: fixed;
  z-index: 1000;
  bottom: 2.7rem;
  right: 5rem;
  background-color: #5CBDD2;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .toTopButton {
    bottom: 6.7rem;
    right: 2rem;
  }
}
.toTopButton::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-bottom: 0.9rem solid #fff;
  border-top: 0;
}

.header {
  z-index: 1000;
}

.header__inner {
  padding-right: 2.8rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-right: 1.6rem;
  }
}

.header__logo {
  width: 37.9rem;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 24rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

.header__list {
  align-items: center;
  gap: 1.6rem;
  position: fixed;
  top: 1.6rem;
  right: 2.8rem;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .header__list--pc {
    display: none;
  }
}

.header__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #2C2C2C;
  border-radius: 10rem;
  min-width: 11.4rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .header__share {
    min-width: 9rem;
  }
}

.header__share--text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .header__share--text {
    font-size: 1.2rem;
  }
}

.header__share--icon {
  width: 1.2rem;
}

.header__snsList {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: 0.5s;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10rem;
  padding: 0.5rem 2rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .header__snsList {
    margin-top: -1.2rem;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    transition-delay: 0;
    padding: 1.3rem 2rem 0.8rem;
  }
}

.header__snsItem:nth-child(1) {
  width: 4rem;
}
.header__snsItem:nth-child(2) {
  width: 3.5rem;
}
.header__snsItem:nth-child(3) {
  width: 3.5rem;
}
.header__snsItem:nth-child(4) {
  width: 4rem;
}

.header__share:hover + .header__snsList {
  opacity: 1;
  visibility: visible;
}

.header__snsList:hover {
  opacity: 1;
  visibility: visible;
}

.header__sasebo {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2C2C2C;
  padding: 0.5rem 1.3rem;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(44, 44, 44, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .header__sasebo {
    font-size: 1.2rem;
  }
}

.nav {
  position: fixed;
  right: -1.5rem;
  top: 7.8rem;
  z-index: 10;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .nav {
    transform: translateX(100%);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 750px) {
  .nav.is-active {
    transform: translateX(0);
  }
}

.navList__item + .navList__item {
  margin-top: 0.6rem;
}
.navList__item + .navList__item--mtLarge {
  margin-top: 2rem;
}
.navList__item:nth-child(1) .navList__link {
  border-color: #1B346A;
}
.navList__item:nth-child(1) .navList__text {
  color: #1B346A;
}
.navList__item:nth-child(1) .navList__text--large {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}
.navList__item:nth-child(2) .navList__link {
  border-color: #E66134;
}
.navList__item:nth-child(2) .navList__text {
  color: #E66134;
}
.navList__item:nth-child(3) .navList__link {
  border-color: #218FD0;
}
.navList__item:nth-child(3) .navList__text {
  color: #218FD0;
}
.navList__item:nth-child(4) .navList__link {
  border-color: #00923F;
}
.navList__item:nth-child(4) .navList__text {
  color: #00923F;
}

.navList__link {
  display: block;
  border: 0.2rem solid #1B346A;
  border-radius: 0.6rem;
  background-color: #fff;
  padding: 1.3rem 2rem 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .navList__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}

.navList__icon {
  display: block;
  width: 2.9rem;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 750px) {
  .navList__icon {
    margin: 0;
  }
}

.navList__text {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .navList__text {
    writing-mode: inherit;
  }
}

.navList__text--small {
  font-size: 1.2rem;
}

.navList__text--large {
  font-size: 2rem;
}

.navList__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  background-color: #2C2C2C;
  border-radius: 10rem;
  min-width: 11.4rem;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .navList__share {
    min-width: none;
    width: 9rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}

.navList__share--text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .navList__share--text {
    font-size: 1.2rem;
  }
}

.navList__share--icon {
  width: 1.2rem;
}

.navList__sasebo {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2C2C2C;
  padding: 0.5rem 1.3rem;
  border-radius: 0.2rem;
  border: 0.1rem solid rgba(44, 44, 44, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .navList__sasebo {
    font-size: 1.2rem;
    width: fit-content;
    margin: 0 auto;
  }
}

.header__navButton {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__navButton {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem 0;
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 1rem;
    z-index: 1000;
  }
}

.header__navButtonBorder {
  display: block;
  background-color: #000000;
  height: 0.2rem;
  width: 2.3rem;
  transition: all 0.3s;
}
.header__navButtonBorder:nth-child(2) {
  width: 1.8rem;
}
.is-active > .header__navButtonBorder:nth-child(1) {
  transform: translateY(0.7rem) rotate(-45deg);
}
.is-active > .header__navButtonBorder:nth-child(2) {
  opacity: 0;
}
.is-active > .header__navButtonBorder:nth-child(3) {
  transform: translateY(-0.7rem) rotate(45deg);
}

.main {
  overflow: hidden;
}

.mv__inner {
  position: relative;
  padding-bottom: 1.4641288433vw;
}
@media screen and (max-width: 750px) {
  .mv__inner {
    padding-bottom: 2rem;
  }
}

.mv__title {
  position: absolute;
  width: 68.2284040996vw;
  top: -1.0248901903vw;
  transform: translateX(-50%);
  left: calc(50% - 2.196193265vw);
}
@media screen and (max-width: 750px) {
  .mv__title {
    width: 32rem;
    top: 2rem;
  }
}

.mv__bg {
  width: calc(100% - 5.6rem);
  margin-left: 2.8rem;
  height: 49.0483162518vw;
  overflow: hidden;
  border-radius: 1rem;
}
.mv__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .mv__bg img {
    object-position: -19rem 0;
  }
}
@media screen and (max-width: 750px) {
  .mv__bg {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    height: 40rem;
  }
}

.info {
  position: relative;
  z-index: 10;
}

.info--resort .boxInfo__detailTitle {
  color: #1B346A;
}
.info--resort .boxInfo__schedule {
  background-color: #D9E0EF;
}
.info--resort .boxInfo__scheduleTitle {
  background-color: #1B346A;
}
.info--resort .boxInfo__scheduleText--link {
  color: #1B346A;
  font-weight: 700;
}
.info--resort .boxInfo__detailTitle--column {
  align-items: center;
  gap: 1rem;
}
.info--resort .boxInfo__detailTitle--icon01 {
  width: 9.4rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .info--resort .boxInfo__detailTitle--icon01 {
    width: 4.5rem;
  }
}
.info--resort .boxInfo__detailTitle--icon02 {
  width: 5.3rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .info--resort .boxInfo__detailTitle--icon02 {
    width: 2.5rem;
  }
}

.info--aquarium .boxInfo__detailTitle {
  color: #0092C9;
}
.info--aquarium .boxInfo__schedule {
  background-color: #EEFAFF;
}
.info--aquarium .boxInfo__scheduleTitle {
  background-color: #0092C9;
}
.info--aquarium .boxInfo__scheduleText--link {
  color: #0092C9;
  font-weight: 700;
}
.info--aquarium .boxInfo__detailTitle--column {
  align-items: center;
  gap: 1rem;
}
.info--aquarium .boxInfo__detailTitle--icon01 {
  width: 9.4rem;
  display: inline-block;
}
.info--aquarium .boxInfo__detailTitle--icon02 {
  width: 5.3rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .info--aquarium .boxInfo__detailTitle--icon02 {
    width: 3rem;
  }
}
.info--aquarium .boxInfo__blk--bg01 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  min-height: 83.1rem;
  background-image: url(../images/aquarium/info_blk_bg01.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info--aquarium .boxInfo__blk--bg01 .boxInfo__schedule {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .info--aquarium .boxInfo__blk--bg01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/aquarium/sp-info_blk_bg01.png);
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
}
.info--aquarium .boxInfo__bgBlks {
  background-image: url(../images/aquarium/info_bg_blks_bg01.png);
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat;
}
.info--aquarium .boxInfo__bgBlks--bgCover {
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .info--aquarium .boxInfo__bgBlks {
    background-image: url(../images/aquarium/sp-info_bg_blks_bg01.png);
  }
}

.info--zooAndGarden .boxInfo__icon02 {
  width: 6.8rem;
  top: 67.9rem;
  left: -4.8rem;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__icon02 {
    width: 4.8rem;
    top: 67.9rem;
    left: -3.5rem;
  }
}
.info--zooAndGarden .boxInfo__icon03 {
  width: 10.4rem;
  top: 130.2rem;
  left: auto;
  right: -3rem;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__icon03 {
    width: 5.6rem;
    top: 134.3rem;
    right: -3rem;
  }
}
.info--zooAndGarden .boxInfo__icon04 {
  width: 7rem;
  top: 209.2rem;
  left: -4rem;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__icon04 {
    width: 5.5rem;
    top: 209.2rem;
    left: -4.5rem;
  }
}
.info--zooAndGarden .boxInfo__icon05 {
  width: 14.5rem;
  top: 428.9rem;
  right: -7.8rem;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__icon05 {
    width: 10.5rem;
    top: 431.9rem;
    right: -8.3rem;
  }
}
.info--zooAndGarden .boxInfo__detailTitle {
  color: #5CB531;
}
.info--zooAndGarden .boxInfo__schedule {
  background-color: #EBF9E5;
}
.info--zooAndGarden .boxInfo__scheduleTitle {
  background-color: #5CB531;
}
.info--zooAndGarden .boxInfo__scheduleText--link {
  color: #5CB531;
  font-weight: 700;
}
.info--zooAndGarden .boxInfo__detailTitle--column {
  align-items: center;
  gap: 1rem;
}
.info--zooAndGarden .boxInfo__detailTitle--icon01 {
  width: 9.4rem;
  display: inline-block;
}
.info--zooAndGarden .boxInfo__detailTitle--icon02 {
  width: 5.3rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__detailTitle--icon02 {
    width: 3rem;
  }
}
.info--zooAndGarden .boxInfo__blk--bg01 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  min-height: 83.1rem;
  background-image: url(../images/zoo-and-garden/info_blk_bg01.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info--zooAndGarden .boxInfo__blk--bg01 .boxInfo__schedule {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__blk--bg01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/zoo-and-garden/sp-info_blk_bg01.png);
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
}
.info--zooAndGarden .boxInfo__bgBlks {
  background-image: url(../images/zoo-and-garden/info_bg_blks_bg01.png);
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat;
}
.info--zooAndGarden .boxInfo__bgBlks--bgCover {
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .info--zooAndGarden .boxInfo__bgBlks {
    background-image: url(../images/zoo-and-garden/sp-info_bg_blks_bg01.png);
  }
}

.boxInfo--resort .boxInfo__detailTitle {
  color: #1B346A;
}
.boxInfo--resort .boxInfo__schedule {
  background-color: #D9E0EF;
}
.boxInfo--resort .boxInfo__scheduleTitle {
  background-color: #1B346A;
}
.boxInfo--resort .boxInfo__scheduleText--link {
  color: #1B346A;
  font-weight: 700;
}
.boxInfo--resort .boxInfo__notice--link {
  color: #1B346A;
  font-weight: 700;
}
.boxInfo--resort .boxInfo__detailText--link {
  color: #1B346A;
  font-weight: 700;
}
.boxInfo--resort .boxInfo__detailTitle--column {
  align-items: center;
  gap: 1rem;
}
.boxInfo--resort .boxInfo__detailTitle--icon01 {
  width: 9.4rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .boxInfo--resort .boxInfo__detailTitle--icon01 {
    width: 4.5rem;
  }
}
.boxInfo--resort .boxInfo__detailTitle--icon02 {
  width: 5.3rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .boxInfo--resort .boxInfo__detailTitle--icon02 {
    width: 2.5rem;
  }
}

.boxInfo--aquarium .boxInfo__detailTitle {
  color: #0092C9;
}
.boxInfo--aquarium .boxInfo__schedule {
  background-color: #EEFAFF;
}
.boxInfo--aquarium .boxInfo__scheduleTitle {
  background-color: #0092C9;
}
.boxInfo--aquarium .boxInfo__scheduleText--link {
  color: #0092C9;
  font-weight: 700;
}
.boxInfo--aquarium .boxInfo__notice--link {
  color: #0092C9;
  font-weight: 700;
}
.boxInfo--aquarium .boxInfo__detailText--link {
  color: #0092C9;
  font-weight: 700;
}
.boxInfo--aquarium .boxInfo__detailTitle--column {
  align-items: center;
  gap: 1rem;
}
.boxInfo--aquarium .boxInfo__detailTitle--icon01 {
  width: 9.4rem;
  display: inline-block;
}
.boxInfo--aquarium .boxInfo__detailTitle--icon02 {
  width: 5.3rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .boxInfo--aquarium .boxInfo__detailTitle--icon02 {
    width: 3rem;
  }
}
.boxInfo--aquarium .boxInfo__blk--bg01 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  min-height: 83.1rem;
  background-image: url(../images/aquarium/info_blk_bg01.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxInfo--aquarium .boxInfo__blk--bg01 .boxInfo__schedule {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .boxInfo--aquarium .boxInfo__blk--bg01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/aquarium/sp-info_blk_bg01.png);
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
}
.boxInfo--aquarium .boxInfo__bgBlks {
  background-image: url(../images/aquarium/info_bg_blks_bg01.png);
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat;
}
.boxInfo--aquarium .boxInfo__bgBlks--bgCover {
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .boxInfo--aquarium .boxInfo__bgBlks {
    background-image: url(../images/aquarium/sp-info_bg_blks_bg01.png);
  }
}

.boxInfo--zooAndGarden .boxInfo__icon02 {
  width: 6.8rem;
  top: 67.9rem;
  left: -4.8rem;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__icon02 {
    width: 4.8rem;
    top: 67.9rem;
    left: -3.5rem;
  }
}
.boxInfo--zooAndGarden .boxInfo__icon03 {
  width: 10.4rem;
  top: 130.2rem;
  left: auto;
  right: -3rem;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__icon03 {
    width: 5.6rem;
    top: 134.3rem;
    right: -3rem;
  }
}
.boxInfo--zooAndGarden .boxInfo__icon04 {
  width: 7rem;
  top: 209.2rem;
  left: -4rem;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__icon04 {
    width: 5.5rem;
    top: 209.2rem;
    left: -4.5rem;
  }
}
.boxInfo--zooAndGarden .boxInfo__icon05 {
  width: 14.5rem;
  top: 428.9rem;
  right: -7.8rem;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__icon05 {
    width: 10.5rem;
    top: 431.9rem;
    right: -8.3rem;
  }
}
.boxInfo--zooAndGarden .boxInfo__detailTitle {
  color: #5CB531;
}
.boxInfo--zooAndGarden .boxInfo__schedule {
  background-color: #EBF9E5;
}
.boxInfo--zooAndGarden .boxInfo__scheduleTitle {
  background-color: #5CB531;
}
.boxInfo--zooAndGarden .boxInfo__scheduleText--link {
  color: #5CB531;
  font-weight: 700;
}
.boxInfo--zooAndGarden .boxInfo__notice--link {
  color: #5CB531;
  font-weight: 700;
}
.boxInfo--zooAndGarden .boxInfo__detailText--link {
  color: #5CB531;
  font-weight: 700;
}
.boxInfo--zooAndGarden .boxInfo__detailTitle--column {
  align-items: center;
  gap: 1rem;
}
.boxInfo--zooAndGarden .boxInfo__detailTitle--icon01 {
  width: 9.4rem;
  display: inline-block;
}
.boxInfo--zooAndGarden .boxInfo__detailTitle--icon02 {
  width: 5.3rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__detailTitle--icon02 {
    width: 3rem;
  }
}
.boxInfo--zooAndGarden .boxInfo__blk--bg01 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  min-height: 83.1rem;
  background-image: url(../images/zoo-and-garden/info_blk_bg01.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxInfo--zooAndGarden .boxInfo__blk--bg01 .boxInfo__schedule {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__blk--bg01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/zoo-and-garden/sp-info_blk_bg01.png);
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
}
.boxInfo--zooAndGarden .boxInfo__bgBlks {
  background-image: url(../images/zoo-and-garden/info_bg_blks_bg01.png);
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat;
}
.boxInfo--zooAndGarden .boxInfo__bgBlks--bgCover {
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .boxInfo--zooAndGarden .boxInfo__bgBlks {
    background-image: url(../images/zoo-and-garden/sp-info_bg_blks_bg01.png);
  }
}

.pageBg {
  background-image: url(../images/common/page_bg01.png);
  background-position: top;
  background-size: 100% auto;
}
@media screen and (max-width: 750px) {
  .pageBg {
    background-image: url(../images/common/sp-page_bg01.png);
    background-size: 100% auto;
  }
}

.info__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.info__bg img {
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info__inner {
  padding-top: 8rem;
  padding-bottom: 15.5rem;
}
@media screen and (max-width: 750px) {
  .info__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.info__title {
  width: 119.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .info__title {
    width: 34rem;
  }
}

.info__box {
  margin-top: 7rem;
}

.boxInfo {
  position: relative;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  .boxInfo {
    padding-top: 5rem;
    padding-bottom: 4rem;
    margin-top: 4rem;
  }
}
.boxInfo--pb0 {
  padding-bottom: 0;
}

.boxInfo__icon01 {
  position: absolute;
  z-index: 10;
  width: 28.1rem;
  top: -5.8rem;
  left: -17.6rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__icon01 {
    width: 19.3rem;
    top: -1.8rem;
    left: -17.6rem;
  }
}

.boxInfo__icon02 {
  position: absolute;
  z-index: 10;
  width: 8.9rem;
  top: 77.5rem;
  right: -4.1rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__icon02 {
    width: 5.9rem;
    top: 94.5rem;
    right: -3.1rem;
  }
}

.boxInfo__icon03 {
  position: absolute;
  z-index: 10;
  width: 7rem;
  top: 201.2rem;
  left: -3.5rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__icon03 {
    width: 5rem;
    top: 218.2rem;
    left: -3.5rem;
  }
}

.boxInfo__icon04 {
  position: absolute;
}

.boxInfo__icon05 {
  position: absolute;
}

.boxInfo__title {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 64.2rem;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .boxInfo__title {
    width: 33rem;
  }
}

.boxInfo__blk {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__blk {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.boxInfo__colunn {
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__colunn {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
}
.boxInfo__colunn + .boxInfo__colunn {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__colunn + .boxInfo__colunn {
    margin-top: 4rem;
  }
}

.boxInfo__photo {
  width: 45.2rem;
  flex-shrink: 0;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .boxInfo__photo {
    width: 100%;
  }
}

.boxInfo__detailTitle {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  color: #F08300;
}
@media screen and (max-width: 750px) {
  .boxInfo__detailTitle {
    font-size: 1.8rem;
  }
}
.boxInfo__detailTitle--small {
  font-size: 3.4rem;
  line-height: 1.4411764706;
}
@media screen and (max-width: 750px) {
  .boxInfo__detailTitle--small {
    font-size: 1.8rem;
  }
}

.boxInfo__detailText {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxInfo__detailText {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.boxInfo__schedule {
  margin-top: 3rem;
  background-color: #F7EEE4;
  border-radius: 0.8rem;
  padding: 3.5rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__schedule {
    margin-top: 2rem;
    padding: 2.4rem;
  }
}
.boxInfo__schedule:first-child {
  margin-top: 0;
}
.boxInfo__schedule.boxInfo__schedule--bgNone {
  background-color: transparent;
  padding: 0;
}

.boxInfo__scheduleBlk {
  align-items: flex-start;
  gap: 1.3rem;
}
.boxInfo__scheduleBlk + .boxInfo__scheduleBlk {
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleBlk {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}

.boxInfo__scheduleTitle {
  background-color: #EF8200;
  min-width: 14rem;
  flex-shrink: 0;
  border-radius: 10rem;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleTitle {
    font-size: 1.2rem;
    min-width: 9rem;
    padding: 0.3rem 1rem;
  }
}

.boxInfo__scheduleText {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  color: #2C2C2C;
}
@media screen and (max-width: 750px) {
  .boxInfo__scheduleText {
    font-size: 1.4rem;
  }
}
.boxInfo__scheduleText--link {
  color: #EF8200;
  font-weight: 700;
}

.boxInfo__bgBlks + .boxInfo__blk {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__bgBlks + .boxInfo__blk {
    margin-top: 4rem;
  }
}

.boxInfo__blk + .boxInfo__bgBlks {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__blk + .boxInfo__bgBlks {
    margin-top: 4rem;
  }
}

.boxInfo__blk + .boxInfo__blk {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__blk + .boxInfo__blk {
    margin-top: 4rem;
  }
}

.boxInfo__blk + .boxInfo__blk.boxInfo__blk--bg01 {
  margin-top: 9rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__blk + .boxInfo__blk.boxInfo__blk--bg01 {
    margin-top: 4rem;
  }
}

.boxInfo__blk.boxInfo__blk--bg01 + .boxInfo__blk {
  margin-top: 9rem;
}
@media screen and (max-width: 750px) {
  .boxInfo__blk.boxInfo__blk--bg01 + .boxInfo__blk {
    margin-top: 4rem;
  }
}

.boxInfo__blk--bg01 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  min-height: 83.1rem;
  background-image: url(../images/yuuransen/info_blk_bg01.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxInfo__blk--bg01 .boxInfo__schedule {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .boxInfo__blk--bg01 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/yuuransen/sp-info_blk_bg01.png);
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
}

.boxInfo__bgBlks {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url(../images/aquarium/info_bg_blks_bg01.png);
  background-position: top;
  background-size: auto 100%;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.boxInfo__bgBlks:last-child {
  border-radius: 0 0 0.8rem 0.8rem;
}
.boxInfo__bgBlks .boxInfo__schedule {
  background-color: #fff;
}
.boxInfo__bgBlks--bgCover {
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .boxInfo__bgBlks {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/aquarium/sp-info_bg_blks_bg01.png);
    background-position: top;
    background-size: auto 100%;
    background-repeat: repeat;
  }
}

.boxInfo__notice {
  margin-top: 2rem;
  font-size: 1.7rem;
  line-height: 1.7058823529;
  letter-spacing: 0;
  font-weight: 700;
  color: #313131;
}
@media screen and (max-width: 750px) {
  .boxInfo__notice {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.boxInfo__notice--small {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0;
  font-weight: 500;
  color: #464646;
}
@media screen and (max-width: 750px) {
  .boxInfo__notice--small {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.cm {
  position: relative;
  z-index: 100;
}

.cm__title {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 64.2rem;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .cm__title {
    width: 33rem;
  }
}

.cm__inner {
  padding-top: 10.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 750px) {
  .cm__inner {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}

.cm__column {
  gap: 5rem;
}
@media screen and (max-width: 750px) {
  .cm__column {
    flex-direction: column;
    gap: 3rem;
  }
}

.cm__item {
  width: 58rem;
}
@media screen and (max-width: 750px) {
  .cm__item {
    width: 100%;
  }
}

.cm__movie {
  border-radius: 1rem;
  overflow: hidden;
  height: 32.6rem;
}
@media screen and (max-width: 750px) {
  .cm__movie {
    height: 19.7rem;
  }
}
.cm__movie iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cm__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #464646;
}
@media screen and (max-width: 750px) {
  .cm__text {
    margin-top: 1rem;
  }
}

.JsInview {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  transform: translateY(0);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  transform: translateY(0);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.3s;
}
.JsInviewBox__03 {
  transition-delay: 0.6s;
}
.JsInviewBox__04 {
  transition-delay: 0.9s;
}
.JsInviewBox__05 {
  transition-delay: 1.2s;
}
.JsInviewBox__06 {
  transition-delay: 1.5s;
}
.JsInviewBox__07 {
  transition-delay: 1.8s;
}
.JsInviewBox__08 {
  transition-delay: 2.1s;
}
.JsInviewBox__09 {
  transition-delay: 2.4s;
}
.JsInviewBox__10 {
  transition-delay: 2.7s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .show-sp--inline {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */
