@charset "UTF-8";
/*
 * css/style.css
 *
 */


/* index.html
---------------------------------------------------------- */
.topMessageSec01 {
	padding: 0 10px 10px;
	font-size: 115%;
}
	.topMessageDetail .detailAnchor {
		margin-top: 30px;
		padding-right: 10px;
		text-align: right;
	}
		.topMessageDetail .detailAnchor a {
			padding: 2px 0 2px 22px;
			background: url(/static/img/ico_index_arrow01.png) no-repeat left center;
			color: #f08300;
			text-decoration: none;
			font-weight: bold;
		}
		.topMessageDetail .detailAnchor a:hover {
			text-decoration: underline;
		}
.topMessageSec02 {
	padding:0 0 0 10px;
	margin:0;
	font-size: 80%;
}
.topMessageSam{
	width:126px;
	height:126px;
	padding:0px;
	margin:0 10px 0 0;
	float:left;
	border:solid 1px #999;
	text-align:center;
}
.topMessageSam table td {
	width:126px;
	height:126px;
	vertical-align:middle;
}
.topMessageSam img {
	max-height: 120px;
	max-width: 120px;
}

.indexCorner01_top {
        width: 940px;
        height: 10px;
        padding: 0px;
        margin: 0px;
        background: url(/static/img/indexcorner_top.png) no-repeat; }

.indexCorner01_bottom {
        width: 940px;
        height: 10px;
        padding: 0px;
        margin: 0px;
        background: url(/static/img/indexcorner_bottom.png) no-repeat; }

.indexCornerWrap01 {
	padding: 0 10px 0 6px;
	margin-bottom: 20px;
}
	.indexCorner01 {
		/*background: url(/static/img/bg_index_corner_btm01.png) no-repeat left bottom #000;*/
		background: #000;
		/*padding-bottom: 10px;*/
	}
		.indexCornerIn01 {
			/*background: url(/static/img/bg_index_corner_top01.png) no-repeat left top;*/
			/*padding: 10px 24px 0;*/
			padding: 0px 24px 0;
		}
			.indexCornerIn01 .indexCornerL01 {
				float: left;
				width: 620px;
			}
			.indexCornerIn01 .indexCornerR01 {
				float: right;
				width: 250px;
			}
				.indexCornerR01 ul {
				}
					.indexCornerR01 ul li {
						border: 1px solid #ccc;
						background: #f8f8f8;
						padding: 10px 8px;
						margin: 0 0 10px;
					}
					.indexCornerR01 ul li.last {
						margin: 0;
					}
						.indexCornerR01 ul li .image {
							margin-bottom: 15px;
							text-align: center;
						}
							.indexCornerR01 ul li .image img {
								max-height: 200px;
								max-width: 232px;
							}
							* html .indexCornerR01 ul li .image img {
								width: expression(this.offsetWidth > 232? "232px" : this.offsetWidth + "px");
								height: expression(this.offsetHeight > 200? "200px" : this.offsetHeight + "px");
							}
						.indexCornerR01 ul li .text {
							font-size: 86%;
						}
				.indexCornerR01 .detailAnchor {
					margin-top: 15px;
					padding-right: 10px;
					text-align: right;
				}
					.indexCornerR01 .detailAnchor a {
						padding: 2px 0 2px 22px;
						background: url(/static/img/ico_index_arrow01.png) no-repeat left center;
						color: #f08300;
						text-decoration: none;
						font-weight: bold;
					}
					.indexCornerR01 .detailAnchor a:hover {
						text-decoration: underline;
					}
.indexCopy01 {
	font-size: 143%;
	font-weight: bold;
	margin-bottom: 5px;
}
.indexNewsList01 {
}
	.indexNewsList01 li {
		padding-left: 10px;
		background: url(/static/common/img/ico_arrow01.gif) no-repeat left 0.5em;
	}
