/* breadcrumbs
--------------------------------------------------*/

/* page-title
--------------------------------------------------*/

.page-title {
  color: #65602B;
  font-size: 24rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2.5833333333;
  text-align: center;
}

/* section-sub-title
--------------------------------------------------*/

.section-sub-title {
  color: #65602B;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0.6em;
  line-height: 3.1;
}

/* gallery-content
--------------------------------------------------*/

.gallery-content {
  margin-top: 20rem;
}

.gallery-content + .gallery-content {
  margin-top: 65rem;
}

.gallery-content__large-img {
  position: relative;
}

.gallery-content__wrapper {
  margin-top: 10rem;
}

.gallery-content__text-wrapper {
  padding: 30rem 0 20rem;
}

.gallery-content__heading {
  color: #65602B;
  font-size: 24rem;
  line-height: 1.25;
}

.gallery-content__text {
  line-height: 2.5;
  margin-top: 17rem;
  padding: 0 20rem;
}

/* page-header
--------------------------------------------------*/

/* gallery
--------------------------------------------------*/

.gallery {
  padding-bottom: 18rem;
  padding-top: 22rem;
}

.gallery-note {
  margin-top: 35rem;
}

.gallery-note__heading {
  color: #65602B;
  font-size: 20rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 25rem;
  text-align: center;
}

.gallery-note__text {
  font-size: 18rem;
  line-height: 2.1111111111;
  padding: 0 20rem;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 18rem;
    font-weight: 300;
    line-height: 1.6666666667;
    margin-bottom: 68rem;
    margin-top: 19rem;
  }

  .breadcrumbs a {
    padding-right: 15rem;
  }

  .breadcrumbs span {
    padding-left: 15rem;
  }

  .page-title {
    font-size: 30rem;
    letter-spacing: 0.6em;
    line-height: 2.0666666667;
  }

  .section-sub-title {
    font-size: 30rem;
    letter-spacing: 0.4em;
    line-height: 2.3333333333;
  }

  .gallery-content {
    margin-top: 46rem;
  }

  .gallery-content + .gallery-content {
    margin-top: 79rem;
  }

  .gallery-content__wrapper {
    display: flex;
    margin-top: 60rem;
  }

  .gallery-content__small-img {
    max-width: 625rem;
  }

  .gallery-content__text-wrapper {
    padding-left: 75rem;
    padding-top: 14rem;
  }

  .gallery-content__text {
    font-size: 18rem;
    line-height: 1.6666666667;
    margin-top: 26rem;
    padding: 0;
  }

  .gallery {
    padding-bottom: 35rem;
    padding-top: 0;
  }

  .gallery-note {
    margin-top: 71rem;
  }

  .gallery-note__text {
    font-size: 24rem;
    line-height: 1.25;
    text-align: center;
  }

  .gallery-note__text--mail {
    margin-left: 20rem;
  }

  .gallery-note__info {
    display: flex;
    justify-content: center;
    margin-top: 11rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-sub-title {
    text-align: center;
  }

  .gallery-content__large-img {
    padding-top: 66.470588%;
  }

  .gallery-content__large-img img {
    -o-object-fit: cover;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .gallery-content__heading {
    text-align: center;
  }

  .page-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: calc(var(--layer-header) - 1);
    max-height: 90rem;
    overflow: hidden;
  }
}

.reserved__text {
  text-align: center;
  font-size: 28rem;
  letter-spacing: 0.1em;
  margin-top: 7rem;
}

.reserved__scene-title {
  text-align: center;
  margin-top: 35rem;
}

.reserved__scene-title-inner {
  display: inline-block;
  position: relative;
  font-size: 28rem;
  padding: 0 22rem;
}

.reserved__scene-title-inner::before,
.reserved__scene-title-inner::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 58rem;
  height: 1rem;
  background-color: #707070;
  top: 50%;
}

.reserved__scene-title-inner::before {
  left: 0;
  transform: translate(-100%, -50%);
}

.reserved__scene-title-inner::after {
  right: 0;
  transform: translate(100%, -50%);
}

.reserved__scene-text-wrapper {
  text-align: center;
  margin-top: 15rem;
}

.reserved__scene-text {
  display: inline-block;
  font-size: 24rem;
  line-height: calc(42/ 24);
  text-align: left;
}

