@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/grand/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/grand/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-grand01 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 80px;
	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: 224px auto;
	font-size: 3.0rem;
	font-weight: bold;
	color: #B5272D;
	line-height: 1.53;
	letter-spacing: 0.15em;
	text-align: center;
}

.l-grand01 .l-grand01__ttl2 {
	padding-top: 10px;
	text-align: center;
}

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

.l-grand01 .l-grand01__ttl2 .-message span {
	font-size: 1.4rem;
	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: 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-grand01 .l-grand01__ttl2_block p .-large {
	color: #F8F2A6;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: center;
}

.l-grand01 .l-grand01__ttl2_block p .-small {
	font-size: 1.2rem;
	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.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: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.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;
	vertical-align: top;
}

.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%;
	}
}

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

	position: relative;
	z-index: 1;
}

.l-grand02 .l-grand02__ttl {}

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

.l-grand02 .l-grand02__ttl2 {
	padding-top: 50px;
}

.l-grand02 .l-grand02__ttl2 p {
	text-align: center;
}

.l-grand02 .l-grand02__ttl2 p span {
	font-size: 3.0rem;
	line-height: 1.2;
	letter-spacing: 0.07em;
	color: #FCF497;
	font-weight: bold;
	position: relative;
}

.l-grand02 .l-grand02__ttl2 p span:before {
	content: "";
	width: 40px;
	height: 28px;
	background: url(../../img/grand/grand02-img01.png) left center no-repeat transparent;
	background-size: 40px auto;
	position: absolute;
	left: -1.7em;
	top: 10px;
}

.l-grand02 .l-grand02__ttl2 p span:after {
	content: "";
	width: 40px;
	height: 28px;
	background: url(../../img/grand/grand02-img01.png) right center no-repeat transparent;
	background-size: 40px auto;
	position: absolute;
	right: -1.7em;
	top: 10px;
}

.l-grand02 .l-grand02__ttl3 {
	padding-top: 30px;
}

.l-grand02 .l-grand02__ttl3 p {
	text-align: center;
	font-size: 4.0rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-weight: bold;
}

.l-grand02 .l-grand02__ttl3 p span {
	font-size: 2.6rem;
	line-height: 1.2;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	font-weight: bold;
}

.l-grand02__image {
	padding-top: 50px;
	padding-bottom: 60px;
}

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

.l-grand02__image p img {
	max-width: 1000px;
	width: 100%;
}

.l-grand02__course {
	width: 500px;
	height: 370px;
	background: url(../../img/grand/grand02-bg01.png) center center no-repeat transparent;
	background-size: contain;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
}

.l-grand02__course .-ttl {}

.l-grand02__course .-ttl span {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.15em;
	color: #3B070A;
	font-weight: bold;
	position: relative;
}

.l-grand02__course .-ttl span:before {
	content: "";
	width: 109px;
	height: 1px;
	background: url(../../img/grand/grand02-midashi.png) left center no-repeat transparent;
	background-size: 109px auto;
	position: absolute;
	left: -120px;
	top: 12px;
}

.l-grand02__course .-ttl span:after {
	content: "";
	width: 109px;
	height: 1px;
	background: url(../../img/grand/grand02-midashi.png) right center no-repeat transparent;
	background-size: 109px auto;
	position: absolute;
	right: -120px;
	top: 12px;
}

.l-grand02__course .-message {
	font-size: 1.6rem;
	line-height: 2.3;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
}

.l-grand02__course .-caution {
	font-size: 1.3rem;
	display: block;
	position: relative;
	padding-left: 1.2em;
	text-align: left;
}

.l-grand02__course .-caution:before {
	content: "※";
	position: absolute;
	left: -1em;
	padding-left: 1em;
}

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

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

	.l-grand02 .l-grand02__ttl {}

	.l-grand02 .l-grand02__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: #FFFFFF;
		line-height: 1.53;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.l-grand02 .l-grand02__ttl2 {
		padding-top: 6.66vw;
	}

	.l-grand02 .l-grand02__ttl2 p {
		text-align: center;
	}

	.l-grand02 .l-grand02__ttl2 p span {
		font-size: 4vw;
		line-height: 1.2;
		letter-spacing: 0.07em;
		color: #FCF497;
		font-weight: bold;
		position: relative;
	}

	.l-grand02 .l-grand02__ttl2 p span:before {
		content: "";
		width: 8vw;
		height: 5.6vw;
		background: url(../../img/grand/grand02-img01.png) left center no-repeat transparent;
		background-size: 8vw auto;
		position: absolute;
		left: -1.7em;
		top: 1.33vw;
	}

	.l-grand02 .l-grand02__ttl2 p span:after {
		content: "";
		width: 8vw;
		height: 5.6vw;
		background: url(../../img/grand/grand02-img01.png) right center no-repeat transparent;
		background-size: 8vw auto;
		position: absolute;
		right: -1.7em;
		top: 1.33vw;
	}

	.l-grand02 .l-grand02__ttl3 {
		padding-top: 4vw;
	}

	.l-grand02 .l-grand02__ttl3 p {
		text-align: center;
		font-size: 5.33vw;
		line-height: 1.2;
		letter-spacing: 0.1em;
		color: #FFFFFF;
		font-weight: bold;
	}

	.l-grand02 .l-grand02__ttl3 p span {
		font-size: 4vw;
		line-height: 1.2;
		letter-spacing: 0.15em;
		color: #FFFFFF;
		font-weight: bold;
	}

	.l-grand02__image {
		padding-top: 6.66vw;
		padding-bottom: 8vw;
	}

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

	.l-grand02__image p img {
		max-width: 768px;
		width: 100%;
	}

	.l-grand02__course {
		width: 100%;
		height: auto;
		background: url(../../img/grand/grand02-bg01.png) top center no-repeat transparent;
		background-size: 100% 100%;
		text-align: center;
		margin: 0 auto;
		padding: 8vw 4vw;
	}

	.l-grand02__course .-ttl {}

	.l-grand02__course .-ttl span {
		font-size: 3.2vw;
		line-height: 1.2;
		letter-spacing: 0.15em;
		color: #3B070A;
		font-weight: bold;
		position: relative;
	}

	.l-grand02__course .-ttl span:before {
		content: "";
		width: 14.53vw;
		height: 1px;
		background: url(../../img/grand/grand02-midashi.png) left center no-repeat transparent;
		background-size: 14.53vw auto;
		position: absolute;
		left: -16vw;
		top: 2.66vw;
	}

	.l-grand02__course .-ttl span:after {
		content: "";
		width: 14.53vw;
		height: 1px;
		background: url(../../img/grand/grand02-midashi.png) right center no-repeat transparent;
		background-size: 14.53vw auto;
		position: absolute;
		right: -16vw;
		top: 2.66vw;
	}

	.l-grand02__course .-message {
		font-size: 3.2vw;
		line-height: 2.3;
		text-align: center;
		padding-top: 2.66vw;
		padding-bottom: 3.33vw;
	}

	.l-grand02__course .-caution {
		font-size: 2.66vw;
		display: block;
		position: relative;
		padding-left: 1.2em;
		text-align: left;
	}

	.l-grand02__course .-caution:before {
		content: "※";
		position: absolute;
		left: -1em;
		padding-left: 1em;
	}

}

