@charset "utf-8";


/* --------------------------------------------------------------------------------
	shop-inner
-------------------------------------------------------------------------------- */
#shop .shop-inner {

}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#shop .main {
	width: 100%;
	height: 60vw;
	margin: 0 auto 26vw;
	position: relative;
}
#shop .main .img{
}
#shop .main img{
	width: 100%;
	height: 60vw;
	object-fit: cover;
}

#shop .main h2{
	position: absolute;
	bottom: -16vw;
	right: 0;
	background: rgba(255,255,255,0.9);
	line-height: 1;
	padding: 2vw 4.5vw;
	width: 62vw;
}
#shop .main h2 .txt1{
	font-size: 4.4vw;
	display: block;
	margin: 0 0 1vw;
	line-height: 1.25;
}
#shop .main h2 .txt2{
	font-size: 6.4vw;
	color: #604c3f;
	display: block;
	line-height: 1.25;
}


/* --------------------------------------------------------------------------------
	real_store
-------------------------------------------------------------------------------- */
#shop .real_store {
	margin: 0 5vw 28vw;
}
#shop .real_store .txt-box {
	margin: 0 0 13vw;
}
#shop .real_store h3{
	line-height: 1.34;
	margin: 0 0 7vw;
	text-align: center;
}
#shop .real_store h3 .txt1{
	font-size: 7.6vw;
	color: #604c3f;
	display: block;
}
#shop .real_store h3 .txt2{
	font-size: 4vw;
	color: #604c3f;
	display: block;
}
#shop .real_store .txt-box .txt{
	font-size: 4.4vw;
	line-height: 1.81;
}

#shop .real_store .map-txt{
}
#shop .real_store .map-txt .map{
	width: 100%;
	margin: 0 0 10vw;
}
#shop .real_store .map-txt .map iframe{
	width: 100%;
	height: 90vw;
}
#shop .real_store .map-txt .txt{
}
#shop .real_store .map-txt .txt .shop-name{
	font-size: 4.8vw;
	font-weight: bold;
	color: #604c3f;
}
#shop .real_store .map-txt .txt .shop-info{
	font-size: 4vw;
	font-weight: bold;
	color: #604c3f;
	margin: 0 0 9vw;
}
#shop .real_store .map-txt .txt .shop-add{
	font-size: 4vw;
	line-height: 1.75;
	margin: 0 0 30px;
}
#shop .real_store .map-txt .txt .shop-t-access{
	font-size: 4vw;
	font-weight: bold;
	color: #604c3f;
}
#shop .real_store .map-txt .txt .shop-txt-access{
	font-size: 4vw;
	line-height: 1.75;
}

/* --------------------------------------------------------------------------------
	company
-------------------------------------------------------------------------------- */
#shop .company {
	margin: 0 0 40vw;
}
#shop .company h3{
	line-height: 1.25;
	margin: 0 5vw 8vw;
	text-align: center;
}
#shop .company h3 .txt1{
	font-size: 7.6vw;
	color: #604c3f;
	display: block;
}
#shop .company h3 .txt2{
	font-size: 4vw;
	color: #604c3f;
	display: block;
}
#shop .company .details{
	margin: 0 5vw 15vw;
}
#shop .company .details table{
	width: 100%;
	border: 1px solid #eee9e6;
}
#shop .company .details table th{
	width: 31%;
	background: #f7f4f0;
	color: #807065;
	font-size: 3.6vw;
	padding: 4vw 3vw;
	font-weight: bold;
	border-right: 1px solid #eee9e6;
	border-bottom: 1px solid #eee9e6;
}
#shop .company .details table td{
	font-size: 3.6vw;
	padding: 4vw 3vw;
	border-bottom: 1px solid #eee9e6;
}
#shop .company .img{
	width: 100%;
}








