@charset "UTF-8";
/* CSS Document */


/*---------------------------------

  基本

---------------------------------*/
.showSp {
  display: none !important;
}

.showPc {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .showPc {
    display: none !important;
  }
  .showSp {
    display: block !important;
  }
}

.wrapable {
  display: inline-block;
}

.subwrap {
  display: inline-block;
}

#content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

section p,
section ul,
section ol {
  margin: 0;
}

section ul li,
section ol li {
  padding-left: 0;
}

.page-body h4 {
  border-left: none;
}

.page-body ul {
  list-style: none;
}

.page-body table th,
.page-body table td {
  border: none;
}

@media screen and (max-width: 1199px) {
  section p,
  section ul,
  section ol {
    font-size: 16px;
  }
}


/*---------------------------------

  特別展タイトル

---------------------------------*/
.ttl {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-bottom: solid 1px #ddd;
}

.ttl .ttl__cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  text-align: center;
  background: #5f7959;
}

.ttl .ttl__cat p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.ttl .ttl__single {
  margin: 0 0 0 3rem;
}

.ttl .ttl__single h1 {
  font-size: 32px;
}


@media screen and (max-width: 1199px) {
  .ttl {
    display: block;
    width: 100%;
  }

  .ttl .ttl__cat {
    display: block;
    padding: 1rem 2rem;
    text-align: left;
  }

  .ttl .ttl__cat p {
    line-height: 1.5;
  }

  .ttl .ttl__single {
    margin: 0;
    padding: 1rem 2rem;
  }

  .ttl .ttl__single h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .ttl .ttl__single h1 {
    line-height: 1.5;
  }

  .ttl .ttl__single h1 span{
    font-size: 20px;
  }
}


/*---------------------------------

  メインビジュアル

---------------------------------*/
#mainContainer {
  font-family: "Zen Maru Gothic", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
}

#mainContainer .text-noMaru {
  font-family: 'Noto Sans JP', sans-serif, 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-weight: 400;
}

.page-body {
  width: 100%;
  margin-top: 3rem;
}

.page-bodyContent {
  margin-bottom: 10rem;
}

.mainVisual {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: 0 auto;
}

.mainVisual .mainV-img img {
  width: 100%;
  max-width: 400px;
}

.approvalNo {
  margin: 0;
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.mainVisual .mainV-text {
  width: 70%;
}

.dateWrap {
  padding-bottom: 3rem;
  color: #d40054;
}

.mainV-text > p {
  text-indent: 1em;
}

.mainV-text .dateWrap h4 {
  margin: 0;
  padding: 0 0 1rem 0;
  line-height: 1;
  font-size: 32px;
  border-bottom: 2px solid #d40054;
}

.mainV-text .dateWrap .label-kaiki {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-right: 1.5rem;
  font-size: 20px;
  font-weight: 600;
  border: solid 2px #e30045;
  border-radius: 15px;
}

.mainV-text .dateWrap .strong-num {
  vertical-align: baseline;
  font-size: 1.5em;
}

.mainV-text .dateWrap .day-circle {
  position: relative;
  top: -0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  padding: 0 5px;
  margin-right: 5px;
  vertical-align: baseline;
  font-size: 0.8em;
}

.mainV-text .dateWrap .day-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8em;
  height: 1.8em;
  border: solid 1px #e30045;
  border-radius: 50%;
  z-index: -1;
}

.event-meta {
  display: flex;
  gap: 2.5rem;
}

.event-meta p {
  margin: 1rem 0 0 0;
}

.event-meta .label-event {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 1.5rem;
  font-weight: 600;
  border: solid 2px #e30045;
  border-radius: 13px;
}

