@charset "utf-8";

/*
 * #coupon_title
 ************************************************************************************************/
ul.ulib li input {
    vertical-align: middle;
    margin-left: 5px;
}
#coupon_title {
    margin-bottom: 8px;
    border-bottom: 4px solid #F39800;
    position: relative;
}

#coupon_title>.FlexBox__item:first-child:after {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #FF003B;
    bottom: -4px;
    position: absolute;
    left: 0;
}

#coupon_title h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    padding-right: 10px;
}

/*.squeeze{
    display: inline-block;
    border-radius: 3px;
    padding: 1px 6px;
    font-weight: bold;
    color: #666;
    box-shadow: 0 0 0 1px #ccc;
    vertical-align: top;
    margin-top: 3px;
    background-color: #F9F9F9;;;
}*/

/*
 * #coupon
 ************************************************************************************************/

.coupon_serch {
    position: relative;
}

.coupon_serch a.cond_plus_btn {
    position: absolute;
    top: -37px;
    left: 230px;
}

.coupon_serch .search_column{
    border-top: none;
    margin-top: 0;
}
/*
 * #coupon
 ************************************************************************************************/

#coupon {
    margin-bottom: 25px;
}

#coupon>li {
    margin-bottom: 20px;
}

.page-count {
    padding-bottom: 10px;
}

#coupon .now_coupon {
    margin-right: 20px;
    box-shadow: 0 0 0 1px #ccc inset, 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 315px;
}

#coupon li .now_coupon:last-child {
    margin-right: 0;
}

#coupon .now_title {
    font-size: 13px;
    padding: 8px 7px 2px 7px;
    height: 50px;
    display: table;
    width: 315px;
    box-sizing: border-box;
    vertical-align: middle;
    background-image: url(/img/icon/solidred_pc.jpg?imgopt=y);
    background-repeat: repeat-x;
    background-position: top left 2px;
    background-size: 10px;
    background-color: #b8090c;
}

#coupon .now_title a {
    color: white;
    font-weight: bold;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
/* ↓ ディレクタークーポン対応 2016/11/01 */
    max-width: 301px;
/* ↑ ディレクタークーポン対応 2016/11/01 */
}

.coupon_under25 {
    font-weight: bold;
    margin-bottom: 8px;
    color: #CF3247;
}

.now_course {
    padding: 10px 7px;
/* ↓ ディレクタークーポン対応 2016/11/01 */
    position: relative;
/* ↑ ディレクタークーポン対応 2016/11/01 */
}

.price_off {
    color: white;
    vertical-align: middle;
    font-size: 16px;
    text-shadow: 2px 2px 2px #840709;
    background-image: url(/img/icon/bg_off.jpg?imgopt=y);
    background-repeat: no-repeat;
    background-size: 55px;
    padding: 17px 7px;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background-position: 43% 34%;
    min-width: 44px;
    ;
}

.normal_price {
    text-decoration: line-through;
}

.normal_arrow {
    font-weight: bold;
    color: #CF3247;
    padding-top: 7px;
    display: inline-block;
    height: 10px;
}

.now_val {
    display: inline-block;
    vertical-align: middle;
}

.now_price {
    color: #FF2B5D;
    font-size: 35px;
    font-weight: bold;
	letter-spacing:-1px;
}

.now_count {
    font-weight: bold;
    color: #999;
    font-size: 15px;
}

/* ↓ クーポン必須解除対応 SC 2021/04/06 */
.course_titlename {
    color: #CF3247;
    font-size: 25px;
    font-weight: bold;
}
/* ↑ クーポン必須解除対応 SC 2021/04/06 */

.course_name {
    font-weight: bold;
    color: #CF3247;
    padding-right: 10px;
    display: inline-block;
    height: 10px;
}

.tokuhitsu {
    line-height: 18px;
    word-break: break-all;
}

.now_shop {
    padding-top: 12px;
    box-shadow: 0px -1px 0 0px #eee;
    margin-bottom: 5px;
}

.now_shop .FlexBox__item.img {
    width: 85px;
    margin: -7px 8px -7px 0px;
}

.now_shop .FlexBox__item.text {
    width: 205px;
}

.now_shop .FlexBox__item.text .shop_name {
    font-size: 13px;
    font-weight: 900;
    text-decoration: underline;
}

.now_shop .FlexBox__item.text .shop_name:hover {
    opacity: 0.7;
}

.now_shop .FlexBox__item.text .shop_data {
    line-height: 1em;
    padding: 5px 0;
}

.now_shop .FlexBox__item.text .shop_data img {
    margin-right: 3px;
}

.now_shop .FlexBox__item.text .girl_name {
    color: #666;
}

/* ↓ ディレクタークーポン対応 2016/11/01 */
.filtering_wrap {
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px 0px 12px 3px;
    margin-top: -8px;
    margin-bottom:8px;
}
ul.filter{
    float:left;
    margin-right:15px;
    margin-bottom: 5px;
}
ul.filter li{
    float:left;
    margin-right:5px;
}
ul.filter li.heading{
    font-weight:bold;
}
ul.filter li input{
    display:none;
}

ul.filter li input:checked+label{
    background:#5487ff;
    color:#fff;
    padding: 3px 4px;
    cursor: default;
}
ul.filter li label {
    cursor: pointer;
    padding: 3px 2px 3px;
    border-radius: 5px;
}
ul.filter li input:not(:checked)+label:hover {
    text-decoration:underline;
}
/* ↓ ネット予約限定クーポン追加 2022/1/18 */
p.u25,p.lim_reseve{
    display: inline-block;
    margin-right: 15px;
}
p.u25 input,p.u25 label,p.lim_reseve input,p.lim_reseve label{
    vertical-align:middle;
}
/* ↑ ネット予約限定クーポン追加 2022/1/18 */
div.search_column {
    border-bottom: none;
    margin-bottom: 8px;
}
.director {
    position: absolute;
    top: 30px;
    right: 10px;
    display: inline-block;
    padding: 3px 3px 3px 24px;
    border: #C30327 solid 3px;
    color: #C30327;
    font-weight: bold;
    font-size: 14px;
    background-image: url(/img/icon/director_coupon_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 1px;
}
/* ↑ ディレクタークーポン対応 2016/11/01 */
