@charset "utf-8";

/* ↓2021/12/20 */
/* #mypage_title { */
#mypage_favorite {
/* ↑2021/12/20 */
    position: relative;
}
/* ↓2021/12/20 */
/* #mypage_title .btn_delete_wrap { */
#mypage_favorite .btn_delete_wrap {
/* ↑2021/12/20 */
    position: absolute;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    padding: 2px 4px;
    background-color: #fff;
    border: 1px solid #877b7a;
    line-height: normal;
    font-weight: normal;
    top: 50%;
    right: 2px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ↓2021/12/20 */
/* #mypage_title .btn_delete_wrap .btn_delete { */
#mypage_favorite .btn_delete_wrap .btn_delete {
/* ↑2021/12/20 */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
/* ↓2021/12/20 */
#mypage_favorite .border {
    border-bottom: 1px solid #ccc;
}
/* ↑2021/12/20 */
#mypage_main .ng {
    padding: 10px 10px 0;
    margin: 0;
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
}
#mypage_main .announce {
    padding: 10px 10px 0;
    margin: 0;
    font-size: 11px;
    background-color: #fff;
}
#mypage_main #favorite_list .shop_item {
    /* ↓2021/12/20 */
    /* display: block; */
    /* position: relative; */
    /* padding: 10px; */
    /* padding: 10 10 10 0px; */
    /* width: 100%; */
    /* ↑2021/12/20 */
    background-color: #fff;
    box-sizing: border-box;
}
#mypage_main #favorite_list .shop_item ul {
    font-size: 0;
}
#mypage_main #favorite_list .shop_item li {
    position: relative;
    display: inline-block;
    /* ↓2021/12/20 */
    /* height: 50px; */
    /* ↑2021/12/20 */
    vertical-align: top;
}
#mypage_main #favorite_list .shop_item li a {
    display: block;
    width: 100%;
}
#mypage_main #favorite_list .shop_item li a:active {
    background-color: #fff !important;
}
/* ↓2021/12/20 */
/* #mypage_main #favorite_list .shop_item .shop_left1 {
    width: 35px;
}
#mypage_main #favorite_list .shop_item .shop_left2 {
    width: 50px;
}
#mypage_main #favorite_list .shop_item .shop_center {
    box-sizing: border-box;
}
#mypage_main #favorite_list .shop_item .shop_right {
    width: 32px;
}
#mypage_main #favorite_list .shop_item .check_wrap {
    position: relative;
    top: 50%;
}
#mypage_main #favorite_list .shop_item .check_wrap input {
    display: none;
} */
/* ↑2021/12/20 */
/* ↓2021/12/20 */
/* #mypage_main #favorite_list .shop_item .check_wrap label { */
#mypage_main #favorite_list .shop_icon .check_wrap label {
    /* box-sizing: border-box; */
    /* ↑2021/12/20 */
    cursor: pointer;
    /* ↓2021/12/20 */
    /* display: inline-block; */
    /* position: relative; */
    /* width: auto; */
    /* ↑2021/12/20 */
}
/* ↓2021/12/20 */
/* #mypage_main #favorite_list .shop_item .check_wrap label::before { */
#mypage_main #favorite_list .check_item .check_wrap label::before {
    /* background: #fff; */
    /* border: 2px solid #877b7a; */
    background: #efefef;
    border: 5px solid #efefef;
