@charset "UTF-8";
/* ---------- リセット系 ---------- */
* {
  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;
}

/* ---------- ヘッダー ---------- */
header {
  top: 0;
  width: 100%;
  height: 70px;
  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;
  position: relative;
}

header div {
  max-width: 1200px;
  width: 90%;
  /* 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;
}

@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: 29px;
    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: 1080px) {
  #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: 1080px) {
  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: 1080px) {
  .footer-container {
    padding-bottom: 30px;
  }
}

.foot_border {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .foot_border {
    margin-bottom: 30px;
  }
}

.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;
  padding-top: 1em;
}

@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: 12px;
  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;
  width: 167px;
}
@media screen and (max-width: 768px) {
  .footer__logo__left {
    margin-bottom: 7px;
  }
}

.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: 15px;
  right: 62px;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 768px) {
  #pageTop {
    right: 7px;
    bottom: 20px;
  }
}
#pageTop.show {
  opacity: 1;
  visibility: visible;
  /* 表示を制御 */
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 45px;
    height: 45px;
    position: relative;
  }
}

.footer__logo__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer__logo__right {
    -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;
    gap: 0px;
  }
}

.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.footer_logo.logo_left {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .footer_logo.logo_left {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo.MFSM {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

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

* {
  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%;
}
body#cn_body {
  font-family: "microsoft yahei", "微软雅黑", "PingFang SC";
}
body#tc_body {
  font-family: "microsoft yahei", "微软雅黑", "PingFang SC";
}

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

video {
  width: 100%;
}

picture {
  display: block;
}

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

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

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

.all_wrap {
  position: relative;
}

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

section {
  padding: 100px 0 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  section {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0 40px;
  }
}
section .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents-inner {
  max-width: 1070px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 50px;
}
.contents-inner.inside {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
    padding: 0 4%;
  }
}
.contents-inner .categoryTilte {
  text-align: center;
  max-width: 930px;
  width: 100%;
  display: block;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .contents-inner .categoryTilte {
    margin-bottom: 20px;
  }
}
.contents-inner .categoryTilte .en {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .contents-inner .categoryTilte .en {
    width: 80%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 500px) {
  .contents-inner .categoryTilte .en {
    width: 80%;
  }
}
.contents-inner .lead {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .contents-inner .lead {
    font-size: min(3.1vw, 12px);
    letter-spacing: 0.1em;
  }
}

.button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button_area .button_area_inner {
  display: inline-block;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .button_area .button_area_inner {
    width: 100%;
    margin-right: 3px;
    margin-bottom: 0;
  }
}
.button_area .button_area_inner .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: 10px 10px 10px 10px;
  -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;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .button_area .button_area_inner .link_txt {
    padding: 8px 6px 7px 8px;
  }
}
.button_area .button_area_inner .link_txt .txt {
  color: var(--black01);
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .button_area .button_area_inner .link_txt .txt {
    font-size: min(3.2vw, 12px);
  }
}
.button_area .button_area_inner .link_txt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  border: 1px solid var(--black01);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
@media screen and (max-width: 768px) {
  .button_area .button_area_inner .link_txt:before {
    width: 100%;
  }
}
.button_area .button_area_inner .link_txt::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/btn_arrow01.png");
  background-size: cover;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button_area .button_area_inner .link_txt::after {
    right: 6px;
  }
}
.button_area .button_area_inner .link_txt:hover:before {
  background-color: var(--gray01);
  border: 1px solid var(--gray01);
}
.button_area .button_area_inner .link_txt:hover .txt {
  color: white;
}
.button_area .button_area_inner .link_txt.arrow02::after {
  background-image: url("../images/btn_arrow02.png");
}

.Contents_btn_wrap .button_area .button_area_inner .link_txt::after {
  background-image: url("../images/btn_arrow02.png");
}

.menuSticky {
  position: sticky;
  top: 70px;
  right: 0px;
  z-index: 2;
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}
.menuSticky.current01 {
  width: 50px;
  height: 560px;
}
.menuSticky.current02 {
  width: 50px;
  height: 820px;
}
.menuSticky.current03 {
  width: 30px;
  height: 270px;
}
.menuSticky.current04 {
  width: 30px;
  height: 180px;
}
.menuSticky.current05 {
  width: 30px;
  height: 340px;
}

.contents_side.contents01 {
  width: calc(100vw - 50px);
}
@media screen and (max-width: 768px) {
  .contents_side.contents01 {
    width: 100%;
  }
}
.contents_side.contents02 {
  width: calc(100vw - 50px);
}
@media screen and (max-width: 768px) {
  .contents_side.contents02 {
    width: 100%;
  }
}
.contents_side.contents03 {
  width: calc(100vw - 30px);
}
@media screen and (max-width: 768px) {
  .contents_side.contents03 {
    width: 100%;
  }
}
.contents_side.contents04 {
  width: calc(100vw - 30px);
}
@media screen and (max-width: 768px) {
  .contents_side.contents04 {
    width: 100%;
  }
}
.contents_side.contents05 {
  width: calc(100vw - 30px);
}
@media screen and (max-width: 768px) {
  .contents_side.contents05 {
    width: 100%;
  }
}

