@charset "UTF-8";
/* CSS Document */

/*===================================================
	検索結果ページ用CSS
===================================================*/
#resultEmpty {
	min-height: 650px;
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
header .headTop {
	position: relative;
	max-width: 1644px;
	margin: 0 auto;
	padding: 0 22px;
	text-align: center;
}
header .headTop h1 {
	position: absolute;
	top: 10px;
	width: 180px;
}
	header .headTop h2 {
		position: relative;
		display: inline-block;
		width: 94px;
		height: 90px;
		margin-top: 30px;
		padding-bottom: 10px;
		line-height: 80px;
		vertical-align: bottom;
	}
		header .headTop h2 img {
			vertical-align: bottom;
		}
/* ヘッダー下部の影 */
header > *:last-child{
	margin-bottom: 5px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
}

/*  地域選択モーダル
-------------------------------------------------- */
header #conRegion dl label {
	/* background: url("../../common/img/1x/check_on.png") left center no-repeat; */
	background: none;
	border: solid 1px #BBB;
	border-radius: 12px;
	/* background-size: 24px auto; */
}
	header #conRegion dl label.checked {
		/* background: url("../../common/img/1x/check_on.png") left center no-repeat; */
		background: none;
		/* background-size: 24px auto; */
	}
	header #conRegion dl label.checked input[type="checkbox"] {
		margin: 5px;
		background: #90C31F;
		border-radius: 8px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		opacity: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	header #conRegion dl label.checked input::-ms-check {
		display: none;
	}

/*  検索ボックス
-------------------------------------------------- */
header .searchBox {
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 20px 10px;
}

header .searchBox dl {
	width: 520px;
	margin: 0 auto 15px;
}
	header .searchBox dl dt {
		width: 140px;
		text-align: left;
		vertical-align: middle;
	}
	header .searchBox dl dt:before {
		border-left: none;
	}
		header .searchBox dl dt span {
			display: inline-block;
			padding-left: 10px;
			border-left: 3px solid #90C31F;
			line-height: 1.2;
		}
	header .searchBox dl dd {
		width: 380px;
	}
	header .searchBox dl .radioBox ul li {
		width: 120px;
	}

/* チェックボックス */
header .searchBox dl .checkList {
	text-align: left;
}
header .searchBox dl .checkList > div {
	display: inline-block;
	padding: 10px 15px 10px 10px;
	background: #f8f9f9;
}
	header .searchBox dl .checkList > div .checkBox {
		display: inline-block;
		height: auto;
		margin: -5px 0 0 -20px;
		line-height: 1;
	}
		header .searchBox dl .checkList > div .checkBox li {
			display: inline-block;
			margin: 5px 0 0 20px;
		}

/* 探すボタン・条件クリアボタン */
header .btnBox {
	overflow: hidden;
	width: 520px;
	margin: 30px auto 0;
}
header #btnSearch,
header #btnReset {
	width: 240px;
}
header #btnSearch {
	float: right;
}
header #btnReset {
	float: left;
}
/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
.topicPath {
	max-width: 1644px;
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
/* 検索結果 */
.searchCnt {
	padding: 0 20px 40px;
}
	.searchCnt .ttl + p {
		margin: 10px 0;
	}
		.searchCnt .ttl + p strong {
			padding-right: 5px;
			font-size: 20px;
		}
	.searchCnt .sort {
		display: table;
		width: 210px;
		margin: 0 auto 20px;
	}
		.searchCnt .sort dt,
		.searchCnt .sort dd {
			display: table-cell;
			font-size: 12px;
			vertical-align: middle;
		}
		.searchCnt .sort dt {

		}
		.searchCnt .sort dd {
			width: 140px;
		}
			.searchCnt .sort dd > div {
				width: 140px;
				min-height: 28px;
			}
			.searchCnt .sort dd > div:active {
				border-top: 2px solid #FFFFFF;
			}
				.searchCnt .sort dd > div label {
					display: table-cell;
					height: 26px;
					padding-right: 1em;
					vertical-align: middle;
				}
/* 店舗パネル */
.result > ul > li {
	width: 300px;
	height: 710px;
	background-image: none;
}
	.result > ul > li:active {
		border-top: 0;
		box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.1);
	}
