.pc {
  display: inline-block;
}
@media (max-width: 450px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

html {
  background-color: #FFF9D9;
}

body {
  position: relative;
  background-color: #FFF9D9;
}

img {
  vertical-align: bottom;
}

p {
  line-height: 175%;
}

a {
  opacity: 1;
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.7;
  transition: all 0.5s ease-out;
}

nav {
  z-index: 5;
}

.gnavi {
  position: fixed;
  top: max(50vh - 177px, 0px);
  left: calc((50vw - 187px) / 2 - 200px);
  width: 400px;
  z-index: 5;
}
@media (max-width: 1120px) {
  .gnavi {
    display: none;
  }
}
.gnavi__date {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin: 0 auto 10px;
}
.gnavi__time {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin: 0 auto 5px;
}
.gnavi__note {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin: 0 auto 5px;
}
.gnavi__timelimit {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.gnavi__head {
  margin: 0 auto;
  display: block;
}
.gnavi__head img {
  width: 100%;
}
.gnavi__head--01 {
  width: 320px;
  margin: 0 auto 80px;
}
.gnavi__head--02 {
  width: 266px;
  position: fixed;
  bottom: 50px;
  left: calc((50vw - 187px) / 2 - 133px);
}

.ticket {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1050;
  background-color: #000000;
  height: 70px;
  width: calc(50% - 187.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1120px) {
  .ticket {
    width: 100%;
  }
}
.ticket__text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.ticket__btn {
  width: 170px;
}
.ticket__btn img {
  width: 100%;
}

.navi {
  position: fixed;
  top: max(50vh - 314px, 0px);
  right: calc((50vw - 205px) / 2 - 160px);
  z-index: 5;
  width: 350px;
}
@media (max-width: 1120px) {
  .navi {
    display: none;
  }
}
.navi__link {
  display: block;
}
.navi__link--01 {
  padding: 20px 0 20px 60px;
}
.navi__link--02 {
  padding: 0 0 10px 15px;
}
.navi__link--03 {
  padding: 10px 0 0 15px;
}
.navi__link--04 {
  padding: 0 0 5px 15px;
}
.navi__link--05 {
  padding: 5px 0 5px 15px;
}
.navi__link--06 {
  padding: 5px 0 0 15px;
}
.navi__link--07 {
  padding: 15px 0 20px 30px;
}
.navi__link--08 {
  padding: 5px 0 5px 45px;
}
.navi__link--09 {
  padding: 5px 0 5px 45px;
}
.navi__link--10 {
  padding: 5px 0 5px 45px;
}
.navi__link--11 {
  padding: 10px 0 10px 60px;
}
.navi__link--12 {
  padding: 10px 0 10px 60px;
}
.navi__link--13 {
  padding: 10px 0 10px 60px;
}
.navi__link--14 {
  padding: 10px 0 10px 60px;
}
.navi__link--15 {
  padding: 10px 0 10px 60px;
}
.navi__labo {
  background: url(../img/index/bg_menu01.svg) center left no-repeat;
  padding: 10px 0 0 45px;
  margin: 0 0 0 15px;
}
.navi__labo_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #baa749;
  margin: 15px 0 10px;
}
.navi__labo_area {
  padding: 0 10px 0 5px;
  margin: 0 0 0 10px;
  border-left: solid 1px #BAA749;
}
.navi__labo_event {
  padding: 0 10px 0 5px;
  margin: 0 0 0 10px;
  border-left: solid 1px #BAA749;
}
.navi__workshop {
  background: url(../img/index/bg_menu02.svg) center left no-repeat;
  margin: 10px 0 0;
  padding: 5px 0 10px 45px;
}
.navi__insta {
  position: fixed;
  width: 40px;
  bottom: 100px;
  right: 100px;
  z-index: 1001;
}
.navi__insta img {
  width: 100%;
}
@media (max-width: 1120px) {
  .navi__insta {
    display: none;
  }
}

.main-contents {
  position: relative;
  width: 375px;
  margin: 0 auto;
  z-index: 1000;
  background-color: #1356E2;
}
@media (max-width: 450px) {
  .main-contents {
    width: 100%;
    max-width: none;
  }
}

header {
  position: relative;
  width: 100%;
  display: none;
}
@media (max-width: 1120px) {
  header {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 65px;
  }
}

.menu {
  transform: translateX(120%);
  transition: 0.5s;
  position: relative;
  background-color: #FFFADA;
  height: 101vh;
  padding: 65px 0 0 0;
}
.menu__wapper {
  position: relative;
  overflow: hidden;
  margin: -65px 0 0 0;
  pointer-events: none;
}
.menu__wapper.active {
  z-index: 10000;
  pointer-events: auto;
}
.menu.active {
  transform: translateX(0);
}
.menu__inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.menu__link {
  display: block;
}
.menu__link--01 {
  padding: 0px 0 20px 60px;
}
.menu__link--02 {
  padding: 0 0 10px 15px;
}
.menu__link--03 {
  padding: 10px 0 0 15px;
}
.menu__link--04 {
  padding: 0 0 5px 15px;
}
.menu__link--05 {
  padding: 5px 0 5px 15px;
}
.menu__link--06 {
  padding: 5px 0 0 15px;
}
.menu__link--07 {
  padding: 15px 0 20px 30px;
}
.menu__link--08 {
  padding: 5px 0 5px 45px;
}
.menu__link--09 {
  padding: 5px 0 5px 45px;
}
.menu__link--10 {
  padding: 5px 0 5px 45px;
}
.menu__link--11 {
  padding: 10px 0 10px 60px;
}
.menu__link--12 {
  padding: 10px 0 10px 60px;
}
.menu__link--13 {
  padding: 10px 0 10px 60px;
}
.menu__link--14 {
  padding: 10px 0 10px 60px;
}
.menu__link--15 {
  padding: 10px 0 10px 60px;
}
.menu__labo {
  background: url(../img/index/bg_menu01.svg) center left no-repeat;
  padding: 10px 0 0 45px;
  margin: 0 0 0 15px;
}
.menu__labo_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  color: #baa749;
  margin: 15px 0 10px;
}
.menu__labo_area {
  padding: 0 10px 0 5px;
  margin: 0 0 0 10px;
  border-left: solid 1px #BAA749;
}
.menu__labo_event {
  padding: 0 10px 0 5px;
  margin: 0 0 0 10px;
  border-left: solid 1px #BAA749;
}
.menu__workshop {
  background: url(../img/index/bg_menu02.svg) center left no-repeat;
  margin: 10px 0 0;
  padding: 5px 0 10px 45px;
}
.menu__insta {
  position: fixed;
  width: 40px;
  bottom: 100px;
  right: 100px;
  z-index: 1001;
}
.menu__insta img {
  width: 100%;
}
@media (max-width: 1120px) {
  .menu__insta {
    display: none;
  }
}

.logo {
  position: relative;
  margin: 0;
  padding: 25px 0 25px 15px;
  z-index: 100;
  background-color: #FFF8DC;
  font-size: 0;
}
.logo__main {
  height: 100%;
}

.toggle {
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 101;
}
.toggle .toggle-open {
  display: block;
}
.toggle .toggle-close {
  display: none;
}
.toggle.active .toggle-open {
  display: none;
}
.toggle.active .toggle-close {
  display: block;
}

.header {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  background-color: #1356E2;
}
.header__main {
  width: 100%;
  vertical-align: bottom;
}
.header__date {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #fff8dc;
  margin: 15px auto 0;
}
.header__shoulder {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #fff8dc;
  margin: 25px auto 0;
}
.header__catch {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff8dc;
  padding: 10px 0;
  background: url(../img/index/bg_catch.svg) center center no-repeat;
  background-size: contain;
  margin: 20px 0 0;
}
.header__lead {
  width: 85%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  color: #fff8dc;
  margin: 5px auto 0;
}
.header__slider {
  margin: 20px auto 0;
}

.exhibition {
  background-color: #FFF8DC;
  margin: 0;
  padding: 50px 0;
}
.exhibition__head {
  text-align: center;
}
.exhibition__shoulder {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 30px;
  color: #baa749;
  text-decoration: underline;
}
.exhibition__title {
  margin: 20px auto 0;
}
.exhibition__place {
  display: inline-block;
  background-color: #1356E2;
  border-radius: 100vmax;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #fff8dc;
  padding: 0 15px;
  margin: 15px auto 0;
}
.exhibition__place img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.exhibition__lead {
  width: 85%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 15px auto 20px;
}
.exhibition__content {
  position: relative;
  margin: 0 auto 30px;
}
.exhibition__subtitle {
  position: absolute;
}
.exhibition__subtitle--01 {
  left: 5.17%;
  top: 0;
  width: 50.95%;
}
.exhibition__subtitle--02 {
  left: 40.61%;
  top: 3%;
  width: 52.68%;
}
.exhibition__subtitle--03 {
  left: 5.18%;
  top: 0%;
  width: 44.08%;
  z-index: 1;
}
.exhibition__subtitle--04 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 52.16%;
}
.exhibition__deco {
  position: absolute;
}
.exhibition__deco--01 {
  left: 58.3%;
  top: 1%;
  width: 24.77%;
}
.exhibition__deco--02 {
  left: 70.06%;
  top: 38%;
  width: 17.7%;
  z-index: 20;
}
.exhibition__deco--03 {
  left: 72.53%;
  bottom: 5%;
  width: 19.56%;
}
.exhibition__img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.exhibition__text {
  display: block;
  margin: 0 auto 0 7.5%;
}
.exhibition__slider {
  width: 85%;
  margin: 0 auto;
}

