@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* common */
#exContents {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45em;
  line-height: 1.5;
}

.ex-wrap {
  width: 92vw;
  max-width: 1200px;
  margin: auto;
  padding: 0;
}

.breadcrumb {
  margin: 2em auto;
  font-size: 1.2em;
  line-height: 1.5rem;
}

.breadcrumb > p > a:last-child {
	text-decoration: none;
	pointer-events: none;
	color: #000000;
}

.ex-h2 {
  border-bottom: #0068b7 7px solid;
}
@media screen and (max-width: 767px) {
  .ex-h2 {
    border-bottom: #0068b7 4px solid;
  }
}

.ex-lead {
  text-align: center;
}

.d-1300 {
  display: none;
}
.br_sp{
  display: none;
}
@media screen and (max-width: 1300px) {
  .d-1300 {
    display: block;
  }
}

.d-1300o {
  display: none;
}
@media screen and (min-width: 1299px) {
  .d-1300o {
    display: block;
  }
}

#exVisual img {
  width: 100%;
}

#exLogo {
  width: 570px;
  margin: 2em auto;
}
@media screen and (max-width: 767px) {
  #exLogo {
    width: 360px;
    margin: 1.5em auto;
  }
}
@media screen and (max-width: 500px) {
  #exLogo {
    width: 260px;
    margin: 1.2em auto;
  }
}

@media screen and (max-width: 767px) {
  .ex-lead {
    text-align: left !important;
    font-size: 0.9em !important;
  }
  .ex-lead br {
    display: none;
  }
  .br_sp{
	display: block;
  }
}

#exIndex {
  margin: 2.5em 0 3.5em;
}
#exIndex ul {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
}
#exIndex ul li {
  width: 30.5%;
}
#exIndex ul img {
  margin-bottom: 0.2em;
}
#exIndex ul p {
  text-align: left;
}
#exIndex ul p a {
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #exIndex .ex-lead {
    text-align: left;
  }
  #exIndex .ex-lead br {
    display: none;
  }
  #exIndex ul {
    flex-wrap: wrap;
  }
  #exIndex ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  #exIndex ul p {
    font-size: 0.8em;
  }
  #exIndex ul p a {
    font-size: 1em;
  }
}

#exWhatsnew {
  margin: 2.5em 3.5em;
}
/*
#exWhatsnew .ex-station {
  width: 455px;
  margin: 2.5em auto 0;
}
*/
#exWhatsnew dl {
  margin: 2em auto;
  width: 65em;
  text-align: center;
}
#exWhatsnew dl dt {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  vertical-align: middle;
  margin-top: 0.25em;
}
#exWhatsnew dl dd {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: -1.5em;
  padding-left: 6em;
  text-align: left;
}
#exWhatsnew dl dt em {
  font-weight: 700;
  font-size: 1.3em;
}
#exWhatsnew dl dd em small {
  font-weight: 400;
  font-size: 0.8em;
  vertical-align: baseline;
}
#exWhatsnew ul {
  display: flex;
  justify-content: space-between;
}
#exWhatsnew ul li {
  width: 48%;
}
#exWhatsnew ul img {
  margin-bottom: 0.2em;
}
#exWhatsnew ul p {
  text-align: left;
}
@media screen and (max-width: 922px) {
  #exWhatsnew {
    margin: 1.5em 2.5em;
  }
  #exWhatsnew dl {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #exWhatsnew {
    margin: 1em 1.5em;
  }
  #exWhatsnew dl {
    width: 100%;
    text-align: left;
  }
  #exWhatsnew dl dt {
    font-size: 0.9em;
  }
  #exWhatsnew dl dd {
    margin: 0 0 0.5em;
    padding-left: 0;
    font-size: 0.85em;
  }
  #exWhatsnew dl dd em {
    font-weight: 700;
  }
  #exWhatsnew dl dd em small {
    font-weight: 400;
    font-size: 0.8em;
  }
  #exWhatsnew ul {
    flex-wrap: wrap;
  }
  #exWhatsnew ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  #exWhatsnew ul p {
    font-size: 0.8em;
  }
}