.component_inner {
  max-width: 742px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

#recomend_Facility02 .component_inner {
  max-width: 950px;
}

.dotted_line {
  position: relative;
  width: 100%;
  height: 10px;
  margin-bottom: 30px;
}
.dotted_line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dotted black;
}

.white_hover {
  position: relative;
}
.white_hover::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.white_hover:hover::before {
  opacity: 1;
}

.contentsAll {
  position: relative;
}

:root {
  --yellow01: #fcdc7d;
  --blue01: #0096DF;
  --blue02: #e2f2fb;
  --blue03: #76c2e9;
  --green01: #1F923F;
  --green02: #e6f2ea;
  --green03: #71b584;
  --black01: #2B2B2B;
  --category01: #EBB1A5;
  --category02: #F8FF22;
  --category03: #F8D5A0;
  --category04: #88ECA8;
  --category05: #AFC6FF;
  --category06: #E8BDDD;
  --gray01: #707070;
  --gray02: #595757;
}

.listSpace01 {
  width: 4%;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.listSpace01::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #D9D9D9;
  width: 1px;
  height: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .listSpace01 {
    width: 7%;
  }
}
.listSpace01.space02 {
  border-bottom: 0;
}
.listSpace01.space02::after {
  height: calc(100% - 0px);
}

@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: 1080px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

.tab-wrap .lists_wrap {
  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;
  margin-bottom: 18px;
}
.tab-wrap .lists_wrap ul.lists {
  max-width: 700px;
  width: 95%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .tab-wrap .lists_wrap ul.lists {
    height: 40px;
  }
}
.tab-wrap .lists_wrap ul.lists .tab-btn {
  width: 33.3333333333%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.tab-wrap .lists_wrap ul.lists .tab-btn:first-of-type {
  border-left: 1px solid black;
}
.tab-wrap .lists_wrap ul.lists .tab-btn.show, .tab-wrap .lists_wrap ul.lists .tab-btn:hover {
  background-color: #595757;
  cursor: pointer;
}
.tab-wrap .lists_wrap ul.lists .tab-btn.show .floor, .tab-wrap .lists_wrap ul.lists .tab-btn:hover .floor {
  color: white;
}
.tab-wrap .lists_wrap ul.lists .tab-btn .floor {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .tab-wrap .lists_wrap ul.lists .tab-btn .floor {
    font-size: min(4.1vw, 20px);
  }
}
.tab-wrap .tab-contents {
  display: none;
  background-color: #fff;
  border: 1px solid black;
}
.tab-wrap .tab-contents.show {
  display: block;
  padding: 20px;
}

#KV {
  padding: 0 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #KV {
    padding-bottom: 40px;
  }
}
#KV h1 {
  position: relative;
}
#KV h1 .slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#KV h1 .js_kvSlider .list {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #KV h1 .js_kvSlider .list {
    padding: 0 5px;
  }
}
#KV h1 .js_kvSlider .slick-list {
  overflow: visible;
  margin: 0 calc((100% - 1260px) / 2);
}
@media screen and (max-width: 1250px) {
  #KV h1 .js_kvSlider .slick-list {
    margin: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  #KV h1 .js_kvSlider .slick-list {
    margin: 0 3vw;
  }
}
#KV h1 .custom-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  height: 45px;
}
#KV h1 .custom-nav .prev,
#KV h1 .custom-nav .next {
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  #KV h1 .custom-nav .prev,
  #KV h1 .custom-nav .next {
    width: 45px;
    height: 45px;
  }
}
#KV h1 .custom-nav .prev {
  position: absolute;
  left: calc((100% - 1260px) / 2);
}
@media screen and (max-width: 1250px) {
  #KV h1 .custom-nav .prev {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #KV h1 .custom-nav .prev {
    left: 7%;
  }
}
#KV h1 .custom-nav .next {
  position: absolute;
  right: calc((100% - 1260px) / 2);
}
@media screen and (max-width: 1250px) {
  #KV h1 .custom-nav .next {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #KV h1 .custom-nav .next {
    right: 7%;
  }
}