.experience {
  background-color: #FFF8DC;
  overflow: hidden;
}
.experience__head {
  text-align: center;
}
.experience__shoulder {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 30px;
  color: #baa749;
  text-decoration: underline;
}
.experience__title {
  margin: 20px auto 0;
}
.experience__place {
  display: inline-block;
  background-color: #FB60BA;
  border-radius: 100vmax;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #fff8dc;
  padding: 0 15px;
  margin: 15px auto 0;
}
.experience__place img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.experience__lead {
  width: 85%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 15px auto 30px;
}
.experience__content {
  position: relative;
}
.experience__subtitle {
  position: absolute;
}
.experience__subtitle--01 {
  left: 37.52%;
  top: 3%;
  width: 54.91%;
}
.experience__subtitle--02 {
  left: 15.48%;
  bottom: 0%;
  width: 73.57%;
  z-index: 20;
}
.experience__deco {
  position: absolute;
}
.experience__deco--02 {
  left: 10.56%;
  top: -5%;
  width: 32.55%;
}
.experience__img {
  width: 100%;
}
.experience__text {
  display: block;
  margin: 0 auto;
}
.experience__text--01 {
  position: absolute;
  left: 38.87%;
  top: 60%;
  width: 45.42%;
}
.experience__text--02 {
  position: absolute;
  left: 65.18%;
  top: 42%;
  width: 28.45%;
}

