@charset "UTF-8";
/* ---------- リセット系 ---------- */
html {
  font-size: 10px;
}

html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- ヘッダー ---------- */
header {
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

header div {
  max-width: 1440px;
  width: 100%;
  /* min-width: 641px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    min-width: inherit;
    margin: 0 7px;
  }
}
header div a img {
  height: 47px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  header div a img {
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 24px;
    height: 18px;
    width: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  header div a img {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 57px;
  }
}
.left {
  margin: 0px;
  /* padding-left: 3%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.right {
  float: right;
  height: 37px;
  height: 32px;
  padding-right: 2%;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .right {
    height: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 21px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 370px) {
  .right {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .left {
    margin: 0px;
    gap: 0px;
  }
  .left img {
    margin-right: 10px;
  }
}
.rogo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

#top .left .rogo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
}
@media screen and (max-width: 1200px) {
  #top .left .rogo_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top .left .rogo_wrap {
    gap: 1vw;
  }
}

/* ---------- フッター ---------- */
footer {
  position: relative;
  z-index: 2;
  background: white;
  padding-top: 73px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  background-color: white;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .footer-container {
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
}

.foot_border {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer__inner__top {
  width: 100%;
  padding: 4em;
  background-color: var(--yellow02);
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .footer__inner__top {
    width: 100%;
    padding: 20px 4%;
  }
}
.footer-container_detail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
}

.footer__anno__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer__anno__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__anno__ul {
  margin-bottom: 0;
}

.footer__anno__li {
  padding-left: 0.6em;
  text-indent: -0.6em;
  text-align: justify;
}

.footer__anno__box {
  max-width: 940px;
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  padding: 1.3em;
  text-align: justify;
}
.footer__anno__box p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer__anno__box {
    width: 100%;
    padding: 0px;
  }
}
.footer__anno__box .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.footer__anno__box .sns-box .share_txt {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex li {
  width: 28px;
}
.footer__anno__box .sns-box .icon-flex li a {
  display: block;
  width: 100%;
}

.footer__inner__bottom {
  width: 100%;
  padding: 4em;
}

@media screen and (max-width: 768px) {
  .footer__inner__bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-fluid {
  display: block;
  /* overflow: hidden; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid p {
  margin-bottom: 10%;
}

@media (max-width: 414px) {
  .container-fluid p {
    margin-bottom: 20%;
  }
  .footer-container_detail {
    font-size: 3.2vw;
  }
}
#footer_nav {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
  }
}
@media (max-width: 414px) {
  #footer_nav {
    width: 100%;
    padding-top: 0px;
    padding-left: inherit;
  }
}
#footer_nav li {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  /* margin: 0; */
  list-style-type: none;
  /* float: left; */
  /* width: 33.3%; */
  /* width: 25%; */
  /* list-style-position: outside; */
  position: relative;
}

@media (max-width: 950px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
    text-align: center;
  }
}
@media (max-width: 414px) {
  #footer_nav li {
    /* font-size: 11px; */
    font-size: 3.1vw;
    width: 100%;
    padding-bottom: 10px;
  }
}
#footer_nav li:not(:first-of-type) {
  margin-left: 2em;
}

@media (max-width: 950px) {
  #footer_nav li:last-of-type {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li:not(:first-of-type),
  #footer_nav li:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer_nav li:not(:last-of-type)::after {
  content: "|";
  font-size: 1.5em;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  right: -0.8em;
}

@media screen and (max-width: 768px) {
  #footer_nav li:not(:last-of-type)::after {
    content: none;
  }
}
#footer_nav li a {
  color: #000000;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: none;
  color: #999999;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 45px;
  color: #231815;
  font-size: 13px;
  display: block;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.footer__logo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 950px) {
  .footer__logo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
}

.footer__logo__left img {
  max-height: 58.6px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 950px) {
  .footer__logo__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo__left img {
    max-width: 150px;
  }
}
@media (max-width: 414px) {
  .footer__logo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo__left,
  .footer__logo__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
/* コピーライトの改行なし */
.footer .container-fluid br {
  display: none;
}

@media (max-width: 414px) {
  .footer .container-fluid br {
    display: inline-block;
  }
  .footer {
    font-size: 2.8vw;
  }
}
/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9998;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-indent: 0px;
  line-height: 300%;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Noto Sans";
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    text-indent: 0px;
    line-height: 300%;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Noto Sans";
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 30px;
    bottom: 86px;
    right: 10px;
    z-index: 9998;
  }
}

