@charset "UTF-8";
@import url("add-style.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*========================================
common style
========================================*/
html {
  color: #000000;
  font-family: Helvetica, Arial, Meiryo, メイリオ, sans-serif;
  font-size: 62.5%;
}
html body {
  font-size: 1.4em;
  letter-spacing: .03em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #000000;
}
a:hover {
  color: #d7322d;
}
a:active {
  color: #d7322d;
}

::-moz-selection {
  background: #ffdedd;
}

::selection {
  background: #ffdedd;
}

::-moz-selection {
  background: #ffdedd;
}

img {
  max-width: 100% !important;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
button {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
  width: 100%;
  padding: 5px;
  max-width: 100%;
  border: 1px solid #efefef;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  background: #f7f7f7;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  background: none;
  padding: 10px 20px;
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  border: none;
  outline: none;
}

input:focus::-webkit-input-placeholder,
isindex:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#submit_button, #reset_button {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}
#submit_button input, #reset_button input {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #cccccc;
}
#submit_button input:hover, #reset_button input:hover {
  background: #efefef;
}

.containar {
  width: 100%;
  display: table;
}
.containar .side-bar, .containar .contents {
  vertical-align: top;
  display: table-cell;
}

.side-bar {
  width: 180px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #cccccc;
  padding-bottom: 80px;
}
.side-bar .logo {
  width: 70%;
  padding-top: 25px;
  margin: 0 auto 15px;
}
.side-bar .logo a {
  height: 0;
  width: 100%;
  display: block;
  max-width: 179px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  padding-bottom: 178.4%;
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: contain;
}
.side-bar .access, .side-bar .closed {
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: .06em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.side-bar .access {
  color: #fff;
  font-size: 1.2rem;
  padding: 7px 0;
  margin: 0 10px 15px;
  background-color: #d7322d;
}
.side-bar .closed {
  color: #d7322d;
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.gnav {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.gnav > ul {
  border-top: 1px solid #cccccc;
}
.gnav > ul > li {
  position: relative;
  border-bottom: 1px solid #cccccc;
}
.gnav > ul > li .tab1 {
  height: 120px;
  display: block;
  color: #d7322d;
  font-size: 1.35rem;
  text-align: center;
  padding-top: 35px;
  letter-spacing: .09em;
  text-decoration: none;
}
.gnav > ul > li .tab1 a {
  color: #d7322d;
  font-weight: bold;
  text-decoration: none;
}
.gnav > ul > li .tab1:hover {
  opacity: .7;
}
.gnav > ul > li .tab1 .icon {
  display: block;
  margin: 0 auto 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
}
.gnav > ul > li .tab1 .icon.document {
  width: 20px;
  height: 24px;
  background-image: url(../img/icon_document.png);
  background-size: 20px 24px;
}
.gnav > ul > li .tab1 .icon.canvas {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_canvas.png);
  background-size: 24px 24px;
}
.gnav > ul > li .tab1 .icon.talking {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_talking.png);
  background-size: 24px 24px;
}
.gnav > ul > li .tab1 .icon.book {
  width: 17px;
  height: 24px;
  background-image: url(../img/icon_book.png);
  background-size: 17px 24px;
}
.gnav .nav-content {
  top: 0;
  left: 100%;
  width: 200px;
  z-index: 100;
  display: none;
  position: absolute;
  padding-left: 15px;
}
.gnav .nav-content.ontap {
  display: block;
}
.gnav .nav-content:before {
  display: block;
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-right: 9px solid rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 19px;
}
.gnav .nav-content .tab2 {
  color: #000;
  background: #e5e5e5;
  padding: 7px 10px;
}
.gnav .nav-content > ul li {
  width: 100%;
  height: 50px;
  display: table;
  position: relative;
  margin-bottom: 1px;
  background: rgba(0, 0, 0, 0.8);
}
.gnav .nav-content > ul li a {
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.gnav .nav-content > ul li a:hover {
  color: #d7322d;
}
.gnav .education .nav-content:before {
  top: 45px;
}

.btn-donation {
  margin-top: 10px;
  padding: 0 10px;
}
.btn-donation a {
  padding: 10px;
  display: block;
  color: #d7322d;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  border: 1px solid #d7322d;
}
.btn-donation a span {
  padding-right: 10px;
  background: url(../img/icon_arrow_red.png) 100% 50% no-repeat;
  background-size: 3px 5px;
}

@-webkit-keyframes slideIn {
  0% {
    left: 95%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    left: 95%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
.sub-nav {
  padding: 20px 0 0 20px;
}
.sub-nav li {
  margin-bottom: 20px;
}
.sub-nav a {
  font-size: 1.2rem;
  padding-left: 12px;
  text-decoration: none;
  background: url(../img/icon_arrow_red.png) 0 50% no-repeat;
  background-size: 3px 5px;
}

.attention-list {
  padding: 0 10px;
  margin-top: 20px;
}
.attention-list li {
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.2em;
  padding-left: 18px;
  background: url(../img/icon_attention.png) 3px 0 no-repeat;
  background-size: 11px 9.5px;
}

.lang-bar {
  padding-left: 40px;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0.3);
}
.lang-bar .lang-bar-inner {
  max-width: 1200px;
}
.lang-bar a {
  float: left;
  color: #fff;
  padding: 0 10px;
  margin: 15px 0;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  border-left: 1px solid #fff;
}
.lang-bar a:first-child {
  border-left: none;
}
.lang-bar .search-box {
  float: right;
  width: 207px;
  padding-top: 7px;
}
.lang-bar .search-box input {
  width: 100%;
  height: 28px;
  border: none;
  color: #b2b2b2;
  display: block;
  line-height: 1;
  border-radius: 5px;
  font-size: 1.3rem;
  vertical-align: middle;
  font-family: Meiryo, メイリオ;
  padding: 0 0 0 30px;
  background: url(../img/icon_loupe.png) 5px 50% no-repeat #fff;
  background-size: 20px;
}
.lang-bar .search-box input:focus {
  color: #000;
  padding: 0;
  padding: 0 5px;
  background: #fff;
  border-radius: 5px;
}
.lang-bar .search-box input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
  display: block;
  padding: 0 0 0 25px;
  background: url(../img/icon_loupe.png) 0 0 no-repeat;
  background-size: 20px;
  font-family: Helvetica, Arial, Meiryo, メイリオ, sans-serif;
}
.lang-bar .search-box input:-moz-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
  display: block;
  padding: 0 0 0 25px;
  background: url(../img/icon_loupe.png) 0 0 no-repeat;
  background-size: 20px;
  font-family: Helvetica, Arial, Meiryo, メイリオ, sans-serif;
}
.lang-bar .search-box input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 1.2rem;
  display: block;
  padding: 0 0 0 25px;
  background: url(../img/icon_loupe.png) 0 0 no-repeat;
  background-size: 20px;
  font-family: Helvetica, Arial, Meiryo, メイリオ, sans-serif;
}

