@charset "utf-8";
.l-footer {
    margin-top: 0;
}

/* ##### common parts ##### */
.clubrental_main {
    min-height: 300px;
}
.clubrental_block {
    width: 1020px;
    margin: auto;
    padding: 15px 10px;
    font-feature-settings: "palt";
    font-size: 14px;
}
.clubrental_block-first {
    padding-top: 30px;
}
.clubrental_center {
    text-align: center;
}
.clubrental_graybox {
    background: #f6f6f6;
    padding: 15px 10px;
}

.clubrental_block img { max-width: 100%; }

.clubrental_innerblock {
    padding: 20px 0;
}
.clubrental_innerblock-gray {
    max-width: 640px;
    margin: 0 auto;
    background: #eeeeee;
    margin-top: 1em;
}
.clubrental_innerblock-gray .clubrental_clubsetunit-inner { background: transparent; }

.clubrental_important {
    color: #ff0000;
}

/* form */
.clubrental_formblock input[type="text"] {
    background: #eeeeee;
    padding: 0.25em 0.5em;
    border-radius: 4px;
    width: 100%;
}
.clubrental_formblock input[type="text"]::placeholder {
    color: #999999;
}
.clubrental_formblock input[type="text"][readonly="readonly"],
.clubrental_formblock input[type="text"][readonly="readonly"]:focus {
    background: transparent!important;
    color: #999999!important;
    padding: 0.25em 0.25em!important;
    outline: none!important;
}

.clubrental_formblock {
    width: 550px;
    margin: auto;
}
.clubrental_formrow {
    padding: 0.5em 0;
    display: flex;
    flex-wrap: wrap;
}
.clubrental_formttl {
    font-weight: bold;
    width: 10em;
    padding: 0.25em 0.5em;
}
.clubrental_formgroup {
    flex: 1;
}
.clubrental_formgroup-long {
    flex: 1.5
}
.clubrental_formhalf {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.clubrental_formwrap {
    position: relative;
}
.clubrental_formhalf .clubrental_formwrap {
    padding: 0 5px;
    width: 50%;
}

.clubrental_formblock-conf .clubrental_formgroup {
    padding: 0.25em 0.5em;
}

/* validation */
.js_validationMes {
    position: absolute;
    background: #ff3333;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    top: 90%;
    left: 1em;
    z-index: 3;
    padding: 0.25em 1em;
}
.js_validationMes:before {
    content: "";
    display: block;
    width: 1.4em;
    border: 0.7em solid transparent;
    border-top-width: 0.2em;
    border-bottom: #ff3333 1.2em solid;
    position: absolute;
    left: 1em;
    top: -1em;
}

/* btn */
.clubrental_btnbox {
    padding: 15px 0;
}
.clubrental_btnbox-center {
    text-align: center;
}
.clubrental_btnbox-center .clubrental_btn { margin: 0 7px; }
.clubrental_btn {
    display: inline-block;
    background: #008d31;
    color: #ffffff;
    text-decoration: none;
    line-height: 2.4;
    padding: 0 28px 0 14px;
    border: #008d31 1px solid;
    border-radius: 4px;
    position: relative;
    text-decoration: none!important;
    min-width: 14em;
    text-align: center;
}
.clubrental_btn-short { min-width: 8em; }
.clubrental_btn-rev {
    padding: 0 14px 0 28px;
}
.clubrental_btn-wh {
    background-color: #ffffff;
    border-color: #666666;
    color: #666666;
}
.clubrental_btn-wh.clubrental_btn-rev:after {
    background-image: url("/assets/images/rental/arrow-rg.png");
}
.clubrental_btn:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: url(/assets/images/rental/arrow.png) center no-repeat;
    background-size: contain;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.clubrental_btn-rev:after {
    right: auto;
    left: 7px;
}
.clubrental_btn:hover {
    opacity: 0.7;
}
.clubrental_btn-noarrow { padding: 0 28px; }
.clubrental_btn-noarrow:after { content: none; }


.clubrental_btns-notready #clubrental_formsender,
.clubrental_sender_switch-notready #clubrental_inputsender {
    pointer-events: none;
    color: #eeeeee;
    background: #cccccc;
    border-color: #cccccc;
}

