@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -10px;
}
.row--std .row__item {
  padding: 10px;
}
.row--wide {
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.row--season .row__item {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .row--season .row__item {
    margin: 30px 0;
    padding: 0;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .row--reverse {
    flex-direction: column-reverse;
  }
}

.row-mt {
  margin-top: 3rem;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
.container--hero {
  position: relative;
}

.container-sub {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container-sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container-sub {
    max-width: 940px;
  }
}

.container-sidebar {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container-sidebar {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
  }
}

.gallery {
  margin: 3rem 0;
}
.gallery .gallery-icon {
  aspect-ratio: 3/2;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media screen and (min-width: 768px) {
  .gallery img {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem -1rem -1rem -1rem;
  }
}
.gallery-columns-2 .gallery-item {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem -1rem -1rem -1rem;
  }
}
.gallery-columns-3 .gallery-item {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
    padding: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem -1rem -1rem -1rem;
  }
}
.gallery-columns-4 .gallery-item {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
    padding: 1rem;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 0 4rem;
  }
}
.header__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .header__container {
    max-width: 1240px;
  }
}
.header__body {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__body {
    padding: 0 15px;
    height: 67px;
    background: #003288;
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__body {
    position: relative;
    height: 120px;
    padding-left: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .header__body {
    padding-left: 340px;
  }
}
.header__logo {
  position: absolute;
  left: 15px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    left: 0;
    height: 100%;
  }
}
.header__img {
  min-width: 184px;
  height: 33px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .header__img {
    max-width: 165px;
    height: 90px;
  }
}
.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .header__btn {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}
.header__contact .btn {
  color: #211816;
  background: #ddd;
  padding: 10px 20px;
}
.header__contact--pc-fixed {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .header__contact--pc-fixed {
    display: none;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .header__help {
    padding: 0 1.5rem;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .header__help {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__help--sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header--fixed {
    position: fixed;
  }
}
.header--wide .header__body {
  padding: 15px 30px;
}
@media screen and (min-width: 1024px) {
  .header--wide .header__body {
    padding: 0 30px;
  }
}
.header__fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2rem 0 0;
  background: #fff;
  border: solid 1px #7F98D2;
  border-radius: 10px;
}
.header__menu {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    position: fixed;
    display: flex;
    background: #fff;
    border: solid 1px #7F98D2;
    border-radius: 10px;
    top: 20px;
    width: 70%;
  }
}
@media screen and (min-width: 1240px) {
  .header__menu {
    width: 900px;
  }
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    height: 100%;
    background: #003288;
    padding: 0 3rem;
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (max-width: 1023px) {
  .gnav {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .gnav--fixed {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #003288;
  }
}

.gnav-list {
  display: flex;
  flex-direction: row;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .gnav-list {
    height: 100px;
  }
}
.gnav-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gnav-list__icon {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .gnav-list__icon {
    width: 58px;
    height: 58px;
  }
}
.gnav-list__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gnav-list__title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #211816;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .gnav-list__title {
    font-size: 1.5rem;
  }
}
.gnav-list__item {
  position: relative;
  transition: 0.2s ease-out;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 1rem 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .gnav-list__item {
    height: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gnav-list__item {
    padding: 5px 0;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item {
    padding: 0.8rem 2rem;
  }
  .gnav-list__item:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__item {
    padding: 0.8rem 2.8rem;
  }
}
.gnav-list__item::after {
  display: inline-block;
  content: "";
  height: 67%;
  width: 1px;
  background: rgba(30, 42, 67, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.language {
  position: relative;
  display: inline-block;
  user-select: none;
}
.language select {
  display: none;
}

.language-select {
  position: relative;
  display: inline-block;
}
.language-select__trigger {
  position: relative;
  display: block;
  min-width: 110px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .language-select__trigger {
    width: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .language-select__trigger {
    min-width: 150px;
    font-size: 1.6rem;
    color: #003288;
    background: #fff;
    border: 1px solid #7F98D2;
    border-radius: 20px;
    padding: 0.2rem 1.5rem 0.2rem 3rem;
  }
}
.language-select__trigger::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-family: "icomoon";
  content: "\e900";
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .language-select__trigger::before {
    top: 3px;
    left: 10px;
    color: #003288;
  }
}
.language-select__trigger::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 0;
}
@media screen and (min-width: 1024px) {
  .language-select__trigger::after {
    border-bottom: 1px solid #003288;
    border-right: 1px solid #003288;
  }
}
.language-select.opened .language-select__trigger::after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.language-select.opened .language-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.language-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #7F98D2;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  padding: 0 1rem 1.5rem;
  margin: 4px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .language-options {
    padding: 0 2rem 1.5rem;
    margin: 15px 0 0;
  }
}
.language-options__item {
  position: relative;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.3rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem;
  transition: 0.2s ease-out;
  height: 47px;
}
@media screen and (min-width: 1024px) {
  .language-options__item {
    font-size: 1.5rem;
  }
  .language-options__item:hover {
    color: #003288;
  }
}
.language-options__item:hover {
  opacity: 0.7;
}
.language-options__item:hover .language-options__text {
  color: 3288;
}
.language-options__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.language-options__text {
  height: 47px;
  line-height: 47px;
  color: #211816;
  transition: 0.2s ease-out;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 142px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 100vh;
    padding-top: 0;
  }
}
.hero__body {
  display: flex;
  align-items: center;
}
.hero--sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 130px;
  margin-top: 142px;
  background: url(../images/sub-back-sp.png) #F8F8F8 center center/contain no-repeat;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .hero--sub {
    flex-direction: column;
    height: 300px;
    margin-top: 0;
    background: url(../images/sub-back.png) #F8F8F8 center center/contain no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .hero--sub {
    height: 365px;
  }
}

.hero-title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .hero-title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title {
    margin-bottom: 4rem;
  }
}
.hero-title-ja {
  display: block;
  font-size: 1.8rem;
  line-height: 1.9;
}
.hero-title-en {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .hero-title-en {
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 5.5rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-left: 20px;
  }
}
.message__title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__description {
    font-size: 2.4rem;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  background: #767676;
  margin-top: auto;
}
.footer__sign-box {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__sign-box {
    flex-direction: column;
  }
  .footer__sign-box:before {
    position: absolute;
    top: -3rem;
    left: 50%;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .footer__sign-box {
    justify-content: flex-start;
  }
}
.footer__menu {
  background: #F8F8F8;
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    padding: 6rem 0 2rem;
  }
}
.footer__signature {
  position: relative;
  background: #003288;
  padding: 15rem 0 0;
}
@media screen and (min-width: 768px) {
  .footer__signature {
    padding: 4rem 0 2rem;
  }
}
.footer__other {
  color: #fff;
  background: #003288;
  padding: 2rem 0 3rem;
}
.footer__logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 250px;
    margin: 0;
  }
}
.footer__address {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.fnav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .fnav-list {
    border-top: 1px solid rgba(118, 118, 118, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .fnav-list {
    width: 20%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.fnav-list__item {
  position: relative;
  width: 100%;
  list-style: none;
  white-space: nowrap;
  color: #211816;
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003288;
  transition: 0.2s ease-out;
  padding: 17px 0;
}
@media screen and (min-width: 1024px) {
  .fnav-list__link {
    padding: 10px 5px 10px 10px;
    color: #211816;
  }
  .fnav-list__link:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    content: "";
    width: 3px;
    height: 15px;
    transform: translateY(-50%);
    border-radius: 5px;
    background: #003288;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.trigger {
  position: absolute;
  top: 0;
  right: 20px;
  width: 47px;
  height: 59px;
  background: transparent;
  z-index: 10;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .trigger {
    right: 0;
  }
}
.trigger + .gchild-list {
  left: 0;
}
.trigger::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 2px;
  background: #003288;
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
  transition: 0.2s ease-out;
}
.trigger::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 2px;
  background: #003288;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.2s ease-out;
}
.trigger--open::before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.trigger--open + .fchild-list {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .trigger {
    display: none;
  }
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .fchild-list {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.fchild-list__item {
  transition: 0.2s ease-out;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .fchild-list__item {
    position: relative;
    flex: 0 0 50%;
    border-top: 1px solid rgba(118, 118, 118, 0.1);
  }
  .fchild-list__item:last-child {
    flex: 0 0 100%;
  }
  .fchild-list__item::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    right: 40px;
    border-top: solid 2px #003288;
    border-right: solid 2px #003288;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.2s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .fchild-list__item::after {
    right: 15px;
  }
}
.fchild-list__link {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003288;
  padding: 1.6rem 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .fchild-list__link {
    padding: 0 0 0 1rem;
    color: #211816;
    font-size: 1.3rem;
  }
}

.other {
  display: block;
}
@media screen and (min-width: 1024px) {
  .other {
    display: flex;
    justify-content: space-between;
  }
}
.other__item {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .other__item {
    width: 100%;
    justify-content: center;
  }
  .other__item:last-child {
    margin-top: 2.5rem;
    white-space: nowrap;
  }
}
.other__list {
  margin-right: 3rem;
}
.other__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.other__link:hover {
  opacity: 0.6;
}
.other__copyright {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .other__copyright {
    text-align: center;
  }
}

.org {
  display: block;
  list-style: none;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .org {
    margin-top: 2rem;
    text-align: center;
  }
}
.org__name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .org__name {
    font-size: 1.4rem;
  }
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.4rem;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
.org__phone {
  position: relative;
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: #fff;
}
.org__phone:after {
  display: inline-block;
  content: "（自動音声案内）";
  font-size: 1.4rem;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  background: #fff;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 11rem 0;
  }
}
.section__header {
  display: block;
}
.section__img {
  width: 100%;
}
.section__copy {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 1.8rem;
    text-align: left;
  }
}
.section__description {
  display: block;
  color: #211816;
  line-height: 1.8;
}
.section__footer {
  display: block;
  padding: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .section__footer {
    padding: 5rem 0 0;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--footer {
  padding: 0;
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section--reverse .row {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .section--facility .section__header {
    display: flex;
    align-items: flex-end;
    gap: 5rem;
  }
}
.section--information {
  margin: 7rem 0 0;
}
@media screen and (min-width: 1024px) {
  .section--information {
    margin: 0;
  }
}
.section--facility, .section--information {
  background: #F8F8F8;
}
.section--temporary {
  padding: 7rem 0 0;
}
@media screen and (min-width: 1024px) {
  .section--temporary {
    padding: 11rem 0;
  }
}
.section--recommend {
  padding: 7rem 0 0;
}
@media screen and (min-width: 1024px) {
  .section--recommend {
    padding: 11rem 0 0;
  }
}
.section--event {
  padding: 6rem 0 0;
}
@media screen and (min-width: 1024px) {
  .section--event {
    padding: 8rem 0 0;
  }
}
.section--news {
  overflow: hidden;
}
.section--banner {
  background: #E3E8F2;
  padding: 3rem 0;
}
.section--official {
  padding: 0 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .section--official {
    padding: 0 0 11rem;
  }
}

.top-bk {
  position: relative;
}
.top-bk::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/back.png) 230%/auto;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top-bk::before {
    background: url(../images/back.png) cover;
  }
}
@media screen and (min-width: 1024px) {
  .top-bk::before {
    background: url(../images/back.png) top center;
  }
}

.section-title {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 3.2rem;
  }
}
.section-title__ja {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .section-title__ja {
    font-size: 1.8rem;
  }
}
.section-title__en {
  display: block;
  font-size: 4.2rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.02em;
}

.icon-title {
  position: relative;
  padding-left: 3rem;
}
@media screen and (min-width: 768px) {
  .icon-title {
    padding-left: 4rem;
  }
}
.icon-title::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain url(../icons/deco.svg) no-repeat;
  backface-visibility: hidden;
  width: 17px;
  height: 16px;
}
.icon-title--temporary::before {
  background: center/100% url(../icons/alert.svg) no-repeat;
  backface-visibility: hidden;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .icon-title--temporary::before {
    width: 24px;
    height: 24px;
  }
}

.note {
  font-size: 1.4rem;
  color: #003288;
}

.pickup-wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pickup-wrap {
    margin-top: 3rem;
  }
}

.pickup-card-wrap {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .pickup-card-wrap {
    margin-top: 3rem;
  }
}

