@charset "UTF-8";
#form {
	width: 980px;
	margin: 50px auto;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap_search_area {
	width: 300px;
	padding: 0;
	box-sizing: border-box;
}

.wrap_search_area h3 {
	color: #053980;
	font-size: 28px;font-size: 28rem;
	margin-bottom: 10px;
}

.search_item,
.search_item select {
	font-size: 16px;font-size: 16rem;
}

.tbl_storelist {
	border: 1px solid #CCC;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	font-size: 14px;font-size: 14rem;
}

.tbl_storelist td {
	padding: 15px 10px;
	border: 1px solid #CCC;
}

.sigun_cell {
	width: 130px;
}

.map_cell {
	width: 70px;
	text-align: center;
}

.call_cell {
	width: 130px;
}

.img_search {
	width: 500px;
}


/* 記事ページ
---------------------------------------------------------------------------------------- */
.commonWrap {
	font-size: 16px; font-size: 16rem;
}

.store {
	margin: 50px auto 100px;
}

.icon_precup,
.icon_directshop {
	padding: 0 10px;
	margin-right: 10px;
	color: #FFF;
	font-weight: normal;
	font-size: 10px; font-size: 10rem;
	border-radius: 8px;
	background: #99a831;
}

.txt_store_note {
	margin: 30px 0 0;
	color: #F00;
}

.icon_directshop { background: #F00; }
.icon_precup { background: #99a831; }

.ul_directshop, .ul_directshop dt, .ul_directshop dd {
	float: none;
}

.ul_directshop {
	font-size: 16px; font-size: 16rem;
}

.ul_directshop dt {
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px; font-size: 16rem;
}

.ul_directshop dd {
	width: 450px;
	padding: 15px;
	border-left: 1px solid #00b4ee;
	box-sizing: border-box;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ul_directshop dd.phoneno {
	width: 220px;
}

.dl_directshop {
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.txt_note_pagelink {
	font-size: 14px; font-size: 14rem;
}

.ttl_h3_directshop {
	width: 980px;
	margin: 0 auto 15px;
	padding: 10px;
	box-sizing: border-box;
	color: #00ADEE;
	font-size: 20px; font-size: 20rem;
	background: #D3EDFB;
}

.dl_directshop_info {
	width: 980px;
	margin: 0 auto 20px;
	font-size: 16px; font-size: 16rem;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	border-top: 1px solid #00b4ee;
	border-left: 1px solid #00b4ee;
	border-right: 1px solid #00b4ee;
}

.dl_directshop_info dt {
	width: 250px;
	padding: 10px;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	color: #00ADEE;
	border-bottom: 1px solid #00b4ee;
	background: #D3EDFB;
}

.dl_directshop_info dd {
	width: 728px;
	padding: 10px;
	min-height: 2.2em;
	box-sizing: border-box;
	border-left: 1px solid #00b4ee;
	border-bottom: 1px solid #00b4ee;
}

.dl_directshop_info2 {
	width: 980px;
	margin: 0 auto 80px;
}


.dl_directshop_info2 dt {
	color: #00ADEE;
	border-bottom: 1px solid #00ADEE;
	margin-bottom: 20px;
}

.dl_directshop_info2 dd {
	min-height: 50px;
}

.ttl_directshop {
	color: #FFF;
	width: 980px;
	margin: 0 auto 50px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #053980;
}

.ul_shop_imgs {
	width: 980px;
	margin: 0 auto 30px;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 14px; font-size: 14rem;
}

.ul_shop_imgs li {
	width: 48%;
	margin: 0;
}

.ul_shop_imgs figure {
	max-height: 300px;
}
.ul_shop_imgs figcaption {
	height: 20px;
}

.ul_shop_imgs li:first-child {
	margin-right: 4%;
}

.ul_shop_imgs li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 280px;
}

.ul_info_imgs {
	width: 100%;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ul_info_imgs li {
	width: 23%;
	margin: 0 1% 20px;
}

.ul_info_imgs li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 250px;
}

.directshop_campaign {
	font-size: 16px; font-size: 16rem;
}

.wrap_directshop_content {
	margin-bottom: 100px;
}

a.outsite {
	position: relative;
	margin-right: 20px;
}

a.outsite::after {
	position: absolute;
 	content: "";
	top: 0;
	right: -45px;
	width: 15px;
 	height: 15px;
	background: url(../images/icon_link.png) no-repeat;
	background-size: 15px;
}

.directshop_campaign img {
	width: auto;
	max-width: 980px;
	margin: 10px;
}


/* ページャー
---------------------------------------------------------------------------------------- */
.pager {
	width: 100%;
	margin: 0 auto 50px;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page-numbers {
	text-decoration: none;
}

.page-numbers, a.page-numbers, a.page-numbers:visited {
	display: -webkit-flex; display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0 5px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #26487f;
}

a.page-numbers, a.page-numbers:visited {
	color: #26487f;
	background: #FFF;
}

span.page-numbers,
a.page-numbers:hover {
	color: #FFF;
	background: #26487f;
}

span.dots {
	color: #26487f;
	border: 0;
	background: #FFF;
}

.txt_search_store_date {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 5px;
	text-align: right;
}


@media screen and (max-width: 768px) {
	#form {
		width: 90%;
		margin: 20px auto;
	}

	.tbl_storelist {
		width: 90%;
		margin: 20px auto;
	}


	/* 記事ページ
	---------------------------------------------------------------------------------------- */
	.directshop_campaign img {
		max-width: 90%;
	}
	
	.ul_shop_imgs {
		width: 90%;
		margin: 0 auto 20px;
	}

	.ul_shop_imgs li {
		max-width: 90%;
		margin: 0 auto;
	}

	.ul_directshop {
		width: 90%;
		margin: 0 auto;
	}

	.ul_directshop dt {
		padding: 8px 3%;
	}

	.ul_directshop dd {
		padding: 0 3% 8px;
		line-height: 1.4;
	}

	.txt_note_pagelink {
		width: 90%;
		margin: 0 auto 10px;
		font-size: 14px; font-size: 14rem;
	}

	.ul_directshop dd {
		border: 0;
	}

	.ttl_directshop {
		width: 90%;
		margin-bottom: 20px;
		font-size: 18px; font-size: 18rem;
	}

	.ttl_h3_directshop {
		width: 90%;
		margin: 0 auto 10px;
		font-size: 16px; font-size: 16rem;
	}

	.dl_directshop_info {
		width: 90%;
		margin: 0 auto 20px;
		font-size: 14px; font-size: 14rem;
	}

	.dl_directshop_info dt, .dl_directshop_info dd {
		width: 100%;
		padding: 5px 3%;
		box-sizing: border-box;
	}

	.dl_directshop_info dd {
		border-left: 0;
		padding: 5px 3%;
		line-height: 1.4;
	}

	.dl_directshop_info2 {
		width: 90%;
		margin: 0 auto 30px;
	}

	.directshop_campaign {
		font-size: 14px; font-size: 14rem;
	}

	.wrap_directshop_content {
		margin-bottom: 60px;
	}

	.pager {
		width: 98%;
	}

	.page-numbers, a.page-numbers {
		width: 25px;
		height: 30px;
		margin: 0 3px;
	}

	.txt_search_store_date {
		max-width: 90%;
		margin: 0 auto 5px;
	}
}