@charset "UTF-8";


/*----------------------------------------------------------------------------*/
#coverart {
	width: 100%;
	height: calc( 100vh - 149px );
	/* min-height: calc( 600px ); */
	max-height: calc( 100vw * 0.578 );
	position: relative;
	top: 0px;
	margin: 0 auto;
}

#coverart .pane {
	width: 100%;
	height: 100%;
	position: relative;
}

#coverart .pane li {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
#coverart .pane li img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#coverart .information {
	width:100%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	z-index: 1000;
	padding:25px;
	background:rgba(204,0,0,0.9);
	line-height:1.4;
	box-sizing: border-box;
}

#coverart .information a{
	color:#ffffff;
}

#coverart .arrowL, #coverart .arrowR{
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid;
	z-index: 999;
	top:0;
	bottom:0;
	margin:auto;
	display: none;
}
#coverart .arrowL{
	left:40px;
	border-color:  transparent transparent #666 #666;
	transform: rotate(45deg);
}
#coverart .arrowR{
	right:40px;
	border-color: #666 #666 transparent transparent;
	transform: rotate(45deg);
}


/*----------------------------------------------------------------------------*/
#exhibition, #donation, #guide {
	width: 100%;
/*	height: 297px;
	margin: 0 0 25px; */
 	padding: 90px 0;
}
#exhibition, #donation{
	background-color: #EEE;
}

#exhibition h2, .info-box h2, #donation h2, #guide h2 {
	margin: 0 0 40px;
	height: auto;
	font-size:22px;
	font-weight: 700;
	text-align: center;
}
.info-box h2 {
	margin-top:90px;
}

#exhibition h2 span, .info-box h2 span, #donation h2 span, #guide h2 span {
	display: inline-block;
	border-bottom: 1px solid #666;
	padding:0 20px 12px;
}

.info-box ul li{
	position: relative;
}
.info-box ul li dl p{
	margin:0;
	padding:20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
}


#exhibition ul{
	display: flex;
	width:calc(100% - 10%);
	margin: auto;
	flex-wrap: wrap;
}
#exhibition li {
	position: relative;
	width:calc( 31% - (8px * 2) );
	background:#FFF;
	padding:8px;
}
#exhibition li:nth-of-type(n+2) {
	margin-left: calc( 7% / 2);
}
#exhibition li:nth-of-type(3n + 1) {
	margin-left: 0;
}
#exhibition li:nth-of-type(n+4) {
	margin-top: calc( 7% / 2);
}
#exhibition li:last-child { float: right; }
#exhibition li:first-child { float: left; }

#exhibition .schedule {
	margin: 16px 0 0;
	font-size: 14px;
	color:#666;
}
#exhibition .schedule span{

}

#exhibition h3 {
	margin-top:24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #000;
}
#exhibition h3 a {
	color: #000;
	text-decoration: none;
}

#exhibition .appendix {
	width: 480px;
/*	position: absolute; */
	top: 158px;
	font-size: 10px;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 0.1em;
/*	height: 116px; */
/*	overflow: hidden; */
	margin-top: 80px;
}

#exhibition .appendix.jp { width: 324px; }
#exhibition .appendix dt { float: left; }
#exhibition .appendix dd { float: left; width: 280px; padding: 0 0 6px; }

/*#exhibition .appendix.en dd { width: 400px; }
#exhibition .appendix.ch dd { width: 420px; }
#exhibition .appendix.ko dd { width: 420px; }
#exhibition .appendix.tc dd { width: 420px; }
*/

#exhibition .appendix.en dt { clear:both; }
#exhibition .appendix.ch dt { clear:both; }
#exhibition .appendix.ko dt { clear:both; }
#exhibition .appendix.tc dt { clear:both; }

#exhibition .appendix.en dd { float: left; width: 260px; padding: 0 0 6px; }
#exhibition .appendix.ch dd { float: left; width: 260px; padding: 0 0 6px; }
#exhibition .appendix.ko dd { float: left; width: 260px; padding: 0 0 6px; }
#exhibition .appendix.tc dd { float: left; width: 260px; padding: 0 0 6px; }


#exhibition .fig {
	position: relative;
	background:#DDD;

	overflow: hidden;
	width: 100%;
}
#exhibition .fig img{
	width:100%;
	height: auto;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#exhibition .fig:before {
	content: "";
	display: block;
	padding-top: 57.8%;
}

