@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto);

html,
button,
input,
select,
textarea {
    color: #222;
}

label {
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 100%;
}

a {
    color: #212121;
    text-decoration: none;
    outline: none;
    -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -moz-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -ms-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

a:hover {
    text-decoration: underline;
    /*color: #f05040;*/
}

a:hover, a:active, a:visited, a:focus {
    outline: none;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

html, body {
    padding: 0;
    margin: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    height: 100%;
    position: relative;
}

section {
    overflow: hidden;
}

button:focus,
textarea:focus,
input:focus {
    outline: none;
}

.clean-list {
    padding: 0;
    margin: 0;
}

.clean-list li {
    list-style: none
}

/*.clearfix {*/
/**zoom: 1;*/
/*}*/

/*.clearfix:before {*/
/*content: " ";*/
/*display: table;*/
/*}*/

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

html, body, input, button, select, textarea {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #3d3d3d;
    line-height: 1.3;
    font-family: "メイリオ", Meiryo, "游明朝", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Mincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    font-size: 1em;
    font-weight: 700;
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.fl-no {
    float: none
}

.w-auto {
    width: auto
}

.clear {
    clear: both
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.visible-block {
    display: none;
}

.table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.table-cell {
    display: table-cell
}

.table th,
.table td {
    border: 1px solid #e1e1df;
}

.eng-text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.btn,
a.btn,
button.btn {
    position: relative;
    display: inline-block;
    line-height: 1.1;
    padding: 6px 12px;
    border: none;
    text-decoration: none !important;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*color: #fff;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.easing,
.easing * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-easing {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.row-group {
    position: relative;
}

.input-group,
.form-group {
    position: relative;
}

.form-group {
    margin-top: 35px;
}

.form-group:first-child {
    margin: 0
}

.control-label {
    display: inline-block;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
.form-control {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 7px 10px 6px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    outline: none;
    line-height: 1.5;
    color: #444;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}

textarea,
textarea.form-control {
    height: 120px;
    resize: vertical;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control:focus,
.search-area .form-control:focus {
    background: #fff;
    /*
    -webkit-box-shadow: 0 0 3px #57aad1;
    -moz-box-shadow: 0 0 3px #57aad1;
    box-shadow: 0 0 3px #57aad1;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.ta-right {
    text-align: right;
}

/* Start Content */

#wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

#wrap-page-content {
    left: 0;
    background: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 99;
    height: 100%;
}

.page-content {
    position: relative;
    height: auto;
    min-height: 100%;
    padding: 0 0 41px 0;
    margin: 0;
}

.main-content {
    position: relative;
    padding: 42px 0 0;
}

.main-content p {
    margin: 0 0 10px;
}

.b-block {
    position: relative;
    padding: 0 10px;
}

.center-content {
    width: 1020px;
    margin: 0 auto;
}

#header::before {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 99;
}

#header,
.header-content {
    height: 72px;
}

#header {
    z-index: 999999;
    position: relative;
}

#header .header-content {
    background: #fff;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    border: 1px solid #d2d2d0;
    left: 0;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    /*
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;      
    transition: all 0.3s ease 0s;
    */
    width: 100% !important;
    z-index: 101;
}

#header h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding: 15px 0 15px 0;
    text-align: left;
}

#header h1 a {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

#header h1 img {
    display: block;
    height: 37px;
    margin: 0 auto;
}

#header .header-nav {
    display: block;
    position: relative;
    margin: 8px 0 0 0;
    height: 49px;
    float: right;
}

#header .header-nav a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 53px;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 60px;
    text-decoration: none;
}

#header .header-nav a:hover {
    opacity: 0.7;
}

#header .header-nav a.header-nav-phone-2 {
    /*background-image: url(../img/phone-2.png);*/
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 40px;
    padding: 0 0 0 65px;
}

#header .header-nav .call {
    font-size: 30px;
    font-family: "Bell MT", sans-serif;
    font-weight: 700;
    line-height: 1;
    /* letter-spacing: 1px; */
    color: #bf1b00;
    padding: 0;
    margin: 3px 4px 0 0;
}

