@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, div{
  margin:0;
  padding:0;
  font-family: 'Montserrat', 'meiryo';
  letter-spacing: 2px;
}
img, iframe{
	vertical-align: bottom;
}
a{
	text-decoration: none;
	color: inherit;
}
li{
	list-style:none;
}
/*header .head-area .logo1{
 	z-index:999;
 	position: absolute;
 	top:20px;
 	left:20px;
	animation: fadeIn 1.2s ease 0s 1 normal;
}
@keyframes fadeIn{
	0%{
	opacity:0;
	transform:translateY(20%);
	}
	100%{
	opacity:1;
	}
}
header .head-area .logo2{
    z-index:999;
    position: absolute;
    top:20px;
    right:20px;
    animation: fadeIn 1.2s ease 0s 1 normal;
}
@keyframes fadeIn{
	0%{
	opacity:0;
	transform:translateY(20%);
	}
	100%{
	opacity:1;
	}
}*/
header .head-area{
    background-image: url(../img/main-img01.jpg);
    background-repeat: no-repeat;
	max-width: 100%;
	height: 100vh;
	 background-position: center center;
    background-size: cover;
    position: relative;
}
header .head-area .box p {
  color: #3f5f40;
  background-color: rgba(240, 230, 200, 0.85);
  border: 2px solid white;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  padding: 60px 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box img{
	max-width: 100%;
	height: auto;
	background-size: cover;
}
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	top:92%;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: white;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#7ebd25;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 2.5s ease-in-out infinite,
		cirlemovehide 2.5s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:95px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 100px;
	background:white;
}
/*-------------------------------------------------------------------------PC表示でsp-telを消す-----------------------------------------------------------------*/
#sp-tel{
	display: none;
}
/*------------------------------------------------------------------------------------------------------*/
nav {
 	z-index:998;
 	position: sticky;
 	top: 0;
 	background-color: #8d241c;
}
nav ul{
 	padding:0px 100px;
	height:80px;
	color:whitesmoke;
	display:flex;
	justify-content: space-around;
	align-items: center;
	margin:0 auto;
}
nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
nav ul li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: whitesmoke;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
nav ul li a:hover::after {
	transform: scale(1, 1);
}
.nav2{
	display:none;
	font-size:15px;
	font-weight:bold;
	border-radius:50px 0px 0px 50px;
	line-height: 24px;
	position: fixed;
	bottom:80px;
	right:0px;
	color:white;
	background-color: rgba(63, 95, 64, 1);
	padding:20px 30px;
	z-index: 999;
	transition:0.5s;
}
.nav2:hover{
	
	background-color: rgba(63, 95, 64, 1);
}
.nav3{
	display:none;
	font-size:15px;
	font-weight:bold;
	border-radius:50px 0px 0px 50px;
	text-decoration:underline;
	line-height: 24px;
	position: fixed;
	bottom:10px;
	right:0px;
	color:white;
	background-color: #8D241C;
	padding:20px 30px;
	z-index: 999;
	transition:0.5s;
}
.nav3:hover{
	
}
.slide1{
	float: left;
}
main{
	color:#3f5f40;
	background-color: oldlace;
	overflow: hidden;
}
#sec1{
	color:white;
	background-image: url(../img/sec1-bg.jpg);
	background-attachment: fixed;
	background-size: cover; 
	padding-bottom: 100px;
}
#sec1 .hello h1{
	margin:0px 100px 60px 100px;
	padding:100px 0px 7px 0px;
	font-size:30px;
	border-bottom: 2px solid #888e7e;
}
#sec1 .hello p{
	margin:0px 100px 0px 100px;
	line-height:50px;
}

#sec1 .about h1{
	margin:0px 100px 80px 100px;
	padding:100px 0px 7px 0px;
	font-size:30px;
	border-bottom: 2px solid #888e7e;
}
#sec1 .container1{
	color:white;
	margin:0px 100px 0px 0px;
	display:flex;
	margin-bottom:100px;
}
#sec1 .container1 div{
	min-width: 560px;
	max-width: 560px;
	color:white;
	background-color:#3f5f40;
	opacity:0.8;
	padding:50px 30px 0px 30px;
}
#sec1 .container1 h2{
	font-size:21px;
	padding-bottom:15px;
}
#sec1 .container1 p{
 	line-height:32px;
}
#sec1 .container2{
	color:white;
	margin:0px 0px 0px 100px;
	display:flex;
	justify-content: flex-end;
}
#sec1 .container2 div{
	min-width: 560px;
	max-width: 560px;
	background-color:#6c2735;
	opacity:0.9;
	padding:50px 30px 0px 30px;
}
#sec1 .container2 h2{
	font-size:21px;
	padding-bottom:15px;
}
#sec1 .container2 p{
	line-height:32px;
}