.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s ease-out;
  border: 1px solid #003288;
  border-radius: 8px;
  box-shadow: 0 3px 0 0 #003288;
}
@media screen and (min-width: 1024px) {
  .pickup-card:hover {
    opacity: 0.7;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.pickup-card__link, .pickup-card__contents, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__title, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  height: 100%;
}
.pickup-card__contents {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .pickup-card__contents {
    height: 172px;
  }
}
.pickup-card__thumbnail {
  width: 68px;
  height: 68px;
}
@media screen and (min-width: 1024px) {
  .pickup-card__thumbnail {
    width: 88px;
    height: 88px;
  }
}
.pickup-card__thumbnail--train {
  background: url(../icons/train.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--cycling {
  background: url(../icons/cycling.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--restaurant {
  background: url(../icons/restaurant.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--shop {
  background: url(../icons/shop.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--bbq {
  background: url(../icons/bbq.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--futsal {
  background: url(../icons/futsal.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--schedule {
  background: url(../icons/schedule.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--price {
  background: url(../icons/price.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--facility {
  background: url(../icons/application.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--guide {
  background: url(../icons/guide.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--faq {
  background: url(../icons/faq.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--problem {
  background: url(../icons/problem.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--rules {
  background: url(../icons/rules.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--pets {
  background: url(../icons/pets.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--environmental {
  background: url(../icons/environmental.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--volunteer {
  background: url(../icons/volunteer.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--child {
  background: url(../icons/child.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--barrier {
  background: url(../icons/barrier.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--group {
  background: url(../icons/group.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--shooting {
  background: url(../icons/shooting.svg) center center/contain no-repeat;
}
.pickup-card__thumbnail--event-ap {
  background: url(../icons/event-ap.svg) center center/contain no-repeat;
}
.pickup-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
  margin: 1rem 0 0;
  line-height: 1.3;
  color: #211816;
}
@media screen and (min-width: 768px) {
  .pickup-card__title {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .pickup-card__title {
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pickup-card__title {
    font-size: 1.8rem;
  }
}
.pickup-card__description {
  color: #211816;
}
.pickup-card__more::after {
  position: absolute;
  bottom: 0;
  right: 3px;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #7E97D1;
  line-height: 1;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .pickup-card__more::after {
    bottom: 3px;
    right: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .pickup-card--intro {
    height: 175px;
  }
}
@media screen and (max-width: 767px) {
  .pickup-card--information {
    height: 100%;
    padding-bottom: 0;
  }
}
.pickup-card--information .pickup-card__contents {
  height: auto;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .pickup-card--information .pickup-card__contents {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .pickup-card--information .pickup-card__contents {
    padding: 4rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup-card--information .pickup-card__txt {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pickup-card--information .pickup-card__title {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pickup-card--information .pickup-card__title {
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .pickup-card--information .pickup-card__description {
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .pickup-card--for {
    height: 125px;
  }
}
.pickup-card--for .pickup-card__contents {
  height: auto;
  flex-direction: inherit;
  justify-content: flex-start;
  padding: 1rem 1rem 1rem 2rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .pickup-card--for .pickup-card__contents {
    padding: 1rem 1rem 1rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .pickup-card--for .pickup-card__contents {
    padding: 1rem 1rem 1rem 5rem;
  }
}
.pickup-card--for .pickup-card__title {
  margin: 0;
}
.pickup-card--for .pickup-card__thumbnail {
  width: 43px;
  height: 43px;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .pickup-card--for .pickup-card__thumbnail {
    width: 66px;
    height: 66px;
    margin-right: 3rem;
  }
}
.pickup-card--application .pickup-card__contents {
  height: auto;
  flex-direction: inherit;
  justify-content: flex-start;
  padding: 1rem 1rem 1rem 2.5rem;
  height: 100%;
}
.pickup-card--application .pickup-card__thumbnail {
  width: 33px;
  height: 33px;
  margin-right: 3rem;
}
@media screen and (min-width: 768px) {
  .pickup-card--application .pickup-card__thumbnail {
    width: 42px;
    height: 42px;
    margin-right: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .pickup-card--application .pickup-card__thumbnail {
    margin-right: 11rem;
  }
}
.pickup-card--application .pickup-card__title {
  margin: 0;
}

/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s ease-out;
}
.contents-card:hover {
  opacity: 0.7;
}
.contents-card__link, .contents-card__thumbnail, .contents-card__img, .contents-card__box, .contents-card__title, .contents-card__description, .contents-card__btn {
  display: block;
  width: 100%;
}
.contents-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contents-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.contents-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .contents-card__box {
    padding: 20px 20px 30px;
  }
}
.contents-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.contents-card__description {
  margin-top: 1rem;
}
.contents-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.contents-card__btn--center {
  text-align: center;
}
.contents-card__btn--right {
  text-align: right;
}
.contents-card__time, .contents-card__category, .contents-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contents-card__time, .contents-card__category, .contents-card__post-title {
    display: block;
  }
}
.contents-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #211816;
}
@media screen and (min-width: 768px) {
  .contents-card__time {
    font-size: 1.7rem;
  }
}
.contents-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.contents-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #211816;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #211816;
  background: #ddd;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__category {
    margin-left: 1rem;
  }
}
.contents-card__category--inline {
  display: inline-block;
}
.contents-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #211816;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contents-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contents-card__post-title--bordered {
  box-shadow: 0 0 0 1px #767676;
}
.contents-card--mini {
  padding: 25px;
}
.contents-card--mini .contents-card__title {
  margin-top: 2rem;
}
.contents-card--rounded {
  border-radius: 10px;
  overflow: hidden;
}
.contents-card--bordered {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.contents-card--horizontal {
  display: flex;
  align-items: stretch;
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #211816;
  background: #fff;
  border: #211816;
  box-shadow: 0 3px 0 0 #211816;
  border: 1px solid #211816;
  border-radius: 27px;
  padding: 1rem 6rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .btn {
    width: fit-content;
    min-width: 250px;
  }
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #211816;
  line-height: 1;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .btn {
    width: fit-content;
    min-width: 280px;
  }
  .btn:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  .btn:hover::after {
    transform: translate(8px, -50%);
  }
}
.btn--simple {
  width: 280px;
  padding: 3px;
}
.btn--simple::after {
  display: none;
}
.btn--header {
  height: 50px;
  padding: 15px;
  background: #ddd;
  color: #211816;
}
@media screen and (max-width: 1023px) {
  .btn--header {
    display: none;
  }
}
.btn--blue {
  color: #003288;
  border: #003288;
  box-shadow: 0 3px 0 0 #003288;
  border: 1px solid #003288;
}
.btn--blue::after {
  color: #003288;
}
.btn--min {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.btn + .btn {
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .btn + .btn {
    margin: 0 0 0 2rem;
  }
}

/*********************/
/*  開園情報  */
/*********************/
.open-info {
  padding: 5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .open-info {
    position: absolute;
    bottom: 110px;
    right: 40px;
    z-index: 50;
  }
}
@media screen and (min-width: 1250px) {
  .open-info {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .open-info__container {
    max-width: 1240px;
  }
}
.open-info__box {
  background: #F8F8F8;
  padding: 2.5rem;
  border: 1px solid #003288;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .open-info__box {
    background: rgba(255, 255, 255, 0.9);
    max-width: 332px;
  }
}
.open-info__title {
  font-size: 2rem;
  color: #003288;
  text-align: center;
  margin-bottom: 1.5rem;
}
.open-info__info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .open-info__info {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .open-info__info {
    width: 100%;
    margin: 0;
  }
}
.open-info__area, .open-info__time, .open-info__line {
  display: inline-block;
}
.open-info__area {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 1rem;
  white-space: nowrap;
}
.open-info__time {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1rem;
}
.open-info__line {
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #211816;
  z-index: 0;
}
.open-info__close {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.open-info__link {
  text-align: center;
  margin: 2rem 0 0;
}
.open-info__note {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .open-info__note {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .open-info__note {
    text-align: left;
  }
}

/*********************/
/*  臨時のお知らせ  */
/*********************/
.temporary-info {
  padding: 2rem;
  background: #F8F8F8;
  border-radius: 8px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .temporary-info {
    padding: 4rem;
  }
}
.temporary-info h2 {
  margin-top: 0 !important;
}
.temporary-info__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.temporary-info__info {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5rem 0;
}
.temporary-info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 1024px) {
  .temporary-info img {
    width: fit-content;
  }
}

/*********************/
/*  おすすめ  */
/*********************/
.recommend-card {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .recommend-card:hover .recommend-card__img {
    transform: scale(1.2);
  }
}
.recommend-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.recommend-card__title {
  font-weight: bold;
  margin: 1rem 0 0;
}
.recommend-card__thumbnail {
  position: relative;
  border: 1px solid #003288;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 63.21%;
}
@media screen and (min-width: 1024px) {
  .recommend-card__thumbnail:hover .recommend-card__img {
    transform: scale(1.2);
  }
}
.recommend-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s ease-out;
  aspect-ratio: 193/122;
}

/*********************/
/*  イベント  */
/*********************/
.event-card {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .event-card:hover .event-card__img {
    transform: scale(1.2);
  }
}
.event-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.event-card__thumbnail {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #003288;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 63.21%;
}
.event-card__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-out;
  aspect-ratio: 193/122;
}
.event-card__box {
  padding: 2rem 0 3rem;
}
.event-card__category {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  color: #003288;
  padding: 0 2rem;
  background: #F8F8F8;
  border-radius: 12px;
}
.event-card__date {
  position: relative;
  font-size: 1.4rem;
  color: #003288;
  padding-left: 2rem;
}
.event-card__date::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "icomoon";
  content: "\e901";
  color: #003288;
  width: 21px;
  height: 21px;
}
.event-card__name {
  font-size: 1.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.event-card__description {
  font-size: 1.5rem;
  margin: 1rem 0;
  line-height: 1.6;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.event-card__tag {
  font-size: 1.3rem;
  color: #4C6FAB;
  font-weight: 500;
  border: solid 1px #CAD2E7;
  background: #fff;
  border-radius: 3px;
  padding: 0 0.7rem;
}
.event-card__phase {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 192/122;
  border-radius: 8px;
  padding-bottom: 63.25%;
}

.phase-bk {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fff;
  background: rgba(76, 111, 171, 0.007);
  border-radius: 8px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.phase-label {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 50;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.phase-label--reserv-start {
  background: #003288;
}
.phase-label--reserv-end {
  background: #767676;
}
.phase-label--hold {
  background: #FFC400;
}

/*********************/
/*  ご利用状況  */
/*********************/
.status {
  margin: 2rem 0 0;
}
.status__item {
  position: relative;
  z-index: 0;
  background: #F8F8F8;
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .status__item {
    padding: 3rem 3rem 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .status__item {
    padding: 4rem 6rem;
  }
}
.status__title {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1.5rem;
}
.status__table {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.status__table .icon__img {
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .status__table .icon__img {
    width: 28px;
    height: auto;
  }
}
.status__table tr:nth-child(n+2) {
  padding: 5px 0;
}
.status__table tr:nth-child(n+3) {
  border-top: 1px solid #211816;
}
.status__table th {
  width: 25%;
  background: #4C6FAB;
  color: #fff;
  height: 40px;
}
.status__table th:not(:first-child) {
  border-left: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .status__table th {
    height: 60px;
  }
}
.status__table td {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  height: 40px;
}
.status__table td:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: #211816;
  width: 1px;
  height: calc(100% - 10px);
}
@media screen and (max-width: 767px) {
  .status__table td {
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .status__table td {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .status__table td {
    height: 70px;
  }
}
.status__link {
  text-align: center;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .status__link {
    margin: 3rem 0 0;
  }
}
.status__thumbnail {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .status__thumbnail {
    width: 24px;
    height: 24px;
  }
}
.status__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.status-info {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .status-info {
    margin: 2rem 0 0;
  }
}
.status-info__item {
  font-size: 1.4rem;
  font-weight: bold;
}
.status-info__item::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  backface-visibility: hidden;
}
.status-info__item--open::before {
  background: center/contain url(../icons/status_open.svg) no-repeat;
}
.status-info__item--crowded::before {
  background: center/contain url(../icons/status_crowded.svg) no-repeat;
}
.status-info__item--full::before {
  background: center/contain url(../icons/status_full.svg) no-repeat;
}
.status-info__item + .status-info__item {
  padding-left: 2rem;
}

/*********************/
/*  公式SNS・アプリ  */
/*********************/
.official-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .official-wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .official-wrap {
    gap: 1.5rem;
  }
}

.app-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.official-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  height: 70px;
  width: 48%;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .official-card {
    height: 122px;
  }
  .official-card:hover {
    opacity: 0.7;
  }
}
.official-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.official-card__thumbnail {
  width: 25px;
  height: 25px;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .official-card__thumbnail {
    width: 40px;
    height: 40px;
  }
}
.official-card__title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .official-card__title {
    font-size: 2.6rem;
  }
}

.official-banner {
  position: relative;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .official-banner:hover {
    opacity: 0.7;
  }
}
.official-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.official-banner + .official-banner {
  margin-top: 1.5rem;
}
.official-banner__thumbnail img {
  border-radius: 8px;
}

.banner-card {
  position: relative;
  transition: 0.2s ease-out;
  max-width: 267px;
}
.banner-card + .banner-card {
  margin-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .banner-card:hover {
    opacity: 0.7;
  }
}
.banner-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

/*  ------サブページ------  */
.page-article {
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding: 5rem 0 10rem;
  }
}
.page-article__title {
  color: #767676;
  margin: 3rem 0;
}
.page-article__title-ja, .page-article__title-en {
  display: block;
  text-align: center;
}
.page-article__title-ja {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}
.page-article__title-en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 2rem;
  }
}

.post-type-contents--noflex {
  display: block;
}

#sidebar {
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  #sidebar {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #sidebar {
    margin-right: 4rem;
  }
}

.sidebar {
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .sidebar {
    position: relative;
    width: 270px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar__inner {
    width: 270px;
    top: 120px;
    z-index: 10;
  }
}

@media screen and (min-width: 1024px) {
  .main-contents {
    width: calc(100% - 270px);
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page img,
.mce-content-body img,
.temporary-info img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.post-type-page p,
.mce-content-body p,
.temporary-info p {
  line-height: 1.8;
  color: #333A3C;
}
.post-type-page p:not(:first-child),
.mce-content-body p:not(:first-child),
.temporary-info p:not(:first-child) {
  margin-top: 1rem;
}
.post-type-page p + .post-type-page p,
.post-type-page p + .mce-content-body p,
.post-type-page p + .temporary-info p,
.mce-content-body p + .post-type-page p,
.mce-content-body p + .mce-content-body p,
.mce-content-body p + .temporary-info p,
.temporary-info p + .post-type-page p,
.temporary-info p + .mce-content-body p,
.temporary-info p + .temporary-info p {
  margin-top: 1rem;
}
.post-type-page a:not([class]),
.mce-content-body a:not([class]),
.temporary-info a:not([class]) {
  color: #767676;
  text-decoration: none;
  border-bottom: 1px solid #767676;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover,
.mce-content-body a:not([class]):hover,
.temporary-info a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page rt,
.mce-content-body rt,
.temporary-info rt {
  font-size: 1.1rem;
}
.post-type-page .h1,
.mce-content-body .h1,
.temporary-info .h1 {
  scroll-margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .post-type-page .h1,
  .mce-content-body .h1,
  .temporary-info .h1 {
    scroll-margin-top: 150px;
  }
}
.post-type-page .h1:first-child,
.mce-content-body .h1:first-child,
.temporary-info .h1:first-child {
  margin-top: 0;
}
.post-type-page .h1,
.mce-content-body .h1,
.temporary-info .h1 {
  position: relative;
  font-size: 2.3rem;
  margin: 7.5rem 0 4.5rem;
  line-height: 1.65;
  padding-bottom: 1.5rem;
}
.post-type-page .h1::after,
.mce-content-body .h1::after,
.temporary-info .h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #4C6FAB 0%, #4C6FAB 18%, #FFF5D4 18%, #FFF5D4 100%);
}
@media screen and (max-width: 767px) {
  .post-type-page .h1,
  .mce-content-body .h1,
  .temporary-info .h1 {
    margin: 7rem 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page .h1,
  .mce-content-body .h1,
  .temporary-info .h1 {
    margin: 8rem 0 3rem;
    font-size: 2.8rem;
  }
}
.post-type-page .h2,
.mce-content-body .h2,
.temporary-info .h2 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1.5rem;
  margin: 5rem 0 2rem;
}
.post-type-page .h2::after,
.mce-content-body .h2::after,
.temporary-info .h2::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #4C6FAB;
}
@media screen and (min-width: 1024px) {
  .post-type-page .h2,
  .mce-content-body .h2,
  .temporary-info .h2 {
    margin: 6rem 0 1.5rem;
    font-size: 2.3rem;
  }
}
.post-type-page .h2--mt0,
.mce-content-body .h2--mt0,
.temporary-info .h2--mt0 {
  margin-top: 0;
}
.post-type-page .h2--pagetop,
.mce-content-body .h2--pagetop,
.temporary-info .h2--pagetop {
  margin: 2rem 0;
}
.post-type-page .h3,
.mce-content-body .h3,
.temporary-info .h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #7F98D1;
  margin: 5rem 0 2rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .h3,
  .mce-content-body .h3,
  .temporary-info .h3 {
    font-size: 2rem;
    margin: 5rem 0 2.5rem;
  }
}
.post-type-page .h4,
.mce-content-body .h4,
.temporary-info .h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 4rem 0 0;
}
.post-type-page .h4--mt0,
.mce-content-body .h4--mt0,
.temporary-info .h4--mt0 {
  margin-top: 0;
}
.post-type-page .ul,
.mce-content-body .ul,
.temporary-info .ul {
  list-style: none;
  margin: 3rem 0;
}
.post-type-page .ul li,
.mce-content-body .ul li,
.temporary-info .ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
}
.post-type-page .ul li::before,
.mce-content-body .ul li::before,
.temporary-info .ul li::before {
  content: "";
  display: inline-block;
  background: #4C6FAB;
  position: absolute;
  top: 13px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.post-type-page .ul .ul,
.mce-content-body .ul .ul,
.temporary-info .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol,
.mce-content-body .ol,
.temporary-info .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
.post-type-page .ol li,
.mce-content-body .ol li,
.temporary-info .ol li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
}
.post-type-page .ol li::before,
.mce-content-body .ol li::before,
.temporary-info .ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 6px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  color: #4C6FAB;
  transform: translate(-50%, -50%);
}
.post-type-page .ol .ol,
.mce-content-body .ol .ol,
.temporary-info .ol .ol {
  margin-top: 1rem;
}
.post-type-page .ul-list,
.mce-content-body .ul-list,
.temporary-info .ul-list {
  list-style: none;
}
.post-type-page .ul-list li,
.mce-content-body .ul-list li,
.temporary-info .ul-list li {
  position: relative;
  padding: 0 0 0 2rem;
}
.post-type-page .ul-list li:not(:first-child),
.mce-content-body .ul-list li:not(:first-child),
.temporary-info .ul-list li:not(:first-child) {
  margin: 2rem 0 0;
}
.post-type-page .ul-list li::before,
.mce-content-body .ul-list li::before,
.temporary-info .ul-list li::before {
  content: "";
  display: inline-block;
  background: #4C6FAB;
  position: absolute;
  top: 1em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.post-type-page .ul-list__title,
.mce-content-body .ul-list__title,
.temporary-info .ul-list__title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #333A3C;
  line-height: 1.4;
}
.post-type-page .ul-list .ul,
.mce-content-body .ul-list .ul,
.temporary-info .ul-list .ul {
  margin: 0;
}
.post-type-page .ul-list .ul li,
.mce-content-body .ul-list .ul li,
.temporary-info .ul-list .ul li {
  margin: 1rem 0 0;
}
.post-type-page .number-list,
.mce-content-body .number-list,
.temporary-info .number-list {
  list-style: none;
  counter-reset: listnumber 0;
  margin: 3rem 0 0;
}
.post-type-page .number-list li,
.mce-content-body .number-list li,
.temporary-info .number-list li {
  position: relative;
  padding: 0 0 0 4rem;
}
.post-type-page .number-list li:not(:first-child),
.mce-content-body .number-list li:not(:first-child),
.temporary-info .number-list li:not(:first-child) {
  margin: 3rem 0 0;
}
.post-type-page .number-list li::before,
.mce-content-body .number-list li::before,
.temporary-info .number-list li::before {
  counter-increment: listnumber 1;
  content: "0" counter(listnumber);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #4C6FAB;
  background: #FFF5D4;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.post-type-page .number-list__title,
.mce-content-body .number-list__title,
.temporary-info .number-list__title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #333A3C;
  line-height: 1.4;
}
.post-type-page .number-list .ul li,
.mce-content-body .number-list .ul li,
.temporary-info .number-list .ul li {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 1.6rem;
}
.post-type-page .number-list .ul li::before,
.mce-content-body .number-list .ul li::before,
.temporary-info .number-list .ul li::before {
  content: "";
  display: inline-block;
  background: #4C6FAB;
  position: absolute;
  top: 1em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.post-type-page .table,
.mce-content-body .table,
.temporary-info .table {
  width: 100%;
  margin: 4rem 0 0;
  border-radius: 8px;
  overflow: hidden;
}
.post-type-page .table tr:not(:first-child) th::before,
.post-type-page .table tr:not(:first-child) td::before,
.mce-content-body .table tr:not(:first-child) th::before,
.mce-content-body .table tr:not(:first-child) td::before,
.temporary-info .table tr:not(:first-child) th::before,
.temporary-info .table tr:not(:first-child) td::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  background: #CBD2E8;
  width: 92%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .post-type-page .table tr:not(:first-child) th::before,
  .post-type-page .table tr:not(:first-child) td::before,
  .mce-content-body .table tr:not(:first-child) th::before,
  .mce-content-body .table tr:not(:first-child) td::before,
  .temporary-info .table tr:not(:first-child) th::before,
  .temporary-info .table tr:not(:first-child) td::before {
    width: 100%;
  }
}
.post-type-page .table th,
.mce-content-body .table th,
.temporary-info .table th {
  background: #4C6FAB;
  color: #fff;
}
.post-type-page .table td,
.mce-content-body .table td,
.temporary-info .table td {
  background: #F8F8F8;
}
.post-type-page .table th,
.post-type-page .table td,
.mce-content-body .table th,
.mce-content-body .table td,
.temporary-info .table th,
.temporary-info .table td {
  position: relative;
}
.post-type-page .table--thside th,
.mce-content-body .table--thside th,
.temporary-info .table--thside th {
  width: 32%;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .table--thside th,
  .mce-content-body .table--thside th,
  .temporary-info .table--thside th {
    text-align: left;
    vertical-align: top;
    padding: 2rem;
  }
}
.post-type-page .table--thside td,
.mce-content-body .table--thside td,
.temporary-info .table--thside td {
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .table--thtop-sp tr,
  .mce-content-body .table--thtop-sp tr,
  .temporary-info .table--thtop-sp tr {
    display: grid;
  }
}
.post-type-page .table--thtop-sp th,
.mce-content-body .table--thtop-sp th,
.temporary-info .table--thtop-sp th {
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .table--thtop-sp th,
  .mce-content-body .table--thtop-sp th,
  .temporary-info .table--thtop-sp th {
    width: 32%;
    text-align: left;
    vertical-align: top;
  }
}
.post-type-page .table--thtop-sp td,
.mce-content-body .table--thtop-sp td,
.temporary-info .table--thtop-sp td {
  padding: 2rem 2.5rem;
}
.post-type-page .table--thtop,
.mce-content-body .table--thtop,
.temporary-info .table--thtop {
  position: relative;
}
.post-type-page .table--thtop::before,
.mce-content-body .table--thtop::before,
.temporary-info .table--thtop::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 10px;
  background: #F8F8F8;
  z-index: 2;
}
.post-type-page .table--thtop th,
.post-type-page .table--thtop td,
.mce-content-body .table--thtop th,
.mce-content-body .table--thtop td,
.temporary-info .table--thtop th,
.temporary-info .table--thtop td {
  position: relative;
  padding: 1.3rem 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .table--thtop th,
  .post-type-page .table--thtop td,
  .mce-content-body .table--thtop th,
  .mce-content-body .table--thtop td,
  .temporary-info .table--thtop th,
  .temporary-info .table--thtop td {
    padding: 1.3rem 2rem;
  }
}
.post-type-page .table--thtop th + th::after,
.mce-content-body .table--thtop th + th::after,
.temporary-info .table--thtop th + th::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(231, 231, 231, 0.4);
}
.post-type-page .table--thtop td + td::after,
.mce-content-body .table--thtop td + td::after,
.temporary-info .table--thtop td + td::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #CBD2E8;
}
.post-type-page .table--thtop.rule td::before,
.mce-content-body .table--thtop.rule td::before,
.temporary-info .table--thtop.rule td::before {
  width: 100% !important;
}
.post-type-page .table--mt2,
.mce-content-body .table--mt2,
.temporary-info .table--mt2 {
  margin-top: 2rem;
}
.post-type-page .table-res,
.mce-content-body .table-res,
.temporary-info .table-res {
  position: relative;
  width: 100%;
  margin: 4rem 0 0;
  border-radius: 8px;
  overflow: hidden;
}
.post-type-page .table-res th,
.mce-content-body .table-res th,
.temporary-info .table-res th {
  background: #4C6FAB;
  color: #fff;
}
.post-type-page .table-res td,
.mce-content-body .table-res td,
.temporary-info .table-res td {
  background: #F8F8F8;
}
.post-type-page .table-res th,
.post-type-page .table-res td,
.mce-content-body .table-res th,
.mce-content-body .table-res td,
.temporary-info .table-res th,
.temporary-info .table-res td {
  position: relative;
}
.post-type-page .table-res--thside th,
.mce-content-body .table-res--thside th,
.temporary-info .table-res--thside th {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thside th,
  .mce-content-body .table-res--thside th,
  .temporary-info .table-res--thside th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .table-res--thside th,
  .mce-content-body .table-res--thside th,
  .temporary-info .table-res--thside th {
    width: 32%;
    text-align: left;
    vertical-align: top;
  }
}
.post-type-page .table-res--thside td,
.mce-content-body .table-res--thside td,
.temporary-info .table-res--thside td {
  padding: 2rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thside td,
  .mce-content-body .table-res--thside td,
  .temporary-info .table-res--thside td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thtop,
  .mce-content-body .table-res--thtop,
  .temporary-info .table-res--thtop {
    width: 100%;
  }
}
.post-type-page .table-res--thtop tbody,
.mce-content-body .table-res--thtop tbody,
.temporary-info .table-res--thtop tbody {
  position: relative;
}
.post-type-page .table-res--thtop tbody::before,
.mce-content-body .table-res--thtop tbody::before,
.temporary-info .table-res--thtop tbody::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 10px;
  background: #F8F8F8;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thtop tr,
  .mce-content-body .table-res--thtop tr,
  .temporary-info .table-res--thtop tr {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thtop tr:first-child,
  .mce-content-body .table-res--thtop tr:first-child,
  .temporary-info .table-res--thtop tr:first-child {
    display: none;
  }
}
.post-type-page .table-res--thtop tr:not(:first-child) th::before,
.post-type-page .table-res--thtop tr:not(:first-child) td::before,
.mce-content-body .table-res--thtop tr:not(:first-child) th::before,
.mce-content-body .table-res--thtop tr:not(:first-child) td::before,
.temporary-info .table-res--thtop tr:not(:first-child) th::before,
.temporary-info .table-res--thtop tr:not(:first-child) td::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  background: #CBD2E8;
  width: 92%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thtop tr:not(:first-child) th::before,
  .post-type-page .table-res--thtop tr:not(:first-child) td::before,
  .mce-content-body .table-res--thtop tr:not(:first-child) th::before,
  .mce-content-body .table-res--thtop tr:not(:first-child) td::before,
  .temporary-info .table-res--thtop tr:not(:first-child) th::before,
  .temporary-info .table-res--thtop tr:not(:first-child) td::before {
    width: 100%;
  }
}
.post-type-page .table-res--thtop th,
.post-type-page .table-res--thtop td,
.mce-content-body .table-res--thtop th,
.mce-content-body .table-res--thtop td,
.temporary-info .table-res--thtop th,
.temporary-info .table-res--thtop td {
  position: relative;
  padding: 1.3rem 2rem;
}
.post-type-page .table-res--thtop th + th::after,
.mce-content-body .table-res--thtop th + th::after,
.temporary-info .table-res--thtop th + th::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(231, 231, 231, 0.4);
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--thtop td,
  .mce-content-body .table-res--thtop td,
  .temporary-info .table-res--thtop td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .post-type-page .table-res--thtop td:first-child,
  .mce-content-body .table-res--thtop td:first-child,
  .temporary-info .table-res--thtop td:first-child {
    background: #4C6FAB;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .post-type-page .table-res--thtop td:before,
  .mce-content-body .table-res--thtop td:before,
  .temporary-info .table-res--thtop td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .table-res--thtop td:first-child,
  .mce-content-body .table-res--thtop td:first-child,
  .temporary-info .table-res--thtop td:first-child {
    display: none;
  }
  .post-type-page .table-res--thtop td:nth-child(2)::after,
  .mce-content-body .table-res--thtop td:nth-child(2)::after,
  .temporary-info .table-res--thtop td:nth-child(2)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .table-res--thtop td + td::after,
  .mce-content-body .table-res--thtop td + td::after,
  .temporary-info .table-res--thtop td + td::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    content: "";
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #CBD2E8;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--attr,
  .mce-content-body .table-res--attr,
  .temporary-info .table-res--attr {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--attr tr:first-child,
  .mce-content-body .table-res--attr tr:first-child,
  .temporary-info .table-res--attr tr:first-child {
    display: none;
  }
}
.post-type-page .table-res--attr tbody,
.mce-content-body .table-res--attr tbody,
.temporary-info .table-res--attr tbody {
  position: relative;
}
.post-type-page .table-res--attr tbody::before,
.mce-content-body .table-res--attr tbody::before,
.temporary-info .table-res--attr tbody::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 10px;
  background: #F8F8F8;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--attr tr,
  .mce-content-body .table-res--attr tr,
  .temporary-info .table-res--attr tr {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .table-res--attr tr:not(:last-child),
  .mce-content-body .table-res--attr tr:not(:last-child),
  .temporary-info .table-res--attr tr:not(:last-child) {
    border-bottom: solid 1px #CBD2E8;
  }
}
.post-type-page .table-res--attr th,
.post-type-page .table-res--attr td,
.mce-content-body .table-res--attr th,
.mce-content-body .table-res--attr td,
.temporary-info .table-res--attr th,
.temporary-info .table-res--attr td {
  position: relative;
  padding: 1.3rem 2rem;
  min-width: 100px;
}
.post-type-page .table-res--attr th + th::after,
.mce-content-body .table-res--attr th + th::after,
.temporary-info .table-res--attr th + th::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: rgba(231, 231, 231, 0.4);
}
@media screen and (max-width: 767px) {
  .post-type-page .table-res--attr td,
  .mce-content-body .table-res--attr td,
  .temporary-info .table-res--attr td {
    display: block;
    text-align: right;
    width: 100%;
    border-bottom: solid 1px #CBD2E8;
  }
  .post-type-page .table-res--attr td:first-child,
  .mce-content-body .table-res--attr td:first-child,
  .temporary-info .table-res--attr td:first-child {
    background: #4C6FAB;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .post-type-page .table-res--attr td:before,
  .mce-content-body .table-res--attr td:before,
  .temporary-info .table-res--attr td:before {
    content: attr(data-label) !important;
    font-weight: bold;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .table-res--attr td + td::after,
  .mce-content-body .table-res--attr td + td::after,
  .temporary-info .table-res--attr td + td::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    content: "";
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #CBD2E8;
  }
}
.post-type-page .table-res__bold,
.mce-content-body .table-res__bold,
.temporary-info .table-res__bold {
  font-weight: bold;
}
.post-type-page .list-table,
.mce-content-body .list-table,
.temporary-info .list-table {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  margin: 2rem 0 0;
}
.post-type-page .list-table tr,
.mce-content-body .list-table tr,
.temporary-info .list-table tr {
  border-bottom: 1px solid #CBD2E8;
}
.post-type-page .list-table th,
.post-type-page .list-table td,
.mce-content-body .list-table th,
.mce-content-body .list-table td,
.temporary-info .list-table th,
.temporary-info .list-table td {
  padding: 1.4rem 0;
}
.post-type-page .list-table th,
.mce-content-body .list-table th,
.temporary-info .list-table th {
  width: 28%;
}
.post-type-page .list-table td,
.mce-content-body .list-table td,
.temporary-info .list-table td {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
}
.post-type-page .list-table td::before,
.mce-content-body .list-table td::before,
.temporary-info .list-table td::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #CBD2E8;
}
.post-type-page .list-table-res,
.mce-content-body .list-table-res,
.temporary-info .list-table-res {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  margin: 2rem 0 0;
}
.post-type-page .list-table-res tr,
.mce-content-body .list-table-res tr,
.temporary-info .list-table-res tr {
  border-bottom: 1px solid #CBD2E8;
}
.post-type-page .list-table-res th,
.mce-content-body .list-table-res th,
.temporary-info .list-table-res th {
  width: 20%;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-table-res th,
  .mce-content-body .list-table-res th,
  .temporary-info .list-table-res th {
    display: block;
    width: 100%;
    padding: 1.3rem 0 0;
  }
}
.post-type-page .list-table-res td,
.mce-content-body .list-table-res td,
.temporary-info .list-table-res td {
  position: relative;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-table-res td,
  .mce-content-body .list-table-res td,
  .temporary-info .list-table-res td {
    display: block;
    width: 100%;
    padding: 0 0 1.3rem;
  }
}
.post-type-page .list-table-res td::before,
.mce-content-body .list-table-res td::before,
.temporary-info .list-table-res td::before {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #CBD2E8;
}
@media screen and (max-width: 767px) {
  .post-type-page .list-table-res td::before,
  .mce-content-body .list-table-res td::before,
  .temporary-info .list-table-res td::before {
    display: none;
  }
}
.post-type-page .list-table-res td p + br,
.mce-content-body .list-table-res td p + br,
.temporary-info .list-table-res td p + br {
  display: none;
}
.post-type-page .box,
.mce-content-body .box,
.temporary-info .box {
  background: #F8F8F8;
  margin: 4rem 0 0;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .box,
  .mce-content-body .box,
  .temporary-info .box {
    padding: 4rem;
  }
}
.post-type-page .box__title,
.mce-content-body .box__title,
.temporary-info .box__title {
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .box__title,
  .mce-content-body .box__title,
  .temporary-info .box__title {
    font-size: 1.8rem;
  }
}
.post-type-page .box__title + .border-box,
.mce-content-body .box__title + .border-box,
.temporary-info .box__title + .border-box {
  margin-top: 1rem;
}
.post-type-page .box .border-box,
.mce-content-body .box .border-box,
.temporary-info .box .border-box {
  border: 3px solid #4C6FAB;
  border-radius: 8px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box .border-box,
  .mce-content-body .box .border-box,
  .temporary-info .box .border-box {
    padding: 2rem 3rem;
  }
}
.post-type-page .box--sub,
.mce-content-body .box--sub,
.temporary-info .box--sub {
  background: #FFF5D4;
}
.post-type-page .box .ol,
.mce-content-body .box .ol,
.temporary-info .box .ol {
  margin: 0;
}
.post-type-page .box .button-area,
.mce-content-body .box .button-area,
.temporary-info .box .button-area {
  margin-top: 0;
}
.post-type-page .box + .news-box,
.mce-content-body .box + .news-box,
.temporary-info .box + .news-box {
  margin-top: 5rem;
}
.post-type-page .box--pamphlets,
.mce-content-body .box--pamphlets,
.temporary-info .box--pamphlets {
  position: relative;
}
@media screen and (min-width: 768px) {
  .post-type-page .box--pamphlets,
  .mce-content-body .box--pamphlets,
  .temporary-info .box--pamphlets {
    margin: 9rem 0 0;
  }
}
.post-type-page .box--pamphlets .button--pdf,
.mce-content-body .box--pamphlets .button--pdf,
.temporary-info .box--pamphlets .button--pdf {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .box__thumbnail--map,
  .mce-content-body .box__thumbnail--map,
  .temporary-info .box__thumbnail--map {
    position: absolute;
    top: -50px;
    right: 80px;
    width: auto;
    height: 340px;
  }
}
.post-type-page .box__thumbnail--map img,
.mce-content-body .box__thumbnail--map img,
.temporary-info .box__thumbnail--map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media screen and (max-width: 767px) {
  .post-type-page .box__thumbnail--map img,
  .mce-content-body .box__thumbnail--map img,
  .temporary-info .box__thumbnail--map img {
    margin: 0 auto;
  }
}
.post-type-page .box .ul:first-child,
.mce-content-body .box .ul:first-child,
.temporary-info .box .ul:first-child {
  margin: 0;
}
.post-type-page .box .ol:first-child,
.mce-content-body .box .ol:first-child,
.temporary-info .box .ol:first-child {
  margin: 0;
}
.post-type-page .box .h2,
.post-type-page .box .h3,
.mce-content-body .box .h2,
.mce-content-body .box .h3,
.temporary-info .box .h2,
.temporary-info .box .h3 {
  margin-top: 0;
}
.post-type-page .box .h2 + .ol, .post-type-page .box .h2 + .ul,
.post-type-page .box .h3 + .ol,
.post-type-page .box .h3 + .ul,
.mce-content-body .box .h2 + .ol,
.mce-content-body .box .h2 + .ul,
.mce-content-body .box .h3 + .ol,
.mce-content-body .box .h3 + .ul,
.temporary-info .box .h2 + .ol,
.temporary-info .box .h2 + .ul,
.temporary-info .box .h3 + .ol,
.temporary-info .box .h3 + .ul {
  margin: 3rem 0;
}
.post-type-page .button-area,
.mce-content-body .button-area,
.temporary-info .button-area {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area,
  .mce-content-body .button-area,
  .temporary-info .button-area {
    margin: 2rem 0 0;
    flex-direction: column;
  }
}
.post-type-page .button-area + .button-area,
.mce-content-body .button-area + .button-area,
.temporary-info .button-area + .button-area {
  margin-top: 2rem;
}
.post-type-page .button-area--m,
.mce-content-body .button-area--m,
.temporary-info .button-area--m {
  margin: 3rem 0;
}
.post-type-page .button-area--mt,
.mce-content-body .button-area--mt,
.temporary-info .button-area--mt {
  margin: 3rem 0 0;
}
.post-type-page .button,
.mce-content-body .button,
.temporary-info .button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #211816;
  background: #fff;
  border: #211816;
  box-shadow: 0 3px 0 0 #211816;
  border: 1px solid #211816;
  border-radius: 27px;
  width: 100%;
  padding: 1rem 3.8rem;
  margin: 0 auto;
  transition: 0.2s ease-out;
}
.post-type-page .button::after,
.mce-content-body .button::after,
.temporary-info .button::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #211816;
  line-height: 1;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .post-type-page .button,
  .mce-content-body .button,
  .temporary-info .button {
    width: 216px;
    min-width: fit-content;
    max-width: 434px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page .button:hover,
  .mce-content-body .button:hover,
  .temporary-info .button:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  .post-type-page .button:hover::after,
  .mce-content-body .button:hover::after,
  .temporary-info .button:hover::after {
    transform: translate(8px, -50%);
  }
}
.post-type-page .button--pdf,
.mce-content-body .button--pdf,
.temporary-info .button--pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: fit-content;
  max-width: 434px;
  color: #003288;
  border: 1px solid #103383;
  border-radius: 7px;
  box-shadow: 0 3px 0 0 #7f98d1;
  overflow: hidden;
  padding: 1.7rem 2.5rem 1.7rem 7rem;
}
.post-type-page .button--pdf::before,
.mce-content-body .button--pdf::before,
.temporary-info .button--pdf::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  background: #7F98D1;
  width: 50px;
  height: 100%;
}
.post-type-page .button--pdf::after,
.mce-content-body .button--pdf::after,
.temporary-info .button--pdf::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  content: "PDF";
  width: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  line-height: 1;
}
.post-type-page .button--pdf:hover::after,
.mce-content-body .button--pdf:hover::after,
.temporary-info .button--pdf:hover::after {
  transform: translate(0, -50%);
}
.post-type-page .button--pdf + .button--pdf,
.mce-content-body .button--pdf + .button--pdf,
.temporary-info .button--pdf + .button--pdf {
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .button--pdf + .button--pdf,
  .mce-content-body .button--pdf + .button--pdf,
  .temporary-info .button--pdf + .button--pdf {
    margin: 0 0 0 1rem;
  }
}
.post-type-page .button--mt2,
.mce-content-body .button--mt2,
.temporary-info .button--mt2 {
  margin: 2rem 0 !important;
}
.post-type-page .button .button-data,
.mce-content-body .button .button-data,
.temporary-info .button .button-data {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.post-type-page .button--external,
.mce-content-body .button--external,
.temporary-info .button--external {
  color: #003288;
  border: 1px solid #103383;
  box-shadow: 0 3px 0 0 #003288;
}
.post-type-page .button--external::after,
.mce-content-body .button--external::after,
.temporary-info .button--external::after {
  content: "\e903";
  color: #003288;
  font-size: 1.3rem;
  right: 20px;
}
.post-type-page .button--external:hover::after,
.mce-content-body .button--external:hover::after,
.temporary-info .button--external:hover::after {
  transform: translate(0, -50%);
}
.post-type-page .button--wide,
.mce-content-body .button--wide,
.temporary-info .button--wide {
  width: 100%;
  max-width: 100%;
}
.post-type-page .column-2,
.post-type-page .column-3,
.mce-content-body .column-2,
.mce-content-body .column-3,
.temporary-info .column-2,
.temporary-info .column-3 {
  margin-top: 3rem;
}
.post-type-page .column-2 .h4,
.post-type-page .column-3 .h4,
.mce-content-body .column-2 .h4,
.mce-content-body .column-3 .h4,
.temporary-info .column-2 .h4,
.temporary-info .column-3 .h4 {
  margin: 1rem 0 0;
}
.post-type-page .news-box,
.mce-content-body .news-box,
.temporary-info .news-box {
  margin: 0;
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  transition: 0.2s ease-out;
  padding: 20px;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.children-card__title {
  padding: 1rem 0;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #211816;
}
.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__title-en {
  font-size: 1.6rem;
}
.children-card__description {
  color: #211816;
  line-height: 1.7;
  margin-top: 1rem;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  transition: 0.2s ease-out;
}
.thumbnail-card:hover {
  opacity: 0.7;
}
.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}
.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.thumbnail-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thumbnail-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.thumbnail-card__box {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 20px;
  }
}
.thumbnail-card__title {
  padding: 1rem 0;
}
.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #211816;
}
.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.thumbnail-card__title-en {
  font-size: 1.6rem;
}
.thumbnail-card__description {
  color: #211816;
  line-height: 1.7;
}

.news-box {
  overflow: hidden;
  margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .news-box {
    margin: 5rem 0;
  }
}
.news-box__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #4C6FAB;
  border-radius: 8px 8px 0 0;
  padding: 1.5rem 3rem 1.1rem;
}
.news-box__inner {
  border: 3px solid #4C6FAB;
  border-radius: 0 0 8px 8px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .news-box__inner {
    padding: 2rem 3rem;
  }
}
.news-box p + br {
  display: none;
}

.flow {
  counter-reset: listnumber 0;
}
.flow__item {
  position: relative;
  border-radius: 8px;
  background: #FFF8E1;
  padding: 3rem 3rem 3rem 5rem;
  margin-left: 3rem;
}
.flow__item::before {
  counter-increment: listnumber 1;
  content: "0" counter(listnumber);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #4C6FAB;
  width: 60px;
  height: 60px;
  padding-top: 11px;
}
.flow__item::after {
  content: "STEP";
  display: inline-block;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  top: 42%;
  left: -12px;
  transform: translateY(-50%);
}
.flow__item + .flow__item {
  margin-top: 2rem;
}
.flow__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333A3C;
  line-height: 1.4;
}
.flow__desc {
  margin-top: 1.5rem;
}

.qa {
  list-style: none;
}
.qa__item {
  position: relative;
  cursor: pointer;
  border: 1px solid #536FA6;
  border-radius: 8px;
  background-color: #fff;
  padding: 2rem;
}
.qa__item + .qa__item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .qa__item {
    min-height: 100px;
  }
  .qa__item::before {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: "";
    width: 37px;
    height: 100%;
    background: #E3E8F2;
    border-radius: 0 8px 8px 0;
  }
  .qa__item::after {
    position: absolute;
    top: 50px;
    right: 3px;
    display: inline-block;
    content: "OPEN";
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1024px) {
  .qa__item {
    padding: 3rem;
  }
}
.qa__item--open .qa__answer {
  opacity: 1;
  height: 100%;
  margin-top: 1.5rem;
  visibility: visible;
}
.qa__item--open .qa__question:after {
  content: "－";
}
@media screen and (max-width: 767px) {
  .qa__item--open::after {
    content: "CLOSE";
    top: 53px;
    right: 2px;
  }
}
.qa__question, .qa__answer {
  position: relative;
  display: block;
}
.qa__question:before, .qa__answer:before {
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.qa__question {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 0 4rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .qa__question {
    font-size: 1.6rem;
  }
}
.qa__question:before {
  display: inline-block;
  content: "Q.";
  color: #003288;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.qa__question:after {
  position: absolute;
  display: inline-block;
  content: "＋";
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding-left: 2px;
  line-height: 20px;
  font-weight: 700;
  background: #E3E8F2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .qa__question:after {
    top: 0;
    right: -11px;
    background: #fff;
  }
}
.qa__answer {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;
  transition: 0.2s ease-out;
  padding: 0 4rem 0 0;
}

.flower-section {
  margin-top: 5rem;
}

.flower-desc {
  margin-top: 1.5rem;
}
.flower-desc__season, .flower-desc__place {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #003288;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .flower-desc__season, .flower-desc__place {
    margin-top: 1rem;
  }
}
.flower-desc__season::before, .flower-desc__place::before {
  position: absolute;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 500;
  top: 11px;
  left: 0;
  transform: translate(0, -50%);
}
.flower-desc__season::before {
  content: "\e904";
}
.flower-desc__place {
  margin-top: 0.5rem;
}
.flower-desc__place::before {
  content: "\e905";
}
.flower-desc__txt {
  margin-top: 1.5rem !important;
}

.vt-list {
  margin-top: 5rem;
}
.vt-list__thumbnail img {
  aspect-ratio: 3/2;
  width: 100%;
  margin: 0 auto;
}
.vt-list__description {
  margin: 1rem 0;
}
.vt-list__tag {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 13px;
  width: 142px;
}
.vt-list__tag::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.vt-list__tag::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.vt-list__tag--active {
  color: #fff;
  background: #003288;
}
.vt-list__tag--stop {
  color: #4C6FAB;
  background: #CBD2E8;
}
.vt-list__tag--hidden {
  display: none;
}
.vt-list .list-table td {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .galleryid-522 .gallery-item {
    display: flex;
  }
}
.galleryid-522 .gallery-icon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .galleryid-522 .gallery-icon {
    margin: 0 2rem 0 0;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 768px) {
  .galleryid-522 .gallery-icon {
    width: 150px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .galleryid-522 .gallery-icon {
    width: 100%;
  }
  .galleryid-522 .gallery-icon img {
    margin: 0 auto;
  }
}
.galleryid-522 img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media screen and (min-width: 768px) {
  .galleryid-522 img {
    width: 150px;
  }
}
.galleryid-522 figcaption {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .galleryid-522 figcaption {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .galleryid-208 {
    margin: 0;
  }
}
.galleryid-208 .gallery-item + .gallery-item {
  margin-top: 2rem;
}
.galleryid-208 img {
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.f-map {
  position: relative;
  margin: 3rem 0 0;
}
.f-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
  backface-visibility: hidden;
}
.f-map__num {
  display: block;
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.2s ease-out;
}
.f-map__num::before {
  position: absolute;
  content: "";
  background: url(../images/hover_arrow.svg) center center/contain no-repeat;
  top: -28px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.2s ease-out;
  opacity: 0;
  z-index: 10;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .f-map__num {
    width: 2vw;
    height: 2vw;
  }
  .f-map__num:hover::before {
    opacity: 1;
  }
}
.f-map__num--1 {
  top: 91.4%;
  left: 97.9%;
}
.f-map__num--2 {
  top: 88.6%;
  left: 97.9%;
}
.f-map__num--3 {
  top: 84.6%;
  left: 85.2%;
}
.f-map__num--4 {
  top: 86.8%;
  left: 91.1%;
}
.f-map__num--5 {
  top: 90.6%;
  left: 85.3%;
}
.f-map__num--6 {
  top: 95.5%;
  left: 71.7%;
}
.f-map__num--7 {
  top: 88.6%;
  left: 69.5%;
}
.f-map__num--8 {
  top: 90.9%;
  left: 66.2%;
}
.f-map__num--9 {
  top: 93.3%;
  left: 63.4%;
}
.f-map__num--10 {
  top: 91%;
  left: 57.8%;
}
.f-map__num--11 {
  top: 86.3%;
  left: 51.2%;
}
.f-map__num--12 {
  top: 82.6%;
  left: 46.4%;
}
.f-map__num--13 {
  top: 83.2%;
  left: 27.2%;
}
.f-map__num--14 {
  top: 79.6%;
  left: 24.8%;
}
.f-map__num--15 {
  top: 75.9%;
  left: 19.8%;
}
.f-map__num--16 {
  top: 73.4%;
  left: 18.4%;
}
.f-map__num--17 {
  top: 73.5%;
  left: 8.2%;
}
.f-map__num--18 {
  top: 69.1%;
  left: 12.6%;
}
.f-map__num--19 {
  top: 75%;
  left: 29.5%;
}
.f-map__num--20 {
  top: 71.7%;
  left: 23.7%;
}
.f-map__num--21 {
  top: 71.3%;
  left: 37.7%;
}
.f-map__num--22 {
  top: 68.6%;
  left: 34.7%;
}
.f-map__num--23 {
  top: 66.4%;
  left: 37%;
}
.f-map__num--24 {
  top: 62%;
  left: 12.7%;
}
.f-map__num--25 {
  top: 62%;
  left: 6.7%;
}
.f-map__num--26 {
  top: 56.7%;
  left: 12.4%;
}
.f-map__num--27 {
  top: 53.2%;
  left: 12.4%;
}
.f-map__num--28 {
  top: 54%;
  left: 9.1%;
}
.f-map__num--29 {
  top: 53.7%;
  left: 20.3%;
}
.f-map__num--30 {
  top: 59.6%;
  left: 22.6%;
}
.f-map__num--31 {
  top: 61.7%;
  left: 30.3%;
}
.f-map__num--32 {
  top: 60.7%;
  left: 34.8%;
}
.f-map__num--33 {
  top: 50.8%;
  left: 32.5%;
}
.f-map__num--34 {
  top: 47.4%;
  left: 40.3%;
}
.f-map__num--35 {
  top: 46%;
  left: 29%;
}
.f-map__num--36 {
  top: 40.4%;
  left: 22.5%;
}
.f-map__num--37 {
  top: 40.1%;
  left: 12.8%;
}
.f-map__num--38 {
  top: 37.2%;
  left: 10.5%;
}
.f-map__num--39 {
  top: 34.6%;
  left: 12.4%;
}
.f-map__num--40 {
  top: 37%;
  left: 14.3%;
}
.f-map__num--41 {
  top: 35.2%;
  left: 30.2%;
}
.f-map__num--42 {
  top: 36.9%;
  left: 27.3%;
}
.f-map__num--43 {
  top: 34%;
  left: 26.7%;
}
.f-map__num--44 {
  top: 31.3%;
  left: 25.6%;
}
.f-map__num--45 {
  top: 27.8%;
  left: 23.4%;
}
.f-map__num--46 {
  top: 31.4%;
  left: 41%;
}
.f-map__num--47 {
  top: 27.4%;
  left: 36.8%;
}
.f-map__num--48 {
  top: 12.4%;
  left: 35.9%;
}
.f-map__num--49 {
  top: 9.3%;
  left: 37.7%;
}
.f-map__num--51 {
  top: 50.5%;
  left: 40.2%;
}
.f-map__num--52 {
  top: 68.5%;
  left: 31%;
}
.f-map__num--53 {
  top: 87.5%;
  left: 85.3%;
}
.f-map__list {
  display: block;
  position: absolute;
  content: "";
  width: 22vw;
  height: 2vw;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.2s ease-out;
}
.f-map__list::before {
  position: absolute;
  content: "";
  background: url(../images/hover_arrow.svg) center center/contain no-repeat;
  top: 49%;
  left: -20px;
  transform: translate(0, -50%) rotate(270deg);
  transition: 0.2s ease-out;
  opacity: 0;
  z-index: 10;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .f-map__list {
    width: 213px;
    height: 20px;
  }
  .f-map__list:hover::before {
    opacity: 1;
  }
}
.f-map__list--1 {
  top: 30.9%;
  left: 63.2%;
}
.f-map__list--2 {
  top: 3.1%;
  left: 88.2%;
}
.f-map__list--3 {
  top: 33.1%;
  left: 63.2%;
}
.f-map__list--4 {
  top: 50.2%;
  left: 63.2%;
}
.f-map__list--5 {
  top: 35.2%;
  left: 63.2%;
}
.f-map__list--6 {
  top: 52.3%;
  left: 63.2%;
}
.f-map__list--7 {
  top: 18.4%;
  left: 88.2%;
}
.f-map__list--8 {
  top: 5.4%;
  left: 88.2%;
}
.f-map__list--9 {
  top: 43.7%;
  left: 88.2%;
}
.f-map__list--10 {
  top: 3.2%;
  left: 63.2%;
}
.f-map__list--11 {
  top: 7.6%;
  left: 88.2%;
}
.f-map__list--12 {
  top: 54.5%;
  left: 63.2%;
}
.f-map__list--13 {
  top: 46%;
  left: 88.2%;
}
.f-map__list--14 {
  top: 20.3%;
  left: 88.2%;
}
.f-map__list--15 {
  top: 56.7%;
  left: 63.2%;
}
.f-map__list--16 {
  top: 22.6%;
  left: 88.2%;
}
.f-map__list--17 {
  top: 56.7%;
  left: 63.2%;
}
.f-map__list--18 {
  top: 58.8%;
  left: 63.2%;
}
.f-map__list--19 {
  top: 5.3%;
  left: 63.2%;
}
.f-map__list--20 {
  top: 7.4%;
  left: 63.2%;
}
.f-map__list--21 {
  top: 9.5%;
  left: 63.2%;
}
.f-map__list--22 {
  top: 37.4%;
  left: 63.2%;
}
.f-map__list--23 {
  top: 24.8%;
  left: 88.2%;
}
.f-map__list--24 {
  top: 39.6%;
  left: 88.2%;
}
.f-map__list--25 {
  top: 59%;
  left: 63.2%;
}
.f-map__list--26 {
  top: 61.2%;
  left: 63.2%;
}
.f-map__list--27 {
  top: 63.3%;
  left: 63.2%;
}
.f-map__list--28 {
  top: 11.6%;
  left: 63.2%;
}
.f-map__list--29 {
  top: 9.6%;
  left: 88.2%;
}
.f-map__list--30 {
  top: 13.8%;
  left: 63.2%;
}
.f-map__list--31 {
  top: 26.9%;
  left: 88.2%;
}
.f-map__list--32 {
  top: 65.4%;
  left: 63.2%;
}
.f-map__list--33-1 {
  top: 16%;
  left: 63.2%;
}
.f-map__list--33-2 {
  top: 67.5%;
  left: 63.2%;
}
.f-map__list--34 {
  top: 29.1%;
  left: 88.2%;
}
.f-map__list--35 {
  top: 18.2%;
  left: 63.2%;
}
.f-map__list--36 {
  top: 20.4%;
  left: 63.2%;
}
.f-map__list--37 {
  top: 69.6%;
  left: 63.2%;
}
.f-map__list--38 {
  top: 31.2%;
  left: 88.2%;
}
.f-map__list--39 {
  top: 71.8%;
  left: 63.2%;
}
.f-map__list--40 {
  top: 74%;
  left: 63.2%;
}
.f-map__list--41 {
  top: 39.6%;
  left: 63.2%;
}
.f-map__list--42 {
  top: 11.9%;
  left: 88.2%;
}
.f-map__list--43 {
  top: 41.8%;
  left: 63.2%;
}
.f-map__list--44 {
  top: 43.9%;
  left: 63.2%;
}
.f-map__list--45 {
  top: 22.6%;
  left: 63.2%;
}
.f-map__list--46 {
  top: 45.9%;
  left: 63.2%;
}
.f-map__list--47 {
  top: 24.8%;
  left: 63.2%;
}
.f-map__list--48 {
  top: 48%;
  left: 88.2%;
}
.f-map__list--49 {
  top: 33.2%;
  left: 88.2%;
}
.f-map__list--50 {
  top: 50.1%;
  left: 88.2%;
}
.f-map__list--51 {
  top: 14%;
  left: 88.2%;
}
.f-map__list--52 {
  top: 26.8%;
  left: 63.2%;
}
.f-map__list--53 {
  top: 35.3%;
  left: 88.2%;
}

.schedule-tab {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .schedule-tab {
    flex-direction: row;
    margin: 2rem 0;
  }
}
.schedule-tab__item {
  font-size: 1.6rem;
  font-weight: bold;
}
.schedule-tab__item::before {
  display: inline-block;
  position: relative;
  top: 50%;
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 5px;
  transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  .schedule-tab__item::before {
    transform: translateY(-70%);
  }
}
.schedule-tab__item--green::before {
  background: #76AB8B;
}
.schedule-tab__item--paid::before {
  background: #DBC259;
}
@media screen and (min-width: 768px) {
  .schedule-tab__item + .schedule-tab__item {
    padding-left: 3rem;
  }
}

.schedule-calendar iframe {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .schedule-calendar iframe {
    height: 600px;
  }
}

iframe {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  iframe {
    height: 480px;
  }
}

.image-link {
  display: block;
  border-bottom: none;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .image-link:hover {
    opacity: 0.7;
  }
}

/*********************/
/*  フード・ショップページ  */
/*********************/
.accordion {
  list-style: none;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .accordion {
    margin-top: 5rem;
  }
}
.accordion__label {
  position: relative;
  display: block;
  padding: 1.8rem 2rem 1.4rem;
  width: 100%;
  background: #7F98D1;
  border-radius: 10px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 0 #003288;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion__label {
    padding: 1.8rem 0;
    text-align: center;
    font-size: 1.8rem;
  }
}
.accordion__label::before {
  content: "開く";
  position: absolute;
  top: 24px;
  right: 50px;
  line-height: 1;
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-primary);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .accordion__label::before {
    top: 27px;
    font-size: 1.8rem;
  }
}
.accordion__label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../icons/icon-open.png) 0 0/contain no-repeat;
  top: 24px;
  right: 20px;
  display: inline-block;
  color: inherit;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .accordion__label::after {
    top: 27px;
    width: 15px;
    height: 15px;
  }
}
.accordion__content {
  position: relative;
  height: 0;
  margin-top: -3px;
  margin-bottom: 1.5rem;
  padding: 0 2.7rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.2s ease-out;
  background: #fff;
  color: var(--color-font);
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .accordion__content {
    padding: 0 3.4rem;
  }
}
.accordion__toggle {
  display: none;
}
.accordion__toggle:checked + .accordion__label {
  border-radius: 10px 10px 0 0;
}
.accordion__toggle:checked + .accordion__label + .accordion__content {
  height: auto;
  padding: 2.7rem;
  transition: all 0.3s;
  border: 1px solid #5F80B5;
  border-top: none;
  box-shadow: 0 3px 0 #003288;
}
@media screen and (min-width: 768px) {
  .accordion__toggle:checked + .accordion__label + .accordion__content {
    padding: 3rem 3.4rem;
  }
}
.accordion__toggle:checked + .accordion__label::before {
  content: "閉じる";
}
.accordion__toggle:checked + .accordion__label::after {
  background-image: url(../icons/icon-close.png);
}

.filter {
  padding-bottom: 2.7rem;
}
@media screen and (min-width: 768px) {
  .filter {
    padding-bottom: 3.7rem;
  }
}
.filter__item:first-child {
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #003288;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 768px) {
  .filter__item:first-child {
    padding-bottom: 2.5rem;
    margin-bottom: 3.1rem;
  }
}
@media screen and (min-width: 768px) {
  .filter__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 0 6rem;
  }
}
.filter__title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .filter__title {
    font-size: 1.8rem;
    text-align: right;
  }
}
.filter__list {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .filter__list {
    margin-top: 0;
    gap: 1.6rem 3rem;
  }
}
.filter input[type=radio] {
  display: none;
}
.filter .label {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .filter .label {
    font-size: 1.6rem;
  }
}
.filter .label::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #123288;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.filter input[type=radio]:checked + .label:before {
  border-width: 5px;
}
.filter .label:hover:before {
  border-width: 5px;
}

/*  パンくず  */
.breadcrumb {
  background: #E3E8F2;
}

.breadcrumb-list {
  display: flex;
  padding: 0.7rem 0;
  flex-wrap: wrap;
  font-size: 1.1rem;
  justify-content: flex-start;
  list-style: none;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.breadcrumb-list__item:not(:first-child):before {
  content: "/";
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb-list__item:not(:first-child):before {
    font-size: 1.5rem;
  }
}
.breadcrumb-list__item:first-child:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 45%;
  margin-right: 0.5rem;
  transform: translateY(-50%);
  background: center/contain url(../icons/home.svg) no-repeat;
  backface-visibility: hidden;
}
.breadcrumb-list__item:last-child .breadcrumb-list__link {
  color: #003288;
}
.breadcrumb-list__link {
  transition: 0.3s ease-out;
  color: #211816;
}
.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}

/*  ページ送り  */
.pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  width: 48px;
  height: 48px;
}
.pager-list__item + .pager-list__item {
  margin-left: 1rem;
}
.pager-list__item--prev {
  margin-right: 2rem;
}
.pager-list__item--next {
  margin-left: 3rem !important;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #211816;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 0 0 #211816;
  transition: 0.2s ease-out;
}
.pager-list__link--number {
  text-align: center;
  color: #211816;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 48px;
}
.pager-list__link--prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #211816;
  line-height: 1;
  transition: 0.2s ease-out;
  transform: translate(-50%, -50%) rotate(180deg);
}
.pager-list__link--next::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #211816;
  line-height: 1;
  transition: 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.pager-list__link--active {
  color: #fff;
  border: #003288;
  background: #003288;
  border-radius: #003288;
  box-shadow: none;
}
.pager-list__link--active .pager-list__link {
  color: #fff;
}
.pager-list__link--active:hover {
  transform: none !important;
}
.pager-list__link:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.single-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  list-style: none;
  position: relative;
}
.single-pager-list__item--back {
  width: 164px;
  height: 43px;
}
.single-pager-list__item--prev, .single-pager-list__item--next {
  width: 48px;
  height: 48px;
}
.single-pager-list__item + .single-pager-list__item {
  margin-left: 3rem;
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #211816;
  background: #fff;
  box-shadow: 0 3px 0 0 #211816;
  transition: 0.2s ease-out;
}
.single-pager-list__link--back {
  border-radius: 25px;
  line-height: 43px;
  text-align: center;
  color: #211816;
  font-size: 1.7rem;
  font-weight: bold;
}
.single-pager-list__link--prev, .single-pager-list__link--next {
  border-radius: 50%;
}
.single-pager-list__link--prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #211816;
  line-height: 1;
  transition: 0.2s ease-out;
  transform: translate(-50%, -50%) rotate(180deg);
}
.single-pager-list__link--next::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #211816;
  line-height: 1;
  transition: 0.2s ease-out;
  transform: translate(-50%, -50%);
}
.single-pager-list__link:hover {
  transform: translateY(3px);
  box-shadow: none;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: absolute;
  top: -25px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #003288;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    top: 35px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-top::before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: solid 2px #003288;
  border-left: solid 2px #003288;
  width: 8px;
  height: 8px;
  top: 45%;
  transform: rotate(45deg);
}
.page-top span {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .goto {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
  }
}
.goto__item {
  position: relative;
  border-bottom: 1px solid #E3E8F2;
}
.goto__item::before, .goto__item::after {
  pointer-events: none;
}
.goto__item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #E3E8F2;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 0;
}
.goto__item::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 6px;
  border-bottom: solid 2px #003288;
  border-right: solid 2px #003288;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.goto__link {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003288;
  padding: 10px 0;
  padding-right: 2.2rem;
  transition: 0.2s linear;
}
.goto__link:hover {
  opacity: 0.7;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  width: 100%;
  margin: 4rem 0 0;
}
.news-list--top {
  display: none;
}
.news-list--top.active {
  display: block;
}
.news-list--archive {
  display: block;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.news-list__item::after {
  position: absolute;
  top: 70%;
  right: 6px;
  transform: translateY(-50%);
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #7F98D1;
  line-height: 1;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__item::after {
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1.5rem;
  }
}
.news-list__item:hover::after {
  right: 0;
}
.news-list__item:hover .news-list__post-title {
  opacity: 0.7;
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #211816;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.7rem;
  }
}
.news-list__category {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #003288;
  background: #F8F8F8;
  text-align: center;
  margin-left: 2rem;
  border-radius: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .news-list__category {
    min-width: 128px;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .news-list__category {
    padding: 0.2rem 1.6rem;
    min-width: 85px;
  }
}
.news-list__category--newsletter {
  background: #F6F6F6;
}
.news-list__category--flash {
  background: #F9D5D7;
}
.news-list__time {
  color: #003288;
  font-family: "Source Sans Pro", sans-serif;
}
.news-list__post-title {
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2c2c2c;
  transition: 0.2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1rem 0 0;
  padding-right: 4.5rem;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    margin: 0 0 0 1.7rem;
  }
}

.home .news-category {
  height: 30px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.home .news-category::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (min-width: 768px) {
  .home .news-category {
    height: 50px;
    margin-top: 2rem;
  }
}
.home .news-category .row__item {
  width: auto;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .home .news-category .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .home .news-category .row__item:first-child {
    margin-left: 0;
  }
}

.news-category {
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.news-category::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (min-width: 768px) {
  .news-category {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.news-category__btn {
  display: inline-block;
  width: 132px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003288;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #003288;
  box-shadow: 0 2px 0 0 #7f98d1;
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .news-category__btn {
    width: 143px;
  }
  .news-category__btn:hover {
    color: #fff;
    background: #7F98D1;
    box-shadow: 0 2px 0 0 #003288;
  }
}
.news-category__btn--active, .news-category__btn.active {
  color: #fff;
  background: #7F98D1;
  box-shadow: 0 2px 0 0 #003288;
}
.news-category__btn--flash {
  background: #F9D5D7;
}
.news-category__btn--flash.active {
  color: #003288;
  background: #F9D5D7;
}
.news-category .row {
  gap: 1rem;
}
.news-category .row__item {
  width: auto;
  padding: 5px;
}

/*  カードタイプ  */
.news-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #211816;
  background: #ddd;
  transition: 0.2s ease-out;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .news-card__item {
    padding: 20px 20px 30px;
  }
}
.news-card__item:hover {
  opacity: 0.7;
}
.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    display: block;
  }
}
.news-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #211816;
}
@media screen and (min-width: 768px) {
  .news-card__time {
    font-size: 1.7rem;
  }
}
.news-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #211816;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #211816;
  background: #ddd;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .news-card__category {
    margin-left: 1rem;
  }
}
.news-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #211816;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    display: block;
  }
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  font-size: 2rem;
  font-weight: 500;
  color: #211816;
  letter-spacing: 0.1em;
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: #211816;
  text-align: center;
  background: #F8F8F8;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.news-head .h2 {
  margin-top: 1rem;
}

#all:checked ~ #all_content,
#flash:checked ~ #flash_content,
#news:checked ~ #news_content,
#pause:checked ~ #pause_content,
#newsletter:checked ~ #newsletter_content {
  display: block;
}

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

/*********************/
/*  ボランティアブログ blog  */
/*  花だより flower  */
/*  施設紹介 facility  */
/*********************/
/*  リストタイプ  */
.flower-list,
.blog-list {
  display: block;
  width: 100%;
  margin: 3rem 0 0;
}
.flower-list__item,
.blog-list__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.flower-list__item::after,
.blog-list__item::after {
  position: absolute;
  bottom: 1rem;
  right: 6px;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #7F98D1;
  line-height: 1;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .flower-list__item,
  .blog-list__item {
    display: flex;
    flex-wrap: nowrap;
  }
}
.flower-list__item:hover::after,
.blog-list__item:hover::after {
  right: 0;
}
.flower-list__item:hover .flower-list, .flower-list__item:hover .blog-list__other,
.blog-list__item:hover .flower-list,
.blog-list__item:hover .blog-list__other {
  opacity: 0.7;
}
.flower-list__item:hover .flower-list, .flower-list__item:hover .blog-list__img,
.blog-list__item:hover .flower-list,
.blog-list__item:hover .blog-list__img {
  transform: scale(1.2);
}
.flower-list__link,
.blog-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.flower-list__thumbnail,
.blog-list__thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
  border: 1px solid #003288;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .flower-list__thumbnail,
  .blog-list__thumbnail {
    height: 135px;
    max-width: 205px;
    margin-right: 3rem;
  }
}
.flower-list__img,
.blog-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: 0.4s ease-out;
}
.flower-list__other,
.blog-list__other {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
.flower-list__time,
.blog-list__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #003288;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .flower-list__time,
  .blog-list__time {
    font-size: 1.6rem;
  }
}
.flower-list__category,
.blog-list__category {
  display: inline-block;
  width: 128px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #003288;
  background: #F6F6F6;
  text-align: center;
  margin-left: 2.5rem;
  border-radius: 20px;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .flower-list__category,
  .blog-list__category {
    padding: 0.2rem 1.6rem;
  }
}
.flower-list__post-title,
.blog-list__post-title {
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2c2c2c;
  transition: 0.2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1rem 0 0;
  padding-right: 4.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flower-list__post-title,
  .blog-list__post-title {
    font-size: 2rem;
  }
}
.flower-list__desc,
.blog-list__desc {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 4.5rem;
}

.post-type-archive .blog-category,
.post-type-archive .event-category,
.tax-event_category .blog-category,
.tax-event_category .event-category,
.archive .blog-category,
.archive .event-category {
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.post-type-archive .blog-category::-webkit-scrollbar,
.post-type-archive .event-category::-webkit-scrollbar,
.tax-event_category .blog-category::-webkit-scrollbar,
.tax-event_category .event-category::-webkit-scrollbar,
.archive .blog-category::-webkit-scrollbar,
.archive .event-category::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (min-width: 768px) {
  .post-type-archive .blog-category,
  .post-type-archive .event-category,
  .tax-event_category .blog-category,
  .tax-event_category .event-category,
  .archive .blog-category,
  .archive .event-category {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.post-type-archive .blog-category__btn,
.post-type-archive .event-category__btn,
.tax-event_category .blog-category__btn,
.tax-event_category .event-category__btn,
.archive .blog-category__btn,
.archive .event-category__btn {
  display: inline-block;
  min-width: 132px;
  width: max-content;
  padding: 0 1rem;
  height: 31px;
  line-height: 31px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003288;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #003288;
  box-shadow: 0 2px 0 0 #7f98d1;
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .post-type-archive .blog-category__btn,
  .post-type-archive .event-category__btn,
  .tax-event_category .blog-category__btn,
  .tax-event_category .event-category__btn,
  .archive .blog-category__btn,
  .archive .event-category__btn {
    min-width: 164px;
  }
  .post-type-archive .blog-category__btn:hover,
  .post-type-archive .event-category__btn:hover,
  .tax-event_category .blog-category__btn:hover,
  .tax-event_category .event-category__btn:hover,
  .archive .blog-category__btn:hover,
  .archive .event-category__btn:hover {
    color: #fff;
    background: #7F98D1;
    box-shadow: 0 2px 0 0 #003288;
  }
}
.post-type-archive .blog-category__btn--active,
.post-type-archive .event-category__btn--active,
.tax-event_category .blog-category__btn--active,
.tax-event_category .event-category__btn--active,
.archive .blog-category__btn--active,
.archive .event-category__btn--active {
  color: #fff;
  background: #7F98D1;
  box-shadow: 0 2px 0 0 #003288;
}
.post-type-archive .blog-category .row,
.post-type-archive .event-category .row,
.tax-event_category .blog-category .row,
.tax-event_category .event-category .row,
.archive .blog-category .row,
.archive .event-category .row {
  gap: 1rem;
}
.post-type-archive .blog-category .row__item,
.post-type-archive .event-category .row__item,
.tax-event_category .blog-category .row__item,
.tax-event_category .event-category .row__item,
.archive .blog-category .row__item,
.archive .event-category .row__item {
  width: auto;
}

.facility-content .img-mt {
  display: block;
  margin: 4rem auto 0 !important;
}

@media screen and (max-width: 767px) {
  .facility-cat .row__item {
    padding: 8px 3px;
  }
}

.facility-count {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .facility-count {
    margin-top: 3rem;
  }
}

.facility-basic .ul {
  margin: 0;
}
.facility-basic .ul li {
  margin: 0;
}

.facility-category {
  height: 50px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.facility-category::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (min-width: 768px) {
  .facility-category {
    height: 60px;
    margin-top: 2rem;
  }
}
.facility-category__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #211816;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #003288;
  box-shadow: 0 3px 0 0 #003288;
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 1rem 0.5rem 1rem 3.5rem;
}
@media screen and (max-width: 359px) {
  .facility-category__btn {
    padding: 1rem 0.5rem 1rem 2.9rem;
  }
}
@media screen and (min-width: 768px) {
  .facility-category__btn {
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .facility-category__btn:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}
.facility-category__btn::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  content: "";
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 359px) {
  .facility-category__btn::before {
    left: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .facility-category__btn::before {
    left: 1.5rem;
    width: 35px;
    height: 35px;
  }
}
.facility-category__btn--all {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .facility-category__btn--all {
    padding: 1.5rem;
  }
}
.facility-category__btn--all::before {
  display: none;
  backface-visibility: hidden;
}
.facility-category__btn--play::before {
  background: url(../icons/f-play.svg) center center/contain no-repeat;
}
.facility-category__btn--nature::before {
  background: url(../icons/f-nature.svg) center center/contain no-repeat;
}
.facility-category__btn--exhibits-culture::before {
  background: url(../icons/f-exhibits-culture.svg) center center/contain no-repeat;
}
.facility-category__btn--eat::before {
  background: url(../icons/f-eat.svg) center center/contain no-repeat;
}
.facility-category__btn--shop::before {
  background: url(../icons/f-shop.svg) center center/contain no-repeat;
}
.facility-category__btn--transfer::before {
  background: url(../icons/f-transfer.svg) center center/contain no-repeat;
}
.facility-category__btn--bbq::before {
  background: url(../icons/f-bbq.svg) center center/contain no-repeat;
}
.facility-category__btn--active {
  color: #fff;
  background: #7F98D1;
  box-shadow: 0 0 0 0 #7f98d1;
}
.facility-category__btn--restaurant, .facility-category__btn--cafe, .facility-category__btn--stand, .facility-category__btn--bbq {
  padding: 1rem 0.5rem;
}
@media screen and (max-width: 359px) {
  .facility-category__btn--restaurant, .facility-category__btn--cafe, .facility-category__btn--stand, .facility-category__btn--bbq {
    padding: 1rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .facility-category__btn--restaurant, .facility-category__btn--cafe, .facility-category__btn--stand, .facility-category__btn--bbq {
    padding: 1.5rem;
  }
}
.facility-category .row {
  gap: 1rem;
}
.facility-category .row__item {
  width: auto;
}
@media screen and (max-width: 1023px) {
  .facility-category .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .facility-category .row__item {
    margin-left: 1rem;
  }
  .facility-category .row__item:first-child {
    margin-left: 0;
  }
}

/*  カードタイプ  */
.facility-card {
  position: relative;
  margin-top: 4rem;
}
.facility-card .count-num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  z-index: 10;
  cursor: pointer;
  display: inline-block;
  background: #003288;
  border-radius: 0 0 100% 0;
  padding: 0.5rem 2.5rem 1rem 1.5rem;
  pointer-events: none;
}
.facility-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #003288;
  box-shadow: 0 3px 0 0 #003288;
  padding: 0 0 10px;
  transition: 0.2s ease-out;
}
.facility-card__item::after {
  position: absolute;
  bottom: 1rem;
  right: 12px;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2.5rem;
  font-weight: normal;
  color: #7F98D1;
  line-height: 1;
  transition: 0.2s ease-out;
}
.facility-card__item:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.facility-card__item:hover::after {
  right: 6px;
}
.facility-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.facility-card__thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .facility-card__thumbnail {
    height: auto;
    max-height: 135px;
  }
}
@media screen and (min-width: 1024px) {
  .facility-card__thumbnail {
    height: 100%;
  }
}
.facility-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 768px) {
  .facility-card__time, .facility-card__category, .facility-card__post-title {
    display: block;
  }
}
.facility-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #211816;
}
@media screen and (min-width: 768px) {
  .facility-card__time {
    font-size: 1.7rem;
  }
}
.facility-card__category {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #003288;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .facility-card__category {
    line-height: 30px;
    padding: 0 5px;
  }
}
.facility-card__taglist {
  list-style: none;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 2.5rem;
}
.facility-card__tag {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  background: #7F98D1;
  border-radius: 5px;
}
.facility-card__post-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #211816;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .facility-card__post-title {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .facility-card__post-title {
    display: block;
  }
}

.flower-head,
.blog-head,
.facility-head,
.news-head {
  margin-bottom: 3rem;
}
.flower-head__time,
.blog-head__time,
.facility-head__time,
.news-head__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #003288;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .flower-head__time,
  .blog-head__time,
  .facility-head__time,
  .news-head__time {
    font-size: 1.6rem;
  }
}
.flower-head__ctg,
.blog-head__ctg,
.facility-head__ctg,
.news-head__ctg {
  position: relative;
  display: inline;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
  color: #003288;
  background: #F6F6F6;
  text-align: center;
  white-space: nowrap;
  margin-left: 2rem;
  border-radius: 20px;
  border: 1px solid #003288;
  padding: 0.5rem 2rem;
}
.flower-head .h2,
.blog-head .h2,
.facility-head .h2,
.news-head .h2 {
  margin-top: 1rem;
}
.flower-head .news-box,
.blog-head .news-box,
.facility-head .news-box,
.news-head .news-box {
  margin: 5rem 0;
}

.blog-page__thumbnail,
.facility-page__thumbnail {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog-page__thumbnail,
  .facility-page__thumbnail {
    width: 100%;
    height: 435px;
    width: fit-content;
  }
}
.blog-page__thumbnail img,
.facility-page__thumbnail img {
  width: 100%;
  height: 100%;
  border: 1px solid #003288;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.flower-gallery img {
  width: 100%;
  height: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

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

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  検索  */
/*********************/
#search-form {
  position: relative;
}

.search-form {
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
.search-form::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  content: "\e902";
  color: #fff;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .search-form::before {
    top: 2px;
    left: 20px;
    color: #003288;
  }
}
@media screen and (max-width: 1023px) {
  .search-form {
    color: #fff;
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .search-form {
    color: #003288;
    font-size: 1.5rem;
    font-weight: bold;
    background: #F8F8F8;
    border-radius: 20px;
    margin-top: 7px;
    min-width: 150px;
    padding: 0.2rem 1.5rem 0.2rem 4.5rem;
  }
}
@media screen and (min-width: 1250px) {
  .search-form {
    width: 230px;
  }
}
.search-form input[type=text] {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .search-form input[type=text] {
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  .search-form input[type=text]::placeholder, .search-form input[type=text]::-ms-input-placeholder, .search-form input[type=text]:-ms-input-placeholder {
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .search-form input::placeholder {
    color: #fff !important;
  }
}
.search-form .screen-reader-text,
.search-form .search-submit {
  display: none;
}
.search-form--facility {
  font-size: 1.6rem !important;
  font-weight: bold;
  background: #fff;
  border-radius: 38px;
  color: #003288;
  width: auto;
  max-width: 345px;
  padding: 1rem 10rem 1rem 7rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .search-form--facility input[type=text] {
    width: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .search-form--facility {
    margin-left: 5rem;
  }
  .search-form--facility input[type=text] {
    width: 250px !important;
  }
}
.search-form--facility input::placeholder {
  color: #103383 !important;
}
.search-form--facility::before {
  color: #003288 !important;
  top: 10px;
  left: 30px;
}
.search-form--facility .search-btn {
  left: -45px;
}
.search-form--page {
  font-size: 1.6rem !important;
  font-weight: bold;
  background: #f8f8f8;
  color: #003288;
  border-radius: 38px;
  width: 100%;
  padding: 1rem 3rem 1rem 7rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .search-form--page {
    background: #F8F8F8;
  }
}
.search-form--page::before {
  color: #003288 !important;
  top: 10px;
  left: 30px;
}
.search-form--page input::placeholder {
  color: #103383 !important;
}
.search-form--page #s {
  width: 98%;
}
@media screen and (min-width: 768px) {
  .search-form--page #s {
    width: 99%;
  }
}
.search-form--page .search-btn {
  width: 40px;
  height: 40px;
  top: -5px;
  left: -50px;
}

.search-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -1px;
  left: -33px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .search-btn:hover .search-form::before {
    opacity: 0.7;
  }
}

#searchform {
  position: relative;
  margin-bottom: 60px;
}

#searchform button {
  position: absolute;
  top: 8px;
  right: 12px;
}

