@charset "utf-8";
/* 
Theme Name: Touseian2017
Description: This is practice2 Theme.
Version: 1.0.0
Author: Ten design labo
*/ 


/* access */

#nav ul #bt01 a {
	background-position: left top;
}

#nav ul #bt01 a:hover {
	background-position: left bottom;
}

#nav ul #bt04 a {
	background-position:left bottom;
}


/* 店舗情報 */

.access_title {
	margin-top:50px;
	text-align:center;
}

.access_title p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 20px;
}

#access_table {
	width:550px;
	margin:auto;
	margin-top:30px;
	margin-bottom:50px;

}

th,td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#access_map {
	width: 550px;
	height: 600px;
	margin:auto;
	background-image: url(../images/access02.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#access_map p {
	text-align: right;
	padding: 10px;
	position:absolute;
	right:0;
	bottom:0;
}

#access_map p a {
	color: #C60;	
	text-decoration: underline;
}

#access_map p a:hover {
	opacity: 0.6;
}

/* ご予約につきまして */

#yoyaku {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
	
.access_title .text_red {
	width:500px;
	margin:auto;
	font-size: 20px;
	padding:10px;
	border: 1px solid #900;
	margin-bottom: 30px;
}


@media screen and (max-width:480px) {

#access_table {
	width:800px;
	margin:auto;
	font-size:25px;
}

#access_map {
	width: 800px;
	height: 850px;
	margin:auto;
	background-image: url(../images/map800.jpg);
	background-repeat: no-repeat;
	position:relative;
}

 
}
