@charset "utf-8";

#visual {
  position: relative;
  overflow: hidden;
}

#visual ul.visual_list {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

#visual ul.visual_list>li {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#visual ul.visual_list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

#visual ul.visual_list>li img {
  max-width: 100%;
}

#visual ul.visual_list>li img.mb {
  display: none;
}

#visual ul.visual_btn {
  position: absolute;
  bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1
}

#visual ul.visual_btn>li {
  position: relative;
  margin: 0 0.2rem;
  font-size: 0;
}

#visual ul.visual_btn>li.btn_num a {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  text-indent: -5000px;
  z-index: 2;
  border-radius: 3rem;
  border: 0.2rem solid #fff
}

#visual ul.visual_btn>li.stop a {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;
  text-indent: 5000px;
  text-align: right;
  z-index: 2;
  overflow: hidden;
}

#visual ul.visual_btn>li.stop a:before {
  display: block;
  content: '';
  position: absolute;
  left: 0.3rem;
  top: 0;
  width: 0.8rem;
  height: 100%;
  border: 0.2rem solid #fff;
  border-width: 0 0.3rem;
  box-sizing: border-box
}

#visual ul.visual_btn>li.on a {
  background: #fff;
}

.info {
  display: flex;
  margin-top: 4.5rem;
  margin-bottom: 8rem;
}

.info_con dl {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.info_con dl+dl {
  margin-top: 0.7rem;
}

.info_con dl dt {
  flex: 0 0 auto;
  display: flex;
  gap:5px;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}


.info_con dl dt:before{content: ''; width: 2.5rem; height:2.5rem; background: url(/museum/img/main/ic_info.png) no-repeat center top / cover; position: relative; margin-top: -.5rem; }
.info_con dl.close dt:before{background-position-y: -2.5rem;}
.info_con dl.fee dt:before{background-position-y: -5rem;}


.info_con dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1.9rem;
}

.info_con dl dd span{
	font-size: .9em;
	margin-left: 2rem;
}

.info_con.closure {
  display: flex;
  align-items: center;
  gap: 4%;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 0 auto;
  height: 10.64rem;
  border: 0.2rem solid #bd2323;
  border-radius: 0.5rem;
}

.info_con.closure>p {
  position: relative;
  font-size: 1.7rem;
  color: #bd2323;
  word-break: keep-all;
}

.info_con.closure>p:first-child {
  padding-left: 3rem;
  font-weight: bold;
}

.info_con.closure>p:first-child:before {
  position: absolute;
  left: 0;
  top: -0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/museum/img/contents/ic_alert.png) no-repeat left 0.1rem / 2.4rem;
  content: "";
}

.info_link {
  display: flex;
  gap: 1.5rem;
}

.info_link>li {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.info_link>li a {
  position: relative;
  display: block;
  padding: 3.8rem 7.5rem 3rem 11rem;
  font-family: var(--lp-typo-font-type);
  font-size: 2.3rem;
  border-radius: 0.5rem;
}

.info_link>li a:after,
.info_link>li a:before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 3.7rem;
  width: 1.4rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background: #fff;
}

.info_link>li a:before {
  margin-top: -0.4rem;
  transform: rotate(45deg)
}

.info_link>li a:after {
  margin-top: 0.5rem;
  transform: rotate(-45deg)
}

.info_link>li.location a:after,
.info_link>li.location a:before {
  background: #333;
}

.info_link .location a {
  border: 0.2rem solid #333;
  background: url(/museum/img/main/info_location.png) 4.3rem center no-repeat;
}

.info_link .reserve a {
  color: #fff;
  border: 0.2rem solid #064B72;
  background: #064B72 url(/museum/img/main/info_reserve.png) 4.1rem center no-repeat;
}

.info_link a:hover {
  text-decoration: underline;
}

.news {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 7.5rem;
  padding-bottom: 9rem;
  margin-bottom: 5.5rem;
}

.news::after {
  content: '';
  position: absolute;
  left: var(--krds-contents-padding-x);
  bottom: 0;
  width: calc(100% - var(--krds-contents-padding-x) * 2);
  border-bottom: 0.2rem solid #222;
}

.news h3 {
  color: #222;
  font-family: var(--lp-typo-font-type);
  font-size: 2.8rem;
  font-weight: normal;
}

.news h3 span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.5rem;
}

#notice {
  position: relative;
}

