@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: #5f4d40;
}
a.button {
  transition: .3s;
}
a.button:hover {
  transform: scale(1.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 {
  aspect-ratio: 1 / 1;
  height: auto;
  margin: auto;
  margin-bottom: 32px;
  text-align: center;
  vertical-align: bottom;
  width: 80%;
}
.access__map {
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 16px 0;
  padding: 0 4%;
  vertical-align: bottom;
  width: 100%;
}
.youtube {
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 16px 0;
  padding: 0 4%;
  vertical-align: bottom;
  width: 100%;
}
button {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  background-color: #f2f2f2;
  color: #5f4d40;
  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: #fff;
  box-shadow: 0 0 22px -9px #999;
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
.header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 0 3%;
}
.header__logo {
  flex: 0 0 44px;
  max-width: 44px;
}
.header__text {
  flex: 1 1 auto;
  max-width: 294px;
}
@media screen and (max-width: 374px) {
  .header__text {
    max-width: 256px;
  }
}
.access__table {
  margin: 0 8%;
}
.access__th, .access__td {
  vertical-align: top;
}
.access__th span {
  background-color: #7baa1b;
  border-radius: 4em;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 6rem;
}
.access__td {
  padding-bottom: 16px;
  padding-left: 16px;
}
.reservation {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 64px 0;
}
.reservation--mv {
  background: #f7f0e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}
.reservation img {
  display: block;
  max-width: 390px;
}
.reservation--mv img {
  max-width: 390px;
  display: block;
}
.reservation-text {
  margin: auto;
  width: 80%;
}
.reservation__title {
  margin-top: 64px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #7baa1b;
  letter-spacing: .1em;
}
.footer {
  background-color: #7baa1b;
  color: #fff;
  font-size: .75rem;
  margin-top: 96px;
  padding: 8px 4% 96px;
  text-align: center;
}
.question__contents {
  /* background-color: #fff; */
  padding: 0 4% 96px;
}
/* .question__theme {
  color: #d2c5b2;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 32px;
} */
.question__summary {
  background: #7baa1b;
  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: 0px;
  left: 0;
  position: -webkit-sticky;
  position:         sticky;
  right: 0;
  visibility: hidden;
}
#fix_button div img {
  display: block;
  margin: 0 auto;
  max-width: 390px;
  padding-bottom: 16px;
}