@charset "utf-8";

body {
	margin: 0;
}

/*--------------------------------------------------------------
/template/
--------------------------------------------------------------*/
div#template {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #ffffff;
}

div#template section {
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
}

div#template section img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*--------------------------------------------------------------
#sec06 SHOP information
--------------------------------------------------------------*/
#sec06 {
	background: #e1eef8;
	text-align: center;
	color: #000000;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
}

#sec06 .sec06__info {
	padding: 0 38px;
	position: relative;
	z-index: 1;
}

#sec06 .sec06__label {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

#sec06 .sec06__label::before,
#sec06 .sec06__label::after {
	content: "";
	flex: 1;
	height: 10px;
	background-image: repeating-linear-gradient(-61deg, #949299 0 2px, transparent 2px 8px);
}

#sec06 .sec06__name {
	font-size: 32px;
	line-height: 1.3;
	font-weight: bold;
}

#sec06 .sec06__address,
#sec06 .sec06__contact {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}

#sec06 .sec06__address a,
#sec06 .sec06__contact a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0.35em 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
	touch-action: manipulation;
	pointer-events: auto;
}

#sec06 .sec06__map {
	display: block;
	width: 100%;
	height: auto;
	margin: 24px 0 0;
	vertical-align: top;
}

@media screen and (max-width: 600px) {
	#sec06 .sec06__info {
		padding: 0 6.33vw;
	}

	#sec06 .sec06__label {
		margin: 0 0 3.33vw;
		font-size: 3.67vw;
		gap: 3vw;
	}

	#sec06 .sec06__label::before,
	#sec06 .sec06__label::after {
		height: 1.67vw;
		background-image: repeating-linear-gradient(-61deg, #949299 0 0.33vw, transparent 0.33vw 1.33vw);
	}

	#sec06 .sec06__name {
		margin: 0;
		font-size: 5.2vw;
	}

	#sec06 .sec06__address,
	#sec06 .sec06__contact {
		font-size: 3.17vw;
		padding-bottom: 1.33vw;
	}

	#sec06 .sec06__map {
		margin: 4vw 0 0;
	}
}