#exhibition .fig span{
	position: absolute;
	bottom:0;
	left: 0;
	display: inline-block;
	background:#FFF;
	padding:8px 16px;
	font-size: 14px;
	color: #333;
}

/*
#exhibition .fig.ko {
	position: absolute;
	top: 15px;
	right: 0;
}
*/

.top .contents { /*margin-bottom: 50px; */ }
.top .fl {
	/*width: 690px;*/
	width:100%;
	margin-top:50px;
}

.top .fl > ul li:first-child{
	position:relative;
	/*float:left;
	width:300px;*/
	margin:0 0 50px 0;
}

.top .fl > ul li:last-child{
	position:relative;
	/*float:left;
	width:330px;*/
	margin:0 0 50px;
}

.top .fl > ul li.longscale { width: 630px; }

.top .fl h2 {
	margin: 0 0 35px;
}

.top .headlines {
	font-size: 20px;
	color: #333;
	line-height: 1.6;

	width:90%;
	min-height: 60px;
	margin:0 auto 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	display: flex;
	flex-wrap:wrap;
}
.top .headlines.jp {
	/*
	height: 125px;
	overflow-y: scroll;
	*/
}


.top .headlines dt, .top .headlines dd {
	padding: 20px 5px;
	border-bottom:1px dotted #999;
	box-sizing: border-box;
}
.top .headlines dt:last-of-type, .top .headlines dd:last-of-type{
	border-bottom:none;
}

.top .headlines dt {
	width: 8em;
}

.top .headlines dd {
	width: calc(100% - 8em);
}
/*.top .fl > ul li:first-child .headlines dd { width: 200px; }
.top .fl > ul li:last-child .headlines dd { width: 230px; }
.top .fl > ul li.longscale .headlines dd { width: 530px; }*/


.top .headlines dd a {
	text-decoration: none;
	color: #333;
}


