@charset "utf-8";
html,body {
    margin: 0;
    padding: 0;
    background: #f6ead6;
    font-family: sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
}

#suntory_contents *{
-webkit-box-sizing: border-box;
}

button, input, select, textarea {
    font-family:sans-serif
}

/* loading */
body #refine_loader{
    display: none;
}

body.loading #refine_loader{
    display: block;
    position:fixed;
    top: calc(50% - 50px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    z-index: 999999;
}

body.loading .loadback div:nth-of-type(1){
    content: '';
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    width: 100vw;
    height: 100vh;
    opacity: 0.5;
    zoom: 1;
}

.loadback div{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    zoom: 1;
    transition: .6s;
    z-index:999998
}

/*==================================================
SP
================================================== */

#suntory_contents #refine_header {
    background: #3c2211;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 53px;
}

/* refine header */
.refine_header_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 17.578125px;
}

.refine_header_wrap h2 {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: calc( 50% - 54px);
}

.refine_header_wrap input:hover {
    opacity: .7;
    zoom: 1;
}
.refine_header_nav {
    height: 50px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    margin: 0;
    padding: 0;
}
.refine_header_nav .refine_nav_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 90vw;
    border: 0;
}

.refine_nav_wrap a {
    text-decoration: none;
}

.refine_nav_wrap .icon_station,
.refine_nav_wrap .icon_area {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    padding-left: 11px;
    padding-right: 11px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 3px solid #ffffff;
    color: #3c2211;
    opacity: .5;
    zoom: 1;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    width: 120px;
}

.refine_nav_wrap .icon_station img,
.refine_nav_wrap .icon_area img{
    margin-right: 13px;
}

.refine_nav_wrap .icon_station img {
    width: 15px;
    height: 18px;
}

.refine_nav_wrap .icon_area img{
    width: auto;
    height: 18px;
}

.refine_nav_wrap .icon_station p,
.refine_nav_wrap .icon_area p{
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 1em;
}

.refine_nav_wrap .icon_station.active,
.refine_nav_wrap .icon_area.active {
    border-bottom: 3px solid #3c2211;
    color: #3c2211;
    opacity: 1;
    zoom: 1;
}

.refine_nav_wrap li:before {
    opacity: 1;
    zoom: 1;
}

.refine_nav_wrap .icon_station {
    margin-left:14%;
}
.refine_nav_wrap .icon_area {
    margin-right: 15%;
}



/* contents */
#suntory_contents #refine_container {
    padding: 17.578125px 17.578125px 70.3125px;
}

#suntory_contents #refine_container h2{
    font-size: 4.6875vw;
    font-weight: bold;
    padding: 0 0 4.34375vw;
    text-align: center;
}

#refine_container select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    border: 3px solid rgba(255,68,0,0);
    box-shadow: 0 2px 2px rgba(106,74,43,0.42);
    background: #fff url(/webcommon/search/img/icon_refine_arrow_down.svg) no-repeat right 17.578125px center;
    background-size: 12px auto;
    border-radius: 5px;
    outline: none;
    color: #ff4400;
    padding: 11.71875px 17.578125px;
}

#refine_container select option{
    -webkit-text-fill-color: #ff4400 !important;
    color: #ff4400 !important;
}
#refine_container select option:disabled{
    -webkit-text-fill-color: #ddd !important;
    color: #ddd !important;
}
#refine_container select:focus {
    border: 3px solid rgba(255,68,0,1);
}

#refine_container .search_pref,
#refine_container .search_line,
#refine_container .search_station{
    width: 100%;
}

#refine_container .search_pref:disabled,
#refine_container .search_line:disabled,
#refine_container .search_station:disabled {
    -webkit-text-fill-color: #ddd !important;
    color: #ddd !important;
}

#refine_container .search_pref:disabled::-ms-value,
#refine_container .search_line:disabled::-ms-value,
#refine_container .search_station:disabled::-ms-value,
#refine_container .search_pref:disabled::-ms-expand,
#refine_container .search_line:disabled::-ms-expand,
#refine_container .search_station:disabled::-ms-expand {
    -webkit-text-fill-color: #ddd !important;
    color: #ddd !important;
}

#refine_container .search_pref option {
    -webkit-text-fill-color: #ff4400;
    color: #ff4400
}

#refine_container .search_pref + .search_line{
    margin-top: 17.578125px;
}

#refine_container .search_station,
#refine_container .search_range{
    margin-top: 17.578125px;
}

#refine_container .caution {
    font-size: 14px;
    color: #f00;
    margin-bottom: 10.578125px;
}

