@charset "utf-8";

/**
 *
 *  店舗を探す リスト表示・マップ表示ページ共通css
 *
 */

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


/*--------------------------------------------------------------------------
   .sec-result スト表示・マップ表示ページ共通スタイル
---------------------------------------------------------------------------*/
.sec-result{
	position: relative;
}
.sec-result .ttl-page{
	min-height: 40px;
	padding-right: 132px;
	word-break: break-word;
}
.sec-result.resurt-prefectures .ttl-page{
	padding-right: 274px;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-result{
		margin-bottom: 10px;
	}
	.sec-result .ttl-page{
		min-height: inherit;
		padding: 0;
	}
}

/*--------------------------------------------------------------------------
  	sec-result　リスト表示ページスタイル
---------------------------------------------------------------------------*/

/* sort
-----------------------------------------------------------------*/
.sec-result .sort{
	overflow: hidden;
}
.sec-result .sort dl{
	float: right;
	display: table;
}
.sec-result .sort dl dt,
.sec-result .sort dl dd{
	display: table-cell;
	vertical-align: middle;
}
.sec-result .sort dl dt{
	font-size: 14px;
}
.sec-result .sort dl dd{
	overflow: hidden;
	padding-left: 8px;
}
.sec-result .sort dl dd p{
	float: left;
	margin-left: 10px;
	font-size: 15px;
}
.sec-result .sort dl dd .btn a{
	padding: 6px 10px 5px;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-result .sort{
		padding-top: 9px;
	}
	.sec-result .sort dl{
		width: 100%;
	}
	.sec-result .sort dl dt,
	.sec-result .sort dl dd{
		display: block;
		width: 100%;
		font-size: 12px;
	}
	.sec-result .sort dl dd{
		padding: 5px 0 0 0;
	}
	.sec-result .sort dl dd p{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	.sec-result .sort dl dd p.select{
		width: 72%;
		padding-right: 10px;
	}
	.sec-result .sort dl dd p.btn{
		width: 28%;
		font-size: 14px;
	}
	.sec-result .sort dl dd .btn a{
    padding: 7px 10px 6px;
  }
}

/* filter
-----------------------------------------------------------------*/
.sec-result .filter{
	overflow: hidden;
	margin-top: 20px;
}
.sec-result .filter dl{
	float: right;
	display: table;
}
.sec-result .filter dl dt,
.sec-result .filter dl dd{
	display: table-cell;
	vertical-align: middle;
}
.sec-result .filter dl dt{
	font-size: 14px;
}
.sec-result .filter dl dd{
	display: flex;
	overflow: hidden;
	padding-left: 8px;
}
.sec-result .filter__button {
	position: relative;
	width: 100px;
	height: 30px;
	margin-left: 10px;
	padding: 1px;
	overflow: hidden;
	background: #42BFBE;
}

.sec-result .filter__button--120 {
	background: #42BFBE;
}

.sec-result .filter__button--130 {
	background: #E29864;
}

.sec-result .filter__button--150 {
	background: #c149b8;
}

.sec-result .filter__button input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	appearance: none;
	overflow: hidden;
}

.sec-result .filter__button span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	cursor: pointer;
}

.sec-result .filter__button input:checked + span {
	background-color: transparent;
	color: #fff;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-result .filter dl{
		width: 100%;
	}
	.sec-result .filter dl dt,
	.sec-result .filter dl dd{
		display: block;
		width: 100%;
		font-size: 12px;
	}
	.sec-result .filter dl dd{
		width: auto;
		margin-left: -10px;
		padding: 5px 0 0 0;
	}
	.sec-result .filter__button {
		width: calc(33.33% - 10px);
	}
}