.top .box-bnr-01, .top .box-bnr-02{
	width:90%;
	margin: 60px auto 0;
	padding:40px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top .box-bnr-01{
	color: #FFF;
	background:#060808;
	margin-top:90px;
}
.top .box-bnr-02{
	background:#FFF;
	border:3px solid #000;
}

.top .box-bnr-01 h3, .top .box-bnr-02 h3{
	width:320px;
	max-width: 360px;
}
.top .box-bnr-01 h3{
	font-size: 23px;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.top .box-bnr-01 h3 img{
	float: left;
	max-width: 100%;
	height: auto;
}
.top .box-bnr-01 h3 span:nth-of-type(2){
	padding-left: 3%;
	display: inline-block;
}


.top .box-bnr-02 h3{
	text-align: center;
	font-size: 18px;
}
.top .box-bnr-02 h3 img{
	display: block;
	margin:0 auto 15px;
	max-width: 100%;
	height: auto;
}

.top .box-bnr-01 p, .top .box-bnr-02 p{
	width:calc( 80% - 320px - 60px);
	margin-left: 3%;
	margin-right: 6%;
	font-size: 18px;
	line-height:1.8;
	box-sizing: border-box;
}

.top .box-bnr-01 a, .top .box-bnr-02 a{
	width:18%;
	display: block;
	color:#000;
	padding:15px 10px;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
	box-sizing: border-box;
}
.top .box-bnr-01 a{
	background:#FFF;
}
.top .box-bnr-02 a{
	border:1px solid #000;
}
.top .box-bnr-01 a::before, .top .box-bnr-02 a::before{
	content:"→";
	display: block;
	float: right;;
}

.top .box-bnr-03 ul{
	margin: 60px auto 0;
	width: 90%;
	background:#FFF;
	display: flex;
}
.top .box-bnr-03 ul li{
	box-sizing: border-box;
	padding:25px 15px;
	width:32%;
	background:#EEE;
	display: flex;
	align-items: center;
}
.top .box-bnr-03 ul li:nth-of-type(n+2){
	margin-left: 2%;
}
.top .box-bnr-03 ul li h3{
	width: 40%;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}
.top .box-bnr-03 ul li h3 img{
	display: block;
	margin:0 auto 15px;
}
.top .box-bnr-03 ul li a{
	display: block;
	margin:0px 0 0 5%;
	width: 55%;
	padding:15px 10px;
	text-decoration: none;
	font-size: 17px;
	color:#000;
	border:1px solid #999;
	background:#EEE;
}
.top .box-bnr-03 ul li a::before{
	content:"→";
	display: block;
	float: right;;
}

.top .box-bnr-04{
	width:90%;
	margin: 60px auto 0;
	padding:40px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .box-bnr-04{
	background:#EEE;
}

.top .box-bnr-04 h3{
	width:320px;
	max-width: 360px;
}

.top .box-bnr-04 h3{
	text-align: center;
	font-size: 18px;
}
.top .box-bnr-04 h3 img{
	display: block;
	margin:0 auto 15px;
	max-width: 100%;
	height: auto;
}

.top .box-bnr-04 p{
	width:calc( 80% - 320px - 60px);
	margin-left: 3%;
	margin-right: 6%;
	font-size: 18px;
	line-height:1.8;
	box-sizing: border-box;
}

.top .box-bnr-04 a{
	width:18%;
	display: block;
	color:#000;
	padding:15px 10px;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
	box-sizing: border-box;
}
.top .box-bnr-04 a{
	border:1px solid #999;
}
.top .box-bnr-04 a::before{
	content:"→";
	display: block;
	float: right;;
}

.top .box-bnr-05 {
    width: 90%;
    margin: 60px auto 0;
    padding: 60px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.top .box-bnr-05 h3{
	width:320px;
	max-width: 360px;
}

.top .box-bnr-05 h3{
	text-align: center;
	font-size: 18px;
}
.top .box-bnr-05 h3 img{
	display: block;
	margin:0 auto 15px;
	max-width: 100%;
	height: auto;
}

.top .box-bnr-05 p {
    width: calc( 80% - 320px - 60px);
    margin-left: 3%;
    margin-right: 6%;
    font-size: 21px;
    line-height: 1.8;
    box-sizing: border-box;
}

.top .box-bnr-05 a {
    width: 18%;
    display: block;
    color: #fff;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;
}
.top .box-bnr-05 a {
    border: 1px solid #fff;
}
.top .box-bnr-05 a::before{
	content:"→";
	display: block;
	float: right;;
}

/*----------------------------------------------------------------------------*/


#donation{
	margin-top: 90px;
}
#donation .wrap{
	width: 90%;
	margin:auto;
	overflow: hidden;
}
#donation .wrap img{
	float: left;
	width: 47.5%;
	padding-right: 5%;
	height: auto;
}
#donation .wrap p{
	font-size: 20px;
	line-height: 1.8;
	overflow: hidden;
	color: #333;
}
#donation .wrap p a{
	text-decoration: none;
	color:#000;
	display: block;
	text-align: right;
}
#donation .wrap p a::before{
	content: "> ";
}



/*----------------------------------------------------------------------------*/

#guide{
}
#guide .items{
	display: flex;
	justify-content: space-between;
	margin:10px auto 60px;
	width:90%;
}
#guide .items .item{
	position: relative;
	width:48%;
	font-size: 18px;
	padding:30px 24px 24px;
	border:1px solid #999;
	box-sizing: border-box;
}
#guide .items .item h3{
	position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    padding: 0 20px;
    font-size: 20px;
    background: #FFF;
    margin: auto;
    width: 200px;
    text-align: center;
}
#guide .items .item dl{
	display: flex;
	flex-wrap:wrap;
}
#guide .items .item dl dt{
	margin-bottom: 28px;
	width:120px;
	line-height: 1.6;
}
#guide .items .item dl dd{
	margin-bottom: 28px;
	width:calc(100% - 120px);
	line-height: 1.6;
}
#guide .items .item p{
	line-height: 1.6;
}


/* en */
#guide.en .items .item dl dt{
	width:160px;
}
#guide.en .items .item dl dd{
	width:calc(100% - 160px);
}


.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}



/*----------------------------------------------------------------------------*/





.top .fr {
	/*width: 280px;*/
}

.top .rss {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 10px;
	left: 210px;
}
.top .view {
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50px;
	right: 120px;
}

.top .dotted {
	/*width: 610px;*/
	width:100%;
	height: 1px;
	border: none;
	border-bottom: dotted 1px #5E2F4E;
	margin: 10px 0 30px;
}

.top .guide {
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.1em;
	color: #000000;
	/*width: 600px;*/
}

.top .guide dt,
.top .guide dd{
	padding-bottom:12px;
	line-height:1.6;
}

.top .guide dt{
	float:left;
	clear:left;
}