#exExhibition {
  margin: 2.5em 0 3.5em;
}
#exExhibition .ex-station {
  width: 455px;
  margin: 2.5em auto 0;
}
#exExhibition dl {
  margin: 2em auto;
  width: 39em;
  text-align: center;
}
#exExhibition dl dt {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
#exExhibition dl dd {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: -1.35em;
  padding-left: 3.6em;
  font-size: 1.3em;
  text-align: left;
}
#exExhibition dl dd em {
  font-weight: 700;
}
#exExhibition dl dd em small {
  font-weight: 400;
  font-size: 0.8em;
  vertical-align: baseline;
}
#exExhibition ul {
  display: flex;
  justify-content: space-between;
}
#exExhibition ul li {
  width: 48%;
}
#exExhibition ul img {
  margin-bottom: 0.2em;
}
#exExhibition ul p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #exExhibition {
    margin: 2.5em 0 1.5em;
  }
  #exExhibition .ex-station {
    width: 100%;
    max-width: 400px;
    margin: 2.5em auto 0;
  }
  #exExhibition dl {
    width: 100%;
    text-align: left;
  }
  #exExhibition dl dd {
    margin: 0 0 1em;
    padding-left: 0;
    font-size: 1.1em;
  }
  #exExhibition dl dd em {
    font-weight: 700;
  }
  #exExhibition dl dd em small {
    font-weight: 400;
    font-size: 0.8em;
  }
  #exExhibition ul {
    flex-wrap: wrap;
  }
  #exExhibition ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  #exExhibition ul p {
    font-size: 0.8em;
  }
}

#exProgram {
  padding-bottom: 4.5em;
}
#exProgram .ex-h2 {
  margin: 3vw 0 1vw;
  padding: 0 8vw 1.5vw;
  text-align: center;
}
#exProgram .ex-h2 img {
  width: 100%;
  max-width: 944px;
  height: auto;
}
#exProgram p {
  font-size: 1em;
  text-align: center;
}
#exProgram .__title {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.4em;
  font-size: 1.9em;
  color: #666;
}
#exProgram .__title em {
  margin-right: 0.8em;
  font-weight: 700;
  color: #0068b7;
}
#exProgram dl {
  margin: 2em auto;
  width: 36.5em;
  text-align: center;
}
#exProgram dl dt {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
#exProgram dl dd {
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: -1.35em;
  padding-left: 3.6em;
  font-size: 1.3em;
  text-align: left;
}
#exProgram dl dd em {
  font-weight: 700;
}
#exProgram dl dd em small {
  font-weight: 400;
  font-size: 0.8em;
}
#exProgram ul {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
#exProgram ul li {
/*
  width: 22%;
*/
  width: 32%;
}
#exProgram .two_parts ul {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
#exProgram .two_parts ul li {
/*
  width: 22%;
*/
  width: 45%;
}
#exProgram ul img {
  margin-bottom: 0.2em;
}
#exProgram ul p {
  text-align: left;
}
#exProgram ul p.__name {
  font-size: 1.2em;
}

