@charset "UTF-8";

body{
  margin-top: 100px;
  color: #696969;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
th,td{
  word-break: break-word;
}
img{
  max-width: 100%;
}
.container.content-area ul{
  padding: 0 10px;
}
.container.content-area li{
  padding: 0 5px;
  list-style: none;
}
a{ color: #696969}
a:hover{ color: #696969;}
a img:hover{ opacity: .7;}
.more-btn a{
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  width: 248px;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  border: 2px solid #b3b3b3; 
}
.pc-parts{
  display: none;
}
.sp-parts{
  display: none;
}
@media (min-width: 992px) {
  .pc-parts{
    display: block;
  }
}
@media (max-width: 750px) {
  .more-btn a{
    padding: 20px 0;
    width: 67%;
    font-size: 14px;
  }
  .sp-parts{
    display: block;
  }
}

@media (max-width: 991px) {
  body{
    margin-top: 87px;
  }
  .sp-parts{
    display: block;
  }
}

@media (max-width: 767px) {
  body{
    margin-top: 71px;
  }
}

.square-img {
  display: flex;
  align-items: center;
  height: 43.8vw;
  overflow: hidden;
  border: 1px solid #ccc;
}

@media screen and (min-width: 576px) {.square-img {height: 250px;}}
@media screen and (min-width: 768px) {.square-img {height: 340px;}}
@media screen and (min-width: 992px) {.square-img {height: 225px;}}
@media screen and (min-width: 1200px) {.square-img {height: 272.5px;}}

.square-img img{width: 100%;}

.container.content-area .special-menu{
  margin: 0;
  padding: 0;
}
.container.content-area .special-menu li{
  display: flex;
  margin-bottom: 14px;
  padding: 3px;
  width: 48%;
  /* height: 100%; */
  min-height: 50px;
  background: #e7e7e7;
}
.container.content-area .special-menu li.active{
  background: #6eb92b;
}
.container.content-area .special-menu a{
  padding: 6px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  color: #323232;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}

.container.content-area .special-menu a .f-small{
  font-size: 10px;
}
.allview{
  position: relative;
  z-index: 999;
  margin-bottom: 25px;
  text-align: center;
}

.allview a{
  display: block;
  margin: 0 auto;
  padding: 14px 0;
  width: 50%;
  color: #fff;
  background: #e7e7e7;
}
.allview a.active{
  background: #6eb92b;
}

@media screen and (min-width: 768px) {
  .container.content-area .special-menu{
    margin: 0;
  }
  #floor .special-menu li a{
    font-size: 14px;
  }
  #floor .special-menu li .f14{
    font-size: 12px;
  }
  .container.content-area .special-menu a{
      padding: 7px 0;
      border-radius: 10px;
  }
  .container.content-area .page-title h1{
      padding: 20px;
      font-size: 18px;
  }
  .allview {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 992px) {
  .container.content-area .special-menu li{
      margin-bottom: 20px;
      padding: 5px;
      width: 16%;
  }
}

@media screen and (min-width: 1200px) {
  body{
    margin-top: 104px;
  }
  .container.content-area .special-menu li{
      padding: 5px 7px;
  }
  .container.content-area .special-menu li a{
    font-size: 16px;
  }
  .container.content-area .special-menu li .f14{
    font-size: 14px;
  }
}

.hold-event-wrap,
.pager-event-wrap{
    position: relative;
    display: flex;
    justify-content: center;
}
.hold-event-wrap::before,
.pager-event-wrap::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    width: 1px;
    height: 35px;
    margin: auto;
    background-color: #b3b3b3;
}
.pager-event-wrap .hold-event{
    background: none;
}
.pager-event-wrap .hold-event:hover{
    color: #000;
}
.pager-event-wrap .back::before,
.pager-event-wrap .next::after{
    position: relative;
    top: 1px;
    left: 7px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(/assets/images/event/gray-arrow.svg);
    background-size: 12px;
}
.pager-event-wrap .hold-event:hover.back::before,
.pager-event-wrap .hold-event:hover.next::after{
    width: 12px;
    height: 12px;
    background: url(/assets/images/event/right-arrow.svg);
    background-size: 12px;
}
.pager-event-wrap .back::before{
    left: -7px;
    transform: rotate(-180deg);
}
.pager-event-wrap .hold-event{
    margin-bottom: 70px;
}
.hold-event {
  margin: 0 14px 55px;
  padding: 7px 16px;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: #f3f3f3;
}
.hold-event:nth-child(even){
    margin-right: 0;
}
.hold-event:nth-child(odd){
    margin-left: 0;
}

@media screen and (min-width: 768px) {
  
  .pager-event-wrap .hold-event{
    font-size: 18px;
  }
  .hold-event-wrap::before,
  .pager-event-wrap::before{
      top: -5px;
      width: 1px;
      height: 45px;
  }
  .pager-event-wrap .back::before,
  .pager-event-wrap .next::after {
      top: 1px;
      left: 16px;
      width: 17px;
      height: 18px;
      background-size: 17px;
  }
  .pager-event-wrap .back::before{
      left: -16px;
  }
  .pager-event-wrap .hold-event:hover.back::before,
  .pager-event-wrap .hold-event:hover.next::after {
      width: 17px;
      height: 18px;
      background: url(/assets/images/event/right-arrow.svg);
      background-size: 17px;
  }
  .pager-event-wrap .hold-event{
      margin-bottom: 150px;
  }
  .hold-event {
    margin: 0 18px 90px;
    padding: 10px 20px;
    font-size: 16px;
  }
}

/*--------------------
パンクズ
------------------------*/

.breadcrumb{
  margin: 20px 0;
  padding: 0;
  background: none;
}
.breadcrumb li:first-child::before{
  content: "";
  display: inline-block;
  margin: 0 7px 0 0;
  width: 12px;
  height: 12px;
  background: url(../../assets/images/common/breadcrumb-home-icon.svg);
  background-size: 12px;
}
.breadcrumb li:not(:last-child)::after{
  content: ">";
  margin: 0 7px;
}
.breadcrumb li{
  font-size: 12px;
}
.breadcrumb li a{
  color: #696969;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .breadcrumb{
    margin: 30px 0;
  }
}

/*--------------------
ヘッダー
------------------------*/
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
}
header.headershadow,
#search-nav.headershadow{
  box-shadow: 0 0 3px #ccc;
}
header.headershadow.open{
  box-shadow: none;
}
.navbar{
  position: static;
  padding: .5rem 0;
  background: none!important;
}
.navbar-nav{
  flex-wrap: wrap;
}
.navbar-toggler{
  border: none;
}
.nav-item{
  padding: 0;
  border-right: 2px solid #000;
}
.nav-item:last-child{
  padding-right: 0;
  border: none;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.navbar-light .navbar-nav .nav-link{
  padding: 5px 15px;
  color: #000;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 600;
  line-height: 1;
}
#search-nav {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #50cfdd;
  transition: .3s;
  transform: translateX(-90%);
}
#top #search-nav {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #50cfdd;
  transition: .3s;
  transform: translateX(-105%);
}
#search-nav.is-show {
  transform: translateX(-90%);
}
#top #search-nav.is-show {
  transform: translateX(-90%);
}
#search-nav.open{
  transform: translateX(0);
}
#top #search-nav.is-show.open{
  transform: translateX(0);
}
.dropdown-item:hover {
  background-color: #ffdb86;
}
.toggle-arrow{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.toggle-arrow::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#search .open .toggle-arrow::after,
#search-nav.open .toggle-arrow::after{
  transform: translateY(-50%) rotate(-135deg);
}
#search.open .toggle-arrow::after{
  transform: translate(60%, -50%) rotate(-135deg);
}

