@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all  0.3s;
  color: #2C2C2C;
}

a:hover {
  opacity: 0.6;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.3s;
  color: #2C2C2C;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1.2;
}

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

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #2C2C2C;
  background: #FFF;
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section {
  position: relative;
}

::selection {
  background: #9c9c9c;
  color: #fff;
}

::-moz-selection {
  background: #9c9c9c;
  color: #fff;
}

/* アニメーション-------------------------------------------*/
.fade-element {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s;
}

.fadein {
  opacity: 1 !important;
  transform: translateY(0);
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
}

@media screen and (min-width: 769px) {
  #page {
    padding-left: 90px;
    overflow-y: hidden;
  }
}

.flex-wrapper {
  display: flex;
}

.main-box {
  padding: 30px 0 20px;
}

.box-inner {
  margin: 0 17px;
  position: relative;
}

.page-bd {
  padding-top: 97px;
}

@media screen and (min-width: 769px) {
  .main-box {
    padding: 70px 20px 50px;
  }
  .box-inner {
    margin: 0 auto;
    max-width: 980px;
  }
  .page-bd {
    padding-top: 0;
  }
}

h2 {
  font-family: "Cabin", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.mds-ttl {
  font-family: "Cabin", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 30px;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mds-ttl {
    font-size: 38px;
  }
}

.font-en {
  font-family: "Cabin", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.icon-svg .ft-mainlogo .logo-parts01,
.icon-svg .ft-mainlogo .logo-parts02 {
  fill: #970045;
}

.icon-svg .ft-mainlogo .logo-parts03 {
  fill: #000000;
}

.icon-new {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #FFF;
  background: #ED3D53;
  text-align: center;
  font-size: 12px;
  padding: 3px 7px;
}

@media screen and (min-width: 769px) {
  .icon-new {
    font-size: 14px;
    padding: 2px 12px;
  }
}

.btn {
  width: 100%;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  background: #FFF;
  position: relative;
}

.btn a {
  display: block;
  border: 2px solid #2C2C2C;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .btn a {
    padding: 25px 0;
  }
}

.btn-more {
  width: 100%;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
}

.btn-more a {
  display: block;
  border: 2px solid #2C2C2C;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .btn-more a {
    padding: 25px 0;
  }
}

.btn-more a {
  display: flex;
  justify-content: center;
}

.btn-more .icon-arrow01 {
  right: 20px;
}

@media screen and (min-width: 769px) {
  .btn-more {
    font-size: 22px;
    max-width: 405px;
    margin: 0 auto;
  }
  .btn-more .icon-arrow01 {
    right: 25px;
  }
}

.icon-arrow01 {
  position: absolute;
  width: 54px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-arrow01:before, .icon-arrow01:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-arrow01:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #2c2c2c;
  right: 0;
}

.icon-arrow01:after {
  width: 50px;
  height: 2px;
  background: #2C2C2C;
  right: 3px;
}

@media screen and (min-width: 769px) {
  .icon-arrow01 {
    width: 74px;
    right: 20px;
  }
  .icon-arrow01:after {
    width: 74px;
    height: 3px;
    right: 3px;
  }
}

.icon-nw {
  position: relative;
  margin-left: 6px;
}

.icon-nw:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url(/assets/images/common/icon-nw.svg) no-repeat;
  background-size: contain;
}

/* 共通ヘッダー-------------------------------------------*/
.cmn-hd {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  z-index: 10;
}

.cmn-hd svg {
  fill: #FFF;
}

.cmn-hd h1 {
  padding-top: 2px;
}

.cmn-hd h1 img {
  width: 65px;
}

.cmn-hd .menu-hbg {
  position: relative;
  width: 70px;
  height: 70px;
  background: #477D52;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.cmn-hd .menu-hbg span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 42px;
  background-color: #FFF;
  display: inline-block;
  box-sizing: border-box;
}

.cmn-hd .menu-hbg span:nth-of-type(1) {
  top: 14px;
}

.cmn-hd .menu-hbg span:nth-of-type(2) {
  top: 24px;
}

.cmn-hd .menu-hbg span:nth-of-type(3) {
  top: 34px;
}

.cmn-hd .menu-hbg span:nth-of-type(4) {
  top: 40px;
  height: auto;
  background-color: transparent;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-family: "Cabin", sans-serif;
}

.cmn-hd .sp-hour-icon {
  padding-right: 13px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
}

.cmn-hd .sp-hour-icon img {
  width: 40px;
  height: 40px;
}

.cmn-hd .pc-txtnav {
  display: none;
}

@media screen and (min-width: 769px) {
  .cmn-hd {
    padding: 25vh 0 5vh;
    width: 90px;
    height: 100vh;
    background: #477D52;
    color: #FFF;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
  }
  .cmn-hd .sp-logo, .cmn-hd .sp-hour-icon {
    display: none;
  }
  .cmn-hd .menu-hbg {
    width: 90px;
    height: 90px;
    transition: all  0.3s;
  }
  .cmn-hd .menu-hbg:hover {
    opacity: 0.6;
  }
  .cmn-hd .pc-txtnav {
    display: block;
    color: #FFF;
    font-weight: bold;
  }
  .cmn-hd .pc-txtnav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 23px;
    margin: 0 auto;
  }
  .cmn-hd .pc-txtnav .hd-nav-icon01 {
    width: 23px;
    height: 17px;
    margin-bottom: 6px;
  }
  .cmn-hd .pc-txtnav .hd-nav-icon02 {
    width: 19px;
    height: 19px;
    margin-bottom: 6px;
  }
  .cmn-hd .pc-txtnav li {
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    border-bottom: 1px solid #8AAE91;
    padding-bottom: 16px;
    margin: 0 auto 20px;
    letter-spacing: 0.4em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .cmn-hd .pc-txtnav li:last-child {
    border-bottom: none;
  }
  .cmn-hd .pc-txtnav a {
    color: #FFF;
  }
  .cmn-hd .pc-txtnav .txt-top {
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .cmn-hd .pc-txtnav li.txt-top {
    line-height: 18px;
    letter-spacing: 0.3em;
  }
  /* IE11 */
}

/* グローバルナビ-------------------------------------------*/
.gnav {
  position: relative;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

#modal-overlay {
  width: 100%;
  height: 100vh;
  background: #477D52;
  color: #FFF;
  position: fixed;
  top: 0;
  margin-left: -100%;
  overflow-y: auto;
  z-index: 11;
}

#modal-overlay a {
  color: #FFF;
  display: block;
}

