@charset "UTF-8";
/* assets/scss/base/_reset.scss */
/* ========================================
   CSS Reset & Base Styles
   - 横幅100%、モバイルファースト
   - 1rem = 10px (html font-size: 62.5%)
   - box-sizing: border-box統一
   ======================================== */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  width: 100%;
  min-width: 320px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 1.6rem 0;
}

/* メディア要素のレスポンシブ対応 */
iframe {
  max-width: 100%;
}

body {
  font-family: "Zen Maru Gothic", "Kosugi Maru", "Nagino", sans-serif;
}

h1,
h2 {
  color: #444444;
  font-weight: bold;
}

h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 700;
}

p {
  color: #545454;
}

.shimanami-header {
  width: 100vw;
  font-size: 1.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  filter: drop-shadow(6px 3px 0 rgba(0, 0, 0, 0.08));
  z-index: 3000;
  pointer-events: none;
}
.shimanami-header__wave-position {
  position: relative;
  padding-bottom: 60px;
  pointer-events: none;
}
.shimanami-header__wave-position > .shimanami-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background: #ffffff;
  z-index: inherit;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .shimanami-header__wave-position > .shimanami-header__inner {
    padding: 1rem 3rem 1rem 2rem;
    pointer-events: auto;
  }
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__logo img {
  width: 100%;
  max-width: 170px;
  height: auto;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu {
  display: none;
}
@media (min-width: 1024px) {
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu {
    display: block;
  }
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list {
  display: none;
}
@media (min-width: 1024px) {
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list {
    display: flex;
    gap: 2rem;
  }
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list .nav__item > a {
    color: #3959a8;
    font-size: 1.6rem;
    font-weight: 700;
    transition: opacity 0.4s ease;
  }
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list .nav__item > a:hover {
    opacity: 0.5;
  }
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list .nav__item--current {
    position: relative;
  }
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list .nav__item--current > a {
    color: #5bcbf5;
  }
  .shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__nav--pcmenu .nav__list .nav__item--current > a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5bcbf5;
    display: block;
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 28px;
  border-radius: 14px;
  background-color: #989898;
  padding: 0.2rem;
  cursor: pointer;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle .glink {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle__label--left {
  width: 50%;
  left: 2px;
  color: #ffffff;
  opacity: 0;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle__label--right {
  width: 50%;
  right: 2px;
  color: #ffffff;
  opacity: 1;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle__thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 38px;
  height: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.3s ease;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle__thumb-text {
  font-size: 1.4rem;
  font-weight: bold;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #989898;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle.active .lang-toggle__thumb {
  left: calc(100% - 40px);
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle.active .lang-toggle__label--left {
  opacity: 1;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .lang-toggle.active .lang-toggle__label--right {
  opacity: 0;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__hamburger .hamburger__lines {
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: #3959a8;
  transition: all 0.3s ease;
  transform-origin: center;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__hamburger.active .hamburger__lines:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__hamburger.active .hamburger__lines:nth-child(2) {
  opacity: 0;
}
.shimanami-header__wave-position > .shimanami-header__inner > .shimanami-header__controls .shimanami-header__hamburger.active .hamburger__lines:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.shimanami-header__wave-position > .header-wave {
  position: absolute;
  bottom: 0.4%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  pointer-events: none;
  z-index: inherit;
}
@media (min-width: 1024px) {
  .shimanami-header__wave-position > .header-wave {
    bottom: 0.6%;
  }
}
.shimanami-header__wave-position > .header-wave svg {
  display: block;
  width: 100%;
  height: 60px;
  transform: scaleY(0.5);
  transform-origin: top;
}
@media (min-width: 1024px) {
  .shimanami-header__wave-position > .header-wave svg {
    transform: scaleY(0.9);
  }
}
.shimanami-header__wave-position > .header-wave svg path {
  fill: #ffffff;
}

.shimanami-header__nav--mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #3959a8;
  z-index: 2001;
  margin: 7.2rem 0 0;
  opacity: 0;
  transform: translateY(-40px);
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 3rem;
  padding: 3rem 2rem;
}
@media (min-width: 1024px) {
  .shimanami-header__nav--mobile {
    padding: 4.5rem 2rem 3rem;
    margin: 6.4rem 0 0;
  }
}
.shimanami-header__nav--mobile.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.shimanami-header__nav--mobile .nav__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.5rem 0;
}
.shimanami-header__nav--mobile .nav__grid .nav__grid-item {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.shimanami-header__nav--mobile .nav__grid .nav__grid-item .nav__link {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 1.5rem 1rem;
  transition: background-color 0.3s;
}
.shimanami-header__nav--mobile .nav__grid .nav__grid-item .nav__link:active {
  background-color: rgba(33, 33, 33, 0.3);
  border-radius: 0.6rem;
}
.shimanami-header__nav--mobile .nav__grid .nav__grid-item .nav__link.is-current {
  background-color: rgba(33, 33, 33, 0.3);
  border-radius: 0.6rem;
}
.shimanami-header__nav--mobile .nav__grid .nav__grid-item .nav__link .nav__icon {
  display: block;
  margin-right: 1rem;
  width: 24px;
  height: 24px;
}
.shimanami-header__nav--mobile .menu-social .social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
  border-radius: 0.6rem;
}
.shimanami-header__nav--mobile .menu-social .social-links .social-link {
  width: 32px;
  height: 32px;
}
.shimanami-header__nav--mobile .menu-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  background: none;
  padding: 0.5rem 1rem;
  color: #ffffff;
  cursor: pointer;
}
.shimanami-header__nav--mobile .menu-close .close-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.75);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.site-footer {
  background-color: #ffffff;
  color: #fff;
}
.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.site-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem 0;
}
.site-footer__logo a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.site-footer__logo img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.site-footer__logo-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.site-footer__address {
  font-size: 1.6rem;
  margin: 3rem 0;
  text-align: center;
}
.site-footer__social {
  display: flex;
  gap: 1rem;
}
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.site-footer__social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site-footer__social a svg {
  width: 20px;
  height: 20px;
}
.site-footer__nav {
  padding: 2rem 0;
}
.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer__menu li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.site-footer__menu a {
  width: 100%;
  color: #3959a8;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.3s ease;
  padding: 1.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__menu a:hover {
  opacity: 0.7;
}
.site-footer__copyright {
  padding: 4rem 0 9rem;
  text-align: center;
}
.site-footer__copyright p {
  margin: 0;
  font-size: 1.1rem;
  color: #545454;
}
@media (min-width: 1024px) {
  .site-footer {
    padding: 0 0 1.5rem;
  }
  .site-footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .site-footer__logo img {
    max-width: 240px;
  }
  .site-footer__logo-text {
    font-size: 1.5rem;
  }
  .site-footer__address {
    text-align: left;
    margin: 0 0 0 3rem;
  }
  .site-footer__nav {
    padding: 0 0 2rem;
  }
  .site-footer__nav li {
    border-bottom: none;
  }
  .site-footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
  }
  .site-footer__menu li {
    width: auto;
  }
  .site-footer__menu li a {
    font-size: 1.6rem;
    gap: 0.8rem;
    padding: 1.5rem;
  }
  .site-footer__menu li a .icon-wrapper {
    margin: 0.2rem 0 0 1rem;
    width: 18px;
    height: 18px;
  }
  .site-footer__copyright {
    padding: 2rem 0;
  }
}

h1 {
  color: #ffffff;
}

h2.wave-heading {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 5rem 0;
}
h2.wave-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 2rem);
  background: url("../images/bottom_wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.5rem;
}
h2.wave-heading.wave-heading--spaced {
  margin-top: 5rem;
}

h3.wave-heading {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 5rem 0;
}
h3.wave-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 2rem);
  background: url("../images/bottom_wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 0.5rem;
}

p.sub-heading {
  text-align: center;
  font-weight: 700;
  margin: 0 0 1rem;
}

.breadcrumb {
  border-top: 1px solid #cbcbcb;
}
.breadcrumb__inner {
  padding: 1rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.breadcrumb__item {
  font-size: 1.2rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-left: 0.2rem;
  color: #989898;
}
.breadcrumb__item a {
  color: #3959a8;
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item span {
  color: #545454;
}

.back-to-top {
  background-color: #f0f0f0;
}
.back-to-top__link {
  display: block;
  padding: 2rem 0;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.back-to-top__link:hover {
  background-color: #e8e8e8;
}
.back-to-top__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #3959a8;
}
.back-to-top svg {
  width: 20px;
  height: 20px;
  stroke: #3959a8;
}
.back-to-top__text {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .back-to-top__link {
    padding: 2rem 0;
  }
  .back-to-top__inner {
    gap: 0.75rem;
  }
}

.btn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  border-radius: 50px;
}
@media (min-width: 1024px) {
  .btn {
    transition: opacity 0.4s ease;
  }
  .btn:hover {
    opacity: 0.5;
  }
}
.btn__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.btn-primary {
  background-color: #3959a8;
  color: #ffffff;
}

.template-btn {
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: center;
}
.template-btn__wrap {
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
}
@media (min-width: 1024px) {
  .template-btn__wrap {
    transition: opacity 0.4s ease;
  }
  .template-btn__wrap:hover {
    opacity: 0.5;
  }
}
.template-btn__wrap .after__icon-rightArrow a {
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.template-btn__wrap .after__icon-rightArrow a > span {
  width: 20px;
  height: 20px;
  margin-left: 0 !important;
}
.template-btn__wrap .after__icon-other_link a {
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.template-btn__wrap .after__icon-other_link a > span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
}
.template-btn__wrap .after__icon-other_link a > span svg {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;
}
.template-btn__wrap a {
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.template-btn__wrap a > span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
}
.template-btn__wrap--imabari {
  width: 280px !important;
}
.template-btn .btn--primary {
  background-color: #3959a8;
  color: #ffffff;
}
.template-btn .btn--primary > a {
  background: none !important;
}
.template-btn .btn--gradation {
  background: linear-gradient(90deg, #3959a8, #5bcbf5);
  color: #ffffff;
}
.template-btn .btn--gradation > a {
  background: none !important;
}
.template-btn .btn--outline {
  background: #ffffff !important;
  border: 2px solid #3959a8 !important;
  color: #3959a8 !important;
}
.template-btn .btn--outline > a {
  background: none !important;
}

.wpforms-form .wpforms-submit-container {
  text-align: center;
}
.wpforms-form .wpforms-submit-container button[type=submit],
.wpforms-form .wpforms-submit-container input[type=submit] {
  background-color: #3959a8 !important;
  color: #fff;
  border: none;
  border-radius: 2.4rem !important;
  padding: 1.1rem 2rem 1.3rem 2.4rem !important;
  font-size: 1.6rem;
  font-weight: 700 !important;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  line-height: 1.5 !important;
  align-items: center;
  height: auto !important;
}
.wpforms-form .wpforms-submit-container button[type=submit] > span svg,
.wpforms-form .wpforms-submit-container input[type=submit] > span svg {
  fill: rgba(255, 255, 255, 0.5);
}

.fixed-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  z-index: 3000;
}
@media (min-width: 1024px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn__wrap {
  width: 50%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.fixed-btn__wrap::after {
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background: rgba(68, 68, 68, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.fixed-btn__wrap .icon-wrapper--before {
  width: 20px;
  height: 20px;
  margin: 0.2rem 0 0;
}
.fixed-btn__wrap .icon-wrapper--before > svg {
  stroke: #ffffff;
}
.fixed-btn__wrap .icon-wrapper--after {
  width: 18px;
  height: 18px;
  margin: 0.2rem 0 0;
}
.fixed-btn__wrap .icon-wrapper--after > svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.fixed-btn__ticket {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1.2rem 1.5rem 2rem 2rem;
  background: linear-gradient(90deg, #3959a8, #5bcbf5);
}
.fixed-btn__access {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1.2rem 2rem 2rem 1.5rem;
  background: #ffc34e;
}
.fixed-btn__text {
  font-weight: 700;
  color: #ffffff;
}

.page-template-guide .related-pages,
.page-template-info .related-pages {
  background-color: #e2e9f9;
}
.page-template-guide .related-pages .content-inner,
.page-template-info .related-pages .content-inner {
  padding: 2rem 2rem 3.5rem;
}
.page-template-guide .related-pages .content-inner h3,
.page-template-info .related-pages .content-inner h3 {
  margin: 0 auto;
  max-width: 840px;
  padding: 3rem 2rem 0;
}
.page-template-guide .related-pages .content-inner__cards,
.page-template-info .related-pages .content-inner__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .page-template-guide .related-pages .content-inner__cards,
  .page-template-info .related-pages .content-inner__cards {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-template-guide .related-pages .content-inner__cards .card-link,
.page-template-info .related-pages .content-inner__cards .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-guide .related-pages .content-inner__cards .card-link,
  .page-template-info .related-pages .content-inner__cards .card-link {
    width: 32%;
  }
}
.page-template-guide .related-pages .content-inner__cards .card-link .card img,
.page-template-info .related-pages .content-inner__cards .card-link .card img {
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-template-guide .related-pages .content-inner__cards .card-link .card img,
  .page-template-info .related-pages .content-inner__cards .card-link .card img {
    max-height: 148px;
    min-height: 148px;
  }
}
.page-template-guide .related-pages .content-inner__cards .card-link .card__text,
.page-template-info .related-pages .content-inner__cards .card-link .card__text {
  margin: 1.5rem 0 2rem;
  padding: 0 1.5rem;
}
.page-template-guide .related-pages .content-inner__cards .card-link .card h4,
.page-template-info .related-pages .content-inner__cards .card-link .card h4 {
  font-size: 1.8rem;
  color: #3959a8;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
}
.page-template-guide .related-pages .content-inner__cards .card-link .card h4 > span,
.page-template-info .related-pages .content-inner__cards .card-link .card h4 > span {
  width: 20px;
  height: 20px;
}
.page-template-guide .related-pages .content-inner__cards .card-link .card h4 > span > svg,
.page-template-info .related-pages .content-inner__cards .card-link .card h4 > span > svg {
  fill: rgba(57, 89, 168, 0.5);
}
.page-template-guide .related-pages .content-inner__cards .card-link .card p,
.page-template-info .related-pages .content-inner__cards .card-link .card p {
  font-size: 1.4rem;
}

.related-pages {
  background-color: #e2e9f9;
}
.related-pages h3 {
  margin: 0 auto;
  max-width: 840px;
  padding: 3rem 2rem 0;
}
.related-pages__cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .related-pages__cards {
    flex-direction: row;
    justify-content: space-between;
  }
}
.related-pages__cards .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  width: 100%;
}
@media (min-width: 1024px) {
  .related-pages__cards .card-link {
    width: 32%;
  }
  .related-pages__cards .card-link:hover .card figure img {
    transform: scale(1.05);
  }
}
.related-pages__cards .card-link .card figure {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.related-pages__cards .card-link .card figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
@media (min-width: 1024px) {
  .related-pages__cards .card-link .card figure::before {
    padding-top: 56.5%;
  }
}
.related-pages__cards .card-link .card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.related-pages__cards .card-link .card__text {
  margin: 1.5rem 0 2rem;
  padding: 0 1.5rem;
}
.related-pages__cards .card-link .card h4 {
  font-size: 1.8rem;
  color: #3959a8;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
}
.related-pages__cards .card-link .card h4 > span {
  width: 20px;
  height: 20px;
}
.related-pages__cards .card-link .card h4 > span > svg {
  fill: rgba(57, 89, 168, 0.5);
}
.related-pages__cards .card-link .card p {
  font-size: 1.4rem;
}

.contact-card-section .contact-card__item {
  padding: 3rem 2rem 4rem;
  border: 1px solid #cbcbcb;
  text-align: center;
}
.contact-card-section .contact-card__item p {
  text-align: center;
  margin: 0 0 2em 0;
}

.plane-card-section .plane-card__item {
  padding: 3rem 2rem 4rem;
  border: 1px solid #cbcbcb;
  text-align: center;
}
.plane-card-section .plane-card__item p {
  text-align: center;
  margin: 0 0 3rem 0;
}
.plane-card-section .plane-card__item .after__icon-rightArrow {
  display: flex;
  align-items: center;
}
.plane-card-section .plane-card__item .after__icon-rightArrow span {
  margin: 0.1rem 0 0 0 !important;
  width: 20px;
  height: 20px;
}
.plane-card-section .plane-card__item .after__icon-rightArrow span svg {
  fill: rgba(255, 255, 255, 0.5);
}
.plane-card-section .plane-card__before-text {
  display: block;
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.plane-card-section .plane-card__imabari-text {
  text-align: left !important;
}
.plane-card-section .plane-card__fc-logo {
  width: 70%;
  max-width: 230px;
  margin: 0 auto 2rem;
}

.global-menu__container {
  padding: 3.5rem 2rem 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.global-menu__container .global-menu-nav .global-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .global-menu__container .global-menu-nav .global-menu-list {
    flex-wrap: nowrap;
  }
}
.global-menu__container .global-menu-nav .global-menu-list__item {
  width: calc(33.3333333333% - 1rem + 0.3rem);
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .global-menu__container .global-menu-nav .global-menu-list__item {
    width: calc(16.6666666667% - 1rem);
    transition: opacity 0.4s ease;
  }
  .global-menu__container .global-menu-nav .global-menu-list__item:hover {
    opacity: 0.6;
  }
}
.global-menu__container .global-menu-nav .global-menu-list__item__link {
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3959a8;
}
.global-menu__container .global-menu-nav .global-menu-list__item__link > svg {
  width: 36px;
  height: 36px;
  margin: 0 0 0.5rem;
}

.instagram__section .template-btn {
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: center;
}
.instagram__section .template-btn__wrap {
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
}
.instagram__section .template-btn__wrap .after__icon-other_link a {
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.instagram__section .template-btn__wrap .after__icon-other_link a > span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
}
.instagram__section .template-btn__wrap .after__icon-other_link a > span svg {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;
}
.instagram__section .template-btn__wrap a {
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.instagram__section .template-btn__wrap a > span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
}
.instagram__section .template-btn .btn--primary {
  background-color: #3959a8;
  color: #ffffff;
}
.instagram__section .template-btn .btn--primary > a {
  background: none !important;
}
.instagram__section .template-btn .btn--gradation {
  background: linear-gradient(90deg, #3959a8, #5bcbf5);
  color: #ffffff;
}
.instagram__section .template-btn .btn--gradation > a {
  background: none !important;
}
.instagram__section .template-btn .btn--outline {
  background: #ffffff !important;
  border: 2px solid #3959a8 !important;
  color: #3959a8 !important;
}
.instagram__section .template-btn .btn--outline > a {
  background: none !important;
}
.instagram__section .template-btn .btn--outline > a span svg {
  stroke: rgba(57, 89, 168, 0.5);
}
.instagram__layout--flex {
  display: block;
}
@media (min-width: 1024px) {
  .instagram__layout--flex {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }
}
.instagram__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram__headline--icon {
  width: 40px;
  height: 40px;
}
.instagram__headline--title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 2rem 0;
}

.mg-xs {
  margin: 1rem 0 !important;
}

.mg-sm {
  margin: 1.5rem 0 !important;
}

.mg-base {
  margin: 2rem 0 !important;
}

.mg-lg {
  margin: 2.5rem 0 !important;
}

.mg-xl {
  margin: 3rem 0 !important;
}

.mb-xs {
  margin: 0 0 1rem !important;
}

.mb-sm {
  margin: 0 0 1.5rem !important;
}

.mb-base {
  margin: 0 0 2rem !important;
}

.mb-lg {
  margin: 0 0 2.5rem !important;
}

.mb-xl {
  margin: 0 0 3rem !important;
}

.mt-xs {
  margin: 1rem 0 0 !important;
}

.mt-sm {
  margin: 1.5rem 0 0 !important;
}

.mt-base {
  margin: 2rem 0 0 !important;
}

.mt-lg {
  margin: 2.5rem 0 0 !important;
}

.mt-xl {
  margin: 3rem 0 0 !important;
}

.section-bg-blue {
  background-color: #e2e9f9;
}

@media (min-width: 1024px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media (min-width: 1024px) {
  .sp_none {
    display: block;
  }
}

.pagination,
.news-pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem auto 0;
}
.pagination .page-numbers,
.news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #cbcbcb;
  color: #ffffff;
  border-radius: 50%;
}
.pagination .current,
.news-pagination .current {
  background-color: #3959a8;
  font-weight: 700;
}
.pagination .next,
.pagination .prev,
.news-pagination .next,
.news-pagination .prev {
  width: auto;
  padding: 0 1rem;
  border-radius: 1.6rem;
}

.template-main section .template-inner {
  padding: 3.5rem 2rem;
  line-height: 1.5;
  max-width: 840px;
  margin: 0 auto;
}
.template-main section:last-of-type .template-inner {
  padding: 3.5rem 2rem 6rem;
  line-height: 1.5;
}

.table {
  font-size: 1.4rem;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #cbcbcb;
}
.table__thead--th {
  background-color: #e2e9f9;
  color: #545454;
  padding: 0.5rem;
  border: 1px solid #cbcbcb;
}
.table__tbody--tr {
  width: 100%;
}
.table__tbody--tr .table__tbody--td:nth-of-type(1) {
  text-align: left;
}
.table__tbody--th {
  border: 1px solid #cbcbcb;
}
.table__tbody--td {
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px solid #cbcbcb;
}

.col-gap-def > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.template-card-def {
  border-radius: 0.6rem;
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
.template-card-def > .wp-block-group__inner-container > h4 {
  padding: 1.3rem 1rem;
  background-color: #e2e9f9;
  color: #444444;
}
.template-card-def > .wp-block-group__inner-container > .template-card__inner {
  padding: 1.3rem 1rem 1.5rem;
}
.template-card-def > .wp-block-group__inner-container > .template-card__inner > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.template-card-def > .wp-block-group__inner-container > .template-card__inner > .wp-block-group__inner-container figure img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.template-card-num {
  border-radius: 0.6rem;
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
.template-card-num > .wp-block-group__inner-container > .template-num-title {
  padding: 1.3rem 1rem;
  background-color: #e2e9f9;
}
.template-card-num > .wp-block-group__inner-container > .template-num-title h4 {
  color: #444444;
}
.template-card-num > .wp-block-group__inner-container > .template-card__inner {
  padding: 1.3rem 1rem 1.5rem;
}
.template-card-num > .wp-block-group__inner-container > .template-card__inner > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.template-card-num > .wp-block-group__inner-container > .template-card__inner > .wp-block-group__inner-container figure img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.col-list-1 {
  border: 1px solid #cbcbcb;
  border-radius: 0.6rem;
  overflow: hidden;
}
.col-list-1 > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > h4 {
  padding: 1.3rem 1rem;
  background-color: #e2e9f9;
  color: #444444;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > h5 {
  padding: 0 1rem;
  margin: 1.3rem 0 -1rem;
  font-size: 1.6rem;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > p,
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container ul {
  color: #444444;
  padding: 0 1rem;
  margin: 1.3rem 0 1.5rem;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > ul > li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 1rem 0;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: #444444;
  border-radius: 50%;
  margin: 0.3rem 0.5rem 0;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > .small-text {
  font-size: 1.2rem;
  color: #545454;
}
.col-list-1 > .wp-block-group__inner-container > .col-list-1--item > .wp-block-group__inner-container > .small-text--bold {
  font-size: 1.2rem;
  color: #545454;
  font-weight: 700;
}

.template-content-space {
  margin: 4rem 0 0;
}
.template-content-space__item {
  margin: 0 0 2.5rem 0;
  gap: 1rem;
}
.template-content-space__item:last-of-type {
  margin: 0;
}
.template-content-space__item p,
.template-content-space__item h3 {
  margin: none;
}

.template-table {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.6rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.template-table .template-thead .template-row .template-th {
  background-color: #e2e9f9;
  border: 1px solid #cbcbcb;
  font-size: 1.4rem;
  padding: 0.8rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.template-table .template-thead .template-row .template-th:first-child {
  border-top-left-radius: 0.6rem;
}
.template-table .template-thead .template-row .template-th:nth-of-type(2) {
  border-right: 1px solid #cbcbcb;
  border-left: none;
}
.template-table .template-thead .template-row .template-th:last-child {
  border-left: none;
  border-top-right-radius: 0.6rem;
}
.template-table .template-thead .template-row .template-cell--50 {
  width: 50%;
}
.template-table .template-thead .template-row .template-cell--25 {
  width: 25%;
}
.template-table__row .template-row .template-th,
.template-table__row .template-row .template-td {
  padding: 1.3rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  font-size: 1.4rem;
  color: #444444;
  text-align: center;
  vertical-align: middle;
}
.template-table__row .template-row .template-th:last-child,
.template-table__row .template-row .template-td:last-child {
  border-right: 1px solid #cbcbcb;
}
.template-table__row .template-row .template-th[rowspan] {
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  background-color: #f8f8f8;
  text-orientation: upright;
}
.template-table__row .template-row .template-td {
  text-align: center;
  vertical-align: middle;
}
.template-table__row .template-row .template-desc-large {
  font-size: 2rem;
  font-weight: 700;
}
.template-table__row .template-row .template-cell--50 {
  width: 50%;
}
.template-table__row .template-row .template-cell--25 {
  width: 25%;
}
@media (min-width: 1024px) {
  .template-table__row .template-row .template-th {
    width: 12%;
  }
}
.template-table__row .template-row:last-of-type .template-th {
  border-bottom-left-radius: 0.6rem;
}
.template-table__row .template-row:last-of-type .template-td:last-child {
  border-bottom-right-radius: 0.6rem;
}
.template-table__row .template-row .tx-left {
  text-align: left;
}
@media (min-width: 1024px) {
  .template-table__row .template-row .tx-left {
    width: 38%;
  }
}
.template-table__row .template-row:nth-last-of-type(4) .template-th[rowspan] {
  border-bottom-left-radius: 0.6rem;
}
.template-table__column .template-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .template-table__column .template-row {
    flex-direction: row;
  }
}
.template-table__column .template-row .template-th {
  text-align: left;
  padding: 1.3rem 1rem;
  font-size: 1.6rem;
  color: #444444;
  background-color: #e2e9f9;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .template-table__column .template-row .template-th {
    width: 30%;
  }
}
.template-table__column .template-row .template-th > .before__icon-clock {
  width: 24px;
  height: 24px;
}
.template-table__column .template-row .template-th__heading {
  font-weight: 700;
  width: 100%;
  margin: 0 0 0 0.5rem;
}
.template-table__column .template-row .template-td {
  padding: 1.3rem 1.5rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 1024px) {
  .template-table__column .template-row .template-td {
    width: 70%;
  }
}
.template-table__column .template-row .template-td .template-desc {
  color: #444444;
}
.template-table__column .template-row .template-td .template-desc-large {
  font-size: 2rem;
  font-weight: 700;
}
.template-table__column .template-row:nth-of-type(1) .template-th {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.template-table__column .template-row:last-of-type .template-th {
  border-top: none;
}
.template-table__column .template-row:last-of-type .template-td {
  border-bottom: 1px solid #cbcbcb;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.template-list {
  margin: 2rem 0 0;
}
.template-list__item {
  margin: 0 0 1rem;
}
.template-list__item:last-of-type {
  margin: 0;
}
.template-list li {
  margin: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.template-list li span {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-list li span svg {
  width: auto;
  height: 100%;
  margin: 0.5rem 0 0;
}
.template-list .asterisk {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}

.template-main {
  margin-top: 6.4rem;
}
.template-main .template-hero {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 240px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .template-main .template-hero {
    max-height: 300px;
  }
}
.template-main .template-hero__image {
  overflow: hidden;
  height: 100%;
}
.template-main .template-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-main .template-hero__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 89, 168, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.template-main .template-hero__title {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.template-main .template-hero__title h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.template-main .template-hero::after {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.content-inner {
  padding: 3.5rem 2rem;
  line-height: 1.5;
  max-width: 840px;
  margin: 0 auto;
}

.tourism-page .template-inner {
  padding: 3.5rem 2rem;
  max-width: 840px;
  margin: 0 auto;
}
.tourism-page section .tourism__anchor {
  padding: 1.5rem;
  background-color: #e2e9f9;
  border-radius: 0.6rem;
}
.tourism-page section .tourism__anchor--head {
  font-size: 2rem;
  line-height: 1.5;
}
.tourism-page section .tourism__anchor--list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item-counter;
}
.tourism-page section .tourism__anchor--item {
  margin: 1rem 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  counter-increment: item-counter;
}
.tourism-page section .tourism__anchor--item::before {
  content: counter(item-counter, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #3959a8;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.tourism-page section .tourism__anchor--item a {
  color: #3959a8;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.2s;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  width: 100%;
}
.tourism-page section .tourism__anchor--item a:hover {
  color: rgba(57, 89, 168, 0.5);
}
.tourism-page section .tourism__hero--content-wrap {
  position: relative;
}
.tourism-page section .tourism__hero--image {
  width: 100%;
  height: 390px;
  max-height: 390px;
  position: relative;
}
.tourism-page section .tourism__hero--image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page section .tourism__hero--image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 -15%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .tourism-page section .tourism__hero--image::after {
    background: linear-gradient(to top, #000000 -20%, rgba(255, 255, 255, 0) 50%);
  }
}
.tourism-page section .tourism__hero--main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -5%);
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  color: #ffffff;
}
.tourism-page section .tourism__hero--main-title p {
  font-weight: 700;
  color: #ffffff;
}
.tourism-page section .tourism__hero--main-title h2 {
  margin: 2rem 0;
  color: #ffffff;
}
.tourism-page section .tourism__hero--label {
  padding: 0.2rem 0.6rem 0.2rem 1rem;
  background-color: #3959a8;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.tourism-page section .tourism__items {
  margin: 3rem 0 0;
}
.tourism-page section .tourism__items > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tourism-page section .tourism__items > .wp-block-group__inner-container > figure {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tourism-page section .tourism__items > .wp-block-group__inner-container > figure {
    padding-top: 56.25%;
  }
}
.tourism-page section .tourism__items > .wp-block-group__inner-container > figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page section .tourism__items--head {
  background-color: #3959a8;
  padding: 1rem;
  color: #ffffff;
}
.tourism-page section .tourism__items--head h3 {
  color: #ffffff;
}
.tourism-page section .tourism__items--label {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.tourism-page section .tourism__items--label-blue {
  font-size: 12px;
  border: 1px solid #3959a8;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  display: inline-block;
  color: #3959a8;
  font-weight: 400;
}
.tourism-page section .tourism__items--info {
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 0.6rem;
}
.tourism-page section .tourism__items--info p {
  font-size: 1.4rem;
}
.tourism-page section .tourism__items--info p:nth-child(2) {
  margin: 1rem 0;
}
.tourism-page section .tourism__items--btn {
  margin: 0;
}
.tourism-page section .tourism__items--btn .btn--outline a {
  font-size: 1.6rem;
  background: #ffffff !important;
  border: 2px solid #3959a8 !important;
  color: #3959a8 !important;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tourism-page section .tourism__items--btn .btn--outline a span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
  margin-top: 0.2rem;
}
.tourism-page section .tourism__items--btn .btn--outline a span svg {
  fill: rgba(57, 89, 168, 0.5);
}
.tourism-page section .tourism__items--btn .after__icon-other_link a {
  background: #ffffff !important;
  border: 2px solid #3959a8 !important;
  color: #3959a8 !important;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tourism-page section .tourism__items--btn .after__icon-other_link a span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
  margin-top: 0.2rem;
}
.tourism-page section .tourism__items--btn .after__icon-other_link a span svg {
  fill: none;
  stroke: rgba(57, 89, 168, 0.5);
  stroke-width: 2;
}
.tourism-page section .tourism__items--lunch {
  border-radius: 0.6rem;
  overflow: hidden;
  margin: 3rem 0 0;
}
.tourism-page section .tourism__items--lunch:first-of-type {
  margin-top: 0;
}
.tourism-page section .tourism__items--lunch > .wp-block-group__inner-container {
  gap: 0 !important;
}
.tourism-page section .tourism__items--lunch figure {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tourism-page section .tourism__items--lunch figure {
    padding-top: 56.25%;
  }
}
.tourism-page section .tourism__items--lunch figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page section .tourism__items--lunch-head {
  margin: 3rem 0;
}
.tourism-page section .tourism__items--lunch-info {
  background-color: #e2e9f9;
  padding: 1.5rem;
}
.tourism-page section .tourism__items--lunch-info h4 {
  color: #545454;
  line-height: 1.5;
}
.tourism-page section .tourism__items--lunch-info p {
  color: #545454;
  margin: 1rem 0;
  font-size: 1.4rem;
}
.tourism-page section .tourism__items .slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  isolation: isolate;
}
.tourism-page section .tourism__items .slider .wp-block-group__inner-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tourism-page section .tourism__items .slider__track {
  display: flex;
  transition: transform 0.4s ease;
  cursor: grab;
  gap: 0;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.tourism-page section .tourism__items .slider__track:active {
  cursor: grabbing;
}
.tourism-page section .tourism__items .slider__item {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.tourism-page section .tourism__items .slider__item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page section .tourism__items .slider__item figure {
  margin: 0;
  width: 100%;
  padding-top: 75%;
  position: relative;
}
@media (min-width: 1024px) {
  .tourism-page section .tourism__items .slider__item figure {
    padding-top: 56.25%;
  }
}
.tourism-page section .tourism__items .slider__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page section .tourism__items .slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.tourism-page section .tourism__items .slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.4s ease;
}
.tourism-page section .tourism__items .slider__dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.tourism-page section .tourism__items .slider__dot:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.tourism-page section .tourism__items .slider__dot--active {
  background-color: rgb(255, 255, 255);
  transform: scale(1.3);
}
.tourism-page section .tourism__sweets--copy {
  text-align: center;
  margin: 0 0 2rem;
}
.tourism-page section .tourism__sweets--head-inner {
  padding: 3.5rem 2rem 0;
}
.tourism-page section .tourism__sweets--contain img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: auto;
  height: 100%;
  background-color: #ffffff;
}
.tourism-page section .tourism__sweets--info {
  display: flex;
  padding: 1.5rem;
  background-color: #ffffff;
}
.tourism-page section .tourism__sweets--info h3 {
  font-size: 1.8rem;
  letter-spacing: -0.035rem;
}
.tourism-page section .tourism__sweets--info p {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
.tourism-page section .tourism__sweets--info a {
  display: block;
  word-break: break-all;
  color: #3959a8;
}
.tourism-page section .tourism__sweets--info > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.tourism-page section .tourism__content--copy {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 1.75px;
  line-height: 1.6;
  margin: 0 0 5rem;
  background-color: #e2e9f9;
  padding: 3rem 0;
  border-radius: 0.6rem;
}
.tourism-page section .carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 840px;
  padding: 0 0 3.5rem;
  display: block;
}
.tourism-page section .carousel .carousel__track-wrapper {
  overflow: hidden;
}
.tourism-page section .carousel > .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tourism-page section .carousel__track {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  transition: transform 0.4s ease-in-out;
  cursor: grab;
  will-change: transform;
  flex-wrap: nowrap;
}
.tourism-page section .carousel__track:active {
  cursor: grabbing;
}
@media (min-width: 1024px) {
  .tourism-page section .carousel__track {
    gap: 2rem;
  }
}
.tourism-page section .carousel__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 0.6rem;
  overflow: hidden;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
}
.tourism-page section .carousel__item > .wp-block-group__inner-container {
  height: 100%;
}
@media (min-width: 1024px) {
  .tourism-page section .carousel__item {
    width: calc((100% - 40px) / 3);
    min-width: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
  }
}
.tourism-page section .carousel__item figure {
  margin: 0;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}
@media (min-width: 1024px) {
  .tourism-page section .carousel__item figure {
    padding-top: 62.5%;
  }
}
.tourism-page section .carousel__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page section .carousel__btn {
  position: absolute;
  top: 20%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(68, 68, 68, 0.8);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #ffffff;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .tourism-page section .carousel__btn {
    top: 15%;
  }
}
.tourism-page section .carousel__btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 2px;
}
.tourism-page section .carousel__btn--prev::before {
  transform: rotate(-135deg) translate(-2px, 1.2px);
}
.tourism-page section .carousel__btn--next::before {
  transform: rotate(45deg) translate(-1.5px, 2px);
}
.tourism-page section .carousel__btn:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}
.tourism-page section .carousel__btn--prev {
  left: 20px;
}
@media (min-width: 1024px) {
  .tourism-page section .carousel__btn--prev {
    left: -20px;
  }
}
.tourism-page section .carousel__btn--next {
  right: 20px;
}
@media (min-width: 1024px) {
  .tourism-page section .carousel__btn--next {
    right: -20px;
  }
}
.tourism-page section .wp-block-group__inner-container > .tourism__items:nth-of-type(2) {
  margin: 0;
}
.tourism-page .section-hero {
  position: relative;
}
.tourism-page .section-hero .wp-block-group__inner-container {
  position: relative;
}
.tourism-page .section-hero .wp-block-group__inner-container .wp-block-image {
  height: 100%;
  max-height: 260px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .tourism-page .section-hero .wp-block-group__inner-container .wp-block-image {
    max-height: 380px;
  }
}
.tourism-page .section-hero .wp-block-group__inner-container .wp-block-image > img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.tourism-page .section-hero .wp-block-group__inner-container .wp-block-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 -50%, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .tourism-page .section-hero .wp-block-group__inner-container .wp-block-image::after {
    background: linear-gradient(to top, #000000 -20%, rgba(255, 255, 255, 0) 50%);
  }
}
.tourism-page .section-hero .wp-block-group__inner-container h2 {
  position: absolute;
  width: 100%;
  bottom: 18%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .tourism-page .section-hero .wp-block-group__inner-container h2 {
    bottom: 12%;
  }
}
.tourism-page .section-hero::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.tourism-page .shimanami__section--info {
  padding-bottom: 0 !important;
}

.page-template-front-page {
  position: relative;
}
.page-template-front-page::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 1100px;
  background: linear-gradient(to bottom, #e2e9f9 0%, #e2e9f9 70%, rgba(226, 233, 249, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
}
@media (min-width: 1024px) {
  .page-template-front-page::before {
    max-height: 1400px;
  }
}
.page-template-front-page .top-page .youtube__wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin: 3.5rem 0 0;
}
.page-template-front-page .top-page .youtube__wrap--frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-template-front-page .top-page .opening-soon {
  width: 100%;
  padding: 0 2rem;
  margin: 3rem auto 0;
  max-width: 1100px;
}
.page-template-front-page .top-page .opening-soon__inner {
  padding: 0.5rem 1rem;
  background: #3959a8;
}
.page-template-front-page .top-page .opening-soon__text-bold {
  font-weight: 700;
  color: #ffffff;
}
.page-template-front-page .top-page .opening-soon__place {
  display: inline;
}
.page-template-front-page .top-page .opening-soon__text {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #ffffff;
  justify-content: center;
}
.page-template-front-page .top-page .first-view {
  position: relative;
}
.page-template-front-page .top-page .first-view .fv-main-copy {
  width: 100%;
  position: absolute;
  bottom: -3%;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-template-front-page .top-page .first-view .fv-main-copy__text {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #212121;
  text-shadow: -2px -2px 0 #ffffff, -2px 0px 0 #ffffff, -2px 2px 0 #ffffff, 0px -2px 0 #ffffff, 0px 2px 0 #ffffff, 2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 2px 2px 0 #ffffff, -1px -2px 0 #ffffff, -1px 2px 0 #ffffff, 1px -2px 0 #ffffff, 1px 2px 0 #ffffff, -2px -1px 0 #ffffff, -2px 1px 0 #ffffff, 2px -1px 0 #ffffff, 2px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.page-template-front-page .top-page .first-view .emergency-news {
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  max-width: 640px;
  transform-origin: center;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .first-view .emergency-news {
    transition: opacity 0.4s ease;
  }
  .page-template-front-page .top-page .first-view .emergency-news:hover {
    opacity: 0.7;
  }
}
.page-template-front-page .top-page .first-view .emergency-news__link {
  border-radius: 0.6rem;
  background-color: #d32f2f;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.page-template-front-page .top-page .first-view .emergency-news__content {
  display: flex;
  flex-direction: column;
}
.page-template-front-page .top-page .first-view .emergency-news__date {
  font-size: 1.2rem;
  font-weight: 500;
}
.page-template-front-page .top-page .first-view .emergency-news__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.page-template-front-page .top-page .first-view .emergency-news__icon {
  display: flex;
  align-items: center;
}
.page-template-front-page .top-page .first-view .emergency-news__icon > .icon-wrapper > svg {
  fill: rgba(255, 255, 255, 0.75);
}
.page-template-front-page .top-page .first-view .hero-slider {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .first-view .hero-slider {
    height: 640px;
  }
}
.page-template-front-page .top-page .first-view .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.page-template-front-page .top-page .first-view .hero-slide.active {
  opacity: 1;
}
.page-template-front-page .top-page .first-view .hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-front-page .top-page .top-news .template-inner {
  max-width: 1100px;
}
.page-template-front-page .top-page .top-news__headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem;
}
.page-template-front-page .top-page .top-news__headline > h2 {
  font-size: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
}
.page-template-front-page .top-page .top-news__headline > h2 > .icon-wrapper {
  width: 30px;
  height: 30px;
}
.page-template-front-page .top-page .top-news__headline > h2 > .icon-wrapper > svg {
  width: 26px;
  height: 26px;
}
.page-template-front-page .top-page .top-news__headline > a {
  color: #3959a8;
  font-weight: 700;
}
.page-template-front-page .top-page .top-news .news__item {
  margin: 2rem 0;
}
.page-template-front-page .top-page .top-news .news__link {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .top-news .news__link {
    transition: opacity 0.4s ease, padding-left 0.4s ease;
  }
  .page-template-front-page .top-page .top-news .news__link:hover {
    opacity: 0.5;
    padding-left: 0.5rem;
  }
}
.page-template-front-page .top-page .top-news .news__date {
  font-size: 1.4rem;
  color: #888888;
  margin: 0 0 0.2rem;
}
.page-template-front-page .top-page .top-news .news__title-text {
  color: #444444;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero {
  position: relative;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container {
  position: relative;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container .wp-block-image {
  height: 100%;
  max-height: 260px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container .wp-block-image {
    max-height: 380px;
  }
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container .wp-block-image > img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container .wp-block-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 -30%, rgba(255, 255, 255, 0) 60%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container .wp-block-image::after {
    background: linear-gradient(to top, #000000 -20%, rgba(255, 255, 255, 0) 50%);
  }
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container h2 {
  position: absolute;
  width: 100%;
  bottom: 18%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero .wp-block-group__inner-container h2 {
    bottom: 12%;
  }
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .section-hero::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner {
    padding: 3rem 2rem 6rem;
  }
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card {
  display: block;
  border: 1px solid #cbcbcb;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  margin: 2rem 0 0;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card:hover .wp-block-group__inner-container .wp-block-image img {
    transform: scale(1.05);
  }
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-image {
  width: 125px;
  max-width: 175px;
  height: 125px;
  max-height: 175px;
  position: relative;
  overflow: hidden;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  background-color: #000;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.4s ease;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-group {
  display: flex;
  justify-content: center;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container > p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #444444;
  margin: 0 0 1rem;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container > h3 {
  font-size: 1.6rem;
  color: #3959a8;
  line-height: 1.5;
  font-weight: 700;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .tourism_link_card::after {
  content: "PICK UP";
  position: absolute;
  top: -0.5rem;
  left: -3.4rem;
  background: #ffc34e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2rem 2.5rem 0.1rem;
  z-index: 2;
  transform: rotate(-45deg);
  transform-origin: center;
}
.page-template-front-page .top-page > .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .wp-block-buttons .after__icon-rightArrow a .icon-wrapper > svg {
  fill: rgba(255, 255, 255, 0.5);
}
.page-template-front-page .top-page .content-inner {
  padding: 0 2rem 3.5rem;
  max-width: 1100px;
}
.page-template-front-page .top-page .calendar-section .template-inner {
  padding: 0 2rem 3.5rem;
  max-width: 1100px;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .calendar-section .template-inner {
    padding: 3rem 2rem 3rem;
  }
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap {
  display: block;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
  }
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list {
    width: 40%;
  }
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list {
  display: block;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card {
  margin: 2rem 0;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__link {
  display: block;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__link:hover img {
    transform: scale(1.05);
  }
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card:nth-of-type(2) .event-card__link, .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card:nth-of-type(3) .event-card__link {
  display: flex;
  flex-direction: row;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__image {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  padding-top: 66.666%;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card:nth-of-type(2) .event-card__image, .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card:nth-of-type(3) .event-card__image {
  padding-top: 0;
  width: 100%;
  min-width: 125px;
  max-width: 125px;
  height: 125px;
  border: 1px solid #cbcbcb;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__body {
  margin: 1rem 0 0;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__body > h2 {
  font-size: 1.8rem;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card:nth-of-type(2) .event-card__body, .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card:nth-of-type(3) .event-card__body {
  margin: 0;
  padding: 0 0 0 2rem;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__meta > time {
  font-size: 1.4rem;
  color: #888888;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .top-event-list .event-list .event-card__pickup {
  position: absolute;
  top: -0.5rem;
  left: -3.4rem;
  background: #ffc34e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2rem 2.5rem 0.1rem;
  z-index: 2;
  transform: rotate(-45deg);
  transform-origin: center;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .calendar {
  padding: 2rem 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .calendar {
    width: 60%;
  }
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .calendar__item--title {
  font-size: 1.8rem;
  margin: 0 0 2rem;
  font-weight: 700;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .calendar .btn-wrap {
  text-align: center;
  margin: 2rem 0 3.5rem;
}
.page-template-front-page .top-page .calendar-section .template-inner .event-content-wrap .calendar .btn-wrap > .template-btn__wrap .after__icon-rightArrow span svg {
  fill: rgba(255, 255, 255, 0.5);
}
.page-template-front-page .top-page .after__icon-rightArrow a {
  text-align: center;
  padding: 1.1rem 2rem 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.page-template-front-page .top-page .after__icon-rightArrow a > span {
  width: 20px;
  height: 20px;
  margin-left: 0 !important;
}
.page-template-front-page .plane-card-section .plane-card__item .template-btn__wrap .after__icon-other_link span svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.page-template-front-page .plane-card-section .plane-card__item .template-btn:nth-of-type(2) .template-btn__wrap .after__icon-other_link span svg {
  stroke: rgba(57, 89, 168, 0.5);
}
.page-template-front-page .plane-card-section:last-of-type .content-inner {
  padding: 0 2rem 3rem;
}

#fullcalendar {
  width: 100%;
}
#fullcalendar .fc-header-toolbar {
  width: 100%;
  align-items: flex-end !important;
}
#fullcalendar .fc-header-toolbar button {
  font-size: 1.4rem;
  border-radius: 1.6rem;
}
#fullcalendar .fc-header-toolbar .fc-button,
#fullcalendar .fc-header-toolbar .fc-button-primary {
  background-color: none;
  border: none;
}
#fullcalendar .fc-header-toolbar .fc-prev-button,
#fullcalendar .fc-header-toolbar .fc-next-button {
  background-color: #3959a8;
  border-color: #3959a8;
  padding: 0.5rem 1.5rem !important;
}
#fullcalendar .fc-header-toolbar .fc-today-button {
  background-color: #ffc34e;
  border-color: #ffc34e;
}
#fullcalendar .fc-header-toolbar .fc-dayGridMonth-button {
  background-color: rgba(57, 89, 168, 0.5);
  border-color: rgba(57, 89, 168, 0.5);
  color: #ffffff;
  border-bottom-left-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fullcalendar .fc-header-toolbar .fc-customWeekList-button {
  background-color: rgba(57, 89, 168, 0.5);
  border-color: rgba(57, 89, 168, 0.5);
  color: #ffffff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
#fullcalendar .fc-header-toolbar .fc-button-active {
  background-color: #324880;
  border: 1px solid #324880;
  color: #ffffff;
}
#fullcalendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #fullcalendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 2.2rem;
  }
}
#fullcalendar .fc-day {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  #fullcalendar .fc-day {
    font-size: 1.6rem;
  }
}
#fullcalendar .fc-day .fc-daygrid-more-link {
  font-size: 11px;
  color: #3959a8;
  margin: 0.5rem 0 0;
}
#fullcalendar .fc-day-sat .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: #3959a8 !important;
}
#fullcalendar .fc-day-sun .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: #d32f2f !important;
}
#fullcalendar .fc-saturday {
  color: #3959a8 !important;
}
#fullcalendar .fc-sunday {
  color: #d32f2f !important;
}
#fullcalendar .fc-col-header-cell {
  background-color: #e2e9f9;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #fullcalendar .fc-col-header-cell {
    font-size: 1.8rem;
  }
}
#fullcalendar .fc-col-header-cell .fc-scrollgrid-sync-inner {
  padding: 1rem 0;
}
#fullcalendar .fc-daygrid-day-number {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #fullcalendar .fc-daygrid-day-number {
    font-size: 1.6rem;
  }
}
#fullcalendar .fc-event-title {
  font-size: 1.1rem;
}
#fullcalendar .fc-list-event {
  font-size: 1.6rem;
  font-weight: 700;
}
#fullcalendar .fc-list-event .fc-list-day-cushion {
  background-color: #e2e9f9 !important;
  padding: 1rem !important;
  font-size: 1.4rem;
}
#fullcalendar .fc-list-event .fc-list-event-title {
  padding: 0 !important;
  font-size: 1.4rem;
}
#fullcalendar .fc-list-event .fc-list-event-title > div {
  padding: 1rem 1.2rem !important;
}
#fullcalendar .fc-list-event .fc-list-event-title > a {
  font-size: 1.4rem;
}
#fullcalendar .fc-list-event .fc-list-event-title > a > div {
  padding: 1rem 1.2rem !important;
}
#fullcalendar .saturday > .fc-cell-shaded {
  color: #3959a8;
}
#fullcalendar .sunday > .fc-cell-shaded {
  color: #d32f2f;
}
#fullcalendar .fc-toolbar-chunk > .fc-view-switcher {
  justify-content: center;
  gap: 0 !important;
  margin: 1rem auto 0 !important;
  width: 110px;
  max-width: 110px;
}
#fullcalendar .fc-toolbar-chunk > .fc-view-switcher > .fc-view-btn {
  background-color: rgba(57, 89, 168, 0.5);
  border: none !important;
  color: #ffffff;
  width: 100%;
  padding: 0.5rem 0 !important;
  line-height: 1.5;
}
#fullcalendar .fc-toolbar-chunk > .fc-view-switcher > .fc-month-btn {
  border-bottom-left-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fullcalendar .fc-toolbar-chunk > .fc-view-switcher > .fc-week-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