.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 266px;
  }
}
@media (max-width: 420px) {
  .footer__logo__right a {
    width: 80%;
  }
  .footer_logo {
    width: 100%;
  }
}
.copyright {
  font-size: 12px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

video {
  width: 100%;
}

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

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  border: 0;
  border-radius: 0;
}

section {
  position: relative;
}

.contents-inner {
  max-width: 508px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: #FFF67F;
}
@media screen and (max-width: 1100px) {
  .contents-inner {
    max-width: 400px;
  }
}
.contents-inner.inside {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 600px) {
  .contents-inner {
    max-width: inherit;
  }
}

.contents_BG_wrap {
  overflow: hidden;
  background-image: url(../images/contents_BG_wrap.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

:root {
  --yellow01: #fcdc7d;
  --blue01: #144292;
  --pink01: #f3bbd4;
  --green01: #cddcc7;
  --blue02: #c7d2e6;
  --redo01: #e6320a;
  --red02: #ba001f;
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

#KV {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner {
    padding: 0;
  }
}
#KV .contents-inner h1 {
  position: relative;
  padding-top: 38px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner h1 {
    padding-top: 0;
    z-index: inherit;
  }
}
#KV .contents-inner h1 .KV {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner h1 .KV {
    padding-top: 7vw;
    padding-bottom: 6vw;
  }
}
#KV .contents-inner h1 .KV_date {
  position: absolute;
  width: 32%;
  right: -5%;
  top: 32%;
  z-index: 2;
}
#KV .contents-inner h1 .KV_BG_illust {
  position: absolute;
  width: 30%;
  z-index: 1;
}
#KV .contents-inner h1 .KV_BG_illust.illust01 {
  width: 50%;
  top: 3%;
  left: -22%;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner h1 .KV_BG_illust.illust01 {
    width: 44%;
    top: 0%;
    left: 1%;
  }
}
#KV .contents-inner h1 .KV_BG_illust.illust02 {
  width: 50.5%;
  top: 1%;
  right: -18%;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner h1 .KV_BG_illust.illust02 {
    width: 41%;
    top: 2%;
    right: 1%;
  }
}
#KV .contents-inner h1 .KV_BG_illust.illust03 {
  width: 31%;
  bottom: -9%;
  left: -8%;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner h1 .KV_BG_illust.illust03 {
    width: 30%;
    bottom: 7%;
    left: 0%;
  }
}
#KV .contents-inner h1 .KV_BG_illust.illust04 {
  width: 48%;
  bottom: -11%;
  right: -20%;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner h1 .KV_BG_illust.illust04 {
    width: 41%;
    bottom: -3%;
    right: 1%;
  }
}
#KV .contents-inner .KV_lead {
  display: block;
  width: 63%;
  margin: 0 auto;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #KV .contents-inner .KV_title {
    padding-bottom: 3vw;
  }
}

.facility_name {
  background-color: black;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 22px 0;
}
@media screen and (max-width: 1050px) {
  .facility_name {
    font-size: 20px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .facility_name {
    font-size: min(4.1vw, 25px);
    padding: 12px 0;
    line-height: 1.4;
  }
}

/* 共通の回転アニメーション設定 */
.rotate {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* パターン1 */
.rotate01 {
  -webkit-animation-name: rotateAnimation01;
          animation-name: rotateAnimation01;
}

@-webkit-keyframes rotateAnimation01 {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

@keyframes rotateAnimation01 {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
/* パターン2 */
.rotate02 {
  -webkit-animation-name: rotateAnimation02;
          animation-name: rotateAnimation02;
}

@-webkit-keyframes rotateAnimation02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateAnimation02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* パターン3 */
.rotate03 {
  -webkit-animation-name: rotateAnimation03;
          animation-name: rotateAnimation03;
}

@-webkit-keyframes rotateAnimation03 {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}

@keyframes rotateAnimation03 {
  0% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}
/* パターン4 */
.rotate04 {
  -webkit-animation-name: rotateAnimation04;
          animation-name: rotateAnimation04;
}

@-webkit-keyframes rotateAnimation04 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateAnimation04 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* パターン5 */
.rotate05 {
  -webkit-animation-name: rotateAnimation05;
          animation-name: rotateAnimation05;
}

@-webkit-keyframes rotateAnimation05 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}

@keyframes rotateAnimation05 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
/* パターン6 */
.rotate06 {
  -webkit-animation-name: rotateAnimation06;
          animation-name: rotateAnimation06;
}

@-webkit-keyframes rotateAnimation06 {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

@keyframes rotateAnimation06 {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
#intro .contents-inner .facility_name {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 6px;
  background-color: #0068B6;
  padding: 11px 0;
  margin-bottom: 25px;
  border: 2px solid white;
}
#intro .contents-inner .facility_name.facility02 {
  background-color: #DE0073;
}
#intro .contents-inner .facility_name.facility03 {
  background-color: #1F923F;
}

#intro .contents-inner,
#other .contents-inner {
  padding: 0 2%;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  #intro .contents-inner,
  #other .contents-inner {
    padding: 0 5%;
  }
}