#sec2{
	background-image:url("../img/sec2-bg2.jpg");
	background-size: cover;
	background-repeat: repeat-y;
	padding: 0px 0px 100px 0px;
	background-attachment: fixed;
}
#sec2 h1{
	font-size:40px;
	text-decoration:underline;
	text-underline-offset: 0.5em;
}
#sec2 .food-layout{
	width:900px;
	margin:0 auto;
	display:grid;
	padding-top:100px;
	grid-template-columns: repeat(6, 150px);
	grid-template-rows: repeat(5, 150px);
}
#sec2 div{
}
#sec2 .food-layout img{
	/*filter: grayscale(100%);
	transition:1s;*/
}
#sec2 .food-layout img:hover{
	filter: grayscale(0%);
}
#sec2 .food-layout div:nth-child(1){
	grid-column: span 3;
	position:relative;
}
#sec2 .food-layout div:nth-child(1) h1{
	position: absolute;
	top:20px;
	left:-50px;
}
#sec2 .food-layout div:nth-child(2){/*生ハムサラダのブロック*/
border:0px solid grey;}
#sec2 .food-layout div:nth-child(3){background-color:#3f5f40;
border:0px solid grey;}
#sec2 .food-layout div:nth-child(4){ /*時間表のブロック*/
	grid-column: span 2;
	font-weight: bold;
	color:#3f5f40;
	display: flex;
	position: relative;
}
#sec2 .food-layout div:nth-child(4) .container{
	position: absolute;
	top:0px;
	left:-50px;
}
#sec2 .food-layout div:nth-child(4) img{
	width:18%;
	position: absolute;
	top:-30px;
	left:430px;
}
#sec2 .food-layout div:nth-child(5){  /*パイ系の料理のブロック*/
	border:0px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(6){
	background-color: oldlace;
	border:0px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(6) img{
	position: relative;
	top:93px;
	left:80px;
}
#sec2 .food-layout div:nth-child(7){
	background-color: #8D241C;
	border-top:0px solid #3f5f40;
  border-right:0px solid #3f5f40;}
#sec2 .food-layout div:nth-child(8){  /*ディナーのぶろっく*/}
#sec2 .food-layout div:nth-child(9){
	background-color: oldlace;
	box-shadow: 0px 5px 0px 0px #8D241C;
	border:0px solid #3f5f40;}
#sec2 .food-layout div:nth-child(10){/*スイーツのブロック*/
	box-shadow: 0px 5px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(11){
	background-color: #8D241C;
	border:0px solid #3f5f40;}
#sec2 .food-layout div:nth-child(12){ /*フードメニューブロック*/
	color:white;
	background-color: #3f5f40;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec2 .food-layout div:nth-child(12) p:first-child{
	margin-top:50px;
	margin-bottom:45px;
	text-decoration:underline;
	text-underline-offset:0.3em;
}
#sec2 .food-layout div:nth-child(12) p:nth-child(2){
	text-align:right;
	margin-right:5px;
}
#sec2 .food-layout div:nth-child(13){
	background-color: oldlace;
	border:0px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(14){background-color: oldlace; z-index: 100;}
#sec2 .food-layout div:nth-child(15){grid-column: span 2;}
#sec2 .food-layout div:nth-child(15) p{/*インスタブロック*/
	color:white;
	text-align:center;
}
#sec2 .food-layout div:nth-child(16){
	box-shadow: -5px 5px 0px 0px #8D241C;
	z-index: 100;}
#sec2 .food-layout div:nth-child(17){
	background-color: oldlace;
	box-shadow: -5px 5px 0px 0px #8D241C;
	border:0px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(18){
	background-color: #3f5f40;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec2 .food-layout div:nth-child(19){grid-row: span 2;}
#sec2 .food-layout div:nth-child(20){grid-column: span 3;}
#sec2 .food-layout div:nth-child(21){
	background-color: #3f5f40;
	z-index:500;
	box-shadow: -5px 5px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(22){
	background-color: beige;
	box-shadow: -5px 5px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(23){grid-row: span 2;}
#sec2 h3{
	background-color:white;
	text-align:center;
	width:280px;
	margin: 0 auto;
	margin-top:100px;
	padding:10px 50px;
	box-shadow: 5px 5px 0px 0px #8D241C;
}
#push-menu .push-menu-grid{
	border-collapse: collapse;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
}
#push-menu .push-menu-grid div img{
	max-width: 100%;
}
#push-menu .push-menu-grid div{
	border:0px solid grey;
	position: relative;
	overflow: hidden;
}
#push-menu .push-menu-grid div:nth-child(1){
	grid-column: span 3;
}