#header .header-nav .description {
    font-size: 14px;
    line-height: 1.3;
    color: #2f2f2f;
    padding: 0;
    margin-left: 2px;
    letter-spacing: 0.4px;
    margin-top: 0;
}

#header .header-nav a.header-nav-phone-2 .description {
    font-size: 13px;
}

#header .header-nav a.header-nav-phone-2 .call {
    letter-spacing: 1.5px;
}

.b-heading {
    height: 189px;
    width: 100%;
    background-color: #fff;
    /*background-image: url("../img/items/h/p2.png");    */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    padding: 47px 0 0 0;
}

.b-heading i {
    color: #fff;
    font-size: 44px;
}

.b-heading h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    padding: 10px 0 0 0;
    margin: 0;
}

.b-section-1 {
    background-image: url(../img/s1-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 674px;
    text-align: center;
    margin-top: -72px;
    position: relative;
}

.b-section-1 .buble1 {
    position: absolute;
    top: 177px;
    right: 125%;
    animation-delay: .25s;
}

.b-section-1 .buble2 {
    position: absolute;
    top: 380px;
    animation-delay: .50s;
    right: 0;
}

/*.b-section-1 .buble3 {*/
/*position: absolute;*/
/*top: 198px;*/
/*right: -34%;*/
/*animation-delay: 1s;*/
/*}*/

.b-section-1 .buble4 {
    position: absolute;
    top: 408px;
    right: 106%;
    animation-delay: 1.25s;
}

.b-section-1 .buble5 {
    position: absolute;
    top: 241px;
    right: 71%;
    animation-delay: 1.50s;
    z-index: 1;
}

.b-section-1 h2 {
    position: absolute;
    top: 247px;
    left: 247px;
}

.b-section-1 .box {
    position: absolute;
    top: 260px;
    left: -100px;
}

.s4-button, .s11-button {
    position: absolute;
    bottom: 107px;
    left: 42%;
    /*z-index: 4;*/
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 15px, 0);
    }
}

@keyframes scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1)
    }
}

.s2-button, .s4-button, .s11-button {
    /*animation: bounce 0.4s infinite; !* Анимацию bounce пропишем ниже *!*/
    /*transition: all 1s ease-in;*/
    /*-webkit-transform: scale(1.0);*/
    /*-ms-transform: scale(1.0);*/
    /*transform: scale(1.0);*/
    /*width: 509px;*/
    /*height: 87px;*/
    animation: bounce 0.6s cubic-bezier(.5, 0.05, 1, .5);
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 0.6s;
    /*-webkit-transition: width 2s, height 2s, -webkit-transform 2s; !* Safari *!*/
    transition: all 1s ease-in-out;
}

.s2-button img, .s4-button img, .s11-button img {
    transition: all 1s ease-in-out;
    width: 100%;
}

.s2-button:hover, .s4-button:hover, .s11-button:hover {
    /*opacity: .5;*/
    animation: scale 1s linear;
    /*transition: all 1s ease-in-out;*/
    /*width: 650px;*/
    /*height: 100px;*/
    /*transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/
    /*-ms-transform: scale(1.4);*/
}

.s2-button:hover img, .s4-button:hover img, .s11-button:hover img {
    width: 100%;
    transition: all 1s ease-in-out;
}

.b-section-2 {
    position: relative;
    background: url("../img/s2-bg-new.jpg");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1472px;
}

.s2-button {
    position: absolute;
    top: 325px;
    left: 34%;
    /*z-index: 4;*/
}

.b-section-2 h2 {
    position: absolute;
    top: 875px;
    left: 50px;
    font-size: 66px;
    line-height: 1.4;
}

