/* reset
-------------------------*/


/* base
-------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.spook_none {
	display: none;
}
/* layout
-------------------------*/
.spook_wrapper {
	width: 940px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: left;
}
.spook_wrapper a:hover {
	text-decoration: underline;
}
.spook_headerSubArea {
	width: 940px;
	margin-bottom: 15px;
	position: relative;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	clear: both;
}
.spook_globalNavArea {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.spook_displaySwitchArea {
	width: 940px;
	/* グローバルメニューのフローティング対応 */
/**/	position: relative;
/**/	z-index: 0;
}
.spook_primaryArea {
	float: right;
	width: 705px;
}
.spook_sideNavArea {
	float: left;
	width: 215px;
	margin: 0 20px 0 0;
	background-color: #e9e9e9;
	padding:10px 10px 200px 10px;
	box-sizing: border-box;
}
.spook_contentsArea {
	overflow: hidden;
	/* embedded
	background: url("../img/spook_nav_bg.png"); */
	background-repeat: repeat-y;
}
.spook_gourmet.spook_premium .spook_contentsArea {
	/* embedded
	background: url("../img/spook_nav_bg_gourmet_premium.png"); */
	background-repeat: repeat-y;
}
.spook_gourmet.spook_casual .spook_contentsArea {
	/* embedded
	background: url("../img/spook_nav_bg_gourmet_casual.png"); */
	background-repeat: repeat-y;
}
.spook_feature .spook_contentsArea,
.spook_gourmet.spook_feature .spook_contentsArea{
	background: none;
}


.spook_mapMode .spook_primaryArea {
	float: right;
	width: 605px;
}
.spook_mapMode .spook_sideNavArea {
	float: left;
	width: 315px;
	margin: 0 20px 0 0;
	background-color: #e9e9e9;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 850px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
}
/* カテゴリリスト　モーダル
--------------------------------------------------*/
.spook_categoryListModal {
	background-color: #000;
	height: 100%;
	width: 100%;
	text-align: right;
}
#spook_modalContent {
	width: 750px;
	margin: 0;
	padding: 20px 30px 20px 30px;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 1001;
}
#spook_modalOverlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.spook_modalContentArea {
	width: 750px;
	margin: 0;
	text-align: left;
	display: block;
}
.spook_modalContent__title {
	font-weight: bold;
	margin: 0 30px 15px 0;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d0d0d0;
}
.spook_modalContent__titleOnly {
	font-weight: bold;
	margin: 0 30px 15px 0;
	font-size: 16px;
	padding: 10px 0 10px 0;
	text-align: center;
}
.spook_modalContent__item {
	display: inline-block;
	width: 240px;
	margin-bottom: 5px;
	color: #046de6;
	text-decoration: none;
}
.spook_modalContent__item a {
	color: #046de6;
	padding-right: 8px;
	text-decoration: none;
}
/* マップ選択　モーダル
--------------------------------------------------*/
#spook_modalContent--map {
	width: 500px;
	margin: 0;
	padding: 20px 30px 20px 30px;
	border: 2px solid #aaa;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	z-index: 1001;
}
#spook_modalContent--map .spook_modalContentArea {
	width: 500px;
	margin: 0;
	text-align: left;
	display: block;
}
#spook_modalContent--map .spook_searchCol {
	border-bottom: none;
	width: 500px;
	margin: auto;
}
#spook_modalContent--map .spook_searchTab__area {
	width: 50%;
	background: linear-gradient(to bottom, #fff, #e2e2e2);
	font-size: 13px;
}
#spook_modalContent--map .spook_searchTab__station {
	width: 50%;
	background: linear-gradient(to bottom, #fff, #e2e2e2);
	font-size: 13px;
}
#spook_modalContent--map .spook_searchTab__active {
	background-image: none;
	background-color: #5f5f5f;
}
#spook_modalContent--map .spook_searchTab__active::after {
	left: 50%;
}
#spook_modalContent--map #spook_modalContent {
	left: 50%;
}
#spook_modalContent--map input[type="text"] {
	width: 100%;
	border: 1px solid #A0A0A0;
	padding: 8px 0;
}
#spook_modalContent--map .spook_stationSuggestArea {
	display: none;
	width: 100%;
	min-width: 100%;
}
#spook_modalContent--map .spook_proceedCol {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#spook_modalContent--map .spook_btn--proceed {
	position: relative;
	color: #FFF;
	background-color: #0c79ea;
	font-size: 15px;
	padding: 10px 50px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#spook_modalContent--map .spook_btn--proceed:hover {
	background-color: #3e92e8;
}
#spook_modalContent--map .spook_btn--def {
	position: relative;
	color: #FFF;
	background-color: #e1e1e1;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 10px 50px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
	color: #333;
}
#spook_modalContent--map .spook_btn--def:hover {
	background-color: #efefef;
}
#spook_modalContent--map select {
	font-size: 12px;
	background: linear-gradient(to bottom, #fff, #e2e2e2);
	border: 1px solid #A0A0A0;
}
#spook_modalContent--map .spook_searchAreaSelect {
	/*background-color: #e6e6e6;*/
}
#spook_modalContent--map .spook_searchStationSelect {
	/*background-color: #e6e6e6;*/
}
/* リスト選択　モーダル
--------------------------------------------------*/
#spook_modalContent--list {
	width: 500px;
	margin: 0;
	padding: 20px 30px 20px 30px;
	border: 2px solid #aaa;
	border-radius: 8px;
	background: #fff;
	position: fixed;
	z-index: 1001;
}
#spook_modalContent--list .spook_modalContentArea {
	width: 500px;
	margin: 0;
	text-align: left;
	display: block;
}
#spook_modalContent--list .spook_searchCol {
	border-bottom: none;
	width: 500px;
	margin: auto;
}
#spook_modalContent--list .spook_proceedCol {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#spook_modalContent--list .spook_btn--proceed {
	position: relative;
	color: #FFF;
	background-color: #0c79ea;
	font-size: 15px;
	padding: 10px 50px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#spook_modalContent--list .spook_btn--proceed:hover {
	background-color: #3e92e8;
}
#spook_modalContent--list .spook_btn--def {
	position: relative;
	color: #FFF;
	background-color: #e1e1e1;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 10px 50px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
	color: #333;
}
#spook_modalContent--list .spook_btn--def:hover {
	background-color: #efefef;
}
/* グルメカセット選択　モーダル
--------------------------------------------------*/
#spook_modalContent--gourmet {
	width: 750px;
	margin: 0;
	padding: 10px 25px 10px 20px;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 1001;
	max-height: 70%;
	overflow-x: hidden;
	overflow-y: auto;
}
.spook_gourmetListClose {
	text-align: right;
	position: absolute;
	right: 6px;
	top: 5px;
	background-color: #333;
	border-radius: 3px;
	padding: 3px 8px 3px 26px;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
}
.spook_gourmetListClose:hover {
	background-color: #606060;
}
.spook_gourmetListClose::before {
	content: '';
	width: 2px;
	height: 12px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
}

.spook_gourmetListClose::after {
	content: '';
	width: 2px;
	height: 12px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* プラン名の幅調整 */
#spook_modalContent--gourmet .spook_gourmetName {
	width: 520px;
}
#spook_modalContent--gourmet .spook_gourmetBonus {
	width: 120px;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	padding: 10px;
}
#spook_modalContent--gourmet .spook_gourmetIcon {
	padding: 0 0 5px 0;
}

