@charset "utf-8";



/*-----------------------------------------------------------------------------------------------*/
/* ボディー -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.body .bodyheader { margin-top: 100px; }
.body .bodyheader h2 { font-size: 1.7rem; }
.body .bodyheader p {
	font-size: 1.2rem;
	line-height: 1.7;
	margin-top: 10px;
}


.body .bodybody { margin-top: 90px; }

.body .shoplist { margin-top: 30px; }

.body .shoplist h3 {
	border-bottom: solid 1px #000;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 10px;
	transition: all 0.2s ease-out;
}
.body .shoplist h3:after {
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	content: "";
	display: inline-block;
	height: 8px;
	margin-left: 0.5em;
	transform: translateY(-4px) rotate(135deg);
	transition: border-color 0.2s ease-out;
	width: 8px;
}
.body .shoplist h3:hover:after { border-color: #666; }
.body .shoplist h3.active { border-color: rgba(0, 0, 0, 0); }
.body .shoplist h3.active:after { transform: translateY(0px) rotate(-45deg); }

.body .shoplist ul {
	display: none;
	margin-bottom: 90px;
}
.body .shoplist li {
	border-bottom: solid 1px #999;
	font-size: 1.4rem;
	padding: 30px 0;
}
.body .shoplist li.blank { display: none; }

.body .shoplist h4 {
	font-size: 1.6rem;
	font-weight: 600;
}
.body .shoplist .address,
.body .shoplist .telno { margin-top: 10px; }
/*-----------------------------------------------------------------------------------------------*/










/* IE -------------------------------------------------------------------------------------------*/
.ie.YuGO {  }

.ie.YuMIN {  }
/*-----------------------------------------------------------------------------------------------*/










@media(min-width: 531px) {
}





@media(min-width: 769px) {
	.body .shoplist h3 {
		border-bottom: none;
		cursor: default;
		padding-bottom: 0;
	}
	.body .shoplist h3:after { display: none; }
	.body .shoplist ul {
		display: block;
		margin-bottom: 120px;
	}
	.body .shoplist li {
		float: left;
		padding-right: 60px;
		width: calc((100% - 60px) / 2 + 60px);
	}
	.body .shoplist li:nth-child(2n) {
		padding-right: 0;
		width: calc((100% - 60px) / 2);
	}
	.body .shoplist li.blank { display: block; }
}





@media(min-width: 1025px) {
}