.search-content__title {
  margin: 4.2rem 0 3.7rem;
}

.search-list {
  display: none;
  width: 100%;
  margin: 3rem 0 0;
}
.search-list__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.search-list__post-title {
  font-size: 2rem;
  font-weight: bold;
  color: #211816;
  white-space: nowrap;
  margin: 1rem 0 0;
  transition: 0.2s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
@media screen and (min-width: 768px) {
  .search-list__post-title {
    margin: 0;
  }
}
.search-list__link {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #003288;
  margin-top: 1.3rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .search-list__link:hover {
    opacity: 0.7;
  }
}
.search-list__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

.header-search {
  position: absolute;
  top: 67px;
  left: 0;
  background: #fff;
  height: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  padding: 2rem 1.5rem;
}
.header-search--open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.header-search__form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.5rem;
}
.header-search__form::before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "icomoon";
  content: "\e902";
  color: #767676;
  width: 15px;
  height: 15px;
}
.header-search__form input {
  width: 100%;
  margin: 0 2rem;
  font-weight: bold;
}
.header-search__btn {
  position: relative;
  display: inline-block;
  width: 75px;
  border-radius: 20px;
  background: #7F98D2;
  padding: 1.5rem 2rem;
}
.header-search__btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "検索";
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.header-search__close {
  text-align: center;
  font-size: 1.5rem;
  color: #003288;
  border: 1px solid #7F98D2;
  background: #fff;
  border-radius: 20px;
  width: 140px;
  margin: 1.5rem auto 0;
}
.header-search__close span {
  position: relative;
  padding: 0 0 0 13px;
}
.header-search__close span::before, .header-search__close span::after {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: "";
  background: #003288;
  width: 1px;
  height: 14px;
}
.header-search__close span::before {
  transform: rotate(45deg);
}
.header-search__close span::after {
  transform: rotate(-45deg);
}