#modal-overlay .nav-inner {
  padding: 15px 20px 80px;
  position: relative;
}

#modal-overlay .btn-close {
  display: block;
  position: relative;
  width: 42px;
  padding-top: 38px;
  cursor: pointer;
}

#modal-overlay .btn-close .close-txt {
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
}

#modal-overlay .btn-close:before, #modal-overlay .btn-close:after {
  content: '';
  height: 0;
  width: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 34px;
  transform: rotate(45deg);
  transform-origin: left top;
  transition: all 0.7s;
}

#modal-overlay .btn-close:after {
  transform: rotate(-45deg);
  left: auto;
  right: 34px;
}

#modal-overlay .btn-close.animated:before, #modal-overlay .btn-close.animated:after {
  height: 42px;
}

#modal-overlay .btn-close.animated:after {
  top: 2px;
}

#modal-overlay.open {
  left: 0;
  display: block;
}

@media screen and (min-width: 769px) {
  #modal-overlay {
    max-width: 712px;
    margin-left: -712px;
  }
  #modal-overlay .nav-inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  #modal-overlay .btn-close {
    margin: 0 13px;
    transition: 0.3s;
    width: 55px;
  }
  #modal-overlay .btn-close:hover {
    opacity: 0.6;
  }
  #modal-overlay .btn-close:before {
    left: 38px;
  }
  #modal-overlay .btn-close:after {
    right: 37px;
  }
  #modal-overlay .detail-box {
    padding: 0 80px;
    border-left: 2px solid #8AAE91;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 712px;
    height: 100%;
  }
}

#modal-overlay .gnav-list {
  margin: 80px auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

#modal-overlay .gnav-list li {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  width: 30%;
}

#modal-overlay .gnav-list li:nth-child(3n) {
  margin-right: 0;
}

#modal-overlay .gnav-list li .hd-gnav01 {
  width: 46px;
  height: 35px;
}

#modal-overlay .gnav-list li .hd-gnav02 {
  width: 58px;
  height: 35px;
}

#modal-overlay .gnav-list li .hd-gnav03 {
  width: 42px;
  height: 35px;
}

#modal-overlay .gnav-list li .hd-gnav04 {
  width: 34px;
  width: 40px;
}

#modal-overlay .gnav-list li .hd-gnav05 {
  width: 50px;
  height: 37px;
}

#modal-overlay .gnav-list li .hd-gnav06 {
  width: 49px;
  height: 44px;
}

#modal-overlay .gnav-list li .nav-txt {
  margin-top: 6px;
}

#modal-overlay .hour-info {
  border-top: 1px solid #FFF;
  padding-top: 25px;
  margin-bottom: 55px;
  font-size: 16px;
}

#modal-overlay .hour-info .hour-info-inner {
  padding: 0 3% 0 32px;
}

#modal-overlay .hour-info .hour-ttl {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}

#modal-overlay .hour-info .hour-info-icon {
  position: absolute;
  left: -27px;
  top: 3px;
}

#modal-overlay .hour-info .hour-info-icon svg {
  width: 21px;
  height: 21px;
}

#modal-overlay .hour-info .shophour-list {
  display: flex;
}

#modal-overlay .hour-info .shophour-list li:first-child {
  margin-right: 10%;
}

#modal-overlay .hour-info .shophour-list li .num {
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
}

#modal-overlay .hour-info .hour-note {
  font-size: 11px;
  margin-bottom: 27px;
}

#modal-overlay .hour-info .btn {
  width: 100%;
  font-weight: bold;
  font-weight: normal;
  color: #FFF;
  background: #477D52;
  font-size: 15px;
}

#modal-overlay .hour-info .btn a {
  display: block;
  border: 2px solid #2C2C2C;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  #modal-overlay .hour-info .btn a {
    padding: 25px 0;
  }
}

#modal-overlay .hour-info .btn a {
  border-color: #FFF;
  border-width: 1px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo,sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  #modal-overlay .gnav-list {
    border-top: 1px solid #FFF;
    padding: 40px 0 10px;
    margin: 0 auto -5px;
  }
  #modal-overlay .gnav-list li {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #modal-overlay .gnav-list li .nav-txt {
    font-size: 15px;
  }
  #modal-overlay .hour-info {
    padding-top: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  #modal-overlay .hour-info .hour-info-inner {
    padding: 0 26px 0 25px;
  }
  #modal-overlay .hour-info .shophour-list li {
    font-size: 15px;
  }
  #modal-overlay .hour-info .shophour-list li:first-child {
    margin-right: 22px;
  }
  #modal-overlay .hour-info .btn {
    font-size: 14px;
    width: 36.4%;
    margin-bottom: 50px;
  }
  #modal-overlay .hour-info .btn a {
    padding: 5px 0;
  }
}

#modal-overlay .sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

#modal-overlay .sns-box .follow-txt {
  margin-right: 12px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.1em;
}

#modal-overlay .sns-box .sns-btn {
  display: flex;
}