.result > ul > li .shopNameBox {
	background-color: #F6F6F6;
	border-radius: 4px;
	margin: 20px auto 0;
	width: 260px;
	height: 50px;
	font-weight: 500;
	line-height: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
	.result > ul > li .shopNameBox h2 {
		flex: 1;
		padding: 0 30px;
		font-size: 15px;
	}
.result > ul > li .catchPhrase {
	margin: 15px 20px 0;
	width: 260px;
	height: 90px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	word-break: break-word;
	-ms-word-wrap: break-word;
	padding: 10px;
	font-weight: 100;
	border: solid 2px #ECD677;
	border-radius: 5px;
	background-color: #FFFDF3;
}
.result > ul > li .photoBox {
	width: 260px;
	height: 174px;
	margin: 15px auto;
	background-color: #EEEEEE;
}
.result > ul > li .photoBox::after {
	content: '';
	display: block;
	clear: left;
}
	.result > ul > li .photoBox.noImage {
		line-height: 174px;
		text-shadow: #000000 1px 1px 0.4em;
	}
		.result > ul > li .photoBox.noImage span {
			color: #FFFFFF;
			font-size: 22px;
		}

	/* 生体写真 */
	.result > ul > li .photoBox a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-align-items: center;
		align-items: center;
		width: calc(260px / 3);
		height: calc(174px / 2);
		float: left;
	}
	.result > ul > li .photoBox a:hover {
		display: -webkit-flex;
		display: flex;
		position: relative;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		-webkit-align-items: center;
		align-items: center;
		width: calc(260px / 3);
		height: calc(174px / 2);
		float: left;
	}
	*::-ms-backdrop, .result > ul > li .photoBox a,
	*::-ms-backdrop, .result > ul > li .photoBox a:hover {
		width: 33.33%;
		height: 50%;
	}
		/* 画像フォーカス時の透過マスク */
		.result > ul > li .photoBox a:hover::after {
			content: '';
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background: rgba(221,221,221,0.4);
		}
		.result > ul > li .photoBox a img {
			display: block;
			width: auto;
			height: auto;
			max-width: 100%;
			max-height: 100%;
			/*float: left;*/
		}
		*::-ms-backdrop, .result > ul > li .photoBox a img {
			max-width: 86.66px;
			max-height: 87px;
			margin: auto;
		}
.result > ul > li .infoShop dl {
	width: 260px;
	margin: 5px auto;
}
	.result > ul > li .infoShop dl dt {
		width: 80px;
	}
	.result > ul > li .infoShop dl dd {
		width: 180px;
	}
.result > ul > li .shopAddress {
	width: 260px;
	margin: 10px auto 0;
	padding: 10px; 
	font-size: 12px;
	background: #f8f9f9;
}
.result > ul > li .shopBtnBox {
	position: absolute;
	bottom: 0px;
	width: 300px;
	height: 140px;
	padding: 10px 20px 15px;
}
	.result > ul > li .shopBtnBox .btnShopDetail {
		display: block;
		width: 260px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
		border: none;
		border-radius: 4px;
		border-bottom: 4px solid #DD8604;
		background: #FF9900;
		cursor: pointer;
	}
	.result > ul > li .shopBtnBox .btnShopDetail + .btnShopDetail {
		margin-top: 10px;
	}

		.result > ul > li .shopBtnBox .btnShopDetail:active {
			border-top:2px solid #FFFFFF;
			border-bottom: none;
		}

	.result > ul > li .shopBtnBox .btnShopPhoto {
		display: block;
		margin-top: 10px;
		width: 260px;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
		border: none;
		border-radius: 4px;
		border-bottom: 4px solid #DD8604;
		background: #FF9900;
	}

/* パンくずリスト（画面下部） */
.searchCnt + .topicPath {
	padding-bottom: 15px;
}
.searchCnt + .topicPath::after {
	content: '';
	display: block;
	clear: both;
}


footer .footWrap {
	max-width: 1644px;
}
/* 検索結果なし */
#resultEmpty h2 + p {
margin: 20px 0 0;
letter-spacing: 0;
}
#resultEmpty h2 + p + p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
}
/*===================================================
	Retina対応
===================================================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and ( min-resolution: 2dppx){

}