/* フッター */
.footer {
  padding: 0 0 50px 0;
  height: inherit;
  display: block;
  margin: 0 auto;
}

.footer .pagetop {
  margin-top: 0;
}

.footer .pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer .pagetop .pagetop__inner {
  text-align: right;
  padding: 7px 20px;
  margin: 0 auto;
}

.footer .pagetop .pagetop__inner span {
  color: black;
}

.footer .pagetop:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer__head {
  padding: 40px 40px 50px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.footer-inner_wrap {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.footer__body ul {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.footer__body ul {
  margin: 0 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer__body ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.footer__body ul li {
  font-size: 1.3rem;
  text-align: center;
  float: none;
  border: none;
  padding: 0;
  border-right: 1px solid #ccc;
}
.footer__body ul li.border-none {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__body ul li {
    border-right: 0;
  }
}

.footer__body ul li a {
  display: block;
  width: 100%;
}

.footer__body ul li a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-right: 1px solid #ccc;
}

.add_border {
  border-right: 1px solid #ccc;
}

.footer__body ul li .border-none {
  border-right: none;
}

.footer__body ul li:nth-of-type(1) {
  width: 200px;
}

.footer__body ul li:nth-of-type(2) {
  width: 200px;
}

.footer__body ul li:nth-of-type(3) {
  width: 200px;
}

.footer__body ul li:nth-of-type(4) {
  width: 200px;
}

.footer__body ul li:nth-of-type(5) {
  width: 200px;
}

.footer__body ul li:nth-of-type(1) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(2) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(3) img {
  width: 87px;
}

.footer__body ul li:nth-of-type(4) img {
  height: 44px;
  width: auto;
}

.footer__body ul li:nth-of-type(5) img {
  width: auto;
  height: 44px;
}

.footer__body .footer__link {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.footer__body .footer__link {
  text-align: right;
  margin: 0 40px 20px;
  padding: 0 0 10px 0;
}

.footer__body .footer__link .link-text {
  color: #444;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 0;
}

.footer__body .footer__link .link-text {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__logo {
  float: right;
  width: 203px;
  height: 42px;
  max-width: none;
  text-align: right;
  margin: -5px 40px 0 0;
}

.footer.type02 .footer__logo {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.type02 .footer__logo {
  width: auto;
}

.footer__foot .links {
  padding: 0px 0 0 40px;
}

.footer__foot .links ul {
  /* overflow: hidden; */
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__foot .links ul {
  margin-bottom: 0;
}

.footer__foot .links li {
  /* float: left; */
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__foot .links li {
  padding-bottom: 0px;
  white-space: nowrap;
}

.footer__foot .links li:first-of-type {
  font-size: 1rem;
  color: #878787;
  padding: 0 5px 11px 0;
}

.footer__foot .links li:first-of-type {
  padding: 0 3px 0 0;
}

.footer__foot .copyright {
  font-size: 1rem;
  padding: 0px 0 25px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  color: #999;
}

.footer__foot .copyright {
  float: left;
  padding: 7px 0 0 0px;
  font-size: 1rem;
  text-align: left;
}

.footer__nav {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footer__nav {
  font-size: 1.2rem;
  /* float: left; */
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav li {
  padding-bottom: 10px;
  text-align: left;
}

.footer__nav li {
  /* float: left; */
  width: 20%;
}

.footer__nav li a {
  color: #444;
  text-decoration: none;
}

.footer__nav a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body ul li img {
  max-height: 44px;
}

.footer__body ul li img {
  max-height: none;
  height: auto;
}

.footer .pagetop .pagetop__inner a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .pagetop .pagetop__inner a span {
  position: relative;
  padding-right: 15px;
}

.footer__foot .links li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: #343434;
}

.footer__foot .links li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 17px;
}

.MSG_logo {
  width: 209px;
}

.footer-inner_wrap .detail p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}

.footer-inner_wrap .detail {
  margin: 40px 40px 40px;
}

.footer__body .footer__link .link-text span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .tab_only {
    display: block;
  }
  header {
    height: 57px;
    width: 100%;
  }
  .footer__logo {
    float: inherit;
    margin: 0 auto 20px;
  }
  .footer__nav li {
    width: 100%;
  }
  .footer-inner_wrap {
    width: 100%;
  }
  .footer__body ul {
    margin: 0;
  }
  .footer__body ul li {
    width: 50%;
  }
  .footer__body ul li:nth-of-type(1),
  .footer__body ul li:nth-of-type(2),
  .footer__body ul li:nth-of-type(3),
  .footer__body ul li:nth-of-type(4),
  .footer__body ul li:nth-of-type(5) {
    width: 50%;
  }
  .footer__body ul li a {
    border-right: none;
    padding: 12px 0;
  }
  .footer__body ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .footer__body ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .footer__body ul {
    padding-top: 0px;
  }
  .footer__body .footer__link {
    margin: 0 0px 20px;
    display: -webkit-box;
    display: -ms-flex box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.type02 .footer__logo {
    margin: 0 0 18px 0;
  }
  .footer-inner_wrap .detail {
    margin: 20px 0 40px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-inner_wrap .detail {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__head {
    padding: 0px 15px 50px;
  }
  .footer .pagetop .pagetop__inner {
    text-align: center;
  }
  .footer__foot .links li {
    margin-bottom: 9px;
  }
  #hightlights .info-flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hightlights .info-flex li .image {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18px;
  }
  #hightlights .info-flex li .copy {
    width: 100%;
  }
  #hightlights .info-flex li p.lead {
    font-size: min(4.8vw, 22px);
    margin-bottom: 13px;
  }
  #hightlights .info-flex li p.text {
    font-size: min(3.8vw, 16px);
  }
  h2 p {
    font-size: min(3.4vw, 12px);
  }
  h2 {
    margin-bottom: 22px;
  }
  #shop .lead {
    font-size: min(3.55vw, 15px);
  }
  .content-inner {
    width: 100%;
    padding: 0 15px;
  }
  #shop .shop-news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .shop-news_flex .floor01,
  .shop-news_flex .floor02,
  .shop-news_inner_flex .shop {
    width: 100%;
  }
  .shop-news_flex .floor p {
    font-size: min(3.7vw, 15px);
  }
  .shop-news_flex .floor {
    padding: 12px 0;
    margin-bottom: 13px;
  }
  .shop-news_flex .shop p {
    font-size: min(3.8vw, 16px);
  }
  .shop-news_flex ul.shop {
    margin-bottom: 36px;
  }
  .shop-news_flex ul.shop.floor2 {
    margin-bottom: 0px;
  }
  #shop .shop-news_inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop {
    padding: 40px 0 71px;
  }
  #info .content_flex li {
    width: 100%;
    padding: 56px 0 53px;
  }
  #hightlights {
    padding: 60px 0 60px;
  }
  #info .access .text {
    font-size: min(3.6vw, 14px);
  }
  #info .press-release .sub {
    font-size: min(3.6vw, 15px);
    padding: 10px 0;
  }
  #coming-soon .coming-title .text {
    font-size: min(3.6vw, 14px);
    margin-bottom: 17px;
  }
  #coming-soon .coming-title img {
    width: 45vw;
  }
  #coming-soon {
    padding: 40px 0 40px;
    background-image: url(../image/coming_BG_sp.png);
  }
  #news .content-inner {
    padding: 64px 0 53px;
  }
  #news .news_flex {
    width: calc(100% - 30px);
    padding: 11px 0% 18px;
  }
  #news .news_flex_wrap {
    width: 90%;
    border-radius: 9px;
  }
  #news .news_flex p {
    font-size: min(3.6vw, 14px);
  }
  #news li.day {
    padding-right: 12px;
    border-right: 1px solid;
    margin-right: 13px;
    height: 100%;
  }
  #about {
    padding: 54px 0 0px;
  }
  .BG_deco01 {
    width: 16%;
    right: 7%;
    bottom: -28%;
  }
  .BG_deco02 {
    width: 16%;
    left: 6%;
    top: -6%;
  }
  .la-logo {
    width: 59%;
    margin: 49px auto 50px;
  }
  #about .copy {
    font-size: min(3.65vw, 17px);
    letter-spacing: 0.06em;
  }
  #about .content-inner {
    margin-bottom: 50px;
  }
  #splash-logo {
    width: 50%;
  }
  #hightlights h2 {
    margin-bottom: 34px;
  }
  #shop h2 {
    margin-bottom: 41px;
  }
  #shop .lead {
    margin-bottom: 12px;
  }
  .BG_deco03 {
    width: 12%;
    right: 4%;
    top: -5%;
  }
  #shop .shop-news_frame01_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .shop-news_frame01_flex ul {
    width: 100%;
  }
  .shop-news_flex ul.shop.upper {
    margin-bottom: 0;
  }
  #shop .intro_caution {
    font-size: min(3.35vw, 13px);
  }
}
/* モーダル（矢印遷移付き）ここから */
.js-modal-open {
  cursor: pointer;
}

