@charset "utf-8";



/*  デバイスが横向き、画面の横幅が 1280px 以下の場合の記述  */
@media (orientation: landscape) and (max-width: 1280px){

h1.exhibition {
	position: absolute;
	font-weight: 400;
	z-index: 2;
	padding-top: 70px;
	left: 10%;
	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;
}

.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 52%;
	left: 70%;

}

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


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


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

.year {
	font-size: 18px;
}

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

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

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

.holiday {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-left: 0px;
	color: #555;
	display: inline;
}
}



/*  デバイスが横向き、画面の横幅が 1000px 以下の場合の記述  */
@media (orientation: landscape) and (max-width: 1000px){

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

.upcoming {
	position: absolute;
	z-index: 4;
	top: 48%;
	left: 7%;
	font-size:17px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 52%;
	left: 7%;
}


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


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


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

.year {
	font-size: 18px;
}

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

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

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

.holiday {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-left: 0px;
	color: #555;
	display: inline;
}

}



/*  デバイスが横向き、画面の横幅が 767px 以下の場合の記述  */
@media (orientation: landscape) and (max-width: 768px){

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

.upcoming {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 7%;
	font-size:17px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 52%;
	left: 7%;
}


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


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


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

.year {
	font-size: 18px;
}

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

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

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

.holiday {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-left: 0px;
	color: #555;
	display: inline;
}
}


/*  デバイスが横向き、画面の横幅が 479px 以下の場合の記述  */
@media (orientation: landscape) and (max-width: 479px){

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

.upcoming {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 7%;
	font-size:17px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 52%;
	left: 7%;
}


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


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


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

.year {
	font-size: 18px;
}

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

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

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

.holiday {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-left: 20px;
	color: #555;
	display: inline;
}
}



/*  デバイスが横向き、画面の横幅が 390px 以下の場合の記述  */
@media (orientation: landscape) and (max-width: 390px){

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

.upcoming {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 7%;
	font-size:17px;
	font-weight: 400;
	text-shadow: 1px 2px 3px #333;
	letter-spacing: 0.5px;
	color: #fff;
}
	
.exhibition-detail {
	position: absolute;
	z-index: 4;
	top: 52%;
	left: 7%;
}


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


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


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

.year {
	font-size: 18px;
}

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

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

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

.holiday {
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-left: 0px;
	color: #555;
	display: inline;
}
}
	