#push-menu .push-menu-grid div:nth-child(2){
	grid-column: span 3;
	grid-row: span 2;
}
#push-menu .push-menu-grid div:nth-child(3){
  	grid-column: span 3;
}
#push-menu .push-menu-grid div:nth-child(3) h1{
	font-size: 32px;
	font-weight: bold;
	text-decoration:underline;
	text-underline-offset: 0.3em;
	margin:auto 0;
}
#push-menu .push-menu-grid div:nth-child(4){
	grid-column: span 2;
}
#push-menu .push-menu-grid div:nth-child(5){
	grid-column: span 2;
}

#push-menu .push-menu-grid div:nth-child(6){
	grid-column: span 2;
}
.gap-img2{
	height:200px;
}
#sec3 {
    color: white;
    background-image: url(../img/sec3-bg.png);
    background-size: cover;
	background-attachment: fixed;
}
.bg_fixed{
	position: relative;
}
#sec3 h1{
	margin:0px 100px 60px 100px;
	padding:100px 0px 7px 0px;
	font-size:30px;
	border-bottom: 2px solid #888e7e;
}
#sec3 p{
	width:450px;
	margin:0 auto;
	text-align: center;
	padding:20px 0px 80px 0px;
	letter-spacing: 3px;
	line-height: 40px;
}
#sec3 h4{
	text-align: center;
	font-size:13px;
	padding:10px;
}
#sec3 .box1{
	display:flex;
	justify-content: center;
	gap: 15px;
	margin:0px 0px;
	flex-wrap: wrap;
}
#sec3 .btn-img{
	display: flex;
	justify-content: center;
	gap:150px;
	padding:150px 0px 150px 0px;
}

#sec3 h3{
	
	text-align:center;
	width:280px;
	margin: 0 auto;
	margin-top:100px;
	padding:10px 50px;
	box-shadow: 5px 5px 0px 0px #8D241C;
}
#sec4{
    /*background-image: url(../img/sec2-bg2.jpg);*/
    background-repeat: repeat-y;
	background-size: cover;
	background-attachment: fixed;
}
#sec4 h1{
 	padding:60px 0px 80px 100px;
 	font-size:40px;
 	text-decoration:underline;
	text-underline-offset: 0.5em;
}
#sec4 .container{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	gap:20px;
	padding-bottom: 50px;
}
#sec4 .container ul li{
	padding:2px 20px;
}
#sec4 .container ul li h2{
	padding:10px 0px 5px 0px;
}
#sec4 .container .ikikata-area{
	background-color:white;
	border: 5px solid #8D241C;
}
#sec4 .container .ikikata-area p{
	text-align: right;	
}
#sec4 .color-line{
	width:100%;
	height:30px;
	background-color:#8D241C;
}
#sec4 .flex-table-area{
	font-size:15px;
	display:flex;
	justify-content:center;
	gap:30px;
	margin:70px 0px 0px 0px;
}
#sec4 table{
	border-collapse:collapse;
	line-height: 30px;
}
#sec4 .flex-table-area table tr{
	border-top:1px solid #3F5F40;
}
#sec4 .flex-table-area table tr:last-child{
	border-bottom:1px solid #3F5F40;
}
#sec4 .flex-table-area table th{
	padding:0px 50px 0px 0px;
}
#sec4 .flex-table-area table td{
	padding:33px 0px;
}
#sec5 {
  background-repeat: repeat-y;
}
#sec5 h1 {
  padding: 80px 0px 80px 100px;
  font-size: 40px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
#sec5 h2 {
  font-size: 24px;
  text-align: center;
  margin: 50px 0px;
}
#sec5 .text-area .infotop {
  margin: 30px 30px 0px;
}
#sec5 .text-area {
  width: 800px;
  border: 0.5px solid beige;
  margin: 0 auto;
  background-color: white;
}
#sec5 .text-area .color-line {
  height: 30px;
  margin: 10px 0px 30px;
  background-color: #8D241C;
}
#sec5 .text-area h6 {
  font-size: 25px;
  font-weight: normal;
  margin: 43px 0 0 30px;
}
#sec5 .text-area h6 span {
  margin-right: 30px;
}
#sec5 .text-area ul {
  font-size: 15px;
  line-height: 2rem;
  margin: 10px 40px 10px 80px;
}
#sec5 .text-area ul li {
  list-style: square;
}
#sec5 .text-area .infoshime {
  font-size: 25px;
  text-align: center;
}
#sec5 .text-area p {
  margin: 30px 50px;
}
#sec5 .sec5-tel{
	text-align: center;
	padding: 100px 0px;
}
#sec5 .sec5-deli{
  text-align: center;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
