@font-face {
    font-family: "Akzidenz";
    src: url('../fonts/AkzidenzGroteskPro-Regular.woff') format('woff'),
    url("../fonts/AkzidenzGroteskPro-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Akzidenz-Light";
    src: url('../fonts/AkzidenzGroteskPro-Light.woff') format('woff'),
    url("../fonts/AkzidenzGroteskPro-Light.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Akzidenz-Md";
    src: url('../fonts/AkzidenzGroteskPro-Md.woff') format('woff'),
    url("../fonts/AkzidenzGroteskPro-Md.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Akzidenz-LightCn";
    src: url("../fonts/AkzidenzGroteskPro-LightCn.woff") format("woff"),
    url("../fonts/AkzidenzGroteskPro-LightCn.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

body{
    font-family: "Akzidenz";
}
input:focus{
    outline: none;
}
button:hover, input[type="submit"]:hover{
    opacity: 0.9;
}

/*parallax*/
.parallax{
    position: relative;
    bottom: 0;
    z-index: 10;
    transform-origin: top;
}
/*header*/
header{
    position: relative;
    background-color: #ecebe8;
    padding-top: 40px;
    overflow: hidden;
    text-align: center;
}
header .navbar{
    position: static;
}
header .navbar .navbar-brand{
    display: inline-block;
    width: 67px;
    height: 67px;
    font-size: 90px;
    text-align: center;
    color: #fff;
    line-height: 76px;
    background-color: #ff1249;
    margin-right: 40px;
    font-family: "Akzidenz-Light";
}
element.style {
    position: relative;
    z-index: 3;
}
header .navbar .navbar-brand:hover,
header .navbar .navbar-brand:focus{
    background-color: #ff1249;
    color: #fff;
    outline: none;
}
header .navbar .navbar-nav li{
    position: relative;
    z-index: 3;
}
.container>.navbar-header{
    position: relative;
    z-index: 3;
}
header .navbar .navbar-nav li a{
    font-size: 16px;
    color: #ff1147;
    margin-top: 10px;
}
header .navbar .navbar-nav li a:hover{
    color: #ff1147;
    text-decoration: underline;
}
header .navbar .carousel{
    display: inline;
}
header .navbar .carousel_wrap{
    text-align: right;
    width: 285px;
    line-height: 67px;
}


/* carousel fade */
.carousel.fade{
    opacity: 1;
}

.carousel.fade .item{
    text-align: left;
    opacity: 0;
    transition: opacity 1s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
      -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel.fade .item.active{
    opacity: 1;
    z-index: 2;
}



header .navbar .tel{
    color: #ff1249;
    font-size: 24px;
    transition: opacity 1s;
}
header .navbar .tel a{
    color: #4d5164;
}
header .navbar .tel_span{
    display: inline-block;
    width: 67px;
    height: 67px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
header .navbar .tel_span:hover{
    background-color: #ddd;
}
header .navbar-default{
    background-color: rgba(0,0,0,0);
    border: none;
}
header .head_bg{
    background: url(../img/head_bg.png);
    height: 100%;
    width: 100%;
    background-position: top center;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.08;
}
.head_cont .container{
    padding-bottom: 510px;
    position: relative;
}
.bg_pc{
    position: absolute;
    left: 135px;
    bottom: 0;
    z-index: 1;
    transform-origin: bottom;
}
.head_cont{
    position: relative;
    text-align: center;
    margin-top: 95px;

}
.head_cont h1{
    font-size: 48px;
    color: #ff1249;
    margin: 0;
    margin-bottom: 35px;
    z-index: 10;
    position: relative;
}
.head_cont p{
    font-size: 22px;
    max-width: 650px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.head_cont .hcont_side{
    width: 195px;
    height: 254px;
    background: url(../img/s1_bg.png) no-repeat;
    padding-top: 35px;
    position: relative;
    z-index: 10;
}
.head_cont .hcont_side p{
    font-size: 14px;
}
.head_cont .hcont_side p.big{
    color: #ff1249;
    font-size: 81.25px;
    font-family: "Akzidenz-LightCn";
    margin-bottom: -20px;
    margin-top: -20px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.navbar .navbar-toggle {
    position: relative;
    padding: 22px 18px;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    margin: 0 20px;
    float: none;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:active{
    background-color: #fff;
}
.navbar .navbar-toggle .icon-bar{
    background-color: #ff1249;
}
/*Section 2*/
.s2{
    background: url(../img/s2_bg.jpg) no-repeat;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}
.s2_head{
    text-align: center;
    margin-bottom: 60px;
}
.s2_head .special{
    color: #f70e42;
    font-size: 22px;
    font-family: "Akzidenz-Md";
    letter-spacing: 2px;
    text-transform: uppercase;
}
.s2_head h2{
    font-size: 120px;
    font-family: "Akzidenz-Light";
    max-width: 1050px;
    margin: 0 auto;
}
.s2_head p{
    max-width: 600px;
    font-size: 22px;
    margin: 10px auto;
}
.s2_cont{
    margin-bottom: 60px;
}
.s2_cont p{
    font-family: "Akzidenz-Light";
    font-size: 34px;
    margin-bottom: 30px;
}
.s2_cont .ul_head{
    font-family: "Akzidenz-Md";
    font-size: 22px;
    color: #f70e42;
    margin-bottom: 0;
    margin-top: 160px;
}
.s2_cont ul{
    padding-left: 0;
    list-style: none;
}
.s2_cont ul li{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: "Akzidenz-Light";
    color: #cbcbcb;
}
.s2_bot{
    margin-left: 0;
}
.s2_bot form{
    height: 210px;
    background-color: #ececec;
    color: #000;
    text-align: center;
    padding-top: 40px;
}
.s2_bot form .form_head{
    font-size: 22px;
    font-family: "Akzidenz-Md";
}
.s2_bot .form_cont{
    display: inline-block;
    position: relative;
}
.s2_bot form input{
    width: 360px;
    border: none;
    height: 45px;
    border-radius: 22px;
    padding-left: 25px;
    font-size: 18px;
    font-family: "Akzidenz-Light";
}
.s2_bot form button{
    width: 120px;
    height: 45px;
    font-family: "Akzidenz-Md";
    font-size: 18px;
    text-align: center;
    border: none;
    line-height: 40px;
    background-color: #f70f43;
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    border-radius: 22px;
}
.s2_bot form span{
    display: inline-block;
    text-align: left;
    font-family: "Akzidenz-Light";
    font-size: 16px;
    opacity: 0.5;
    margin-top: 15px;
}
.s2_bot .s2_hint{
    font-family: "Akzidenz-Light";
    font-size: 18px;
    padding-left: 100px;
}
.s2_bot .s2_hint .hint_head{
    font-family: "Akzidenz-Md";
    color: #f70e42;
    font-size: 22px;
    margin-bottom: 0;
}
.s2_bot .s2_hint span{
    display: block;
    margin-top: 20px;
}
.s2_bot .s2_hint a{
    color: #f70e42;
}
.s2_bot .s2_hint ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}
.s2_img{
    position: absolute;
}
.s2_img1{
    z-index: 1;
    top: -50px;
    left: 116px;
}
.s2_img2{
    top: -80px;
    left: 410px;
}
.s2_img3{
    top: 50px;
}


/*Section 3*/
.s3{
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 10px;
}
.s3 .container{
    text-align: left;
}
.s3 h2{
    color: #ff1249;
    font-size: 33px;
}
.s3>p{
    color: #888;
    font-size: 20px;
}
.s3 .s3_head2{
    color: #000;
    font-size: 22px;
    margin: 45px 0;
}
.s3 .container .item_wrap{
    background-color: #fff;
    padding: 60px 80px 60px 60px;
    height: 250px;
    margin: 8px 0;
}
.s3 .container .item{
    padding: 0 8px;
}
.s3 .container .item_wrap img{
    margin-right: 60px;
    margin-bottom: 50px;
}
.s3 .container .item_wrap .item_head{
    font-family: "Akzidenz-Md";
    font-size: 22px;
    margin-bottom: 0;
}
.s3 .container .item_wrap p{
    font-family: "Akzidenz-Light";
    font-size: 18px;
}

/*Section 4*/
.s4{
    color: #fff;
    background: url(../img/s4_bg.jpg);
    height: 844px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
.s4>img{
}
.s4 .s4_head{
    font-size: 48px;
}
.s4 .controls{
    font-size: 16px;
    font-family: "Akzidenz-Light";
    max-width: 320px;
    margin: 15px auto 50px;
    padding-top: 5px;
    position: relative;
}
.s4 .controls .left,
.s4 .controls .right{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: -5px;
    cursor: pointer;
    position: absolute;
}
.s4 .controls .left{
    background: url(../img/s4_left.png) no-repeat;
    left: 0;
}

.s4 .controls .right{
    background: url(../img/s4_right.png) no-repeat;
    right: 0;
}
.book_form form input{
    margin-bottom: 10px;
}
.book_form form input[type="submit"]{
    margin-bottom: 0;
}
.book_form form p{
    font-size: 22px;
    margin-bottom: 22px;
    color: #000;
}
.s4 .book_form form{
    margin-top: 145px;
}

/*s4 mob*/
.s4_mob{
    background-color: #f2f2f2;
    padding: 40px 0 80px;
}
.s4_mob.visible-sm form{
    margin: 0 auto;
    max-width: 100%;
}
.s4_mob.visible-sm form input{
    display: block;
    margin-top: 10px;
    max-width: 600px;
    width: 100%;
    border-radius: 42px;
    height: 84px;
    padding-left: 40px;
    font-size: 33px;
}
.s4_mob .s4_mwrap{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.s4_mob form p{
    font-size: 34px;
    max-width: 460px;
    margin: 0 auto;
}
.s4_mob form .s4_mwrap b{
    bottom: 30px;
    right: 45px;
    width: 32px;
}
.s4_mob form .s4_mwrap b img{
    width: 32px;
}
.s4_mob .s4_mwrap input[type="submit"]{
    font-size: 33px;
}



/*Section 5*/
.s5{
    padding-top: 260px;
    background-repeat: no-repeat;
    color: #fff;
    height: 1018px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    max-height: 1080px;
}
#player{
    position: absolute;
    top: 0;
    left: 0;
}
#player_wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
}
.s5 h2{
    font-family: "Akzidenz-Light";
    font-size: 48px;
    margin-bottom: 140px;
    z-index: 10;
    position: relative;
}
.s5_item ul{
    list-style: none;
    padding-left: 0;
}
.s5_item ul li{
    font-size: 17px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 25px;
    margin-bottom: 15px;
}
.s5_item ul li img{
    float: left;
    margin-top: -10px;
    margin-right: 20px;
}
.s5_item.col-md-4 ul li{
    padding-top: 15px;
    margin-bottom: -15px;
} 
.s5_item.col-md-4 ul li img{
    margin-top: 0;
    position: relative;
    bottom: 20px;
}
.s5 .cont{
    overflow: hidden;
}
.s5 .cont .tel{
    font-size: 48px;
    margin: 0;
    margin-bottom: -15px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.s5 .cont .tel a{
    color: #fff;
}
.s5 .cont p{
    font-size: 22px;
    margin: 20px 0;
}
.s5 .cont span{
    display: block;
    color: #959595;
    font-size: 12px;
    line-height: 14px;
}
.carousel-inner{
    overflow: visible;
}
.tel_inact{
    opacity: 0; 
    left: -101%;
}
.tel_act{
    left: 0;
}
/*footer*/

footer{
    background-color: #f2f2f2;
    padding-bottom: 120px;
    text-align: center;
}
footer>img{
    border-radius: 50%;
    position: relative;
    margin-top: -186px;
}
footer .footer_head{
    font-size: 33px;
    color: #ff1249;
    margin-top: 20px;
}
footer>p{
    font-size: 16px;
}
footer .name{
    opacity: .5;
}
footer .form_head,
footer .social_head{
    font-family: "Akzidenz-Md";
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}
footer .social{
    margin-bottom: 40px;
    margin-top: 10px;
}
footer .social p{
    max-width: 250px;
    margin: 0 auto;
    background-position: left center;
    padding-bottom: 5px;
}
footer .social .vk{
    background: url(../img/vk.jpg) no-repeat;
}
footer .social .fb{
    background: url(../img/fb.jpg) no-repeat;
}
footer .social .insta{
    background: url(../img/insta.jpg) no-repeat;
}
footer .social a{
    font-size: 17px;
    color: #ff1249;
    text-decoration: underline;
}
footer .social a:hover{
    text-decoration: none;
}
footer form, .book_form form, .s4_mob form, .b-popup form{
    max-width: 330px;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
footer form{
    position: static;
}
footer form label{
    display: block;
    font-size: 18px;
}
footer form label span{
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 5px;
    opacity: 0.5;
    font-family: "Akzidenz-Light";
}
footer form input, footer form select, 
.book_form form input,
.s4_mob form input, .b-popup form input{
    width: 320px;
    height: 46px;
    border-radius: 23px;
    border: none;
    font-family: "Akzidenz-Light";
    color: #000;
    padding-left: 20px;
}
footer form select:focus{
    outline: none;
}
footer form input[type="submit"], 
.book_form form input[type="submit"], 
.s4_mob form input[type="submit"], 
.b-popup form input[type="submit"]{
    background-color: #ff1147;
    color: #fff;
    font-size: 18px;
    font-family: "Akzidenz-Md";
    text-align: left;
}
footer form b, .book_form form b, .s4_mob form b, .b-popup form b{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
footer form b{
    bottom: 13px;
}
.f_submit{
    position: relative;
}




/*SELECT STYLE*/
#custom_select {
    width: 223px;
    color: #000;
    display: inline-block;
}

#current_option {
    width: 320px;
    height: 46px;
    border-radius: 22px;
    color: #000;
    font-family: "Akzidenz-Light";
    font-size: 16px;
    line-height: 44px;
    background: #fff;
    padding-right: 10px;
}

#current_option:focus{
    border-radius: 22px 22px 0 0;
}

#current_option b{
    position: relative;
    top: 3px;
    float: right;
    line-height: 44px;    
    transform: rotateZ(90deg);
    font-size: 18px;
}

#custom_options {
    display: none;
    position: absolute;
    width: 320px;
    padding: 0;
    background: #fff;
    border-radius: 0 0 22px 22px;
    z-index: 100;
}

#custom_options li {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 36px;
    line-height: 46px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    bottom: 12px;
    font-family: "Akzidenz-Light";
}
#custom_options li:hover{
    color: #ff1249;
    text-decoration: underline;
}
#custom_options li:last-child {
    border-radius: 0 0 22px 22px;
}
.onfocus{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



/*input_file*/
.file_label{
    margin: 15px 20px 20px;
    display: inline-block;
    cursor: pointer;
}
.file_label b{
    position: static;
    color: #ff1249;
    border-bottom: 2px dotted #ff1249;
}
.file_label input{
    height: auto;
    padding-left: 0;
}
.file_label b:hover{
    border: none;
    padding-bottom: 2px;
}
.file_label .hidden_input{
    display: none;
}
.file_label .hidden_input:focus{
    outline: none;
}

/*book*/
#mybook *{
    box-sizing: initial;
}
.booklet .b-wrap-left,
.booklet .b-wrap-right{
    background: none;
    width: 599px;
    height: 599px;
}
.booklet .b-page .page{
    width: 100%;
}
.booklet .b-page .b-wrap-right:last-of-type{
    background: url(../img/book/s4_book0.png) no-repeat;
    background-size: 100%;
    height: 100%;
}


/*popup*/
.b-popup{
    display: none;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index: 500;
    text-align: center;
}
.b-popup .b-popup-content{
    display: inline-block;
    background-color: #f2f2f2;    
    box-shadow: 0px 0px 10px #000;
    padding: 50px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 440px;
    height: 380px;
    margin: auto;
}
.b-popup form input{
    font-family: "Akzidenz";
    font-size: 18px;
    margin-top: 15px;
}

.popup__close{
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 35px;
    line-height: 35px;
    color: #ff1249;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-family: monospace;
}



@media only screen and (max-width : 1600px) {
    .s2{
        overflow: hidden;
    }
    .s2_img2 {
        top: -55px;
        left: 200px;
    }
    #player{
        left: -100px;
    }
}
@media only screen and (max-width : 1380px) {
    .bg_pc{
        left: -60px;
    }
    .head_cont h1{
        margin-bottom: 20px;
    }
    /*s2*/
    .s2_head h2{
        max-width: 900px;
        font-size: 100px;
    }
    .s2_bot form input{
        width: 280px;
        font-size: 15px;
    }
    .s2_bot form button{
        width: 100px;
        font-size: 16px;
    }
    .s2_bot form .form_head{
        font-size: 18px;
    }
    .s2_bot .s2_hint ul{
        margin-bottom: 25px;
    }
    .s2_bot .s2_hint{
        font-size: 13px;
    }
    .s2_bot form span{
        font-size: 12px;
    }
    .s2_bot .s2_hint .hint_head{
        font-size: 19px;
    }
    .s2_cont p{
        font-size: 31px;
    }
    .s2_cont ul li{
        font-size: 16px;
    }
    /*s3*/
    .s3 .container .item_wrap{
        padding: 40px 40px 40px 30px;
        height: 200px;
    }
    .s3 .container .item_wrap img{
        margin-right: 25px;
    }
    .s3 .container .item_wrap .item_head{
        font-size: 16px;
    }
    .s3 .container .item_wrap p{
        font-size: 15px;
    }
    /*s4*/
    .s4{
        height: 660px;
    }
    .s4 .book_form form{
        margin-top: 80px;
    }
    /*s5*/
    .s5{
        padding-top: 150px;
    }
    .s5 .s5_item{
        padding: 0 5px;
    }
    .s5_item ul li{
        padding-right: 0;
    }
    .s5_item ul li{
        font-size: 14px;
    }
    .s5 .cont .tel{
        font-size: 35px;
    }
    .s5 .cont span{
        margin-right: -10px;
    }
    #player{
        left: -200px;
    }
}

@media only screen and (max-width : 992px) {
    header .navbar .navbar-brand{
        width: 58px;
        height: 58px;
        line-height: 69px;
        padding: 15px 11px;
        margin-left: 20px;
        margin-right: 0;
    }
    header .navbar .carousel_wrap{
        width: 230px;
        line-height: 58px;
    }
    .navbar-header{
        text-align: left;
    }
    .head_cont{
        text-align: left;
        margin-top: 40px;
    }
    .head_cont p, 
    .head_cont h1{
        text-align: center;
        max-width: 100%;
    }
    .bg_pc{
        width: 100%;
        left: 20px;
    }
    .head_cont h1{
        font-size: 48px;
    }
    .head_cont p{
        font-size: 30px;
    }
    header .navbar .navbar-nav li a{
        padding: 15px 12px;
    }
    header .navbar .tel{
        font-size: 19px;
    }
    header .navbar .tel_span{
        line-height: 58px;
        margin-left: 10px;
        width: 58px;
        height: 58px;
    }
    .head_cont .hcont_side{
        display: none;
    }
    .head_cont .container{
        padding-bottom: 350px;
    }


    /*section2*/
    .s2{
        padding: 30px 0px;
        background-image: url(../img/s2_bg_mob.jpg);
        background-position: 0 0;
    }
    .s2_head .special{
        font-size: 26px;
    }
    .s2_head{
        margin-bottom: 70px;
        padding: 0 15px;
    }
    .s2_head h2{
        font-size: 82px;
    }
    .s2_head p{
        font-size: 30px;
        max-width: 100%;
    }
    .s2_cont{
        padding: 0 20px;
        margin-bottom: 22px;
    }
    .s2_cont p{
        font-size: 34px;
    }
    .s2_cont .ul_head,
    .s2_cont ul li{
        font-size: 28px;
        margin-top: 0;
    }
    .s2_bot{
        padding: 0 35px;
        margin-left: -15px;
    }
    .s2 .s2_bot{
        padding: 0 35px;
    }
    .s2_bot form{
        z-index: 2;
        margin-bottom: 230px;
        height: 300px;
        padding-top: 40px;
    }
    .s2_img{
        transform: scale(.9);
    }
    .s2_bot .s2_hint{
        padding-left: 0;
        font-size: 28px;
        z-index: 2;
    }
    .s2_hint .hint_wrap{
        display: inline-block;
        max-width: 310px;
        vertical-align: top;
        margin-right: 30px;
        margin-top: 30px;
    }
    .s2_bot .s2_hint .hint_head{
        font-size: 28px;
    }
    .s2_bot .s2_hint .hhead1 .hint_head{
        margin-bottom: 42px;
    }
    .s2_hint .hhead1{
        margin-right: 10px;
    }
    .s2_hint .hint_wrap:not(.hhead1){
        margin-right: -80px;
    }
    .s2_bot form .form_head{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .s2_bot form span{
        font-size: 22px;
    }
    .s2_bot form input{
        width: 100%;
        max-width: 540px;
        height: 68px;
        border-radius: 34px;
        font-size: 26px;
        margin-bottom: 15px;
    }
    .s2_bot form button{
        width: 185px;
        height: 68px;
        border-radius: 34px;
        font-size: 26px;
    }
    .s2_bot .form_cont{
        display: block;
        max-width: 540px;
        margin: 0 auto;
    }
    .s2_bot .s2_hint span{
        margin-top: 0;
    }
    .s2_img1{
        top: 110px;
        left: 150px;
    }
    .s2_img2{
        top: 105px;
        left: 415px;
    }
    .s2_img3{
        top: 210px;
        left: 50px;
    }


    /*s3*/
    .s3>p, 
    .s3 .container .item_wrap .item_head,
    .s3 .container .item_wrap p{
        font-size: 27px;
    }
    .s3 .container .item_wrap{
        height: 250px;
        padding: 20px;
        margin: 0 0 10px;
    }
    .s3 .container .item_wrap img{
        margin: 40px 40px 60px 0;
    }



    /*s4*/
    .s4 .book_form form{
        text-align: center;
        margin-top: 30px;
    }
    .s4 .book_form form b{
        right: 44px;
    }
    .s4 .book_form form input{
        width: 250px;
    }
    .book_form form p{
        font-size: 16px;
        text-align: center;
    }
    .s4{
        padding-top: 50px;
        height: 515px;
    }
    

    .s5{
        padding: 65px 45px 0;
        background-color: #000;
        height: auto;
    }
    .s5 br {
        content: ""
    }
    .s5_item ul li{
        font-size: 30px;
        margin: 20px 0;
    }
    .s5_item.col-md-4 ul li{
        padding: 0;
        margin: 20px 0;
    }
    .s5_item ul li img{
        margin-top: -10px;
        width: 100px;
    }
    .s5_item.col-md-4 ul li img{
        bottom: 0;
        width: 100px;
    }
    .s5 .cont p{
        max-width: 500px;
        font-size: 30px;
    }
    .s5 .cont .tel{
        font-size: 48px;
    }
    .s5 h2{
        margin-bottom: 30px;
    }
    .s5 .s5_item{
        overflow: hidden;
    }
    .s5 .cont{
        clear: both;
        text-align: left;
    }
    .s5 .cont span{
        display: none;
    }


    /*footer*/
    footer{
        padding-bottom: 60px;
    }
    #player{
        left: -400px;
    }

    footer>img{
        margin-top: -20px;
    }
    footer form, #custom_select{
        max-width: 650px;
        width: 100%;
    }
    footer form{
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
    footer form label{
        font-size: 27px;
    }
    footer form input, #current_option{
        width: 100%;
        max-width: 640px;
        width: 100%;
        display: block;
        height: 80px;
        border-radius: 40px;
        padding-left: 40px;
        font-size: 32px;
        line-height: 80px;
    }
    .file_label{
        font-family: "Akzidenz-Light";
        margin: 25px 0 30px 40px;
        overflow: hidden;
    }
    footer form input[type="submit"]{
        font-size: 32px;
    }
    footer form b {
        bottom: 30px;
        right: 45px;
    }
    footer form b img{
        width: 32px;
    }
    footer .form_head{
        margin-bottom: 15px;
        font-size: 22px;
    }
    #custom_options{
        width: 100%;
        max-width: 640px;
        padding-left: 40px;
    }
    #custom_options li{
        height: 45px;
        bottom: 5px;
        padding-left: 0;
    }
    .file_label input{
        line-height: initial;
    }
    #current_option b{
        font-size: 45px;
        line-height: 80px;
    }
    #current_option span{
        padding-left: 0;
    }
}

