@charset "UTF-8";
#mv {
  width: 100%;
  background-color: #DCDDDD;
}
#mv .mv_main img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

section {
  margin: 0 auto;
  width: 100%;
}

.slide-wrapper {
  background: linear-gradient(0deg, rgb(250, 251, 251) 0%, rgb(220, 221, 221) 100%);
}

#movie {
  padding-top: 0;
}
#movie .moviewrapper iframe {
  width: 560px;
  height: 310px;
}
#movie .flex {
  margin-top: 24px;
  justify-content: space-between;
  width: 100%;
}
#movie .flex .moviewrapper {
  width: 48%;
  flex: 0 0 48%;
}
@media (max-width: 750px) {
  #movie .flex .moviewrapper {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 750px) {
  #movie .flex {
    flex-direction: column;
  }
}

.newswrapper {
  max-width: 1040px;
  width: 100%;
  height: 540px;
  background-color: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 0 50p;
}
.newswrapper h2 {
  min-height: 100px;
}
.newswrapper ul {
  max-width: 880px;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  overflow: auto;
}
@media (max-width: 750px) {
  .newswrapper ul {
    padding: 1rem;
    width: 100%;
  }
}
.newswrapper ul .newsitem {
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 18px;
  text-align: left;
  height: 90px;
  border-bottom: 1px solid rgba(75, 82, 89, 0.3);
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem {
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.newswrapper ul .newsitem.hide {
  display: none;
}
.newswrapper ul .newsitem:first-of-type {
  border-top: 1px solid rgba(75, 82, 89, 0.3);
}
.newswrapper ul .newsitem span {
  display: block;
  padding-right: 24px;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem span {
    border: none;
  }
}
.newswrapper ul .newsitem a {
  color: #8C1C22;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem a {
    padding-left: 0;
  }
}
.newswrapper ul .newsitem p {
  padding-left: 24px;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem p {
    padding-left: 0;
  }
}

#exhibition {
  padding-top: 120px;
}
#exhibition h2 {
  margin-top: 80px;
}
@media (max-width: 750px) {
  #exhibition h2 {
    margin-top: 30px;
  }
}
#exhibition .contentwrapper.flex {
  width: 100%;
}
#exhibition .contentwrapper.flex .left {
  flex: 0 1 70%;
}
#exhibition .contentwrapper.flex .right {
  flex: 0 1 30%;
}
#exhibition .contentwrapper.flex .right .caption {
  margin-top: 0.5rem;
}

.float .f_right {
  float: right;
  margin: 0 1rem;
}

#highlights .contentwrapper h2 {
  margin-top: 60px;
}
#highlights .contentwrapper h4.italic {
  padding-left: 1.6rem;
  position: relative;
}
#highlights .contentwrapper h4.italic span {
  position: absolute;
  left: 0;
  top: 0;
}
#highlights .contentwrapper.with_tab {
  margin-top: 60px;
}
#highlights .contentwrapper .cap.right {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
#highlights .contentwrapper .left,
#highlights .contentwrapper .right {
  flex: 0 0 50%;
}
#highlights .contentwrapper .left .col,
#highlights .contentwrapper .right .col {
  gap: 10px;
}
#highlights .contentwrapper .tablist {
  min-height: auto;
  margin-top: 48px;
  padding: 0;
}
#highlights .contentwrapper .tablist .tablist_inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tablist .tablist_inner {
    width: 400px;
    flex-wrap: wrap;
  }
}
#highlights .contentwrapper .tabcont {
  padding-bottom: 48px;
}
#highlights .contentwrapper .tabcont .hl_header {
  display: flex;
  flex-direction: column-reverse;
}
#highlights .contentwrapper .tabcont .hl_header h3 {
  width: 100%;
  text-align: left;
  margin: 24px auto 0;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .hl_header h3 {
    margin: 0;
  }
}
#highlights .contentwrapper .tabcont .hl_header h4 {
  margin: auto;
  margin-right: 0;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .hl_header {
    padding: 1rem;
  }
}
#highlights .contentwrapper .tabcont .note.flex .imgtitle {
  line-height: 1.4rem;
  font-weight: 800;
  color: #000;
  font-weight: 800;
}
#highlights .contentwrapper .tabcont .note.flex .imgtitle span {
  font-size: 12px;
  display: block;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .note.flex {
    padding: 0 1rem;
    gap: 2rem;
  }
}
@media (max-width: 430px) {
  #highlights .contentwrapper .tabcont .note.flex {
    padding: 0 1rem;
  }
}
#highlights .contentwrapper .tabcont .note.flex.bottom {
  align-items: flex-end;
  margin-top: 48px;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .note.flex.bottom {
    gap: 1rem;
  }
  #highlights .contentwrapper .tabcont .note.flex.bottom.third {
    gap: 2rem;
  }
}
#highlights .contentwrapper .tabcont .note.flex.bottom.nomargin {
  margin: 0;
}
#highlights .contentwrapper .tabcont .note.flex.threeitem .item {
  flex: 30%;
}
#highlights .contentwrapper .tabcont .note.flex .small {
  font-weight: 800;
  font-size: 8px;
  line-height: 0.8rem;
}
#highlights .contentwrapper .tabcont .note.italic {
  font-size: 14px;
  line-height: 1.8rem;
}
#highlights .contentwrapper .tabcont .note.top {
  margin-top: 0;
}

#outline h2 {
  margin-top: 80px;
  line-height: 36px;
}
@media (max-width: 860px) {
  #outline h2 {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
@media (max-width: 750px) {
  #outline h2 {
    margin-top: 30px;
  }
}
#outline ul li {
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  border-bottom: 1px solid rgba(75, 82, 89, 0.3);
}
@media (max-width: 750px) {
  #outline ul li {
    flex-direction: column;
    gap: 10px;
  }
}
#outline ul li .access {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 24px;
}
#outline ul li .access iframe {
  max-width: 100%;
}
#outline ul li.noborder {
  border: none;
  padding-bottom: 0;
}
#outline ul li h5 {
  flex: 0 0 220px;
  margin: 0;
}
@media (max-width: 750px) {
  #outline ul li h5 {
    flex: 20px;
  }
}
#outline ul li ul.list {
  list-style-type: disc;
  padding-left: 16px;
}
#outline ul li ul.list li {
  border: none;
  padding: 0;
  display: list-item;
}
#outline ul li .cap {
  position: relative;
  padding-left: 1rem;
  display: block;
}
#outline ul li .cap::before {
  content: "※";
  position: absolute;
  left: 0;
}
#outline .contentwrapper {
  text-align: center;
  padding: 48px auto;
  margin: 24px auto;
}
#outline .contentwrapper h5 {
  margin: 0 0 10px;
}/*# sourceMappingURL=home.css.map */