#fullcalendar .fc-toolbar-chunk > .fc-view-switcher > .active {
  background-color: #324880;
  border: 1px solid #324880;
  color: #ffffff;
}

.info-page section:last-of-type .template-inner {
  padding: 3.5rem 2rem 6rem;
}
.info-page section .template-inner .template-table {
  margin: 2rem auto;
}
.info-page section .template-inner .info-general-headline div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.info-page section h3 {
  margin: 2rem 0;
}
.info-page section .info__opening--table {
  border: 1px solid #cbcbcb;
  border-radius: 0.6rem;
  overflow: hidden;
}
.info-page section .info__opening--tr > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .info-page section .info__opening--tr > .wp-block-group__inner-container {
    flex-direction: row;
    border-bottom: 1px solid #cbcbcb;
  }
}
@media (min-width: 1024px) {
  .info-page section .info__opening--tr:last-child > .wp-block-group__inner-container {
    border-bottom: none;
  }
}
.info-page section .info__opening--th {
  padding: 1.3rem 1rem;
  background-color: #e2e9f9;
  color: #444444;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .info-page section .info__opening--th {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.info-page section .info__opening--td {
  color: #444444;
  padding: 1.3rem 1rem 1.5rem;
  width: 100%;
  background-color: #ffffff;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .info-page section .info__opening--td {
    width: 70%;
  }
}
.info-page section .info__opening--td ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 1rem 0;
}
.info-page section .info__opening--td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: #444444;
  border-radius: 50%;
  margin: 0.3rem 0.5rem 0;
}
@media (min-width: 1024px) {
  .info-page section .info__opening--td ul li:first-child {
    margin: 0 0 1rem;
  }
}
.info-page section .info__opening--td .small-text {
  font-size: 1.2rem;
  color: #545454;
}
.info-page section .info__opening .text__bd {
  font-weight: 700;
  font-size: 1.8rem;
}
.info-page section .info__opening .text__sm {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0.5rem 0 0;
}
.info-page .template-btn .after__icon-other_link span svg {
  stroke: rgba(255, 255, 255, 0.5);
}

