@charset "UTF-8";

/* ****************************************
 * ランキング特集
 * ****************************************/

/* ********************
 * ヘッダー
 * ********************/
#special_ranking-header {
    margin-bottom: 8px;
}
#special_ranking-header .title img {
    height: 200px;
    width: 740px;
}


/* ********************
 * ランキングナビゲーション
 * ********************/
.special_ranking_navi {
    margin-bottom: 10px;
}
#special_ranking-ranking + .special_ranking_navi {
    margin-bottom: 30px;
}
.special_ranking_navi ul {
    column-gap: 3px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.special_ranking_navi ul li {
    color: #999999;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
.special_ranking_navi ul li.active {
    background-color: #9d9744;
    background-image: url('/img/view/pc/common/bg_oblique_line02.png?20251024');
    background-position: top 0px right -33px;
    background-repeat: no-repeat;
    border: 1px solid #918b45;
    border-radius: 3px;
    color: #ffffff;
    padding: 6px 0 4px 0;
    position: relative;
    text-decoration: none;
}
.special_ranking_navi ul li a {
    background-color: #7b1722;
    background-image: url('/img/view/pc/common/bg_oblique_line02.png?20251024');
    background-position: top 0px right -33px;
    background-repeat: no-repeat;
    border: 1px solid #4a0001;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #6e6e6e;
    color: #e2d583;
    display: block;
    padding: 6px 0 4px 0;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px #424242;
}
.special_ranking_navi ul li a:hover {
    box-shadow: 2px 2px 2px #a1a1a1;
    opacity: .9;
}
.special_ranking_navi ul li span {
    font-size: 16px;
}
.special_ranking_navi ul li:not(.active) span {
    color: #ffffff;
}


/* ********************
 * インフォ
 * ********************/
#special_ranking-info {
    margin-bottom: 10px;
}


/* ********************
 * ランキング
 * ********************/
#special_ranking-ranking {
    margin-bottom: 30px;
}
#special_ranking-ranking > div {
    padding-top: 62px;
    position: relative;
}


/* ----------
 * タブ
 * ---------- */
.ranking_large_area_section .ranking_large_area_title {
    align-items: center;
    background-color: #a4a4a4;
    border: 1px solid #a4a4a4;
    box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 115px;
}
.ranking_large_area_section .ranking_large_area_title .area_name {
    font-size: 16px;
    line-height: 1.1;
}
.ranking_large_area_section:nth-of-type(2) .ranking_large_area_title {
    left: calc(115px + 10px);
}
.ranking_large_area_section:nth-of-type(3) .ranking_large_area_title {
    left: calc((115px + 10px) * 2);
}
.ranking_large_area_section:nth-of-type(4) .ranking_large_area_title {
    left: calc((115px + 10px) * 3);
}
.ranking_large_area_section:nth-of-type(5) .ranking_large_area_title {
    left: calc((115px + 10px) * 4);
}
.ranking_large_area_section:nth-of-type(6) .ranking_large_area_title {
    left: calc((115px + 10px) * 5);
}

/* ----------
 * ランキングリスト open
 * ---------- */
.ranking_large_area_section[open] .ranking_large_area_title {
    background-color: #1a7760;
    border: 1px solid #1a7760;
    box-shadow: inset 0 0 0 1px #b5fdeb;
}


/* ----------
 * ランキング
 * ---------- */
.ranking_rank_item {
    border: solid 3px #a7a7a7;
    border-radius: 30px;
    color: #2c2c2c;
    margin-bottom: 10px;
    padding: 0 20px 20px 20px;
}

/* ヘッダー */
.ranking_rank_item .rank_item_headline {
    align-items: end;
    display: grid;
    grid-template-columns: 200px 1fr;
    height: 83px;
    margin-top: -13px;
    padding-top: 5px;
}
/* rank */
.ranking_rank_item .rank_item_headline .rank_icon_number_wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.ranking_rank_item .rank_item_headline .rank_icon {
    height: 45px;
    margin-top: 7px;
    width: 63px;
}
.ranking_rank_item .rank_item_headline .rank_number {
    color: #8d8c8c;
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 45px;
}
/* 数字 */
.ranking_rank_item .rank_item_headline .rank_value_wrapper {
    text-align: center;
}
.ranking_rank_item .rank_item_headline .rank_value {
    color: #a91a3f;
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 60px;
}
.ranking_rank_item .rank_item_headline .rank_value_unit {
    color: #2c2c2c;
    font-family: "Kaisei HarunoUmi", serif;
    font-size: 45px;
}

/* No.1 */
.ranking_rank_item.gold {
    border-color: #c59236;
}
.ranking_rank_item.gold .rank_item_headline .rank_number {
    color: #c59236;
}
/* No.2 */
.ranking_rank_item.silver {
    border-color: #677e8c;
}
.ranking_rank_item.silver .rank_item_headline .rank_number {
    color: #677e8c;
}
/* No.3 */
.ranking_rank_item.bronze {
    border-color: #827153;
}
.ranking_rank_item.bronze .rank_item_headline .rank_number {
    color: #827153;
}