#information {
  position: relative;
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  #information {
    padding-top: 20px;
  }
}
#information .contents-inner .infoMap_area .title {
  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: 15px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .infoMap_area .title {
    gap: 6px;
    margin-bottom: 20px;
  }
}
#information .contents-inner .infoMap_area .title .catch {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1100px) {
  #information .contents-inner .infoMap_area .title .catch {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .infoMap_area .title .catch {
    font-size: min(5.5vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .infoMap_area .title .catch.en {
    font-size: min(3.8vw, 17px);
  }
}
#information .contents-inner .infoMap_area .title .catch.tha {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .infoMap_area .title .catch.tha {
    font-size: min(4vw, 19px);
  }
}
#information .contents-inner .infoMap_area .title .fukidashi {
  width: 65px;
}
@media screen and (max-width: 1100px) {
  #information .contents-inner .infoMap_area .title .fukidashi {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .infoMap_area .title .fukidashi {
    width: 26px;
  }
}
#information .contents-inner .infoMap_area .map {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .infoMap_area .map {
    margin-bottom: 30px;
  }
}
#information .contents-inner .explain_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 56px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area {
    row-gap: 50px;
  }
}
#information .contents-inner .explain_area .ex_contents .title {
  border-bottom: 2px solid black;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area .ex_contents .title {
    border-bottom: 1px solid black;
    margin-bottom: 16px;
  }
}
#information .contents-inner .explain_area .ex_contents .title .tag_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area .ex_contents .title .tag_wrap {
    gap: 40px;
    margin-bottom: 8px;
  }
}
#information .contents-inner .explain_area .ex_contents .title .tag_wrap::before, #information .contents-inner .explain_area .ex_contents .title .tag_wrap::after {
  content: "";
  width: 46%;
  height: 2px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: black;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area .ex_contents .title .tag_wrap::before, #information .contents-inner .explain_area .ex_contents .title .tag_wrap::after {
    height: 1px;
  }
}
#information .contents-inner .explain_area .ex_contents .title .en {
  display: inline;
  padding: 5px 5px;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 505;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #information .contents-inner .explain_area .ex_contents .title .en {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area .ex_contents .title .en {
    font-size: 18px;
    padding: 0;
  }
}
#information .contents-inner .explain_area .ex_contents .title .ja {
  color: #2B2B2B;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  #information .contents-inner .explain_area .ex_contents .title .ja {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area .ex_contents .title .ja {
    font-size: min(5.5vw, 26px);
    margin-bottom: 10px;
    line-height: 1;
  }
}
#information .contents-inner .explain_area .ex_contents .ex_contents_btn {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .explain_area .ex_contents .ex_contents_btn {
    margin-top: 20px;
  }
}
#information .contents-inner .explain_area .ex_contents .ex_contents_btn .button_area_inner {
  margin-bottom: 0;
}
#information .contents-inner .facility_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 35px;
  }
}
#information .contents-inner .facility_wrap li.list {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap li.list {
    width: 100%;
  }
}
#information .contents-inner .facility_wrap li.list .name {
  color: var(--blue01);
  text-align: center;
  font-size: 28px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  #information .contents-inner .facility_wrap li.list .name {
    font-size: 26px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #information .contents-inner .facility_wrap li.list .name {
    font-size: 22px;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap li.list .name {
    font-size: min(5.8vw, 21px);
    white-space: nowrap;
    margin-bottom: 9px;
  }
}
#information .contents-inner .facility_wrap li.list .name.name01 {
  color: var(--blue01);
}
#information .contents-inner .facility_wrap li.list .name.name02 {
  color: var(--green01);
}
#information .contents-inner .facility_wrap li.list .visual {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap li.list .visual {
    margin-bottom: 13px;
    display: block;
    width: 100%;
  }
}
#information .contents-inner .facility_wrap li.list .ex_txt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #information .contents-inner .facility_wrap li.list .ex_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap li.list .ex_txt {
    font-size: min(3.7vw, 16px);
  }
}
#information .contents-inner .facility_wrap.bottom_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap.bottom_wrap {
    gap: 3%;
    row-gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#information .contents-inner .facility_wrap.bottom_wrap li.list {
  width: 30.6666666667%;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap.bottom_wrap li.list {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 0;
  }
}
#information .contents-inner .facility_wrap.bottom_wrap li.list .visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap.bottom_wrap li.list .visual {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap.bottom_wrap li.list .visual:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/service_scroll_arrow01.png);
    background-size: cover;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: -26px;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap.bottom_wrap li.list .visual.last_visual::after {
    content: none;
  }
}
#information .contents-inner .facility_wrap.bottom_wrap li.list .name {
  color: var(--black01);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.15em;
  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;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  #information .contents-inner .facility_wrap.bottom_wrap li.list .name {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #information .contents-inner .facility_wrap.bottom_wrap li.list .name {
    font-size: min(5.1vw, 25px);
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
#information .contents-inner .facility_wrap.bottom_wrap li.list .ex_contents_btn .button_area_inner .txt {
  margin-right: 20px;
}
#information .contents-inner .facility_wrap.bottom_wrap li.borderbottomNone {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  #information .contents-inner .bottom_wrapBox {
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
}