@media only screen and (max-width : 767px) {
    /*s2*/
    .s2{
        padding: 30px 25px;
    }
  
    /*s3*/
    

    /*s5*/
 
    #player{
        left: -500px;
    }
}

@media only screen and (max-width : 720px) {
    .head_cont p{
        font-size: 25px;
    }
    .s2_hint .hint_wrap{
        max-width: 260px;
    }
    .s2_bot .s2_hint .hint_head,
    .s2_bot .s2_hint{
        font-size: 23px;
    }
    .s2_bot .s2_hint .hhead1 .hint_head{
        margin-bottom: 32.2px;
    }
    .s2_head h2{
        font-size: 62px;
    }
    .s2_head p, .s2_cont p{
        font-size: 25px;
    }
    .s2_cont .ul_head, .s2_cont ul li{
        font-size: 24px;
    }
    .s3>p, .s3 .container .item_wrap .item_head, .s3 .container .item_wrap p{
        font-size: 24px;
    }
    .s2_bot form .form_head{
        font-size: 29px;
    }
    .s2_bot form span{
        font-size: 20px;
    }
    .s2_bot form input{
        font-size: 22px;
    }
    footer form, #custom_select{
        max-width: 550px;
    }
    #custom_options{
        max-width: 540px;
    }
    .s2_bot form button{
        right: 0;
    }
    .s5_item.col-md-4 ul li img{
        margin-bottom: 25px;
    }
}

