:root {
  --transition: 0.4s;
  --main-color: #e7465a;
  --sub-color: #fad9d0;
  --main-content-width: 600px;
  --side-menu-width: 300px;
  --side-menu-margin: 50px;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

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

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  @media (max-width: 767.98px) {
    padding-bottom: 80px;
  }
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity var(--transition);
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}



.container {
  width: 100%;
  padding: 0 25px;
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 15px;
  }
}

.contents__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg-pattern.png) center repeat;
  background-attachment: fixed;
}

.contents__side--menu {
  width: var(--side-menu-width);
  position: fixed;
  top: 100px;
  left: calc(50% - (var(--main-content-width) + var(--side-menu-width) + var(--side-menu-margin)) / 2);
  overflow-y: auto;
  border: 2px solid var(--main-color);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  padding: 15px;
}

@media (max-width: 1000px) {
  .contents__side--menu {
    display: none;
  }
}

.contents__side--menu--title {
  text-align: center;
}

.contents__side--menu--btn {
  text-align: center;
  margin-top: 20px;
}

.main-content {
  padding-top: 51px;
  background: url(../img/bg.webp) center top repeat-y;
}

@media (max-width: 767.98px) {
  .main-content {
    padding-top: 52px;
    padding-bottom: 0;
    height: 100%;
  }
}

.main-content--header {
  margin: 0;
  margin-bottom: -1px;
}

.main-content--header img {
  vertical-align: bottom;
}

@media (max-width: 767.98px) {
  .main-content--header img {
    padding-top: 0;
  }
}

.main-content--wrapper {
  width: var(--main-content-width);
  margin-left: calc(var(--side-menu-width) + var(--side-menu-margin));
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .main-content--wrapper {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
}


header {
  text-align: center;
  padding: 5px 0;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: var(--main-content-width);
}

@media (max-width: 767.98px) {
  header {
    height: 52px;
    text-align: left;
    left: 0;
    top: 0;
    width: 100%;
  }
  header img {
    width: 190px;
  }
  header .container {
    margin: 0;
    width: 100%;
  }
}

.contents__header--catch {
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem; /* 32/16 */
  letter-spacing: 0.03em;
  padding: 7px 0;
}

@media (max-width: 767.98px) {
  .contents__header--catch {
    font-size: 1.5rem; /* 24/16 */
  }
}

.contents_tokuten--menu {
  padding: 0 35px 40px 35px;
}

@media (max-width: 767.98px) {
  .contents_tokuten--menu {
    padding: 0 23px 40px 23px;
  }
}

.contents_tokuten--menu ul {
  background-color: #ffffff;
}

.contents_tokuten--data {
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .contents_tokuten--data {
    padding: 0;
  }
}





.contents_shop {
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
}

.contents_shop--title {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #e7465a;
  padding: 10px 0;
}

@media (max-width: 767.98px) {
  .contents_shop--title {
    font-size: 1.4375rem; /* 23/16 */
  }
}

.contents_shop--title span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3125rem; /* 21/16 */
}

@media (max-width: 767.98px) {
  .contents_shop--title span {
    font-size: 0.875rem; /* 14/16 */
  }
}

.contents_shop--catch{
  padding: 15px 20px;
}

.contents_shop--list {
  background-color: #fff;
  padding: 30px 20px;
}

.contents_shop--subtitle {
  color: #fff;
  font-size: 1.5rem; /* 24/16 */
  font-weight: 700;
  background-color: #e7465a;
  border-radius: 15px;
  position: relative;
  padding: 12px 20px;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contents_shop--subtitle:first-of-type {
  margin-top: 0;
}

.contents_shop--subtitle::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #e7465a;
  border-radius: 50%;
  font-size: 30px;
  line-height: normal; /* Revised from 1 for centering stability */
  padding-bottom: 6px; /* Revised centering */
}

.contents_shop--subtitle.open {
  border-radius: 15px;
}

.contents_shop--subtitle.open::after {
  content: "-";
}



.contents_shop--data {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  background-color: #fff;
}

.contents_shop--data.open {
  margin-bottom: 35px;
}

.shop-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.shop-item:last-child {
  border-bottom: none;
}

.shop-name {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.shop-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7465a;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 12px;
  min-width: 160px;
  white-space: nowrap;
}

.shop-btn::after {
  content: ">";
  margin-left: 10px;
  font-family: sans-serif;
}

@media (max-width: 767.98px) {
  .contents_shop--subtitle {
    font-size: 1.25rem;
    padding: 10px 15px;
  }
  .contents_shop--subtitle::after {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .shop-item {
    padding: 15px 10px;
  }
  .shop-name {
    font-size: 1rem;
    max-width: 140px;
  }
  .shop-btn {
    min-width: 140px;
    font-size: 0.75rem;
    padding: 6px 10px;
  }
}

.contents__reservation {
  text-align: center;
  padding: 40px 0 60px 0;
  background-color: #fff;
}

.contents__reservation .container {
  padding: 0;
}

.contents__reservation--text {
  text-align: center;
  margin-bottom: 15px;
}

.contents__reservation--text img {
  width: 80%;
  height: auto;
}

.contents__reservation--btn img {
  width: 270px;
  height: auto;
}

.contents__reservation--fixed {
  display: none;
}

@media (max-width: 767.98px) {
  .contents__reservation--fixed {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 80px;
  }
  .contents__reservation--fixed img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
     .contents__reservation--fixed a{
        display: flex;
        align-items: center;
        justify-content: center;
     }
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1000;
}

@media (max-width: 1000px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu .bar {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  transition: var(--transition);
}

.hamburger-menu.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu.open .bar:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -7px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 15px;
  transition: var(--transition);
}

.mobile-menu.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50px;
}

.mobile-menu li {
  text-align: center;
}

.footer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 135px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .footer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }
}

.footer-sp-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-sp-logo img {
  width: 187px;
  height: auto;
}

.footer-copy {
  font-size: 0.8125rem; /* 13/16 */
  text-align: center;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}



#page-top {
  position: fixed;
  right: 10%;
  bottom: 140px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  #page-top {
    right: 10px;
  }
}

#page-top.visible {
  opacity: 1;
  pointer-events: auto;
}
