@charset "UTF-8";

html{
  font-size: 62.5%;
}
body{
  font-family: "Zen Old Mincho", "Hiragino Mincho", serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #111;
  line-height: 1.5;
  letter-spacing: .05rem;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Zen Old Mincho", "Hiragino Mincho", serif;
  font-weight: 700;
}
.font-sans{
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
}
::selection{
  background: #0c3388;
  color: #fff;
}
a{
  color: #0c3388;
  text-decoration: underline;
  transition: all ease .2s;
}
a:active, a:hover{
  color: #838383;
  text-decoration: none;
  transition: all ease .2s;
}
img{
  max-width: 100%;
  height: auto;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}
.container{
  max-width: 1110px;
}

@media screen and (min-width: 992px) {
  body{
    font-size: 1.8em;
  }
}


/* -------- 見出し共通 -------- */
.head{
  color: #0c3388;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .head{
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

/* ---------- banner ---------- */
.banner{
  padding: 4rem 0 0;
}
.banner a{
  display: block;
}
.banner a:hover{
  opacity: .7;
  transition: all ease .2s;
}
@media screen and (min-width: 992px) {
  .banner{
    padding: 12rem 0 0;
  }
}

/* ---------- news ---------- */
.news{
  padding: 4rem 0 0;
}
@media screen and (min-width: 992px) {
  .news{
    padding: 12rem 0 0;
  }
}

dl{
  border-bottom: 1px solid #0c3388;
  padding: 1.5rem 0;
  margin: 0;
}
dl:first-of-type{
  border-top: 1px solid #0c3388;
}
dl dt{
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Meiryo", "メイリオ", sans-serif;
  color: #0c3388;
}
dl dd{
  margin: 0;
}
ul{
  list-style-type: none;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  dl{
    padding: 2rem 0;
  }
  dl:first-of-type{
    padding-top: 2rem;
  }
}

/*------ outline ------*/
.outline{
  padding: 4rem 0;
}
.outline dl{
  border-bottom: 1px solid #C4C4C4;
}
.outline dl:first-of-type{
  border-top: 1px solid #C4C4C4;
}
@media screen and (min-width: 992px) {
  .outline{
    padding: 12rem 0;
  }
  .outline dl{
    padding: 2.5rem 0;
  }
  .outline dl:first-of-type{
    padding-top: 2.5rem;
  }
  .outline dl dt{
    display: inline-block;
    width: 15%;
    vertical-align: middle;
  }
  .outline dl dd{
    display: inline-block;
    width: 84%;
    vertical-align: middle;
  }
}

h3.outline__head{
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Meiryo", "メイリオ", sans-serif;
  font-weight: 700;
  background: #dae5f5;
  color: #0c3388;
  font-size: 1.8rem;
  text-align: center;
  padding: .6rem 1rem;
  margin: 4rem 0 1rem;
}
h3.outline__head .small{
  color: #111;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  h3.outline__head{
    font-size: 2rem;
    padding: 1rem;
    margin: 8rem 0 3rem;
  }
}

/*------ ticket ------*/
.ticket__wrap ul{
  text-align: center;
}
.ticket__wrap ul li{
  font-size: 2rem;
  padding: 0 .5rem;
}
.ticket__wrap p{
  font-size: 2rem;
  text-align: center;
  margin: 0;
  padding-top: 1rem;
}
.font-large{
  font-size: 2.8rem;
  margin-left: 1rem;
}
.playguide__txt{
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  .ticket__wrap ul{
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .ticket__wrap ul li{
    font-size: 2.4rem;
    padding: 0 3rem;
  }
  .font-large{
    font-size: 4rem;
    margin-left: 1.4rem;
  }
  .playguide__txt{
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

/*------ access ------*/
.access__title{
  font-size: 1.75rem;
  font-weight: 700;
  color: #0c3388;
}
.map__wrap{
  margin: 2rem 0;
}
.access__wrap li{
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .access__title{
    font-size: 2.4rem;
  }
  .map__wrap{
    margin: 4rem 0;
  }
}

/*------ exhibition ------*/
.exhibition{
  padding: 0 0 4rem;
}
.exhibition__lead{
  font-size: 1.7rem;
  margin-bottom: 4rem;
}
.exhibition__caption{
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Meiryo", "メイリオ", sans-serif;
  margin-top: .5rem;
}
@media screen and (min-width: 992px) {
  .exhibition{
    padding: 0 0 12rem;
  }
  .exhibition__lead{
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 10rem;
  }
  .exhibition__caption{
    font-size: 1.6rem;
    margin-top: .5rem;
  }
}

/*------ event ------*/
.event{
  padding: 0 0 4rem;
}
.event__wrap{
  background: #fdecec;
  padding: 2rem;
}
h3.event__title{
  font-size: 2.2rem;
  color: #0c3388;
  font-weight: 700;
  margin-bottom: 1rem;
}
.event__contents{
  font-size: 1.6rem;
  line-height: 1.8;
}
.event__contents dl{
  border: none;
  padding: .5rem 0;
}
.event__contents dl dt{
  color: #111;
}
.event__contents dl dd{
  margin-bottom: 1rem;
}


@media screen and (min-width: 992px) {
  .event{
    padding: 0 0 12rem;
  }
  .event__wrap{
    padding: 3rem 4.5rem;
  }
  h3.event__title{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .event__contents{
    font-size: 1.8rem;
  }
  .event__contents dl{
    padding: 1rem 0;
  }
  .event__contents dl dt{
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }
  .event__contents dl dd{
    display: inline-block;
    width: 75%;
    margin-bottom: 1rem;
  }
}

/*------ to top ------*/
.totop a{
  position: fixed;
  right: 20px;
  bottom: 0;
  display: block;
  width: 24px;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .totop a{
    right: 20px;
    width: 30px;
  }
  .totop a:hover{
    transform: translateY(-15px);
    transition: all ease .2s;
  }
}


/*------ footer ------*/
footer{
  border-top: 1px solid #dae5f5;
  padding: 3rem 0 2rem;
}
.footer__title{
  color: #c40e66;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) {
  footer{
    padding: 4rem 0 3rem;
  }
}