#modal-overlay .sns-box .sns-btn li {
  margin-right: 10px;
}

#modal-overlay .sns-box .sns-btn li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #modal-overlay .sns-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding-bottom: 40px;
  }
  #modal-overlay .sns-box .sns-btn li {
    width: 38px;
    margin-right: 9px;
  }
}

#modal-bg {
  display: none;
}

@media screen and (min-width: 769px) {
  #modal-bg {
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
  }
}

/* 重要なお知らせ-------------------------------------------*/
.note-box {
  color: #FFF;
  background: #F2B900;
}

.note-box a {
  color: #FFF;
  text-decoration: underline;
}

.note-box .box-inner {
  padding: 30px 10px 22px;
}

.note-box h2 {
  font-size: 20px;
  border-bottom: 2px solid #F7D457;
  padding-bottom: 12px;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: center;
}

.note-box h2 img {
  margin-right: 10px;
  vertical-align: top;
}

.note-box .note-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.note-box .note-txt p {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .note-box .box-inner {
    display: flex;
    margin: 0 auto;
    padding: 30px 0 40px;
    max-width: 980px !important;
  }
  .note-box h2 {
    font-size: 18px;
    border-bottom: none;
    border-right: 2px solid #F7D457;
    padding: 0 25px 0 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
  }
  .note-box .note-txt {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .note-box .note-txt p {
    margin-bottom: 5px;
  }
}

/* パンくず-------------------------------------------*/
.breadcrumb-box {
  display: block;
  margin: 0 auto;
  padding: 13px 10px;
}

.breadcrumb-box .breadcrumb {
  margin: 0 auto;
  font-size: 12px;
}

.breadcrumb-box .breadcrumb a {
  color: #6C6C6C;
  text-decoration: underline;
}

.breadcrumb-box .breadcrumb li {
  position: relative;
  padding-right: 22px;
  display: inline;
}

.breadcrumb-box .breadcrumb li:after {
  position: absolute;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
  transform: rotate(45deg);
  border-top: 1px solid #6C6C6C;
  border-right: 1px solid #6C6C6C;
  left: auto;
  width: 5px;
  height: 5px;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-decoration: none;
}

.breadcrumb-box .breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb-box .breadcrumb li:last-child a {
  text-decoration: none;
}

.breadcrumb-box .current a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .breadcrumb-box {
    padding: 36px 21px;
  }
}

/* 下層メインタイトル-------------------------------------------*/
.page-ttl {
  background-color: #FDF9F0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}

.page-ttl h2 {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 32px;
}

@media screen and (min-width: 769px) {
  .page-ttl {
    padding: 0;
    height: 250px;
  }
  .page-ttl h2 {
    font-size: 47px;
  }
}

/* ショップリストなどのカテゴリ名見出し-------------------------------------------*/
.category-ttl {
  margin-bottom: 25px;
}

.category-ttl .mds-ttl {
  font-size: 26px;
}

.category-ttl .area-name {
  text-align: center;
  font-size: 28px;
  color: #477D52;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .category-ttl .mds-ttl {
    font-size: 26px;
  }
  .category-ttl .area-name {
    font-size: 34px;
  }
}

.mds-category-icon {
  border: 2px solid #2C2C2C;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}

.mds-category-icon .icon img {
  width: 40px;
}

.mds-category-icon .icon.restaurantcafe {
  width: 32px;
  height: 36px;
}

.mds-category-icon .icon.service {
  width: 31px;
  height: 31px;
}

/* フロア選択（TOP、フロアガイド）-------------------------------------------*/
.floor-select-box .floor-tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 10px;
}

.floor-select-box .floor-tab li {
  width: 114px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #272727;
  border-bottom: none;
  margin-left: -2px;
  line-height: 1.4;
}

.floor-select-box .floor-tab li a {
  display: block;
  padding: 4px 0;
}

.floor-select-box .floor-tab li.current a {
  background: #FFF;
  padding: 10px 0;
}

.floor-select-box .floor-tab li.current a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .floor-select-box .floor-tab li {
    font-size: 18px;
    width: 280px;
  }
  .floor-select-box .floor-tab li a {
    padding: 15px 0;
  }
  .floor-select-box .floor-tab li.current a {
    padding: 22px 0;
  }
}

/* フロアガイド：エリアから探す-------------------------------------------*/
.floor-contents-box {
  background: #FFF;
  padding: 25px 0 0;
  border-top: 2px solid #272727;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-top: -2px;
}

.floor-contents-box .area-list {
  margin-bottom: 7px;
  position: relative;
}

.floor-contents-box .area-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7.2%;
  width: 17%;
  height: 90%;
  background-color: #FEFA81;
}

.floor-contents-box .area-list > li {
  position: relative;
  padding: 15px 0 34px 28px;
}

.floor-contents-box .area-list .area-mds {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.floor-contents-box .area-sublist {
  display: flex;
  margin-left: 4px;
}

.floor-contents-box .area-sublist li {
  margin-right: 5px;
  font-weight: 500;
}

.floor-contents-box .area-sublist li a {
  display: block;
  padding: 3px 12px 3px 27px;
  position: relative;
}

.floor-contents-box .area-sublist li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
  transform: rotate(45deg);
}

.floor-contents-box .area-sublist .current a {
  color: #FFF;
  background: #2C2C2C;
}

