@charset "UTF-8";

/* ****************************************
 * 店舗ページ全般
 * ****************************************/

/* ********************
 * 共通レイアウト
 * ********************/
#contents_center {
    display: flex;
    flex-direction: column;
}

#contents_center_main {
    flex: auto;
}
#contents_center_main > article {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#article_contents {
    height: 100%;
}

#article_contents_left {
    flex: 1;
    width: 100%;
}
#article_contents_right {
    width: 160px;
}


/* ********************
 * 表示するデータがないときの注意文
 * ********************/
.shop_no_item_caution {
    margin-top: 100px;
    text-align: center;
}


/* ********************
 * リンクボタン
 * ********************/
.shop_link01 {
    margin: 0 auto;
    width: 260px;
}
.shop_link01 a {
    align-items: center;
    background-color: #1a7760;
    border: 1px solid #1a7760;
    border-radius: 27px;
    box-shadow: inset 0 0 0 1px #b5fdeb, 0px 2px 2px 0 rgba(3, 3, 3, 0.2);
    color: #ffffff;
    display: flex;
    font-size: 18px;
    height: 54px;
    justify-content: center;
    position: relative;
    text-decoration: none;
}
.shop_link01 a::after {
    background-image: url('/img/view/pc/shop/icon_arrow_link_deli.png?20251024');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 24px;
    right: 12px;
    position: absolute;
    top: calc(50% - 12px);
    width: 14px;
}
body.esthe .shop_link01 a {
    background-color: #1a2777;
    border: 1px solid #1a2777;
    box-shadow: inset 0 0 0 1px #b5c9fd, 0px 2px 2px 0 rgba(3, 3, 3, 0.2);
}
body.esthe .shop_link01 a::after {
    background-image: url('/img/view/pc/shop/icon_arrow_link_esthe.png?20251024');
}


/* ********************
 * 集客 NEWS アイテム
 * ********************/
/* ヘッダー */
.common_shop_notice_item .common_shop_notice_item_title {
    display: block;
    max-height: initial;
    overflow: auto;
}

/* 本体 */
.common_shop_notice_item .common_shop_notice_item_body {
    display: block;
    overflow: auto;
}
.common_shop_notice_item .common_shop_notice_item_image {
    float: left;
    height: auto;
}
.common_shop_notice_item .common_shop_notice_item_text_wrapper {
    display: block;
    height: auto;
}
.common_shop_notice_item .common_shop_notice_item_text {
    display: block;
    max-height: initial;
    overflow: initial;
    word-wrap: anywhere;
}
.common_shop_notice_item .common_shop_notice_item_text p:not(:last-of-type) {
    margin-bottom: .75em;
    word-break: break-all;
}


/* ********************
 * スタッフ アイテム
 * ********************/
.shop_staffs {
    column-gap: 5px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 4px;
}
.shop_staffs .shop_staff_item_wrapper a {
    color: #333333;
    display: block;
    height: 100%;
    text-decoration: none;
}

.shop_staff_item {
    background-color: #f2f2f2;
    height: 100%;
    padding: 17px 0;
    text-align: center;
    width: 152px;
}

/* 画像 */
.shop_staff_item .shop_staff_item_image_wrapper {
    height: calc(118px * (200 / 145));
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 118px;
}
.shop_staff_item .shop_staff_item_image img {
    height: auto;
    width: 118px;
}

.shop_staff_item .shop_staff_item_image_icon {
    bottom: 1.5px;
    left: 1.5px;
    position: absolute;
}
.shop_staff_item .shop_staff_item_image_icon img {
    height: 38px;
    width: 38px;
}

/* クラス */
.shop_staff_item .shop_staff_item_class_grade {
    border: 1px solid #1a7760;
    -webkit-box-orient: vertical;
    color: #1a7760;
    display: -webkit-box;
    font-size: 12px;
    height: 18px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 16px;
    margin: 5px auto 0 auto;
    overflow: hidden;
    padding-left: 3px;
    width: 118px;
    word-break: break-all;
}
body.esthe .shop_staff_item .shop_staff_item_class_grade {
    border: 1px solid #1a2777;
    color: #1a2777;
}

/* 名前 */
.shop_staff_item .shop_staff_item_name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 24px;
    overflow: hidden;
    padding: 0 2px;
    word-break: break-all;
}

/* 身長・スリーサイズ */
.shop_staff_item .shop_staff_item_style {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 10px;
    height: 10px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 1;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: break-all;
}
.shop_staff_item .shop_staff_item_style dl,
.shop_staff_item .shop_staff_item_style dl dt,
.shop_staff_item .shop_staff_item_style dl dd {
    display: inline-block;
}
.shop_staff_item .shop_staff_item_style dl:not(:last-of-type) {
    margin-right: .4em;
}

