@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333;
  overflow-wrap: break-word;
  background-color: #fff;
}

main,
article,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
thead,
tbody,
tr,
th,
td,
button,
input,
select,
textarea,
hr {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border-style: none;
}

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

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

ul,
ol {
  list-style: none;
}

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

table,
thead,
tbody,
tr,
th,
td {
  text-align: left;
}

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

select {
  appearance: none;
}

textarea {
  resize: vertical;
}

::placeholder {
  color: #999;
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 100%;
  min-height: 100vh;
  overflow: clip;
}

.main {
  padding-bottom: 50px;
}

.inner {
  padding-right: 20px;
  padding-left: 20px;
}

.section + .section {
  margin-top: 50px;
}

.link {
  transition: filter 0.2s;
}
.link:hover {
  filter: contrast(43%) brightness(140%);
}
.link {
  color: #1c683a;
  text-decoration: underline;
}
.link[target=_blank]::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 8px;
  vertical-align: middle;
  content: "";
  background-color: #1c683a;
  mask-image: url("../images/icon_external.svg");
}

.box {
  padding: 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.iframe {
  width: 100%;
  height: 500px;
  border: solid 1px #d1d1d1;
}

[data-tab-content]:not([data-tab-active]) {
  display: none;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.contents p + p,
.contents p + ul,
.contents p + ol,
.contents p + dl,
.contents ul + p,
.contents ul + ul,
.contents ul + ol,
.contents ul + dl,
.contents ol + p,
.contents ol + ul,
.contents ol + ol,
.contents ol + dl,
.contents dl + p,
.contents dl + ul,
.contents dl + ol,
.contents dl + dl {
  margin-top: 20px;
}
.contents p a,
.contents ul a,
.contents ol a,
.contents dl a {
  transition: filter 0.2s;
}
.contents p a:hover,
.contents ul a:hover,
.contents ol a:hover,
.contents dl a:hover {
  filter: contrast(43%) brightness(140%);
}
.contents p a,
.contents ul a,
.contents ol a,
.contents dl a {
  color: #1c683a;
  text-decoration: underline;
}
.contents p a[target=_blank]::after,
.contents ul a[target=_blank]::after,
.contents ol a[target=_blank]::after,
.contents dl a[target=_blank]::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 8px;
  vertical-align: middle;
  content: "";
  background-color: #1c683a;
  mask-image: url("../images/icon_external.svg");
}
.contents a {
  transition: filter 0.2s;
}
.contents a:hover {
  filter: contrast(43%) brightness(140%);
}
.contents hr {
  height: 1px;
  background-color: #d1d1d1;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.anchor-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
.anchor-buttons > li > a {
  transition: filter 0.2s;
}
.anchor-buttons > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.anchor-buttons > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 35px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background-color: #e3f8e1;
  border-radius: 30px;
}
.anchor-buttons > li > a::after {
  position: absolute;
  top: 2px;
  right: 18px;
  bottom: 0;
  width: 8px;
  height: 6px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 6px 4px 0;
  border-top-color: #333;
  border-radius: 2px;
}

.contents-dl,
.contents dl {
  display: grid;
  grid-template-columns: 160px 1fr;
}
.contents-dl dt,
.contents-dl dd,
.contents dl dt,
.contents dl dd {
  padding: 10px 30px;
  border: solid 1px #d1d1d1;
}
.contents-dl dt,
.contents dl dt {
  background-color: #ecffe9;
}
.contents-dl dt ~ dt,
.contents dl dt ~ dt {
  border-top: none;
}
.contents-dl dt + dd,
.contents dl dt + dd {
  border-left: none;
}
.contents-dl dd,
.contents dl dd {
  background-color: #fff;
}
.contents-dl dd ~ dd,
.contents dl dd ~ dd {
  border-top: none;
}

.contents-list > li,
.contents ul > li,
.contents ol > li {
  position: relative;
}
.contents-list > li + li,
.contents ul > li + li,
.contents ol > li + li {
  margin-top: 6px;
}
.contents-list > li::before,
.contents ul > li::before,
.contents ol > li::before {
  position: absolute;
  left: 0;
}

ul.contents-list > li,
.contents ul > li {
  padding-left: 12px;
}
ul.contents-list > li::before,
.contents ul > li::before {
  top: 12px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #1c683a;
  border-radius: 50%;
}

ol.contents-list,
.contents ol {
  counter-reset: ol;
}
ol.contents-list > li,
.contents ol > li {
  padding-left: 18px;
  counter-increment: ol;
}
ol.contents-list > li::before,
.contents ol > li::before {
  top: 0;
  content: counter(ol) ".";
}

h2.contents-title,
.contents h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 12px 30px;
  margin: 50px 0 15px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
h2.contents-title:first-child,
.contents h2:first-child {
  margin-top: 0;
}
h2.contents-title::before,
.contents h2::before {
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 35px;
  margin: auto 0;
  content: "";
  background-color: #1c683a;
  mask: url("../images/contents_title_icon.svg") no-repeat center;
  mask-size: contain;
}
h2.contents-title::after,
.contents h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  pointer-events: none;
  content: "";
  border: solid #1c683a;
  border-width: 1px 0;
}

