@charset "UTF-8";

/*===== Store Gallery =====*/

#sec001 {
	padding-top:100px;
	padding-bottom:100px;
}
#sec001 .atten {
	text-align:center;
	margin-top:0;
	font-weight:bold;
	font-size:20px;
}
#sec001 .box {
	max-width:1200px;
	margin:0 auto;
	background-color:#f8f4ed;
	box-shadow:4px 4px 0px 0 rgb(212, 183, 145);
	padding:50px 0;
	margin-top:60px;
}
#sec001 .box:first-child {
	margin-top:0;
}
#sec001 .box .innr {
	display:flex;
	justify-content:space-between;
	width:1100px;
	margin:0 auto;
}
#sec001 .box .innr .boxL {
	width:358px;
}
#sec001 .box .innr .boxR {
	width:685px;
	text-align:left;
	margin-top:25px;
}
#sec001 .box .innr .h2_box {
	position:relative;
	display:flex;
	justify-content:space-between;
	padding-left:5px;
	padding-right:5px;
}
#sec001 .box .innr .h2_box::after {
	position:absolute;
	content:url(../img/h2_border.svg);
	bottom:-25px;
	left:0;
	right:0;
}
#sec001 .box .innr h2 {
	font-size:40px;
	letter-spacing:2px;
	margin-top:-5px;
}
#sec001 .box .innr .h2_box span {
	display:block;
	text-align:right;
}
#sec001 .box .innr .boxR address {
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	letter-spacing:1px;
	margin-top:40px;
	padding-bottom:10px;
	margin-left:5px;
}
#sec001 .box .innr .boxR address span {
	font-size:15px;
}
#sec001 .box .innr .boxR dl {
	display:flex;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:5px;
}
#sec001 .box .innr .boxR dl dt {
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:80px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	background-color:#000;
	margin-right:1em;
	line-height:1em;
	padding:.3em 0;
}
#sec001 .box .innr .boxR dl dd {
	font-size:20px;
	letter-spacing:1px;
}
#sec001 .box .innr .boxR dl dd span {
	font-family:"Noto Sans JP", sans-serif;
	font-size:14px;
}
#sec001 .box .innr2 {
	margin-top:35px;
}
#sec001 .box .innr .flexbox {
	display:flex;
}
#sec001 .box .innr .flexbox dl:first-child {
	margin-right:30px;
}


@media screen and (max-width: 767px) {
	#sec001 {
		padding-top:8vw;
		padding-bottom:2vw;
	}
	#sec001 .atten {
	font-size:4.5vw;
	padding-bottom: 5vw;
}
	#sec001 .box {
		display:block;
		width:86%;
		margin:0 auto;
		box-sizing:border-box;
		margin-bottom:10vw;
		padding:5vw;
	}
	#sec001 .box .innr {
		display:block;
		width:100%;
		margin:0;
		overflow-x:hidden;
	}
	#sec001 .box .innr .boxL {
		width:100%;
	}
	#sec001 .box .innr .boxR {
		width:100%;
		margin-top:5vw;
	}
	#sec001 .box .innr .h2_box::after {
		bottom:-6vw;
	}
	#sec001 .box .innr .h2_box img {
		width:7vw;
		height:auto;
	}
	#sec001 .box .innr h2 {
		font-size:6.5vw;
		letter-spacing:2px;
		margin-top:0px;
	}
	#sec001 .box .innr .boxR address {
		font-size:3.8vw;
		margin-top:10vw;
		padding-bottom:.5em;
	}
	#sec001 .box .innr .boxR address span {
		font-size:3.4vw;
	}
	#sec001 .box .innr .boxR dl {
		margin-top:.5em;
	}
	#sec001 .box .innr .boxR dl dt {
		min-width:17vw;
		font-size:3.2vw;
		margin-right:1em;
	}
	#sec001 .box .innr .boxR dl dd {
		font-size:4.2vw;
	}
	#sec001 .box .innr .boxR dl dd.furl {
		letter-spacing:0;
	}
	#sec001 .box .innr .boxR dl dd span {
		font-family:"Noto Sans JP", sans-serif;
		font-size:3.2vw;
	}
	#sec001 .box .innr2 {
		display:block;
		margin-top:8vw;
	}
	#sec001 .box .innr .flexbox {
		display:block;
	}
	#sec001 .box .innr .flexbox dl:first-child {
		margin-right:0;
	}
}
