* {
    box-sizing: border-box;
}

body,html {
    margin: 0;
    padding: 0;
    width: 100%;
    /* text-align: center; */
    overflow-x: hidden;
    font-family: Arial、Hiragino Sans、Hiragino Kaku Gothic ProN、Meiryo、sans-serif;
}

h2 {
    opacity: 0;
    transform: translateY(20px);
    transition: .5s;
}

section {
    margin: 120px auto 80px auto;
}

.pc {display: block;}
.sp {display: none;}

/* ヘッダー */
header {
    width: 100%;
    background-color: #fdfdfd;
    position: fixed;
    z-index: 600;
}

.header-inner {
    width: 1440px;
    max-width: 100%;
    margin: 50px auto 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    transition: .5s;
}



/* .scroll {
    margin: 30px auto 10px auto;
} */

.scroll .header-inner {
    margin: 15px auto;	
}

.logo {
    /* margin-left: 5%; */
    z-index: 700;

}

.scroll .logo {
    width: 250px;
}


.header-inner a {
    text-decoration: none;
}

.header-list {
    display: flex;
}

.header-list a {
    text-decoration: none;
    color: #2b2a2a;
}

.header-list-item {
    list-style: none;
    font-size: 24px;
    color: #2b2a2a;
    margin-right: 30px;
    position: relative;
}

.header-list > li ul { 
    display: none; 
    width: 10em; 
    position: absolute; 
    left: 0; 
    padding-left: 0;
}

.header-list  > li:hover ul  {
     background-color: #fdfdfd;
    }


.nav1 li { padding-left: 1em;}

.header-list-item:last-child {
    margin-right: 0px;
}

.op1 { opacity: 1; transform: translateY(0);}

#mainvs {
    width: 100%;
    height: 100%;
    background-color: #070648;

}

#main-inner {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

#top-img {
    width: 1440px;
    max-width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

#top-inner {
    text-align: left;
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 300;
}

#top  {
    position: absolute;
    top: 0;
    left: 0;  
    max-width: 500px;
    height: 100%;
    width: 100%;
    color: #070648;
    border-top: 600px solid #070648;
    border-right: 150px solid transparent;
    z-index: 200;
}

#main-jpg {
    position: absolute;
    height: 600px;
    top: 0;
    right: 0;
    z-index: 100;
    object-fit: cover;
}


#top-h2 {
    color: #f9f5f5;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: lighter;
}

#top-p {
    color: #f9f5f5;
    letter-spacing: 0.5em;
    font-size: 24px;
}

#aquarists {
    width: 100%;
    /* height: 650px; */
    /* margin: 100px auto 80px auto; */
}

#aquarists-inner {
    width: 1440px;
    max-width: 100%;
    /* height: 650px; */
    margin: 120px auto 80px auto;
    display: flex;
    position: relative;
}

.section-img {
    width: 50%;
}

/* .section-r {
    width: 50%;
    margin: 0 5%;
    position: relative;
} */

.section-h2-r {
    width: 50%;
    position: absolute;
    top: 20%;
    text-align: left;
    font-size: 48px;
    font-weight: lighter;
    color: #2b2a2a;
    letter-spacing: 0.15em;
    left: 55%;
}

/* .section-p {
    font-size: 20px;
    text-align: left;
    bottom: -100px;
} */

.section-p1 {
    font-size: 20px;
    width: 45%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 55%;
}

#aboutus {
    background-color: #f2eded;
    width: 100%;
    margin: 0;
    padding: 1px;
}

#aboutus-inner {
    width: 1440px;
    max-width: 100%;
    margin: 120px auto 80px auto;
    display: flex;
    background-color: #f2eded;
    position: relative;
}

/* .section-l {
    width: 50%;
    margin: 0 5%;
    position: relative;
} */

.section-h2-l {
    width: 50%;
    text-align: left;
    font-size: 48px;
    font-weight: lighter;
    color: #2b2a2a;
    letter-spacing: 0.15em;
    position: absolute;
    top: 30%;
    left: 0;
}

.section-img2 {
    width: 50%;
    transform: translateX(100%);
}

.section-p2 {
    position: absolute;
    font-size: 20px;
    width: 45%;
    margin: 0 auto;
    top: 50%;
    left: 0;
}