h3.contents-title,
.contents h3 {
  position: relative;
  padding-left: 10px;
  margin: 30px 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
h3.contents-title:first-child,
.contents h3:first-child {
  margin-top: 0;
}
h3.contents-title::before,
.contents h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 4px);
  margin: auto 0;
  content: "";
  background-color: #1c683a;
}

.error-contents {
  padding: 100px 0 50px;
  text-align: center;
}
.error-contents__title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.error-contents__title::after {
  position: absolute;
  top: 50px;
  right: -76px;
  width: 68px;
  aspect-ratio: 68/102;
  content: "";
  background: url("../images/error_contents_image.png") no-repeat center;
  background-size: contain;
}
.error-contents__title p {
  height: 155px;
  font-size: 20rem;
  font-weight: 700;
  line-height: 0.65;
}
.error-contents__title h1 {
  margin-top: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.error-contents__text {
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.error-contents__button {
  margin-top: 50px;
  line-height: 1.5;
}
.error-contents__button a {
  transition: filter 0.2s;
}
.error-contents__button a:hover {
  filter: contrast(43%) brightness(140%);
}
.error-contents__button a {
  position: relative;
  display: inline-block;
  width: 230px;
  padding: 11px 38px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #1c683a;
  border: solid 2px #1c683a;
  border-radius: 25px;
}
.error-contents__button a::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 7px 0 7px 9px;
  border-left-color: #fff;
  border-radius: 2px;
}

.event-list__header {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.event-list__header-title {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}
.event-list__header-arrow {
  transition: filter 0.2s;
}
.event-list__header-arrow:hover {
  filter: contrast(43%) brightness(140%);
}
.event-list__header-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 100%;
  margin: auto 0;
  font-size: 2rem;
  color: #1c683a;
}
.event-list__header-arrow::after {
  position: relative;
  top: 1px;
  width: 9px;
  height: 14px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-radius: 2px;
}
.event-list__header-arrow--prev {
  left: 0;
  flex-direction: row-reverse;
}
.event-list__header-arrow--prev::after {
  border-width: 7px 9px 7px 0;
  border-right-color: #1c683a;
}
.event-list__header-arrow--next {
  right: 0;
  flex-direction: row;
}
.event-list__header-arrow--next::after {
  border-width: 7px 0 7px 9px;
  border-left-color: #1c683a;
}
.event-list__list > li {
  display: grid;
  grid-template-columns: minmax(184px, auto) 1fr;
  border: 1px solid #d1d1d1;
}
.event-list__list > li + li {
  border-top: none;
}
.event-list__date {
  display: flex;
  justify-content: center;
  padding: 20px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border-right: 1px solid #d1d1d1;
}
.event-list__date-week--sat {
  color: #004ab1;
}
.event-list__date-week--sun {
  color: #b10000;
}
.event-list__events {
  padding: 20px 30px;
  font-size: 1.6rem;
  background-color: #fff;
}
.event-list__events > li + li {
  margin-top: 10px;
}
.event-list__events > li a {
  transition: filter 0.2s;
}
.event-list__events > li a:hover {
  filter: contrast(43%) brightness(140%);
}
.event-list__events > li a {
  color: #1c683a;
  text-decoration: underline;
}

.faq-item {
  padding-bottom: 20px;
  margin: 0 30px;
  border-bottom: solid 1px #d7d7d7;
}
.faq-item + .faq-item {
  margin-top: 20px;
}
.faq-item dt,
.faq-item dd {
  position: relative;
  padding-left: 40px;
  font-size: 1.6rem;
}
.faq-item dt::before,
.faq-item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
}
.faq-item dt {
  font-weight: bold;
}
.faq-item dt::before {
  color: #fff;
  content: "Q";
  background-color: #1c683a;
}
.faq-item dd {
  margin-top: 10px;
}
.faq-item dd::before {
  font-size: 1.8rem;
  color: #1c683a;
  content: "A";
}

