body{
    font-family: sans-serif;
}


.wrapper{
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    font-family: sans-serif;
}

h1{
    font-size: 5rem;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 1px #808080;
}


h2{
    font-size: 3rem;
    color: #0D4715;
    font-weight: 800;
    text-align: center;
    padding-bottom: 42px;
}

h3{
    font-size: 2rem;
    color: #41644A;
    font-weight: 600;
    padding-bottom: 24px;
}


h4{
    color: #41644A;
    font-size: 1.5rem;
    text-align: left;
}



p{
    display: inline-block;
    font: #333;
    line-height: 1.7;
}


.wrapper .reserve{
    color: #fff;
    background-color: #0D4715;
    position: fixed;
    height: 80px;
    width: 160px;
    bottom: 5vw;
    right: 5vw;
    z-index: 200;
    border-radius:  5%;
}

.wrapper .reserve div{
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    height: 100%;
}

.wrapper .reserve div p{
    margin: auto;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
}



.wrapper .reserve div p span{
    display: none;
}

/*　　　　　　ヘッダー　　　　　　*/

header{
    width: auto;
    height: auto;
    position: fixed;
    z-index: 1000;
}

header .top{
    width: auto;
    margin: 0 auto;
    background-color: #F1F0E9;
    color: #fff;
    font-size: 1rem;
}

header .navigation{
    position: fixed;
    width: 100%;
}

