@charset "UTF-8";

/* ++++++++++++++　　　アクセス access.css　　++++++++++++++++++*/


/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　全てのスクリーンサイズで適用される設定・モバイルファースト
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */



/*******************************************************　　　　　　　　
　　　　　　　メインコンテンツ部分　　
*******************************************************/

/*大見出し*/

div.mainTitle h1{
	width:285px;
	height:32px;
	background: url(../images2/b009_01title.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}



/*　アクセス　*/
#access{
	width:90%;
	margin:20px auto 20px auto;
}

#access p{
	font-size:18px;font-size:1.8rem;
	line-height:22px;line-height:2.2rem;
}

p.ac-text1{
	margin-bottom:10px;
	font-weight:bold;
}

p.ac-text2{
	margin-bottom:10px;
}


#access p.ac-text3{
	font-size:16px;font-size:1.6rem;
	line-height:22px;line-height:2.2rem;
}



div#map{
	margin:10px 0 10px 0;
}

#map {
position: relative;
padding-bottom: 70%;
padding-top: 30px;
height: 0;
overflow: hidden;
border:solid 1px #ccc;
}
 
#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}






/*　営業時間　*/
#openingHour{
	width:90%;
	margin:0 auto 30px auto;
	font-size:18px;font-size:1.8rem;
	line-height:18px;line-height:1.8rem;
}

#openingHour dl{
	margin-bottom:15px;
}


#openingHour dt{
	font-weight:bold;
	margin-bottom:7px;
}

#openingHour dd{
	margin:0 0 7px 15px;
}




/*******************************************************　　　　　　　　
　　　　　　　右部分　　
*******************************************************/





/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 480px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

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








}




/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 768px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 768px) {
	






}





/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 960px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 960px) {










}








