@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: 0.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;
}
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 58px;
  max-width: 58px;
}
.header__text {
  flex: 1 1 auto;
  max-width: 250px;
}

.question {
  /* background-color: #fff; */
  padding: 64px 4% 96px;
}
/* .question__theme {
  color: #7BAA1B;
  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);
}


.access__map {
  aspect-ratio: 16 / 9;
  height: auto;
  vertical-align: bottom;
  width: 100%;
  margin: 16px 0;
  padding: 0 4%;
}
.access__table {
  margin: 0 8%;
}
.access__th, .access__td {
  vertical-align: top;
}
.access__th span {
  background-color: #7baa1b;
  border-radius: 4em;
  color: #fff;
  width: 6rem;
  display: inline-block;
  text-align: center;
}
.access__td {
  padding-bottom: 16px;
  padding-left: 16px;
}
.reservation {
  margin: 96px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.reservation--mv {
  background: #f7f0e4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}
.reservation img {
  max-width: 390px;
  display: block;
}
.reservation--mv img {
  max-width: 390px;
  display: block;
}
.tel {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer {
  background-color: #7baa1b;
  color: #fff;
  font-size: .75rem;
  padding: 8px 4% 96px;
  text-align: center;
  margin-top: 96px;
}
#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;
  position: -webkit-sticky;
  position:         sticky;
  right: 0;
  visibility: hidden;
}
#fix_button div img {
  display: block;
  margin: 0 auto;
  max-width: 390px;
}
#fix_button div {
  display: flex;
  justify-content: center;
}