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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

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

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=number],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  color: #001110;
  font-weight: 400;
  font-style: normal;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.spBlock {
  display: none;
}
@media screen and (max-width: 500px) {
  .spBlock {
    display: block;
  }
}

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

.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 375px;
  margin: 0 auto;
  z-index: 1000;
}
@media screen and (max-width: 500px) {
  .footer {
    width: 100%;
    min-width: 375px;
    overflow-x: scroll;
  }
}
.footer__nav {
  background-color: #F2F1F6;
  border-top: 0.5px solid #3F2922;
  padding: 0 25px 14px 25px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__list {
  position: relative;
  padding: 14px 0 0 0;
}
.footer__home:hover, .footer__home.is-active {
  color: #00807F;
}
.footer__home:hover::before, .footer__home.is-active::before {
  background: url("../images/menu01-hover.svg") center no-repeat;
}
.footer__home:hover::after, .footer__home.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #00807F;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__home:hover {
  color: #00807F;
}
.footer__home::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu01.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__home:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu01-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__home:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #00807F;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__post:hover, .footer__post.is-active {
  color: #9bc2d6;
}
.footer__post:hover::before, .footer__post.is-active::before {
  background-image: url("../images/menu03-hover.svg");
}
.footer__post:hover::after, .footer__post.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #9bc2d6;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__post:hover {
  color: #9bc2d6;
}
.footer__post::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post::before.is-active {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu03-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__post:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #9bc2d6;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__map:hover, .footer__map.is-active {
  color: #f0c929;
}
.footer__map:hover::before, .footer__map.is-active::before {
  background: url("../images/menu04-hover.svg") center no-repeat;
}
.footer__map:hover::after, .footer__map.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0c929;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__map:hover {
  color: #f0c929;
}
.footer__map::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu04.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__map:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu04-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__map:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0c929;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__calendar:hover, .footer__calendar.is-active {
  color: #aea5c9;
}
.footer__calendar:hover::before, .footer__calendar.is-active::before {
  background: url("../images/menu05-hover.svg") center no-repeat;
}
.footer__calendar:hover::after, .footer__calendar.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #aea5c9;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__calendar:hover {
  color: #aea5c9;
}
.footer__calendar::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu05.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__calendar:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu05-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__calendar:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #aea5c9;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__life:hover, .footer__life.is-active {
  color: #D87856;
}
.footer__life:hover::before, .footer__life.is-active::before {
  background: url("../images/menu02-hover.svg") center no-repeat;
}
.footer__life:hover::after, .footer__life.is-active::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #D87856;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__life:hover {
  color: #D87856;
}
.footer__life::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu02.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__life:hover::before {
  display: block;
  content: "";
  width: 45px;
  height: 41px;
  background: url("../images/menu02-hover.svg") center no-repeat;
  background-size: contain;
  margin: 0 auto 5px auto;
}
.footer__life:hover::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  left: 0;
  background-color: #D87856;
  width: 28px;
  height: 3px;
  margin: auto;
}
.footer__link {
  display: block;
  font-size: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #3F2922;
  text-align: center;
}

#page-home .footer__home,
#page-home .footer__calendar,
#page-post .footer__post,
#page-map .footer__map,
#page-life .footer__life {
  color: #00807F;
  font-weight: bold;
  pointer-events: none;
}

.footer__link a.is-active {
  /* ここにアクティブ時の色を指定（例：アイコンと文字を茶色に） */
  color: #f26e2b;
  -webkit-filter: none;
          filter: none; /* 元の画像が黒やグレーで、色を変えたい場合は filter や画像を差し替える処理が必要になります */
}

html {
  scroll-behavior: smooth;
}

.main-content {
  background-color: azure;
}
.main-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .main-content__inner {
    display: block;
  }
}
/* PC幅のときのみ表示（スマホ・タブレットでは非表示） */
.main-content__comingsoon01 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: azure;
  width: calc((100% - 375px) / 2);
  z-index: 0;
}
.main-content__comingsoon02 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: azure;
  width: calc((100% - 375px) / 2);
  z-index: 0;
}
@media screen and (min-width: 501px) {
  .main-content__comingsoon01,
  .main-content__comingsoon02 {
    display: block;
  }
}

