<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
	art-sheet--restrant start
---------------------------------*/
.art-sheet--restrant{
	margin-top: 0;
	padding-top: 5em;
	background-color: #28292b;
	color: #FFF;
}

.art-sheet--restrant *{
	font-family: 'Lora', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.art-sheet--restrant div#sheet{
	display: block;
	overflow: visible;
}

.art-sheet--restrant div#content{
	display: block !important;
}

.art-sheet--restrant *{
	box-sizing: border-box;
}
/*---------------------------------
	art-sheet--restrant end
---------------------------------*/

/*---------------------------------
	sub_content--restrant start
---------------------------------*/
div#sheet div.sub_content--restrant{
	background-color: transparent;
}

@media(min-width: 601px){
	div#sheet div.sub_content--restrant{
		margin-bottom: 10em;
	}
}

@media(max-width: 600px){
	div#sheet div.sub_content--restrant{
		margin-bottom: 5em;
	}
}

/*---------------------------------
	sub_content--restrant end
---------------------------------*/

/*---------------------------------
	restrantTitle start
---------------------------------*/
.art-postcontent .restrantTitle{
	margin-bottom: 1em;
	text-align: center;
	color: #FFF;
	font-size: 250%;
	font-weight: bold;
}

/*---------------------------------
	restrantTitle end
---------------------------------*/

/*---------------------------------
	restrantLogo start
---------------------------------*/
.restrantLogo{
	display: flex;
	justify-content: center;
}

.restrantLogo_image{
	display: inline-block;
	max-width: 100%;
	width: 22.5em;
}

/*---------------------------------
	restrantLogo end
---------------------------------*/

