/*
Theme Name: Ambience
Description: オリジナルテーマ
Author: Kota Shimotori
*/

@charset "utf-8";

* {
    box-sizing: border-box;
    letter-spacing: 2pt;
}


html {
    font-family: 'Noto Serif JP', serif;
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
    line-height: 1.6;
    scroll-behavior: smooth;
    color: #333;
}

body {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


/* ここからヘッダーの設定 */

.header {
    /* border: 2px solid #0f0; */
    width: 100%;
    height: 800px;
    background-image: url(../images/MV2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px  0 0;
    position: relative;
}

.about-header {
    /* border: 2px solid #0f0; */
    width: 100%;
    height: 800px;
    background-image: url(../images/MV.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px  0 0;
    position: relative;
}

.news-header {
    /* border: 2px solid #0f0; */
    width: 100%;
    height: 800px;
    background-image: url(../images/newsMV.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px  0 0;
    position: relative;
}

.onlineshop-header {
    /* border: 2px solid #0f0; */
    width: 100%;
    height: 800px;
    background-image: url(../images/onlineshopMV3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px  0 0;
    position: relative;
}

.mentenance-header {
    /* border: 2px solid #0f0; */
    width: 100%;
    height: 800px;
    background-image: url(../images/slide1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px  0 0;
    position: relative;
}

.contact-header {
    /* border: 2px solid #0f0; */
    width: 100%;
    height: 200px;
    /* background-image: url(../images/onlineshopMV.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px  0 0;
    position: relative;
}





.logo {
    position: absolute;
    top: 20px;
    left: 40px;
}

.bottom-left {
    font-size: 2em;
    color: #fff;
    position: absolute;
    bottom: 200px;
    left: 40px;

}

.bottom-left p {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 2px #999;
}


/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 50px;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 4px;
    width: 35px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 12px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 12px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューのデザイン*/


/* メニュー黒ポチを消す */
.nav_list {
    list-style: none;
}

.nav_item a {
    color: #fff;
    text-decoration: none;
}



.nav_content {
    width: 33%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: rgb(110, 110, 110);
    transition: .8s;
    text-align: center;
    padding-top: 100px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
    left: 0;
}

.nav_item {
    font-size: 1.5em;
    margin-bottom: 5px;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 30%;
    right: 50px;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    bottom: 200px;
    /*テキストの形状*/
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 200px;
    right: -6px;
    /*矢印の形状*/
    width: 3px;
    height: 20px;
    background: #fff;
    transform: skewX(-28deg);
}

.scrolldown4:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 200px;
    right: 0;
    /*矢印の形状*/
    width: 2px;
    height: 50px;
    background: #fff;
}



/* ここからメインの設定 */

.container1 {
    /* display: flex; */
    padding-top: 200px;
    margin: 0 100px;
}

.container1 img {
    /* border: 2px solid #0f0; */
    max-width: 100%;
    width: 100%;
    height: auto;
}


.container1 .item {
    line-height: 1.6;
    /* margin-right: 50px; */
    width: 100%;
}

.container1 .item h3 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 100px;
    /* border-top: 1px solid #333;
    padding-top: 20px; */

}

.container1 .item p {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    /* border-bottom: 1px solid #333;
    padding-bottom: 20px; */
}

.container2 {
    display: flex;
    padding-top: 200px;
    padding-bottom: 100px;
    margin: 0 100px;
}

.container2 img {
    /* border: 2px solid #0f0; */
    max-width: 100%;
    width: 100%;
    height: auto;
}

.container2 .item {
    /* border: 2px solid #0f0; */
    line-height: 1.6;
    margin-right: 50px;
    flex: 1;
}

.container2 .item h3 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 100px;
    /* border-top: 1px solid #333;
    padding-top: 20px; */
}

.container2 .item p {
    margin-top: 50px;
    text-align: center;
    /* border-bottom: 1px solid #333;
    padding-bottom: 20px; */
}



.bg-img {
    background-image: url(../images/背景2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ここからスライドショーの設定 */

.slide {
    background-color: #111;
    padding-bottom: 100px;
}

.slide h2 {
    font-size: 3em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 100px;
    margin: 0;
}


.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    margin-top: 100px;
}

.sliderArea.w300 {
    max-width: 300px;
}

.slick-slide {
    margin: 0 10px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #111;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li {
    margin: 0 4px;
    width: 70px;
    height: 5px;
}

.slick-dots li button:before {
    content: '';
    width: 70px;
    height: 5px;
    background: #fff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #fff;
}

/* ここからリペア・メンテナンス */

/* .mentenance {
    background-image: url(../images/背景3.png);
    background-repeat: no-repeat;
    background-position: center center;
} */

.container3 {
    /* border: 2px solid #0f0; */
    display: flex;
    padding: 100px 0 100px 0;
    justify-content: center;
    gap: 100px;
}

.container3 .item {
    /* border: 2px solid #0f0; */
    text-align: center;
    width: 400px;
}

.container3 .item img {
    width: 100%;
    height: auto;
}

.container3 .item h3 {
    margin: 30px 0;
}

.container3 .item p {
    margin-bottom: 50px;
}

/* ここからOnlineShopの設定 */




.onlineshop {
    height: 450px;
    background-image: url(../images/onlineshop.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    
}

.onlineshop .online-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.onlineshop .online-text h2 {
    font-size: 3em;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.onlineshop .online-text p {
    text-align: center;
    color: #fff;
}

/* ここからShopInfoの設定 */

.shop-info h2 {
    font-size: 3em;
    color: #333;
    text-align: center;
    margin: 150px 0;
}

.shop-info .container4 {
    display: flex;
    gap: 50px;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;
}

.shop-info .container4 .item p {
    text-align: left;
    line-height: 2;
}



/* ここからボタンの設定 */

.btn-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.background_btn02 {
    display: inline-block;
    color: #333;
    /* 文字色 */
    font-weight: bold;
    /* 文字の太さ */
    width: 100%;
    max-width: 350px;
    /* ボタン幅 */
    text-decoration: none;
    border: 2px solid #707070;
    /* 線の色 */
    padding: 1em 2em;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #707070 0%, #707070 50%, #fff 50%, #fff 100%);
    /* 背景色(マウスオーバー後→前) */
    transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.background_btn02_arrow {
    display: inline-block;
    padding-left: 1em;
}

/* マウスオーバーした際のデザイン */
.background_btn02:hover {
    background-position: 0 0;
    color: #fff;
    /* 文字色 */
}

.background_btn02:hover .background_btn02-line path,
.background_btn02:hover .background_btn02-line line {
    stroke: #fff;
    /* 矢印の色 */
}

/* ここからフッターの設定 */

.footer {
    height: 400px;
    background-color: #707070;
    position: relative;
}

.footer .container5 {
    display: flex;
    justify-content: space-around;
}

.footer .container5 .item1 {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(-50%, -50%);
}

.footer .container5 .item2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer .container5 .item3 {
    position: absolute;
    top: 50%;
    left: 84%;
    transform: translate(-50%, -50%);
    line-height: 2;
}

.footer .container5 .item2 h3 {
    font-size: 1.5em;
    text-align: center;
}

.icon-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}


/* ここからaboutの設定 */

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.5em;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 2px #999;
}

.contact-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-size: 3.5em;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 2px #999;

}

.about-container {
    display: flex;
    justify-content: center;
    margin: 0 100px 0 100px;
    gap: 50px;
    padding-top: 200px;
}

.about-container .item {
    width: 50%;
    line-height: 1.6;
}

.about-container .item p{
    text-align: center;
}

.about-container2 {
    display: flex;
    justify-content: center;
    margin: 0 100px 0 100px;
    position: relative;
    margin-top: 200px;
    padding-bottom: 250px;

}

.about-container2 .item1,
.item2 {
    width: 50%;
    color: #333;
}

.about-container2 .item1 h3 {
    text-align: center;
    margin-top: 100px;
}

.about-container2 .item1 p {
    margin-bottom: 50px;
    text-align: center;
}

.about-container2 .item2 {
    text-align: right;
}

.about-container2 .item2 img {
    width: 1200px;
    height: auto;
}

.about-container2 .item2 .cross {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 600px;
    height: auto;

}

#about {
    background-image: url(../images/about背景.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}


/* ここからNewsの設定 */

.news-list {
    list-style: none outside;
    margin: 200px 100px 200px 100px;
    padding: 0;
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
}

.news-list .item:first-child a {
    border-top: 1px solid #CCC;
}

.news-list .item .date {
    /* margin: 0; */
    min-width: 140px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
}

.news-list .item .category {
    /* margin: 0; */
    min-width: 140px;
    padding: 0 20px 0 0;
}

.news-list .item .category span {
    background: #999;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
}

.news-list .item .title {
    margin: 0;
    width: 100%;
}

.news-list .item a:hover .title {
    color: #00F;
}


/* ここからContactの設定 */

.box_con02 {
    max-width: 900px;
    margin: 0 auto;
}

.box_con02 form {
    width: 100%;
}

.box_con02 form table {
    width: 100%;
}

.box_con02 form table tr {
    position: relative;
}

.box_con02 form table tr:first-child td:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}

.box_con02 form table tr th {
    width: 30%;
    font-weight: normal;
    padding: 1em .5em;
    background: #707070;
    color: #fff;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_con02 form table tr th span {
    background: #cd6f55;
    padding: 0 .3em;
    color: #fff;
    margin-left: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_con02 form table tr th:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.box_con02 form table tr td {
    position: relative;
    padding: 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_con02 form table tr td:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}

.box_con02 form table tr .box_br {
    display: block;
}

.box_con02 form table tr select,
.box_con02 form table tr textarea,
.box_con02 form table tr .wide {
    width: 100%;
    height: 3em;
    padding: .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box_con02 form table tr textarea {
    height: 10em;
}

/*プライバシーのデザインcss↓*/

.box_con02 {
    margin: 100px auto 200px;
}

.con_pri {
    max-width: 700px;
    margin: 0 auto;
}

.con_pri .box_pri {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 55px;
}

.con_pri .box_pri .box_tori {
    text-align: left;
    margin-top: 40px;
}

.con_pri .box_pri .box_tori h4 {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 150%;
}

.con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
}

.con_pri .box_pri .box_num {
    margin-top: 30px;
}

.con_pri .box_pri .box_num h4 {
    font-weight: normal;
    font-size: 113%;
}

.con_pri .box_pri .box_num .txt {
    padding: 10px 0 0 20px;
}

.box_check {
    text-align: center;
    margin: 1em auto;
}

.box_check label {
    display: inline-block;
}

.box_check label span {
    margin-left: .3em;
}

.btn {
    text-align: center;
}

.btn input {
    display: inline-block;
    background: #eee;
    padding: .5em 4em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}


/* ここからOnlineshopの設定 */

#column {
    margin-bottom: 100px;
}

#column h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0;
    color: #333;
}

#column h3 {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 0;
    color: #333;
}

#column ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin: 0 100px;
}

#column li {
    list-style: none;
}