.footer {
  margin-top: auto;
  line-height: 1.5;
  background-color: #fff;
}
.footer__banner {
  padding: 50px 0;
}
.footer__banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 790px;
  margin: 0 auto;
}
.footer__banner-list > li {
  width: calc((100% - 40px) / 3);
}
.footer__banner-list > li > a {
  transition: filter 0.2s;
}
.footer__banner-list > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.footer__banner-list > li > a {
  display: block;
}
.footer__banner-list > li > a > img {
  display: block;
  width: 100%;
}
.footer__content {
  padding: 40px 0;
  color: #fff;
  background-color: #1c683a;
}
.footer__content > .inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer__logo > a {
  display: inline-block;
}
.footer__logo > a > img {
  display: inline-block;
}
.footer__address {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.75;
}
.footer__address > address {
  font-style: inherit;
}
.footer__contact {
  margin-top: 15px;
}
.footer__contact > a {
  transition: opacity 0.2s;
}
.footer__contact > a:hover {
  opacity: 0.6;
}
.footer__contact > a {
  position: relative;
  display: inline-block;
  width: 230px;
  padding: 13px 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c683a;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
}
.footer__contact > a::after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 7px 0 7px 9px;
  border-left-color: #1c683a;
  border-radius: 2px;
}
.footer__menu, .footer__submenu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.footer__menu > li > a, .footer__submenu > li > a {
  transition: opacity 0.2s;
}
.footer__menu > li > a:hover, .footer__submenu > li > a:hover {
  opacity: 0.6;
}
.footer__menu {
  font-weight: 700;
}
.footer__submenu {
  margin-top: 20px;
  font-weight: 500;
}
.footer__lottery {
  margin-top: 35px;
  margin-left: auto;
  text-align: right;
}
.footer__lottery img {
  display: inline-block;
}
.footer__copyright {
  padding: 4px 0;
  color: #fff;
  background-color: #003615;
}
.footer__copyright small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.header {
  position: relative;
  z-index: 1000;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 2px solid #1c683a;
}
.header > .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__logo {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.header__logo > a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 180/57;
}
.header__logo > a > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.header__menu > li {
  padding: 3px 40px;
  text-align: center;
}
.header__menu > li + li {
  border-left: solid 1px #333;
}
.header__menu > li > a {
  transition: filter 0.2s;
}
.header__menu > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.header__content {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
.header__contact {
  font-weight: 500;
  line-height: 1.25;
  color: #1c683a;
  text-align: center;
}
.header__contact-tel {
  font-size: 2.2rem;
  white-space: nowrap;
}
.header__contact-tel svg {
  margin-right: 4px;
  fill: #1c683a;
}
.header__contact-time {
  font-size: 1rem;
}
.header__buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header__buttons > a {
  transition: filter 0.2s;
}
.header__buttons > a:hover {
  filter: contrast(43%) brightness(140%);
}
.header__buttons > a {
  position: relative;
  display: inline-block;
  width: 230px;
  padding: 11px 38px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #1c683a;
  border: solid 2px #1c683a;
  border-radius: 25px;
}
.header__buttons > a::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 7px 0 7px 9px;
  border-left-color: #fff;
  border-radius: 2px;
}
.header__buttons > a:nth-child(2) {
  width: 250px;
  color: #333;
  background-color: #fff;
}
.header__buttons > a:nth-child(2)::after {
  border-left-color: #1c683a;
}
.header__sns {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header__sns > li > a {
  transition: filter 0.2s;
}
.header__sns > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.header__sns > li > a {
  display: block;
}
.header__sns > li > a > img {
  display: block;
}
.header__translator {
  min-width: 139px;
}
.header__translator #google_language_translator {
  position: relative;
  font-size: 0;
}
.header__translator #google_language_translator select.goog-te-combo {
  width: auto;
  min-width: 139px;
  padding: 3px 27px 3px 12px !important;
  margin: 0 !important;
  font-size: 1.4rem;
  border: 1px solid #333 !important;
}
.header__translator #google_language_translator::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 6px;
  margin: auto 0;
  pointer-events: none;
  content: "";
  border: solid transparent;
  border-width: 6px 5px 0;
  border-top-color: #333;
}
.header__toggle {
  position: relative;
  width: 33px;
  height: 33px;
}
.header__toggle > span, .header__toggle::before, .header__toggle::after {
  position: absolute;
  inset: 0;
  width: 25px;
  height: 3px;
  margin: auto;
  content: "";
  background-color: #1c683a;
  border-radius: 2px;
}
.header__toggle::before {
  top: -18px;
}
.header__toggle::after {
  bottom: -18px;
}
.header--open .header__toggle > span {
  display: none;
}
.header--open .header__toggle::before, .header--open .header__toggle::after {
  top: 0;
  bottom: 0;
}
.header--open .header__toggle::before {
  transform: rotate(45deg);
}
.header--open .header__toggle::after {
  transform: rotate(-45deg);
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
}
.image-modal--init {
  transition: opacity 0.5s;
}
.image-modal:not(.image-modal--active) {
  pointer-events: none;
  opacity: 0;
}
.image-modal_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.image-modal_inner {
  padding-right: 20px;
  padding-left: 20px;
}
.image-modal_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  pointer-events: none;
}
.image-modal_image {
  position: relative;
  max-height: 100%;
  background-color: #fff;
  border: solid 15px #fff;
  border-radius: 10px;
}
.image-modal--active .image-modal_image {
  pointer-events: all;
}
.image-modal_image > img {
  display: block;
  max-height: calc(100vh - 70px);
}
.image-modal_close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 30px;
  height: 30px;
  background-color: #1c683a;
  border-radius: 50%;
}
.image-modal_close::before, .image-modal_close::after {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #fff;
}
.image-modal_close::before {
  transform: rotate(45deg);
}
.image-modal_close::after {
  transform: rotate(-45deg);
}