@media only screen and (max-width : 640px) {
    .s2{
        padding: 30px 0;
    }
    .s2_head{
        padding: 0 30px;
        margin-bottom: 45px;
    }
    .s2_head h2{
        font-size: 44px;
    }
    .s2_head p, .s2_cont p{
        font-size: 20px;
    }
    .s2_cont .ul_head, .s2_cont ul li{
        font-size: 18px;
    }
    .s2_bot form{
        height: 240px;
    }
    .s2_bot form .form_head{
        font-size: 20px;
    }
    .s2_bot form button{
        width: 130px;
    }
    .s2_bot form button,
    .s2_bot form input{
        font-size: 17px;
        height: 50px;
        border-radius: 25px;
    }
    .s2_bot form span{
        margin-top: 0;
        font-size: 16px;
    }
    .s2_img{
        transform: scale(.7);
    }
    .s2_img1{
        left: 60px;
    }
    .s2_img2{
        left: 250px;
    }
    .s2_img3{
        left: -20px;
    }
    .s2_bot .s2_hint .hhead1 .hint_head{
        margin-bottom: 23.8px;
    }
    .s2_hint .hint_wrap{
        max-width: 220px;
    }
    .s2_bot .s2_hint .hint_head, .s2_bot .s2_hint{
        font-size: 17px;
    }



    .s3>p, .s3 .s3_head2{
        font-size: 20px;
        max-width: 260px;
        margin: 0 auto;
    }
    .s3 .s3_head2{
        margin: 35px auto 25px;
    }
    .s3 .container .item_wrap .item_head, .s3 .container .item_wrap p{
        font-size: 15px;
    }
    .s3 .container .item_wrap{
        height: 200px;
    }
    .s3 .container .item_wrap img{
        margin-top: 10px;
    }

    .s3 h2{
        font-size: 24px;
        max-width: 260px;
        margin: 0 auto;
    }

    .s4_mob form p{
        font-size: 28px;
        text-align: center;
    }
    .s4_mob {
        background-color: #f2f2f2;
        padding: 40px 15px 80px;
    }
    .s4_mob .s4_mwrap input[type="submit"],
    .s4_mob.visible-xs form input{
        font-size: 27px;
    }
    .s5_item ul li{
        font-size: 18px;
    }
    .s5 .cont .tel{
        font-size: 35px;
    }
    .s5 .cont p{
        font-size: 18px;
    }
    .head_cont .container{
        padding-bottom: 240px;
    }
}

