
/* ========== BASIC ==========*/

html {
	width:100%;
	font-size:62.5%;
}

body {
	position:relative;
	width:100%;
	background:#fff;
	color:#111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height:1;
}

a{
	color:#d90022;
	text-decoration:none;
}

img{
	max-width:100%;
	vertical-align:top;
}
img.fit {
	max-width:none;
	width:100%;
	height:100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.cont_wrap{
	position:relative;
}
.inner{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:auto;
	clear:both;
	overflow:hidden;
}

.mid{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.red{
	color: #d90022;
}

@media screen and (min-width: 769px) {
	body{
		font-size:1.33vw;
	}

	.cont_wrap{
		padding:6em 1em;
	}

	.sp{
		display:none !important;
	}
}
@media screen and (min-width: 1200px) {
	body{
		font-size:1.6em;
	}
}
@media screen and (max-width: 768px) {
	body{
		font-size:1.4em;
	}
	.cont_wrap{
		padding:50px 20px;
	}

	.pc{
		display:none !important;
	}
}



/* ========== HEADER / FOOTER ==========*/

.header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	position:relative;
}
.tagline{
	font-size:.875em;
}

.reservation .phone{
	display: inline-block;
	/*color:#111;*/
	font-weight:700;
	letter-spacing: -.02em;
}
.call{
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	font-size: 1.5em;
}
.reservation .txt{
	margin-right:.5em;
	font-weight:700;
}
.reservation .txt .note{
	display:block;
	font-size:.722em;
	font-weight: 400;
}
.reservation .time{
	font-size:.82em;
	line-height:1.4;
	display: flex;
	align-items: center;
}
.reservation .time .open{
	background-color: #d90022;
	padding: 0.75em 1.1em;
	font-size: .875em;
	color: #fff;
	margin-right: 1em;
}
.reservation .time span{
	display: inline-block;
}	
.reservation .time p{
	font-weight: bold;
}
.reservation .time div:nth-of-type(2){
	margin-right: 1em;
}
.reservation dl{
	display: flex;
	font-size: 1.125em;
	align-items: baseline;
	line-height: 1.2;
}
.reservation dl dt{
	color: #111;
}
.reservation dl dd .note{
	font-size: .82em;
}
.reservation .time div:nth-of-type(3) a{
	font-size: 3em;
}

/* header */
.header{
	position:fixed;
	top:0;
	left:0;
	z-index:11;
	width:100%;
	background:rgba(255,255,255,0.8);
}
.header .call{
	color:#111;
}
.header .reservation .txt .note{
	color:#666;
}
.header .reservation .time{
	color:#666;
}	

/* footer */
.pagetop{
	text-align:center;
}
.pagetop a{
	display:block;
	padding:1em;
	font-size:1.125em;
}

.footer{
	background:#2c2c2c;
	color:#fff;
}
.footer p.txt{
	margin-bottom: .5em;
}
.footer .call{
	color:#fff;
}
.footer .reservation dl:nth-of-type(1){
	margin-bottom: .8em;
}
.footer .reservation dl dt{
	color: #fff;
}
.footer .reservation dl dt span{
	font-size: .4em;
}
.footer .reservation dl dd{
	display: flex;
	margin-top: 0.3em;
	align-items: center;
}
.footer .reservation dl dd div{
	margin-right: 1em;
	font-size: .5em;
	line-height: 1.5;
}
.footer .reservation dl dd .note{
	font-size: .6em;
	margin-left: 0.5em;
}
.copy{
	float:right;
	margin-top:2em;
	font-size:.875em;
}

@media screen and (min-width: 769px) {
	.header{
		padding:0 1em;
	}
	.logo{
		padding: 1.5em 1em 2.5em 6.25em;
		line-height: 1;
	}
	.logo img{
		position:absolute;
		top:0;
		left:0;
	}
	.site_ttl{
		margin-bottom:.2em;
		font-size:2em;
	}
	.site_ttl h1{
		font-size: 1em;
	}
	.logo img{
		width:3.125em;
	}

	.reservation{
		/*width:40em;*/
	}
	.reservation .txt{
		font-size:1.1em;
		line-height:1.4;
	}
	.reservation .phone{
		font-size:2em;
	}
	.call{
		cursor:default;
		pointer-events:none;
	}
	/* header */
	.header .inner{
		height:6.25em;
		max-height:100px;
	}

	/* footer */
	.footer .inner{
		padding:3em 1em;
	}
	.footer .logo{
		padding-top:0;
	}
	.footer .logo img{
		top:-.75em;
	}	
}
@media screen and (max-width: 768px) {
	.site_ttl{
/*		margin-bottom:.2em;*/
		font-size:1.5em;
	}
	.reservation{
	}
	.reservation .txt{
		margin-right:.5em;
		font-size:1.2rem;
		line-height:1.4;
	}
	.reservation .time div:nth-of-type(3) a{
		font-size: 2em;
	}

	/* header */
	.header .inner{
		height:57px;
	}

	.header .logo{
	}
	.header .site_ttl{
		width:57px;
	}
	.header .logo img{
		width:57px;
	}

	.header .reservation{
		padding:10px;
	}
	.header .call{
		font-size:2rem;
		line-height:24px;
	}
	.reservation dl{
		align-items: center;
	}
	.reservation dl dt{
		width: 10em;
	}
	.reservation dl dt span.sp{
		font-size: .8em;
		margin-right: .5em;
		background-color: #d90022;
		color: #fff;
		padding: 0.2em 0.2em;
		vertical-align: bottom;
	}
	/* footer */
	.footer .inner{ 
		padding:40px 20px 30px;
	}

	.footer .logo{
		margin-bottom:2em;
		/*padding-left:60px;*/
	}
	.footer .logo .site_ttl{
		display: flex;
		align-items: center;
	}
	.footer .logo .site_ttl h1{
		font-size: 1em;
	}
	.footer .logo .site_ttl h1 span.sp{
		font-size: 1.1rem;
		font-weight: normal;
	}
	.footer .logo img{
		width:80px;
		top:-20px;
		left:-20px;
	}
	.footer .tagline{
		font-size:1.1rem;
		line-height:1.2;
	}

	.footer .reservation{
		/*float:right;
		width:270px;*/
	}
	.footer .reservation dl{
		display: block;
	}
	.footer .reservation dl dt{
		line-height: 1.4;
		margin-bottom: .4em;
	}
	.footer .reservation dl dt span.sp{
		font-size: .75em;
		margin-right: 0.5em;
		background-color: #d90022;
		color: #fff;
		padding: 0.2em 0.4em;
		vertical-align: baseline;		
	}
	.footer .reservation dl dd{
		width: 100%;
	}
	.footer .call{
		font-size:2.4rem;
		line-height:1.2;
	}
	.footer .reservation .txt{
		/*float:left;*/
		font-size: 1.2em;
	}
	.footer .time{
		/*float:left;*/
	}
	.footer .time .night{
		/*display:block;
		margin-left:5em;*/
	}
	.footer .reservation dl dd div{
		margin-right: 0;
	}
	.footer .note{
		font-size:1.2rem;
	}
	.footer .time{
		margin-top: 1em;
		font-size: 1em;
	}
}



/* ========== MAIN ==========*/

/* background */
.bg{
	background:url(../images/bg_01.png) repeat;
}

/* title */
.sec_ttl{
	position:relative;
	margin-bottom:2em;
	font-weight:400;
	text-align:center;
}
.sec_ttl::after{
	content:"";
	position:relative;
	top:.5em;
	display:block;
	width:3em;
	height:.1em;
	margin:auto;
	background:#cc0033;
}


/* message */
.kakko{
	position:relative;
	text-align:center;
}
.kakko::before,
.kakko::after{
	content:"";
	position:absolute;
	display:block;
	width:2.5em;
	height:2.5em;
}
.kakko::before{
	top:0;
	right:0;
	border-top:1px solid #111;
	border-right:1px solid #111;
}
.kakko::after{
	left:0;
	bottom:0;
	border-left:1px solid #111;
	border-bottom:1px solid #111;
}
.msg{
	display:inline-block;
	text-align:left;
}

.kakko{
	opacity:0;
	transition: ease-out 1.0s 0.2s;
}
.kakko.fadein{
	opacity:1;
}


@media screen and (min-width: 769px) {
	/* title */
	.sec_ttl{
		font-size:2.25em;
	}

	/* flex_box */
	.flex_box{
		display: flex;
	}
	.flex_box.re{
		flex-direction: row-reverse;
	}
	.flex_box .img,
	.flex_box .txt{
		position:relative;
		width:50%;
	}
	.flex_box .txt{
		padding:3em;
	}

	p{
		font-size:1.125em;
		line-height:2;
	}

	/* message */
	.kakko{
		top:50%;
		padding:3em 0;
		transform:translateY(-50%);
	}
	.msg{
		font-size:2.1em;
		font-weight: 300;
		line-height:1.8;
	}
}
@media screen and (max-width: 768px) {
	/* title */
	.sec_ttl{
		font-size:1.8em;
	}

	/* flex_box */
	.flex_box .img,
	.flex_box .txt{
		margin-bottom:30px;
	}
	.flex_box .txt p{
		line-height:1.8;
	}

	/* message */
	.kakko{
		padding:2em 0;
	}
	.msg{
		font-size:2.0rem;
	}
}



/* ========== KV ==========*/

.cont_wrap.kv{
	padding:0;	
}

@media screen and (min-width: 769px) {
	.cont_wrap.kv{
		height:100vh;
	}
}
@media screen and (max-width: 768px) {
	.cont_wrap.kv{
		height:50vh;
	}
}



/* ========== CONCEPT ==========*/


@media screen and (min-width: 769px) {
}
@media screen and (max-width: 768px) {
}



/* ========== MENU ==========*/

.menu h3{
	margin-bottom:1em;
}

.tbl_menu{
	width:100%;
}
.tbl_menu th,
.tbl_menu td{
	padding:.65em 0;
	line-height:1.4;
	vertical-align:top;
}
.tbl_menu .brd th,
.tbl_menu .brd td{
	border-bottom:1px solid #d1c0a5;
}

.tbl_menu th{
	text-align:left;
}
.tbl_menu th .call{
	font-size: 1.8em;
}

.tbl_menu td.note{
	font-size:1.0rem;
}

.tbl_menu .yen{
	font-size:.9em;
}
.tbl_menu .yen span{
	font-size:.83em;
}
.tbl_menu .note{
	color:#666;
	font-size:.6em;
	line-height:1.4;
	font-weight:400;
}
.tbl_menu td dl{
	display: flex;
}
.tbl_menu td dl dt{
	width: 8em;
}
.tbl_menu td dl dd{
	width: calc(100% - 8em);
}
@media screen and (min-width: 769px) {
	.cont_wrap.menu{
		padding-bottom:0;
	}

	.menu_main_img{
		margin-bottom:5em;
	}

	.menu h3{
		font-size:1.785em;
	}

	.tbl_menu th,
	.tbl_menu td{
		font-size:1.25em;
	}
}
@media screen and (max-width: 768px) {
	.menu_main_img{
		margin-bottom:2em;
	}

	.menu h3{
		font-size:1.5em;
	}
	.tbl_menu th,
	.tbl_menu td{
		font-size:1.1em;
	}
}



/* ========== MESSAGE ==========*/

.message p{
	font-weight:700;
	line-height:1.8;
}
.message p:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 769px) {
	.message p{
		margin-bottom:3em;
		font-size:1.25em;
		text-align:center;
	}
}
@media screen and (max-width: 768px) {
	.message p{
		margin-bottom:2em;
	}
}



