iframe{
	vertical-align:bottom;
}

a {
    text-decoration: none;
    color: var(--c-text);
}

a:hover {
    text-decoration: none;
    color: var(--c-text);
}

html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #604736 !important;
}



@media only screen and (min-width: 639px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: block !important
    }
    .sp {
        display: none !important
    }

    html {
        font-size: 1.5vw;
    }

    body {
        color: var(--c-text);
        font-size: 1rem;
        line-height: 2rem;
    }

    /*ヘッダー*/
    .navbar {
        /*border-bottom: 1px solid #000;*/
    }

    .navbar .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: .5rem 1rem;
    }

    .navbar .logo img {
        width: 18rem;
    }

    .header_contact {
        position: relative;
    }

    .contact-link {
        border-radius: 50px;
        background-color: #000;
        font-size: 0.8rem;
        padding: 0.8rem 2.5rem;
        color: #fff;
        border: 2px solid #000;
        padding-left: 4rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }

    .contact-link:hover {
        background-color: #fff;
        border-color: #000;
        color: #000;
    }

    .contact-link::before {
        content: '\f0e0';
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        color: white;
        position: absolute;
        top: 55%;
        transform: translate(-50%, -50%);
        left: 3rem;
    }

    .contact-link:hover:before {
        color: #000;
    }

    /*メインビュー*/
    .p-top-kv {
        position: relative;
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: calc(100vh - 5rem);
    }

    .p-top-kv__pc {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .p-top-kv__main {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .p-top-kv__right {
        background: url(../img/p05.jpg);
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center top !important;
        flex: 1;
    }

    .p-top-kv__copy {
        width: fit-content;
        background-color: #998b85;
        padding: 5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		opacity: 0.9;
    }

    .p-top-kv__left {
        background: url(../img/p01.jpg);
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center top !important;
        flex: 1;
    }

    .p-top-kv__copy .text01 {
        margin-bottom: 2rem;
        line-height: 2;
        font-size: 2rem;
        color: #fff;
        font-family: a-otf-ryumin-pr6n, serif;
        font-weight: 300;
        font-style: normal;
        white-space: nowrap;
    }

    .p-top-kv__copy .text02 {
        color: #fff;
    }

    .p-top-kv__copy .text02_yellow {
        color: #000;
        background-color: #cba748;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    /*section*/
    section {
        padding: 8rem 0;
    }

    .section-sm {
        padding: 4rem 0;
    }

    section p {
        font-size: 0.8rem;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
    }

    /*section01*/
    .sub_title {
        position: relative;
        font-size: 1.5rem;
    }

    .sub_title::after {
        content: url(../img/nami.png);
        position: absolute;
        bottom: -3rem;
        left: 0;
        right: 0;
    }

    .wrap {
        padding: 0 4rem;
    }

    /*section_02*/
    .section_02 {
        background-color: #998b85;
        position: relative;
    }

    .section_02 p {
        line-height: 2.5rem;
        font-size: 1rem;
        margin-top: 0.8rem;
        color: #59453e;
    }

    .section_02 span {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
    }

    .list {
        justify-content: space-between;
        color: #fff;
    }

    ul {
        list-style: none;
        padding-left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .list li {
        line-height: 3rem;
        font-size: 0.8rem;
    }

    .list li:before {
        content: '';
        display: inline-block;
        width: 2rem;
        height: 1.3rem;
        background-image: url(../img/neko_icon.png);
        background-size: cover;
        vertical-align: text-bottom;
    }

    .neko01 {
        width: 5rem;
        position: absolute;
        top: -6rem;
        right: 5rem;
    }

    /*section03*/
    .section_03 {
        background-image: url(../img/merit_back.jpg);
        background-size: cover;
        background-position: center;
    }

    .section_03 .col-sm-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section_03 h5 {
        line-height: 1.8rem;
        font-size: 1rem;
    }

    .section_03 p {
        line-height: 1.6rem;
    }

    /*section04*/
    .section_04 h2 {
        border-bottom: 2px solid #604736;
        border-top: solid 2px #604736;
        padding: 2rem 0;
        letter-spacing: 0.2rem;
        font-size: 1.5rem;
    }

    .section_04 {
        position: relative;
    }

    .neko02 {
        width: 7rem;
        position: absolute;
        top: -4rem;
        left: 5rem;
    }

    .bg-gray {
        background-color: #efefef;
    }

    .section_04 .col-sm-4.img {
        padding-left: 0;
        padding-right: 0;
    }

    .section_04 .text01 {
        background-color: #604736;
        color: #fff;
        display: inline-block;
        padding: 1rem 3rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        letter-spacing: 0.2rem;
        line-height: 2rem;
    }

    .section_04 .text02 {
        line-height: 3rem;
    }

    .section_04 .text03 {
        border: 1px solid #604736;
        padding: 0.5rem 2.5rem 0.5rem 3rem;
        margin-top: 1rem;
        display: inline-block;
        font-size: 0.8rem;
        position: relative;
    }

    .section_04 .text03:after {
        position: absolute;
        top: 51%;
        transform: translateY(-50%);
        right: 3rem;
        font-family: fontawesome;
        content: '\f105';
        left: -6rem;
        transition: all .5s;
    }

    .section_04 .text03:hover::after {
        left: -5.5rem;
    }

    .section_04 table {
        color: var(--c-text);
        line-height: 3rem;
        margin-top: 2rem;
    }

    .section_04 table tbody tr td:first-child {
        padding-right: 2rem;
    }

    .section_04 table tbody tr td:last-child {
        padding-left: 2rem;
        position: relative;
    }

    .section_04 table .small {
        font-size: 0.8rem;
    }

    .section_04 table .big {
        font-size: 1.8rem;
        padding-left: 1rem;
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .section_04 table .sub {
        line-height: 2rem;
    }

    .section_04 ul {
        display: inline-block;
        text-align: left;
		font-size: 0.8rem;
    }

    /*contact*/
    .form-row {
        margin-top: 3rem;
        font-size: 0.8rem;
    }

    .form-row > div {
        padding: 2rem 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .border_none {
        border-bottom: 0 !important;
    }

    .form-row > div:nth-child(2n+1) span {
        padding-top: 1rem;
        display: inline-block;
    }

    .form-row input:not([type='submit']),
    textarea {
        background-color: #F4F5F5;
        width: 100%;
        border: none;
        padding: 0 1rem;
    }

    .form-row .must::after {
        content: '\5FC5\9808';
        background-color: #D1261F;
        color: white;
        font-size: .5rem;
        font-family: 'yu gothic bold';
        padding: .2rem .4rem;
        margin-left: 1.5rem;
    }

    .form-section {
        padding-bottom: 6rem;
    }

    .form-section .submitbutns {
        /*margin-top: 8rem;*/
        display: flex;
        justify-content: center;
        position: relative;
        flex-direction: row-reverse;
    }

    .form-section input[type="submit"] {
        margin: 1rem;
        width: auto;
        padding: .5rem 0;
        background-color: #161616;
        color: white;
        width: 15rem;
        text-align: center;
        border-radius: 50px;
    }

    button[name="submitBack"] {
        margin: 1rem;
        width: auto;
        padding: .5rem 0;
        background-color: #fff;
        color: #000;
        width: 15rem;
        text-align: center;
        border-radius: 50px;
    }

    .form-row input[type="radio"] {
        margin-top: 1rem;
        width: auto;
        accent-color: #727272;
    }

    .form-row input[type="radio"] ~ .mwform-radio-field-text {
        display: inline-block;
    }

    .form-section input[type="submit"]:hover {
        background-color: #fff;
        border-color: #000;
        color: #000;
    }

    .form-section button[name="submitBack"]:hover {
        background-color: #eee;
        border-color: #000;
        color: #000;
    }

    .mw_wp_form .horizontal-item:not(:last-child) {
        margin-left: 1rem !important;
    }

    /*footer*/
    footer .logo img {
        width: 18rem;
    }

    footer .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0.5rem 3rem;
    }

    footer {
        border-top: solid 1px #000;
    }

    footer .copy {
        font-size: .5rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: sideways-right;
        padding-top: 6rem;
        margin-left: auto;
        color: #fff;
    }

    footer .logo p {
        margin-bottom: 0 !important;
        font-size: 0.8rem;
        line-height: 1.6rem;
    }

    footer .logo ul {
        margin-top: 2rem;
        font-size: 0.5rem;
        line-height: 2;
        font-weight: bold;
    }

    .footer_left {
        padding: 5rem 3rem;
    }

    .footer_right {
        background-image: url(../img/o003.jpg);
        background-size: cover;
    }



    /*オープニング*/
    .loading-screen {
        background-color: #604736;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 1010;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 1s cubic-bezier(.88, .34, .12, .91)
    }

    .loading-screen img {
        width: 14rem;
    }

    .loading-screen.disable {
        animation: loading-disable 2s 1;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in;
    }

    @keyframes loading-disable {
        0% {
            opacity: 1;
        }
        75% {
            opacity: 1;
        }
        99% {
            opacity: 0;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    /*ポップアップ*/
    .popup {
        display: none;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
    }

    .content{
        background: #fff;
        width: 60%;
        height: 90%;
        overflow: scroll;
        padding: 3rem;
        position: relative;
    }

    .show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .text01{
        background-color: #604736;
        color: #fff;
        display: inline-block;
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        margin-bottom: 2rem;
        letter-spacing: 0.2rem;
        line-height: 2rem;
    }

    .popup .text02{
        font-size: 0.8rem;
        line-height: 2rem;
    }

    #close, #close02 {
        position: absolute;
        right: 30px;
        top: 10px;
        padding: 20px 10px;
        cursor: pointer;
        z-index: 300;
        font-size: 2rem;
    }
}

/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */

@media only screen and (max-width: 639px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: none !important
    }

    .sp {
        display: block !important
    }

    html {
        font-size: 4vw;
    }

    body {
        color: var(--c-text);
        font-size: 1rem;
        line-height: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    /*ヘッダー*/
    .navbar {
        /*border-bottom: 1px solid #000;*/
        padding: 0.5rem 0;
    }

    .navbar .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: .5rem 0;
    }

    .navbar .logo img {
        width: 15rem;
    }

    .header_contact {
        position: relative;
    }

    .contact-link {
        border-radius: 50%;
        background-color: #000;
        font-size: 0.8rem;
        padding: 1.5rem;
        color: #fff;
        position: fixed;
        bottom: 1rem;
        right: 1rem;
    }

    .contact-link i {
        font-size: 1.5rem;
    }

    .contact-link p {
        margin-bottom: 0;
        line-height: 1rem;
        letter-spacing: 0.05rem;
    }

    .contact-link:hover {
        background-color: #fff;
        border-color: #000;
        color: #000;
    }

    .contact-link:hover:before {
        color: #000;
    }

    /*メインビュー*/
    .p-top-kv {
        position: relative;
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: calc(100vh - 5rem);
    }

    .p-top-kv__pc {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .p-top-kv__main {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .p-top-kv__right {
        background: url(../img/p05.jpg);
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center top !important;
        flex: 1;
    }

    .p-top-kv__copy {
        width: fit-content;
        background-color: #998b85;
        padding: 5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
		opacity: 0.9;
    }

    .p-top-kv__left {
        background: url(../img/p01.jpg);
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center top !important;
        flex: 1;
    }

    .p-top-kv__copy .text01 {
        margin-bottom: 2rem;
        line-height: 2;
        font-size: 1.5rem;
        color: #fff;
        font-family: a-otf-ryumin-pr6n, serif;
        font-weight: 300;
        font-style: normal;
        white-space: nowrap;
    }

    .p-top-kv__copy .text02 {
        color: #fff;
        font-size: 0.8rem;
    }

    .p-top-kv__copy .text02_yellow {
        color: #000;
        background-color: #cba748;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    /*section*/
    section {
        padding: 8rem 0;
    }

    .section-sm {
        padding: 4rem 0;
    }

    section p {
        font-size: 0.8rem;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
    }

    /*section01*/
    .sub_title {
        position: relative;
        font-size: 1.5rem;
        line-height: 2;
    }

    .sub_title::after {
        content: url(../img/nami.png);
        position: absolute;
        bottom: -3rem;
        left: 0;
        right: 0;
    }

    .wrap {
        /*padding: 0 4rem;*/
    }

    /*section_02*/
    .section_02 {
        background-color: #998b85;
        position: relative;
    }

    .section_02 p {
        line-height: 3rem;
        font-size: 1.2rem;
        margin-top: 0.8rem;
        color: #59453e;
    }

    .section_02 span {
        font-size: 1.9rem;
        font-weight: bold;
        color: #fff;
    }

    .list {
        color: #fff;
        flex-direction: column;
        align-items: center;
    }

    ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .list li {
        line-height: 3rem;
        font-size: 0.8rem;
    }

    .list li:before {
        content: '';
        display: inline-block;
        width: 2rem;
        height: 1.3rem;
        background-image: url(../img/neko_icon.png);
        background-size: cover;
        vertical-align: text-bottom;
    }

    .neko01 {
        width: 4rem;
        position: absolute;
        top: -4.8rem;
        right: 2rem;
    }

    /*section03*/
    .section_03 {
        background-image: url(../img/merit_back_sp.jpg);
        background-position: bottom;
        background-size: cover;
    }

    .section_03 .col-sm-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section_03 h5 {
        line-height: 2.2rem;
    }

    .section_03 p {
        line-height: 1.8rem;
    }

    .section_03 img {
        padding: 2rem 3rem;
    }

    /*section04*/
    .section_04 h2 {
        border-bottom: 2px solid #604736;
        border-top: solid 2px #604736;
        padding: 2rem 0;
        letter-spacing: 0.2rem;
        line-height: 2;
    }

    .section_04 {
        position: relative;
    }

    .neko02 {
        width: 6rem;
        position: absolute;
        top: -3.5rem;
        left: 2rem;
    }

    .bg-gray {
        background-color: #efefef;
    }

    .section_04 .col-sm-4.img {
        padding-left: 0;
        padding-right: 0;
    }

    .section_04 .text01 {
        background-color: #604736;
        color: #fff;
        display: inline-block;
        padding: 1rem 3rem;
        font-size: 1.5rem;
        margin-bottom: 2rem;
        letter-spacing: 0.2rem;
        line-height: 2rem;
    }

    .section_04 .text02 {
        line-height: 3rem;
    }

    .section_04 .text03 {
        border: 1px solid #604736;
        padding: 0.5rem 2.5rem 0.5rem 3rem;
        margin-top: 2rem;
        display: inline-block;
        font-size: 0.8rem;
        position: relative;
    }

    .section_04 .text03:after {
        position: absolute;
        top: 51%;
        transform: translateY(-50%);
        right: 3rem;
        font-family: fontawesome;
        content: '\f105';
        left: -6rem;
        transition: all .5s;
    }

    .section_04 .text03:hover::after {
        left: -5.5rem;
    }

    .section_04 table {
        color: var(--c-text);
        line-height: 3rem;
        margin-top: 2rem;
    }

    .section_04 table tbody tr td:first-child {
        padding-right: 2rem;
    }

    .section_04 table tbody tr td:last-child {
        padding-left: 2rem;
        position: relative;
    }

    .section_04 table .small {
        font-size: 0.8rem;
    }

    .section_04 table .big {
        font-size: 1.8rem;
        padding-left: 1rem;
        font-family: azo-sans-web, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .section_04 table .sub {
        line-height: 2rem;
    }

    .section_04 .row {
        margin-right: 0;
        margin-left: 0;
    }

    .section_04 .text {
        padding: 5rem 0;
    }

    .section_04 .text02 {
        flex-direction: column-reverse;
    }

    .section_04 ul {
        display: inline-block;
        text-align: left;
    }

    /*contact*/
    .form-row {
        margin-top: 3rem;
        font-size: 0.8rem;
    }

    .form-row > div {
        padding: 1.5rem 0;
        border-bottom: 1px solid #DFDFDF;
    }

    .border_none {
        border-bottom: 0 !important;
    }

    .form-row > div:nth-child(2n+1) span {
        padding-top: 1rem;
        display: inline-block;
    }

    .form-row input:not([type='submit']),
    textarea {
        background-color: #F4F5F5;
        width: 100%;
        border: none;
        padding: 0 1rem;
    }

    .form-row .must::after {
        content: '\5FC5\9808';
        background-color: #D1261F;
        color: white;
        font-size: .5rem;
        font-family: 'yu gothic bold';
        padding: .2rem .4rem;
        margin-left: 1.5rem;
    }

    .form-section {
        padding-bottom: 6rem;
    }

    .form-section .submitbutns {
        /*margin-top: 8rem;*/
        display: flex;
        justify-content: center;
        position: relative;
        flex-direction: row-reverse;
    }

    .form-section input[type="submit"] {
        margin: 1rem;
        width: auto;
        padding: .5rem 0;
        background-color: #161616;
        color: white;
        width: 15rem;
        text-align: center;
        border-radius: 50px;
    }

    button[name="submitBack"] {
        margin: 1rem;
        width: auto;
        padding: .5rem 0;
        background-color: #fff;
        color: #000;
        width: 15rem;
        text-align: center;
        border-radius: 50px;
    }

    .form-row input[type="radio"] {
        margin-top: 1rem;
        width: auto;
        accent-color: #727272;
    }

    .form-row input[type="radio"] ~ .mwform-radio-field-text {
        display: inline-block;
    }

    .form-section input[type="submit"]:hover {
        background-color: #fff;
        border-color: #000;
        color: #000;
    }

    .form-section button[name="submitBack"]:hover {
        background-color: #eee;
        border-color: #000;
        color: #000;
    }

    .mw_wp_form .horizontal-item:not(:last-child) {
        margin-left: 10px;
    }

    /*footer*/
    footer .logo img {
        width: 18rem;
    }

    footer .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0.5rem 0;
    }

    footer {
        padding-top: 1.5rem;
        padding-bottom: 0.6rem;
        border-top: solid 1px #000;
    }

    footer .copy {
        font-size: .5rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: sideways-right;
        margin-left: auto;
        color: #fff;
    }

    footer .logo p {
        margin-bottom: 0 !important;
        font-size: 0.8rem;
    }

    footer .logo ul {
        margin-top: 2rem;
        font-size: 0.5rem;
        line-height: 2;
        font-weight: bold;
    }

    .footer_left {
        padding: 5rem 3rem;
    }

    .footer_right {
        background-image: url(../img/o003.jpg);
        background-size: cover;
        padding: 3rem 0
    }

    /*オープニング*/
    .loading-screen {
        background-color: #604736;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 1010;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 1s cubic-bezier(.88, .34, .12, .91)
    }

    .loading-screen img {
        width: 14rem;
    }

    .loading-screen.disable {
        animation: loading-disable 2s 1;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in;
    }

    @keyframes loading-disable {
        0% {
            opacity: 1;
        }
        75% {
            opacity: 1;
        }
        99% {
            opacity: 0;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    /*ポップアップ*/
    .popup {
        display: none;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
    }

    .content{
        background: #fff;
        width: 95%;
        height: 90%;
        overflow: scroll;
        padding: 2rem 1rem;
        position: relative;
    }

    .show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .text01{
        background-color: #604736;
        color: #fff;
        display: inline-block;
        padding: 0.5rem 1rem;
        font-size: 1.2rem;
        margin-bottom: 2rem;
        letter-spacing: 0.2rem;
        line-height: 2rem;
    }

    .popup .text02{
        font-size: 0.8rem;
        line-height: 2rem;
    }

    #close , #close02{
        position: absolute;
        right: 10px;
        top: 0;
        padding: 20px 10px;
        cursor: pointer;
        z-index: 300;
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1900px) {
    .wrap {
         padding: 0 !important;
    }
}