.facilities .l-facilities .p-facilities__lists {
  background: #f7f7f5;
}
.facilities .l-facilities .p-facilities__lists__inner {
  display: flex;
  display: block;
  gap: 20px;
  padding: 40px 20px 47px;
  padding: 20px 20px 50px;
}
.facilities .l-facilities .p-facilities__list {
  width: calc(50% - 10px);
  width: 100%;
}
.facilities .l-facilities .p-facilities__list:not(:first-child) {
  margin-top: 60px;
}
.facilities .l-facilities .p-facilities__list__box {
  padding: 20px 20px 30px;
  padding: 15px 10px;
  background: #fff;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease 0s;
}
.facilities .l-facilities .p-facilities__list__box a {
  display: block;
  text-decoration: none;
}
.facilities .l-facilities .p-facilities__list__box:hover {
  border: 2px solid #0c3b2c;
  opacity: 0.7;
}
.facilities .l-facilities .p-facilities__list__title {
  position: relative;
  padding-right: 30px;
  margin-top: 24px;
  margin-top: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0c3b2c;
}
.facilities .l-facilities .p-facilities__list__title::after {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 15px;
  height: 15px;
  content: "";
  border-top: 3px solid #0c3b2c;
  border-right: 3px solid #0c3b2c;
  transform: rotate(45deg);
}
.facilities .l-facilities .p-facilities__list__text {
  margin-top: 13px;
  margin-top: 20px;
  line-height: 2;
}
.facilities .l-facilities .p-facilities__list__links {
  display: flex;
  margin-top: 37px;
}
@media not all and (min-width: 1080px) {
  .facilities .l-facilities .p-facilities__list__links {
    display: block;
    margin-top: 22px;
  }
}
.facilities .l-facilities .p-facilities__list__link {
  width: 50%;
}
@media (min-width: 1080px) {
  .facilities .l-facilities .p-facilities__list__link:not(:first-child) {
    border-left: none;
  }
}
@media not all and (min-width: 1080px) {
  .facilities .l-facilities .p-facilities__list__link {
    width: 100%;
  }
  .facilities .l-facilities .p-facilities__list__link:not(:first-child) {
    margin-top: 22px;
  }
}
.facilities .l-facilities .p-facilities__list__link a {
  text-decoration: none;
}
.facilities .l-facilities .p-facilities__list__link:hover a span::before {
  background-color: #fff;
}
.facilities .l-facilities .p-facilities__list__link._seat a span::before {
  -webkit-mask: url(/common/img/concert/icon__seat.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__seat.svg) no-repeat center center/contain;
}
.facilities .l-facilities .p-facilities__list__link._howtogo a span::before {
  -webkit-mask: url(/common/img/global/icon__marker.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__marker.svg) no-repeat center center/contain;
}
.facilities .l-facilities .p-facilities__list__link span {
  position: relative;
  padding-left: 35px;
}
.facilities .l-facilities .p-facilities__list__link span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 22px;
  content: "";
  background-color: #0c3b2c;
  transform: translateY(-50%);
}
.facilities .l-links .p-links__inner {
  padding: 80px 20px 100px;
  padding: 55px 20px 80px;
}
.facilities .l-links .p-links__box {
  padding: 31px 25px 15px;
  padding: 25px 10px 40px;
  border: 1px solid #ccc;
}
.facilities .l-links .p-links__box__title {
  font-weight: 700;
}
.facilities .l-links .p-links__box__lists {
  display: flex;
  display: block;
  gap: 30px;
  margin-top: 13px;
}
.facilities .l-links .p-links__box__list:not(:first-child) {
  margin-top: 13px;
}
.facilities .l-links .p-links__box__list a {
  position: relative;
  padding-right: 21px;
  color: #04a7c4;
  text-decoration: none;
}
.facilities .l-links .p-links__box__list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: url(/concert/facilities/common/img/icon_exlink.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.facilities .l-links .p-links__box__list a:hover {
  text-decoration: underline;
}

.facilities._en .p-facilities__list__box {
  min-height: 410px;
}
.facilities._en .p-facilities__lists {
  gap: 11px;
  background: #fff;
}
.facilities._en .p-facilities__lists__inner {
  padding: 40px 20px 200px;
}
.facilities._en .p-facilities__list {
  width: calc(33.3% - 7.3333333333px);
  width: 100%;
}
.facilities._en .c-facilities__list__link {
  width: 142px;
  margin: 35px auto 0;
  border-left: 1px solid #0c3b2c;
}

.about_ch .l-about .c-about__hall__title {
  text-align: center;
}
.about_ch .l-about .p-about__inner {
  padding: 57px 20px 39px;
}
.about_ch .l-about .p-about__hall__img {
  margin-top: 20px;
  margin-top: 10px;
}
.about_ch .l-about .p-about__text {
  margin-top: 17px;
  line-height: 2;
}
.about_ch .l-about .p-about__seat {
  position: relative;
  padding-top: 23px;
  padding-left: 15px;
  margin-top: 25px;
  border-top: 1px dotted #ccc;
}
.about_ch .l-about .p-about__seat::before {
  position: absolute;
  top: calc(50% + 12px);
  left: 0;
  width: 8px;
  height: 20px;
  content: "";
  background: #0c3b2c;
  transform: translateY(-50%);
}
.about_ch .l-about .p-about__seat span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.about_ch .l-about .p-about__btn {
  width: 378px;
  width: 100%;
  height: 55px;
  margin-top: 12px;
  line-height: 51px;
  border-width: 2px;
}
.about_ch .l-about .p-about__btn:hover a::after {
  border-color: #fff;
}
.about_ch .l-about .p-about__btn a {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.about_ch .l-about .p-about__btn a::after {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.about_ch .l-takemitsu {
  padding: 58px 0 45px;
  background: #f7f7f5;
}
.about_ch .l-takemitsu .c-about__hall__title {
  margin-bottom: 13px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.about_ch .l-takemitsu .p-takemitsu__inner {
  width: calc(100% - 100px);
  width: calc(100% - 40px);
  max-width: 1020px;
  padding: 42px 40px 80px;
  padding: 30px 10px;
  margin: 0 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about_ch .l-takemitsu .p-takemitsu__text {
  margin-top: 25px;
  line-height: 2;
}
.about_ch .l-takemitsu .p-takemitsu__about {
  margin-top: 19px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.about_ch .l-takemitsu .p-takemitsu__reverse {
  display: flex;
  flex-direction: column;
}
.about_ch .l-takemitsu .p-takemitsu__relief {
  order: 2;
}
.about_ch .l-takemitsu .p-takemitsu__images {
  display: flex;
  display: block;
  gap: 2px;
  order: 1;
  margin-top: 33px;
  margin-top: 55px;
}
.about_ch .l-takemitsu .p-takemitsu__img {
  width: calc(33.3% - 1.3333333333px);
  width: 100%;
}
.about_ch .l-takemitsu .p-takemitsu__img:not(:first-child) {
  margin-top: 13px;
}

.concert._en .p-ch__title {
  position: relative;
  padding-bottom: 7px;
  margin-top: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.concert._en .p-ch__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.concert._en .p-ch__title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}
.concert._en .l-ch .p-ch__inner {
  padding: 57px 20px 55px;
  padding: 45px 20px 40px;
}
.concert._en .l-ch .p-ch__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.concert._en .l-ch .p-ch__img {
  margin-top: 21px;
}
.concert._en .l-ch .p-ch__text {
  margin-top: 20px;
  line-height: 2;
}
.concert._en .l-ch .p-ch__dls {
  margin: 50px 40px 0;
  margin: 40px 0 0;
  line-height: 2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.concert._en .l-ch .p-ch__dls dl {
  display: flex;
  width: 100%;
}
.concert._en .l-ch .p-ch__dls dl:not(:first-child) {
  border-top: 1px solid #ccc;
}
.concert._en .l-ch .p-ch__dls dt {
  width: 30%;
  width: 40%;
  padding: 11px 15px;
}
.concert._en .l-ch .p-ch__dls dd {
  width: 70%;
  width: 60%;
  padding: 11px 15px;
}
.concert._en .l-pipeorgan {
  background: #f7f7f5;
}
.concert._en .l-pipeorgan .p-pipeorgan__inner {
  padding: 70px 20px 80px;
  padding: 40px 20px 50px;
}
.concert._en .l-pipeorgan .p-pipeorgan__img {
  margin-top: 50px;
}
.concert._en .l-pipeorgan .p-pipeorgan__text {
  padding: 0 40px;
  padding: 0;
  margin-top: 50px;
  margin-top: 30px;
}
.concert._en .l-pipeorgan .p-pipeorgan__dls {
  margin: 58px 40px 0;
  margin: 40px 0 0;
  line-height: 2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.concert._en .l-pipeorgan .p-pipeorgan__dls dl {
  display: flex;
  width: 100%;
}
.concert._en .l-pipeorgan .p-pipeorgan__dls dl:not(:first-child) {
  border-top: 1px solid #ccc;
}
.concert._en .l-pipeorgan .p-pipeorgan__dls dt {
  width: 20%;
  width: 40%;
  padding: 15px;
  padding: 11px 5px;
}
.concert._en .l-pipeorgan .p-pipeorgan__dls dd {
  width: 80%;
  width: 60%;
  padding: 15px;
  padding: 11px 5px;
}
.concert._en .l-foyer .p-foyer__inner {
  padding: 70px 20px 120px;
  padding: 40px 20px 80px;
}
.concert._en .l-foyer .p-foyer__img {
  margin-top: 55px;
}
.concert._en .l-foyer .p-foyer__title {
  margin-top: 80px;
  margin-top: 50px;
}
.concert._en .l-foyer .p-foyer__text {
  margin-top: 30px;
  line-height: 2;
}

.floormap .l-floormap .p-floormap__inner {
  max-width: 1020px;
  padding: 55px 20px 0;
}
.floormap .l-floormap .p-floormap__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.floormap .l-floormap .p-floormap__wrap {
  padding: 40px 20px 80px;
  margin-top: 57px;
  margin-top: 50px;
  text-align: center;
  border: 1px solid #ccc;
}
.floormap .l-floormap .p-floormap__wrap__f {
  display: inline-block;
  padding: 8px 28px;
  padding: 10px 20px;
  font-size: 22px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #de6d28;
  border-radius: 2px;
}
.floormap .l-floormap .p-floormap__wrap__img {
  max-width: 700px;
  padding: 0 20px;
  margin: 54px auto 0;
}

.foyer .l-foyer .p-foyer__inner {
  padding: 45px 20px 25px;
  padding: 40px 20px;
}
.foyer .l-foyer .p-foyer__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.foyer .l-foyer .p-foyer__img {
  margin-top: 30px;
  margin-top: 30px;
}
.foyer .l-foyer .p-foyer__text {
  margin-top: 17px;
  line-height: 2;
}
.foyer .l-detail {
  background: #f7f7f5;
}
.foyer .l-detail .p-detail__inner {
  padding: 70px 20px 120px;
  padding: 60px 20px 80px;
}
.foyer .l-detail .p-detail__content {
  display: flex;
  display: block;
  padding: 30px 40px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.foyer .l-detail .p-detail__content:not(:first-child) {
  margin-top: 30px;
}
.foyer .l-detail .p-detail__content__texts {
  width: 56%;
  width: 100%;
  margin-right: 120px;
}
.foyer .l-detail .p-detail__content__texts__title {
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.foyer .l-detail .p-detail__content__texts__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.foyer .l-detail .p-detail__content__texts__title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}
.foyer .l-detail .p-detail__content__texts__text {
  margin-top: 10px;
  line-height: 2;
}
.foyer .l-detail .p-detail__content__menus {
  margin-top: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
.foyer .l-detail .p-detail__content__menu {
  display: flex;
}
.foyer .l-detail .p-detail__content__menu__name {
  width: 50%;
  width: 65%;
}
.foyer .l-detail .p-detail__content__menu__price {
  width: 50%;
  width: 35%;
}
.foyer .l-detail .p-detail__content__menu__border {
  position: relative;
  padding: 15px 0;
}
.foyer .l-detail .p-detail__content__menu__border::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #707070;
  transform: translateY(-50%);
}
.foyer .l-detail .p-detail__content__images {
  margin-top: 30px;
}
.foyer .l-detail .p-detail__content__img:not(:first-child) {
  margin-top: 20px;
}
.foyer .l-detail .p-detail__content__img__text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.foyer .l-detail .p-detail__content__box {
  padding: 30px 20px;
  margin-top: 45px;
  margin-top: 30px;
  border: 1px solid #bfbfbf;
}
.foyer .l-detail .p-detail__content__box__title {
  font-size: 18px;
  font-weight: 700;
}
.foyer .l-detail .p-detail__content__box__text {
  margin-top: 25px;
  line-height: 2;
}

.organ .l-organ .p-organ__inner {
  padding: 56px 20px 75px;
  padding: 50px 20px;
}
.organ .l-organ .p-organ__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.organ .l-organ .p-organ__img {
  margin-top: 21px;
}
.organ .l-organ .p-organ__text {
  margin-top: 28px;
  margin-top: 25px;
  line-height: 1.75;
}
.organ .l-organ .p-organ__dls {
  margin-top: 53px;
  margin-top: 30px;
  line-height: 2;
  border: 1px solid #ccc;
}
.organ .l-organ .p-organ__dls dl {
  display: flex;
}
.organ .l-organ .p-organ__dls dl:not(:first-child) {
  border-top: 1px solid #ccc;
}
.organ .l-organ .p-organ__dls dt {
  width: 20%;
  width: 30%;
  padding: 7px 17px;
  padding: 10px;
  background: #f0f4f2;
}
.organ .l-organ .p-organ__dls dd {
  width: 80%;
  width: 70%;
  padding: 7px 35px;
  padding: 10px;
  border-left: 1px solid #ccc;
}
.organ .l-organ .p-organ__consult {
  display: flex;
  margin-top: 27px;
}
@media not all and (min-width: 1080px) {
  .organ .l-organ .p-organ__consult {
    display: block;
  }
}
.organ .l-organ .p-organ__consult__title {
  position: relative;
  padding-bottom: 7px;
  margin-top: 47px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.organ .l-organ .p-organ__consult__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.organ .l-organ .p-organ__consult__title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}
@media (min-width: 1080px) {
  .organ .l-organ .p-organ__consult__texts {
    width: 48%;
  }
}
.organ .l-organ .p-organ__consult__text {
  line-height: 2;
}
.organ .l-organ .p-organ__consult__btn {
  margin-top: 30px;
}
@media (min-width: 1080px) {
  .organ .l-organ .p-organ__consult__btn {
    position: relative;
    width: 52%;
    margin-left: 60px;
  }
  .organ .l-organ .p-organ__consult__btn::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7.5px;
    height: 13px;
    content: "";
    background-color: #0c3b2c;
    -webkit-mask: url(/common/img/concert/icon-arrow.svg) no-repeat center center/contain;
            mask: url(/common/img/concert/icon-arrow.svg) no-repeat center center/contain;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
  }
  .organ .l-organ .p-organ__consult__btn:hover::after {
    background-color: #fff;
  }
}
@media not all and (min-width: 1080px) {
  .organ .l-organ .p-organ__consult__btn {
    width: 100%;
    margin-top: 30px;
  }
  .organ .l-organ .p-organ__consult__btn a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.organ .l-concert {
  background: #f7f7f5;
}
.organ .l-concert .p-concert__inner {
  padding: 55px 20px 77px;
  padding: 50px 20px 60px;
}
.organ .l-concert .p-concert__box {
  display: flex;
  display: block;
  padding: 30px 40px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.organ .l-concert .p-concert__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.organ .l-concert .p-concert__text {
  margin-top: 11px;
  margin-top: 20px;
  line-height: 2;
}
.organ .l-concert .p-concert__btn {
  position: relative;
  width: 378px;
  width: 100%;
  margin-top: 43px;
  margin-top: 30px;
}
.organ .l-concert .p-concert__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7.5px;
  height: 13px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/concert/icon-arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon-arrow.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.organ .l-concert .p-concert__btn:hover::after {
  background-color: #fff;
}
.organ .l-concert .p-concert__btn a {
  font-size: 12px;
  font-size: 0.75rem;
}
.organ .l-concert .p-concert__images {
  margin-top: 30px;
}
.organ .l-concert .p-concert__img__text {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.panorama .l-panorama .p-panorama__inner {
  padding: 55px 20px 0;
  padding: 40px 20px 0;
}
.panorama .l-panorama .p-panorama__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.panorama .l-panorama .p-panorama__movie {
  position: relative;
  width: 100%;
  padding-top: 69%;
  margin-top: 58px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.panorama .l-panorama .p-panorama__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_rh .c-guide__links {
  width: calc(100% - 40px);
  margin: 24px auto 0;
}
.about_rh .c-guide__links__transparent_text {
  font-size: 14px;
  font-size: 0.875rem;
}
.about_rh .l-about .p-about__floormap__title {
  padding-top: 63px;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.about_rh .l-about .p-about__floormap__img-wrap {
  max-width: 1020px;
  padding: 76px 20px 80px;
  padding: 45px 20px 60px;
  margin: 65px auto 0;
  margin: 45px auto 0;
  border: 1px solid #ccc;
}
.about_rh .l-about .p-about__floormap__img {
  max-width: 580px;
  padding: 0 20px;
  margin: 0 auto;
}

.recital._en .l-rh .p-rh__inner {
  padding: 55px 20px 150px;
  padding: 40px 20px 100px;
}
.recital._en .l-rh .p-rh__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.recital._en .l-rh .p-rh__img {
  margin-top: 23px;
}
.recital._en .l-rh .p-rh__title {
  position: relative;
  padding-bottom: 10px;
  margin-top: 27px;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.recital._en .l-rh .p-rh__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.recital._en .l-rh .p-rh__title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}
.recital._en .l-rh .p-rh__text {
  margin-top: 20px;
  line-height: 2;
}
.recital._en .l-rh .p-rh__dls {
  margin-top: 35px;
  line-height: 2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.recital._en .l-rh .p-rh__dls dl {
  display: flex;
  width: 100%;
}
.recital._en .l-rh .p-rh__dls dl:not(:first-child) {
  border-top: 1px solid #ccc;
}
.recital._en .l-rh .p-rh__dls dt {
  width: 30%;
  width: 40%;
  padding: 11px 15px;
}
.recital._en .l-rh .p-rh__dls dd {
  width: 70%;
  width: 60%;
  padding: 11px 15px;
}

.rehearsal._en .l-rr .p-rr__inner {
  padding: 55px 20px 130px;
  padding: 40px 20px 80px;
}
.rehearsal._en .l-rr .p-rr__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.rehearsal._en .l-rr .p-rr__title {
  position: relative;
  padding-bottom: 10px;
  margin-top: 27px;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.rehearsal._en .l-rr .p-rr__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #0c3b2c;
}
.rehearsal._en .l-rr .p-rr__title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}
.rehearsal._en .l-rr .p-rr__contents {
  margin-top: 50px;
  margin-top: 40px;
}
.rehearsal._en .l-rr .p-rr__content {
  display: flex;
  display: block;
}
.rehearsal._en .l-rr .p-rr__content:not(:first-child) {
  margin-top: 105px;
  margin-top: 50px;
}
.rehearsal._en .l-rr .p-rr__content__img {
  margin-top: 30px;
}
.rehearsal._en .l-rr .p-rr__content__title {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.rehearsal._en .l-rr .p-rr__content__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 20px;
  content: "";
  background: #0c3b2c;
  transform: translateY(-50%);
}
.rehearsal._en .l-rr .p-rr__content__text {
  margin-top: 20px;
  margin-top: 20px;
  line-height: 2;
}

.service .p-service__title {
  margin: 55px 0;
  font-size: 24px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.service .l-service {
  background: #f7f7f5;
}
.service .l-service .p-service__contents {
  padding: 70px 0;
  padding: 50px 0;
}
.service .l-service .p-service__content {
  padding: 41px 38px 30px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.service .l-service .p-service__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.service .l-service .p-service__content strong {
  font-weight: 700;
}
.service .l-service .p-service__content:not(:first-child) {
  margin-top: 50px;
}
.service .l-service .p-service__content__title {
  position: relative;
  padding-left: 61px;
  margin-bottom: 13px;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0c3b2c;
}
.service .l-service .p-service__content__title::before {
  width: 30px;
  height: 30px;
}
.service .l-service .p-service__content__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 47px;
  height: 47px;
  content: "";
  transform: translateY(-50%);
}
.service .l-service .p-service__content__title._parking::before {
  background: url(/concert/facilities/common/img/icon-parking.png) no-repeat center center/contain;
}
.service .l-service .p-service__content__title._wheelchair::before {
  background: url(/concert/facilities/common/img/icon-wheelchair.png) no-repeat center center/contain;
}
.service .l-service .p-service__content__title._dog::before {
  background: url(/concert/facilities/common/img/icon-dog.png) no-repeat center center/contain;
}
.service .l-service .p-service__content__title._kids::before {
  background: url(/concert/facilities/common/img/icon-kids.png) no-repeat center center/contain;
}
.service .l-service .p-service__content__box {
  padding: 25px 20px 27px;
  padding: 30px 20px;
  margin-top: 32px;
  border: 1px solid #ccc;
}
.service .l-service .p-service__btn {
  width: 378px;
  height: 55px;
  margin-top: 19px;
  line-height: 53px;
}
.service .l-service .p-service__btn:hover a::after {
  border-color: #fff;
}
.service .l-service .p-service__btn a {
  position: relative;
}
.service .l-service .p-service__btn a::after {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #0c3b2c;
  border-right: 2px solid #0c3b2c;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}