/* フッター */
.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;
  }
  .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);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.6;
  color: var(--gold02);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

/* 矢印表示 */
.slick-prev:before,
.slick-next:before {
  color: rgb(92, 92, 92);
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-prev,
.slick-next {
  z-index: 100;
}

/* 矢印表示ここまで */
/* スライド下のドット */
.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}

/* スライド下のドットここまで */
/* 複数枚のスライドをすべて表示 */
.sliderArea {
  background: #fff;
  overflow: hidden;
}

.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.sliderWide .slick-arrow {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sliderWide:hover .slick-arrow {
  opacity: 1;
}

.slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slider .slick-list {
  overflow: visible;
}

.slider .slick-slide {
  padding: 0 10px;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.slider .slick-slide.slick-current {
  opacity: 1;
}

.slider .slick-slide a {
  display: block;
}

.slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-dots {
  bottom: -26px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -26px;
  }
}

#recommend {
  background: var(--blue02);
}
@media screen and (max-width: 768px) {
  #recommend {
    padding-top: 40px;
  }
}
#recommend #recomend_Facility01 {
  background-color: var(--blue02);
  padding: 0px 0 70px;
}
@media screen and (max-width: 768px) {
  #recommend #recomend_Facility01 {
    padding-bottom: 40px;
  }
}
#recommend #recomend_Facility02 {
  padding: 0px 0 0px;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #recommend #recomend_Facility02 {
    padding-bottom: 0;
    margin-top: 40px;
  }
}
#recommend #recomend_Facility02::before {
  position: absolute;
  content: "";
  background-color: var(--green02);
  width: calc(100% + 50px);
  height: 120%;
  pointer-events: none;
  top: -70px;
}
@media screen and (max-width: 768px) {
  #recommend #recomend_Facility02::before {
    top: -40px;
    width: 100%;
  }
}
#recommend .contents-inner {
  max-width: 1250px;
}
#recommend .contents-inner .facility_wrap .facility_title_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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recommend .contents-inner .facility_wrap .facility_title_wrap .facility_title {
  color: white;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.15em;
  background-color: var(--blue03);
  padding: 21px 0;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  width: 100%;
}
#recommend .contents-inner .facility_wrap .facility_title_wrap .facility_title p.txt {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #recommend .contents-inner .facility_wrap .facility_title_wrap .facility_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .facility_title_wrap .facility_title {
    padding: 12px 0;
    font-size: min(5.1vw, 25px);
    margin-bottom: 20px;
    width: 100%;
  }
}
#recommend .contents-inner .facility_wrap .facility_title_wrap .facility_title.title02 {
  background-color: var(--green03);
  width: 100%;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu {
  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;
  gap: 2.5%;
  row-gap: 30px;
  max-width: 1020px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu {
    gap: 3%;
    max-width: inherit;
    row-gap: 13px;
    margin-bottom: 20px;
  }
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list {
  width: 31.6666666667%;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list {
    width: 48.5%;
  }
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt {
  width: 100%;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.menuLink {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.menuLink {
    height: 43px;
  }
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt::before {
  border: 0;
  border-radius: 0;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .ex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .ex_wrap {
    margin-left: 3px;
  }
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .icon {
  width: 30px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .icon {
    width: 22px;
  }
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .txt {
  margin-right: 0;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .txt {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt .txt {
    font-size: min(2.8vw, 13px);
  }
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt:hover::after {
  -webkit-transform: translate(0%, 4px);
          transform: translate(0%, 4px);
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.link01::before {
  background-color: var(--category01);
  background-color: white;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.link02::before {
  background-color: #F8FF22;
  background-color: white;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.link03::before {
  background-color: #F8D5A0;
  background-color: white;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.link04::before {
  background-color: #88ECA8;
  background-color: white;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.link05::before {
  background-color: #AFC6FF;
  background-color: white;
}
#recommend .contents-inner .facility_wrap .category_menu_wrap .category_menu .list .button_area .button_area_inner .link_txt.link06::before {
  background-color: #E8BDDD;
  background-color: white;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 1100px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox {
    row-gap: 30px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox.facility02 {
  row-gap: 30px;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap {
  background-color: white;
  padding: 60px 3% 40px;
}
@media screen and (max-width: 1100px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap {
    padding: 40px 3% 20px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap {
    padding: 18px 3% 8px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents {
  max-width: 1020px;
  display: block;
  margin: 0 auto;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.05em;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title {
    padding: 16px 0;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 50px;
  height: 50px;
  left: 10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title::before {
    width: 38px;
    height: 38px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title01 {
  background-color: var(--category01);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title01::before {
  background-image: url(../images/recommend_icon01.png);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title02 {
  background-color: #F8FF22;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title02::before {
  background-image: url(../images/recommend_icon02.png);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title03 {
  background-color: #F8D5A0;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title03::before {
  background-image: url(../images/recommend_icon03.png);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title04 {
  background-color: #88ECA8;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title04::before {
  background-image: url(../images/recommend_icon04.png);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title05 {
  background-color: #AFC6FF;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title05::before {
  background-image: url(../images/recommend_icon05.png);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title06 {
  background-color: #E8BDDD;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .title.title06::before {
  background-image: url(../images/recommend_icon06.png);
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .visual {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .visual {
    margin-bottom: 8px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .visual .lopia_attention {
  position: absolute;
  width: 60px;
  top: 4px;
  right: 4px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .visual .lopia_attention {
    width: 40px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner {
    row-gap: 20px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner li.borderbottomNone01 {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner li.borderbottomNone02 {
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner li.borderbottomNone03 {
    border-bottom: 1px solid #D9D9D9;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .list {
  width: 30.6666666667%;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .list {
    width: 46.5%;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .list.last_list::before {
    content: none;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .list .Contents_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .list .Contents_btn_wrap .button_area_inner {
  margin-bottom: 0;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .leftSide {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .leftSide {
    width: 100%;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .leftSide .rogo {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .leftSide .rogo {
    width: 100%;
    margin-left: 0;
    margin-bottom: 13px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide {
  width: 72%;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide {
    width: 100%;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide.wide {
  width: 100%;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .name_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;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .name_wrap .name {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
@media screen and (max-width: 900px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .name_wrap .name {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .name_wrap .name {
    font-size: min(3.9vw, 17px);
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .name_wrap .name .cn_name {
  font-family: Arial, Helvetica, sans-serif;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
  margin-bottom: 8px;
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain .floor,
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain .genre {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain .floor,
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain .genre {
    font-size: min(3.5vw, 13px);
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain .floor .inner {
  background-color: black;
  color: white;
  display: inline;
  padding: 3px 5px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .explain .floor.tha {
    font-size: min(3.1vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .rogo_name_wrap img {
    margin-bottom: 8px;
  }
}
#recommend .contents-inner .facility_wrap .Contents_wrapBox .Contents_wrap .Contents .Contents_inner .ex_wrap .rightSide .Contents_btn_wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#recommend .contents-inner .facility_wrap .mobilityMAP_area {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .mobilityMAP_area {
    margin-top: 40px;
    margin-top: 40px;
  }
}
#recommend .contents-inner .facility_wrap .mobilityMAP_area .mobilityMAP_title {
  color: #000;
  font-size: 24px;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .mobilityMAP_area .mobilityMAP_title {
    font-size: min(4vw, 19px);
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }
}
#recommend .contents-inner .facility_wrap .food_introArea {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .food_introArea {
    margin-bottom: 30px;
  }
}
#recommend .contents-inner .facility_wrap .food_introArea .Contents_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
#recommend .contents-inner .facility_wrap .food_introArea .Contents_btn_wrap .button_area_inner {
  margin-bottom: 0;
}
#recommend .contents-inner .facility_wrap .category_main {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .ex_wrap {
    display: block;
    margin: 0 auto;
    width: 85%;
  }
}
#recommend .contents-inner .facility_wrap .ex_wrap .lead {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .ex_wrap .lead {
    font-size: min(4.2vw, 20px);
  }
}
#recommend .contents-inner .facility_wrap .ex_wrap .ex {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .facility_wrap .ex_wrap .ex {
    font-size: min(3.7vw, 16px);
  }
}
#recommend .contents-inner .introduce_area .introduce_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .introduce_area .introduce_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#recommend .contents-inner .introduce_area .introduce_inner .leftSide {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .introduce_area .introduce_inner .leftSide {
    width: 100%;
  }
}
#recommend .contents-inner .introduce_area .introduce_inner .leftSide .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .introduce_area .introduce_inner .leftSide .txt {
    font-size: min(3.8vw, 16px);
  }
}
#recommend .contents-inner .introduce_area .introduce_inner .rightSide {
  width: 51%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recommend .contents-inner .introduce_area .introduce_inner .rightSide {
    border-radius: 16px;
    width: 100%;
  }
}
#recommend #recomend_Facility01 .contents-inner,
#recommend #recomend_Facility02 .contents-inner {
  margin-bottom: 0;
}

#other {
  background-color: #F4F4F4;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
#other .contents-inner .map_area {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .map_area {
    margin-bottom: 20px;
  }
}
#other .contents-inner .pdfLink_wrap {
  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;
}
#other .contents-inner .pdfLink_wrap .pdfLink_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 450px;
}
#other .contents-inner .pdfLink_wrap .pdfLink_inner .tag,
#other .contents-inner .pdfLink_wrap .pdfLink_inner .floor {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #other .contents-inner .pdfLink_wrap .pdfLink_inner .tag,
  #other .contents-inner .pdfLink_wrap .pdfLink_inner .floor {
    font-size: min(3.5vw, 15px);
  }
}
#other .contents-inner .pdfLink_wrap .pdfLink_inner .tag {
  border-right: 1px solid black;
  padding-right: 30px;
  margin-right: 30px;
}
#other .contents-inner .pdfLink_wrap .pdfLink_inner .icon {
  width: 20px;
}
#other .contents-inner .pdfLink_wrap .pdfLink_inner .pdfLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 64%;
}
#other .contents-inner .pdfLink_wrap .pdfLink_inner .pdfLink .list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
#other .section_wrap {
  position: relative;
  z-index: 2;
  background-color: #F4F4F4;
}
#other .section_wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#other .section_wrapBox .minamifunabashi_banner {
  max-width: 750px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#other .section_wrapBox .minamifunabashi_banner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/minamifunabashi_arrow01.svg);
  bottom: 10px;
  right: 10px;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #other .section_wrapBox .minamifunabashi_banner::after {
    width: 15px;
    height: 15px;
  }
}
#other .section_wrapBox .minamifunabashi_banner .titleWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#other .section_wrapBox .minamifunabashi_banner .titleWrap p {
  color: white;
  text-align: center;
}
#other .section_wrapBox .minamifunabashi_banner .titleWrap p.main {
  color: #FFF;
  text-align: center;
  font-size: 51px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  #other .section_wrapBox .minamifunabashi_banner .titleWrap p.main {
    font-size: min(6.6vw, 40px);
  }
}
#other .section_wrapBox .minamifunabashi_banner .titleWrap p.sub {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #other .section_wrapBox .minamifunabashi_banner .titleWrap p.sub {
    font-size: min(3.8vw, 16px);
  }
}
#other .section_wrapBox .minamifunabashi_banner:hover .titleWrap p {
  color: black;
}
#other .section_wrapBox .minamifunabashi_banner:hover::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
  background-image: url(../images/minamifunabashi_arrow02.svg);
}
#other #floor_gide {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px dotted black;
}
@media screen and (max-width: 1200px) {
  #other #floor_gide {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #other #floor_gide {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#other #floor_gide .component_inner {
  max-width: 1020px;
  width: 100%;
}
#other #access {
  border-bottom: 1px dotted black;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #other #access {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #other #access {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#other #access .accessArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #other #access .accessArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
    row-gap: 15px;
  }
}
#other #access .accessArea .left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0%;
  }
}
#other #access .accessArea .left_side .root {
  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;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid black;
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root {
    width: 50%;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 3px 0;
    gap: 3px;
  }
  #other #access .accessArea .left_side .root:nth-child(1), #other #access .accessArea .left_side .root:nth-child(2) {
    border-top: 1px solid;
  }
  #other #access .accessArea .left_side .root:nth-child(odd) {
    border-left: 1px solid;
  }
}
#other #access .accessArea .left_side .root:hover .arrow {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root:hover .arrow {
    -webkit-transform: inherit;
            transform: inherit;
  }
}
#other #access .accessArea .left_side .root:hover .icon,
#other #access .accessArea .left_side .root:hover .name,
#other #access .accessArea .left_side .root:hover .arrow {
  opacity: 1;
}
#other #access .accessArea .left_side .root .icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .icon_wrap {
    gap: 6px;
  }
}
#other #access .accessArea .left_side .root .icon {
  width: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #other #access .accessArea .left_side .root .icon {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .icon {
    width: min(8vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .icon.en {
    width: min(6vw, 25px);
  }
}
#other #access .accessArea .left_side .root .icon .hover,
#other #access .accessArea .left_side .root .arrow .hover {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#other #access .accessArea .left_side .root .name {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.15em;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.2;
}
@media screen and (max-width: 1200px) {
  #other #access .accessArea .left_side .root .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .name {
    width: inherit;
    font-size: min(4vw, 19px);
  }
}
#other #access .accessArea .left_side .root .name.en {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .name.en {
    width: inherit;
    font-size: min(2.8vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .name.tha {
    font-size: min(2.2vw, 10px);
  }
}
#other #access .accessArea .left_side .root .arrow {
  width: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 18px;
  transition: 0.3s;
  opacity: 0.2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #other #access .accessArea .left_side .root .arrow {
    width: 22px;
  }
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .arrow {
    width: min(4vw, 20px);
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .left_side .root .arrow.en {
    width: min(3vw, 20px);
  }
}
#other #access .accessArea .left_side .root.tab-btn:hover, #other #access .accessArea .left_side .root.tab-btn.show {
  background: var(--gray02);
}
#other #access .accessArea .left_side .root.tab-btn:hover .name, #other #access .accessArea .left_side .root.tab-btn.show .name {
  color: white;
}
#other #access .accessArea .left_side .root.tab-btn:hover .icon,
#other #access .accessArea .left_side .root.tab-btn:hover .name,
#other #access .accessArea .left_side .root.tab-btn:hover .arrow, #other #access .accessArea .left_side .root.tab-btn.show .icon,
#other #access .accessArea .left_side .root.tab-btn.show .name,
#other #access .accessArea .left_side .root.tab-btn.show .arrow {
  opacity: 1;
}
#other #access .accessArea .left_side .root.tab-btn:hover .arrow .base,
#other #access .accessArea .left_side .root.tab-btn:hover .icon .base, #other #access .accessArea .left_side .root.tab-btn.show .arrow .base,
#other #access .accessArea .left_side .root.tab-btn.show .icon .base {
  opacity: 0;
}
#other #access .accessArea .left_side .root.tab-btn:hover .arrow .hover,
#other #access .accessArea .left_side .root.tab-btn:hover .icon .hover, #other #access .accessArea .left_side .root.tab-btn.show .arrow .hover,
#other #access .accessArea .left_side .root.tab-btn.show .icon .hover {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #other #access .accessArea .right_side {
    width: min(100%, 500px);
  }
}
@media screen and (max-width: 500px) {
  #other #access .accessArea .right_side {
    width: 100%;
  }
}
#other #access .accessArea .right_side.tab-contents {
  background-color: inherit;
  border: 0;
}
#other #access .accessArea .right_side.tab-contents.show {
  padding: 0px;
}