@media only screen and (max-width : 480px) {
    header .navbar .navbar-brand{
        width: 42px;
        height: 42px;
        line-height: 38px;
        padding: 15px 11px;
        margin-left: 10px;
        margin-right: 0;
        font-size: 57px;
    }
    header .navbar .tel_span{
        line-height: 42px;
        width: 42px;
        height: 42px;
    }
    header .navbar .tel_span img{
        width: 13px;
    }
    .navbar .navbar-toggle{
        padding: 15px 13px;
        margin: 0 10px;
    }
    .navbar-toggle .icon-bar{
        width: 16px;
    }
    .navbar-toggle .icon-bar+.icon-bar{
        margin-top: 3px;
    }
    header .navbar .carousel_wrap{
        text-align: right;
        margin: 0 auto;
        position: absolute;
        line-height: 42px;
        right: 10px;
        width: 175px;
    }
    header .navbar .tel{
        font-size: 15px;
        color: #4d5164;
        font-family: "Akzidenz";
    }
    header .navbar-default{
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    header .navbar .navbar-nav li a{
        padding: 3px;
    }
    .head_cont{
        margin-top: 0;
    }
    .head_cont h1{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .head_cont p{
        font-size: 15px;
    }
    .head_cont p br{
        content: "";
    }
    .head_cont .container{
        padding: 0 10px 200px;
    }
    .bg_pc{
        width: 400px;
        right: -40px;
        left: -35px;
        margin: 0 auto;
    }
    /*s2*/
    .s2{
        padding-top: 40px;
        padding-bottom: 55px;
    }
    .s2_head, .s2_cont{
        padding: 0 15px;
    }
    .s2_head, .s2_cont, .s2_hint{
        text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    }
    .s2_head .special{
        font-size: 15px;
        letter-spacing: 3px;
    }
    .s2_head h2{
        font-size: 47px;
    }
    .s2_head p, .s2_cont ul li{
        font-size: 17px;
    }
    .s2_cont p,
    .s2_cont .ul_head,
    .s2_bot .s2_hint .hint_head{
        font-size: 16px;
    }
    .s2_bot .s2_hint{
        padding: 0 10px 0 25px;
        font-size: 16.7px;
        position: static;
    }
    .s2_hint .hint_wrap{
        max-width: 260px;
        margin-right: 0;
        margin-top: 20px;
    }
    .s2_bot .s2_hint .hint_wrap .hint_head{
        max-width: 115px;
        height: 40px;
    }
    .s2_bot .s2_hint .hhead1 .hint_head,
    .s2_bot .s2_hint ul{
        margin-bottom: 0;
    }
    .s2_img{
        transform: scale(.6);
    }
    .s2_img3{
        left: -35px;
        top: 100px;
    }
    .s2_img2{
        left: 170px;
        top: -5px;
    }
    .s2_img1{
        left: 10px;
        top: 5px;
    }
    .s2 .s2_bot{
        padding: 0;
    }
    .s2_bot form{
        height: 175px;
        padding-top: 25px;
        margin-bottom: 140px;
    }
    .s2_bot .form_cont{
        margin: 0 auto;
        max-width: 360px;
    }
    .s2_bot form button, .s2_bot form input{
        height: 40px;
        border-radius: 20px;
        font-size: 15px;
    }
    .s2_bot form button{
        width: 105px;
        letter-spacing: .5px;
    }
    .s2_bot form input{
        padding-left: 13px;
    }
    .s2_bot form span{
        font-size: 13px;
        max-width: 350px;
        padding-left: 5px;
        margin-right: -5px;
    }
    .s2_bot form span br{
        content: "";
    }
    .s2_bot form .form_head{
        font-size: 18px;
        margin-bottom: 5px;
    }
    /*s3*/
    .s3>img{
        max-width: 404px;
        width: 100%;
    }
    .s3 .container .item_wrap{
        height: 140px;
        padding: 5px;
        padding-top: 20px;
    }
    .s3 .container .item_wrap img{
        width: 70px;
        margin: 10px 5px 40px 0;
    }
    .s3 .container .item_wrap .item_head, .s3 .container .item_wrap p{
        font-size: 13px;
    }
    /*s4*/
    .s4_mob{
        padding: 15px 12px 50px;
    }
    .s4_mob form p{
        font-size: 17px;
        margin-bottom: 30px;
    }
    .s4_mob .s4_mwrap input[type="submit"], .s4_mob.visible-xs form input {
        height: 41px;
        font-size: 16.5px;
        padding-left: 20px;
    }
    .s4_mob.visible-sm form{
        max-width: 360px;
        margin: 0 auto
    }
    .s4_mob form .s4_mwrap b{
        bottom: 15px;
        right: 10px;
    }
    .s4_mob form .s4_mwrap b img, footer form b img{
        width: initial;
    }
    /*s5*/
    .s5{
        padding: 50px 15px 30px;
    }
    .s5 h2{
        font-size: 21px;
        margin: 0;
        font-family: "Akzidenz-Light";
        margin-bottom: 10px;
    }
    .s5 .s5_item{
        overflow: visible;
    }
    .s5_item ul li{
        font-size: 14px;
        padding: 0;
    }
    .s5_item ul li img{
        margin-top: 0;
        width: 50px;
        margin-right: 10px;
    }
    .s5_item.col-md-4 ul li{
        padding: 10px 0;
        margin: 0 0 0 -10px;
    }
    .s5_item.col-md-4 ul li img{
        bottom: 10px;
        margin-bottom: 0;
        margin-right: 10px;
        width: 60px;
        bottom: 0;
    }
    .s5 .cont{
        padding: 0;
    }
    .s5 .cont .tel{
        font-size: 22px;
    }
    .s5 .cont p{
        font-size: 13px;
        margin-bottom: 0;
        max-width: 250px;
    }
    #player{
        left: -650px;
    }
    /*footer*/
    footer>img{
        width: 95%;
        max-width: 175px;
    }
    footer .footer_head{
        font-size: 15px;
        margin-bottom: 0;
    }
    footer>p{
        font-size: 14px;
    }
    footer form{
        padding: 0 15px;
        width: 100%;
    }
    footer form b{
        bottom: 11px;
        right: 15px;
    }
    footer .social_head,
    footer .social,    
    footer .form_head{
        display: none;
    }
    footer form input, #current_option{
        height: 40px;
        border-radius: 25px;
        padding-left: 15px;
        font-size: 15px;
        line-height: 40px;
    }
    #custom_options {
        padding-left: 15px;
    }
    #custom_options li{
        font-size: 15px;
    }
    #current_option span{
        font-size: 15px;
    }
    footer form label{
        font-size: 13px;
        max-width: 360px;
        margin: 0 auto 15px;
        position: relative;
    }
    footer form label span{
        font-size: 13px;
    }
    footer form input[type="submit"]{
        font-size: 15px;
        max-width: 360px;
        margin: 0 auto;
    }
    footer form .chevron{
        right: 12px;
    }
    footer form .f_submit{
        max-width: 360px;
        margin: 0 auto;
        position: relative;
    }
    .b-popup .b-popup-content{
        width: 280px;
        height: 320px;
        padding: 30px 15px;
    }
    .b_popup form{
        width: 240px;
    }
    .b-popup form input, .b-popup form input[type="submit"]{
        width: 230px;
        font-size: 15px;
    }
    .b-popup form b.rarr{
        right: 30px;
    }
    #current_option b{
        line-height: 40px;
        font-size: 30px;
    }
    .file_label{
        margin: 15px auto;
        display: block;
        font-size: 13px;
        padding-left: 20px;
    }
    .file_label input{
        font-size: 13px;
    }

}