@charset "utf-8";

/* -------------------------------------------------------------------------- */

#intro {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
	/*background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left bottom;*/
}
#intro h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
	line-height: 1.4;
}

#intro p {
}

h3 {
	padding: 23px 0 20px 20px;
	font-weight: bold;
	background: url(../../common/images/icon_cafe.png) no-repeat left center / 15px;
}

table {
	line-height: 1.6em
}

tr {
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top;
}

th,
td {
	padding: 10px 0;
}

th {
	width: 120px;
	vertical-align: top;
}

td {
	width: 380px;
	vertical-align: top;
}

/*
#shop-list .shop:only-child {
	margin-right: 0;
}
#shop-list .shop:only-child table td {
	width: 840px;
}
#shop-list .shop:only-child table th {
	width: 110px;
}
*/
#shop-list {
	overflow: hidden;
	/*background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left top;*/
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50pt;
}

#shop-list h4{
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left bottom;
	padding: 0 0 5px;
	font-size: 1.15em;
}

#shop-list dl {
	display: flex;
	flex-wrap: wrap;
	background: url(../../common/images/contents_dotted_line_horizontal.png) repeat-x left bottom;
}

#shop-list dl:last-child {

}

#shop-list dt {
	width: 35%;
	padding: 10px 0 0 5px;
}

#shop-list dd {
	width: calc(65% - 5px);
	padding: 10px 0;
}

	
.mail {
	padding: 0 0 0 5px;
}


.shop:nth-child(even) {
	margin-right: 0;
}

#shop-index {
	width: 500px;
	margin: 0 auto 60px;
}

#shop-index li {
	display: block;
	float: left;
	width: 140px;
}
#shop-index a {
	background: url(../../common/images/icon_arrow_small_down.png) no-repeat left center;
	padding: 3px 3px 3px 15px;
}

@media screen and (max-width: 540px) {

	#intro {
		width: 100%;
		padding: 60px 0;
	}

	#shop-index {
		width: 100%;
	}

	#shop-list dl {
		display: block;
	}

	#shop-list dt {
		width: 100%;
		padding: 10px 0 0 5px;
	}

	#shop-list dd {
		width: 100%;
		padding: 0 0 10px 5px;
	}

}

