@charset "utf-8";
/* CSS Document */
.ranking_lower {
    background: #267c49;
    background-image: linear-gradient(45deg, #41a569 25%, transparent 0), linear-gradient(45deg, transparent 75%, #41a569 0), linear-gradient(45deg, #41a569 25%, transparent 0), linear-gradient(45deg, transparent 75%, #41a569 0);
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px, 40px 40px, 80px 80px;
}
.ranking_head {
	background-color: #032711;
}
.ranking_body_head {
	background-color: #095427;
}
.ranking_lower .ranking_body_head::after {
	background-image: url("/assets/img/ranking/c_2.webp");
	width: 414px;
	height: 417px;
	right: -80px;
}
.area_link {
	background-color: #032711;
}

/* ------------------------------------------------- */
/* ここから共通では無い */
/* ------------------------------------------------- */
.ranking_contetns {
	width: 1100px;
	margin: auto;
	padding: 45px;
    border-radius: 10px;
	background-color: #032711;
}
.ranking_contetns ol{
	list-style: none;
}
.ranking_contetns ol > li {
	border-top:  solid 12px #c5966a;
	border-left:  solid 12px #af753d;
	border-bottom: solid 12px #c5966a;
	border-right: solid 12px #af753d;
	margin-bottom: 40px;
}
.ranking_contetns li:last-child {
	margin-bottom: 0;
}
.ranking_item {
	background-color: #4e3116;
    box-shadow: inset 0 0 0 8px #b67e49;
    padding: 5px;
}
.rank_image {
	min-width: 137px;
    width: 137px;
    margin-right: 30px;
}
.rank_image img {
	width: 100%;
	display: block;
}
.shop_rank {
	display: flex;
	padding: 20px 20px 20px 20px;
}
.shop_detail {
	width: 100%;
}
.shop_detail .shop_info {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
.shop_detail .shop_name {
	display: block;
}
.shop_detail .shop_name a{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.shop_detail .shop_name a:hover {
	color: #ffe061;
	text-decoration: underline;
}
.shop_detail .shop_addres {
	display: block;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.shop_tag {
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.shop_tag li {
	border: solid 1px #FFFFFF;
	font-size: 14px;
	line-height: 1;
	padding: 4px 8px;
	color: #FFFFFF;
	margin-right: 10px;
}

.shop_pr {
	display: flex;
	padding: 0 20px 20px 20px;
}
.shop_pr .left{
	margin: 0 20px 0 0;
}
.ranking_item .rigth {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.shop_cover {
	width: 410px;
	max-height: 153px;
	overflow: hidden;
}
.shop_cover a {
	display: block;
	height: 100%;
	width: 100%;
}
.shop_cover img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 150px;
	object-fit: cover;
}
.shop_cast {
	display: flex;
	width: 410px;
}
.shop_cast li {
	flex-grow: 1;
	margin-right: 2%;
}
.shop_cast li:last-child {
	margin-right: 0;
}
.shop_cast li img {
	width: 100%;
	display: block;
}
.shop_description {
	margin-bottom: 15px;
}
.shop_description dt{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.shop_description dd {
	color: #FFFFFF;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.shop_link {
	display: flex;
	justify-content: center;
	margin-top: auto;
	position: relative;
	flex-grow: 1;
	background-color: #906b47;
	padding: 15px;
}
.shop_link a {
	width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffe061;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 5px;
    line-height: 1;
}
.shop_link a::after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 12px;
    font-size: 120%;
	line-height: 1;
}

.ranking_contetns ol > li.caferun_ba_pac .shop_link a {
	background: linear-gradient(180deg, rgba(255,167,44,1) 0%, rgba(255,107,0,1) 100%);
	color: #FFFFFF;
}


.shop_status {
	border-collapse: collapse;
	font-size: 14px;
	margin-bottom: 15px;
}
.shop_status tbody {
	display: flex;
}
.shop_status tr {
	display: flex;
}
.shop_status th {
	background-color: #906B47;
	color: #FFFFFF;
	padding: 5px 10px;
    word-break: keep-all;
}
.shop_status td {
	color: #FFFFFF;
	padding: 5px 20px 5px 10px;
	display: flex;
	align-items: center;
}
.shop_status td span {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	line-height: 1.2;
}
.shop_data {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}
.shop_data th {
	background-color: #906B47;
	color: #FFFFFF;
	padding: 5px 10px;
	border: solid 1px #715133;
	text-align: center;
}
.shop_data td {
	text-align: center;
	color: #FFFFFF;
	border: solid 1px #715133;
	padding: 5px 10px;
}
.balloon {
	position: absolute;
	top: -16px;
	background-color: #FFCD00;
	border-radius: 50px;
	font-weight: bold;
	padding: 5px 13px;
	line-height: 1;
}
.balloon  span {
	font-weight: bold;
	font-size: 16px;
	color: #664C4C;
	line-height: 1;
}
.balloon::after {
    content: "";
    position: absolute;
    top: calc(100%);
    left: calc(50% - 3px);
    border: 6px solid transparent;
    border-top: 8px solid #FFCD00;
    z-index: 2;
}

.rank_head {
	display: flex;
	align-items: flex-end;
}

/* カバーが無い時キャストリスト */
.cast_list ul {
	display: flex;
	width: 418px;
	background-color: #906b47;
	padding: 4px;
}
.cast_list ul li {
	margin: 0 4px 0 0;
}
.cast_list ul li:last-child {
	margin: 0;
}
.cast_list a{
    width: 100%;
    display: block;
}
.cast_list img{
	display: block;
	width: 100%;
	
}


/* ランキング４番目以降 */
.over_no4 .rank_no {
	position: absolute;
    font-size: 40px;
	font-weight: bold;
    color: #FF8C00;
    background: -webkit-linear-gradient(90deg, #cb9f66, #f0daa5, #cea86c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.over_no4 .ranking_item .rigth{
	flex-direction: row;
}
.over_no4 .shop_description {
    margin: 0 15px 0 0;
    width: 410px;
}
.over_no4 .rank_image {
    min-width: 160px;
    width: 160px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over_no4 .shop_link {
    margin-top: 0;
}
.over_no4 .shop_data {
    margin-bottom: 0;
}
.over_no4 .shop_data th {
    padding: 6px 10px;	
}
.ranking_contetns ol > li.caferun_ba_pac {
	border: solid 4px #ffd3ad;
	position: relative;
    margin-top: 60px;
}
.ranking_contetns ol > li.caferun_ba_pac .ranking_item {
	padding: 13px;
	background-color: rgb(255 243 232);
    background-image: repeating-linear-gradient( 45deg, transparent, transparent 10px, rgb(255 249 242) 10px, rgb(255 249 242) 20px );
	box-shadow: none;
	box-shadow: inset 0 0 0 5px rgb(255 255 255 / 52%);
	position: relative;
	overflow: hidden;
}
.ranking_contetns ol > li.caferun_ba_pac .shop_detail .shop_addres,
.ranking_contetns ol > li.caferun_ba_pac .shop_detail .shop_name a,
.ranking_contetns ol > li.caferun_ba_pac .shop_detail .shop_info {
    color: #ff9234;
}



.ranking_contetns ol > li.caferun_ba_pac .shop_status th {
	color: #664c4c;
	background-color: #efe5d7;
    border: solid 1px #e1d4c0;
}
.ranking_contetns ol > li.caferun_ba_pac .shop_status td {
    color: #333333;
}
.ranking_contetns ol > li.caferun_ba_pac .shop_data th {
	color: #664c4c;
	background-color: #efe5d7;
    border: solid 1px #e1d4c0;
}
.ranking_contetns ol > li.caferun_ba_pac .shop_data td {
    color: #333333;
    border: solid 1px #e1d4c0;
	background-color: #FFFFFF;
}

.caferun_ba_pac .pr_icon {
    position: absolute;
    top: -15px;
    left: -47px;
    width: 100px;
    text-align: center;
    background-color: #ff9234;
    color: #FFFFFF;
    transform: rotate(-45deg);
    line-height: 1.2;
    padding: 25px 0 0 0;
    font-size: 14px;
    font-weight: bold;
	z-index: 5;
}
.caferun_ba_pac .shop_tag li{
	border: solid 1px #906b47;
	color: #906b47;
}
.pr_text {
    position: absolute;
    left: 0;
    top: -30px;
	color: #ff9234;
    font-weight: bold;
    animation: flash 2s linear infinite;
}
@keyframes flash {
	10%,20%{
		opacity: 0;
	}
	11%{
		opacity: 1;
	}
	21%{
		opacity: 1;
	}
}



@media screen and (max-width: 760px) {
	.ranking_lower .ranking_body_head::after {
		background-image: url("/assets/img/ranking/c_2.webp");
		width: 39vw;
		height: 39vw;
		right: -5vw;
	}
	.ranking_contetns {
		width: 100%;
		margin: auto;
		padding: 4vw;
		border-radius: 0;
	}
	.shop_rank {
		padding: 3vw;
		position: relative;
	}
	.ranking_contetns ol > li {
		border-top: solid 1vw #c5966a;
		border-left: solid 1vw #af753d;
		border-bottom: solid 1vw #c5966a;
		border-right: solid 1vw #af753d;
		margin-bottom: 8vw;
	}
	.rank_image {
		min-width: 15vw;
		width: 15vw;
		margin-right: 3vw;
		position: absolute;
	}
	.shop_detail .shop_name, .rank_head {
		padding-left: 18vw;
	}
	.ranking_contetns ol > li.caferun_ba_pac .shop_detail.no_image .rank_head,
	.ranking_contetns ol > li.caferun_ba_pac .shop_detail.no_image .shop_name {
		padding-left: 0;
	}
	.shop_detail .shop_info {
		font-size: 3vw;
	}
	.shop_detail .shop_name a {
		font-size: 4vw;
		display: block;
		height: 13vw;
		line-height: 1.3;
	}
	.shop_pr {
		padding: 0vw 3vw 3vw 3vw;
		flex-direction: column;
	}
	.shop_cover {
		width: 100%;
		max-height: 52vw;
		margin-bottom: 4vw;
		height: auto;
		overflow: hidden;
	}
	.shop_pr .left {
		margin: 0;
	}
	.shop_tag li {
		font-size: 2.8vw;
		padding: 1.5vw;
		margin-right: 2vw;
	}
	.shop_data th {
		padding: 2vw 0px;
		font-size: 3vw;
	}
	.shop_data td {
		padding: 2vw 0;
		font-size: 3vw;
	}
	.shop_status tbody {
		display: flex;
		flex-direction: column;
	}
	.shop_status th {
		padding: 1vw 0;
		width: 17vw;
		min-width: 17vw;
		font-size: 3vw;
	    text-align: center;
	}
	.shop_status td span {
		font-size: 3vw;
	}
	.shop_status tr {
		display: flex;
		margin-bottom: 2vw;
	}
	.shop_status tr:last-child {
		margin: 0;
	}
	.shop_status {
		margin-bottom: 0vw;
	}
	.shop_tag {
		margin-bottom: 2vw;
	}
	.shop_detail .shop_addres {
		margin-bottom: 2vw;
	}
	.shop_description {
		margin-bottom: 5.5vw;
	}
	.balloon {
		top: -4vw;
		padding: 1.5vw 4vw;
	}
	.balloon span {
		font-size: 4vw;
	}
	.shop_link a {
		width: 100%;
		padding: 2.5vw 0 2.8vw 0;
		border-radius: 5px;
		font-size: 5vw;
	}
	.cast_list ul {
		width: 100%;
		padding: 0;
		margin-bottom: 2vw;
		background-color: transparent;
	}
	.over_no4 .rank_image {
		min-width: 16vw;
		width: 16vw;
		margin-right: 0;
		margin: 2vw 0 0 0;
	}
	.over_no4 .rank_no {
		position: absolute;
		font-size: 6vw;
	}
	.over_no4 .ranking_item .rigth {
		flex-direction: column;
	}
	.over_no4 .shop_description {
		margin: 0 0 5vw 0;
		width: 100%;
	}
	
	.shop_link {
		padding: 0;
		background-color: transparent;
	}
	.shop_link a {
		width: 100%;
	}
	.ranking_item {
		box-shadow: inset 0 0 0 4px #b67e49;
	}
	.ranking_contetns ol > li.caferun_ba_pac .ranking_item {
		padding: 1vw;
		box-shadow: inset 0 0 0 2px #ffffff;
	}
	.ranking_contetns ol > li.caferun_ba_pac {
		margin-top: 60px;
		border: solid 1vw #ffd3ad;
		box-shadow: inset 0 0 0 2px #ffffff;
	}
	
	.shop_cover img {
		max-height: 52vw;
	}
}
































