@charset "UTF-8";

/*==================================================
4.page
==================================================*/
/*top*/
.l-main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media all and (max-width: 767px) {
	.l-main {
		/* margin-top: 16vw; */
		margin-top: 14.7vw;
	}
}

.-inner {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

@media all and (max-width: 767px) {
	.-inner {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		padding: 0 4vw;
	}
}

.main-img {
	width: 100%;
	height: 280px;
	text-align: center;
	background: url(../../img/takeout/mv-bg.png) center top no-repeat transparent;
	background-size: cover;
	display: table;
}

.main-img p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(transparent 33.3%, rgba(0, 0, 0, 0.1) 33.3%, rgba(0, 0, 0, 0.1) 100%),
		-webkit-linear-gradient(0deg, transparent 33.3%, rgba(0, 0, 0, 0.1) 33.3%, rgba(0, 0, 0, 0.1) 100%);
	background-image: linear-gradient(transparent 33.3%, rgba(0, 0, 0, 0.1) 33.3%, rgba(0, 0, 0, 0.1)100%),
		liner-gradient(90deg, transparent 33.3%, rgba(0, 0, 0, 0.1) 33.3%, rgba(0, 0, 0, 0.1)100%);
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-background-size: 1px 1px;
	background-size: 1px 1px;

	font-size: 40px;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	font-weight: bold;

}

@media all and (max-width: 767px) {
	.main-img {
		width: 100%;
		height: 37.33vw;
		text-align: center;
		background: url(../../img/takeout/mv-bg.png) center center no-repeat transparent;
		background-size: cover;
		display: table;
	}

	.main-img p {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-image: -webkit-linear-gradient(transparent 33.3%, rgba(0, 0, 0, 0.05) 33.3%, rgba(0, 0, 0, 0.05) 100%),
			-webkit-linear-gradient(0deg, transparent 33.3%, rgba(0, 0, 0, 0.05) 33.3%, rgba(0, 0, 0, 0.05) 100%);
		background-image: linear-gradient(transparent 33.3%, rgba(0, 0, 0, 0.05) 33.3%, rgba(0, 0, 0, 0.05)100%),
			liner-gradient(90deg, transparent 33.3%, rgba(0, 0, 0, 0.05) 33.3%, rgba(0, 0, 0, 0.05)100%);
		background-color: rgba(0, 0, 0, 0.2);
		-webkit-background-size: 1px 1px;
		background-size: 1px 1px;
		height: 37.33vw;

		font-size: 5.33vw;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		font-weight: bold;

	}
}

.l-takeout01 {
	width: 100%;
	background: url(../../img/takeout/takeout01-bg.png) bottom center no-repeat transparent;
	background-size: cover;
	padding: 100px 0 130px;
	height: 437px;
}

.l-takeout01 .-message {
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.85;
	letter-spacing: 0.15em;
	padding-bottom: 15px;
}

.l-takeout01 .-ttl {
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.42;
	letter-spacing: 0.15em;
}

@media all and (max-width: 767px) {

	.l-takeout01 {
		width: 100%;
		background: url(../../img/takeout/takeout01-bg_sp.png) bottom center no-repeat transparent;
		background-size: cover;
		padding: 13.33vw 0 13.33vw;
		height: auto;
	}

	.l-takeout01 .-message {
		text-align: center;
		font-size: 3.46vw;
		line-height: 1.85;
		letter-spacing: 0.15em;
		padding-bottom: 2vw;
	}

	.l-takeout01 .-ttl {
		text-align: center;
		font-size: 4.53vw;
		line-height: 1.85;
		letter-spacing: 0.15em;
		padding-top: 4vw;
	}

}

.l-takeout02 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background: #9D2025;
	position: relative;
}

.l-takeout02:before {
	content: "";
	width: 100%;
	height: 86px;
	background: url(../../img/takeout/takeout02-bg_top.png) top left repeat-x transparent;
	background-size: 1539px auto;
	position: absolute;
	left: 0;
	top: 0;
}

