@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;
}
.access__map {
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 32px 0 16px;
  padding: 0 4%;
  vertical-align: bottom;
  width: 100%;
}
.youtube {
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 16px 0 32px;
  padding: 0 4%;
  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: #F5F5F5;
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.wrapper {
  background-color: #FFFCF9;
  box-shadow: 0 0 22px -9px #999;
  margin: 0 auto;
  max-width: 576px;
  width: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  height: 48px;
}
.header-logo {
  max-width: 248px;
}
.header-station {
  max-width: 100px;
}
.mv {
  position: relative;
}
.mv__button {
  position: absolute;
  bottom: 64px;
}
.section__title {
  margin-bottom: 32px;
}
.question {
  padding: 64px 8% 96px;
}
.title_text {
  color: #00A199;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1;
}
.question__summary {
  background: #E5F5F5;
  margin-bottom: 32px;
  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: #363636;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  font-weight: bold;
  justify-content: flex-start;
}
.summary_q::before {
  color: #00A199;
  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: #00A199;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 10px;
}
details[open] .summary_icon {
  transform: rotate(180deg);
}
.access {
  background-color: #fff;
  padding: 32px 8%;
  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__table {
  text-align: left;
  width: 100%;
}
.access__tr {
  display: flex;
  flex-direction: column;
}
.access__th, .access__td {
  vertical-align: top;
}
.access__th {
  color: #00A199;
  border-bottom: #00A199 solid 1px;
  font-family: "Shippori Mincho", serif;
}
.access__td {
  padding-bottom: 32px;
}
.shop-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 32px 8% 160px;
  row-gap: 16px;
  background: #BFE5E1;
}
.shop-info__address {
  text-align: center;
  margin-bottom: 16px;
}
.shop-info__logo {
  margin-top: 16px;
  max-width: 358px;
  width: 100%;
}
.shop-info a:link, .shop-info a:visited, .shop-info a:hover, .shop-info a:active {
  color: #036EB7;
}
.button--cal {
  font-size: 1.5rem;
  background: #FFF;
}
.button--cal::before {
  background-image: url(../img/icon-net.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 31px;
  height: 32px;
  margin-right: .75rem;
  width: 31px;
}
.button--line {
  font-size: 1.5rem;
  background: #FFF;
}
.button--line::before {
  background-image: url(../img/icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 40px;
  height: 32px;
  margin-right: .75rem;
  width: 40px;
}
.button--tel {
  font-size: 1.75rem;
  letter-spacing: .05em;
  background: #FFF;
}
.button--tel::before {
  background-image: url(../img/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 35px;
  height: 32px;
  margin-right: .5rem;
  width: 35px;
}
.button--cal, .button--line, .button--tel {
  align-items: center;
  border-radius: 999px;
  color: #036EB7;
  display: flex;
  font-weight: bold;
  height: 80px;
  justify-content: center;
  max-width: 358px;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  box-shadow: 0px 8px 4px rgba(0,161,153,0.1);
}
.button--cal::after,.button--line::after {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex: 0 0 16px;
  height: 16px;
  margin-left: .5rem;
  width: 16px;
}
#fix_button {
  background-image: url(../img/fix-back.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  margin-top: -64px;
  max-height: 144px;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  display: none;
}
.fix_button__inner {
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin: auto;
  max-width: 358px;
  padding-bottom: 8px;
  padding-top: 32px;
  width: 94%;
}
.footer {
  background-color: #FFF;
  color: #036EB7;
  font-size: .75rem;
  padding: 16px 8% 96px;
  text-align: center;
  line-height: 1.5;
}