@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-con1

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

.top-con01{
    padding:0 15px;
    margin-bottom: 40px;
}

@media screen and (min-width: 992px),
print {
    .top-con01{
    padding:0;
    margin:0 auto 100px;
        max-width: 1500px;
        
}
}

.top-con01 ul{
    display:grid;
    grid-column-gap:20px;
    grid-template-columns: 1fr 1fr;
    
}

@media screen and (min-width: 992px),
print {
    .top-con01 ul{
    padding:0 50px;
        grid-column-gap:50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

.top-con01 li{
    color:#000;
    margin-bottom: 20px;
    
}

@media screen and (min-width: 992px),
print {
   .top-con01 li{
    margin-bottom:50px;
    
}
}

.top-con01 li a{
    color:#000;
    margin-bottom: 20px;
    
}

.top-con01 li a:visited{
    color:#000;
    margin-bottom: 20px;
    
}

.top-con01-cate{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:8px;
}

.top-con01-cate-txt{
    margin-bottom:2px;
    margin-right:2px;
    border:1px solid #EAE8E8;
    padding:4px;
    text-align: center;
    font-size:11px;
    width:auto;
    color:#828282;
    
}

@media screen and (min-width: 992px),
print {
    .top-con01-cate-txt{
        margin-bottom:3px;
    margin-right: 3px;
        padding:4px;
    border:1px solid #EAE8E8;
    text-align: center;
    font-size:12px;
    
}
}

.top-con01-cate-txt a:visited {
    color:#000;
}

.top-con01-photo img{
    margin-bottom: 5px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
}

.top-con01-txt01{
    font-size:12px;
    margin-bottom:8px;
}

.top-con01-txt02{
    font-size:10px;
    margin-bottom:5px;

}

.top-con01-btn{
    text-align: right;
    width:100%;
}

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



.top-con01-btn img{
    width:100px;
    
}

@media screen and (min-width: 992px),
print {
    .top-con01-btn img{
    width:180px;
    
}
}


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

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)
{
}

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