.reserved__gallery-list {
  margin-top: 70rem;
}

.reserved__gallery-sm-items {
  display: flex;
  justify-content: space-between;
  margin-top: 20rem;
}

.reserved__gallery-sm-items .reserved__gallery-item {
  width: calc(33.33333% - 2rem / 3);
}

.reserved__notes {
  text-align: center;
  margin-top: 65rem;
}

.reserved__notes-text {
  display: inline-block;
  text-align: left;
  font-size: 18rem;
  line-height: calc(30 / 18);
  letter-spacing: 0.02em;
}

.event {
  /* padding-top: 60rem; */
}

.event__text {
  text-align: center;
  font-size: 28rem;
  margin-top: 25rem;
}

.event__links {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
  max-width: 1000rem;
  margin-left: auto;
  margin-right: auto;
}

.event__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #65602B;
  color: white;
  font-size: 24rem;
  height: 100rem;
  outline: 1rem solid white;
  outline-offset: -8rem;
  width: calc(50% - 12rem);
  position: relative;
}

.event__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 66rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-left: 8rem solid #ffffff;
  border-right: 0;
  transform: translateY(-50%);

}

.event__link .external-link::after {
  bottom: 0;
  transform: translate(100%, -36%);
}

.gallery {
  padding-top: 65rem;
}

.gallery-content {
  margin-top: 116rem;
}

.gallery-note__heading {
  font-size: 30rem;
  letter-spacing: 0.3em;
}

.reserved__notes-text-row {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reserved {
    padding-top: 22rem;
    font-size: 24rem;
    letter-spacing: 0.4em;
  }

  .reserved__text {
    font-size: 18rem;
    line-height: calc(30 / 18);
    margin-top: -2rem;
  }

  .reserved__scene-title {
    margin-top: 13rem;
  }

  .reserved__scene-title-inner {
    font-size: 18rem;
    letter-spacing: 0.1em;
  }

  .reserved__scene-title-inner::before, .reserved__scene-title-inner::after {
    width: 40rem;
  }

  .reserved__scene-text {
    font-size: 16rem;
    line-height: calc(30 / 16);
    letter-spacing: 0.1em;
  }

  .reserved__scene-text-head {
    display: block;
    text-align: center;
  }

  .reserved__scene-text-head--personal {
    margin-top: -19rem;
  }

  .reserved__gallery-list {
    margin-top: 37rem;
  }

  .reserved__gallery-item {
    margin-bottom: 12rem;
  }

  .reserved__gallery-sm-items {
    flex-direction: column;
    margin-top: 0;
  }

  .reserved__gallery-sm-items .reserved__gallery-item {
    width: 100%;
  }

  .reserved__notes {
    margin-top: 0;
    padding-top: 1rem;
  }

  .reserved__notes-text {
    font-size: 14rem;
    line-height: calc(30 / 14);
  }

  .reserved__notes-text-row {
    display: flex;
    width: 100%;
  }

  .reserved__notes-text-head {
    width: 35%;
    /* font-size: 14rem; */
    white-space: nowrap;
  }

  .reserved__notes-text-data {
    width: 65%;
    /* font-size: 14rem; */
    white-space: nowrap;
  }

  .event__text {
    font-size: 18rem;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: -6rem;
  }

  .event__links {
    margin-top: 23rem;
    flex-direction: column;
  }

  .event__link {
    width: 100%;
    font-size: 16rem;
    height: 68rem;
    letter-spacing: 0.1em;
  }

  .event__link::after {
    right: 30rem;
  }

  .event__link .external-link::after {
    transform: translate(100%, -10%);
  }

  .event__link + .event__link {
    margin-top: 15rem;
  }

  .gallery {
    padding-top: 58rem;
  }

  .gallery-content {
    margin-top: 110rem;
  }

  .gallery-content__heading {
    letter-spacing: 0.1em;
  }

  .gallery-content__text {
    font-size: 16rem;
    line-height: calc(40 / 16);
    letter-spacing: 0.1em;
  }

  .gallery-note__heading {
    font-size: 20rem;
  }

  .gallery-note__text {
    font-size: 18rem;
    letter-spacing: 0.02em;
    line-height: calc(38 / 18);
  }

  #piano .gallery-content__text-wrapper {
    padding-top: 46rem;
  }
}