.modal-wrapper {
  background-image: url(../images/modal_BG01_PC.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .modal-wrapper {
    background-image: url(../images/modal_BG01_sp.jpg);
  }
}

.modal-wrapper2 {
  background-image: url(../images/modal_BG02_PC.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 {
    background-image: url(../images/modal_BG02_sp.jpg);
  }
}

/* 後で復帰  */
.modal-wrapper,
.modal-wrapper2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modal-wrapper .view-window,
.modal-wrapper2 .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow-y: scroll;
}
.modal-wrapper .modal-content-wrapper,
.modal-wrapper2 .modal-content-wrapper {
  position: absolute;
  max-width: 950px;
  width: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    position: static;
    max-width: inherit;
    width: 90%;
    display: block;
    margin: 60px auto 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    margin-top: 60px;
  }
}
.modal-wrapper .modal-content-wrapper .Motif,
.modal-wrapper2 .modal-content-wrapper .Motif {
  position: absolute;
  width: 100%;
}
.modal-wrapper .modal-content-wrapper .Motif.Motif01,
.modal-wrapper2 .modal-content-wrapper .Motif.Motif01 {
  top: -20%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper .Motif.Motif01,
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif01 {
    top: -12vw;
    width: 73%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .modal-wrapper .modal-content-wrapper .Motif.Motif01,
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif01 {
    top: -54px;
    width: 80%;
  }
}
.modal-wrapper .modal-content-wrapper .Motif.Motif02,
.modal-wrapper2 .modal-content-wrapper .Motif.Motif02 {
  bottom: -20%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper .Motif.Motif02,
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif02 {
    bottom: -12vw;
    width: 73%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 450px) {
  .modal-wrapper .modal-content-wrapper .Motif.Motif02,
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif02 {
    bottom: -54px;
    width: 80%;
  }
}
.modal-wrapper .btn-close,
.modal-wrapper2 .btn-close {
  position: absolute;
  width: 50px;
  right: 27px;
  top: -22px;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .btn-close,
  .modal-wrapper2 .btn-close {
    width: 40px;
    right: 27px;
    top: -16px;
  }
}
.modal-wrapper .btn-prev,
.modal-wrapper2 .btn-prev {
  position: absolute;
  left: 20px;
  z-index: 20;
  cursor: pointer;
  z-index: 200;
}
.modal-wrapper .btn-next,
.modal-wrapper2 .btn-next {
  position: absolute;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  z-index: 200;
}
.modal-wrapper .txt-close,
.modal-wrapper2 .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}

.modal-content {
  display: none;
}

.modal-wrapper_box {
  position: relative;
}

/* モーダル（矢印遷移付き）ここまで */
.btn-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .btn-arrow {
    top: 34vw;
  }
}
@media screen and (max-width: 500px) {
  .btn-arrow {
    top: 142px;
  }
}
.btn-arrow.btn-prev {
  left: 15px;
  background-image: url(../images/modal_arrow01_01.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn-arrow.btn-prev.modal02 {
  background-image: url(../images/modal_arrow02_01.svg);
}
@media screen and (max-width: 768px) {
  .btn-arrow.btn-prev {
    left: 4px;
  }
}
.btn-arrow.btn-next {
  right: 15px;
  background-image: url(../images/modal_arrow01_02.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn-arrow.btn-next.modal02 {
  background-image: url(../images/modal_arrow02_02.svg);
}
@media screen and (max-width: 768px) {
  .btn-arrow.btn-next {
    right: 4px;
  }
}

.modal-main {
  background: #fff;
  position: relative;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .modal-main {
    height: inherit;
    display: inherit;
  }
}
.modal-main.category01 {
  border: 5px solid #E8380D;
}
.modal-main.category02 {
  border: 5px solid #0068B7;
}
.modal-main.category02 .modal_inner .ex_wrap .tag span {
  background-color: #0068B7;
}
.modal-main.category02 .modal_inner .ex_wrap .modal_name_wrap .shop {
  border-bottom: 2px solid #0068B7;
}
.modal-main.category02 .modal_inner .ex_wrap .name {
  color: #0068B7;
}
.modal-main .modal_inner {
  padding: 40px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner {
    gap: 0;
    padding: 10px 8% 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal-main .modal_inner .visual {
  position: relative;
  width: 50%;
}
.modal-main .modal_inner .visual .image_caution {
  font-size: 10px;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  right: 6px;
}
.modal-main .modal_inner .visual .image_caution.black {
  color: black;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .visual {
    width: 100%;
    margin-bottom: 30px;
  }
}
.modal-main .modal_inner .ex_wrap {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap {
    width: 100%;
  }
}
.modal-main .modal_inner .ex_wrap .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.modal-main .modal_inner .ex_wrap .tag span {
  background-color: #E8380D;
  padding: 4px 12px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: white;
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  .modal-main .modal_inner .ex_wrap .tag span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .tag span {
    font-size: min(3vw, 11px);
  }
}
.modal-main .modal_inner .ex_wrap .facility {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0068B7;
  margin-bottom: 7px;
}
.modal-main .modal_inner .ex_wrap .facility.facility02 {
  color: #DE0073;
}
.modal-main .modal_inner .ex_wrap .facility.facility03 {
  color: #1F923F;
}
@media screen and (max-width: 1050px) {
  .modal-main .modal_inner .ex_wrap .facility {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .facility {
    font-size: min(3.3vw, 13px);
  }
}
.modal-main .modal_inner .ex_wrap .shop {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 2px solid #E8380D;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .modal-main .modal_inner .ex_wrap .shop {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .modal-main .modal_inner .ex_wrap .shop {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .shop {
    font-size: min(4.7vw, 19px);
    margin-bottom: 17px;
  }
}
.modal-main .modal_inner .ex_wrap .modal_name_wrap {
  position: relative;
}
.modal-main .modal_inner .ex_wrap .modal_name_wrap .icon {
  position: absolute;
  width: 40px;
  right: 3%;
  bottom: 11px;
}
@media screen and (max-width: 900px) {
  .modal-main .modal_inner .ex_wrap .modal_name_wrap .icon {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .modal_name_wrap .icon {
    right: 0%;
    width: min(9.5vw, 40px);
  }
}
.modal-main .modal_inner .ex_wrap .name {
  color: #E8380D;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .modal-main .modal_inner .ex_wrap .name {
    font-size: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .modal-main .modal_inner .ex_wrap .name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .name {
    font-size: min(5vw, 20px);
  }
}
.modal-main .modal_inner .ex_wrap .name_sub {
  font-size: 16px;
  margin-top: -3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .name_sub {
    font-size: min(3.8vw, 16px);
  }
}
.modal-main .modal_inner .ex_wrap .price_wrap {
  margin-bottom: 26px;
}
.modal-main .modal_inner .ex_wrap .price_wrap .price {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .modal-main .modal_inner .ex_wrap .price_wrap .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .price_wrap .price {
    font-size: min(4.8vw, 18px);
  }
}
.modal-main .modal_inner .ex_wrap .price_wrap .price .yen {
  font-size: 13px;
}
.modal-main .modal_inner .ex_wrap .price_wrap .price .yen.pink {
  color: #DE0073;
}
.modal-main .modal_inner .ex_wrap .price_wrap p.price_caution {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .price_wrap p.price_caution {
    font-size: 12px;
  }
}
.modal-main .modal_inner .ex_wrap .explain_wrap {
  margin-bottom: 30px;
}
.modal-main .modal_inner .ex_wrap .explain_wrap .ex {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .explain_wrap .ex {
    font-size: 14px;
  }
}
.modal-main .modal_inner .ex_wrap .explain_wrap .ex_caution {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .explain_wrap .ex_caution {
    font-size: 12px;
    margin-top: 12px;
  }
}
.modal-main .modal_inner .ex_wrap .spec_wrap {
  padding: 8px 18px;
  border: 2px solid;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 87%;
}
@media screen and (max-width: 1200px) {
  .modal-main .modal_inner .ex_wrap .spec_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .spec_wrap {
    width: 100%;
  }
}
.modal-main .modal_inner .ex_wrap .spec_wrap.category01 {
  border: 2px solid #E8380D;
}
.modal-main .modal_inner .ex_wrap .spec_wrap.category01 .txt {
  color: #E8380D;
}
.modal-main .modal_inner .ex_wrap .spec_wrap.category02 {
  border: 2px solid #0068B7;
}
.modal-main .modal_inner .ex_wrap .spec_wrap.category02 .txt {
  color: #0068B7;
}
.modal-main .modal_inner .ex_wrap .spec_wrap .txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .modal-main .modal_inner .ex_wrap .spec_wrap .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .modal-main .modal_inner .ex_wrap .spec_wrap .txt {
    font-size: min(4vw, 17px);
  }
}
.modal-main .modal_inner .ex_wrap .spec_wrap img {
  width: 15px;
}

/* タブ切り替え（複数設置） */
.tab-wrap .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-wrap .button .tab-btn {
  width: 50%;
  padding: 11px 2%;
  text-align: center;
  list-style: none;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .tab-wrap .button .tab-btn {
    border-radius: 10px 10px 0 0;
  }
}
.tab-wrap .button .tab-btn.btn01 {
  background-color: #E8380D;
}
.tab-wrap .button .tab-btn.btn02 {
  background-color: #0068B7;
}
.tab-wrap .button .tab-btn.show {
  opacity: 1;
}

.tab-contents {
  display: none;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .tab-contents {
    margin-bottom: 0;
  }
}
.tab-contents.show {
  display: block;
  padding: 32px 5%;
}
@media screen and (max-width: 768px) {
  .tab-contents.show {
    padding: 25px 5%;
    padding-bottom: 1px;
  }
}
.tab-contents.hot {
  background-color: #E8380D;
}
.tab-contents.cool {
  background-color: #0068B7;
}
.tab-contents .menu_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  row-gap: 14px;
  margin-bottom: 32px;
}
.tab-contents .menu_lists .list {
  width: 48.5%;
  background-color: white;
  border-radius: 20px;
  padding: 14px 3%;
}
@media screen and (max-width: 768px) {
  .tab-contents .menu_lists .list {
    border-radius: 10px;
  }
}
.tab-contents .menu_lists .list .visual {
  margin-bottom: 10px;
  position: relative;
}
.tab-contents .menu_lists .list .visual .image_caution {
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.tab-contents .menu_lists .list .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-contents .menu_lists .list .name_wrap .name {
  width: calc(100% - 28px);
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tab-contents .menu_lists .list .name_wrap .name {
    font-size: 10px;
  }
}
.tab-contents .menu_lists .list .name_wrap .arrow {
  width: 28px;
}

/* タブ切り替え（複数設置）ここまで */
#other .title {
  color: #000;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  padding-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  #other .title {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  #other .title {
    font-size: min(4.7vw, 23px);
    padding-bottom: 10px;
  }
}
#other .contents-inner.title {
  padding: 8px 0 0px 0;
}
@media screen and (max-width: 768px) {
  #other .contents-inner.title {
    padding-top: 30px;
  }
}
#other .contents-inner ul.link_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner ul.link_banner {
    margin-bottom: 0;
  }
}
#other .contents-inner .link_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap {
    row-gap: 30px;
    margin-bottom: 25px;
  }
}
#other .contents-inner .link_banner_wrap li {
  width: 100%;
}
#other .contents-inner .link_banner_wrap .link_banner_button {
  width: 100%;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button {
    width: 100%;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt {
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 16px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt {
    padding: 20px 0;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt p {
    font-size: min(3.5vw, 13px);
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #DE0073;
  border: 1px solid #DE0073;
  border-radius: 20px;
  width: 300px;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt:before {
    width: 100%;
    border-radius: 18px;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt:hover {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt:hover:before {
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt:hover p {
  color: #DE0073;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt {
    width: 100%;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt::before {
  width: 100%;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt::before {
    width: 100%;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt::after {
  content: "";
  background-image: url(../images/event_link_arrow01.svg);
  background-size: 100% 100%;
  position: absolute;
  width: 15px;
  height: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt::after {
    width: 11px;
    height: 14px;
    right: 9px;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button .link_txt:hover::after {
  right: 12px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .link_banner_wrap .link_banner_button .link_txt:hover::after {
    right: 5px;
  }
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt::before {
  background-color: #0068B6;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt:hover::after {
  background-image: url(../images/event_link_arrow02_01.svg);
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button01 .link_txt:hover p {
  color: #0068B6;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt::before {
  background-color: #DE0073;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt:hover::after {
  background-image: url(../images/event_link_arrow02_02.svg);
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button02 .link_txt:hover p {
  color: #DE0073;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt::before {
  background-color: #1F923F;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt:hover::before {
  background-color: white;
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt:hover::after {
  background-image: url(../images/event_link_arrow02_03.svg);
}
#other .contents-inner .link_banner_wrap .link_banner_button.other_button03 .link_txt:hover p {
  color: #1F923F;
}
@media screen and (max-width: 768px) {
  #other .contents-inner.last {
    padding-bottom: 30px;
  }
}

#menu {
  position: fixed;
  max-width: 1400px;
  width: 94%;
  top: 308px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 12;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1050px) {
  #menu {
    top: 263px;
  }
}
@media screen and (max-width: 1000px) {
  #menu {
    width: 96%;
  }
}
@media screen and (max-width: 900px) {
  #menu {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  #menu {
    max-width: inherit;
    width: 100%;
    top: inherit;
    bottom: 0px;
    z-index: 20;
  }
}
#menu .side_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menu .side_wrap .list {
  width: 367px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #menu .side_wrap .list {
    width: 22vw;
  }
}
@media screen and (max-width: 1050px) {
  #menu .side_wrap .list {
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list {
    width: 100%;
  }
}
#menu .side_wrap .list .menu_main_visual {
  position: relative;
  margin-bottom: 63px;
}
#menu .side_wrap .list .menu_main_visual .menu_main_visual_image {
  width: 85%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #menu .side_wrap .list .menu_main_visual .menu_main_visual_image {
    width: 91%;
  }
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust {
  position: absolute;
  width: 20%;
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust01_01 {
  width: 47%;
  left: -5%;
  top: -51%;
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust01_02 {
  width: 53%;
  left: -13%;
  bottom: -82%;
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust01_03 {
  width: 15%;
  left: 99%;
  bottom: -131%;
}
@media screen and (max-width: 1200px) {
  #menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust01_03 {
    left: 77%;
  }
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust02_01 {
  width: 30%;
  right: 0%;
  top: -54%;
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust02_02 {
  width: 59%;
  right: -16%;
  bottom: -149%;
}
#menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust02_03 {
  width: 18%;
  left: -15%;
  bottom: -167%;
}
@media screen and (max-width: 1200px) {
  #menu .side_wrap .list .menu_main_visual .menu_BG_illust.illust02_03 {
    left: 3%;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box {
  display: block;
  margin: 0 auto;
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  width: 100%;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap {
    gap: 0;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap li {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap {
    max-width: inherit;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap img {
  border-radius: 20px;
}
@media screen and (max-width: 1050px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap img {
    border-radius: 0;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 1050px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn {
    border-radius: 10px;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn.btn01 {
  -webkit-box-shadow: 0px 7px 0px #EB9620;
          box-shadow: 0px 7px 0px #EB9620;
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn.btn01 {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn.btn01:hover {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn.btn02 {
  -webkit-box-shadow: 0px 7px 0px #47BEDA;
          box-shadow: 0px 7px 0px #47BEDA;
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn.btn02 {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn.btn02:hover {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}
#menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn:hover {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
@media screen and (max-width: 768px) {
  #menu .side_wrap .list .tab-open_btn_wrap_box .tab-open_btn_wrap .tab-open-btn:hover {
    -webkit-transform: inherit;
            transform: inherit;
  }
}
/*# sourceMappingURL=style.css.map */
