@charset "UTF-8";
/*-----------------------------------
　BreakPoint
-----------------------------------*/
/* PC break point */
/* Tablet break point */
/* Sp break point */
/*-----------------------------------
　Color
-----------------------------------*/
/* カテゴリ別カラー */
/* 店舗カテゴリ別カラー */
/* イベントカテゴリ別カラー */
/* リンクや番号 ホバー時の色 */
/* 汎用角丸ボタン */
/*-----------------------------------
　共通Style
-----------------------------------*/
/* フォント */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

p {
  color: #333;
}

.font-bold {
  font-weight: bold;
}

/* 改行 */
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

/* コンテンツ幅 */
.inner {
  width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
  }
}
/* 見出しタイトル */
.index {
  text-align: center;
}
.index img {
  margin: 0 auto;
}
.index h2 {
  font-weight: bold;
  font-size: 32px;
  color: #333;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .index h2 {
    font-size: 24px;
  }
}

/* もっと見る ボタン */
.button__more {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.button__more:hover {
  color: #fff;
  background-color: #0e9bb9;
  text-decoration: none;
}
.button__more i {
  margin: 0 0 0 10px;
}

/* ______________ ヘッダー ______________ */
header {
  border-bottom: 3px solid #70c5e7;
  padding: 10px 0;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1400px) {
  header {
    padding: 10px 0 10px 15px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 320px) {
  header {
    padding: 10px;
  }
}
header .header__logo {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  header .header__logo {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  header .header__logo {
    text-align: left;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  header .header__logo {
    width: 30%;
  }
}
header .header__logo--link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header__logo--link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1400px) {
  header .header__logo--image {
    width: 80px;
  }
}
@media screen and (max-width: 320px) {
  header .header__logo--image {
    width: 70px;
  }
}
header .hours__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  right: 30px;
  top: 28px;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  header .hours__link {
    width: 70%;
    left: 150px;
    top: 19px;
  }
}
@media screen and (max-width: 1024px) {
  header .hours__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 65%;
    left: 150px;
  }
}
@media screen and (max-width: 767px) {
  header .hours__link {
    left: 140px;
    width: 65%;
    top: 10px;
  }
}
@media (max-width: 700px) {
  header .hours__link {
    left: 130px;
    width: 65%;
  }
}
@media screen and (max-width: 414px) {
  header .hours__link {
    left: 110px;
  }
}
@media screen and (max-width: 320px) {
  header .hours__link {
    left: 95px;
  }
}
header .hours__link--item {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  header .hours__link--item {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  header .hours__link--item {
    letter-spacing: 0;
    font-size: 12px;
    width: 100%;
  }
}
header .hours__link--item:first-child {
  margin: 0 30px 0 0;
}
header .hours__clock {
  color: #0e9bb9;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1400px) {
  header .hours__clock {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .hours__clock {
    margin: 0 3px 0 0;
  }
}

/*-----------------------------------
　個別Style
-----------------------------------*/
/* ______________ トップ　スライダー ______________ */
.slider-wrap {
  position: relative;
}

.slider {
  background-image: url(/assets/img/img_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin: 0 auto 80px;
  padding: 80px 0;
  overflow: hidden;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.swiper-slide-next, .swiper-slide {
  background-image: none !important;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

/* スライダー本体 */
.slider .swiper-body {
  width: 100% !important;
  -webkit-filter: drop-shadow(0px 7px 7px rgba(90, 90, 90, 0.5)) !important;
          filter: drop-shadow(0px 7px 7px rgba(90, 90, 90, 0.5)) !important;
}
@media screen and (max-width: 414px) {
  .slider .swiper-body {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(90, 90, 90, 0.5)) !important;
            filter: drop-shadow(0px 4px 4px rgba(90, 90, 90, 0.5)) !important;
  }
}

.swiper-slide {
  width: 70% !important;
  height: auto;
  text-align: center;
  -webkit-transform-style: flat !important;
          transform-style: flat !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0;
}

.swiper-body .swiper-slide {
  /*width: 70%!important;*/
  width: 60% !important;
}
@media screen and (max-width: 767px) {
  .swiper-body .swiper-slide {
    width: 70% !important;
  }
}

.swiper-body .swiper-slide img {
  max-width: 100% !important;
}

.swiper-body img {
  border-radius: 15px !important;
}

.swiper-body .swiper-slide-next {
  -webkit-transform-style: flat !important;
          transform-style: flat !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.swiper-slide-prev {
  -webkit-transform-style: flat !important;
          transform-style: flat !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.slider .swiper-body a {
  display: block;
}

/* サムネイル部分 */
.thumbs-arrow {
  position: absolute;
  bottom: -50px;
  width: 920px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .thumbs-arrow {
    width: 650px;
  }
}

.gallery-thumbs {
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 0 20px !important;
}

.gallery-thumbs .swiper-slide {
  width: 200px !important;
}

.gallery-thumbs img {
  width: 160px !important;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(120, 120, 120, 0.4));
          filter: drop-shadow(0px 3px 3px rgba(120, 120, 120, 0.4));
}

/* 矢印 */
.slider .swiper-arrow {
  width: 65% !important;
  margin: 0 auto;
}

.thumbs-prev {
  left: -40px !important;
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media screen and (max-width: 767px) {
  .thumbs-prev {
    left: 0 !important;
  }
}

.thumbs-next {
  right: -40px !important;
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media screen and (max-width: 767px) {
  .thumbs-next {
    right: 0 !important;
  }
}

.thumbs-prev:after, .thumbs-next:after {
  display: none;
}

.thumbs-prev .fas, .thumbs-next .fas {
  font-size: 30px;
  color: #0e9bb9;
}

/*
@media screen and (max-width: 1600px) {
  .thumbs-arrow {
    width: 70%!important;
  }
  .gallery-thumbs img {
    width: 160px!important;
  }
}
@include mq($pcMQ) {
  .thumbs-arrow {
    width: 90%!important;
  }
  .gallery-thumbs {
    width: 80%!important;
  }
  .gallery-thumbs img {
    width: 150px!important;
  }
}
*/
@media screen and (max-width: 767px) {
  .slider {
    margin: 0 auto 40px;
    position: relative;
    padding: 50px 0;
  }
  .thumbs-arrow {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: unset;
    z-index: 100;
    width: 90%;
  }
  .gallery-thumbs {
    display: none;
  }
  .thumbs-prev {
    left: unset;
    top: unset;
    bottom: unset;
  }
  .thumbs-next {
    left: unset;
    top: unset;
    bottom: unset;
    right: 0;
  }
}
@media screen and (max-width: 414px) {
  .swiper-body img {
    border-radius: 8px;
  }
  .slider .swiper-arrow {
    width: 100%;
  }
  .thumbs-prev:after, .thumbs-next:after {
    font-size: 30px;
  }
}
.swiper-wrapper {
  height: auto !important;
}

/* IE11対応 */
.swiper-button-next, .swiper-button-prev {
  display: none !important;
}

@media all and (-ms-high-contrast: none) {
  .thumbs-arrow {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    left: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thumbs-arrow {
    bottom: auto;
  }
}

/* ______________ ナビゲーション ______________ */
.nav-pc {
  margin: 0 auto 40px;
  /* メニューのアイコン画像 */
  /* メニューの文字 */
  /* 矢印マーク */
}
.nav-pc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .nav-pc__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .nav-pc__list {
    width: 100%;
  }
}
.nav-pc__listitem {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .nav-pc__listitem {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc__listitem:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc__listitem:nth-child(4) {
    display: none;
  }
}
.nav-pc__listitem:nth-child(5) .nav-pc__image {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .nav-pc__listitem:nth-child(5) {
    display: none;
  }
}
.nav-pc__image {
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .nav-pc__image {
    height: 45px;
    margin: 0 0 10px;
  }
}
.nav-pc p {
  position: relative;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .nav-pc p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-pc p {
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc p {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 320px) {
  .nav-pc p {
    font-size: 11px;
    letter-spacing: -0.01em;
  }
}
.nav-pc p .second-line {
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .nav-pc p .second-line {
    font-size: 12px;
  }
}
.nav-pc .fa-chevron-right {
  position: absolute;
  color: #0e9bb9;
  bottom: 4px;
  right: -25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .nav-pc .fa-chevron-right {
    position: static;
    right: unset;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 414px) {
  .nav-pc .fa-chevron-right {
    margin: 0 0 0 3px;
  }
}
.nav-pc .fa-chevron-right-adjust {
  bottom: unset;
  top: 15px;
}
.nav-pc a {
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #333;
}
@media screen and (max-width: 414px) {
  .nav-pc a {
    display: block;
  }
}
.nav-pc a:hover {
  opacity: 0.5;
  color: #0e9bb9;
  text-decoration: none;
}
.nav-pc a:hover .fa-chevron-right {
  right: -25px;
}

/* ______________ 緊急お知らせエリア ______________ */
.notice {
  margin: 0 auto 30px;
}
.notice__inner {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1300px) {
  .notice__inner {
    width: 90%;
  }
}
.notice__inner--banner {
  background-color: #d00345;
  border: 2px solid #d00345;
  padding: 8px 0;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  width: 1000px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .notice__inner--banner {
    width: 100%;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .notice__inner--banner {
    position: relative;
  }
}
@media screen and (max-width: 414px) {
  .notice__inner--banner {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .notice__inner--banner {
    font-size: 12px;
  }
}
.notice__inner--banner:hover {
  background-color: #fff;
  border: 2px solid #d00345;
  color: #d00345;
  text-decoration: none;
}
.notice__inner--banner:hover p {
  color: #333;
}
.notice__inner--banner p {
  display: inline;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .notice__inner--banner p {
    display: block;
    margin: 0 50px;
  }
}
.notice__exclamation-circle {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .notice__exclamation-circle {
    position: absolute;
    left: 15px;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
@media screen and (max-width: 414px) {
  .notice__exclamation-circle {
    left: 5%;
    font-size: 25px;
  }
}
@media screen and (max-width: 320px) {
  .notice__exclamation-circle {
    left: 10px;
    font-size: 20px;
  }
}
.notice__chevron {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .notice__chevron {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
@media screen and (max-width: 414px) {
  .notice__chevron {
    right: 3%;
    font-size: 25px;
  }
}
@media screen and (max-width: 320px) {
  .notice__chevron {
    right: 8px;
    font-size: 20px;
  }
}

/* ______________ トップ　main ______________ */
@media all and (-ms-high-contrast: none) {
  main {
    overflow: hidden;
  }
}
/* ______________ トップ バナーのお知らせ ______________ */
.top-banner {
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-banner {
    margin: 0 auto 40px;
  }
}
.top-banner__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-banner__link:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.top-banner__img {
  max-width: 100%;
}

/* ______________ トップ　お知らせ一覧 ______________ */
.top-news {
  margin: 0 auto 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 0 0 150px;
  }
}

/* ______________ トップと下層　お知らせ一覧 共通 ______________ */
.news {
  background-image: url(/assets/img/img_news_bg.png);
  position: relative;
}
.news .index {
  position: relative;
}
.news .index img {
  margin: 0 0 30px;
}
.news .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .news .index h2 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news__area {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__area {
    margin: 0 auto;
  }
}
.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 100px;
  /* -----  List- Each Decoration (各色ごとの装飾) ----- */
}
@media screen and (max-width: 1024px) {
  .news__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
.news__list--news::after {
  content: url(/assets/img/decoration_01.png);
}
.news__list--others::after {
  content: url(/assets/img/decoration_02.png);
}
.news__list--topics::after {
  content: url(/assets/img/decoration_03.png);
}
.news__list--close::after {
  content: url(/assets/img/decoration_04.png);
}
.news .news-item {
  width: 22%;
  margin: 0 50px 80px 0;
  position: relative;
}
.news .news-item:nth-child(4n) {
  margin: 0 0 80px;
}
@media screen and (max-width: 1400px) {
  .news .news-item {
    margin: 0 40px 80px 0;
  }
  .news .news-item:nth-child(4n) {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news .news-item {
    width: 48%;
    margin: 0 0 60px;
  }
  .news .news-item:nth-child(4n) {
    margin: 0 0 60px;
  }
}
.news .news-item::after {
  position: absolute;
  left: 0px;
  top: 0px;
}
.news .news-item img {
  border-radius: 5px;
  margin: 0 0 20px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-item a:hover {
  text-decoration: none;
}
.news .news-item a:hover img {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.news__label {
  width: 100px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  margin: 0 0 25px;
  color: #fff;
}
.news__label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
}
.news__category--news {
  background-color: #d36789;
}
.news__category--news::after {
  border-top: 8px solid #d36789;
}
.news__category--others {
  background-color: #f39800;
}
.news__category--others::after {
  border-top: 8px solid #f39800;
}
.news__category--topics {
  background-color: #13b5b1;
}
.news__category--topics::after {
  border-top: 8px solid #13b5b1;
}
.news__category--close {
  background-color: #959595;
}
.news__category--close::after {
  border-top: 8px solid #959595;
}
.news__title {
  color: #333;
  font-weight: bold;
}
.news .button__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .news .button__pc {
    display: none;
  }
}
.news .button__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .news .button__sp {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    text-align: center;
    bottom: 120px;
  }
}

/* ______________ トップ　イベント一覧 ______________ */
.top-event {
  position: relative;
}
.top-event::before {
  display: inline-block;
  content: url(/assets/img/img_event_bg_top.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-event::before {
    content: url(/assets/img/img_event_bg_top_sp.png);
    top: -56px;
  }
}
@media screen and (max-width: 767px) {
  .top-event .event__list {
    margin: 0 0 150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* トップ・下層のイベント共通 */
.event {
  position: relative;
  /* イベント一覧　もっと見るボタン */
}
.event .index {
  position: relative;
}
.event .index img {
  margin: 0 0 30px;
}
.event .index h2 {
  margin: 0 auto 70px;
}
.event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* イベントのラベル・線の色 */
  /* ラベル・線の色 */
}
@media screen and (max-width: 1024px) {
  .event__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .event__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.event__list .event-item {
  width: 30%;
  padding: 0 0 10px 0;
  border-radius: 8px;
  margin: 0 60px 100px 0;
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  /* カテゴリー分けラベル */
  /* 共通 */
}
@media screen and (max-width: 1400px) {
  .event__list .event-item {
    margin: 0 45px 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .event__list .event-item {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .event__list .event-item {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 414px) {
  .event__list .event-item {
    margin: 0 auto 40px;
  }
}
.event__list .event-item:nth-child(3n) {
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .event__list .event-item:nth-child(3n) {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 414px) {
  .event__list .event-item:nth-child(3n) {
    margin: 0 auto 40px;
  }
}
.event__list .event-item::before {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  left: 0px;
  top: 0px;
  padding: 0 10px 8px 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 10;
}
.event__list .event-item .mouse-over {
  display: block;
  overflow: hidden;
  background-color: #000;
}
.event__list .event-item .mouse-over img {
  width: 100%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  vertical-align: middle;
}
.event__list .event-item .mouse-over img:hover {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.event__list .event-item a {
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
}
.event__list .event-item a:hover {
  text-decoration: none;
}
.event__list--point {
  border: 1px solid #f86f9a;
  border-top: 10px solid #f86f9a;
}
.event__list--point::before {
  content: "ポイントDAY";
  background: #f86f9a;
}
.event__list--point .days {
  border-top: 1px solid #f86f9a;
}
.event__list--event {
  border: 1px solid #b4d043;
  border-top: 10px solid #b4d043;
}
.event__list--event::before {
  content: "イベント";
  background: #b4d043;
}
.event__list--event .days {
  border-top: 1px solid #b4d043;
}
.event__list--others {
  border: 1px solid #fcaf2a;
  border-top: 10px solid #fcaf2a;
}
.event__list--others::before {
  content: "その他";
  background: #fcaf2a;
}
.event__list--others .days {
  border-top: 1px solid #fcaf2a;
}
.event__list--shop {
  border: 1px solid #a27db8;
  border-top: 10px solid #a27db8;
}
.event__list--shop::before {
  content: "ショップ";
  background: #a27db8;
}
.event__list--shop .days {
  border-top: 1px solid #a27db8;
}
.event__list--sale {
  border: 1px solid #3f85ab;
  border-top: 10px solid #3f85ab;
}
.event__list--sale::before {
  content: "セール";
  background: #3f85ab;
}
.event__list--sale .days {
  border-top: 1px solid #3f85ab;
}
.event__list--image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  width: 100%;
}
.event__list .days {
  margin-top: auto;
  text-align: center;
  padding: 10px 0 0 0;
}
.event__list--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event__list--wrap .days {
  margin-top: auto;
}
.event__list--text {
  padding: 10px 15px;
  letter-spacing: 0.05em;
}
.event__list--text .sentence {
  margin: 0 auto 30px;
  line-height: 2;
}
.event .button__pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .event .button__pc {
    display: none;
  }
}
.event .button__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .event .button__sp {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    text-align: center;
    bottom: -50px;
  }
}

/* ______________ トップ　ショップを探す ______________ */
@media all and (-ms-high-contrast: none) {
  .search {
    overflow: hidden;
  }
}
.search {
  margin: 0 auto 120px;
  background-image: url(/assets/img/img_search_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .search {
    background-image: url(/assets/img/img_search_bg_sp.jpg);
    margin: 0 auto 50px;
    position: relative;
    padding: 50px 0;
  }
  .search::before {
    display: inline-block;
    content: url(/assets/img/img_search_bg_top_sp.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__wrap--index {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .search__wrap--index {
    width: 100%;
  }
}
.search__wrap--index h2 {
  margin: 0;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .search__wrap--index h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .search__wrap--index h2 {
    margin: 0 0 50px;
  }
}
.search__wrap--index img {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .search__wrap--index img {
    margin: 0 0 30px;
  }
}
.search__area {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .search__area {
    width: 100%;
  }
}
.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 414px) {
  .search__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search__list--item {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .search__list--item {
    width: 30%;
  }
  .search__list--item:nth-child(-n+3) {
    margin: 0 0 30px;
  }
  .search__list--item:nth-child(4) {
    margin: 0 0 0 50px;
  }
  .search__list--item:nth-child(5) {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .search__list--item {
    width: 46%;
    margin: 0 auto;
  }
  .search__list--item:nth-child(-n+4) {
    margin: 0 auto 20px;
  }
  .search__list--item:nth-child(4) {
    margin: 0 auto;
  }
  .search__list--item:nth-child(5) {
    margin: 0 auto;
  }
}
.search__list--item img {
  width: 100%;
}
.search__list--item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search__list--item a:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}

/* ______________ トップ　その他サービス ______________ */
.service {
  background-image: url(/assets/img/img_bg_right_01.png);
  background-position: right 0 bottom 40px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service {
    background-image: url(/assets/img/img_bg_right_01.png), url(/assets/img/img_bg_left.png);
    margin: 0 auto 50px;
    background-size: 150px, 150px;
    background-position: right 0 bottom 300px, left bottom;
  }
}
.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.service ul li {
  margin: 0;
}
.service ul li img {
  width: 100%;
}
.service .service-top {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .service .service-top {
    margin-bottom: 50px;
  }
}
.service .service-top__list--item {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .service .service-top__list--item {
    width: 100%;
  }
  .service .service-top__list--item:first-child {
    margin: 0 auto 50px;
  }
}
.service .service-top a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
}
.service .service-top a:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.service .service-bottom {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .service .service-bottom {
    margin: 0 auto 50px;
  }
}
.service .service-bottom__list--item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .service .service-bottom__list--item {
    width: 80%;
    margin: 0 auto 50px;
  }
  .service .service-bottom__list--item:last-child {
    margin: 0 auto;
  }
}
.service .service-bottom a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
}
.service .service-bottom a:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.service .service-bottom02 {
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .service .service-bottom02 {
    margin: 0 auto;
  }
}
.service .service-bottom02 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service .service-bottom02 a:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.service .service-bottom02 img {
  max-width: 100%;
}

/* Navigation .nav-common (下層ページ共通ナビ) ____________*/
.nav-common {
  margin: 0 auto 60px;
}
.nav-common__list {
  width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .nav-common__list {
    width: 1000px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .nav-common__list {
    width: 90%;
  }
}
.nav-common__listitem a {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nav-common__listitem:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-common__listitem:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-common__listitem:nth-child(5) {
    display: none;
  }
}
.nav-common__listitem .current {
  border-bottom: 2px dotted orange;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .nav-common__listitem .current {
    padding: 0 0 15px;
  }
}
.nav-common__image {
  margin: 0 auto 10px;
  width: 40px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .nav-common__image {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .nav-common__image {
    height: 35px;
    width: auto;
  }
}
.nav-common p {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .nav-common p {
    display: block;
  }
}

/* ハンバーガーメニュー _____________________________*/
.nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-sp {
    display: block;
    /* メニュー一覧 */
    /* バナー */
  }
  .nav-sp__toggle {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    top: 0;
    right: 10px;
    position: absolute;
    margin-top: 15px;
    z-index: 1000;
  }
  .nav-sp__toggle.active {
    position: fixed;
  }
  .nav-sp__toggle span {
    display: block;
    position: absolute;
    border-bottom: solid 4px #d00345;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    border-radius: 3px;
  }
  .nav-sp__toggle span:nth-child(1) {
    top: 0;
    width: 25px;
  }
  .nav-sp__toggle span:nth-child(2) {
    top: 10px;
    width: 20px;
  }
  .nav-sp__toggle span:nth-child(3) {
    top: 20px;
    width: 15px;
  }
  .nav-sp__toggle.active span {
    border-bottom: solid 4px #d00345;
  }
  .nav-sp__toggle.active span:nth-child(1) {
    top: 10px;
    left: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 26px;
  }
  .nav-sp__toggle.active span:nth-child(2) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
  }
  .nav-sp__toggle.active span:nth-child(3) {
    display: none;
  }
  .nav-sp__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: 999;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .nav-sp__menu.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    padding: 5px 0 30px 0;
    height: 100%;
  }
  .nav-sp__menu--open {
    margin: 0 0 15px 20px;
  }
  .nav-sp__menu--open img {
    margin: 5px 0 0 0;
  }
  .nav-sp__list {
    width: 100%;
    padding-left: 0px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* メニュー一覧 リンク */
  }
  .nav-sp__list--item {
    width: 100%;
    list-style-type: none;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #70c5e7;
  }
  .nav-sp__list--item:first-child {
    border-top: 3px solid #70c5e7;
  }
  .nav-sp__list--item:last-child {
    margin: 0 auto 30px;
  }
  .nav-sp__list .link-common {
    color: #333;
    text-decoration: none;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
  }
  .nav-sp__list .link-common .fas {
    position: absolute;
    right: 40px;
    color: #70c5e7;
    font-size: 20px;
    top: 15px;
  }
  .nav-sp__list .link-common .arrow-sub {
    font-size: 14px;
    right: 43px;
  }
  .nav-sp__list .link-main {
    font-size: 14px;
    line-height: 50px;
  }
  .nav-sp__list .link-sub {
    font-size: 13px;
    line-height: 40px;
  }
  .nav-sp__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .nav-sp__banner--item {
    width: 48%;
  }
  .nav-sp__banner--item img {
    width: 100%;
  }
}

/* ______________ 下層　お知らせ一覧 ______________ */
.under-news {
  background-repeat: repeat;
}
.under-news .news__list {
  padding: 0;
}

#article-contents {
  background-color: #fff;
  padding: 50px 50px 80px 50px;
  margin: 0 auto 60px;
  /* 記事内テキスト */
  /* カテゴリー分けラベル */
  /* ラベルの色 */
  /* ラベルの色 イベント情報下層 詳細ページ */
  /* 記事タイトル */
  /* ブロックごとのサブタイトル */
  /* 記事内リスト */
  /* 日付 */
  /* 画像 */
  /* 横並びの写真 */
}
@media screen and (max-width: 1024px) {
  #article-contents {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 414px) {
  #article-contents {
    padding: 30px 15px;
  }
}
#article-contents .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #article-contents .inner {
    width: 95%;
  }
}
#article-contents p {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #article-contents p {
    font-size: 14px;
    margin: 0 auto 20px;
  }
}
#article-contents a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#article-contents a:hover {
  color: #333;
}
#article-contents .label {
  width: 120px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  margin: 0 0 25px;
  color: #fff;
}
#article-contents .label-news {
  background-color: #d36789;
}
#article-contents .label-others {
  background-color: #f39800;
}
#article-contents .label-topics {
  background-color: #13b5b1;
}
#article-contents .label-close {
  background-color: #959595;
}
#article-contents .label-event {
  background-color: #b4d043;
}
#article-contents .label-point {
  background-color: #f86f9a;
}
#article-contents .label-sale {
  border-color: #3f85ab;
}
#article-contents .label-shop {
  border-color: #a27db8;
}
#article-contents .label-others {
  background-color: #f39800;
}
#article-contents h3 {
  color: #0e9bb9;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 auto 10px;
  border-bottom: 1px solid #0e9bb9;
}
@media screen and (max-width: 767px) {
  #article-contents h3 {
    font-size: 18px;
  }
}
#article-contents h4 {
  border-left: 3px solid #0e9bb9;
  padding: 0 0 0 10px;
  margin: 0 auto 20px;
  color: #333;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #article-contents h4 {
    font-size: 17px;
  }
}
#article-contents ul {
  margin: 0 auto 50px;
}
#article-contents ul li {
  margin: 0 auto 10px;
  color: #333;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #article-contents ul li {
    font-size: 14px;
  }
}
#article-contents ul li::before {
  content: "";
  background-color: #0e9bb9;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
}
#article-contents .news-date {
  color: #333;
  margin: 0 auto 30px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #article-contents .news-date {
    font-size: 14px;
  }
}
#article-contents .news-image {
  text-align: center;
  margin: 0 auto 50px;
}
#article-contents .news-image img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #article-contents .news-image img {
    width: 100%;
  }
}
#article-contents .text-bold {
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  #article-contents .text-bold {
    font-size: 15px;
  }
}
#article-contents .news-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #article-contents .news-image-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#article-contents .news-image-list .image-common {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #article-contents .news-image-list .image-common {
    width: 100%;
  }
}
#article-contents .news-image-list .image-common img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #article-contents .news-image-list .image-left {
    margin: 0 auto 30px;
  }
}
#article-contents img {
  max-width: 100%;
  height: auto;
}