#notice h3 {
  color: #222;
  font-size: 2.8rem;
}

#notice>ul {
  margin-top: 1rem;
  width: 100%;
  border-top: 0.2rem solid #222;
}

#notice>ul li {
  position: relative;
  padding: 1.7rem 0.8rem 1.3rem 0.8rem;
  border-top: 0.1rem dashed #CCC;
  white-space: nowrap;
}

#notice>ul li:first-child {
  margin-top: 0.5rem;
  border-top: none;
}

#notice>ul li a {
  position: relative;
  display: block;
  padding-bottom: 2.6rem;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

#notice>ul li a:hover {
  text-decoration: underline;
}

#notice>ul li .date {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
  font-size: 1.5rem;
}

#notice .more {
  position: absolute;
  right: 0;
  top: 1rem;
}

#notice .more a {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.6rem;
}

#notice .more a:hover {
  text-decoration: underline;
}

#notice .more a:before,
#notice .more a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1.1rem;
  height: 0.1rem;
  background: #888;
}

#notice .more a:after {
  transform: rotate(90deg)
}

#exhibit {
  flex: 1 1 50%;
  display: flex;
  gap: 2.5rem;
}

#exhibit>div {
  flex: 1 1 auto;
}

#exhibit h3 {
  position: relative;
}

#exhibit h3 span {
  position: absolute;
  bottom: 0.5rem;
}

#exhibit .img {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  max-width: 32.5rem;
  height: 40.8rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}

#exhibit .img a img {
  min-height: 100%;
  transition: 0.3s;
}

#exhibit .img a:hover img {
  transform: scale(1.1);
}

#exhibit>.special .img img {
  margin-left: -0.1rem;
  max-width: 101%
}

.program {
  display: flex;
  justify-content: space-between;
  gap: 2.5%;
}

.program>div {
  position: relative;
  flex: 1 1 auto;
}

.program h3 {
  margin-bottom: 2rem;
  color: #222;
  font-family: var(--lp-typo-font-type);
  font-size: 3.3rem;
  font-weight: normal;
}

.program .list .con>ul {
  display: flex;
  gap: 1.3rem;
}

.program .list .con>ul>li {
  flex: 1 1 auto;
}

.program .list .con>ul .img {
  max-width: 28rem;
  max-height: 24rem;
  font-size: 0;
  overflow: hidden;
  border-radius: 0.7rem;
  border: 0.1rem solid #e5e5e5
}

.program .list .con>ul .img img {
  min-height: 24rem;
  transition: 0.3s
}

.program .list .con>ul .img:hover img {
  transform: scale(1.1);
}

.program .list .con>ul .tit {
  margin-top: 1.7rem;
  color: #111;
  font-size: 1.7rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.5px;
}

.program .list .con>ul .txt {
  margin-top: 1.5rem;
}

.program .list .con>ul .txt li {
  position: relative;
  padding-left: 1.5rem;
  color: #666;
  font-size: 1.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.program .list .con>ul .txt li:before {
  content: '';
  position: absolute;
  left: 0.1rem;
  top: 0.8rem;
  width: 0.7rem;
  height: 0.1rem;
  background: #888;
}

#reserve {
  max-width: 84.8rem;
  width: 59%;
  overflow: hidden;
}

#reserve .list {
  display: flex;
  white-space: nowrap;
  position: relative
}

#reserve .list .con {
  flex: 0 0 auto;
  width: 100%;
}

#reserve .list .con>ul>li {
  width: calc(33.3% - 0.75rem);
  font-size: 1.6rem;
}

#reserve .control {
  position: absolute;
  top: 0.2rem;
  left: 8rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

#reserve .control>li {
  font-size: 2rem;
}

#reserve .control span {
  display: inline-block;
  padding-top: 0.5rem;
}

#reserve .control a {
  position: relative;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0;
  text-indent: -5000px;
  border-radius: 100%;
  background-color: #484848;
}

#reserve .control a:after,
#reserve .control a:before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 0.15rem);
  left: 1.3rem;
  width: 1.2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background: #fff;
}

#reserve .control a:before {
  margin-top: -0.35rem;
  transform: rotate(45deg)
}

#reserve .control a:after {
  margin-top: 0.35rem;
  transform: rotate(-45deg)
}

#reserve .control #reservePrev {
  transform: rotate(180deg)
}

#edu {
  width: 39%;
}

