@charset "UTF-8";


.title{
	margin: 0 45px 0 80px;
}

nav.page{
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	margin: 35px 0 0 100px;
}
nav.page > a{
	height: 30px;
}
nav.page > a:after{
	content: "";
	display: block;
	background-color: #000;
	height: 2px;
	margin-top: 5px;
	opacity: 0;
	transition: 0.5s linear;
}
nav.page > a:hover:after{
	height: 2px;
	opacity: 1;
}
nav.page > a img{
	margin: 0 5px 0 3px;
}
nav.page .sns{
	margin: 5px 5px 0 115px;
}
nav.page .sns > a{
	margin: 0 2px;
}

.slider{
	margin-top: 90px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid #fff;
	width: 6px;
	height: 6px;
	margin: 0 6px;
	opacity: 0.5;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #fff;
	opacity: 1;
}

.instagram{
	text-align: center;
	margin-bottom: 100px;
}
.instagram .list{
	position: relative;
	height: 322px;
	margin-bottom: 50px;
}
.instagram .list a{
	display: block;
	position: absolute;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 0.2s linear;
}
.instagram .list a:hover{
	opacity: 0.7;
}
.instagram .list a:nth-of-type(1) { width:212px; height:212px; left:0; top:0; }
.instagram .list a:nth-of-type(2) { width:102px; height:102px; left:220px; top:0px; }
.instagram .list a:nth-of-type(3) { width:102px; height:102px; left:220px; top:110px; }
.instagram .list a:nth-of-type(4) { width:102px; height:102px; left:0px; top:220px; }
.instagram .list a:nth-of-type(5) { width:102px; height:102px; left:110px; top:220px; }
.instagram .list a:nth-of-type(6) { width:102px; height:102px; left:220px; top:220px; }
.instagram .list a:nth-of-type(7) { width:322px; height:322px; left:330px; top:0; }
.instagram .list a:nth-of-type(8) { width:102px; height:102px; left:660px; top:0; }
.instagram .list a:nth-of-type(9) { width:102px; height:102px; left:770px; top:0; }
.instagram .list a:nth-of-type(10){ width:212px; height:212px; left:660px; top:110px; }

.row{
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.row p{
	margin: 160px 35px 0 0;
	z-index: 3;
}
.row h3{
	text-align: center;
	margin-top: 137px;
	z-index: 2;
}
.row h3 img:nth-of-type(2){
	margin: 30px 0 50px;
}
.row figure{
	z-index: 1;
}

#sushi.row p{
	margin-left: 77px;
}
#sushi.row figure{
	margin: 0 0 0 -15px;
}
#sakana.row figure{
	margin: 0px -60px 0 75px;
}
#sakana.row h3{
	margin: 120px 45px 0 0;
}
#sake.row p{
	margin-left: 77px;
}
#sake.row h3{
	margin: 145px -40px 0;
}
#sake.row figure{
	margin: 0 0 0 130px;
}

#information{
	margin: 180px 0 0;
}
#information .image6_3 img{
	width: 100%;
	margin-bottom: 25px;
}
#information .row .left{
	margin: 15px 100px 0 0;
}
#information .row .left img:nth-of-type(1){
	margin-bottom: 40px;
}
#information .row .center{
	margin: 70px -110px 0 0;
	z-index: 2;
}
#information .row .right{
	z-index: 1;
}

.access{
	text-align: center;
	margin: 50px 0;
}
.map iframe{
	height: 320px;
	width: 100%;
	margin: 20px 0 0;
	background-color: #eee;
	filter: grayscale(100%);
}
