/* ==========================================
   Media Query Mixins
   ========================================== */
main {
  background: var(--bg2);
}

.top {
  background: var(--br);
  padding: 45rem 0 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.top__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30rem;
}
.top__ttl-en {
  height: 25rem;
  margin-bottom: 12rem;
}
.top__ttl-jp {
  color: #fff;
  font-size: 16rem;
  font-weight: 500;
}
.top__slide {
  width: 100%;
  margin-bottom: 20rem;
}
.top__slide-item {
  padding: 8rem 4rem;
}
.top__slide-item img {
  box-shadow: 0 0 8rem rgba(255, 255, 255, 0.45);
}
.top__text {
  color: #fff;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 10rem;
}

.plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60rem 10rem 0;
  margin-bottom: 70rem;
}
.plan__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
.plan__ttl-en {
  height: 40rem;
  margin-bottom: 12rem;
}
.plan__ttl-jp {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 500;
}
.plan__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  width: 100%;
}
.plan__box {
  background: #F2E9DC;
  border: 1rem dashed #6F6254;
  border-radius: 4rem;
  padding: 15rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.plan__box-border {
  background: #6F6254;
  height: 1rem;
  width: 100%;
  margin: 15rem 0;
}
.plan__item {
  padding: 0 30rem;
  width: 100%;
}
.plan__fee {
  color: #434444;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan__fee-title {
  font-size: 16rem;
  position: relative;
  padding-left: 30rem;
}
.plan__fee-title::before {
  content: "";
  background: url(../img/camera_icon.png) no-repeat center/cover;
  width: 25rem;
  height: 43rem;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
}
.plan__fee-price {
  font-size: 12rem;
}
.plan__fee-price span {
  font-family: "din-2014", sans-serif;
  font-size: 24rem;
  font-weight: 500;
}
.plan__fee-cut {
  color: #fff;
  background: #6F6254;
  font-size: 16rem;
  font-weight: 500;
  border-radius: 7rem;
  padding: 3rem 28rem 4rem 56rem;
  position: relative;
}
.plan__fee-cut::before, .plan__fee-cut::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
}
.plan__fee-cut::before {
  background: #fff;
  width: 20rem;
  height: 20rem;
  left: 18rem;
}
.plan__fee-cut::after {
  background: #6F6254;
  width: 5rem;
  height: 5rem;
  left: 25.5rem;
}
.plan__fee-note {
  margin-top: 5rem;
  list-style: none;
}
.plan__fee-note p {
  color: #434444;
  font-size: 12rem;
  line-height: 1.25;
}
.plan__plus {
  width: 29rem;
  height: 29rem;
}
.plan__prepare {
  padding-top: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.plan__prepare-heading {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 500;
  margin-bottom: 20rem;
}
.plan__prepare-box {
  background: #F2E9DC;
  border: 1rem dashed #6F6254;
  border-radius: 4rem;
  padding: 20rem 16rem 25rem 20rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30rem;
}
.plan__prepare-inner {
  display: flex;
  gap: 15rem;
}
.plan__prepare-label {
  background: #6F6254;
  color: #fff;
  font-size: 16rem;
  font-weight: 500;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  letter-spacing: 0.4em;
  padding: 7rem 3rem 0;
}
.plan__prepare-wrap {
  flex: 1;
  padding: 5rem 0;
}
.plan__prepare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20rem 0 3rem;
}
.plan__prepare-item:not(:last-child) {
  border-bottom: 1rem dotted #6F6254;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.plan__prepare-name {
  color: #434444;
  font-size: 14rem;
}
.plan__prepare-fee {
  color: #434444;
  font-size: 12rem;
}
.plan__prepare-fee span {
  font-family: "din-2014", sans-serif;
  font-size: 16rem;
  font-weight: 500;
}
.plan__ticket {
  width: 100%;
  margin-top: 25rem;
}
.plan__ticket img {
  width: 100%;
}
.plan__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40rem;
}
.plan__frame-heading {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 500;
  margin-bottom: 20rem;
  line-height: 1.5;
}
.plan__frame-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20rem 10rem;
}
.plan__frame-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan__frame-img {
  margin-bottom: 5rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
}
.plan__frame-name {
  color: #6F6254;
  font-size: 14rem;
  font-weight: 500;
}
.plan__frame-fee {
  color: #434444;
  font-size: 12rem;
}
.plan__frame-fee span {
  font-family: "din-2014", sans-serif;
  font-size: 18rem;
}
.plan__frame-other {
  color: #434444;
  font-size: 12rem;
}