.map_catch {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .map_catch {
    font-size: min(3.4vw, 14px);
  }
}

.map_contents {
  position: relative;
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
@-webkit-keyframes float-sm {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes float-sm {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.map_contents .fukidashi_link {
  display: block;
  position: absolute;
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
          filter: drop-shadow(5px 5px 0px rgba(50, 50, 50, 0.4));
}
@media screen and (max-width: 768px) {
  .map_contents .fukidashi_link {
    -webkit-animation: float-sm 4s ease-in-out infinite;
            animation: float-sm 4s ease-in-out infinite;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(50, 50, 50, 0.4));
            filter: drop-shadow(3px 3px 0px rgba(50, 50, 50, 0.4));
  }
}
.map_contents .fukidashi_link:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.map_contents .fukidashi01 {
  width: 20%;
  left: 6%;
  top: 17%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.map_contents .fukidashi02 {
  right: 12%;
  bottom: 19%;
  width: 24%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.map_contents .fukidashi03 {
  left: 36%;
  top: 8%;
  width: 16%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.map_contents .fukidashi04 {
  left: 29%;
  bottom: 25%;
  width: 25%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 768px) {
  .map_contents .fukidashi04 {
    left: 27%;
    bottom: 23%;
    width: 28.5%;
  }
}
.map_contents .fukidashi05 {
  left: 3.5%;
  bottom: 11%;
  width: 26%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .map_contents .fukidashi05 {
    left: 2%;
    bottom: 10%;
    width: 28%;
  }
}

#menu {
  position: sticky;
  left: 0;
  top: 0;
  height: 66px;
  background-color: white;
  z-index: 8;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #menu {
    height: 135px;
    padding: 0;
    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) {
  #menu .menu_all_inner {
    width: 100%;
  }
}
#menu .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  #menu .contents-inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #menu .contents-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: inherit;
    padding: 0 5% 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 0;
  }
}
#menu .contents-inner .menuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 8px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1100px) {
  #menu .contents-inner .menuBtn {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .menuBtn {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
}
#menu .contents-inner .menuBtn .btn {
  position: relative;
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .menuBtn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#menu .contents-inner .menuBtn .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .menuBtn .btn .link {
    gap: 3px;
  }
}
#menu .contents-inner .menuBtn .btn .link .icon {
  width: 38px;
  display: block;
}
@media screen and (max-width: 1300px) {
  #menu .contents-inner .menuBtn .btn .link .icon {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .menuBtn .btn .link .icon {
    width: 25px;
  }
}
#menu .contents-inner .menuBtn .btn .link .txt {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  #menu .contents-inner .menuBtn .btn .link .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .menuBtn .btn .link .txt {
    font-size: 12px;
  }
}
#menu .contents-inner .menuBtn .btn:last-of-type {
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .menuBtn .btn:last-of-type {
    margin-left: 0;
  }
}
#menu .contents-inner .menuBtn .btn:last-of-type .arrow {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid rgb(0, 0, 0);
  border-top: 0;
  border-right: 0;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
}
#menu .contents-inner .snsBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .snsBtn {
    gap: 10px;
  }
}
#menu .contents-inner .snsBtn .snsIcon .snsLink {
  display: block;
  width: 30px;
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .snsBtn .snsIcon .snsLink {
    width: 24px;
  }
}
#menu .contents-inner .lang_menu {
  position: absolute;
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  display: none;
  left: 0px;
  top: 36px;
}
@media screen and (max-width: 768px) {
  #menu .contents-inner .lang_menu {
    width: 100px;
    left: inherit;
    right: -6px;
    top: 25px;
  }
}
#menu .contents-inner .lang_menu.is-open {
  display: block;
}
#menu .contents-inner .lang_menu .lang_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
#menu .contents-inner .lang_menu .lang_menu_inner .lang_txt {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: block;
  width: 100%;
  position: relative;
}
#menu .contents-inner .lang_menu .lang_menu_inner .lang_txt:hover::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: black;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box .top_lead p {
  color: #000;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.7px;
  margin-bottom: 40px;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 24px;
  width: 100%;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .txt {
  font-size: 15px;
  text-align: left;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .icon {
  width: 35px;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link.detailLink {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box {
  padding-top: 4px;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  margin-top: 10px;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link {
  text-align: left;
  background-color: gray;
  display: block;
  padding: 5px 18vw 5px 8px;
  position: relative;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link.link01 {
  background-color: var(--category01);
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link.link02 {
  background-color: var(--category02);
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link.link03 {
  background-color: var(--category03);
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link.link04 {
  background-color: var(--category04);
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link.link05 {
  background-color: var(--category05);
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link.link06 {
  background-color: var(--category06);
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link .ex {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.04em;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .detaiWrap .recommend_link::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid rgb(0, 0, 0);
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
  transform: translate(0%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .lang_menu_hamburger .lang_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  margin-top: 14px;
}
#menu .contents-inner .sp-nav_nav-list .sp-nav_nav-list_box li.btn .link .detaiWrap_box .lang_menu_hamburger .lang_menu_inner .list .lang_txt p {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: black;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #intro_recommentMenu {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
#intro_recommentMenu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 10px;
  background: var(--blue02);
}
@media screen and (max-width: 768px) {
  #intro_recommentMenu .title {
    width: 104%;
    -webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, 0.3);
    padding: 6px 4%;
  }
}
#intro_recommentMenu .title .icon {
  width: 30px;
}
#intro_recommentMenu .title .txt {
  font-size: 15px;
  text-align: left;
}
#intro_recommentMenu .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro_recommentMenu .btnArea {
    width: 100%;
  }
}
#intro_recommentMenu .btnArea::before {
  position: absolute;
  content: "";
  background-color: rgb(197, 197, 197);
  height: 1px;
  width: 100%;
  top: 50%;
}
#intro_recommentMenu .btnArea li.list {
  width: 33.3333333333%;
  position: relative;
}
#intro_recommentMenu .btnArea li.list::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid rgb(0, 0, 0);
  border-top: 0;
  border-right: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#intro_recommentMenu .btnArea li.list:nth-child(1), #intro_recommentMenu .btnArea li.list:nth-child(2), #intro_recommentMenu .btnArea li.list:nth-child(4), #intro_recommentMenu .btnArea li.list:nth-child(5) {
  border-right: 1px solid rgb(197, 197, 197);
}
#intro_recommentMenu .btnArea li.list .link {
  display: block;
  padding: 8px 0;
  padding-left: 1vw;
}
#intro_recommentMenu .btnArea li.list .link .ex {
  color: black;
  text-align: left;
  font-size: min(2.6vw, 13px);
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1000;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 18px;
  height: 2px;
}