.indexGalleryWrap01 {
	padding: 0 18px 5px;
}
	.indexGallery01 {
		overflow: hidden;
		width: 844px;
	}
		.indexGallery01 ul {
			margin-top: -6px;
			width: 860px;
			display: block;
			min-height: 1%;
		}
		.indexGallery01 ul:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
		* html .indexGallery01 ul {
			height: 1%;
			/*\*//*/
			height: auto;
			overflow: hidden;
			/**/
		}
			.indexGallery01 ul li {
				float: left;
				width: 206px;
				margin: 6px 6px 0 0;
				background: url(/static/img/bg_index_gallery_mid01.gif) repeat-y left top;
			}
				.indexGallery01 ul li .indexGalleryBtm01 {
					padding-bottom: 30px;
					background: url(/static/img/bg_index_gallery_btm01.gif) no-repeat left bottom;
				}
					.indexGallery01 ul li .indexGalleryTop01 {
						padding: 13px 15px 0 11px;
						background: url(/static/img/bg_index_gallery_top01.gif) no-repeat left top;
					}
						.indexGallery01 ul li .indexGalleryTop01 table {
							background: url(/static/img/bg_index_gallery_image01.gif) no-repeat left top;
							margin-bottom: 10px;
							width:180px; table-layout: fixed;
						}
							.indexGallery01 ul li .indexGalleryTop01 table td {
								width: 180px;
								height: 180px;
								vertical-align: middle;
								text-align: center;
							}
								.indexGallery01 ul li .indexGalleryTop01 table td img {
									max-width: 170px;  /*180 --> 170 20140228*/
									max-height: 170px; /*180 --> 170 20140228*/
								}
								* html .indexGallery01 ul li .indexGalleryTop01 table td img {
									width: expression(this.offsetWidth > 180? "180px" : this.offsetWidth + "px");
									height: expression(this.offsetHeight > 180? "180px" : this.offsetHeight + "px");
								}
						.indexGallery01 ul li .indexGalleryTop01 .text {
							padding: 0 5px;
						}
	.indexGalleryWrap01 .detailAnchor {
		margin-top: 15px;
		padding-right: 10px;
		text-align: right;
	}
		.indexGalleryWrap01 .detailAnchor a {
			padding: 2px 0 2px 22px;
			background: url(/static/img/ico_index_arrow01.png) no-repeat left center;
			color: #f08300;
			text-decoration: none;
			font-weight: bold;
		}
		.indexGalleryWrap01 .detailAnchor a:hover {
			text-decoration: underline;
		}