#service {
    width: 1440px;
    max-width: 100%;

}

.carousel{
    width: 300px;
    height: 400px;
    margin: 10px;
    object-fit: cover;
}

.carousel-img {
    width: 100%;
    height: 100%;
}

.autoplay {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-h2 {
    text-align: left;
    font-size: 48px;
    font-weight: lighter;
    color: #2b2a2a;
    letter-spacing: 0.15em;
}

#service-inner-img {
    width: 1440px;
    max-width: 100%;
    height: 550px;
    display: flex;
    justify-content: space-between;
}

.service-img {
    width: 45%;
    object-fit: cover;
    margin-bottom: 50px;
}

.service-item {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.service-h3 {
    color: #2b2a2a;
    font-size: 36px;
    width: 20%;
    font-weight: lighter;
    text-align: left;
    margin: 18px 0;
    
}

.service-item > div {
    width: 65%;
    margin-top: 1.2em;
}

.service-h3 a {
    text-decoration: none;
    color: #2b2a2a;
}

.service-h4 {
    color: #2b2a2a;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 13px 0;
}

.service-h3::after {
    content: "";
    width: 7%;
    height: 1px;
    display: flex;
    background-color: #aaa8a8;
    position: absolute;
    top: 1.3em;
    left: 22%;
}

.service-p {
    color: #2b2a2a;
    font-size: 20px;
    text-align: left;
    margin: 10px 0;
}


#news {
    background-color:#f2eded;
    padding: 1px;
    margin: 0;
}

#news-inner {
    background-color: #f2eded;   
    max-width: 1440px;
    margin: 120px auto 80px auto;
}

#news-item ul {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#news-item ul li {
    list-style: none;
    text-align: left;
    width: 34%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: solid #aaa8a8 0.5px;
}

#news-item ul li:last-child {
    border-right: none;
    padding-right: 10px;
}

.n-time {
    font-size: 20px;
    color: #2b2a2a;
}

.n-icon {
    display: inline-block;
    font-size: 18px;
    color: #f9f5f5;
    background-color: #2b2a2a;
    width: 90px;
    height: 24px;
    text-align: center;
    align-items: center;
    margin: 0 0 0 10px;
}

.news-p {
    font-size: 18px;
    color: #2b2a2a;
    
}

.news-p2 {
    font-size: 18px;
    color: #2b2a2a;
    display: inline-block;
   
}

.news-p2::before {
    content: "";
    width: 1px;
    height: 14px;
    border-left: solid #aaa8a8 0.5px;
    margin: 0 0.5em;
}

#contact {
    margin: 0 auto;
}

#contact-inner {
    width: 1440px;
    max-width: 100%;
    margin: 120px auto 80px auto;
    position: relative;
}

.contact-p {
    text-align: left;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 400px;
}

#contact-form {
    width: 1440px;
    max-width: 100%;
    margin: 20px auto 50px auto;
}

#contact-form dl div {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5px 0;
}

.contact-heading {
    width: 30%;
    text-align: left;
}

.contact-label {
    color: #2b2a2a;
    font-size: 20px;
    text-align: left;
}

#contact-form dl div dd {
    width: 80%;
    padding: 10px 0;
    margin: 0;
}

.contact-textbox {
    width: 100%;
    padding: 10px 0;
    background-color: #f2eded;
    border: solid #aaa8a8 0.3px;
}

.contact-textarea {
    width: 100%;
    height: 150px;
    background-color: #f2eded;
    border: solid #aaa8a8 0.3px;
}

#btn {
    width: 350px;
    height: 80px;
    border-radius: 40px;
    background-color: #3b3a3a;
    outline: solid  #fdfdfd 5px;
    outline-offset: -8px;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;

}

#btn a {
    text-decoration: none;
    color: #f9f5f5;
    font-size: 24px;
    /* display: inline-block; */
    margin: auto;
}

#info {
    background-color: #f2eded;
    width: 100%;
    padding: 1px;
    margin: 0;
}

#info-main {
    width: 1440px;
    max-width: 100%;
    margin: 120px auto 80px auto;
    background-color: #f2eded;
}