#refine_container .search_range {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17.578125px;
    border-bottom: 1px #ccbbaa solid;
    padding-bottom: 17.578125px;
}
#refine_container .search_range input {
    display: none;
}
#refine_container .search_range label {
    display: block;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
    padding: 11.71875px 0;
    font-size: 3.90625vw;
    line-height: 1.5;
    width: 31.0344827586207%;
    text-align: center;
    color: #ff4400;
    font-weight: bold;
    box-shadow: 0 2px 2px rgba(106,74,43,0.42);
    border-radius: 5px;
}
#refine_container .search_range input:checked +label {
    background: #ff4400;
    color: #fff;
}
#refine_container .search_range input:disabled + label {
    color: #ddd !important;
}

#refine_container .search_range input:disabled::-ms-value + label,
#refine_container .search_range input:disabled::-ms-expand + label {
    -webkit-text-fill-color: #ddd !important;
    color: #ddd !important;
}

#refine_container .search_type {
    padding-left: 41px;
    background: url(/webcommon/search/img/icon_refine_bar.svg) no-repeat 4px 7px / 24px 26px;
    margin-bottom: 11.7px;
}
#refine_container .search_feature {
    padding-left: 41px;
    background: url(/webcommon/search/img/icon_refine_field.svg) no-repeat 3.5px center / 24px 29px;
    margin-bottom: 11.7px;
}
#refine_container .search_budget {
    padding-left: 41px;
    background: url(/webcommon/search/img/icon_refine_feature.svg) no-repeat 2px center / 24px 30px;
    margin-bottom: 11.7px;
}
#refine_container .search_type_select,
#refine_container .search_budget_select,
#refine_container .search_feature_select{
    width: calc(100vw - 76.171875px);
    color: #9a8489;
}

#refine_container .search_type_select:focus,
#refine_container .search_budget_select:focus,
#refine_container .search_feature_select:focus{
    color: #ff4400;
}

#refine_container .search_type_select:disabled,
#refine_container .search_budget_select:disabled,
#refine_container .search_feature_select:disabled {
    -webkit-text-fill-color: #ddd !important;
    color: #ddd !important;
}

#refine_container .search_type_select:disabled::-ms-value,
#refine_container .search_budget_select:disabled::-ms-value,
#refine_container .search_feature_select:disabled::-ms-value,
#refine_container .search_type_select:disabled::-ms-expand,
#refine_container .search_budget_select:disabled::-ms-expand,
#refine_container .search_feature_select:disabled::-ms-expand {
    -webkit-text-fill-color: #ddd !important;
    color: #ddd !important;
}

#suntory_contents .search_pref::-ms-expand,
#suntory_contents .search_line::-ms-expand,
#suntory_contents .search_station::-ms-expand,
#suntory_contents .search_genre select::-ms-expand,
#suntory_contents .search_type_select::-ms-expand,
#suntory_contents .search_budget_select::-ms-expand,
#suntory_contents .search_feature_select::-ms-expand{
      display: none;
}


/* refine footer */
#refine_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -3px 5px rgba(0,0,0,0.15);
}

#refine_footer button {
    width: calc( 100vw * 30/75 );
    height: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 calc( 100vw * 11/750 );
    border: 1px solid #ed644c;
    background: #fff;
    color: #ed644c;
    font-weight: bold;
    font-size: 12px;
    outline: 0;
}

#refine_footer button[type="submit"] {
    background: #ed644c;
    border: 1px solid #ed644c;
    color: #fff;
}


#refine_footer button[type="submit"]:disabled {
    background: #e6e7ed;
    border: 0;
    color: #848a9a;
    opacity:1;
    zoom:1;
}

#refine_footer button:hover {
    opacity: .7;
    zoom: 1;
}




/*==================================================
PC
================================================== */
@media print, screen and (min-width:768px) {

    /* refine header */
    .refine_header_wrap{
        width: 536px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .refine_header_nav .refine_nav_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        margin: 0 auto;
        width: 536px;
        border: 0;
    }
    .refine_nav_wrap .icon_station{
        margin-left: 146px;
    }
    .refine_nav_wrap .icon_area{
        margin-right: 150px;
        width: 110px;
    }

    /* refine_container */
    #suntory_contents #refine_container {
        width: 536px;
        margin: 22px auto 0;
        padding: 0 0 141px 0;
    }
    #suntory_contents #refine_container .inner {
        width: 536px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #refine_container h2 {
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 24px;
        color: #222277;
    }
    #suntory_contents #refine_container .inner {
    margin: 0 auto;
    width: 460px;
    }
    #suntory_contents #refine_container h2{
        font-size: 30px;
        font-weight: bold;
        padding: 0 0 15px;
    }
    #refine_container .search_range label {
        font-size: 14.6484375px;
    }

    #refine_container .search_type_select,
    #refine_container .search_budget_select,
    #refine_container .search_feature_select{
        width: 100%;
    }

    #refine_container #btn_search {
    font-size: 15.234375px;
    }

    #refine_container #btn_reset {
        font-size: 12.890625px;
    }

    #refine_footer {
        height: 62px;
    }
    #refine_footer button {
        width: 165px;
        height: 38px;
        margin: 0 9px;
        font-size: 14px;
    }


}