.line-1 {
  top: 8px;
  right: 4px;
}

.line-2 {
  top: 13px;
  right: 4px;
}

.line-3 {
  top: 18px;
  right: 4px;
}

.clicked .line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}

.clicked .line-2 {
  opacity: 0;
}

.clicked .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 100%;
  z-index: 300;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
  background-color: white;
}
.sp-nav_nav-list nav {
  height: 100vh;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  overflow-y: scroll;
  display: block;
  margin: 20px auto 90px;
  width: 80%;
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.nav-opened {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}

/* ハンバーガーメニューここまで */
/* アニメーション用 */
@-webkit-keyframes black-line-cycle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes black-line-cycle {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
/* 初期状態 */
.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  background-color: #1A1A1A;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: black-line-cycle 3s infinite ease-in-out;
          animation: black-line-cycle 3s infinite ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* 各ラインの位置 */
.line-1 {
  top: 8px;
  right: 4px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.line-2 {
  top: 13px;
  right: 4px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.line-3 {
  top: 18px;
  right: 4px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.clicked .sp-header-nav_box_ham_line {
  -webkit-animation: none;
          animation: none;
}

.clicked .line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.clicked .line-2 {
  opacity: 0;
}

.clicked .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
/*# sourceMappingURL=style2510.css.map */