/* note */
.clubrental_notettl {
    font-weight: bold;
    color: #323232;
    background-color: #f0f0f0;
    padding: 12px;
    line-height: 1em;
    margin: 40px 0 20px;
    border-left: 4px solid #019833;
    letter-spacing: 0;
}
.clubrental_notebody {
    padding: 0 15px;
}

/* list */
.clubrental_ul {
    list-style: none;
}
.clubrental_ul li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}
.clubrental_ul li strong {
    font-weight: normal;
    color: #ff0000;
}
.clubrental_ul li:before {
    content: "・";
    font-feature-settings:normal;
}

/* steps */
.clubrental_steps {
    display: flex;
    background: #cccccc;
    align-items: center;
}
.clubrental_step {
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    line-height: 40px;
    height: 40px;
}
.clubrental_step:before {
    display: inline-block;
    color: #cccccc;
    background: #ffffff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 12px;
    line-height: 1.5em;
    margin-right: 0.5em;
}
.clubrental_step:nth-child(1):before { content: "1"; }
.clubrental_step:nth-child(2):before { content: "2"; }
.clubrental_step:nth-child(3):before { content: "3"; }
.clubrental_step:nth-child(4):before { content: "4"; }


.clubrental_step:after {
    content: "";
    width: 14px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    margin: auto;
    background: url("/assets/images/rental/step_arrow_yet.png") no-repeat;
    background-size: contain;
    z-index:10;
}
.clubrental_step.clubrental_step-current { background-color: #179d87; }
.clubrental_step.clubrental_step-current:before { color: #179d87; }
.clubrental_step.clubrental_step-current:after { background-image: url("/assets/images/rental/step_arrow_current.png"); }

.clubrental_step.clubrental_step-selected { background-color: #18c8ab; }
.clubrental_step.clubrental_step-selected:before { color: #179d87; }
.clubrental_step.clubrental_step-selected:after { background-image: url("/assets/images/rental/step_arrow_selected.png"); }

.clubrental_step:last-child:after { content: none; }

/* selected data */
.clubrental_selecteddata {
    background: #f6f6f6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 1em;
    position: relative;
    margin-bottom: 1.5em;
}
.clubrental_selecteddata:after {
    content: "";
    display: block;
    width: 3.2em;
    height: 3.2em;
    border: 1.6em transparent solid;
    border-top: #afdbe2 1em solid;
    border-bottom-width: 2.2em;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}



/* subpage ttl */
.clubrental_title {
    width: 100%;
    height: 130px;
    background: url("/assets/images/rental/index_mainbg.jpg") center no-repeat;
    background-size: cover;
}
.clubrental_titleInner {
    width: 1000px;
    height: 130px;
    display: flex;
}
.clubrental_ttlbox {
    width: 100%;
    position: relative;
}
.clubrental_ttlbox img {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}


/* subttl */
.clubrental_subttl {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
}
.clubrental_subttl-num:before {
    display: inline-block;
    color: #ffffff;
    background: #179d87;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 28px;
    margin-right: 0.25em;
    vertical-align: middle;
}
.clubrental_subttl-num1:before { content:"1"; }
.clubrental_subttl-num2:before { content:"2"; }
.clubrental_subttl-num3:before { content:"3"; }
.clubrental_subttl-num4:before { content:"4"; }

.clubrental_subttl_min {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}

/* clubrental_filter */
.clubrental_filter {
    text-align: center;
/*    font-size: 0px; */
}
.clubrental_filter_ttl {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    padding: 0 1em 0 2.5em;
    background: url("/assets/images/rental/icon_filter.png") left center no-repeat;
}
.clubrental_filter_cnd {
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
}
.clubrental_filter_cnd .clubrental_filter_btn {
    font-size: 13px;
    display: inline-block;
    background: #ffffff;
    color: #008d31;
    font-weight: bold;
    line-height: 2.4;
    cursor: pointer;
    min-width: 7.5em;
    text-align: left;
}
.clubrental_filter_cnd .clubrental_filter_btn:hover { background: #f0f0f0; }
.clubrental_filter_cnd .clubrental_filter_btn:first-child {
    padding-left: 2em;
    padding-right: 0.75em;
    border-right: 1px solid #e0e0e0;
    border-radius: 1.5em 0 0 1.5em;
}
.clubrental_filter_cnd .clubrental_filter_btn:last-child {
    padding-left: 2em;
    padding-right: 1em;
    border-radius: 0 1.5em 1.5em 0;
}
.clubrental_filter_cnd .clubrental_filter_btn-selected {
    color: #ffffff;
    background: #008d31 url("/assets/images/rental/icon_check.png") 0.6em center no-repeat!important;
    background-size: 1em!important;
/*    pointer-events: none;*/
}
.clubrental_selectwrap {
    display: inline-block;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 0.25em 0.5em;
    border-radius: 4px;
}
.clubrental_simpletextWrap {
    display: inline-block;
    padding: 0.25em 0.5em;
}

/* ##### index ##### */
/* index_ttl */
.clubrental_index_title {
    width: 100%;
    height: 260px;
    background: url("/assets/images/rental/index_mainbg.jpg") center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.clubrental_index_titleInner {
    width: 1000px;
    height: 260px;
    display: flex;
}
.clubrental_index_img {
    width: 350px;
    position: relative;
}
.clubrental_index_img img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.clubrental_index_ttlbox {
    width: 650px;
    position: relative;
}
.clubrental_index_ttlbox img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/* clubrental_index_main */
.clubrental_index_main {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.clubrental_index_main img {
    max-width: 100%;
}

/* tab/select */
.clubrental_tabbox {
    display: flex;
    width: 100%;
    border-right:1px solid #e0e0e0;
}
.clubrental_tab {
    flex: 1;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border:1px solid #e0e0e0;
    border-bottom-width: 2px;
    border-right: 0;
    cursor: pointer;
    position: relative;
}
.clubrental_tab:hover {
    background: #cccccc;
    color: #ffffff;
}
.clubrental_tab-current {
    background: #179d87;
    color: #ffffff;
    pointer-events: none;
}
.clubrental_tab-current:after {
    content: "";
    display: block;
    width: 0.8em;
    height: 1em;
    border: 0.4em solid transparent;
    border-top: 0.6em #007c68 solid;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
/* courselist */
.clubrental_courselist {
    border:#f6f6f6 20px solid;
}
.clubrental_courselist_row {
    margin: 0 24px;
    padding: 12px 0;
    display: flex;
    border-bottom: 1px solid #dddddd;
}
.clubrental_courselist_row:last-child { border-bottom: 0; }
.clubrental_courselist_infos {
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: bold;
}
.clubrental_courselist_pref {
    width: 6em;
    padding-left: 1em;
}
.clubrental_courselist_name {
    border-left: 1px solid #dddddd;
    padding: 0 1em;
}
.clubrental_courselist_btnbox {
    width: 8em;
    text-align: right;
}
.clubrental_courselist_btnbox .clubrental_btn {
    font-size: 16px;
    min-width: 0;
    line-height: 2;
}

/* feat */
.clubrental_feattitle {
    display: block;
    width: 16em;
    margin: auto;
    color: #ffffff;
    background: #3c9a64;
    line-height: 2.4em;
    border-radius: 2em;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.clubrental_feattitle:after {
    content: "";
    display: block;
    width: 0.8em;
    height: 1em;
    border: 0.4em solid transparent;
    border-top: 0.6em #3c9a64 solid;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.clubrental_feat {
    width: 840px;
    margin: 20px auto 0 auto;
    border: #cccccc 2px solid;
    border-radius: 10px;
    padding: 15px 30px 15px 180px;
    background: no-repeat 30px center;
    background-size: 120px;
}
.clubrental_feat_01 { background-image: url("/assets/images/rental/feat_pct01.png"); }
.clubrental_feat_02 { background-image: url("/assets/images/rental/feat_pct02.png"); }
.clubrental_feat_03 { background-image: url("/assets/images/rental/feat_pct03.png"); }
.clubrental_feat dt {
    font-size: 18px;
    font-weight: bold;
}

/* recom */
.clubrental_recombox {
    margin: auto;
    max-width: 900px;
}
.clubrental_recomtitle {
    font-weight: bold;
    text-align: center;
    background: #3d9a64;
    color: #ffffff;
    line-height: 2.6;
    border: 1px solid #cccccc;
    border-radius: 6px 6px 0 0;
}
.clubrental_recomwrap {
    display: flex;
    border: 1px solid #cccccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.clubrental_recom {
    flex: 1;
    padding: 0px 2em;
    border-right: 1px solid #cccccc;
}
.clubrental_recom:last-child {
    border-right: 0px;
}
.clubrental_recom dt {
    color: #3d9a64;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 12px;
    background: no-repeat center 10px;
    background-size: 75%;
    font-weight: bold;
}
.clubrental_recom_01 dt { background-image: url(/assets/images/rental/index_recom01.png); }
.clubrental_recom_02 dt { background-image: url(/assets/images/rental/index_recom02.png); }
.clubrental_recom_03 dt { background-image: url(/assets/images/rental/index_recom03.png); }

/* ##### calendar ##### */
.clubrental_calwrap {
    background: #ffffff;
    width: 940px;
    padding: 10px;
    margin: auto;
}
.clubrental_cal_nav {
    display: block;
    width: 20px;
    height: 32px;
    background: no-repeat center;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.clubrental_cal_next {
    right: -20px;
    background-image: url("/assets/images/rental/calendar_arrow.png");
}
.clubrental_cal_prev {
    left: -20px;
    background-image: url("/assets/images/rental/calendar_arrow-rev.png");
}
.clubrental_calOuter {
    width: 600px;
    margin: auto;
    position: relative;
}
.clubrental_calInner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.clubrental_slider {
    left: 0;
    position: relative;
    white-space: nowrap;
    font-size: 0;
    transition: left 300ms 0s ease;
}
.clubrental_cal {
    font-size: 16px;
    display: inline-block;
    width: 300px;
    padding: 10px;
    vertical-align: top;
}
.clubrental_cal_ym {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #333333;
    line-height: 2;
}
.clubrental_cal_table {
    width: 100%;
    table-layout: fixed;
}
.clubrental_cal_table th,
.clubrental_cal_table td {
    padding: 1px;
}
.clubrental_cal_table td span,
.clubrental_cal_table td a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1;
    padding: 8px 0;
    text-align: center;
    color: #333333!important;
    text-decoration: none!important;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}
.clubrental_cal_table td:first-child span,
.clubrental_cal_table td:first-child a { background: #FFEAEA; }
.clubrental_cal_table td:last-child span,
.clubrental_cal_table td:last-child a { background: #E2F3FF; }
.clubrental_cal_table td span { opacity: 0.3; }
.clubrental_cal_table td a.clubrental_disabled {
    opacity: 0.3;
    background-image: url("/assets/images/rental/cal_notavailable.png");
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.clubrental_cal_table td a.clubrental_selected {
    pointer-events: none;
}
.clubrental_cal_table td a.clubrental_selected:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 3px solid #008D31;
}

/* ##### clubset ##### */
.clubrental_filternote {
    display: none;
    font-size: 18px;
    padding: 30px 0 15px 0;
}
.clubrental_clubsetbox {
    display: flex;
    flex-wrap: wrap;
}
.clubrental_clubsetbox-right .clubrental_filter-left,
.clubrental_clubsetbox-left .clubrental_filter-right,
.clubrental_clubsetbox-men .clubrental_filter-ladies,
.clubrental_clubsetbox-ladies .clubrental_filter-men,
.clubrental_clubsetbox-beginner .clubrental_filter-intermediate,
.clubrental_clubsetbox-intermediate .clubrental_filter-beginner 
 {
    display: none;
}

.clubrental_clubsetunit {
    width: 50%;
    padding: 20px 5px 0 5px;
}
.clubrental_clubsetunit-inner {
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    position: relative;
}

.clubrental_clubsetunit-selected .clubrental_clubsetunit-inner:before  {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 3px solid #008D31;
    z-index: 1;
    background: #3c9a64;
    opacity: 0.5;
}
.clubrental_clubsetunit-notavailable .clubrental_clubsetunit-inner:before  {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.75;
}
.clubrental_clubsetunit-notavailable .clubrental_clubsetunit-inner:after {
    content: "貸し出し中";
    display: block;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 7em;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #666666;
    color: #ffffff;
    z-index: 2;
}
.clubrental_clubsetunit-notavailable .clubrental_clubsetunit-inner .clubrental_btnbox {
    display: none;
}


.clubrental_clubthumb {
    width: 155px;
    padding: 15px 5px 15px 15px;
}
.clubrental_clubthumbbox {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: center no-repeat;
    background-size: cover;
}

.clubrental_text {
    flex: 1;
    padding: 15px 15px 15px 5px;
}
.clubrental_icons img {
    height: 1.8em;
    display: inline-block;
    margin-right: 0.25em;
}
.clubrental_text strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 0.5em 0 0.25em 0;
}
.clubrental_detail {
    font-size: 13px;
    line-height: 1.4;
}
.clubrental_text .clubrental_btnbox {
    padding: 10px 0 0 0;
}

.clubrental_formblock-conf .clubrental_clubsetunit {
    width: 100%;
    padding: 0 5px;
}
.clubrental_formblock-conf .clubrental_text {
    padding: 5px 5px 10px 5px;
} 


/* done */
.clubrental_reserveno {
    margin: auto;
}
.clubrental_reserveno th,
.clubrental_reserveno td {
    font-size: 24px;
    text-align: center;
    padding: 0.5em 2em;
    border: 1px solid #cccccc;
}
.clubrental_reserveno th {
    background: #8de8ba;
}



@media screen and ( min-width: 768px ) {
    .forSP { display: none!important; }
}

@media screen and ( max-width: 767px ) {
    .forPC { display: none!important; }

    /* ##### common parts ##### */
    .clubrental_block { width: 100%; font-size: 13px; }
    .clubrental_graybox {
        margin-left: -10px;
        margin-right: -10px;
    }

    /* form */
    .clubrental_formblock {
        width: 100%;
    }
    .clubrental_formttl {
        width: 100%;
    }
    .clubrental_formblock-conf .clubrental_formttl {
        width: 8em;
    }
    .clubrental_formblock-conf .clubrental_formgroup {
        
    }

    /* steps */
    .clubrental_steps {
        margin-left: -10px;
        margin-right: -10px;
    }
    .clubrental_step {
        line-height: 30px;
        height: 30px;
        font-size: 10px;
    }
    .clubrental_step:before { font-size: 10px; margin-right: 0.1em; }
    .clubrental_step:after { height: 30px; }

    /* selected data */
    .clubrental_selecteddata {
        font-size: 18px;
    }

    /* note */
    .clubrental_notettl {
        font-size: 18px;
        margin-right: -10px;
        margin-left: -10px;
    }
    .clubrental_notebody {
        padding: 0;
    }
    /* list */
    .clubrental_ul li {
        font-size: 13px;
    }

    /* subpage ttl */
    .clubrental_title {
        height: 20vw;
    }
    .clubrental_titleInner {
        width: 100%;
        height: 20vw;
    }
    .clubrental_ttlbox img {
        width: 80%;
    }

    
    /* subttl */
    .clubrental_subttl { font-size: 16px; line-height: 18px; margin-bottom: 10px; }
    .clubrental_subttl-num:before {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .clubrental_subttl_min {
        font-size: 14px;
    }

    /* filter */
    .clubrental_filter_cnd {
        padding: 2px;
    }
    .clubrental_filter_cnd .clubrental_filter_btn {
        font-size: 10px;
        min-width: 7em;
    }

    /* ##### index ##### */
    /* index_ttl */
    .clubrental_index_title {
        height: 48vw;
    }
    .clubrental_index_titleInner {
        width: 100%;
        height: 48vw;
    }
    .clubrental_index_img {
        width: 48%;
    }
    .clubrental_index_img img {
        max-width: auto;
        width: 105%;
        left: -5%;
    }
    .clubrental_index_ttlbox {
        width: 52%;
    }
    .clubrental_index_ttlbox img {
        width: 90%;
    }

    /* courselist */
    .clubrental_courselist {
        border: none;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    .clubrental_courselist_row {
        margin: 0;
        padding: 10px 8px;
        line-height: 1.2;
        align-items: center;
    }
    .clubrental_courselist_infos {
        flex-direction: column;
        font-size: 14px;
    }
    .clubrental_courselist_pref,
    .clubrental_courselist_name {
        width: auto;
        padding: 0;
        border: none;
    }
    .clubrental_courselist_btnbox {
        width: 6.5em;
    }
    .clubrental_courselist_btnbox .clubrental_btn {
        font-size: 11px;
        padding-left: 1em;
        padding-right: 2em;
        line-height: 2.4;
    }
    .clubrental_selectbox {
        margin-bottom: 10px;
        text-align: center;
    }
    .clubrental_selectinner {
        display: inline-block;
        border: 1px solid #dddddd;
        border-radius: 4px;
        padding: 0 2em 0 1em;
        position: relative;
    }
    .clubrental_selectinner:after {
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        background: url(/assets/images/rental/arrow-gd.png) center no-repeat;
        background-size: contain;
        right: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* feat */
    .clubrental_feattitle { font-size: 14px; }
    .clubrental_feat {
        width:100%;
        border: none;
        padding: 0 0 0 110px;
        background-position: 0 10px;
        background-size: 100px;
    }
    .clubrental_feat dt { font-size: 14px; }

    /* recom */
    .clubrental_recomwrap {
        flex-direction: column;
        padding: 0 1.5em;
    }
    .clubrental_recom {
        border: none;
        padding: 2em 0 2em 120px;
        border-bottom: 1px solid #cccccc;
        min-height: 180px;
        background: -5px 1em no-repeat;
        background-size: 120px;
    }
    .clubrental_recom_01 { background-image:  url(/assets/images/rental/index_recom01.png); }
    .clubrental_recom_02 { background-image:  url(/assets/images/rental/index_recom02.png); }
    .clubrental_recom_03 { background-image:  url(/assets/images/rental/index_recom03.png); }
    .clubrental_recom:last-child {
        border: none;
    }
    .clubrental_recom dt {
        padding: 0 0 0.5em 0;
        text-align: left;
        font-size: 18px;
        line-height: 1.2;
        background: none;
    }



    /* ##### calendar ##### */
    .clubrental_calwrap {
        width: 100%;
    }
    .clubrental_calOuter {
        width: 280px;
    }
    .clubrental_cal {
        width: 280px;
    }
    .clubrental_cal_nav {}
    .clubrental_cal_next { right: -15px; }
    .clubrental_cal_prev { left: -15px; }

    /* ##### clubset ##### */

    .clubrental_clubsetunit {
        width: 100%;
        padding: 20px 5px 0 5px;
    }
    .clubrental_clubthumb {
        width: 26%;
    }
    .clubrental_text strong {
        font-size: 14px;
        line-height: 1.4;
    }
    .clubrental_clubsetunit-notavailable .clubrental_clubsetunit-inner:after { font-size: 12px; }
    .clubrental_formblock-conf .clubrental_detail {
        font-size: 11px;
    }
    .clubrental_formblock-slim {
        margin-left: 2em;
        margin-right: 2em;
        width: auto;
    }
    .clubrental_formgroup-auto {
        flex: initial;
        padding: 0 0.5em;
    }

    /* done */
    .clubrental_reserveno th,
    .clubrental_reserveno td {
        font-size: 16px;
        padding: 0.25em 1em;
    }
}

