@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* common */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    overflow-y: hidden;
}
.rating_stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 4px;
	font-size: 1.6rem;
}
.rating_stars .rating_stars_body {
	margin: 0 5px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rating_stars .rating_stars_star {
	margin: 0 1px 0 0;
}
.rating_stars .rating_stars_star:last-child {
	margin-right: 0;
}
.rating_stars .rating_stars_star::after {
	font-family: FontAwesome;
	display: block;
	content: '\f005';
	font-size: inherit;
}
.rating_stars .rating_stars_num {
	font-weight: bold;
	color: #f33;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.rating_stars.rank50 .rating_stars_star {
	color: #fd014a;
}
.rating_stars.rank45 .rating_stars_star {
	color: #ff5501;
}
.rating_stars.rank45 .rating_stars_star:nth-child(5)::after {
	content: '\f123';
}
.rating_stars.rank40 .rating_stars_star {
	color: #ff5501;
}
.rating_stars.rank40 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank35 .rating_stars_star {
	color: #fcc501;
}
.rating_stars.rank35 .rating_stars_star:nth-child(4)::after {
	content: '\f123';
}
.rating_stars.rank35 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank30 .rating_stars_star {
	color: #fcc501;
}
.rating_stars.rank30 .rating_stars_star:nth-child(4)::after, .rating_stars.rank30 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank25 .rating_stars_star {
	color: #5be126;
}
.rating_stars.rank25 .rating_stars_star:nth-child(3)::after {
	content: '\f123';
}
.rating_stars.rank25 .rating_stars_star:nth-child(4)::after, .rating_stars.rank25 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank20 .rating_stars_star {
	color: #5be126;
}
.rating_stars.rank20 .rating_stars_star:nth-child(3)::after, .rating_stars.rank20 .rating_stars_star:nth-child(4)::after, .rating_stars.rank20 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank15 .rating_stars_star {
	color: #46c3eb;
}
.rating_stars.rank15 .rating_stars_star:nth-child(2)::after {
	content: '\f123';
}
.rating_stars.rank15 .rating_stars_star:nth-child(3)::after, .rating_stars.rank15 .rating_stars_star:nth-child(4)::after, .rating_stars.rank15 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank10 .rating_stars_star {
	color: #46c3eb;
}
.rating_stars.rank10 .rating_stars_star:nth-child(2)::after, .rating_stars.rank10 .rating_stars_star:nth-child(3)::after, .rating_stars.rank10 .rating_stars_star:nth-child(4)::after, .rating_stars.rank10 .rating_stars_star:nth-child(5)::after {
	content: '\f006';
	color: #ccc;
}
.rating_stars.rank0 .rating_stars_star::after {
	content: '\f006';
	color: #ccc;
}

/*  #ekiten_shop_score */
#ekiten_shop_score {
	margin:0 auto;
	width:100%;
	min-width: 200px;
	max-width: 400px;
	text-align: center;
}
#ekiten_shop_score_logo {
	margin: 10px auto;
}
#ekiten_shop_score_logo img {
	margin-bottom: 5px;
}
#ekiten_shop_score_logo_text {
	margin-bottom: 10px;
	font-weight: bold;;
	font-size: 18px;
}
#ekiten_shop_score_logo_text.rank {
	color: #d00;
}

#ekiten_shop_score_ranking {
	margin:0 10px 30px;
}
#ekiten_shop_score_ranking_category {
	margin-bottom: 10px;
	padding: 10px 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
#ekiten_shop_score_ranking_rank {
	margin: 0 auto;
	width: calc(100% - 44px);
	position: relative;
}
#ekiten_shop_score_ranking_rank::before {
	content: url(../images/ranking_ribbon_before.png);
	position: absolute;
	bottom: -12px;
	left: -22px;
}
#ekiten_shop_score_ranking_rank::after {
	content: url(/images/ranking_ribbon_after.png);
	position: absolute;
	bottom: -12px;
	right: -22px;
}
#ekiten_shop_score_ranking_rank div {
	padding:10px 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background: url("../images/ranking_ribbon_bg.png") repeat-x left top;
	background-size: auto 100%;
	position: relative;
	z-index:1;
}
#ekiten_shop_score_ranking_rank div span {
	padding-right:5px;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
}
#ekiten_shop_score_rate {
	margin-bottom: 20px;
}
#ekiten_shop_score_rate span {
	color:#F70832;
	font-weight:bold;
	font-size:18px;
}
#ekiten_shop_score_pic {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#ekiten_shop_score_pic #ekiten_shop_score_carousel {
	position: relative;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	list-style: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	box-sizing: border-box;
	overflow: hidden;
}
#ekiten_shop_score_pic #ekiten_shop_score_carousel .ekiten_shop_score_carousel_item {
	width: 160px;
	padding: 0 5px;
	box-sizing: border-box;
	float:left;
	display: none;
}
#ekiten_shop_score_pic #ekiten_shop_score_carousel.slick-initialized .ekiten_shop_score_carousel_item {
	display: block;
}
#ekiten_shop_score_pic .ekiten_shop_score_carousel_item img {
	display: block;
	width: 100%;
	border:1px solid #ccc;

}
#ekiten_shop_score_carousel_prev,
#ekiten_shop_score_carousel_next {
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index:2;
	transform:translateY(-50%);
	cursor: pointer;
}
#ekiten_shop_score_carousel_prev {
	left: 5px;
}
#ekiten_shop_score_carousel_next {
	right: 5px;
}
#ekiten_shop_score_time {
	margin-bottom:15px;
	color:#666;
	font-weight: bold;
	font-size:12px;
}
#ekiten_shop_score_shop {
	color:#333;
	font-weight: bold;
	text-decoration: underline;
}
#ekiten_shop_score_shop:hover {
	color:#333;
}

/* #ekiten_review_list */
#ekiten_review_list {
	padding:15px 10px;
	background:#eee;
	width:100%;
	box-sizing:border-box;
	text-align: center;
	line-height: 1.4;
}
#ekiten_review_list_logo {
	margin-bottom:15px;
	text-align: center;
}
#ekiten_review_list ul {
	margin:0 auto 15px;
	padding:0;
	width:100%;
	min-width: 180px;
	max-width: 380px;
	list-style:none;
}
#ekiten_review_list ul li {
	margin-bottom: 5px;
}
#ekiten_review_list ul li a {
	padding:10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
	color:#333;
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
#ekiten_review_list ul li a:hover {
	padding:8px;
	border: 3px solid #02abdc;
	background:#eff8fa;
	text-decoration: none;
}
.ekiten_review_list_rate {
	margin-bottom: 5px;
}
.ekiten_review_list_rate .rating_stars {
	font-size: 1.3rem;
	justify-content: left;
}

.ekiten_review_list_rate span {
	color:#F70832;
	font-weight:bold;
	font-size:18px;
}
.ekiten_review_list_title {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.ekiten_review_list_text {
	margin-bottom: 5px;
	font-size: 14px;
	word-wrap: break-word;
}
.ekiten_review_list_date {
	color: #666;
	font-weight: bold;
	font-size:12px;
}
.ekiten_review_list_more {
	color: #333;
	font-weight: bold;
	font-size:14px;
	text-decoration: underline;
}

/* #ekiten_reserve_button */
#ekiten_reserve_button {
	display: block;
	margin:0 auto;
	padding:1em 0;
	border-radius: 6px;
	width:100%;
	max-width: 750px;
	min-width: 120px;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	background:#2ac5da;
	text-decoration: none;
}
#ekiten_reserve_button:hover {
	text-decoration: none;
	background:#1fa8c5;
}

/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}