@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
body {
	background-color: #fff;
}

#main {
	padding: 95px 0;
	background: url(../img/shop_list/main_bg.gif) repeat left top;
}

#main .mainBox {
	margin: 0 auto;
}

#main .heading02 {
	margin-bottom: 40px;
	color: #000;
}

#main .heading02 .en {
	margin-right: 20px;
	display: inline-block;
	font-size: 48px;
	vertical-align: middle;
}

#main .comBtnList {
	margin-bottom: 16px;
}

#main .whiteBox {
	padding: 10px 30px 45px;
	background-color: #fff;
}

#main .whiteBox p {
	margin-bottom: 8px;
	color: #000;
}

#main .whiteBox .title {
	margin: 20px 0 0;
	padding: 16px 45px 16px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: #96771D url(../img/shop_list/icon03.png) no-repeat right 22px top 15px;
}

#main .whiteBox .title.on {
	background-image: url(../img/shop_list/icon03_on.png);
}

#main .whiteBox .title01 {
	background-color: #B4A169;
}

#main .whiteBox .title02 {
	background-color: #189867;
}

#main .whiteBox .inner {
	padding: 37px 30px 4px;
	display: none;
}

#main .whiteBox .ttl {
	margin: 0 -5px 10px;
	padding: 0 0 4px 32px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #96771D;
	background: url(../img/common/icon03.png) no-repeat 8px 8px;
	background-size: 19px auto;
}

#main .whiteBox .inner > div {
	padding-bottom: 33px;
	position: relative;
}

#main .whiteBox .inner li a {
	padding: 0 0 4px 40px;
	display: inline-block;
	color: #9fa0a0;
	background: url(../img/shop_list/icon02.gif) no-repeat left top;
	background-size: 30px auto;
}

#main .whiteBox .inner > div .tel {
	position: absolute;
	right: 5px;
	top: 1px;
}

#main .whiteBox .inner > div ul .tel a {
	color: #000;
	letter-spacing: -0.5px;
	background-image: url(../img/shop_list/icon01.gif);
}

#main .closeBtn {
	margin-top: 95px;
}

@media screen and (max-width: 767px) {
	#main {
		padding: 57px 0;
		background-size: 6px auto;
	}
	
	#main .mainBox {
		margin: 0 20px;
	}
	
	#main .heading02 {
		margin-bottom: 48px;
		color: #595757;
		font-size: 10px;
		line-height: 1;
		overflow: hidden;
	}
	
	#main .heading02 .en {
		padding: 0 10px;
		margin: 0;
		position: relative;
		display: inline-block;
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	#main .heading02 .en:before {
		width: 1999px;
		height: 1px;
		border-top: 1px solid #000;
		position: absolute;
		right: 100%;
		top: 10px;
	  
		content: ""; 
	}

	#main .heading02 .en:after {
		width: 1999px;
		height: 1px;
		border-top: 1px solid #000;
		position: absolute;
		left: 100%;
		top: 10px;
	  
		content: ""; 
	}
	
	#main .comBtnList {
		margin-bottom: 20px;
	}
	
	#main .whiteBox {
		margin: 0 -10px;
		padding: 10px 5px 25px;
	}
	
	#main .whiteBox p {
		margin-bottom: 3px;
		line-height: 2;
	}
	
	#main .whiteBox .title {
		margin: 10px 0 0;
		padding: 10px 45px;
		font-size: 14px;
		line-height: 1.5;
		background-position: right 10px top 10px;
		background-size: 21px auto;
	}
	
	#main .whiteBox .inner {
		padding: 14px 20px 4px;
	}
	
	#main .whiteBox .ttl {
		margin: 0 -15px 5px;
		padding: 0 0 0 20px;
		font-size: 16px;
		line-height: 1.5;
		background-position: left 6px;
		background-size: 15px auto;
	}
	
	#main .whiteBox .inner > div {
		padding-bottom: 10px;
		position: inherit;
	}

	#main .whiteBox .inner li {
		margin-bottom: 5px;
	}
	
	#main .whiteBox .inner li a {
		padding: 1px 0 2px 25px;
		background-size: 20px auto;
	}
	
	#main .whiteBox .inner > div .tel {
		position: inherit;
		right: auto;
		top: auto;
	}
}