/* ========== ACCESS ==========*/

.map{
	width:100%;
	height:31em;
	overflow:hidden;
}
.gmap{
	position:relative;
	top:-50%;
	width:100%;
	height:200%;
	transform:translateY(-10%);
}

.access h3{
	font-size:1.25em;
	line-height:1.2;
}
.access p{
	margin-bottom:2em;
	font-size:1em;
	line-height:1.6;
}
.access p:last-of-type{
	margin-bottom:0;
}

@media screen and (min-width: 769px) {
	.map{
		margin-bottom:5em;
	}

	.access .txt{
		padding-left:6em;
	}
}
@media screen and (max-width: 768px) {
	.map{
		margin-bottom:30px;
	}
}



/* ========== SLIDER ==========*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	height:100%;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	height:100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}



/* LUNCH */
.lunch{
	margin-bottom: 6em;
	text-align: center;
}
.lunch h3{
}
.lunch p{
	margin-bottom: 1em;
}
.lunch p.note{
	margin-bottom: 2em;
	color: #666;
	font-size: .9em;
}

@media screen and (max-width: 768px) {
	.lunch{
		margin-bottom: 4em;
	}
	.lunch p{
		line-height: 1.5;
	}
	.lunch p.note{
		font-size: .8em;
	}
}

/* コロナメッセージ */
.spcial_msg{
	max-width: 860px;
	margin: 2em auto -6em;
	padding: 2em;
	background: #fff8e4;
	border: 1px solid #ffc107;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .spcial_msg{
		margin: 1.6em 1.6em 0;
		padding: .8em 1em;
  }
}