.guide-image__map {
  margin: 2.5rem 0 0;
}

.guide-page .wp-block-group .wp-block-group__inner-container .template-inner {
  max-width: 1100px;
}
.guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .content__layout--flex .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .content__layout--flex .wp-block-group__inner-container {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .content__layout--flex .wp-block-group__inner-container > p {
  width: 100%;
}
@media (min-width: 1024px) {
  .guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .content__layout--flex .wp-block-group__inner-container > p {
    width: 50%;
  }
}
.guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .content__layout--flex .wp-block-group__inner-container > .guide-image__map {
  width: 100%;
}
@media (min-width: 1024px) {
  .guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .content__layout--flex .wp-block-group__inner-container > .guide-image__map {
    width: 50%;
  }
}
.guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .template-content-space > .wp-block-group__inner-container {
  display: block;
}
@media (min-width: 1024px) {
  .guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .template-content-space > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .template-content-space > .wp-block-group__inner-container .template-content-space__item .wp-block-image {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.guide-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .template-content-space > .wp-block-group__inner-container .template-content-space__item .wp-block-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.template-main .single-event .template-hero-single {
  background-color: #e2e9f9;
}
.template-main .single-event .template-hero-single .template-inner {
  padding: 3.5rem 2rem;
  line-height: 1.5;
  max-width: 100%;
}
.template-main .single-event .template-hero-single .template-inner:last-of-type .template-inner {
  padding: 3.5rem 2rem 6rem;
  line-height: 1.5;
}
.template-main .single-event .template-hero-single .template-inner .prev-event {
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3959a8;
}
.template-main .single-event .template-hero-single .template-inner .prev-event > a {
  display: flex;
  align-items: center;
}
.template-main .single-event .template-hero-single .template-inner .prev-event > a > span {
  width: 20px;
  height: 20px;
  margin: 0.2rem 0 0;
}
.template-main .single-event .template-hero-single .template-inner .prev-event > a > span svg {
  fill: rgba(57, 89, 168, 0.5);
}
.template-main .single-event .template-hero-single .template-inner .event-hero__content-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .template-main .single-event .template-hero-single .template-inner .event-hero__content-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.template-main .single-event .template-hero-single .template-inner .event-hero__content-inner--doc {
  width: 100%;
}
@media (min-width: 1024px) {
  .template-main .single-event .template-hero-single .template-inner .event-hero__content-inner--doc {
    width: 50%;
  }
}
.template-main .single-event .template-hero-single .template-inner .event-hero__image {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-main .single-event .template-hero-single .template-inner .event-hero__image {
    width: 50%;
  }
}
.template-main .single-event .template-hero-single .template-inner .event-hero__image::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.template-main .single-event .template-hero-single .template-inner .event-hero__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.template-main .single-event .template-hero-single .template-inner .event-hero__text {
  position: relative;
  margin: 2rem 0 0;
}
.template-main .single-event .template-hero-single .template-inner .event-hero__text h1 {
  font-size: 3rem;
  color: #444444;
  text-shadow: none;
  text-align: left;
  margin: 0 0 1.5rem;
}
.template-main .single-event .template-hero-single .template-inner .event-hero__labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.template-main .single-event .template-hero-single .template-inner .event-hero__date {
  position: relative;
  margin: 0 0 0 1.5rem;
  color: #888888;
  font-size: 1.6rem;
  text-align: left;
}
.template-main .template-inner .event-content p,
.template-main .template-inner .event-content img,
.template-main .template-inner .event-content ul,
.template-main .template-inner .event-content ol {
  margin: 2rem 0;
}
.template-main .template-inner .event-content h2 {
  text-align: center;
}
.template-main .template-inner .event-content h3 {
  margin: 3.5rem 0 2rem;
}
.template-main .template-inner .event-content li {
  margin: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.template-main .template-inner .event-content li span {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-main .template-inner .event-content li span svg {
  width: auto;
  height: 100%;
  margin: 0.5rem 0 0;
}
.template-main .template-inner .event-content .asterisk {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.template-main .template-inner .btn_wrap {
  text-align: center;
  margin: 3rem 0 0;
}
.template-main .template-inner .btn_wrap > .btn {
  transition: opacity 0.4s ease;
}
.template-main .template-inner .btn_wrap > .btn:hover {
  opacity: 0.5;
}
.template-main .template-inner .btn_wrap > .btn__inner {
  display: flex;
  align-items: center;
}
.template-main .template-inner .btn_wrap > .btn-outline {
  background: #ffffff;
  border: 2px solid #3959a8;
  color: #3959a8;
  font-weight: 700;
}
.template-main .template-inner .btn_wrap > .btn-outline span {
  width: 20px;
  height: 20px;
  margin: 0.3rem 0 0;
}
.template-main .template-inner .btn_wrap > .btn-outline span svg {
  fill: rgba(57, 89, 168, 0.5);
}
.template-main .event-tabs__nav {
  display: flex;
  flex-direction: row;
  background-color: #e2e9f9;
  padding: 0 2rem;
}
.template-main .event-tabs__tab {
  cursor: pointer;
  width: 50%;
  color: #444444;
  text-align: center;
  font-weight: 700;
  padding: 1.5rem 0;
  transition: color 0.3s;
  position: relative;
}
.template-main .event-tabs__tab.is-active {
  color: #3959a8;
}
.template-main .event-tabs__tab.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3959a8;
}
.template-main .event-tabs__content {
  display: none;
}
.template-main .event-tabs__content .template-inner {
  max-width: 1140px;
}
@media (min-width: 1024px) {
  .template-main .event-tabs__content .template-inner .event-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2rem;
  }
}
.template-main .event-tabs__content.is-active {
  display: block;
}
.template-main .event-tabs__content .event-card {
  margin: 0 0 2rem 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-main .event-tabs__content .event-card {
    width: 32%;
    width: calc(33.3333333333% - 2rem + 0.3rem);
  }
  .template-main .event-tabs__content .event-card:hover .event-card__image > img {
    transform: scale(1.05);
  }
}
.template-main .event-tabs__content .event-card__image {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.template-main .event-tabs__content .event-card__image::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.template-main .event-tabs__content .event-card__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.template-main .event-tabs__content .event-card__pickup {
  position: absolute;
  top: -0.5rem;
  left: -3.4rem;
  background: #ffc34e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2rem 2.5rem 0.1rem;
  z-index: 2;
  transform: rotate(-45deg);
  transform-origin: center;
}
.template-main .event-tabs__content .event-card__body {
  padding: 1.5rem 0;
}
.template-main .event-tabs__content .event-card__title {
  margin: 0.7rem 0;
  font-size: 1.8rem;
  color: #444444;
}
.template-main .event-tabs__content .event-card__publish-date {
  font-size: 1.4rem;
  color: #888888;
}

.event-upcoming {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #3959a8;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .event-upcoming {
    font-size: 1.4rem;
  }
}

.event-ongoing {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border: 1px solid #3959a8;
  color: #3959a8;
}
@media (min-width: 1024px) {
  .event-ongoing {
    font-size: 1.4rem;
  }
}

.event-ended {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background-color: #989898;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .event-ended {
    font-size: 1.4rem;
  }
}

.news-page section {
  width: 100%;
}
.news-page section .template-inner {
  max-width: 1100px;
}
.news-page section .template-inner .news-list .news-item {
  border-bottom: 1px dotted #cbcbcb;
}
@media (min-width: 1024px) {
  .news-page section .template-inner .news-list .news-item {
    transition: opacity 0.4s ease, padding-left 0.4s ease;
  }
  .news-page section .template-inner .news-list .news-item:hover {
    opacity: 0.5;
    padding-left: 0.5rem;
  }
}
.news-page section .template-inner .news-list .news-item .news-content {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  color: #444444;
  padding: 2rem 0;
}
.news-page section .template-inner .news-list .news-item .news-content .news-date {
  font-size: 1.4rem;
  color: #888888;
  font-weight: 400;
}

.news-single .template-hero-single {
  background-color: #e2e9f9;
}
.news-single .template-hero-single .template-inner {
  padding: 3.5rem 2rem;
  line-height: 1.5;
}
.news-single .template-hero-single .template-inner:last-of-type .template-inner {
  padding: 3.5rem 2rem 6rem;
  line-height: 1.5;
}
.news-single .template-hero-single .template-inner .prev-news {
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3959a8;
}
.news-single .template-hero-single .template-inner .prev-news > a {
  display: flex;
  align-items: center;
}
.news-single .template-hero-single .template-inner .prev-news > a > span {
  width: 20px;
  height: 20px;
  margin: 0.2rem 0 0;
}
.news-single .template-hero-single .template-inner .prev-news > a > span svg {
  fill: rgba(57, 89, 168, 0.5);
}
.news-single .template-hero-single .template-inner .news-hero__content-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .news-single .template-hero-single .template-inner .news-hero__content-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.news-single .template-hero-single .template-inner .news-hero__content-inner--doc {
  width: 100%;
}
@media (min-width: 1024px) {
  .news-single .template-hero-single .template-inner .news-hero__content-inner--doc {
    width: 50%;
  }
}
.news-single .template-hero-single .template-inner .news-hero__image {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-single .template-hero-single .template-inner .news-hero__image {
    width: 50%;
  }
}
.news-single .template-hero-single .template-inner .news-hero__image::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.news-single .template-hero-single .template-inner .news-hero__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-single .template-hero-single .template-inner .news-hero__text {
  position: relative;
  margin: 2rem 0 0;
}
.news-single .template-hero-single .template-inner .news-hero__text h1 {
  font-size: 3rem;
  color: #444444;
  text-shadow: none;
  text-align: left;
  margin: 0 0 1.5rem;
}
.news-single .template-hero-single .template-inner .news-hero__date {
  position: relative;
}
.news-single .template-hero-single .template-inner .news-hero__date time {
  font-size: 1.6rem;
  color: #888888;
  text-align: left;
}
.news-single .template-article-section .template-inner .news-article .news-content p,
.news-single .template-article-section .template-inner .news-article .news-content img,
.news-single .template-article-section .template-inner .news-article .news-content ul,
.news-single .template-article-section .template-inner .news-article .news-content ol {
  margin: 2rem 0;
}
.news-single .template-article-section .template-inner .news-article .news-content h3 {
  margin: 3.5rem 0 2rem;
}
.news-single .template-article-section .template-inner .news-article .news-content li {
  margin: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.news-single .template-article-section .template-inner .news-article .news-content li span {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-single .template-article-section .template-inner .news-article .news-content li span svg {
  width: auto;
  height: 100%;
  margin: 0.5rem 0 0;
}
.news-single .template-article-section .template-inner .news-article .news-content .asterisk {
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.news-single .template-article-section .template-inner .btn_wrap {
  text-align: center;
  margin: 3rem 0 0;
}
.news-single .template-article-section .template-inner .btn_wrap > .btn__inner {
  display: flex;
  align-items: center;
}
.news-single .template-article-section .template-inner .btn_wrap > .btn-outline {
  background: #ffffff;
  border: 2px solid #3959a8;
  color: #3959a8;
  font-weight: 700;
}
.news-single .template-article-section .template-inner .btn_wrap > .btn-outline span {
  width: 20px;
  height: 20px;
  margin: 0.3rem 0 0;
}
.news-single .template-article-section .template-inner .btn_wrap > .btn-outline span svg {
  fill: rgba(57, 89, 168, 0.5);
}

.qa-page section:last-of-type .template-inner {
  padding: 3.5rem 2rem 6rem;
}

.qa-page .template-details .template-summary {
  border-bottom: 1px solid #cbcbcb;
  padding: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.8s cubic-bezier(0.5, 0, 0.25, 1);
}
.qa-page .template-details .template-summary::marker, .qa-page .template-details .template-summary::-webkit-details-marker {
  display: none;
  content: none;
}
.qa-page .template-details .template-summary .question-items {
  display: flex;
  align-items: center;
  justify-content: start;
}
.qa-page .template-details .template-summary .question-items__label {
  font-size: 3.2rem;
  color: #3959a8;
  font-weight: 700;
  margin: 0 0.8rem 0 0;
}
.qa-page .template-details .template-summary .question-items__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #444444;
  margin: 0.4rem 0 0;
}
.qa-page .template-details .template-summary .question-item__icon {
  display: flex;
  align-items: center;
  margin: 0.4rem 0 0;
  min-width: 24px;
}
.qa-page .template-details .template-summary .question-item__icon svg {
  fill: #3959a8;
  transition: fill 0.8s cubic-bezier(0.5, 0, 0.25, 1);
}
.qa-page .template-details .answer-wrapper {
  overflow: hidden;
  padding: 0 0 0 3rem;
  max-height: 0;
  opacity: 0;
  transition: padding-top 0.85s cubic-bezier(0.5, 0, 0.25, 1), padding-bottom 0.85s cubic-bezier(0.5, 0, 0.25, 1), max-height 0.8s cubic-bezier(0.5, 0, 0.25, 1), opacity 0.8s cubic-bezier(0.5, 0, 0.25, 1);
}
.qa-page .template-details .answer-wrapper.open {
  max-height: 1000px;
  opacity: 1;
  padding: 1.2rem 0 1.5rem 3rem;
}
.qa-page .template-details .answer-wrapper.closed {
  opacity: 0;
  max-height: 0;
  padding: 0 0 0 3rem;
}
.qa-page .template-details.is-open .template-summary {
  background-color: #e2e9f9;
}
.qa-page .template-details.is-open .template-summary .question-item__icon svg.icon-minus {
  fill: rgba(57, 89, 168, 0.5);
}
.qa-page .template-details a {
  color: #3959a8;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #3959a8;
  text-underline-offset: 0.4rem;
}
@media (min-width: 1024px) {
  .qa-page .template-details a {
    transition: opacity 0.4s ease;
  }
  .qa-page .template-details a:hover {
    opacity: 0.5;
  }
}

.contact-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container p {
  text-align: center;
}
.contact-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .contact-phone {
  color: #3959a8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}
.contact-page .wp-block-group .wp-block-group__inner-container .template-inner .wp-block-group__inner-container .contact-phone > a {
  margin: 0 0 0 1rem;
}
.contact-page .plane-card-section .after__icon-rightArrow > span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
}
.contact-page .wpforms-form .wpforms-field-container .wpforms-field-radio fieldset .wpforms-field-label {
  width: 100%;
}
.contact-page .wpforms-form .wpforms-field-container .wpforms-field-name fieldset .wpforms-field-label {
  width: 100%;
}
.contact-page .wpforms-form .wpforms-field-container .wpforms-field-name fieldset .wpforms-field-row {
  width: 100% !important;
  max-width: 100% !important;
}
.contact-page .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
}
.contact-page .wpforms-form .wpforms-submit-container .wpforms-submit {
  background: #3959a8;
}
.contact-page .wpforms-form .wpforms-submit-container .wpforms-submit span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0.2rem 0 0;
}
@media (min-width: 1024px) {
  .contact-page .wpforms-form .wpforms-submit-container .wpforms-submit {
    transition: opacity 0.4s ease;
  }
  .contact-page .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
    opacity: 0.5;
    background: #3959a8 !important;
  }
}
.contact-page .form-confirm-area {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 24px;
  margin-top: 20px;
  border-radius: 8px;
}
.contact-page .confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.contact-page .confirm-table th,
.contact-page .confirm-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.contact-page .confirm-table th {
  width: 30%;
  background: #f3f3f3;
  font-weight: bold;
}
.contact-page .confirm-btn,
.contact-page .back-btn {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 10px;
}
.contact-page .back-btn {
  background: #888;
  margin-right: 10px;
}

.human-page section .template-inner {
  padding: 3.5rem 2rem;
  line-height: 1.5;
}
.human-page .human__scroll-tab--flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  padding: 3.5rem 2rem 0;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .human-page .human__scroll-tab--flex {
    padding: 3.5rem 2rem 6rem;
  }
}
.human-page .human__scroll-tab--items {
  width: 50%;
  background-color: #e2e9f9;
  border-radius: 0.6rem;
}
@media (min-width: 1024px) {
  .human-page .human__scroll-tab--items {
    width: auto;
    max-width: 180px;
  }
}
.human-page .human__scroll-tab--link {
  font-size: 1.6rem;
  color: #3959a8;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.human-page .human__scroll-tab--link > span {
  width: 20px;
  height: 20px;
  margin: 0.2rem 0 0;
}
.human-page .human__scroll-tab--link > span svg {
  stroke-width: 2;
}
.human-page .human__gakugei-content--head {
  color: #444444;
  padding: 1.3rem 1rem;
  background-color: #e2e9f9;
}
.human-page .human__gakugei-content--head > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.human-page .human__gakugei-content--head p {
  color: #3959a8;
  font-weight: 700;
}
.human-page .human__gakugei-content--box {
  border-radius: 0.6rem;
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
.human-page .human__gakugei-content--flex {
  padding: 1.3rem 1rem 1.5rem;
}
.human-page .human__gakugei-content--flex > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
@media (min-width: 1024px) {
  .human-page .human__gakugei-content--flex > .wp-block-group__inner-container {
    flex-direction: row;
    align-items: flex-start;
  }
}
.human-page .human__gakugei-content--flex > .wp-block-group__inner-container figure {
  margin: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .human-page .human__gakugei-content--flex > .wp-block-group__inner-container figure {
    width: 50%;
  }
}
.human-page .human__gakugei-content--flex > .wp-block-group__inner-container figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
.human-page .human__gakugei-content--flex > .wp-block-group__inner-container figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.human-page .human__gakugei-content--flex > .wp-block-group__inner-container p {
  width: 100%;
}
@media (min-width: 1024px) {
  .human-page .human__gakugei-content--flex > .wp-block-group__inner-container p {
    width: 50%;
    flex-grow: 1;
  }
}
.human-page .human__gakugei-content--grid-box > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(1);
  gap: 2rem;
}
@media (min-width: 1024px) {
  .human-page .human__gakugei-content--grid-box > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.human-page .human__gakugei-content--grid-item {
  border-radius: 0.6rem;
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
.human-page .human__gakugei-content--item-inner {
  padding: 1.3rem 1rem 1.5rem;
}
.human-page .human__gakugei-content--item-inner > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.human-page .human__gakugei-content--item-inner > .wp-block-group__inner-container figure {
  margin: 0;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}
@media (min-width: 1024px) {
  .human-page .human__gakugei-content--item-inner > .wp-block-group__inner-container figure {
    padding-top: 56.25%;
  }
}
.human-page .human__gakugei-content--item-inner > .wp-block-group__inner-container figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.human-page .human__gakugei-content--check-item {
  background-color: #e2e9f9;
  padding: 1.5rem;
  margin: 2rem 0 0;
}
.human-page .human__gakugei-content--check-item h3 {
  margin: 0 0 1rem !important;
  text-align: center;
}
.human-page .human__gakugei-content--check-img {
  max-width: 360px;
  margin: 0.5rem auto 0;
}
.human-page .human__gakugei-content h3 {
  margin: 2rem 0;
}
.human-page .human__course h3 {
  margin: 2rem 0;
}
.human-page .human__course--table {
  border: 1px solid #cbcbcb;
  border-radius: 0.6rem;
  overflow: hidden;
}
.human-page .human__course--tr > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .human-page .human__course--tr > .wp-block-group__inner-container {
    flex-direction: row;
    border-bottom: 1px solid #cbcbcb;
  }
}
@media (min-width: 1024px) {
  .human-page .human__course--tr:last-child > .wp-block-group__inner-container {
    border-bottom: none;
  }
}
.human-page .human__course--th {
  padding: 1.3rem 1rem;
  background-color: #e2e9f9;
  color: #444444;
  width: 100%;
}
@media (min-width: 1024px) {
  .human-page .human__course--th {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.human-page .human__course--th-gray {
  padding: 1.3rem 1rem;
  background-color: #f0f0f0;
  color: #444444;
  width: 100%;
}
@media (min-width: 1024px) {
  .human-page .human__course--th-gray {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.human-page .human__course--td {
  color: #444444;
  padding: 1.3rem 1rem 1.5rem;
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .human-page .human__course--td {
    width: 70%;
  }
}
.human-page .human__course--td ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 1rem 0;
}
.human-page .human__course--td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: #444444;
  border-radius: 50%;
  margin: 0.3rem 0.5rem 0;
}
@media (min-width: 1024px) {
  .human-page .human__course--td ul li:first-child {
    margin: 0 0 1rem;
  }
}
.human-page .human__course--td .small-text {
  font-size: 1.2rem;
  color: #545454;
}
.human-page .human__course .template-btn .after__icon-other_link span svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.human-page .human__support h3,
.human-page .human__support p {
  margin: 2rem 0;
}
.human-page .human__support figure {
  margin: 0;
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}
@media (min-width: 1024px) {
  .human-page .human__support figure {
    padding-top: 56.25%;
  }
}
.human-page .human__support figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.human-page .human__support--table {
  border: 1px solid #cbcbcb;
  border-radius: 0.6rem;
  overflow: hidden;
}
.human-page .human__support--tr > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .human-page .human__support--tr > .wp-block-group__inner-container {
    flex-direction: row;
    border-bottom: 1px solid #cbcbcb;
  }
}
@media (min-width: 1024px) {
  .human-page .human__support--tr:last-child > .wp-block-group__inner-container {
    border-bottom: none;
  }
}
.human-page .human__support--th-gray {
  padding: 1.3rem 1rem;
  background-color: #f0f0f0;
  color: #444444;
  width: 100%;
}
@media (min-width: 1024px) {
  .human-page .human__support--th-gray {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.human-page .human__support--td {
  color: #444444;
  padding: 1.3rem 1rem 1.5rem;
  width: 100%;
  background-color: #ffffff;
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .human-page .human__support--td {
    width: 70%;
  }
}
.human-page .human__support--td ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 1rem 0;
}
.human-page .human__support--td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  background: #444444;
  border-radius: 50%;
  margin: 0.3rem 0.5rem 0;
}
@media (min-width: 1024px) {
  .human-page .human__support--td ul li:first-child {
    margin: 0 0 1rem;
  }
}
.human-page .human__support--td .small-text {
  font-size: 1.2rem;
  color: #545454;
}
.human-page .human__support .template-list p {
  margin: 0;
}
.human-page .human__support .template-btn .after__icon-other_link span svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.human-page .human__museum {
  padding: 3rem 2rem 4rem;
  border: 1px solid #cbcbcb;
}
.human-page .human__museum p {
  margin: 0 0 3rem;
}
.human-page .human__museum h2 {
  font-size: 2rem;
}
.human-page .human__museum .template-btn .after__icon-other_link span svg {
  stroke: rgba(255, 255, 255, 0.5);
}
.human-page .section__sister > .wp-block-group__inner-container .template-inner {
  padding: 3.5rem 2rem 0;
}

.access-page section:first-of-type .wp-block-group__inner-container .template-inner {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .access-page section:first-of-type .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-group .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
  }
}
.access-page section .wp-block-group__inner-container .template-inner {
  margin: 0 auto;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container iframe {
  width: 100%;
  max-height: 360px;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container p {
  margin: 2rem 0;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container h3 {
  margin: 2rem 0;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container ul li {
  margin: 1rem 0 0;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-buttons {
  text-align: center;
  display: block;
  margin: 2rem 0 0;
}
@media (min-width: 1024px) {
  .access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-buttons .btn--outline {
    transition: opacity 0.4s ease;
  }
  .access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-buttons .btn--outline:hover {
    opacity: 0.5;
  }
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-buttons .btn--outline a {
  background: #ffffff !important;
  border: 2px solid #3959a8 !important;
  color: #3959a8 !important;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-buttons .btn--outline a span {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem !important;
  margin-top: 0.2rem;
}
.access-page section .wp-block-group__inner-container .template-inner .wp-block-group__inner-container > .wp-block-buttons .btn--outline a span svg {
  stroke-width: 2;
  stroke: rgba(57, 89, 168, 0.5);
}
.access-page section .wp-block-group__inner-container .template-content-space {
  margin: 0 auto;
}
.access-page section .wp-block-group__inner-container .template-content-space__item {
  margin: 0 0 2.5rem 0;
}
.access-page section .wp-block-group__inner-container .template-content-space__item p,
.access-page section .wp-block-group__inner-container .template-content-space__item h3 {
  margin: none;
}
.access-page section .wp-block-group__inner-container .template-content-space__item:last-of-type {
  margin: 0 0 4rem 0;
}

.contact-end-page > .plane-card-section p {
  text-align: left;
}
.contact-end-page > .plane-card-section .template-list__item {
  text-align: left;
}

html {
  overflow-x: hidden;
  width: 100vw;
  margin-top: 0 !important;
}
html body {
  overflow-x: hidden;
  width: 100%;
}
html body #wpadminbar {
  display: none;
}/*# sourceMappingURL=main.css.map */