@charset "utf-8";
/* ==================================================
 * Search ＆ Look up
 ================================================== */
/* l-container-lookup
================================================== */
.l-container-lookup {
	position: relative;
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}
.l-container-lookup__list {
	position: relative;
	width: 630px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #faf8f5;
}
.tablet .l-container-lookup__list {
	width: 500px;
}
.l-container-lookup__map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 630px;
}
.tablet .l-container-lookup__map {
	left: 500px;
}
/* search-contents
================================================== */
.search-contents {
	position: relative;
}
/* search-breadcrumb-wrapper
================================================== */
.search-breadcrumb-wrapper {
	padding: 8px 10px;
}
/* search-filter
================================================== */
.search-filter {
	display: table;
	width: 100%;
	font-size: 0.93em;
	background-color: #ffffff;
}
.search-filter--default {
	border-top: 1px solid #d2d2d2;
}
.search-filter__section {
	display: table-row;
}
.search-filter__section > dt,
.search-filter__section > dd {
	display: table-cell;
	border-top: 1px solid #e1e1e1;
	vertical-align: top;
}
.search-filter__section > dt {
	padding: 7px 4px;
	border-left: 6px solid #ffffff;
	width: 8.2em;
}
.search-filter__section--input > dt {
	padding-top: 12px;
}
.search-filter__section > dd {
	padding: 7px 4px;
	border-right: 6px solid #ffffff;
}
.search-filter--default .search-filter__section:first-child > dt,
.search-filter--default .search-filter__section:first-child > dd {
	border-top: none;
}
.search-filter__list li {
	float: left;
	padding-right: 3px;
	min-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: nowrap;
}
@media (min-width: 1px) {
	.search-filter__list li label {
		display: block;
	}
}
.search-filter__main {
	position: relative;
	padding-bottom: 3px;
}
.search-filter__main:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 2.8em;
	border-width: 0 4px 5px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #f4f4f4;
	width: 0;
	height: 0;
	line-height: 0;
	content: "";
}
.search-filter__sub {
	padding: 2px 0 2px 3px;
	background-color: #f4f4f4;
}
/* search-filter__price-table */
.search-filter__price-table {
	display: table;
	width: 100%;
	overflow: hidden;
}
.search-filter__price-table-time {
	display: table-cell;
	width: 3em;
	white-space: nowrap;
	vertical-align: top;
}
.search-filter__price-table-price {
	display: table-cell;
	padding-top: 2px;
	vertical-align: top;
}
/* search-filter__price */
.search-filter__price {
	vertical-align: top;
}
.search-filter__price-gly {
	margin-right: 0.2em;
	font-size: 1.08em;
}
.search-filter__price-slider {
	display: inline-block;
	margin-left: 1.2em;
	padding: 0 2.2em 0 0.2em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: text-top;
}
/* search-filter__location */
.search-filter__location > li {
	display: inline-block;
}
.search-filter__location-pref:after {
	display: inline-block;
	padding: 0;
	color: #d2d2d2;
	font-family: "Tabelog Glyph";
	font-style: normal;
	font-weight: normal;
	font-size: 1.15em;
	-webkit-font-smoothing: antialiased;
	vertical-align: text-top;
	line-height: 1;
	content: "\e601";
}
.search-filter__location-area {
	cursor: pointer;
}
.search-filter__location-target.is-selected {
	display: inline-block;
	padding: 0.4em 0.8em;
	border: 1px solid #ffffff;
	color: #13131e;
	background-color: #fefae6;
}
.search-filter__location-area .search-filter__location-target.is-selected {
	text-decoration: underline;
}
.search-filter__location-area .search-filter__location-target.is-selected:hover {
	color: #ff9600;
	text-decoration: underline;
}
/* search-filter__textfield */
.search-filter__textfield {
	width: 24em;
}
.tablet .search-filter__textfield {
	width: 17em;
}
/* search-more-filter
================================================== */
.search-more-filter {
	display: none;
}
/* search-filter-spot
================================================== */
.search-filter-spot-wrapper {
	position: relative;
	z-index: 10;
	padding: 8px;
	border-top: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.search-filter-spot-wrapper.is-fixed {
	position: fixed;
	z-index: 10;
	border-top: none;
	border-bottom: 1px solid #d2d2d2;
	background-color: #faf8f5;
}
.search-filter-spot {
	float: left;
	width: 74%;
	font-size: 0.93em;
}
.search-filter-spot dt {
	float: left;
	padding: 0.4em 2px;
	width: 8em;
}
.search-filter-spot dd {
	float: left;
}
.search-filter-spot select {
	width: 100%;
}
/* search-filter-browse
================================================== */
.search-filter-browse {
	position: relative;
}
.search-filter-browse__trigger {
	padding-right: 0;
	padding-left: 0.2em;
}
.search-filter-browse__trigger:hover {
	text-decoration: none;
}
.search-filter-browse__trigger:hover > span {
	text-decoration: underline;
}
.search-filter-browse__balloon {
	display: none;
	position: relative;
	top: -6px;
	left: -12px;
	z-index: 10;
	margin-top: 6px;
	margin-right: -16px;
	margin-bottom: -6px;
	margin-left: -8.2em;
}
.search-filter-browse__balloon-pref:before {
	left: 8.2em;
	margin-left: 104px;
}
.search-filter-browse__balloon-pref:after {
	left: 8.2em;
	margin-left: 105px;
	border-bottom-color: #ffffff;
}
.search-filter-browse__pref {
	padding: 3px;
	border: 1px solid #d2d2d2;
	max-height: 340px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #ffffff;
}
.search-filter-browse__pref > div {
	border-bottom: none;
}
.search-filter-browse__pref dl:first-child > dt,
.search-filter-browse__pref dl:first-child > dd {
	border-top: none;
}
.search-filter-browse__pref li > span:hover {
	background-color: #fefae6;
}
.search-filter-browse__balloon-catg:before {
	left: 8.2em;
	margin-left: 342px;
}
.search-filter-browse__balloon-catg:after {
	left: 8.2em;
	margin-left: 343px;
}
.search-filter-browse__catg {
	padding: 3px;
	border: 1px solid #d2d2d2;
	max-height: 340px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #ffffff;
}
.search-filter-browse__catg > ul > li > p {
	background-color: #f4f4f4;
}
.search-filter-browse__catg > ul > li > ul > li {
	margin: 0;
	padding: 0.4em 0 0 10px;
	border-top: 1px solid #e9e9e9;
}.search-filter-browse__catg > ul > li > ul > li:first-child {
	border-top: none;
}
.search-filter-browse__catg > ul > li > p:before {
	display: none;
}
.search-filter-browse__catg li > p:hover {
	background-color: #fefae6;
}
/* search-filter-items
================================================== */
.search-filter-items {
	margin-bottom: 4px;
}
.search-filter-items li {
	float: left;
	cursor: pointer;
	margin: 0 4px 4px 0;
	padding: 0.3em 0.4em;
	border-radius: 4px;
	font-size: 0.86em;
	line-height: 1.2;
	background-color: #e0dccc;
}
.search-filter-items li:hover {
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
	color: #ff9600;
	background-color: #ffffff;
}
.search-filter-items li:after {
	margin-left: 0.4em;
	color: #797152;
	font-family: "Tabelog Glyph";
	font-style: normal;
	font-weight: normal;
	font-size: 0.86em;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	content: "\e617";
	speak: none;
}
.search-filter-items li:hover:after {
	color: #ff9600;
}
/* lookup-result-info
================================================== */
.lookup-result-info {
	padding: 8px 8px 10px;
	border-top: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15) inset;
	background-color: #faf8f5;
}
.lookup-result-info.is-fixed {
	position: fixed;
	z-index: 10;
	border-top: none;
	border-bottom: 1px solid #d2d2d2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* lookup-action-btn
================================================== */
.lookup-action-btn {
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
}
/* lookup-action-switch
================================================== */
.lookup-action-switch {
	float: left;
	width: 29%;
	text-align: left;
}
/* lookup-action-again
================================================== */
.lookup-action-again {
	float: right;
	width: 70%;
}
/* lookup-result-guide
================================================== */
.lookup-result-guide {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 8px 8px 26px;
	border-top: 1px solid #d2d2d2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
	background-color: #faf8f5;
}
.tablet .lookup-result-guide {
	padding-bottom: 12px;
}
/* lookup-result-sort
================================================== */
.lookup-result-sort {
	position: relative;
	float: left;
	max-width: 44%;
	text-align: left;
}
.lookup-result-sort__trigger {
	color: #595960;
}
.lookup-result-sort__trigger:hover {
	text-decoration: none;
}
.lookup-result-sort__balloon {
	display: none;
	position: absolute;
	top: 1.2em;
	left: 50%;
	z-index: 10;
	margin-top: 8px;
	margin-left: -8em;
	width: 16em;
	font-size: 0.93em;
}
.lookup-result-sort__selected {
	color: #13131e;
	font-weight: bold;
}
.lookup-result-sort__trigger:hover .lookup-result-sort__selected {
	color: #ff9600;
}
/* lookup-result-count
================================================== */
.lookup-result-count {
	float: right;
	padding: 4px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.86em;
	text-align: right;
}
/* lookup-result-pagination
================================================== */
.lookup-result-pagination {
	float: left;
}
/* lookup-result
================================================== */
.lookup-result {
	position: relative;
	background-color: #ffffff;
}
.lookup-result__loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	min-height: 12rem;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
}
.lookup-result__loading-loader {
	display: block;
	position: relative;
	margin: 3em auto;
}
/* lookup-result-nothing
================================================== */
.lookup-result-nothing {
	position: relative;
	padding: 10px 8px;
	background-color: #faf8f5;
}
.lookup-result-nothing__msg {
	padding: 1.2em;
	border: 1px solid #e0dccc;
	text-align: center;
	background-color: #ffffff;
}
.lookup-result-nothing__msg > p {
	margin: 0.3em 0;
}
.lookup-result-nothing__msg strong {
	color: #e64c30;
	font-weight: bold;
}
/* lookup-map
================================================== */
.lookup-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.lookup-map div,
.lookup-map p {
	word-wrap: normal;
	overflow-wrap: normal;
}
/* lookup-refresh
================================================== */
.lookup-refresh {
	position: absolute;
	top: 7px;
	left: 40px;
	z-index: 10;
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.6);
}
.lookup-refresh__auto {
	padding: 4px;
	border: 1px solid #b4b4b4;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	color: #595960;
	font-size: 0.93em;
	background-color: #ffffff;
}
/* list-rst
================================================== */
.list-rst {
	display: block;
	position: relative;
	z-index: 0;
	cursor: pointer;
	padding: 2px 5px 0 173px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	min-height: 175px;
	color: #595960;
	text-decoration: none;
	background-color: #ffffff;
}
.tablet .list-rst {
	padding-left: 143px;
}
.list-rst:hover {
	border-right-color: #ff9600;
	border-bottom-color: #ff9600;
	border-left-color: #ff9600;
	color: #13131e;
	text-decoration: none;
}
.list-rst:before {
	position: absolute;
	top: 0;
	right: -1px;
	left: -1px;
	z-index: 1;
	height: 2px;
	content: "";
	background-color: #d2d2d2;
}
.list-rst:hover:before {
	background-color: #ff9600;
}
/* list-rst__header */
.list-rst__header {
	position: relative;
	padding: 7px 1px 6px;
}
.list-rst__name {
	display: inline;
}
.list-rst__name-main {
	color: #0066cc;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.29em;
}
.list-rst__name-main:hover {
	text-decoration: none;
	background-color: #fefae6;
}
.list-rst:hover .list-rst__name-main {
	color: #ff9600;
	text-decoration: underline;
}
.list-rst__name-ja {
	margin-left: 0.3em;
	color: #949499;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.93em;
}
.list-rst__area-catg {
	display: inline;
	color: #949499;
}
.list-rst__area-catg:before {
	content: "(";
}
.list-rst__area-catg:after {
	content: ")";
}
.list-rst__area {
	display: inline;
}
.list-rst__area:after {
	content: " / ";
}
.list-rst__catg {
	display: inline;
}
/* list-rst__contents */
.list-rst__contents {
	display: table;
	border-top: 1px solid #e1e1e1;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-rst__info {
	display: table-cell;
	padding: 7px 1px;
	vertical-align: top;
}
/* list-rst__vacancy */
.list-rst__vacancy {
	display: table-cell;
	padding: 7px 1px 2.6em 0;
	width: 26%;
	font-size: 0.93em;
	vertical-align: top;
}
/* list-rst__for-detail */
.list-rst__for-detail {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 6px;
	color: #ff9600;
	font-size: 0.93em;
}
.list-rst__for-detail:hover {
	background-color: #fefae6;
}
.list-rst:hover .list-rst__for-detail {
	display: block;
}
.list-rst__for-detail:before {
	margin-right: 0.2em;
	font-size: 1.22em;
	vertical-align: text-bottom;
}
/* list-rst__rate */
.list-rst__rate {
	display: block;
	margin-bottom: 0.3em;
}
.list-rst__rate li {
	display: inline-block;
	margin-right: 0.01em;
	vertical-align: text-bottom;
}
/* list-rst__reviews */
.list-rst__reviews {
	margin-left: 0.2em;
	font-size: 0.86em;
	line-height: 1.2;
}
.list-rst__reviews b {
	font-size: 1.08em;
}
.list-rst__reviews:before {
	color: #949499;
	content: "[";
}
.list-rst__reviews:after {
	color: #949499;
	content: "]";
}
.list-rst__reviews-target {
	display: inline-block;
	color: #13131e;
	text-decoration: underline;
}
/* list-rst__price */
.list-rst__price {
	display: block;
	margin-bottom: 0.5em;
}
.list-rst__price li {
	display: inline-block;
	margin-right: 0.2em;
	vertical-align: text-bottom;
}
/* list-rst__lang */
.list-rst__lang {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 0.3em;
	font-size: 0.86em;
}
.list-rst__lang dt {
	display: inline;
	color: #949499;
}
.list-rst__lang dt:after {
	margin-left: 0.2em;
	content: ":";
}
.list-rst__lang dd {
	display: inline;
}
/* list-rst__option */
.list-rst__option-item {
	display: inline-block;
	margin: 4px 2px 0 0;
	padding: 0.2em 0.6em;
	border-radius: 2px;
	color: #797152;
	font-size: 0.86em;
	line-height: 1.2;
	background-color: #eeece4;
}
/* list-rst__img */
.list-rst__img {
	display: block;
	position: absolute;
	top: 9px;
	left: 7px;
}
.tablet .list-rst__img img {
	width: 120px;
	height: 120px;
}
/* map-rst
================================================== */
.map-rst {
	display: block;
	position: relative;
	cursor: pointer;
	color: #595960;
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.map-rst:hover {
	color: #13131e;
	text-decoration: none;
}
.map-rst div,
.map-rst p {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
/* map-rst__header */
.map-rst__header {
	position: relative;
	padding: 2px 2px 4px;
}
.map-rst__name {
	display: inline;
	line-height: 1.3;
}
.map-rst__name-main {
	color: #0066cc;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.15em;
}
.map-rst__name-main:hover {
	background-color: #fefae6;
}
.map-rst:hover .map-rst__name-main {
	color: #ff9600;
	text-decoration: underline;
}
.map-rst__name-ja {
	margin-left: 0.3em;
	color: #949499;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.93em;
}
.map-rst__area-catg {
	display: inline;
	color: #949499;
}
.map-rst__area-catg:before {
	content: " (";
}
.map-rst__area-catg:after {
	content: ")";
}
.map-rst__area {
	display: inline;
}
.map-rst__area:after {
	content: " / ";
}
.map-rst__catg {
	display: inline;
}
/* map-rst__contents */
.map-rst__contents {
	position: relative;
	padding: 6px 2px 1.6em 66px;
	border-top: 1px solid #e1e1e1;
}
/* map-rst__for-detail */
.map-rst__for-detail {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ff9600;
	font-size: 0.93em;
}
.map-rst__for-detail:hover {
	background-color: #fefae6;
}
.map-rst:hover .map-rst__for-detail {
	display: block;
}
.map-rst__for-detail:before {
	margin-right: 0.2em;
	font-size: 1.22em;
}
/* map-rst__rate */
.map-rst__rate {
	display: block;
	margin-bottom: 0.1em;
}
.map-rst__rate li {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
/* map-rst__reviews */
.map-rst__reviews {
	font-size: 0.93em;
	line-height: 1.2;
}
.map-rst__reviews:before {
	margin-right: 0.1em;
	color: #949499;
	content: "[";
}
.map-rst__reviews:after {
	margin-left: 0.1em;
	color: #949499;
	content: "]";
}
.map-rst__reviews b {
	margin-right: 0.2em;
}
/* map-rst__price */
.map-rst__price {
	display: block;
	margin-top: 0.4em;
	margin-left: -2px;
	overflow: hidden;
	background-color: #f4f4f4;
}
.map-rst__price li {
	display: block;
	margin: 4px;
}
/* map-rst__img */
.map-rst__img {
	display: block;
	position: absolute;
	top: 6px;
	left: 1px;
}

/* spot
================================================== */
/* list-spot
============================== */
.list-spot {
	display: block;
	position: relative;
	padding: 2px 5px 0 143px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	min-height: 105px;
	color: #595960;
	text-decoration: none;
	background-color: #ffffff;
}
.list-spot:before {
	position: absolute;
	top: 0;
	right: -1px;
	left: -1px;
	z-index: 1;
	height: 2px;
	content: "";
	background-color: #0098de;
}
.list-spot__target {
	display: block;
	position: relative;
	cursor: pointer;
	margin: -2px -6px -1px -144px;
	padding: 2px 5px 0 143px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	min-height: 105px;
	color: #595960;
}
.list-spot__target:hover {
	border-right: 1px solid #ff9600;
	border-bottom: 1px solid #ff9600;
	border-left: 1px solid #ff9600;
	color: #13131e;
	text-decoration: none;
}
.list-spot__target:before {
	position: absolute;
	top: 0;
	right: -1px;
	left: -1px;
	z-index: 1;
	height: 2px;
	content: "";
	background-color: #d2d2d2;
}
.list-spot__target:hover:before {
	background-color: #ff9600;
}
/* list-spot__header */
.list-spot__header {
	position: relative;
	padding: 7px 2px 6px;
}
.list-spot__name {
	display: inline;
}
.list-spot__name-main {
	color: #13131e;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.29em;
}
.list-spot__target .list-spot__name-main {
	color: #0066cc;
}
.list-spot__target .list-spot__name-main:hover {
	background-color: #fefae6;
}
.list-spot__target:hover .list-spot__name-main {
	color: #ff9600;
	text-decoration: underline;
}
.list-spot__name-ja {
	margin-left: 0.3em;
	color: #949499;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.93em;
}
/* list-spot__contents */
.list-spot__contents {
	padding: 8px 2px;
	border-top: 1px solid #e1e1e1;
}
.list-spot__target .list-spot__contents {
	padding-bottom: 1.8em;
}
/* list-spot__info */
.list-spot__info {
	display: table;
}
.list-spot__info dl {
	display: table-row;
	font-size: 0.93em;
}
.list-spot__info dt {
	display: table-cell;
	padding: 0.3em 0.6em;
	border-bottom: 4px solid #ffffff;
	font-size: 0.93em;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #f4f4f4;
}
.list-spot__info dd {
	display: table-cell;
	padding: 0.3em 0.6em;
	border-bottom: 4px solid #ffffff;
	vertical-align: middle;
}
.list-spot__info .list-spot__info-keep {
	padding-right: 128px;
}
/* list-spot__for-detail */
.list-spot__for-detail {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 6px;
	color: #ff9600;
	font-size: 0.93em;
}
.list-spot__for-detail:hover {
	background-color: #fefae6;
}
.list-spot__target:hover .list-spot__for-detail {
	display: block;
}
.list-spot__for-detail:before {
	margin-right: 0.2em;
	font-size: 1.22em;
}
/* list-spot__img */
.list-spot__img {
	display: block;
	position: absolute;
	top: 9px;
	left: 7px;
}
.list-spot__img-copyright {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	left: 5px;
	padding: 0.1em 0.3em;
	color: #ffffff;
	font-size: 0.79em;
	line-height: 1.2;
	opacity: 0.6;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.6);
}
.list-spot__img-copyright:before {
	margin-right: 0.2em;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Tabelog Glyph";
	font-style: normal;
	font-weight: normal;
	font-size: 1.08em;
	-webkit-font-smoothing: antialiased;
	vertical-align: text-bottom;
	content: "\e65d";
	speak: none;
}
/* list-spot__link */
.list-spot__link {
	clear: both;
	margin: 8px -9px -9px -156px;
	padding: 0.4em 0.6em 0.6em;
	border-top: 1px dotted #e1e1e1;
	font-size: 0.93em;
	background-color: #fafafa;
}
.list-spot__link li {
	text-align: right;
}
/* list-spot + search-filter */
.list-spot + .search-filter {
	position: relative;
}
.list-spot + .search-filter:before,
.list-spot + .search-filter:after {
	position: absolute;
	border-style: solid;
	border-color: transparent;
	width: 0;
	height: 0;
	line-height: 0;
	content: "";
}
.list-spot + .search-filter:before {
	top: -8px;
	left: 72px;
	margin-left: -8px;
	border-width: 0 8px 8px;
	border-bottom-color: #d2d2d2;
}
.list-spot + .search-filter:after {
	top: -7px;
	left: 72px;
	margin-left: -8px;
	border-width: 0 8px 8px;
	border-bottom-color: #ffffff;
}
/* map-spot
============================== */
/* スポット詳細（店舗一覧）画面 */
.map-spot {
	display: block;
	position: relative;
	color: #595960;
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
/* スポット一覧画面 */
.map-spot.map-spot--link {
	cursor: pointer;
}
.map-spot.map-spot--link:hover {
	color: #13131e;
	text-decoration: none;
}
.map-spot div,
.map-spot p {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
/* map-spot__header */
.map-spot__header {
	position: relative;
	padding: 2px 2px 4px;
}
.map-spot__name {
	display: inline;
	line-height: 1.3;
}
.map-spot__name-main {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.22em;
}
.map-spot.map-spot--link .map-spot__name-main {
	color: #0066cc;
}
.map-spot.map-spot--link .map-spot__name-main:hover {
	background-color: #fefae6;
}
.map-spot.map-spot--link:hover .map-spot__name-main {
	color: #ff9600;
	text-decoration: underline;
}
.map-spot__name-ja {
	margin-left: 0.3em;
	color: #949499;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.86em;
}
/* map-spot__contents */
.map-spot__contents {
	position: relative;
	padding: 7px 2px 0 76px;
	border-top: 1px solid #dddddd;
}
.map-spot.map-spot--link .map-spot__contents {
	padding-bottom: 1.1em;
}
/* map-spot__info */
.map-spot__info {
	font-size: 0.86em;
}
.map-spot__info > dt {
	padding: 0.2em 0.4em;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1.1;
	background-color: #f4f4f4;
}
.map-spot__info > dd {
	padding: 0.2em 0 0.6em 0.2em;
	vertical-align: middle;
}
/* map-spot__for-detail */
.map-spot__for-detail {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ff9600;
	font-size: 0.93em;
}
.map-spot__for-detail:hover {
	background-color: #fefae6;
}
.map-spot:hover .map-spot__for-detail {
	display: block;
}
.map-spot__for-detail:before {
	margin-right: 0.2em;
	font-size: 1.22em;
}
/* map-spot__img */
.map-spot__img {
	display: block;
	position: absolute;
	top: 6px;
	left: 1px;
}
