﻿@charset "UTF-8";
/* ------------------------- */
/*  基本デザイン  */
/* ------------------------- */
div.wrapper {
	background-color: #000;

}
main{
	
}
h3 {
	font-size: 1.3rem;
	margin-bottom: 1em;
	padding-right: 1rem;
} 
.shinagaki li{
	font-size:1.0rem;
	padding-right: 1rem;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
}
.shinagaki li.kara{
	padding-right: 0;
}
/* ------------------------- */
/*  ページ見出し				  */
/* ------------------------- */
.page_title{
	background-color: rgba(255,255,255,0.7);
	background: url("../img/gozen_bk.jpg") no-repeat center bottom -300px;
	background-size: cover;
}
.page_title h2{
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	line-height: 1em;
	padding: 80px 10px 40px 10px;
	color: #000;
	text-align: center;
}
.page_title .tax{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.page_title .tax span{
	background-color: rgba(255,255,255, 0.8);
}
/* ------------------------- */
/*  おしながき				  */
/* ------------------------- */
main {
	text-align: center;
	overflow:visible;
}
main .new_menu{
	background-color: #fff;
	background-image: url("../images/gozen_newmenu_bk.png");
	background-position: top right;
	background-repeat: repeat-y;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-bottom: 80px;
	padding: 80px 40px;
	color: #000;
}
@media (max-width: 600px){
	main .new_menu{
		background-position: top right -60px;
	}
}
main .new_menu_container{
	max-width: 400px;
	margin:0 auto;
}
.new_menu_container h3{
	margin-bottom: 60px;
}
.new_menu_container dl div{
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}
.new_menu_container dt{
	flex: 330px 0 1;
	text-align: left;
}
@media (max-width: 600px){
	.new_menu_container dt{
		font-weight: bold;
	}
}
.new_menu_container span{
	color:#ff1493;	
	font-style: italic;
	font-size:14px;
}
.new_menu_container span.right{
	padding-left: 10px;
}
.new_menu_container dd{
	flex: 70px 0 0;
	text-align: right;
}
@media (max-width: 600px){
	.new_menu_container dd{
		font-weight: bold;
	}
}
main .basic_menu{
	background: url("../img/gozen_bk.jpg") no-repeat top left;
	background-size: auto 100%;
	background-attachment: fixed;
	padding: 80px 10px;
}
main .basic_menu_container{
	max-width: var(--inner-max-width);
	margin: 0px auto 60px auto;
	overflow: hidden;
}
main .basic_menu_container h2{
	font-size: 24px;
	text-align: center;
	margin-bottom: 80px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
main section:nth-of-type(odd) {
	width: 58%;
	margin-right: 1%;
}
main section:nth-of-type(even) {
	width: 38%;
	margin-top: 30px;
}
main section.shinagaki {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;

}
main  .inner_section{
	background: url("../img/zzzbackground-01.jpg") no-repeat top left;
	background-size: cover;
	color:#000;
	width: 100%;
	padding: 20px 10px;
	text-align: right;
}
main h3 span{
	font-size: 1rem;
	padding-left: 1em;
}
main li span.note {
	font-size: 0.9rem;
	font-weight: normal;
	display: block;
	margin-bottom: 0.5em;
}

main li span.price:before {
	content: " ";
}
/* ------------------------- */
/*  仕出し弁当				  */
/* ------------------------- */
.shidashi {
	background-color:#000;
	padding: 50px 0;
	text-align: center;
}
.shidashi h3{
	color: #fff;
	margin-bottom: 30px;
}