@media screen and (min-width: 768px) {
  #search-nav.is-show {
    transform: translateX(-95%);
  }
  #search-nav{
    top: 87px;
    transform: translateX(-95%);
  }
  #search-nav.is-show.open {
    transform: translateX(0);
  }
}
@media screen and (min-width: 992px) {
  #search{
    position: relative;
  }
  #search .search-inner{
    position: absolute;
    top: 30px;
    left: 0;
    padding: 32px 36px;
    width: 260px;
    background: rgba(34,194,212, .8);
    z-index: 999;
    transition: .3s;
  }
  #top #search.is-show .search-inner{
    position: fixed;
    top: 100px;
    transform: translateX(-224px);
  }
  #search.is-show.open .search-inner{
    transform: translateX(0);
  }
  .page-title #search{
    position: fixed;
    top: 100px;
    left: -264px;
    transform: translateX(40px);
    transition: .3s;
    z-index: 99;
  }
  .page-title #search.is-show{
    top: 100px;
    z-index: 9999;
  }
  #top #search.is-show.open .search-inner{
    transform: translateX(0);
  }
  .page-title #search.open{
    transform: translateX(264px);
  }
  .page-title #search .search-inner{
    top: 0;
    left: 0;
    padding: 35px 36px;
    z-index: 9999;
  }
  .page-title #search .search-inner .search-area input[type="text"] {
    font-size: 14px;
  }
  .page-title #search .search-inner .search-area input[type="text"]::placeholder {
    color: #b3b3b3;
  }
  .page-title #search .search-inner .icon-area {
    margin: 0;
  }
  .page-title #search .search-inner .search-area input[type="submit"]{
    top: 22px;
  }
  #search .search-inner .icon-area{
    margin: 15px 0 25px;
  }
  #search .search-inner .search-area{
    position: relative;
  }
  #search .search-inner .search-area input[type="text"]{
    width: 100%;
    border-radius: 4px;
    border: 2px solid #000;
    height: 30px;
    text-align: center;
  }
  #search .search-inner .search-area input[type="submit"]{
    position: absolute;
    top: 8px;
    left: 7px;
    width: 13px;
    height: 14px;
    color: transparent;
    background: url(/assets/images/common/glass-icon.jpg) no-repeat;
    border: none;
    overflow: hidden;
  }
  #search .search-inner .icon-area img{
    width: 36px;
  }
  .cp_tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .cp_tooltip .cp_tooltiptext {
    position: absolute;
    z-index: 9999;
    bottom: 43px;
    left: 0;
    visibility: hidden;
    width: 100px;
    margin: 0 -32px;
    padding: 0.3em 0.5em;
    transition: opacity 1s;
    text-align: center;
    opacity: 0;
    color: #333;
    font-size: 12px;
    letter-spacing: 0em;
    background-color: #fff;
  }
  .cp_tooltip .cp_tooltiptext::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-top-color: #fff;
  }
  .cp_tooltip:hover .cp_tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .navbar{
    position: relative;
  }
  header .nav-item:last-child {
    padding-right: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 40px;
    color: #fff;
  }
  header .nav-item:last-child > a{
    background: #000;
  }
  header .nav-item:last-child > a:hover {
    opacity: .5;
  }
  .dropdown-menu{
    left: auto;
    right: 0;
    font-size: 14px;
    border-radius: 0;
  }
  header .navbar-light .navbar-nav .nav-item:last-child .nav-link{
    color: #fff;
  }
  #search-nav{
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  #search,#search-sp{
    position: relative;
    background: #50cfdd;
  }
  .search-inner.sp-parts img{
    width: 100%;
  }
  .search-inner .icon-area{
    padding: 48px 45px;
  }
  #search .search-inner .icon-area,
  #search-sp .search-inner .icon-area{
    padding: 30px 45px;
  }
  .search-inner .icon-area img{
    width: 70px;
  }
  #search-button{
    position: fixed;
    top: 22px;
    right: 26px;
    z-index: 9999;
    width: 26px;
  }
  .search-area-sp{
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    z-index: 9990;
    transform: translateY(-105%);
    transition: .3s;
  }
  .search-area-sp.open{
    transform: translateY(0);
    transition: .3s;
  }
  .search-area-keyword{
    position: relative;
    margin: 0 auto;
    max-width: 500px;
  }
  .search-area-sp .search-area-keyword input[type="text"] {
    /* margin-bottom: 30px; */
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    border: 2px solid #b3b3b3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  .search-area-sp .search-area-keyword input[type="text"]::placeholder{
      color: #b3b3b3;
  }
  .search-area-sp .search-area-keyword input[type="submit"] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    color: transparent;
    background: url(/assets/images/floor/floor-search-btn.svg) no-repeat;
    background-size: 20px;
    border: none;
  }
  .search-area-sp .btn-search-close{
    margin-top: 30px;
    font-size: 11px;
    line-height: 1;
    text-align: center
  }
  .search-area-sp .btn-search-close span {
    position: relative;
    display: inline-block;
    padding-top: 30px;
  }
  .search-area-sp .btn-search-close span:after,
  .search-area-sp .btn-search-close span:before {
    position: absolute;
    top: 13px;
    left: 4px;
    width: 25px;
    height: 2px;
    content: "";
    border-radius: 2px;
    background: #000;
  }
  .search-area-sp .btn-search-close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .search-area-sp .btn-search-close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .search-inner .icon-area{
    padding: 25px 45px;
  }
  .search-inner .icon-area img{
    width: 37.5px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav{
    justify-content: center;
    width: 74%;
  }
  .nav-item{
    margin: 7px 0;
    border-right: 1px solid #000;
  }
}