#sec5 .kamimusubi{
  text-align: center;
  padding-bottom: 100px;
}
#sec6{
    background-image: url(../img/sec6-bg.png);
	padding-bottom:150px;
	background-attachment: fixed;
}
#sec6 .sec6-color-line {
	padding:25px 0px 20px 0px;
	background-color: #8D241C;
}
#sec6 .sec6-color-line h1{
	color:white;
	padding:0px 0px 5px 100px;
	position: relative;
}
#sec6 .sec6-color-line .triangle{
	position: absolute;
	top:15px;
	left:1100px;
}
#sec6 .sec6-color-line div{
	height:2px;
	background-color: white;
}
#sec6 .rec-text1{
	color:white;
	text-align: center;
	line-height: 40px;
	padding:100px 150px 80px 150px;
}
#sec6 .sec6-box{
	width:800px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
}
#sec6 .sec6-box h2{
	padding:35px 20px;
}

#sec6 .sec6-box p{
	color:#3f5f40;
	padding:0px 20px;
}
#sec6 .sec6-box p:nth-of-type(1){
	margin-bottom: 1em;
}
#sec6 .sec6-box p:nth-of-type(2){
	margin-bottom: 8em;
}
#sec6 .sec6-box p:last-of-type{
	padding:0px 20px 35px 20px;
}

footer{
	text-align: center;
	color:#f1e6c8;
	background-color:#3f5f40;
	width:100%;
	height:550px;
}
footer p:first-child{
	padding-top:50px;
}
footer p{
	padding:15px 0px;
}
.bg-area{
    background-image: url(../img/sec4-bg.jpg);	
	background-size: cover;
	background-attachment: fixed
}
/*↓view moreをかっこよくするやつ*/
.btnlinestretches5{
    /*線の基点とするためrelativeを指定*/
  position:relative;
    /*リンクの形状*/
  color:#333;
    padding: 10px 0;
  display:inline-block;
    text-decoration: none;
    outline: none;
}
/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.btnlinestretches5::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}
/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5::before {
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:105%;opacity:1}
    100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:103%;opacity:1}
    100%{left:103%;opacity:0}
}
/*----------------------------------------------------------------------------730px-----------------------------------------------------------*/
/*--------------------------------------media---------------------------------*/
@media screen and (max-width: 730px){
nav ul{
	font-size: 15px;
 	padding:0px;
	gap:20px;
}
/*.scrolldown2{
	display:none;
}*/
#sec1{
	padding-bottom:50px;
	text-align:center;
}
#sec1 .hello h1{
	text-align: center;
}
#sec1 .hello p{
	line-height:40px;
}
#sec1 .about h1{/*いらない*/
	text-align: center;
	margin:0px 100px 80px 100px;
	padding:100px 0px 7px 0px;
	font-size:30px;
	border-bottom: 2px solid #888e7e;
}
#sec1 .container1{
	color:white;
	margin:0px 0px 0px 0px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:30px;
	margin-bottom:50px;
}
#sec1 .container1 div{
	min-width: auto;
 	max-width: auto;
	padding-bottom: 40px;
	margin:0px 30px;
}
#sec1 .container1 h2{
	font-size:21px;
	padding-bottom:30px;
}
#sec1 .container1 p{
 	line-height:32px;
}
#sec1 .container2{
	color:white;
	margin:0px 0px 0px 0px;
	display:flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	gap:30px;
}
#sec1 .container2 div{
	min-width: auto;
 	max-width: auto;
	margin:0px 30px;
	margin-bottom:50px;
}
#sec1 .container2 h2{
	font-size:21px;
	padding-bottom:30px;
}
#sec1 .container2 p{
	line-height:32px;
	padding-bottom: 30px;
}

#sec2 .food-layout{
	width:600px;
	margin:0 auto;
	display:grid;
	padding-top:100px;
	grid-template-columns: repeat(4, 150px);
	grid-template-rows: repeat(6, 150px);
}
#sec2 div{

}
#sec2 .food-layout img{
	/*filter: grayscale(100%);
	transition:1s;*/
}
#sec2 .food-layout img:hover{
	filter: grayscale(0%);
}
#sec2 .food-layout div:nth-child(1){
	grid-column: span 2;
	position:relative;
}
#sec2 .food-layout div:nth-child(1) h1{
	position: absolute;
	top:30px;
	left:50%;
	transform: translate(-50%)
}
#sec2 .food-layout div:nth-child(2){/*生ハムサラダのブロック*/
	border:1px solid grey;}
