@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	width: 100%;
	padding: 326px 0 0;
	background: url(../../img/shop/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}

#main .headLine01 {
	margin: 0 26px 11px;
	color: #000;
}

#main .mainBox {
	margin: 0 auto;
	padding-top: 16px;
	width: 900px;
	background: #fff;
}

#main .tableBox {
	padding: 0 26px 10px;
}

#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}

#main .tableBox th,
#main .tableBox td {
	padding: 0 5px;
	width: 82%;
	color: #000;
	font-size: 18px;
	line-height: 2.75;
	font-weight: normal;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

#main .tableBox th {
	padding-right: 0;
	width: 18%;
}

#main .tableBox th i {
	display: none;
}

#main .tableBox td span {
	font-size: 21px;
	line-height: 1;
}

#main .map {
	margin-bottom: 12px;
	height: 430px;
}



@media all and (min-width: 0) and (max-width: 640px) {

	#main {
		margin-bottom: 18px;
		width: 100%;
		padding: 46% 20px 0;
		box-sizing: border-box;
		background: url(../../img/shop/bg01.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	#main .mainBox {
		margin: 0;
		padding-top: 0;
		width: auto;
		background: #fff;
	}
	
	#main .headLine01 {
		margin: 0 20px 7px;
		padding-bottom: 5px;
		text-align: left;
		font-size: 16px;
		letter-spacing: -1px;
		border-bottom: 1px solid #CCC;
	}
	
	.spTtl {
		padding: 15px 20px 10px;
		text-align: center;
		font-size: 22px;
		font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
		font-weight: bold;
	}

	#main .tableBox {
		padding: 0 20px 10px;
	}

	#main .tableBox01 {
		padding-top: 8px;
		background: #FDF1F5;
	}

	#main .tableBox table {
		width: 100%;
		border-top: none;
	}

	#main .tableBox th,
	#main .tableBox td {
		padding: 0;
		width: 100%;
		float: left;
		line-height: 1.29;
		letter-spacing: -0.5px;
		box-sizing: border-box;
		font-size: 14px;	
		border-bottom: none;
	}
	
	#main .tableBox01 th {
		padding-bottom: 1px;
		border-bottom: 1px solid #CCC;
	}
	
	#main .tableBox th i {
		margin: -3px 7px 0 5px;
		color: #333;
		display: inline-block;
		vertical-align: middle;
		font-size: 22px;
	}
	
	#main .tableBox td {
		padding: 5px 0;
	}
	
	#main .tableBox td span {
		font-size: 16px;
	}
	
	#main .tableBox li {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 12px;
	}
	
	#main .tableBox li:before {
		content: "・";
	}
	
	#main .map {
		margin-bottom: 0;
		height: 222px;
		overflow: hidden;
	}
	
	#main .pho {
		margin-bottom: 15px;
	}
	
	#main .pho img {
		width: 100%;
		height: auto;
	}
	
}
@media all and (min-width: 641px) and (max-width: 768px)  {

	#main {
		padding: 326px 20px 0;
		width: auto;
	}
	
	#main .mainBox {
		width: auto;
	}
	
	#main .headLine01 {
		font-size: 14px;
	}
	
	#main .tableBox th,
	#main .tableBox td {
		width: 80%;
		font-size: 12px;
	}
	
	#main .tableBox th {
		width: 20%;
	}
	
	#main .tableBox td span {
		font-size: 14px;
	}
	
	#main .pho img {
		width: 100%;
	}
	
}