@charset "UTF-8";

#rwd-content .fixed {
position: fixed;
width: 100%;
z-index: 10;
}


#rwd-content .main_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#rwd-content .main_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


#rwd-content h1.main_copy {
display: block;
width: 90%;
max-width: 600px;
margin-right: auto;
margin-left: auto;
}


#rwd-content h2.sec_ttl {
text-align: center;
}

#rwd-content h2.sec_ttl img {
display: block;
margin: 0 auto 5px;
width: 80%;
max-width: 307px;
}


#rwd-content h2.sec_ttl span {
font-size: 1.3rem;
text-align: center;
}




#rwd-content .infomation dl {
border-bottom: solid 1px #BCD0DB;
display: block;
width: 100%;
padding: 15px 30px 10px;
overflow: hidden;
box-sizing: border-box;
}

#rwd-content .infomation dl dt {
width: 160px;
float: left;
line-height: 1.6;
}

#rwd-content .infomation dl dd {
width: calc(100% - 160px);
float: left;
line-height: 1.6;
}

#rwd-content .infomation dl dd a {
color:#000;
text-decoration: none!important;
}
#rwd-content .infomation dl dd a:hover {
color:#666;
text-decoration: underline!important;
}

#rwd-content .infomation dl dd a[target="_blank"] {
padding-right: 28px;
background: url(../shared/img/icon_blank_b.png) center right 1px no-repeat;
}




#rwd-content .exhibitions .exhibit01 {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-flex-order: 2;
-moz-flex-order: 2;
-webkit-order: 2;
-moz-order: 2;
-ms-order: 2;
order: 2;
}

#rwd-content .exhibitions .exhibit02 {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-webkit-flex-order: 1;
-moz-flex-order: 1;
-webkit-order: 1;
-moz-order: 1;
-ms-order: 1;
order: 1;
}

#rwd-content .exhibitions .exhibit03 {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-webkit-flex-order: 3;
-moz-flex-order: 3;
-webkit-order: 3;
-moz-order: 3;
-ms-order: 3;
order: 3;
}


#rwd-content .exhibitions h3.ttl_exhibit img {
display: block;
margin: 0 auto;
max-width: 320px;
width: 100%;
height: auto;
}


#rwd-content .exhibitions .exhibit_list {
padding: 40px 40px 0;
}

#rwd-content .exhibitions .exhibit_list.exhibit01 {
background: rgba(245, 235, 245, 0.5);
}

#rwd-content .exhibitions .exhibit_list.exhibit02 {
background: rgba(233, 243, 225, 0.5);
}

#rwd-content .exhibitions .exhibit_list.exhibit03 {
background: rgba(228, 236, 248, 0.5);
}

#rwd-content .exhibitions .exhibit_list a:hover {
color:#000;
}
#rwd-content .exhibitions .exhibit_list a img {
transition: 0.5s all;
}

#rwd-content .exhibitions .exhibit_list a figure figcaption {
display: block;
margin: 10px auto 0;
text-align: center;
}
#rwd-content .exhibitions .exhibit_list a figure figcaption span {
font-size: 1.6rem;
line-height: 1.2;
}
#rwd-content .exhibitions .exhibit_list a figure figcaption span em {
font-size: 1.4rem;
line-height: 1.2;
font-style: normal;
}