/* ここからメンテナンスの設定 */

.mentenance-title{
    text-align: center;
    font-size: 2em;
    margin: 200px auto;
}

.mentenance-container{
    display: flex;
    justify-content: center;
}

.mentenance-container .item{
    /* border: 2px solid #0f0; */
    width: 50%;
    margin: 0 25px;
}

.mentenance-container .item p{
    text-align: center;
}

.mentenance-text{
    text-align: center;
    font-size: 1.5em;
    margin: 100px auto;
}

.btn-item-mentenance{
    margin: 0 auto 200px;
}

.mentenance-text h3{
    font-weight: 300;
}










/* ここからスマホの設定 */


@media screen and (max-width: 959px) {

    body {
        margin: auto;
        font-size: 70%;
    }

    main {
        margin: 0 auto;
        width: 100%;
        /* padding: 0 2%; */
    }

    img {
        max-width: 100%;
    }

    h1 {
        width: 80%;
        height: auto;
    }
    

    .title {
        font-size: 2.5em;
        width: 100%;
    }

    .title p{
        text-align: center;
    }

    .bottom-left {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 2em;
        letter-spacing: 0.05em;
        text-shadow: 1px 1px 2px #999;
        width: 100%;
    }

    .bottom-left p{
        text-align: center;
    }

    .container1,
    .container2,
    .container3,
    .container4,
    .container5 {
        flex-direction: column;
        margin: auto;
        /* padding: 0; */
    }

    .container1 .item,
    .container2 .item,
    .container3 .item,
    .container4 .item,
    .container5 .item {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .container1,
    .container2 {
        padding-top: 0px;
    }

    .container1 .item h3 {
        margin-top: 0;
        padding-top: 50px;
    }

    .container1 .item p {
        margin: 50px 20px;
        text-align: center;
    }

    .container2 {
        margin: 50px 20px 0;
        padding-bottom: 50px;
    }

    .container2 .item h3 {
        margin-top: 50px;
    }

    .container2 .item p{
        margin: 50px 20px;
        text-align: center;
    }

    .container3 {
        padding: 0 0 50px 0;
    }

    .shop-info .container4 .item p{
    margin: 0 20px;
    text-align: left;

    }

    .slide {
        padding: 0 0 50px 0;
    }

    .slide h2 {
        padding-top: 50px;
    }

    .sliderArea {
        margin-top: 50px;
    }

    .footer {
        height: auto;
        margin: auto;
        padding: 50px 0;
    }

    .footer .container5 {
        position: static;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .footer .container5 .item1 {
        position: static;
        margin: 0 auto;
        padding: 0;
        transform: translate(0);
    }

    .footer .container5 .item2 {
        position: static;
        margin: 0 auto;
        padding: 0;
        transform: translate(0);

    }

    .footer .container5 .item3 {
        position: static;
        margin: 0 auto;
        padding: 0;
        transform: translate(0);
        text-align: center;

    }

    .nav_content {
        width: 100%;
        padding: 50px 0 0 0;
    }

    .nav_list {
        padding: 0;
    }


    .shop-info h2 {
        margin: 50px 0;
    }

    .shop-info .container4 {
        margin-bottom: 50px;
    }

    /* Google Mapを囲う要素 */
    .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%;
        /* 比率を4:3に固定 */
    }

    /* Google Mapのiframe */
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    /* ここからNEWSの設定 */

    .news-list {
        margin: 50px 0;
    }

    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }

    .news-list .item .title {
        margin-top: 10px;
    }


    /* ここからContactの設定 */


    .box_con02 {
        width: 95%;
        margin: 50px auto 50px;
    }

    .box_con02 form table tr:first-child td:before {
        display: none;
    }

    .box_con02 form table tr th {
        text-align: center;
        width: 100%;
        display: block;
        padding: .8em .2em;
    }

    .box_con02 form table tr td {
        padding: 1.5em .5em;
        display: block;
        width: 100%;
    }

    .con_pri {
        width: 95%;
    }

    .con_pri .box_pri {
        margin-top: 4%;
        padding: 3%;
    }

    .con_pri .box_pri .box_tori {
        margin-top: 4%;
    }

    .con_pri .box_pri .box_tori h4 {
        margin-bottom: 4%;
    }

    .con_pri .box_pri .box_tori .txt {
        padding: 0;
    }

    .con_pri .box_pri .box_num {
        margin-top: 5%;
    }

    .con_pri .box_pri .box_num .txt {
        padding: 3% 0 0 3%;
    }


    /* ここからOnlineshopの設定 */

    #column ul {
        grid-template-columns: 1fr;
        margin: 0 4%;
        padding: 0;
    }

    #column ul li {
        text-align: center;
        margin: 20px 0;
    }

    /* ここからaboutの設定 */

    .about-container {
        flex-direction: column;
        margin: 0;
        padding: 50px 0 0 0;
    }

    .about-container .item {
        width: 100%;
        padding: 0 20px;
    }

    .about-container2 {
        position: static;
        flex-direction: column;
        margin: 50px 0 0 0;
        padding: 0 20px 50px;
    }

    .about-container2:nth-child(1) {
        flex-direction: column-reverse;
    }

    .about-container2 .item1,
    .item2 {
        width: 100%;

    }

    .about-container2 .item2 {
        position: static;
    }

    .about-container2 .item2 .cross {
        position: static;
    }

    .about-container2 .item1 h3 {
        margin-top: 50px;
    }



    .mentenance-container{
        flex-direction: column;
        padding: 0 20px;
    }

    .mentenance-container .item{
        width: 100%;
        margin: 0;
    }

    .mentenance-title{
        margin: 50px 0;
    }

    .mentenance-text{
        padding: 0 20px;
    }




}