#sec2 .food-layout div:nth-child(3){
	background-color:#3f5f40;
	border:1px solid grey;}
#sec2 .food-layout div:nth-child(4){ /*時間表のブロック*/
	grid-column: span 3;
	font-weight: bold;
	color:#3f5f40;
	display: flex;
	position: relative;
}
#sec2 .food-layout div:nth-child(4) .container{
	position: absolute;
	top:50px;
	left:18%;
	transform: translate(0%);
}
#sec2 .food-layout div:nth-child(4) img{
	width:100%;
	position: absolute;
	top:-30px;
	left:430px;
}
#sec2 .food-layout div:nth-child(5){  /*パイ系の料理のブロック*/
	background-color: oldlace;
	grid-column-start:-2;
	border:1px solid #3f5f40;
	}
#sec2 .food-layout div:nth-child(6){/*犬のスタンプのブロック*/
	grid-column-start:2;
	background-color: oldlace;
	border:1px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(6) img{
	position: relative;
	top:93px;
	left:80px;
}
#sec2 .food-layout div:nth-child(7){
	display:none;
	background-color: #8D241C;
	border-top:1px solid #3f5f40;
	border-right:1px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(8){  /*揚げボールパイサンドのぶろっく*/}
#sec2 .food-layout div:nth-child(9){
	background-color: #8D241C;
	box-shadow: 0px 5px 0px 0px #8D241C;
	border:1px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(10){/*スイーツのブロ*/
	box-shadow: -5px 5px 0px 0px #8D241C;
}	
#sec2 .food-layout div:nth-child(11){
	background-color: #8D241C;
	border:1px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(12){ /*フードメニューブロック*/
	color:white;
	background-color: #3f5f40;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec2 .food-layout div:nth-child(12) p:first-child{
	margin-top:50px;
	margin-bottom:45px;
	text-decoration:underline;
	text-underline-offset:0.3em;
}
#sec2 .food-layout div:nth-child(12) p:nth-child(2){
	text-align:right;
	margin-right:5px;
}
#sec2 .food-layout div:nth-child(13){
	background-color: oldlace;
	border:0px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(14){/*ドリンクのブロ*/
	grid-column-start:2;
	box-shadow: -5px 5px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(15){
	background-color: oldlace;
	grid-column: span 1;
}
#sec2 .food-layout div:nth-child(15) p{/*インスタブロック*/
	color:white;
	text-align:center;
}
#sec2 .food-layout div:nth-child(16){/*ドッグメニューのブロ*/
	box-shadow: 0px 0px 0px 0px #8D241C;
	z-index: 100;
}
#sec2 .food-layout div:nth-child(17){
	z-index: 100;
	grid-column-start: 2;
	background-color: oldlace;
	box-shadow: -5px 5px 0px 0px #8D241C;
	border:1px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(18){/*インスタのブロッく*/
	background-color: #3f5f40;
	grid-column-start: 3;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: -5px 5px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(19){grid-row: span 2;}
#sec2 .food-layout div:nth-child(20){grid-column: span 3;}
#sec2 .food-layout div:nth-child(21){
	grid-row-start: 5;
	background-color: #3f5f40;
	z-index:500;
	box-shadow: -5px 5px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(22){/*takeoutのブロ*/
	grid-column-start: 3;
	background-color: beige;
	box-shadow: -5px 5px 0px 0px #8D241C;
}
	
#sec3 h1{
	margin:0px 100px 0px 100px;
	padding:100px 0px 7px 0px;
}
#sec3 p{
    width:auto;
    margin:0px 50px;
    line-height: 40px;
    text-align: center;
    /*margin:80px 360px;*/
    padding:80px 0px;
}
#sec4 h1{
	padding:50px 0px 50px 0px;
	text-align: center;
}
#sec4 .container{
		
}
#sec4 .flex-table-area{
font-size:15px;
display:flex;
justify-content:center;
flex-direction: column;
gap:0px;
margin:70px 30px 0px 30px;
}
#sec4 table{
border-collapse:collapse;
line-height: 30px;
}
#sec4 .flex-table-area table tr{
border-top:1px solid #3F5F40;
}
#sec4 .flex-table-area table tr:last-child{
border-bottom:1px solid #3F5F40;
}