header .top .yokonarabi{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

nav{
    background-color: #0D4715;
    color: #fff;
    font-size: 1rem;
}

nav ul{
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

nav ul li{
    display: flex;
    flex: 1;
    height: 100%;
}

nav ul li:nth-child(-n+6){
    border-right: 1px solid #fff;
}

nav ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu{
    display: none;
}


.toptext{
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.beside-rightimg{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}




/*　　　　　　フッター　　　　　　*/
footer{
    display: block;
    color: #fff;
    background-color: #0D4715;
    width: 100%;
    height: auto;
    text-align: center;
}

footer p{
    display: block;
    padding: 12px;
    font-weight: 800;
    font-size: 0.7rem;
}



/*　　　　　　トップページ　　　　　　　*/

.fv{
    max-width: 1200px;
    height: 750px;
    padding: 60px 0 72px;
    background-image: url('../img/bus1.JPG');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
    z-index: -100;
}


.fv p{
    color: #fff;
}

.fv .sitetittle{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5vh;
    text-align: center;
}

.fv .sitetittle p{
    font-size: 2rem;
    text-shadow: 1px 1px 1px #808080;
}

.fv .sitetittle ul{
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
}

.fv .sitetittle ul li{
    color: #fff;
    background-color: #EF5A6F;
    padding: 6px 12px;
    margin: 12px;
    font-size: 1.5rem;
}


/*　　　　　　インフォメーション　　　　　　*/

.info{
    background-color: #41644A;
    padding: 24px 0px;
    color: #fff;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
}

.info p{
    line-height: 1.8;
    text-align: left;
}


.text{
    background-color: #F1F0E9;
    line-height: 1.7;
}



/*　　　　　　企業概要・事業内容　　　　　　*/

.overview{
    padding: 90px 0;
    height: auto;
}


.beside-leftimg{
    display: flex;
    justify-content: space-between;
}

.text-full h3{
    text-align: center;
}

.constructionimg{
    width: 650px;
    height: 450px;
    background-image: url('../img/construction.JPG');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.beside-leftimg .text{
    width: 30%;
    height: auto;
    padding: 48px;
}

.beside-leftimg h3{
    text-align: center;
}



.text-full{
    margin: 42px 0;
    padding: 48px;
    background-color: #F1F0E9;
    line-height: 1.7;

}

.yokonarabi , .recruit-text{
    display: flex;
    justify-content: space-between;
}

.yokonarabi b , .recruit-text b{
    padding-right: 18px;
}


.bus2{
    width: 100%;
    height: 450px;
    background-image: url('../img/bus2.JPG');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/*　　　　　　協力会社募集　　　　　　*/

.cooperation{
    padding: 90px 90px;
    background-color: #F1F0E9;
}

.cooperation .toptext{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.cooperation-text{
    width: 60%;
}




/*　　　　　　アクセス　　　　　　*/

.access{
    padding: 90px 0;
    height: auto;
}

.shop-img{
    width: 470px;
    height: 300px;
    background-image: url('../img/shop.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}


.access{
    padding: 90px 0;
    line-height: 1.7;
}


.around-map{
    display: flex;
}

.around-map iframe{
    width: 600px;
    height: 450px;
}

.adrress {
    margin-left: 30px;
}

.adrress h3{
    padding: 24px 0;
}

.adrress h5{
    font-weight: 800;
    color: #0D4715;
}

.adrress p{
    display: block;
    padding-bottom: 28px;
}








/*　　　　　　採用情報　　　　　　*/

.recruit{
    padding: 90px 48px;
}

.recruit-info{
    display: block;
    text-align: center;
    padding-bottom: 28px;
}

.recruit-text p{
    text-align: left;
}




/*　　　　　　お問い合わせ　　　　　　*/

.inquiry{
    padding: 90px 0;
}


.inquiry-info{
    display: block;
    text-align: center;
    padding-bottom: 28px;
}

.inquiry p{
    padding: 0 24px;
    padding-bottom: 28px;
}

table{
    border: 1px solid #333;
    width: 100%;
}

tr{
    height: 60px;
}

th{
    width: 30%;
    padding: 12px;
    background-color: #41644A;
    border: 1px solid #333;
    color: #fff;
    vertical-align: middle;
}

td{
    width: 70%;
    padding: 12px;
    border: 1px solid #333;
}

textarea{
    width: 100%;
    height: 180px;
    padding: 12px;
    border: 1px solid #333;
}

input{
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    height: 42px;
    padding: 0 12px;
}

.kome{
    color: #FF0000;
}

.soushin{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.submit{
    width: 300px;
    height: 60px;
    border: none;
    color: #fff;
    background-color: #4EBDD1;
    text-align: center;
}



/*　　　　　　プライバシーポリシー　　　　　　*/

.privacy{
    padding: 90px 0;
    background-color: #F1F0E9;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc((100vw - 100%) / 2);
    padding-right: calc((100vw - 100%) / 2);
}

.privacy p{
    line-height: 1.7;
}
.privacy h2{
    padding-bottom: 42px;
}

.privacy h4{
    color: #41644A;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 800;
    padding-bottom: 24px;
}

.naiyou{
    padding: 36px 0;
}





@media screen and (max-width:768px) {

    body{
        height: auto;
        width: 100%;
        overflow-x: hidden;
    }

    .wrapper{
        width: 90vw;
        height: auto;
        margin: 0 auto;
    }

    h1{
        font-size: 2rem;
    }

    h2{
        width: 100%;
        font-size: 2rem;
    }

    h2 br{
        display: none;
    }

    h3{
        font-size: 1.5rem;
    }

    .beside-leftimg , .beside-rightimg{
        display: flex;
        flex-direction: column;
        text-align: center;
    }


    .navigation{
        display: none;
    }


    header{
        height: 70px;
        width: 100vw;
        color: #fff;
        background-color: #F1F0E9;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        overflow-x: hidden;
    }


    /* ハンバーガーメニューのスタイル */
    .hamburger {
        padding: 10px;
        width: 50px;
        cursor: pointer;
        z-index: 101; /* メニューより前に表示 */
        background-color: #0D4715;
        border-radius: 5px;
    }

    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff; /* ボタンの色 */
        margin: 5px 0;
        transition: 0.4s;
    }

    /* メニューのスタイル */
    nav{
        width: 100vw;
    }

    .menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #0D4715;
        opacity: 0; /* 初期状態は透明 */
        pointer-events: none; /* クリック不可 */
        transition: opacity 0.5s ease; /* フェードインのアニメーション */
        padding: 20px;
        font-weight: 500;
        box-sizing: border-box;
        z-index: 100;
        overflow-x: hidden;
    }

    .menu ul{
        height: auto;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
    }

    nav ul{
        width: 100%;
    }

    nav ul li{
        height: 30px;
        padding: 30px;
    }

    nav ul li:nth-child(-n+6){
        border-right: none;
    }

    .topinfo{
        color: #0D4715;
        font-size: 0.7rem;
    }




    /* メニューが開いたとき */
    .menu.open {
        opacity: 1; /* 不透明にする */
        pointer-events: auto; /* クリック可能にする */
    }

    /* バツ印に変わるハンバーガーボタン */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0; /* 真ん中の線を透明にする */
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }





    /* 　　予約ボタン　　 */

    .wrapper .reserve{
        height: 10vh;
        width: 100vw;
        font-size: 1rem;
        bottom: 0;
        left: 0;
        z-index: 200;
        border-radius:  0;
        overflow-x: hidden;
    }


    .wrapper .reserve div p br{
        display: none;
    }

    .wrapper .reserve div p span{
        display: inline-block;
    }



    /* テーブルの設定 */


    th{
        align-items: center;
        font-size: 0.7rem;
    }



    /* 　　トップ画面　　 */

    .fv{
        height: 80vh;
        width: 100vw;
        background-size: cover;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
        background-position: top right;
        overflow-x: hidden;
    }

    .fv .subtitlle{
        font-size: 1rem;
        font-weight: 800;
        right: 20px;
    }

    .fv .sitetittle p{
        font-size: 1rem;
    }

    .fv h1{
        font-size: 3rem;
    }

    .fv .sitetittle ul li{
        font-size: 1rem;
        margin: 24px 6px;
    }


    h2{
        font-size: 1.5rem;
    }



    /*　　　企業概要・事業内容　　　*/

    .cooperation{
        padding: 90px 42px;
    }

    .constructionimg{
        width: 90vw;
        height: 45vh;
    }

    .toptext{
        display: block;
        text-align: left;
    }


    .cooperation .toptext{
        display: block;
        width: auto;
    }

    .cooperation-text{
        width: 100%;
    }

    .beside-leftimg .text, .beside-rightimg .text{
        width: auto;
        text-align: left;
        padding: 48px 30px;
    }

    .beside-leftimg .waterimg , .beside-rightimg .shampoo{
        width: 80vw;
        height: 30vh;
        margin: 0 auto 24px;

    }

    .text{
        margin-top: 24px;
    }

    .text-full .yokonarabi {
        display: block;
        padding-bottom: 12px;
    }



    /*　　　Access　　　*/

    .access .shop-img{
        margin: 0 auto;
        text-align: center;
        width: 80vw;
        height: 30vh;
    }

    .around-map{
        flex-direction: column;
    }

    .access h3{
        padding: 24px 0 12px;
    }

    .access h5{
        font-size: 1.5rem;
        padding-top: 24px;
    }

    .adrress p{
        padding-bottom: 12px;
    }

    .around-map iframe{
        width: 90vw;
        height: 45vh;
    }



    /*　　　採用情報　　　*/

    .recruit{
        padding: 90px 42px;
    }

    .recruit-info{
        font-size: 0.8rem;
    }

    .yokonarabi, .recruit-text{
        display: block;
    }









    footer{
        height: 18vh;
        background-size: cover;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
        overflow: hidden;
    }

}