.floor-contents-box .area-sublist .current a:before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media screen and (min-width: 769px) {
  .floor-contents-box {
    padding: 65px 75px 80px;
  }
  .floor-contents-box .floor-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 37px;
  }
  .floor-contents-box .floor-contents.type2 {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .floor-contents-box .area-list {
    width: calc(100% / 3 - 25px);
  }
  .floor-contents-box .area-list:nth-child(3n) {
    margin-right: 0;
  }
  .floor-contents-box .area-list:last-child {
    margin-right: 0;
  }
  .floor-contents-box .area-list:before {
    width: 50px;
    height: 100%;
  }
  .floor-contents-box .area-list > li {
    padding: 15px 0 34px 23px;
  }
  .floor-contents-box .area-list .area-mds {
    font-size: 28px;
  }
  .floor-contents-box .area-list.type2 {
    width: 35%;
    margin-right: 0;
  }
  .floor-contents-box .area-list.type2:nth-child(2) {
    margin-right: 0;
  }
  .floor-contents-box .area-list.type2:nth-child(n+3) {
    margin-top: 30px;
  }
  .floor-contents-box .area-list.type2:before {
    width: 50px;
    height: 100%;
  }
  .floor-contents-box .area-list.type2 > li {
    padding: 15px 0 34px 23px;
  }
  .floor-contents-box .area-list.type2 .area-mds {
    font-size: 28px;
  }
  .floor-contents-box .area-sublist li a:hover {
    background: #2C2C2C;
    color: #FFF;
    opacity: 1;
  }
  .floor-contents-box .area-sublist li a:hover:before {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

/* フロアガイド：カテゴリから探す-------------------------------------------*/
.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category-list svg {
  fill: #2C2C2C;
}

.category-list .icon-all {
  width: 34px;
  height: 34px;
}

.category-list .icon-fashion {
  width: 45px;
  height: 34px;
}

.category-list .icon-goods {
  width: 48px;
  height: 38px;
}

.category-list .icon-restaurantcafe {
  width: 36px;
  height: 42px;
}

.category-list .icon-service {
  width: 36px;
  height: 36px;
}

.category-list li {
  width: 104px;
  margin-right: 3.8%;
  margin-bottom: 7px;
  text-align: center;
  transition: all 0.3s;
}

.category-list li:nth-child(3), .category-list li :nth-child(5) {
  margin-right: 0;
}

.category-list li .category-nav-icon {
  border: 2px solid #2C2C2C;
  background: #FFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}

.category-list li .category-name {
  font-size: 14px;
  line-height: 1.4;
}

.category-list li.current .category-nav-icon {
  background: #477D52;
}

.category-list li.current .category-list-icon {
  fill: #FFF;
}

.category-list li.current .category-name {
  color: #477D52;
}

.category-list li a:hover {
  opacity: 1;
}

.category-list li a:hover .category-nav-icon {
  background: #477D52;
}

.category-list li a:hover .category-list-icon {
  fill: #FFF;
}

.category-list li a:hover .category-name {
  color: #477D52;
}

@media screen and (min-width: 769px) {
  .category-list {
    flex-wrap: nowrap;
  }
  .category-list .icon-all {
    width: 47px;
    height: 47px;
  }
  .category-list .icon-fashion {
    width: 62px;
    height: 47px;
  }
  .category-list .icon-goods {
    width: 64px;
    height: 52px;
  }
  .category-list .icon-restaurantcafe {
    width: 51px;
    height: 59px;
  }
  .category-list .icon-service {
    width: 49px;
    height: 49px;
  }
  .category-list li {
    width: 134px;
    margin-right: 30px;
    margin-right: 2.5vw;
  }
  .category-list li:nth-child(3), .category-list li :nth-child(5) {
    margin-right: 30px;
  }
  .category-list li:last-child {
    margin-right: 0;
  }
  .category-list li .category-nav-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 11px;
  }
  .category-list li .category-name {
    font-size: 16px;
  }
}

/* ショップニュースなどのサムネイル-------------------------------------------*/
.thumb-box {
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid #E3E3E3;
}

.thumb-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumb-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  border: none !important;
}

.img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  filter: blur(10px);
  opacity: 0.6;
  overflow: hidden;
}

/* ショップニュースなどのスタッフ画像-------------------------------------------*/
.staffinfo {
  display: flex;
  align-items: center;
  color: #9A9A9A;
  line-height: 1.4;
}

.staffinfo .shopimg {
  margin-right: 9px;
  overflow: hidden;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staffinfo .shopimg img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.staffinfo .shopname {
  flex: 1;
}

/* ショップニュース：ベース設定-------------------------------------------*/
.shopnews-box {
  position: relative;
  padding: 45px 0 60px;
  margin-bottom: 45px;
}

.shopnews-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: #FDF9F0;
  background-image: url(/assets/images/common/bg-shop.svg), url(/assets/images/common/bg-news.svg);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 95% auto;
}

.shopnews-box .box-inner {
  margin: 0 28px;
}

.shopnews-box .mds-box {
  text-align: left;
}

.shopnews-box .mds-box .news-mds {
  font-size: 32px;
}

.shopnews-box .mds-box .news-sub-mds {
  font-weight: 500;
}

.shopnews-box .list-txt .date {
  font-family: "Cabin", sans-serif;
  color: #9A9A9A;
}

.shopnews-box .list-txt .ttl {
  font-weight: bold;
  line-height: 1.5;
}

.shopnews-box .newslist-l {
  margin-bottom: 30px;
}

.shopnews-box .newslist-l .thumb-box {
  margin-bottom: 20px;
}

.shopnews-box .newslist-l .icon-new {
  font-size: 16px;
  padding: 5px 16px;
}

.shopnews-box .newslist-l .list-txt {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #2C2C2C;
}

.shopnews-box .newslist-l .list-txt .ttl {
  font-size: 16px;
  margin-bottom: 10px;
}

.shopnews-box .newslist-l .list-txt .staffinfo .shopimg {
  width: 44px;
  height: 44px;
}

.shopnews-box .newslist-s {
  padding-bottom: 10px;
}

.shopnews-box .newslist-s li {
  margin-bottom: 28px;
}