@media screen and (max-width: 1299px) {
  .mainVisual {
    gap: 3%;
    width: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .mainVisual {
    display: block;
    width: 90%;
  }

  .mainVisual .mainV-img {
    width: 80%;
    margin: 0 auto 3rem;
  }

  .mainVisual .mainV-img img {
    max-width: 100%;
  }

  .mainVisual .mainV-text {
    width: 100%;
  }

  .mainV-text .dateWrap {
    width: fit-content;
    margin: 0 auto;
  }

  .mainV-text .dateWrap .label-kaiki {
    padding: 1rem;
  }

  .mainV-text .dateWrap .day-circle::before {
    top: 52%;
  }
}

@media screen and (max-width: 799px) {
  .mainVisual {
    width: 100%;
  }

  .mainVisual .mainV-img {
    width: 100%;
  }

  .mainV-text .dateWrap h4 {
    font-size: 24px;
  }

  .mainV-text .dateWrap .label-kaiki {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .mainV-text .dateWrap h4 {
    font-size: 20px;
  }

  .mainV-text .dateWrap .label-kaiki {
    padding: 0.7rem 1rem;
  }

  .kaiki-date-from,
  .kaiki-date-to {
    display: block;
    white-space: nowrap;
  }

  .kaiki-date-to {
    text-align: right;
  }

  .event-meta {
    display: block;
  }
}


/*---------------------------------

  アンカーリンクボタン

---------------------------------*/
.anchorLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin: 6rem 0 12rem;
}

.anchorBtn {
  position: relative;
  padding: 1rem 5rem 1rem 3rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #e30045;
  border: solid 2px #e30045;
  border-radius: 25px;
}

.btn-arrow-bottom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-2px) rotate(135deg);
}

@media (hover: hover) and (pointer: fine) {
  .anchorBtn:hover {
    color: #e30045;
    background: #fff;
    border: solid 2px #e30045;
    opacity: 1;
  }

  .anchorBtn:hover.btn-arrow-bottom::after {
    border-top: solid 2px #e30045;
    border-right: solid 2px #e30045;
    transform: translateY(2px) rotate(135deg);
  }
}

@media screen and (max-width: 1199px) {
  .anchorLink {
    gap: 3rem;
  }

  .anchorLink li {
    width: 30%;
  }

  .anchorBtn {
    display: block;
    padding: 0.7rem 3rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .anchorLink {
    gap: 2rem;
    margin: 6rem 0 10rem;
  }

  .anchorLink li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .anchorLink {
    display: block;
    margin: 5rem 0 10rem;
  }

  .anchorLink li {
    width: 90%;
    margin: 0 auto;
  }

  .anchorLink li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}


/*---------------------------------

  共通

---------------------------------*/
/* 見出し */
.page-body h3 {
  position: relative;
  margin: 0 0 4rem 0;
  text-align: center;
  line-height: 2.0;
  color: #fff;
  font-weight: 600;
  background-color: #e30045;
  border-radius: 15px;
}

/* ボタン */
.btn {
  display: inline-block;
  width: 500px;
  padding: 1rem 10rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #d40054, #e30045, #f19c6b, #ed715c);
  background-size: 300% 300%;
  background-position: 50% 50%;
  border: none;
  border-radius: 50px;
  transition: background-position 0.5s ease-in-out, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 1;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1199px) {
  .page-body h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .page-body h3 {
    font-size: 20px;
  }

  .btn {
    width: 90%;
    padding: 1rem;
  }
}


/*---------------------------------

  開館時間・休館日

---------------------------------*/
.info-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 2rem;
  column-gap: 3rem;
  justify-content: center;
  margin: 0 auto; 
  width: fit-content;
}

.info-list dt {
  width: 150px;
  padding: 0.2rem 2rem;
  text-align: center;
  color: #e30045;
  font-size: 18px;
  font-weight: 600;
  border: solid 2px #e30045;
  border-radius: 15px;
}