#sec4 .flex-table-area table th{
  padding:0px 100px 0px 0px;
  text-align: left;
}
#sec4 .flex-table-area table td{
padding:33px 0px;
}
#sec4 .flex-table-area table tr:last-child{
	border-bottom:0px solid #3F5F40;
}
#sec5 h1{
	padding:50px 0px;
    text-align: center;
}
#sec5 .text-area{
	width:calc(100% - 60px);
	border:0.5px solid beige;
	margin: 0 auto;
}
#sec5 .text-area .color-line{
	height:20px;
	margin:15px 0px 20px;
}
#sec5 .text-area h6 {
    font-size: 20px;
    margin: 10px 0 0 30px;
}
#sec5 .text-area h6 span {
    margin-right: 10px;
}
#sec5 .text-area ul{
	font-size:14px;
	line-height: 1.4rem;
	margin: 20px 30px 50px 45px;
}
#sec5 .text-area .infoshime {
    font-size: 20px;
    text-align: center;
}
#sec5 .text-area p {
    margin: 30px 50px;
}
#sec5 .sec5-tel{
	text-align: center;
	padding:100px 0px;
}
#sec6{
	background-image: url(../img/sec6-bg.png);
	padding-bottom:50px;
}
#sec6 .sec6-color-line {
	padding:25px 0px 20px 0px;
	background-color: #8D241C;
}
#sec6 .sec6-color-line h1{
	color:white;
	padding:0px 0px 5px 50px;
	position: relative;
}
#sec6 .sec6-color-line .triangle{
	position: absolute;
	top:15px;
	left:1100px;
}
#sec6 .sec6-color-line div{
	height:2px;
	background-color: white;
}
#sec6 .rec-text1{
	color:white;
	text-align: center;
	line-height: 30px;
	padding:100px 50px 80px 50px;
}
#sec6 .sec6-box{
	width:auto;
	height:auto;
	margin:0 auto;
  margin:0px 30px;
	background-color:rgba(255,255,255,0.8);
}
#sec6 .sec6-box h2{
	padding:35px 20px;
}
#sec6 .sec6-box p{
	color:#3f5f40;
	padding:0px 20px;
}
#sec6 .sec6-box p:last-child{
  padding-bottom: 50px
}
}

/*----------------------------------------------------------------------------640px-----------------------------------------------------------*/
/*--------------------------------------media---------------------------------*/
@media screen and (max-width: 640px){
boby{
	font-size:15px;
}
.head-area .box{
	height: 100vh;
	width: 100%;
}
.box img{
	height: 100vh;
}
/*header .head-area .box p{
	color:#3f5f40;
	background-color: rgba(240,230,200,0.85);
	border:2px solid white;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	padding:30px 40px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:140px;
	height:80px;
	margin: auto;
}
header .head-area .box p span{
	font-size: 24px;
}
header .head-area .logo1,header .head-area .logo2{
	display:none;
}*/
.nav2{
	/*display:none!important;*/
	z-index: -1;
	opacity: 0;
}
.nav2 p:first-child{
	display:none;
}
.nav3{
	z-index: -1;
	opacity: 0;
}
.nav3 p:first-child{
	display:none!important;
}
.scrolldown2{
		display: none;
}
/*------------------------------------------------------nav-------------------------------------------------------*/
#nav-toggle{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	line-height: 50px;
}
	
/*×に変化*/	
#nav-toggle span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #FFFFFF;
  	width: 45%;
  }

#nav-toggle span:nth-of-type(1) {
	top:15px;	
}

#nav-toggle span:nth-of-type(2) {
	top:23px;
}

#nav-toggle span:nth-of-type(3) {
	top:31px;
}

#nav-toggle.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

#nav-toggle.active span:nth-of-type(2) {
	opacity: 0;
}

#nav-toggle.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*
メニューの設定
最初は閉じている状態なので、「opacity: 0;」「visibility: hidden;」
で要素を非表示にしておく
*/
nav {
   position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -50%;
	width:50%;
    height: 100vh;/*ナビの高さ*/
	background: #8d241c;
    /*動き*/
	transition: all 0.6s;
	opacity: 0.8;
}
.sectiontext{
	text-align: center;
	margin: 0 auto 40px auto;
}
nav.panelactive{
    right: 0;
}
nav ul{
	width: 70%;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	margin: 100px auto 0 auto;
	text-align: center;
}
nav li{
	margin: 20px;
	width: 200px;
}
.spnav-bg{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #8d241c;
}
/*---------------------------------------------------------------------------------------sp-telを表示---------------------------------------*/
#sp-tel{
	width: 200px;
	display: block;
	color: #FFFFFF;
	margin: 50px auto;
	}
