@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1181px) {

    .container {
        background-color: white;
        width: 100%;
        font-family: "Noto Sans JP", serif;
    }

    img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none
    }

    .navi {
        display: none;
    }

    .header {
        width: 90%;
        display: flex;
        margin: 2% auto;
        align-items: center;
    }

    .header1 {
        width: 45%;
    }

    .header1 h1 {
        font-size: 50px;
        color: black;
        font-weight: normal;
    }

    .header2 {
        width: 55%;
    }

    .header2 ul {
        display: flex;
        list-style: none;
        justify-content: space-around;
        font-size: 20px;
        padding-top: 2%;
    }

    .header2 ul a {
        color: black;
        text-decoration: none;
    }

    .top {
        width: 100%;
    }

    .top1 video {
        width: 100%;
    }

    .top2 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 6%;
    }

    .top2 h2 {
        color: black;
        font-size: 48px;
        letter-spacing: 3px;
        font-weight: normal;
    }

    .top2 p {
        color: #a6a6a6;
        font-size: 24px;
        letter-spacing: 1px;
        padding-top: 2%;
        line-height: 2;
    }

    .title {
        letter-spacing: 3px;
    }

    .title h2 {
        color: black;
        font-size: 48px;
        text-align: center;
        margin: 13% auto 5% auto;
        font-weight: normal;
    }

    .works {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 100vh;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../img/mosha3-slider1.webp);
    }

    .slider-item02 {
        background: url(../img/mosha3-slider2.webp);
    }

    .slider-item03 {
        background: url(../img/mosha3-slider3.webp);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 100vh;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: center;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    /*矢印の設定*/

    /*戻る、次へ矢印の位置*/
    .slick-prev,
    .slick-next {
        position: absolute;
        /*絶対配置にする*/
        z-index: 3;
        top: 42%;
        cursor: pointer;
        /*マウスカーソルを指マークに*/
        outline: none;
        /*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #ccc;
        /*矢印の色*/
        border-right: 2px solid #ccc;
        /*矢印の色*/
        height: 25px;
        width: 25px;
    }

    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 2.5%;
        transform: rotate(-135deg);
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 2.5%;
        transform: rotate(45deg);
    }

    /*ドットナビゲーションの設定*/

    .slick-dots {
        position: relative;
        z-index: 3;
        text-align: center;
        margin: -50px 0 0 0;
    }

    .slick-dots li {
        display: inline-block;
        margin: 80px 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width: 8px;
        /*ドットボタンのサイズ*/
        height: 8px;
        /*ドットボタンのサイズ*/
        display: block;
        border-radius: 50%;
        background: #ccc;
        /*ドットボタンの色*/
    }

    .slick-dots .slick-active button {
        background: #333;
        /*ドットボタンの現在地表示の色*/
    }

    /*========= レイアウトのためのCSS ===============*/
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* -----------------↑コピペで持ってきたjs------------------- */

    .points {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .points ul {
        display: flex;
        list-style: none;
    }

    .points li {
        font-size: 24px;
        letter-spacing: 1.5px;
        color: #a6a6a6;
    }

    .points img {
        width: 95%;
    }

    .points1 p {
        height: 200px;
        padding-top: 5%;
    }

    .points2 p {
        padding-top: 8%;
    }

    .about {
        /* background-color: #0c02d1; */
        width: 70%;
        display: flex;
        margin: 0 auto;
        align-items: center;
    }

    .about1 {
        /* background-color: blueviolet; */
        width: 45%;
        text-align: right;
    }

    .about1 img {
        width: 80%;
    }

    .about2 {
        /* background-color: cadetblue; */
        width: 55%;
        margin-left: 3%;
    }

    .about2 h3 {
        color: black;
        font-size: 36px;
        font-weight: normal;
        letter-spacing: 1px;
        padding-bottom: 1%;
    }

    .about2 p {
        color: #a6a6a6;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .contact {
        width: 100%;
        height: 500px;
        margin-top: 15%;
        background-image: url(../img/mosha3-contact-background.webp);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 250px;
        padding-left: 13%;
    }

    .contact1 {
        width: 50%;
        text-align: center;
    }

    .contact1 p {
        width: 580px;
        color: black;
        font-size: 30px;
        padding-bottom: 3%;
        display: inline-block;
    }

    .btn,
    a.btn,
    button.btn {
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        border-radius: 0.5rem;
    }

    .btn-contact {
        width: 350px;
        font-size: 30px;
        text-decoration: none;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px 10px;
        border: 3px solid #94b77d;
        background: #fff;
        ;
        color: #94b77d;
        border-radius: 100vh;
        transition: 0.5s;
        box-sizing: border-box;
        /* margin-left: 8%; */
        display: inline-block;
    }

    .btn-contact:hover {
        color: #fff;
        background: #94b77d;
    }

    .info {
        width: 70%;
        height: 500px;
        margin: 0 auto;
        display: flex;
    }

    .info1 {
        background-color: #e5ddd4;
        width: 50%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .info1 h4 {
        color: black;
        font-size: 40px;
        font-weight: normal;
    }

    .info1 p {
        color: black;
        font-size: 20px;
        letter-spacing: 1.5px;
        padding-top: 3%;
    }

    .info2 {
        width: 50%;
    }

    .info2 iframe {
        width: 100%;
        height: 100%;
    }

    .footer {
        background-color: white;
        width: 100%;
        height: 300px;
        text-align: center;
        margin: 0 auto;
        padding-top: 150px;
    }

    .footer p {
        color: black;
        font-size: 16px;
    }

}




























/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1180px) {

    .container {
        background-color: white;
        width: 100%;
        font-family: "Noto Sans JP", serif;
    }

    img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none
    }

    .navi {
        display: none;
    }

    .header {
        width: 90%;
        display: flex;
        margin: 2% auto;
        align-items: center;
    }

    .header1 {
        width: 40%;
    }

    .header1 h1 {
        font-size: 30px;
        color: black;
        font-weight: normal;
    }

    .header2 {
        width: 60%;
    }

    .header2 ul {
        display: flex;
        list-style: none;
        justify-content: space-around;
        font-size: 15px;
        padding-top: 2%;
    }

    .header2 ul a {
        color: black;
        text-decoration: none;
    }

    .top {
        width: 100%;
    }

    .top1 video {
        width: 100%;
    }

    .top2 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-top: 6%;
    }

    .top2 h2 {
        color: black;
        font-size: 35px;
        letter-spacing: 2px;
        font-weight: normal;
    }

    .top2 p {
        color: #a6a6a6;
        font-size: 15px;
        letter-spacing: 0.5px;
        padding-top: 2%;
        line-height: 1.5;
    }

    .title {
        letter-spacing: 3px;
    }

    .title h2 {
        color: black;
        font-size: 35px;
        text-align: center;
        margin: 13% auto 5% auto;
        font-weight: normal;
    }

    .works {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../img/mosha3-slider1.webp);
    }

    .slider-item02 {
        background: url(../img/mosha3-slider2.webp);
    }

    .slider-item03 {
        background: url(../img/mosha3-slider3.webp);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 30vh;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: center;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    /*矢印の設定*/

    /*戻る、次へ矢印の位置*/
    .slick-prev,
    .slick-next {
        position: absolute;
        /*絶対配置にする*/
        z-index: 3;
        top: 42%;
        cursor: pointer;
        /*マウスカーソルを指マークに*/
        outline: none;
        /*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #ccc;
        /*矢印の色*/
        border-right: 2px solid #ccc;
        /*矢印の色*/
        height: 25px;
        width: 25px;
    }

    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 2.5%;
        transform: rotate(-135deg);
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 2.5%;
        transform: rotate(45deg);
    }

    /*ドットナビゲーションの設定*/

    .slick-dots {
        position: relative;
        z-index: 3;
        text-align: center;
        margin: -50px 0 0 0;
    }

    .slick-dots li {
        display: inline-block;
        margin: 80px 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width: 8px;
        /*ドットボタンのサイズ*/
        height: 8px;
        /*ドットボタンのサイズ*/
        display: block;
        border-radius: 50%;
        background: #ccc;
        /*ドットボタンの色*/
    }

    .slick-dots .slick-active button {
        background: #333;
        /*ドットボタンの現在地表示の色*/
    }

    /*========= レイアウトのためのCSS ===============*/
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* -----------------↑コピペで持ってきたjs------------------- */

    .points {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .points ul {
        display: flex;
        list-style: none;
    }

    .points li {
        font-size: 15px;
        letter-spacing: 1.5px;
        color: #a6a6a6;
    }

    .points img {
        width: 90%;
    }

    .points1 p {
        height: 100px;
        padding-top: 5%;
    }

    .points2 p {
        padding-top: 8%;
    }

    .about {
        /* background-color: #0c02d1; */
        width: 90%;
        display: flex;
        margin: 0 auto;
        align-items: center;
    }

    .about1 {
        /* background-color: blueviolet; */
        width: 45%;
        text-align: right;
    }

    .about1 img {
        width: 80%;
    }

    .about2 {
        /* background-color: cadetblue; */
        width: 55%;
        margin-left: 3%;
    }

    .about2 h3 {
        color: black;
        font-size: 30px;
        font-weight: normal;
        letter-spacing: 1px;
        padding-bottom: 1%;
    }

    .about2 p {
        color: #a6a6a6;
        font-size: 14px;
    }

    .contact {
        width: 100%;
        height: 300px;
        margin-top: 15%;
        background-image: url(../img/mosha3-contact-background.webp);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 50px;
        padding-left: 10%;
    }

    .contact1 {
        width: 50%;
        text-align: center;
    }

    .contact1 p {
        /* background-color: #94b77d; */
        width: 500px;
        color: black;
        font-size: 24px;
        padding-bottom: 3%;
    }

    .btn,
    a.btn,
    button.btn {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        border-radius: 0.5rem;
    }

    .btn-contact {
        width: 300px;
        font-size: 22px;
        text-decoration: none;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px 10px;
        border: 3px solid #94b77d;
        background: #fff;
        ;
        color: #94b77d;
        border-radius: 100vh;
        transition: 0.5s;
        box-sizing: border-box;
        margin-left: 20%;
    }

    .btn-contact:hover {
        color: #fff;
        background: #94b77d;
    }

    .info {
        width: 80%;
        height: 400px;
        margin: 0 auto;
        display: flex;
    }

    .info1 {
        background-color: #e5ddd4;
        width: 50%;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .info1 h4 {
        color: black;
        font-size: 35px;
        font-weight: normal;
    }

    .info1 p {
        color: black;
        font-size: 20px;
        letter-spacing: 1.5px;
        padding-top: 3%;
    }

    .info2 {
        width: 50%;
    }

    .info2 iframe {
        width: 100%;
        height: 100%;
    }

    .footer {
        background-color: white;
        width: 100%;
        height: 300px;
        text-align: center;
        margin: 0 auto;
        padding-top: 150px;
    }

    .footer p {
        color: black;
        font-size: 16px;
    }

}



























/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {

    .container {
        background-color: white;
        width: 100%;
        font-family: "Noto Sans JP", serif;
    }

    img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none
    }

    /* ↓5-1-16ナビゲーションコピペ----------------------------- */

    /*========= ナビゲーションのためのCSS ===============*/

    /*アクティブになったエリア*/
    #g-nav.panelactive {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 100vh;
    }

    /*丸の拡大*/
    .circle-bg {
        position: fixed;
        z-index: 3;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #999;
        /*丸のスタート位置と形状*/
        transform: scale(0);
        /*scaleをはじめは0に*/
        top: -50px;
        left: calc(50% - 50px);
        /*50%から円の半径を引いた値*/
        transition: all .6s;
        /*0.6秒かけてアニメーション*/
    }

    .circle-bg.circleactive {
        transform: scale(50);
        /*クラスが付与されたらscaleを拡大*/
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*はじめは表示なし*/
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        display: block;
        /*クラスが付与されたら出現*/
    }

    /*ナビゲーション*/
    #g-nav ul {
        opacity: 0;
        /*はじめは透過0*/
        /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
    #g-nav.panelactive ul li {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        /*0.2 秒遅らせて出現*/
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    /*リストのレイアウト設定*/
    #g-nav li {
        text-align: center;
        list-style: none;
    }

    #g-nav li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* ↑5-1-16ナビゲーションコピペ----------------------------- */

    .header {
        width: 90%;
        margin: 2% auto;
    }

    .header1 {
        width: 100%;
    }

    .header1 h1 {
        font-size: 26px;
        color: black;
        font-weight: normal;
        text-align: center;
    }

    .header2 {
        width: 60%;
        display: none;
    }

    .header2 ul {
        display: flex;
        list-style: none;
        justify-content: space-around;
        font-size: 15px;
        padding-top: 2%;
        display: none;
    }

    .header2 ul a {
        color: black;
        text-decoration: none;
        display: none;
    }

    .top {
        width: 100%;
    }

    .top1 video {
        width: 100%;
    }

    .top2 {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding-top: 6%;
    }

    .top2 h2 {
        color: black;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: normal;
    }

    .top2 p {
        color: #a6a6a6;
        font-size: 13px;
        letter-spacing: 0.5px;
        padding-top: 2%;
        line-height: 1.5;
        text-align: left;
    }

    .title {
        letter-spacing: 3px;
    }

    .title h2 {
        color: black;
        font-size: 22px;
        text-align: center;
        margin: 13% auto 5% auto;
        font-weight: normal;
    }

    .works {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../img/mosha3-slider1.webp);
    }

    .slider-item02 {
        background: url(../img/mosha3-slider2.webp);
    }

    .slider-item03 {
        background: url(../img/mosha3-slider3.webp);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 30vh;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: center;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    /*矢印の設定*/

    /*戻る、次へ矢印の位置*/
    .slick-prev,
    .slick-next {
        position: absolute;
        /*絶対配置にする*/
        z-index: 3;
        top: 42%;
        cursor: pointer;
        /*マウスカーソルを指マークに*/
        outline: none;
        /*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #ccc;
        /*矢印の色*/
        border-right: 2px solid #ccc;
        /*矢印の色*/
        height: 25px;
        width: 25px;
    }

    .slick-prev {
        /*戻る矢印の位置と形状*/
        left: 2.5%;
        transform: rotate(-135deg);
    }

    .slick-next {
        /*次へ矢印の位置と形状*/
        right: 2.5%;
        transform: rotate(45deg);
    }

    /*ドットナビゲーションの設定*/

    .slick-dots {
        position: relative;
        z-index: 3;
        text-align: center;
        margin: -50px 0 0 0;
    }

    .slick-dots li {
        display: inline-block;
        margin: 80px 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width: 8px;
        /*ドットボタンのサイズ*/
        height: 8px;
        /*ドットボタンのサイズ*/
        display: block;
        border-radius: 50%;
        background: #ccc;
        /*ドットボタンの色*/
    }

    .slick-dots .slick-active button {
        background: #333;
        /*ドットボタンの現在地表示の色*/
    }

    /*========= レイアウトのためのCSS ===============*/
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* -----------------↑コピペで持ってきたjs------------------- */

    .points {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .points ul {
        list-style: none;
    }

    .points li {
        font-size: 14px;
        color: #a6a6a6;
    }

    .points img {
        width: 70%;
    }

    .points1 p {
        height: 100px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .points2 p {
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .about {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .about1 {
        width: 100%;
    }

    .about1 img {
        width: 70%;
    }

    .about2 {
        width: 100%;
    }

    .about2 h3 {
        color: black;
        font-size: 20px;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 1%;
    }

    .about2 p {
        color: #a6a6a6;
        font-size: 13px;
        text-align: left;
    }

    .contact {
        width: 100%;
        height: 120px;
        margin-top: 20%;
        background-image: url(../img/mosha3-contact-background.webp);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 14px;
    }

    .contact1 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .contact1 p {
        /* background-color: #94b77d; */
        width: 90%;
        color: black;
        font-size: 14px;
        padding-bottom: 3%;
        padding-left: 14%;
    }

    .btn,
    a.btn,
    button.btn {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0s;
        transition: all 0s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        border-radius: 0.5rem;
    }

    .btn-contact {
        width: 200px;
        font-size: 14px;
        text-decoration: none;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 5px 5px;
        border: 3px solid #94b77d;
        background: #fff;
        ;
        color: #94b77d;
        border-radius: 100vh;
        transition: 0s;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .btn-contact:hover {
        color: #fff;
        background: #94b77d;
    }

    .info {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .info1 {
        background-color: #e5ddd4;
        width: 100%;
        padding: 10% 10% 10% 10%;
        text-align: left;
    }

    .info1 h4 {
        color: black;
        font-size: 20px;
        font-weight: normal;
    }

    .info1 p {
        color: black;
        font-size: 14px;
        letter-spacing: 1.5px;
        padding-top: 3%;
    }

    .info2 {
        width: 100%;
    }

    .info2 iframe {
        width: 300px;
        height: 300px;
        padding-top: 20px;
    }

    .footer {
        background-color: white;
        width: 100%;
        text-align: center;
        margin: 50px auto;
        padding-top: 50px;
    }

    .footer p {
        color: black;
        font-size: 13px;
    }

}