.top .guide dd{
	padding-left:90px;
}

/*.top .guide dt { float: left; width: 90px; }
.top .guide dd { float: left; width: 510px; padding: 0 0 12px; }*/

.top.en .guide dt { width: 170px; }
/*.top.en .guide dd { width: 430px; }*/
.top .calendar {
/*	margin: 14px 0 22px; */
	margin: 0 0 22px;
}

.top l-sns{
	box-sizeing:border-box;
}


.top .banner {
	
}

.top .banner li { float: left; }
.top .banner li:first-child { margin-bottom: 23px; }
.top .banner li:nth-child(2) { margin: 0 4px 5px 1px; }
.top .banner li:nth-child(4) { margin: 0 2px 4px 1px; }
.top .banner li:nth-child(5) { margin: 0 0 2px; }
.top .banner li:nth-child(6) { margin: 5px 0px 4px 1px; }
.top .banner li:nth-child(7) { margin: 0px 0px 0px 2px; }

.calendar table td.show { background-color: #FFFFFF!important; }

.footer-above{
	text-align:right;
	margin-right:20px;
	margin-bottom:20px;
}

.footer-above p{
	margin-top:5px;
	font-size:11px;
}

/*----------------------------------------------------------------------------*/

.top-calender{
    width: 100%;
    margin:0 auto;
}

.m__cal .main-cnt .table-cnt tbody td.daily-today,
.m__cal .main-cnt .table-cnt tbody td:hover{
	border:1px solid #453f3e; 
}

.m__cal .main-cnt .table-cnt tbody td:hover{
	outline:1px solid #453f3e; 
	background-color:#453f3e !important;
	color:#fff !important;
}

/*.has-events{
	background-color:rgba(215,153,194,.7);
}*/

.m__cal .main-cnt .tip > div ul li a{
	color:#000;
}

.m__cal{
	max-width:1680px;
	margin:30px auto;
	position:relative;
}

.m__cal:after {
 clear:both;
 content:"";
 display:table
}
.m__cal>div {
 position:relative;
}
.m__cal>h2 {
 display:none
}
.m__cal .main-cnt {
 /*float:left;*/
 padding:0 10px;
 width: calc( 100% - 100px );
 max-width:1680px;
 /* min-width: 1100px; */
 margin:0 auto;
 position:relative;
}
.m__cal .main-cnt .monthly-box {
 display:none
}
.m__cal .main-cnt .monthly-box.active {
 display:block
}
.m__cal .main-cnt .box-header {
	margin-bottom:15px;
	line-height:1;
}

.m__cal .main-cnt .box-header:after {
 clear:both;
 content:"";
 display:table
}

.m__cal .main-cnt .box-header .left {
	float:left;
	font-size:28px;
	font-weight: 400;
}

.m__cal .main-cnt .box-header .left span{
	padding-right:15px;
	padding-left:15px;
}

.m__cal .main-cnt .box-header .left span em{
	font-style:normal;
	font-size:20px;
	font-weight:bold;
}

.m__cal .main-cnt .box-header .right{
	float:right;
	padding-top:8px;
}

.m__cal .main-cnt .box-header .right span:first-child{
	color:rgba(215,153,194,.7);
}

.m__cal .main-cnt .box-header .right span:last-child{
	color:#ddd;
}


.m__cal .main-cnt .table-cnt {
	width:100%;
	height:50px;
	table-layout:fixed
}

.m__cal .main-cnt .table-cnt thead {
 display:none
}
.m__cal .main-cnt .table-cnt tbody td {
 text-align:center;
 font-size:16px;
 vertical-align:middle;
 line-height:1;
 padding:8px 0;
 line-height: 1.2;
}
.m__cal .main-cnt .table-cnt tbody td span {
	display:block;
	padding-top:10px;
	margin-top:10px;
	font-size:15px;
	border-top:1px dotted #AAA;
}
.m__cal .main-cnt .table-cnt tbody td.close {
 background:#EEE;
 color: #999;
}
.m__cal .main-cnt .table-cnt tbody td.sunday span {
 color:#D93825
}
.m__cal .main-cnt .tip {
 white-space:nowrap;
 display:none;
 position:absolute;
 bottom:75px;
 padding-bottom:17px;
 background:url('../img/top/tip_arrow.png') center bottom no-repeat;
 z-index:2000;
}
.m__cal .main-cnt .tip>div {
 background:#FFF;
 padding:1em;
 border:1px solid #B6B5B5;
 border-bottom:none
}
.m__cal .main-cnt .tip>div ul li {
 font-size:14px;
 line-height:1.4
}
.m__cal .main-cnt .tip>div .close {
 display:none
}
.m__cal .main-cnt .tip>div .none-exhibit {
 display:none
}
.m__cal .main-cnt .tip.close {
 background:url('../img/top/tip_red-arrow.png') center bottom no-repeat;
 padding-bottom:18px
}
.m__cal .main-cnt .tip.close>div {
 border:1px solid #b93825;
 border-bottom:none
}
.m__cal .main-cnt .tip.close>div .close {
 display:block
}
.m__cal .main-cnt .tip.close>div .close li {
 color:#b93825
}
.m__cal .main-cnt .tip.close>div .events {
 display:none
}
.m__cal .main-cnt .tip.none-exhibit>div .none-exhibit {
 display:block
}
.m__cal .main-cnt .tip.none-exhibit>div .events {
 display:none
}

.m__cal .prev-month,
.m__cal .next-month{
	display:block;
	position:relative;
	z-index:1;
	bottom:40px;
}

.m__cal .prev-month{
	/*float:left;*/
	/*left:-10px;*/
	position:absolute;
	left:0;
}

.m__cal .next-month{
	/*float:right;*/
	position:absolute;
	right:0;
}

.m__cal .prev-month a,
.m__cal .next-month a{
	display:block;
	position:absolute;

    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.m__cal .prev-month a {
	left: 20px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m__cal .next-month a {
	right: 20px;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



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

.m__cal .main-cnt {
 /* padding:0 40px; */
}

}




.f-exhibition{
	margin-bottom:50px;
}

.f-exhibition *,
.f-exhibition *::before,
.f-exhibition *::after{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.f-exhibition div::after,
.f-exhibition ul::after{
    content:"";
    display:block;
    clear:both;
}

.f-exhibition a{
	color:#000;
	text-decoration:none;
}

.f-exhibition h2{
	margin-bottom:35px;
}

.f-exhibition img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

.f-exhibition li img{
	height:180px;
	object-fit:contain;
	object-position:50% 50%;
	font-family:'object-fit: contain; object-position: 50% 50%;';
}

.f-exhibition li{
	float:left;
	width:310px;
	margin-right:25px;
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
}

.f-exhibition li:nth-child(3n){
	margin-right:0;
}


.f-exhibition li:nth-child(n+4){
	margin-top:25px;
}

.f-exhibition li p,
.f-exhibition li h3{
	padding-top:15px;
	text-align:left;
	
}

.f-exhibition li h3{
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	letter-spacing:0.1em;
	color:#836E32;
}

.f-exhibition-view{
	margin-top:15px;
	text-align:right;
}

.f-exhibition-view a{
	line-height:1;
}

.f-exhibition-view a img{
	vertical-align:middle;
}

.easy_japanese-banner{
	margin-top:35px;	
}

.related-banner{
	margin:15px auto;
}

.social-banner ul,
.related-banner ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.related-banner ul li:nth-child(n+2){
	margin-left:16px;
}

.social-banner ul li:nth-child(n+2){
	margin-left:10px;
}

/*.info-box{
	margin-bottom:50px;
}*/

/*
.info-box h2{
    margin: 0 0 35px;
}

.info-box > ul li{
    position: relative;
    margin: 0 0 50px 0;
}
*/


#main.top.en .f-exhibition h2,
#main.top.ch .f-exhibition h2,
#main.top.tc .f-exhibition h2,
#main.top.ko .f-exhibition h2{
	display:none;
}

#main.top.en .f-exhibition,
#main.top.ch .f-exhibition,
#main.top.tc .f-exhibition,
#main.top.ko .f-exhibition{
	margin-top:50px;
}




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

	/*
	body{width:100%;}
	#coverart .information {
		width:95%;
		margin: 0 auto;
		color: #ffffff;
		font-size: 20px;
		position: absolute;
		bottom: 77px;
		z-index: 1000;
		padding:25px;
		/ *background:rgba(255,255,255,0.9);* /
		background:rgba(204,0,0,0.9);
		line-height:1.4;
	}

	#coverart .information a{
		color:#ffffff;
	}
	*/

	/*
	#coverart {
		height: calc( 100vh - 149px );
	}
	*/

}












/* PC middle */


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

	/* top */

	.m__cal .main-cnt .table-cnt tbody td{
		font-size: 1.23vw;
	}
	.m__cal .main-cnt .table-cnt tbody td span{
		font-size: 1.1vw;
	}

}


