@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: #1a1a1a;
}
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%;
}
.map {
  aspect-ratio: 16 / 9;
  height: auto;
  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: #f3f3f3;
  color: #1a1a1a;
  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: #fff;
  box-shadow: 0 0 22px -9px #999;
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
.header {
  align-items: center;
  background: #3e3a39;
  display: flex;
  height: 64px;
  justify-content: space-between;
  position: relative;
}
.header__logo {
  max-width: 208px;
}
.header__tel {
  max-width: 182px;
}
.contact_button {
  background: #fff;
  padding-bottom: 64px;
}
.actually__note {
  font-size: .5rem;
  padding: 16px 4% 96px;
  text-align: right;
}
.instagram {
  background-image: url(../img/instagram_back.png);
  background-repeat: no-repeat;
  background-size:cover;
}
.question {
  background: #fff;
  padding: 64px 4% 96px;
  width: 100%;
}
.question a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.question__title {
  background: #5c4991;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.5rem;
  padding: 8px 0;
  text-align: center;
}
.question__theme {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 32px;
}
.question--summary {
  background: #cec8de;
  margin-bottom: 8px;
  padding: .5rem;
}
.question__text {
  padding: 0 4% 32px;
}
.question strong {
  font-size: 1.5rem;
  font-weight: bold;
}
.summary {
  display: block;
}
.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;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: flex-start;
}
.summary_q_icon {
  flex: 0 0 1rem;
}
.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: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 10px;
}
details[open] .summary_icon {
  transform: rotate(180deg);
}
.access {
  background: #fff;
  padding: 64px 4%;
  width: 100%;
}
.access__title {
  background: #5c4991;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 32px;
  padding: 8px 0;
  text-align: center;
}
.access__text {
  margin-bottom: 32px;
}
.access__shop {
  margin-top: 64px;
}
.access__shop_name {
  align-items: flex-end;
  color: #5c4991;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.access__shop_name::before {
  background-image: url(../img/pin.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  margin-right: 8px;
  width: 20px;
}
.access__map {
  margin-bottom: 16px;
}
.access__table {
  margin-bottom: 32px;
}
.access__th, .access__td {
  text-align: left;
  vertical-align: top;
}
.access__th {
  white-space: nowrap;
}
.access__td {
  display: flex;
  padding-bottom: 16px;
}
.access__td::before {
  content: "：";
}
.line__contents {
  padding: 16px;
}
.summary--line {
  margin-top: -48px;
}
.line_button_area {
  aspect-ratio: 29 / 9;
  background: #f2f2f2;
  padding: 24px 16% 16px;
  text-align: center;
}
.instagram {
  text-align: center;
}
.review__block {
  padding-bottom: 48px;
}
.review__summary {
  padding: 2% 4%;
}
.review__text {
  padding: 4% 0;
}
#fix_button {
  background-image: url(../img/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;
}
.footer {
  background: #1a1a1a;
  color: #fff;
  font-size: .75rem;
  padding: 16px 4% 96px;
  text-align: center;
}
