@charset "UTF-8";
#feature_slider-wrap {
    width: 100%;
    height: 240px;
    background: #fff url("/wp-content/themes/mrs/pc/area/common/img/gif-load.gif") center center no-repeat;
    margin: 0 0 20px;
    overflow: hidden;
}

#feature_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    *height: 240px;
    height: 240px;
}

#feature_slider .bx-wrapper {
    width: 100%;
}

#feature_slider .bx-wrapper li .image {
    overflow: hidden;
    width: 320px;
    height: 240px;
    position: relative;
    background: #fff;
}

#feature_slider .bx-wrapper li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

#feature_slider .bxslider-feature span.txt {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
}

#feature_slider .bxslider-feature a.txt {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    padding: 0 10px 5px;
    display: block;
    line-height: 1.4;
}

#feature_slider .bxslider-feature .image a.img::before {
    content: "";
    width: 100%;
    height: 120px;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    background: -moz-linear-gradient(to top, rgba(0,0,0,0.5) -30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(to top, rgba(0,0,0,0.5) -30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 70%);
    background: linear-gradient(to top, rgba(0,0,0,0.5) -30%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 70%);
}

#feature_slider .bx-wrapper .bx-prev {
    background: none;
    opacity: 1;
    top: -140px;
    left: 10px;
    width: 22px;
    height: 22px;
    border: 3px solid;
    border-color: transparent transparent #A2A2A2 #A2A2A2;
    transform: rotate(45deg);
}

#feature_slider .bx-wrapper .bx-prev::after {
	content: "";
    position: absolute;
    background: none;
    left: -4px;
    top: -4px;
    width: 22px;
    height: 22px;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
}

#feature_slider .bx-wrapper .bx-prev a {
    top: -16px;
    left: -14px;
    background: none;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background: rgba(0,0,0,0.0);
}

#feature_slider .bx-wrapper .bx-next {
    background: none;
    opacity: 1;
    top: -140px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 3px solid;
    border-color: #A2A2A2 #A2A2A2 transparent transparent;
    transform: rotate(45deg);
}

#feature_slider .bx-wrapper .bx-next::after {
    content: "";
    position: absolute;
    background: none;
    left: -4px;
    top: -4px;
    width: 22px;
    height: 22px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
}

#feature_slider .bx-wrapper .bx-next a {
    top: -14px;
    right: -14px;
    left: unset;
    background: none;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background: rgba(0,0,0,0.0);
}

#feature_slider .bx-pager.bx-default-pager {
    display: none;
}

#feature_slider .pr {
    background-color: rgba(104, 104, 104, 0.8);
    color:#fff;
    font-size: 11px!important;
    font-family:ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
    padding: 2px 8px 0;
    position: absolute;
    display: inline-block;
    top:0;
    right: 0;
}

#feature_slider .present {
    background:url("/wp-content/themes/mrs/pc/common/common/img/ico-present.png") no-repeat;
    width: 74px;
    height: 16px;
    position: absolute;
    display: inline-block;
    top:170px;
    left: 0;
    z-index: 2;
}