@charset "UTF-8";
/*----------------------------------------

	restaurant CSS

	- common
	- restaurant

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
.tit_bg {
	position: relative;
	z-index: 0;
}
.headtitle_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.headtitle_img img {
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
}
#header .h_box01 #lang > p {
	filter: invert(1);
}
.headtitle_bg ._en {
	margin-bottom: 10px;
}
@media screen and (min-width:768px) {
	.headtitle_bg ._en {
		margin-bottom: 25px;
	}
}
.c_btn01 small {
	display: block;
	margin-top: 5px;
	line-height: 1;
}

/*----------------------------------------
	restaurant
-----------------------------------------*/
.p-restaurant__nav {
	padding: 20px 5.3% 12px;
	background: #000C30;
	color: #fff;
	font-size: 1.3rem;
}
.p-restaurant__nav-link {
	margin: 0 0 8px;
}
.p-restaurant__nav-link a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-left: 25px;
	color: inherit;
}
.p-restaurant__nav-link a::before,
.p-restaurant__nav-link a::after {
	content: '';
	position: absolute;
	left: 0;
	box-sizing: border-box;
}
.p-restaurant__nav-link a::before {
	top: calc(50% - 8px);
	width: 8px;
	height: 8px;
	margin-left: 1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.p-restaurant__nav-link a::after {
	top: calc(50% + 4px);
	width: 10px;
	height: 1px;
	background: #fff;
}

.p-restaurant__block {
	margin: 0 0 60px;
	padding: 40px 0 0;
}
.p-restaurant__block-item {
	margin: 0 auto 25px;
}
.p-restaurant__block-ttl {
	padding: 12px 0;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.75;
}
.p-restaurant__block-ttl ._en {
	margin-top: 10px;
}
.p-restaurant__block-txt {
	margin-left: 5.3%;
	margin-right: 5.3%;
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 1.8;
}
.p-restaurant__slide {
	margin-bottom: 25px;
}
.p-restaurant__slide-item figure {
	position: relative;
	padding-bottom: 66%;
}
.p-restaurant__slide-item figure img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	object-fit: cover;
	background-position: center center;
}
.p-restaurant__slide .slick-arrow {
	top: calc(50% - 15px);
}
.p-restaurant__block-btn .c_btn01 {
	margin-bottom: 12px;
}
.p-restaurant__reserve {
	margin-bottom: 80px;
}
.p-restaurant__reserve-ttl {
	margin-bottom: 10px;
}
.p-restaurant__reserve .c_btn01 {
	margin-bottom: 30px;
}
.p-restaurant__info .indent {
	--indent: 1em;
	padding-left: var(--indent);
	text-indent: calc(var(--indent) * -1);
}
.p-restaurant__info .indent::before {
	content: '・';
	display: inline-block;
	width: var(--indent);
	text-indent: 0;
	text-align: center;
}
/* pc  768 - # */
@media screen and (min-width:768px) {
	.p-restaurant__nav {
		display: flex;
		justify-content: center;
		position: sticky;
		top: 0;
		z-index: 100;
		height: 60px;
		margin: 70px 0 -45px;
		padding: 20px 0 0;
		background: rgba(255,255,255,0.3);
		color: #000;
		font-size: 1.4rem;
	}
	.p-restaurant__nav-link {
		width: 178px;
		margin-bottom: 0;
	}
	.p-restaurant__nav-link:not(:first-child) a {
		border-left: 1px solid #000;
	}
	.p-restaurant__nav-link a {
		justify-content: center;
		padding: 0 1px;
		text-align: center;
		background-clip: content-box;
		transition: background 0.2s, color 0.2s;
	}
	.p-restaurant__nav-link a::before,
	.p-restaurant__nav-link a::after {
		content: none;
	}
	.p-restaurant__nav-link a:hover {
		background-color: #000;
		color: #fff;
	}
	.p-restaurant__nav-link a span {
		display: block;
		padding: 2px 0;
	}

	.p-restaurant__block {
		margin-bottom: 150px;
		padding-top: 0;
	}
	.p-restaurant__block-item {
		max-width: 1120px;
		margin-bottom: -50px;
		padding-top: 70px;
	}
	.p-restaurant__block-ttl {
		padding: 20px 0;
		font-size: 2.2rem;
	}
	.p-restaurant__block-txt {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
		font-size: 1.4rem;
		text-align: center;
	}
	.p-restaurant__slide {
		margin-bottom: 30px;
	}
	.p-restaurant__slide .slick-arrow {
		top: calc(50% - 22px);
	}
	.p-restaurant__slide-item figure {
		padding-bottom: 57%;
	}
	.p-restaurant__block-btn {
		display: flex;
		justify-content: center;
	}
	.p-restaurant__block-btn .c_btn01 {
		width: 30%;
		max-width: 300px;
		margin: 0 10px 15px;
	}
	.p-restaurant__reserve {
		margin-bottom: 130px;
	}
	.p-restaurant__reserve-ttl {
		margin-bottom: 15px;
	}
	.p-restaurant__reserve .c_btn01 {
		margin-bottom: 40px;
	}
	.p-restaurant__info-box {
		max-width: 1120px;
		margin: 0 auto;
	}
}

