@charset "utf-8";


/* --------------------------------------------------------------------------------
	shop-inner
-------------------------------------------------------------------------------- */
#shop .shop-inner {
	width: 1300px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#shop .main {
	width: 100%;
	height: 600px;
	margin: 0 auto 120px;
	position: relative;
}
#shop .main .img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
#shop .main img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
@media only screen and (min-width: 1920px){
	#shop .main .img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

#shop .main h2{
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 36px;
	background: rgba(255,255,255,0.9);
	line-height: 1;
	padding: 20px 28px;
}
#shop .main h2 .txt1{
	font-size: 24px;
	display: block;
	margin: 0 0 10px;
}
#shop .main h2 .txt2{
	font-size: 40px;
	color: #604c3f;
	display: block;
}


/* --------------------------------------------------------------------------------
	real_store
-------------------------------------------------------------------------------- */
#shop .real_store {
	width: 1100px;
	margin: 0 auto 140px;
}
#shop .real_store .txt-box {
	margin: 0 0 70px;
}
#shop .real_store h3{
	line-height: 1.34;
	margin: 0 0 40px;
	text-align: center;
}
#shop .real_store h3 .txt1{
	font-size: 38px;
	color: #604c3f;
	display: block;
}
#shop .real_store h3 .txt2{
	font-size: 15px;
	color: #604c3f;
	display: block;
}
#shop .real_store .txt-box .txt{
	font-size: 20px;
	line-height: 2;
}

#shop .real_store .map-txt{
	display: flex;
}
#shop .real_store .map-txt .map{
	width: 650px;
}
#shop .real_store .map-txt .map iframe{
	width: 650px;
	height: 500px;
}
#shop .real_store .map-txt .txt{
	width: 400px;
	margin: 0 0 0 50px;
}
#shop .real_store .map-txt .txt .shop-name{
	font-size: 20px;
	font-weight: bold;
	color: #604c3f;
}
#shop .real_store .map-txt .txt .shop-info{
	font-size: 16px;
	font-weight: bold;
	color: #604c3f;
	margin: 0 0 35px;
}
#shop .real_store .map-txt .txt .shop-add{
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 30px;
}
#shop .real_store .map-txt .txt .shop-t-access{
	font-size: 16px;
	font-weight: bold;
	color: #604c3f;
}
#shop .real_store .map-txt .txt .shop-txt-access{
	font-size: 16px;
	line-height: 1.75;
}

/* --------------------------------------------------------------------------------
	company
-------------------------------------------------------------------------------- */
#shop .company {
	width: 1100px;
	margin: 0 auto 140px;
}
#shop .company .txt-box {
	margin: 0 0 70px;
}
#shop .company h3{
	line-height: 1.34;
	margin: 0 0 40px;
	text-align: center;
}
#shop .company h3 .txt1{
	font-size: 38px;
	color: #604c3f;
	display: block;
}
#shop .company h3 .txt2{
	font-size: 15px;
	color: #604c3f;
	display: block;
}
#shop .company .details{
	margin: 0 0 50px;
}
#shop .company .details table{
	width: 1100px;
	border: 1px solid #eee9e6;
}
#shop .company .details table th{
	width: 200px;
	background: #f7f4f0;
	color: #807065;
	font-size: 16px;
	padding: 20px 30px;
	font-weight: bold;
	border-right: 1px solid #eee9e6;
	border-bottom: 1px solid #eee9e6;
}
#shop .company .details table td{
	font-size: 16px;
	padding: 20px 30px;
	border-bottom: 1px solid #eee9e6;
}
#shop .company .img{
	width: 100%;
}