/* item-wrap
-----------------------------------------------------------------*/
.sec-result .item-wrap{
	margin-top: 30px;
	border-bottom: solid 1px #CCC;
}
.sec-result .item-wrap .item{
	overflow: hidden;
	display: block;
	padding: 12px 0 14px;
	border-top: solid 1px #CCC;
	background: #FFF;
}
.sec-result .item-wrap .item .ttl-area{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 242px;
	padding: 10px 10px 10px 0 ;
	position: relative;
}
.sec-result .item-wrap .item .ttl-area .ttl{
	font-size: 18px;
}
.sec-result .item-wrap .item .ttl-area .ttl a{
	text-decoration: underline;
}
.sec-result .item-wrap .item .ttl-area .ttl a:hover{
	text-decoration: none;
}
.sec-result .item-wrap .item .ttl-area .tel{
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
}
.sec-result .item-wrap .item .ttl-area .tel,
.sec-result .item-wrap .item .ttl-area .tel a{
	color: #B81B22;
}
/* デバイスでスタイル切り替え */
.dev-pc .sec-result .item-wrap .item .ttl-area .tel a{
	text-decoration: none;
	cursor: default;
}
.dev-tb .sec-result .item-wrap .item .ttl-area .tel a,
.dev-sd .sec-result .item-wrap .item .ttl-area .tel a{
	text-decoration: underline;
}
.dev-sp .sec-result .item-wrap .item .ttl-area .tel a{
	text-decoration: underline;
}
.dev-sp .sec-result .item-wrap .item .ttl-area .tel a{
	color: #275BE0;
	text-decoration: underline;
}
.sec-result .item-wrap .item .ttl-area .line-text{
	margin-top: 5px;
	font-size: 12px;
	position: static;
}
.line-friend{
	color: #00c300;
    font-weight: bold;
}

.sec-result .item-wrap .item .detail{
	overflow: hidden;
	padding: 12px 0;
	font-size: 14px;
}
.sec-result .item-wrap .item .detail .time{
	margin-top: 9px;
}
.sec-result .item-wrap .item .detail .time .ttl:after{
	content: ":";
	display: inline-block;
	padding: 0 .5em;
}
.sec-result .item-wrap .item .detail .time .note{
	display: block;
	margin-top: 2px;
	font-size: 11px;
}
.sec-result .item-wrap .item .ttl-area .tel:before{
	content: "TEL :";
	display: inline-block;
	padding-right: 5px;
	color: #000;
}
.sec-result .item-wrap .item .line-reserve {
	display: none;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-result .item-wrap{
		margin-top: 20px;
		border-bottom: none;
	}
	.sec-result .item-wrap .item{
		border-top: solid 1px #333;
	}
	.sec-result .item-wrap .item .ttl-area{
		width: 100%;
		padding: 0;
	}
	.sec-result .item-wrap .item .ttl-area .ttl{
		font-size: 16px;
	}
	.sec-result .item-wrap .item .detail{
		overflow: hidden;
		width: 100%;
		font-size: 13px;

		padding: 0;/* 調節 */
		line-height: 1.5;
	}
	.sec-result .item-wrap .item .detail .address{
		margin-top: 4px;
	}
	.sec-result .item-wrap .item .detail .time{
		overflow: hidden;
		margin-top: 5px;
	}
	.sec-result .item-wrap .item .detail .time .ttl{
		display: block;
		float: left;
		padding-right: 24px;
	}
	.sec-result .item-wrap .item .detail .time .inner{
		display: block;
		overflow: hidden;
	}
	.sec-result .item-wrap .item .detail .time .ttl:after{
		content: none;
	}
	.sec-result .item-wrap .item .detail .time .note{
		margin: 0;
		font-size: 9px;
	}
	.sec-result .item-wrap .item .ttl-area .tel{
		font-weight: normal;
	}
	.sec-result .item-wrap .item .ttl-area .line{
		position: absolute;
		margin-top: 0;
		top: 0px;
		right: 0px;
	}
	.sec-result .item-wrap .item .line-reserve {
		display: block;
		margin-top: 15px;
	}
	.sec-result .item-wrap .item .line-reserve a {
		position: relative;
		display: block;
		border: 1px solid #00b900;
		border-radius: 3px;
		padding: 10px;
		color: #00b900;
		font-size: 14px;
		text-decoration: none;
		font-weight: 700;
		text-align: center;
		line-height: 1;
	}
	.sec-result .item-wrap .item .line-reserve a::before {
		position: absolute;
		top: 0;
		left: 5px;
		bottom: 0;
		margin: auto;
		width: 5px;
		height: 5px;
		border: 2px solid #00b900;
		border-width: 0 2px 2px 0;
		transform: rotate(-45deg);
		content: '';
	}
	.sec-result .item-wrap .item .line-reserve .line {
		margin-right: 5px;
		font-size: 16px;
	}
}