.event {
  background-color: #1356E2;
  padding: 20px 0;
}
.event__wrapper {
  overflow: hidden;
}
.event__content {
  width: 104%;
  margin: 0 -2% 15px;
  text-align: center;
  padding: 40px 0;
}
.event__content--01 {
  background: url(../img/index/bg_event01.png) center center no-repeat;
  background-size: 100% 100%;
}
.event__content--02 {
  background: url(../img/index/bg_event02.png) center center no-repeat;
  background-size: 100% 100%;
}
.event__content--03 {
  background: url(../img/index/bg_event03.png) center center no-repeat;
  background-size: 100% 100%;
}
.event__shoulder {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 30px;
  color: #baa749;
  text-decoration: underline;
}
.event__title {
  margin: 5px auto 0;
}
.event__place {
  display: inline-block;
  background-color: #FF5C42;
  border-radius: 100vmax;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #fff8dc;
  padding: 0 15px;
  margin: 15px auto 0;
}
.event__place img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.event__lead {
  width: 81.73%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 15px auto 0;
}
.event__price {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #ff5c42;
  margin: 5px auto 0;
}
.event__price--note {
  font-size: 10px;
}
.event__mark {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #ff5c42;
  border: solid 1px #FF5C42;
  display: inline-block;
  padding: 0 10px;
  margin: 5px auto 0;
}
.event__note {
  width: 81.73%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 8px;
  line-height: 14px;
  text-align: left;
  color: #000;
  margin: 5px auto 0;
}
.event__img {
  width: 52.82%;
  margin: 10px auto 0;
}
.event__img--03 {
  width: 71.74%;
  margin: 0 auto;
}
.event__text {
  display: block;
  margin: 0 auto;
}

.shop {
  position: relative;
  background-color: #FFF8DC;
  border-top: solid 12px #054F38;
  border-bottom: solid 12px #054F38;
  text-align: center;
  margin: 20px auto 90px;
}
.shop__icon {
  position: absolute;
  top: -10%;
  left: 8.17%;
  width: 17.6%;
}
.shop__title {
  margin: 40px auto 0;
}
.shop__place {
  display: inline-block;
  background-color: #054F38;
  border-radius: 100vmax;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #fff8dc;
  padding: 0 15px;
  margin: 15px auto 0;
}
.shop__place img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.shop__lead {
  width: 85%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 15px auto 0;
}
.shop__img {
  width: 100%;
}

