@charset "UTF-8";
/* ---------- TOP ---------- */
.js-popup {
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.7);
  position:fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .4s ease;
  overflow-y:hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


 .js-popup.ok {
   opacity: 0;
   visibility: hidden;
   z-index: -1;
 }

.popup {
   max-width: 340px;
  width: 90%;
  margin: 0px auto 0;
  padding: 35px 25px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color:#fff;
  z-index: 1000;
    
}

.popup .close-button {
  position: absolute;
    width: 18px;
    height: 18px;
  
  top: 8px;
  right: 8px;
    cursor:pointer;
    display: block;
    background: none;
    border: none;
}
/*.popup .close-button:hover {
    opacity: 0.7;
}*/
.popup .close-button:before, .popup .close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #221714;
}
.popup .close-button:hover:before, .popup .close-button:hover:after {
  background:#8AD3E9;
}
.popup .close-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup .close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .title {
  margin-bottom: 5px;
  font-size: 16px;
    font-weight: 400;
  line-height: 1.6rem;
}
.popup .text {
  margin-bottom: 1em;
  font-size: 11px;
  line-height: 18px;
}
.popup .picture img{
    width: 100%;
    height: auto;
}
.popup .link-button a{
    margin-top: 45px;
}
.top_nav ul {
  display: flex;
  width: 88%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_nav ul li {
  width: 33%;
  text-align: center;
  margin-bottom: 10px;
}
.top_nav ul li a {
  display: block;
  font-size: 10px;
  position: relative;
  padding-top: 75px;
  text-align: center;
}
.top_nav ul li a:hover {
  color: #00AEEB;
}
.top_nav ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  width: auto;
    max-width: 90px;
     margin: 0 auto;
    transition: all 0.5s;
}
.top_nav ul li.shop_gourmet a::before {
  background: url(../img/common/menu_shop_gourmet.svg) no-repeat center center;
  background-size: 55% auto;
}
.top_nav ul li.floormap a::before {
  background: url(../img/common/menu_floormap.svg) no-repeat center center;
  background-size: 25% auto;

}
.top_nav ul li.shopnews a::before {
  background: url(../img/common/menu_shopnews.svg) no-repeat center center;
  background-size: 55% auto;
}
.top_nav ul li.event a::before {
  background: url(../img/common/menu_event.svg) no-repeat center center;
  background-size: 45% auto;

}
.top_nav ul li.facility a::before {
  background: url(../img/common/menu_facility.svg) no-repeat center center;
  background-size: 55% auto;
}
.top_nav ul li.access a::before {
  background: url(../img/common/menu_access.svg) no-repeat center center;
  background-size: 36% auto;

}
.top_nav ul li.shop_gourmet a:hover::before {
  background: url(../img/common/menu_shop_gourmet_ov.svg) no-repeat center center;
  background-size: 55% auto;
}
.top_nav ul li.floormap a:hover::before {
  background: url(../img/common/menu_floormap_ov.svg) no-repeat center center;
  background-size: 25% auto;

}
.top_nav ul li.shopnews a:hover::before {
  background: url(../img/common/menu_shopnews_ov.svg) no-repeat center center;
  background-size: 55% auto;

}
.top_nav ul li.event a:hover::before {
  background: url(../img/common/menu_event_ov.svg) no-repeat center center;
  background-size: 45% auto;

}
.top_nav ul li.facility a:hover::before {
  background: url(../img/common/menu_facility_ov.svg) no-repeat center center;
  background-size: 55% auto;

}
.top_nav ul li.access a:hover::before {
  background: url(../img/common/menu_access_ov.svg) no-repeat center center;
  background-size: 36% auto;
}

#event.sec-contents {
  border-top: 1px #79A5BE dashed;
  margin: 30px auto 40px;
  padding-top: 25px;
}