.l-grand03 {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 58px;
	background: url("../../img/grand/grand03-bg.png") center center no-repeat transparent;
	background-size: cover;
	height: auto;

	position: relative;
	z-index: 2;
}

.l-grand03_block {}

.l-grand03_block .l-ttl0 {
	position: relative;
	top: -20px;
}

.l-grand03_block .l-ttl0 p {
	line-height: 0;
	text-align: center;
}

.l-grand03_block .l-ttl0 p img {
	max-width: 682px;
	width: 100%;
}

.l-grand03_table {
	background: rgba(255, 255, 255, 0.6);
	padding: 30px 20px;
	border-top: 1px solid #8D8D8D;
	border-bottom: 1px solid #8D8D8D;
	margin-top: 30px;

	background-image: url(../../img/grand/grand03-bg_left.png), url(../../img/grand/grand03-bg_right.png);
	background-repeat: no-repeat,
		/* 最前面の背景レイヤーに対応 */
		no-repeat;
	background-position: bottom 30px left 20px,
		/* 最前面の背景レイヤーに対応 */
		bottom 30px right 20px;
	background-size: 209px auto, 209px auto;

	text-align: center;
}

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

.l-grand03 .l-ttl .-sub {
	font-size: 1.4rem;
	font-weight: bold;
	color: #B5272D;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}

.l-grand03 .l-ttl .-main {
	font-size: 2.4rem;
	font-weight: bold;
	color: #B5272D;
	line-height: 1.9;
	letter-spacing: 0.15em;
	text-align: center;
}

.l-grand03_menu {
	display: inline-block;
	padding-right: 40px;
	padding-top: 20px;
}

@media all and (max-width: 1400px) {
	.l-grand03_menu {
		display: inline-block;
		padding-right: 2.85vw;
		padding-top: 20px;
	}
}

.l-grand03_menu:last-of-type {
	padding-right: 0;
}

.l-grand03_menu p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.31;
}

.l-grand03_menu p span {
	font-size: 1.2rem;
	color: #B5272D;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

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

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

		position: relative;
		z-index: 2;
	}

	.l-grand03_block {}

	.l-grand03_block .l-ttl0 {
		position: relative;
		top: -4vw;
	}

	.l-grand03_block .l-ttl0 p {
		line-height: 0;
		text-align: center;
	}

	.l-grand03_block .l-ttl0 p img {
		max-width: 79.4vw;
		width: 100%;
	}

	.l-grand03_table {
		background: rgba(255, 255, 255, 0.6);
		padding: 4vw;
		border-top: 1px solid #8D8D8D;
		border-bottom: 1px solid #8D8D8D;
		margin-top: 4vw;

		background-image: url(../../img/grand/grand03-bg_left.png), url(../../img/grand/grand03-bg_right.png);
		background-repeat: no-repeat,
			/* 最前面の背景レイヤーに対応 */
			no-repeat;
		background-position: bottom 4vw left 4vw,
			/* 最前面の背景レイヤーに対応 */
			bottom 4vw right 4vw;
		background-size: 27.86vw auto, 27.86vw auto;

		text-align: center;
	}

	.l-grand03 .l-ttl {
		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: #FFFFFF;
		line-height: 1.53;
		letter-spacing: 0.15em;
	}

	.l-grand03 .l-ttl .-sub {
		font-size: 2.66vw;
		font-weight: bold;
		color: #B5272D;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
	}

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

	.l-grand03_menu {
		display: inline-block;
		width: 100%;
		/*padding-right:5.33vw;*/
		padding-right: 0;
		padding-top: 0;
		text-align: center;
	}

	.l-grand03_menu.-fast {
		padding-top: 2.66vw;
	}

	.l-grand03_menu:last-of-type {
		padding-right: 0;
	}

	.l-grand03_menu p {
		text-align: left;
		font-size: 2.66vw;
		line-height: 2.31;
	}

	.l-grand03_menu p span {
		font-size: 2.4vw;
		color: #B5272D;
		position: relative;
		top: -0.13vw;
		margin-right: 0.66vw;
	}

}