.other {
  background-color: #FB60BA;
  position: relative;
  padding: 0 0 30px;
}
.other__icon {
  transform: translateY(-50%);
  margin: 0 auto -40px;
  text-align: center;
}
.other__title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff8dc;
}
.other__lead {
  width: 85%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #fff8dc;
  margin: 5px auto 50px;
}
.other__img--02 {
  width: 58.93%;
  margin: 20px auto 0;
}
.other__img--03 {
  width: 42.05%;
  margin: 20px auto 0;
}
.other__content {
  position: relative;
  background: url(../img/index/bg_other.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
  width: 95%;
  height: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.other__content--02 {
  margin: 0 auto 60px;
}
.other__content--03 {
  margin: 0 auto 30px;
}
.other__content-icon {
  transform: translate(-200%, -80%);
  margin: 0 0 -40px 5%;
}
.other__place {
  display: inline-block;
  background-color: #FB60BA;
  border-radius: 100vmax;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #fff8dc;
  padding: 0 15px;
  margin: 15px auto 0;
}
.other__place img {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.other__time {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 22px;
  color: #fb60ba;
}
.other__text {
  width: 85%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
  margin: 15px auto 0;
}
.other__btn {
  pointer-events: none;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  border-radius: 100vmax;
  background-color: #d6c679;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #fff8dc;
  margin: 20px auto 0;
}
.other__btn--big {
  height: 7em;
  border-radius: 45px;
}
.other__pre {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: #fb60ba;
  margin: 10px auto 0;
}

.info {
  background-color: #1356E2;
  text-align: center;
  padding: 60px 0 0;
}
.info__wrapper {
  margin: 0 auto 70px;
}
.info__title {
  margin: 0 auto;
}
.info__subtitle {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff8dc;
  border-top: solid 1px #fff8dc;
  border-bottom: solid 1px #fff8dc;
  padding: 2px 10px;
  margin: 30px auto 0;
}
.info__text {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff8dc;
  margin: 10px auto 0;
}
.info__subtext {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff8dc;
  margin: 0 auto;
}
.info__note {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #fff8dc;
  margin: 10px auto 0;
}
.info__note--left {
  text-align: left;
  margin: 5px auto 15px 7.5%;
}
.info__table {
  border-collapse: collapse;
  margin: 20px auto 0;
  width: 85%;
}
.info__table_head {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  border: solid 1px #1356E2;
  border-bottom: solid 3px #1356E2;
  padding: 10px 0;
  background-color: #B9CDF8;
}
.info__target {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  border: solid 1px #1356E2;
  padding: 10px 0;
  background-color: #FFF8DC;
}
.info__price {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  border: solid 1px #1356E2;
  background-color: #FFF8DC;
  padding: 10px 0 10px 10px;
}
.info__btn {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  border-radius: 100vmax;
  background-color: #FFF8DC;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000;
}
.info__inner {
  background-color: #FFF8DC;
  padding: 20px;
}
.info__slider {
  width: 70%;
  margin: 30px auto;
}
.info__place {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #000;
  margin: 0 auto 5px;
}
.info__event_title {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: 0 auto 5px;
}
.info__date {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #000;
  margin: 0 auto 15px;
}
.info__event_img {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}
.info__ticket {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background: #fff8dc;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000;
  margin: 20px auto 0;
  height: auto;
  padding: 15px 0;
}
.info__btn {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  background-color: #d6c679;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  color: #fff;
  margin: 20px auto 0;
  height: auto;
  padding: 10px;
}

.acc-item {
  width: 85%;
  margin: 0 auto;
}
.acc-item input[type=checkbox] {
  display: none;
}
.acc-item .acc-label {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding: 14px 16px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: border-radius 0.25s easen;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #fff8dc;
}
.acc-item .acc-icon {
  display: inline-block;
  margin: 0 0 0 10px;
  transition: transform 0.25s easen;
}
.acc-item .acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s easen;
  border-top: none;
}
.acc-item .acc-inner {
  overflow: hidden;
}
.acc-item .acc-body {
  padding: 12px 16px 16px;
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  color: #fff8dc;
}
.acc-item input:checked ~ .acc-label .acc-icon {
  transform: rotate(180deg);
}
.acc-item input:checked ~ .acc-panel {
  grid-template-rows: 1fr;
}

.access__inner {
  width: 90%;
  margin: 40px auto 70px;
}
.access__map {
  width: 100%;
  margin: 0 auto 20px;
}
.access__map iframe {
  width: 100%;
}
.access__text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #fff8dc;
}

.footer {
  background-color: #FFF8DC;
  padding: 30px 7.5%;
}
.footer__note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  color: #000;
}
.footer__inquiry {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin: 30px auto 0;
  padding: 30px 0;
}
.footer__title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.footer__text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #000;
}
.footer__text--tel {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.11em;
  text-align: center;
  color: #000;
}
.footer__instagram {
  border-bottom: solid 1px #707070;
  margin: 0 auto 30px;
  padding: 30px 0;
}
.footer__icon {
  display: block;
  margin: 20px auto 0;
}
.footer__icon img {
  display: block;
  margin: 0 auto;
}
.footer__copyright {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #000;
  margin: 30px auto 50px;
}
/*# sourceMappingURL=style.css.map */