/*Base*/
@charset "UTF-8";

/*max-width: 1024px*/
@media only screen and (max-width: 1024px) {
#base{
	height:110px;
	}

#secondswide .event #busshozan{
	width:82%;
	margin-left:10%;
}
}

@media only screen and (max-width: 768px) {
#base{
	height:80px;
	}
	
#secondswide{
	width:100%;
	}
	
#secondswide h1{
 	width:98%;
	 font-size:1.2em;
	}
	
#secondswide h2{
 	margin:20px auto;
 	color:#333;
	font-size:1.4em;
	letter-spacing:6px;
	font-weight:normal;
	}

#secondswide .event #busshozan{
	width:80%;
	margin-left:10%;
}

}


/* mobile  */
@media screen and (max-width: 640px) {
#base{
	height:60px;
	}

#secondswide .artist .profile .profiletext{
	width:98%;
	margin-left:-40px;
	line-height:34px;
}

#secondswide .artist .profile .btn_toguide a{
	width:95%;
	padding:10px 10px;
	border:1px solid #ccc;
	}
#secondswide .artist .profile .btn_toguide a:hover{
	width:95%;
	padding:10px 10px;
	}
.youtube iframe{
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
}

#secondswide .event h2{
	padding-bottom:5px;
	padding-left:3px;
	letter-spacing:0px;
}
#secondswide .event h3{
	padding-bottom:5px;
	padding-left:3px;
	letter-spacing:0px;
	font-size:1.3em;
}

#secondswide .event #busshozan{
	width:92%;
	padding:0px 15px 0 15px;
	margin-left:0%;
}


#secondswide .event .detail .yasui-house{
	margin:15px 0px 25px 45px;
}
#secondswide .event .detail{
	margin-left:0%;
}
#secondswide .event .detail ul{
	margin-left:-7%;
}
#secondswide .event .detail .yasui-house img{
	width:90%;
	height:auto;
}


#secondswide .artist .artist_works{
	margin:10px auto;
	width:100%;
	}

#secondswide .artist .artist_works img{
	width:100%;
	height:100%;
	}
#secondswide .artist .artist_works span{
	font-size:0.8em;
	}
	
#secondswide .artist .artist_works p img{
	text-align:left;
	width:100%;
	}

.informaiton{
	width:94%;
	}

.informaiton .news{
	width:100%;
	margin-left:0px;
	}
.informaiton .news .infotext{
	margin:5px 0px;
	line-height:26px;
	}
.informaiton .day{
	padding:3px 5px;
	margin:15px 55px 0px 0px;
	width:80px;
	font-size:.9em;
	}
.informaiton .news .article{
	margin-left:10px;
	width:95%;
	}
.informaiton img{
	max-width:100%;
	height:auto;
	}

#secondswide .guide figure a{
	display:inline;
	margin-left:20px;
}

#secondswide .guide .map img{
	width:100%;
	height:auto;
	margin-left:-20px;
}

}

/* mobile  */
@media screen and (max-width: 400px) {
#secondswide .artist .profile .btn_toguide a{
	padding:10px 10px;
	font-size:0.9em;
	}
#secondswide .artist .profile .btn_toguide a:hover{
	padding:10px 10px;
	font-size:0.9em;
	}

}