.b-section-2 .item1 {
    position: absolute;
    left: 43px;
    top: 1387px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.b-section-2 .item2 {
    position: absolute;
    left: 385px;
    top: 1370px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.b-section-2 .item3 {
    position: absolute;
    left: 712px;
    top: 1370px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.yellow {
    background-color: #fffdcd;
}

.b-section-3 {
    position: relative;
    background: #ededeb url("../img/s3-bg.jpg") no-repeat center center;
    height: 2354px;
    /*z-index: 20;*/
}

.b-section-3-inner {
    position: relative;
    min-height: 1216px;
    margin: 0;
}

.b-section-3 h2 {
    margin: -19px 49px;
}

.b-section-3 h3 {
    margin: -50px 96px;
}

.b-section-3 h4 {
    margin: -37px 121px;
}

.news {
    position: relative;
    margin-bottom: 90px;
    margin-top: 70px;
    -webkit-box-shadow: 0 0 35px #000;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
}

.b-section-3 .news:before {
    content: "";
    position: absolute;
    top: -17px;
    left: -23px;
    width: 1000px;
    height: 481px;
    border: 1px solid #e8d8b5;
    z-index: 4;
}

.b-section-3 .news:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 19px;
    width: 1000px;
    height: 400px;
    border: 1px solid #e8d8b5;
    z-index: 4;
}

.circle-brown {
    background-color: #dbcdb0;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    position: absolute;
    top: -52px;
    right: 50%;
    margin-right: -63px;
    z-index: 0;
}

.circle-red {

    width: 108px;
    height: 108px;
    position: absolute;
    top: -43px;
    left: 50%;
    margin-left: -54px;
    z-index: 5;
    line-height: 132px;
    text-align: center;
    color: #fffc00;
    font-size: 47px;
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.circle-red.i-1 {
    background: url("../img/s-3-numberbox1.png") no-repeat center;
}

.circle-red.i-2 {
    background: url("../img/s-3-numberbox2.png") no-repeat center;
}

.circle-red.i-3 {
    background: url("../img/s-3-numberbox3.png") no-repeat center;
}

.news_photo {
    float: left;
    width: 502px;
    position: relative;
    z-index: 1;
}

.news_photo.right {
    float: right;
}

.news_text {
    background-color: white;
    position: relative;
    line-height: 1.7;
}

.b-section-3 .news_text h3 {
    letter-spacing: -2px;
    margin: 0;
    line-height: 1.4;
}

.news_text.i-1 {
    padding: 64px 47px 87px 530px;
}

.news_text.i-2 {
    padding: 56px 531px 110px 46px;

}

.news_text.i-3 {
    padding: 64px 43px 53px 527px;
}

.news_text h3 {
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 32px;
    color: #d72d07
}

.news_text p {
    font-size: 20px;
    color: #101010
}

.b-section-3 .buble1 {
    position: absolute;
    top: 34px;
    right: 96%;
    animation-delay: .25s;
}

.b-section-3 .buble2 {
    position: absolute;
    top: 26px;
    right: 3%;
    animation-delay: .50s;
}

.b-section-3 .buble3 {
    position: absolute;
    top: 90px;
    right: 17%;
    animation-delay: .75s;
}

.b-section-3 .buble4 {
    position: absolute;
    top: 469px;
    right: 87%;
    animation-delay: .75s;
}

.b-section-3 .buble5 {
    position: absolute;
    top: 364px;
    right: -2%;
    animation-delay: .75s;
}

.b-section-4, .b-section-11 {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 606px;
    background-image: url("../img/s4-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.b-section-5 {
    position: relative;
    width: 100%;
    margin: 0 0 7px 0;
    z-index: 19;
    /*background-position: calc(50% + 347px) 154px;*/
}

.b-section-5-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 42px 0 0 0;
}

.b-section-5-inner .section-content {
    margin: 0 auto;
}

.b-section-5-inner .section-content h3 {
    font-size: 45px;
    color: #3d3d3d;
    margin: 0 0 13px 0;
    line-height: 1;
    display: block;
    text-align: center;
    letter-spacing: -1px;

}

.b-section-5 h4 {
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 34%;
    color: #fff;
    font-family: Meiryo, sans-serif;
    font-weight: normal;
}

.b-section-5 p.table {
    position: absolute;
    font-size: 15px;
    top: 42%;
    left: 40%;
    color: #fff;
}

.b-section-5-inner .section-content span {
    font-size: 45px;
    color: #bf280e;
    text-align: center;
    letter-spacing: -1px;
}

.b-section-5-inner .section-content p {
    font-size: 30px;
    color: #000;
    line-height: 1.6;
    text-align: center;
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.b-section-5 img {
    -webkit-box-shadow: 0 0 35px #000;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
}

.b-section-6 {
    position: relative;
    background-color: #ededeb;
    width: 100%;
    height: 665px;
    margin-top: -100px;
}

.b-section-6 .header_block {
    text-align: center;
    margin-bottom: 50px;
}

.b-section-6 h3 {
    color: #00806c;
    font-weight: bold;
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 55px;
    padding-top: 112px;
    margin-bottom: 0;
    line-height: 1.1;
}

.b-section-6 p {
    font-size: 20px;
    color: #3d3d3d;
    line-height: 2;
}

.text_block {
    text-align: center;
}

.images_block {
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}

.images_block figure {
    margin-left: 50px;

}

.images_block figure:first-child {
    margin-left: 0;
}

.images_block figure img {
    margin-bottom: 11px;
}

.b-section-7 {
    background: url("../img/s7-bg.jpg") no-repeat center 0;
    /*background-size: cover;*/
    height: 1186px;
    position: relative;
    /*margin-top: -69px;*/
}

.b-section-7 h2 {
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 40px;
    color: #3d3d3d;
}

.b-section-7 h3 {
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 80px;
    color: #ce9600;
}

.b-section-7 h4 {
    position: absolute;
    top: 44%;
    left: 36%;
    font-size: 40px;
    color: #fff;
}

.b-section-7 p {
    font-size: 17px;
    color: #101010;
    position: absolute;
}

.b-section-7 p.i-1 {
    font-size: 17px;
    top: 33%;
    right: 23%;
    line-height: 1.8;
}

.b-section-7 p.i-2 {
    font-size: 22px;
    font-weight: bold;
    top: 56.1%;
    right: 51%;
    line-height: 1.8;
}

.b-section-7 p.i-3 {
    font-size: 22px;
    font-weight: bold;
    top: 58%;
    left: 57%;
    line-height: 1.8;
}

.b-section-7 span {
    position: absolute;
    font-size: 14px;
    top: 98%;
    right: 46%;
}

.b-section-8 {
    position: relative;
    background: url("../img/s8-bg.jpg") no-repeat center 0;
    /*background-size: cover;*/
    height: 1508px;
    z-index: 3;
    margin: 0 0 -34px;
}

.b-section-9 {
    background: url("../img/s9-bg.jpg") no-repeat center;
    background-size: auto 100%;
    height: 1708px;
    position: relative;
    /*margin-top: -38px;*/
}

.b-section-9 h3 {
    position: absolute;
    font-size: 39px;
    color: #d73216;
}

.b-section-9 h3.i-1 {
    top: 25%;
    left: 10%;
}

.b-section-9 h3.i-2 {
    top: 51.2%;
    left: 10%;
}

.b-section-9 h3.i-3 {
    top: 73.6%;
    left: 10%;
}

.b-section-9 h3.i-4 {
    top: 103.7%;
    left: 10%;
}

.b-section-9 p {
    position: relative;
    left: 100px;
    margin-bottom: 229px;
    font-size: 19px;
    line-height: 2.2;
    letter-spacing: 3px;
}

.b-section-9 p.p_1 {
    top: 478px;
}

.b-section-9 p.p_2 {
    top: 412px;
}

.b-section-9 p.p_3 {
    top: 387px;
}

.b-section-9 p.p_4 {
    top: 346px;
}

.b-section-10 {
    background: url("../img/s10-bg.jpg") no-repeat center;
    background-size: auto 100%;
    height: 1554px;
    position: relative;
    /*margin-top: -72px;*/
}

.b-section-10 span {
    color: #ce0000;
}

.b-section-10 h2 {
    text-align: center;
    font-size: 30px;
    padding-top: 156px;
    letter-spacing: 0.5px;
    font-family: Meiryo, sans-serif;
    font-weight: normal;
}

.b-section-10 h3 {
    position: absolute;
    color: #6d6a07;
    font-size: 30px;
    top: -117px;
    left: -11px;
    width: 500px;
}

.b-section-10 .block1 {
    position: absolute;
    top: 362px;
    left: 41px;
    font-size: 18px;
    line-height: 1.8;
}

.b-section-10 .block2 {
    position: absolute;
    top: 774px;
    left: 41px;
    font-size: 18px;
    line-height: 2;
}

.b-section-10 .block3 {
    position: absolute;
    top: 1160px;
    left: 41px;
    font-size: 18px;
    line-height: 2;
}

.b-section-10 .news {
    box-shadow: none;
}

.b-section-11 {
    margin-bottom: 19px;
}

#footer {
    position: relative;
    height: 41px;
    width: 100%;
    padding: 0;
    margin: -41px 0 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    /*-ms-transition: all 0.2s ease;*/
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*border-top: 2px solid #000;*/
    /*outline: 1px solid#777777;*/

}

#footer .footer-top {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 14px;
    line-height: 4;
    font-size: 12px;
}

#footer .footer-top a {
    padding: 10px 10px;
}

#footer .footer-bottom {
    background-color: #e2efee;
    /*padding: 16px 0 0 0;*/
    height: 41px;
    /*width: 100%;*/
    border-top: none;
}

