@charset "utf-8";

.sns {
	top: 350px !important;
	background-color: rgba(255,255,255,0) !important;
}

.brPC {
	display: inline-block;
}

.SP {
	display: none;
}

/*-----------------------------------------------
	MAPボタン
-----------------------------------------------*/

.MAPbtn {
	width: 60px;
	height: 60px;
	display: flex;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	border: 1px solid #1a0c08;
	border-radius: 100%;
	transition: .3s;
	margin: 0;
	margin-top: 1.5em;
}

	.MAPbtn span {
		display: block;
	}

	.MAPbtn span::after {
		content: "";
		display: block;
		background-image: url(../../images/arrow.png);
		background-size: cover;
		width: 27px;
		height: 7px;
		margin: 0.3em auto 0;
	}
	
.MAPbtn:hover {
	width: 60px;
	height: 60px;
	display: flex;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	border: 1px solid #9e4734;
	border-radius: 100%;
	color: #fff;
	background: #9e4734;
	opacity: 1;
	margin-top: 1.5em;
}
	.MAPbtn:hover span::after {
		content: "";
		display: block;
		background-image: url(../../images/arrow_hover.png);
		background-size: cover;
		width: 27px;
		height: 7px;
		margin: 0.3em auto 0;
	}


/*-----------------------------------------------
	詳しくはこちらボタン
-----------------------------------------------*/

.kuwashiku {
	display: inline-block;
	background: #1a0c08;
	color: #fff !important;
	font-size: 12px;
	line-height: 1;
	padding: 3% 7%;
	position: relative;
	margin-top: 1.5em;
}

	.kuwashiku::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 1em;
		right: 1em;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

/*-----------------------------------------------
	タイトル
-----------------------------------------------*/

.Contenttitle {
	width: 100%;
	height: 0;
	padding-top: 13.02083333%;
	background: url(../images/title.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.Contenttitle div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #fff;
}

.Contenttitle div span {
	display: block;
	font-size: 14px;
	padding-top: 0.5em;
}
	

/*-----------------------------------------------
	パンくず
-----------------------------------------------*/

#Main .Pan {
	display: flex;
	align-items: center;
	min-width: 960px;
	width:100%;
	margin: 1em auto;
	padding: 0 70px;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	#Main .Pan {
	padding: 0;
}
}

#Main .Pan li {
	position: relative;
	font-size: 14px;
	padding-right: 1.5em;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#Main .Pan li::after {
	content: "";
	position: absolute;
	display: block;
	top: 0.5em;
	right: 0.6em;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-top: 1px solid #1a0c08;
	border-right: 1px solid #1a0c08;
}

	#Main .Pan li:last-child {
		font-weight: bold;
	}

	#Main .Pan li:last-child::after {
		display: none;
	}
	
	
/*-----------------------------------------------
	看板＋リード文
-----------------------------------------------*/

