<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	background-image: none;
}

.page_ttl_wrap {
    background-image: url(../img/food/food_mv.jpg);
}

.kisetu_txt {
	display: flex;
	justify-content: space-between;
	background-image: url(../img/food/kisetu_bg.png);
	background-repeat: no-repeat;
	height: 382px;
	padding: 0 40px;
	padding-top: 40px;
	margin-bottom: 150px;
	margin-top: 150px;
}

.kisetu_txt img {
	max-width: 420px;
}

.kisetu_txt h2{
	  border-bottom: dotted 4px #B42116;
     padding-bottom: 10px;
 	  max-width: 231px;
	  display: inline;
}

.kisetu_txt p {
	max-width: 600px;
	font-size: 18px;
}


.natu_txt {
	display: flex;
	justify-content: space-between;
	background-image: url(../img/food/natu_bg.png);
	background-repeat: no-repeat;
	height: 418px;
	padding: 0 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 150px;
}

.natu_txt img {
	max-width: 420px;
}

.natu_txt h2{
	  border-bottom: dotted 4px #B42116;
     padding-bottom: 10px;
 	  max-width: 231px;
	  display: inline;
}

.natu_txt p {
	max-width: 600px;
	font-size: 18px;
}

.menu1 {
	    line-height: 1.8em;
	margin-bottom: 40px;
}

.natu_txt p span {
	border-bottom: 2px solid #6F9A58;
}



.aki_txt {
	display: flex;
	justify-content: space-between;
	background-image: url(../img/food/aki_bg.png);
	background-repeat: no-repeat;
	height: 426px;
	padding: 0 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.aki_txt img {
	max-width: 420px;
}

.aki_txt h2{
	  border-bottom: dotted 4px #B42116;
     padding-bottom: 10px;
 	  max-width: 231px;
	  display: inline;
}

.aki_txt p {
	max-width: 630px;
	font-size: 18px;
}

.aki_txt p span {
    border-bottom: 2px solid #6F9A58;
}

.menu2 {
	  line-height: 1.8em;
	  margin-bottom: 40px;
}

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

	.kisetu_txt {
		flex-direction: column;
		height: auto;
		padding: 0;
		margin: 0;
		background: none;
		margin-top: 50px;
	}
	
	
	.kisetu_txt h2 {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 5px;
	}
	
	.kisetu_txt h3 {
		font-size: 17px;
	  font-weight: 400;
	}
	
	
.kisetu_txt p {
	font-size: 16px;
}
	
	.kisetu_txt img {
    max-width: 290px;
}
	
	.kisetu_img {
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.natu_txt {
		flex-direction: column;
		height: auto;
		padding: 0;
		margin: 0;
		background: none;
		margin-top: 50px;
	}
	
	.natu_txt h2 {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 5px;
	}
	
	.natu_txt h3 {
		font-size: 17px;
	  font-weight: 400;
	}
	
	.natu_txt p {
	font-size: 16px;
}
	
	.menu1 {
	    line-height: 1.6em;
	margin-bottom: 20px;
}
	
	.natu_txt img {
    max-width: 290px;
}
	
	.natu_img {
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.aki_txt {
		flex-direction: column;
		height: auto;
		padding: 0;
		margin: 0;
		background: none;
		margin-top: 50px;
	}
	
	.aki_txt h2 {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 5px;
	}
	
	.aki_txt h3 {
		font-size: 17px;
	  font-weight: 400;
	}
	
	.aki_txt p {
	font-size: 16px;
}
	
	.menu2 {
	    line-height: 1.6em;
	margin-bottom: 20px;
}
	
	.aki_txt img {
    max-width: 290px;
}
	
	.aki_img {
		margin: 0 auto;
		margin-top: 15px;
	}
	
	.g_map {
    margin-top: 900px;
}
	
	.sp_bg {
	 background: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 15px;
    margin-bottom: 10px;
	}
	
}</pre></body></html>