#footer .footer-bottom a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

#footer .copy {
    color: #251a0e;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

#footer .copy .symbol-copy {
    font-size: 12px;
    margin: 0 2px;
}

#go-top {
    display: none;
    position: fixed;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 1px solid #c1ac64;
    background-color: #efe7bb;
    bottom: 25px;
    right: 36px;
    z-index: 50;
    text-align: center;
    line-height: 48px;
    color: #c1ac64;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#go-top i {
    position: relative;
    display: block;
    width: 12px;
    height: 8px;
    margin: 25px auto 0 auto;
}

#go-top i:before {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #c1ac64;
}

#go-top:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}

#go-top.fixed {
    position: fixed;
    bottom: 25px;
    right: 36px;
    z-index: 111;
}

body,
header,
footer,
#contents section {
    min-width: 1150px;
}

/*new-styles
__________*/
.banner-wrap{
    overflow: visible;
    padding-top: 89px;
    background: url('../img/main-banner.jpg') no-repeat center top;
}
.banner-wrap .container {
    max-width: 1035px;
    margin: 0 auto;
    padding: 0 15px;
}
.banner-block {
    background-color: #fff;
    max-width: 1020px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.banner-block::after,
.banner-block::before {
    content: "";
    display: block;
    background-image: url('../img/banner2_03.png');
    width: 25px;
    height: 152px;
    position: absolute;
    top: 80px;
    right: 33px;
}
.banner-block::before {    
    background-image: url('../img/banner_03.png');
    top: 80px;
    left: 32px;
}
.main-content-banner {
    position: relative;
    max-width: 905px;
    width: 100%;
    overflow: hidden;
    border: 2px solid #f0cf68;
    border-radius: 38px;
    margin: 0 auto;
    padding-top: 15px;
}
.main-content-banner .banner-img1,
.main-content-banner .banner-img2{
    width: 100%;
    display: block;
}
.order-btn{
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 100%;
    max-width: 528px;
    transform: translate(-50%,0);
}
.b-section-2 .order-btn.btn2{
    top: 780px;
    left: 530px;
    max-width: 420px;
}
.order-btn a{
    display: inline-block;
}
.order-btn a {
    display: block;
    animation: bounce 0.6s cubic-bezier(.5, 0.05, 1, .5);
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 0.6s;    
    transition: all 1s ease-in-out;
}
.order-btn a:hover{
    animation: scale 1s linear;
}
.banner-info{    
    max-width: 900px;
    text-align: center;
    position: relative;
    margin: 80px auto 30px;
}
.banner-info .order-btn{
    width: 420px;
    left: auto;
    transform: none;
    right: 0;
    bottom: 20px;    
}
.b-section-2 .order-btn{
    top: 530px;
    left: 34%;
    transform: none;
    bottom: auto;
}