body{
    font-family: sans-serif;
}


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

h1{
    font-size: 5rem;
    color: #3674B5;
    font-weight: 800;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF,  0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
}


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

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


h4{
    color: #578FCA;
    font-size: 1.5rem;
    text-align: left;
}



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


.wrapper .reserve{
    color: #fff;
    background-color: #3674B5;
    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: #3674B5;
    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+3){
    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;
}



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

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



/*　　　　　　トップページ　　　　　　　*/

.fv{
    height: 750px;
    padding: 60px 0 72px;
    background-image: url('../img/header-main1.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
    z-index: -100;
    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);
}


.fv p{
    color: #3674B5;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
}

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

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

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

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


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

.info{
    background-color: #578FCA;
    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: #F6FBFF;
    line-height: 1.7;
}



/*　　　　　　会社案内　　　　　　*/

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

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


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

}

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

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



/*　　　　　　アクセス　　　　　　*/

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

.access{
    max-width: 1000px;
    margin: 0 auto;
}

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


.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: #3674B5;
}

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






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

.privacy{
    padding: 90px 0;
}

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

.privacy h4{
    color: #578FCA;
    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: 1.5rem;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 1px #333;
    }

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

    h2 br{
        display: none;
    }

    h3{
        font-size: 1.5rem;
    }

    .navigation{
        display: none;
    }


    header{
        height: 70px;
        width: 100vw;
        color: #fff;
        background-color: #F6FBFF;
        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: #3674B5;
        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: #3674B5;
        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: #3674B5;
        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;
    }




    /* 　　トップ画面　　 */

    .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 .sitetittle{
        font-size: 1rem;
        font-weight: 800;
        bottom: 10vh;
    }

    .fv .sitetittle p{
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        text-shadow: 1px 1px 1px #333;
    }

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

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


    h2{
        font-size: 1.5rem;
    }



    /*　　　会社案内　　　*/

    .cooperation{
        padding: 90px 42px;
    }

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


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

    .cooperation-text{
        width: 100%;
    }


    .text{
        margin-top: 24px;
    }

    .text-full{
        margin: 0 auto;
        padding: 24px;
    }

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

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



    /*　　　Access　　　*/
    .access{
        width: 90vw;
    }

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

    .around-map{
        flex-direction: column;
        justify-content: center;
    }

    .adrress{
        margin: 0 auto;
    }

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

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

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

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




    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;
    }

}