/* 入店予定 */
.shop_staff_item .shop_staff_item_soon_date {
    color: #024dc9;
    font-size: 14px;
    line-height: 37px;
}

/* 出勤状態 */
.shop_staff_item .shop_staff_item_status {
    color: #ffffff;
    font-size: 12px;
    height: 19px;
    line-height: 18px;
    margin: 0 auto;
    padding-top: 1px;
    width: 118px;
}
.shop_staff_item .shop_staff_item_status.status1 {
    background-color: #7c7c7c;
}
.shop_staff_item .shop_staff_item_status.status2 {
    background-color: #6d4201;
}
.shop_staff_item .shop_staff_item_status.status3 {
    background-color: #00a0e9;
}
.shop_staff_item .shop_staff_item_status.status4,
.shop_staff_item .shop_staff_item_status.status99 {
    background-color: #26b08e;
}
body.esthe .shop_staff_item .shop_staff_item_status.status4,
body.esthe .shop_staff_item .shop_staff_item_status.status99 {
    background-color: #589bcf;
}
.shop_staff_item .shop_staff_item_status.status5 {
    background-color: #ff9000;
}
.shop_staff_item .shop_staff_item_status.status6 {
    background-color: #7c7c7c;
}

.shop_staff_item .shop_staff_item_status_time {
    font-size: 12px;
    height: 1em;
    line-height: 1;
    margin-top: 6px;
}


/* ********************
 * VIPユーザーエピソード（集客）
 * ********************/
.shop_super_luxury_episode {
    background-color: #d2e4e0;
    padding: 10px;
}
body.esthe .shop_super_luxury_episode {
    background-color: #cbcfd8;
}

.shop_super_luxury_episode_episode {
    color: #010000;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 0 2px;
    word-break: break-all;
}
.shop_super_luxury_episode_episode p:not(:last-of-type) {
    margin-bottom: .75em;
}
.shop_super_luxury_episode_episode p:first-of-type:first-letter {
    color: #1a7760;
    font-size: 28px;
}
body.esthe .shop_super_luxury_episode_episode p:first-of-type:first-letter {
    color: #015580;
}

.shop_super_luxury_episode_item  {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.shop_super_luxury_episode_item dt {
    align-items: center;
    background-color: #1a7760;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    height: 22px;
    font-size: 14px;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    width: 120px;
}
body.esthe .shop_super_luxury_episode_item dt {
    background-color: #015580;
}
.shop_super_luxury_episode_item dd {
    color: #084842;
    flex: 1;
    font-size: 16px;
    line-height: 1;
}
body.esthe .shop_super_luxury_episode_item dd {
    color: #015580;
}

/* 投稿日 */
.shop_super_luxury_episode .release_date {
    font-size: 14px;
    text-align: right;
}


/* ********************
 * サブページのタイトル
 * ********************/
.shop_sub_page_header {
    align-items: center;
    column-gap: 10px;
    display: grid;
    margin: 6px 0 18px 0;
    padding-left: 4px;
}
.shop_sub_page_image {
    margin: 0 auto;
}
.shop_sub_page_title {
    color: #1a7760;
    font-size: 24px;
    line-height: 34px;
}
body.esthe .shop_sub_page_title {
    color: #1a2777;
}


/* ********************
 * ヘッダー
 * ********************/
#shop-header_image img {
    height: 196px;
    width: 950px;
}

#shop-header {
    background-color: #ffffff;
    margin-bottom: 15px;
    position: sticky;
    top: 0;
    width: 950px;
    z-index: 1000;
}

#shop-header .shop_data {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 12px;
    padding-top: 10px;
}

/* 店舗名 */
#shop-header .shop_data .left {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    padding-left: 10px;
}
#shop-header .shop_data .left .shop_name {
    color: #755f35;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    word-break: break-all;
}
#shop-header .shop_data .left .shop_name a {
    color: #755f35;
    text-decoration: none;
}
#shop-header .shop_data .left .shop_name a:hover {
    text-decoration: underline;
}
#shop-header .shop_data .left .area {
    color: #755f35;
    font-size: 15px;
    line-height: 1.2;
    word-break: break-all;
}

/* 公式サイトなど */
#shop-header .shop_data .center {
    display: flex;
    margin-left: 15px;
}
#shop-header .shop_data .center .center_item {
    height: 56px;
    width: 56px;
}
#shop-header .shop_data .center .center_item:not(:first-of-type) {
    margin-left: 10px;
}
#shop-header .shop_data .center .center_item a {
    display: block;
}
#shop-header .shop_data .center .center_item img {
    display: block;
    height: 56px;
    width: 56px;
}
#shop-header .shop_data .center .center_item .line {
    cursor: pointer;
}

