@charset "UTF-8";
:root {
  --theme-color: #3DB5E4;
  --primary-color: #197497;
  --secondary-color: #F14934;
  --text-color: #262425;
  --backgorund-primary: #FCEFD6;
  --backgorund-secondary: #D9ECF2;
  --niihama-color: #61BFE4;
  --first-letter: #009944;
  --second-letter: #601886;
  --third-letter: #E61673;
  --fourth-letter: #00A7EA;
  --fifth-letter: #EA5514;
  --sixth-letter: #E60012;
  --seventh-letter: #8FC31F;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  src: url("../font/icomoon.eot?2hr7m0");
  src: url("../font/icomoon.eot?2hr7m0#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?2hr7m0") format("truetype"), url("../font/icomoon.woff?2hr7m0") format("woff"), url("../font/icomoon.svg?2hr7m0#icomoon") format("svg");
  font-display: block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"]::before, [class^="icon-"]::after,
[class*=" icon-"]::before,
[class*=" icon-"]::after {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-right-after:after {
  content: "\e902";
}

/* base
================================================== */
html {
  -webkit-print-color-adjust: exact;
  height: 100%;
  /* Mobile */
  /* ルートのフォントサイズを16pxに設定 12pt 16px	1em	100%	medium*/
  font-size: 100%;
}

@media screen and (min-width: 767px) {
  html {
    /* Tablet */
    /* ルートのフォントサイズを18pxに設定 18px	1.125em	112.5%	large*/
    font-size: 112.5%;
  }
}

@media print, screen and (min-width: 1025px) {
  html {
    /* Desktop */
    /* ルートのフォントサイズを20pxに設定 20px	1.25em	125%*/
    font-size: 125%;
  }
}

body,
button,
input,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body.is-hidden {
  overflow-y: hidden;
}

@media print, screen and (min-width: 1025px) {
  body.is-hidden {
    overflow-y: scroll;
  }
}

main {
  flex: 1 1 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

p {
  line-height: 1.65;
}

figure {
  margin: 0;
  line-height: 0;
}

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

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

.p-footer__address, .c-article__title, .c-article__summary, .c-article__dt, .c-article__dd, .c-article__list-title, .c-article__QR-title, .c-button, .c-dl__mark-lead, .c-dl__mark-dd, .c-facility__list-title, .c-gift__name, .c-gift__discount, .c-gift__list-info, .c-gift__list-heading, .c-gift__list-text, .c-list__link, .c-list__pageLink, .c-map__checkbox-text, .c-modal__dd, .c-stamp__title, .c-table__th, .c-table__td, .c-text, .c-text__link {
  word-break: break-all;
}

.c-gift__stamp-number, .c-gift__number, .c-gift__list-stampNumber, .c-stamp__box-number {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

.swiper-main-container .swiper-slide, .swiper-modal-container .swiper-slide, .swiper-event-container .swiper-slide, .swiper-QR-container .swiper-slide, .c-article__thumbnail-wrap, .c-article__list-thumbnailWrap, .c-facility__list-cover, .c-modal__thumbnail-wrap, .c-thumbnail__list-cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-main-container .swiper-slide::before, .swiper-modal-container .swiper-slide::before, .swiper-event-container .swiper-slide::before, .swiper-QR-container .swiper-slide::before, .c-article__thumbnail-wrap::before, .c-article__list-thumbnailWrap::before, .c-facility__list-cover::before, .c-modal__thumbnail-wrap::before, .c-thumbnail__list-cover::before {
  display: block;
  content: "";
}

.swiper-main-container .swiper-slide img,
.swiper-main-container .swiper-slide video, .swiper-modal-container .swiper-slide img,
.swiper-modal-container .swiper-slide video, .swiper-event-container .swiper-slide img,
.swiper-event-container .swiper-slide video, .swiper-QR-container .swiper-slide img,
.swiper-QR-container .swiper-slide video, .c-article__thumbnail, .c-facility__list-cover img, .c-modal__thumbnail-wrap img, .c-thumbnail__list-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.c-article__list-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100% !important;
  object-fit: cover;
  margin: auto;
}

.c-button::before, .c-guide__title::before, .c-map__checkbox-area, .c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__link, .p-nav__link, .p-nav__child-link, .c-article__list-link, .c-article__infoList-link, .c-button, .c-calendar__arrow, .c-calendar__td span, .c-image__thumbnail img, .c-info__link, .c-facility__list-link, .c-gift__link, .c-guide__link, .c-list__link, .c-list__pageLink, .c-list__sns-link, .c-modal__dd a, .c-news__link, .c-stamp__box, .c-text__link, .c-thumbnail__list-link, .c-pagination a {
  display: block;
  transition: all 0.5s 0s;
}

.p-header__link:hover, .p-nav__link:hover, .p-nav__child-link:hover, .c-article__list-link:hover, .c-article__infoList-link:hover, .c-button:hover, .c-calendar__arrow:hover, .c-calendar__td span:hover, .c-image__thumbnail img:hover, .c-info__link:hover, .c-facility__list-link:hover, .c-gift__link:hover, .c-guide__link:hover, .c-list__link:hover, .c-list__pageLink:hover, .c-list__sns-link:hover, .c-modal__dd a:hover, .c-news__link:hover, .c-stamp__box:hover, .c-text__link:hover, .c-thumbnail__list-link:hover, .c-pagination a:hover {
  opacity: 0.75;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-family: 'swiper-icons';
  font-style: normal;
  font-weight: 400;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  /* Fix of Webkit flickering */
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 300ms opacity;
}

.swiper-pagination.is-none {
  display: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.3rem;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background: #fff;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--theme-color);
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-main-container .swiper-slide::before {
  padding-top: 66.75%;
}

@media print, screen and (min-width: 1025px) {
  .swiper-main-container .swiper-slide::before {
    padding-top: 36.25%;
  }
}

.swiper-modal-container .swiper-slide::before {
  padding-top: 56.25%;
}

.swiper-event-container .swiper-slide::before {
  padding-top: 66.25%;
}

.swiper-event-container + .c-article__date {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.swiper-QR-container .swiper-slide::before {
  padding-top: 100%;
}

.swiper-QR-container .swiper-pagination-bullet-active {
  background: var(--niihama-color);
}

.swiper-title {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13rem;
  transform: translate(-50%, -50%);
}

.swiper-label {
  box-sizing: border-box;
  position: absolute;
  bottom: 0.3rem;
  left: 0.4rem;
  padding: 0.1rem 0.7rem;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.l-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 1025px) {
  .l-container {
    width: 620px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-container__wide {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 1025px) {
  .l-container__wide {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.l-section {
  padding: 1.75rem 0;
}

.l-section__wrap {
  padding-bottom: 1.75rem;
}

.l-gutter {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 1025px) {
  .l-gutter {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-flex {
  display: flex;
}

.l-align-items {
  align-items: center;
}

.l-flex__align {
  display: flex;
  align-items: center;
}

.l-flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-flex__column {
  display: flex;
  flex-direction: column;
}

.l-flex__column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.l-flex__space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-page__home .c-image__cover {
  padding: 1.8rem 0;
  background: url("../img/site-cover.svg") no-repeat 50% 0/cover;
}

@media print, screen and (min-width: 1025px) {
  .l-page__home .c-image__cover {
    background: url("../img/site-cover.svg") no-repeat 50% 15%/cover;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-page__home .c-image__cover .c-text {
    width: 660px;
    margin: 1rem auto;
  }
}

.l-page__home .c-image__cover .c-button {
  margin-top: 0.85rem;
}

.l-page__home .c-image__title {
  display: block;
  width: 17rem;
  margin: 0 auto;
}

.l-page__home .c-news__link {
  display: flex;
  align-items: baseline;
}

.l-page__home .c-news__category {
  width: 100%;
  max-width: 5rem;
}

.l-page__spot .l-main {
  padding-bottom: 1.6rem;
}

.l-page__spot .swiper-container {
  margin-bottom: 1.6rem;
}

.l-page__spot .c-image__figure {
  margin: 1rem 0 0.3rem;
}

.l-page__spot .c-table {
  margin-bottom: 1.6rem;
}

.l-page__operation {
  background: var(--backgorund-primary);
}

.l-page__qr .c-list__language {
  margin-bottom: 2rem;
  padding: 0 0.4rem;
}

.l-page__qr .c-list__language-link {
  border-color: var(--niihama-color);
}

.l-page__qr .c-list__language-link.is-active {
  border-color: var(--niihama-color);
  background: var(--niihama-color);
}

.l-page__qr .c-list__language-link:hover {
  background: var(--niihama-color);
}

.l-page__qr .c-text__heading {
  margin-bottom: 1.4rem;
}

.l-page__qr .swiper-QR-container {
  margin: 0.75rem 0 1.2rem;
}

.l-page__qr .p-footer {
  padding: 1rem;
}

@media screen and (min-width: 767px) {
  .l-page .p-footer__inner {
    width: 620px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-page__qr .c-text {
    line-height: 2;
  }
}

/* header
================================================== */
.p-header {
  position: relative;
  width: 100%;
  background: #fff;
}

.p-header__page {
  box-sizing: border-box;
  padding: 1.25rem 0.6rem 1rem;
}

.p-header__qr {
  padding: 0.85rem 0.1rem 1.2rem;
}

.p-header__logo {
  width: 9.85rem;
}

.p-header__logo-niihama {
  width: 6.7rem;
}

.p-header__link {
  display: inline-block;
}

.p-header__title {
  margin-top: 1.7rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-header__menu {
  z-index: 110;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.p-header__menu-inner {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.p-header__menu-line {
  display: block;
  position: absolute;
  top: 48%;
  width: 1.375rem;
  height: 0.25rem;
  border-radius: 8rem;
  background: var(--theme-color);
  transition: all .6s;
}

.p-header__menu-line--top {
  transform: translateY(-0.5rem);
}

.p-header__menu-line--bottom {
  transform: translateY(0.5rem);
}

.p-header__menu-text {
  display: block;
  position: absolute;
  top: 62%;
  color: var(--theme-color);
  font-size: 10px;
}

.p-header__menu.is-active .p-header__menu-inner {
  background: #fff;
}

.p-header__menu.is-active .p-header__menu-line {
  background: var(--theme-color);
}

.p-header__menu.is-active .p-header__menu-line--middle {
  background: rgba(51, 51, 51, 0);
}

.p-header__menu.is-active .p-header__menu-line--top {
  transform: rotate(-45deg) translateY(0px);
}

.p-header__menu.is-active .p-header__menu-line--bottom {
  transform: rotate(45deg) translateY(0px);
}

/* navigation
================================================== */
.p-nav {
  z-index: 10;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: height 0.3s ease;
}

@media print, screen and (min-width: 1025px) {
  .p-nav__wrap {
    width: 560px;
    margin: 0 auto;
  }
}

.p-nav__overlay {
  box-sizing: border-box;
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  padding: 1.4rem 0.8rem;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}

.p-nav__overlay.is-active {
  visibility: visible;
  height: 100%;
  overflow: scroll;
  background: var(--theme-color);
  opacity: 1;
}

.p-nav__menu {
  width: 100%;
  min-height: 100%;
}

.p-nav__link {
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-nav__child-menu {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: none;
}

.p-nav__child-link {
  display: inline-block;
  padding: 8px;
  color: #fff;
  font-size: 1rem;
}

/* footer
================================================== */
.p-footer {
  padding: 1.35rem 0.5rem 0.75rem;
  background: var(--theme-color);
}

.p-footer__address {
  margin: 1.2rem 0 1rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.p-footer__tel {
  display: block;
}

.p-footer__copyright {
  color: #fff;
  text-align: center;
}

.p-footer__copyright small {
  font-size: 0.75rem;
}

/* c-article
================================================== */
.c-article {
  margin-top: -1rem;
}

@media print, screen and (min-width: 1025px) {
  .c-article {
    width: 620px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-article__thumbnail-wrap::before {
  padding-top: 65.25%;
}

.c-article__date {
  margin: 1.5rem 0 2rem;
  font-size: 0.875rem;
}

.c-article__category {
  display: inline-block;
  width: 100%;
  min-width: 5rem;
  max-width: 5rem;
  margin-right: 0.2rem;
  padding: 0.2rem 0;
  border-radius: 2px;
  background: var(--primary-color);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  text-align: center;
}

.c-article__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.c-article__summary {
  margin: 2rem 0 2.2rem;
  padding: 1.6rem 0.7rem 1rem;
  font-size: 1rem;
}

.c-article__info {
  margin-bottom: 2rem;
}

.c-article__dl {
  margin: 0;
  font-size: 1rem;
}

.c-article__dl + .u-text__right {
  margin: 2rem 0.6rem 0.8rem 0;
}

.c-article__dl-row {
  gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6rem 1rem 1fr;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0rem;
  border-top: 1px solid #CCC;
  line-height: 1.5;
}

.c-article__dl-row:last-child {
  border-bottom: 1px solid #CCC;
}

.c-article__dt {
  text-align: center;
}

.c-article__dd {
  margin: 0;
}

.c-article__list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1025px) {
  .c-article__list {
    gap: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-article__list-lead {
  margin-bottom: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.c-article__list-item:not(:last-child) {
  margin-bottom: 2.4rem;
}

@media print, screen and (min-width: 1025px) {
  .c-article__list-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.c-article__list-thumbnailWrap::before {
  padding-top: 65.25%;
}

.c-article__list-title {
  margin-top: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 1025px) {
  .c-article__list-title {
    font-size: 18px;
  }
}

.c-article__info + .u-text__right {
  margin-right: 0.6rem;
}

.c-article__info-head {
  margin: 4.2rem 0 1rem;
}

.c-article__info-body {
  margin-top: 2rem;
}

.c-article__info-body p {
  font-size: 1rem;
}

.c-article__info-body p:not(:last-child) {
  margin-bottom: 1rem;
}

.c-article__info-foot {
  margin: 3.3rem 0 3.6rem;
}

.c-article__info-foot p {
  font-size: 1rem;
}

.c-article__infoList {
  margin: 0 0 4.6rem 0;
  padding: 0;
  list-style: none;
}

.c-article__infoList-item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.c-article__infoList-item .c-text {
  margin-top: 0.7rem;
}

.c-article__QR {
  padding: 0 0 2rem 0;
}

.c-article__QR-block {
  margin: 3.8rem 0 0;
  counter-reset: number;
}

.c-article__QR-audio {
  display: block;
  margin: 0 auto 2rem;
}

.c-article__QR-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
}

.c-article__QR-title::before {
  margin-right: 0.5rem;
  content: counters(number, "") ".";
  counter-increment: number;
}

.c-article__QR-tags {
  margin: 0.75rem 0 1rem;
}

.c-article__QR-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.c-article__QR-link {
  margin-top: 1rem;
}

.c-article__QR-map {
  margin: 2rem 0 1rem;
}

.c-article__QR-map.c-map {
  border: none;
}

.c-article img {
  right: 0;
  width: auto !important;
  margin: auto !important;
}

/* c-btn
================================================== */
.c-button {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2rem;
  line-height: normal;
  text-align: center;
  transition: all 0.5s 0s;
}

.c-button {
  max-width: 20.625rem;
  padding: 0.675em 2.4rem;
  border: none;
  background: var(--theme-color);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-weight: 500;
  cursor: pointer;
}

.c-button::before {
  position: absolute;
  top: 50%;
  right: -0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  color: var(--secondary-color);
  font-size: 0.875rem;
}

.c-button.is-cancel {
  background: #fff;
  color: #000;
}

.c-button.is-cancel::before {
  background: #FF414D;
  color: #fff;
}

.c-button + .c-button {
  margin-top: 1rem;
}

/* c-dl
================================================== */
.c-dl__mark {
  margin: 0;
  font-size: 1rem;
}

.c-dl__mark-lead {
  margin-bottom: 0.75rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.125rem;
}

.c-dl__mark-row {
  display: flex;
  align-items: center;
}

.c-dl__mark-row:not(:last-child) {
  margin-bottom: 0.4rem;
}

.c-dl__mark-dd {
  display: flex;
  margin: 0;
}

.c-dl__mark-dd::before {
  padding: 0 0.1rem;
  content: "…";
}

/* c-calendar
================================================== */
.c-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.c-calendar__block {
  width: 87%;
  margin: 1.4rem auto 3.5rem;
}

.c-calendar__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.c-calendar__title {
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-calendar__arrow {
  font-size: 1rem;
  cursor: pointer;
}

.c-calendar__arrow-left::before, .c-calendar__arrow-right::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  content: "";
  content: '';
}

.c-calendar__arrow-left::before {
  margin-right: 0.4rem;
  background: url(../img/icon-arrow-left-circle.svg) no-repeat;
  background-size: 1.2rem 1.2rem;
}

.c-calendar__arrow-right::after {
  margin-left: 0.4rem;
  background: url(../img/icon-arrow-right-circle.svg) no-repeat;
  background-size: 1.2rem 1.2rem;
}

.c-calendar__th {
  width: 100%;
}

.c-calendar__td {
  border-top: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
}

.c-calendar__td:not(:first-of-type) {
  border-left: 0.25rem solid #fff;
}

.c-calendar__td span {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.25rem;
  max-height: 2.25rem;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.25rem;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-calendar__td.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.c-calendar__td.is-active span {
  border: 1px solid #EEEEEE;
  background: #F1B134;
}

.c-calendar__td.is-close {
  pointer-events: none;
}

.c-calendar__td.is-close span {
  border: 1px solid #EEEEEE;
  background: #fff;
  color: #888;
}

/* c-image
================================================== */
.c-image {
  width: 100%;
}

.c-image__figcaption {
  padding: 0.2rem 0.6rem;
  line-height: 1.7;
}

.c-image__figcaption span {
  display: block;
}

.c-image__thumbnail {
  gap: 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
}

.c-image__thumbnail img {
  width: 100%;
  cursor: pointer;
}

/* c-info
================================================== */
.c-info {
  padding: 1rem 0.5rem;
  background: var(--backgorund-secondary);
}

.c-info__content {
  gap: 0.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.3rem 0.7rem 1fr;
  grid-template-columns: 7.3rem 1fr;
  margin-bottom: 1.4rem;
}

.c-info__wrap {
  margin-top: 0.8rem;
}

.c-info__text {
  margin-bottom: 1rem;
}

.c-info__link.c-text__link {
  justify-content: flex-start;
}

.c-info__state {
  padding: 0.5rem 1rem;
  background: #fff;
  font-weight: 700;
}

/* c-facility
================================================== */
.c-facility__list {
  gap: 1.7rem 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1025px) {
  .c-facility__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-facility__list-cover::before {
  padding-top: 94.45%;
}

.c-facility__list-title {
  margin-top: 0.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  text-align: center;
}

/* c-gift
================================================== */
.c-gift {
  padding: 1rem 0.5rem;
}

.c-gift__heading {
  color: #E61673;
  font-weight: 700;
}

.c-gift__menu {
  margin: -0.8rem 0 0 0;
  padding: 0;
  list-style: none;
}

.c-gift__item {
  display: flex;
}

.c-gift__item:not(:last-child) {
  margin-bottom: 1rem;
}

.c-gift__stamp {
  position: relative;
  align-self: flex-start;
  margin-right: 0.8rem;
}

.c-gift__stamp-number {
  top: 50%;
  font-size: 1.4rem;
}

.c-gift__stamp-badge {
  min-width: 3rem;
  height: 3rem;
}

.c-gift__name {
  font-size: 1rem;
}

.c-gift__discount {
  display: block;
  margin-top: 0.5rem;
  color: #FF414D;
  font-size: 1.125rem;
  font-weight: 700;
}

.c-gift .c-text__heading .c-text__logo {
  font-size: 1.6rem;
}

.c-gift .c-text__heading .u-color__red {
  font-size: 1.625rem;
}

.c-gift__image-wrap {
  position: relative;
}

.c-gift__number {
  top: 65%;
  font-size: 1.3rem;
}

.c-gift__list {
  gap: 1rem;
  display: -ms-grid;
  display: grid;
  margin-bottom: 2rem;
}

.c-gift__list-head {
  display: flex;
  align-items: flex-end;
  margin: 0.4rem 0 1rem;
  padding: 0 1rem;
}

@media print, screen and (min-width: 1025px) {
  .c-gift__list-head {
    padding: 0;
  }
}

.c-gift__list-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.6rem 1fr;
  grid-template-columns: 2.6rem 1fr;
  align-items: center;
}

.c-gift__list-unit:not(:last-child) {
  margin-right: 1.5rem;
}

.c-gift__list-stampNumber {
  font-size: 1.3rem;
}

.c-gift__list-stampNumber--05 {
  top: 1.7rem;
}

.c-gift__list-stampNumber--09 {
  top: 1.85rem;
}

.c-gift__list-info {
  display: flex;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.c-gift__list-info::before {
  margin: 0 0.2rem 0 0.5rem;
  content: "…";
}

.c-gift__list-box {
  padding: 1rem;
  background: #fff;
}

.c-gift__list-item {
  display: flex;
  padding: 0.8rem 0 0;
}

.c-gift__list-item:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 2px dotted #43BFEF;
}

.c-gift__list-heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.15rem;
}

.c-gift__list-heading span {
  font-size: 0.875rem;
}

.c-gift__list-heading span::before {
  margin-left: 0.3rem;
  content: "";
}

.c-gift__list-wrap {
  position: relative;
  min-width: 2.5rem;
  max-width: 2.5rem;
  margin-right: 1rem;
}

.c-gift__list-service {
  width: 100%;
}

.c-gift__list-text {
  max-width: 68%;
  float: left;
  font-size: 0.94rem;
}

@media screen and (max-width: 320px) {
  .c-gift__list-text {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 767px) {
  .c-gift__list-text {
    max-width: 100%;
  }
}

.c-gift__list-textFull {
  max-width: 100%;
}

.c-gift__list-thumbnail {
  display: block;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
}

.c-gift__list-thumbnail + .c-gift__list-text {
  margin-top: 0.5rem;
}

@media screen and (max-width: 320px) {
  .c-gift__list-thumbnail {
    width: 4rem;
    height: 4rem;
  }
}

/* c-guide
================================================== */
.c-guide__list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}

.c-guide__list + .u-text__right {
  margin: 0 0.6rem 1.7rem 0;
}

.c-guide__item:not(:last-child) {
  margin-bottom: 3.5rem;
}

.c-guide__title {
  margin-bottom: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.c-guide__title::before {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: #fff;
  color: var(--theme-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.75rem;
  content: counter(number);
  counter-increment: number;
}

.c-guide__button {
  margin-top: 1rem;
}

.c-guide__arrow {
  margin: 0 0.5rem;
}

.c-guide__wrap {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  padding: 0 1.3rem;
}

.c-guide__wrap .c-stamp__title {
  font-size: 0.875rem;
}

.c-guide__wrap .c-stamp__image--S {
  width: 4rem;
  padding: 0 1.5rem;
}

.c-guide__wrap .c-stamp__box-number {
  top: 50%;
  color: #fff;
  font-size: 2rem;
}

.c-guide__wrap .c-stamp__box-number.is-completed {
  font-size: 1.6rem;
}

.c-guide__wrap .c-text__link {
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
}

.c-guide__wrap .c-text__link::after {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  background-size: 0.6rem 0.6rem;
}

/* c-list
================================================== */
.c-list__link {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  line-height: 1.3;
}

.c-list__link::before {
  margin-right: 0.5rem;
  color: var(--secondary-color);
  font-size: 0.65rem;
  font-weight: 700;
}

.c-list__link-menu {
  margin: 0;
  padding: 0 0.4rem 1rem;
  list-style: none;
}

.c-list__link-item:not(:last-child) {
  margin-bottom: 0.8rem;
}

.c-list__link-block {
  margin: 2.6rem 0 2.4rem;
}

.c-list__link-block .c-text__link {
  margin-right: 0.8rem;
}

.c-list__language {
  gap: 0.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr 0.2rem 1fr;
  grid-template-columns: repeat(5, 1fr);
}

.c-list__language-link {
  box-sizing: border-box;
  display: block;
  padding: 0.5rem 0;
  border: 1px solid var(--niihama-color);
  background: #fff;
  font-size: 0.875rem;
  text-align: center;
}

.c-list__language-link:hover {
  background: var(--primary-color);
  color: #fff;
}

.c-list__language-link.is-active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}

.c-list__pageLink {
  color: var(--niihama-color);
  text-decoration: underline;
  cursor: pointer;
}

.c-list__pageLink-list {
  margin: 1.3rem 0 3rem;
  padding: 0;
  list-style: none;
  counter-reset: number;
}

.c-list__pageLink-item {
  display: flex;
}

.c-list__pageLink-item::before {
  margin-right: 0.5rem;
  color: var(--niihama-color);
  content: counters(number, "") ".";
  counter-increment: number;
}

.c-list__pageLink-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-list__sns {
  gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.25rem;
  padding: 0;
  list-style: none;
}

.c-list__sns-icon {
  width: 2.25rem;
  height: 2.25rem;
}

/* c-map
================================================== */
.c-map {
  z-index: 20;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 1px solid var(--theme-color);
}

@media print, screen and (min-width: 1025px) {
  .c-map {
    padding-top: 56.25%;
  }
}

.c-map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map__block {
  padding: 1.75rem 0 1rem;
}

.c-map__button {
  margin-top: 1rem;
}

.c-map__checkbox-area {
  box-sizing: border-box;
  left: 0 !important;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0.2rem 2rem;
  background: #fff;
}

.c-map__label {
  display: flex;
  align-items: center;
  color: var(--theme-color);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-map__label:not(:last-child) {
  margin-right: 0.35rem;
}

@media print, screen and (min-width: 1025px) {
  .c-map__label:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.c-map__checkbox {
  display: none;
}

.c-map__checkbox-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c-map__checkbox-icon {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 0.1rem;
  border-radius: 0.25rem;
  vertical-align: middle;
}

@media print, screen and (min-width: 1025px) {
  .c-map__checkbox-icon {
    margin-right: 0.2rem;
  }
}

.c-map__checkbox-icon:after {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--theme-color);
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: none;
  content: "";
}

.c-map__checkbox:checked + .c-map__checkbox-icon {
  background: var(--theme-color);
}

.c-map__checkbox:checked + .c-map__checkbox-icon:after {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  color: var(--theme-color);
  font-family: "icomoon";
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1;
  content: "\e907";
}

/* modal
================================================== */
.c-modal {
  display: none;
  font-size: 0.875rem;
}

.c-modal__overlay {
  display: flex;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background: rgba(0, 0, 0, 0.57);
}

.c-modal__container {
  box-sizing: border-box;
  width: 63.2vw;
  max-width: 500px;
  max-height: 100vh;
  padding: 2.6rem 1rem;
  overflow-y: auto;
  border-radius: 19px;
  background: #fff;
}

.c-modal__content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
  padding: 0.5rem 1.3rem 0.8rem;
  background: #fff;
}

.c-modal__close {
  position: absolute;
  top: 0.45rem;
  right: 0.2rem;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.c-modal__title {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: 700;
}

.c-modal__wrap {
  max-height: 7rem;
  margin-top: 1rem;
  padding: 0 0.5rem 1rem 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-modal__wrap::-webkit-scrollbar {
  width: 0.8rem;
}

.c-modal__wrap::-webkit-scrollbar-track {
  background: #EEEEEE;
}

.c-modal__wrap::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}

.c-modal__text {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.c-modal__thumbnail-wrap::before {
  padding-top: 53.25%;
}

.c-modal__link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0.8rem;
}

.c-modal__dl {
  margin: 0;
  font-size: 0.875rem;
}

.c-modal__dl-row {
  display: flex;
  flex-wrap: wrap;
}

.c-modal__dl-row.is-none {
  display: none;
}

.c-modal__dl-row:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-modal__dt::after {
  padding: 0 0.1rem;
  content: "…";
}

.c-modal__dd {
  margin: 0;
}

.c-modal__dd a {
  color: #2D6187;
}

.c-modal__root {
  padding: 2rem 0 0 0;
}

.c-modal__root-wrap {
  padding: 0 1.3rem;
}

.c-modal__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.c-modal__input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.2rem 0.5rem;
  border: 1px solid #707070;
  border-radius: 0;
  font-size: 1rem;
  line-height: normal;
}

.c-modal__input:first-of-type {
  margin-bottom: 1rem;
}

.c-modal__input:last-of-type {
  margin-bottom: 1.5rem;
}

#rootModal .c-modal__content {
  padding: 1rem 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(-15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .c-modal__overlay {
  animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .c-modal__container,
.micromodal-slide[aria-hidden="false"] .c-modal__content {
  animation: mmslideIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .c-modal__overlay {
  animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .c-modal__container .micromodal-slide[aria-hidden="true"] .c-modal__content {
  animation: mmslideOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal__container,
.micromodal-slide .c-modal__overlay,
.micromodal-slide .c-modal__content {
  will-change: transform;
}

/* c-news
================================================== */
.c-news__list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}

.c-news__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-news__category {
  margin-right: 0.5rem;
  padding: 0.2rem 0;
  border-radius: 2px;
  background: var(--primary-color);
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.875rem;
  text-align: center;
}

.c-news__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin-top: 0.5rem;
  font-size: 1rem;
  word-break: break-word;
}

/* c-stamp
================================================== */
.c-stamp__list {
  gap: 0.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-stamp__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
  padding: 0.5rem 0;
  background: #fff;
  text-align: center;
}

.c-stamp__title {
  font-weight: 700;
  line-height: 1.3;
}

.c-stamp__title--L {
  font-size: 4.25vw;
}

@media screen and (min-width: 480px) {
  .c-stamp__title--L {
    font-size: 1rem;
  }
}

.c-stamp__title--S {
  font-size: 3.8vw;
}

@media screen and (min-width: 480px) {
  .c-stamp__title--S {
    font-size: 0.875rem;
  }
}

.c-stamp__image {
  display: block;
  margin: 0.1rem auto 0.6rem;
}

.c-stamp__button {
  width: 90%;
  max-width: 6.25rem;
  padding: 0.37rem 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.275rem;
}

@media screen and (min-width: 767px) {
  .c-stamp__button {
    width: 125px;
  }
}

.c-stamp__button.is-complete {
  padding: 0.64em 0;
  background: #CCC;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  pointer-events: none;
}

.c-stamp__box {
  text-align: center;
}

.c-stamp__box.is-disabled {
  filter: grayscale(1);
  pointer-events: none;
}

.c-stamp__box-wrap {
  gap: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  margin: 2rem 0;
}

@media print, screen and (min-width: 1025px) {
  .c-stamp__box-wrap {
    gap: 1rem 2rem;
    width: -webkit-max-content;
    width: max-content;
    margin: 2rem auto;
  }
}

.c-stamp__box-wrap + .u-text__right {
  margin: 0 0.5rem 1.7rem 0;
}

.c-stamp__box-image {
  display: block;
  position: relative;
  margin: 0 auto 1rem;
}

.c-stamp__box-number {
  top: 65%;
  font-size: 3rem;
}

@media print, screen and (min-width: 1025px) {
  .c-stamp__box-number {
    font-size: 50px;
  }
}

.c-stamp__box-number.is-completed {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.c-stamp__box-ie {
  display: none;
}

.c-stamp__box .c-text__link {
  align-items: center;
  justify-content: center;
}

.c-stamp__state {
  padding-top: 3rem;
}

.c-stamp__state-receive {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}

.c-stamp__state-receive .u-relative {
  margin-top: 1.8rem;
}

.c-stamp__state-label {
  margin-bottom: 0.3rem;
}

.c-stamp__state-message {
  font-size: 1.25rem;
  font-weight: 700;
}

.c-stamp__state-image {
  display: block;
  width: 13.4rem;
  height: 13.4rem;
  margin: 2rem auto 3.4rem;
}

.c-stamp__state-text {
  margin: 1.6rem 0 2rem;
}

.c-stamp__state .c-button + .c-button {
  margin-top: 1rem;
}

/* c-table
================================================== */
.c-table {
  width: 100%;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-collapse: collapse;
}

.c-table__tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22% 1fr;
  grid-template-columns: 22% 1fr;
  border-bottom: 1px solid #707070;
  font-size: 1rem;
}

.c-table__th {
  padding: 0.5rem 0.2rem 0.5rem 0.5rem;
  border: none;
  border-right: 1px solid #707070;
  background: rgba(97, 191, 228, 0.18);
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.c-table__td {
  padding: 0.5rem;
  border: none;
  border-color: #707070;
  line-height: 1.6;
}

/* c-tag
================================================== */
.c-tag {
  display: block;
  width: -webkit-max-content;
  width: max-content;
  padding: 0.2em 0.3em;
  border-radius: 5px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.c-tag__wrap {
  gap: 0.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 0.4rem -webkit-max-content 0.4rem -webkit-max-content;
  -ms-grid-columns: max-content 0.4rem max-content 0.4rem max-content;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
}

.c-tag__play {
  background: #81B955;
}

.c-tag__view {
  background: #F1B134;
}

.c-tag__study {
  background: #4797B7;
}

/* c-text
================================================== */
.c-text {
  font-size: 1rem;
}

.c-text__heading {
  margin-bottom: 2.3rem;
  color: var(--theme-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.25rem;
  text-align: center;
}

.c-text__catch {
  position: relative;
  width: 100%;
  width: -webkit-max-content;
  width: max-content;
  color: #FAEE00;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0 #000,
 -1px -1px 0 #000,
 -1px 1px 0 #000,
 1px -1px 0 #000,
 0px 1px 0 #000,
 0 -1px 0 #000,
 -1px 0 0 #000,
 1px 0 0 #000;
}

.c-text__catch::before, .c-text__catch::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  height: 0.2rem;
  border: 1px solid #000;
  background: #FAEE00;
  content: '';
}

.c-text__catch--S {
  margin: 2.8rem auto 0.8rem;
  font-size: 1.3rem;
}

.c-text__catch--S::before, .c-text__catch--S::after {
  width: 3rem;
}

.c-text__catch--S::before {
  left: -2.7rem;
  transform: rotate(64deg);
}

.c-text__catch--S::after {
  right: -2.4rem;
  transform: rotate(-64deg);
}

.c-text__catch--L {
  margin: 1.7rem auto 1.5rem;
  font-size: 1.65rem;
}

.c-text__catch--L::before, .c-text__catch--L::after {
  width: 3.8rem;
}

.c-text__catch--L::before {
  left: -3.1rem;
  transform: rotate(68deg);
}

.c-text__catch--L::after {
  right: -2.7rem;
  transform: rotate(-68deg);
}

.c-text__link, .c-text__iconLink-right {
  display: inline-flex;
  align-items: flex-start;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.c-text__link::after, .c-text__iconLink-right::after {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.5rem;
  background: url(../img/icon-arrow-right-circle.svg) no-repeat;
  background-size: 1.1rem 1.1rem;
  vertical-align: middle;
  content: '';
}

.c-text__logo {
  margin-right: 0.5rem;
  font-weight: 700;
}

.c-text__logo + .u-color__black {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}

.c-text__logo .first {
  color: var(--first-letter);
}

.c-text__logo .second {
  color: var(--second-letter);
}

.c-text__logo .third {
  color: var(--third-letter);
}

.c-text__logo .fourth {
  color: var(--fourth-letter);
}

.c-text__logo .fifth {
  color: var(--fifth-letter);
}

.c-text__logo .sixth {
  color: var(--sixth-letter);
}

.c-text__logo .seventh {
  color: var(--seventh-letter);
}

.c-text__note {
  display: block;
  color: #FF414D;
  font-size: 0.85rem;
}

/* c-thumbnail
================================================== */
.c-thumbnail__list {
  gap: 0.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 56.5% 0.8rem 56.5% 0.8rem 56.5% 0.8rem 56.5%;
  grid-template-columns: repeat(4, 56.5%);
  width: 100%;
  margin: 0 0 1.2rem 0;
  padding: 0;
  overflow-x: scroll;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .c-thumbnail__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    overflow-x: hidden;
  }
}

@media print, screen and (min-width: 1025px) {
  .c-thumbnail__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-thumbnail__list-item {
  border: 1px solid #CFCFCF;
}

.c-thumbnail__list-link {
  min-height: 100%;
  background: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.c-thumbnail__list-cover::before {
  padding-top: 79.75%;
}

.c-thumbnail__list-inner {
  padding: 0.5rem;
}

.c-thumbnail__list-date {
  color: var(--primary-color);
  font-size: 0.875rem;
}

.c-thumbnail__list-title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  word-break: break-all;
}

/* c-pagination
================================================== */
.c-pagination {
  margin: 2rem auto 1rem;
  font-size: 1rem;
}

.c-pagination__pager {
  box-sizing: border-box;
  display: block;
  padding: 0.3rem 0.8rem;
  border-right: 1px dotted #BBBAB5;
  font-size: 1rem;
}

.c-pagination__pager.is-current {
  color: #F14934;
  font-weight: 700;
  pointer-events: none;
}

.c-pagination__pager:first-child.is-current {
  border-left: 1px dotted #BBBAB5;
}

.c-pagination__arrow {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
}

.c-pagination__arrow-prev::before, .c-pagination__arrow-next::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  content: "";
  content: '';
}

.c-pagination__arrow-prev {
  border-right: 1px dotted #BBBAB5;
}

.c-pagination__arrow-prev::before {
  margin-right: 0.4rem;
  background: url(../img/icon-arrow-left-circle.svg) no-repeat;
  background-size: 1.2rem 1.2rem;
}

.c-pagination__arrow-next::after {
  margin-left: 0.4rem;
  background: url(../img/icon-arrow-right-circle.svg) no-repeat;
  background-size: 1.2rem 1.2rem;
}

/* IE11
================================================== */
@media all and (-ms-high-contrast: none) {
  .p-header__menu-line {
    left: 27%;
  }
  .c-text__link {
    align-items: center;
  }
  .c-text__link::after {
    width: 22px;
    height: 22px;
    margin-top: -6px;
    background-size: 22px 22px;
  }
  .c-guide__wrap .c-text__link::after {
    width: 12px;
    height: 12px;
    margin-top: -3px;
    background-size: 12px 12px;
  }
  .swiper-slide img {
    font-family: 'object-fit: cover;';
  }
  .c-text__catch--S {
    width: 14rem;
  }
  .c-text__catch--L {
    width: 17rem;
  }
  .c-modal__overlay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-map__checkbox-text {
    margin-top: 0.3rem;
  }
  .c-info__content {
    display: flex;
  }
  .c-info__content .c-info__icon {
    width: 132px;
    margin-right: 0.7rem;
  }
  .c-table__tr {
    display: block;
  }
  .c-table__th {
    width: 210px;
  }
  .c-stamp__item {
    display: block;
  }
  .c-guide__arrow {
    width: 4rem;
    height: 2rem;
  }
  .c-guide__wrap {
    align-items: center;
    justify-content: center;
  }
  .c-thumbnail__list {
    gap: 0.8rem;
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .c-thumbnail__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-thumbnail__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-thumbnail__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .c-thumbnail__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .c-stamp__box-wrap,
  .c-image__thumbnail,
  .c-stamp__list,
  .c-facility__list,
  .c-article__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-list__language {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-list__language .c-list__language-item {
    width: 100%;
  }
  .c-list__language .c-list__language-item:not(:last-child) {
    margin-right: 0.2rem;
  }
  .c-list__sns {
    gap: 1rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .c-list__sns > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-list__sns > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-list__sns > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .c-list__sns > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .c-stamp__item {
    margin-bottom: 0.3rem;
  }
  .c-stamp__box-wrap .c-stamp__box {
    width: 50%;
  }
  .c-article__dl-row {
    display: flex;
  }
  .c-article__dl-row .c-article__dt {
    width: 6rem;
    margin-right: 1rem;
  }
  .c-image__thumbnail img {
    width: 23.75%;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .c-image__thumbnail img:nth-child(4n) {
    margin-right: 0;
  }
  .c-stamp__list .c-stamp__item {
    width: 32.3333%;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .c-stamp__list .c-stamp__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-facility__list-item {
    width: 23.3333%;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .c-facility__list-item:nth-child(4n) {
    margin-right: 0;
  }
  .c-article__list .c-article__list-item {
    width: 48%;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .c-article__list .c-article__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .c-gift__list {
    display: block;
  }
  .c-gift__list-unit {
    display: flex;
  }
  .c-gift__list-unit .c-gift__image-wrap {
    width: 2.4rem;
  }
  .c-gift__list-unit .c-gift__list-info {
    margin-top: 15px;
  }
  .c-gift__list-info {
    margin-top: 25px;
  }
  .c-gift__list-box:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-article .u-overflow__hidden video {
    display: none;
  }
  .c-article .u-overflow__hidden .swiper-slide-active video {
    display: block;
  }
  .swiper-slide img,
  .c-facility__list-cover img,
  .c-thumbnail__list-cover img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .c-stamp__box .c-stamp__box-ie {
    display: none;
  }
  .c-stamp__box .c-stamp__box-image {
    display: block;
  }
  .c-stamp__box-wrap {
    max-width: 450px;
  }
  .c-stamp__box.is-disabled .c-text__link {
    color: #9e9e9e;
  }
  .c-stamp__box.is-disabled .c-text__link:after {
    opacity: 0.4;
  }
  .c-stamp__box.is-disabled .c-stamp__box-ie {
    display: block;
  }
  .c-stamp__box.is-disabled .c-stamp__box-image {
    display: none;
  }
  .swiper-pagination {
    bottom: 0.3rem;
    left: 0;
    width: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4rem;
  }
  .ie-filter {
    width: 140px;
  }
  .ie-filter .c-stamp__image.c-stamp__image--S {
    display: none;
  }
  .ie-filter .c-stamp__box-ie {
    display: block;
    height: 100px;
  }
  .ie-filter .c-text__link {
    opacity: 0.8;
  }
  .ie-filter .c-stamp__box-number.is-completed {
    margin-top: 5px;
  }
}

/* utility
================================================== */
.u-none__sp {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  .u-none__sp {
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .u-none__tablet {
    display: none;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-none__pc {
    display: none;
  }
}

.u-relative {
  position: relative;
}

.u-block {
  display: block;
}

.u-overflow__hidden {
  overflow: hidden;
}

.u-pointer__none {
  pointer-events: none;
}

.u-list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-text__center {
  text-align: center;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-text__bold {
  font-weight: 700;
}

.u-color__theme {
  color: var(--theme-color);
}

.u-color__white {
  color: #fff;
}

.u-color__black {
  color: #000;
}

.u-color__red {
  color: #E61673;
}

.u-backgroundColor__primary {
  background: var(--backgorund-primary);
}

.u-backgroundColor__secondary {
  background: var(--backgorund-secondary);
}

.u-filter__grayScale {
  filter: grayscale(1);
}

.u-color__marker {
  color: #E84A5F;
}

hr.dotted {
  width: 100%;
  border-top: dotted 1px #575445;
  border-bottom: 0;
}
.regional_img{
  display:flex;
  margin-bottom:60px;
}