@media screen and (max-width: 991px) {
  .navbar{
    padding: 0;
    overflow: auto;
    max-height: 100vh;
  }
  .navbar-collapse{
    margin-bottom: 50px;
  }
  footer .navbar-collapse{
    display: none;
  }
  .navbar-nav{
    width: 100%;
    border-top: 1px solid #828282;
  }
  .navbar .sitelogo{
    margin-right: calc(50% - 45px) ;
  }
  .navbar-brand{
    margin: 0;
  }
  .dropdown-menu{
    font-size: 14px;
    border: none;
    border-radius: 0;
  }
  .nav-item{
    position: relative;
    margin: 0 15px;
    border: none;
    border-bottom: 1px solid #828282;
  }
  .nav-item:last-child {
    border: none;
  }
  .nav-item:hover {
    background: #f6ab00;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 20px 15px;
  }
  .navbar-light .navbar-nav .nav-item::after{
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    margin-top: -8px;
    width: 10px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23696969'%2F%3E%3C%2Fsvg%3E");
    background-size: 10px;
    pointer-events: none;
  }
  .navbar-light .navbar-nav .nav-item:last-child::after{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .navbar-light .navbar-nav .nav-item:last-child::after{
    top: 26px;
    right: 18px;
    transform:rotate(90deg);
  }
  .dropdown-toggle::after{
    content: none;
  }
  .nav-item:last-child{
    top: 0;
    right: 0;
    margin: 20px auto;
    width: 80%;
    background: #000;
  }
  .navbar-light .navbar-nav .nav-item:last-child .nav-link{
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: #fff;
    border: 1px solid #000;
  }
  .dropdown-item {
    padding: .55rem 1.5rem;
}
  /* .justify-content-end {
    position: absolute;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #fff;
    top: 96px;
    left: 0;
    z-index: 999;
    margin: 0 -15px;
  } */
  .navbar-light button[aria-expanded=true] .navbar-toggler-icon {
    background: url(../../assets/images/common/close-button.jpg);
    background-size: 30px;
  }
  /* _:-ms-fullscreen, :root .justify-content-end {
    margin: 0;
  }
  @supports (-ms-ime-align: auto) {
    .justify-content-end {
      margin: 0;
    }
  } */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar h1{
    margin-right: calc(50% - 67px) ;
  }
}

@media screen and (min-width: 1200px) {
  .page-title #search{
    top: 104px;
  }
  .page-title #search.is-show{
    top: 104px;
  }
  #top #search.is-show .search-inner{
    top: 104px;
  }
}

