@charset "utf-8";

/* 共通
========================================================*/
p{ margin: 0; }
ul, ol{ margin: 0; padding: 0;}
li{ list-style: none; }
.mt-5 { margin-top: 5px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.mt-40 { margin-top: 40px;}
.mt-50 { margin-top: 50px;}
.pt-10 { padding-top: 10px;}
.pt-15 { padding-top: 15px;}
.pt-50 { padding-top: 50px;}
.color-red { color: #f70025; }
.bold { font-weight: bold; }
.fz13 {
	font-size: 13px;
}
/* コンテンツ（PC：960px以上）
========================================================*/
/* 共通
=============================*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.container-wrap {
	min-width: auto;
}
#contents{
	background-color: #f5ebee;
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	padding: 0;
	text-align: center;
	padding-bottom: 20px;
}
#contents a {
	color: #00b0f0;
	font-weight: bold;
	text-decoration: underline;
}
#contents section,
#contents h1 {
	padding: 0;
}
.ttl {
	margin: 20px auto;
	max-width: 970px;
	background-color: #000;
	max-width: 970px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	padding: 8px 0 4px;
}

h2 img{
	width: 100%;
	max-width: 970px;
}

/* shop_lst
=============================*/
.shop_lst {
	margin: 20px 0;
}
.shop_lst .lst_inner {
	width: 93%;
	max-width: 970px;
	margin: 0 auto;
}
.shop_lst h3 {
	width: 50%;
	margin: 0 auto 25px ;
}
.shop_lst table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.shop_lst table th {
	background: #000;
	color: #ffffff;
	padding: 1% 2%;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 600;
}
.shop_lst table th:first-child {
	border-right: 1px dotted #fff;
}
.shop_lst table td {
	background: #fff;
	border-bottom: 1px solid #dbdcdc;
	padding: 1% 2%;
	box-sizing: border-box;
}
.shop_lst table td:first-child {
	font-size: 12px;
	border-right: 1px dotted #dbdcdc;
	width: 34%;
}
.shop_lst table tr:last-child td {
	border-bottom: none;
}
.shop_lst .lst_head {
	    display: table-row;
}
/* 戻るボタン */
.shop_lst .back_btn {
	text-align: right;
	margin-bottom: 50px;
}


/* ================= SP ====================== */
@media screen and (max-width: 767px) {
/* 共通
=============================*/
	.pc,
	.shop_lst .lst_head {
		display: none;
	}
	.sp {
		display: block;
	}

	#contents {
		background-size: 8px 8px;
		font-size: 12px;
		line-height: 1.2;
	}

	.ttl{
		width: 93%;
		font-size: 20px;
	}

/* shop_lst
=============================*/
	.shop_lst {
		background-size: 100%;
	}
	.shop_lst h3 {
		max-width: 330px;
		width: 90%;
		font-size: 17px;
	}
	.shop_lst table td {
		display: block;
		border-bottom: 0;
		padding: 10px;
	}
	.shop_lst table td:first-child {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #dbdcdc;
		border-right: 0;
		background-color: #efefef;
		font-weight: bold;
		color: #333;
	}
}