/* ↑2021/12/20 */
    content: '';
    display: block;
    /* ↓2021/12/20 */
    /* height: 16px; */
    height: 20px;
    /* ↑2021/12/20 */
    left: 4px;
    /* ↓2021/12/20 */
    /* margin-top: -9px; */
    margin-top: -12px;
    margin-left: 2px;
    /* ↑2021/12/20 */
    position: absolute;
    top: 50%;
    /* ↓2021/12/20 */
    /* width: 16px; */
    width: 20px;
    border-radius: 5px;
    /* ↑2021/12/20 */
}
/* ↓2021/12/20 */
/* #mypage_main #favorite_list .shop_item .check_wrap label::after { */
#mypage_main #favorite_list .check_item .check_wrap label::after {
    /* border-right: 3px solid #877b7a; */
    /* border-bottom: 3px solid #877b7a; */
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
/* ↑2021/12/20 */
    content: '';
    /* ↓2021/12/20 */
    /* display: block; */
    width: 9px;
    /* height: 9px; */
    height: 18px;
    /* left: 10px; */
    /* margin-top: -7px; */
    margin-top: -10px;
    left: 14px;
    margin-left: 3px;
    /* ↑2021/12/20 */
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
/* ↓2021/12/20 */
#mypage_main #favorite_list .check_item .check_wrap input:checked + label::before {
    background: #e72b4d; /* チェック時の色 */
    border-color: #e72b4d; /* チェック時の色 */
}
/* ↑2021/12/20 */
#mypage_main #favorite_list .shop_item .check_wrap input:checked + label::after {
    opacity: 1;
}
#mypage_main #favorite_list .shop_item .profile_pic {
    width: 50px;
    height: 50px;
}
/* ↓2021/12/20 */
/* #mypage_main #favorite_list .shop_item .tencho_name {
    padding: 5px 0 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mypage_main #favorite_list .shop_item .shop_detail {
    padding: 0 0 5px 5px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
/* ↑2021/12/20 */
#mypage_main #favorite_list .shop_item .btn_memo {
    /* ↓2021/12/20 */
    /* padding-top: 9px; */
    padding-top: 0px;
    /* ↑2021/12/20 */
    text-align: center;
    cursor: pointer;
}
#mypage_main #favorite_list .shop_item .btn_memo i {
    font-family: FontAwesome;
    font-size: 27px;
}
#favorite_footer_wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#favorite_footer_wrap * {
    /* ↓2021/12/20 */
    /* color: #877b7a; */
    /* ↑2021/12/20 */
    font-family: Arial, Meiryo, sans-serif;
}
#favorite_footer_base {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 95;
}
#favorite_footer_base.fixed {
    position: fixed;
    bottom: 0;
}
#action_button_wrap {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 70px;
    box-sizing: border-box;
}
#action_button_base {
    position: relative;
    padding: 0 7px 5px;
    width: 100%;
    height: auto;
    min-height: 70px;
    opacity: 1;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
    z-index: 95;
}
#action_button_base p {
    font-size: 11px;
    padding: 4px 0;
}
#action_button_base .button_box {
    text-align: center;
}
#action_button_base .action_button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: calc((100% - 6px) / 2);
    cursor: pointer;
}
#action_button_base .action_button input {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#action_button_base .action_button span {
    display: block;
    border: 1px solid #877b7a;
    background: #877b7a;
    border-width: 1px;
    font: bold 14px/1em Arial;
    color: white;
    padding: 0.7em 2em;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* ↓2021/03/30 */
#favorite_shop_wrap {
    position: relative;
    width: 120px;
    height: auto;
    box-sizing: border-box;
    display: none;
}
#favorite_shop_base {
    position: relative;
    padding: 0 7px 5px 0;
    opacity: 1;
    background-color: transparent;
    box-sizing: border-box;
    text-align: right;
    z-index: 95;
}
#favorite_shop_base * {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    line-height: 1.2;
}
#favorite_shop_base.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
#favorite_shop_base .balloon_box {
    position: relative;
    z-index: 100;
}
#favorite_shop_base .balloon_box .btn_hide_banner {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    z-index: 120;
}
#favorite_shop_base .balloon_box .btn_hide_banner .circle {
    position: relative;
    top: -9px;
    right: 8px;
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #fff;
    border: 3px solid #877b7a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0;
    padding: 0;
    transform: scale(0.45);
    text-align: center;
}
#favorite_shop_base .balloon_box .btn_hide_banner .circle i {
    font-family: FontAwesome;
    font-size: 27px;
    line-height: 1.35;
}
#favorite_shop_base .balloon_box a {
    position: relative;
    display: block;
    z-index: 110;
}
#favorite_shop_base .balloon_box img {
    width: 130px;
    height: auto;
}
#favorite_shop_base .balloon_box .balloon_content {
    position: absolute;
    top: 27px;
    left: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#favorite_shop_base .balloon_box .balloon_content .num {
    color: #f00;
    font-size: 15px;
    margin: 0 4px 0 -4px;
}
#favorite_shop_base .banner_img {
    position: relative;
    bottom: 15px;
    margin-bottom: -15px;
    width: 100%;
    overflow: hidden;
}
#favorite_shop_base .banner_img a {
    position: relative;
    display: inline-block;
    width: 100%;
}
#favorite_shop_base .banner_img img {
    width: 110px;
    height: auto;
    margin-right: 7px;
}
/* ↑2021/03/30 */
/* ↓2021/12/20 */
#mypage_main #favorite_list .shop_wrap {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-top: 5px solid #efefef;
}
#mypage_main #favorite_list .oubo_right {
    padding-left: 30px;
    color: #e72b4d;
    cursor: pointer;
}
#mypage_main #favorite_list .shop_name {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #e048a7;
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word;
}
.shop_icon {
    width: 90%;
}
.shopInfo__link {
    display: block;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.shopInfo__unit--review .shopInfo__link {
    padding-bottom: 30px;
}
.shopInfo__labelList {
    font-size: 0;
    padding-left: 0;
}
.shopInfo__labelItem {
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
}
.shopInfo__labelItem:last-child {
    margin-right: 0;
}
.shopInfo__labelImg {
    height: 19px;
    vertical-align: sub;
}
.shopInfo__topText {
    margin: 5px 10px 10px 10px;
    line-height: 1.4;
    font-size: 14px;
    color: #333 !important;
}
#mypage_main #favorite_list .shop_info {
    display: flex;
}
#mypage_main #favorite_list .shop_info .shop_item2 {
    padding-top: 5px;
    width: 100%;
}
#mypage_main #favorite_list .shop_info .shop_icon {
    display: flex;
    position: relative;
    padding: 0 10 0 10px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
