@charset "utf-8";
html {
  font-size: 16px;
}
html *, ::before, ::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
a {
  display: block;
  text-decoration: none;
}
a, a:hover {
  color: #4d4d4d;
}
@media (min-width: 1px) and (max-width: 1050px) {
  a:hover {
    opacity: 1;
  }
}
ul, dl {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
p, dt, dd {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
iframe {
  margin: 0;
  padding: 0;
}
.video, .youtube {
    aspect-ratio: 16 / 9;
    height: auto;
    margin: auto;
    margin: 16px auto;
    text-align: center;
    vertical-align: bottom;
    width: 80%;
}
.google_map {
  aspect-ratio: 16 / 9;
  height: auto;
  margin-bottom: 16px;
  vertical-align: bottom;
  width: 100%;
}
details summary {
  cursor: pointer;
}
button {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  background-color: #f3f3f3;
  color: #4d4d4d;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
.wrapper {
  background-color: #f7f5f1;
  box-shadow: 0 0 22px -9px #999;
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
.reservation_button {
  background-color: #fff;
  padding-bottom: 96px;
}
.real_feeling {
  background-color: #fef4e8;
  text-align: center;
}
.area {
  background-color: #fff;
  padding-bottom: 96px;
}
.access {
  background-color: #fff;
  padding: 32px 4%;
  text-align: center;
  width: 100%;
}
.access__title {
  background-color: #d2c5b2;
  border-radius: 9999px;
  bottom: 32px;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 48px;
}
.access__map {
  margin-bottom: 64px;
  margin-top: 32px;
}
.shop {
  border: 1px solid #d2c5b2;
  text-align: left;
}
.shop:not(:last-of-type) {
  margin-bottom: 64px;
}
.shop__data {
  padding: 16px 16px 48px;
}
.shop__place {
  background-color: #d2c5b2;
  color: #fff;
  font-weight: bold;
  /* margin-bottom: 16px; */
  padding: 0 10px;
}
.shop__img {
  /* flex: 0 0 160px;
  margin-right: 16px; */
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.shop__img img {
  /* width: 160px; */
  margin-bottom: 16px;
}
.shop__name {
  color: #4d4d4d;
  font-weight: bold;
}
.shop__text {
  margin-bottom: 32px;
}
.shop__reservation {
  background-color: #c1272d;
  border-radius: 9999px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  max-width: 320px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.shop__reservation::after {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  /* margin-top: 0.25em; */
  width: 8px;
}
.shop__reservation a, a:hover {
  color: #fff;
}
.question {
  background-color: #fff;
  padding: 64px 4% 96px;
}
.question__theme {
  color: #d2c5b2;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 32px;
}
.question__summary {
  background: #d2c5b2;
  margin-bottom: 8px;
  padding: .5rem;
}
.question__text {
  padding: 0 4% 32px;
}
.question__summary {
  display: block;
}
.question__summary::-webkit-details-marker {
  display: none;
}
.summary_inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.summary_q {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  font-weight: bold;
  justify-content: flex-start;
}
.summary_q::before {
  content: "Q";
  flex: 0 0 1rem;
  margin-right: .5rem;
}
.summary_icon {
  display: block;
  flex: 0 0 16px;
  margin-left: 6px;
  position: relative;
  transform-origin: center 43%;
  transition: transform .4s;
  width: 16px;
}
.summary_icon::before {
  left: 0;
  transform: rotate(45deg);
}
.summary_icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.summary_icon::before, .summary_icon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 10px;
}
details[open] .summary_icon {
  transform: rotate(180deg);
}
.fix_button {
  background-image: url(../img/fix_button--back.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  max-height: 176px;
  position: -webkit-sticky;
  position:         sticky;
  right: 0;
  visibility: hidden;
}
.fix_button img {
  display: block;
  margin: 0 auto;
  max-width: 390px;
  padding: 16px 0;
}
.footer {
  background-color: #d2c5b2;
  color: #fff;
  font-size: .75rem;
  padding: 16px 4% 96px;
  text-align: center;
}