#shopnews.sec-contents {
  position: relative;
    margin: 30px auto 0px;
  padding: 20px 0 0;
    width: 100%;
}
#other.sec-contents {
  position: relative;
    margin: 0px auto 0px;
  padding: 0px;
    width: 100%;
}
#shopnews .wave:before {
  content: '';
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/line_wave01.png) no-repeat right top;
  background-size: 100% auto;
  z-index: 1;
}
.shopnews-column {
  width: 88%;
  margin: 45px auto;
  background: #fff;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 5px 0 5px;
  position: relative;
}
.shopnews-column::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -1px;
  right: 0;
  height: 20px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: #fff;
}
.shopnews-column::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: -1px;
  height: 20px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  background: #fff;
}
#instagram {
  margin-top: -30px;
  margin-bottom: 50px;
}
#instagram .sec-title {
  width: 20%;
  margin: 25px auto;
}
#instagram .sec-title img {
  width: 100%;
}
#enjoy.sec-contents {
  background: url(../img/top/line_enjoy.svg) no-repeat right top;
  background-size: 100% auto;
  margin-top: 40px;
  padding: 50px 0 10px;
}
.enjoy-column a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: url(../img/top/bg_enjoy_01.png) no-repeat right top;
  background-size: 100% auto;
  padding: 10px 10px 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.enjoy-column:nth-child(2) {
  background: url(../img/top/bg_enjoy_02.png) no-repeat right bottom;
  background-size: 100% auto;
  padding-bottom: 50px;
}
.enjoy-column .picture {
  width: 60%;
}
.enjoy-column .picture img {
  width: 100%;
}
.enjoy-column .text {
  width: 32%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
}
.enjoy-column .text p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.enjoy-column .text p span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#information.sec-contents {
  width: 100%;
  background: url(../img/top/bg_information.png) no-repeat center center;
  background-size: 100% auto;
  padding: 40px 0 50px;
  margin-bottom: 0;
}
.information-column {
  width: 88%;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  position: relative;
}
.information-column:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  height: 5px;
  background: url(../img/top/line_enjoy.svg) no-repeat right top;
  background-size: 100% auto;
  z-index: 0;
}
.information-column:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  height: 5px;
  background: url(../img/top/line_enjoy.svg) no-repeat right bottom;
  background-size: 100% auto;
  z-index: 0;
}
#information .sec-title {
  display: block;
  margin-top: 15px;
}
#information .sec-title span {
  padding-top: 0px;
}
#information .sec-title img {
  height: 50px;
  margin-top: 5px;
  padding-left: 0;
}
.information-list {
  width: 88%;
    max-height: 14em;
  margin: 20px auto;
  overflow-y: auto;
  overflow-x: hidden;
    
}
.information-list ul{
    margin: 0 5px;
    
}
.info-icon {
  width: 30%;
  margin: -55px auto 20px;
  z-index: 1;
  position: relative;
}
.info-icon img {
  width: 100%;
}

.information-list::-webkit-scrollbar {
  background: #E2E2E2;
  width: 5px;
  height: 15px;
  border-radius: 20px;
}
.information-list::-webkit-scrollbar-thumb {
  background-color:#14628D;
  border-radius: 20px;
}
.information-list li {
  margin-bottom: 10px;
  padding: 5px 0 15px;
  border-bottom: 1px solid #A9ACAB;
}

.information-list li:last-child {
  border-bottom: none;
}
.information-list .new-icon {
  display: inline-block;
  color: #E83B10;
  background: none;
  background-color: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.information-list .date {
  font-size: 14px;
}
.information-list .text {
  font-size: 14px;
}
.information-list .text a {
  text-decoration: underline;
}
#top .footer-banner .bg_ocean{
  padding: 20px 0;
}
#top #slider-top.slider {
    padding: 5px 0 10px;
}
#top .footer-banner .slider {
    margin: 0 auto 0px;
}
#top .footer-banner .slick-img {
margin: 0 7px;
    padding-bottom: 5px;
}
@media screen and (max-width: 980px) and (min-width: 760px) {
    .top_nav ul {
        margin-top: 10px;
}
  .top_nav ul li a {
    padding-top: 85px;
      font-size: 14px;
}  
   
    .shopnews-column p.shopnews-text {
    font-size: 14px;
}
     #shopnews .wave:before {
    content: '';
    width: 100%;
    height: 90px;
    top: -20px;
}
    #top .footer-banner .slider {
    padding-top: 20px;
}
    #instagram {
    margin-top: -60px;
}
}
@media screen and (max-width: 760px) and (min-width: 480px) {
     #top .footer-banner .bg_ocean {
    padding: 50px 0px;
}
}
@media screen and (max-width:980px) {
    .top_nav ul li a::before {
  transform: none;
    transition: unset;

}
    }