/*--------------------------------------------------------------------------
  	sec-result　
---------------------------------------------------------------------------*/

/* listページスタイル
-----------------------------------------------------------------*/
.sec-list{
	padding-bottom: 10px;
}

/* mapページスタイル
-----------------------------------------------------------------*/
.sec-result .map-cont iframe,
.sec-result .map-cont{
	width: 100%;
	height: 740px;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-result .map-cont{
		margin: 5px 0 20px;
		height: 395px;
	}
	.sec-result .map-cont iframe{
		height: 395px;
	}
}

/*--------------------------------------------------------------------------
  	ttl-area__box
---------------------------------------------------------------------------*/

/* listページ 値段スタイル
-----------------------------------------------------------------*/
.sec-result .ttl-area__box {
	margin: 0  0 20px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
}

.sec-result .box {
	padding: 25px 25px 15px;
}

.sec-result .box__list {
	display: flex;
	justify-content: center;
	margin: 0 -7px;
}

.sec-result .box .list {
	text-align: center;
	padding: 0 7px;
	width: 33.3%;
}

.sec-result .list__title {
	font-size: 16px;
	color: #fff;
	background: #EA9235;
	border-radius: 5px;
	font-weight: 500;
	padding: 5px 0 5px;
}

.sec-result .list__title--dark-red {
	background: #911f35;
}

.sec-result .list__title--black {
	background: #0f0b0d;
}

.sec-result .list__price {
	font-size: 30px;
	color: #EA9235;
}

.sec-result .list__price--dark-red {
	color: #911f35;
}

.sec-result .list__price--black {
	color: #0f0b0d;
}

.sec-result .list__price .money {
	font-size: 18px;
	color: #EA9235;
	font-weight: 500;
}

.sec-result .list__price .tax {
	font-size: 13px;
	color: #EA9235;
	font-weight: 500;
}

.sec-result .list__price--dark-red .money {
	font-size: 18px;
	color: #911f35;
}

.sec-result .list__price--dark-red .tax {
	color: #911f35;
}

.sec-result .list__price--black .money {
	font-size: 18px;
	color: #0f0b0d;
}

.sec-result .list__price--black .tax {
	color: #0f0b0d;
}

.sec-result .box .txt {
	text-align: right;
	font-size: 12px;

}

/* @SP */
@media all and (max-width: 767px) {


.sec-result .ttl-area__box {
	margin: 20px 0 15px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
}

.sec-result .box {
	padding: 12px 25px 8px;
}

.sec-result .box__list {
	display: flex;
	justify-content: center;
	margin: 0 -7px;
}

.sec-result .box .list {
	text-align: center;
	padding: 0 7px;
	width: 33.3%;
}

.sec-result .list__title {
	font-size: 14px;
	color: #fff;
	background: #EA9235;
	border-radius: 5px;
	font-weight: 500;
	padding: 3px 0 3px;
}

.sec-result .list__title--dark-red {
	background: #911f35;
}

.sec-result .list__title--black {
	background: #0f0b0d;
}

.sec-result .list__price {
	font-size: 21px;
	color: #EA9235;
}

.sec-result .list__price--dark-red {
	color: #911f35;
}

.sec-result .list__price--black {
	color: #0f0b0d;
}

.sec-result .list__price .money {
	font-size: 14px;
	color: #EA9235;
	font-weight: 500;
}

.sec-result .list__price .tax {
	font-size: 10px;
	color: #EA9235;
	font-weight: 500;
}

.sec-result .list__price--dark-red .money {
	font-size: 14px;
	color: #911f35;
}

.sec-result .list__price--dark-red .tax {
	color: #911f35;
}

.sec-result .list__price--black .money {
	font-size: 14px;
	color: #0f0b0d;
}

.sec-result .list__price--black .tax {
	color: #0f0b0d;
}

.sec-result .box .txt {
	text-align: right;
	font-size: 10px;

}
}