/* ----------
 * PICKUP
 * ---------- */
.ranking_pickup_item {
    background-color: #acd5c4;
    padding: 0 20px 20px 20px;
    margin-bottom: 10px;
}
.ranking_pickup_item .pickup_item_headline {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.ranking_pickup_item .pickup_item_headline div {
    color: #084842;
    font-family: "Chonburi", serif;
    font-size: 48px;
    line-height: 58px;
}
.ranking_pickup_item .pickup_item_headline div span {
    font-size: 54px;
    font-family: "Chonburi", serif;
    line-height: 58px;
}
.ranking_pickup_item .pickup_item_headline::before,
.ranking_pickup_item .pickup_item_headline::after {
    background-color: #084842;
    content: '';
    height: 3px;
    margin-top: 10px;
    width: 150px;
}
.ranking_pickup_item .pickup_item_headline::before {
    margin-right: 10px;
}
.ranking_pickup_item .pickup_item_headline::after {
    margin-left: 10px;
}


/* ----------
 * 店舗スタッフ
 * ---------- */
.ranking_shop_staff_item {
    display: grid;
    grid-template-columns: 200px 1fr;
}

/* 画像 */
.ranking_shop_staff_item .ranking_shop_staff_item_image {
    display: flex;
    height: calc(400px * (200 / 290));
    justify-content: center;
    width: 200px;
}
.ranking_shop_staff_item .ranking_shop_staff_item_image img {
    max-height: calc(400px * (200 / 290));
    max-width: 200px;
}

/* 店舗スタッフ情報など */
.ranking_shop_staff_item .ranking_shop_staff_item_info {
    margin-left: 20px;
}

/* 店舗スタッフ情報 */
.ranking_shop_staff_item .ranking_shop_staff_header {
    margin: 20px 0 15px 0;
}
.ranking_shop_staff_item .ranking_shop_staff_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 21px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-align: center;
    word-break: break-all;
}
.ranking_shop_staff_item .ranking_shop_staff_title a {
    color: #2c2c2c;
    text-decoration-thickness: 1px;
}

.ranking_shop_staff_item .ranking_shop_staff_style {
    display: flex;
    font-size: 16px;
    justify-content: center;
}
.ranking_shop_staff_item .ranking_shop_staff_style dl {
    display: flex;
}
.ranking_shop_staff_item .ranking_shop_staff_style dl:not(:last-of-type) {
    margin-right: 25px;
}

/* 出勤情報 */
.ranking_shop_staff_item .ranking_shop_staff_schedule {
    margin-bottom: 26px;
}
.ranking_shop_staff_item .ranking_shop_staff_schedule table,
.ranking_shop_staff_item .ranking_shop_staff_schedule table th,
.ranking_shop_staff_item .ranking_shop_staff_schedule table td {
    background-color: #ffffff;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-size: 14px;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.ranking_shop_staff_item .ranking_shop_staff_schedule table th {
    background-color: #fff0d5;
    font-size: 12px;
    line-height: 22px;
    width: calc(100% / 3);
}
.ranking_shop_staff_item .ranking_shop_staff_schedule table th.week_6 {
    background-color: #7ecef4;
}
.ranking_shop_staff_item .ranking_shop_staff_schedule table th.week_7 {
    background-color: #f29c9f;
}
.ranking_shop_staff_item .ranking_shop_staff_schedule table td {
    font-size: 13px;
    height: 26px;
    vertical-align: middle;
}

/* 店舗情報 */
.ranking_shop_staff_item .ranking_shop_info {
    display: grid;
    grid-template-columns: 270px 1fr;
}

/* 店舗情報 左 */
.ranking_shop_staff_item .ranking_shop_info_item_wrapper01 {
    padding-right: 15px;
}

/* 店舗情報 右 */
.ranking_shop_staff_item .ranking_shop_info_item_wrapper02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 店舗情報 各項目 */
.ranking_shop_staff_item .ranking_shop_info_item:not(:last-of-type) {
    margin-bottom: 10px;
}
.ranking_shop_staff_item .ranking_shop_info_item dt {
    align-items: center;
    color: #2c2c2c;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.ranking_shop_staff_item .ranking_shop_info_item dd {
    -webkit-box-orient: vertical;
    color: #2c2c2c;
    display: -webkit-box;
    font-size: 16px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.ranking_shop_staff_item .ranking_shop_info_item dd a {
    color: #2c2c2c;
}

/* 店舗情報 エリアリンク */
.ranking_shop_staff_item .ranking_shop_area_link {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.ranking_shop_staff_item .ranking_shop_area_link a {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: bold;
}
