@charset "utf-8";
img {
	max-width: 100%;
	height: auto;
}
* {
	box-sizing: border-box;
}
.red {
	color: #db3c18;
}
body {
/*	font-family: "游明朝","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	line-height:  1.6;
	font-size: 1em;
	font-family: 'Noto Serif JP', serif;
}

.inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 80px 20px;
}
.bk {
	background: #000;
	color: #fff;	
}
.headerg {
	position: relative;
	background: #000;
	color: #fff;	
}
header {
	position: fixed;
	top: 0;
	z-index: 10;
	padding: 10px 20px;
	background: rgba(0,0,0,0.85);
	color: #fff;
}
.tel {
	white-space: nowrap;
}
h1 {
	width: 60%;
}
header nav {
	width: 100%;
	text-align: right;
}
nav ul {
	display: flex;
	justify-content: flex-end;
	font-weight: bold;
}
nav ul a {
	display: block;
	padding: 10px 10px 5px;
}
.slider01 {
	padding-top: calc(30% + 2em);
}
.takeout {
	position: absolute;
	top: calc(40% + 2em);
	right: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	text-shadow:0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
}
h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#concept {
	text-align: justify;
}
#news dt {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#news dd {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: #000 dotted 1px;
}
#menu dl {
	position: relative;
	left: 60px;
	top: -50px;/*画像にどれくらい重ねるか*/
	width: calc(100% - 60px);
	padding: 20px;
	/*margin-bottom: 30px;各メニュー間あけたいとき*/
	background: rgba(2555,255,255,0.8);
	color: #000;
}
#menu dl.other {
	position: static;
	width: 100%;
}
#menu dl.other dd:not(:last-child) {
	margin-bottom: 20px;
}
#menu dt {
	font-weight: bold;
	margin-bottom:  10px;
	font-size: 1.2em;
}
#news dt span {
	display: block;
	margin-right: 20px;
}
.price {
	text-align: right;
	margin-top: 20px;
}
#menu p:not(:last-child) {
	width: calc(100% - 30px);
}
#menu p:last-child {
	margin-top: 50px;
}
#info .map {
	position : relative;
	height : 0;
	padding-bottom : 60%; /* 縦横比の指定 */
	overflow : hidden;
	margin-bottom: 50px;
	border:  solid 1px #ccc;
}
.map iframe {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}
#info dt {
	font-weight: bold;
	border-bottom: dotted 1px #000;
}
#info dd {
	margin-bottom: 30px;
}
footer {
	padding: 30px 0;
	text-align: center;
}
@media (min-width: 768px) {
	.inner {
		padding: 80px 50px;
	}
	h1 {
		width: 30%;
	}
	.headerinner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	nav li {
		font-size: 1.2em;
	}
	.slider01 {
		padding-top: 0;
	}
	.takeout {
	top: calc(15% + 1.5em);
	right: 10px;
	padding-left: 10px;
	font-size: 2em;
	}
	#concept .inner {
		text-align: center;
	}
	#concept .inner, #news.inner, #info.inner {
		padding: 80px 15%;
	}
	#concept {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#news dt span {
		display: inline;
		margin-right: 20px;
	}
	#menu div div div {
		width: 65%;
	}
	#menu div div div:nth-child(even) {
		margin-left: auto;
	}
	#menu p:last-child {
		font-size: 1.2em;;
	}
/*	#menu dl {
		width: 80%;
	}
*/
}
@media (min-width: 1200px) {
	header {
		width: 100%;
	}
	.headerinner {
		max-width: 1300px;
		margin: 0 auto;
	}
	#concept.inner, #news.inner, #info.inner {
		padding: 70px 10%;
	}
	#menu div > div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#menu div div div {
		width: 45%;
		margin-bottom: 60px;
	}
	#menu dl {
		padding: 30px;
	}
	#info > div {
		display: flex;
		justify-content: space-between;
	}
	#info > div dl {
		order: 1;
	}
	#info .map {
		width: 45%;
	}
	#info dl {
		width: 45%;
	}
}
.slider01 {
	max-width: 1300px;
	margin: 0 auto;
}
.slider01 img {
	width: 100%;
}
.slick-dots {
	bottom: 10px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide:not(.slick-current) {
	opacity: .5;
}
.slick-slide {
	transition: .3s ease;
	transform: scale(.95);
	transform-origin: 100% 50%;
}
.slick-current {
	transform: scale(1);
	transform-origin: 50% 50%;
}
.slick-current + .slick-slide {
	transform-origin: 0 50%;
}