.indexBasicInfoWrap01 {
	padding: 0 10px 20px;
	display: block;
	min-height: 1%;
}
.indexBasicInfoWrap01:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .indexBasicInfoWrap01 {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.indexBasicInfoL01 {
		float: left;
		width: 530px;
	}
		.indexBasicInfoL01 table {
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			table-layout:fixed;
			width: 100%;
		}
			.indexBasicInfoL01 table th {
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
				width: 155px;
				vertical-align: top;
				background: #eee;
			}
			.indexBasicInfoL01 table td {
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
				word-wrap:break-word;
			}
				.indexBasicInfoL01 table th div {
					font-weight: bold;
					font-size: 93%;
					padding: 8px;
				}
				.indexBasicInfoL01 table td div {
					font-size: 100%;
					padding: 8px 10px;
				}
					.indexBasicInfoL01 table td div a {
						padding-bottom: 1px;
					}
				.indexBasicInfoL01 table td div.onlineReserve {
					padding: 8px 4px 8px 10px;
					display: block;
					min-height: 1%;
				}
				.indexBasicInfoL01 table td div.onlineReserve:after {
					clear: both;
					content:".";
					display: block;
					height: 0;
					visibility: hidden;
				}
				* html .indexBasicInfoL01 table td div.onlineReserve {
					height: 1%;
					/*\*//*/
					height: auto;
					overflow: hidden;
					/**/
				}
					.indexBasicInfoL01 table td div .number {
						background: url(/static/common/img/ico_dial01.gif) no-repeat left 0.2em;
						padding-left: 18px;
						float: left;
						font-size: 110%;
						font-weight: bold;
						line-height: 2;
					}
	.indexBasicInfoR01 {
		width: 300px;
		float: right;
	}
		.indexBasicInfoMap01 {
			border: 1px solid #aeaeae;
			margin-bottom: 24px;
		}
		.indexBasicInfoR01 .indexStation01,
		.indexBasicInfoR01 .indexRoute01 {
			margin-bottom: 18px;
			padding-left: 23px;
			background: url(/static/common/img/ico_station01.gif) no-repeat left 0em;
			color: #bebebe;
		}
		.indexBasicInfoR01 .indexRoute01 {
			margin: 0px 10px 0px 0px;
			background: url(/static/common/img/ico_route01.gif) no-repeat left 0em;
			float: right;
		}
			.indexBasicInfoR01 .indexStation01 span,
			.indexBasicInfoR01 .indexRoute01 span {
				font-weight: bold;
				color: #000;
			}
		.indexMapDetail01 {
			margin-bottom: 20px;
			padding-right: 10px;
			text-align: right;
		}
			.indexMapDetail01 a {
				padding: 2px 0 2px 22px;
				background: url(/static/img/ico_index_arrow01.png) no-repeat left center;
				color: #f08300;
				text-decoration: none;
				font-weight: bold;
			}
			.indexMapDetail01 a:hover {
				text-decoration: underline;
			}
		.indexStoreTitle01 {
			font-weight: bold;
			margin-bottom: 5px;
		}
		.indexQrcode01 {
			margin-top: 30px;
			padding:0px;
			border: 1px solid #ccc;
			background-color:#fff;
		}
.indexReview01 {
	width: 732px;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
	padding: 8px;
}
	.indexReviewTitleWrap01 {
		border-bottom: 1px solid #dcdcdc;
		background: #f0f0f0;
		margin-bottom: 5px;
		padding: 5px 8px 5px;
		display: block;
		min-height: 1%;
	}
	.indexReviewTitleWrap01:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	* html .indexReviewTitleWrap01 {
		height: 1%;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
	}
		.indexReviewTitleWrap01 .title {
			width: 430px;
			float: left;
			font-weight: bold;
			font-size: 115%;
		}
			.indexReviewTitleWrap01 .title a {
				color: #0292ff;
			}
		.indexReviewTitleWrap01 .review {
			float: right;
			line-height: 1.8;
		}
			.indexReviewTitleWrap01 .review .star {
				background: url(/static/common/img/ico_star.png) no-repeat left top;
				overflow: hidden;
				text-indent: -9999px;
				height: 12px;
				width: 60px;
				margin: 0 1em 0 3px;
				text-align: left;
				display: inline-block;
				*display: inline;
				*zoom: 1;
				vertical-align: middle;
				_vertical-align: text-top;
			}
			.indexReviewTitleWrap01 .review .star0 { background-position: -72px 0;}
			.indexReviewTitleWrap01 .review .star0_5 { background-position: -60px 0;}
			.indexReviewTitleWrap01 .review .star1 { background-position: -168px 0;}
			.indexReviewTitleWrap01 .review .star1_5 { background-position: -48px 0;}
			.indexReviewTitleWrap01 .review .star2 { background-position: -156px 0;}
			.indexReviewTitleWrap01 .review .star2_5 { background-position: -36px 0;}
			.indexReviewTitleWrap01 .review .star3 { background-position: -144px 0;}
			.indexReviewTitleWrap01 .review .star3_5 { background-position: -24px 0;}
			.indexReviewTitleWrap01 .review .star4 { background-position: -132px 0;}
			.indexReviewTitleWrap01 .review .star4_5 { background-position: -12px 0;}
			.indexReviewTitleWrap01 .review .star5 { background-position: 0 0;}

	.indexReviewText01 {
		padding: 0 9px;
	}
.indexReviewAnchor01 {
	float: right;
	width: 120px;
	text-align: center;
	font-weight: bold;
	font-size: 129%;
	padding-top: 12px;
}

.indexCornerL01 img{
max-width: 620px;
max-height: 620px;
}


/* QR */
.rqcode {
    width: 300px;
    margin: 20px 0px 20px 0px;
    padding: 0px;
}

.rqcode ul li.qr_phone{
 	width: 143px;
	float: left;
	list-style: none;
	text-align:center;
	background:url(/static/img/txt_qrcode_phone.gif) top left #fff no-repeat;
	border:solid 1px #ccc;
	box-sizing: border-box;
}
.rqcode ul li.qr_line{
 	width: 143px;
	float: right;
	list-style: none;
	text-align:center;
	background:url(/static/img/txt_qrcode_line.gif) top left #fff no-repeat;
	border:solid 1px #2fb904;
	box-sizing: border-box;
}

.rqcode ul li.qr_phone img{
	margin:35px 0px 10px 0px;
	padding:0px;
}
.rqcode ul li.qr_line img{
	margin:35px 0px 10px 0px;
	padding:0px;
}

/* 他サイトリンクbtn */
/*
.linkbtn {
	width: 300px;
	margin:0px 0px 25px 0px;
	padding:0;
}

.linkbtn ul li {
 	width: 99px;
	float: left;
	list-style: none;
}
*/

/* 他サイトリンクbtn */

.linkbtn ul{
	margin-top:5px;
	padding:0px
}

.linkbtn ul li{
	margin-top:5px;
	padding:0px;
}