#info-inner {
    display: flex;
    width: 1440px;
}

#info-left {
    width: 45%;
    margin: 0 5% 0 0;
}

#info-left dl div {
    display: flex;
    border-bottom: solid #aaa8a8 0.5px;
}

#info-left dl div dt {
    width: 20%;
    height: 80px;
    text-align: left;
    padding-top: 30px;
}

#info-left dl div dd {
    width: 80%;
    text-align: left;
    padding-top: 30px;
}

.info-lavel {
    font-size: 20px;
    color: #2b2a2a;
}

.info-item {
    font-size: 18px;
    color: #2b2a2a;
}

#info-right {
    width: 50%;
    text-align: right;
    margin-left: 3%;
}

footer {
    height: 300px;
    background-color: #070648;
    margin: 0 auto;
    text-align: center;
}

#footer-inner {
    width: 1440px;
    max-width: 100%;
    background-color: #070648;
    margin: 0 auto;
}

#footer-link {
    display: inline-block;
    margin-top: 100px;
}

.f-item {
    padding-right: 20px;
}

#copyright {
    font-size: 24px;
    color: #c0bebe;
    margin-top: 10px;
}

#footer-p {
    font-size: 12px;
    color: #c0bebe;
    margin-top: 40px ;
}

/* Service.html */

#service-main > img {
    width: 100%;
    height: 100%;
}

#service-main-inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

.title-h1 {
    width: 100%;
    font-size: 52px;
    color: #fdfdfd;
    padding-left: 0.2em;
    letter-spacing: 0.15em;
    position: absolute;
    bottom: 0;
}

.service-produce {
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 80px auto 50px auto;
    position: relative;
}

.service-produce-inner {
    width: 100%;
    height: 650px;
}

.section-img1 {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0;
}

.s-p {
    width: 40%;
    position: absolute;
    margin: 0;
    bottom: 0;
}

.s-p2 {
    font-size: 16px;
    text-align: left;
}

/* .s-p3 {
    width: 40%;
    transform: translateY(-270%);
} */

.s-h4 {
    color: #2b2a2a;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin: 13px 0;
}

.section-p {
    width: 50%;
}

.produce-img {
    margin: 0;
}

#produce-item2 {
    width: 100vw;
    background-color: #f2eded;
    text-align: center;
    margin: 80px auto 50px auto;
}

#produce-item2-inner {
    width: 100%;
    max-width: 1440px;
    padding: 50px 0;
    margin: 0 auto;
}

.carousel2{
    width: 300px;
    height: 300px;
    margin: 10px;
    object-fit: cover;
}

#maintenance-item2{
    width: 100vw;
    margin: 80px auto 0 auto;
    background-color: #f2eded;
}

#maintenance-item2-inner {
    max-width: 1440px;
    width: 100%;
    padding: 50px 0 50px 0;
}

#maintenance-item2 div {
    width: 100%;
    margin:0 auto;
}

.s-h3 {
    color: #2b2a2a;
    font-size: 32px;
    font-weight: lighter;
    text-align: left;
    margin: 18px 0;
}

/* .produce-item1 {
    height: 650px;
} */