/*********************/
/*  季節の見どころ  */
/*********************/
.season-list {
  display: none;
  width: 100%;
  background: #FFF8E1;
  padding: 6rem 4rem 4rem;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .season-list {
    padding: 4rem;
  }
}
.season-list.active {
  display: block;
}
.season-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.season-list__category {
  display: inline-block;
  width: 128px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #003288;
  background: #F8F8F8;
  text-align: center;
  margin-left: 2.5rem;
  border-radius: 8px;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .season-list__category {
    padding: 0.2rem 1.6rem;
  }
}
.season-list__category--newsletter {
  background: #F6F6F6;
}
.season-list__category--flash {
  background: #F9D5D7;
}
.season-list__title {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #003288;
  font-size: 4.1rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .season-list__title {
    font-size: 3.7rem;
    margin-top: 2rem;
  }
}
.season-list__title--sub {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .season-list__title--sub {
    font-size: 1.5rem;
  }
}
.season-list__title:before, .season-list__title:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  width: 40%;
  height: 50px;
  background: url(../images/flower-line_sp.svg) center center/contain no-repeat;
  transform: translateY(-50%);
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .season-list__title:before, .season-list__title:after {
    width: 43%;
    background: url(../images/flower-line.svg) center center/contain no-repeat;
  }
}
.season-list__title:before {
  left: 0;
}
.season-list__title:after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.season-list__desc {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .season-list__desc {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .season-item {
    border-top: 1px solid #CBD2E8;
  }
}
@media screen and (min-width: 768px) {
  .season-item {
    border-bottom: 1px solid #CBD2E8;
  }
}
.season-item__title {
  font-size: 1.8rem;
  color: #003288;
}
@media screen and (min-width: 768px) {
  .season-item__title {
    font-size: 2rem;
  }
}
.season-item__time, .season-item__area {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #003288 !important;
}
@media screen and (min-width: 768px) {
  .season-item__time, .season-item__area {
    font-size: 1.4rem;
  }
}
.season-item__time:before, .season-item__area:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  backface-visibility: hidden;
}
.season-item__time {
  margin-top: 1.3rem;
}
.season-item__time:before {
  background: url(../icons/flower-time.svg) center center/contain no-repeat;
}
.season-item__area {
  margin-top: 0;
}
.season-item__area:before {
  background: url(../icons/flower-area.svg) center center/contain no-repeat;
}
.season-item__img {
  height: auto;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  border-radius: 8px;
  overflow: hidden;
}
.season-item__img img {
  width: 100%;
  height: 100%;
}
.season-item__desc {
  display: inline-block;
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .season-item__desc {
    margin-top: 0;
    padding-bottom: 3rem !important;
  }
  .season-item__desc:before {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #CBD2E8;
    display: inline-block;
    content: "";
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .season-item__desc {
    padding-left: 2.5rem !important;
  }
}
.season-item .row__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .season-item .row__item:before {
    position: absolute;
    top: -3rem;
    left: 0;
    border-top: 1px solid #CBD2E8;
    display: inline-block;
    content: "";
    width: 100%;
  }
}