#edu .list .con>ul>li {
  width: calc(50% - 0.75rem);
}

#edu .more {
  position: absolute;
  right: 0;
  top: 1rem;
  display: inline-block;
  padding: 0.6rem 2.5rem 0 2.5rem;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5rem;
  background: #484848;
}

#archive {
  position: relative;
  padding-top: 5.5rem;
  margin-top: 5.5rem;
  margin-bottom: 13rem;
}

#archive::after {
  content: '';
  position: absolute;
  left: var(--krds-contents-padding-x);
  top: 0;
  width: calc(100% - var(--krds-contents-padding-x) * 2);
  border-top: 0.2rem solid #222;
}

#archive h3 {
  margin-bottom: 2rem;
  color: #222;
  font-family: var(--lp-typo-font-type);
  font-size: 3.3rem;
  font-weight: normal;
}

#archive .con_box {
  display: flex;
  gap: 3rem;
  margin-top: 2.5rem;
}

#archive .con_box div {
  position: relative;
  height: 26rem;
  border-radius: 0.7rem;
  overflow: hidden;
}

#archive .con_box dl dt {
  color: #fff;
  font-size: 2.6rem;
}

#archive .con_box dl dt span {
  font-weight: bold;
}

#archive .con_box dl dd {
  flex-basis: 20rem;
  color: #ccc;
  font-size: 1.4rem;
}

#archive .con_box dl dd.btn_more a {
  position: relative;
  color: #ccc;
  font-size: 1.4rem;
}

#archive .con_box dl dd li a {
  color: #fff;
  font-size: 1.6rem;
}

#archive .con_box .con {
  display: none;
  padding: 4.5rem 5rem;
  height: 100%;
  cursor: pointer;
  transition: 0.5s;
}

#archive .con_box .con.on {
  display: block;
}

#archive .con_box .con dd {
  margin-top: 2rem;
  width: 55%;
  word-break: keep-all;
}

#archive .con_box .con dd.arr {
  position: absolute;
  left: 5rem;
  bottom: 4rem;
  padding-bottom: 0;
}

#archive .con_box .con dd.arr span {
  display: inline-block;
  padding-right: 2rem;
  background: url(/museum/img/main/archive_arr.png) right 0.4rem no-repeat;
}

#archive .con_box .list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 5rem;
  width: 100%;
  height: 0;
  background: rgba(17, 17, 17, 0.8);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

#archive .con_box .list.on {
  height: 100%;
  opacity: 1;
  z-index: 1;
}

#archive .con_box .list dt span {
  display: block;
}

#archive .con_box .list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2%;
  max-width: 20rem;
}

#archive .con_box .list dd ul li {
  flex: 1 1 49%;
}

#archive .con_box .list dd ul li:before {
  content: '-';
  display: inline-block;
  margin-right: 0.4rem;
}

#archive .con_box .list dd.btn_more {
  position: absolute;
  left: 5rem;
  top: 15rem;
}

#archive .con_box .list dd.btn_more a {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}

#archive .con_box .list dd.btn_more a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #fff;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg);
}

#archive .area {
  background: url(/museum/img/main/archive_area.jpg) right top no-repeat;
}

#archive .time {
  background: url(/museum/img/main/archive_time.jpg) right top no-repeat;
}

#archive .type {
  background: url(/museum/img/main/archive_type.jpg) right top no-repeat;
}

/***************************************************************************************************************************/

@media (min-width:901px) and (max-width:1280px) {
  #contents .wrap:not(#visual) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width:901px) {
  #contents {
    margin-top: 2.5rem;
  }

  .scroll {
    display: none;
  }

  .info {
    justify-content: space-between;
    align-items: center;
    gap: 3%;
  }

  .info_con dl:nth-child(2) dd span:before {
    content: '/';
    display: inline-block;
  }


.info_con {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 41%;
	flex-grow:1
}

.info_con dl.close:After{
	content: '/'
}
.info_con dl.fee{
	margin-left: 4%;
}

  .info_link {
    flex: 0 0 auto;
  }

  #notice {
    flex: 0 0 50%;
    width: 50%;
    max-width: 71rem;
  }

  #archive .con_box div {
    flex: 1 1 33.3%;
    max-width: 45.8rem;
  }
}

