@charset "utf-8";


#slider {
    width: 100%;
    height: 100vh;
	margin-bottom: 40px;
}

@media screen and (min-width: 992px),
print {
    #slider {
	margin-bottom:80px;
}
}



a{
	color: #fff;
}

a:hover,
a:active{
	text-decoration: none;
}

.suraido-txt{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

スライド、ドット表示
* {
    padding: 0; 
  margin: 0;
}

button {
  background-color: transparent;
  border-style: none;
  color: inherit;
}






/*
+++++++++++++++++++++++++++++++

top-con03

+++++++++++++++++++++++++++++++
*/

.top-con03{
 margin-bottom: 40px;
}

@media screen and (min-width:768px)
{
.top-con03{
    display: flex;
    margin:0 auto 80px;
    max-width: 1600px;
    justify-content: space-between;
}
    }

.top-con03-left{
    width:95%;
}

@media screen and (min-width:768px),
print {
    .top-con03-left{
    max-width:35%;
}
}

.top-con03-left img{
    border-bottom-right-radius:50px; 
}

.top-con03-right{
    margin-right:5%;
    padding:0 10px;
}

@media screen and (min-width: 768px)
{
    .top-con03-right{
    margin-right:0;
        width:55%;

}
}

@media screen and (min-width: 992px),
print {
    .top-con03-right{
        padding-top:60px;
}
}



@media screen and (min-width: 992px),
print {
.top-con03-time{
    display: flex;
}
    }

@media screen and (min-width: 992px),
print {
.top-con03-time-left{
    margin-right: 10px;
}
    }


.top-map iframe{
    width:100%;
    height: 450px;
}

@media screen and (min-width: 992px),
print {
   .top-map iframe{
    height: 600px;
} 
}


.shop-slider02 img {
    width:100%;
    height:auto;
}



.shop-slider02 .slick-slide {
    margin:0 10px;
}

@media screen and (min-width: 992px),
print {
    .shop-slider02 {
        margin-top:-40px;
}
}

/*
++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

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

+++++++++++++++++++++++++++++++++++++++++
*/