.info-list dd {
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .info-list {
    display: block;
  }

  .info-list dt {
    width: 120px;
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .info-list dd {
    margin-bottom: 2rem;
  }
}


/*---------------------------------

  料金・チケット

---------------------------------*/
.ticket-table {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.ticket-column {
  width: 47.5%;
}

.ticket-column h4 {
  margin: 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.ticket-column.today h4 {
  background-color: #ed715c;
}

.ticket-column.advance h4 {
  background-color: #f19c6b;
}

.ticket-column table {
  width: 100%;
  font-size: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-collapse: separate;
}

.ticket-column.today table {
  border: solid 2px #ed715c;
}

.ticket-column.advance table {
  border: solid 2px #f19c6b;
}

.ticket-column tr {
  position: relative;
  display: block;
  padding: 2rem 10%;
}

.ticket-column tr:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9%;
  width: 82%;
  height: 1px;
}

.ticket-column.today tr:not(:last-child)::after {
  background-color: #ed715c;
}

.ticket-column.ticket-column.advance tr:not(:last-child)::after {
  background-color: #f19c6b;
}

.page-body .ticket-column th,
.page-body .ticket-column td {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.ticket-column th {
  width: 55%;
  font-weight: 400;
}

.ticket-column td {
  width: 40%;
}

.note {
  margin-bottom: 6rem;
  text-align: center;
}

.free-admission,
.year-pass {
  margin-bottom: 6rem;
}

.free-admission h4,
.year-pass h4,
.sales-methods h4 {
  width: 80%;
  margin: 0 auto 3rem;
  padding: 0.5rem;
  text-align: center;
  color: #e30045;
  font-size: 18px;
  font-weight: 600;
  border: solid 2px #e30045;
  border-radius: 15px;
}

.free-admission ul,
.year-pass ul {
  width: 78%;
  margin: 0 auto;
}

.free-admission li,
.year-pass ul li {
  position: relative;
  padding-left: 3rem;
}

.free-admission li:not(:last-child),
.year-pass ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.free-admission li::before,
.year-pass ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e30045;
  border-radius: 50%;
}

.sales-methods {
  margin-bottom: 4rem;
}

.sales-methods h5 {
  width: 75%;
  margin: 0 auto 3rem;
  padding: 0 0 0 1rem;
  color: #e30045;
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 2px #e30045;
}

.sales-methods table {
  width: 75%;
  margin: 0 auto 3rem;
  border: none;
}

.sales-methods th,
.sales-methods td {
  padding: 0 1rem 1rem;
  text-align: left;
}

.sales-methods th {
  width: 12%;
}

.purchase-area {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
}

.purchase-area li {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1299px) {
  .free-admission li::before,
  .year-pass ul li::before {
    top: 10px;
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .ticket-table {
    width: 100%;
  }

  .ticket-column table {
    font-size: 18px;
  }

  .ticket-column tr {
    padding: 1rem 5%;
  }

  .sales-methods th {
    width: 15%;
  }
}

@media screen and (max-width: 799px) {
  .free-admission h4,
  .year-pass h4,
  .sales-methods h4 {
    width: 90%;
  }

  .free-admission ul,
  .year-pass ul {
    width: 88%;
  }

  .sales-methods h5 {
    width: 88%;
  }
  .sales-methods table {
    width: 88%;
  }

  .sales-methods th {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .ticket-table {
    flex-wrap: wrap;
  }

  .ticket-column {
    width: 100%;
  }

  .ticket-column.today {
    margin-bottom: 2rem;
  }

  .note {
    font-size: 14px;
  }

  .free-admission h4,
  .year-pass h4,
  .sales-methods h4 {
    margin: 0 auto 2rem;
  }

  .free-admission li,
  .year-pass ul li {
    padding-left: 2rem;
  }

  .sales-methods th,
  .sales-methods td {
    display: block;
    width: 100%;
  }

    .sales-methods th {
      padding-bottom: 0;
    }
}


/*---------------------------------

  会場・アクセス

---------------------------------*/
.access-list {
  width: 90%;
  margin: 0 auto;
}

.access-list dt {
  width: 200px;
  padding: 0.2rem 2rem;
  text-align: center;
  color: #e30045;
  font-size: 18px;
  font-weight: 600;
  border: solid 2px #e30045;
  border-radius: 15px;
}

.access-list dd {
  margin-bottom: 4rem;
  padding-left: 2rem;
}

.access-list dd:first-of-type span {
  margin-right: 4rem;
  font-size: 24px;
}

.access-list dt {
  margin-bottom: 1rem;
} 

.access-list dd ul {
  margin-left: 0;
  margin-bottom: 1rem;
}

.access-list dd li {
  position: relative;
  padding-left: 2rem;
}

.access-list dd li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #e30045;
  border-radius: 50%;
}

.access-list dd .note {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 1299px) {
  .access-list dd li::before {
    top: 10px;
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
  .access-list {
    width: 100%;
  }

  .access-list dd:first-of-type span {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 799px) {
  .access-list dd {
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .access-list dt {
    width: 150px;
  }

  .access-list dd:first-of-type span {
    font-size: 20px;
  }
}


/*---------------------------------

  みどころ

---------------------------------*/
#content04 .inner-content {
  width: 90%;
  margin: 0 auto;
}

#content04 h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 3rem 0;
  padding: 0;
  font-size: 24px;
  color: #e30045;
}

#content04 h4:not(:first-of-type) {
  margin-top: 10rem;
}

#content04 h4 span {
  padding: 0 1.5rem 0.5rem;
  border-bottom: solid 2px #e30045;
}

#content04 p {
  text-align: center;
}

#content04 .img-box {
  margin: 4rem auto;
  text-align: center;
}