.l-takeout02:after {
	content: "";
	width: 100%;
	height: 86px;
	background: url(../../img/takeout/takeout02-bg_bottom.png) bottom left repeat-x transparent;
	background-size: 1539px auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.l-takeout02_block {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 55px 80px 55px 80px;
	background: url(../../img/takeout/takeout02-bg.png) top center no-repeat transparent;
	background-size: 100% 100%;
}

.l-takeout02_block.-type02 {
	margin: 20px auto 0;
}

.l-takeout02_photo {
	float: left;
	width: 50.72%;
}

.l-takeout02_photo.-type02 {
	float: right;
}

.l-takeout02_photo p {
	line-height: 0;
}

.l-takeout02_photo p img {
	max-width: 421px;
	width: 100%;
}

.l-takeout02_message {
	float: right;
	width: 49.28%;
	text-align: center;
}

.l-takeout02_message.-type02 {
	float: left;
}

.l-takeout02_message .-ttl {
	font-size: 3.0rem;
	font-weight: bold;
	color: #B5272D;
	line-height: 1.53;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top: 20px;
}

.l-takeout02_message.-type02 .-ttl {
	padding-top: 0;
}

.l-takeout02_message .-message {
	font-size: 1.8rem;
	line-height: 1.66;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 20px;
}

.l-takeout02_message .-btn {
	text-align: center;
	padding-top: 30px;
}

.l-takeout02_message .-btn a {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
	width: 300px;
	height: 60px;
	background: url(../../img/takeout/takeout02-btn.png) left top no-repeat;
	background-size: 300px auto;
	position: relative;
}

@media all and (max-width: 1000px) {
	.l-takeout02_block {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 55px 80px 55px 80px;
		background: url(../../img/takeout/takeout02-bg_sp.png) top center no-repeat transparent;
		background-size: 100% 100%;
	}

	.l-takeout02_photo {
		float: none;
		width: 100%;
		padding-top: 20px;
	}

	.l-takeout02_photo p {
		text-align: center;
	}

	.l-takeout02_photo.-type02 {
		float: none;
	}

	.l-takeout02_message {
		float: none;
		width: 100%;
		text-align: center;
	}

	.l-takeout02_message.-type02 {
		float: none;
	}

	.l-takeout02_message.-type02 .-ttl {
		padding-top: 20px;
	}

	.l-takeout02_message .-btn {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

@media all and (max-width: 767px) {
	.l-takeout02 {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 13.33vw 0;
		background: #9D2025;
		position: relative;
	}

	.l-takeout02:before {
		content: "";
		width: 100%;
		height: 14vw;
		background: url(../../img/takeout/takeout02-bg_top.png) top left repeat-x transparent;
		background-size: 1154px auto;
		position: absolute;
		left: 0;
		top: 0;
	}

	.l-takeout02:after {
		content: "";
		width: 100%;
		height: 14vw;
		background: url(../../img/takeout/takeout02-bg_bottom.png) bottom left repeat-x transparent;
		background-size: 1154px auto;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.l-takeout02_block {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 7.33vw 10.66vw 7.33vw 10.66vw;
		background: url(../../img/takeout/takeout02-bg_sp2.png) top center no-repeat transparent;
		background-size: 100% 100%;
	}

	.l-takeout02_block.-type02 {
		margin: 2.66vw auto 0;
	}

	.l-takeout02_photo {
		float: none;
		width: 100%;
	}

	.l-takeout02_photo.-type02 {
		float: none;
	}

	.l-takeout02_photo p {
		line-height: 0;
	}

	.l-takeout02_photo p img {
		max-width: 56.13vw;
		width: 100%;
	}

	.l-takeout02_message {
		float: none;
		width: 100%;
		text-align: center;
	}

	.l-takeout02_message.-type02 {
		float: none;
	}

	.l-takeout02_message .-ttl {
		font-size: 4vw;
		font-weight: bold;
		color: #B5272D;
		line-height: 1.53;
		letter-spacing: 0.15em;
		text-align: center;
		padding-top: 2.66vw;
	}

	.l-takeout02_message.-type02 .-ttl {
		padding-top: 2.66vw;
	}

	.l-takeout02_message .-message {
		font-size: 3.2vw;
		line-height: 1.66;
		letter-spacing: 0.1em;
		text-align: center;
		padding-top: 2.66vw;
	}

	.l-takeout02_message .-btn {
		text-align: center;
		padding-top: 4vw;
	}

	.l-takeout02_message .-btn a {
		display: inline-block;
		color: #FFFFFF;
		text-align: center;
		padding: 3.33vw 1.33vw;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.15em;
		width: 53.3vw;
		height: 11vw;
		background: url(../../img/takeout/takeout02-btn.png) left top no-repeat;
		background-size: 53.3vw auto;
		position: relative;
	}
}

.l-takeout03 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 80px;
	background: url(../../img/takeout/takeout03-bg01.png) center center repeat-y transparent;
	background-size: 100% auto;
	height: auto;
}

.l-takeout03-inner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../../img/takeout/takeout03-bg01-2.png) top center repeat-y transparent;
	background-size: 100% auto;
	height: auto;
}

.l-takeout03-inner2 {
	display: block;
	width: 100%;
	margin: 40px auto 0;
	padding: 30px 0 0;
	background: url(../../img/takeout/takeout03-bg01-3.png) top center no-repeat transparent;
	background-size: contain;
	height: 391px;
}

.l-takeout03 .l-takeout03__ttl {}

.l-takeout03 .l-takeout03__ttl p {
	background: url(../../img/takeout/takeout-midashi.png) center bottom -2px no-repeat transparent;
	background-size: 224px auto;
	font-size: 3.0rem;
	font-weight: bold;
	color: #B5272D;
	line-height: 1.53;
	letter-spacing: 0.15em;
	text-align: center;
}

.l-takeout03 .l-takeout03__ttl2 {
	padding-top: 10px;
	text-align: center;
}

.l-takeout03 .l-takeout03__ttl2 .-message {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #B5272D;
}

.l-takeout03 .l-takeout03__ttl2 .-message span {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.l-takeout03 .l-takeout03__ttl2_block {
	width: 100%;
	text-align: center;
}

.l-takeout03 .l-takeout03__ttl2_block p {
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;

	background: -moz-linear-gradient(50% 100% 90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
	background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(157, 0, 0, 1)), color-stop(1, rgba(229, 0, 18, 1)));
	background: -o-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
	background: -ms-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9D0000', endColorstr='#E50012' ,GradientType=0)";
	background: linear-gradient(0deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50012', endColorstr='#9D0000', GradientType=0);
}

.l-takeout03 .l-takeout03__ttl2_block p .-large {
	color: #F8F2A6;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
}

.l-takeout03 .l-takeout03__ttl2_block p .-small {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
}

.l-takeout03_list_flex {
	display: flex;
	flex-wrap: wrap;
}

.l-takeout03_list {
	padding-top: 60px;
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px;
}

/* .l-takeout03_list:nth-of-type(3n+2) {
	padding-left: 20px;
}

.l-takeout03_list:nth-of-type(3n) {
	padding-right: 20px;
}

.l-takeout03_list:nth-of-type(3n+1) {
	padding-left: 10px;
	padding-right: 10px;
} */

.l-takeout03_list .-photo {
	text-align: center;
	line-height: 0;
	position: relative;
	z-index: 2;
}

.l-takeout03_list .-photo img {
	max-width: 321px;
	width: 100%;
}

.l-takeout03_list_block {
	padding: 20px 10px 25px;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url(../../img/takeout/takeout03-bg02_left.png), url(../../img/takeout/takeout03-bg02_right.png);
	background-repeat:
		no-repeat,
		/* 最前面の背景レイヤーに対応 */
		no-repeat;
	background-position:
		bottom 15px left 10px,
		/* 最前面の背景レイヤーに対応 */
		bottom 15px right 10px;
	background-size: 67px auto, 67px auto;

	box-shadow: 3px 5px 12px -7px #9e9797;
	position: relative;
	z-index: 1;
	margin-top: 15px;
}

.l-takeout03_list_block.-type02 {
	padding: 20px 30px 30px;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url(../../img/takeout/takeout03-bg02_left.png), url(../../img/takeout/takeout03-bg02_right.png);
	background-repeat:
		no-repeat,
		/* 最前面の背景レイヤーに対応 */
		no-repeat;
	background-position:
		bottom 15px left 20px,
		/* 最前面の背景レイヤーに対応 */
		bottom 15px right 20px;
	background-size: 98px auto, 98px auto;

	box-shadow: 3px 5px 12px -7px #9e9797;
	position: relative;
	z-index: 1;
	margin-top: 25px;
}

.l-takeout03_list_block .-ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #B49838;
	text-align: center;
}

.l-takeout03_list_block .-ttl span {
	font-size: 2.4rem;
	line-height: 1.54;
	letter-spacing: 0.15em;
	color: #222222;
	font-weight: bold;
	position: relative;
}

.l-takeout03_list_block.-type02 .-ttl span {
	font-size: 2.8rem;
	line-height: 1.32;
	letter-spacing: 0.15em;
	color: #222222;
	position: relative;
}

.l-takeout03_list_block .-ttl span:before {
	content: "";
	width: 18px;
	height: 26px;
	background: url(../../img/commitment/commitment05-ico_left.png) left center no-repeat transparent;
	background-size: 18px auto;
	position: absolute;
	left: -1.2em;
	top: 7px;
}

.l-takeout03_list_block.-type02 .-ttl span:before {
	content: "";
	width: 23px;
	height: 32px;
	background: url(../../img/commitment/commitment05-ico_left.png) left center no-repeat transparent;
	background-size: 23px auto;
	position: absolute;
	left: -1.2em;
	top: 7px;
}

.l-takeout03_list_block .-ttl span:after {
	content: "";
	width: 18px;
	height: 26px;
	background: url(../../img/commitment/commitment05-ico_right.png) right center no-repeat transparent;
	background-size: 18px auto;
	position: absolute;
	right: -1.2em;
	top: 7px;
}

.l-takeout03_list_block.-type02 .-ttl span:after {
	content: "";
	width: 23px;
	height: 32px;
	background: url(../../img/commitment/commitment05-ico_right.png) right center no-repeat transparent;
	background-size: 23px auto;
	position: absolute;
	right: -1.2em;
	top: 7px;
}

.l-takeout03_list_block .-ttl2 {
	font-size: 1.4rem;
	line-height: 1.54;
	letter-spacing: 0.15em;
	color: #B5272D;
	font-weight: bold;
	background: url(../../img/commitment/commitment05-midashi02.png) left bottom 2px no-repeat transparent;
	background-size: 141px auto;
	text-align: left;
	margin-top: 10px;
}

.l-takeout03_list_block .-ttl3 {
	font-size: 2.0rem;
	line-height: 1.54;
	letter-spacing: 0.15em;
	color: #B5272D;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.l-takeout03_list_block .l-takeout03_list_table {
	width: 100%;
	display: table;
}

.l-takeout03_list_block .l-takeout03_list_table>p {
	display: table-cell;
	vertical-align: middle;
}

.l-takeout03_list_block .-message {
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.15em;
	color: #222222;
	text-align: left;
	padding: 10px 0px 10px 5px;
}

.l-takeout03_list_block .-message img {
	max-width: 16px;
	width: 100%;
	position: relative;
	top: -3px;
}

.l-takeout03_list_block .-price {
	font-size: 3.0rem;
	line-height: 1.23;
	letter-spacing: 0;
	color: #9D2025;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.l-takeout03_list_block .-price span {
	font-weight: bold;
}

.l-takeout03_table {
	width: 100%;
	display: table;
}

.l-takeout03_table>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: center;
}