/* PC small */
@media screen and (max-width: 980px) {

	/* top */

	.m__cal .main-cnt {
		width: calc( 100% - 100px );
		min-width: 880px;
	}

	.m__cal .main-cnt .table-cnt tbody td{
		
	}
	.m__cal .main-cnt .table-cnt tbody td span{
		
	}

}


/* SP */
@media screen and (max-width: 768px) {

	/* top */

	#coverart{
		min-width: auto;
		height: auto;
		max-height: none;
	}
	#coverart .pane {
	    height: calc( 100vw * 0.578 );
	}
	#coverart .information{
		position:static;
	}
	#coverart .arrowL, #coverart .arrowR{
		display: none;
	}


	.top-calender{
		
	}
	.m__cal{
		position: relative;
	}
	.m__cal .prev-month, .m__cal .next-month {
	    /*top: 75px;*/
	    top: 10px;
	}
	.m__cal .main-cnt {
		min-width: auto;
		padding:0 20px;
		width: calc( 100% - 40px );
	}
	.m__cal .main-cnt .tip{
		bottom: 55px;
		background: none !important;
		/*
		left: 50% !important;
		transform: translate(-50%, 100%);
		*/
		width: 100%;
		position: relative;
		left: 0px !important;
	    top: 20px;
	}
	.m__cal .main-cnt .tip>div {
    	border: 1px solid #B6B5B5;
	}
	.m__cal .main-cnt .tip.close>div{
		border: 1px solid #b93825;
	}
	.m__cal .main-cnt .tip>div ul li {
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.m__cal .main-cnt .table-cnt tbody td {
	    font-size: 15px;
	}
	.m__cal .main-cnt .table-cnt tbody td span {
	    font-size: 14px;
	}

	.m__cal .main-cnt .monthly-box{
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	.m__cal .main-cnt .monthly-box .box-header {
		position: absolute;
		top:0;
		left: 50px;
    	width: calc(100vw - 100px);
	}
	.m__cal .main-cnt .monthly-box .table-cnt{
		width: 1488px;
		margin-top: 50px;
	}


	.top .view {
		right: 5%;
	}

	#exhibition, #donation, #guide {
	    padding: 60px 0;
	}
	 #guide {
	    padding: 90px 0 0;
	}


	#exhibition ul{
		flex-direction: column;
	}
	#exhibition li {
	    width:100%;
	    box-sizing: border-box;
	}
	#exhibition li:nth-of-type(n+2) {
	    margin: 5% 0 0;
	}


	.top .box-bnr-02, .top .box-bnr-04 {
		flex-direction: column;
	}
	.top .box-bnr-02 h3 br, .top .box-bnr-04 h3 br{
    	display: none;
	}
	.top .box-bnr-02 p, .top .box-bnr-04 p {
    	width: 100%;
    	margin: 20px 0 0;
	}
	.top .box-bnr-02 a, .top .box-bnr-04 a {
    	width: 100%;
    	margin: 20px 0 0;
	}

	.top .box-bnr-05 {
	    padding: 40px 30px;
	}
	.top .box-bnr-05 {
		flex-direction: column;
	}
	.top .box-bnr-05 h3 {
	    width: 80%;
	    margin: 0 auto 20px;
	}
	.top .box-bnr-05 p {
	    width: 100%;
	    margin: 0 auto 20px;
	    font-size: 18px;
	}
	.top .box-bnr-05 a {
    	width: 100%;
	}



	.top .headlines {
	    flex-direction: column;
	}
	.top .headlines dt{
		width: 100%;
		padding-bottom:0;
		border-bottom: none;
	}
	.top .headlines dd{
		width: 100%;
		padding-top:5px;
	}


	#guide .items{
		flex-direction: column;
	}
	#guide .items .item {
		position: relative;
		width: 100%;
	}
	#guide .items .item:nth-of-type(n+2){
		margin-top: 40px;
	}


	#donation .wrap img{
	    float: none;
	    width: 90%;
	    padding: 0;
	    margin: 0 auto 30px;
	    display: block;
	}
	#donation .wrap p a {
	    text-align: left;
	}



   
}