/* 検索エリア
--------------------------------------------------*/
.headerSearchWrapper {
	width: 555px;
	padding-left: 20px;
	height: 36px;
}
.spook_headerSearchBox {
	float: left;
	color: #555;
	background-color: #fff;
	border-top: 1px solid #6b6b6b !important;
	border-bottom: 1px solid #6b6b6b !important;
	border-left: 1px solid #6b6b6b !important;
	border-right: 1px solid #6b6b6b !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1) inset;
	display: block;
	font-size: 14px;
	height: 100%;
	padding: 6px 5px;
	box-sizing: border-box;
	width: 360px;
}
.spook_headerSearchBox::-webkit-input-placeholder {
 color: #bbbbbb;
}
.spook_headerSearchBox:-ms-input-placeholder {
 color: #bbbbbb;
}
.spook_headerSearchBox::-moz-placeholder {
 color: #bbbbbb;
}
.headerSearchWrapper .spook_headerSearchBox {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.spook_headerSearchDetailBox {
	float: left;
	width: 90px;
	height: 100%;
	line-height: 36px;
	border-top: 1px solid #6b6b6b !important;
	border-bottom: 1px solid #6b6b6b !important;
	border-right: none;
	border-left-width: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	background-color: #e6e6e6;
}
.spook_headerSearchDetailBox:hover {
	background-color: #b2d8ff;
}
/* インクリメントサーチパネル */
.headerIncrementSearchArea {
	/*display: none;*/
	z-index: 903;
	position: absolute;
	width: auto;
	min-width: 360px;
	top: 36px;
	background-color: #FFF;
	border: 1px solid #959595;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.headerIncrementSearch {
	margin-bottom: 10px;
}
.headerIncrementSearch__title {
	padding: 0 5px 0 8px;
	font-weight: bold;
}
.headerIncrementSearch__data {
	padding: 0 5px 0 8px;
}
.headerIncrementSearch__data.spook_active {
	background-color: #69b0fa;
}
.headerIncrementSearch__data a {
	display: block;
	text-decoration: none;
}
.headerIncrementSearch__data a:hover {
	text-decoration: none;
}
.headerIncrementSearch__data .spook_incrementItemName {
	margin-left: 10px;
	color: #026de6;
}
.headerIncrementSearch__data.spook_active .spook_incrementItemName {
	color: #FFF;
}
.headerIncrementSearch__data .spook_incrementAppNo {
	min-width: 65px;
	display: inline-block;
	color: #5b5a5a;
}
.headerIncrementSearch__data.spook_active .spook_incrementAppNo {
	color: #FFF;
}
/* 	エリア選択パネル */
.spook_headerAreaSelectPanel_wrapper {
	/*display: none;*/
	z-index: 903;
	position: absolute;
	left: 20px;
}
/* 詳細検索パネル */
.spook_headerSearchDetailPanel_wrapper {
	/*display: none;*/
	z-index: 902;
	position: absolute;
	left: 235px;
}
.spook_headerSearchDetailPanel {
	background: #fff;
	display: inline-block;
	position: relative;
	border: 2px solid #629edd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	color: #333;
	width: 350px;
	padding: 15px 20px 10px 20px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.spook_headerSearchDetailPanel:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-bottom-color: #629edd;
	position: absolute;
	top: -21px;
	left: 175px;
}
.spook_headerSearchDetailPanel:after {
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -18px;
	left: 176px;
}
.spook_headerSearchDetailPanel__title {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}
.spook_headerSearchDetailPanel__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	/* embedded
	background: url("../img/spook_icon_close.png") no-repeat; */
	background-position: 0 0;
	cursor: pointer;
}
.spook_headerSearchDetailPanel__close:hover {
	background-position: 0 -20px;
	cursor: pointer;
}
.spook_headerSearchDetailPanel__select {
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}
.spook_headerSearchDetailPanel__checkbox {
	display: block;
}
.spook_headerSearchDetailPanel__checkbox li {
	width: 170px;
	float: left;
	font-size: 12px;
	padding-bottom: 5px;
}
.spook_headerSearchDetailPanel__btn {
	width: 200px;
	height: 36px;
	display: block;
	line-height: 36px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #0e79ea;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 15px auto 10px auto;
	cursor: pointer;
}
.spook_headerSearchDetailPanel__btn:link {
	text-decoration: none;
}
.spook_headerSearchDetailPanel__btn:hover {
	background-color: #69b0fa;
}
/* エリア設定 */
.spook_areaSelectPanel_wrapper {
	/*display: none;*/
	z-index: 902;
	position: absolute;
	background-color: #FFF;
}
.spook_areaSelectList {
	width: 232px;
	cursor: pointer;
}
.spook_headerSearchBtn {
	float: left;
	width: 100px;
	height: 100%;
	line-height: 36px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-sizing: border-box;
	background-color: #0e79ea;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.spook_headerSearchBtn:hover {
	background-color: #69b0fa;
}
.spook_headerSubLinkArea {
	float: left;
	display: table;
	padding-top: 9px;
}
.spook_headerSubLinkArea.spook_noAreaSelect {
	margin-left: 10px;
}
.spook_areaSelect {
	display: table-cell;
	padding-right: 10px;
	margin-left: 20px;
	border-right: solid 1px #ccc;
	vertical-align: middle;
	cursor: pointer;
}
.spook_areaSelect__title {
	font-size: 16px;
	font-weight: bold;
}
.spook_categoryList {
	display: table-cell;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.spook_headerSearchArea {
	float: left;
	position: relative;
}
.spook_hotKeyword {
	display: table;
	padding: 5px 0 0 20px;
	font-size: 12px;
}
.spook_hotKeyword__title {
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	padding-right: 8px;
}
.spook_hotKeyword__data {
	display: table-cell;
}
.spook_hotKeyword__data a {
	color: #046de6;
	padding-right: 8px;
}
/* アイコン　黒背景　下矢印*/
.spook_arrow--B--D {
	position: relative;
	display: inline-block;
	padding-left: 16px;
}
.spook_arrow--B--D:before {
	display: none;
}

@media (min-width: 1px) {
.spook_arrow--B--D::before {
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background: #333;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
}
.spook_arrow--B--D::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -5px;
}
/* アイコン　背景無し　下矢印 */
.spook_arrow--N--D {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}
.spook_arrow--N--D:after {
	display: none;
}

@media (min-width: 1px) {
.spook_arrow--N--D::after {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #9c9c9c;
	border-right: solid 2px #9c9c9c;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -3px;
}
}
/* アイコン　背景無し　上矢印 */
.spook_arrow--N--U {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}
.spook_arrow--N--U::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #9c9c9c;
	border-left: solid 2px #9c9c9c;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -1px;
}
/* アイコン　黒背景　プラス */
.spook_arrow--B--P {
	padding-left: 20px;
	/* embedded
	background: url("../img/spook_icon_plus-minus.png") no-repeat; */
}
.spook_arrow--B--P:hover {
	background-position: 0 -20px;
	cursor: pointer;
	color: #999;
}
.spook_arrow--B--M {
	padding-left: 20px;
	/* embedded
	background: url("../img/spook_icon_plus-minus.png") no-repeat; */
	background-position: 0 -40px;
}
.spook_arrow--B--M:hover {
	background-position: 0 -60px;
	cursor: pointer;
	color: #999;
}
/* グローバルメニュー
--------------------------------------------------*/
.spook_globalNavArea {
	width: 100%;
	height: 40px;
	clear: both;
	/* グローバルメニューのフローティング対応 */
/**/	position: relative;
/**/	z-index: 901;
}
.spook_globalNav {
	position: absolute;
	cursor: default;
}
.spook_globalNav-i {
	float: left;
	width: 232px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	/* embedded
	background-image: url("../img/spook_icon.png"); */
	background-repeat: no-repeat;
	background-color: #0e79ea;
	color: #FFF;
	box-sizing: border-box;
	font-size: 15px;
	margin-left: 4px;
	font-weight: bold;
	cursor: pointer;
}
.spook_globalNav-i:hover {
	background-color: #69b0fa;
}
.spook_globalNav-i--01 {
	margin-left: 0;
}
.spook_globalNav .spook_globalNav-i > *:first-child + * + * + * {
	margin-right: 0;
}
.spook_globalNav-i--01 {
	background-position: 10px 15px;
}
.spook_globalNav-i--02 {
	background-position: 10px -20px;
}
.spook_globalNav-i--03 {
	background-position: 10px -50px;
}
.spook_globalNav-i--04 {
	background-position: 10px -80px;
}
.spook_globalNav-i--05 {
	background-position: 10px -112px;
	position: relative;
}
.spook_globalNav-i--06 {
	background-position: 10px -146px;
}
.spook_globalNav__c {
	display: none;
	position: relative;
	text-align: left;
	background-color: #efefef;
	color: #333;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.spook_globalNav__c-i {
	line-height: 22px;
	font-size: 12px;
}
.spook_globalNav__c-i:hover {
	background-color: #69b0fa;
	color: #FFF;
}
.spook_globalNav__c-i+ .spook_globalNav__c-i {/* 隣接要素指定 */
	border-top: 1px solid #dddddd;
}
.spook_globalNav__c-i--small {
	/*height: 22px;*/
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
}
.spook_globalNav__c-i--small+ .spook_globalNav__c-i--small {/* 隣接要素指定 */
	border-top: 1px solid #dddddd;
}
.spook_globalNav__c-i--small:hover {
	background-color: #69b0fa;
	color: #FFF;
}
.spook_globalNav__c-i--small a:hover {
	color: #FFF;
}
.spook_globalNav__c-i--small a {
	display: block;
	text-decoration: none;
	color: #333333;
}
.spook_globalNav_more a {
	display: block;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	color: #026de6;
	border-top: solid 1px #dddddd;
	padding-right: 10px;
}
.spook_globalNav_more a:hover {
	background-color: #69b0fa;
}
.spook_globalNav__c__c {
	display: none;
}
.spook_globalNav__c__c-i {
	line-height: 22px;
	color: #333;
	background: #efefef;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	border-left: solid 1px #dddddd;
	cursor: default;
}
.spook_globalNav__c__c-i+ .spook_globalNav__c__c-i {/* 隣接要素指定 */
	border-top: 1px solid #dddddd;
}
.spook_isListParent--R {
	/* isListParent */
/**/	position: absolute;
	left: 232px;
}
.spook_isListParent--L {
	/* isListParent */
/**/	position: absolute;
	right: 232px;
}
.spook_isList {
	position: relative;
	top: -23px;
	width: 232px;
}
.spook_isPanel--R {
	/* isPanel */
/**/	position: absolute;
/**/	width: auto;
/**/	height: auto;
/**/	top: 0;
/**/	background-color: #666666;
	left: 232px;
	padding: 0 1px 0 6px;
	min-width: 464px;
}
.spook_isPanel--R a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
}
.spook_globalNav-i--01 .spook_isPanel--R {
	padding: 0 6px 0 6px;
}
.spook_isPanel--L {
	/* isPanel */
/**/	position: absolute;
/**/	width: auto;
/**/	height: auto;
/**/	top: 0;
/**/	background-color: #666666;
	right: 232px;
	padding: 0 6px 0 6px;
}
.spook_popularBnr {
	display: block;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
}
.spook_popularBnr__title {
	width: 100%;
	color: #fff;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	font-size: 14px;
	border-left: 4px solid #ff6c00;
	margin: 10px 0 5px 0;
	padding-left: 5px;
}
.spook_popularBnr:first-child {
	margin-top: 0;
}
.spook_popularBnr__data {
	display: inline-block;
	padding-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	letter-spacing: normal;/* inline-blockの隙間対応 */
}
/* グレー矢印 */
a.spook_arrowAfter {
	display: block;
	color: #333;
	text-decoration: none;
	/* embedded
	background: url("../img/spook_arrow-gray.png") no-repeat 9px 50%; */
	padding-left: 20px;
}
/* グレー矢印 */
a.spook_arrowAfter:hover {
	color: #FFF;
	/* embedded
	background: #69b0fa url("../img/spook_arrow-white.png") no-repeat 9px 50%; */
}
.spook_globalNav__c-i__title {
	padding-left: 10px;
}
.spook_globalNav__c-i__title img {
	vertical-align: middle;
	padding-right: 4px;
}
.spook_navTitleNum {
	font-size: 0.8em;
	font-weight: normal;
}
/* プレゼント */
.spook_prsentPanel {
	position: absolute;
	right: 0;
	padding: 10px;
	background-color: #666666;
	color: #333;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	cursor: default;
}
/* カテゴリから探す */
.spook_categoryPanel {
	padding: 10px 0;
}
.spook_categoryPanel__img {
	margin-bottom: 10px
}
.spook_categoryPanel__text {
	padding: 10px;
	line-height: 16px;
	background-color: #ffffff;
}
.spook_categoryPanel__text li {
	display: inline-block;
	border-right: solid 1px #CCC;
	padding-right: 5px;
	margin-bottom: 5px;
}
.spook_categoryPanel__text li a {
	text-decoration: none;
	color: #026de6;
}
.spook_categoryPanel__text li a:hover {
	text-decoration: underline;
	color: #026de6;
}
.spook_icon_004 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_004_01.png") no-repeat; */
}
.spook_icon_031 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_031_01.png") no-repeat; */
}
.spook_icon_030 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_030_01.png") no-repeat; */
}
.spook_icon_032 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_032_01.png") no-repeat; */
}
.spook_icon_018 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_018_01.png") no-repeat; */
}
.spook_icon_015 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_015_01.png") no-repeat; */
}
.spook_icon_006 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_006_01.png") no-repeat; */
}
.spook_icon_021 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_021_01.png") no-repeat; */
}
.spook_icon_009 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_009_01.png") no-repeat; */
}
.spook_icon_011 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_011_01.png") no-repeat; */
}
.spook_icon_023 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_023_01.png") no-repeat; */
}
.spook_icon_012 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_012_01.png") no-repeat; */
}
.spook_icon_019 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_019_01.png") no-repeat; */
}
.spook_icon_001 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_001_01.png") no-repeat; */
}
.spook_icon_014 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_014_01.png") no-repeat; */
}
.spook_icon_007 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_007_01.png") no-repeat; */
}
.spook_icon_024 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_024_01.png") no-repeat; */
}
.spook_icon_020 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_020_01.png") no-repeat; */
}
.spook_icon_013 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_013_01.png") no-repeat; */
}
.spook_icon_010 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_010_01.png") no-repeat; */
}
.spook_icon_017 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_017_01.png") no-repeat; */
}
.spook_icon_008 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_008_01.png") no-repeat; */
}
.spook_icon_022 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_022_01.png") no-repeat; */
}
.spook_icon_026 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_026_01.png") no-repeat; */
}
.spook_icon_016 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_016_01.png") no-repeat; */
}
.spook_icon_027 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_027_01.png") no-repeat; */
}
.spook_icon_025 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_025_01.png") no-repeat; */
}
.spook_icon_005 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_005_01.png") no-repeat; */
}
.spook_icon_028 {
	/* isListParent */
/**/	margin-left: 5px;
/**/	padding-left: 25px;
	/* embedded
	background: url("../img/chubunrui_028_01.png") no-repeat; */
}
/* パンくず
--------------------------------------------------*/
.spook_breadcrumbArea {
	margin-bottom: 10px;
}
.spook_breadcrumbArea ol li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	font-size: 12px;
}
.spook_breadcrumbArea ol li a {
	color: #026de6;
	text-decoration: none;
}
.spook_breadcrumbArea ol li:before {
	content: ">";
	padding-right: 8px;
}
.spook_breadcrumbArea ol li:first-child:before {
	content: none;
}
/* タブエリア（リスト|地図）
--------------------------------------------------*/
.spook_switchTab {
	width: 100%;
	height: 30px;
	border-bottom: solid 30px #6b6b6b;
	box-sizing: border-box;
}
.spook_switchTab__list {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -8px;
	margin-top: 8px;
	text-align: center;
	border-left: solid 1px #a5a5a5;
	border-right: solid 1px #a5a5a5;
}
.spook_switchTab__list a:after {
	display: none;
}

@media (min-width: 1px) {
.spook_switchTab__list a::after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 12px;
	left: 20px;
	margin-top: -3px;
}
}
.spook_switchTabActive {
	position: relative;
	top: -8px;
	margin-top: 0;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	background-color: #FFF;
	border: solid #6b6b6b;
	border-width: 3px 3px 0 3px;
	color: #6b6b6b;
}
.spook_switchTab__list a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}
.spook_switchTab__list a:hover {
	background-color: #BBBBBB;
}
.spook_switchTab__list a span {
	padding-left: 10px;
}