#content04 .img-box img {
  width: 100%;
  max-width: 640px;
}

#content04 .img-box.-flex {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

#content04 .img-box.-flex img {
  width: 49%;
}

#content04 .img-box.-flex.-equalHeight {
  align-items: stretch;
  overflow: hidden;
}

#content04 .img-box.-flex.-equalHeight img {
  height: 460px;
  width: auto;
  object-fit: contain;
}

#content04 .img-box.-flex.-three-column img {
  flex: 1;
  min-width: 0;
}

#content04 ul {
  width: fit-content;
  margin: 1.5rem auto;
}

#content04 ul.note li {
  text-align: left;
}

#content04 .highLight {
  font-size: 20px;
  font-weight: 600;
  color: #e30045;
}

#content04 .note {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 1299px) {
#content04 .img-box.-flex.-equalHeight img {
    height: 440px;
  }
}

@media screen and (max-width: 1199px) {
  #content04 .inner-content {
    width: 100%;
  }

  #content04 .img-box.-flex.-equalHeight img {
    height: 450px;
  }
}

@media screen and (max-width: 1099px) {
  #content04 .img-box.-flex.-equalHeight img {
    height: 420px;
  }
}

@media screen and (max-width: 999px) {
  #content04 .img-box.-flex.-equalHeight img {
    height: 370px;
  }
}

@media screen and (max-width: 899px) {
  #content04 .img-box.-flex.-equalHeight img {
    height: 340px;
  }
}

@media screen and (max-width: 799px) {
  #content04 .img-box.-flex.-equalHeight img {
    height: 300px;
  }
}

@media screen and (max-width: 699px) {
  #content04 .img-box.-flex.-equalHeight img {
    height: 260px;
  }
}

@media screen and (max-width: 640px) {
  #content04 h4 {
    margin: 0 0 2rem 0;
    font-size: 20px;
  }

  #content04 .img-box.-flex {
    display: block;
  }

  #content04 .img-box.-flex img {
    width: 100%;
  }

  #content04 .img-box.-flex img:first-child {
    margin-bottom: 2rem;
  }

  #content04 .img-box.-flex.-equalHeight img {
    width: 100%;
    height: auto;
  }

  #content04 .img-box.-flex.-three-column img {
    margin-bottom: 0;
  }

  #content04 .highLight {
    font-size: 18px;
  }

  .purchase-area .btn {
    width: 100%;
  }
}

/*---------------------------------

  開催概要

---------------------------------*/
.info-table table,
.info-table th,
.info-table td {
  text-align: left;
  vertical-align: top;
  border: none;
  padding: 0;
}

.info-table {
  width: 90%;
  margin: 0 auto;
}

.info-table th {
  width: 15%;
}

.info-table td {
  padding-bottom: 1em;
}

@media screen and (max-width: 1199px) {
  .info-table {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .info-table th {
    display: block;
    width: 100%;
  }

  .info-table td {
    display: block;
  }
}