.link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  line-height: 1.5;
}
.link-buttons > li {
  width: calc((100% - 45px) / 4);
}
.link-buttons > li > a {
  transition: filter 0.2s;
}
.link-buttons > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.link-buttons > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 9px 46px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #1c683a;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.link-buttons > li > a::after {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 7px 0 7px 9px;
  border-left-color: #1c683a;
  border-radius: 2px;
}

.page-title {
  padding: 38px 0;
  margin-bottom: 50px;
  line-height: 1.5;
  color: #fff;
  background: url("../images/page_title_bg.png") no-repeat center right #1c683a;
  background-size: auto 100%;
}
.page-title__en {
  margin-bottom: 2px;
  font-size: 1.6rem;
  font-weight: 700;
}
.page-title__ja {
  font-size: 4rem;
  font-weight: 900;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  margin-top: 40px;
  line-height: 1;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #7e818c;
  text-align: center;
  white-space: nowrap;
}
.pagination .page-numbers.current {
  color: #1c683a;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  width: 30px;
  font-size: 0;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  position: absolute;
  inset: 0;
  top: 2px;
  width: 10px;
  height: 16px;
  margin: auto;
  content: "";
  border: solid transparent;
  border-radius: 2px;
}
.pagination .page-numbers.prev {
  margin-right: 20px;
}
.pagination .page-numbers.prev::before {
  left: -4px;
  border-width: 8px 10px 8px 0;
  border-right-color: #1c683a;
}
.pagination .page-numbers.next {
  margin-left: 20px;
}
.pagination .page-numbers.next::before {
  right: -4px;
  border-width: 8px 0 8px 10px;
  border-left-color: #1c683a;
}
.pagination a.page-numbers {
  transition: filter 0.2s;
}
.pagination a.page-numbers:hover {
  filter: contrast(43%) brightness(140%);
}

.pdf-button {
  transition: filter 0.2s;
}
.pdf-button:hover {
  filter: contrast(43%) brightness(140%);
}
.pdf-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 11px 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
  background-color: #1c683a;
  border-radius: 10px;
}
.pdf-button svg {
  flex-shrink: 0;
  fill: #fff;
}

.post-header {
  margin-bottom: 40px;
  line-height: 1.5;
}
.post-header__date {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}
.post-header__title {
  font-size: 3.2rem;
  font-weight: 700;
}