#mypage_main #favorite_list .shop_info .btn_memo {
    text-align: center;
    cursor: pointer;
}
#mypage_main #favorite_list .shop_info .btn_memo i {
    font-family: FontAwesome;
    font-size: 27px;
}
#mypage_main #favorite_list .shop_info .memo {
    margin-top: 8px;
}
#mypage_main #favorite_list .shop_item .shop_right {
    width: 32px;
}
#mypage_main #favorite_list .shop_item li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#mypage_main #favorite_list .shop_item li a {
    display: block;
    width: 100%;
}
#mypage_main #favorite_list .shop_info2 {
    display: flex;
    margin: 10px 10px 0;
}
.button_wrap {
    width: 100%;
    height: auto;
}
.button_base {
    padding: 0 7px 10px;
}
.button_base p {
    font-size: 11px;
    padding: 4px 0;
}
.button_base .action_button {
    overflow: hidden;
    display: inline-block;
    width: calc((100% - 6px) / 2);
}
.button_base .action_button input {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.button_base .action_button span {
    display: block;
    border: 1px solid #e72b4d;
    background: #e72b4d;
    font: bold 14px/1em Arial;
    color: white !important;
    padding: 0.7em 2em;
    cursor: pointer;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button_base .button_box {
    text-align: center;
}
.shop_info3 {
    width: Calc(100% - 130px);
}
.shop_topImgBase {
    overflow: hidden;
    width: 130px;
    height: 100px;
}
.shopInfo__topImg {
    max-width: 100%;
}
#mypage_main #favorite_list .check_item {
    padding: 10px;
    width: 25px;
    margin-right: 3px;
}

#mypage_main #favorite_list .check_item .check_wrap input {
    display: none;
}
#mypage_main #favorite_list .check_item .check_wrap input:checked + label::after {
    opacity: 1;
}
.shopInfoConditions__list {
    padding: 0 10px;
    margin-bottom: 5px; 
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    word-break: break-all;
    word-wrap: break-word;
}
.shopInfoConditions__listImg {
    width: 20px;
    height: 20px;
}
.shopInfoConditions__listText {
    width: calc(100% - 25px);
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
}
.shopInfoConditions__listText .omitText {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shopInfoConditions__listText .omitMore {
    display: none;
    float: right;
    padding: 2px 5px 0 0;
    width: 90px;
    color: #e72b4d;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: underline;
}
.area_link {
    color: #53a6ed !important;
    text-decoration: none;
}
.shopInfoConditions__item {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shopInfoConditions__item:last-child>.shopInfoConditions__slash {
    display: none;
}
.shopInfoConditions__menu {
    padding: 0 0 0 10px;
    width: calc(100% - 25px);
}
/* ↑2021/12/20 */

/* ↓2021/12/20 */
#recommendedYourKeep_wrap .flickbtnblock {
    width: 20px;
    background-color: #efefef;
}
#recommendedYourKeep_wrap .yourkeep_slider {
    margin: 0 auto;
    width: 98%;
}
#recommendedYourKeep_wrap .slick-prev {
    left: -15px;
    z-index: 10;
}
#recommendedYourKeep_wrap .slick-next {
    right: -15px;
}
#recommendedYourKeep_wrap .slick-arrow:before{
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#recommendedYourKeep_wrap .slick-prev::before {
    background: url(../img/s/flick_arrow2.gif) no-repeat;
    background-size: contain;
}
#recommendedYourKeep_wrap .slick-next::before {
    background: url(../img/s/flick_arrow1.gif) no-repeat;
    background-size: contain;
}
#recommendedYourKeep_wrap .flickblock {
    background-color: #efefef;
}
#recommendedYourKeep_wrap .flickblock .flicktable {
    background-color: #ffffff;
    margin: 20px 0px;
    border-radius: 10px;
    table-layout: fixed;
    width: 100%;
}
#recommendedYourKeep_wrap .flickblock .flicktable .prtitle {
    margin: 10px 0px 10px 15px;
    font-weight: bold;
}
#recommendedYourKeep_wrap .flickblock .flicktable .prtitle p {
    display: inline;
    border: 2px solid #877b7a;
    border-radius: 4px;
    padding: 1px 7px;
    margin: 0px 5px 0px 0px;
}
#recommendedYourKeep_wrap .flickblock .flicktable .iconFavorite {
    float: right;
    margin: -30px 10px 0px 0px;
    width: 40px;
    height: 40px;
}
#recommendedYourKeep_wrap .flickblock .flicktable .shopInfo {
    display: flex;
}
#recommendedYourKeep_wrap .flickblock .flicktable .shopInfo .shopImg {
    width: 150px;
    height: 100px;
    margin: 0px 5px 0px 15px;
    overflow: hidden;
}
#recommendedYourKeep_wrap .flickblock .flicktable .shopInfo .shopImg img {
    max-width: 100%;
}
#recommendedYourKeep_wrap .flickblock .flicktable .shopInfo .shopIntroduction {
    width: 70%;
}
#recommendedYourKeep_wrap .flickblock .flicktable .shopInfo .shopIntroduction .shopName {
    color: #e048a7;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
