@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/


.slider-item01 {
    background:url("../../../images/exhibition/fukuda2025/3.jpg");
}

.slider-item02 {
    background:url("../../../images/exhibition/fukuda2025/5.jpg");
}

.slider-item03 {
    background:url("../../../images/exhibition/fukuda2025/6.jpg");
}

.slider-item04 {
    background:url("../../../images/exhibition/fukuda2025/7.jpg");
}

.slider-item05 {
    background:url("../../../images/exhibition/fukuda2025/8.jpg");
}

.slider-item06 {
    background:url("../../../images/exhibition/fukuda2025/9.jpg");
}

.slider-item07 {
    background:url("../../../images/exhibition/fukuda2025/10.jpg");
}


.slider-item08 {
    background:url("../../../images/exhibition/fukuda2025/11.jpg");
}


.slider-item09 {
    background:url("../../../images/exhibition/fukuda2025/12.jpg");
}


.slider-item10 {
    background:url("../../../images/exhibition/fukuda2025/13.jpg");
}





.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}


/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

.wrapper{
	position: relative;
	top:0px;
	/*background-color:#EFEFEF;*/
	/*background-image: url("../images/exhibition/background7.jpg");
	background-size: cover;*/
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a:hover,
a:active{
	text-decoration: none;
}

main {
	font-family: 'Jost', sans-serif;	
}

span.yokotatokyo {
	letter-spacing: 0.3px;
}


/*   Exhibition   */


h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	top: 6%;
	left: 10%;
	font-size: 38px;
	/*text-shadow: 1px 2px 3px #000;*/
	letter-spacing: 0px;
	color: #444;
}


.upcoming {
	position: absolute;
	z-index: 4;
	top: 38%;
	left: 69%;
	font-size: 22px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;

}


.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 60%;
	left:76%;

}

.genre {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
}


.name {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}

.exhibition-title {
	font-size: 22px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
	/*text-shadow: 1px 2px 3px #333;*/
	/*color: #333;*/
	color: #000;
	display: block;
	line-height: 1.7;
}


span.title_small{
	font-size: 15px;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 19px;
	margin-left:30px;
	letter-spacing: 0.6px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	line-height: 1.8;
}

.time {
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	display: inline;
	line-height: 1.4;
}

.holidays{
	margin-left: 0px;
	font-size: 11px;
	color: #555;
	margin-top: 10px;
	margin-left: 20px;
}


.week {
	font-size: 12px;
	color: #555;
	display: inline;
}

.holiday {
	font-size: 11px;
	color: #555;
	display: inline;
}

.schedule{
	font-size: 13px;
	margin-top:30px;
	color: #555;
}


.current_upcoming_past {
	/*background-color: #000;*/
	background-color: #777;
	width: 100%;
	height: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	padding-top: 16px;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
}

.bar {
	margin-left:20px;
	margin-right: 20px;
}

.introduction {
	padding-left: 26%;
	padding-right: 26%;
	margin-top: 80px;
	margin-bottom: 80px;
}


/*

.introduction2 {
	padding-left: 32%;
	padding-right: 32%;
	margin-bottom: 100px;
}*/

.introduction h2 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.introduction p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
}

.introduction2 {
	padding-left: 32%;
	padding-right: 32%;
	margin-bottom: 100px;
	margin-top:70px;
}

.introduction2 p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 2;
}

p.star{
	text-align: center;
	margin-top:50px;
	margin-bottom: 50px;
}



.selectedworks {
	padding-left:20%;
	padding-right: 20%;
	font-size: 21px;
	font-weight: 400;
	padding-bottom: 30px;
}


.works  {
	display: flex;
	padding-left:21%;
	padding-right: 20%;
	margin-bottom: 100px;
	justify-content: center;
	align-items: center;

}

.works img {
	padding-right: 7px;
}


h5 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

h6{
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	margin-left: 30px;
}

.catalogue{
	margin-left: 28px;
	margin-top:20px;
}

p.catalogue_ex{
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
}

table{
	font-size: 13px;
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.5em;
}

p.credit{
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	letter-spacing: 0.3px;
	margin-top: 30px;
	
}

.nathanlerner_catalogue{
	font-weight: 400;
	color:royalblue;
}


/*   Exhibition  おわり　　 */





/*  Exhibition パソコン　1280ppx;  */

@media (max-width: 1280px) {

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -30px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
	
h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	top: 6%;
	left: 10%;
	font-size: 38px;
	letter-spacing: 0px;
	color: #444;
}

.upcoming {
	position: absolute;
	z-index: 4;
	top: 38%;
	left: 68%;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
}


.exhibition-detail {
	position: absolute;
	z-index: 4;
	top:62%;
	left:0%;
}
	
