@charset "UTF-8";
/*!
*
* Author and Copyright
* Author    :  prosysta Inc, (https://prosysta.co.jp/)
* Created   :  2024.02
* Modified  :  *******
*/

/*-----------------------------------------------
	kill default set
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/*-----------------------------------------------
	clearfix
-------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;}

html {
  font-size: 10px;
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

body{
  margin: 0 auto;
}
img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
li {
  list-style: none;
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex;
}
.underline {
  text-decoration: underline;
}
.mb-10px {
  margin-bottom: 10px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-30px {
  margin-bottom: 30px;
}
.mb-50px {
  margin-bottom: 50px;
}

header {
  background-color: #fff;
  border-top: #1a1a1a solid 2px;
  border-bottom: rgba(0,0,0,0.2) solid 1px;
  padding: 0 15px;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 10001;
}
header .header-menu-group {
  display: flex;
  gap: 30px;
  margin-left: 40px;
}
header .header-menu-group p {
  font-size: 1.2rem;
  color: #222222;
  line-height: 1.8;
}

.kv-area {
  background-color: #f5f5f5;
  height: 435px;
}
.kv-area img {
  height: 435px;
}
.menu-group {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.menu-group a {
  color: #222222;
}
.menu-link .icon {
  width: auto;
  height: 27px;
  margin-bottom: 5px;
}
.text-shopinfo {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
}
.youtube-link {
  max-width: 640px;
  margin: auto;
}
h2.heading {
  font-size: 57px;
  font-weight: normal;
  text-align: left;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 80px;
}
h2.heading p {
  font-size: 16px;
    font-weight: 500;
    font-family: "游ゴシック体" , YuGothic , "Yu Gothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin: 10px 0 0;
}
.bg-gray {
  background-color: #EEEEEE;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}
.news-list .news-item {
  width: 240px;
  height: 240px;
  background-color: #5D6B9A;
}
.news-list .news-item a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.news-list .news-item:hover {
  opacity: .8;
}
.news-list .news-item.-icon a {
  flex-direction: column;
}
.news-item.-icon a .banner-icon {
  width: 50px;
  height: auto;
  margin: 0 auto 15px;
  filter: invert(100%) brightness(200%);
}

.news-list .news-item img {
  width: 300px;
  height: auto;
}
footer {
  background-color: #404040;
  padding: 1em 0 1em;
  color: #fff;
  margin: auto 0 0;
}
footer.global a {
  color: #fff;
}
.footer-nav .link::after {
  border-top: #808080 solid 1px;
  border-right: #808080 solid 1px;
  display: inline-block;
  content: "";
  height: .6em;
  position: absolute;
  width: .6em;
  top: 1.15em;
  transform: rotate(45deg);
  right: 1.1em;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 30px;
  top   : 17px;
  width : 50px;
  height: 55px;
  cursor: pointer;
  text-align: center;
  z-index: 10002;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 9px;
  background : #222222;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition   : 0.1s ease-in-out;
  transition        : 0.1s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger p {
  font-size: 12px;
  position: absolute;
  bottom: -0;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 8px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active p{
  color: #fff;
}

nav.global-menu {
  position: fixed;
  z-index : 10001;
  top  : 0;
  right: 0;
  color: #fff;
  background-color: #4b4b4b;
  transform: translateX(100%);
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 1em 1.8em;
}

nav.global-menu ul {
  margin: 80px auto 0;
  padding: 0;
  width: 100%;
}

nav.global-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.global-menu ul li a {
  display: block;
  color: #fff;
  padding-bottom: 10px;
  text-decoration :none;
  font-size: 16px;
  line-height: 1.5;
}
nav.global-menu.active {
  transform: translateX(0%);
}
.overlay{
  display: none;
}
.overlay.active{
  display: block;
  background: rgba(0,0,0,0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 300;
  transition: .3s;
}


/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  max-height: 650px;
  width: 90%;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  padding: 50px 30px 30px;
}
.modalClose{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 35px;
}
.modal-scroll {
  max-height: 560px;
  overflow-y: scroll;
}
.shop-info {
  margin-bottom: 30px;
}
.shop-info.floor-last {
  margin-bottom: 50px;
}
.shop-info .shop-name {
  background-color: #222222;
  color: #fff;
  margin-bottom: 5px;
}
.shop-info dl {
  display: flex;
  flex-wrap: wrap;
}
.shop-info dl dt {
  width: 20%;
  padding: 5px 10px;
}
.shop-info dl dd {
  width: 80%;
  padding: 5px 10px;
}
.floor {
  font-size: 35px;
  font-weight: bold;
}
.contents.-ongoing .shop-info .shop-name {
  background-color: unset;
  color: unset;
  border-bottom: solid 1px #222222;
}
.contents.-ongoing .shop-info .shop-name .small {
  font-size: 13px;
}
.contents.-ongoing .shop-info {
  margin-bottom: 10px;
}
.shop-info + .floor {
  margin-top: 40px;
}


@media (min-width: 768px) {
  /* for PC */
  header h1, header h1 img {
    line-height: 44px;
    height: 44px;
    margin: 0;
    border-bottom: none;
  }
  header.global {
    height: 89px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  main {
    padding-top: 89px;
  }
  section.contents {
    padding: 70px 0;
  }
  .container {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
  .container.-short {
    max-width: 670px;
  }
  footer h1 img {
    height: 45px;
  }
  .footer-nav {
    width: 65%;
  }
  footer h1 {
    line-height: 26px;
    margin: 18px 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  footer h1 img {
    padding: 5px 0;
    margin: 0;
  }
  .footer-nav .item {
    display: inline-block;
    font-size: 13px;
  }
  .footer-nav .link {
    display: block;
    font-feature-settings: "palt";
    padding: .8em .9em;
    position: relative;
  }
  .footer-nav .link {
    padding-right: 2em;
    line-height: 1.5;
  }
  footer .container {
    display: flex;
    flex-wrap: wrap;
  }
  footer .copy {
    text-align: left;
    font-size: 12px;
    margin: 30px auto 0;
  }
  footer .mall-info {
    font-size: 1.3rem;
    text-align: left;
    width: 35%;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* for SP */
  header {
    height: 73px;
    display: flex;
  }
  header h1 {
    height: auto;
    width: 45%;
    padding: 0 !important;
    margin: auto 0;
    border-bottom: none;
  }
  nav.global-menu {
    top: 73px;
  }
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    background: #222222;
  }
  .hamburger {
    right: 10px;
  }
  nav.global-menu {
    background-color: #fff;
    padding: 0;
    width: 320px;
  }
  nav.global-menu p {
    color: #222222;
    font-size: 14px;
  }
  nav.global-menu ul li a {
    color: #222222;
    font-size: 12px;
  }
  nav.global-menu .text-close {
    padding: 2rem;
    border-bottom: solid 1px #222222;
  }
  nav.global-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .secondary .item {
    padding: .8rem 0;
    position: relative;
    width: 50%;
  }
  .secondary .item.-long {
    width: 100%;
  }
  .secondary .item .link {
    padding: 0 1.5rem;
    line-height: 1.8;
  }
  .secondary .item .link.-left {
    border-right: rgba(0,0,0,0.2) solid 1px;
    display: block;
  }
  .secondary {
    position: relative;
    border-top: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    width: 100%;
  }
  .secondary .item.-border {
    border-top: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
  }

  main {
    padding-top: 73px;
  }
  .kv-area {
    height: 195px;
  }
  .kv-area img {
    height: 195px;
  }
  .text-shopinfo {
    font-size: 18px;
    margin: 20px auto;
  }
  .contents.-youtube {
    background-color: #EEEEEE;
    padding: 1.5em 3.5em 1.5em;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .menu-link p {
    font-size: 1.2rem;
  }
  .menu-group {
    padding: 30px 0;
  }
  .contents {
    padding: 3em 1.3em;
  }
  h2.heading {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
  h2.heading p {
    font-size: 1.2rem;
    margin: .7rem 0 0;
  }
  .news-list .news-item {
    width: 48%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .news-list .news-item a {
    font-size: 17px;
  }
  .news-list {
    row-gap: 17px;
  }
  .modal-box {
    top: 90px;
    padding: 50px 20px 30px;
  }
  .modal-box p {
    font-size: 14px;
  }
  .modal-box a {
    word-break: break-all;
  }
  footer h1 {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  footer h1 img {
    height: 36px;
    padding: 4px 0;
    margin: 1rem auto;
  }
  footer .mall-info .address {
    font-size: 1.1rem;
    text-align: center;
    margin: 20px 0;
  }
  .footer-nav .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
  }
  .footer-nav .item {
    background-color: #1a1a1a;
    margin-bottom: 1px;
    width: 50%;
  }
  .footer-nav .item:nth-child(odd) {
    border-right: #404040 solid 1px;
  }
  .footer-nav .link {
    display: block;
    font-feature-settings: "palt";
    padding: .7em .9em;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  footer .mall-info, footer .copy {
    text-align: center;
    font-size: 1.2rem;
  }
  .shop-info dl dt {
    width: 32%;
    padding: 5px;
    font-size: 14px;
  }
  .shop-info dl dd {
    width: 68%;
    padding: 5px;
    font-size: 14px;
  }
  .floor {
    font-size: 25px;
  }
}

/* お問い合わせ */
.height-adjust {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.heading.-type02 {
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading.-type02 img {
  height: 27px;
  margin: auto 17px auto 0;
}
.heading.-type02.mb-0{
  margin-bottom: 0;
}
.heading-date {
  font-size: 16px;
  margin-bottom: 7rem;
  text-align: center;
}
.heading-text {
  font-size: 16px;
  margin-bottom: 4rem;
  text-align: center;
}
.btn_contact {
  display: block;
  max-width: 290px;
  text-align: center;
  padding: 15px 25px;
  margin: 40px auto 0;
  border: 1px solid #CCC;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  color: #222222;
}
.btn_contact.-small {
  padding: 10px 25px;
}
.contact-text {
  text-align: center;
}
@media (max-width: 767px) {
  /* for SP */
  .heading.-type02 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .heading.-type02 img {
    height: 18px;
    margin: auto 12px auto 0;
  }
  .btn_contact {
    font-size: 1.4rem;
  }
  .contact-text {
    font-size: 1.4rem;
  }
  .heading-date {
    margin-bottom: 3rem;
  }
  .heading-text {
    font-size: 14px;
    margin-bottom: 5rem;
    text-align: center;
  }
}