*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f1f1f1;
  font-family: VDL-V7MaruGothic, "Noto Sans CJK JP", no-serif;
}

img,
video,
audio,
iframe {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  max-width: 550px;
  z-index: 100;
}

.container {
  max-width: 550px;
  margin: auto;
  background-color: white;
}

.tab {
  background: #FFFBAC;
  padding: 0 4.5% 20px;
}
.tab.bg-blue {
  background: #F2F7FC;
}
.tab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1rem;
}
.tab__head-button {
  position: relative;
}
.tab__head-button:first-child {
  margin-right: 2%;
}
.tab__head-button picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
  display: none;
}
.tab__head-button.is-active picture:nth-child(2) {
  display: block;
}
.tab__body {
  border-radius: 0px 6px 6px 6px;
  border: 1px solid var(--black, #2A2820);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 1% 0;
}
.tab__body-item.is-open .tab__body-title::after {
  background-image: url(../images/ac_title_close.png);
}
.tab__body-title {
  position: relative;
}
.tab__body-title::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 28%;
  height: 95%;
  display: block;
  background-image: url(../images/ac_title_open.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tab__body .swiper-button-next,
.tab__body .swiper-button-prev {
  width: 30px;
  height: 31px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tab__body .swiper-button-next::after,
.tab__body .swiper-button-prev::after {
  content: "";
}
.tab__body .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shop {
  padding: 0 3.7%;
}
.shop__item {
  margin-bottom: 13px;
}
.shop__item.is-open .shop__item-button span::before {
  opacity: 0;
}
.shop__item-button {
  color: #FFF;
  border-radius: 6px;
  background: #2A2820;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.2px;
  padding: 10px 12px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop__item-button span {
  width: 16px;
  height: 16px;
  position: relative;
}
.shop__item-button span::after, .shop__item-button span::before {
  content: "";
  background-color: white;
  position: absolute;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.shop__item-button span::after {
  width: 100%;
  height: 2.5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.shop__item-button span::before {
  width: 2.5px;
  height: 100%;
}
.shop__item-title {
  border-bottom: 1px solid rgba(42, 40, 32, 0.3);
  position: relative;
  padding: 3px 20px;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 20px;
}
.shop__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 36px;
  border-radius: 2px;
  background: #0FB6E4;
}
.shop__item-container {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop__item-content {
  padding: 0px 3px;
}
.shop__item-picture {
  width: 34%;
}
.shop__item-text {
  width: 61%;
}
.shop__item-text p {
  color: #292727;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 1.4;
}
.shop__item-text p:not(:first-child) {
  font-size: 12px;
  margin-top: 10px;
}
.shop__item-map {
  background-color: #f1f1f1;
  margin-bottom: 30px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}