@charset "utf-8";
/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
.pageTitle {
	background-image: url("../img/shop/page_title_bg.jpg");	
}
#main .headLine01 {
	margin-bottom: 45px;
}
#main .imgBox {
	margin-bottom: 40px;
}
#main .imgBox .phoBox {
	width: 456px;
}
#main .imgBox .txtBox {
	width: 498px;
}
#main .imgBox .txtBox p {
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
#main .imgBox .txtBox .pho {
	margin-right: 10px;
}
#main .map {
	margin-bottom: 40px;
}
#main .map iframe {
	width: 100%;
	height: 611px;
	vertical-align: top;
}
#main table {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	padding: 9px 22px 9px;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	border: 1px solid #231815;
}
#main th  {
	width: 20%;
	letter-spacing: 0.1em;
	background-color: #FFFBCB;
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 20px;
	}
	#main .imgBox {
		margin-bottom: 20px;
		display: block;
	}
	#main .imgBox .phoBox {
		margin-bottom: 20px;
		width: auto;
	}
	#main .imgBox .txtBox {
		width: auto;
	}
	#main .imgBox .txtBox p {
		margin-bottom: 20px;
		letter-spacing: 0.05em;
		line-height: 1.95;
	}
	#main .imgBox .txtBox .pho {
		margin-right: 0;
		text-align: center;
	}
	#main .map {
		margin-bottom: 40px;
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: 80%;
	}
	#main .map iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#main table {
		margin-bottom: 20px;
		border-bottom: 1px solid #231815;
	}
	#main th,
	#main td {
		padding: 9px 22px 9px;
		font-size: 1.4rem;
		width: 100% !important;
		display: block;
		border-bottom: none;
	}
	#main th  {
		border-bottom: none;
	}
}
@media all and (-ms-high-contrast:none) {
	#main th, #main td {
		padding-top: 14px;
	}
}