@charset "utf-8";
/* CSS Document */

.media-list .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
column-gap: 5%;
}

.media-list .add > ul {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.media-list .add > ul > li{width: 31%;padding-bottom: 0; border-bottom: none; box-shadow: 0 0 4px rgba(0,0,0,0.3);margin-bottom: 30px;}
.media-list .add > ul > li img {box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);float: none;}
.media-list .add > ul > li .thumb{width: 100%;}
.media-list .add > div.main_mv{width:100%;display: flex;justify-content: space-between;margin-bottom: 30px;border-bottom: none;}
.media-list .add > div.main_mv div:first-child {float: none;width:50%;}
.media-list .add > div.main_mv div:first-child img{box-shadow: 2px 2px 2px 0px rgba(0,0,0,.1);}
.media-list .add > div.main_mv div:last-child {width:50%;padding: 0px 20px; border-bottom: none;}
.media-list .add > div h2 {text-align: left; font-weight: bold; padding-bottom: 6px;}
.media-list .add > ul h2 {text-align: center; font-weight: bold; padding: 10px;}
.media-list .add > div .thumb {width: 100%;position: relative;}
.media-list .add  .thumb .ico{width: 100%;position:absolute; top: 0; left: 0%;margin-left: 0;}
.main_mv{
	align-self: flex-start;
}
.area_title{
	width:100%;
}
.first_text{
	max-width: 66%;
	min-width:48%;

}
.add_text a{
	position:relative;
	padding-left: 21px;
}
.add_text a::before {
	position:absolute;
	content:"";
	background-image: url("/images/yajirushi01.png");
	background-size: cover;
	display: inline-block;
	width: 21px;
	height: 21px;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.area_title p{
	font-weight: 600;
	width: 100%;
	display: inline-block;
	padding:0 20px;
	height: 2.4em;
	line-height: 2.4em;
	margin-bottom:30px;
	box-sizing: border-box;
	background: #f1f1f1;
    border-left: solid 5px #00aca9;
}
.area_title p:not(.mt_0){
	margin-top:  30px;
}

.exhibition-title {
    background-image: url(../../../common/img/bg_title.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 80px;
}
.exhibition-title h1 {
    max-width: 1300px;
    text-align: center;
    font-size: 2em;
    color: #FFF;
    margin: 0 auto;
    padding: 1.5em;
}
.media-list li .news-txt h2 {
	margin-bottom: 10px;
	font-weight: bold;
}
.lead {padding: 30px 30px 0;}
.chui-area {
	margin: 20px auto 30px;
	padding: 20px 20px 0;
	width: 70%;
}
.chui-area p {
	width: 81%;
	margin: 0 auto 20px;
	text-align: center;
}
.chui-area span {
	padding: 0 10px;
}
form dl{
	margin:20px 0;
}
#ques table tr {
	height: 2em;
}
#ques table tr th{
		padding-right:1.5em;
}
.home {
	margin: 30px auto 20px;
}
.home a {
	display: block;
	font-size: 18px;
    padding: 8px 20px;
	border: 1px solid #767676;
	background-color: #efefef;
	text-align: center;
	width: 30vw;
	margin: 0 auto;
}
.eco {
	margin: 0 auto 5px;
	overflow: hidden;
	width: 80%;
}
.eco .eco_txt p {
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}
.eco img {
	float: left;
	margin-right: 20px;
}

.praddress{
	margin: 20px auto;
	width: 80%;
	overflow: hidden;
}
.praddress dt, .praddress dd {margin-bottom: 10px;}
.praddress dt {
	float:left;
	clear:left;
	width: 16%;
}
.praddress dd {
	float:left;
	width: 80%;
}

.mg05b {margin-bottom: 5px !important;}
.mg10b {margin-bottom: 10px !important;}
.mg20b {margin-bottom: 20px !important;}
.mg30b {margin-bottom: 30px !important;}
.mg20t {margin-top: 20px !important;}

.period {
	text-align: center;
    margin: 20px auto 30px;
    background-color: red;
    color: #fff;
    padding: 10px;
    width: 400px;
}

.gallery {
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.gallery div {
	width: 20%;
    padding: 5px 5px 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery div img {
    max-width: 100%;
    height: auto;
}

.link {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.link a {
	display: block;
	width: 40%;
	padding: 0.6em 0;
	background: #00abc4;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin: 0 20px;
}
.link a:before {
	content:"▼";
	font-size: 80%;
	margin-right: 5px;
}
#ques {
	margin-top: -90px;
    padding-top: 90px;
}
#ques iframe{
	width:100%;
}
#gall {
	margin-top: -90px;
    padding-top: 90px;
}

.movie {
    margin: 30px auto;
	padding: 50px;
    border: #dedede 1px solid;
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 38%);
    background-color: #FFF;
	position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.movie-inner {
	position: relative;
    padding-bottom: 56.25%;
}
.movie  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

textarea{
	background-color:white;
}
@media only screen and (max-width: 950px) {
.praddress dt {margin-bottom: 5px;}
.praddress dt, .praddress dd {float: none; width: 100%;}
}

@media only screen and (max-width: 800px) {
.home a {width: 60vw;}
}
@media only screen and (max-width: 700px) {
iframe {width: 90%; height: 300px;}
}
@media only screen and (max-width: 868px) {
.media-list .add > ul > li{width: 48%;}
.media-list .add div.main_mv{width:100%; display: block;}
.media-list .add > div.main_mv div:first-child  {width:100%; margin-bottom: 20px;}
.media-list .add > div.main_mv div:last-child{width:100%;}
}
@media only screen and (max-width: 834px) {
.exhibition-title {margin-top: 60px;}
.chui-area {width: 100%;}
.link {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.link a {
	width: 100%;
	margin: 0 0 10px 0;

}
@media only screen and (max-width: 600px) {
	.media-list {padding: 15px;}
	
	.chui-area span {
		padding: 0 5px;
	}
	input[type="checkbox"] {
		vertical-align: middle;
		line-height: 25px;
	}
	input[type="submit"] {padding: 0 20px;}
	.gallery div {width: 33.3333%;}
	.movie {padding: 15px;}
}
@media only screen and (max-width: 500px) {
.chui-area p {width: 90%;}
.eco {text-align: center; width: 90%;}
.eco img {float: none; margin: 0 auto;}
.praddress {width: 90%;}
}
@media only screen and (max-width: 618px) {
.media-list .add li:not(.main_mv){width: 100%;}

}
@media only screen and (max-width: 480px) {

.chui-area {padding: 15px 15px 0;}
/*
.chui-area span {
	display: block;
	width:100%;
	padding: 0 15vw;
}
*/
.gallery div {
    width: 50%;
}
}
@media only screen and (max-width: 450px) {
.home a {width: 60vw;}
}