@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: Crimson Text, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    line-height: 180%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    word-break: break-all;
}

.cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.kuro {
    color: #000000 !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.hv-o {
    transition: .3s ease;
}

.hv-u:hover {
    text-decoration: underline;
}

.hv-o:hover {
    opacity: 0.7;
}

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

.show-on-sp {
    display: none;
}

div#slider_0002 .txt {
    top: 40% !important;
}


/* Common */

nav {
    background-color: #ededed;
}

nav .cont {
    display: flex;
    justify-content: space-between;
}

nav .logo {
    /*width: 30%;*/
    align-self: center;
}

nav .logo a {
    font-size: 30px;
    font-weight: 500;
    display: block;
}

nav .logo a img {
    max-width: 320px;
}

nav .menu-wrap {
    width: 60%;
}

nav .menu {
    display: flex;
    height: 100%;
}

nav .menu li {
    width: 25%;
}

nav .menu li:first-child {
    display: none;
}

nav .menu li a {
    display: block;
    text-align: center;
    height: 100%;
    padding: 25px 0;
    transition: .3s ease;
}

nav .menu li a:hover,
nav .menu li a.active {
    background-color: #fff;
}

nav .menu-toggle {
    display: none;
}

nav .menu-phone {
    display: none;
}

nav .menu-mail {
    display: none;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
}

footer .cont {
    display: flex;
}

footer .copyright {
    font-size: 14px;
}

#formAdmin {
    display: none;
}

footer .menu {
    display: flex;
    margin-left: auto;
}

footer .menu li a {
    transition: .3s ease;
    font-size: 14px;
}

footer .menu li a:hover {
    opacity: 0.7;
}

footer .menu li::after {
    content: '/';
    display: inline-block;
    margin: 0 2em;
}

footer .menu li:last-child::after {
    display: none;
}

section {
    padding: 120px 0;
}

.content {
    margin-bottom: 100px;
}

.content .img {
    text-align: center;
    margin-bottom: 30px;
}

.content .para {
    text-align: center;
    margin-bottom: 30px;
}

.title .big {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.title .small {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.title .desc {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 180%;
}

.button-link a {
    background-color: #000;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
}

.button-link a:hover {
    background-color: #ededed;
    color: #000;
}

.top-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.title-2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.title-2 .title-2-wrap {
    display: inline-block;
}

.title-2 .title-2-wrap strong {
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .08em;
    line-height: 1;
    background-color: #fff;
    padding: 0 30px;
}

.title-2 .title-2-wrap strong::after {
    position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.title-2 .title-2-wrap small {
    font-size: 20px;
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    cursor: pointer;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    width: 78px;
    height: 78px;
    outline: none;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 5px;
}

#toTopBtn .icon {
    display: none;
}

.top-banner {
    position: relative;
}

.top-banner .img img:last-child {
    display: none;
}

.top-banner .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1.3;
    transform: translateY(-50%);
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.top-banner.banner-profile .txt, .top-banner.banner-contact .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: auto;
    line-height: 1.3;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 40px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


.top-banner.banner-service .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    line-height: 1.3;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 40px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    max-width: 920px;
    padding: 0 30px;
    /* margin: auto; */
}

.top-banner .txt span {
    font-size: 25px;
}


/* End Common */


/* Slide */

#owlslider .item {
    position: relative;
}

#owlslider .item img {
    width: 100%;
    height: auto;
}

#owlslider .item .txt {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    transform: translate(-50%);
    line-height: 180%;
    color: #000;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#owlslider .item .txt span {
    text-transform: uppercase;
    font-size: 46px;
}
#owlslider .item .txt .txt-right{
    text-align: right !important;
}

/* End Slide */


/* Top */