.paint {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10rem;
  margin-bottom: 80rem;
}
.paint__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
.paint__ttl-en {
  height: 40rem;
  margin-bottom: 12rem;
}
.paint__ttl-jp {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 500;
}
.paint__txt {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20rem;
}
.paint__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
  width: 100%;
}
.paint__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.paint__img {
  width: 100%;
  margin-bottom: 8rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
}
.paint__name {
  color: #3B2205;
  margin-bottom: 5rem;
}
.paint__fee {
  color: #434444;
  font-size: 12rem;
}
.paint__fee span {
  font-family: "din-2014", sans-serif;
  font-size: 24rem;
  font-weight: 500;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70rem;
}
.gallery__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
.gallery__ttl-en {
  height: 40rem;
  margin-bottom: 12rem;
}
.gallery__ttl-jp {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 500;
}
.gallery__figure {
  width: 100%;
}

.voice {
  padding: 0 10rem 50rem;
  background: var(--br);
  margin-bottom: 80rem;
}
.voice .ttl {
  margin-bottom: 30rem;
  padding: 0 10rem;
}
.voice .wrap {
  overflow-x: auto;
}
.voice .list {
  display: flex;
  flex-flow: column;
  gap: 5rem;
}
.voice .list > * {
  display: flex;
  background: var(--wh);
  padding: 10rem 14rem 10rem 12rem;
  border: 1rem solid #deb235;
  border-radius: 5rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.16);
  font-size: 12rem;
  line-height: 18rem;
}
.voice .list figure {
  width: 75rem;
  margin-right: 14rem;
}
.voice .list p {
  width: calc(100% - 75rem - 14rem);
  font-size: 12rem;
  line-height: 18rem;
  letter-spacing: 0.05em;
}
.voice .list p strong {
  color: #deb235;
  font-weight: 500;
}

.qa {
  padding: 0 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rem;
}
.qa__ttl-en {
  height: 40rem;
  margin-bottom: 12rem;
}
.qa__ttl-jp {
  color: #6F6254;
  font-size: 16rem;
  font-weight: 500;
}
.qa .item:not(:last-child) {
  padding-bottom: 8rem;
}
.qa .q {
  font-size: 14rem;
  line-height: 20rem;
  color: var(--wh);
  font-weight: 500;
  background: #6f6254;
  padding: 10rem 20rem 10rem 38rem;
  margin: 8rem 0;
  position: relative;
}
.qa .q i {
  font-family: "Oswald", sans-serif;
  font-size: 20rem;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 9rem;
  top: 8rem;
}
.qa .q::before, .qa .q::after {
  display: block;
  content: "";
  width: 7rem;
  height: 1rem;
  background: var(--wh);
  position: absolute;
  right: 8rem;
  top: 20rem;
  transform-origin: center;
  transition: all 300ms 0s ease;
}
.qa .active .q::after {
  transform: rotate(90deg);
}
.qa .active .a {
  max-height: 100vh;
}
.qa .a {
  font-size: 12rem;
  line-height: 18rem;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms 0s ease;
}
.qa__list {
  margin-bottom: 62rem;
}
.qa__btn {
  background: #F2A41C;
  color: #fff;
  font-size: 18rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.3888888889;
  width: 350rem;
  text-align: center;
  padding: 5rem 10rem 7rem;
  border-radius: calc(infinity * 1px);
  position: relative;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.44);
}
.qa__btn::after {
  content: "";
  background: url("../img/yellow_btn_arrow.svg") no-repeat center/cover;
  width: 10rem;
  height: 22rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20rem;
}

/*# sourceMappingURL=style.css.map */