@media screen and (max-width: 768px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    section {
        margin: 80px auto 50px auto;
    }
    
    .pc {display: none;}
    .sp {display: block;}

    .logo {
        width: 150px;
        margin-left: 7%;
    }


    .scroll .logo {
        width: 100px;
        margin-left: 6%;
    }
    
    .header-inner {
        width: 100%;
        margin: 20px auto 10px auto;
        transition: .5s;
    }

    .scroll .header-inner {
        margin: 10px auto 5px auto;
    }
    
    /* ハンバーガーメニュー */
    /* #menu-sp {
        display: block;
        background-color: transparent;
        float: right;
        border: none;
    } */
    
    .menu-button                 { display: block; width: 30px; height: 30px; position: relative; z-index: 10000; transition: .5s; margin-right: 2%;}
    .menu-button span            { width: 30px; height: 2px; background-color: #3b3a3a; position: absolute; top: 14px; left: 0; right: 0; display: block; transform: .5s;}
    .menu-button::before         { content: ""; width: 100%; height: 2px; background-color: #3b3a3a; position: absolute; top: 5px; transition: .5s;}
    .menu-button::after          { content: ""; width: 100%; height: 2px; background-color: #3b3a3a; position: absolute; bottom: 5px; transition: .5s;}
    .menu-button.close           { transform: rotate(180deg);}
    .menu-button.close::before   { top: 14px; transform: rotate(35deg); background-color: #ffffff;}
    .menu-button.close span      { opacity: 0;}
    .menu-button.close::after    { bottom: 14px; transform: rotate(-35deg); width: 30px; background-color: #ffffff;}


    /* スマホ用ナビゲーションの表示切替*/
    /* 初期状態、レイアウトと非表示設定 */
    #nav-sp {
        background-color: #797676;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: none;
        z-index: 800;
    }
    
    /* ×ボタン */
    #close {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: transparent;
        border: none;
    }
    
    #nav-sp nav ul {
        padding-left: 0;
    }
    
    #nav-sp nav li {
        list-style: none;
    }
    
    /* ナビゲーションメニュー用ロゴ */
    
    #nav-sp nav a {
        display: block;
        color: #ffffff;
    }
     
    #nav-sp nav a:hover {
        text-decoration: underline;
    }
     
    #nav-sp .menu {
        text-decoration: none;
        margin: 0 20px 0 20px;
        height: 44px;
        font-size: 16px;
        background-image: url("img/arrow.png");
        background-repeat: no-repeat;
        background-position: right top;
    }
    
    .menu-sub {
        text-decoration: none;
        margin: 0 20px 0 40px;
        height: 44px;
        font-size: 16px;
        background-image: url("img/arrow.png");
        background-repeat: no-repeat;
        background-position: right top;
    }

    .menu-sub::before {
        content: "";
        width: 10px;
        height: 10px;
        margin-right: 5px;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 50%;
    }

    #mainvs {
        width: 100%;
        background-color: transparent;
        /* height:250px; */
        position: relative;
    }

    #top-img {
        height: 420px;
    }

    #top {
        display: none;
    }

    #main-jpg {
        /* right: 0; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateY(-50px);
    }
    
    #top-inner {
        height: 200px;
        text-align: left;
        position: absolute;
        top: 15px;
        left: 1em;
        z-index: 300;
    }
    
    #top-h2 {
        color: #f9f5f5;
        font-size: 14px;
        letter-spacing: 0.1em;
        font-weight: lighter;
    }
    
    #top-p {
        color: #f9f5f5;
        letter-spacing: 0.1em;
        font-size: 10px;
    }
    
    #aquarists {
        width: 100%;
        /* padding: 10px; */
        margin: 0 0 50px 0;
        
    }
    
    #aquarists-inner {
        margin: 0 0 50px 0;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

    /* .section-r {
        margin: 0 !important;
        width: 100%;
        position: static;
        
    } */

    .section-h2-r {
        position: static;
        order: 1;
        /* text-align: left; */
        width: 85%;
        font-size: 24px;
        font-weight: lighter;
        color: #2b2a2a;
        letter-spacing: 0.15em;
        margin: 0 auto;
    }

    .section-img {
        order: 2;
        margin: 5% auto 5% auto;   
        width: 85%;
        height: 90%;
    }

    .section-p1 {
        position: static;
        order: 3;
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
    }
    
    .section-p {
        font-size: 18px;
        text-align: left;
        margin-top: 30%;
        width: 100%;
    }
    
    #aboutus {
        background-color: #f2eded;
        width: 100%;
        height: auto;
        margin: 30px 0 0 0;
    }
    
    #aboutus-inner {
        margin: 30px 0 50px 0;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        background-color: #f2eded;
    }
    
    /* .section-l {
        margin: 0 !important;
        width: 100%;
        text-align: left;
        position: absolute;
    } */
    
    .section-h2-l {
        position: static;
        order: 1;
        /* text-align: left; */
        width: 85%;
        font-size: 24px;
        font-weight: lighter;
        color: #2b2a2a;
        letter-spacing: 0.15em;
        margin: 0 auto;
    }
    
    .section-img2 {
        order: 2;
        margin: 5% auto 5% auto;   
        width: 85%;
        height: 90%;
        transform: none;
    }
    
    .section-p2 {
        position: static;
        order: 3;
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
    }

    #service {
        width: 100%;
        height: 100%;
        margin: 30px auto 50px auto;
    }
    
    #service-inner {
        width: 85%;
        margin: 0 auto;
    }

    .autoplay {
        margin: 30px 5% 10px 5%;
    }

    .section-h2 {
        text-align: left;
        font-size: 24px;
        font-weight: lighter;
        color: #2b2a2a;
        letter-spacing: 0.15em;
        width: 85%;
        margin: 0 auto;
    }
    
    #service-inner-img {
        width: 100%;
        flex-direction: column;
    }
    
    .service-img {
        width: 90%;
        height: auto;
        object-fit: cover;
        margin: 30px 5% 30px 5%;
    }
    
    .service-item {
        position: relative;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    
    .service-h3 {
        color: #2b2a2a;
        font-size: 20px;
        width: 100%;
        font-weight: lighter;
        text-align: left;
        margin: 18px 0 0 0;
        
    }
    
    .service-item > div {
        width: 100%;
        margin-top: 0;
    }
    
    .service-h3 a {
        text-decoration: none;
        color: #2b2a2a;
    }
    
    .service-h4 {
        color: #2b2a2a;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        margin: 13px 0 0 0;
    }
    
    .service-h3::after {
        content: "";
        width: 8em;
        height: 1px;
        display: inline-block;
        background-color: #aaa8a8;
        position: absolute;
        top: 2.5em;
        left: 0;
    }
    
    .service-p {
        width: 100%;
        color: #2b2a2a;
        font-size: 14px;
        text-align: left;
        margin: 10px 0;
    }
    
    
    #news {
        width: 100%;
        height: 100%;
        background-color:#f2eded;
        padding: 30px 0 50px 0;
        margin: 0;
    }
    
    #news-inner {
        background-color: #f2eded;   
        width:100%;
        margin: 0 auto;
    }
    
    #news-item ul {
        width: 85%;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        gap: 0;
    }
    
    #news-item ul li {
        list-style: none;
        text-align: left;
        width: 100%;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        border-right: none;
    }
    
    #news-item ul li:last-child {
        border-right: none;
        padding-right: 10px;
    }
    
    .n-time {
        font-size: 14px;
        color: #2b2a2a;
    }
    
    .n-icon {
        display: inline-block;
        font-size: 12px;
        color: #f9f5f5;
        background-color: #2b2a2a;
        width: 60px;
        height: 20px;
        text-align: center;
        align-items: center;
        margin: 0 0 0 10px;
    }
    
    .news-p {
        font-size: 14px;
        color: #2b2a2a;
        margin-top: 5px;
        
    }
    
    .news-p2 {
        font-size: 14px;
        color: #2b2a2a;
        display: inline-block;
       
    }
    
    .news-p2::before {
        content: "";
        width: 1px;
        height: 14px;
        border-left: solid #aaa8a8 0.5px;
        margin: 0 0.5em;
    }
    
    #contact {
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    #contact-inner {
        width: 100%;
        margin: 30px 0 50px 0;
    }
    
    .contact-p {
        text-align: left;
        font-size: 14px;
        margin: 5px 19px  0 19px;
    }
    
    #contact-form dl {
        width: 85%;
        margin: 0 auto;
    }
    
    #contact-form dl div {
        display: block;
        width: 100%;
        margin: 0;
    }
    #contact-form dl div dd {
        width: 100%;
        margin: 0;
    }
    .contact-heading {
        width: 100%;
    }
    
    .contact-label {
        width: 100%;
        color: #2b2a2a;
        font-size: 16px;
        margin: 0;
    }

    .contact-textbox {
        width: 100%;
        padding: 10px 0;
        background-color: #f2eded;
        border: solid #aaa8a8 0.3px;
    }
    
    .contact-textarea {
        width: 100%;
        height: 150px;
        background-color: #f2eded;
        border: solid #aaa8a8 0.3px;
    }
    
    #btn {
        width: 200px;
        height: 45px;
        background-color: #3b3a3a;
        outline: solid  #fdfdfd 3px;
        outline-offset: -5px;
        margin: 50px auto 0 auto;
    }
    
    #btn a {
        text-decoration: none;
        color: #f9f5f5;
        font-size: 14px;
        display: inline-block;
        margin: 15px auto;
    }
    
    #info {
        background-color: #f2eded;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    
    #info-main {
        width: 100%;
        height: 100%;
        padding: 30px 0 50px 0;
        margin: 0;
        background-color: #f2eded;
    }
    
    #info-inner {
        display: inline-block;
        margin: 0 auto;
        width: 85%;
    }
    
    #info-left {
        width: 100%;
        margin: 0;
    }
    
    #info-left dl div {
        display: flex;
        border-bottom: solid #aaa8a8 0.5px;
    }
    
    #info-left dl div dt {
        width: 30%;
        height: 50px;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
    #info-left dl div dd {
        width: 70%;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
    .info-lavel {
        font-size: 14px;
        color: #2b2a2a;
    }
    
    .info-item {
        font-size: 14px;
        color: #2b2a2a;
    }
    
    #info-right {
        width: 100%;
        margin: 20px 0 0 0;
    }

    #info-map {
        width: 100%;
        height: 300px;
        margin: 0;
    }

    /* #info-map > iframe {
        width: 100%;
        height: 100%;
    }  */
    
    footer {
        height: 250px;
        background-color: #070648;
        margin: 0 auto;
    }
    
    #footer-inner {
        width: 100%;
        background-color: #070648;
        margin: 0 auto;
    }
    
    #footer-link {
        display: inline-block;
        margin-top: 80px;
        gap: 10px;
    }
    
    .f-item {
        padding-right:0;
    }

    #footer-link > a img {
        width: 30px;
        height: auto;
    }
    
    #copyright {
        font-size: 14px;
        color: #c0bebe;
        margin-top: 10px;
        text-align: center;
    }
    
    #footer-p {
        font-size: 10px;
        color: #c0bebe;
        text-align: center;
        margin: 30px 2em;
    }

    /* service.html */
    .service-sub{
        margin: 0;
    }

    .title-h1 {
        font-size: 36px;
        height: auto;
        bottom: 0;
    }

    .produce-inner {
        width: 90%;
        margin: 0 5%;
    }

    .section-img1 {
        position: static;
        margin: 0 5%;   
        width: 90%;
    }

    .service-produce {
        width: 100%;
        margin: 50px auto;
    }

    .service-produce-inner {
        width: 100%;
        height: 100%;
        margin: 50px auto;
    }

    .produce-item {
        width: 90%;
        height: auto;
        margin: 0 5% 30px 5%;
        
    }
    
    .produce-item1 {
        position: static;
        height: auto;
        /* transform: translateY(-50px); */
        margin: 0 5% 30px 5%;
    }

    #produce-item2 {
        width: 100%;
        margin: 0;
        padding: 30px 0 50px;
        background-color: #f9f5f5;
    }
    
    #produce-item2-inner {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    
    .s-p2 {
        font-size: 16px;
        text-align: left;
        margin: 0 5%;
        width: 90%;
    }
    
    .produce-img {
        width: 90%;
        margin: 0 5%;
    }
    
    .carousel2{
        width: 300px;
        height: 300px;
        margin: 10px 0;
        object-fit: cover;
    }
    
    #maintenance-item2{
        margin: 0;
        width: 100%;
        padding: 10px 0 10px 0;
        margin: 50px auto 0 auto;
    }
    
    #maintenance-item2-inner {
        width: 90%;
        padding:10px 5%;
        margin: 0;
    }
    
    #maintenance-item2 div {
        width: 100%;
        margin:0 auto;
    }
    
    .s-h3 {
        color: #2b2a2a;
        font-size: 24px;
        font-weight: lighter;
        text-align: left;
        margin: 18px 0;
    }
    
    .s-h4 {
        color: #2b2a2a;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        margin: 13px 0 0 5%;
    }

    .s-p {
        position: static;
        font-size: 16px;
        text-align: left;
        margin: 10px 5% 0 5%;
        width: 90%;
    }

    .s-p3 {
        transform: none;
        font-size: 16px;
        text-align: left;
        margin-top: 0;
        width: 100%;
    }

   
}