/* 電話番号など */
#shop-header .shop_data .right {
    margin-left: 10px;
}
#shop-header .shop_data .right.tel_num10 {
    max-width: 270px;
    min-width: 270px;
}
#shop-header .shop_data .right.tel_num11 {
    max-width: 290px;
    min-width: 290px;
}
#shop-header .shop_data .right .tel_wrapper {
    align-items: center;
    column-gap: 3px;
    display: grid;
    grid-template-columns: 32px 1fr;
    margin-bottom: 5px;
}
#shop-header .shop_data .right .tel_icon {
    height: 32px;
    margin-top: -2px;
    width: 32px;
}
#shop-header .shop_data .right .tel {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
#shop-header .shop_data .right .time_wrapper {
    align-items: center;
    column-gap: 5px;
    display: grid;
    grid-template-columns: 16px 1fr;
}
#shop-header .shop_data .right .time_icon {
    height: 16px;
    margin-top: -1px;
    width: 16px;
}
#shop-header .shop_data .right .time {
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    word-break: break-all;
}

/* ナビゲーション */
#shop-header .navi ul {
    display: flex;
}
#shop-header .navi ul li {
    width: calc(950px / 8);
}
#shop-header .navi ul li a {
    align-items: center;
    background-image: linear-gradient(to top, #cccbcb, #e3e2e2);
    border: solid 1px #cccbcb;
    display: flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    position: relative;
    text-decoration: none;
}
#shop-header .navi ul li:not(.recruit_main) a {
    color: #1a7760;
}
#shop-header .navi ul li.recruit_main a {
    color: #f05a85;
}
body.esthe #shop-header .navi ul li:not(.recruit_main) a {
    color: #1a2777;
}
#shop-header .navi ul li a::after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 2px;
    left: 4px;
    position: absolute;
    top: 36px;
    width: 109px;
}

#shop-header .navi ul li:not(.recruit_main).active a,
#shop-header .navi ul li:not(.recruit_main) a:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #1a7760, #23a686);
    border-color: #1a7760;
}
#shop-header .navi ul li.recruit_main.active a,
#shop-header .navi ul li.recruit_main a:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #df2253, #ff82a2);
    border-color: #df2253;
}
body.esthe #shop-header .navi ul li:not(.recruit_main).active a,
body.esthe #shop-header .navi ul li:not(.recruit_main) a:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #1a2777, #084b9e);
    border-color: #1a2777;
}

#shop-header .navi ul li.active a::after,
#shop-header .navi ul li a:hover::after {
    display: none;
}

#shop-header .navi li.disabled {
    align-items: center;
    background-image: linear-gradient(to top, #cccbcb, #e3e2e2);
    border: solid 1px #cccbcb;
    color: #9e9e9e;
    display: flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    position: relative;
}
#shop-header .navi ul li.disabled::after {
    background-color: #ffffff;
    content: '';
    display: block;
    height: 2px;
    left: 4px;
    position: absolute;
    top: 36px;
    width: 128px;
}


/* ********************
 * LINEポップアップ
 * ********************/
#shop-line_popup {
    background-color: #ffffff;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 3.8px 5.9px 13px 0 rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 200px;
    width: 450px;
    z-index: 20000;
}
#shop-line_popup.active {
    display: block;
}
#shop-line_popup .line_popup_header {
    background-color: #00b900;
    position: relative;
}
#shop-line_popup .line_popup_close {
    background-color: #ffffff;
    border-radius: 1px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 30px;
}
#shop-line_popup .line_popup_close::before,
#shop-line_popup .line_popup_close::after {
    background-color: #00b900;
    border-radius: 1px;
    content: '';
    display: block;
    height: 2px;
    left: 5px;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
    width: 20px;
}
#shop-line_popup .line_popup_close::after {
    transform: rotate(-45deg);
}
#shop-line_popup .line_popup_title {
    color: #ffffff;
    font-size: 20px;
    line-height: 46px;
    padding: 2px 30px 0 0;
    text-align: center;
}
#shop-line_popup .line_popup_title::before {
    background-image: url('/img/view/pc/shop/icon_line_popup.png?20251024');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 26px;
    margin-right: 5px;
    width: 29px;
    vertical-align: -6px;
}

#shop-line_popup .line_popup_body {
    padding: 20px 15px 15px 15px;
}

#shop-line_popup .line_popup_id {
    align-items: center;
    background-color: #d0f2d0;
    display: flex;
    margin-bottom: 20px;
    padding: 9px 9px 9px 0;
}
#shop-line_popup .line_popup_id dt {
    text-align: center;
    width: 100px;
}
#shop-line_popup .line_popup_id dd {
    background-color: #ffffff;
    flex: 1;
    line-height: 1.3;
    padding: 10px 5px 10px 15px;
    word-break: break-all;
}

#shop-line_popup .line_popup_qr_box {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
#shop-line_popup .line_popup_qr_box .qr {
    height: 100px;
    width: 100px;
}
#shop-line_popup .line_popup_qr_box .qr canvas {
    display: block;
}
#shop-line_popup .line_popup_qr_box p {
    font-size: 17px;
    line-height: 1.4;
    margin-left: 20px;
}