.genre {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
}

.name {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
	}
	
.exhibition-title {
	font-size: 22px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
	/*text-shadow: 1px 2px 3px #333;*/
	/*color: #333;*/
	color: #000;
	display: block;
	line-height: 1.7;
}

span.title_small{
	font-size: 15px;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 19px;
	margin-left: 30px;
	letter-spacing: 0.6px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	line-height: 1.8;
}

.time {
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	display: inline;
	line-height: 1.4;
}

.week {
	font-size: 12px;
	color: #555;
	display: inline;
}

.holiday {
	font-size: 11px;
	color: #555;
	display: inline;
}

	
.introduction {
	padding-left: 18%;
	padding-right: 18%;
	margin-top:70px;
	margin-bottom: 100px;
}

.introduction h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.introduction p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
	
}
	


.introduction2 {
	padding-left: 28%;
	padding-right: 28%;
	margin-bottom: 100px;
	margin-top:70px;
}

	
p.star{
	text-align: center;
	margin-top:70px;
}


.introduction2 h2 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.introduction2 p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
}

	

h5 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

h6{
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	margin-left: 30px;
}

.catalogue{
	margin-left: 30px;
	margin-top:20px;
}

p.catalogue_ex{
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
}

table{
	font-size: 13px;
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.5em;
}



p.credit{
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	letter-spacing: 0.3px;
	margin-top: 30px;
	
}


	
}


/*   Exhibition   1000px  */
@media (max-width: 1000px) {
/*ドットナビゲーションの設定*/
	



	
slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}


.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
	

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -40px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
	.header-logo {
	display: block;
	width: 180px;
	}
	
h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	top: 6%;
	left: 10%;
	font-size:38px;
	color: #444;
}

.upcoming {
	position: absolute;
	z-index: 4;
	top: 50%;
	/*left: 69%;*/
	left:7%;
	font-size:18px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
	/*通常　color :#fff; text-shadow: #555;*/
}

	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 72%;
	left: 0%;
}

.genre {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom:10px;
	text-align: center;
}

.name {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}
	
.exhibition-title {
	font-size: 22px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
	/*text-shadow: 1px 2px 3px #333;*/
	/*color: #333;*/
	color: #000;
	display: block;
	line-height: 1.7;
}

span.title_small{
	font-size: 15px;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 19px;
	margin-left: 30px;
	letter-spacing: 0.6px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	line-height: 1.8;
}

.time {
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	display: inline;
	line-height: 1.4;
}

.week {
	font-size: 12px;
	color: #555;
	display: inline;
}

.holiday {
	font-size: 11px;
	color: #555;
	display: inline;
}

	
.introduction {
	padding-left: 15%;
	padding-right: 15%;
	margin-top:70px;
	margin-bottom: 100px;
}

.introduction h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.introduction p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 1.8;
	
}
	


.introduction2 {
	padding-left: 23%;
	padding-right: 23%;
	margin-bottom: 100px;
	margin-top: 70px;
}

	
p.star{
	text-align: center;
	margin-top:70px;
}


.introduction2 h2 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.introduction2 p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
}
	
	

h5 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

h6{
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	margin-left: 30px;
}

.catalogue{
	margin-left: 30px;
	margin-top:20px;
}

p.catalogue_ex{
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
}

table{
	font-size: 13px;
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.5em;
}


p.credit{
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	letter-spacing: 0.3px;
	margin-top: 30px;
	
}


}




/* Exhibition タブレット 　768px   */

@media (min-width:480px) and (max-width: 768px) {
	

/*ドットナビゲーションの設定*/
	

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
	
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}


.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
	
	
h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	top: 10%;
	left: 5%;
	font-size: 38px;
	color: #444;
}

.upcoming {
	position: absolute;
	z-index: 4;
	top: 56%;
	left: 7%;
	font-size:17px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
	/*通常　color :#fff; text-shadow: #555;*/
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 72%;
	left: 0%;
}
	
.genre {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
}


.name {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}

.exhibition-title {
	font-size: 22px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
	/*text-shadow: 1px 2px 3px #333;*/
	/*color: #333;*/
	color: #000;
	display: block;
	line-height: 1.7;
}


span.title_small{
	font-size: 15px;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 19px;
	margin-left: 30px;
	letter-spacing: 0.6px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	line-height: 1.8;
}

.time {
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	display: inline;
	line-height: 1.4;
}

.week {
	font-size: 12px;
	color: #555;
	display: inline;
}

.holiday {
	font-size: 11px;
	color: #555;
	display: inline;
}

.introduction {
	padding-left: 13%;
	padding-right: 13%;
	margin-top: 70px;
	margin-bottom: 100px;
}

.introduction h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.introduction p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
	
}
	
	