.shopnews-box .newslist-s li a {
  display: flex;
  align-items: flex-start;
}

.shopnews-box .newslist-s li .thumb-wrapper {
  width: 44%;
}

.shopnews-box .newslist-s li .thumb-box {
  border: 1px solid #E3E3E3;
  width: 44%;
}

.shopnews-box .newslist-s li .list-txt {
  margin-left: 20px;
  flex: 1;
  border-top: 2px solid #2C2C2C;
  padding-top: 11px;
}

.shopnews-box .newslist-s li .list-txt .date {
  font-size: 13px;
}

.shopnews-box .newslist-s li .list-txt .ttl {
  margin-bottom: 5px;
}

.shopnews-box .newslist-s li .list-txt .staffinfo {
  font-size: 12px;
}

.shopnews-box .newslist-s li .list-txt .staffinfo .shopimg {
  width: 34px;
  height: 34px;
}

@media screen and (min-width: 769px) {
  .shopnews-box {
    padding: 65px 0 60px;
    margin-bottom: 75px;
  }
  .shopnews-box:before {
    max-width: 1128px;
    width: 79%;
    background-size: auto;
  }
  .shopnews-box .box-inner {
    margin: 0 auto;
  }
  .shopnews-box .mds-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .shopnews-box .mds-box .news-mds {
    font-size: 47px;
    margin-right: 16px;
  }
  .shopnews-box .mds-box .news-sub-mds {
    padding-bottom: 13px;
  }
  .shopnews-box .newslist-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
  }
  .shopnews-box .newslist-l {
    max-width: 450px;
    width: 50%;
    margin-right: 4%;
  }
  .shopnews-box .newslist-l a {
    display: block;
  }
  .shopnews-box .newslist-l a:hover {
    opacity: 0.6;
  }
  .shopnews-box .newslist-l .list-txt .ttl {
    font-size: 22px;
  }
  .shopnews-box .newslist-l .list-txt .staffinfo .shopimg {
    width: 54px;
    height: 54px;
    max-width: 54px;
  }
  .shopnews-box .newslist-s-withbtn {
    flex: 1;
    width: 46%;
  }
  .shopnews-box .newslist-s {
    max-width: 490px;
  }
  .shopnews-box .newslist-s li {
    font-size: 14px;
  }
  .shopnews-box .newslist-s li .thumb-wrapper {
    width: 50%;
    max-width: 210px;
  }
  .shopnews-box .newslist-s li .thumb-box {
    max-width: 210px;
    max-height: 210px;
    width: 50%;
  }
  .shopnews-box .newslist-s li .list-txt {
    padding-top: 20px;
  }
  .shopnews-box .newslist-s li .list-txt .ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .shopnews-box .newslist-s li .list-txt .date {
    font-size: 14px;
  }
  .shopnews-box .newslist-s li .list-txt .staffinfo {
    font-size: 14px;
  }
  .shopnews-box .newslist-s li .list-txt .staffinfo .shopimg {
    width: 54px;
    height: 54px;
    max-width: 54px;
  }
  .shopnews-box .btn-more {
    margin-left: auto;
  }
}

/* カテゴリを探す、レストランページのショップニュース表示スライダー設定-------------------------------------------*/
.news-slider-box {
  background: #FFFEE6;
  position: relative;
  padding: 71px 0 61px;
  background-image: url(/assets/images/common/bg-shop.svg), url(/assets/images/common/bg-news.svg);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 77% auto;
}

.news-slider-box.noinfo-wrapper {
  background-image: none;
}

.news-slider-box .news-ttl {
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 28px;
}

.news-slider-box .news-ttl .mds-category-icon {
  margin-right: 11px;
}

.news-slider-box .news-ttl .mds-ttl {
  flex: 1;
  font-size: 26px;
  text-align: left;
}

.news-slider-box .news-list {
  margin-bottom: 35px;
  opacity: 0;
  transition: all 0.3s linear;
}

.news-slider-box .news-list.slick-initialized {
  opacity: 1;
}

.news-slider-box .news-list .news {
  padding: 0 8px;
  width: calc(100% / 3);
  display: flex !important;
}

.news-slider-box .news-list .news a {
  display: flex;
  flex-direction: column;
  width: 100%;
  outline: none;
}

.news-slider-box .news-list .news .thumb-box {
  margin-bottom: 8px;
}

.news-slider-box .news-list .news .date {
  font-size: 12px;
  color: #838383;
  font-family: "Cabin", sans-serif;
  display: none;
}

.news-slider-box .news-list .news .title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.news-slider-box .news-list .news .shopname {
  font-size: 12px;
  color: #838383;
}

.news-slider-box .news-list .news .staffinfo {
  margin-top: auto;
}

.news-slider-box .news-list .news .staffinfo .shopimg {
  width: 44px;
  height: 44px;
}

.news-slider-box .btn-more {
  width: auto;
  margin: 0 37px;
}