@media (max-width:900px) {
  #visual {
    width: 100%;
    padding: 0;
  }

  .info {
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .info_con dl dd span {
    display: block;
  }

  .info_link {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
  }

  .info_link>li a {
    width: 100%;
    padding: 1.6rem 1.5rem 1.5rem 5rem;
    background-size: auto 3rem !important;
    background-position: 1.5rem center !important;
  }

  .info_link>li a:after,
  .info_link>li a:before {
    right: 1.5rem;
    width: 1rem;
  }

  .info_link>li a:before {
    margin-top: -0.3rem;
  }

  .info_link>li a:after {
    margin-top: 0.3rem;
  }

  .news {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .news.wrap {
    width: 100%;
  }

  .news>div {
    margin-left: auto;
    margin-right: auto;
  }

  #notice {
    width: 100%
  }

  #notice>ul li {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }

  #notice>ul li a {
    padding-bottom: 2rem;
  }

  #notice .more a {
    padding-left: 1.5rem;
  }

  #notice .more a:before,
  #notice .more a:after {
    top: 0.7rem;
    width: 0.8rem;
  }

  #exhibit {
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
    width: calc(100% + var(--krds-contents-padding-x) * 2);
    margin-left: calc(var(--krds-contents-padding-x) * -1);
  }

  #exhibit>div {
    padding: 5rem 5%;
  }

  #exhibit .img {
    margin-left: auto;
    margin-right: auto;
  }

  #exhibit h3 span {
    position: static;
    display: block;
  }

  #exhibit .permanent {
    width: 100%;
    margin-top: 4.5rem;
    background-color: #F0F0F0;
  }

  #exhibit .special {
    width: 96%;
    border-bottom: 0.2rem solid #222;
  }

  .program {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    width: 100%;
    border-bottom: none;
  }

  .program>div {
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
    margin-right: calc(var(--krds-contents-padding-x) * -1);
  }

  .program>div .list {
    overflow-x: auto !important;
  }

  .program .list .con>ul>li {
    max-width: 20rem;
  }

  .program .list .con>ul .txt {
    margin-top: 1rem;
  }

  .program .list .con>ul .img {
    height: 19rem;
  }

  .program .list .con .scroll {
    display: block;
    content: '';
    position: absolute;
    top: 11rem;
    right: 2rem;
    height: 7.5rem;
    background: url('/museum/img/main/ic_scroll.png') no-repeat center center / 100%;
    width: 26.7rem;
  }

  #reserve {
    margin-bottom: 5rem;
  }

  #reserve .control {
    display: none;
  }

  #reserve .list .con {
    display: inline-block;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
    width: auto;
  }

  #reserve .list .con:nth-last-child(1) {
    padding-right: 2rem;
  }

  #edu .list {
    white-space: nowrap;
  }

  #edu .list .con {
    display: inline-block;
    padding-bottom: 1.5rem;
    padding-right: 5%;
  }

  #edu .more {
    right: 5%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  #archive {
    border-top: none;
    margin-top: 0;
    margin-bottom: 5rem;
  }

  #archive .con_box {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 0;
  }

  #archive .con_box>div {
    height: 20rem;
    background-color: #444446;
    background-size: auto 100%;
  }

  #archive .con_box .con {
    padding: 3rem;
  }

  #archive .con_box .con dd {
    width: 50%;
  }

  #archive .con_box .con dd.arr {
    left: 3rem;
    bottom: 3rem;
  }

  #archive .con_box .list {
    padding: 3rem;
  }

  #archive .con_box .list dd.btn_more {
    top: 12rem;
    left: 3rem;
  }
}

@media (max-width:480px) {
  .info_con dl {
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .info_con dl dd {
    padding-top: 1rem;
  }

  .info_link {
    flex-direction: column;
  }

  .program h3 {
    margin-bottom: 1rem;
  }

  #archive .con_box .list {
    flex-direction: column;
    justify-content: flex-start;
  }

  #archive .con_box .list dt span {
    display: inline-block;
  }

  #archive .con_box .list dd ul {
    margin-top: 2rem;
    gap: 0.8rem 3%;
    max-width: 100%;
  }

  #archive .con_box .list dd ul li {
    flex: 0 0 48%;
    min-width: 5.5rem;
  }

  #archive .con_box .area .list dd ul li {
    flex-basis: 22%;
  }

  #archive .con_box .list dd.btn_more {
    top: auto;
    bottom: 3rem;
    left: 3rem;
  }

  .info_con.closure>p {
    position: relative;
  }
}