@charset "utf-8";

/**
 *
 *  店舗を探すインデックスページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Content{
	padding-bottom: 40px;
}
/* @SP */
@media all and (max-width: 767px) {
	#Content{
		padding: 0 0 20px;
	}
}

h1 {
	font-size: 36px;
	margin-bottom: 80px;
}

h2 {
	font-size: 30px;
	margin-bottom: 12px;
}

/* @SP */
@media all and (max-width: 767px) {
	h1 {
		font-size: 26px;
		margin-bottom: 40px;
	}

	h2 {
		font-size: 22px;
		margin-bottom: 0;
	}
}


/*--------------------------------------------------------------------------
  	shop-num
---------------------------------------------------------------------------*/

.shop-num{
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	min-height: 120px;
	padding: 0 120px 0 25px;
	border: solid 1px #E9E2CF;
	background: #EDECE7;
}
.shop-num .cell{
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
}
.shop-num .cell .inner{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-height: 40px;
	padding-left: 57px;
	background: url(../images/index/ico_star.png) no-repeat 0 50%;
	vertical-align: middle;
}
.shop-num .cell .num{
	padding: 0 18px 0 24px;
	font-size: 50px;
	vertical-align: middle;
}
.shop-num .data{
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 13px;
	margin-top: -1em;
}
/* @SP */
@media all and (max-width: 767px) {
	.shop-num{
		min-height: inherit;
		padding: 3px 10px;
		border: none;
	}
	.shop-num .cell{
		display: table;
		width: 100%;
		font-size: 13px;
	}
	.shop-num .cell .inner{
		display: table-cell;
		width: 60%;
		padding-left: 20px;
		background-size: 16px auto;
		background-position: 0 46%;
	}
	.shop-num .cell .result{
		display: table-cell;
		width: 40%;
		text-align: right;
	}
	.shop-num .cell .num{
		padding: 0 5px;
		font-size: 21px;
		vertical-align: baseline;
	}
	.shop-num .data{
		position: static;
		font-size: 12px;
		text-align: right;
	}
}

/*--------------------------------------------------------------------------
  	btn-gps spのみ
---------------------------------------------------------------------------*/
.reprice {
	margin-bottom: 10px;
}


@media all and (max-width: 767px) {
	.reprice {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}


.reprice img {
	width: 100%;
}


/*--------------------------------------------------------------------------
  	btn-gps spのみ
---------------------------------------------------------------------------*/

.btn-gps{
	margin: 26px 0;
}

/*--------------------------------------------------------------------------
  	sec-search
---------------------------------------------------------------------------*/

.sec-search{
	margin-top: 20px;
}
.sec-search .sec-ttl__item,
.sec-search .sec-ttl__item img{
	vertical-align: middle;
}
.sec-search .sec-ttl__item--line{
	float: right;
}
.sec-search .list-wrap dl{
	display: table;
	border-top: solid 1px #ccc;
}
.sec-search .list-wrap dl dt,
.sec-search .list-wrap dl dd{
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	background: #FFF;
}
.sec-search .list-wrap dl dt{
	width: 150px;
	font-size: 15px;
	padding: 23px 10px 23px 00;
}
.sec-search .list-wrap dl dt a{
	text-decoration: none;
	cursor: default;
}
.sec-search .list-wrap dl dd{
	width: 562px;
	padding: 11px 20px 26px 0;
	font-size: 14px;
}
.sec-search .list-wrap dl dd .inner{
	overflow: hidden;
}
.sec-search .list-wrap dl dd ul{
	margin-left: -15px;
}
.sec-search .list-wrap dl dd ul li{
	float: left;
	margin-top: 15px;
	border-right: solid 1px #8C8C8C;
	line-height: 1.4;
}
.sec-search .list-wrap dl dd ul li:last-child{
	border-right: none;
}
.sec-search .list-wrap dl dd ul li a{
	padding: 0 15px;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-search .sec-ttl{
		margin: 0;
		padding: 8px 12px;
		border-bottom: none;
		background: #000;
		color: #FFF;
		font-size: 14px;
		font-weight: normal;
	}
	.sec-search .list-wrap dl{
		width: 100%;
		border-top: none;
	}
	.sec-search .list-wrap dl dt,
	.sec-search .list-wrap dl dd{
		display: block;
		width: 100%;
		padding: 0;
		font-size: 13px;
	}
	.sec-search .list-wrap dl dt a{
		display: block;
		position: relative;
		padding: 14px 10px 13px;
		font-weight: bold;
	}
	.sec-search .list-wrap dl dt a:after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 13px;
		width: 18px;
		height: 12px;
		margin-top: -6px;
		background: url(/shared/images/ico_arw13.png);
		background-size: 18px 12px;
	}
	.sec-search .list-wrap dl dt a.active:after{
		background-image: url(/shared/images/ico_arw14.png);
	}
	.sec-search .list-wrap dl dt{
		border-bottom: solid 1px #000;
	}
	.sec-search .list-wrap dl dd{
		overflow: hidden;
		height: 0;
	}
	.sec-search .list-wrap dl dd.acc-open{
		border-bottom: solid 1px #000;
	}
	.sec-search .list-wrap dl dd ul{
		margin: 0;
	}
	.sec-search .list-wrap dl dd ul li{
		width: 100%;
		margin: 0;
		border: none;
		border-top: solid 1px #FFF;
		border-bottom: solid 1px #999;
	}
	.sec-search .list-wrap dl dd ul li:first-child{
		border-top: none;
	}
	.sec-search .list-wrap dl dd ul li:last-child{
		border-bottom: none;
	}
	.sec-search .list-wrap dl dd ul li a{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		position: relative;
		padding: 16px 12px;
		background: #EDECE7;
		text-decoration: none;
	}
	.sec-search .list-wrap dl dd ul li a:after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 18px;
		width: 8px;
		height: 14px;
		margin-top: -7px;
		background: url(/shared/images/ico_arw08_sp.png);
		background-size: 8px 14px;
	}
}


/*--------------------------------------------------------------------------
  	shop-note
---------------------------------------------------------------------------*/
.shop-note{
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 11px;
}
/* @SP */
@media all and (max-width: 767px) {
	.shop-note{
		font-size: 10px;
		padding-left: 10px;
	}
}

/*--------------------------------------------------------------------------
  	SP: line-ttl
---------------------------------------------------------------------------*/
/* @SP */
@media all and (max-width: 767px) {
	.line-ttl{
		margin: 13px auto 0;
		text-align: center;
	}
}
