@charset "utf-8";

/****************************************************************************************************************************
	利用案内
****************************************************************************************************************************/

article.under section.exhibition_archive .w1000 > ul{
    margin-left: auto;
    margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

article.under section.exhibition_archive .w1000 > ul li{
  background: #0d547e;
  width:30%;
  text-align: center;
}

article.under section.exhibition_archive .w1000 > ul.slide li{
   background: none; 
   margin:auto;
}

article.under section.exhibition_archive .w1000 > ul li a{
  color: #fff;
  display: block;
  padding:30px 0;
  font-size:20px;
  width: 100%;
  height: 100%;
  line-height:1.3em;
  position:relative;
}

article.under section.exhibition_archive .w1000 > ul li a:before {
  content:"";
  width: 5px;
  height: 14px;
  border-right: solid 1px #fff;
  transform: rotate(55deg);
  position: absolute;
  left: calc(50% - 2px);
  bottom:7px;
}
article.under section.exhibition_archive .w1000 > ul li a:after {
  content:"";
  width: 5px;
  height: 14px;
  border-right: solid 1px #fff;
  transform: rotate(-55deg);
  position: absolute;
  left: calc(50% - 13px);
  bottom:3px;
 }


.slick-slide .img{
    width: 284px;
    height: 242px;
    overflow: hidden;
    position: relative;
}

.slick-slide .img img{
    display: block;
    width: 350px;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

section.exhibition_detail{
  margin:80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

section.exhibition_detail .img{
  position: relative;
}
section.exhibition_detail .text{
  background: #f0ebe2;
  width: 50%;
    height: 323px;
    overflow: hidden;
        padding:50px;
        box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.exhibition_detail h3{
  position:relative;
  color:#3e3a39;
  font-size:26px;
  margin-bottom:20px;
}
section.exhibition_detail h3 span{
  display: inline-block;
  position:relative;
  color:#ab8050;
  }

section.exhibition_detail h3:after{
    position:absolute;
    display: inline-block;
    content: "";
    width: 100%;
    border-bottom: 2px solid #004066;
    bottom:-10px;
    left:0;
}
section.exhibition_detail h3 span:after{
  position:absolute;
display: inline-block;
    content: "";
    width: 100%;
    border-bottom: 2px solid #ab8050;
    bottom:-10px;
    left:0;
    z-index: 2;
  }

section.exhibition_detail h3.sp{
  display: none;
}

section.corner01{
  width: 1000px;
  margin-right:auto;
  margin-left:auto;
}

section.corner02{
  width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
  }

section.corner03{
  width: 1100px;
  margin-right:auto;
  margin-left:auto;
  }

section.corner04{
  width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
  margin-right:auto;
  margin-left:auto;
  }

section.corner01 .img p.img_wrap{
  width: 524px;
    height: 323px;
    overflow: hidden;
    position: relative;
  }


section.corner01 .img img{
display: block;
    width: 600px;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

section.corner02 .img p.img_wrap{
  width: 583px;
    height: 404px;
    overflow: hidden;
    position: relative;
  }

section.corner02 .img img{
display: block;
    width: 650px;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

section.corner02 .img p{
  text-align: right;
}

section.corner03 .img img{
display: block;
    width: 650px;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

section.corner04 .img img{
display: block;
    width: 650px;
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

section.corner04 .img p{
  text-align: right;
}

.now{
  background: #fff;
  padding-bottom:80px;
}

.now h3.blue {
  border-top: 2px solid #004066;
  border-bottom: 2px solid #004066;
  font-size:31px;
  line-height: 1.5em;
  padding:20px 0;
  margin:20px auto;
  width: 800px;
  margin-right:auto;
  margin-left:auto;
}

.slick-next:before{
  font-family:FontAwesome!important;
  content:"\f105"!important; 
  color:#004066!important; 
  right:0!important;
}

.slick-prev:before{
  font-family:FontAwesome!important;
  content:"\f104"!important; 
  color:#004066!important; 
}

.next-arrow {
    right: 10px;
    width: 33px;
    height: 33px;
}

p.date{
  margin-bottom:20px;
  font-size:20px;
}

.pdf a{
  margin-top:50px;
  display: inline-block;
    background: #004066;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    /* padding: 15px 10px 15px 60px; */
    padding: 15px 15px;
    position: relative;

}
/* .pdf a:before{
    content: url(../../img/tabata/pdf_icon.png);
    position: absolute;
    left: 20px;
    bottom:5px;
} */

section.past{
   padding-bottom:80px; 
   background-color: #fff;
}

section.past ul.w1000 li:last-child{
  border-bottom:1px solid #7b7b7b;
}

section.past ul.w1000 li .wrap{
 width:900px;
}

section.past ul.w1000 li .pdf{
  width:245px;
}

section.past ul.w1000 li .pdf a{
  margin-top:0;
}

.category span{
  background: #004066;
  color:#fff;
  padding:10px 10px;
}


section.past ul.w1000 {
  margin-bottom: 60px;
}
section.past ul.w1000 li{
  width: 100%;
  border-top:1px solid #7b7b7b;
}

section.past ul.w1000 li:last-child{
  border-bottom:1px solid #7b7b7b;
}

section.past ul.w1000 li a{
  display: block;
  position: relative;
  padding: 20px 50px;
}

section.past ul.w1000 li a:before {
  content:"";
  width: 5px;
  height: 12px;
  border-right: solid 1px #505050;
  transform: rotate(35deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 50px;
}

section.past ul.w1000 li a:after {
  content:"";
  width: 5px;
  height: 12px;
  border-right: solid 1px #505050;
  transform: rotate(-35deg);
  position: absolute;
  top: calc(50% - 11px);
  right: 50px;
 }

section.past ul.w1000 li a .category{
  display: flex;
  text-align: center;
  margin-bottom: 15px;
}

section.past ul.w1000 li a .category span{
  padding:5px;
  width: 120px;
  margin-right: 10px;
}

section.past ul.w1000 li a .category span{
  display: block;
  background:#004066;
  color:#fff;
  }

section.past ul.w1000 li a .category span.event{
  display: block;
  background:#ab8050;
  color:#fff;
  }

section.past ul.w1000 li a .sub_title {
    color: #004066;
    margin-bottom: 10px;
}

section.past ul.w1000 li a .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

section.past p.btn a {
    display: block;
    width: 180px;
    color: #fff;
    text-align: center;
    background-color: #004066;
    padding: 5px 20px;
    margin: 30px auto 70px auto;
    cursor: pointer;
}

.exhibition_detail .play p{
    margin-top:10px;
    padding: 5px 100px;
    display: inline-block;
    background: #004066;
    color: #fff;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}

.exhibition_detail .play p:before {
    content: url(../../img/tabata/play_icon.png);
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -14px;
}

div.pager {
  width: 100%;
}
.pager .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager .pagination li {
  margin: 0 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}

.pager .pagination li.pre,
.pager .pagination li.next{
  width: 130px;
  height: 50px;
  text-align: center;
  margin: 0 30px;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #004066;
  border: 1px #004066 solid;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #004066;
  border-color: #004066;
}


/****************************************************************************************************************************
検索
****************************************************************************************************************************/
main {
  background: none;
}

article.under section.exhibition_archive .search {
	width: 1000px;
  margin: 0 auto 20px;
}
article.under section.exhibition_archive .search h2{
  position: relative;
  padding: 10px 20px;
  margin: 20px 0 5px;
  font-size: 16px;
  color: #505050;
  background: #f0ebe2;
}

article.under section.exhibition_archive .search h2 span{
	position:absolute;
	right:10px;
	top:14px;
	padding:0 3px;
	font-size:20px;
	cursor:pointer;
	width: 20px;
	height: 20px;
}
article.under section.exhibition_archive .search h2 span:before,
article.under section.exhibition_archive .search h2 span:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #505050;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

article.under section.exhibition_archive .search h2 span:after {
	background: #505050;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
article.under section.exhibition_archive .search h2 span.active:after {
	transform: rotate(0);
	transition: 0.5s;
}

article.under section.exhibition_archive .search h2:after{
	display: none;
}

article.under section.exhibition_archive .search .list{
	margin-bottom:20px;
}

article.under section.exhibition_archive .search dl{
	display: flex;
	flex-wrap: wrap;
	border-top:solid 1px #c6c7c8;
	border-right:solid 1px #c6c7c8;
	border-left:solid 1px #c6c7c8;
}
article.under section.exhibition_archive .search dl:nth-child(2){
	border-top:none;
}
article.under section.exhibition_archive .search dl dt{
	width: 20%;
	height: 55px;
	background:#e9e9e9;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:solid 1px #c6c7c8;
}

article.under section.exhibition_archive .search dl dd{
	height: 55px;
	width: 80%;
	display: flex;
	align-items: center;
	border-bottom:solid 1px #c6c7c8;
}

article.under section.exhibition_archive .search dl dd ul{
	display: flex;
	flex-wrap: wrap;
}

article.under section.exhibition_archive .search dl dd ul li{
  margin-left:20px;
}

article.under section.exhibition_archive .search p.btn{
	display: inline-block;
	width: 180px;
	color: #fff;
	background-color: #004066;
	padding:5px 20px;
	margin:30px auto 70px auto;
	cursor:pointer;
}
/* 検索ボタン */
article.under section.exhibition_archive .search button {
    display: inline-block;
    width: 180px;
    color: #fff;
    background-color: #004066;
    padding: 5px 20px;
    margin: 50px auto 70px auto;
    cursor: pointer;
	font: inherit;
	letter-spacing: 0.1em;
}


article.under section.exhibition_archive .search input[type="checkbox"].on-off{
    display: none;
}

article.under section.exhibition_archive .search .list {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

article.under section.exhibition_archive .search input[type="checkbox"].on-off:checked + .list{
    height: 0;
    overflow: hidden;
}

article.under section.exhibition_archive .search input[type="checkbox"].on-off + .list{
    height: 200px;
}
@media screen and (max-width: 920px){

  section.past ul.w1000 {
    padding: 0 1rem;
  }

	article.under section.exhibition_archive .search input[type="checkbox"].on-off:checked + .list{
		height: 0!important;
		overflow: hidden!important;
	}
	article.under section.exhibition_archive .search input[type="checkbox"].on-off + .list{
				height: auto;
	}

}

article.under section.exhibition_archive .search .checkbox{
  display: none;
}
article.under section.exhibition_archive .search .parts{
  padding-left: 22px;
  position:relative;
  margin-right: 20px;
}
article.under section.exhibition_archive .search .parts:before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #c6c7c8;
}
article.under section.exhibition_archive .search .checkbox:checked + .parts{
}
article.under section.exhibition_archive .search .checkbox:checked + .parts:after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 5px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #004066;
  border-right: 3px solid #004066;
}
article.under section.now .w1000 > ul{
  margin-top: 90px;
}

@media screen and (max-width: 1120px) {
  article.under section.exhibition_archive .search{
    width: 100%;
  }
  article.under section.exhibition_archive .search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  article.under section.exhibition_archive .search h2 {
    margin: 1rem!important;
  }
  form div.list {
    margin: 0 1rem 0!important;
  }
  article.under section.exhibition_archive .search dl dd{
    height: auto;
    flex-wrap: wrap-reverse;
    width: 70%!important;
  }
  article.under section.exhibition_archive .search dl dt{
    height: auto;
    flex-wrap: wrap-reverse;
    width: 30%!important;
  }
  article.under section.exhibition_archive .search input[type="checkbox"].on-off:checked + .list{
    height: auto;
  }
  article.under section.exhibition_archive .search button{
    margin: 30px auto;
  }

  article.under section.news .w1000 > ul{
    padding-top: 0;
  }
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/

@media screen and (max-width: 1120px) {

section.exhibition_detail h3.pc{
  display: none;
}

section.exhibition_detail h3.sp{
  display: block;
  line-height: 2em;
}
section.exhibition_detail h3{
  font-size:25px;
}
section.exhibition_detail h3 span{
  display: inline;
}
section.exhibition_detail h3:after{
    bottom: 1px;
}

article.under section.exhibition_archive .w1000 > ul{
  width: 100vw;
  margin:0;
  margin-left:-1rem;
}

article.under section.exhibition_archive .w1000 > ul li{
  width: 33.333%;
  border-right:1px solid #fff;
}

article.under section.exhibition_archive .w1000 > ul li:last-child{
  border:none;
}
article.under section.exhibition_archive .w1000 > ul li a {
  font-size: 12px;
}
article.under section.exhibition_archive .w1000 > ul li a:before {
  width: 5px;
  height: 8px;
  left: calc(50% - 4px);
  bottom:7px;
}
article.under section.exhibition_archive .w1000 > ul li a:after {
  width: 5px;
  height: 8px;
  left: calc(50% - 11px);
  bottom:3px;
 }
article.under section.exhibition_archive .txt_center{
  text-align: center;
}

section.exhibition_detail{
   -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
}
section.corner01 .img p.img_wrap,section.corner02 .img p.img_wrap,section.corner03 .img p.img_wrap,section.corner04 .img p.img_wrap{
  width: 100%;
  height:auto;
  position:static;
  overflow: visible;
}

section.corner01 .img img,section.corner02 .img img,section.corner03 .img img,section.corner04 .img img{
  width: 100%;
  height:auto;
  position:static;
}

section.corner02 .img p,section.corner04 .img p{
  text-align: left;
}

section.exhibition_detail .text{
  width: 100%;
  height: auto;
}

section.corner01,section.corner02,section.corner03,section.corner04{
   /* padding-right:10px;
  padding-left:10px; */
  padding-right:1rem;
  padding-left:1rem;
  width: 100%;
}

section.exhibition_detail .text{
  /* padding:20px 0; */
  padding:20px;
}

.now{
  width: 100%;
  padding-top: 0;
  border-top: 1px #fff solid;
}

.now h3,
.now h3.blue{
  width: 100%;
  font-size:25px;
}
.now > h2 + .txt_center{
  text-align: center;
}

.now > h3 + .txt_center{
  text-align: center;
}

.now .pdf a{
  display: block;
}

.now .txt_center{
  text-align: center;
}

section.past .w1000 {
  padding: 0;
}

section.past ul li .pdf,section.past ul li .pdf a{
  display: inline;
}

section.past ul li .wrap{
  display: block;
  width: 100%;
}

section.past ul li .wrap .pdf a{
  background:transparent;
  color:#004066;
}

section.past ul li .wrap .pdf a:before{
  content:"PDF";
  color:#004066;
  bottom: 0;
  top:0;
}

section.past ul li .wrap .pdf a{
padding: 0px 10px 0px 60px;
}


section.past ul.w1000 li .wrap{
  width: 100%;  
}
section.past ul.w1000 li a{
  display: block;
  width: 100%;
  padding: 15px 0 5px;
}
section.past ul.w1000 li a:before {
    width: 8px;
    height: 22px;
    top: calc(50% - 1px);
    right: 6px;
}
section.past ul.w1000 li a:after {
  width: 8px;
  height: 22px;
  top: calc(50% - 14px);
  right: 5px;
 }
section.past ul.w1000 li a .category{
  margin-bottom: 0;
}
section.past ul.w1000 li a .category span{
  margin-bottom: 10px;
}




.pager .pagination li {
  margin: 0 1.2%;
  width: 15px;
  height: 15px;
}
.pager .pagination li.pre,
.pager .pagination li.next{
  width: 95px;
  height: 30px;
  margin: 0 1.2%;
}
.pager .pagination li a {
  font-size: 10px;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
  font-size: 14px;
  letter-spacing: 0.01em !important;
}



.slick-slide .img{
    width: 350px;
    overflow: visible;
    position: static;
    margin:0 auto;
}

.slick-slide .img img{
    display: block;
    width: 350px;
    position: static;
    margin:0 auto;
}

.exhibition_detail .play p{
    margin-top:10px;
    padding: 5px 50px 5px 80px;
    display: inline-block;
    background: #004066;
    color: #fff;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}


  }

  /****************************************************************************************************************************
動画ポップアップ
****************************************************************************************************************************/
.movieArea{
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.movieArea.on{
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.movieArea.on.view{
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.movieArea .movieArea_pop{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.movieArea .movieArea_pop .movieArea_pop_in{
  display: block;
  position: relative;
  z-index: 2002;
}

.movieArea .movieArea_pop .movieArea_pop_in video{
  width: 800px;
  height: auto;
}


/* 背景 */
.movieArea .movieArea_pop_bg{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background-color: rgba(0,0,0,0.6);
  cursor:pointer;
}

.movieArea .movieArea_pop_bg .closeBtn{
  width: 41px;
  height: 41px;
  position: relative;
  margin: 20px 20px auto auto;
  cursor:pointer;
}

.movieArea .movieArea_pop_bg .closeBtn:before{
  content: '';
  width: 41px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.movieArea .movieArea_pop_bg .closeBtn:after{
  content: '';
  width: 1px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 920px){
  .movieArea .movieArea_pop .movieArea_pop_in{
    padding: 30px;
  }
  .movieArea .movieArea_pop .movieArea_pop_in video{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px){
  .movieArea .movieArea_pop .movieArea_pop_in{
    padding: 10px;
  }
  .movieArea .movieArea_pop_bg .closeBtn{
    width: 31px;
    height: 31px;
    margin: 10px 10px auto auto;
  }
  .movieArea .movieArea_pop_bg .closeBtn:before{
    width: 31px;
    height: 1px;
  }
  .movieArea .movieArea_pop_bg .closeBtn:after{
    width: 1px;
    height: 31px;
  }
}





/****************************************************************************************************************************
20201005追加
****************************************************************************************************************************/

@media screen and (min-width: 641px) { 
  section.exhibition_detail .text{
      height: 323px;
  }

  section.corner02 .img p.img_wrap {
      width: 450px;
  }

  section.exhibition_detail.corner02 .text{
      height: 404px!important;
  }
  section.exhibition_detail.corner03 .text{
      height: 342px!important;
  }
  section.exhibition_detail.corner03 .caption{
    left: 25px!important;
    bottom: 30px!important;
  }
  section.corner04 .img p.img_wrap{
    width: 475px;
    height: 323px;
    overflow: hidden;
    position: relative;
  }
  section.corner03 .img img{
    display: block;
    width: 100%;
    position: absolute;
    top: -50%;
    left: -43%;
    right: -50%;
    bottom: -50%;
    margin: auto;
  }
  section.corner03 .img p.img_wrap{
    width: 480px;
      height: 400px;
      overflow: hidden;
      position: relative;
  }

}

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

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