.film_roll_wrapper img {
    margin-left: 0px;
    margin-right: 0px;
  /*transition: all 1s ease;*/
}

.film_roll_wrapper .active {
}

.film_roll_container {
  position: relative;
}
.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#film_roll_2 {
    height: 400px;
}
#film_roll_2 .film_roll_shuttle {
  top:10px;
}
#film_roll_2 .film_roll_child {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
}

#film_roll_2 .film_roll_child.active {
}
#film_roll_2_left {
  position: absolute;
  left: 15px;
  top: 38%;
  z-index: 1000;
}
#film_roll_2_right {
  position: absolute;
  right: 15px;
  top: 38%;
    z-index: 1000;
}
#film_roll_2 .active {
    zoom: 100%;
}

a.yellow { color: yellow; }

.film_roll_pager a{
    width: 8px !important;
    height: 8px !important;
    display: inline-block !important;
    border: 0px !important;
    border-radius: 100% !important;
    background: #000 !important;
    opacity: .2 !important;
}
.film_roll_pager a.active{
    background: #007aff !important;
    opacity: 1 !important;
}
.prev_arrow,.next_arrow{
    margin-top: 150px;
    outline: none;
}
.prev_arrow{
    left: 0;
}
.next_arrow{
    right: 0;
}
.slider_contents{
    width: 100%;
    min-width: 1000px;
    height: auto;
    max-height: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 95px;
    margin-bottom: 0px;
    border-bottom: 5px solid #F50363;
    overflow: hidden;
}
.contents_icon{
    max-width: 320px;
}
.recruit_icon{
    padding-top: 15px;
    max-width: 500px;
}
.contents_btn{
    max-width: 120px;
    float: right;
}
.recruit_area{
    margin-top: 30px;
    text-align: center;
}
.recruit_area img{
    max-width: 420px;
}
.az_area img{
    width: 465px;
    max-width: 50%;
    float: left;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 18px;
}
.azimg_f{
    padding-right: 18px;
    padding-left: 0px !important;
}
.recimg_f{
    margin-right: 20px;
}
.ots_area{
    padding-top: 30px;
    padding-bottom: 35px;
}
.thumbnail-text{
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
}
#slider_area{
    width: 1000px;
    position: relative;
    margin: auto;
}
.banner_area{
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
}
.banner_area img{
    width: 400px;
}
.banner_area img.half{
    width: 200px;
}
.sp-image-container img{
    width: 600px !important;
}
.sp-mask{
    overflow: visible;
}
#left-bg {
    position: absolute;
    width: 50%;
    height: 400px;
}
.ots{
    width: 500px;
}
.infos{
    text-align: center;
    font-size: 1.2em;
    padding-top: 18px;
    padding-bottom: 18px;
}
.infos a{
    color: #666666;
    text-decoration: underline;
}
.contents_inner{
    width: 930px;
}
.shop_name{
    text-align: center;
    color: #e60e64;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
.shop_bar{
    width: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #e60e64;
    border-radius: 10px 10px 0 0;
}
.shop_bar img{
    height: 30px;
    padding: 0px 15px;
}
.flyer{
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.flyer iframe{
    width: 100%;
    height: 185px;
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
#film_roll_2 {
    height: 630px;
}
.film_roll_pager a{
    width: 15px !important;
    height: 15px !important;
}
.slider_contents{
    min-width: auto;
    overflow: hidden;
    margin-top: 200px;
}
.contents_inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
#slider_area {
    width: 100%;
    position: static;
}
.banner_area{
    width: 100%;
    position: static;
}
.banner_area img{
    max-width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    padding: 0;
}
.banner_area img.third{
    max-width: 33.3%;
}
.recruit_area img{
    max-width: 50%;
    padding: 0;
    float: left;
}
.az_area img{
    padding-right:0;
    padding-left:0;
}
.slider-pro{
    width: 100% !important;
    height: auto;
}
.sp-image-container img{
    width: 100% !important;
}
.infos{
    font-size: 1.1em;
}
.ots{
    width: 670px;
}
.shop_bar{
    font-size: 1.1em;
}
.shop_bar img{
    height: 45px;
}
.flyer iframe {
    height: 190px;
}
}