#recommendedYourKeep_wrap .flickblock .flicktable .shopInfo .shopIntroduction .shopMaincatch {
    overflow-wrap: anywhere;
    color: #333;
    font-weight: bold;
}
#recommendedYourKeep_wrap .flickblock .flicktable .area,
#recommendedYourKeep_wrap .flickblock .flicktable .kyuyo,
#recommendedYourKeep_wrap .flickblock .flicktable .kinmu {
    margin: 10px 10px 10px 15px;
    width: 90%;
    display: flex;
}
#recommendedYourKeep_wrap .flickblock .flicktable .areaName,
#recommendedYourKeep_wrap .flickblock .flicktable .kyuyostr,
#recommendedYourKeep_wrap .flickblock .flicktable .kinmustr {
    margin: 0px 0px 0px 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 560px以上 */
@media only screen and (min-width: 560px) {
    #recommendedYourKeep_wrap .yourkeep_slider {
        width: 97%;
    }
}
@media only screen and (max-width: 559px) {
    #recommendedYourKeep_wrap .yourkeep_slider {
        width: 90%;
    }
}
/* ↑2021/12/20 */
/* ↓2023/04/18 百名店検討中リスト表示 */
.shop_hyakumeiten_info {
    display: flex;
    padding: 10px 10px 5px;
    justify-content: space-between;
    align-items: center;
}
.shop_hyakumeiten_icon {
    font-size: 12px;
    padding: 3px 6px;
    background: #44DCC1;
    color: #FFFFFF !important;
    border-radius: 5px;
    background-image: linear-gradient(-20deg, #30CAAF 0% , #30CAAF 50% , #47DDC2 50% , #47DDC2 100% );
    background-size: calc(100% + 30px);
}
.shop_hyakumeiten_keepButton {
    font-size: 12px;
    padding: 3px 6px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 2px solid;
    color: #F6A5B7 !important;
    display: flex;
    align-items: center;
}
.shop_hyakumeiten_keepButton img{
    filter: hue-rotate(295deg);
    width: 20px;
    margin-right: 4px;
    padding: 0 0 1px;
}
.shop_hyakumeiten_keepButton.is-hidden {
    display: none;
}
#mypage_main #favorite_list.hyakumeiten .shop_info .shop_icon {
    background: transparent;
    padding: 0 10px;
}
#mypage_main #favorite_list.hyakumeiten .shop_name {
    margin: 0;
}
#mypage_main #favorite_list.hyakumeiten .shop_info .shop_item2 {
    padding: 0;
}
/* ↑2023/04/18 百名店検討中リスト表示 */