@media screen and (min-width: 769px) {
  .news-slider-box {
    background-size: 662px auto, 717px auto;
    padding: 71px 20px 61px;
  }
  .news-slider-box .news-ttl {
    margin: 0 auto 30px;
    max-width: 980px;
  }
  .news-slider-box .news-list {
    margin: 0 auto 50px;
    max-width: 980px;
  }
  .news-slider-box .news-list .news {
    padding: 0 12px;
  }
  .news-slider-box .news-list .news a:hover {
    opacity: 0.6;
  }
  .news-slider-box .news-list .news .icon-new {
    font-size: 16px;
    padding: 4px 12px;
  }
  .news-slider-box .news-list .news .thumb-box {
    margin-bottom: 15px;
  }
  .news-slider-box .news-list .news .date {
    font-size: 13px;
    display: block;
  }
  .news-slider-box .news-list .news .title {
    font-size: 18px;
  }
  .news-slider-box .news-list .news .shopname {
    font-size: 13px;
  }
  .news-slider-box .btn-more {
    width: 405px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .news-slider-box .news-list .title {
    max-height: 60px;
  }
}

/* フロアガイド：ショップ一覧-------------------------------------------*/
.article-box {
  padding: 40px 0 20px;
  position: relative;
  background-repeat: no-repeat;
}

.article-box:after {
  content: "";
  width: 0;
  min-width: 0;
  height: 195px;
  background: #EEF7F2;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  z-index: -1;
}

.article-box.animated:after {
  width: 100%;
}

.article-box:nth-child(even):after {
  left: auto;
  right: 0;
}

.article-box .article-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.article-box .article-list li {
  width: calc(100% / 2 - 8px);
  margin-right: 16px;
  margin-bottom: 20px;
}

.article-box .article-list li:nth-child(2n) {
  margin-right: 0;
}

.article-box .article-list li .shop-mainimg {
  margin-bottom: 10px;
}

.article-box .article-list li .shop-mainimg img {
  border: 1px solid #E3E3E3;
}

.article-box .article-list li .shop-txt .shopname {
  font-weight: bold;
  line-height: 1.5;
}

.article-box .article-list li .shop-txt .item {
  color: #838383;
  font-size: 12px;
  line-height: 1.5;
}

.article-box .article-list li .shop-txt .tel {
  font-size: 12px;
  font-family: "Cabin", sans-serif;
  display: none;
}

.article-box .article-list li .staffinfo .shopimg {
  width: 44px;
  height: 44px;
}

.article-box .article-list .floor {
  display: inline-block;
  padding: 3px 9px;
  background: #477D52;
  color: #FFF;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .article-box {
    padding: 40px 20px 20px;
  }
  .article-box:after {
    height: 235px;
  }
  .article-box.animated:after {
    width: 90%;
    min-width: 1130px;
  }
  .article-box .article-list li {
    width: calc(100% / 3 - 18px);
    margin-right: 25px;
    margin-bottom: 35px;
  }
  .article-box .article-list li a {
    display: block;
  }
  .article-box .article-list li a:hover {
    opacity: 0.6;
  }
  .article-box .article-list li:nth-child(2n) {
    margin-right: 25px;
  }
  .article-box .article-list li:nth-child(3n) {
    margin-right: 0;
  }
  .article-box .article-list li .shop-mainimg {
    margin-bottom: 10px;
  }
  .article-box .article-list li .shop-txt .shopname {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .article-box .article-list li .shop-txt .item {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .article-box .article-list li .shop-txt .tel {
    font-size: 13px;
    display: block;
  }
  .article-box .article-list .floor {
    padding: 4px 10px;
  }
}

.noinfo {
  text-align: center;
  width: 100% !important;
  display: block !important;
  font-weight: bold;
  font-size: 16px;
}

/* ショップ詳細の画像（複数枚のときはスライダーになる）-------------------------------------------*/
.shopimg-box {
  margin-bottom: 50px;
  position: relative;
  /* Dots */
}

.shopimg-box .caption {
  font-size: 12px;
  margin-top: 5px;
}

.shopimg-box .prev,
.shopimg-box .next {
  width: 50px;
  height: 50px;
  position: absolute;
  margin: 0;
  top: 42%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.shopimg-box .prev:hover,
.shopimg-box .next:hover {
  opacity: 0.6;
}

.shopimg-box .prev {
  left: -10px;
  background: url(/assets/images/common/icon-arrow-l.svg) no-repeat;
}

.shopimg-box .next {
  right: -10px;
  background: url(/assets/images/common/icon-arrow-r.svg) no-repeat;
}

.shopimg-box .slick-dots {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopimg-box .slick-dots li {
  position: relative;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D0D0D0;
  cursor: pointer;
}

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

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

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

.shopimg-box .slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shopimg-box .slick-dots li.slick-active {
  background: #2C2C2C;
  width: 12px;
  height: 12px;
}

.shopimg-box .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}

.shopimg-box .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media screen and (min-width: 769px) {
  .shopimg-box {
    width: 50%;
    margin-bottom: 40px;
  }
  .shopimg-box .shopimg {
    max-width: 500px;
  }
  .shopimg-box .prev,
  .shopimg-box .next {
    top: 220px;
  }
  .shopimg-box .prev {
    left: -20px;
  }
  .shopimg-box .next {
    right: 0;
  }
  .shopimg-box .slick-dots {
    padding-top: 20px;
  }
  .shopimg-box .slick-dots li {
    margin-right: 10px;
  }
}

/* ショップ詳細・イベント詳細などのSNSボタン-------------------------------------------*/
.sns-list {
  display: flex;
}

.sns-list li {
  width: 33%;
  color: #FFF;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sns-list li:last-child {
  margin-right: 0;
}

.sns-list li a {
  padding: 8px 0;
  color: #FFF;
  display: block;
}

.sns-list .sns-icon {
  margin: 0 auto 4px;
}

.sns-list .facebook {
  background: #395590;
}

.sns-list .facebook .sns-icon img {
  width: 11px;
}

.sns-list .twitter {
  background: #000000;
}

.sns-list .twitter .sns-icon img {
  width: 24px;
}

.sns-list .line {
  background: #00B900;
}

.sns-list .line .sns-icon img {
  width: 27px;
}

@media screen and (min-width: 769px) {
  .sns-list li {
    margin-right: 14px;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  .sns-list li a {
    display: flex;
    width: 100%;
    padding: 5px 10px 8px;
    box-sizing: border-box;
  }
  .sns-list li a:hover {
    opacity: 0.6;
  }
  .sns-list .sns-icon {
    margin: 0;
  }
  .sns-list .sns-ttl {
    width: 90%;
    padding-top: 4px;
  }
  .sns-list .facebook .sns-icon img {
    width: 7px;
  }
  .sns-list .twitter .sns-icon img {
    width: 16px;
  }
  .sns-list .line .sns-icon img {
    width: 17px;
  }
}

/* WYSIWYG-------------------------------------------*/
.entry-detail .title {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.entry-detail .main-txt {
  margin-bottom: 30px;
}

.entry-detail .main-txt a {
  text-decoration: underline;
}

.entry-detail .main-txt p {
  margin-bottom: 20px;
}

.entry-detail .main-txt strong, .entry-detail .main-txt b {
  font-weight: bold;
}

.entry-detail .main-txt em {
  font-style: italic;
}

@media screen and (min-width: 769px) {
  .entry-detail .title {
    font-size: 24px;
    margin-bottom: 42px;
  }
  .entry-detail .main-txt p {
    margin-bottom: 25px;
  }
}

.detail-link {
  text-decoration: underline;
  margin-bottom: 10px;
}

/* ショップ詳細、イベント詳細の横並びリスト-------------------------------------------*/
.info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #E3E3E3;
  margin-bottom: 30px;
}

.info dt, .info dd {
  border-bottom: 1px solid #E3E3E3;
}

.info dt {
  width: 30%;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.info dd {
  width: 70%;
  padding: 24px 14px 24px 0;
}

.info .tel-link {
  display: block;
  margin-top: 10px;
}

.info .tel-link:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .info {
    margin-top: 30px;
  }
  .info dt {
    font-size: 16px;
  }
  .info dd {
    padding: 29px 14px 29px 0;
  }
}

/* 過去記事のドラムロール-------------------------------------------*/
.selector-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

.selector-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 6%;
  right: 7%;
  margin: auto;
  left: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
}

.selector-wrapper select {
  background: #FFF;
  color: #2C2C2C;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #2C2C2C;
  padding: 25px 0 25px 25px;
  width: 100%;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .selector-wrapper {
    width: 100%;
  }
  .selector-wrapper:before {
    right: 6.5%;
  }
  .selector-wrapper select {
    padding: 20px 0 20px 17px;
    width: 100%;
  }
}

/* ページャー-------------------------------------------*/
.pager-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #2C2C2C;
  margin: 40px 0;
  padding-top: 23px;
}

.pager-box .pager {
  position: relative;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.pager-box .pager .icon-arrow01 {
  top: auto;
  bottom: -10px;
}

.pager-box .pager .icon-arrow01:before {
  border-width: 4.5px 0 4.5px 8px;
}

.pager-box .pager .icon-arrow01:after {
  width: 51px;
}

.pager-box .btn-back {
  padding-left: 8px;
}

.pager-box .btn-back .icon-arrow01 {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

.pager-box .btn-next {
  padding-right: 8px;
}

.pager-box .btn-next .icon-arrow01 {
  right: 0;
}

.pager-box .page-back {
  font-size: 14px;
  padding-top: 5px;
}

.pager-box .page-back a {
  text-decoration: underline;
}

.pager-box .disable {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .pager-box {
    max-width: 700px;
    margin: 0 auto 50px;
  }
  .pager-box .pager .icon-arrow01 {
    bottom: 8px;
  }
  .pager-box .btn-back {
    padding-left: 67px;
  }
  .pager-box .btn-next {
    padding-right: 64px;
  }
  .pager-box .btn-next .icon-arrow01 {
    right: 0;
  }
  .pager-box .icon-arrow01 {
    top: 8px;
    width: 50px;
  }
  .pager-box .icon-arrow01:after {
    width: 50px;
  }
}

/* アクセス、施設案内の冒頭サブメニュー-------------------------------------------*/
.top-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.top-nav li {
  width: calc(100% / 2 - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #2C2C2C;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.4;
}

.top-nav li:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
  transform: rotate(135deg);
}

.top-nav li:nth-child(2n) {
  margin-right: 0;
}

.top-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px 25px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.top-nav li a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .top-nav {
    justify-content: space-between;
    margin-right: -20px;
  }
  .top-nav li {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 230px;
    width: auto;
    flex-grow: 1;
  }
  .top-nav li:before {
    content: none;
  }
  .top-nav li:nth-child(2n) {
    margin-right: 20px;
  }
  .top-nav li a {
    padding: 17px 26px 17px 47px;
  }
  .top-nav li a:hover {
    opacity: 0.6;
  }
  .top-nav li a .nav-ttl {
    position: relative;
  }
  .top-nav li a .nav-ttl:before {
    position: absolute;
    content: "";
    top: 0;
    left: -18px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2C2C2C;
    border-right: 2px solid #2C2C2C;
    transform: rotate(135deg);
  }
}

/* アクセス、施設案内の見出し、テーブル設定-------------------------------------------*/
.contents-box {
  margin-bottom: 38px;
}

.contents-box .subttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-bottom: 24px;
  border-bottom: 2px solid #2C2C2C;
}

.contents-box .submds {
  border-left: 6px solid #E6E6E6;
  padding: 5px 0 5px 11px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .contents-box .subttl {
    font-size: 26px;
    padding-bottom: 11px;
    margin-bottom: 30px;
  }
  .contents-box .submds {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.base-tbl {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
}

.base-tbl th, .base-tbl td {
  padding: 18px 0 18px 20px;
  border: 1px solid #E3E3E3;
  vertical-align: middle;
}

.base-tbl th {
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
  padding-left: 0;
  width: 40%;
}

@media screen and (min-width: 769px) {
  .base-tbl th {
    width: 20%;
  }
}

.contents-box a {
  text-decoration: underline;
}

.contents-box p {
  margin-bottom: 20px;
}

.contents-box .info-box {
  background: #EEF7F2;
  margin-bottom: 20px;
  padding: 18px 30px;
  line-height: 1.5;
}

.contents-box .info-box .info-mds {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}

.contents-box .listtxt-box {
  margin-bottom: 20px;
}

.contents-box .submds {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3;
}

.contents-box .submds .mds-icon {
  margin-right: 10px;
}

.contents-box .submds .mds-txt {
  flex: 1;
}

.contents-box .listtxt-box {
  list-style-type: disc;
  padding-left: 20px;
}

.contents-box .listtxt-box.list-num {
  list-style-type: decimal;
}

.contents-box .circle {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .pc-flex {
    display: flex;
  }
  .contents-box a[href*="tel:"] {
    text-decoration: none;
  }
  .contents-box .info-box {
    display: inline-block;
    padding: 28px 30px;
  }
  .contents-box .info-box .info-mds {
    font-size: 16px;
    display: inline;
    margin-right: 10px;
  }
  .contents-box .listtxt-box {
    line-height: 1.9;
  }
}

/* イベントのカテゴリアイコン-------------------------------------------*/
.category-icon {
  font-family: "Cabin", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 1px 6px;
  display: inline-block;
  margin-bottom: 7px;
}

.category-icon.event {
  background: #F4C49C;
}

.category-icon.news {
  background: #91CAB5;
}

@media screen and (min-width: 769px) {
  .category-icon {
    padding: 3px 9px;
  }
}

/* 右下のPAGETOPボタン-------------------------------------------*/
.btn-pagetop {
  transition: 0.3s;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 9;
  display: block !important;
  opacity: 1;
}

.btn-pagetop:hover {
  opacity: 0.7;
}

.btn-hide {
  opacity: 0;
  visibility: hidden;
  transition: all  0.3s;
}

.btn-hide:hover {
  visibility: hidden;
}

/* フッター小バナー-------------------------------------------*/
.ft-bnr-box {
  margin-bottom: 30px;
}

.ft-bnr-box .bnr-list {
  display: flex;
  flex-wrap: wrap;
}

.ft-bnr-box .bnr-list li {
  width: calc(100% / 2 - 3.5%);
  margin-right: 19px;
  margin-bottom: 15px;
}

.ft-bnr-box .bnr-list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .ft-bnr-box {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .ft-bnr-box .bnr-list li {
    width: calc(100% / 5 - 20px);
    margin-right: 24px;
    margin-bottom: 20px;
  }
  .ft-bnr-box .bnr-list li:nth-child(2n) {
    margin-right: 24px;
  }
  .ft-bnr-box .bnr-list li:nth-child(5n) {
    margin-right: 0;
  }
}

/* フッター-------------------------------------------*/
footer {
  padding-top: 50px;
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 410px;
  background-color: #FDF9F0;
}

footer .gmap-box {
  position: relative;
}

footer .gmap-box iframe {
  width: 100%;
  height: 375px;
}

footer .ft-infobox {
  margin: -40px auto 36px;
  padding: 40px 0 0;
  width: 88%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
}

footer .ft-infobox .ft-logo {
  margin-bottom: 24px;
}

footer .ft-infobox .ft-logo img {
  width: 128px;
}

footer .ft-infobox .sns-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 136px;
  margin: 0 auto 20px;
}

footer .ft-infobox .sns-box img {
  width: 27px;
}

footer .ft-infobox address {
  font-weight: 500;
}

footer .ft-infobox address .tel {
  font-family: "Cabin", sans-serif;
}

@media screen and (min-width: 769px) {
  footer {
    padding-top: 80px;
  }
  footer .gmap-box {
    margin: 0 auto;
    max-width: 980px;
  }
  footer .gmap-box iframe {
    height: 505px;
  }
  footer .ft-infobox {
    margin: -80px auto 90px;
    width: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .ft-infobox .ft-txt-box {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .ft-infobox .ft-logo {
    margin-bottom: 0;
    margin-right: 48px;
  }
  footer .ft-infobox .ft-logo img {
    width: 151px;
  }
  footer .ft-infobox .sns-box {
    margin-bottom: 7px;
    justify-content: flex-start;
    margin: 0;
  }
  footer .ft-infobox .sns-box li {
    margin-right: 23px;
  }
  footer .ft-infobox address {
    font-size: 16px;
    text-align: left;
    margin-bottom: 3px;
  }
}

footer .ft-linkbox {
  border-top: 2px solid #dedede;
}

footer .ft-linkbox .ft-link {
  margin: 39px 22px 10px;
  display: flex;
  flex-wrap: wrap;
}

footer .ft-linkbox .ft-link li {
  width: 40%;
  margin-bottom: 23px;
  position: relative;
  padding-left: 18px;
}

footer .ft-linkbox .ft-link li:before {
  position: absolute;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2C2C2C;
  border-right: 2px solid #2C2C2C;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  top: 8px;
}

footer .ft-linkbox .ft-link li:nth-child(2n) {
  width: 60%;
}

footer .ft-linkbox .ft-link li:last-child {
  margin-top: -30px;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
  font-family: "Cabin", sans-serif;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  footer .ft-linkbox .ft-link {
    justify-content: center;
    width: 552px;
    margin: 55px auto 40px;
  }
  footer .ft-linkbox .ft-link li {
    width: auto;
    margin-right: 30px;
  }
  footer .ft-linkbox .ft-link li:nth-child(2n) {
    width: auto;
  }
  footer .ft-linkbox .ft-link li:nth-child(4n) {
    margin-right: 0;
  }
  footer .ft-linkbox .ft-link li:last-child {
    margin-top: 0;
  }
}

/*# sourceMappingURL=_map/common.css.map */
