@charset "utf-8";
body {
	font-family: 'Noto Serif JP', serif;
}
header {
	position: relative;
}
.hero_t {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.hero {
	background-image: url("../images/hero_1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    padding: 6rem 1.5rem;
	height: 600px;
}
.tel_1 {
	background-color: #3e0705;
	padding: 1rem 1rem 0.5rem 1rem;
	color: #fff;
	text-align: right;
	background-image: url("../images/bk3.png");
	background-position: center;
}
.tel_1 span {
	font-size: 1.6rem;
}
.tel_1 p br {
	display: block;
}
.tel_1 p {
	margin-bottom: 0;
}
@media (min-width: 576px) {
  .tel_1 p  br {
	display: none;
}
}
.wrap1 {
	background-image: url("../images/bk2.png"),url("../images/body_bk3.jpg") ;
	background-position: 88% 10%, center ;
	background-repeat: no-repeat, repeat;
	padding: 3rem 0 0;
}
.wrap1_in {
	background-image: url("../images/top3.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80%;
	padding: 2rem;
}

@media (min-width: 991px) {
  .wrap1_in {
	background-image: url("../images/top3.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 80%;
	padding: 2rem;
}
}
.wrap1 h2 {
	margin-bottom: 1rem;
}
.wrap1 h3 {
	color: #3f271a;
	font-size: 1.6rem;
}
.wrap1 p {
	margin-bottom: 2rem;
}
.wrap2 {
	background-image: url("../images/bk4.png"), url("../images/bk5.png"), url("../images/body_bk2.jpg");
	background-position: top right, bottom left, center center ;
	background-repeat: no-repeat,no-repeat, repeat;
	padding: 5rem 0;
	text-align: center;
}
.wrap2 h3 {
	color: #41291c;
	font-size: 1.6rem;
	padding: 1rem 1rem 0;
}
.wrap2 h3:after {
	content: "";
	width: 180px;
	height: 40px;
	background-image: url("../images/unagi_line.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: auto;
}
.wrap2 h3 span {
	font-size: 1.2rem;
}
.wrap2 p {
	font-size: 1.2rem;
}
.wrap2 p span{
	font-size: 0.8rem;
}
.meal-warap p {
	font-size: 1.6rem;
}
.meal-warap p.more {
	font-size: 1rem;
}
.inside:before {
	content: '店　内';
	font-size: 12px;
	display: inline-block;
	width: 80px;
	background-color: #3e0705;
	border-radius: 10px;
	color: #fff;
	margin-right: 0.6rem
}
.take:before {
	content: 'テイクアウト';
	font-size: 12px;
	display: inline-block;
	width: 90px;
	background-color: #ddb060;
	border-radius: 10px;
	margin-right: 0.6rem
}
.meal-warap .take {
	font-size: 1.4rem;
	padding-bottom: 1rem;
}
.meal-warap-in {
	background-color: #fff;
}
@media (min-width: 576px) {
	.wrap1 h2 {
	margin-bottom: 5rem;
}
	
}
hr.line {
	margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid #41291c;
}
.layer1 {
 filter: drop-shadow(0px 5px 12px #fff);
}
.link_wrap {
	background-color: #dccfcf;
    padding: 2rem 0;
    border-top: solid 1px #d4c2c2;
	color: #3e0705;
	background-image: url("../images/bk3.png");
}
.link_wrap h2 {
	text-align: center;
	margin: 1rem auto 3rem;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #3e0705;
    border-color: #343a40;
}
.footer {
	background-color: #3e0705;
	color: #fff;
	padding: 3rem 1.5rem 2rem;
	text-align: center;
	background-image: url("../images/bk3.png");
	background-position: center;
}
.footer h2 {
	color: #fff;
}
.footer h2 span {
	font-size: 1.2rem;
}
.copy {
	font-size: 0.5rem;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.news a {
	color: #3e0705;
}
.news p {
	margin-bottom: 1rem;
}
.news {
	max-width: 760px;
	margin: auto;
	background-color: #fcf2e6;
	padding: 1rem;
}
.news h3 span {
	font-size: 16px;
}