.season-category {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .season-category {
    margin-top: 2rem;
    justify-content: flex-start;
  }
}
.season-category__item {
  border-radius: 8px 8px 0 0;
  width: 25%;
}
.season-category__item + .season-category__item {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .season-category__item + .season-category__item {
    margin-left: 1rem;
  }
}
.season-category__btn {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003288;
  background: #E3E8F2;
  padding: 1rem 0.5rem 2rem;
  line-height: 1.3;
  border-radius: 8px 8px 0 0;
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .season-category__btn {
    font-size: 2rem;
    height: 66px;
    padding: 1rem 1.5rem 1.5rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .season-category__btn {
    flex-direction: row;
    font-size: 2.4rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .season-category__btn:hover {
    opacity: 0.7;
  }
}
.season-category__btn:before {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  content: "";
  width: 10px;
  height: 6px;
  background: url(../icons/min-arrow.svg) center center/contain no-repeat;
  transform: translateX(-50%);
  opacity: 1;
  transition: 0.2s ease-out;
}
.season-category__btn.active {
  color: #003288;
  background: #FFF8E1;
}
.season-category__btn.active:before {
  opacity: 0;
}
.season-category__btn:after {
  display: inline-block;
  color: #003288;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .season-category__btn:after {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .season-category__btn:after {
    margin-left: 1rem;
  }
}
.season-category__btn--spring:after {
  content: "3月～5月";
}
.season-category__btn--summer:after {
  content: "6月～8月";
}
.season-category__btn--fall:after {
  content: "9月～11月";
}
.season-category__btn--winter:after {
  content: "12月～2月";
}

#spring:checked ~ #spring_content,
#summer:checked ~ #summer_content,
#fall:checked ~ #fall_content,
#winter:checked ~ #winter_content {
  display: block;
}

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