.contents {
  position: relative;
  width: 375px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .contents {
    width: 100%;
    min-width: 375px;
    overflow-x: scroll;
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.head {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0 0 8px 0;
}
.head__link {
  position: absolute;
  width: 38px;
  display: inline-block;
  top: 23px;
  left: 18px;
}
.head__link:hover {
  opacity: 0.6;
}
.head__world {
  width: 100%;
}
.head__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
}
.head__block {
  padding: 23px 0 0 0;
}
.head__alert {
  display: block;
  width: 23px;
  margin: 0 6px -3px 0;
}
.head__alerticon {
  width: 100%;
}
.head__label {
  width: 90%;
  margin: 0 auto;
  padding: 4px 12px;
  background-color: #00807F;
  overflow: hidden;
}
.head__newstxt {
  display: inline;
  margin: 0 80px 0 0;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
}

.slide-sample {
  width: calc(100% - 50px);
  overflow: hidden;
}

.slide-sample ul {
  display: inline-block;
  margin: 0;
  padding-left: 100%;
  white-space: nowrap;
  -webkit-animation: SlideSample 24s linear infinite;
          animation: SlideSample 24s linear infinite;
}

.slide-sample ul li {
  display: inline-block;
  margin: 0 50px 0 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #ffffff;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
}

@-webkit-keyframes SlideSample {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes SlideSample {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ボックス全体のレイアウト調整 ↓ */
.box {
  padding: 4px 15px;
  background-color: #00807F;
}
.box__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  padding: 3px 0px 3px 15px;
  background-color: #F0C929;
}

/* 指定席ボックスのデザイン ↓ */
.left-box {
  width: 22px;
  margin: 0 8px 0 0;
}

.app {
  position: relative;
  padding: 0 0 40px 0;
}
.app__logo {
  width: 190px;
  margin: 0 auto;
}
.app__theme {
  width: 160px;
  margin: 18px auto 16px auto;
}
.app__btn {
  position: absolute;
  width: 125px;
  right: 18px;
  bottom: 0px;
}
.app__info {
  width: 90%;
  margin: 0 auto;
}
.app__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1.5px solid #001110;
  -webkit-box-shadow: 4px 4px 0 #001110;
          box-shadow: 4px 4px 0 #001110;
  border-radius: 10px;
  padding: 6px 0 6px 10px;
  margin: 0 0 13px 0;
}
.app__icon {
  width: 30px;
  margin: 0 10px 0 0;
}
.app__txt {
  width: 92%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  margin: 0 10px 0 0;
}
.app__media {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.news {
  width: 100%;
  background-color: #fff;
}
.news__head {
  background-color: #00807F;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.news__txtimg {
  display: block;
  width: 90px;
  margin: 0 auto;
  padding: 8px 0;
}
.news__post {
  width: 100%;
  display: block;
  padding: 14px 0 12px 0;
  border-bottom: 1px solid #F0F0F2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__post:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.news__block {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto;
}
.news__image {
  width: 35%;
}
.news__thumbnail {
  width: 95%;
  display: block;
  margin: 0 0 0 auto;
}
.news__detail {
  position: relative;
  width: 65%;
  padding: 0 10px 0 0;
}
.news__posttitle {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
}
.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 10px 0 0 0;
}
.news__media {
  font-size: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
}
.news__date {
  font-size: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
}
.news__good {
  position: absolute;
  width: 12px;
  right: 10px;
  bottom: 0;
}
.news__icon {
  display: inline-block;
  width: 12px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.news__linkicon {
  display: inline-block;
  width: 12px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.hp {
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #F0F0F2;
  background-color: #fff;
}
.hp__link {
  display: block;
  width: 90%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hp__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hp__image {
  width: 100%;
}

.splide {
  position: relative;
  padding: 0 0 5px 0;
}

.splide__pagination {
  bottom: 1em !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #fff !important;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 9px !important;
  width: 9px !important;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.splide__pagination__page.is-active {
  background: #001110 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
}

.com {
  padding: 10px 0 0 0;
}
.com__name {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 26px auto 15px auto;
  background-color: #00807F;
  padding: 8px 0;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.com__company {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
  margin: 0 auto 0 auto;
}
.com__company02 {
  width: 90%;
  margin: 0 auto 0 auto;
}
.com__logo {
  width: 31%;
}
.com__imgs {
  width: 100%;
}
.com__btn {
  width: 105px;
  display: block;
  margin: 10px 21px 0 auto;
}
.com__btnimg {
  width: 100%;
}

.comingsoon {
  width: 100%;
  min-height: 90vh;
  background-color: #fff;
}
.comingsoon__inner {
  position: relative;
  padding: 192px 0 0 0;
}
.comingsoon__ten {
  position: absolute;
  width: 295px;
  top: 133px;
  left: 0;
  right: 0;
  margin: auto;
}
.comingsoon__coming {
  display: block;
  width: 207px;
  margin: 0 auto 22px auto;
}
.comingsoon__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
  font-size: 14px;
  text-align: center;
}

.comingsoon02 {
  width: 100%;
}
.comingsoon02__inner {
  position: relative;
  padding: 243px 0 0 0;
}
.comingsoon02__ten {
  position: absolute;
  width: 272px;
  top: 184px;
  left: 0;
  right: 0;
  margin: auto;
}
.comingsoon02__coming {
  display: block;
  width: 164px;
  margin: 0 auto 22px auto;
}
.comingsoon02__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001110;
  font-size: 14px;
  text-align: center;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeInUp 1.1s ease-out forwards;
          animation: fadeInUp 1.1s ease-out forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}