/* ページ送り */
.pager {
  padding: 0 0 100px;
}
.pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .pager__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pager__list--item {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pager__list--item {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .pager__list--item {
    width: 100%;
  }
}
.pager__list--item a {
  display: block;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager__list--item a:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pager__list--item a {
    font-size: 14px;
  }
}
.pager__list--item a .fas {
  position: absolute;
}
.pager__list--back a {
  padding: 10px 130px;
}
@media screen and (max-width: 1024px) {
  .pager__list--back a {
    padding: 10px 100px;
  }
}
@media screen and (max-width: 767px) {
  .pager__list--back a {
    padding: 10px;
  }
}
.pager__list--back a .fas {
  top: 15px;
  right: 10px;
}
.pager__list--prev a {
  padding: 5px 20px 5px 40px;
}
.pager__list--prev a .fas {
  left: 10px;
  top: 8px;
}
.pager__list--next a {
  padding: 5px 40px 5px 20px;
}
.pager__list--next a .fas {
  right: 10px;
  top: 8px;
}

/* ______________ 下層　イベント情報一覧 ______________ */
/* 下層イベント一覧の背景 */
.under-event {
  background-image: url(/assets/img/img_news_bg.png);
  position: relative;
}
.under-event .event__list--item {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .under-event .event__list--item {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .under-event .event__list--item {
    width: 100%;
  }
}
.under-event .event__list--item img {
  vertical-align: middle;
}

/* ______________ ショップガイド ______________ */
.shopguide-contents {
  /* .shopguide-contents .fashion ______________________ */
  /* .shopguide-contents .culture ______________________ */
  /* .shopguide-contents .drink ______________________ */
  /* .shopguide-contents .food ______________________ */
  /* .shopguide-contents .service ______________________ */
}
.shopguide-contents .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .shopguide-contents .index h2 {
    margin: 0 auto 50px;
  }
}
.shopguide-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .shopguide-contents ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shopguide-contents ul li {
  width: 22%;
  padding: 0 0 10px 0;
  border-radius: 8px;
  margin: 0 0 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 49px 120px 0;
}
@media screen and (max-width: 1400px) {
  .shopguide-contents ul li {
    margin: 0 37px 100px 0;
  }
  .shopguide-contents ul li:nth-child(4n) {
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .shopguide-contents ul li {
    width: 45%;
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .shopguide-contents ul li {
    width: 100%;
    margin: 0 0 50px;
  }
}
.shopguide-contents ul li:nth-child(4n) {
  margin: 0 0 120px 0;
}
@media screen and (max-width: 1024px) {
  .shopguide-contents ul li:nth-child(4n) {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .shopguide-contents ul li:nth-child(4n) {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .shopguide-contents ul li:last-child {
    margin: 0 auto;
  }
}
.shopguide-contents ul li:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.shopguide-contents ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
}
.shopguide-contents ul li img {
  width: 286px;
  height: 173px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1400px) {
  .shopguide-contents ul li img {
    width: 100%;
    height: auto;
  }
}
.shopguide-contents ul li .text {
  width: 90%;
  margin: 10px auto 0;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px 0 0;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.shopguide-contents ul li .text .shop {
  font-size: 20px;
}
.shopguide-contents ul li .text .time__notice {
  font-size: 14px;
  font-weight: normal;
}
.shopguide-contents ul li .text .time .far {
  margin: 0 5px 0 0;
}
.shopguide-contents .fashion {
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .shopguide-contents .fashion {
    padding: 50px 0;
  }
}
.shopguide-contents .fashion__list--item {
  border: 1px solid #4ea0cc;
  background-color: #fff;
}
.shopguide-contents .fashion__list--item::after {
  content: url(/assets/img/decoration_08.png);
}
.shopguide-contents .fashion__list--item .text {
  border-top: 1px solid #4ea0cc;
}
.shopguide-contents .culture {
  padding: 100px 0 50px;
  background-image: url(/assets/img/img_culture_bg.jpg);
  /* 最後の行のみ揃える */
}
@media screen and (max-width: 767px) {
  .shopguide-contents .culture {
    padding: 50px 0;
  }
}
.shopguide-contents .culture__list--item {
  border: 1px solid #c075b4;
  background-color: #fff;
}
.shopguide-contents .culture__list--item::after {
  content: url(/assets/img/decoration_05.png);
}
.shopguide-contents .culture__list--item .text {
  border-top: 1px solid #c075b4;
}
.shopguide-contents .culture .flex-content::after {
  content: "";
  display: block;
  width: 48%;
}
.shopguide-contents .drink {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .shopguide-contents .drink {
    padding: 50px 0;
  }
}
.shopguide-contents .drink__list--item {
  border: 1px solid #abc541;
  background-color: #fff;
}
.shopguide-contents .drink__list--item::after {
  content: url(/assets/img/decoration_07.png);
}
.shopguide-contents .drink__list--item .text {
  border-top: 1px solid #abc541;
}
.shopguide-contents .food {
  padding: 100px 0 50px;
  background-image: url(/assets/img/shopguide/bg01.png);
}
@media screen and (max-width: 767px) {
  .shopguide-contents .food {
    padding: 50px 0;
  }
}
.shopguide-contents .food__list--item {
  border: 1px solid #ffbb34;
  background-color: #fff;
}
.shopguide-contents .food__list--item::after {
  content: url(/assets/img/decoration_02.png);
}
.shopguide-contents .food__list--item .text {
  border-top: 1px solid #ffbb34;
}
.shopguide-contents .service {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .shopguide-contents .service {
    padding: 50px 0;
  }
}
.shopguide-contents .service__list--item {
  border: 1px solid #e85f8a;
  background-color: #fff;
}
.shopguide-contents .service__list--item::after {
  content: url(/assets/img/decoration_01.png);
}
.shopguide-contents .service__list--item .text {
  border-top: 1px solid #e85f8a;
}

/* 
Shopguide-floor 
___________________________________________________________________________*/
.shopguide-contents .first {
  padding: 100px 0 20px 0;
}
.shopguide-contents .first h2 {
  color: #70c5e7;
}
.shopguide-contents .second {
  padding: 100px 0;
  background-image: url(/assets/img/img_bg_right_02.png), url(/assets/img/img_culture_bg.jpg);
  background-repeat: no-repeat;
  background-size: 200px, cover;
  background-position: right 0 bottom 40px, center center;
}
.shopguide-contents .second h2 {
  color: #abc541;
}

/* 
Shopinfo (店舗詳細) 
______________________________________________________________________________*/
.shopinfo {
  margin: 0 auto;
  background-image: url(/assets/img/img_bg_right_02.png), url(/assets/img/shopguide/shopguide_bg01.png);
  background-repeat: no-repeat;
  background-size: 150px, cover;
  padding: 0 0 110px 0;
  position: relative;
  background-position: right 0 bottom 40px, center center;
  /* ショップ　簡単な情報 */
  /* 店舗情報の詳しい情報 */
}
.shopinfo .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .shopinfo .index h2 {
    margin: 0 auto 50px;
  }
}
.shopinfo__contents {
  background-color: #fff;
  padding: 100px 140px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1400px) {
  .shopinfo__contents {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .shopinfo__contents {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shopinfo__contents {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 414px) {
  .shopinfo__contents {
    padding: 50px 30px;
  }
}
.shopinfo__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 50px;
  /* ラベル共通 */
  /* ラベル色分け */
}
@media screen and (max-width: 1024px) {
  .shopinfo__headline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .shopinfo__headline {
    margin: 0 auto 30px;
  }
}
.shopinfo__headline--logo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .shopinfo__headline--logo {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.shopinfo__headline--logo img {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.shopinfo__headline--name {
  width: 65%;
  margin: 0 0 0 30px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .shopinfo__headline--name {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .shopinfo__headline--name {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.shopinfo__headline--label {
  width: 100px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
}
.shopinfo__headline--fashion {
  background-color: #4ea0cc;
}
.shopinfo__headline--culture {
  background-color: #c075b4;
}
.shopinfo__headline--drink {
  background-color: #abc541;
}
.shopinfo__headline--topics {
  background-color: #13b5b1;
}
.shopinfo__headline--food {
  background-color: #ffbb34;
}
.shopinfo__headline--service {
  background-color: #e85f8a;
}
.shopinfo__headline--shop {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shopinfo__headline--shop {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .shopinfo__headline--shop {
    font-size: 21px;
  }
}
.shopinfo__headline--shop .read {
  font-size: 13px;
  display: block;
  font-weight: normal;
}
.shopinfo__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.shopinfo__detail--text {
  width: 47%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail--text {
    width: 100%;
  }
}
.shopinfo__detail--text .catch-copy {
  margin: 0 auto 30px;
}
.shopinfo__detail--text .catch-copy__index {
  color: #0e9bb9;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail--text .catch-copy__index {
    font-size: 21px;
  }
}
.shopinfo__detail--text .catch-copy__sentence {
  color: #333;
  font-size: 16px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail--text .catch-copy__sentence {
    font-size: 14px;
  }
}
.shopinfo__detail--text .catch-copy ul {
  margin: 0 auto 30px;
}
.shopinfo__detail--text .catch-copy ul li {
  margin: 0 auto 10px;
  color: #333;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
}
.shopinfo__detail--text .catch-copy ul li:last-child {
  margin: 0 auto;
}
.shopinfo__detail--text .catch-copy ul li::before {
  content: "";
  background-color: #0e9bb9;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 10px;
  left: 0;
}
.shopinfo__detail--text .catch-copy a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shopinfo__detail--text .catch-copy a:hover {
  color: #333;
}
.shopinfo__detail--text .staff-voice {
  margin: 0 auto 30px;
}
.shopinfo__detail--text .staff-voice__title {
  background-color: #0e9bb9;
  width: 100%;
  padding: 3px 0;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .shopinfo__detail--text .staff-voice__title {
    font-size: 18px;
  }
}
.shopinfo__detail--text .staff-voice__title .far {
  margin: 0 10px 0 20px;
}
.shopinfo__detail--text .staff-voice__sentence {
  color: #333;
  font-size: 16px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail--text .staff-voice__sentence {
    font-size: 14px;
  }
}
.shopinfo__detail--text .staff-voice a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* リンクホバー */
}
.shopinfo__detail--text .staff-voice a:hover {
  color: #333;
}
.shopinfo__detail--text .business-info {
  color: #333;
}
.shopinfo__detail--text .business-info__list--item {
  border-bottom: 1px solid #0e9bb9;
  padding: 20px 0 20px 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail--text .business-info__list--item {
    padding: 10px 0 10px 10px;
    font-size: 14px;
  }
}
.shopinfo__detail--text .business-info__list--item a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* リンクホバー */
  word-break: break-all;
}
.shopinfo__detail--text .business-info__list--item a:hover {
  color: #333;
}
.shopinfo__detail--text .business-info__list--item a .fas {
  margin: 0 0 0 10px;
}
.shopinfo__detail--text .business-info__list--item:first-child {
  border-top: 1px solid #0e9bb9;
}
.shopinfo__detail--image {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .shopinfo__detail--image {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.shopinfo__detail--image img {
  width: 100%;
}
.shopinfo__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .shopinfo__image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shopinfo__image--item {
  width: 47%;
  margin: 0 auto;
}
.shopinfo__image--item:not(:last-child) {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .shopinfo__image--item {
    width: 100%;
  }
  .shopinfo__image--item:not(:last-child) {
    margin: 0 auto 20px;
  }
}
.shopinfo__image img {
  width: 100%;
}
.shopinfo__movie {
  margin: 0 auto 50px;
}
.shopinfo__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopinfo__movie .movie-full {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.shopinfo__movie .movie-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .shopinfo__movie .movie-half {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shopinfo__movie .movie-half li {
  width: 49%;
  position: relative;
  padding-bottom: 27.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .shopinfo__movie .movie-half li {
    padding-bottom: 56.25%;
    width: 100%;
  }
  .shopinfo__movie .movie-half li:not(:first-child) {
    margin: 20px auto 0;
  }
}
.shopinfo__button {
  text-align: center;
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 414px) {
  .shopinfo__button {
    width: 100%;
  }
}
.shopinfo__button a {
  display: block;
  width: 100%;
  border-radius: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shopinfo__button a:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .shopinfo__button a {
    line-height: 40px;
    font-size: 16px;
  }
}
.shopinfo__button a .fas {
  margin: 0 0 0 15px;
}

/* Main menu (下層共通メインメニュー) 
______________________________________________________________________________*/
.main-menu {
  margin: 0 auto;
  background-image: url(/assets/img/main-menu/main-menu_bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 110px 0;
  position: relative;
  /* ---------- ボタン ---------- */
  /* ---------- カテゴリー別ボタン ---------- */
  /* ---------- Shop Guide Floor Map (フロアマップの図) ---------- */
  /* ---------- Floor Map PDF (フロアマップ PDFリンク) ---------- */
  /* ---------- Search Keywords (キーワードから探す) ---------- */
}
@media screen and (max-width: 1024px) {
  .main-menu {
    padding: 20px 0 50px;
  }
}
.main-menu .index {
  position: relative;
}
.main-menu .index img {
  margin: 0 0 30px;
}
.main-menu .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .main-menu .index h2 {
    margin: 0 auto 50px;
  }
}
.main-menu__button {
  width: 1300px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 1400px) {
  .main-menu__button {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu__button {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .main-menu__button {
    padding: 0 0 50px;
  }
}
.main-menu__button-sub {
  margin: 40px auto 0;
}
.main-menu__button-sub .user-guide__wrap--button {
  margin: 0 auto;
}
.main-menu__button .button__list {
  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; /* サービス情報以外 */
}
.main-menu__button .button__list--item {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-menu__button .button__list--item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.main-menu__button .button__list--item:first-child {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .main-menu__button .button__list--item:first-child {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu__button .button__list--item:last-child {
    margin: 0 auto;
  }
}
.main-menu__button .button__list--link {
  width: 100%;
  display: block;
  background-color: #fff;
  color: #333;
  line-height: 80px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu__button .button__list--link:hover {
  background-color: #70c5e7;
}
.main-menu__button .fas {
  font-size: 20px;
}
.main-menu__button .fas-mark {
  margin: 0 10px 0 0;
}
.main-menu__button .fas-arrow {
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.main-menu__button .fa-microphone, .main-menu__button .fa-music {
  margin: 0 10px 0 0;
}
.main-menu__button .current__link {
  background-color: #70c5e7;
}
.main-menu__button .current__link:hover {
  background-color: #fff;
}
.main-menu__category {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .main-menu__category {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu__category {
    width: 80%;
  }
}
.main-menu .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1400px) {
  .main-menu .category__list--item {
    width: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu .category__list--item {
    width: 30%;
    margin: 0 0 30px;
  }
}
.main-menu .category__list--link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu .category__list--link:hover {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
          filter: drop-shadow(0px 6px 7px rgba(150, 150, 150, 0.6));
}
.main-menu .category__list--link img {
  width: 100%;
}
.main-menu__map {
  width: 600px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-menu__map {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.main-menu__map img {
  width: 100%;
}
.main-menu__pdf {
  margin: 0 auto;
  text-align: center;
}
.main-menu__pdf a {
  margin: 0 auto;
  border-radius: 30px;
  padding: 10px 80px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-menu__pdf a:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .main-menu__pdf a {
    display: block;
    padding: 10px;
    width: 90%;
  }
}
.main-menu__pdf a .fa-file-pdf {
  color: #d10000;
  margin: 0 10px 0 0;
}
.main-menu__form {
  margin: 0 auto;
  text-align: center;
}
.main-menu__form #search-form {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-menu__form #search-form {
    max-width: 300px;
  }
}
.main-menu__form #search {
  height: 60px;
  border-radius: 50px;
  outline: 0;
  background: #fff;
  border: none;
  width: 100%;
  border: 1px solid #0e9bb9;
  padding: 5px 0 0 20px;
  font-size: 16px;
}
.main-menu__form #search::-webkit-input-placeholder {
  font-size: 18px;
  color: #999;
  letter-spacing: 0.05em;
}
.main-menu__form #search::-moz-placeholder {
  font-size: 18px;
  color: #999;
  letter-spacing: 0.05em;
}
.main-menu__form #search:-ms-input-placeholder {
  font-size: 18px;
  color: #999;
  letter-spacing: 0.05em;
}
.main-menu__form #search::-ms-input-placeholder {
  font-size: 18px;
  color: #999;
  letter-spacing: 0.05em;
}
.main-menu__form #search::placeholder {
  font-size: 18px;
  color: #999;
  letter-spacing: 0.05em;
}
.main-menu__form #button {
  height: 65px;
  position: absolute;
  right: 0px;
  top: 2px;
  background: none;
  color: #666;
  border: none;
  font-size: 20px;
}

/* ______________ サービス情報 ______________ */
.service-guide {
  margin: 0 auto;
  background-image: url(/assets/img/img_service_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-guide .main-menu__button {
  padding: 0;
}
.service-guide .button__list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.service-guide .button__list--item {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .service-guide .button__list--item {
    margin: 0 auto 30px;
  }
}
.service-guide .button__list--item:first-child {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .service-guide .button__list--item:first-child {
    margin: 0 auto 30px;
  }
}

.service-contents {
  /* 写真・テキストのFlexBox */
  /* メンバーズカード */
  /* お得なポイント */
  /* メンバーズカードのお問い合わせ */
  /* キッズ＆ママ  */
  /* 施設情報 */
}
.service-contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap {
    margin: 0 auto 50px;
  }
}
.service-contents .wrap:last-child {
  margin: 0 auto;
}
.service-contents .wrap__image {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .service-contents .wrap__image {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .wrap__image {
    width: 100%;
  }
}
.service-contents .wrap__image img {
  width: 100%;
  border-radius: 50px 0;
}
.service-contents .wrap__text {
  width: 50%;
  letter-spacing: 0.05em;
  padding: 30px 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service-contents .wrap__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text {
    padding: 30px 0 60px;
  }
}
.service-contents .wrap__text--title {
  color: #0e9bb9;
  font-size: 28px;
  font-weight: bold;
  display: inline;
  /* タイトルが長いときの位置調節用 */
}
@media screen and (max-width: 1400px) {
  .service-contents .wrap__text--title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--title {
    font-size: 21px;
  }
}
.service-contents .wrap__text--title01 {
  margin: 0 auto 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--title01 {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .wrap__text--title01 {
    margin: 0 auto;
  }
}
.service-contents .wrap__text--title02 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--title02 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .wrap__text--title02 {
    margin: 0 auto;
  }
}
.service-contents .wrap__text--button {
  position: absolute;
  right: 0;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 20px;
  letter-spacing: 0.03em;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* タイトルが長いときのフロアMAPを見るボタンの位置調節用 */
}
.service-contents .wrap__text--button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--button {
    position: absolute;
    right: 0;
    border-radius: 30px;
    padding: 5px 10px;
    letter-spacing: 0.01em;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .wrap__text--button {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
.service-contents .wrap__text--button .fas {
  margin: 0 0 0 10px;
  font-size: 20px;
}
.service-contents .wrap__text--button01 {
  top: 85px;
}
@media screen and (max-width: 1024px) {
  .service-contents .wrap__text--button01 {
    top: 70px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .wrap__text--button01 {
    top: unset;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--button02 {
    top: 70px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .wrap__text--button02 {
    top: unset;
  }
}
.service-contents .wrap__text--detail {
  line-height: 1.8;
  font-size: 16px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--detail {
    font-size: 14px;
  }
}
.service-contents .wrap__text--caution {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text--caution {
    font-size: 13px;
    line-height: 1.8;
  }
}
.service-contents .wrap__text--location {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.service-contents .wrap__text .service-notice {
  color: #d00345;
  font-size: 16px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .service-contents .wrap__text .service-notice {
    font-size: 14px;
  }
}
.service-contents .wrap__text .mail-address {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-contents .wrap__text .mail-address:hover {
  color: #333;
}
.service-contents .wrap__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-contents .members {
  margin: 0 auto;
  padding: 100px 0;
  background-image: url(/assets/img/img_kids_bg.jpg);
}
@media screen and (max-width: 767px) {
  .service-contents .members {
    padding: 50px 0;
  }
}
.service-contents .members__inner {
  margin: 0 auto;
  width: 1300px;
}
@media screen and (max-width: 1400px) {
  .service-contents .members__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .members__inner {
    width: 90%;
  }
}
.service-contents .members__index {
  text-align: center;
}
.service-contents .members__index img {
  margin: 0 auto;
  width: 55px;
}
.service-contents .members__index--title {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .service-contents .members__index--title {
    font-size: 24px;
  }
}
.service-contents .members__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .service-contents .members__wrap {
    margin: 0 auto 40px;
  }
}
.service-contents .members__image {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .service-contents .members__image {
    width: 100%;
    margin: 0 0 30px;
  }
}
.service-contents .members__image img {
  border-radius: 50px 0;
  width: 100%;
}
.service-contents .members__text {
  width: 50%;
  letter-spacing: 0.05em;
  padding: 30px 0 0;
}
@media screen and (max-width: 1400px) {
  .service-contents .members__text {
    padding: 0;
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .members__text {
    width: 100%;
  }
}
.service-contents .members__title {
  color: #0e9bb9;
  font-size: 28px;
  font-weight: bold;
  display: inline;
}
@media screen and (max-width: 767px) {
  .service-contents .members__title {
    font-size: 21px;
  }
}
.service-contents .members__label {
  background-color: #d00746;
  color: #fff;
  padding: 3px 10px;
  vertical-align: super;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1400px) {
  .service-contents .members__label {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .members__label {
    margin: 10px 0 0;
  }
}
.service-contents .members__detail {
  line-height: 1.8;
  font-size: 16px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .service-contents .members__detail {
    font-size: 14px;
  }
}
.service-contents .card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .service-contents .card__list {
    width: 100%;
  }
}
.service-contents .card__listitem {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-contents .card__listitem:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-contents .card__listitem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 45%;
  }
}
.service-contents .card__listitem img {
  width: 100%;
}
.service-contents .card__listitem small {
  width: 100%;
}
.service-contents .card__listitem--image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .service-contents .card__listitem--image {
    width: 100%;
  }
}
.service-contents .card__listitem--text {
  width: 45%;
  padding: 0 0 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .service-contents .card__listitem--text {
    width: 100%;
  }
}
.service-contents .card__listitem--index {
  font-weight: bold;
}
.service-contents .point {
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .service-contents .point {
    margin: 0 auto 50px;
  }
}
.service-contents .point__title {
  color: #0e9bb9;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .service-contents .point__title {
    font-size: 21px;
  }
}
.service-contents .point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-contents .point__listitem {
  width: 20%;
  padding: 130px 20px 30px;
  border-radius: 50px 0;
  position: relative;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .service-contents .point__listitem {
    width: 42%;
    margin: 0 0 50px;
    padding: 100px 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .point__listitem {
    padding: 130px 20px 30px;
    border-radius: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .point__listitem {
    width: 100%;
    padding: 130px 20px 30px;
    border-radius: 50px 0;
  }
}
.service-contents .point__listitem--number {
  color: #fff;
  font-size: 90px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 90px;
  inline-size: 120px;
}
.service-contents .point__listitem--first, .service-contents .point__listitem--third {
  background-color: #88d3f2;
}
.service-contents .point__listitem--second, .service-contents .point__listitem--fourth {
  background-color: #c5de5f;
}
.service-contents .point__listitem--index {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .service-contents .point__listitem--index {
    font-size: 21px;
  }
}
.service-contents .point__listitem--comment {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .service-contents .point__listitem--comment {
    font-size: 14px;
  }
}
.service-contents .card-contact {
  margin: 0 auto;
}
.service-contents .card-contact__index {
  color: #0e9bb9;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .service-contents .card-contact__index {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .card-contact__index {
    font-size: 21px;
  }
}
.service-contents .card-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .service-contents .card-contact__wrap {
    margin: 0 auto 50px;
  }
}
.service-contents .card-contact__wrap--text {
  width: 50%;
  padding: 30px 0 0;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .service-contents .card-contact__wrap--text {
    width: 100%;
    padding: 0 0 30px;
  }
}
.service-contents .card-contact__wrap--image {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .service-contents .card-contact__wrap--image {
    width: 100%;
  }
}
.service-contents .card-contact__wrap--image img {
  width: 100%;
  border-radius: 50px 0;
}
@media screen and (max-width: 767px) {
  .service-contents .card-contact__listitem {
    margin: 0 auto 30px;
  }
}
.service-contents .card-contact__listitem--index {
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 10px;
  position: relative;
  padding: 0 0 0 30px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .service-contents .card-contact__listitem--index {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .card-contact__listitem--index {
    font-size: 14px;
  }
}
.service-contents .card-contact__listitem--index::before {
  display: inline;
  position: absolute;
  left: 0;
  top: 3px;
  content: url(/assets/img/service_icon_04.png);
}
.service-contents .card-contact__listitem--name {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  .service-contents .card-contact__listitem--name {
    font-size: 14px;
  }
}
.service-contents .card-contact__listitem--phone {
  font-size: 16px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
}
.service-contents .card-contact__listitem--phone a[href^="tel:"] {
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .service-contents .card-contact__listitem--phone a[href^="tel:"] {
    pointer-events: auto;
  }
}
.service-contents .card-contact__listitem--phone span {
  font-size: 14px;
  margin: 0 0 0 20px;
  vertical-align: text-top;
}
.service-contents .card-contact__listitem--phone .fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.service-contents .card-contact__listitem .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 414px) {
  .service-contents .card-contact__listitem .shop {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.service-contents .card-contact__listitem .shop__item {
  width: 15%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 414px) {
  .service-contents .card-contact__listitem .shop__item {
    margin: 0;
    width: 18%;
  }
}
.service-contents .card-contact__listitem .shop__item:last-child {
  margin: 0;
}
.service-contents .card-contact__listitem .shop img {
  width: 100%;
  border: 1px solid #0e9bb9;
}
.service-contents .card-contact .card-detail {
  text-align: center;
}
.service-contents .card-contact .card-detail__button {
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-contents .card-contact .card-detail__button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service-contents .card-contact .card-detail__button {
    width: 90%;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .card-contact .card-detail__button {
    font-size: 13px;
    padding: 10px 8px;
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 375px) {
  .service-contents .card-contact .card-detail__button {
    width: 95%;
  }
}
.service-contents .card-contact .card-detail__button .fas {
  margin: 0 0 0 10px;
}
.service-contents .kids {
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .service-contents .kids {
    padding: 50px 0;
  }
}
.service-contents .kids__inner {
  margin: 0 auto;
  width: 1300px;
}
@media screen and (max-width: 1400px) {
  .service-contents .kids__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .kids__inner {
    width: 90%;
  }
}
.service-contents .kids__index {
  text-align: center;
}
.service-contents .kids__index img {
  margin: 0 auto;
  width: 55px;
}
.service-contents .kids__index--title {
  text-align: center;
  color: #333;
  margin: 0 auto 50px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .service-contents .kids__index--title {
    font-size: 24px;
  }
}
.service-contents .kids__image {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .service-contents .kids__image {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .kids__image {
    width: 100%;
  }
}
.service-contents .kids__image img {
  width: 100%;
  border-radius: 50px 0;
}
.service-contents .kids .wrap__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-contents .facility {
  margin: 0 auto;
  padding: 100px 0;
  background-image: url(/assets/img/img_bg_right_01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  /* 施設情報テーブル */
  /* 施設内の画像リスト */
}
@media screen and (max-width: 1400px) {
  .service-contents .facility {
    background-position: right -20px bottom -80px;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .facility {
    background-position: right 0px bottom -90px;
    background-size: 160px;
  }
}
@media screen and (max-width: 767px) {
  .service-contents .facility {
    background-position: right bottom -40px;
    padding: 50px 0;
    background-size: 130px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .facility {
    background-position: right 0px bottom -30px;
    padding: 50px 0 150px;
    background-size: 100px;
  }
}
.service-contents .facility__inner {
  margin: 0 auto;
  width: 1300px;
}
@media screen and (max-width: 1400px) {
  .service-contents .facility__inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .service-contents .facility__inner {
    width: 90%;
  }
}
.service-contents .facility__index {
  text-align: center;
}
.service-contents .facility__index img {
  margin: 0 auto;
  width: 40px;
}
.service-contents .facility__index--title {
  text-align: center;
  color: #333;
  margin: 0 auto 50px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .service-contents .facility__index--title {
    font-size: 24px;
  }
}
.service-contents .facility__image {
  text-align: center;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-contents .facility__image {
    margin: 0 auto 50px;
  }
}
.service-contents .facility__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-contents .facility__image img {
    width: 100%;
  }
}
.service-contents .facility__image--zoom {
  position: absolute;
  right: 10px;
  top: -30px;
  color: #333;
}
.service-contents .facility__image--zoom .fas {
  font-size: 20px;
}
.service-contents .facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-contents .facility__list--item {
  width: 30%;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .service-contents .facility__list--item {
    width: 48%;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .facility__list--item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.service-contents .facility__list--image {
  width: 100%;
  margin: 0 auto 10px;
}
.service-contents .facility__list--comment {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .service-contents .facility__list--comment {
    font-size: 14px;
  }
}

/* ______________ ご利用ガイド ______________ */
.user-guide-menu .main-menu__button {
  padding: 0;
}

.hall {
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .hall {
    padding: 50px 0;
  }
}

.plaza {
  margin: 0 auto;
  padding: 100px 0;
  background-image: url(/assets/img/user-guide/bg_02.png);
}
@media screen and (max-width: 767px) {
  .plaza {
    padding: 50px 0;
  }
}

.user-guide .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .user-guide .index h2 {
    margin: 0 auto 50px;
  }
}
.user-guide .index h2 .sub-title {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .user-guide .index h2 .sub-title {
    font-size: 18px;
  }
}
.user-guide .inner {
  margin: 0 auto;
  width: 1300px;
}
@media screen and (max-width: 1400px) {
  .user-guide .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .user-guide .inner {
    width: 90%;
  }
}
.user-guide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 100px;
  /* PDFボタン */
}
@media screen and (max-width: 767px) {
  .user-guide__wrap {
    margin: 0 auto 50px;
  }
}
.user-guide__wrap--figure {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .user-guide__wrap--figure {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .user-guide__wrap--figure {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  .user-guide__wrap--figure img {
    width: 100%;
  }
}
.user-guide__wrap--zoom {
  position: absolute;
  right: 60px;
  top: 20px;
}
@media screen and (max-width: 1400px) {
  .user-guide__wrap--zoom {
    right: 20px;
  }
}
.user-guide__wrap--zoom .fa-search-plus {
  color: #333;
  font-size: 20px;
}
.user-guide__wrap--textbox {
  width: 50%;
  letter-spacing: 0.05em;
  padding: 30px 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .user-guide__wrap--textbox {
    width: 100%;
  }
}
.user-guide__wrap--text {
  margin: 0 auto 20px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .user-guide__wrap--text {
    font-size: 14px;
  }
}
.user-guide__wrap--text a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.user-guide__wrap--text a:hover {
  color: #333;
}
.user-guide__wrap--text02 {
  color: #d00345;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .user-guide__wrap--text02 {
    font-size: 14px;
  }
}
.user-guide__wrap--location {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 auto 20px;
  display: inline-block;
}
.user-guide__wrap--location .fa-arrow-circle-right {
  margin: 0 10px 0 0;
  font-size: 20px;
}
.user-guide__wrap--area {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .user-guide__wrap--area {
    margin: 0 auto;
  }
}
.user-guide__wrap--button {
  border-radius: 30px;
  padding: 12px 0 12px 10px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  width: 380px;
  display: block;
  text-align: center;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.user-guide__wrap--button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .user-guide__wrap--button {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
  }
}
.user-guide__wrap--button .fa-file-pdf {
  color: #d10000;
  margin: 0 10px 0 0;
}
.user-guide__wrap--button .fa-external-link-alt {
  margin: 0 0 0 10px;
}
.user-guide__picture--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-guide__picture--listitem {
  width: 32%;
}
@media screen and (max-width: 414px) {
  .user-guide__picture--listitem {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 414px) {
  .user-guide__picture--listitem:last-child {
    margin: 0 auto;
  }
}
.user-guide__picture--listitem img {
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 414px) {
  .user-guide__picture--listitem img {
    margin: 0 auto 10px;
  }
}
.user-guide__picture--comment {
  font-size: 14px;
}
@media screen and (max-width: 414px) {
  .user-guide__picture--comment {
    text-align: center;
  }
}

/* ______________ お問い合わせ ______________ */
.contact {
  background-image: url(/assets/img/contact/contact_bg05.png), url(/assets/img/contact/contact_bg01.png);
  background-repeat: no-repeat;
  background-size: 200px, cover;
  padding: 0 0 100px;
  background-position: bottom 40px right, center center;
  position: relative;
  margin: 0 auto;
  /* iOSでのデフォルトスタイルをリセット */
}
@media screen and (max-width: 1024px) {
  .contact {
    background-image: url(/assets/img/contact/contact_bg05.png), url(/assets/img/contact/contact_bg03.png);
  }
}
.contact input[type=submit],
.contact input[type=radio] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact input[type=submit]::-webkit-search-decoration,
.contact input[type=radio]::-webkit-search-decoration {
  display: none;
}
.contact input[type=submit]::focus,
.contact input[type=radio]::focus {
  outline-offset: -2px;
}
.contact .contents {
  background-color: #fff;
  padding: 70px 150px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  .contact .contents {
    padding: 70px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .contents {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contents {
    padding: 50px 30px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 414px) {
  .contact .contents {
    padding: 30px 15px;
  }
}
.contact__title {
  color: #0e9bb9;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .contact__title {
    font-size: 21px;
  }
}
.contact__sentence {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact__sentence {
    font-size: 14px;
    text-align: left;
  }
}

.contact-form {
  margin: 40px auto 0;
}
.contact-form .item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0 30px 15px;
  position: relative;
}
.contact-form .item:nth-child(odd) {
  background-color: #e6f5f8;
}
@media screen and (max-width: 1024px) {
  .contact-form .item {
    padding: 20px 15px 30px 15px;
  }
}
.contact-form .item-textarea {
  margin: 0 auto 60px;
}
.contact-form .label {
  width: 30%;
  padding: 5px 0 0 0;
  font-weight: bold;
  color: #0e9bb9;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .contact-form .label {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .label {
    font-size: 14px;
  }
}
.contact-form .essential {
  color: #fff;
  font-size: 14px;
  background-color: #e44913;
  padding: 1px 10px;
  border-radius: 3px;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .contact-form .essential {
    font-size: 13px;
  }
}
.contact-form .inputs {
  width: 65%;
}
.contact-form .inputs::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.contact-form .inputs::-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}
.contact-form .inputs:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.contact-form .inputs::-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
.contact-form .inputs::placeholder {
  color: #bbb;
  font-size: 14px;
}
.contact-form .inputs::-ms-input-placeholder {
  color: rgba(187, 187, 187, 0.9333333333);
  font-size: 14px;
}
.contact-form .inputs:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .contact-form .inputs {
    width: 100%;
  }
}
.contact-form input[type=text], .contact-form input[type=email] {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=text], .contact-form input[type=email] {
    font-size: 14px;
  }
}
.contact-form .check {
  margin: 0 6px -2px 0;
}
.contact-form .check-label01, .contact-form .check-label02 {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-form .check-label01, .contact-form .check-label02 {
    margin: 0 auto;
  }
}
.contact-form .check-label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px 0 5px;
  width: auto;
}
.contact-form .check-label::before {
  background: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form .check-label::after {
  position: absolute;
  background-color: #0e9bb9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  left: -17px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form input[type=radio]:checked + .check-label::after {
  opacity: 1;
}
.contact-form .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-form .category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-form .category-item {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-form .category-item {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .contact-form .category-item:last-child {
    margin: 0 auto;
  }
}
.contact-form textarea {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  height: 160px;
  font-size: 16px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact-form textarea {
    font-size: 14px;
  }
}
.contact-form .btn-area {
  text-align: center;
  position: relative;
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-form .btn-area {
    width: 100%;
  }
}
.contact-form .btn-area:hover::after {
  color: #fff;
}
.contact-form .btn-area::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #0e9bb9;
  position: absolute;
  right: 80px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .contact-form .btn-area::after {
    right: 50px;
  }
}
.contact-form input[type=submit] {
  border: none;
  font-size: 18px;
  padding: 10px 0;
  width: 440px;
  border-radius: 30px;
  letter-spacing: 0.1em;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form input[type=submit]:hover {
  background-color: #0e9bb9;
  color: #fff;
}
.contact-form input[type=submit]:hover .btn-area::after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=submit] {
    width: 100%;
    font-size: 14px;
  }
}
.contact-form .contact-alert {
  color: #e44913;
  font-size: 15px;
  position: absolute;
  bottom: 5px;
  left: 32%;
}
@media screen and (max-width: 1024px) {
  .contact-form .contact-alert {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .contact-alert {
    font-size: 13px;
  }
}
.contact-form__button {
  margin: 40px auto 0;
  text-align: center;
}
.contact-form__button a {
  display: block;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  padding: 10px 0;
  width: 440px;
  margin: 0 auto;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form__button a:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-form__button a {
    width: 100%;
  }
}
.contact-form__button a .fas {
  color: #0e9bb9;
  margin: 0 0 0 15px;
}
.contact-form__button a:hover .fas {
  color: #fff;
}

/* ______________ パンくずリスト ______________ */
.bread-crumb {
  padding: 10px 0;
}
.bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bread-crumb ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bread-crumb ul li {
  margin: 0 10px 0 0;
  color: #333;
}
.bread-crumb ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin: 0 0 0 10px;
  font-size: 12px;
}
.bread-crumb ul li a {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bread-crumb ul li a:hover {
  color: #d00345;
  text-decoration: none;
}
.bread-crumb ul li span {
  margin: 0 10px;
}
.bread-crumb ul li:last-child::after {
  content: none;
}

/* ______________ モーダルウィンドウ ______________ */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

/* アクセスとご利用ガイドのモーダルウィンドウのサイズ */
.access .modal-wrapper .modal-window, .user-guide .modal-wrapper .modal-window {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .access .modal-wrapper .modal-window, .user-guide .modal-wrapper .modal-window {
    width: 90%;
  }
}

@media screen and (max-width: 414px) {
  .service-contents .modal-wrapper .modal-window {
    overflow: scroll;
    width: 95%;
    padding: 30px 10px 15px;
  }
}
@media screen and (max-width: 414px) {
  .service-contents .modal-wrapper .modal-window .modal-content {
    width: 100vw;
  }
}

/* ______________ アクセス ______________ */
.access-index {
  margin: 0 auto;
  background-image: url(/assets/img/access/access_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px;
  position: relative;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .access-index {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 414px) {
  .access-index {
    background-image: url(/assets/img/access/access_bg03.png);
    padding: 0 0 10px;
  }
}
.access-index .index h2 .sub-title {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .access-index .index h2 .sub-title {
    font-size: 18px;
  }
}

.access {
  background-image: url(/assets/img/img_bg_right_01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0 0 100px;
  /* 駐車サービスのご案内 */
}
.access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 100px;
  /* ボタン */
}
@media screen and (max-width: 1024px) {
  .access__wrap {
    margin: 0 auto 80px;
  }
}
.access__wrap--figure {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .access__wrap--figure {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1400px) {
  .access__wrap--figure img {
    width: 100%;
  }
}
.access__wrap--zoom {
  position: absolute;
  right: 60px;
  top: 15px;
}
@media screen and (max-width: 1400px) {
  .access__wrap--zoom {
    right: 20px;
  }
}
.access__wrap--zoom .fa-search-plus {
  color: #333;
  font-size: 20px;
}
.access__wrap--textbox {
  width: 50%;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .access__wrap--textbox {
    width: 100%;
  }
}
.access__wrap--index {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 28px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access__wrap--index {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .access__wrap--index {
    font-size: 21px;
    margin: 0 auto 20px;
  }
}
.access__wrap--sub {
  color: #0e9bb9;
  font-size: 16px;
  margin: 0 auto 10px;
  font-weight: bold;
}
.access__wrap--text {
  margin: 0 auto 20px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .access__wrap--text {
    font-size: 14px;
  }
}
.access__wrap--text a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 電話番号ホバー時 */
}
.access__wrap--text a:hover {
  color: #333;
}
.access__wrap--link {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 auto 20px;
}
.access__wrap--link a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.access__wrap--link a:hover {
  color: #333;
}
.access__wrap--link .fa-arrow-circle-right {
  margin: 0 10px 0 0;
  font-size: 20px;
}
.access__wrap--area {
  margin: 10px auto 0;
}
.access__wrap--button {
  border-radius: 30px;
  padding: 12px 0 12px 10px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  width: 380px;
  display: block;
  text-align: center;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.access__wrap--button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .access__wrap--button {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
  }
}
.access__wrap--button .fa-external-link-alt {
  margin: 0 0 0 10px;
}
.access__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.access__info {
  border: 3px solid #abc541;
  padding: 50px;
  margin: 0 auto;
  background-color: #fff;
  /* 4/1よりキャッシュレス決済対応スタート！ */
  /* メインの文章 */
  /* サブの文章 */
  /* 注意事項 */
}
@media screen and (max-width: 767px) {
  .access__info {
    padding: 30px 20px;
  }
}
.access__info--index {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 28px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access__info--index {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .access__info--index {
    font-size: 21px;
  }
}
.access__info--news {
  background-color: #d00345;
  padding: 8px 10px;
  color: #fff;
  margin: 0 auto 30px;
  display: inline-block;
}
.access__info--main {
  color: #0e9bb9;
  font-weight: bold;
  margin: 0 auto 10px;
}
.access__info--sub {
  margin: 0 auto 20px;
}
.access__info--notice {
  color: #d00345;
  margin: 20px auto 0;
}
.access__info--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .access__info--cards {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 414px) {
  .access__info--cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.access__info--cards .cards-item {
  margin: 0 35px 0 0;
}
@media screen and (max-width: 1024px) {
  .access__info--cards .cards-item {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .access__info--cards .cards-item {
    width: 30%;
    margin: 0;
  }
}
.access__info p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 414px) {
  .access__info p {
    font-size: 14px;
  }
}

/* ______________ 採用情報 ______________ */
.recruit {
  margin: 0 auto;
  background-image: url(/assets/img/recruit/recruit_bg01.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 0 0 100px;
  position: relative;
  margin: 0 auto;
  /* ボタン */
}
@media screen and (max-width: 767px) {
  .recruit {
    background-image: url(/assets/img/recruit/recruit_bg03.png);
  }
}
@media screen and (max-width: 414px) {
  .recruit {
    padding: 0 0 50px;
  }
}
.recruit .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .recruit .index h2 {
    margin: 0 auto 50px;
  }
}
.recruit__list .recruit-box {
  margin: 0 auto 100px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 100px 150px;
  /* ショップ　簡単な情報 */
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__list .recruit-box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__list .recruit-box {
    padding: 30px 20px;
    margin: 0 auto 50px;
  }
}
.recruit__list .recruit-box__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 50px;
  position: relative;
  /* ラベル共通 */
  /* ラベル色分け */
  /* ショップの情報を見るボタン */
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box__headline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .recruit__list .recruit-box__headline {
    padding: 0 0 80px;
    margin: 0 auto 30px;
  }
}
.recruit__list .recruit-box__headline--logo {
  width: 30%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .recruit__list .recruit-box__headline--logo {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.recruit__list .recruit-box__headline--logo img {
  width: 100%;
}
.recruit__list .recruit-box__headline--name {
  width: 65%;
  margin: 0 0 0 30px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box__headline--name {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__list .recruit-box__headline--name {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.recruit__list .recruit-box__headline--label {
  width: 100px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
}
.recruit__list .recruit-box__headline--fashion {
  background-color: #4ea0cc;
}
.recruit__list .recruit-box__headline--culture {
  background-color: #c075b4;
}
.recruit__list .recruit-box__headline--drink {
  background-color: #abc541;
}
.recruit__list .recruit-box__headline--topics {
  background-color: #13b5b1;
}
.recruit__list .recruit-box__headline--food {
  background-color: #ffbb34;
}
.recruit__list .recruit-box__headline--service {
  background-color: #e85f8a;
}
.recruit__list .recruit-box__headline--recruit {
  background-color: #959595;
}
.recruit__list .recruit-box__headline--shop {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit__list .recruit-box__headline--shop {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .recruit__list .recruit-box__headline--shop {
    font-size: 21px;
  }
}
.recruit__list .recruit-box__headline--shop .read {
  font-size: 13px;
  display: block;
  font-weight: normal;
}
.recruit__list .recruit-box__headline--button {
  position: absolute;
  right: 0;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit__list .recruit-box__headline--button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box__headline--button {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__list .recruit-box__headline--button {
    bottom: 0;
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 414px) {
  .recruit__list .recruit-box__headline--button {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}
.recruit__list .recruit-box__headline--button .fas {
  margin: 0 0 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box__headline--button .fas {
    font-size: 16px;
  }
}
.recruit__list .recruit-box__table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.recruit__list .recruit-box__table tr {
  border-bottom: 1px solid #0e9bb9;
  text-align: left;
  letter-spacing: 0.05em;
}
.recruit__list .recruit-box__table th {
  color: #0e9bb9;
  padding: 15px 0 15px 10px;
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box__table th {
    padding: 10px 0 0;
  }
}
.recruit__list .recruit-box__table td {
  padding: 15px 0;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .recruit__list .recruit-box__table th, .recruit__list .recruit-box__table td {
    width: 100%;
    display: block;
  }
}
.recruit__list .recruit-box__table .recruit-link a {
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit__list .recruit-box__table .recruit-link a:hover {
  color: #333;
}
.recruit__list .recruit-box__table .recruit-link .fas {
  margin: 0 0 0 10px;
}
.recruit__area {
  margin: 0 auto;
  text-align: center;
}
.recruit__area--button {
  border-radius: 30px;
  padding: 12px 0 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  width: 380px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit__area--button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .recruit__area--button {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
  }
}
.recruit__area--button .fa-chevron-right {
  margin: 0 0 0 10px;
}

/* ______________ 404エラーページ ______________ */
.error .inner {
  text-align: center;
}
.error__image {
  margin: 0 auto 50px;
}
.error__comment {
  font-size: 20px;
  line-height: 2;
  color: #333;
  font-weight: bold;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .error__comment {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 414px) {
  .error__comment {
    font-size: 16px;
  }
}
.error__area {
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .error__area {
    margin: 0 auto 50px;
  }
}
.error__area--button {
  border-radius: 30px;
  padding: 12px 0 12px 10px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  width: 430px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #0e9bb9;
  background-color: #fff;
  color: #0e9bb9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.error__area--button:hover {
  background-color: #0e9bb9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .error__area--button {
    width: 90%;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .error__area--button {
    padding: 10px 8px;
    font-size: 12px;
  }
}

.error-index {
  margin: 0 auto;
  background-image: url(/assets/img/error/error_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px;
  position: relative;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .error-index {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 414px) {
  .error-index {
    background-image: url(/assets/img/error/error_bg03.png);
    padding: 0 0 10px;
  }
}
.error-index .index img {
  margin: 0 auto 20px;
}
.error-index .index h2 .sub-title {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .error-index .index h2 .sub-title {
    font-size: 18px;
  }
}

.access {
  margin: 0 auto;
  padding: 0 0 100px;
}

/* ______________ プライバシーポリシー ______________ */
.privacy {
  background-image: url(/assets/img/recruit/recruit_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .privacy {
    background-image: url(/assets/img/recruit/recruit_bg03.png);
    padding: 0 0 50px;
  }
}
.privacy .index h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .privacy .index h2 {
    margin: 0 auto 50px;
  }
}
.privacy .privacy-contents {
  margin: 0 auto 100px;
  background-color: #fff;
  padding: 80px 60px;
}
@media screen and (max-width: 1024px) {
  .privacy .privacy-contents {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy .privacy-contents {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 414px) {
  .privacy .privacy-contents {
    padding: 30px 20px;
    margin: 0 auto 50px;
  }
}
.privacy .privacy-contents:last-child {
  margin: 0 auto;
}
.privacy .privacy-contents--index {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 28px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .privacy .privacy-contents--index {
    font-size: 24px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 414px) {
  .privacy .privacy-contents--index {
    font-size: 21px;
  }
}
.privacy .privacy-contents--sub {
  color: #0e9bb9;
  font-weight: bold;
  font-size: 18px;
  margin: 30px auto 10px;
}
.privacy .privacy-contents--text {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .privacy .privacy-contents--text {
    font-size: 14px;
  }
}

/* ______________ フッター ______________ */
footer {
  background-image: url(/assets/img/img_bg_left.png), url(/assets/img/img_footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: 150px, cover;
  background-position: left center, center;
  /* ---------- Footer List Main (メイン部分) ---------- */
  /* ---------- Footer List Sub (サブ部分) ---------- */
  /* ---------- Footer Wrap ---------- */
  /* ----- Parking (駐車場ご案内) ----- */
  /* ---------- Footer Detail (ロゴ / 住所 / 電話番号) ---------- */
}
@media screen and (max-width: 1400px) {
  footer {
    background-position: left -30px center, center;
  }
}
@media (max-width: 1200px) {
  footer {
    background-position: left -30px bottom 10px, center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-image: url(/assets/img/img_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px;
    position: relative;
  }
}
footer .footer-inner {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  footer .footer-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-inner {
    width: 90%;
  }
}
footer .footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-area {
    display: none;
  }
}
footer .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0 0;
  margin: 0 0 15px;
}
footer .footer__list--item {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 1400px) {
  footer .footer__list--item {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 800px) {
  footer .footer__list--item {
    margin: 0 10px 0 0;
  }
}
footer .footer__list a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  footer .footer__list a {
    font-size: 13px;
  }
}
footer .footer__list a:hover {
  color: #d00345;
  border-bottom: 1px solid #d00345;
  text-decoration: none;
}
footer .footer__list .arrow {
  margin-left: 8px;
}
footer .footer-sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  width: 60%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  footer .footer-sub__list {
    width: 100%;
  }
}
footer .footer-sub__list--item {
  border-right: 1px solid #333;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 13px;
}
@media screen and (max-width: 1400px) {
  footer .footer-sub__list--item {
    padding-right: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-sub__list--item {
    padding-right: 15px;
    margin-right: 10px;
  }
}
footer .footer-sub__list--item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
footer .footer-sub__list--item a {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-sub__list--item a:hover {
  color: #d00345;
  border-bottom: 1px solid #d00345;
  text-decoration: none;
}
footer .footer-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  margin: 0 0 90px;
}
@media screen and (max-width: 1024px) {
  footer .footer-facility {
    width: 100%;
  }
}
footer .footer-facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30%;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  footer .footer-facility__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-facility__list {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer-facility__list a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-facility__list a:hover {
  -webkit-filter: drop-shadow(0px 5px 7px rgba(150, 150, 150, 0.2));
          filter: drop-shadow(0px 5px 7px rgba(150, 150, 150, 0.2));
}
footer .footer-facility__list--item {
  margin-right: 20px;
}
footer .footer-facility__list--item:nth-child(2) {
  text-align: right;
  z-index: 10;
}
footer .footer-facility__list--item:nth-child(3) {
  text-align: right;
}
footer .parking {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .parking {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .parking a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  width: 200px;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .parking a:hover {
  color: #70c5e7;
  text-decoration: none;
}
footer .parking .p-mark {
  font-size: 20px;
  font-weight: bold;
  color: #70c5e7;
  position: absolute;
  left: 16px;
  top: 8px;
}
footer .parking .fas {
  font-size: 20px;
  color: #70c5e7;
  position: absolute;
  right: 5px;
  top: 12px;
}
footer .footer__detail {
  text-align: center;
  background-image: url(/assets/img/img_footer_01.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 230px;
  background-size: 100%;
  width: 280px;
  padding: 0 0 12px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
footer .footer__detail--logo {
  padding: 80px 0 15px;
}
@media screen and (max-width: 767px) {
  footer .footer__detail--logo {
    display: none;
  }
}
footer .footer__detail--logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__detail--logo a:hover {
  opacity: 0.6;
}
footer .footer__detail--logo img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  footer .footer__detail--logo img {
    width: 250px;
    vertical-align: middle;
  }
}
footer .footer__detail--text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}
footer .footer__detail--address {
  color: #333;
  margin: 0;
}
footer .footer__detail--phone a {
  color: #d00746;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer__detail--phone a:hover {
  color: #333;
  text-decoration: none;
}
footer .footer__logo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer__logo-sp {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
footer .footer__logo-sp img {
  vertical-align: middle;
}

/* IE11対応 */
@media all and (-ms-high-contrast: none) {
  footer {
    overflow: hidden;
  }
}
/* CopyRight (コピーライト / 著作権表記) ____________________________________________*/
.copy-right {
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #0e9bb9;
}
.copy-right span {
  margin: 0 5px;
}

/* ______________ トップヘ戻るボタン ______________ */
.top-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 414px) {
  .top-button img {
    width: 60px;
    height: auto;
  }
}

/* ______________ ぽっこり部分まとめ ______________ */
.bg-decoration {
  display: block;
  text-align: center;
}
.bg-decoration img {
  vertical-align: top;
}

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

.bg-decoration-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .bg-decoration-pc {
    display: none;
  }
}

/* ______________ IE対応 ______________ */
@media all and (-ms-high-contrast: none) {
  .shopinfo {
    display: block;
  }
}