@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------- */

/*	Common Contents
/* -------------------------------------------------------------------------- */

section {
	padding-top: 9rem;
}

/* Section Title ------------------------- */

.section-title {
	text-align: center;
	/*margin-top: 7rem;*/
	margin-bottom: 4rem;
}
.section-title h2 {
	font-size: 1.2rem;
	font-weight: 400;
}
.section-title-sub {
	font-size: 1.7rem;
	line-height: 1.3;
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */

/*	Main Visual
/* -------------------------------------------------------------------------- */

.main-visual {
	margin-left: auto;
	margin-right: auto;
	max-width: 100rem;
	width: 100%;
	position: relative;
}
.main-visual-text {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
#js-slider{
	width: 100%;
	height: 450px;
}
@media screen and ( min-width: 897px ) {
	.main-visual-text {
		width: 50.2707%;
		height: 39.048693655%;
	}
}
@media screen and ( max-width: 896px ) {
	.main-visual {
		margin-top: 86px;
	}
	.main-visual-text {
		width: 80%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
/* -------------------------------------------------------------------------- */

/*	CONCEPT
/* -------------------------------------------------------------------------- */

.concept-content {
	position: relative;
}
.concept-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 75.7%;
	height: 18.3rem;
	background: #efefef;
	z-index: -1;
}
.concept-content h3 {
	margin: 1.5rem 0 2rem;
}
.concept-text {
	margin-right: 2rem;
}
.concept-text p {
	font-size: 1.6rem;
	line-height: 2.25;
}
@media screen and ( min-width: 897px ) {
	.concept-content {
		display: flex;
		justify-content: space-between;
		padding: 2rem 3.3rem 3rem 5rem;
	}
	.concept-text {
		width: 40rem;
	}
	.concept-text p {
		
	}
	.concept-img {
		width: 49rem;
	}
}
@media screen and ( max-width: 896px ) {
	.concept-content {
		padding: 2rem 0 3rem;
	}
	.concept-text {
		margin-bottom: 2rem;
		padding-right: 3rem;
	}
	.concept-text p {
	}
}

/* -------------------------------------------------------------------------- */

/*	PLATE MENU
/* -------------------------------------------------------------------------- */

.lunch-time {
	font-size: 1.8rem;
	padding-top: 2.0rem;
	text-align: center;
}
.dinner-time {
	font-size: 1.8rem;
	text-align: center;
}
.plate_menu-message {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 64.5rem;
	width: 100%;
	padding: 0.2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.plate_menu {
	margin-bottom: 7rem;
}
.plate_menu ul li {
	margin: 3px;
}
.plate_menu-text {
	text-align: center;
	padding-top: 0.8rem;
}
.plate_menu-text .menu {
	font-size: 1.6rem;
	margin-bottom: 0;
}
.plate_menu-text .price {
	font-size: 1.2rem;
}
.slick-dots li button:before {
	font-size: 13px;
}
.slick-dots li {
	width: 15px !important;
	height: 15px !important;
}
@media all and (-ms-high-contrast: none){
	.lunch-message {
		padding-top: 1.5rem;
	}
}

/* -------------------------------------------------------------------------- */

/*	SINGLE ITEM
/* -------------------------------------------------------------------------- */

.section-title-single {
	text-align: center;
	margin-top: 7rem;
	margin-bottom: 4rem;
}
.section-title.title-single .section-title-sub {
	background: #231815;
	color: #fff;
}

.single-message {
	background: #231815;
	color: #fff;
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 53.3rem;
	width: 100%;
	padding: 0.4rem;
	margin-bottom: 2rem;
	text-align: center;
}
.single-menu {
	margin-bottom: 7rem;
}
.single-menu ul li {
	margin: 3px;
}
.single-menu-text {
	text-align: center;
	padding-top: 0.8rem;
}
.single-menu-text .menu {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.single-menu-text .price {
	font-size: 1.4rem;
}

@media all and (-ms-high-contrast: none){
	.section-title.title-dinner .section-title-sub {
		margin-bottom: 0.5rem;
	}
	.single-message {
		padding-top: 1.5rem;
	}
}

/* -------------------------------------------------------------------------- */

/*	QUICHE
/* -------------------------------------------------------------------------- */

.quiche-banner {
	margin-bottom: 4rem;
}
/* -------------------------------------------------------------------------- */

/*	TAKE OUT
/* -------------------------------------------------------------------------- */

.takeout-menu {
	margin-bottom: 4.5rem;
}
.takeout-menu-text {
	text-align: center;
	padding-top: 0.8rem;
}
.takeout-menu-text .menu {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.takeout-menu-text .menu span {
	padding: 0 0.3rem;
}
.takeout-menu-text .price {
	font-size: 1.4rem;
}
.reservation {
	background: #e60012;
	border-radius: 50px;
	color: #fff;
	font-size: 1.2rem;
	margin-top: 0.5rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 10rem;
}
@media all and (-ms-high-contrast: none){
	.reservation {
		padding-top: 1rem;
	}
}

/* -------------------------------------------------------------------------- */

/*	ACCESS
/* -------------------------------------------------------------------------- */

.access-tel {
	font-family: "Times New Roman", Times, "serif";
	font-size: 2.8rem;
	margin-bottom: 1rem;
	margin-left: 0.3em;
}
.access-about {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.6;
}
.access-about span {
	display: inline-block;
	padding-left: 6em;
}
.access-gmap {
	margin-right: auto;
	margin-left: auto;
	max-width: 99rem;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and ( min-width: 897px ) {
	.access-content {
		display: flex;
		justify-content: space-between;
		margin-bottom: 3.6rem;
	}
	.access-text {
		width: 31.4rem;
	}
}
@media screen and ( max-width: 896px ) {
	.access-content {
		margin-bottom: 2rem;
	}
	.access-sitelogo {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2rem;
		width: 60%;
	}
	.access-sitelogo img {
		margin-right: auto;
		margin-left: auto;
	}
	.access-tel {
		
	}
	.access-content figure img {
		width: 100%;
	}
	.access-about {
		margin-bottom: 2rem;
	}
	.access-text {
		text-align: center;
	}
	.access-about {
		text-align: left;
		display: inline-block;
	}
}
