.pcwidgets .pcwidgets-contents {
    background-color: #fff;
}
.FlexBox {
    display: flex;
    width: 100%;
}
.FlexBox--justify {
    justify-content: space-between;
}
.FlexBox--reverse {
    flex-direction: row-reverse;
}
.FlexBox--column {
    flex-direction: column;
}
.FlexBox--Wrap {
    flex-wrap: wrap;
}
.FlexBox--middle {
    align-items: center;
}
.FlexBox--baseline {
    align-items: baseline;
}
.FlexBox--end {
    align-items: flex-end;
}
.FlexBox__item {
    display: block;
}
.bold {
    font-weight: bold;
}
.fz12 {
    font-size: 12px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.coupon_list {
    margin-bottom: 35px;
}
.coupon_box {
    background: white none repeat scroll 0 0;
    margin: 0 80px -3px;
    width: 800px;
/* ↓アンカーリンク対応 Sc-hayakawa 2018/11/28 */
    position: relative;
/* ↑アンカーリンク対応 Sc-hayakawa 2018/11/28 */
}
.coupon_paper {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 3px solid #ccc;
    box-sizing: border-box;
    display: block;
    padding: 0;
    width: 100%;
}
.now_coupon {
    background: white none repeat scroll 0 0;
    color: white;
    display: block;
}
.now_title {
    background-color: #b8090c;
    background-image: url("/img/icon/solidred_pc.jpg?imgopt=y");
    background-position: left 2px top;
    background-repeat: repeat-x;
    background-size: 10px auto;
    box-sizing: border-box;
    color: white;
    font-size: 15px;
    height: 58px;
    overflow: hidden;
    padding: 22px 10px 0 20px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.now_course {
    border-bottom: 3px solid #ccc;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    color: #333;
    font-size: 12px;
    width: 794px;
    display: -webkit-box;
}
.now_course .img {
    padding-bottom: 12px;
}
.now_course .text_girlname {
    color: #333;
    font-size: 13px;
}
.now_course .text_girlsize {
    color: #333;
    font-size: 10px;
}
.now_date {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}
.price_off {
    background-image: url("/img/icon/bg_off.jpg?imgopt=y");
    background-position: 43% 34%;
    background-repeat: no-repeat;
    background-size: 68px auto;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-right: 8px;
    min-width: 56px;
    padding: 21px 7px;
    text-align: center;
    text-shadow: 2px 2px 2px #840709;
    vertical-align: middle;
}
.price_off .off_font {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-top: 2px;
}
.now_val {
    display: inline-block;
    vertical-align: middle;
}
.now_price {
    color: #f44336;
    font-size: 46px;
    font-weight: bold;
}
.now_count {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 7px;
}
/* ↓ クーポン必須解除対応 SC 2021/04/06 */
.course_titlename {
    color: #CF3247;
    font-size: 35px;
    font-weight: bold;
}
/* ↑ クーポン必須解除対応 SC 2021/04/06 */
.course_name {
    color: #cf3247;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.now_shop {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 25px;
    width: 250px;
}
.now_shop .img img {
    max-width: 100%;
}
.now_text {
    box-sizing: border-box;
/* ↓ ディレクタークーポン対応 2016/11/01 */
    /*width: 544px;*/
    width: 100%;
    position: relative;
/* ↑ ディレクタークーポン対応 2016/11/01 */
}
.now_text .now_limit {
    padding: 25px;
}
.now_text .now_limit .now_condition {
    padding-top: 20px;
}
.text_condition {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}
.pcwidgets .pcwidgets-contents .now_more {
    color: #333;
    margin: 0 80px;
    padding: 35px 0 20px;
}
.pcwidgets .pcwidgets-contents .now_more .now_left {
    float: left;
    width: 650px;
}
.pcwidgets .pcwidgets-contents .now_more .now_right {
    float: right;
    padding-left: 20px;
    width: 110px;
}
.pcwidgets .pcwidgets-contents .now_more .now_left .now_leftleft {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 320px;
}
.pcwidgets .pcwidgets-contents .now_more .more_coupon {
    background: -webkit-gradient( linear, left top, left bottom, from(#feda1c), to(#FE9D1C));
    background: -webkit-linear-gradient(top, #feda1c, #FE9D1C);
    background: -moz-linear-gradient(top, #feda1c, #FE9D1C);
    background: -webkit-linear-gradient(top, #feda1c, #FE9D1C);
    background: -ms-linear-gradient(top, #feda1c, #FE9D1C);
    border: 1px solid #da8c21;
    border-radius: 2px;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    width: 300px;
}
.pcwidgets .pcwidgets-contents .now_more .more_coupon:hover {
    background: -webkit-gradient( linear, left top, left bottom, from(#FE9D1C), to(#feda1c));
    background: -webkit-linear-gradient(top, #FE9D1C, #feda1c);
    background: -moz-linear-gradient(top, #FE9D1C, #feda1c);
    background: -webkit-linear-gradient(top, #FE9D1C, #feda1c);
    background: -ms-linear-gradient(top, #FE9D1C, #feda1c);
}
.pcwidgets .pcwidgets-contents .now_more .more_coupon.more_coupon--print span {
    background-image: url("/img/icon/icon_print.svg");
    height: 25px;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 25px;
}
.pcwidgets .pcwidgets-contents .now_more .more_coupon.more_coupon--url span {
    background-image: url("/img/icon/icon_mail.svg");
    background-repeat: no-repeat;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 25px;
}
.now_more .more_coupon::after {
    border-radius: 2px;
    border-top: 1px solid #fde99e;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
/* ↓ クーポンのネット予約導線追加 @SC 2025/08/21 */
.reservation_coupon_button{
    display: inline-block;
    margin: 0 25px 25px 25px;
    background: #ffaf22;
    border-radius: 0;
    color: white;
}
.reservation_coupon_link{
    display: inline-block;
    text-decoration: none !important;
}
.reservation_coupon_text{
    color: white;
    margin: 10px 20px;
    font-size: 14px;
    font-weight: bold;
}
/* ↑ クーポンのネット予約導線追加 @SC 2025/08/21 */
table.table2 {
    border-collapse: collapse;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-align: right;
    width: 100%;
}
.table2 thead th, .table2 tfoot td {
    font-size: 12px;
    font-weight: normal;
}
.table2 tfoot th {
    background-color: #e0e0e0;
    border-top: 1px solid #ccc;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.table2 tfoot td {
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 20px 0;
    position: relative;
}
.table2 tfoot td .r_arrow {
    background-image: url("/img/icon/icon_arrow_right_f.svg");
    background-position: 8px 6px;
    background-repeat: no-repeat;
    height: 32px;
    left: 0;
    min-width: 100px;
    position: absolute;
    top: 0;
    width: 40px;
}
.table2 thead th {
    background: #e0e0e0 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    font-weight: bold;
    padding: 4px 20px 3px;
}
.table2 thead th:first-child {
    padding: 5px 0 4px;
}
.table2 thead:nth-last-child(1) {
    border-right: medium none;
}
.table2 tbody th {
    background-color: #f9f9f9;
    color: #333;
    font-size: 12px;
    padding: 10px;
    width: 58px;
}
.table2 tbody td {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.forward {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: none;
    font-size: 13px;
    margin: 0 auto;
    padding: 25px;
    position: absolute;
    right: -180px;
    top: 65px;
    width: 700px;
    z-index: 1;
}
.forward::before {
    border-color: transparent transparent rgb(0, 0, 0);
    border-style: solid;
    border-width: 0 12px 12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 0;
}
.forward::after {
    border-color: transparent transparent rgb(255, 255, 255);
    border-style: solid;
    border-width: 0 12px 12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 0;
}
.forward_forms {
    float: left;
    padding-top: 30px;
    text-align: left;
    width: 588px;
}
.forward .close {
    border-radius: 2px;
    box-shadow: 0 0 0 1px #d0d0d0;
    font-weight: bold;
    margin: 20px auto 0;
    padding: 5px;
    text-align: center;
    background: -webkit-linear-gradient(top, #F9F9F9, #E0E0E0);
    background: linear-gradient(top, #F9F9F9, #E0E0E0);
    background: -moz-linear-gradient(top, #F9F9F9, #E0E0E0);
    background: -ms-linear-gradient(top, #F9F9F9, #E0E0E0);
}
.forward .close:hover {
    background: -webkit-linear-gradient(top, #E0E0E0, #F9F9F9);
    background: linear-gradient(top, #E0E0E0, #F9F9F9);
    background: -moz-linear-gradient(top, #E0E0E0, #F9F9F9);
    background: -ms-linear-gradient(top, #E0E0E0, #F9F9F9);
}
.forward_forms .forward_attention {
    font-size: 11px;
    padding-top: 10px;
}
.forward_qr {
    float: right;
    text-align: right;
}
.forward_select, input.forward_select[type="text"] {
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(89, 89, 96, 0.1) inset;
    box-sizing: border-box;
    font-size: 13px;
    outline: 0 none;
    padding: 4px 5px 3px;
}
input.send[type="submit"] {
    background-color: #ffe587;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE27A), color-stop(1, #FFD348));
    background-image: -webkit-linear-gradient(top, #FFE27A, #FFD348);
    background-image: -moz-linear-gradient(top, #FFE27A, #FFD348);
    background-image: -o-linear-gradient(top, #FFE27A, #FFD348);
    background-image: linear-gradient(to bottom, #FFE27A, #FFD348);
    border: 1px solid #ffbd30;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    height: 33px;
    margin-left: 10px;
    min-width: 90px;
    padding: 4px 0 3px 4px;
}
input.send[type="submit"]:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE27A), color-stop(1, #FFD348));
    background-image: -webkit-linear-gradient(top, #FFD348, #FFE27A);
    background-image: -moz-linear-gradient(top, #FFD348, #FFE27A);
    background-image: -o-linear-gradient(top, #FFD348, #FFE27A);
    background-image: linear-gradient(to bottom, #FFD348, #FFE27A);
}

/* ↓ ディレクタークーポン対応 2016/11/01 */
.director {
    position: absolute;
    top: 25px;
    right: 10px;
    display: inline-block;
    padding: 3px 3px 3px 24px;
    border: #C30327 solid 3px;
    border-radius: 3px;
    color: #C30327;
    font-weight: bold;
    font-size: 15px;
    background-image: url(/img/icon/director_coupon_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 1px;
}
/* ↑ ディレクタークーポン対応 2016/11/01 */

/* ↓ 業界最安クーポン対応 2019/07/11 */
.director_coupon .now_coupon {
    position: relative;
}
.director_coupon .big_coupon {
    position: absolute;
    top: -5px;
    left: -5px;
}
.director_coupon .now_title {
    padding: 22px 10px 0 170px;
}
/* ↑ 業界最安クーポン対応 2019/07/11 */