/* 検索結果　共通要素
--------------------------------------------------*/
/* アイコン */
.spook_iconPr {
	background-color: #ff0000;
	padding: 1px 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.spook_iconNew {
	background-color: #ff0000;
	padding: 1px 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.spook_iconRecommend {
	background-color: #ff0000;
	padding: 1px 5px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ff0000;
	letter-spacing: normal;
	margin-right: 3px;
	font-size: 11px;
	width: 45px;
}
.spook_iconBreakfast {
	display: inline-block;
	text-align: center;
	padding: 1px 5px;
	color: #62bd00;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #62bd00;
	letter-spacing: normal;
	margin-right: 3px;
	font-size: 11px;
	width: 45px;
	background-color: #f1fce5;
}
.spook_iconLunch {
	display: inline-block;
	text-align: center;
	padding: 1px 5px;
	color: #c98000;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #c98000;
	letter-spacing: normal;
	margin-right: 3px;
	font-size: 11px;
	width: 45px;
	background-color: #fff5e4;
}
.spook_iconTea {
	display: inline-block;
	text-align: center;
	padding: 1px 5px;
	color: #d3327e;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #d3327e;
	letter-spacing: normal;
	margin-right: 3px;
	font-size: 11px;
	background-color: #fdf3f8;
}
.spook_iconDinner {
	display: inline-block;
	text-align: center;
	padding: 1px 5px;
	color: #6d3f33;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #6d3f33;
	letter-spacing: normal;
	margin-right: 3px;
	font-size: 11px;
	width: 45px;
	background-color: #ebe1d6;
}
/* グルメ用アイコン */
.spook_gourmet .spook_iconRecommend, #spook_modalContent--gourmet .spook_iconRecommend {
	display: inline-block;
	font-size: 11px;
}
.spook_gourmet .spook_iconLunch, #spook_modalContent--gourmet .spook_iconLunch {
	display: inline-block;
	font-size: 11px;
}
/* FIXME: 商品ステータスアイコン用 iconObertime等は重複するため不要であれば削除する */
.spook_iconStatus {
	/* iconBlock */
/**/	display: block;
/**/	width: 100%;
/**/	text-align: center;
/**/	padding: 1px 5px;
/**/	font-size: 12px;
/**/	font-weight: bold;
/**/	margin-right: 2px;
/**/	margin-bottom: 2px;
/**/	box-sizing: border-box;
	color: #FFF;
	background-color: red;
}
.spook_iconOvertime {
	/* iconBlock */
/**/	display: block;
/**/	width: 100%;
/**/	text-align: center;
/**/	padding: 1px 5px;
/**/	font-size: 12px;
/**/	font-weight: bold;
/**/	margin-right: 2px;
/**/	margin-bottom: 2px;
/**/	box-sizing: border-box;
	color: #FFF;
	background-color: red;
}
.spook_iconEnd {
	/* iconBlock */
/**/	display: block;
/**/	width: 100%;
/**/	text-align: center;
/**/	padding: 1px 5px;
/**/	font-size: 12px;
/**/	font-weight: bold;
/**/	margin-right: 2px;
/**/	margin-bottom: 2px;
/**/	box-sizing: border-box;
	color: #FFF;
	background-color: red;
}
.spook_iconStop {
	/* iconBlock */
/**/	display: block;
/**/	width: 100%;
/**/	text-align: center;
/**/	padding: 1px 5px;
/**/	font-size: 12px;
/**/	font-weight: bold;
/**/	margin-right: 2px;
/**/	margin-bottom: 2px;
/**/	box-sizing: border-box;
	color: #FFF;
	background-color: red;
}
.spook_iconArea {
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	margin-bottom: 5px;
}
.spook_iconSpecial01 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #6cac18;
	border: solid 1px #6cac18;
}
.spook_iconSpecial02 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #996601;
	border: solid 1px #996601;
}
.spook_iconSpecial03 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial04 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial05 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #cb0001;
	border: solid 1px #cb0001;
}
.spook_iconSpecial06 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial07 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial08 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #be0591;
	border: solid 1px #be0591;
}
.spook_iconSpecial09 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #28428c;
	border: solid 1px #28428c;
}
.spook_iconSpecial10 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial11 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial12 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial13 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial14 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial15 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial31 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #5b5a5a;
	border: solid 1px #5b5a5a;
}
.spook_iconSpecial35 {
	/* iconInline */
/**/	display: inline-block;
/**/	padding: 1px 5px;
/**/	background-color: #FFF;
/**/	font-size: 11px;
/**/	letter-spacing: normal;/* inline-blockの隙間対応 */
/**/	margin-right: 3px;
/**/	margin-bottom: 2px;
	color: #0084ff;
	border: solid 1px #0084ff;
}
/*グルメ内では以下のstyle*/
.spook_gourmet .spook_iconSpecial31 {
	display: inline-block;
	font-size: 13px;
	background-color: #fff6ed;
	color: #733e09;
	padding: 4px 6px;
	margin-bottom: 5px;
	border-radius: 2px;
	position: relative;
	box-sizing: border-box;
	border-color: #dfd5ca;
}

.spook_iconRoomType {
	display: inline-block;
	padding: 1px 5px;
	border: solid 1px #555;
	background-color: #FFF;
	color: #555;
	font-size: 12px;
}
.spook_roomPriceArea {
	font-size: 14px;
	margin-top: 3px;
}
.spook_roomPrice {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.spook_sideNavArea .spook_iconRoomType {
	display: inline-block;
	padding: 1px 5px;
	border: solid 1px #555;
	background-color: #FFF;
	color: #555;
	font-size: 10px;
}
.spook_sideNavArea .spook_roomPriceArea {
	font-size: 12px;
	margin-top: 3px;
}
.spook_sideNavArea .spook_roomPrice {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.spook_appNo {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
}
.spook_itemName {
}
.spook_itemName a {
	font-size: 16px;
	text-decoration: none;
	color: #026de6;
	font-weight: bold;
}
.spook_itemName a:hover {
	text-decoration: underline;
}
.spook_itemNote {
	margin: 10px 0 10px 0;
}
.spook_itemNote a {
	font-size: 14px;
	text-decoration: none;
	color: #026de6;
	display: block;
	font-weight: bold;
	margin-top: 3px;
}
.spook_itemList_isImageMode .spook_itemName {
	display: block;
}
.spook_itemList_isImageMode .spook_itemName a {
	font-size: 15px;
	text-decoration: none;
	color: #026de6;
	margin-top: 0;
}
.spook_itemList_isImageMode .spook_itemName a:hover {
	text-decoration: underline;
}
/* レビュー件数 */
.spook_reviewNum {
	color: #026de6;
	font-size: 11px;
	padding-left: 2px;
	font-weight: normal;
}
/* 星 */
.spook_iconStarArea {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	height: 16px;
	line-height: 16px;
}
.spook_iconStarArea a {
	text-decoration: none;
}
.spook_iconStarArea a:hover {
	text-decoration: none;
}
.spook_iconStarNum {
	display: inline-block;
	padding-left: 3px;
	vertical-align: middle;
	color: #ff8400;
	font-weight: bold;
}
.spook_iconStar-0 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -85px;
}
.spook_iconStar-1 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -69px;
}
.spook_iconStar-2 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -53px;
}
.spook_iconStar-3 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -37px;
}
.spook_iconStar-4 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -21px;
}
.spook_iconStar-5 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -5px;
}
.spook_iconStar-0-5 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -239px;
}
.spook_iconStar-1-5 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -223px;
}
.spook_iconStar-2-5 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -207px;
}
.spook_iconStar-3-5 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -191px;
}
.spook_iconStar-4-5 {
	/* iconStar */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 80px;
/**/	height: 16px;
	/* embedded
	background: url("../img/spook_icon_star.png") no-repeat; */
	background-position: -175px;
}
.spook_iconStar-1--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -57px 2px;
}
.spook_iconStar-2--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -44px 2px;
}
.spook_iconStar-3--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -31px 2px;
}
.spook_iconStar-4--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -18px 2px;
}
.spook_iconStar-5--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -5px 2px;
}
.spook_iconStar-0-0--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -212px 2px;
}
.spook_iconStar-0-5--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -199px 2px;
}
.spook_iconStar-1-5--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -185px 2px;
}
.spook_iconStar-2-5--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -172px 2px;
}
.spook_iconStar-3-5--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -159px 2px;
}
.spook_iconStar-4-5--small {
	/* iconStar--small */
/**/	text-indent: -9999px;
/**/	display: inline-block;
/**/	width: 66px;
/**/	height: 15px;
	/* embedded
	background: url("../img/spook_icon_star_small.png") no-repeat; */
	background-position: -145px 2px;
}
/* 会員特典 */
.spook_bonusArea {
	display: table;
	margin-top: 10px;
	width: 405px;
}
.spook_mapMode .spook_bonusArea {
	width: 278px;
}
.spook_bonusTitle {
	display: table-cell;
	padding: 10px;
	color: #FFF;
	background-color: #ff9000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	width: 50px;
	vertical-align: middle;
}
.spook_bonusText {
	display: table-cell;
	padding: 10px;
	border: solid 1px #ccc;
}
.spook_bonusText__price {
	color: #FF0000;
	font-weight: bold;
}
.spook_bonusTextCol:nth-child(n + 2) {
	border-top: solid 1px #ddd;
	margin-top: 5px;
	padding-top: 5px;
}
.spook_bonusAreaNote {
	display: block;
	text-align: right;
	width: 100%;
}
.spook_bonusAreaNote a {
	font-size: 12px;
	text-decoration: none;
	color: #026de6;
	margin-top: 5px;
}
/* 対象店舗 */
.spook_storeArea {
	margin-top: 5px;
	box-sizing: border-box;
}
.spook_storeTitle {
	font-size: 12px;
}
.spook_storeList {
	border: 1px solid #cdcccc;
	border-top: none;
	width: 403px;
	background: #e7e7e7;
	font-size: 12px;
	display: table;
}
.spook_storeTitle + .spook_storeList {
	border-top: 1px solid #cdcccc;
}
.spook_chain .spook_storeList {
	width: 413px;
}

