
#gray {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
}
#gray #modal {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	flex-wrap: wrap;

}
#gray .modal-item {
	max-width: 70%;
	background: #fff;
	padding: 1em;
}
#gray .modal-item figcaption {
	padding-top: 1em;
	text-align: center;
}


.tabs{
	width:100%;
	margin:3em auto 1em auto;
	position:relative;
}
.tab-buttons span{
	color:#333;
	background:#eee;
	cursor:pointer;
	border-bottom:2px solid #ddd;
	display:block;
	width:50%;
	float:left;
	text-align:center;
	height:40px;
	line-height:40px;
}
.tab-content{
	padding:2em 0 0 0;
	display:inline-block;
	width: 100%;
	color:#333;
}
#lamp{
	width:50%;
	height:3px;
	background:#ff9900;
	display:block;
	position:absolute;
	top:40px;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content2{
	left:50%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content3{
	left:50%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#lamp.content1{
	left:0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}

span.price span {
	background: #666;
	color: #fff;
	font-size: 80%;
	padding: 0.3em 0.6em;
	line-height: 1;
	border-radius: 1em;
	display: inline-block;
	font-weight: normal;
	margin-right: 1em;
}

.block_mb1 {
	display: block;
	margin-bottom: 0.5em;
}

.h4_icon {
	width: 1.8em;
	position: relative;
	top: 0.5em;
	margin-right: 0.5em;
}

.h3_intro {
	font-size: 67%;
	line-height: 1.6;
}

/***********************
	pcのみ
	********************/

@media screen and (min-width: 769px) {
	.h3_intro {
		font-size: 80%;
	}
	dl.menu_right {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	dl.menu_right dt {
		width: 80%;
		padding-bottom: 0.2em;
	}
	dl.menu_right dd {
		width: 20%;
		text-align: right;
		padding-bottom: 0.2em;
	}
	dl.menu_right.wide_price dt {
		width: 60%;
		padding-bottom: 0.2em;
	}
	dl.menu_right.wide_price dd {
		width: 40%;
		text-align: right;
		padding-bottom: 0.2em;
	}
	.inner {
		width: 1000px;
	}
	.inner .inner_introduction {
		line-height: 1.8;
		margin-bottom: 1em;
	}
	.inner .inner_introduction span.caution {
		font-size: 90%;
	}
	.inner .inner_introduction dl {
		margin-top: 1em;
	}
	.inner .takeout_block {
		text-align: left;
		font-size: 130%;
		margin-bottom: 2em;
	}
	.inner .takeout_block dl dt,
	.inner .takeout_block dl dd {
		display: inline;
		font-weight: bold;
		color: #ee7700;
	}
	.inner .takeout_block dl dt {
		margin-right: 1em;
	}
	.inner .takeout_block dl dd {
		font-size: 120%;
		letter-spacing: 1px;
	}
	.inner ul.footer_caution li {
		line-height: 1.6;
		font-size: 90%;
	}
	h3 {
		font-size: 150%;
		font-weight: bold;
		padding-left: 1em;
		margin: 0.5em 0;
		position: relative;
	}
	h3:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 5px;
		height: 70%;
		background: #ff9900;
	}
	h4 {
		font-weight: bold;
		font-size: 120%;
		margin-bottom: 1em;
	}

	.inner ul.menu_list {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -1em;
	}
	.inner ul.menu_list li {
		flex: 0 1 25%;
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
	}
	.inner ul.menu_list li.horizontal {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		flex: 1;
	}
	.inner ul.menu_list li.horizontal figure {
		width: 48%;
	}
	.inner ul.menu_list li.horizontal figcaption {
		width: 48%;
		margin: 0;
	}
	.inner ul.menu_list li.caption_side {
		flex: 1;
	}
	.inner ul.menu_list li.caption_side figcaption {
		margin: 0;
	}
	.inner ul.menu_list li figure img {
		width: 100%;
	}
	.inner ul.menu_list li figure figcaption,
	.inner ul.menu_list li figcaption {
		font-size: 90%;
		letter-spacing: 0.2em;
		margin: 1em 0;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
	}
	.inner ul.menu_list li figure figcaption span.price {
		display: block;
		padding-top: 0.3em;
	}

	.inner ul.menu_list_4 {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -1em;
	}
	.inner ul.menu_list_4 li {
		flex: 0 1 20%;
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
	}
	.inner ul.menu_list_4 li figure img {
		width: 100%;
	}
	.inner ul.menu_list_4 li figure figcaption {
		font-size: 90%;
		letter-spacing: 0.1em;
		margin: 1em 0;
		text-align: left;
		line-height: 1.6;
		font-weight: bold;
	}
	.inner ul.menu_list_4 li figure figcaption span.price {
		display: block;
	}

	.rice_block {
		font-weight: bold;
		font-size: 90%;
		letter-spacing: 0.2em;
		line-height: 1.5;
		margin-bottom: 2em;
	}
	.rice_block h5 {
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	span.rice span {
		background: #ff9900;
		color: #fff;
		font-size: 80%;
		padding: 0.3em 0.6em;
		line-height: 1;
		border-radius: 1em;
		display: inline-block;
		font-weight: normal;
		margin-right: 1em;
	}
	ul.list_delivery {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -1em;
	}
	ul.list_delivery li {
		flex: 0 1 50%;
		margin: 0;
		box-sizing: border-box;
		padding: 2em 5em;
	}
}


/***********************
	spのみ
	********************/
@media screen and (max-width: 768px) {
	ul.list_delivery {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	ul.list_delivery li {
		flex: 0 1 50%;
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
	}
	ul.list_delivery li:nth-of-type(1) {
		padding-left: 0;
	}
	ul.list_delivery li:nth-of-type(2) {
		padding-right: 0;
	}
	#gray .modal-item {
		max-width: 90%;
	}
	dl.menu_right {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	dl.menu_right dt {
		width: 60%;
		padding-bottom: 0.4em;
	}
	dl.menu_right dd {
		width: 40%;
		text-align: right;
		padding-bottom: 0.4em;
	}
	dl.menu_right.wide_price dt {
		width: 60%;
		padding-bottom: 0.4em;
	}
	dl.menu_right.wide_price dd {
		width: 40%;
		text-align: right;
		padding-bottom: 0.4em;
	}
	.inner .inner_introduction {
		font-size: 86%;
		line-height: 1.8;
		margin-bottom: 1em;
		text-align: left;
	}
	.inner .inner_introduction p {
		line-height: 1.6;
		margin-bottom: 0.4em;
	}
	.inner .inner_introduction span.caution {
	}
	.inner .inner_introduction dl {
		margin-top: 1em;
	}
	.inner .takeout_block {
		text-align: left;
		font-size: 5vmin;
		margin-bottom: 1em;
	}
	.inner .takeout_block dl dt,
	.inner .takeout_block dl dd {
		display: block;
		font-weight: normal;
		color: #ee7700;
	}
	.inner .takeout_block dl dt {
		font-size: 86%;
		margin-bottom: 0.5em;
	}
	.inner .takeout_block dl dd {
		letter-spacing: 1px;
		font-weight: normal;
	}
	.inner ul.footer_caution li {
		line-height: 1.5;
		font-size: 80%;
	}
	h3 {
		font-size: 130%;
		font-weight: bold;
		padding-left: 1em;
		line-height: 1.3;
		margin: 0.5em 0;
		position: relative;
	}
	h3:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 5px;
		height: 88%;
		background: #ff9900;
	}
	h4 {
		font-weight: normal;
		font-size: 95%;
		margin-bottom: 0.5em;
	}

	.inner ul.menu_list {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -1em;
	}
	.inner ul.menu_list li {
		flex: 0 1 50%;
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
	}
	.inner ul.menu_list li figure img {
		width: 100%;
	}
	.inner ul.menu_list li figure figcaption {
		font-size: 85%;
		letter-spacing: 0.01em;
		margin: 0.5em 0;
		text-align: left;
		line-height: 1.5;
		font-weight: normal;
	}
	.inner ul.menu_list li figure figcaption span.price {
		display: block;
		padding-top: 0.6em;
	}

	.inner ul.menu_list_4 {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -1em;
	}
	.inner ul.menu_list_4 li {
		flex: 0 1 50%;
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
	}
	.inner ul.menu_list_4 li figure img {
		width: 100%;
	}
	.inner ul.menu_list li.horizontal {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		flex: 1;
	}
	.inner ul.menu_list li.horizontal figure {
		width: 100%;
		margin-bottom: 1em;
	}
	.inner ul.menu_list li.horizontal figcaption {
		width: 100%;
		margin: 0;
	}
	.inner ul.menu_list li.caption_side {
		flex: 1;
	}
	.inner ul.menu_list li.caption_side figcaption {
		margin: 0;
	}
	.inner ul.menu_list li figure img {
		width: 100%;
	}
	.inner ul.menu_list li figure figcaption,
	.inner ul.menu_list li figcaption {
		font-size: 80%;
		letter-spacing: 0.1em;
		margin: 0.5em 0;
		text-align: left;
		line-height: 1.5;
		font-weight: bold;
	}
	.inner ul.menu_list_4 li figure figcaption span.price {
		display: block;
	}
	.rice_block {
		font-weight: bold;
		font-size: 80%;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin-bottom: 2em;
	}
	.rice_block h5 {
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	span.rice span {
		background: #ff9900;
		color: #fff;
		font-size: 80%;
		padding: 0.3em 0.6em;
		line-height: 1;
		border-radius: 1em;
		display: inline-block;
		font-weight: normal;
		margin-right: 1em;
	}

}
