@charset "UTF-8";

@media (max-width: 600px) {
  html {
    font-size: 1.6667vw;
  }
}

body {
  background: url(../img/bg01.png) repeat-y center top / 56rem;
  position: relative
}

.inner {
	width:45rem;
  padding: 0 4rem;
	margin: auto;
	position:relative;
}

video {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
}

#header {
  background-color: #e60012;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 100;
}

.header-inner {
  width: 56rem;
  padding: 1.5rem 2rem;
  margin: auto;
  position: relative;
}
.header-inner img {
  display: block;
  width: 100%;
}

#header.scrolled .header-inner {
  transform: translateY(-100%);
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.logo01 {
  display: block;
  width: 100%;
}

.main-visual {
  padding: 4rem 0;
}

.img01 {
  width: 90%;
  margin: 4rem auto;
}

.section00 {
  padding-bottom: 4rem;
}

.tit {
  width: 106%;
  margin: 8rem -3% 4rem;
}

.section01 .tit {
  margin-top: 4rem;
}

.btns01 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem 2.5rem;
}

.image-set {
  margin: 2rem 0;
}

.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap div {
  width: 100%;
  border: 4px solid;
  border-image: linear-gradient(to right, #F5C347, #BC810C);
  border-image-slice: 1;
}

.googlemap div iframe {
  width: 100%;
  height: 30rem;
}

.secchi {
  width: 75%;
  display: block;
  margin: 0 auto;
}

/* .store-info {} - 空のルールを削除 */

.store-title {
  width: 100%;
  margin: 0 auto;
}
.store-title img {
  width: 100%;
}

.store-table {
  width: 100%;
  margin: 2rem auto 0;
}
.store-table th span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  padding: 1rem 0.8rem;
  font-size: 1.2rem;
}
.store-table td {
  font-size: 1.2rem;
  text-align: left;
  border-bottom: 1px dashed #000;
  padding: 0.8rem 1rem;
}

.key img {
  width: 24rem;
  margin: 0 auto;
}

.popup-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-modal-content {
  position: relative;
  width: 60rem;
  max-width: 90%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.popup-modal-content img {
  width: 100%;
  display: block;
}

.popup-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

.pp {
  margin: 8rem 0 4rem;
}
.pp-inner {
  padding: 3rem 0;
}
.pp-inner .htag {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #000;
  padding: 0.2rem 0;
}
.pp-inner .htag2 {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.4rem 0 0.6rem;
  margin: 1.5rem 0 0;
}
.pp-inner .htag2 ~ .htag2 {
  font-size: 1.4rem;
}
.pp-inner .htag3 {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.2rem 0;
}
.pp-inner p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 2rem 0;
  text-align: left;
}

.footer-inner {
  background-color: #e70012;
}
#footer .copyright {
  display: block;
  text-align: center;
  padding: 0.8rem;
  color: #fff;
}

.scroll-link {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}




.carousel {
}

.slick-slide {
  aspect-ratio: 1 / 1.43;
  overflow: hidden;
}
.mainimage-carousel2 .slick-slide {
  aspect-ratio:initial;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* slickの矢印のデフォルトスタイルを完全に無効化 */
.slick-prev::before,
.slick-next::before {
  content: none !important;
  display: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 4rem !important;
  height: 4rem !important;
  background: #fff !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.3) !important;
  z-index: 10 !important;
}
.slick-arrow::before {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 0.8rem 0 0.8rem 1.2rem !important;
  border-color: transparent transparent transparent #d32f2f !important;
  display: inline-block !important;
}
.slick-arrow.slick-next::before {
  transform: rotate(0deg);
  margin-left: 3px;
}
.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  margin-right: 3px;
}
.slick-arrow.slick-prev {
  left: -10.5rem;
}
.slick-arrow.slick-next {
  right: -10.5rem;
}

.mainimage-carousel2 .slick-arrow {
  display: none !important;
}

.slick-dots li button:before {
  color: #d32f2f !important;
  font-size: 1.2rem !important;
}

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

#pd-menu {
  padding: 0;
  width: 100%;
  background: linear-gradient(to top, #2e2725 0%, #000000 49%, #574c49 51%, #000000 100%);
  z-index: 100;
  border-top: 0.3rem solid #F7E1C5;
  border-bottom: 0.3rem solid #F7E1C5;
  box-sizing: border-box;
}

#pd-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 56rem;
  margin: 0 auto;
  list-style: none;
  box-sizing: border-box;
  padding: 1.5rem 0;
}

#pd-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pd-menu li a {
  display: block;
  margin: 0;
  padding: 0;
}

.mainimage-carousel {
  width:78%;
  margin: 0 auto;
}
.mainimage-carousel2 {
  width:100%;
}

/* モーダル用のスタイル - PCのみ */
@media screen and (min-width: 768px) {
  .modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1000;
      justify-content: center;
      align-items: center;
  }

  .modal-content {
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      position: relative;
      max-width: 80%;
      max-height: 80%;
      overflow: auto;
  }

  .modal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      color: #333;
      z-index: 1001;
  }

  .modal-close:hover {
      color: #666;
  }

  .modal-content img {
      max-width: 100%;
      height: auto;
      display: block;
  }

  .floormap-trigger {
      cursor: pointer;
      transition: opacity 0.3s;
  }

  .floormap-trigger:hover {
      opacity: 0.8;
  }
}

.floormap-trigger ~ .floormap-trigger {
  margin-top: 4rem;
}

/* スマートフォンではモーダル関連のスタイルを無効化 */
@media screen and (max-width: 767px) {
  .floormap-trigger {
      cursor: default;
  }
}


.fixed-btn {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 15%;
  max-width: 400px;
  min-width: 240px;
  z-index: 100;
}
.fixed-btn a img {
  transition: opacity 0.3s;
}
.fixed-btn a:hover img {
  opacity: 0.7;
}