.post-list {
  position: relative;
  line-height: 1.5;
}
.post-list__list > li {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}
.post-list__list > li > a {
  transition: filter 0.2s;
}
.post-list__list > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.post-list__list > li > a {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 23px 50px 23px 20px;
}
.post-list__list > li > a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 7px 0 7px 9px;
  border-left-color: #333;
  border-radius: 2px;
}
.post-list__date {
  flex-shrink: 0;
  width: 78px;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.post-list__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.post-list__tag > li {
  min-width: 98px;
  padding: 2px 10px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #1c683a;
  border-radius: 12px;
}
.post-list__title {
  font-size: 1.6rem;
  font-weight: 500;
}
.post-list__more {
  position: absolute;
  top: -76px;
  right: 0;
}
.post-list__more > a {
  transition: filter 0.2s;
}
.post-list__more > a:hover {
  filter: contrast(43%) brightness(140%);
}
.post-list__more > a {
  position: relative;
  display: block;
  width: 150px;
  padding: 13px 30px 13px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #1c683a;
  border-radius: 20px;
}
.post-list__more > a::before {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.post-list__more > a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 6px;
  height: 10px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 5px 0 5px 6px;
  border-left-color: #1c683a;
  border-radius: 2px;
}

.about-list {
  line-height: 1.5;
}
.about-list > li {
  position: relative;
  z-index: 1;
  padding-left: 27px;
  font-size: 2.1rem;
  font-weight: 700;
}
.about-list > li + li {
  margin-top: 15px;
}
.about-list > li::before {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #1c683a;
  border-radius: 50%;
}
.about-list > li::after {
  position: absolute;
  top: 11px;
  left: 7px;
  z-index: 2;
  width: 6px;
  height: 10px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.about-list > li span {
  color: #1c683a;
}

.about-title {
  position: relative;
  z-index: 1;
  min-height: 53px;
  padding: 4px 0 4px 45px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}
.about-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 26px;
  height: 36px;
  margin: auto 0;
  content: "";
  background-color: #1c683a;
  mask: url("../images/about_title_icon.svg") no-repeat center;
  mask-size: contain;
}
.about-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 630px;
  max-width: 100%;
  height: 53px;
  margin: auto 0;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(#dbdbdb, #dbdbdb), linear-gradient(#dbdbdb, #dbdbdb), linear-gradient(#dbdbdb, #dbdbdb), linear-gradient(#dbdbdb, #dbdbdb);
  background-repeat: no-repeat;
  background-position: left 0, left 17px, left 35px, left 52px;
  background-size: 100% 1px, 100% 1px, 100% 1px, 100% 1px;
}

.floor-map__image {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.floor-map__room, .floor-map__facility {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.floor-map__room + .floor-map__room, .floor-map__room + .floor-map__facility, .floor-map__facility + .floor-map__room, .floor-map__facility + .floor-map__facility {
  margin-top: 10px;
}
.floor-map__room > li, .floor-map__facility > li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.floor-map__room > li img, .floor-map__facility > li img {
  flex-shrink: 0;
}
.floor-map__text {
  margin-top: 50px;
  font-weight: 500;
}

.floor-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}
.floor-tab__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-bottom: solid 6px #e9e9e9;
}
.floor-tab__button[data-tab-active] {
  border-bottom-color: #1c683a;
}

.top-about::before {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: -1;
  width: 1280px;
  height: 100%;
  pointer-events: none;
  content: "";
  background: url("../images/top_about_bg_top_pc.png") no-repeat top center, url("../images/top_about_bg_bottom_pc.png") no-repeat bottom center;
  background-size: 1280px auto;
  transform: translateX(50%);
}
.top-about__text {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
.top-about__text span {
  color: #fff200;
}
.top-about__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 85px;
}
.top-about__more > a {
  transition: opacity 0.2s;
}
.top-about__more > a:hover {
  opacity: 0.6;
}
.top-about__more > a {
  position: relative;
  display: block;
  width: 150px;
  padding: 13px 30px 13px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #1c683a;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.top-about__more > a::before {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: auto 0;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.top-about__more > a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 6px;
  height: 10px;
  margin: auto 0;
  content: "";
  border: solid transparent;
  border-width: 5px 0 5px 6px;
  border-left-color: #1c683a;
  border-radius: 2px;
}

.top-access {
  display: grid;
  grid-template-columns: 40.7407407407% 1fr;
  gap: 50px;
}
.top-access__map .access-map iframe {
  height: auto;
  aspect-ratio: 440/350;
}
.top-access__map p {
  margin-top: 20px;
  font-size: 1.6rem;
}
.top-access__route-section + .top-access__route-section {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dadada;
}
.top-access__route-title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c683a;
}
.top-access__route-list {
  font-size: 1.6rem;
}
.top-access__route-list > li {
  position: relative;
  padding-left: 20px;
}
.top-access__route-list > li + li {
  margin-top: 2px;
}
.top-access__route-list > li::before {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #333;
  border-radius: 50%;
}
.top-access__route-note {
  margin-top: 8px;
  font-size: 1.6rem;
  color: #636363;
}

.top-calendar {
  display: flex;
}
.top-calendar::after {
  display: block;
  flex-shrink: 0;
  width: 50vw;
  max-width: 640px;
  margin-top: -152px;
  content: "";
  background: url("../images/top_calendar_image.jpg") no-repeat center;
  background-size: cover;
}
.top-calendar__inner {
  flex-shrink: 0;
  width: 50%;
  padding: 0 100px 50px 0;
}
.top-calendar__box {
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.top-calendar__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 32px;
  margin: 0 auto -32px;
  pointer-events: none;
}
.top-calendar__arrow-button {
  transition: filter 0.2s;
}
.top-calendar__arrow-button:hover {
  filter: contrast(43%) brightness(140%);
}
.top-calendar__arrow-button {
  position: relative;
  width: 30px;
  height: 30px;
  pointer-events: auto;
}
.top-calendar__arrow-button::before {
  position: absolute;
  inset: 0;
  width: 8px;
  height: 10px;
  margin: auto;
  content: "";
  border: solid transparent;
  border-radius: 2px;
}
.top-calendar__arrow-button--prev {
  margin-right: auto;
}
.top-calendar__arrow-button--prev::before {
  border-width: 5px 7px 5px 0;
  border-right-color: #333;
}
.top-calendar__arrow-button--next {
  margin-left: auto;
}
.top-calendar__arrow-button--next::before {
  border-width: 5px 0 5px 7px;
  border-left-color: #333;
}
.top-calendar__arrow-button--hidden {
  display: none;
}
.top-calendar__calendar {
  display: none;
}
.top-calendar__calendar--active {
  display: block;
}
.top-calendar__header {
  height: 32px;
  padding-top: 4px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-bottom: solid 1px #cecece;
}
.top-calendar__header span {
  font-size: 2rem;
  font-weight: 500;
}
.top-calendar__week, .top-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 336px;
  margin: 0 auto;
  text-align: center;
}
.top-calendar__week {
  margin-bottom: 10px;
}
.top-calendar__week-day {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #7e818c;
}
.top-calendar__week-day--sun {
  color: #dc6363;
}
.top-calendar__week-day--sat {
  color: #5970ce;
}
.top-calendar__days {
  gap: 20px 0;
}
.top-calendar__days-day {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 28px;
  height: 28px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
}
a.top-calendar__days-day {
  transition: filter 0.2s;
}
a.top-calendar__days-day:hover {
  filter: contrast(43%) brightness(140%);
}
a.top-calendar__days-day {
  color: #1c683a;
}