/*--------------------------------------------ここまで-------------------------------------*/
.bg-area{
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;
}
#sec1 img{
	width:100%;
}
#sec1{
	color:white;
	padding-bottom: 100px;
	/* background-image: url(../img/sec1-bg.png);
	background-size: cover; 
	background-attachment: fixed;
	background-position: left 200px; */
	background-position: center;
	background-attachment: scroll;
}
#sec1 .hello h1{
	margin:0px 20px 60px 20px;
	padding:100px 0px 7px 0px;
	font-size:30px;
	text-align: center;
	border-bottom: 2px solid #888e7e;
}
#sec1 .hello p{
	margin:0px 10px 0px 20px;
	line-height:30px;
	text-align: left;
}
#sec1 .about h1{
	margin:0px 20px 60px 20px;
	padding:100px 0px 7px 0px;
	font-size:30px;
	text-align: center;
	border-bottom: 2px solid #888e7e;
}
#sec1 .container1 div{
	min-width: auto;
 	max-width: auto;
	padding-bottom: 40px;
	margin:0px 0px;
	text-align: left;
}
#sec1 .container1{
	color:white;
	margin:0px 0px 0px 0px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:0px;
	margin-bottom:0px;
}
#sec1 .container1 div h2{
	font-size:16px; 
	text-align: center;
	
}
#sec1 .container2{
	gap:0px;
	}
#sec1 .container2 div{
	min-width: auto;
 	max-width: auto;
	padding-bottom: 0px;
	margin:0px 0px;
	text-align: left;
}
#sec1 .container2 div h2{
	font-size:16px; 
	text-align: center;
}
.gap-img1{
	display:none;
}
.gap-img2{
  	display: none;
}
.gap-img3{
  	display:none;
}
#sec2{
	padding: 0px 0px 80px 0px;
	background-attachment: scroll;
}
#sec2 h3{
	display: none;
}
#sec2 .food-layout{
	width:auto;
	margin:0 auto;
	display:flex;
	justify-content: center;
	padding-top:100px;
}
#sec2 div{
	overflow: hidden;
	width:150px;
	flex-wrap: wrap;
}
#sec2 .food-layout img{
	/*filter: grayscale(100%);
	transition:1s;*/
}
#sec2 .food-layout img:hover{
	filter: grayscale(0%);
}
#sec2 .food-layout div:nth-child(1){
	grid-column: span 2;
	position:relative;
}
#sec2 .food-layout div:nth-child(1) h1{
	position: absolute;
	font-size:36px;
	top:50px;
	left:50%;
	transform: translate(-50%)
}
#sec2 .food-layout div:nth-child(2){/*生ハムサラダのブロック*/
	border: 0px solid grey;}
#sec2 .food-layout div:nth-child(3){
	background-color:#3f5f40;
	border:0px solid grey;
	display: none;
	}
#sec2 .food-layout div:nth-child(4){ /*時間表のブロック*/
	grid-column: span 3;
	font-weight: bold;
	color:#3f5f40;
	display: flex;
	position: relative;
}
#sec2 .food-layout div:nth-child(4) .container{
	position: absolute;
	top:30px;
	left:0px;
	transform: translate(0%)
}
#sec2 .food-layout div:nth-child(4) img{
	width:100%;
	position: absolute;
	top:-30px;
	left:430px;
}
#sec2 .food-layout div:nth-child(5){  /*パイ系の料理のブロック*/
	background-color: oldlace;
	grid-column-start:-2;
	border:0px solid #3f5f40;
}
#sec2 .food-layout div:nth-child(6){/*犬のスタンプのブロック*/
	grid-column-start:2;
	background-color: oldlace;
	border:1px solid #3f5f40;
	display:none;
}
#sec2 .food-layout div:nth-child(6) img{
	position: relative;
	top:93px;
	left:80px;
}
#sec2 .food-layout div:nth-child(7){
	display:none;
	background-color: #8D241C;
	border-top:1px solid #3f5f40;
	border-right:1px solid #3f5f40;}
#sec2 .food-layout div:nth-child(8){  /*ディナーのぶろっく*/}
#sec2 .food-layout div:nth-child(9){
	background-color: #8D241C;
	box-shadow: 0px 0px 0px 0px #8D241C;
	border:0px solid #3f5f40;
	display:none;
}
#sec2 .food-layout div:nth-child(10){/*スイーツのブロ*/
	box-shadow: 0px 0px 0px 0px #8D241C;}	
#sec2 .food-layout div:nth-child(11){
	background-color: #8D241C;
	border:1px solid #3f5f40;
	display:none;}
