@charset "utf-8";
/* CSS Document */

/* 1 Header style setting*/
/* 2 Localnav style setting*/
/* 3 Contents style setting*/
/* 5 Shop-intro style setting*/
/* 6 footer style setting*/


/* 1 Header style setting*/

#header #titleMain{
	width:587px;
	position:absolute;
	top:122px;
	left:207px;
}

/* 2 Localnav style setting*/
#localNav .localTitles{
	 width:173px;
	 position:absolute;
	 top:70px;
	 left:36px;
	}
	
#localNav ul{
	width:110px;
}


/* 3 Contents style setting*/
/*reservation*/

#contentsRighttop h2{
	font-size:1.8rem;
	text-align:center;
	margin-bottom:25px;
	}

#contentsRighttop h3{
	font-size:1.3rem;
	text-align:center;
	margin-bottom:25px;
	}
@media screen and (min-width:501px){
#contentsRighttop .reservation .infoimg{
	margin-left:30px;
	float:left;
	box-shadow:3px 3px 3px #AAA8A8;
	}
	
#contentsRighttop .reservation .infodetial{
	margin-left:30px;
	float:left;
	}
}

/*電話番号*/
#contentsRighttop .reservation .infodetial .tel{
	display:block;
	font-size:1.6rem;
	margin-bottom:15px;
	}
#contentsRighttop .reservation .infodetial .tel a{
	text-decoration:none;
	color:#af001e;
	}	
/*電話*/

#contentsRighttop .reservation .infodetial h4{
	font-size:1.4rem;
	margin-top:20px;
	}

#contentsRighttop .reservation .infodetial table{
	font-size:1.4rem;
	margin-top:5px;
	}

#contentsRighttop .reservation .infodetial table .time{
	padding-left:20px;
	letter-spacing:10px;
	}
	
/*map*/
.maptitle{
	margin-top:50px;
	}

#map{
	display:block;
	width:640px;
	height:300px;
	margin:25px auto 50px;
	position:relative;
	overflow:hidden;
	box-shadow:3px 3px 3px #AAA8A8;
	}
	
#map iframe,
#map object,
#map embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}	

/*ご利用規約*/
#contentsMiddle h2{
	font-size:1.6rem;
	text-align:center;
	margin-bottom:25px;
	}

#contentsMiddle ul{
	width:640px;
	margin:0 auto;
	text-decoration:none;
	}

#contentsMiddle ul li{
	font-size:1.4rem;
	list-style:none;
	margin-bottom:25px;
	padding:0 10px 0 10px;
	}

/*運営者*/

#contentsRightbtn h2{
	font-size:1.6rem;
	text-align:center;
	margin-bottom:25px;
}

#contentsRightbtn table{
	width:640px;
	margin:30px auto;
	}

#contentsRightbtn td{
	padding-bottom:10px;
	font-size:1.3rem;
	}

/*///////////////////////////メディアクエリ////////////////////////////*/
@media screen and (max-width:500px){
	/* 1 Header style setting*/

#header #titleMain{
	width:75%;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
}

/* 3 Contents style setting*/
/*reservation*/

#contentsRighttop h2{
	font-size:18px;
	text-align:center;
	margin-bottom:25px;
	}

#contentsRighttop h3{
	font-size:16px;
	text-align:center;
	margin-bottom:25px;
	}

#contentsRighttop .reservation .infoimg{
	display:block;
	text-align:center;
	margin-bottom:20px;
	}
	
#contentsRighttop .reservation .infoimg img{
	box-shadow:3px 3px 3px #AAA8A8;
	}	

		
#contentsRighttop .reservation .infodetial{
	text-align:center;
	}
#contentsRighttop .reservation .infodetial td.day{
	text-align:right;
	padding-left:5%;
	}

#contentsRighttop .reservation .infodetial table .time{
	padding-left:0px;
	letter-spacing:10px;
	}
	
/*電話番号*/
#contentsRighttop .reservation .infodetial .tel{
	display:block;
	font-size:1.6rem;
	margin-bottom:15px;
	}
#contentsRighttop .reservation .infodetial .tel a{
	text-decoration:none;
	color:#af001e;
	}	
/*電話*/

#contentsRighttop .reservation .infodetial table{
	width:100%;
	font-size:120%;
	margin:5px auto 0;
	}
	
/*map*/
.maptitle{
	margin-top:50px;
	}

#map{
	/*display:block;*/
	width:90%;
	height:300px;
	margin:25px auto 50px;
	position:relative;
	overflow:hidden;
	box-shadow:3px 3px 3px #AAA8A8;
	}
	
#map iframe,
#map object,
#map embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}	

/*ご利用規約*/
#contentsMiddle h2{
	font-size:18px;
	text-align:center;
	margin-bottom:25px;
	}

#contentsMiddle ul{
	width:90%;
	margin:0 auto;
	text-decoration:none;
	}
	
#contentsMiddle ul li{
	font-size:14px;
	}

#contentsRightbtn table{
	width:90%;
	margin:0 auto;
	}

#contentsRightbtn td{
	padding-bottom:10px;
	font-size:1rem;
	}

#contentsRightbtn h2{
	font-size:18px;
	text-align:center;
	margin-bottom:25px;
}

#contentsRightbtn table{
	width:95%;
	margin:30px auto;
	border-collapse:collapse;
	}

#contentsRightbtn td{
	padding-top:10px;
	font-size:14px;
	}
	
#contentsRightbtn .unbar{
	border-bottom:1px solid #c7c7c7;
	}


	}