.top-calendar__days-day--closed {
  color: #fff;
  background-color: #1c683a;
}
.top-calendar__days-day--empty {
  visibility: hidden;
}
.top-calendar__text {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-calendar__text::before {
  color: #1c683a;
  content: "● ";
}
.top-calendar__note {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #636363;
}

.top-mv__image {
  display: block;
  width: 100%;
  aspect-ratio: 1280/400;
}
.top-mv__pagination {
  position: static;
  display: none;
  gap: 15px;
  justify-content: center;
  min-height: 10px;
  margin-top: 15px;
}
.top-mv__pagination > span {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: #e7e7e7;
  opacity: 1;
}
.top-mv__pagination > span.swiper-pagination-bullet-active {
  background-color: #bfbfbf;
}
.top-mv--slider .top-mv__pagination {
  display: flex;
}

.top-pickup {
  line-height: 1.5;
}
.top-pickup__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.top-pickup__list > li > a {
  transition: filter 0.2s;
}
.top-pickup__list > li > a:hover {
  filter: contrast(43%) brightness(140%);
}
.top-pickup__list > li > a {
  display: block;
  height: 100%;
  padding: 20px 27px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.top-pickup__image {
  display: block;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  overflow: hidden;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}
.top-pickup__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-pickup__content {
  display: block;
}
.top-pickup__date {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1c683a;
}
.top-pickup__title {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
}

.top-title {
  margin-bottom: 30px;
  line-height: 1.5;
}
.top-title__en {
  font-size: 1.3rem;
  font-weight: 900;
  color: #1c683a;
}
.top-title__ja {
  font-size: 3.5rem;
  font-weight: 900;
}
.top-title--white .top-title__en, .top-title--white .top-title__ja {
  color: #fff;
}

.page-about__section {
  margin-bottom: 100px;
}
.page-about__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.page-about__lead + .page-about__lead {
  margin-top: 20px;
}

.page-event__footer {
  margin-top: 50px;
}
.page-event__qr {
  display: flex;
  gap: 20px;
  align-items: center;
}

.page-floor__image {
  margin-top: 20px;
}
.page-floor__image img {
  height: revert-layer;
  object-fit: cover;
}
.page-floor__buttons {
  margin-top: 30px;
}
.page-floor__buttons .link-buttons {
  justify-content: flex-start;
}

.page-guide__small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.page-guide__note {
  margin-top: 5px !important;
  font-size: 1.3rem;
  color: #636363;
}
.page-guide__images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}
.page-guide__images img {
  height: revert-layer;
  object-fit: cover;
}
.page-guide__images button {
  transition: filter 0.2s;
}
.page-guide__images button:hover {
  filter: contrast(43%) brightness(140%);
}
.contents-list > li .page-guide__images {
  margin-top: 10px;
}

.page-guide__dl {
  display: grid;
  grid-template-columns: 140px 1fr !important;
  gap: 0 20px;
}
.page-guide__dl dt,
.page-guide__dl dd {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.page-guide__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 30px;
}
.page-guide__step > li {
  position: relative;
  padding-left: 80px !important;
}
.page-guide__step > li + li {
  margin-top: 20px !important;
}
.page-guide__step > li::before {
  content: none !important;
}
.page-guide__step > li span {
  position: absolute;
  top: 0;
  left: 10px;
  width: 50px;
  height: 100%;
  margin-right: 20px;
  font-weight: 700;
  color: #1c683a;
}
.page-guide__step > li span::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 16px;
  height: 10px;
  margin: 0 auto;
  content: "";
  border: solid transparent;
  border-width: 10px 8px 0;
  border-top-color: #1c683a;
  border-radius: 2px;
}
.page-guide__step > li:last-child span::after {
  content: none;
}

