@charset "utf-8";

:root,
::after,
::before {
  --body-font: "Zen Old Mincho", serif;
  --body-color: #333;
  --cont-color: #333;
  --cont-bg-color: #ffffff;
  --header_bg-color: #fff;
  --section_line-bg:
    90deg, rgba(180, 150, 90, 0.2), #d9b76c, rgba(180, 150, 90, 0.2); /* n */
  --section_line-filter: 0 0 4px rgba(217, 108, 144, 0.3);
  --m_ttl-font: "Cinzel", serif;
  --topcont-bg-color: #ffffff;
  --scroll-color: #b3b3b3 #ffffff;
  --topnav_hv-color: #ddd;
  --news_border: 1px dotted #ccc;
  --open-label-bg: #fff;
  --modal-bg-color: #fff;
  --header_link-color: #333;
  --hamburger-color: #333;
  --hamburger_menu-bgcolor: rgb(255 255 255 / 90%);
  --sys_txt-bg: #272727bb;
  --sys_txt-bd: 1px solid #3f3f3f;
  --links-color: #5d9dd5; /* n */
  --links_wrap-bg: #55555573;
  --rec_u_name-bg: #fff2db;
  --rec_u_name-color: #bda86d;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-size: 30px;
  --blog_cont-bg: #f0f0f0;
  --cp_ttl_bg: #e3a8dc;
  --cp_ttl_color: #fff;
  --sc_cont-color: #666666;
  --sc_cont-bd: #d7d7d7;
  --sc_current-bg: #bda86d;
  --sc_current-color: #fff;
  --sc_cont-bg: #fff;
  --map_bd: 1px solid #c1c1c1;
  --map_bg: #fff;
}

.top_nav h1 img {
  height: 7vh;
}

.m_ttl {
  font-weight: 500;
}

#contents:before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/bg.jpg);
  background-size: cover;
}

.button a {
  color: #333;
}

.button a:after {
  background-color: #e5dbb7;
  border: 1px solid #d7ceab;
}

.button a:before {
  color: #fff;
  background-color: #3a3a3a;
}

.button a:hover {
  color: #fff;
}

.coupon_wrap h3 {
  background: #dfd4b8;
}

.coupon_wrap li {
  background: #f5f0e2;
}

.aec_ttl {
  background: linear-gradient(139deg, #f5c5c5, #fbaabd);
}

.bg_parallax {
  margin-bottom: 5rem;
}

#shopinfo .bg_parallax,
#system .bg_parallax {
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: clamp(180px, 28vw, 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #c9c9c9;
  text-shadow:
    0 0 10px #000,
    0 0 10px #000,
    0 0 10px #000,
    0 0 10px #000,
    0 0 10px #000;
}

#shopinfo .pbg,
#system .pbg {
  position: absolute;
  inset: -20% 0 -20% 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  background: url("/assets/img/pbg.png") left/cover no-repeat;
  opacity: 0.9;
}

.ae_ttl {
  color: #b59958;
  border-bottom: 1px solid #b59958;
}

.grad_btn {
  border: 1px solid #333;
}

.footer {
  background: url("/assets/img/fbg.jpg") center;
  background-size: cover;
}

.shop_wrap .open {
  font-weight: 500;
}

.map_btn {
  background: #fff;
  border: 1px solid #bdbdbd;
}

.ft_cont {
  color: #fff;
}