.policy {
    background-image: url(../../img/index/krn-top-img-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.policy .wrap {
    max-width: 1200px;
    width: 100%;
    min-height: 500px;
    margin: auto;
    background-color: #fff;
    padding: 85px 15px;
}

.blog-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-wrap .post:hover .img img {
    opacity: 0.7;
}

.blog-wrap .post .img {
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.blog-wrap .post .img img {
    object-fit: cover;
}

.image-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 253px;
}

.image-container.compat-object-fit .image-object-fit {
    display: none;
}

.blog-wrap .post .date-author {
    margin-bottom: 5px;
}

.blog-wrap .post .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.content:last-child {
    margin-bottom: 0;
}


/* End Top */


/* Service */

.service-page .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-page .item {
    position: relative;
    width: 49%;
    margin-bottom: 50px;
}

.service-page .item .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
}

.service-page .item img {
    min-height: 500px;
    object-fit: cover;
    width: auto;
}

.service-page .item .box {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    padding: 30px 30px;
    transform: translate(-50%, -50%);
}

.service-page .item .box .strong {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.service-page .item .box .normal {
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.service-page .item .box a {
    background-color: #fff;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #000;
    text-align: center;
    transition: .3s ease;
    border: 1px solid #000;
}

.service-page .item .box a:hover {
    background-color: #000;
    color: #fff;
}


/* End Service */


/* About */

.about-page .list {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
}

.about-page .list li {
    text-align: left;
    list-style: none;
    margin-bottom: 60px;
    padding-left: calc(10rem + 35px);
    position: relative;
}

.about-page .list li:nth-of-type(1)::before {
    content: "01";
}

.about-page .list li:nth-of-type(2)::before {
    content: "02";
}

.about-page .list li:nth-of-type(3)::before {
    content: "03";
}

.about-page .list li .strong {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-page .list li::before {
    content: "";
    font-size: 7rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.about-page .table table {
    max-width: 815px;
    width: 100%;
    margin: auto;
}

.about-page .table table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.about-page .table table tr td:first-child {
    width: 220px;
    font-weight: bold;
}

.about-page .table table tr td {
    padding: 15px 15px;
}


/* End About */


/* Contact */

.contact-page .form {
    max-width: 700px;
    margin: auto;
}

.contact-page .form table {
    width: 100%;
}

.contact-page .form table tr td:first-child {
    width: 300px;
    vertical-align: middle;
    font-weight: bold;
}

.contact-page .form table tr td {
    padding: 15px 0;
}

.contact-page .form table tr td input[type="text"],
.contact-page .form table tr td input[type="email"] {
    height: 40px;
    width: 100%;
    text-indent: 10px;
    outline: none;
}

.contact-page .form table tr td textarea {
    width: 400px;
    height: 120px;
    min-height: 120px;
    resize: vertical;
    text-indent: 10px;
    outline: none;
}

.contact-page .form table tr:last-child td button {
    background-color: #000;
    padding: 15px 0;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
}

.contact-page .form table tr:last-child td button:hover {
    background-color: #ededed;
    color: #000;
}

.form-required {
    text-align: right;
    border-right: #000 3px solid;
    padding-right: 10px;
    line-height: 18px;
}

.red-required {
    color: red;
}


/* End Contact */

#owlslider-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

#owlslider-2 .post {
    width: 31.5%;
}

.comment span,
.comment span ._edEdit {
    display: block;
}

.comment .span_desc {
    padding: 0 15px;
    margin-left: 165px;
}

.comment {
    padding: 10px 0;
    position: relative;
}

.span_date-author {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.comment:nth-child(even) {
    background-color: #fffcfc;
}

.comment:nth-child(odd) {
    background-color: #f8f8f8;
}

@media screen and (min-width: 1199px) {
    .spnomi {
        display: none;
    }
}


/* Responsive Zone */

@media screen and (max-width: 1199px) {
    /* Common */
    nav {
        padding: 0 10px;
    }
    nav .logo a {
        font-size: 24px;
    }
    footer {
        padding: 15px 10px;
    }
    footer .cont {
        flex-wrap: wrap;
    }
    footer .copyright {
        order: 2;
        width: 100%;
        text-align: center;
    }
    footer .menu {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    /* End Common */
    /* Top */
    .blog-wrap {
        padding: 0 10px;
    }
    /* End Top */
    #pg-top {
        padding-top: 0;
    }
	
	#owlslider .item .txt { font-size: 24px;}
}

@media screen and (min-width:1024px) {
    body {
        font-size: 18px;
    }
}


@media screen and (max-width: 992px) {
    /* Common */
    .content .para {
        padding: 0 10px;
    }
    nav .logo a img {
        max-width: 210px;
    }
    /* End Common */
    /* Slide */
    /* End Slide */
    /* Top */
    .blog-wrap {
        padding: 0;
        justify-content: center;
    }
    .blog-wrap .post {
        padding: 0 10px;
        margin-bottom: 25px;
    }
    /* End Top */
    /* About */
    .about-page {
        padding: 0 10px;
    }
    .about-page .list li .strong {
        font-size: 20px;
    }
    /* End About */
    /* Contact */
    .contact-page .form {
        max-width: 70%;
        padding: 0 10px;
    }
    .contact-page .form table tr td:first-child {
        width: 40%;
    }
    .contact-page .form table tr td input[type="text"],
    .contact-page .form table tr td input[type="email"] {
        width: 100%;
    }
    .contact-page .form table tr td textarea {
        width: 100%;
    }
    /* End Contact */
}

@media screen and (max-width:768px) {
    #owlslider-2 {
        justify-content: space-around;
    }
    #owlslider-2 .post {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    /* Common */
    nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 15px 10px;
    }
    nav .cont {
        flex-wrap: wrap;
    }
    nav .logo {
        width: 62%;
    }
    nav .menu-wrap {
        width: 38%;
        display: flex;
        align-self: center;
        justify-content: flex-end;
    }
    nav .menu {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        background-color: #fff;
        padding-top: 35px;
    }
    nav .menu li {
        width: 100%;
        padding-left: 25px;
        margin-bottom: 15px;
    }
    nav .menu li:first-child {
        display: block;
    }
    nav .menu li a {
        text-align: left;
        padding: 5px 0 5px 10px;
        border-left: 4px solid #000;
    }
    nav .menu-wrap .menu-toggle .bar-1,
    nav .menu-wrap .menu-toggle .bar-2,
    nav .menu-wrap .menu-toggle .bar-3 {
        width: 35px;
        height: 3px;
        background-color: #000;
        margin: 5px 0 5px auto;
        transition: 0.3s ease;
    }
    .effect .bar-1 {
        transform: rotate(-45deg) translate(-4px, 3px);
    }
    .effect .bar-2 {
        opacity: 0;
    }
    .effect .bar-3 {
        transform: rotate(45deg) translate(-8px, -8px);
    }
    nav .logo a {
        font-size: 20px;
        display: block;
    }
    nav .logo a img {
        vertical-align: middle;
        max-width: 100%;
    }
    nav .menu-toggle {
        display: block;
    }
    nav .menu-mail {
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }
    nav .menu-phone {
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }
    .top-banner .img img:first-child {
        display: none;
    }
    .top-banner .img img:last-child {
        display: inline-block;
    }
    /* Custom Menu */
    nav.ct-class .menu-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgb(237, 237, 237);
        padding: 0px 0px;
        justify-content: center;
        transition: width 0.5s ease;
        z-index: 99;
    }
    nav.ct-class .menu-wrap span {
        width: 33.3%;
        text-align: center;
        border-right: 1px solid #000;
        padding: 15px 0;
        margin-right: 0;
    }
    nav.ct-class .menu-wrap span a {
        display: block;
    }
    nav.ct-class .menu-wrap span.menu-toggle {
        border-right: none;
    }
    nav.ct-class .menu-wrap .menu-toggle .bar-1,
    nav.ct-class .menu-wrap .menu-toggle .bar-2,
    nav.ct-class .menu-wrap .menu-toggle .bar-3 {
        margin-left: auto;
        margin-right: auto;
    }
    /* End Custom Menu */
    footer {
        background-color: #ededed;
        padding: 0;
    }
    footer .menu {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 10px 0;
    }
    footer .menu li {
        margin-bottom: 0;
    }
    footer .menu li a {
        color: #000;
        font-size: 10px;
        vertical-align: top;
    }
    footer .menu li::after {
        margin: 0 .7em;
        color: #000;
    }
    footer .menu li:last-child::after {
        display: none;
    }
    footer .copyright {
        background-color: #000;
        font-size: 10px;
    }
    .show-on-sp {
        display: block;
    }
    section {
        padding: 60px 0;
    }
    .title {
        padding: 0 0px;
    }
    .title .big {
        font-size: 24px;
    }
    .title .small {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .title .desc {
        font-size: 16px;
        padding: 0;
        text-align: left;
    }
    .title-2 .title-2-wrap strong {
        font-size: 30px;
        padding: 0 15px;
    }
    .title-2 .title-2-wrap small {
        font-size: 18px;
    }
    .content {
        margin-bottom: 30px;
    }
    .button-link {
        padding: 0 10px;
    }
    .button-link a {
        max-width: 100%;
    }
    .content .img {
        padding: 0 10px;
    }
    .content .para {
        padding: 0 10px;
        text-align: left;
    }
    nav .menu li a:hover,
    nav .menu li a.active {
        font-weight: bold;
    }
    html {
        margin-bottom: 60px;
    }
    #toTopBtn {
        bottom: 65px;
        right: 5px;
        font-size: 14px;
        padding: 5px;
        height: 35px;
        width: 35px;
    }
    #toTopBtn .txt {
        display: none;
    }
    #toTopBtn .icon {
        display: block;
    }
    header .top-banner {
        top: 60px;
        left: 0;
        margin-bottom: 52px;
        position: relative;
    }
    header .top-banner img:last-child {
        max-width: 100%;
        height: auto;
    }
    .top-banner .txt {
        font-size: 20px;
        padding: 0 10px;
    }
    .top-banner .txt span {
        font-size: 20px;
    }
    /* End Common */
    /* Slide */
    .owl-carousel {
        top: 50px;
        left: 0;
        margin-bottom: 50px;
    }
    #owlslider .item img {
        max-width: 100%;
        height: auto;
    }
    #owlslider .item .txt {
        font-size: 18px;
        padding: 0 10px;
    }
    #owlslider .item .txt.kuro {
        top: 50%;
    }
    #owlslider .item .txt span {
        font-size: 30px;
    }
    #owlslider-2 {
        z-index: 0;
    }
    /* Slide */
    /* Top */
    .blog-wrap .post {
        width: 100%;
    }
    #owlslider-2 {
        position: relative;
        top: 0;
    }
    .blog-wrap .post .img {
        padding: 0;
    }
    .policy {
        padding-left: 10px;
        padding-right: 10px;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 70px;
    }
    .policy .wrap {
        padding: 60px 0;
        min-height: auto;
    }
    .service {
        margin-bottom: 70px;
    }
    .blog-wrap .post .img img {
        transition: 0.3s ease;
        width: 100%;
        height: auto;
    }
    /* End Top */
    /* Service */
    .service-page .item {
        width: 100%;
    }
    .service-page .item:last-child {
        margin-bottom: 0;
    }
    .service-page .item .box {
        padding: 15px 10px;
    }
    .service-page .item .box .normal {
        min-height: auto;
    }
    .service-page .item img {
        min-height: 400px;
    }
    /* End Service */
    /* About */
    .about-page .list li .strong {
        font-size: 20px;
    }
    .about-page .list li::before {
        content: "";
        font-size: 4rem;
        position: static;
        margin-top: 0;
    }
    .about-page .list li {
        padding: 0 10px;
        margin-bottom: 35px;
    }
    .about-page .table table tr:nth-of-type(odd) {
        background-color: #fff;
    }
    .about-page .table table tr td:first-child {
        width: 100%;
        float: left;
        background-color: rgba(0, 0, 0, .05);
        text-align: center;
    }
    .about-page .table table tr td {
        width: 100%;
        float: left;
        padding: 10px;
    }
    /* End About */
    /* Contact */
    .contact-page .form table tr td:first-child {
        float: left;
        width: 100%;
        padding: 0;
    }
    .contact-page .form table tr td {
        float: left;
        width: 100%;
        padding: 5px 0 15px 0;
    }
    .contact-page .form table tr td input[type="text"],
    .contact-page .form table tr td input[type="email"] {
        width: 100%;
    }
    .contact-page .form table tr td textarea {
        width: 100%;
    }
    /* End Contact */
    #pg-top {
        padding-top: 50px;
    }
    nav .menu-phone,
    nav .menu-mail {
        font-size: 20px;
    }
    nav .menu-wrap .menu-toggle .bar-1,
    nav .menu-wrap .menu-toggle .bar-2,
    nav .menu-wrap .menu-toggle .bar-3 {
        width: 20px;
        height: 3px;
    }

    div#slider_0002 .txt {
        font-size: 18px !important;
    }

    #owlslider .item .txt .txt-right {
        text-align: right !important;
        margin-top: 10px;
        line-height: 24px;
    }

    #owlslider .item .txt.kuro {
        font-size: 18px !important;
        line-height: 24px;
    }

    .top-banner.banner-profile .txt, .top-banner.banner-contact .txt, .top-banner.banner-service .txt {
        line-height: 24px;
        font-size: 18px;
    }
}

@media screen and (max-width: 580px) {
    #owlslider .item .txt {
        font-size: 13px;
        padding: 0 10px;
    }
    .spnomi {
        display: none;
    }
    #owlslider-2 .post {
        width: 100%;
    }
    .contact-page .form {
        max-width: 100%;
    }
    .comment .span_desc {
        margin-left: 0;
    }
    .comment .span_date-author {
        position: relative;
        transform: none;
        margin-left: 15px;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 420px) {
    .owl-carousel {
        top: 58px;
    }
    header .top-banner {
        top: 58px;
    }
    .blog-wrap .post .img {
        height: 150px;
    }
}

@media screen and (max-width: 375px) {
    .owl-carousel {
        top: 59px;
    }
    header .top-banner {
        top: 58px;
    }
}

@media screen and (max-width: 320px) {
    .owl-carousel {
        top: 59px;
    }
    header .top-banner {
        top: 58px;
    }
    .spnomi {
        display: block;
    }
}

@media screen and (max-width: 300px) {
    #owlslider .item .txt {
        display: none;
    }
}


/* End Responsive Zone */