@charset "UTF-8";
.just_price .hl {
    height: auto;
    max-width: 414px;
    background-color: transparent;
    text-align: left;
    padding: 4px;
    margin: auto;
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
}
.just_price .hl img {
    height: 22px;
}
/* --------------------------------------- */
/* list */
/* --------------------------------------- */
.mainarea .hl_pokkiri {
    margin: 0 0 4px;
    font-size: 17px;
    line-height: 30px;
    color: #333;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #f6d63f;
    background-color: #ffffef;
    padding: 5px;
    font-weight: bold;
}
.txt_info.pokkiri {
    text-align: left;
    padding: 4px 6px 6px;
    font-weight: bold;
    color: #ff60a0;
    font-size: 15px;
}
.pokkiri_msg {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 14px;
    position: fixed;
    bottom: 4px;
    right: 4px;
    left: 4px;
    z-index: 100;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 10px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    font-weight: bold;
}
/* --------------------------------------- */
/* list conditions:Price range */
.range_select {
    max-width: 414px;
    margin: auto;
    box-sizing: border-box;
}
.range_select {
    flex-wrap: wrap;
    padding: 0 2px 3px;
}
.range_select .elm {
    flex: 1 1 50%;
    padding: 2px 2px 6px;
    box-sizing: border-box;
}
.range_select .num {
    height: 19px;
    vertical-align: middle;
}
.range_select .lbl_1l {
    height: 10px;
    vertical-align: middle;
    margin-left: 2px;
}
.range_select .lbl_2l {
    height: 18px;
    vertical-align: middle;
    margin-left: 2px;
}
.range_select .mark {
    height: 3px;
    margin: auto 2px;
    vertical-align: middle;
}
.range_select .arrow_icon {
    border-width: 2px;
    padding-right: 20px;
    height: 30px;
    line-height: 28px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 3px solid #f90;
    border-radius: 10px;
    background-color: #FFF3E0;
    box-shadow: 0 3px 0 #7F4A00;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
}
.range_select .arrow_icon::after {
    height: 100%;
    line-height: inherit;
    font-size: 16px;
    right: 0;
    width: 32px;
    color: #FFF3E0;
    background-color: #f90;
    border-radius: 0 4px 4px 0;
    opacity: 1;
    content: '\e90b';
    text-shadow: none;
}
.range_select .arrow_icon:active, .range_select .arrow_icon.selected {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
}
.range_select .arrow_icon.selected {
    background-color: #ff4141;
    border-color: #ff4141;
    box-shadow: none;
    padding-right: 0;
    padding-left: 18px;
}
.range_select .arrow_icon.selected img {
    filter: brightness(100) invert(0);
}
.range_select .arrow_icon.selected::after {
    right: auto;
    left: 0;
    background-color: transparent;
    content: '\e943';
    color: #fff;
    font-size: 26px;
    padding-left: 6px;
}
/* --------------------------------------- */
/* list conditions:tab */
.tablist {
    margin: 0;
    padding: 5px 5px 0;
    display: flex;
    border-bottom: solid 3px #ff4141;
    background-color: #5a5a5a;
}
.tablist .tab {
    margin-bottom: -1px;
    padding: 6px 4px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    flex: 1 0 auto;
    text-shadow: 1px 1px 0 #6b160d;
}
@media screen and (max-width: 360px) {
    .tablist .tab {
        font-size: 12px;
    }
}
.tablist > .active {
    border-radius: 5px 5px 0 0;
    background-color: #ff4141;
}
/* --------------------------------------- */
/* list conditions:button */
.btnlist {
    padding: 4px 5px 2px;
    border-bottom: 1px solid #ccc;
    background-color: #fff4f8;
}
.btnlist:nth-of-type(even) {
    background-color: #fff9db;
}
.local_area .tablist + .btnlist {
    background-color: #fff9db;
}
.local_area .btnlist .elm a {
    color: #ff9042;
    padding: 0 12px;
    border: 1px solid #ff9042;
}
.local_area .btnlist .elm.active > a {
    padding: 0 12px;
    font-weight: bold;
    cursor: default;
    color: #fff;
    background-color: #ff9042;
}
.btnlist .elm {
    padding-bottom: 2px;
    margin-bottom: 2px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
}
.btnlist .elm .btn {
    height: 30px;
    line-height: 30px;
    display: block;
    box-sizing: border-box;
    color: #686868;
    border-radius: 4px;
    background-color: #fff;
}
.btnlist .elm.active .btn {
    padding: 0 12px;
    font-weight: bold;
    cursor: default;
    color: #fff;
    background-color: #ff82b4;
}
.btnlist:nth-of-type(even) .elm.active .btn {
    background-color: #ff9042;
}
/* --------------------------------------- */
/* list contents */
/* --------------------------------------- */
/* list item frame */
.pokkiri-list > li {
    padding: 8px 4px;
}
.pokkiri-list > li:not(:last-child) {
    border-style: dashed;
    border-color: #ccc;
    border-bottom-width: 1px;
}
/* --------------------------------------- */
/* 店名 */
.pokkiri-list .arrow_icon {
    display: block;
    padding-right: 20px;
    max-width: 480px;
    box-sizing: border-box;
}
.pokkiri-list .arrow_icon::after {
    right: 0;
}
.pokkiri-list .shop_name {
    font-size: 18px;
    font-weight: bold;
    color: #0080de;
}
.local_area .pokkiri-list .shop_name {
    color: #ff0;
}
.pokkiri-list .shop_type-area {
    margin-bottom: 4px;
    padding: 0 1px;
}
.local_area .pokkiri-list .shop_type-area {
    margin-top: 0;
}
/* --------------------------------------- */
.pokkiri-list .c_img, .pokkiri-list .c_content {
    float: left;
    box-sizing: border-box;
}
/* サムネイル */
.pokkiri-list .c_img {
    width: 90px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.pokkiri-list .c_img .shop_img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 360px) {
    .pokkiri-list .c_img {
        width: 80px;
        height: 107px;
    }
}
/* --------------------------------------- */
/* 金額枠 */
.pokkiri-list .c_content {
    padding: 0 5px;
    font-size: 12px;
    width: 72%;
    width: calc(100% - 90px);
}
@media screen and (max-width: 360px) {
    .pokkiri-list .c_content {
        width: 74%;
        width: calc(100% - 80px);
    }
}
/* --------------------------------------- */
/* 金額 */
.pokkiri-list .course_info.fl_base {
    align-items: baseline;
    justify-content: center;
}
.pokkiri-list .course_info {
    padding: 8px 4px;
    font-size: 14px;
}
@media screen and (max-width: 360px) {
    .pokkiri-list .course_info {
        font-size: 12px;
    }
}
.pokkiri-list .num {
    margin-right: 2px;
    color: #ff4141;
}
.pokkiri-list .course_time, .pokkiri-list .course_price {
    margin-right: 2px;
}
.pokkiri-list .course_time .num {
    font-size: 1.36em;
}
.pokkiri-list .course_price .num {
    font-size: 2em;
}
.pokkiri-list .order_fee {
    font-size: 1.15em;
}
.pokkiri-list .order_fee::before {
    content: '/';
    margin: 0 4px;
    font-size: 1.2em;
    font-weight: normal;
}
.pokkiri-list .course_info .notice {
    color: #00f;
}
.local_area .course_info .notice {
    color: #92ffdc;
}
@media screen and (max-width: 360px) {
    .pokkiri-list .course_price .num {
        font-size: 1.6em;
    }
}
/* --------------------------------------- */
/* 対象日時 */
.pokkiri-list .pokkiri_date {
    margin-top: 6px;
    margin-bottom: 4px;
}
.pokkiri-list .lbl_date {
    font-weight: bold;
    color: #00f;
}
.local_area .pokkiri-list .lbl_date {
    color: #92ffdc;
}
/* 祝日不可 */
.pokkiri-list .txt_notice {
    color: #f00;
}
.pokkiri-list .pokkiri_date .txt {
    margin-top: 2px;
}
/* --------------------------------------- */
/* フリー入力欄 */
.pokkiri-list .pokkiri_free {
    clear: both;
    font-size: 12px;
    padding-top: 4px;
    border: 1px dotted #969696;
    padding: 4px 8px;
    border-radius: 4px;
    max-width: 382px;
    box-sizing: border-box;
    background-color: #def1ff;
}
/* --------------------------------------- */
.pokkiri-list .price-tag {
    width: auto;
    max-width: 382px;
    min-height: 36px;
    margin: 2px 0 0;
    padding: 0;
    font-weight: bold;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #969696;
    overflow: hidden;
    height: auto;
    background: none;
    border-radius: 4px;
    display: block;
    background-color: #fff;
}
.local_area .pokkiri-list .price-tag {
    background-color: transparent;
}
.pokkiri-list .c_txt {
    display: block;
    text-align: left;
    font-weight: initial;
    padding: 4px;
    line-height: 1.5em;
    background-color: #def1ff;
}
.local_area .pokkiri-list .c_txt,
.local_area .pokkiri-list .pokkiri_free{
    color: #fff;
    background-color: #353535;
}
.pokkiri-list .price-tag::before, .pokkiri-list .price-tag::after {
    width: 0;
    height: 0;
    display: block;
    content: '';
    border-style: solid;
    border: none;
}
.pokkiri-list .price-tag .small {
    font-size: 15px !important;
}
.c_txtTag {
    border-radius: 6px;
    padding: 3px 7px;
    color: #111;
    display: inline-block;
    margin-right: 3px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1em;
    background-color: #fff;
}
.local_area .c_txtTag {
    background-color: #ababab;
}
/* --------------------------------------- */
/* 店舗コンテンツリンク */
.btnBox {
    max-width: 480px;
    clear: both;
    padding: 10px 1px 4px;
}
.pokkiriBtn {
    width: 100%;
}
.pokkiriBtn td {
    width: 50%;
    padding: 0 3px;
}
.pokkiriBtn .link_btn {
    padding: 6px 0px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 4, 0.6);
    display: block;
    line-height: 1.4em;
    text-align: center;
    font-size: 15px;
}
.pokkiriBtn .btn_img {
    padding-right: 3px;
}
.pokkiri-list .link_btn.btn_girl {
    background-color: #ff7991;
    box-shadow: #a23b55 0px 3px 0px;
}
.pokkiri-list .link_btn.btn_shop {
    background-color: #2ec19f;
    box-shadow: #1e7745 0px 3px 0px;
}
.pokkiriBtn .link_btn:active {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
}
@media screen and (max-width: 320px) {
    .pokkiriBtn .btn_img {
        display: none;
    }
}