@charset "utf-8";

article .title-border {
  position: relative;
  margin: 50px auto;
  max-width: 400px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
article .title-border::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 2.5rem;
  background: #333;
  z-index: -1;
}
article .title-border > span {
  display: inline-block;
  padding: 0 0.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
}
article .title-border > .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

#exhibition {
  text-align: center;
  padding-bottom: 70px;
}

#exhibition .main {
  padding: 20px 0;
  background: #eee;
}
#exhibition .main img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.slick-list {
  margin-right: -20px;
}
.slick-slide {
  margin-right: 20px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  height: 70px;
  width: 70px;
  text-indent: -9999px;
  cursor: pointer;
  border: 0;
  background: #333;
  z-index: 10;
  overflow: hidden;
  outline: none;
}
.slick-arrow::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-prev::before {
  left: auto;
  right: 10px;
  border: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-prev:hover,
.slick-next:hover {
  background: #333 !important;
}
.slick-prev {
  left: calc(50% - 590px);
}
.slick-next {
  right: calc(50% - 590px);
}

#exhibition .schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1122px;
  margin: 0 auto 20px;
  text-align: left;
}
#exhibition .schedule li {
  vertical-align: top;
  width: 33.33%;
  margin: 0;
  padding: 0 10px 60px;

}
#exhibition .schedule a {
  color: #000;
  text-decoration: none;
}
#exhibition .schedule li p {
  margin-top: 10px;
  text-align: left;
}
#exhibition .schedule li p u {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 5px auto;
  line-height: 1.3;
}
#exhibition .schedule li p b {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  margin: 5px 0 0;
}
#exhibition .schedule li p b::before {
  display: none;
}
#exhibition .schedule li p i {
  display: block;
  margin-top: 10px;
  line-height: 150%;
}
#exhibition .schedule li img {
  border: 1px solid #ddd;
}

/* about */
#about {
  text-align: center;
  padding-bottom: 70px;
}

#about > div {
  max-width: 1122px;
  margin: 0 auto;
}
#about > div p {
  text-align: left;
}
#about > div > p {
  line-height: 2em;
}
#about > div > p:not(:last-of-type) {
  margin-bottom: 2em;
}

#about .access-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4em;
}
#about .access-content address {
  margin: 2em auto;
  text-align: left;
}
#about .access-content .map {
  text-align: right;
}
#about .access-content .map img {
  max-width: 60%;
}

.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 700px;
}
.footer-link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  min-width: auto;
  margin: 0;
  padding: 1em;
  line-height: 1.4em;
}
.footer-link > a img {
  max-width: 50%;
  height: auto;
  flex-shrink: 0;
}

/****************/
@media screen and (max-width: 768px) {
article .title-border {
  max-width: 90%;
}

#exhibition {
  padding-bottom: 50px;
}

.slick-list {
  margin-right: 0;  /* ガター分ネガティブマージン */
}
.slick-slide {
  margin-right: 0;  /* ガター */
}
#exhibition .schedule {
  display: block;
  max-width: 100%;
}
#exhibition .schedule::before {}
#exhibition .schedule a {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#exhibition .schedule li {
  width: 100%;
  margin: 0;
  padding: 0 15px 40px;
}
#exhibition .schedule li img {
  width: 100%;
}
#exhibition .schedule li b {
  margin-top: 2rem;
}
#exhibition .schedule li b::before {
  font-size: 2rem;
  padding: 6px 13px;
}
#exhibition .schedule li > p::before {
  font-size: 1.6rem;
}
#exhibition .schedule li p u {
  font-size: 2.4rem;
  margin: 16px 0px 0px;
  line-height: 1.3;
}
#exhibition .schedule li p b {
  font-size: 2rem;
  margin: 6px 0;
	vertical-align: text-top;
}
#exhibition .schedule li p b::before {}
#exhibition .schedule li p i {
  font-size: 1.4rem;
}
#exhibition .list {}

/* about */
#about > div {
  padding: 0 10px;
}

#about .access-content {
  flex-wrap: wrap;
}
#about .access-content .address {
  order: 2;
  width: 100%;
  margin-bottom: 2em;
}
#about .access-content .map {
  order: 1;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
#about .access-content .map img {
  max-width: 80%;
}

.footer-link {
}
.footer-link > a {
  width: 100%;
  margin-bottom: 20px;
}

}

/****************/
@media screen and (max-width: 1100px) {
.slick-arrow {
  height: 50px;
  width: 50px;
}
.slick-arrow::before {
  width: 20px;
  height: 20px;
  top: 15px;
  left: 10px;
}
.slick-prev::before {
  left: auto;
  right: 10px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}

/****************************************/

@media screen and (max-width: 640px) {
}
@media screen and (min-width:768px) and ( max-width:1024px) {
}