.page-top__section {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.page-top__section:last-child {
  margin-bottom: -50px;
}
.page-top__section--primary {
  background-color: #1c683a;
}
.page-top__section--gray {
  background-color: #f4f4f4;
}
.page-top__section--bg::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 280px;
  content: "";
  background: url("../images/top_news_bg.jpg") no-repeat center;
  background-size: cover;
}
.page-top__section .link-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) and (min-width: 960px){
  .header__sns {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1199px){
  .header__menu > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__content {
    gap: 20px;
  }
  .header__sns > li > a > img {
    width: 20px;
  }
  .header__translator {
    margin-top: auto;
  }
  .header__translator #google_language_translator select.goog-te-combo {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .top-calendar__inner {
    padding: 0 60px 25px 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px){
  .none-tab {
    display: none;
  }
}
@media screen and (max-width: 959px){
  .wrapper * {
    scroll-margin-top: 60px;
  }
  .anchor-buttons > li > a {
    padding: 12px 25px;
  }
  .anchor-buttons > li > a::after {
    right: 12px;
  }
  .error-contents__button a {
    width: 335px;
    max-width: 100%;
  }
  .header {
    position: sticky;
    top: 0;
  }
  .header > .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__logo > a {
    max-width: 120px;
  }
  .header__nav {
    position: absolute;
    top: 60px;
    left: 0;
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: 0.4s grid-template-rows;
  }
  .header__nav > .inner {
    overflow: hidden;
  }
  .header--open .header__nav {
    grid-template-rows: 1fr;
  }
  .header__menu {
    flex-direction: column;
    gap: 15px;
    align-items: normal;
    justify-content: normal;
    width: 100%;
    padding-top: 20px;
    margin: 0;
  }
  .header__menu > li {
    padding: 5px 0;
  }
  .header__menu > li + li {
    border-left: 0;
  }
  .header__content {
    flex-direction: column;
    gap: 20px;
    align-items: normal;
    justify-content: normal;
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .header__contact {
    order: 4;
  }
  .header__contact-tel {
    font-size: 3.1rem;
  }
  .header__contact-tel svg {
    width: 18px;
    height: 24px;
  }
  .header__contact-time {
    font-size: 1.4rem;
  }
  .header__buttons {
    justify-content: center;
    order: 3;
  }
  .header__buttons > a {
    width: 335px;
    max-width: 100%;
  }
  .header__buttons > a:nth-child(2) {
    display: none;
  }
  .header__sns {
    gap: 15px;
    justify-content: center;
    order: 1;
  }
  .header__sns > li > a > img {
    width: 40px;
  }
  .header__translator {
    display: flex;
    justify-content: center;
    order: 2;
  }
  .link-buttons > li {
    width: calc((100% - 15px) / 2);
  }
  .top-calendar__inner {
    padding: 0 20px 0 0;
  }
  .top-pickup__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px){
  .main {
    padding-bottom: 40px;
  }
  .section + .section {
    margin-top: 40px;
  }
  .box {
    padding: 20px;
  }
  .none-sp {
    display: none;
  }
  .anchor-buttons {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .anchor-buttons > li > a {
    min-height: auto;
    padding: 6px 25px;
    font-size: 1.2rem;
    border-radius: 14px;
  }
  .contents-dl,
  .contents dl {
    grid-template-columns: 120px 1fr;
  }
  .contents-dl dt,
  .contents-dl dd,
  .contents dl dt,
  .contents dl dd {
    padding: 8px 20px;
  }
  h2.contents-title,
  .contents h2 {
    padding: 0 0 10px 20px;
    margin-top: 40px;
    font-size: 1.8rem;
  }
  h2.contents-title::before,
  .contents h2::before {
    width: 18px;
    height: 26px;
  }
  h2.contents-title::after,
  .contents h2::after {
    height: 5px;
  }
  h3.contents-title,
  .contents h3 {
    font-size: 1.6rem;
  }
  .error-contents {
    padding: 40px 0 0;
  }
  .error-contents__title::after {
    top: 16px;
    right: -46px;
    width: 40px;
  }
  .error-contents__title p {
    height: 80px;
    font-size: 10rem;
  }
  .error-contents__title h1 {
    margin-top: 8px;
    font-size: 2.5rem;
  }
  .error-contents__text {
    max-width: 385px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .error-contents__button {
    margin-top: 40px;
  }
  .event-list__header {
    margin-bottom: 20px;
  }
  .event-list__header-title {
    font-size: 2rem;
  }
  .event-list__header-arrow {
    font-size: 1.6rem;
  }
  .event-list__list > li {
    grid-template-columns: 1fr;
  }
  .event-list__date {
    padding: 10px 20px;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .event-list__events {
    padding: 10px 20px;
  }
  .faq-item {
    margin: 0;
  }
  .faq-item dt,
  .faq-item dd {
    padding-left: 35px;
  }
  .faq-item dt::before,
  .faq-item dd::before {
    top: 3px;
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
  }
  .faq-item dd::before {
    font-size: 1.6rem;
  }
  .footer__banner-list > li {
    width: calc((100% - 20px) / 2);
  }
  .footer__content > .inner {
    flex-direction: column;
    gap: 30px;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__address {
    display: flex;
    justify-content: center;
  }
  .footer__contact {
    text-align: center;
  }
  .footer__menu, .footer__submenu {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .footer__lottery {
    text-align: center;
  }
  .image-modal_image {
    border-width: 10px;
    border-radius: 5px;
  }
  .image-modal_image > img {
    max-height: calc(100vh - 60px);
  }
  .image-modal_close {
    top: -18px;
    right: -18px;
    width: 25px;
    height: 25px;
  }
  .image-modal_close::before, .image-modal_close::after {
    width: 12px;
    height: 1px;
  }
  .link-buttons {
    flex-flow: column nowrap;
  }
  .link-buttons > li {
    width: 100%;
  }
  .link-buttons > li > a {
    min-height: 60px;
    padding: 4px 40px;
    font-size: 1.4rem;
  }
  .link-buttons > li > a::after {
    right: 20px;
  }
  .page-title {
    padding: 22px 0;
    margin-bottom: 40px;
  }
  .page-title__en {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .page-title__ja {
    font-size: 3.2rem;
  }
  .pagination .page-numbers {
    font-size: 1.8rem;
  }
  .pagination .page-numbers.prev {
    margin-right: 10px;
  }
  .pagination .page-numbers.next {
    margin-left: 10px;
  }
  .post-header__title {
    font-size: 2.8rem;
  }
  .post-list__list > li > a {
    flex-wrap: wrap;
    gap: 6px 15px;
    padding: 18px 40px 18px 10px;
  }
  .post-list__list > li > a::after {
    right: 10px;
  }
  .post-list__tag {
    width: calc(100% - 93px);
  }
  .post-list__title {
    width: 100%;
  }
  .post-list__more {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .about-list > li {
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .about-list > li::before {
    top: 6px;
    width: 18px;
    height: 18px;
  }
  .about-list > li::after {
    top: 10px;
    width: 5px;
    height: 9px;
  }
  .about-title {
    min-height: 42px;
    padding: 3px 0 3px 35px;
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .about-title::before {
    left: 8px;
    width: 20px;
    height: 28px;
  }
  .about-title::after {
    width: 100%;
    height: 42px;
    background-position: left 0, left 14px, left 27px, left 41px;
  }
  .floor-map__image {
    margin-bottom: 30px;
  }
  .floor-map__room, .floor-map__facility {
    gap: 8px 20px;
    font-size: 1.8rem;
  }
  .floor-map__text {
    margin-top: 40px;
  }
  .floor-tab {
    margin-bottom: 40px;
  }
  .floor-tab__button {
    font-size: 1.4rem;
    border-bottom-width: 4px;
  }
  .top-about::before {
    width: 100%;
    background-image: url("../images/top_about_bg_top_sp.png"), url("../images/top_about_bg_bottom_sp.png");
    background-position: top right, bottom left;
    background-size: 425px auto;
  }
  .top-about__text {
    font-size: 1.8rem;
  }
  .top-about__more {
    margin-top: 40px;
  }
  .top-access {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .top-calendar {
    display: block;
  }
  .top-calendar::after {
    width: auto;
    max-width: none;
    aspect-ratio: 375/175;
    margin: 40px -20px 0;
    background-position: bottom center;
  }
  .top-calendar__inner {
    width: auto;
    padding-right: 0;
  }
  .top-calendar__box {
    padding: 15px 20px 20px;
  }
  .top-mv__image {
    aspect-ratio: 375/400;
  }
  .top-pickup__list {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .top-pickup__list > li > a {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    align-items: center;
    padding: 15px;
  }
  .top-pickup__image {
    margin-bottom: 0;
  }
  .top-title {
    margin-bottom: 25px;
  }
  .top-title__en {
    font-size: 1.2rem;
  }
  .top-title__ja {
    font-size: 2.8rem;
  }
  .page-about__section {
    margin-bottom: 80px;
  }
  .page-event__footer {
    margin-bottom: 40px;
  }
  .page-event__qr {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  .page-guide__images {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-guide__buttons {
    gap: 20px;
  }
  .page-guide__step > li {
    padding-left: 65px !important;
  }
  .page-guide__step > li span {
    left: 0;
  }
  .page-top__section {
    padding: 40px 0;
  }
  .page-top__section:last-child {
    margin-bottom: -40px;
  }
  .page-top__section--bg::before {
    height: 54%;
  }
  .page-top__section .link-buttons {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px){
  .inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .inner {
    max-width: 1220px;
  }
  .header .inner {
    max-width: 1280px;
  }
  .image-modal_inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
  .floor-tab__button br {
    display: none;
  }
}
@media screen and (min-width: 960px){
  .none-pc {
    display: none;
  }
  .header__logo {
    order: 1;
  }
  .header__nav {
    display: contents;
  }
  .header__nav > .inner {
    display: contents;
  }
  .header__menu {
    order: 3;
  }
  .header__content {
    order: 2;
  }
  .header__toggle {
    display: none;
  }
  .page-floor__buttons .link-buttons > li {
    width: calc((100% - 30px) / 3);
  }
  .page-top__section .link-buttons {
    flex-wrap: nowrap;
  }
  .page-top__section .link-buttons > li {
    width: 100%;
  }
}