/*--------------------
メインビジュアル
------------------------*/

/*スライド画像*/
#top .swiper-container{
  box-sizing: border-box;
  margin-bottom: 77px;
  padding-bottom: 24px;
  max-width: 100%;

  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  #top .swiper-container{
    box-sizing: initial;
    opacity: 0;
    max-height: calc(30.2vw + 24px);
  }
}
#top.slider-init .swiper-container{
  opacity: 1;
}
#top .swiper-container img{
  /*max-height: 100%;*/
}
#top .swiper-container-horizontal>.swiper-pagination-bullets, #top .swiper-pagination-custom, #top .swiper-pagination-fraction{
  bottom: 0;
}
#top .swiper-container .swiper-slide img{
    width: 100%;
    height: auto;
}
#top .swiper-button-prev, #top .swiper-container-rtl .swiper-button-next,
#top .swiper-button-next, #top .swiper-container-rtl .swiper-button-prev{
  background-size: 20px;
}
@media screen and (min-width: 768px) {
  #top .swiper-button-next, #top .swiper-container-rtl .swiper-button-prev{
    right: 20%;
  }
  #top .swiper-button-prev, #top .swiper-container-rtl .swiper-button-next{
    left: 20%;
  }
}
#top .swiper-button-prev, #top .swiper-container-rtl .swiper-button-next{
  margin-top: -32px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