/*---------------------------------
	restrantPointLayout start
---------------------------------*/
.restrantPointLayout{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

.restrantPointLayout:before{
	content: "";
	position: absolute;
	z-index: 50;
	border: 2px solid #FFF;
}

.restrantPointLayout_imageLayout{
	position: relative;
	z-index: 60;
}

.restrantPointLayout_contentLayout{
	position: relative;
	z-index: 60;
}

.restrantPointLayout_imageWrapper{
	position: relative;
}

.restrantPointLayout_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(min-width: 1025px){
	.restrantPointLayout{
		align-items: flex-start;
		justify-content: space-between;
		align-items: nowrap;
	}

	.restrantPointLayout:before{
		top: 3em;
		right: 0;
		width: 80%;
		height: 100%;
	}

	.restrantPointLayout_imageLayout{
		width: calc(100% / 2);
		max-width: 400px;
	}

	.restrantPointLayout_contentLayout{
		flex-grow: 1;
		flex-shrink: 1;
	}

	.restrantPointLayout_imageWrapper{
		padding-top: 100%;
	}

	.restrantPointLayout_contentLayout{
		margin-top: 5em;
		padding: 0 3em;
	}
}

@media(max-width: 1024px) and (min-width: 601px){
	.restrantPointLayout{
		flex-direction: column;
	}

	.restrantPointLayout:before{
		bottom: -3em;
		right: 0;
		width: 100%;
		height: calc(100% - 15em);
	}

	.restrantPointLayout_imageLayout{
		align-self: center;
		width: 75%;
		margin-bottom: 3em;
	}

	.restrantPointLayout_contentLayout{
		align-self: flex-end;
		width: 90%;
		padding: 0 3em;
	}

	.restrantPointLayout_imageWrapper{
		padding-top: 100%;
	}

}

@media(max-width: 600px){
	.restrantPointLayout{
		flex-direction: column;
	}

	.restrantPointLayout:before{
		bottom: 0;
		right: 0;
		width: 100%;
		height: calc(100% - 5em);
	}

	.restrantPointLayout_imageLayout{
		width: 100%;
	}

	.restrantPointLayout_contentLayout{
		align-self: flex-end;
		width: 100%;
		padding: 2em 1em 3em;
	}

	.restrantPointLayout_imageWrapper{
		padding-top: 70%;
	}
}

/*---------------------------------
	restrantPointLayout end
---------------------------------*/

/*---------------------------------
	restrantPhotoGallary start
---------------------------------*/
.restrantPhotoGallary{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.restrantPhotoGallary_block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media(min-width: 1025px){
	.restrantPhotoGallary_block--01{
		width: calc(30% - 1%);
	}

	.restrantPhotoGallary_block--02{
		width: calc(20% - 1%);
	}

	.restrantPhotoGallary_block--03{
		width: calc(30% - 1%);
	}

	.restrantPhotoGallary_block--04{
		width: calc(20% - 1%);
	}
}

@media(min-width: 601px) and (max-width: 1024px){
	.restrantPhotoGallary_block--01{
		width: calc(60% - 1%);
	}

	.restrantPhotoGallary_block--02{
		width: calc(40% - 1%);
	}

	.restrantPhotoGallary_block--03{
		width: calc(60% - 1%);
	}

	.restrantPhotoGallary_block--04{
		width: calc(40% - 1%);
	}
}

@media(max-width: 600px){
	.restrantPhotoGallary_block{
		width: 100%;
	}
}

.restrantPhotoGallary_photoWrapper{
	position: relative;
	width: 100%;
	padding-top: 100%;
	margin-bottom: 1em;
}

.restrantPhotoGallary_photoWrapper img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.restrantPhotoGallary_item--01 .restrantPhotoGallary_photoWrapper{
	padding-top: calc(100% / 4 * 3);
}

.restrantPhotoGallary_item--02 .restrantPhotoGallary_photoWrapper{
	padding-top: calc(100% / 3 * 4);
}

.restrantPhotoGallary_item--03 .restrantPhotoGallary_photoWrapper{
	padding-top: calc(100% / 4 * 3);
}

.restrantPhotoGallary_item--04 .restrantPhotoGallary_photoWrapper{
	padding-top: 95%;
}

.restrantPhotoGallary_item--05 .restrantPhotoGallary_photoWrapper{
	padding-top: 70%;
}

.restrantPhotoGallary_item--06 .restrantPhotoGallary_photoWrapper{
	padding-top: 80%;
}

.restrantPhotoGallary_item--07 .restrantPhotoGallary_photoWrapper{
	padding-top: 120%;
}

.restrantPhotoGallary_item--08 .restrantPhotoGallary_photoWrapper{
	padding-top: 105%;
}


/*---------------------------------
	restrantPhotoGallary end
---------------------------------*/

/*---------------------------------
	restrantSubtitle start
---------------------------------*/
.art-postcontent .restrantSubtitle{
	margin-bottom: 1em;
	text-align: center;
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
}

/*---------------------------------
	restrantSubtitle end
---------------------------------*/

/*---------------------------------
	restrantAbout start
---------------------------------*/
.restrantAbout{
	max-width: 800px;
	margin: 0 auto;
}

.art-postcontent .restrantAbout_title{
	margin-bottom: 1em;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
}

.restrantAbout_table{
	width: 100%;
}

.restrantAbout_table tr{
	border-bottom: 2px solid #FFF;
}

.restrantAbout_table tr:first-of-type{
	border-top: 2px solid #FFF;
}

.restrantAbout_table th,
.restrantAbout_table td{
	padding: 0.75em 1em;
	text-align: left;
	border: none;
}

@media(min-width: 601px){
	.restrantAbout_table th{
		width: 35%;
	}
}

@media(max-width: 600px){
	.restrantAbout_table tr{
		display: block;
		padding: 1em 0;
	}

	.restrantAbout_table th,
	.restrantAbout_table td{
		display: block;
		width: 100%;
		padding: 0 0.5em;
		margin-bottom: 0.5em;
	}

}
/*---------------------------------
	restrantAbout end
---------------------------------*/

/*---------------------------------
	restrantGmap start
---------------------------------*/
.restrantGmap{
	position: relative;
	width: 100%;
	padding-top: 500px;
}

.restrantGmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width: 600px){
	.restrantGmap{
		padding-top: calc(100% / 4 * 3);
	}
}

/*---------------------------------
	restrantGmap end
---------------------------------*/

/*---------------------------------
	restrantRecruitBannar start
---------------------------------*/
.restrantRecruitBannar{
	display: flex;
	justify-content: center;
}

.restrantRecruitBannar_item{
	max-width: 100%;
	width: 20em;
}

.restrantRecruitBannar_link{
	transition: opacity 0.25s;
}

.restrantRecruitBannar_link:hover{
	opacity: 0.7;
}

.restrantRecruitBannar_image{
	width: 100%;
}

/*---------------------------------
	restrantRecruitBannar end
---------------------------------*/

/*---------------------------------
	restrantText start
---------------------------------*/

.restrantText{
	display: flex;
	justify-content: center;
}

.restrantText p{
	margin: 0;
	font-size: 225%;
}

@media(max-width: 750px){
	.restrantText p{
		margin: 0;
		font-size: 5vw;
	}
}

/*---------------------------------
	restrantText end
---------------------------------*/
</pre></body></html>