@charset "utf-8";
/*----------------【 mapView 】----------------*/
.mapView-infoWindow {
	font-family: "Arial","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	max-width: 260px;
}
.mapView-infoTitle {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.1;
	padding: 0 0 5px 3px;
	border-bottom: 1px solid #2FA9D0;
}
.mapView-infoTitleLink {
	padding: 5px 0 5px 12px;
	background-image: url(../share/img/icn_arrow_subnav_blue.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px auto;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
.mapView-infoAddress {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 0;
	padding: 10px 0 3px 0;
	font-weight: 500;
}

/*----------------【 shopSearch 】----------------*/
.shopSearch {
	margin: 0 10px;
}

.shopSearch-head {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 70px 5px 0;
	border-bottom: 2px solid #2eaad1;
}

.shopSearch-title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.shopSearch-titleKeyword {
	text-indent: -5em;
	margin-left: 5em;	
}
.shopSearch-ResultText {
	color: #16a0cd;
	font-size: 18px;
	font-size: 1.8rem;	
}

.shopSearch-titleNum {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 5px;
}

.shopSearch-shopNum {
	color: #16a0cd;	
}

.shopSearch-headBtn {
	position: absolute;
	right: 0px;
	bottom: 8px;
}

.shopSearch-btnBackSp {

}

.shopSearch-backLink {
	font-size: 12px;
	font-size: 1.23rem;
	padding: 8px 8px;
	border-radius: 2px;
}
.shopSearch-backLink::before {
	height: 10px;
	background-position: 0px top;
	background-size: auto 10px;
	padding-left: 5px;
}

.shopSearch-map {
	display: none;
	height: 300px;
}

/*----------------【 shopCond 】----------------*/
.shopCond {
	margin-bottom: 20px;
}
.shopCond-btnToggle {
	color: #16a0cd;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	background-color: #E9E9E9;
	padding: 15px 10px;
	position: relative;
}
.shopCond-btnToggle::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../share/img/icn_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	display: inline-block;
	margin: 0 8px 0 0;
	position: relative;
	top: 3px;
}
.shopCond-btnToggle.is-open::before {
	background-image: url(../share/img/icn_minus.png);
}
.shopCond-btnToggle::after {
	display: inline;
	font-size: 0;
	background-image: url(../share/img/icn_minus.png);
	content: "";
	width: 0;
	height: 0;
}

.shopCond-box {
	background-color: #F8F7F7;
	padding-bottom: 5px;
	display: none;
}

.shopCond-list {
	margin: 0 15px;
	padding: 15px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
.shopCond-list:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.shopCond-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #16a0cd;
	margin-bottom: 8px;
}

.shopCond-item {
	font-size: 13px;
	font-size: 1.3rem;
	display:  inline-block;
	margin: 0 12px 8px 0;
	vertical-align: top;
	cursor: pointer;
}

.shopCond-item input {
	margin-bottom: 0;
	margin-right: 4px;
}

/*----------------【 shopResult 】----------------*/
.shopResult {
	position: relative;
	min-height: 100px;
}
.shopResult-loading {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	background-image: url(../share/img/bx_loader.gif);
	background-position: center 18px;
	background-repeat: no-repeat;
	display: none;
	z-index: 100;
}

.shopResult-item {
	border: 1px solid #9FD2E3;
	margin-bottom: 35px;
}
.shopResult-head {
	border-bottom: 1px solid #9FD2E3;
	background-color: #EBF6FA;
	padding: 15px;
}

.shopResult-name {
}
.shopResult-nameInner {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shopResult-nameNetsuper {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-bottom: 2px;
}
.shopResult-nameNetsuperBtn {
	font-size: 13px;
	font-size: 1.3rem;
}
.shopResult-netsuperBtnPc {
	display: none;
}
.shopResult-netsuperBtnSp {
}

.shopResult-address {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5px;
}

.shopResult-headBtn {
	padding-top: 12px;
}

.shopResult-headLink {
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
}

.shopResult-basic {
	display: none;
}
.shopResult-btnArea {
	padding: 15px 15px 5px 15px;
}
.shopResult-favoritePC {
	display: none;
}
.shopResult-btnDetail {
	margin: 0 auto 10px auto;
}

.shopResult-registered {
	display: block;
	float: none;
	margin: 0px auto 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fff;
	max-width: 320px;
	box-sizing: border-box;
}
.shopResult-btn {
	font-size: 15px;
	font-size: 1.5rem;
	max-width: 320px;
	display: block;
	width: auto;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.shopResult-btn::before {
	height: 9px;
	position: relative;
	top: -1px;
}

.shopResult-noResultText {
	display: none;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 70px 0 50px 0;
}

/*----------------【 shopMenu 】----------------*/
.shopMenu-title {
	line-height: 1.2;
}

.shopMenu-link {
	color: #16a0cd;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
	display: block;
}

.shopMenu-gpsLink {
	background-image: url(../share/img/icn_point.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 12px auto;
	padding-left: 40px;
}

.shopMenu-gpsLink::before {
    content: "";
    display: block;
    width: 23px;
	height: 15px;
	background-image: url(../share/img/icn_arrow_subnav_blue.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: auto;
	right: 10px;	
}

/*----------------【 shopForm 】----------------*/
.shopForm-textWrap {
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
}
.shopForm-textWrap::after {
	content: "";
    border-left: 1px solid #dad7d7;
    bottom: 8px;
    height: auto;
    left: auto;
    margin: auto;
    padding-left: 0px;
    position: absolute;
    right: 38px;
    top: 8px;
    width: 0px;
}
.shopForm-text {
	width: 100%;
	border: medium none;
	border-radius: 0;
	height: 38px;
	padding-left: 10px;
	padding-right: 45px;
	box-sizing: border-box;
}
.shopForm-textSubmit {
 	width: 18px;
	height: 18px;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	left: auto;
	margin: auto 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../share/img/icn_glass_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	cursor: pointer;
}
/*----------------【 favShop 】----------------*/

.shopResult-beforeNewyear {
	font-size: 14px;
	font-size: 1.4rem;
	border: 3px solid #D90000;
	margin-top: 10px;
	margin-bottom: 20px;
	display:inline-block;
}
.shopResult-beforeNewyearTitle {
	background-color: #D90000;
	color: #FFF;
	font-weight: bold;
	padding: 6px 8px 8px 8px;
}
.shopResult-beforeNewyearText {
	color: #D90000;
	padding: 10px;
	line-height: 1.5;
	background-color: #FFF;
	margin-bottom: 0;
}
/* **************************** SP表示 **************************** */
@media screen and (max-width: 640px) {
	.shopResult-pcBtnArea {
		display: none;
	}
	/*----------------【 shopMenu 】----------------*/
	.shopMenu-title {
		font-size: 1.4rem;
		color: #333;
		background-color: #fff;
		margin: 10px 0 0 0;
		padding: 10px 10px 10px 40px;
	    background-image: url(../share/img/icn_glass.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		background-size: 15px auto;
	}
	.shopMenu-searchArea {
		color: #333;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}
	.shopMenu-searchForm {
		background-color: #cdedf5;
		padding: 20px 40px;
	}
}