@charset "utf-8";

#header {
    height: 200px;
    width: 100%;
    background-color: #0d0015;
    color: #ffff;
    display: flex;
}

h1 {
    font-size: 70px;
    margin-top: 60px;
    margin-left: 30px;
}

#header p {
    font-size: 22px;
    margin-left: 90px;
    margin-top: 155px;
}

#main {
    height: 100%;
    width: 100%;
}

#footer {
    height: 300px;
    width: 100%;
    background-color: #adadad;
    color: #ffff;
    padding-top: 7px;
    margin-top: 130px;
}

#footer p {
    font-size: 18px;
    margin-left: 10px;
    margin-top: 8px;
}

.main_links {
    position: relative;
    height: 100%;
    z-index: 2;

}

.shidare {
    height: 180px;
    width: 180px;
    background-color: #ffc0cb;
    border-radius: 100px;
    margin-top: 10px;
    margin-left: 46vw;
}

.rekishi {
    height: 180px;
    width: 180px;
    background-color: #c7873d;
    border-radius: 100px;
}

.akusesu {
    height: 180px;
    width: 180px;
    background-color: #0095d9;
    border-radius: 100px;
    margin-left: 60px;
}

.shidare p {
    padding-top: 80px;
    padding-left: 55px;
}

.rekishi p {
    padding-top: 80px;
    padding-left: 75px;
}

.akusesu p {
    padding-top: 80px;
    padding-left: 55px;
}

.rekiaku {
    display: flex;
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 38%;
}

/*======================
他のページ設定CSS
========================*/

.map {
    height: 70vh;
}

.box {
    display: flex;
    height: 30%;
}

.syashin {
    width: 50%;
}

.mozi p {
    margin: 25px 25px 90px 25px;
    font-size: 35px;
}

.bunsyou {
    padding: 80px 35px;
    width: 100%;
}

.bunsyou p {
    font-size: 35px;
    line-height: 1.5;
}

.syashin2 {
    position: absolute;
    width: 40%;
    top: 35%;
    left: 50%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 30vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/

.slider-item01 {
    background: url(../img/桜.jpg);
}

.slider-item02 {
    background: url(../img/正面.jpg);
}

.slider-item03 {
    background: url(../img/2階から撮ったもの.jpg);
}

.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: 0 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;
    /*ドットボタンの現在地表示の色*/
}


/*=====================================================
ここからスマホview 480px
===========================================================*/
@media screen and (max-width:480px) {

    #header {
        height: 300px;
        width: 100%;
        background-color: #0d0015;
        color: #ffff;
        display: block;
    }

    h1 {
        font-size: 50px;
        margin-top: 0;
        margin-left: 0;
        padding-top: 40px;
        text-align: center;
        text-decoration: solid;
    }

    #header p {
        font-size: 25px;
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }


    .main_links {
        position: absolute;
        height: 100%;
        z-index: 2;
        font-size: 20px;
        top:350px;
    }

    .shidare {
        height: 130px;
        width: 130px;
        background-color: #ffc0cb;
        border-radius: 100px;
        margin-top: 0;
        margin-left: 32vw;
    }

    .rekishi {
        height: 130px;
        width: 130px;
        background-color: #c7873d;
        border-radius: 100px;
        margin-left: 40%;
    }

    .akusesu {
        height: 130px;
        width: 130px;
        background-color: #0095d9;
        border-radius: 100px;
        margin-left: 60%;
    }

    .shidare p {
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
        font-size: 20px;
    }

    .rekishi p {
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
    }

    .akusesu p {
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
    }

    .rekiaku {
        display: flex;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-left: 0;
    }

#footer {
    height: 300px;
    width: 100%;
    background-color: #adadad;
    color: #ffff;
    padding-top: 7px;
    padding-bottom: 10px;
}

#footer p {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 8px;
    line-height: 1.5;
}


/*======================
他のページ設定CSS
========================*/

.map {
    height: 70vh;
}

.box {
    display: block;
    height: 30%;
}

.syashin {
    width: 100%;
}

.mozi p {
    margin: 25px 25px 90px 25px;
    font-size: 20px;
}

.bunsyou {
    padding: 80px 35px;
    width: 100%;
}

.bunsyou p {
    font-size: 20px;
    line-height: 1.5;
}

.syashin2 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 10%;
}
.syashin{
    display: none;
}
    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 50vh;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../img/桜.jpg);
    }

    .slider-item02 {
        background: url(../img/正面.jpg);
    }

    .slider-item03 {
        background: url(../img/2階から撮ったもの.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 50vh;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: center;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

}