/*********************/
/*  イベント  */
/*********************/
.event-card-head {
  margin: 6rem 0;
  text-align: center;
}
.event-card-head .h2 {
  position: relative;
  font-size: 2.3rem;
  line-height: 1.65;
  color: #003288;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .event-card-head .h2 {
    font-size: 2.8rem;
  }
}
.event-card-head p {
  text-align: center;
}
.event-card-head .btn-area {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .event-card-head .btn-area {
    flex-direction: column;
  }
}
.event-card-head .btn-area + .button-area {
  margin-top: 2rem;
}

.event-card-wrap {
  margin-top: 5rem;
}

.event-ct__category {
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  color: #003288;
  padding: 0 2rem;
  background: #F8F8F8;
  border-radius: 12px;
  border: solid 1px #103383;
}

.event-tg {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.event-tg__tag {
  font-size: 1.3rem;
  color: #4C6FAB;
  font-weight: 500;
  border: solid 1px #CAD2E7;
  border-radius: 3px;
  padding: 0 0.7rem;
}

.event-news-box {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 3rem 0 1.5rem;
}
.event-news-box .icon-title::before {
  top: 15px;
}

.phase-info {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #E3333D;
  padding-left: 3.5rem;
  margin: 5rem 0 0;
}
.phase-info::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: center/100% url(../icons/alert.svg) no-repeat;
  backface-visibility: hidden;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .phase-info::before {
    width: 24px;
    height: 24px;
  }
}

