a{color: #fff;}
/*  スライダー　SLICK   */
.slider{
    position: relative;
    z-index: 0;
}

.sliderimg-text{
    position: absolute;
    width: 100%;
    top:20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.sliderimg-text_area{
    max-width: 380px;
    margin: 0 auto;
}
.sliderimg-text_kaikoku{
    width: 100%;
    padding: 20px 0;
    background-color: #d9ab4c70;
}
.sliderimg-text_kaikoku img{
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.slick-slide img {
    height: 60vw;
    max-height: 350px;
    min-height: 204px;
    object-fit: cover;
}

/*  /スライダー　SLICK */
.head-single img {
    height: 60vw;
    max-height: 350px;
    min-height: 204px;
    object-fit: cover;
}
.head-single{margin-bottom: -10px;}
.contet{
    margin: 0 auto;
}

h2.title{
    text-align: center;
    font-size: 1.5em;
    margin: 0 auto 50px;
    padding: 20px 10px;
    background-color: #bf8e24;
    color:#fff;
    line-height: 1.5em;
}
img{width: 100%}


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

} 


@media screen and (max-width:480px) {
    .sliderimg-text_area {
        max-width: 220px;
    }
    .sliderimg-text_kaikoku img {
        max-width: 85%;
    }
    .sliderimg-text {
        top: 24%;
    }
    .contet,.restaurant{
        padding: 0 10px;
    }
    h2{font-size: 1.3em;margin-bottom: 20px;}
}