#top .swiper-button-next, #top .swiper-container-rtl .swiper-button-prev{
  margin-top: -32px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
#top .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 750px) {
  #top .swiper-container{
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  #top .swiper-button-prev, #top .swiper-button-next{
    margin-top: -52px;
  }
  #top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
#top .swiper-pagination-bullet-active{
  background: #000;
}

/*--------------------
臨時のお知らせエリア
------------------------*/

.home-notice{
  margin-bottom: 10px;
  padding: 16px;
  color: #e5005a;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .home-notice{
    font-size: 12px;
    text-align: left;
  }
}

/*--------------------
INFORMATION
------------------------*/

.home-information{
  margin-bottom: 100px;
}
.home-information dl{
  display: flex;
}
.home-information dt{
  margin-right: 52px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.1em;
}
.home-information dd{
  margin-bottom: 0;
}
.home-information p{
  margin-bottom: 10px;
}
.home-information p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .home-information {
    margin-bottom: 50px;
  }
  .home-information dl{
    display: block;
  }
  .home-information dt{
    margin: 0 0 19px;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .home-information dd{
    font-size: 12px;
  }
}

/*--------------------
TODAY EVENT
------------------------*/

.today-event,
.shop-topics,
.event-topics,
.home-access,
.home-enjoy{
  font-size: 20px;
  margin-bottom: 73px;
  text-align: center;
}
.today-event .title,
.shop-topics .title,
.event-topics .title,
.home-access .title,
.home-enjoy .title{
  position: relative;
  margin-bottom: 26px;
  color: #000;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
}
.today-event .title{
  text-indent: 39px;
}
.today-event .title::before{
  position: absolute;
  left: 50%;
  margin: -3px 0 0 -106px;
  display: inline-block;
  content: "";
  width: 36px;
  height: 38px;
  background: url(../../assets/images/home/today-icon.svg);
  background-size: 36px 38px;
}
.today-event #time{
  margin-left: 43px;
}
.today-event-banner{
  margin-bottom: 60px;
  font-size: 14px;
  color: #696969;
}
.today-event-banner ul,
.shop-topics-list ul,
.event-topics-list ul,
.enjoy-list ul,
.home-bottom-bana ul{
  margin-bottom: 0;
  padding: 0 10px;
}
.enjoy-list ul{
  padding: 0 5px;
}
.today-event-banner li,
.shop-topics-list li,
.event-topics-list li,
.enjoy-list li,
.home-bottom-bana li{
  margin-bottom: 32px;
  position: relative;
  padding: 0 5px;
  list-style: none;
}
.enjoy-list li{
  padding: 0 10px;
}
.today-event-banner li img{
  display: block;
  /*margin-bottom: 16px;*/
  max-width: 100%;
}
.shop-topics-list li .square-img,
.event-topics-list li .square-img,
.today-event-banner li .square-img {
  margin-bottom: 16px;
}
.today-event-banner li a,
.event-topics-list li a,
.shop-topics-list li a
{
  color: #000;
}
.today-event-banner li span.title,
.event-topics-list li span.title{
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.today-event-banner li a:hover img,
.shop-topics-list li a:hover img,
.event-topics-list li a:hover img{
  opacity: .7;
}

.today-event-banner .held{
  position: absolute;
  top: -28px;
  left: -6px;
  width: 58px;
  height: 58px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  background: #f46664;
  border-radius: 50%;
}
.today-event-banner img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .today-event, .shop-topics, .event-topics, .home-access, .home-enjoy{
    margin-bottom: 55px;
    font-size: 15px;
  }
  .today-event .title, .shop-topics .title, .event-topics .title, .home-access .title, .home-enjoy .title{
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
  }
  .shop-topics .title, .event-topics .title, .home-access .title, .home-enjoy .title{
    margin-bottom: 17px;
  }
  .today-event .title::before {
    position: static;
    margin: 0 auto 15px; 
    display: block;
    width: 34px;
    height: 36px;
    background-size: 34px 36px;
  }
  .today-event-banner {
    margin-bottom: 23px;
    font-size: 12px;
  }
  .today-event-banner .held{
    font-size: 12px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .today-event-banner li img{
    margin-bottom: 10px;
    width: 100%;
  }
  .today-event-banner li span.title, .event-topics-list li span.title {
    font-size: 12px;
  }
  .today-event .date span{
    display: block;
  }
  .today-event #time{
    margin-left: 0;
  }
}