#exProgram .cast {
  padding:2px 5px;
  background-color:#000000;
  color:#ffffff;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 767px) {
  #exProgram {
    padding-bottom: 1.5em;
  }
  #exProgram .ex-h2 {
    padding: 0 1vw 1.5vw;
  }
  #exProgram .__title {
    font-size: 1.1em;
    letter-spacing: -0.1em;
  }
  #exProgram .__title em {
    margin-right: 0.3em;
  }
  #exProgram dl {
    width: 100%;
    text-align: left;
  }
  #exProgram dl dd {
    margin: 0 0 1em;
    padding-left: 0;
    font-size: 1.1em;
  }
  #exProgram dl dd em {
    font-weight: 700;
  }
  #exProgram dl dd em small {
    font-weight: 400;
    font-size: 0.8em;
  }
  #exProgram ul {
    flex-wrap: wrap;
  }
  #exProgram ul li {
    width: 48%;
    margin-bottom: 1em;
  }
  #exProgram .two_parts ul {
    flex-wrap: wrap;
	margin-top: 0.5rem;
  }
  #exProgram .two_parts ul li {
    width: 48%;
    margin-bottom: 1em;
  }
  #exProgram ul p {
    text-align: left;
    font-size: 0.8em;
  }
  #exProgram ul p.__name {
    font-size: 0.9em;
  }
}

#exInitiative {
  padding: 1em 0 3em;
}
#exInitiative .ex-h2 {
  margin: 0 0 1vw;
  padding: 0 0vw 1.5vw;
  text-align: center;
}
#exInitiative .ex-h2 img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
#exInitiative .ex-h3 {
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.1;
  border-bottom: #000 1px solid;
}
#exInitiative ul li {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 1.8em 0 0;
  padding: 2.2em 2em 2.2em 2.2em;
  background: #eee;
  border-radius: 2em;
}
#exInitiative ul li .__photo {
  width: 48%;
}
#exInitiative ul li .__info {
  width: 50%;
}
#exInitiative ul li p {
  line-height: 1.2;
}
#exInitiative dl {
  margin-bottom: 0.3em;
}
#exInitiative dl dt {
  font-weight: 700;
}
#exInitiative dl dd {
  margin-top: -1.3em;
  padding-left: 4.5em;
  font-size: 1.3em;
}
@media screen and (max-width: 1023px) {
  #exInitiative ul li {
    flex-wrap: wrap;
    margin: 1.2em 0 0;
    padding: 1em;
    background: #eee;
    border-radius: 0.6em;
  }
  #exInitiative ul li .__photo {
    width: 100%;
    margin-bottom: 1em;
  }
  #exInitiative ul li .__info {
    width: 100%;
  }
  #exInitiative ul li p {
    font-size: 0.9em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #exInitiative {
    padding: 0.8em 0 1.5em;
  }
  #exInitiative .ex-h2 {
    margin-bottom: 0.8em;
    padding: 0 4vw 2vw;
  }
  #exInitiative .ex-lead {
    text-align: left;
  }
  #exInitiative .ex-lead br {
    display: none;
  }
  #exInitiative .ex-h3 {
    font-size: 1.1em;
  }
  #exInitiative dl {
    margin-bottom: 0.8em;
  }
  #exInitiative dl dt {
    font-size: 0.8em;
  }
  #exInitiative dl dd {
    margin: -0.2em 0 0.3em;
    padding-left: 0em;
    font-size: 1em;
  }
}

#footNav {
  width: 100%;
  background: #0068b7;
}
#footNav ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 1.5em 1.5em 1.2em 1em;
}
#footNav li {
  margin-bottom: 0.6em;
  padding-left: 1em;
  text-indent: -1.6em;
  line-height: 1.4;
}
#footNav li::before {
  padding-right: 0.2em;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  content: "■";
}
#footNav a {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
#footNav p {
  color: #fff;
	text-align: center;
  margin: auto;
  padding: 1.5em 1.5em 1.2em 1em;
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footNav li, #footNav a {
    font-size: 1.1em;
  }
}

.footer_in {
  padding: 4em 0 5em;
  text-align: center;
}
.footer_in img {
  width: 100%;
  height: auto;
}
.footer_in ul {
  width: 100%;
}
.footer_in ul li {
  display: inline-block;
  margin: 0 0.5em;
  width: 4em;
}
.footer_in .foot-logo {
  margin: 0.6em auto;
  width: 25em;
}
.footer_in address {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer_in address {
    font-size: 1.1em;
  }
}