.l-takeout03_table .l-left {
	padding-right: 15px;
}

.l-takeout03_table .l-left p {
	line-height: 0;
	text-align: center;
}

.l-takeout03_table .l-left p img {
	max-width: 449px;
	width: 100%;
}

.l-takeout03_block {
	width: 100%;
	padding: 25px 20px 20px;
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	margin-top: 40px;
}

.l-takeout03_block.-type02 {
	margin-top: 20px;
}

.l-takeout03_block .-point {
	line-height: 0;
	text-align: center;
}

.l-takeout03_block .-point img {
	max-width: 26px;
	width: 100%;
}

.l-takeout03_block .-message {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.15em;
	text-align: center;
}

.l-takeout03_block .-message img {
	max-width: 254px;
	width: 100%;
	position: relative;
	margin-right: 5px;
}

.l-takeout03_block .-message img.-point {
	max-width: 28px;
	width: 100%;
	position: relative;
	top: -3px;
}

.l-takeout03_block .-message span {
	color: #E50012;
}

.l-takeout03_block .-message02 {
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top: 10px;
}

.l-takeout03_block .-message03 {
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top: 20px;
}

@media all and (max-width: 767px) {

	.l-takeout03 {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 9.33vw 0 9.33vw;
		background: url(../../img/takeout/takeout03-bg01.png) center center repeat-y transparent;
		background-size: 100% auto;
		height: auto;
	}

	.l-takeout03-inner {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: url(../../img/takeout/takeout03-bg01-2.png) top center repeat-y transparent;
		background-size: 100% auto;
		height: auto;
	}

	.l-takeout03-inner2 {
		display: block;
		width: 100%;
		margin: 9.33vw auto 0;
		padding: 4vw 0 0;
		background: url(../../img/takeout/takeout03-bg01-3_sp.png) top center no-repeat transparent;
		background-size: contain;
		height: auto;
	}

	.l-takeout03 .l-takeout03__ttl {}

	.l-takeout03 .l-takeout03__ttl p {
		background: url(../../img/takeout/takeout-midashi.png) center bottom -2px no-repeat transparent;
		background-size: 29.86vw auto;
		font-size: 4vw;
		font-weight: bold;
		color: #B5272D;
		line-height: 1.53;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-takeout03 .l-takeout03__ttl2 {
		padding-top: 1.33vw;
		text-align: center;
	}

	.l-takeout03 .l-takeout03__ttl2 .-message {
		font-size: 3.0vw;
		font-weight: bold;
		letter-spacing: 0.15em;
		color: #B5272D;
	}

	.l-takeout03 .l-takeout03__ttl2 .-message span {
		font-size: 2.66vw;
		font-weight: bold;
		letter-spacing: 0.15em;
	}

	.l-takeout03 .l-takeout03__ttl2_block {
		width: 100%;
		text-align: center;
	}

	.l-takeout03 .l-takeout03__ttl2_block p {
		display: inline-block;
		color: #FFFFFF;
		padding: 1.33vw;
		font-size: 2.66vw;
		font-weight: bold;
		letter-spacing: 0em;
		text-align: center;
		margin-top: 1.33vw;
		margin-right: 1.33vw;

		background: -moz-linear-gradient(50% 100% 90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(157, 0, 0, 1)), color-stop(1, rgba(229, 0, 18, 1)));
		background: -o-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		background: -ms-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9D0000', endColorstr='#E50012' ,GradientType=0)";
		background: linear-gradient(0deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50012', endColorstr='#9D0000', GradientType=0);
	}

	.l-takeout03 .l-takeout03__ttl2_block p .-large {
		color: #F8F2A6;
		font-size: 3.0vw;
		font-weight: bold;
		letter-spacing: 0em;
		text-align: center;
	}

	.l-takeout03 .l-takeout03__ttl2_block p .-small {
		font-size: 2.4vw;
		font-weight: bold;
		letter-spacing: 0em;
		text-align: center;
	}

	.l-takeout03_list {
		padding-top: 8vw;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.l-takeout03_list:nth-of-type(3n+2) {
		padding-right: 0;
	}

	.l-takeout03_list:nth-of-type(3n) {
		padding-left: 0;
		padding-right: 0;
	}

	.l-takeout03_list:nth-of-type(3n+1) {
		padding-left: 0;
	}

	.l-takeout03_list:nth-of-type(2n) {
		padding-left: 2vw;
		padding-right: 0;
	}

	.l-takeout03_list:nth-of-type(2n+1) {
		padding-left: 0;
		padding-right: 2vw;
	}

	.l-takeout03_list .-photo {
		text-align: center;
		line-height: 0;
		position: relative;
		z-index: 2;
	}

	.l-takeout03_list .-photo img {
		max-width: 42.8vw;
		width: 100%;
	}

	.l-takeout03_list_block {
		padding: 2.66vw 1.33vw 3.33vw;
		background-color: rgba(255, 255, 255, 0.6);
		background-image: url(../../img/takeout/takeout03-bg02_left.png), url(../../img/takeout/takeout03-bg02_right.png);
		background-repeat:
			no-repeat,
			/* 最前面の背景レイヤーに対応 */
			no-repeat;
		background-position:
			bottom 2vw left 1.33vw,
			/* 最前面の背景レイヤーに対応 */
			bottom 2vw right 1.33vw;
		background-size: 8.93vw auto, 8.93vw auto;

		box-shadow: 0.4vw 0.66vw 1.6vw -0.933vw #9e9797;
		position: relative;
		z-index: 1;
		margin-top: 2vw;
	}

	.l-takeout03_list_block.-type02 {
		padding: 2.66vw 4vw 4vw;
		background-color: rgba(255, 255, 255, 0.6);
		background-image: url(../../img/takeout/takeout03-bg02_left.png), url(../../img/takeout/takeout03-bg02_right.png);
		background-repeat:
			no-repeat,
			/* 最前面の背景レイヤーに対応 */
			no-repeat;
		background-position:
			bottom 2vw left 2.66vw,
			/* 最前面の背景レイヤーに対応 */
			bottom 2vw right 2.66vw;
		background-size: 13.4vw auto, 13.4vw auto;

		box-shadow: 0.4vw 0.66vw 1.6vw -0.933vw #9e9797;
		position: relative;
		z-index: 1;
		margin-top: 3.33vw;
	}

	.l-takeout03_list_block .-ttl {
		padding-bottom: 2.66vw;
		border-bottom: 1px solid #B49838;
		text-align: center;
	}

	.l-takeout03_list_block .-ttl span {
		font-size: 3.2vw;
		line-height: 1.54;
		letter-spacing: 0em;
		color: #222222;
		font-weight: bold;
		position: relative;
	}

	.l-takeout03_list_block.-type02 .-ttl span {
		font-size: 3.73vw;
		line-height: 1.54;
		letter-spacing: 0em;
		color: #222222;
		font-weight: bold;
		position: relative;
	}

	.l-takeout03_list_block .-ttl span:before {
		content: "";
		width: 2.4vw;
		height: 3.46vw;
		background: url(../../img/takeout/takeout03-ico_left.png) left center no-repeat transparent;
		background-size: 2.4vw auto;
		position: absolute;
		left: -1.2em;
		top: 0.933vw;
	}

	.l-takeout03_list_block .-ttl span:after {
		content: "";
		width: 2.4vw;
		height: 3.46vw;
		background: url(../../img/takeout/takeout03-ico_right.png) right center no-repeat transparent;
		background-size: 2.4vw auto;
		position: absolute;
		right: -1.2em;
		top: 0.933vw;
	}

	.l-takeout03_list_block.-type02 .-ttl span:before {
		content: "";
		width: 3.2vw;
		height: 5.2vw;
		background: url(../../img/takeout/takeout03-ico_left.png) left center no-repeat transparent;
		background-size: 3.2vw auto;
		position: absolute;
		left: -1.5em;
		top: 0.33vw;
	}

	.l-takeout03_list_block.-type02 .-ttl span:after {
		content: "";
		width: 3.2vw;
		height: 5.2vw;
		background: url(../../img/takeout/takeout03-ico_right.png) right center no-repeat transparent;
		background-size: 3.2vw auto;
		position: absolute;
		right: -1.5em;
		top: 0.33vw;
	}

	.l-takeout03_list_block .-ttl2 {
		font-size: 3.2vw;
		line-height: 1.54;
		letter-spacing: 0.15em;
		color: #B5272D;
		font-weight: bold;
		background: url(../../img/takeout/takeout03-midashi02.png) left bottom 2px no-repeat transparent;
		background-size: 18.8vw auto;
		text-align: left;
		margin-top: 1.33vw;
	}

	.l-takeout03_list_block .-ttl3 {
		font-size: 3.2vw;
		line-height: 1.54;
		letter-spacing: 0.15em;
		color: #B5272D;
		font-weight: bold;
		text-align: center;
		margin-top: 2.33vw;
	}

	.l-takeout03_list_block .l-takeout03_list_table {
		width: 100%;
		display: table;
		padding-top: 2.66vw;
	}

	.l-takeout03_list_block .l-takeout03_list_table>p {
		display: table-cell;
		vertical-align: middle;
	}

	.l-takeout03_list_block .-message {
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: 0em;
		color: #222222;
		text-align: left;
		padding: 0 0 0 0.66vw;
	}

	.l-takeout03_list_block .-message img {
		max-width: 3.2vw;
		width: 100%;
		position: relative;
		top: -0.8vw;
	}

	.l-takeout03_list_block .-price {
		font-size: 3.2vw;
		line-height: 1.23;
		letter-spacing: 0em;
		color: #9D2025;
		font-weight: bold;
		text-align: right;
	}

	.l-takeout03_list_block .-price span {
		font-weight: bold;
	}

	.l-takeout03_table {
		width: 100%;
		display: block;
	}

	.l-takeout03_table>div {
		display: block;
		vertical-align: top;
		width: 100%;
		text-align: center;
	}

	.l-takeout03_table .l-left {
		padding-right: 0;
	}

	.l-takeout03_table .l-left p {
		line-height: 0;
		text-align: center;
	}

	.l-takeout03_table .l-left p img {
		max-width: 75vw;
		width: 100%;
	}

	.l-takeout03_block {
		width: 100%;
		padding: 3.33vw 1.33vw 2.66vw;
		border-top: 1px solid #8D8D8D;
		border-bottom: 1px solid #8D8D8D;
		background-color: rgba(255, 255, 255, 0.6);
		text-align: center;
		margin-top: 6.66vw;
	}

	.l-takeout03_block.-type02 {
		margin-top: 2.66vw;
	}

	.l-takeout03_block .-point {
		line-height: 0;
		text-align: center;
	}

	.l-takeout03_block .-point img {
		max-width: 5.2vw;
		width: 100%;
	}

	.l-takeout03_block .-message {
		padding-top: 0;
		font-weight: bold;
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-takeout03_block .-message img {
		max-width: 33.86vw;
		width: 100%;
		position: relative;
		margin-right: 0.66vw;
		top: -0.4vw;
	}

	.l-takeout03_block .-message img.-point {
		max-width: 3.73vw;
		width: 100%;
		position: relative;
		top: -0.66vw;
	}

	.l-takeout03_block .-message span {
		color: #E50012;
	}

	.l-takeout03_block .-message02 {
		padding-top: 2vw;
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-takeout03_block .-message03 {
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: 0.15em;
		text-align: center;
		padding-top: 2.66vw;
	}

}

.l-takeout04 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 80px;
	background: url("../../img/takeout/takeout04-bg01.png") center center no-repeat transparent;
	background-size: cover;
	height: auto;

	position: relative;
	z-index: 1;
}

.l-takeout04 .l-takeout04__ttl {
	background: url(../../img/takeout/takeout-midashi.png) center bottom -2px no-repeat transparent;
	background-size: 224px auto;
}

.l-takeout04 .l-takeout04__ttl .-sub {
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 2.875;
	letter-spacing: 0.15em;
	text-align: center;
}

.l-takeout04 .l-takeout04__ttl .-main {
	font-size: 3.0rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.53;
	letter-spacing: 0.15em;
	text-align: center;
}

.l-takeout04_list_flex {
	display: flex;
	flex-wrap: wrap;
}

.l-takeout04_list {
	padding-top: 60px;
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px;
}

/* .l-takeout04_list:nth-of-type(3n+2) {
	padding-right: 20px;
}

.l-takeout04_list:nth-of-type(3n) {
	padding-left: 10px;
	padding-right: 10px;
}

.l-takeout04_list:nth-of-type(3n+1) {
	padding-left: 20px;
} */

.l-takeout04_list .-photo {
	text-align: center;
	line-height: 0;
	position: relative;
	z-index: 2;
}

.l-takeout04_list .-photo img {
	max-width: 325px;
	width: 100%;
}

.l-takeout04_list_block {
	padding: 20px 10px;
	background: url(../../img/commitment/commitment05-bg02.png) right 10px bottom 10px no-repeat rgba(255, 255, 255, 0.8);
	background-size: 117px auto;
	box-shadow: 3px 5px 12px -7px #9e9797;
	position: relative;
	z-index: 1;
	margin-top: -20px;
}

.l-takeout04_list_block .-ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #B49838;
	text-align: center;
}

.l-takeout04_list_block .-ttl span {
	font-size: 2.4rem;
	line-height: 1.54;
	letter-spacing: 0em;
	color: #222222;
	font-weight: bold;
	position: relative;
}

.l-takeout04_list_block .-ttl span:before {
	content: "";
	width: 18px;
	height: 26px;
	background: url(../../img/commitment/commitment05-ico_left.png) left center no-repeat transparent;
	background-size: 18px auto;
	position: absolute;
	left: -1.2em;
	top: 7px;
}

.l-takeout04_list_block .-ttl span:after {
	content: "";
	width: 18px;
	height: 26px;
	background: url(../../img/commitment/commitment05-ico_right.png) right center no-repeat transparent;
	background-size: 18px auto;
	position: absolute;
	right: -1.2em;
	top: 7px;
}

.l-takeout04_list_block .-ttl2 {
	font-size: 1.4rem;
	line-height: 1.54;
	letter-spacing: 0.15em;
	color: #B5272D;
	font-weight: bold;
	background: url(../../img/commitment/commitment05-midashi02.png) left bottom 2px no-repeat transparent;
	background-size: 141px auto;
	text-align: left;
	margin-top: 10px;
}

.l-takeout04_list_block .-message {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0em;
	color: #222222;
	text-align: center;
	padding-top: 10px;
}

.l-takeout04__caution {
	text-align: right;
}

.l-takeout04__caution p {
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: 0.15em;
	padding-top: 10px;
	padding-bottom: 25px;
}

.l-takeout04_block {
	width: 100%;
	padding: 20px 5px;
	background: rgba(255, 255, 255, 0.8);
}

.l-takeout04_block_table {
	width: auto;
	display: table;
	margin: 0 auto;
}

.l-takeout04_block_table>div {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.l-takeout04_block_table>.l-left {
	padding-right: 35px;
	text-align: right;
}

.l-takeout04_block_table>.l-right {
	padding-left: 35px;
	text-align: left;
}

.l-takeout04_block_table .-table {
	width: 100%;
	display: table;
}

.l-takeout04_block_table .-table>p {
	display: table-cell;
	vertical-align: middle;
}

.l-takeout04_block_table .-table .-people {
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: #B5272D;
	padding: 10px 20px;
	letter-spacing: 0.15em;
}

.l-takeout04_block_table .-table .-money {
	font-size: 3.0rem;
	line-height: 1.2;
	text-align: center;
	color: #B5272D;
	font-weight: bold;
	padding: 0px 0 0 35px;
	letter-spacing: 0.01em;
}

.l-takeout04_block_table .-table .-money span {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}

.l-takeout04_block_table .-table .-money span.-size {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: baseline;
	position: relative;
	top: -1px;
}

@media all and (max-width: 767px) {

	.l-takeout04 {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 6.66vw 0 9.33vw;
		background: url(../../img/takeout/takeout04-bg01.png) center center no-repeat transparent;
		background-size: 100% 100%;
		height: auto;
	}

	.l-takeout04 .l-takeout04__ttl {
		background: url(../../img/takeout/takeout-midashi.png) center bottom -2px no-repeat transparent;
		background-size: 29.86vw auto;
		font-size: 4vw;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.53;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-takeout04 .l-takeout04__ttl p {}

	.l-takeout04 .l-takeout04__ttl .-sub {
		font-size: 2.66vw;
		color: #FFFFFF;
		line-height: 2.875;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-takeout04 .l-takeout04__ttl .-main {
		font-size: 4vw;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.53;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-takeout04_list {
		padding-top: 8vw;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	/* 
	.l-takeout04_list:nth-of-type(3n+2) {
		padding-right: 0;
	}

	.l-takeout04_list:nth-of-type(3n) {
		padding-left: 0;
		padding-right: 0;
	}

	.l-takeout04_list:nth-of-type(3n+1) {
		padding-left: 0;
	}

	.l-takeout04_list:nth-of-type(2n) {
		padding-left: 0;
		padding-right: 2vw;
	}

	.l-takeout04_list:nth-of-type(2n+1) {
		padding-left: 2vw;
		padding-right: 0;
	} */

	.l-takeout04_list .-photo {
		text-align: center;
		line-height: 0;
		position: relative;
		z-index: 2;
	}

	.l-takeout04_list .-photo img {
		max-width: 43.33vw;
		width: 100%;
	}

	.l-takeout04_list_block {
		padding: 2.66vw 1.33vw;
		background: url(../../img/commitment/commitment05-bg02.png) right 10px bottom 10px no-repeat rgba(255, 255, 255, 0.8);
		background-size: 15.6vw auto;
		box-shadow: 0.4vw 0.66vw 1.6vw -0.933vw #9e9797;
		position: relative;
		z-index: 1;
		margin-top: -2.66vw;
	}

	.l-takeout04_list_block .-ttl {
		padding-bottom: 1.33vw;
		border-bottom: 1px solid #B49838;
		text-align: center;
	}

	.l-takeout04_list_block .-ttl span {
		font-size: 3.2vw;
		line-height: 1.54;
		letter-spacing: 0em;
		color: #222222;
		font-weight: bold;
		position: relative;
	}

	.l-takeout04_list_block .-ttl span:before {
		content: "";
		width: 2.4vw;
		height: 3.46vw;
		background: url(../../img/commitment/commitment05-ico_left.png) left center no-repeat transparent;
		background-size: 2.4vw auto;
		position: absolute;
		left: -1.2em;
		top: 0.933vw;
	}

	.l-takeout04_list_block .-ttl span:after {
		content: "";
		width: 2.4vw;
		height: 3.46vw;
		background: url(../../img/commitment/commitment05-ico_right.png) right center no-repeat transparent;
		background-size: 2.4vw auto;
		position: absolute;
		right: -1.2em;
		top: 0.933vw;
	}

	.l-takeout04_list_block .-ttl2 {
		font-size: 3.2vw;
		line-height: 1.54;
		letter-spacing: 0.15em;
		color: #B5272D;
		font-weight: bold;
		background: url(../../img/commitment/commitment05-midashi02.png) left bottom 2px no-repeat transparent;
		background-size: 18.8vw auto;
		text-align: left;
		margin-top: 1.33vw;
	}

	.l-takeout04_list_block .-message {
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: 0em;
		color: #222222;
		text-align: center;
		padding-top: 1.33vw;
	}

	.l-takeout04__caution {
		text-align: left;
	}

	.l-takeout04__caution p {
		text-align: left;
		font-size: 2.4vw;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.2;
		letter-spacing: 0.15em;
		padding-top: 1.33vw;
		padding-bottom: 3.33vw;
	}

	.l-takeout04_block {
		width: 100%;
		padding: 2.66vw 2.66vw;
		background: rgba(255, 255, 255, 0.8);
	}

	.l-takeout04_block_table {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.l-takeout04_block_table>div {
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: center;
	}

	.l-takeout04_block_table>.l-left {
		padding-right: 0;
		text-align: center;
	}

	.l-takeout04_block_table>.l-right {
		padding-left: 0;
		text-align: center;
		padding-top: 1.33vw;
	}

	.l-takeout04_block_table .-table {
		width: 100%;
		display: table;
	}

	.l-takeout04_block_table .-table>p {
		display: table-cell;
		vertical-align: middle;
	}

	.l-takeout04_block_table .-table .-people {
		font-size: 3.2vw;
		line-height: 1.2;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		background: #B5272D;
		padding: 1.33vw 1.33vw;
		letter-spacing: 0.15em;
	}

	.l-takeout04_block_table .-table .-money {
		font-size: 4vw;
		line-height: 1.2;
		text-align: center;
		color: #B5272D;
		font-weight: bold;
		padding: 0px 0 0 2.66vw;
		letter-spacing: 0.01em;
	}

	.l-takeout04_block_table .-table .-money span {
		font-size: 3.5vw;
		font-weight: bold;
		line-height: 1.2;
	}

	.l-takeout04_block_table .-table .-money span.-size {
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 1.2;
		vertical-align: baseline;
		position: relative;
		top: -0.133vw;
	}
}

.l-grand01_menu {
	width: 100%;
}

.l-grand01_menu .l-grand01_menu_ttl.-type01 {
	background: url(../../img/grand/grand01-bg1.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type02 {
	background: url(../../img/grand/grand01-bg2.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type03 {
	background: url(../../img/grand/grand01-bg3.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type04 {
	background: url(../../img/grand/grand01-bg4.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type05 {
	background: url(../../img/grand/grand01-bg5.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type06 {
	background: url(../../img/grand/grand01-bg6.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type07 {
	background: url(../../img/grand/grand01-bg7.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl.-type08 {
	background: url(../../img/grand/grand01-bg8.png) right bottom no-repeat transparent;
	background-size: 256px auto;
}

.l-grand01_menu .l-grand01_menu_ttl p {
	text-align: center;
	padding: 40px 0px 30px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 0.15em;
}

.l-grand01_menu_table {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	display: block;
	padding: 20px 0 20px 0;
}

.l-grand01_menu_table>div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.l-grand01_menu_table>.-caution {
	display: block;
	width: 100%;
	padding: 0 20px 0;
}

.l-grand01_menu_table>.-caution p {
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
	letter-spacing: 0.15em;
	border-top: 1px solid #DBDBDB;
	padding: 20px 20px 0;
}

.l-grand01_menu_table>.-caution p.taC {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.15em;
	border-top: none;
	padding: 0px 20px 0;
}

.l-grand01_menu_table>div:first-of-type {
	padding: 0 15px 0 20px;
}

.l-grand01_menu_table>div:last-of-type {
	padding: 0 20px 0 15px;
}

.l-grand01_menu_table table {
	width: 100%;
}

.l-grand01_menu_table table tr {
	border-bottom: 1px solid #DBDBDB;
}

.l-grand01_menu_table table tr:last-of-type {
	border-bottom: none;
}

.l-grand01_menu_table table tr th {
	padding: 10px 0px 10px 20px;
	text-align: left;
	width: 53%;
	font-size: 1.6rem;
	line-height: 1.87;
	letter-spacing: 0em;
	vertical-align: middle;
}

.l-grand01_menu_table table tr th.-row2 {
	padding: 20px 0px 20px 20px;
}

.l-grand01_menu_table table tr th span {
	font-size: 1.2rem;
	vertical-align: super;
}

.l-grand01_menu_table table tr td {
	padding: 10px 20px 10px 0;
	text-align: right;
	width: auto;
	font-size: 1.6rem;
	line-height: 1.87;
	letter-spacing: 0em;
	color: #B5272D;
	vertical-align: middle;
	white-space: nowrap;
}

.l-grand01_menu_table02 {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	display: block;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list:nth-of-type(odd) {
	padding-right: 15px;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list:nth-of-type(even) {
	padding-left: 15px;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list.-type02 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list>div {
	width: 100%;
	display: table;
	border-bottom: 1px solid #DBDBDB;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list:nth-last-of-type(2)>div {
	border-bottom: none;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list:last-of-type>div {
	border-bottom: none;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list>div p {
	display: table-cell;
	vertical-align: middle;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list.-type02 .-th {
	width: 80%;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th {
	padding: 0px 0px 0px 20px;
	text-align: left;
	width: 53%;
	font-size: 1.6rem;
	line-height: 1.87;
	letter-spacing: 0em;
	vertical-align: middle;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th.-large {
	width: 80%;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th span {
	color: #B5272D;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th span.-super {
	color: #222222;
	font-size: 1.2rem;
	vertical-align: super;
}

.l-grand01_menu_table02 .l-grand01_menu_table02_list .-td {
	padding: 10px 20px 10px 0;
	text-align: right;
	width: auto;
	font-size: 1.6rem;
	line-height: 1.87;
	letter-spacing: 0em;
	color: #B5272D;
	vertical-align: middle;
	white-space: nowrap;
}

.l-grand01_menu_table02>.-caution {
	display: block;
	width: 100%;
	padding: 0 0px 0;
}

.l-grand01_menu_table02>.-caution p {
	font-size: 1.4rem;
	line-height: 2;
	text-align: left;
	letter-spacing: 0.15em;
	padding: 20px 20px 0;
	border-top: 1px solid #DBDBDB;
}

.l-grand01_menu_table02>.-caution.-type02 p {
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
	letter-spacing: 0.15em;
	padding: 20px 180px 0;
	border-top: none;
}

.l-grand01_menu_table02>.-caution.-type02 p span {
	color: #B5272D;
}

@media all and (max-width: 1400px) {
	.l-grand01_menu_table02>.-caution.-type02 p {
		font-size: 1.6rem;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.15em;
		padding: 20px 7vw 0;
		border-top: none;
	}
}

.l-grand01_menu_table02>.-caution p.taC {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.15em;
	padding: 0px 20px 0;
	border-top: none;
}

.l-grand01_value {
	margin-top: 15px;
	background: #BA1327;
	padding: 0 5px;
	display: table;
	width: 100%;
}

.l-grand01_value>p {
	display: table-cell;
	vertical-align: middle;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	line-height: 1.2;
}

.l-grand01_value>p:first-of-type {
	text-align: right;
	width: 64.6%;
}

.l-grand01_value>p:last-of-type {
	text-align: left;
}

.l-grand01_value>p>img {
	max-width: 31px;
	width: 100%;
	margin-right: 5px;
}

.l-grand01_value>p a {
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 10px;
}

.l-grand01_value>p a img {
	max-width: 209px;
	width: 100%;
}

@media all and (max-width: 767px) {

	.l-grand01 {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 9.33vw 0 9.33vw;
		background: url(../../img/grand/grand01-bg.png) center center no-repeat transparent;
		background-size: cover;
		height: auto;
	}

	.l-grand01 .l-grand01__ttl {}

	.l-grand01 .l-grand01__ttl p {
		background: url(../../img/grand/grand-midashi.png) center bottom -2px no-repeat transparent;
		background-size: 29.86vw auto;
		font-size: 4vw;
		font-weight: bold;
		color: #B5272D;
		line-height: 1.53;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-grand01 .l-grand01__ttl2 {
		padding-top: 1.33vw;
		text-align: center;
	}

	.l-grand01 .l-grand01__ttl2 .-message {
		font-size: 3.0vw;
		font-weight: bold;
		letter-spacing: 0.15em;
		color: #B5272D;
	}

	.l-grand01 .l-grand01__ttl2 .-message span {
		font-size: 2.66vw;
		font-weight: bold;
		letter-spacing: 0.15em;
	}

	.l-grand01 .l-grand01__ttl2_block {
		width: 100%;
		text-align: center;
	}

	.l-grand01 .l-grand01__ttl2_block p {
		display: inline-block;
		color: #FFFFFF;
		padding: 1.33vw;
		font-size: 2.66vw;
		font-weight: bold;
		letter-spacing: 0em;
		text-align: center;
		margin-top: 1.33vw;
		margin-right: 1.33vw;

		background: -moz-linear-gradient(50% 100% 90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(157, 0, 0, 1)), color-stop(1, rgba(229, 0, 18, 1)));
		background: -o-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		background: -ms-linear-gradient(90deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9D0000', endColorstr='#E50012' ,GradientType=0)";
		background: linear-gradient(0deg, rgba(157, 0, 0, 1) 0%, rgba(229, 0, 18, 1) 100%);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50012', endColorstr='#9D0000', GradientType=0);
	}

	.l-grand01 .l-grand01__ttl2_block p .-large {
		color: #F8F2A6;
		font-size: 3.0vw;
		font-weight: bold;
		letter-spacing: 0em;
		text-align: center;
	}

	.l-grand01 .l-grand01__ttl2_block p .-small {
		font-size: 2.4vw;
		font-weight: bold;
		letter-spacing: 0em;
		text-align: center;
	}

	.l-grand01_menu {
		width: 100%;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type01 {
		background: url(../../img/grand/grand01-bg1_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type02 {
		background: url(../../img/grand/grand01-bg2_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type03 {
		background: url(../../img/grand/grand01-bg3_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type04 {
		background: url(../../img/grand/grand01-bg4_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type05 {
		background: url(../../img/grand/grand01-bg5_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type06 {
		background: url(../../img/grand/grand01-bg6_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type07 {
		background: url(../../img/grand/grand01-bg7_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl.-type08 {
		background: url(../../img/grand/grand01-bg8_sp.png) right bottom no-repeat transparent;
		background-size: 80vw auto;
	}

	.l-grand01_menu .l-grand01_menu_ttl p {
		text-align: center;
		padding: 5.33vw 0 4vw;
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.9;
		letter-spacing: 0.15em;
	}

	.l-grand01_menu_table {

		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		border-top: 1px solid #8D8D8D;
		border-bottom: 1px solid #8D8D8D;
		display: block;
		padding: 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table>div {
		width: 100%;
		display: block;
		vertical-align: top;
	}

	.l-grand01_menu_table>.-caution {
		display: block;
		width: 100%;
		padding: 0 2.66vw 0;
	}

	.l-grand01_menu_table>.-caution p {
		font-size: 2.66vw;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.15em;
		border-top: 1px solid #DBDBDB;
		padding: 2.66vw 2.66vw 0;
	}

	.l-grand01_menu_table>.-caution p.taC {
		font-size: 3.2vw;
		line-height: 2;
		text-align: center;
		letter-spacing: 0.15em;
		border-top: none;
		padding: 0 2.66vw 0;
	}

	.l-grand01_menu_table>div:first-of-type {
		padding: 0 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table>div:last-of-type {
		padding: 0 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table table {
		width: 100%;
	}

	.l-grand01_menu_table table tr {
		border-bottom: 1px solid #DBDBDB;
	}

	.l-grand01_menu_table table tr:last-of-type {
		border-bottom: none;
	}

	.l-grand01_menu_table>div:first-of-type table tr:last-of-type {
		border-bottom: 1px solid #DBDBDB;
	}

	.l-grand01_menu_table table tr th {
		padding: 1.33vw 0px 1.33vw 2.66vw;
		text-align: left;
		width: 55%;
		font-size: 3.2vw;
		line-height: 1.87;
		letter-spacing: 0em;
		vertical-align: middle;
	}

	.l-grand01_menu_table table tr th span {
		font-size: 2.66vw;
		vertical-align: super;
	}

	.l-grand01_menu_table table tr th.-row2 {
		padding: 1.33vw 0px 1.33vw 2.66vw;
	}

	.l-grand01_menu_table table tr td {
		padding: 1.33vw 2.66vw 1.33vw 0;
		text-align: right;
		width: auto;
		font-size: 3.2vw;
		line-height: 1.87;
		letter-spacing: 0em;
		color: #B5272D;
		vertical-align: middle;
		white-space: nowrap;
	}

	.l-grand01_menu_table02 {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		border-top: 1px solid #8D8D8D;
		border-bottom: 1px solid #8D8D8D;
		display: block;
		padding: 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 0 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list:nth-child(odd) {
		padding-right: 0;
		padding: 0 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list:nth-child(even) {
		padding-left: 0;
		padding: 0 2.66vw 0 2.66vw;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list>div {
		width: 100%;
		display: table;
		border-bottom: 1px solid #DBDBDB;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list.-blank>div {
		border-bottom: none;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list:nth-last-of-type(2)>div {
		border-bottom: 1px solid #DBDBDB;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list:last-of-type>div {
		border-bottom: none;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list>div p {
		display: table-cell;
		vertical-align: middle;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th {
		padding: 0 0px 0 2.66vw;
		text-align: left;
		width: 55%;
		font-size: 3.2vw;
		line-height: 1.87;
		letter-spacing: 0em;
		vertical-align: middle;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th span {
		color: #B5272D;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list .-th span.-super {
		color: #222222;
		font-size: 2.66vw;
		vertical-align: super;
	}

	.l-grand01_menu_table02 .l-grand01_menu_table02_list .-td {
		padding: 1.33vw 2.66vw 1.33vw 0;
		text-align: right;
		width: auto;
		font-size: 3.2vw;
		line-height: 1.87;
		letter-spacing: 0em;
		color: #B5272D;
		vertical-align: middle;
		white-space: nowrap;
	}

	.l-grand01_menu_table02>.-caution {
		display: block;
		width: 100%;
		padding: 0 2.66vw 0;
	}

	.l-grand01_menu_table02>.-caution p {
		font-size: 2.66vw;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.15em;
		border-top: 1px solid #DBDBDB;
		padding: 2.66vw 2.66vw 0;
	}

	.l-grand01_menu_table02>.-caution.-type02 p {
		font-size: 2.66vw;
		line-height: 2;
		text-align: left;
		letter-spacing: 0.15em;
		padding: 2.66vw 2.66vw 0;
		border-top: none;
	}

	.l-grand01_menu_table02>.-caution p.taC {
		font-size: 3.2vw;
		line-height: 2;
		text-align: center;
		letter-spacing: 0.15em;
		border-top: none;
		padding: 0 2.66vw 0;
	}

	.l-grand01_value {
		margin-top: 2vw;
		background: #BA1327;
		padding: 2.66vw 0.66vw 0;
		display: block;
		width: 100%;
	}

	.l-grand01_value>p {
		display: block;
		vertical-align: middle;
		font-size: 3.2vw;
		font-weight: bold;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		line-height: 1.2;
	}

	.l-grand01_value>p:first-of-type {
		text-align: center;
		width: 100%;
	}

	.l-grand01_value>p:last-of-type {
		text-align: center;
		padding-top: 1.33vw;
	}

	.l-grand01_value>p>img {
		max-width: 6.2vw;
		width: 100%;
		margin-right: 0.66vw;
	}

	.l-grand01_value>p a {
		display: inline-block;
		line-height: 0;
		position: relative;
		top: 0;
	}

	.l-grand01_value>p a img {
		max-width: 41.8vw;
		width: 100%;
	}
}