.kanban {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto 8%;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.kanban img {
	width: 100%;
}

.kanban p {
	text-align: center;
	padding: 2% 0;
}


/*-----------------------------------------------
	実店舗を探す
-----------------------------------------------*/

.Shop h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

	.Shop h4::before {
		content: "-";
		margin-right: 0.4em;
	}
	
	.Shop h4::after {
		content: "-";
		margin-left: 0.4em;
	}
	
.Shop h4 + ul {
	font-size: 18px;
	font-weight: nomal;
	max-width: 860px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 6em;
}

.Shop h4 + ul li {
	line-height: 1;
	width: 22.67%;
	box-sizing: border-box;
	margin: 0 2.33% 2.33% 0;
	text-align: center;
}

	.Shop h4 + ul li:nth-child(4), 
	.Shop h4 + ul li:nth-child(7) {
		margin-right: 0;
	}

.Shop h4 + ul li a {
	display: block;
	padding: 1em;
	border: 1px solid #1a0c08;
	position: relative;
}

	.Shop h4 + ul li a::after {
		content: "";
		position: absolute;
		top: 1.3em;
		right:0.5em;
		width: 7px;
		height: 7px;
		border-top: 1px solid #1a0c08;
		border-right: 1px solid #1a0c08;
		transform: rotate(45deg);
	}
	
	/*IE11*/
	_:-ms-fullscreen, :root .Shop h4 + ul li a::after {
		top: 1.1em;
	}
	
.Shop h5 {
	display: block;
	text-align: center;
	font-size: 0;
}

.Shop h5 span {
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	padding: 0.7em;
	max-width: 1140px;
	width: 100%;
	border-bottom: double #1a0c08;
	letter-spacing: 0.2em;
	box-sizing: border-box;
	margin: 30px 0;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.ShopList {
	display: flex;
	flex-wrap: wrap;
	max-width: 1140px;
	margin: 0 auto 6em;
}

.ShopList li {
	width: 31.4%;
	margin: 0 2.89% 3em 0;
	box-sizing: border-box;
	border: 1px solid #1a0c08;
	padding: 1em;
	line-height: 1;
	font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

	.ShopList li:nth-child(3n) {
		margin-right: 0;
	}

.ShopList li p, .ShopList li span {
	margin-bottom: 0.5em;
}
	
.ShopList li > span {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}

.ShopList li .shopname {
	font-size: 18px;
}

.ShopList li .tel {
	font-size: 18px;
}
	.ShopList li .tel::before {
		content: "";
		display: inline-block;
		background: url(../images/tel_ico.gif) no-repeat;
		background-size: cover;
		width: 11px;
		height: 16px;
		vertical-align: middle;
		margin-right: 0.2em;
	}

.ShopList li .address {
	font-size: 14px;
	line-height: 1.5;
}

.ShopList li .Ichibu::after {
	content: "Partial handling";
	display: inline-block;
	vertical-align: top;
	background: #348b9e;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	padding: 0.3em;
	margin-left: 0.5em;
}

.ShopList li .Tyokuei::after {
	content: "Directly managed";
	display: inline-block;
	vertical-align: top;
	background: #9e4734;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	padding: 0.3em;
	margin-left: 0.5em;
}

		/*IE11*/
		
		_:-ms-fullscreen, :root .ShopList li .Ichibu::after {
			margin-top: -0.3em;
		}			
		
		_:-ms-fullscreen, :root .ShopList li .Tyokuei::after {
			margin-top: -0.3em;
		}

.kuwashiku {
	display: inline-block;
	background: #1a0c08;
	color: #fff !important;
	font-size: 12px;
	line-height: 1;
	padding: 3% 7%;
	position: relative;
	margin-top: 1.5em;
}

	.kuwashiku::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 1em;
		right: 1em;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	
		
		/*IE11*/
		_:-ms-fullscreen, :root .kuwashiku::after {
			top: 0.8em;
		}
	
#Hokkaido, #Tohoku, #Kanto, #Tyubu, 
#Kinki, #Tyugoku, #Kyusyu {
	padding-top: 84px;
	margin-top: -84px;
}

@media screen and (min-width: 0) and (max-width: 768px) {

	.brPC {
		display: none;
	}

	.SP {
		display: block;
	}

/*-----------------------------------------------
	MAPボタン
-----------------------------------------------*/

	.MAPbtn {
		width: 15vw;
		height: 15vw;
		display: flex;
		font-size: 3vw;
		justify-content: center;
		align-items: center;
		border: 1px solid #1a0c08;
		border-radius: 100%;
		transition: .3s;
		margin: 0;
		margin-top: 1.5em;
	}

		.MAPbtn span {
			display: block;
		}

		.MAPbtn span::after {
			content: "";
			display: block;
			background-image: url(../../images/arrow.png);
			background-size: cover;
			width: 27px;
			height: 7px;
			margin: 0.3em auto 0;
		}
	
	.MAPbtn:hover {
		width: 15vw;
		height: 15vw;
		display: flex;
		font-size: 3vw;
		justify-content: center;
		align-items: center;
		border: 1px solid #1a0c08;
		border-radius: 100%;
		color: #1a0c08;
		background: #fff;
		opacity: 1;
		margin-top: 1.5em;
	}
		
		.MAPbtn:hover span::after {
			content: "";
			display: block;
			background-image: url(../../images/arrow.png);
			background-size: cover;
			width: 27px;
			height: 7px;
			margin: 0.3em auto 0;
		}

	/*-----------------------------------------------
		詳しくはこちらボタン
	-----------------------------------------------*/

	.kuwashiku {
		display: inline-block;
		background: #1a0c08;
		color: #fff !important;
		font-size: 3vw;
		line-height: 1;
		padding: 3% 7%;
		position: relative;
		margin-top: 1.5em;
	}

		.kuwashiku::after {
			content: "";
			display: inline-block;
			position: absolute;
			top: 1em;
			right: 1em;
			width: 6px;
			height: 6px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: rotate(45deg);
		}


	/*-----------------------------------------------
		タイトル
	-----------------------------------------------*/

	.Contenttitle {
		width: 100%;
		height: 0;
		padding-top: 30%;
		background: url(../images/sp_title.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		font-family: 'Raleway-Regular';
	}

	.Contenttitle div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 4vw;
		letter-spacing: 0.1em;
		font-weight: 400;
		color: #fff;
	}

	.Contenttitle div span {
		display: block;
		font-size: 3vw;
		padding-top: 0.5em;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	}
	

	/*-----------------------------------------------
		パンくず
	-----------------------------------------------*/

	#Main .Pan {
		display: flex;
		align-items: center;
		max-width: 100%;
		margin: 1em auto;
		padding: 0;
	}

	#Main .Pan li {
		position: relative;
		font-size: 3vw;
		padding-right: 1.5em;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	}

	#Main .Pan li::after {
		content: "";
		position: absolute;
		display: block;
		top: 0.5em;
		right: 0.6em;
		width: 5px;
		height: 5px;
		transform: rotate(45deg);
		border-top: 1px solid #1a0c08;
		border-right: 1px solid #1a0c08;
	}

	#Main .Pan li:last-child {
		font-weight: bold;
	}

	#Main .Pan li:last-child::after {
		display: none;
	}
	
	
	/*-----------------------------------------------
		看板＋リード文
	-----------------------------------------------*/

	.kanban {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto 8%;
	}

	.kanban img {
		width: 100%;
	}

	.kanban p {
		text-align: left;
		padding: 1em 0;
	}


	/*-----------------------------------------------
		実店舗を探す
	-----------------------------------------------*/

	.Shop h4 {
		font-size: 4vw;
		font-weight: bold;
		text-align: center;
		display: block;
		letter-spacing: 0.1em;
		margin-bottom: 1em;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	}

		.Shop h4::before {
			content: "-";
			margin-right: 0.4em;
		}
	
		.Shop h4::after {
			content: "-";
			margin-left: 0.4em;
		}
	
	.Shop h4 + ul {
		font-size: 4vw;
		font-weight: nomal;
		max-width: 100%;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 4em;
	}

	.Shop h4 + ul li {
		line-height: 1;
		width: auto;
		box-sizing: border-box;
		margin: 0 2.33% 2.33% 0;
		text-align: center;
	}

		.Shop h4 + ul li:nth-child(4) {
			 margin: 0 2.33% 2.33% 0;
		}
		.Shop h4 + ul li:nth-child(7) {
			margin-right: 0;
		}

	.Shop h4 + ul li a {
		display: block;
		padding: 1em 5vw;
		border: 1px solid #1a0c08;
		position: relative;
	}

		.Shop h4 + ul li a::after {
			content: "";
			position: absolute;
			top: 1.2em;
			right:0.5em;
			width: 2vw;
			height: 2vw;
			border-top: 1px solid #1a0c08;
			border-right: 1px solid #1a0c08;
			transform: rotate(45deg);
		}
	
	.Shop h5 {
		display: block;
		text-align: center;
		font-size: 0;
	}

	.Shop h5 span {
		display: inline-block;
		font-size: 5vw;
		line-height: 1;
		font-weight: bold;
		padding: 0.7em;
		max-width: 100%;
		width: 100%;
		border-bottom: double #1a0c08;
		letter-spacing: 0.2em;
		box-sizing: border-box;
		margin: 0.5em 0;
	}

	.ShopList {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		margin: 0 auto 6em;
	}

	.ShopList li {
		width: 100%;
		margin: 0 0 1em;
		box-sizing: border-box;
		border: 1px solid #1a0c08;
		padding: 3vw;
		line-height: 1;
		font-family: 'Yu Gothic',YuGothic,'游ゴシック体','游ゴシック','YuGothM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	}

		.ShopList li:nth-child(3n) {
			margin-right: 0;
		}

		/*.ShopList li:nth-child(even) {
			margin-right: 0;
		}*/

	.ShopList li p, .ShopList li span {
		margin-bottom: 0.5em;
	}
	
	.ShopList li > span {
		font-weight: bold;
		font-size: 4vw;
		display: inline-block;
	}

	.ShopList li .shopname {
		font-size: 4vw;
		font-family: 'Raleway-Regular';
	}

	.ShopList li .tel {
		font-size: 4vw;
	}
	
		.ShopList li .tel::before {
			content: "";
			display: inline-block;
			background: url(../images/tel_ico.gif) no-repeat;
			background-size: cover;
			width: 3vw;
			height: 4.3vw;
			vertical-align: top;
			margin-right: 0.3em;
		}

	.ShopList li .address {
		font-size: 3.5vw;
		line-height: 1.5;
	}

		.ShopList li .Ichibu::after {
			content: "一部取扱い";
			display: inline-block;
			vertical-align: top;
			background: #348b9e;
			font-weight: normal;
			font-size: 2.8vw;
			color: #fff;
			line-height: 1;
			padding: 0.3em;
			margin-left: 0.5em;
		}

		.ShopList li .Tyokuei::after {
			content: "直営店";
			display: inline-block;
			vertical-align: top;
			background: #9e4734;
			font-weight: normal;
			font-size: 2.8vw;
			color: #fff;
			line-height: 1;
			padding: 0.3em;
		margin-left: 0.5em;
	}


	.kuwashiku {
		display: inline-block;
		background: #1a0c08;
		color: #fff !important;
		font-size: 3vw;
		line-height: 1;
		padding: 3vw 6vw;
		position: relative;
		margin-top: 1.5em;
	}

		.kuwashiku::after {
			content: "";
			display: inline-block;
			position: absolute;
			top: 1.1em;
			right: 1em;
			width: 1.5vw;
			height: 1.5vw;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			transform: rotate(45deg);
		}
	
	#Hokkaido, #Tohoku, #Kanto, #Tyubu, 
	#Kinki, #Tyugoku, #Kyusyu {
		padding-top: 22.4vw;
		margin-top: -22.4vw;
	}

	
}