#event-photo-slider {
  margin-top: 4.5rem;
}

.event-basic {
  margin-top: 5rem;
}
.event-basic p + br {
  display: none;
}
.event-basic br + br {
  display: none;
}

.iframe {
  margin: 4rem 0 0;
}

.event-content {
  margin-top: 4rem;
}
.event-content .button-area {
  margin: 4rem 0;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #003288;
  z-index: 9999;
}
.loader__icon {
  color: #003288;
  position: absolute;
  border-left: 2px solid #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.loader__contents {
  text-align: center;
}
.loader__title {
  padding: 15px;
}
.loader__title-logo {
  display: inline-block;
  width: 80px;
  height: 78px;
  text-align: center;
  animation-name: load_logo;
  margin-bottom: 10px;
  transform: rotate(10deg);
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.loader__title-logo img {
  width: 100%;
  height: auto;
}
.loader__title-text {
  display: block;
  width: 251px;
  height: 52px;
  text-align: center;
}
.loader__title-text img {
  width: 100%;
  height: auto;
}
.loader--home {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .loader--home {
    padding-top: 100px;
  }
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load_logo {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.form-step__item {
  position: relative;
  flex: 1;
  height: 40px;
  line-height: 1.2;
  background: #F7F1D1;
  list-style: none;
  color: #211816;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .form-step__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #F7F1D1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form-step__item:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
}
.form-step__item:nth-child(1) {
  background: #F8F8F8;
}
.form-step__item:nth-child(1):before {
  border-color: transparent transparent transparent #F8F8F8;
}
.form-step__item:nth-child(2) {
  background: #ddd;
}
.form-step__item:nth-child(2):before {
  border-color: transparent transparent transparent #ddd;
}
.form-step__item:nth-child(3) {
  background: #767676;
}
.form-step__item:nth-child(3):before {
  display: none;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #211816;
  background: #F8F8F8;
  padding: 10px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    font-size: 1.4rem;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__row {
    display: flex;
    align-items: center;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  background: #666;
}
@media screen and (max-width: 1023px) {
  .form__required {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form__required {
    float: right;
  }
}
.form__item {
  color: #211816;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
  }
}
.form__item:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #211816;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 110px;
  padding: 5px;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}
.form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #666;
}
.form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.form__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #767676;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #666;
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: #ddd;
}
.form ::-webkit-input-placeholder {
  color: #767676;
}
.form ::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #767676;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.el-date-table__row td:first-child,
.el-date-table__row td:last-child {
  background: #000;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #F8F8F8;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #767676;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #666;
  padding: 7px 10px;
  vertical-align: middle;
  margin: 0 0 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .deco-form__required, .deco-form__any {
    margin: 0 1rem 0.5rem;
  }
}
.deco-form__any {
  color: #666;
  border: 1px solid #211816;
  background: #fff;
}
.deco-form__item {
  width: 100%;
  color: #211816;
  position: relative;
  margin: 3px 0;
}
.deco-form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    width: 44%;
  }
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
.deco-form__item--radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio {
    justify-content: flex-start;
  }
}
.deco-form__item--radio span.mwform-radio-field.vertical-item {
  display: inline-block;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    width: calc(25% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #211816;
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #211816;
  background: #fff;
  outline: 0;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #767676;
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #F8F8F8;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text:before {
  border-width: 13px;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #666;
}
.deco-form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  transition: 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
}
.deco-form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form .mwform-checkbox-field-text {
    padding: 0px 30px 0 20px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .deco-form .mwform-checkbox-field-text:before {
    top: 7px;
  }
}
.deco-form .mwform-checkbox-field-text:after {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 18px 30px;
  transition: 0.2s ease-out;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #F8F8F8;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: flex;
    justify-content: flex-start;
    align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form-birth__item:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}
