@charset "utf-8";

.container{
    width: 100%;
    margin: 0 auto;
    background-color: #ffeaf0;
}

.navi{
    width: 100%;
    display: flex;
    padding-top: 2%;
}

.navi h2{
    width: 30%;
    padding-left: 10%;
}

.navi ul{
    width: 70%;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
}

.header video{
    width: 100%;
    object-fit: cover;
    padding-top: 5%;
}

.main{
    width: 100%;
    margin: 0 auto;
}

.main1{
    width: 100%;
    text-align: center;
    padding-top: 5%;
}

.main1 p{
    padding-top: 0.5%;
    line-height: 200%;
}

.image h1{
    text-align: center;
    padding-top: 5%;
}


    /*==================================================
    スライダーのためのcss
    ===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
        width:94%;
        margin:0 auto;
    }
    
    .slider img {
        width:30vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
        height:auto;
    }
    
    .slider .slick-slide {
        transform: scale(0.8);/*左右の画像のサイズを80%に*/
        transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
        opacity: 0.5;/*透過50%*/
    }
    
    .slider .slick-slide.slick-center{
        transform: scale(1);/*中央の画像のサイズだけ等倍に*/
        opacity: 1;/*透過なし*/
    }
    
    
    /*矢印の設定*/
    
    /*戻る、次へ矢印の位置*/
    .slick-prev, 
    .slick-next {
        position: absolute;/*絶対配置にする*/
        top: 42%;
        cursor: pointer;/*マウスカーソルを指マークに*/
        outline: none;/*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #666;/*矢印の色*/
        border-right: 2px solid #666;/*矢印の色*/
        height: 15px;
        width: 15px;
    }
    
    .slick-prev {/*戻る矢印の位置と形状*/
        left: -1.5%;
        transform: rotate(-135deg);
    }
    
    .slick-next {/*次へ矢印の位置と形状*/
        right: -1.5%;
        transform: rotate(45deg);
    }
    
    /*ドットナビゲーションの設定*/
    
    .slick-dots {
        text-align:center;
        margin:20px 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;/*ドットボタンの現在地表示の色*/
    }

    /*========= レイアウトのためのCSS ===============*/

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

/* -------ここまでがスライダー------------- */

.title{
    width: 100%;
    text-align: center;
    padding-top: 5%;
}

.point{
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.point img{
    width: 300px;
    height: 300px;
}
.point h1{
    text-align: center;
}
.point1 ul{
    list-style: none;
}

.title1{
    text-align: center;
    padding-top: 5%;
}

.camera{
    width: 80%;
    display: flex;
    margin: 0 auto;
    padding-left: 10%;
}

.camera1{
    width: 30%;
}
.camera1 img{
    width: 100%;
    object-fit: cover;
}

.camera2{
    width: 70%;
    padding-top: 7%;
    padding-left: 5%;
}

.contact{
    width: 100%;
    margin: 0 auto;
    background-image: url(../image/contact-background.png);
    background-size: 100%;
    height: 500px;
    padding-top: 3%;
}

.contact p{
    padding-top: 15%;
    padding-left: 20%;
}

.contacta{
    width: 100%;
    padding-top: 2%;
    padding-left: 20%;
}

/* ボタン */
.contacta a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #333;
    padding: 18px 30px;
    border-radius: 6px;
    transition: .3s;
  }
a:hover {
    background: #ffb8cf;
  }


.title2{
    text-align: center;
}

.access{
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 3%;
}
.map{
    width: 50%;
    background-color: rgb(255, 255, 255);
    padding-left: 10%;
    padding-top: 10%;
}
.access iframe{
    width: 50%;
    object-fit: cover;
}

.footer{
    width: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
    text-align: center;
}