html {
  width: 100%;
  max-width: 390px;
  min-height: 100vh;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  scroll-padding-top: 70px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

img {
  width: 100%;
  max-width: 390px;
}

.bold {
  font-weight: 800;
}

.inner {
  padding: 0 20px;
}

.bg01 {
  background: #F2EDEA;
  padding: 50px 0;
}

.space {
  display: block;
  margin-top: 10px;
}

.btn01 {
  border: 1px solid #333;
  border-radius: 48px;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: 900;
  text-align: center;
  display: block;
}
.btn01:hover {
  opacity: 0.6;
}

.sec {
  padding-top: 50px;
}
.sec__title {
  font-size: 24px;
  text-align: center;
  font-weight: 900;
}

.second-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  line-height: 24px;
  margin-bottom: 15px;
}
.second-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #c1a37d;
}

.small-text {
  font-size: 12px;
  line-height: 1.25;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  height: 70px;
  z-index: 200;
}
.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header__logo {
  width: 100px;
  z-index: 210;
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__hamburger {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 210;
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.header__drawer {
  position: fixed;
  top: 0;
  left: 50%;
  width: 390px;
  height: 100vh;
  transform: translate(-50%, 0);
  background-color: rgb(255, 255, 255);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header__drawer.is-active {
  opacity: 1;
  visibility: visible;
}
.header__drawer-list {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 390px;
  max-height: 80vh;
}
.header__drawer-item {
  margin-bottom: 35px;
}
.header__drawer-item:last-child {
  margin-bottom: 0;
}
.header__drawer-item a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__drawer-item a:hover {
  opacity: 0.7;
}

.news {
  margin: 30px 0;
}
.news__area {
  border-radius: 10px;
  padding: 15px 10px;
}
.news__box {
  margin-bottom: 10px;
}
.news__box:last-of-type {
  margin-bottom: 0;
}
.news__date {
  font-size: 12px;
  font-weight: 600;
}
.news__text {
  font-size: 14px;
  line-height: 1.15;
}

.mv {
  margin-top: 70px;
}

.chef__link {
  width: 180px;
  margin-top: 10px;
}
.chef__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("../img/common/icon_blank.svg");
}

.calendar-area {
  margin-top: 10px;
}
.calendar-area iframe {
  width: 100%;
  height: 500px;
}

.kodawari-area {
  margin-top: 30px;
}

.menu {
  margin-top: 50px;
}
.menu__text {
  text-align: center;
  margin-top: 30px;
}
.menu__link {
  display: block;
  margin-top: 25px;
  max-width: 230px;
  font-weight: 600;
  background: #fff;
}
.menu__link::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/common/arrow_right_fill.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.yoyaku {
  text-align: center;
}
.yoyaku-area {
  margin: 30px 0 50px;
}
.yoyaku__link {
  margin-top: 20px;
}
.yoyaku__link:last-of-type {
  margin-top: 0;
}
.yoyaku__link a {
  text-decoration: underline;
  font-weight: 900;
}
.yoyaku__link a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("../img/common/icon_blank.svg");
}
.yoyaku__note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.25;
}

.footer {
  background: #F2EDEA;
  padding: 50px 20px;
}
.footer p {
  line-height: 1.35;
}
.footer .sec__title {
  font-weight: 500;
  margin-bottom: 10px;
}
.footer .logo {
  margin: 0 auto;
  width: 184px;
}
.footer .sns {
  margin: 30px 0;
}
.footer .sns__inner {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.footer .sns__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .sns__logo {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.footer .sns__text {
  font-size: 14px;
}
.footer .time {
  margin: 30px 0;
  text-align: center;
}
.footer .time__text {
  margin-top: 2px;
}
.footer .access {
  text-align: center;
}
.footer .access__text {
  margin-top: 2px;
}
.footer .access__tel {
  font-size: 20px;
  font-weight: 900;
  margin-top: 5px;
}
.footer .access__tel a {
  text-decoration: underline;
}
.footer .access__tel a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("../img/common/icon_blank.svg");
  background-repeat: no-repeat;
}