@media (min-width: 992px) {
  .today-event-banner li,
  .shop-topics-list li,
  .event-topics-list li,
  .enjoy-list li,
  .home-bottom-bana li{
    margin-bottom: 40px;
  }
}

/*--------------------
SHOP TOPICS
------------------------*/

.shop-topics,
.event-topics,
.home-access,
.home-enjoy{
  margin-bottom: 28px;
}
.shop-topics-list,
.event-topics-list{
  margin-bottom: 100px;
}
.shop-topics-list ul,
.event-topics-list ul{
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .shop-topics-list, .event-topics-list{
    margin-bottom: 75px;
    font-size: 12px;
  }
  .shop-topics-list ul, .event-topics-list ul {
    margin-bottom: 0;
  }
}

/*--------------------
ACCESS
------------------------*/
.access-inner .row{
  display: flex;
  margin-bottom: 90px;
  line-height: 1;
}
.access-inner iframe{
  flex-grow: 1;
  height: auto;
}
.access-data{
  padding: 34px 30px;
  width: 435px;
  color: #fff;
  background: #5fa224;
}
.access-data ul{
  margin: 0;
  padding-left: 0;
}
.access-data span{
  display: block;
  font-weight: bold;
}
.access-data li{
  position: relative;
  margin-bottom: 24px;
  padding-left: 44px;
  list-style: none;
  line-height: 1.5;
}
.access-data li:last-child{
  margin-bottom: 0;
}
.access-data #address::before,
.access-data #bus::before,
.access-data #train::before{
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
}
.access-data #address::before{
  left: 6px;
  width: 22px;
  height: 28px;
  background: url(../../assets/images/common/address-icon.svg);
}
.access-data #bus::before{
  width: 30px;
  height: 20px;
  background: url(../../assets/images/common/bus-icon.svg);
}
.access-data #train::before{
  width: 30px;
  height: 18px;
  background: url(../../assets/images/common/train-icon.svg);
}
@media screen and (max-width: 991px) {
  .access-inner {
    display: block;
  }
  .access-inner iframe{
    width: 100%;
  }
  .access-data {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .access-inner .row{
    margin-bottom: 60px;
  }
  .access-data {
    padding: 30px;
    font-size: 12px;
  }
  .access-data #address::before {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 20px;
    background-size: 16px 20px;
  }
  .access-data #bus::before {
    top: 4px;
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
  }
  .access-data #train::before {
    top: 4px;
    width: 21px;
    height: 14px;
    background-size: 21px 14px;
  }
  .access-data li {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}

/*--------------------
ENJOY
------------------------*/