.footer {
  background: #fff;
  padding: 50px 40px;
  text-align: center;
  max-width: 1200px;
}
.footer .fnav li {
  margin-bottom: 10px;
  font-size: 1.2rem;
  display: inline-block;
}
.footer .fnav li:first-child a {
  border-left: none;
}
.footer .fnav a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  border-left: 1px solid #000;
}
.footer .copy {
  display: block;
  padding-top: 60px;
}

/*========================================
home
========================================*/
.home .containar {
  min-width: 1380px;
  position: relative;
}

.event-panels {
  overflow: hidden;
  padding: 40px 0 95px 40px;
}
.event-panels .event-panels-inner {
  width: 1160px;
  position: relative;
}
.event-panels .panel {
  display: block;
  text-decoration: none;
}
.event-panels .panel:hover .item-thum img,
.event-panels .panel:hover .item-thum video {
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.event-panels .panel:hover .item-content {
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
}
.event-panels .panel .item-thum {
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.6);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e0e0+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #e1e0e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #ffffff 0%, #e1e0e0 100%);
  background: linear-gradient(135deg, #ffffff 0%, #e1e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e0e0',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.event-panels .panel .item-thum img,
.event-panels .panel .item-thum video {
  width: 70%;
  border: 1px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
}
.event-panels .panel .item-content {
  background: #e7e7e7;
  vertical-align: middle;
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
}
.event-panels .panel .item-content .day {
  line-height: 1.4em;
}
.event-panels .panel.pn-size1 {
  width: 360px;
  height: 611px;
  position: relative;
}
.event-panels .panel.pn-size1:before {
  top: 0;
  right: 0;
  content: '';
  width: 49px;
  height: 49px;
  display: block;
  position: absolute;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(../img/icon_planning.png);
  background-size: 49px;
}
.event-panels .panel.pn-size1.nomark:before {
  background-image: none;
}
.event-panels .panel.pn-size1 .item-thum-wrapper {
  display: table;
  table-layout: fixed;
}
.event-panels .panel.pn-size1 .item-thum {
  width: 360px;
  height: 466px;
  display: table-cell;
}
.event-panels .panel.pn-size1 .item-content {
  width: 100%;
  height: 145px;
  display: table;
  padding: 0 25px;
}
.event-panels .panel.pn-size1 .item-content .item-content-inner {
  display: table-cell;
  vertical-align: middle;
}
.event-panels .panel.pn-size1 .item-content .ttl {
  font-size: 1.8rem;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.event-panels .panel.pn-size2, .event-panels .panel.pn-size3 {
  width: 360px;
  overflow: hidden;
  display: table;
}
.event-panels .panel.pn-size2 .item-thum, .event-panels .panel.pn-size2 .item-content, .event-panels .panel.pn-size3 .item-thum, .event-panels .panel.pn-size3 .item-content {
  height: 177px;
  display: table-cell;
}
.event-panels .panel.pn-size2 .item-thum, .event-panels .panel.pn-size3 .item-thum {
  width: 130px;
  overflow: hidden;
}
.event-panels .panel.pn-size2 .item-content, .event-panels .panel.pn-size3 .item-content {
  width: 230px;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(../img/icon_public.png);
  background-size: 49px;
}
.event-panels .panel.pn-size2 .item-content .ttl, .event-panels .panel.pn-size3 .item-content .ttl {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.panels-block1, .panels-block2, .panels-block3 {
  width: 800px;
}
.panels-block1 .panel, .panels-block2 .panel, .panels-block3 .panel {
  float: left;
  margin-right: 40px;
}

.panels-block1 {
  margin-bottom: 40px;
}

.panels-block2 .panel, .panels-block3 .panel {
  margin-bottom: 40px;
}

.link-to-exhibition-list {
  display: block;
  margin:0 40px 40px 0;
  position: relative;
  text-align: right;
}

.panels-block1 + .link-to-exhibition-list {
  top: -10px;
}

.panels-block2 + .link-to-exhibition-list, .panels-block3 + .link-to-exhibition-list {
  top: -15px;
}

.o-col1 {
  left: 0;
}

.o-col2 {
  left: 400px;
}

.o-col3 {
  left: 800px;
}

.event-panels.size-middle .m-col1 {
  left: 0;
}
.event-panels.size-middle .m-col2 {
  left: 400px;
}

.pn-posi1, .pn-posi2, .pn-posi3 {
  top: 0;
}

.pn-posi1, .pn-posi4, .pn-posi7, .pn-posi10, .pn-posi13, .pn-posi16, .pn-posi19 {
  left: 0;
}

.pn-posi2, .pn-posi5, .pn-posi8, .pn-posi11, .pn-posi14, .pn-posi17, .pn-posi20 {
  left: 400px;
}

.pn-posi3, .pn-posi6, .pn-posi9, .pn-posi12, .pn-posi15, .pn-posi18, .pn-posi21 {
  left: 800px;
}

.pn-posi4, .pn-posi5, .pn-posi6 {
  top: 217px;
}

.pn-posi7, .pn-posi8, .pn-posi9 {
  top: 434px;
}

.pn-posi10, .pn-posi11, .pn-posi12 {
  top: 651px;
}

.pn-posi13, .pn-posi14, .pn-posi15 {
  top: 868px;
}

.pn-posi16, .pn-posi17, .pn-posi18 {
  top: 1085px;
}

.pn-posi19, .pn-posi20, .pn-posi21 {
  top: 1302px;
}

.news-panel {
  width: 360px;
  background: #e7e7e7;
}
.news-panel .ttl {
  height: 70px;
  text-indent: -9998px;
  background: url(../img/ttl_news.png) 0 50% no-repeat;
  background-size: 138px 31px;
}
.news-panel .news-list li {
  padding: 20px;
  line-height: 1.4;
}
.news-panel .news-list li:nth-child(odd) {
  background: #dbdbdb;
}
.news-panel .news-list li time {
  line-height: 1;
  display: block;
  margin-bottom: 7px;
}
.news-panel .news-list li a {
  display: block;
}

.event-info-panel {
  display: none;
  width: 760px;
  background: #e7e7e7;
  margin-bottom: 40px;
}
.event-info-panel .ttl {
  height: 70px;
  text-indent: -9998px;
  background: url(../img/ttl_event.png) 0 50% no-repeat;
  background-size: 133px 31px;
}
.event-info-panel .event-list li {
  line-height: 1.4;
  padding: 20px 30px;
}
.event-info-panel .event-list li:nth-child(odd) {
  background: #dbdbdb;
}
.event-info-panel .event-list li time {
  line-height: 1.5;
  display: block;
  margin-bottom: 7px;
}
.event-info-panel .event-list li a {
  display: block;
}
.event-info-panel .event-list h3:not(:first-child) {
  margin-top: 2em;
}

.panels-rigth {
  right: 0;
  top: 0;
  position: absolute;
}

.calendar-panel, .news-panel, .sub-info {
  margin-bottom: 40px;
}

.calendar-panel {
  width: 360px;
  height: 394px;
  background: #e7e7e7;
}
.calendar-panel .month-nav {
  padding: 20px;
  position: relative;
  text-align: center;
}
.calendar-panel .month-nav .btn-prev, .calendar-panel .month-nav .btn-next {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.calendar-panel .month-nav .month {
  font-size: 1.8rem;
  display: block;
}
.calendar-panel .month-nav .btn-prev {
  left: 20px;
  background-image: url(../img/cldr_btn_prev.png);
}
.calendar-panel .month-nav .btn-next {
  right: 20px;
  background-image: url(../img/cldr_btn_next.png);
}
.calendar-panel table.calendar {
  width: 100%;
  table-layout: fixed;
  border-right: 1px solid #cccccc;
}
.calendar-panel table.calendar thead {
  color: #fff;
  background: #393c41;
}
.calendar-panel table.calendar thead td {
  height: 28px;
  text-align: center;
  vertical-align: middle;
}
.calendar-panel table.calendar tbody td {
  height: 46px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-right: none;
}
.calendar-panel table.calendar tbody td .date {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  padding: 3px 0 0 3px;
}
.calendar-panel table.calendar tbody td .icon {
  width: 13px;
  height: 13px;
  margin-left: 3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.calendar-panel table.calendar tbody td .icon:first-child {
  margin-left: 0;
}
.calendar-panel table.calendar tbody td .icon.event {
  background-image: url(../img/cldr_icon_flag.gif);
  background-size: 9px 12px;
}
.calendar-panel table.calendar tbody td .icon.night {
  background-image: url(../img/cldr_icon_moon.gif);
  background-size: 7px 12px;
}
.calendar-panel table.calendar tbody .closed {
  color: #fff;
  background: #adadad;
}
.calendar-panel .icons-notice {
  padding: 5px 10px;
  text-align: right;
}
.calendar-panel .icons-notice span {
  font-size: 1.2rem;
  padding-left: 15px;
  margin-left: 10px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.calendar-panel .icons-notice span.night {
  background-image: url(../img/cldr_icon_moon.gif);
  background-size: 7px 12px;
}
.calendar-panel .icons-notice span.event {
  background-image: url(../img/cldr_icon_flag.gif);
  background-size: 9px 12px;
}
.calendar-panel .icons-notice span.closed {
  background-image: url(../img/cldr_icon_gray.gif);
}

.sub-info {
  width: 360px;
  font-size: 1.2rem;
  padding: 30px 20px;
  background: #eeeeee;
}
.sub-info li {
  color: #393c41;
  line-height: 1.4;
  margin-top: 15px;
}
.sub-info li:first-child {
  margin-top: 0;
}
.sub-info li a {
  color: #393c41;
  padding-left: 8px;
  background: url(../img/icon_arrow_black.png) 0 3px no-repeat;
  background-size: 3px 5px;
}
.sub-info li time {
  display: block;
  margin-bottom: 2px;
}

.top-info-area {
  width: 360px;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.4em;
  background: #eeeeee;
  margin-bottom: 40px;
}

.bnr-area1 {
  width: 980px;
  margin: 0 auto 60px;
}

.bnr-list1, .bnr-list2 {
  float: left;
}
.bnr-list1 .bnr-ttl, .bnr-list2 .bnr-ttl {
  margin-bottom: 10px;
}
.bnr-list1 li, .bnr-list2 li {
  float: left;
  margin-left: 15px;
}
.bnr-list1 li:first-child, .bnr-list2 li:first-child {
  margin-left: 0;
}

.bnr-list2 {
  margin-left: 15px;
}

.bnr-list3 {
  clear: both;
  padding-top: 30px;
}
.bnr-list3 .bnr-ttl {
  margin-bottom: 10px;
}
.bnr-list3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.bnr-list3 li {
  float: left;
  margin-right: 14px;
}
.bnr-list3 li:last-child {
  margin-right: 0;
}

.bnr-area2 {
  padding: 20px 0;
  background: #ebebec;
}
.bnr-area2 .bnr-list4 {
  width: 980px;
  margin: 0 auto;
}
.bnr-area2 ul {
  margin-right: -16px;
}
.bnr-area2 li {
  float: left;
  margin-right: 16px;
}

@media screen and (max-width: 1020px) {
  .home .containar {
    overflow-x: hidden;
    min-width: 1020px;
  }

  .event-panels .event-panels-inner {
    width: auto;
  }

  .panels-rigth {
    width: 760px;
    position: static;
  }
  .panels-rigth .calendar-panel, .panels-rigth .sub-info {
    margin-bottom: 0;
  }
  .panels-rigth .calendar-panel {
    float: left;
  }
  .panels-rigth .sub-info {
    float: right;
  }
  .panels-rigth .news-panel {
    width: 100%;
  }

  .top-info-area {
    width: 100%;
  }

  .bnr-area1 {
    width: auto;
    padding-left: 40px;
    margin: 0 auto 60px;
  }

  .bnr-list1, .bnr-list2 {
    float: none;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .bnr-list2 {
    margin-left: 0;
  }

  .bnr-list3 {
    clear: both;
    padding-top: 30px;
  }
  .bnr-list3 .bnr-ttl {
    margin-bottom: 10px;
  }
  .bnr-list3 ul {
    display: block;
  }
  .bnr-list3 li {
    margin-right: 14px;
    margin-bottom: 15px;
  }

  .bnr-area2 {
    padding: 20px 40px;
    background: #ebebec;
  }
  .bnr-area2 .bnr-list4 {
    width: auto;
  }
  .bnr-area2 li {
    margin-top: 15px;
  }
  .bnr-area2 li:nth-child(-n+5) {
    margin-top: 0;
  }
}
/*========================================
lower
========================================*/
.lower .containar {
  min-width: 1020px;
  position: relative;
}

.lower-content {
  min-width: 860px;
  max-width: 1200px;
  padding: 15px 40px 0 40px;
}

.content-main {
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.bread-crumbs {
  font-size: 1.1rem;
  margin-bottom: 55px;
}
.bread-crumbs p {
  line-height: 1.2;
}
.bread-crumbs a {
  max-width: 20%;
  line-height: 1.2;
  margin-right: 5px;
  padding-left: 12px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.bread-crumbs a:after {
  top: 0;
  left: 0;
  content: '>';
  display: block;
  position: absolute;
}
.bread-crumbs a:first-child {
  padding-left: 0;
  background: none;
}
.bread-crumbs a:first-child:after {
  display: none;
}

.page-ttl1 {
  overflow: hidden;
  line-height: 1.2;
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 4px solid #d7322d;
}
.page-ttl1 .bn-link {
  float: right;
  font-size: 1.2rem;
  padding-left: 10px;
  text-decoration: none;
  background: url(../img/icon_arrow_red.png) 0 50% no-repeat;
  background-size: 3px 5px;
}
.page-ttl1 .hp-link {
  color: #888;
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
}
.page-ttl1 .hp-link a {
  color: #888;
}
.page-ttl1 small {
  margin-left: 10px;
  font-size: 1.4rem;
  display: inline-block;
}

.page-ttl2 {
  line-height: 1.4;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background: url(../img/bd_dotted.gif) 0 100% repeat-x;
}

.ex-list li:first-child {
  margin-top: 0;
}
.ex-list a {
  width: 100%;
  display: table;
  padding: 15px 0;
  padding-right: 20px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/icon_arrow_gray.png);
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
  border-bottom: 1px solid #e8e8e8;
}
.ex-list a:hover {
  background-color: #e8e8e8;
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
  background-position: 99% 50%;
}
.ex-list a:hover .thum img {
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.ex-list .thum, .ex-list .detail {
  display: table-cell;
}
.ex-list .thum {
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  background: #e8e8e8;
}
.ex-list .thum img {
  height: 70%;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.ex-list .detail {
  padding-left: 20px;
}
.ex-list .detail .ex-ttl {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.ex-list .detail dl {
  display: table;
  margin-bottom: 10px;
}
.ex-list .detail dl dt, .ex-list .detail dl dd {
  display: table-cell;
  vertical-align: middle;
}
.ex-list .detail dl dt {
  color: #fff;
  padding: 4px;
  background: #000;
  font-size: 1.2rem;
  white-space: nowrap;
}
.ex-list .detail dl dd {
  padding-left: 10px;
  line-height: 1.4em;
}

.content-block {
  margin-bottom: 60px;
}
.content-block p {
  margin-bottom: 1em;
}

.tabs {
  overflow: hidden;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.tabs .tab {
  float: left;
  padding: 16px;
  color: #d7322d;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #fbeaea;
  display: inline-block;
  text-decoration: none;
}
.tabs .tab span {
  padding-left: 15px;
  background: url(../img/icon_arrow_dotted_red.png) 0 50% no-repeat;
}

.table-style1 {
  width: 100%;
}
.table-style1 th, .table-style1 td {
  vertical-align: top;
  padding-bottom: 35px;
}
.table-style1 th {
  width: 100px;
}
.table-style1 th span {
  color: #fff;
  display: block;
  background: #000;
  font-size: 1.3rem;
  padding: 4px 4px 4px 10px;
}
.table-style1 th span small {
  font-size: 1rem;
}
.table-style1 td {
  padding-left: 20px;
  line-height: 2;
}

.table-style2 {
  width: 100%;
}
.table-style2 th, .table-style2 td {
  padding: 15px 20px;
  border: 1px dotted #999999;
}
.table-style2 th {
  background: #eeeeee;
}

.table-style3 {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #efefef;
}
.table-style3 tr:last-child th, .table-style3 tr:last-child td {
  border-bottom: none;
}
.table-style3 th, .table-style3 td {
  line-height: 1.8;
  padding: 10px 15px;
}
.table-style3 th {
  width: 25%;
  background: #eeeeee;
  border-bottom: 1px solid #fff;
}
.table-style3 td {
  border-bottom: 1px solid #efefef;
}

.table-style4 {
  width: 100%;
  margin-bottom: 15px;
}
.table-style4 tr:last-child th, .table-style4 tr:last-child td {
  border-bottom: none;
}
.table-style4 th, .table-style4 td {
  line-height: 1.8;
  padding: 10px 15px;
}
.table-style4 th {
  width: 25%;
  background: #eeeeee;
  border-bottom: 1px solid #fff;
}
.table-style4 td {
  border: 1px dotted #cccccc;
}

.flex-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border: 1px dotted #cccccc;
}
.flex-table .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
}
.flex-table .item:last-child .ttl, .flex-table .item:last-child .cnt .box {
  border-right: none;
}
.flex-table .item .ttl, .flex-table .item .cnt .box {
  border-right: 1px dotted #cccccc;
}
.flex-table .item .ttl {
  color: #fff;
  padding: 10px 20px;
  background: #d7322d;
}
.flex-table .item .cnt .box {
  padding: 10px 20px;
  border-top: 1px dotted #cccccc;
}

#btn-pagetop {
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/page_top.png) 0 0 no-repeat;
  background-size: contain;
}

/*========================================
	exhibition
========================================*/
.lnav .lnav-inner {
  float: right;
  max-width: 600px;
  margin-bottom: 30px;
  margin-top: -2em;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px 20px 0;
  text-align: right;
}
.lnav a {
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1.2rem;
  margin-right: 10px;
  display: inline-block;
  background: url(../img/icon_arrow_down_red.png) 0 50% no-repeat;
  background-size: 5px 3px;
  padding-left: 10px;
}

.exhibition-detail .notice {
  line-height: 2.4;
  margin-bottom: 30px;
}

.tichet-fee {
  line-height: 1;
  border: 1px dotted #cccccc;
}
.tichet-fee th, .tichet-fee td {
  padding-bottom: 0;
  border: 1px dotted #cccccc;
}
.tichet-fee th {
  width: auto;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap;
  background: #d7322d;
}
.tichet-fee td {
  background: #eeeeee;
}
.tichet-fee .attention {
  padding: 20px;
  background: #fff;
  font-size: 1.2rem;
}

.sq-icon-list li {
  text-indent: 1em;
  display: table-row;
  padding-left: 10px;
  background: url(../img/icon_sq_gray.gif) 0 9px no-repeat;
  margin-bottom: .7em;
}

.detail-constitution .page-ttl2 {
  margin-bottom: 40px;
}

.dl-style1 {
  margin-bottom: 60px;
}
.dl-style1 dt {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.dl-style1 dd {
  line-height: 2.4;
  margin-bottom: 30px;
}
.dl-style1.border dd {
  padding-bottom: 30px;
  border-bottom: 1px dotted #cccccc;
}
.dl-style1.indent {
  margin-left: 1.5em;
}

.bx-wrapper {
  margin: 0 auto 60px;
}

.detail-slider {
  margin-bottom: 50px;
  height: 620px;
  overflow: hidden;
}
.detail-slider .thum {
  width: 100%;
  display: table;
  background: #e3e3e3;
}
.detail-slider .thum .thum-inner {
  width: 100%;
  height: 520px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.detail-slider .thum .thum-inner img {
  max-width: 85%;
  max-height: 85%;
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.detail-slider .video-slide {
  width: 100%;
  display: table;
}
.detail-slider .video-slide .video-slide-inner {
  width: 100%;
  height: 520px;
  display: table-cell;
  background: #e3e3e3;
  text-align: center;
  vertical-align: middle;
}
.detail-slider .video-slide .video-slide-inner .video-item {
  width: 737px;
  height: 414px;
  display: inline-block;
  position: relative;
}
.detail-slider .video-slide .video-slide-inner .video-item .if-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.detail-slider .detail-info {
  color: #fff;
  padding: 20px;
  background: #393c41;
  box-sizing: content-box;
}
.detail-slider .detail-info .ttl {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.detail-slider .detail-info .place {
  margin-bottom: 15px;
}
.detail-slider .detail-info .caption {
  line-height: 1.4em;
}

.bx-viewport .detail-slider {
  height: auto;
  overflow: hidden;
}

.content-item {
  margin-bottom: 50px;
}
.content-item .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.content-item .ttl-sub {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-item .indent {
  margin: 0 0 30px 1.5em;
}
.content-item .text {
  line-height: 2.4;
}
.content-item .text p {
  margin-bottom: 1em;
}

.attention-text {
  line-height: 1.8;
  padding: 18px 20px;
  margin-bottom: 30px;
  border: 1px dotted #cccccc;
}

.thum-side-box {
  display: table;
  table-layout: fixed;
  margin-bottom: 30px;
}
.thum-side-box .text, .thum-side-box .thum {
  vertical-align: top;
  display: table-cell;
}
.thum-side-box .text {
  padding-right: 50px;
}
.thum-side-box .thum {
  width: 200px;
}
.thum-side-box .thum figure img {
  width: 200px;
  border: 1px solid #cccccc;
}
.thum-side-box .thum figure figcaption {
  margin-top: 5px;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.detail-thum-list {
  text-align: center;
  letter-spacing: -.4em;
}
.detail-thum-list figure {
  width: 250px;
  margin-left: 15px;
  display: inline-block;
  letter-spacing: normal;
}
.detail-thum-list figure:first-child {
  margin-left: 0;
}
.detail-thum-list .figthum {
  width: 100%;
  display: table;
  background: #e3e3e3;
}
.detail-thum-list a {
  width: 250px;
  height: 250px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.detail-thum-list a img {
  max-width: 85%;
  max-height: 85%;
  border: 1px solid #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.detail-thum-list a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_loupe_white.png) 95% 95% no-repeat;
}
.detail-thum-list figcaption {
  text-align: left;
  margin-top: 10px;
  font-size: 1.1rem;
}

.side-img-content {
  display: table;
}
.side-img-content .text-area, .side-img-content .thum-area {
  display: table-cell;
  vertical-align: top;
}
.side-img-content .text-area {
  padding-right: 50px;
}
.side-img-content .thum-area {
  width: 200px;
}
.side-img-content .thum-area figure {
  margin-bottom: 10px;
}
.side-img-content .thum-area figure img {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}
.side-img-content .thum-area figure figcaption {
  font-size: 1rem;
  line-height: 1.4em;
}
.side-img-content .thum-area figure figcaption small {
  display: block;
  margin-bottom: 5px;
}

/*========================================
	public
========================================*/
.select-bn {
  top: 0;
  right: 0;
  position: absolute;
}
.select-bn select {
  border: 0;
  margin: 0;
  color: #fff;
  height: 31px;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 0px 16px 0px 47px;
  background: url(../img/icon_select_arrow.gif) 0 0 no-repeat #999;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.select-bn select:focus {
  border: none;
  outline: none;
}
.select-bn select::-ms-expand {
  display: none;
}

.dropdown-contents {
  padding-bottom: 20px;
}
.dropdown-contents .ttl {
  color: #fff;
  padding: 15px;
  cursor: pointer;
  font-size: 1.6rem;
  background: url(../img/icon_arrow_white_bottom.png) 95% 50% no-repeat #999999;
}
.dropdown-contents .ttl.open {
  background: url(../img/icon_arrow_white_top.png) 95% 50% no-repeat #d7322d;
}
.dropdown-contents .content {
  display: none;
  margin-bottom: 30px;
}

/*========================================
	window size small
========================================*/
@media screen and (max-width: 480px) {
  html body {
    font-size: 1.2em;
  }
  html body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .home .containar {
    min-width: 0;
    overflow: hidden;
  }

  .containar {
    display: block;
  }
  .containar .side-bar, .containar .contents {
    display: block;
  }
  .containar .side-bar {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
  }
  .containar .contents {
    width: 75%;
    overflow-x: hidden;
    margin-left: 25%;
  }

  .side-bar {
    width: 25%;
    padding-bottom: 80px;
  }
  .side-bar .side-bar-inner {
    padding-bottom: 20px;
  }
  .side-bar .logo {
    width: 60%;
  }
  .side-bar .logo a {
    margin: 0 auto;
    max-width: 70px;
  }
  .side-bar .access, .side-bar .closed {
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
  }
  .side-bar .access {
    margin-bottom: 10px;
  }
  .side-bar .closed {
    margin-bottom: 20px;
  }

  .gnav > ul > li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #cccccc;
  }
  .gnav > ul > li .tab1 {
    height: 80px;
    line-height: 1.4;
    font-size: 1.1rem;
    padding: 15px 10px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  .gnav > ul > li .tab1 .icon {
    display: block;
    margin: 0 auto 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .btn-donation {
    margin-top: 5px;
    padding: 0 10px;
  }
  .btn-donation a {
    padding: 5px;
    font-size: 1rem;
  }
  .btn-donation a span {
    padding-right: 8px;
    background: url(../img/icon_arrow_red.png) 100% 50% no-repeat;
    background-size: 3px 5px;
  }

  .sub-nav {
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  .sub-nav li {
    margin: 0 8px;
  }
  .sub-nav a {
    width: 100%;
    display: block;
    font-size: 1rem;
    padding: 8px 0 8px 10px;
  }

  .attention-list {
    padding: 0;
    margin-top: 15px;
  }
  .attention-list li {
    padding: 5px 10px;
    font-size: .9rem;
    margin-bottom: 0;
    line-height: 1.2em;
    background: none;
    background-size: 11px 9.5px;
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
  }

  .lang-bar {
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
  }
  .lang-bar .lang-bar-inner {
    max-width: 100%;
  }
  .lang-bar a {
    color: #fff;
    padding: 0 10px;
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
  .lang-bar a:first-child {
    border-left: 1px solid #fff;
  }
  .lang-bar a:last-child {
    border-right: 1px solid #fff;
  }
  .lang-bar .search-box {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 5px;
  }

  .footer {
    padding: 30px 15px;
  }
  .footer .fnav li {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .footer .fnav li:first-child a {
    border-left: 1px solid #000;
  }
  .footer .fnav li:last-child a {
    border-right: 1px solid #000;
  }
  .footer .copy {
    padding-top: 30px;
  }

  /*========================================
  top
  ========================================*/
  .event-panels {
    overflow: hidden;
    padding: 15px 15px 30px;
  }
  .event-panels .event-panels-inner {
    width: auto;
    position: relative;
    height: auto !important;
  }
  .event-panels .panel {
    float: none;
    position: static;
  }
  .event-panels .panel .item-content .day {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
  .event-panels .panel.pn-size1 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .event-panels .panel.pn-size1 .item-thum {
    height: auto;
    padding: 20px;
  }
  .event-panels .panel.pn-size1 .item-content {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .event-panels .panel.pn-size1 .item-content .item-content-inner {
    display: block;
  }
  .event-panels .panel.pn-size1 .item-content .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .event-panels .panel.pn-size2, .event-panels .panel.pn-size3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .event-panels .panel.pn-size2 .item-thum, .event-panels .panel.pn-size2 .item-content, .event-panels .panel.pn-size3 .item-content {
    height: auto;
  }
  .event-panels .panel.pn-size2 .item-thum, .event-panels .panel.pn-size3 .item-thum {
    width: 120px;
    padding: 10px 0;
  }
  .event-panels .panel.pn-size2 .item-content, .event-panels .panel.pn-size3 .item-content {
    padding: 15px;
  }
  .event-panels .panel.pn-size2 .item-content .ttl, .event-panels .panel.pn-size2 .item-content .ttl, .event-panels .panel.pn-size3 .item-content .ttl {
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .panels-block1, .panels-block2, .panels-block3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .panels-block1 {
    margin-bottom: 5px;
  }

  .panels-block2 .panel:last-child, .panels-block2 .panel:last-child {
    margin-bottom: 0;
  }

  .link-to-exhibition-list {
    margin: 30px 0 20px 0;
  }

  .panels-block1 + .link-to-exhibition-list {
    top: -15px;
  }

  .panels-block2 + .link-to-exhibition-list, .panels-block3 + .link-to-exhibition-list {
    top: -15px;
  }

  .panels-rigth {
    width: 100%;
  }
  .panels-rigth .calendar-panel, .panels-rigth .sub-info {
    margin-bottom: 0;
  }
  .panels-rigth .calendar-panel {
    float: none;
    margin-bottom: 20px;
  }
  .panels-rigth .sub-info {
    float: none;
  }
  .panels-rigth .news-panel {
    width: 100%;
  }

  .bnr-area1 {
    width: auto;
    padding-left: 40px;
    margin: 0 auto 60px;
  }

  .bnr-list1, .bnr-list2 {
    float: none;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .bnr-list2 {
    margin-left: 0;
  }

  .calendar-panel {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .calendar-panel .icons-notice {
    padding: 8px 0 0;
  }
  .calendar-panel .icons-notice span {
    font-size: 1.1rem;
    line-height: 13px;
  }

  .news-panel, .event-info-panel {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-panel .ttl, .event-info-panel .ttl {
    height: 31px;
    margin-bottom: 15px;
  }
  .news-panel .event-list li, .event-info-panel .event-list li {
    padding: 15px;
  }
  .news-panel .event-list li time, .event-info-panel .event-list li time {
    font-size: 1.1rem;
  }

  .bnr-area1 {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px;
  }

  .bnr-list1, .bnr-list2, .bnr-list3 {
    float: none;
    clear: both;
    margin-bottom: 15px;
  }
  .bnr-list1 .bnr-ttl, .bnr-list2 .bnr-ttl, .bnr-list3 .bnr-ttl {
    margin-bottom: 10px;
  }
  .bnr-list1 ul, .bnr-list2 ul, .bnr-list3 ul {
    overflow: hidden;
  }
  .bnr-list1 li, .bnr-list2 li, .bnr-list3 li {
    float: left;
    width: 48%;
    margin: 0 0 15px 4%;
  }
  .bnr-list1 li:nth-child(odd), .bnr-list2 li:nth-child(odd), .bnr-list3 li:nth-child(odd) {
    margin-left: 0;
  }

  .bnr-list2 {
    margin-left: 0;
  }

  .bnr-list3 ul {
    margin-right: 0;
  }

  .bnr-area2 {
    padding: 15px 15px 0;
  }
  .bnr-area2 .bnr-list4 {
    width: 100%;
  }
  .bnr-area2 ul {
    margin-right: 0;
  }
  .bnr-area2 li {
    float: left;
    width: 48%;
    margin: 0 0 15px 4%;
  }
  .bnr-area2 li:nth-child(odd) {
    margin-left: 0;
  }

  .sub-info {
    width: 100%;
    font-size: 1.1rem;
    padding: 15px;
  }
  .sub-info li {
    line-height: 1.4;
    margin-top: 10px;
  }
  .sub-info li:first-child {
    margin-top: 0;
  }

  .top-info-area {
    padding: 15px;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  /*========================================
  lower
  ========================================*/
  .lower .containar {
    min-width: 0;
  }

  .lower-content {
    width: 100%;
    padding: 15px 15px 0;
    min-width: 0;
    max-width: 100%;
  }

  .bread-crumbs {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .bread-crumbs a {
    max-width: 50px;
  }

  .page-ttl1 {
    font-size: 1.8rem;
    padding-left: 10px;
    margin-bottom: 20px;
    border-left: 3px solid #d7322d;
  }
  .page-ttl1 .bn-link {
    font-size: 1rem;
  }
  .page-ttl1 .hp-link {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .page-ttl1 .hp-link a {
    color: #888;
  }

  .page-ttl2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: url(../img/bd_dotted2.gif) 0 100% repeat-x;
  }

  .ex-list li:first-child {
    margin-top: 0;
  }
  .ex-list a {
    display: block;
    padding-right: 0;
    background: none;
  }
  .ex-list a:hover {
    -webkit-transition: none;
            transition: none;
    background: none;
    background-position: 100% 50%;
  }
  .ex-list a:hover .thum img {
    -webkit-transition: none;
            transition: none;
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
  }
  .ex-list .thum, .ex-list .detail {
    display: block;
  }
  .ex-list .thum {
    width: 100%;
    padding: 15px;
    height: 160px;
    margin-bottom: 10px;
  }
  .ex-list .thum img {
    max-width: 100%;
    max-height: 100%;
  }
  .ex-list .detail {
    padding: 0 15px 0 0;
    background: url(../img/icon_arrow_gray.png) 100% 50% no-repeat;
    background-size: 10px;
  }
  .ex-list .detail .ex-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .ex-list .detail dl {
    display: table;
    margin-bottom: 8px;
  }
  .ex-list .detail dl dt, .ex-list .detail dl dd {
    display: table-cell;
  }
  .ex-list .detail dl dt {
    font-size: 1.1rem;
  }
  .ex-list .detail dl dd {
    padding-left: 10px;
  }

  .content-block {
    margin-bottom: 30px;
  }

  .tabs {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tabs .tab {
    padding: 10px;
  }
  .tabs .tab span {
    font-size: 1.1rem;
    padding-left: 13px;
    background: url(../img/icon_arrow_dotted_red.png) 0 50% no-repeat;
  }

  .table-style1 {
    width: 100%;
  }
  .table-style1 th, .table-style1 td {
    float: left;
  }
  .table-style1 th {
    width: 100%;
    padding-bottom: 10px;
  }
  .table-style1 th span {
    color: #fff;
    display: block;
    background: #000;
    font-size: 1.2rem;
    padding: 5px 5px 5px 10px;
  }
  .table-style1 th span small {
    font-size: 1rem;
  }
  .table-style1 td {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
    line-height: 1.4;
  }

  .table-style2, .table-style4 {
    width: 100%;
  }
  .table-style2 th, .table-style2 td, .table-style4 th, .table-style4 td {
    width: 100%;
    float: left;
    line-height: 1.4;
    padding: 10px 10px;
    word-break: normal;
    border-top: none;
  }
  .table-style2 th, .table-style4 th {
    background: #eeeeee;
  }

  .table-style3 {
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 15px;
    border: 1px solid #efefef;
  }
  .table-style3 tr:last-child th, .table-style3 tr:last-child td {
    border-bottom: none;
  }
  .table-style3 th, .table-style3 td {
    padding: 10px;
    line-height: 1.4;
  }

  .flex-table {
    display: block;
  }
  .flex-table .item .ttl, .flex-table .item .cnt .box {
    border-right: none;
    padding: 10px 10px;
  }

  /*========================================
  exhibition
  ========================================*/
  .lnav .lnav-inner {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    text-align: right;
  }
  .lnav a {
    font-size: 1rem;
    margin-right: 0;
    margin-left: 10px;
    text-decoration: none;
  }

  .exhibition-detail .notice {
    line-height: 2;
    margin-bottom: 20px;
  }
  .exhibition-detail .tichet-fee {
    line-height: 1;
    border: 1px dotted #cccccc;
  }
  .exhibition-detail .tichet-fee th, .exhibition-detail .tichet-fee td {
    float: none;
    padding-bottom: 0;
    word-break: normal;
    border: 1px dotted #cccccc;
  }
  .exhibition-detail .tichet-fee th {
    width: auto;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    background: #d7322d;
  }
  .exhibition-detail .tichet-fee td {
    padding: 10px;
    background: #eeeeee;
  }
  .exhibition-detail .tichet-fee .attention {
    padding: 15px;
    font-size: 1rem;
  }
  .exhibition-detail .tichet-fee .attention img {
    width: 100%;
  }

  .sq-icon-list li:before {
    background: url(../img/icon_sq_gray.gif) 0 7px no-repeat;
  }

  .detail-constitution .page-ttl2 {
    margin-bottom: 30px;
  }

  .dl-style1 {
    margin-bottom: 30px;
  }
  .dl-style1 dt {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .dl-style1 dd {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .dl-style1.border dd {
    padding-bottom: 20px;
  }
  .dl-style1.indent {
    margin-left: 1.5em;
  }

  .bx-wrapper {
    margin: 0 auto 20px;
  }

  .detail-slider {
    height: auto;
    margin-bottom: 30px;
  }
  .detail-slider .thum {
    width: 100%;
    display: table;
    background: #e3e3e3;
  }
  .detail-slider .thum .thum-inner {
    width: 100%;
    height: 240px;
  }
  .detail-slider .video-slide {
    width: 100%;
    display: table;
  }
  .detail-slider .video-slide .video-slide-inner {
    width: 100%;
    height: 240px;
    display: table-cell;
    background: #e3e3e3;
    text-align: center;
    vertical-align: middle;
  }
  .detail-slider .video-slide .video-slide-inner .video-item {
    height: 0;
    width: 90%;
    padding-bottom: 56.25%;
    display: inline-block;
    position: relative;
  }
  .detail-slider .video-slide .video-slide-inner .video-item iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .detail-slider .detail-info {
    color: #fff;
    padding: 20px;
    background: #393c41;
  }
  .detail-slider .detail-info .ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .detail-slider .detail-info .place {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .detail-slider .detail-info .copy {
    font-size: 1rem;
  }

  .content-item {
    margin-bottom: 30px;
  }
  .content-item .ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .content-item .ttl-sub {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .content-item .indent-block {
    margin: 0 0 20px 1em;
  }
  .content-item .text {
    line-height: 2;
  }

  .attention-text {
    padding: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .thum-side-box {
    display: block;
    margin-bottom: 30px;
  }
  .thum-side-box .text, .thum-side-box .thum {
    display: block;
  }
  .thum-side-box .text {
    padding-right: 0;
  }
  .thum-side-box .thum figure {
    display: inline-block;
  }

  .detail-thum-list figure {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .detail-thum-list figure:first-child {
    margin-left: 0;
  }
  .detail-thum-list a {
    width: 100%;
    background: #e3e3e3;
  }
  .detail-thum-list figcaption {
    margin-top: 5px;
    font-size: 1.1rem;
  }

  .side-img-content {
    display: block;
  }
  .side-img-content .text-area, .side-img-content .thum-area {
    display: block;
  }
  .side-img-content .text-area {
    padding-right: 0;
  }
  .side-img-content .thum-area {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  .side-img-content .thum-area figure {
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .side-img-content .thum-area figure img {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
  }
  .side-img-content .thum-area figure figcaption {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4em;
  }
  .side-img-content .thum-area figure figcaption small {
    display: block;
    margin-bottom: 5px;
  }

  /*========================================
  public
  ========================================*/
  .select-bn {
    position: static;
    margin-bottom: 20px;
  }

  .dropdown-contents {
    padding-bottom: 15px;
  }
  .dropdown-contents .ttl {
    padding: 8px 24px 8px 8px;
    font-size: 1.3rem;
    line-height: 1.4;
    background-size: 11px 8px;
  }
  .dropdown-contents .ttl.open {
    background-size: 11px 8px;
  }
  .dropdown-contents .content {
    margin-bottom: 20px;
  }
}
/*========================================
general style
========================================*/
.clearfix, .panels-block1, .panels-block2,  .panels-block3, .lnav {
  zoom: 1;
}

.clearfix:before, .panels-block1:before, .panels-block2:before, .panels-block3:before, .lnav:before, .clearfix:after, .panels-block1:after, .panels-block2:after, .panels-block3:after, .lnav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .panels-block1:after, .panels-block2:after, .panels-block3:after, .lnav:after {
  clear: both;
}

.font-b {
  font-weight: bold;
}

.line-height {
  line-height: 2;
}

.align-c {
  text-align: center;
}

.fit-list-disc {
  display: table;
}
.fit-list-disc li {
  display: table-row;
}
.fit-list-disc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.fit-list-disc li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.fit-list-ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.fit-list-ol li {
  display: table-row;
  counter-increment: table-ol;
}
.fit-list-ol li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.fit-list-ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

/**
 * This file is part of Shadowbox <http://shadowbox-js.com/>
 */
#shadowbox {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#shadowbox img {
  border: none;
}

#shadowbox * {
  outline: 0;
  /* Disable dotted outline in Firefox */
}

#sb-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

#sb-wrapper {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 50%;
  top: 50%;
}

#sb-body,
#sb-content,
#sb-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sb-content {
  background: black;
}

#sb-cover {
  background: black;
}

#sb-close,
#sb-next,
#sb-prev {
  display: none;
  cursor: pointer;
  position: absolute;
}

#shadowbox.active #sb-close,
#shadowbox.has-next #sb-next,
#shadowbox.has-prev #sb-prev {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
}

#sb-close {
  right: 0;
  top: -30px;
  width: 30px;
  height: 30px;
  background: url(../img/icon_close.png);
}

#sb-next, #sb-prev {
  width: 15px;
  height: 26px;
}

#sb-next {
  right: -25px;
  top: 50%;
  background: url(../img/icon_arrow_white_next.png);
}

#sb-prev {
  left: -25px;
  top: 50%;
  background: url(../img/icon_arrow_white_prev.png);
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  overflow: hidden;
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: right;
  padding-top: 15px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  margin-left: 10px;
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #999999;
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #d7322d;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
}
.bx-wrapper .bx-prev:after {
  left: 25%;
}

.bx-wrapper .bx-next {
  right: 0;
}
.bx-wrapper .bx-next:after {
  right: 25%;
}

.bx-wrapper .bx-controls-direction a {
  top: 0;
  position: absolute;
  width: dvcPctg(30);
  padding: 0 dvcPctg(16);
  box-sizing: content-box;
  height: 100%;
  text-indent: -9999px;
  z-index: 99;
}
.bx-wrapper .bx-controls-direction a:after {
  top: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  content: '';
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.event-panels .panel.pn-size3 .item-content {
  background-image: url(../img/icon_anniversary.png);
}