/*----------------------------------------
	fixbtn
-----------------------------------------*/
#fixbtn>ul>li>a>span {
	padding-left: 0%;
	padding-bottom: 15px;
}
#fixbtn>ul>li>a>span:before {
	display: inline-block;
	margin: 0 5px -15px 0;
	padding: 20px 0 20px 50px;
	background: url(../../img/cmn/c_fixbtn_i04.png) 0 center no-repeat;
	background-size: 50px auto;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#fixbtn>ul>li>a>span {
		padding-left: 91px;
		padding-bottom: 30px;
	}
	#fixbtn>ul>li>a>span:before {
		display: block;
		height: 34px;
		margin: 0 0 -44px -20px;
		padding: 18px 0 20px 0px;
		background-size: 76px auto;
	}
}

#fixbtn.sangu>ul>li {
	flex: 1;
}
#fixbtn.sangu>ul>li.cart>a>span {
	padding-right: 10px;
}
#fixbtn.sangu>ul>li.cart>a>span:before {
	margin: 0 8px -15px 0;
	padding: 20px 0 20px 21px;
	background: center center no-repeat;
	background-size: 21px auto;
	background-image: url(../../../galleryshop/img/i_fixbtn_i01.png);
}
#fixbtn.sangu>ul>li+li {
	border-left: 1px dashed rgba(255,255,255,0.2);
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#fixbtn.sangu>ul>li>a>span {
		padding: 0 0 4px;
	}
	#fixbtn.sangu>ul>li>a>span:before {
		display: block;
		height: 40px;
		margin: 0;
		margin: 0;
		padding: 0;
		background-size: 50px auto;
		background-position: center center;
	}
	#fixbtn.sangu>ul>li+li {
		border-left: none;
	}
	#fixbtn.sangu>ul>li.cart>a>span {
		padding: 0;
	}
	#fixbtn.sangu>ul>li.cart>a>span:before {
		width: 95%;
		height: 40px;
		margin: 0;
		padding: 0;
		background-size: 30px auto;
	}
}

/*----------------------------------------
	fixbtn - animation
-----------------------------------------*/
#fixbtn>ul>li>a>span:before {
	-webkit-animation: icon_jump 4s ease both infinite;
	animation: icon_jump 4s ease both infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
#fixbtn>ul>li>a:hover span:before {
	-webkit-animation: icon_jump_hover 2.4s ease both infinite;
	animation: icon_jump_hover 2.4s ease both infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}


@-webkit-keyframes icon_jump {
	from {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 40% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 45% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-1px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 57% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes icon_jump {
	from {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 40% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 45% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-1px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 57% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@-webkit-keyframes icon_jump_hover {
	from {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 9% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 12% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 28% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 33% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 38% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 42% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 45% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 65% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 70% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes icon_jump_hover {
	from {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 9% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 12% {
		animation-timing-function: ease-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 28% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 33% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 38% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 42% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 45% {
		animation-timing-function: ease-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 60% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 65% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 70% {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}