.enjoy-list{
  margin-bottom: 140px;
}
.enjoy-list img{
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  max-width: 100%;
}
.enjoy-list a{
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .enjoy-list a{
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .enjoy-list{
    margin-bottom: 68px;
  }
}

/*--------------------
footer
------------------------*/

.home-bottom-bana{
  margin-bottom: 110px;
}
.home-bottom-bana img{
  max-width: 100%;
}
footer .navbar{
  height: 118px;
}
footer .nav-item{
  border: none;
}
footer .container-fluid{
  border-top: 1px solid #000;
}
footer #sub-nav{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 38px 0 30px;
}
footer #sub-nav li{
  padding: 0 17px;
  list-style: none;
  font-size: 12px;
  line-height: 1;
  border-right: 1px solid #828282;
}
footer #sub-nav li:last-child{
  border: none;
}
footer #sub-nav li a{
  color: #828282;
  font-size: 12px;
}
footer .address{
  text-align: center;
  color: #828282;
}
footer .copy{
  margin-bottom: 10px;
  color: #828282;
  font-size: 12px;
  text-align: center;
}
footer #sub-nav-mobile-up,
footer #sub-nav-mobile-down{
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
footer #sub-nav-mobile-up li,
footer #sub-nav-mobile-down li{
  padding: 0 8px;
  text-align: center;
  list-style: none;
  line-height: 1;
  border-right: 1px solid #828282;
}
footer #sub-nav-mobile-up li:first-child,
footer #sub-nav-mobile-down li:first-child{
  border-left: 1px solid #828282;
}
footer #sub-nav-mobile-up a,
footer #sub-nav-mobile-down a{
  color: #828282;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 1199px) {
  footer .navbar-nav{
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .home-bottom-bana {
    margin-bottom: 80px;
  }
  .home-bottom-bana li{
    margin-bottom: 10px;
  }
  footer .navbar-light .navbar-brand {
    position: static;
    margin: 0 auto;
  }
  footer .container-fluid {
    border-top: none;
  }
  footer #sub-nav{
    display: none;
  }
  /* footer .justify-content-end{
    display: none;
  } */
}

/*--------------------
svg サイズ指定
------------------------*/
.logo-svg{
  width: 133px;
}
.social-svg{
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .logo-svg{
    width: 90px;
  }
  .social-svg{
    width: 28px;
  }
}

/*--------------------
下層ページのレイアウト共通
------------------------*/

.page-title-area{
  background: #f3f3f3;
}
.page-title{
  position: relative;
  padding: 20px 0 15px;
  color: #000;
  font-size: 23px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-title .page-title-in {
  font-size: 100%;
}
.page-title span{
  display: block;
  color: #696969;
  font-size: 13px;
  font-family: inherit;
  letter-spacing: initial;
}

@media screen and (min-width: 768px) {
  .page-title {
    padding: 46px 0;
    font-size: 32px;
    letter-spacing: 0.15em;
  }
  .page-title span {
    font-size: 18px;
  }
}


/* EVENT,SPECIAL,共通パーツ */
.special-list,
.event-list,
.floor-list,
.shoptopics-list{
  margin-bottom: 38px;
}
.special-list a:hover img,
.event-list a:hover img,
.floor-list a:hover img,
.shoptopics-list a:hover img{
  opacity: .7;
}
.special-text,
.event-text,
.floor-text{
  padding: 13px 0 20px;
  font-size: 12px;
  word-break: break-word;
}
.shoptopics-text{
  padding: 6px 0 20px;
  font-size: 12px;
}
.special-text h2,
.event-text h2,
.floor-text h2,
.shoptopics-text h2{
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
.shoptopics-text h2{
  margin: 4px 0;
}
.special-text h2 span,
.event-text h2 span,
.floor-text h2 span,
.shoptopics h2 span{
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .special-list,
  .event-list,
  .floor-list,
  .shoptopics-list{
      margin-bottom: 64px;
  }
  .special-text,
  .event-text,
  .floor-text,
  .shoptopics-text,
  .topics-special-text{
      margin-bottom: 36px;
      padding: 10px 0 0;
      font-size: 12px;
  }
  .special-text h2,
  .event-text h2,
  .floor-text h2,
  .shoptopics h2,
  .shoptopics-text h2{
    font-size: 14px;
  }
}


.empty_message {
  padding: 70px 0 90px;
  font-size: 20px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .empty_message {
    font-size: 15px;
    padding: 50px 0 80px;
  }
}