.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}

.deco-form-text-link {
  color: #211816;
  text-decoration: underline;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent {
    text-align: center;
  }
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}
.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: #211816;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  cursor: pointer;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide.slick-current {
  cursor: default;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  cursor: pointer;
  outline: 0;
  z-index: 1;
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 2px solid #003288;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    border: 1px solid #003288;
    box-shadow: 0 2px 0 0 #003288;
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: 2px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
    width: 10px;
    height: 10px;
    margin: 0;
  }
}
.slick-arrow.slick-prev {
  left: -14px;
  top: 38%;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: -18px;
    top: 20%;
  }
}
.slick-arrow.slick-prev::before {
  border-bottom: solid 1px #003288;
  border-left: solid 1px #003288;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev::before {
    border-bottom: solid 2px #003288;
    border-left: solid 2px #003288;
  }
}
.slick-arrow.slick-prev--mini {
  left: 15px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev--mini {
    left: 20px;
  }
}
.slick-arrow.slick-next {
  right: -14px;
  top: 38%;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: -18px;
    top: 20%;
  }
}
.slick-arrow.slick-next::before {
  border-top: solid 1px #003288;
  border-right: solid 1px #003288;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next::before {
    border-top: solid 2px #003288;
    border-right: solid 2px #003288;
  }
}
.slick-arrow.slick-next--mini {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next--mini {
    right: 20px;
  }
}

/*********************************************************/
/* FVスライダー */
/*********************************************************/
.fv-slider .slick-track {
  gap: 0;
}
.fv-slider .slick-track::before, .fv-slider .slick-track::after {
  display: none;
}
.fv-slider__item {
  position: relative;
}
.fv-slider__item.slick-slide {
  height: fit-content !important;
}
.fv-slider__thumbnail {
  position: relative;
}
.fv-slider__thumbnail::before {
  position: absolute;
  content: "";
  background: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  z-index: 50;
}
.fv-slider__img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (min-width: 768px) {
  .fv-slider__img {
    height: 480px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .fv-slider__img {
    height: 100vh;
    object-fit: cover;
  }
}
.fv-slider__message {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #211816;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .fv-slider__message {
    bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .fv-slider__message {
    bottom: 60px;
  }
}
.fv-slider__title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.fv-slider__link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #fff;
}
.fv-slider__link::before, .fv-slider__link::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fv-slider__link::before {
  right: -45px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.fv-slider__link::after {
  right: -38px;
  display: inline-block;
  content: "\e95f";
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
}

.slide-dots {
  position: absolute;
  display: flex;
  bottom: 10px;
  left: 50%;
  list-style: none;
  transform: translate(-50%, -5px);
}
@media screen and (min-width: 768px) {
  .slide-dots {
    bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .slide-dots {
    bottom: 20px;
  }
}
.slide-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: solid 1px #fff;
  margin-right: 13px;
}
.slide-dots li:last-child {
  margin-right: 0;
}
.slide-dots .slick-active {
  position: relative;
}
.slide-dots .slick-active:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.slide-dots button {
  opacity: 0;
}

.fv-slider-wrap {
  position: relative;
}
.fv-slider-wrap .play-buttons {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
@media screen and (min-width: 1024px) {
  .fv-slider-wrap .play-buttons {
    bottom: 6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.play-btn {
  margin: 0;
  height: 34px;
  padding: 0 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  appearance: none;
}
.play-btn::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/stop.svg) 0 0/auto no-repeat;
  margin-right: 1rem;
  flex-shrink: 0;
}
.play-btn--stop::before {
  background-image: url(../images/play.svg);
}
@media screen and (min-width: 1024px) {
  .play-btn:hover {
    opacity: 0.7;
  }
}

/*********************************************************/
/* おすすめスライダー */
/*********************************************************/
.rec-slider {
  margin: 3rem auto 0;
}
.rec-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.rec-slider .slick-slide:not(first-child) {
  margin-left: 2rem;
}
.rec-slider .slick-track {
  margin-left: -2rem !important;
}
@media screen and (min-width: 760px) {
  .rec-slider .slick-slider {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 950px) {
  .rec-slider .slick-slider {
    max-width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .rec-slider .slick-slider {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .rec-slider .slick-arrow {
    top: 23%;
  }
}
@media screen and (min-width: 1024px) {
  .rec-slider .slick-arrow {
    top: 35%;
  }
}
.rec-slider--noslide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rec-slider--noslide {
    max-width: 386px;
    margin: 3rem 0 0;
  }
}

/*********************************************************/
/* イベントスライダー */
/*********************************************************/
.event-slider {
  margin: 3rem auto 0;
}
.event-slider .slick-list {
  padding: 0 10% 0 0 !important;
}
.event-slider .slick-slide:not(first-child) {
  margin-left: 2rem;
}
.event-slider .slick-track {
  margin-left: -2rem;
}
@media screen and (min-width: 760px) {
  .event-slider .slick-slider {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 950px) {
  .event-slider .slick-slider {
    max-width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .event-slider .slick-slider {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .event-slider .slick-arrow {
    top: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .event-slider .slick-arrow {
    top: 20%;
  }
}

/*********************************************************/
/* バナースライダー */
/*********************************************************/
@media screen and (min-width: 760px) {
  .banner-slider .slick-slider {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 950px) {
  .banner-slider .slick-slider {
    max-width: 900px;
  }
}
@media screen and (min-width: 1300px) {
  .banner-slider .slick-slider {
    max-width: 100%;
  }
}
.banner-slider--flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

/*********************************************************/
/* フォトスライダー */
　 .photoslider {
  margin-left: auto;
  margin-right: auto;
}
　 .photoslider:not(:first-child) {
  margin-top: 2em;
}

.photoslider-main {
  width: 100%;
  margin: 0 auto;
}
.photoslider-main__item {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .photoslider-main__item {
    width: 100%;
    max-width: 900px;
    height: fit-content;
  }
}
.photoslider-main__thumbnail {
  display: flex;
  align-items: center;
  border: solid 1px #103383;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 675/448;
  width: 100%;
  height: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .photoslider-main__thumbnail {
    height: 483px;
  }
}
@media screen and (min-width: 1024px) {
  .photoslider-main__thumbnail {
    height: 598px;
  }
}
.photoslider-main__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 675/448;
  object-fit: cover;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.photoslider-cap__caption {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #003288;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .photoslider-cap__caption {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .photoslider-cap__caption {
    font-size: 1.6rem;
  }
}
.photoslider-cap .slick-track.open {
  height: fit-content;
}
.photoslider-cap .slick-track.close {
  height: 2rem;
}

.photoslider-nav {
  padding: 1.7rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .photoslider-nav {
    padding: 0;
  }
}
.photoslider-nav .slick-list {
  margin: 0 -5px;
}
.photoslider-nav__item {
  padding: 5px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .photoslider-nav__item:hover {
    opacity: 0.7;
  }
}
.photoslider-nav__thumbnail {
  display: flex;
  align-items: center;
  border: solid 1px #103383;
  border-radius: 8px;
  width: 100%;
  height: 66px;
  aspect-ratio: 100/60;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photoslider-nav__thumbnail {
    height: 84px;
  }
}
@media screen and (min-width: 768px) {
  .photoslider-nav__thumbnail {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .photoslider-nav__thumbnail {
    height: 104px;
  }
}
.photoslider-nav__thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 100/60;
}
.photoslider-nav .slick-arrow {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.photoslider-nav--none {
  display: none;
}

.photoslider-main .slick-list {
  overflow: hidden;
}

.photoslider-main .slick-track {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
  gap: 0;
}

.photoslider .slick-arrow {
  top: 45%;
}

.photoslider-nav .slick-track {
  gap: 0;
}

.photoslider-nav .slick-current {
  opacity: 0.7;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #211816;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

.page-id-218 {
  font-family: "Noto Sans SC", sans-serif;
}

.main {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  pointer-events: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 0.5rem auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.annotation {
  color: #003288;
  letter-spacing: 0.05em;
}

.txt-link {
  color: #003288;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .txt-link:hover {
    opacity: 0.7;
  }
}

.contents-area {
  position: relative;
}
.contents-area::before {
  position: absolute;
  content: "";
  background: url(../images/back_211101.jpg) center/cover repeat-x;
  width: 100%;
  height: 100%;
  z-index: -1;
}