.introduction2 {
	padding-left: 18%;
	padding-right: 18%;
	margin-bottom: 100px;
	margin-top: 70px;
}

	
p.star{
	text-align: center;
	margin-top:70px;
}


.introduction2 h2 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.introduction2 p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
}

		
	
h5 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

h6{
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	margin-left: 30px;
}

.catalogue{
	margin-left: 30px;
	margin-top:20px;
}

p.catalogue_ex{
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
}

table{
	font-size: 13px;
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.5em;
}


p.credit{
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	letter-spacing: 0.3px;
	margin-top: 30px;
	
}


}



/* Exhibition スマホ　479px   */

@media (max-width: 479px) {


	
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}	
	
/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -30px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
	
/*　矢印　*/
.slick-prev, 
.slick-next {
    height: 20px;
    width: 20px;
}
	
h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	top: 10%;
	left: 5%;
	font-size: 38px;
	color: #444;
}
	
.upcoming {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 7%;
	font-size:18px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
	/*通常　color :#fff; text-shadow: #555;*/
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 72%;
	left: 0%;
}
	
.genre {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
}

.name {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}

.exhibition-title {
	font-size: 22px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
	/*text-shadow: 1px 2px 3px #333;*/
	/*color: #333;*/
	color: #000;
	display: block;
	line-height: 1.7;
}


span.title_small{
	font-size: 15px;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 19px;
	margin-left: 30px;
	letter-spacing: 0.6px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	line-height: 1.8;
}

.time {
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	display: inline;
	line-height: 1.4;
}

.week {
	font-size: 12px;
	color: #555;
	display: inline;
}

.holiday {
	font-size: 11px;
	color: #555;
	display: inline;
}

	
.introduction {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 70px;
	margin-bottom: 100px;
}

.introduction h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.introduction p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
	
}
	

.introduction2 {
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 100px;
	margin-top: 70px;
}

	
p.star{
	text-align: center;
	margin-top:70px;
}


.introduction2 h2 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.introduction2 p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
}
	

h5 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

h6{
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	margin-left: 30px;
}

.catalogue{
	margin-left: 30px;
	margin-top:20px;
}

p.catalogue_ex{
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
}

table{
	font-size: 13px;
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.5em;
}


p.credit{
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	letter-spacing: 0.3px;
	margin-top: 30px;
	
}


}



/* Exhibition スマホ　390px   */

@media (max-width: 390px) {
	


	
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
	
/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin: -20px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*　矢印　*/
.slick-prev, 
.slick-next {
    height: 20px;
    width: 20px;
}

	

h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	top: 8%;
	left: 0%;
	font-size: 38px;
	color: #444;
}

	
.upcoming {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 7%;
	font-size:16px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
	/*通常　color :#fff; text-shadow: #555;*/
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 72%;
	left:3%;
}
	
.genre {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: center;
}
	

.name {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	/*text-shadow: 1px 2px 3px #222;*/
	color: #000;
	display: block;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
}

.exhibition-title {
	font-size: 22px;
	margin-top:15px;
	margin-left: 0px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	font-weight: 400;
	text-align: center;
	/*text-shadow: 1px 2px 3px #333;*/
	/*color: #333;*/
	color: #000;
	display: block;
	line-height: 1.7;
}


span.title_small{
	font-size: 15px;
}

.year {
	font-size: 18px;
}

.date {
	font-size: 19px;
	margin-left: 30px;
	letter-spacing: 0.6px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	line-height: 1.8;
}

.time {
	font-size: 13px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	/*text-shadow: 1px 2px 3px #333;*/
	color: #555;
	display: inline;
	line-height: 1.4;
}

.week {
	font-size: 12px;
	color: #555;
	display: inline;
}

.holiday {
	font-size: 11px;
	color: #555;
	display: inline;
}

	
.introduction {
	padding-left:5%;
	padding-right: 5%;
	margin-top: 70px;
	margin-bottom: 100px;
}

.introduction h2 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 40px;
}

.introduction p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
	
}
	

	
.introduction2 {
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 100px;
	margin-top: 70px;
}

	
p.star{
	text-align: center;
	margin-top:70px;
}


.introduction2 h2 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.introduction2 p{
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
	letter-spacing: 0.2px;
	line-height: 2;
}


	
h5 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-top:50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

h6{
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	margin-left: 30px;
}

.catalogue{
	margin-left: 30px;
	margin-top:20px;
}

p.catalogue_ex{
	font-size: 14px;
	margin-left: 40px;
	margin-top: 20px;
}

table{
	font-size: 13px;
	margin-left: 40px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.5em;
}


p.credit{
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	letter-spacing: 0.3px;
	margin-top: 30px;
	
}

}