.spook_storeList__name {
	/*border-top: 1px solid #cdcccc;*/
	/*clear: left;
	float: left;*/
	width: 150px;
	padding: 3px;
	display: table-cell;
}
.spook_storeList__name a {
	text-decoration: none;
	color: #026de6;
}
.spook_storeList__address {
	margin-left: 80px;
	/*border-top: 1px solid #cdcccc;*/
	border-left: 1px solid #cdcccc;
	background: #fff;
	padding: 3px;
	display: table-cell;
}
.spook_storeMore {
	display: block;
	width: 100%;
	margin-top: 4px;
	font-size: 12px;
	text-align: right;
}
.spook_storeMore a {
	text-decoration: none;
	color: #026de6;
}
/*asoview対応*/
.spook_asoWrap .spook_priceArea {
	font-size: 14px;
	margin-top: 3px;
}
.spook_asoWrap .spook_price {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.spook_asoArea {
	border: 1px solid #CCC;
	margin-top: 10px;
}
.spook_asoArea .spook_noteList{
	padding: 5px;
}
.spook_asoWrap .spook_storeAddress__data{
	display: inline-block;
}
.spook_sideNavArea .spook_priceArea {
	font-size: 12px;
	margin-top: 3px;
}
.spook_sideNavArea .spook_price {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.spook_sideNavArea .spook_asoArea {
	margin-top: 10px;
}


/* 検索結果上部
-------------------------*/
/* カルーセルエリア */
.spook_adArea {
	width: 605px;
	margin: 0 auto 10px;
	vertical-align: top;
	position: relative;
}
.spook_adArea .bx-wrapper { /* for override jquery.bxslider.css */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin-bottom: 10px;
}
.spook_adArea__bannerArea {
	width: 564px;
	height: 63px;
	overflow: hidden;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
}
.spook_mapMode .spook_adArea {
	width: 605px;
}
.spook_mapMode .spook_adArea__bannerArea {
	width: 464px;
}
.spook_adArea__bannerArea__bnr:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.spook_adArea__wrapper {
	float: left;
	display: block;
	width: 65px;
	text-indent: -9999px;
}
.spook_adArea__left {
	position: absolute;
	top: 0;
	left: 0;
}
.spook_adArea__left a {
	cursor: pointer;
}
.spook_adArea__left a.disabled {
	display: none;
}
.spook_adArea__left a:before {
	display: none;
}

@media (min-width: 1px) {
.spook_adArea__left a::before {
	content: '';
	width: 30px;
	height: 32px;
	background: #333;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	margin: 15px 0 0;
	display: block;
}
}
.spook_adArea__left a:hover::before {
	background-color: #999;
}
.spook_adArea__left a:after {
	display: none;
}

@media (min-width: 1px) {
.spook_adArea__left a::after {
	content: '';
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	margin: 15px 0 0;
	display: block;
}
}
.spook_adArea__right {
	position: absolute;
	top: 0;
	right: 35px;
}
.spook_adArea__right a {
	cursor: pointer;
}
.spook_adArea__right a.disabled {
	display: none;
}
.spook_adArea__right a::before {
	display: none;
}

@media (min-width: 1px) {
.spook_adArea__right a::before {
	display: block;
	content: '';
	width: 30px;
	height: 32px;
	background: #333;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	cursor: pointer;
	margin: 15px 0 0 5px;
}
}
.spook_adArea__right a:hover::before {
	background-color: #999;
}
.spook_adArea__right a:after {
	display: none;
}

@media (min-width: 1px) {
.spook_adArea__right a::after {
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	left: 7px;
	cursor: pointer;
	margin: 15px 0 0 5px;
}
}
/* 絞り込み条件 */
.spook_searchConArea {
	width: 100%;
	border: solid 1px #d0d0d0;
	box-sizing: border-box;
	padding: 10px 10px 5px 10px;
}
.spook_searchConArea__title {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}
.spook_searchConArea__data {
	display: inline-block;
	background-color: #ececec;
	font-size: 12px;
	padding: 4px 6px 4px 22px;
	margin-bottom: 5px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}
.spook_searchConArea__data:hover {
	background-color: #ededed;
}
.spook_searchConArea__data:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px \9;
	left: 5px \9;
	background: none;
	border: none;
	/* embedded
	background: url("../img/spook_ie8_close.png") no-repeat \9; */
	width: 13px;
	height: 13px;
}

@media (min-width: 1px) {
.spook_searchConArea__data::before {
	content: '';
	display: block;
	background-image: none;
	background-color: #008aff;
	border: 1px solid #008aff;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	position: absolute;
	z-index: 0;
	top: -1px;
	bottom: 0;
	left: 4px;
	margin: auto;
}
}
.spook_searchConArea__data::after {
	display: none;
}

@media (min-width: 1px) {
.spook_searchConArea__data::after {
	display: block;
	content: '';
	position: absolute;
	width: 5px;
	height: 3px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
	top: -4px;
	bottom: 0;
	left: 7px;
	margin: auto;
}
}
.spook_searchConArea__data:hover::before {
	background-color: #fefefe;
	border-color: #ccc;
}
.spook_searchConArea__data:hover::after {
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

/* グルメ対応 */
@media (min-width: 1px) {
.spook_gourmet .spook_searchConArea__data::before {
	background-color: #eb7c0a;
	border-color: #eb7c0a;
}
.spook_gourmet .spook_searchConArea__data:hover::before {
	background-color: #ededed;
	border-color: #ccc;
}
}
/* 該当件数 */
.spook_searchNumArea {
	width: 100%;
	margin-top: 5px;
	border-bottom: solid 1px #d0d0d0;
}
.spook_searchNumArea__num {
	font-size: 18px;
	font-weight: bold;
}
.spook_searchInfoArea {
	width: 100%;
	border-bottom: solid 1px #d7d7d7;
	height: 40px;
	padding-top: 10px;
}
.spook_searchPageNum {
	float: left;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	margin-top: 5px;
}
/* ページング */
.spook_searchPageNum__num {
	display: inline-block;
	padding-right: 3px;
	font-size: 12px;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	min-width: 1.5em;
	text-align: center;
}
.spook_searchPageNum__num+ .spook_searchPageNum__num {
	border-left: solid 1px #d7d7d7;
	padding-left: 3px;
}
.spook_searchPageNum__num a {
	color: #026de6;
	display: block;
	min-width: 1.5em;
	text-align: center;
}
.spook_searchPageNum__num.spook_disabled {
	color: #bdbdbd;
}
.spook_searchController {
	float: right;
	padding-bottom: 10px;
	font-size: 12px;
}
/* 表示切り替え */
.spook_searchController__disCon {
	float: left;
	margin-right: 10px;
}
.spook_searchController__disCon__list {
	display: inline-block;
	height: 18px;
	padding-left: 23px;
	/* embedded
	background: url("../img/spook_icon_listmode.png") no-repeat 0 5px; */
	background-position: 0 5px;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	cursor: pointer;
}
.spook_searchController__disCon__list:hover {
	color: #ff6c00;
	background-position: 0 -20px;
}
.spook_searchController__disCon__list.spook_selected {
	color: #ff6c00;
	background-position: 0 -20px;
}
.spook_searchController__disCon__img {
	display: inline-block;
	height: 18px;
	padding-left: 23px;
	/* embedded
	background: url("../img/spook_icon_listmode.png") no-repeat 0 -45px; */
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
	margin-right: 15px;
	cursor: pointer;
}
.spook_searchController__disCon__img:hover {
	color: #ff6c00;
	background-position: 0 -70px;
}
.spook_searchController__disCon__img.spook_selected {
	color: #ff6c00;
	background-position: 0 -70px;
}
/* 表示順序 */
.spook_searchController__sort {
	float: left;
	margin-right: 15px;
	height: 28px;
}
.spook_searchController__sort__title {
	display: inline-block;
	vertical-align: middle;
}
.spook_searchController__sort__data {
	display: inline-block;
	vertical-align: middle;
}
/* 表示件数 */
.spook_searchController__disNum {
	float: left;
	height: 28px;
}
.spook_searchController__disNum__title {
	display: inline-block;
	vertical-align: middle;
}
.spook_searchController__disNum__data {
	display: inline-block;
	vertical-align: middle;
}
/* 検索結果サイドナビ
-------------------------*/
.spook_searchCol {
	padding-bottom: 8px;
	border-bottom: solid 1px #b8b8b8;
	font-size: 12px;
}
.spook_sideNavTitle {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.spook_btn_clear {
	float: right;
}
.spook_searchColTitle {
	display: block;
	font-weight: bold;
	margin: 12px 0 3px 0;
	width: 90%;
	cursor: default;
}
.spook_formBox {
	width: 155px;
	height: 23px;
}
.spook_mapMode .spook_formBox {
	width: 225px;
}
.spook_btnSmall--cancel {
	position: relative;
	color: #FFF;
	background-color: #333333;
	font-size: 10px;
	padding: 3px 4px 3px 15px;
	margin-bottom: 5px;
	border-radius: 3px;
	cursor: pointer;
}
.spook_btnSmall--cancel:hover {
	background-color: #999999;
}
.spook_btnSmall--cancel:before {
	display: none;
}

@media (min-width: 1px) {
.spook_btnSmall--cancel::before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 3px;
	margin-top: 4px;
}
}
.spook_btnSmall--proceed {
	float: right;
	position: relative;
	color: #FFF;
	background-color: #0c79ea;
	font-size: 12px;
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
}
.spook_btnSmall--proceed:hover {
	background-color: #69b0fa;
}
/* グルメ対応 */
.spook_gourmet .spook_btnSmall--proceed {
	background-color: #eb7c0a;
}
.spook_gourmet .spook_btnSmall--proceed:hover {
	background-color: #f4912c;
}
.spook_searchArea01 {
	float: left;
	width: 49%;
}
.spook_searchArea02 {
	float: right;
	width: 49%;
}
.spook_searchArea03 {
	float: right;
	width: 100%;
	margin-top: 5px;
}
.spook_searchCol option {
	font-size: 14px;
}
.spook_searchCol.searchBox_bottom {
	padding-bottom: 630px;
}
/* ページング */
.spook_sideSearchPageNum {
	float: left;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	margin-top: 5px;
}
.spook_sideSearchPageNum__num {
	display: inline-block;
	padding-right: 5px;
	font-size: 11px;
	letter-spacing: normal;/* inline-blockの隙間対応 */
}
.spook_sideSearchPageNum__num+ .spook_sideSearchPageNum__num {
	border-left: solid 1px #d7d7d7;
	padding-left: 5px;
}
.spook_sideSearchPageNum__num a {
	color: #026de6;
}
.spook_sideSearchPageNum__num a:hover {
	text-decoration: underline;
}
.spook_sideSearchPageNum__num.spook_disabled {
	color: #bebebe;
}
.spook_hierarchical {
	margin-left: 15px;
}
.spook_hierarchical__C {
	width: 100%;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	margin: 5px 0 10px 0;
	box-sizing: border-box;
	position: relative;
}
.spook_hierarchical__C li {
	width: calc(50% - 3px);
	box-sizing: border-box;
	height: auto;
	display: inline-block;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	margin: 0 0 5px 0;
	padding: 5px;
	border-radius: 4px;
	border: solid 1px #ccc;
	font-size: 11px;
	cursor: pointer;
	background-color: #fff;
	vertical-align: top;
}
.spook_hierarchical__C li:nth-child(odd) {
	margin-right: 5px;
}
.spook_hierarchical__C li:hover {
	background-color: #a3cffd;
}
.spook_hierarchical label:hover {
	cursor: pointer;
	opacity: .8;/*text-decoration: underline;*/
}
/* 非活性対応　*/
.spook_hierarchical li.spook_selected {
	background-color: #56a1ee;
	color: #fff;
}
.spook_hierarchical li.spook_disabled {
	color: #bebebe;
	padding-left: 20px;
}
.spook_hierarchical li.spook_disabled label:hover {
	cursor: default;
}
.spook_hierarchical__C li.spook_selected {
	background-color: #56a1ee;
	color: #fff;
}
.spook_hierarchical__C li.spook_disabled {
	color: #bebebe;
	padding-left: 5px;
	background-color: #e9e9e9;
	cursor: default;
}

/* チェックボックス */
@media (min-width: 1px) {
.spook_hierarchical label {
	position: relative;
	display: inline-block;
}
.spook_hierarchical input[type="checkbox"] {
	display: none;
}
.spook_hierarchical input[type="checkbox"] + .spook_checkboxNote {
	cursor: pointer;
	display: block;
	padding: 3px 5px 3px 18px;
	position: relative;
	line-height: 16px;
	letter-spacing: normal;
}
.spook_hierarchical input[type="checkbox"] + .spook_checkboxNote::before {
	content: '';
	display: block;
	background-color: #FFF;
	border: 1px solid #777;
	width: 13px;
	height: 13px;
	border-radius: 3px;
	position: absolute;
	z-index: 0;
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
}
.spook_hierarchical input[type="checkbox"] + .spook_checkboxNote::after {
	display: block;
	content: '';
	position: absolute;
	width: 7px;
	height: 4px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
	top: -4px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.spook_hierarchical input[type="checkbox"] + .spook_checkboxNote:hover::before {
}
.spook_hierarchical input[type="checkbox"] + .spook_checkboxNote:hover::after {
	border-left: 2px solid #aaaaaa;
	border-bottom: 2px solid #aaaaaa;
}
.spook_hierarchical input[type="checkbox"] + .spook_checkboxNote:hover {
	text-decoration: none;
}
.spook_hierarchical input[type="checkbox"]:checked + .spook_checkboxNote::before {
	content: '';
	display: block;
	background-color: #008aff;
	border: 1px solid #008aff;
	width: 13px;
	height: 13px;
	border-radius: 3px;
	position: absolute;
	z-index: 0;
	top: -1px;
	bottom: 0;
	left: 0;
	margin: auto;
}
.spook_hierarchical input[type="checkbox"]:checked + .spook_checkboxNote::after {
	display: block;
	content: '';
	position: absolute;
	width: 7px;
	height: 4px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
	top: -4px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.spook_hierarchical input[type="checkbox"]:disabled + .spook_checkboxNote {
	color: #c9c9c9;
	cursor: default;
}
.spook_hierarchical input[type="checkbox"]:disabled + .special {
	color: #333;
	cursor: default;
}
.spook_hierarchical input[type="checkbox"]:disabled + .spook_checkboxNote:hover {
	opacity: 1;
}
.spook_hierarchical input[type="checkbox"]:disabled + .spook_checkboxNote::before {
	content: '';
	display: block;
	background-color: #e5e4e4;
	border: 1px solid #d2d2d2;
	width: 13px;
	height: 13px;
	border-radius: 3px;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.spook_hierarchical input[type="checkbox"]:disabled + .spook_checkboxNote::after {
	display: none;
}
.spook_hierarchical input[type="checkbox"]:disabled + .spook_checkboxNote:hover::before {
	opacity: 1;
}
}

/* 画像付きチェックボックス */
@media (min-width: 1px) {
.spook_imgCheckbox label {
	position: relative;
}
.spook_imgCheckbox input[type="checkbox"] {
	display: none;
}
.spook_imgCheckbox input[type="checkbox"] + .spook_checkboxNote {
	cursor: pointer;
	display: block;
	padding: 3px 5px 3px 0;
	position: relative;
	line-height: 16px;
	letter-spacing: normal;
}
.spook_imgCheckbox input[type="checkbox"] + .spook_checkboxNote {
	padding-right: 0;
}
/*
	.spook_imgCheckbox input[type="checkbox"] + .spook_checkboxNote:hover::after {
		border-left: 2px solid #aaaaaa;
		border-bottom: 2px solid #aaaaaa;
	}
	*/
		
.spook_imgCheckbox input[type="checkbox"] + .spook_checkboxNote:hover {
	text-decoration: none;
}
.spook_imgCheckbox input[type="checkbox"]:disabled + .spook_checkboxNote {
	color: #c9c9c9;
	cursor: default;
}
.spook_imgCheckbox input[type="checkbox"]:disabled + .special {
	color: #333;
	cursor: default;
}
.spook_imgCheckbox input[type="checkbox"]:disabled + .spook_checkboxNote:hover {
	opacity: 1;
}
.spook_imgCheckbox input[type="checkbox"]:checked+.spook_checkboxNote .spook_checkboxImgWrap,
.spook_imgCheckbox input[type="checkbox"].spook_selected + .spook_checkboxNote .spook_checkboxImgWrap {
	background-color: #eb7c0a;
}
.spook_imgCheckbox input[type="checkbox"]:checked+.spook_checkboxNote .spook_checkboxImgWrap .spook_navTitleNum,
.spook_imgCheckbox input[type="checkbox"].spook_selected + .spook_checkboxNote .spook_checkboxImgWrap .spook_navTitleNum {
	color: #FFF;
}
.spook_imgCheckbox input[type="checkbox"]:disabled + .spook_checkboxNote::after {
	display: none;
}
.spook_imgCheckbox input[type="checkbox"]:disabled + .spook_checkboxNote:hover::before {
	opacity: 1;
}
.spook_imgCheckbox .spook_checkboxImgWrap {
	position: relative;
	border: solid 1px #ccc;
	padding: 5px;
	border-radius: 4px;
	background-color: #FFF;
}
.spook_imgCheckbox .spook_checkboxImgWrap:hover {
	background-color: #ffdebc;
}
.spook_imgCheckbox input[type="checkbox"]:disabled+.spook_checkboxNote .spook_checkboxImgWrap {
	color: #bebebe;
	background-color: #e9e9e9;
	cursor: default;
}
/* セレクトボックス */
.spook_pulldownResult {
	cursor: pointer;
	padding: 5px 10px 5px 5px;
	border-radius: 3px;
	border: 1px solid #cecece;
	background-color: #FFFFFF;
	box-sizing: border-box;
	color: #5b5a5a;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
	position: relative;
}
.spook_pulldownResult::before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 5px;
	top: -2px;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.spook_pulldownResult::after {
	display: block;
	content: '';
	width: 18px;
	height: 100%;
	border: 0px;
	position: absolute;
	background: linear-gradient(to right, rgba(255,255,255,0), #fff 40%);
	right: 0;
	top: 0;
	z-index: 1;
}
.spook_pulldownResult:hover{
	border-color: #56a1ee;
}
.spook_pulldownResult.is-disabled {
	background-color: #CCC;
}
.spook_pulldownResult.is-disabled::after {
		background: linear-gradient(to right, rgba(255,255,255,0), #CCC 40%);
}
.spook_pulldownResult.is-disabled:hover{
	border-color: #CCC;
}
.spook_pulldownList {
	position: relative;
	z-index: 1000;
	width: 100%;
	line-height: 1.7;
	white-space: nowrap;
}
.spook_pulldownListInner {
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	border: 1px solid #333;
	background-color: #FFF;
	max-height: 300px;
	min-width: 100%;
	cursor: default;
	box-sizing: border-box;
	line-height: 1.4;
}
.spook_pulldownListInner li{
	padding: 3px 10px 3px 5px;
	font-size: 12px;
}
@-moz-document url-prefix() {
	.spook_pulldownListInner li {
		padding-right: 18px;
	}
}
.spook_pulldownListInner li:hover{
	background-color: #56a1ee;
	color: #FFF;
}
.spook_pulldownListInner li.is-disabled {
	color: #cacaca;
}
.spook_pulldownListInner li.is-disabled:hover {
	background-color: #FFF;
	color: #cacaca;
}
.spook_pulldownList.is-active .spook_pulldownListInner {
	display: block;
	position: absolute;
	top: 0;
}
/*宿打消し*/
.spook_select_wrap.spook_meal .spook_pulldown {
	width: 100px;
	padding-right: 10px;
}
.spook_Plan_Search_Box .spook_col2_wrap dl.spook_select_wrap dt.spook_pulldownResult,
.spook_Search_Box dl.spook_select_wrap dt.spook_pulldownResult {
	color: #5b5a5a;;
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #cecece;
	text-align: left;
	vertical-align: middle;
	width: auto;
	display: block;
}
.spook_Search_Box dl.spook_select_wrap dl.spook_pulldown {
	max-width: 120px;
}
.spook_Plan_Search_Box .spook_col2_wrap dl.spook_select_wrap dt.spook_pulldownResult {
	padding-top: 10px;
	padding-bottom: 10px;
}
.spook_special .spook_pulldown {
	margin-right: 10px;
}
.spook_Search_Box dl.spook_select_wrap dd.spook_pulldownList,
.spook_Plan_Search_Box dl.spook_select_wrap dd.spook_pulldownList{
	display: block;
	padding-left: 0;
	font-size: 13px;
}
.spook_Plan_Search_Box dl.spook_select_wrap.spook_kywd dd .spook_submit,
.spook_Plan_Search_Box dl.spook_select_wrap.spook_kywd dd .spook_text{
	height: 30px !important;
	font-size: 13px !important;
}
	
	
	
	
	
/* グルメ用 */
.spook_imgCheckbox.spook_popularity input[type="checkbox"]:disabled+.spook_checkboxNote .spook_checkboxImgWrap {
	color: #cbbfb9;
	background-color: #e1d9cf;
	border-color: #d7cec9;
	cursor: default;
}
.spook_imgCheckbox input[type="checkbox"]:disabled+.spook_checkboxNote .spook_checkboxImgWrap img {
	opacity: 0.2;
}
.spook_imgCheckbox .spook_navTitleNum {
	position: absolute;
	right: 3px;
	bottom: 2px;
	text-align: right;
	display: block;
}
/* 人気の条件から探す */
.spook_imgCheckbox.spook_popularity .spook_checkboxImgWrap {
	background-color: #290f00;
	color: #FFF;
}
.spook_imgCheckbox.spook_popularity .spook_checkboxImgWrap:hover {
	background-color: #492d1c;
}
.spook_imgCheckbox.spook_popularity .spook_checkboxImgWrap:hover .spook_checkboxImg img {
	opacity: .9;
}
.spook_imgCheckbox.spook_popularity input[type="checkbox"] + .spook_checkboxNote {
	padding: 3px 0;
}
.spook_imgCheckbox.spook_popularity input[type="checkbox"] + .spook_checkboxNote::before {
	content: none;
}
.spook_imgCheckbox.spook_popularity input[type="checkbox"] + .spook_checkboxNote::after {
	content: none;
}
.spook_imgCheckbox.spook_popularity .spook_checkboxImgWrap {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.spook_imgCheckbox.spook_popularity .spook_checkboxImg {
	display: table-cell;
	width: 80px;
}
.spook_imgCheckbox.spook_popularity .spook_checkboxImg img {
	border-radius: 3px;
}
.spook_imgCheckbox.spook_popularity .spook_navTitleWrap {
	display: table-cell;
	padding-left: 5px;
}
.spook_checkboxImgWrap .spook_navTitleWrap {
	vertical-align: top;
}
/* チェーン店 */
.spook_imgCheckbox.spook_chainStore {
	letter-spacing: -0.5em;
	margin-bottom: 10px;
}
.spook_imgCheckbox.spook_chainStore dt {
	display: block;
	letter-spacing: normal;
}
.spook_imgCheckbox.spook_chainStore dd {
	display: inline-block;
	margin: 0 5px 5px 0;
	letter-spacing: normal;
}
.spook_imgCheckbox.spook_chainStore dd:hover {
	opacity: 0.7;
}
/* 料理ジャンルから探す */
.spook_gourmet .spook_hierarchical__C li:hover {
	background-color: #ffdebc;
}
.spook_gourmet .spook_hierarchical__C li.spook_selected {
	background-color: #eb7c0a;
	color: #FFF;
}
.spook_gourmet .spook_hierarchical__C li:hover.spook_disabled {
	background-color: #e9e9e9
}
/* 利用方法で絞り込む */
.spook_gourmet .spook_hierarchical input[type="checkbox"]:checked + .spook_checkboxNote::before {
	background-color: #eb7c0a;
	border-color: #eb7c0a;
}
.spook_gourmet .spook_hierarchical input[type="checkbox"]:disabled + .spook_checkboxNote::before {
	background-color: #e5e4e4;
	border-color: #d2d2d2;
}
}
/* 検索結果　リスト表示
--------------------------------------------------*/
.spook_itemList__item {
	width: 100%;
	padding: 20px;
	border-bottom: solid 1px #d7d7d7;
	box-sizing: border-box;
}
.spook_itemList__item__text {
	float: right;
	width: 405px;
}
.spook_itemList__item__img {
	float: left;
	width: 240px;
}
.spook_itemList__item__img:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
/* IMG */
.spook_itemList_isImageMode .spook_storeArea, .spook_itemList_isImageMode .spook_bonusArea, .spook_itemList_isImageMode .spook_noteArea,
.spook_itemList_isImageMode .spook_priceArea, .spook_itemList_isImageMode .spook_storeAddress, .spook_itemList_isImageMode .spook_asoArea /* asoview対応 */ {
	display: none;
}
.spook_itemList.spook_itemList_isImageMode {
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	width: 710px;
}

@media (min-width: 1px) {
.spook_itemList.spook_itemList_isImageMode {
	width: auto;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
}
}
.spook_itemList_isImageMode .spook_itemList__item {
	width: 173px;
	display: inline-block;
	margin: 10px 4px 10px 0;
	padding: 0;
	position: relative;
	border-bottom: none;
	vertical-align: top;
	letter-spacing: normal;/* inline-blockの隙間対応 */
}
.spook_itemList_isImageMode .spook_itemList__item:nth-child(4n) {
	margin: 10px 0 10px 0;
}
.spook_itemList_isImageMode .spook_itemList__item__text {
	float: none;
	width: 100%;
	margin: 77% 0 0 0;
}
.spook_itemList_isImageMode .spook_itemList__item__img {
	float: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.spook_itemCategory {
	color: #5e5e5e;
	font-size: 11px;
}
/* PR */
.spook_itemList__item.spook_itemList_isPr {
	background-color: #fff4c8;
}
/* 横断カセットタイトルのリンク対応 */
.spook_categoryTitleWrap {
	padding: 0;
}
a.spook_itemList__link {
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	color: #FFF;
	padding: 5px 0 5px 20px;
	font-size: 15px;
	font-weight: bold;
}
a.spook_itemList__link:hover {
	opacity: .9;
	text-decoration: none;
}
a.spook_itemList__link:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
}
.spook_golfWrap a.spook_itemList__link {
	background: #946926;
	background: -moz-linear-gradient(top, #399637 0%, #037800 100%);
	background: -webkit-linear-gradient(top, #399637 0%, #037800 100%);
	background: linear-gradient(to bottom, #a9854e 0%, #946926 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#399637', endColorstr='#037800', GradientType=0 );
}
.spook_yadoWrap a.spook_itemList__link {
	background: #168513;
	background: -moz-linear-gradient(top, #399637 0%, #037800 100%);
	background: -webkit-linear-gradient(top, #399637 0%, #037800 100%);
	background: linear-gradient(to bottom, #399637 0%, #037800 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#399637', endColorstr='#037800', GradientType=0 );
}
.spook_lifeWrap a.spook_itemList__link {
	background: #ff6b00;
	background: -moz-linear-gradient(top, #3686e9 0%, #1764cd 100%);
	background: -webkit-linear-gradient(top, #3686e9 0%, #1764cd 100%);
	background: linear-gradient(to bottom, #3686e9 0%, #1764cd 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3686e9', endColorstr='#1764cd', GradientType=0 );
}
.spook_highGrade a.spook_itemList__link {
	background: #290f00;
	background: -moz-linear-gradient(top, #5b351e 0%, #341604 100%);
	background: -webkit-linear-gradient(top, #5b351e 0%, #341604 100%);
	background: linear-gradient(to bottom, #5b351e 0%, #341604 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b351e', endColorstr='#341604', GradientType=0 );
}
.spook_casual a.spook_itemList__link {
	background: #ff6b00;
	background: -moz-linear-gradient(top, #ff8e3c 0%, #ff6b00 100%);
	background: -webkit-linear-gradient(top, #ff8e3c 0%, #ff6b00 100%);
	background: linear-gradient(to bottom, #ff8e3c 0%, #ff6b00 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e3c', endColorstr='#ff6b00', GradientType=0 );
}


/* カテゴリ検索結果ボタン */
.spook_categoryBtnWrap {
	text-align: center;
}
a.spook_categoryBtn {
	color: #FFF;
	background-color: #ff6c00;
	font-size: 15px;
	padding: 12px 100px;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
a.spook_categoryBtn:hover {
	background-color: #ff7e20;
	text-decoration: none;
}
/* ゴルフ場検索リンク */
.spook_golfWrap {
	border: 2px solid #946926;
	border-radius: 5px;
	margin: 10px 0 20px 0;
}
.spook_access {
	padding: 10px 0 5px 0;
}
.spook_access__address {
	display: block;
	margin-top: 5px;
}
.spook_media_source {
	display: block;
	margin: 10px 0;
}
.spook_golfLogo {
	display: inline-block;
	margin-right: 10px;
}
.spook_access__note,
.spook_access__address
{
	padding-left: 23px;
	position: relative;
	display: block;
}
.spook_access__note:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 23px;
	height: 20px;
	/* embedded
	background: url("../img/spook_icon_car.png") no-repeat; */
	vertical-align: middle;
}
.spook_access__address:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 23px;
	height: 20px;
	/* embedded
	background: url("../img/spook_icon_flag.png") no-repeat; */
	vertical-align: middle;
}

/* 国内宿泊検索リンク */
.spook_yadoWrap {
	border: 2px solid #168513;
	border-radius: 5px;
	margin: 10px 0 20px 0;
}
/* ライフ検索リンク */
.spook_lifeWrap {
	border: 2px solid #1764cd;
	border-radius: 5px;
	margin-bottom: 20px;
}
/* グルメ検索リンク */
.spook_gourmetWrap.spook_highGrade {
	border: 2px solid #290f00;
	border-radius: 5px;
	margin-bottom: 20px;
}
.spook_gourmetWrap.spook_casual {
	border: 2px solid #fd7f24;
	border-radius: 5px;
	margin-bottom: 20px;
}
.spook_gourmetWrap .spook_itemName {
	font-size: 16px;
	font-weight: bold;
}
.spook_gourmetWrap .spook_gourmetList__title {
	margin-top: 15px;
	border-bottom: solid 1px #ebebeb;
}
.spook_gourmetWrap .spook_gourmetList__item {
	border-bottom: solid 1px #ebebeb;
}
.spook_gourmetWrap .spook_gourmetList__more {
	text-align: right;
	padding-top: 5px;
}
.spook_gourmetWrap .spook_gourmetList__more a {
	font-size: 12px;
	text-decoration: none;
	color: #026de6;
}
.spook_gourmetWrap .spook_gourmetList__more a:hover {
	text-decoration: underline;
}
.spook_gourmetLink {
	text-align: center;
}
a.spook_gourmetLink__btn {
	color: #FFF;
	background-color: #ff6c00;
	font-size: 14px;
	padding: 12px 100px;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
a.spook_gourmetLink__btn:hover {
	background-color: #ff7e20;
	text-decoration: none;
}
/* グルメ検索 */
.spook_premium.spook_gourmet .spook_itemList__item.spook_itemList_isPr {/* PR */
	background-color: #fff4c8;
}
.spook_premium.spook_gourmet .spook_itemList__item {/* プレミアムグルメ */
	background-color: #fff0e2;
}
.spook_casual.spook_gourmet .spook_itemList__item {/* カジュアルグルメ */
	background-color: #FFF;
}
.spook_gourmet .spook_itemList__item {
	padding: 0 10px 10px 0;
	border: none;
	margin-bottom: 40px;
}
.spook_gourmet .spook_itemList__item__img {
	width: auto;
}
.spook_gourmet .spook_itemList__item__text {
	margin: 10px 0;
	width: 415px;
}
.spook_gourmetListWrap {
	width: 705px;
	clear: both;
	border: 1px solid #CCC;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 -10px -10px 0;
}
#spook_modalContent--gourmet .spook_gourmetListWrap {/* モーダル用 */
	width: 750px;
	padding: 0;
	margin: 0;
	border: none;
}
.spook_gourmetList__title {
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
}
#spook_modalContent--gourmet .spook_gourmetList__title {/* モーダル用 */
	padding: 10px 10px 0 10px;
	margin: -10px -20px 0 -20px;
	font-size: 15px;
	font-weight: bold;
}
#spook_modalContent--gourmet .spook_gourmet_premium .spook_gourmetList__title,
.spook_premium #spook_modalContent--gourmet .spook_gourmet_casual .spook_gourmetList__title {
	background-color: #fff0e2;
}
#spook_modalContent--gourmet .spook_gourmet_casual .spook_gourmetList__title,
.spook_casual #spook_modalContent--gourmet .spook_gourmet_premium .spook_gourmetList__title {
	background-color: #fff0c2;
}
#spook_modalContent--gourmet .spook_gourmetFacility {/* モーダル用 */
	padding-bottom: 10px;
}
#spook_modalContent--gourmet .spook_gourmetAnchorWrap {/* モーダル用 */
	background-color: #FFF;
	padding: 10px;
	margin: 0 -10px;
	font-size: 15px;
	font-weight: bold;
}
#spook_modalContent--gourmet .spook_gourmetAnchorWrap:after {/* モーダル用 */
	content: "";
	display: block;
	clear: both;
}
#spook_modalContent--gourmet .spook_gourmetAnchor {/* モーダル用 */
	display: inline-block;
	float: left;
}
#spook_modalContent--gourmet .spook_gourmetAnchor__result {/* モーダル用 */
	display: inline-block;
	float: right;
	margin-right: 10px;
}
#spook_modalContent--gourmet .spook_gourmetAnchor__list {/* モーダル用 */
	display: inline-block;
}
#spook_modalContent--gourmet .spook_gourmetAnchor__list a {/* モーダル用 */
	display: block;
	position: relative;
	padding: 3px 23px 3px 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 3px;
}
#spook_modalContent--gourmet .spook_gourmetAnchor__list a:hover {/* モーダル用 */
	background-color: #ffdebc;
}
#spook_modalContent--gourmet .spook_gourmetAnchor__list a::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2.5px;
	bottom: 0;
	right: 8px;
	margin: auto;
	border-top: 0;
	border-left: 0;
	position: absolute;
}
.spook_gourmetList__item {
	border-bottom: solid 1px #CCC;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.spook_gourmetLogo {
	display: table-cell;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}
.spook_gourmetIcon {
	display: block;
	width: 60px;
	padding: 10px 10px;
	text-align: center;
	vertical-align: middle;
}
.spook_gourmetName {
	display: table-cell;
	padding: 10px 5px 10px 0;
	vertical-align: middle;
}
.spook_gourmetName__link:hover {
	text-decoration: underline;
}
.spook_gourmetName__benefit {
	display: block;
	color: #333;
	padding: 5px 7px;
	background-color: #dbeef4;
	margin-top: 5px;
	border-radius: 10px;
	font-size: 13px;
}
.spook_gourmetName a {
	color: #5b5a5a;
	text-decoration: none;
	font-size: 14px;
}
.spook_gourmetBonus {
	display: table-cell;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FF0000;
}

.spook_gourmetInfoWrap {
	display: table-cell;
	padding: 5px 0 5px 10px;
	vertical-align: middle;
}
.spook_gourmetInfo {
	display: block;
}

.spook_gourmetInfoWrap .spook_gourmetIcon {
	position: relative;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px 5px 0;
}
.spook_gourmetInfoWrap .spook_iconStop {
	width: 100%;
}
.spook_gourmetInfoWrap .spook_iconNew {
	display: inline-block;
	width: 25px;
	margin-right: 3px;
	border: 1px solid #FF0000;
	font-size: 11px;
	text-align: center;
}
.spook_gourmetInfoWrap .spook_iconRecommend {
	display: inline-block;
	font-size: 11px;
	text-align: center;
}
.spook_gourmetInfoWrap .spook_gourmetName,
.spook_gourmetInfoWrap .spook_gourmetBonus {
	padding-top: 0;
	padding-bottom: 0;
}

/* プラン名の幅調整 */
.spook_gourmet .spook_gourmetName {
	width: 480px;
}
.spook_gourmet .spook_gourmetBonus {
	width: 120px;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	padding: 10px;
}
.spook_gourmet.spook_feature .spook_gourmetName {
	width: 620px;
}
.spook_gourmet.spook_feature .spook_gourmetBonus {
	width: 180px;
	text-align: center;
	border-left: 1px solid #e2e2e2;
	padding: 10px;
}
.spook_grouping_list .spook_gourmetName {
	width: 235px;
}

/* 地図表示時 */
.spook_sideItemListArea__item .spook_gourmetName {
	display: block;
	padding-bottom: 0;
}
.spook_sideItemListArea__item .spook_gourmetName__benefit {
	color: #5e5e5e;
}
.spook_sideItemListArea__item .spook_gourmetBonus {
	display: block;
	text-align: left;
	padding-top: 0;
}
.spook_sideItemListArea__item .spook_gourmetList__title {
	font-size: 12px;
	font-weight: normal;
	border: 0;
}
.spook_sideItemListArea__item .spook_gourmetList__item {
	border: solid 1px #d9d9d9;
}
.spook_gourmet .spook_itemList__item__img {
	max-width: 248px;
	max-height: 186px;
	float: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spook_gourmet .spook_itemList__item__img:hover {
	opacity: 1;
}
.spook_gourmet .spook_itemListImgWrap {
	float: left;
	width: 248px;
	padding: 10px 0 0 10px
}
.spook_gourmet .spook_itemListImg__main {
	text-align: center;
	background-color: #2a1206;
	width: 248px;
	height: 186px;
	margin-bottom: 10px;
}
.spook_gourmet .spook_itemListImg__sumb {
	width: 100%;
}
.spook_gourmet .spook_itemListImg__sumb:after {
	content: "";
	display: table;
	clear: both;
}

.spook_gourmet .spook_itemList__item__img_s {
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
	width: 56px;
	height: 42px;
	background-color: #2a1206;
	text-align: center;
}
.spook_gourmet .spook_itemList__item__img_s:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.spook_gourmet .spook_itemList__item__img_s img{
	max-width: 56px;
	max-height: 42px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spook_gourmet .spook_itemList__item__img_s:hover {
	opacity: .7;
}
.spook_gourmet .spook_itemList__item__img_s:first-child {
	margin-left: 0;
}
/* 地図表示ゴルフ */
.spook_mapMode .spook_access {
	padding-top: 5px;
}

.spook_mapMode .spook_access__note {
	display: block;
}

/*リスト表示駅名検索タブ*/
.spook_searchTab {
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.spook_searchTab__station {
	display: inline-block;
	border: solid 1px #c0c0c0;
	border-right: none;
	border-radius: 5px 0 0 5px;
	background-color: #FFF;
	vertical-align: middle;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	cursor: pointer;
	width: 92px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.spook_searchTab__station:hover {
	background-color: #a3cffd;
}
.spook_searchTab__area {
	display: inline-block;
	border: solid 1px #c0c0c0;
	border-left: none;
	border-radius: 0 5px 5px 0;
	background-color: #FFF;
	vertical-align: middle;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	cursor: pointer;
	width: 103px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.spook_searchTab__area:hover {
	background-color: #a3cffd;
}
.spook_searchTab__active {
	background-color: #5f5f5f;
	color: #FFF;
	color: #FFF;
	position: relative;
	display: inline-block;
	cursor: default;
}
.spook_searchTab__active::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 52px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #5f5f5f transparent transparent transparent;
}
.spook_searchTab__active:hover {
	background-color: #5f5f5f;
	cursor: default;
}
.spook_formBoxStation {
	width: 155px;
}



/* 検索結果　地図表示
--------------------------------------------------*/

.spook_mapSearch {
	position: relative;
}
.spook_mapSearch__map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
}
.spook_mapSearch__map__img {
	position: absolute;
	border: 0px;
	padding: 0px;
	margin: 0px;
	visibility: inherit;
}
.spook_mapSearch__nav {
	position: absolute;
	top: 0;
}
.spook_mapSearch__nav__icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	text-align-last: center;
}
.spook_mapSearch__point {
	position: absolute;
	width: 20px;
	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map.png") no-repeat; */
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
}
.spook_mapSearch__point-side--life {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 25px;
/**/	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map_life_def.png") no-repeat; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--life.spookActive {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 25px;
/**/	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map_common_active.png") no-repeat; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--yado {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 25px;
/**/	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map_yado_def.png") no-repeat; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--yado.spookActive {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 25px;
/**/	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map_common_active.png") no-repeat; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--gourmet {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 25px;
/**/	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map_gourmet_def.png") no-repeat; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--gourmet.spookActive {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 25px;
/**/	height: 27px;
	/* embedded
	background: url("../img/spook_icon_map_common_active.png") no-repeat; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--golf {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 34px;
/**/	height: 38px;
	/* embedded
	background: url("../img/icon_map_golf_yellow.png") no-repeat -1px -5px; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}
.spook_mapSearch__point-side--golf.spookActive {
	/* mapSearch__point */
/**/	position: absolute;
/**/	width: 34px;
/**/	height: 38px;
	/* embedded
	background: url("../img/icon_map_golf_red.png") no-repeat -1px -5px; */
/**/	text-align: center;
/**/	color: #FFF;
/**/	font-weight: bold;
/**/	font-size: 13px;
/**/	padding-top: 3px;
	top: -10px;
}


/* 商品一覧　地図表示 */
.spook_sideItemListArea__item {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #b8b8b8;
	display: block;
}
.spook_sideItemListArea__item.spookActive {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	background-color: #fff4c8;
}
.spook_sideItemListArea__item:hover {
	background-color: #e3e3e3;
}
.spook_sideItemListArea__item.spookActive:hover {
	background-color: #fff4c8;
}
.spook_sideItemListArea__item:last-child {
	border-bottom: none;
}
.spook_sideItemListArea__item__text {
	float: right;
	width: 165px;
}
.spook_sideItemListArea__item__text a {
	text-decoration: none;
	color: #026de6;
	font-weight: bold;
}
.spook_sideItemListArea__item__img {
	float: left;
	position: relative;
	width: 105px;
}
.spook_sideItemListArea__item__img img {
	width: 100px;
	margin-left: 5px;
}
.spook_sideItemListArea__item__iconYado img {
	width: 50px;
}
.spook_sideItemListArea__item .spook_itemName a {
	font-size: 13px;
}
.spook_sideItemListArea__item .spook_itemName {
	font-weight: bold;
}
.spook_sideItemListArea__category {
	margin-top: 2px;
	font-size: 10px;
	color: #5e5e5e;
}
.spook_storeAddress {
	padding-top: 10px;
}
.spook_storeAddress__title {
	background-color: #838383;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	border-radius: 3px;
}
.spook_storeAddress__data {
	margin-top: 3px;
	display: block;
}
.spook_searchStationSelect {
	margin-top: 10px;
	/*padding: 5px;*/
	/*background-color: #d1d1d1;*/
	position: relative;
}
.spook_searchAreaSelect {
	margin-top: 10px;
	/*padding: 5px;*/
	/*background-color: #d1d1d1;*/
}
.spook_mapMode .spook_formBoxStation {
	width: 225px;
}
.spook_mapMode .spook_btnSmall--proceed {
	padding: 3px 10px;
}

.spook_mapMode .spook_searchTab {
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.spook_mapMode .spook_searchTab__station {
	display: inline-block;
	border: solid 1px #c0c0c0;
	border-right: none;
	border-radius: 5px 0 0 5px;
	background-color: #FFF;
	vertical-align: middle;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	cursor: pointer;
	width: 135px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.spook_mapMode .spook_searchTab__station:hover {
	background-color: #a3cffd;
}
.spook_mapMode .spook_searchTab__area {
	display: inline-block;
	border: solid 1px #c0c0c0;
	border-left: none;
	border-radius: 0 5px 5px 0;
	background-color: #FFF;
	vertical-align: middle;
	letter-spacing: normal;/* inline-blockの隙間対応 */
	cursor: pointer;
	width: 135px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.spook_mapMode .spook_searchTab__area:hover {
	background-color: #a3cffd;
}
.spook_mapMode .spook_searchTab__active {
	background-color: #5f5f5f;
	color: #FFF;
	color: #FFF;
	position: relative;
	display: inline-block;
	cursor: default;
}
.spook_mapMode .spook_searchTab__active::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 80px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #5f5f5f transparent transparent transparent;
}
.spook_mapMode .spook_searchTab__active:hover {
	background-color: #5f5f5f;
	cursor: default;
}
/* 駅名サジェスト*/
.spook_stationSuggestArea {
	/*display: none;*/
	z-index: 100;
	position: absolute;
	width: 270px;
	min-width: 235px;
	top: 22px;
	background-color: #FFF;
	border: 1px solid #959595;
	padding: 5px 0;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	line-height: 18px;
}
.spook_stationSuggest {
	overflow: hidden;
}
.spook_stationSuggest__title {
	padding: 0 5px;
	font-weight: bold;
}
.spook_stationSuggest__data {
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.spook_stationSuggest__data.spook_active {
	background-color: #69b0fa;
	color: #FFF;
}
.spook_stationSuggest__data a {
	display: block;
	text-decoration: none;
	margin-left: 5px;
	color: #026de6;
}
.spook_stationSuggest__data a:hover {
	text-decoration: none;
}
.spook_stationSuggest__data.spook_active a {
	color: #FFF;
}
/* カテゴリガジェット
-------------------------*/
.spook_categoryGadjet {
	margin-bottom: 20px;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #d24d17;
	background: #ffe3d4;
}
.spook_categoryGadjet__title {
	width: 174px;
	height: 100%;
	margin-right: 5px;
	background: #f9a682;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	display: table-cell;
	vertical-align: middle;
}
.spook_categoryGadjet__title span {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	padding-left: 35px;
	/* embedded
	background: url("../img/ttl_more_detail-trans.png") no-repeat 5px 0; */
}
.spook_categoryGadjet__dataWrapper {
	margin-right: 0;
	display: table-cell;
	vertical-align: top;
}
.spook_categoryGadjet__data {
	/* embedded
	background: url("../img/icn_detail_list_border_01.png") repeat 0 23px; */
	overflow: hidden;
	padding: 0 0 0 10px;
}
.spook_categoryGadjet__list {
	display: inline-block;
	margin: 0 30px 0 5px;
	padding: 0 0 0 10px;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-size: 100%;
	text-align: left;
	line-height: 24px;
	/* embedded
	background: url("../img/icn_arr_detail_list_01.png") no-repeat 0 6px; */
	font-size: 11px;
}
.spook_categoryGadjet__list a {
	text-decoration: none;
	color: #5b5a5a !important;
	font-size: 11px;
}
.spook_categoryGadjet__list a:hover {
	text-decoration: underline;
}
/*
	loading
*/
.spook_loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	/* embedded
	background-image: url(../img/forcia/ajax-loader.gif); */
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.spook_transparent-bg {
	width: 100%;
	height: 100%;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	/* embedded
	background-image: url(../img/forcia/transparent-bg.png); */
	background-attachment: fixed;
}
/* powered by FORCIA */
.spook_poweredby {
	margin: 10px 0 20px;
}
/* グルメ対応
-------------------------*/
/* プレミアム用背景 */
.spook_premium.spook_gourmet .spook_sideNavArea {
	background-color: #efe8df;
}
/* カジュアル用背景 */
.spook_casual.spook_gourmet .spook_sideNavArea {
	background-color: #fff4dc;
}
.spook_gourmet .spook_gourmetKeyVisualWrap {
	margin-bottom: 10px;
}
.spook_gourmet .spook_gourmetKeyVisual {
	position: relative;
	/* embedded
	background: url("../img/spook_gourmet_bg.png") repeat-x; */
	height: 63px;
}
.spook_gourmet .spook_gourmetKeyVisual__title {
	position: absolute;
	top: 14px;
	left: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}
.spook_gourmet .spook_gourmetKeyVisual__subTitle {
	position: absolute;
	top: 37px;
	left: 17px;
	font-size: 10px;
	color: #e8d9aa;
}
.spook_gourmet .spook_searchPartner {
	position: absolute;
	top: 37px;
	left: 17px;
	font-size: 10px;
	color: #e8d9aa;
}
.spook_gourmet .spook_gourmetList__more {
	border-radius: 4px;
	padding: 10px;
	margin: 10px auto;
	color: #FFF;
	background-color: #ff6c00;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	vertical-align: middle;
	width: 370px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.spook_gourmet .spook_gourmetList__more:hover {
	background-color: #ff7e20;
}
/* 地図用もっと見るボタン */
.spook_sideNavArea .spook_gourmetList__more {
	border-radius: 4px;
	padding: 5px;
	margin: 10px auto;
	color: #FFF;
	background-color: #ff6c00;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	vertical-align: middle;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	width: 80%;
}
.spook_sideNavArea .spook_gourmetList__more:hover {
	background-color: #ff7e20;
}
.spook_gourmet .spook_gourmetList__logo {
	margin-top: 10px;
	text-align: center;
}
.spook_gourmet .spook_itemName {
	font-size: 17px;
	font-weight: bold;
}
.spook_gourmet .spook_itemAddress {
	font-size: 12px;
}
.spook_gourmet .spook_iconStarArea {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.spook_gourmet .spook_iconStarArea .spook_iconStarNum {
	font-size: 15px;
	color: #5b5a5a;
	padding-left: 5px;
}
.spook_gourmet .spook_tagArea {
	padding-top: 10px;
}
.spook_gourmet .spook_iconTag {
	display: inline-block;
	background-color: #e5dccc;
	font-size: 13px;
	color: #733e09;
	padding: 4px 6px;
	margin-bottom: 5px;
	border-radius: 2px;
	position: relative;
}

/* 特集ページ共通
---------------------------------------------*/
.spook_feature .spook_sideNavArea {
	display: none;
}
.spook_feature .spook_primaryArea {
	float: none;
	width: 100%;
}
.spook_feature.spook_gourmet .spook_itemList__item {
	padding: 0;
}

/* 通常特集ページ
---------------------------------------------*/
.spook_feature .spook_itemList__item__text {
	box-sizing: border-box;
	margin: 0;
	width: 640px;
}
.spook_feature .spook_bonusArea {
	width: 100%;
}
.spook_feature .spook_bonusTitle {
	width: 90px;
}
.spook_feature .spook_storeArea,
.spook_feature .spook_storeList{
	width: 100%;
}
/* 画像モード */

@media (min-width: 1px) {
.spook_feature .spook_itemList.spook_itemList_isImageMode {
	width: auto;
	letter-spacing: -0.5em;/* inline-blockの隙間対応 */
}
}
.spook_feature .spook_itemList_isImageMode .spook_itemList__item {
	width: 180px;
	display: inline-block;
	margin: 10px 10px 10px 0;
	padding: 0;
	position: relative;
	border-bottom: none;
	vertical-align: top;
	letter-spacing: normal;/* inline-blockの隙間対応 */
}
.spook_feature .spook_itemList_isImageMode .spook_itemList__item:nth-child(5n) {
	margin: 10px 0 10px 0;
}
.spook_feature .spook_itemList_isImageMode .spook_itemList__item__text {
	float: none;
	width: 100%;
	margin: 77% 0 0 0;
}
.spook_feature .spook_itemList_isImageMode .spook_itemList__item__img {
	float: none;
	position: absolute;
	top: 0;
	width: 100%;
}





/* グルメ特集ページ
---------------------------------------------*/
.spook_feature.spook_gourmet .spook_itemList__item__text {
	box-sizing: border-box;
	margin: 0;
	padding: 15px 20px 10px 0;
	width: 535px;
}
.spook_feature.spook_gourmet .spook_itemListImgWrap {
	width: 386px;
	padding: 10px 0 10px 10px;
}
.spook_feature.spook_gourmet .spook_itemListImg__main {
	float: left;
	width: 248px;
}
.spook_feature.spook_gourmet .spook_itemListImg__sumb {
	float: right;
	width: 130px;
}
.spook_feature .spook_gourmetListWrap {
	width: 100%;
	padding: 20px;
}
.spook_feature.spook_gourmet .spook_itemList__item__img_s {
	max-height: 42px;
	max-width: 56px;
	margin-bottom: 6px;
}
.spook_feature.spook_gourmet .spook_itemList__item__img_s:nth-child(4n) {
	float: left;
	margin-right: 8px;
}

/* 検索項目のリンク対応 */
a.spook_hierarchical__link {
	color: #026de6;
	position: relative;
	padding: 2px 0 2px 12px;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
}
a.spook_hierarchical__link:hover {
	text-decoration: underline;
}
.spook_hierarchical__link:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: solid 2px #026de6;
	border-right: solid 2px #026de6;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 0;
	margin: auto;
}
/* クエスチョンアイコン */
.spook_balloonWrap {
	position: relative;
	display: inline-block;
}
.spook_balloon {
	position: absolute;
	background-color: #ffc600;
	bottom: calc(100% + 5px);
	padding: 5px 10px;
	border-radius: 3px;
	right: -62px;
	width: 120px;
	min-height: 1px;
	text-align: center;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	display: none;
}
.spook_balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #ffc600;
}
.spook_iconQuestion:hover + .spook_balloon {
	height: auto;
	display: block;
}
.spook_iconQuestion {
	display: inline-block;
	background-color: #ff5a00;
	color: #FFF;
	width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	border-radius: 13px;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	letter-spacing: 1px;
}
.spook_iconQuestion:hover {
	background-color: #ff8441;
}
.spook_gourmet .spook_iconQuestion {
	margin-left: 3px;
}
/* グルメカテゴリートップ用検索パーツ */
.spook_gourmetSearch {
	position: relative;
	margin-bottom: 20px;
	margin-top: 15px;
}
.spook_gourmetSearch--area .spook_btnSmall--proceed, .spook_gourmetSearch--map .spook_btnSmall--proceed {
	height: 30px;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	width: 50px;
	padding-top: 0;
}
/* エリアで探す */
.spook_gourmetSearch--area .spook_gourmetSearch__title {
	background-color: #bababa;
	display: block;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	position: absolute;
	top: 0;
	width: 200px;
	height: 35px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.spook_gourmetSearch--area .spook_gourmetSearch__title:hover {
	background-color: #d5d5d5;
}
.spook_gourmetSearch--area .spook_gourmetSearch__data {
	display: none;
	padding-top: 35px;
}
.spook_gourmetSearch--area.is-active .spook_gourmetSearch__data {
	display: block;
}
/* プレミアム検索 */
.spook_premium .spook_gourmetSearch--area.is-active .spook_gourmetSearch__title {
	background-color: #a71b8c;
}
.spook_premium .spook_gourmetSearch--area.is-active .spook_gourmetSearch__title:hover {
	background-color: #bd54a9;
}
.spook_premium .spook_gourmetSearch--area .spook_gourmetSearchItem {
	width: 100%;
	border-top: 3px solid #a71b8c;
	background-color: #ffebfb;
	padding: 10px;
	box-sizing: border-box;
}
/* カジュアル検索 */
.spook_casual .spook_gourmetSearch--area.is-active .spook_gourmetSearch__title {
	background-color: #fd7f24;
}
.spook_casual .spook_gourmetSearch--area.is-active .spook_gourmetSearch__title:hover {
	background-color: #ff964b;
}
.spook_casual .spook_gourmetSearch--area .spook_gourmetSearchItem {
	width: 100%;
	border-top: 3px solid #fd7f24;
	background-color: #fbf0e4;
	padding: 10px;
	box-sizing: border-box;
}
.spook_gourmetSelect__genre {
	width: 150px;
	height: 30px;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
}
.spook_gourmetSelect__area01 {
	width: 80px;
	height: 30px;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
}
.spook_gourmetSelect__area02 {
	width: 80px;
	height: 30px;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
}
.spook_gourmetSelect__area03 {
	width: 200px;
	height: 30px;
	vertical-align: middle;
	border: 1px solid #a9a9a9;
}
.spook_gourmetFilter__data .spook_formBox {
	width: 300px;
	height: 30px;
	border: 1px solid #a9a9a9;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1) inset;
}
.spook_gourmetFilter__data .spook_formBox::-webkit-input-placeholder {
 color: #bbbbbb;
}
.spook_gourmetFilter__data .spook_formBox:-ms-input-placeholder {
 color: #bbbbbb;
}
.spook_gourmetFilter__data .spook_formBox::-moz-placeholder {
 color: #bbbbbb;
}
.spook_gourmetFilter__data .spook_formBoxStation {
	width: 280px;
	height: 30px;
	border: 1px solid #a9a9a9;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1) inset;
}
.spook_gourmetFilter__data .spook_formBoxStation::-webkit-input-placeholder {
 color: #bbbbbb;
}
.spook_gourmetFilter__data .spook_formBoxStation:-ms-input-placeholder {
 color: #bbbbbb;
}
.spook_gourmetFilter__data .spook_formBoxStation::-moz-placeholder {
 color: #bbbbbb;
}
/* 地図で探す */
.spook_gourmetSearch--map .spook_gourmetSearch__title {
	background-color: #bababa;
	display: block;
	position: absolute;
	top: 0;
	left: 205px;
	width: 200px;
	height: 35px;
	cursor: pointer;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.spook_gourmetSearch--map .spook_gourmetSearch__title:hover {
	background-color: #d5d5d5;
}
.spook_gourmetSearch--map.is-active .spook_gourmetSearch__title {
	background-color: #43a0ff;
}
.spook_gourmetSearch--map.is-active .spook_gourmetSearch__title:hover {
	background-color: #5cadff;
}
.spook_gourmetSearch--map .spook_gourmetSearch__data {
	display: none;
	padding-top: 35px;
}
.spook_gourmetSearch--map.is-active .spook_gourmetSearch__data {
	display: block;
}
.spook_gourmetSearch--map .spook_gourmetSearchItem {
	width: 100%;
	border-top: 3px solid #43a0ff;
	background-color: #e4f0fb;
	padding: 10px;
	box-sizing: border-box;
}
.spook_gourmetFilter {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.spook_gourmetFilter select {
	display: inline-block;
}
.spook_station_name {
	display: block;
}
.spook_gourmetFilter__title.is-active .spook_station_name {
	display: none;
}
.spook_station_note {
	display: none;
	color:#FF0000;
}
.spook_gourmetFilter__title.is-active .spook_station_note {
	display: block;
}

.spook_gourmetFilter__data {
	position: relative;
}
.spook_gourmetFilter__data .spook_stationSuggestArea {
	top: 23px;
}
/* グルメ種別切替 */
.spook_gourmetSwitch {
	padding-top: 10px;
}

@media (min-width: 1px) {
.f-radio {
	position: relative;
	display: inline-block;
}
.f-radio input[type="radio"] {
	display: none;
}
.f-radio .f-radio__note {
	cursor: pointer;
	display: block;
	padding: 3px 5px 3px 18px;
	position: relative;
	line-height: 17px;
	margin-right: 10px;
}
.f-radio .f-radio__note::before {
	content: '';
	display: block;
	background-color: #FFF;
	border: 1px solid #777;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.f-radio .f-radio__note::after {
	content: '';
	display: block;
	background-color: #FFF;
	border: 1px solid #FFF;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	left: 3px;
}
.f-radio .f-radio__note img {
	vertical-align: middle;
	margin-right: 3px;
}
.f-radio .f-radio__note:hover::before {
	opacity: .7;
}
.f-radio input[type="radio"]:checked + .f-radio__note::before {
	content: '';
	display: block;
	background-color: #FFF;
	border: 1px solid #008aff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.f-radio input[type="radio"]:checked + .f-radio__note::after {
	content: '';
	display: block;
	background-color: #008aff;
	border: 1px solid #008aff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	left: 3px;
}
.f-radio input[type="radio"]:checked + .f-radio__note img {
	border: 1px solid #1593ff;
	margin: -1px 2px -1px -1px;
	box-sizing: border-box;
}
.f-radio input[type="radio"]:disabled + .f-radio__note {
	cursor: default;
	color: #dbdbdb;
}
.f-radio input[type="radio"]:disabled + .f-radio__note::before {
	content: '';
	display: block;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.f-radio input[type="radio"]:disabled + .f-radio__note::after {
	content: '';
	display: block;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	left: 3px;
}
.f-radio input[type="radio"]:disabled + .f-radio__note img {
	opacity: .5;
}
.f-radio input[type="radio"]:disabled + .f-radio__note:hover::before {
	opacity: 1;
}
/* エリアで探すのみ色変更 */
/* プレミアム */
.spook_premium .spook_gourmetSearch--area .spook_btnSmall--proceed {
	background-color: #a71b8c;
}
.spook_premium .spook_gourmetSearch--area .spook_btnSmall--proceed:hover {
	background-color: #bd54a9;
}
.spook_premium .spook_gourmetSearch--area .f-radio input[type="radio"]:checked + .f-radio__note::before {
	border: 1px solid #a71b8c;
}
.spook_premium .spook_gourmetSearch--area .f-radio input[type="radio"]:checked + .f-radio__note::after {
	background-color: #a71b8c;
	border: 1px solid #a71b8c;
}
/* カジュアル */
.spook_casual .spook_gourmetSearch--area .spook_btnSmall--proceed {
	background-color: #fd7f24;
}
.spook_casual .spook_gourmetSearch--area .spook_btnSmall--proceed:hover {
	background-color: #ff9d57;
}
.spook_casual .spook_gourmetSearch--area .f-radio input[type="radio"]:checked + .f-radio__note::before {
	border: 1px solid #fd7f24;
}
.spook_casual .spook_gourmetSearch--area .f-radio input[type="radio"]:checked + .f-radio__note::after {
	background-color: #fd7f24;
	border: 1px solid #fd7f24;
}
}