#sec2 .food-layout div:nth-child(12){ /*フードメニューブロック*/
	color:white;
	background-color: #3f5f40;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec2 .food-layout div:nth-child(12) p:first-child{
	margin-top:50px;
	margin-bottom:45px;
	text-decoration:underline;
	text-underline-offset:0.3em;
}
#sec2 .food-layout div:nth-child(12) p:nth-child(2){
	text-align:right;
	margin-right:5px;
}
#sec2 .food-layout div:nth-child(13){
	background-color: oldlace;
	border:0px solid #3f5f40;
	display:none;
}
#sec2 .food-layout div:nth-child(14){/*ドリンクのブロ*/
	grid-column-start:2;
	box-shadow: 0px 0px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(15){
	background-color: oldlace;
	grid-column: span 1;
	display:none;
}
#sec2 .food-layout div:nth-child(15) p{/*インスタブロック*/
	color:white;
	text-align:center;
}
#sec2 .food-layout div:nth-child(16){/*ドッグメニューのブロ*/
	box-shadow: 0px 0px 0px 0px #8D241C;
	z-index: 100;}
#sec2 .food-layout div:nth-child(17){
	z-index: 100;
	grid-column-start: 2;
	background-color: oldlace;
	box-shadow: 0px 0px 0px 0px #8D241C;
	border:1px solid #3f5f40;
		display: none;
}
#sec2 .food-layout div:nth-child(18){/*インスタのブロッく*/
	background-color: #3f5f40;
	grid-column-start: 3;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 0px 0px 0px #8D241C;
}
#sec2 .food-layout div:nth-child(19){
	grid-row: span 2;
	display: none;
}
#sec2 .food-layout div:nth-child(20){
	grid-column: span 3;
	display: none;
}
#sec2 .food-layout div:nth-child(21){
	
	background-color: #3f5f40;
	z-index:0;
	box-shadow: 0px 0px 0px 0px #8D241C;
	display:none;
}
#sec2 .food-layout div:nth-child(22){/*takeoutのブロ*/
	grid-column-start: 3;
	background-color: beige;
	box-shadow: 0px 0px 0px 0px #8D241C;
}
#sec3 {
	line-height: 20px;
	background-attachment: scroll;
	background-position: calc(50% + 50px) center;
}
#sec3 br{
	display:none;
}
#sec3 h1{
	text-align: center;
	margin:0px 100px 50px 100px;
	padding:100px 0px 7px 0px;
}
#sec3 h4{
	padding:0px;
}
#sec3 p{
	font-size:14px;
	width:auto;
	margin:0 auto;
	text-align: left;
	padding:20px 20px 80px 20px;
	letter-spacing: 1px;
	line-height: 25px;
}
#sec3 .box1{
	text-align: center;
	margin:0px 10px;
	}
#sec3 .box1 img{
	width:150px;
	height:150px;
}
#sec3 .btn-img{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:30px;
	padding:50px 0px 50px 0px;
}
#sec4 iframe{
	height:300px;
}
#sec4 .flex-table-area{
	gap:0px;
}
#sec4 table{
	line-height: 16px;
	font-size:13px;
	width:100%;
	margin:0 auto;
}
	#sec4 .flex-table-area table:first-child tr:last-child{
	border-bottom:0px solid #3F5F40;
	}
	#sec4 .flex-table-area table:last-child{
	border-bottom:1px solid #3F5F40;
	}
	#sec4 .flex-table-area table th{
	padding:0px 10px 0px 0px;
	}
	#sec4 .flex-table-area table td{
	padding:20px 0px;
}
#sec5 .text-area .infotop {
    word-break: keep-all;
	text-align: center;	
	margin: 15px 20px 0px;
}
#sec5 .text-area h6 {
    font-size: 20px;
    margin: 10px 10px 0 20px;
}
#sec5 .text-area ul {
	font-size:13px;
	line-height: 1.5rem;
	margin: 10px 15px 40px 32px;
}
#sec5 .text-area p {
    font-size:13px;
    margin: 20px 20px;
}
#sec5 .text-area .infoshime {
    font-size: 18px;
}
#sec5 .sec5-tel{
    padding: 50px;
}
#sec5 .sec5-deli{
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
	flex-wrap: wrap;
}
#sec5 .kamimusubi{
  padding-bottom: 50px;
}
#sec6{
	background-attachment: scroll;
	background-position: center;
}
}
#sec6 .rec-text1{
	color:white;
	text-align: left;
	line-height: 25px;
	padding:50px 20px 50px 20px;
}
@media screen and (min-width:601px){
	/*slideToggle()でinlinestleseatを使ってdispley:noneをつけてしまうため、一回メニューを開いて閉じてから画面を大きくするとPC用のメニューまで消えてしまうので、その対策として以下をつける。
	@mediaで601px以上の時という定義を忘れないようにする。*/
nav ul{
	
	}
	/*後ろに!importantをつけると優先順位を無視して一番優先順位を高くできる*/
}