#shop-line_popup .line_popup_please {
    background-color: #d0f2d0;
    line-height: 1.3;
    padding: 7px 0;
    text-align: center;
}


/* ********************
 * 左側 エリアで探す
 * ********************/
#side_menu-area_list {
    margin-bottom: 50px;
}


/* ********************
 * 左側 ワイドスカイスクレイパー
 * ********************/
#shop-wide_sky_banner {
    position: sticky;
    top: 79px;
}
#shop-wide_sky_banner img {
    height: 600px;
    width: 160px;
}


/* ********************
 * 右側 お気に入りに追加ボタン・店舗タイプ・在籍女性タイプ／業態（ジャンル
 * ********************/
#article_contents_right_sale {
    position: sticky;
    top: 136px;
}


/* ********************
 * 右側 お気に入りに追加ボタン
 * ********************/
#shop-favorite {
    height: 40px;
}
#shop-favorite .favorite_btn_add,
#shop-favorite .favorite_btn_on {
    cursor: pointer;
    display: none;
}
#shop-favorite .favorite_btn_add:hover::after,
#shop-favorite .favorite_btn_on:hover::after {
    display: none;
}


/* ********************
 * 右側 店舗タイプ
 * ********************/
#shop-shop_type {
    margin-top: 10px;
    width: 160px;
}
#shop-shop_type .shop_type_title {
    background-color: #1a7760;
    border-radius: 11px 11px 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
body.esthe #shop-shop_type .shop_type_title {
    background-color: #1a2777;
}
#shop-shop_type .shop_type_icon_list {
    border: solid 2px #1a7760;
    border-radius: 0 0 11px 11px;
    border-top: none;
    padding: 4px 6px 6px 6px;
}
body.esthe #shop-shop_type .shop_type_icon_list {
    border-color: #1a2777;
}
#shop-shop_type .shop_type_icon_list li {
    position: relative;
}
#shop-shop_type .shop_type_icon_list li:not(:last-of-type) {
    margin-bottom: 4px;
}

#shop-shop_type .shop_type_icon {
    align-items: center;
    border-radius: 11px;
    color: #ffffff;
    cursor: default;
    display: flex;
    font-size: 14px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    padding-top: 2px;
}
#shop-shop_type .shop_type_icon.off {
    background-color: #d9d9d9;
}

#shop-shop_type .shop_type_icon_description {
    align-items: center;
    background-color: #fefeeb;
    border: solid 2px #1a7760;
    border-radius: 4px;
    box-shadow: 2.3px 3.3px 4px 0 rgba(3, 3, 3, 0.6);
    color: #1a7760;
    display: none;
    font-size: 20px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    padding-top: 3px;
    position: absolute;
    right: 155px;
    top: -10px;
    width: 400px;
}
body.esthe #shop-shop_type .shop_type_icon_description {
    border-color: #1a2777;
    color: #1a2777;
}
#shop-shop_type .shop_type_icon_description::before {
    border-color: transparent transparent transparent #1a7760;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    content: '';
    display: block;
    position: absolute;
    right: -16px;
    top: 10px;
}
#shop-shop_type .shop_type_icon_description::after {
    border-color: transparent transparent transparent #fefeeb;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    content: '';
    display: block;
    position: absolute;
    right: -12px;
    top: 10px;
}


/* ********************
 * 右側 在籍女性タイプ／業態（ジャンル）
 * ********************/
#shop-shop_genre {
    margin-top: 10px;
}
#shop-shop_genre .shop_genre_title {
    background-color: #1a7760;
    border-radius: 11px 11px 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
body.esthe #shop-shop_genre .shop_genre_title {
    background-color: #1a2777;
}
#shop-shop_genre .genre_icon_list {
    border: solid 2px #1a7760;
    border-radius: 0 0 11px 11px;
    border-top: none;
    padding: 4px 6px 6px 6px;
}
body.esthe #shop-shop_genre .genre_icon_list {
    border-color: #1a2777;
}
#shop-shop_genre .genre_icon {
    border-radius: 11px;
    font-size: 14px;
    height: 22px;
    width: 100%;
}
#shop-shop_genre .genre_icon:not(:last-of-type) {
    margin-bottom: 4px;
}


/* ********************
 * 無料店舗用文言
 * ********************/
#shop-free_sentence > div {
    background-color: #e9e4db;
    border: 2px solid #664500;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 600px;
}
#shop-free_sentence > div p:not(:last-of-type) {
    margin-bottom: .75em;
}


/* ********************
 * ページ下部の小エリア、または、中エリアへのリンク
 * ********************/
#shop-area_link_bottom {
    margin-top: 80px;
    text-align: center;
}
