/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
.topMv {
	background: url(/menu/images/menu_mv.jpg) left 50% top no-repeat;
	background-size: cover;
	height: 40vh;
	position: relative;
}
.topMv h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 6.0rem;
	font-weight: normal;
	transform: translateX(-50%) translateY(-50%);
}
topMv h2 {
	font-size: 2.4rem;
}
/*----------------------------------------------------
	☆chuikgaki
----------------------------------------------------*/

.attention {
	margin: 80px auto 0;
	line-height: 1.6;
	text-align: left;
	font-family: 'Noto Sans';
}
/*----------------------------------------------------
	☆grandMenu
----------------------------------------------------*/
.grandMenu {
	margin-top: 80px;
}

.grandMenu .imgArea img {
	width: 100%;
	vertical-align: top;
}
.grandMenu .titleArea {
	background-color: #0b674b;
	padding: 25px 0;
	font-size: 2rem;
}
.grandMenu  a {
	display: block;
	color: #ffffff;
	border: 2px solid #0b674b;
}
/*----------------------------------------------------
	☆otherContent
----------------------------------------------------*/
.otherContent {
	padding: 80px 0 100px;
}

/*---------------------------------------------------------------------------
	☆forSP
---------------------------------------------------------------------------*/

/*----------------------------------------------------
	☆SPmv
----------------------------------------------------*/
@media only screen and (max-width: 800px) {
.topMv {
	height: 15vh;
}
.topMv h2 {
	font-size: 2.4rem;
}
/*----------------------------------------------------
	☆SPchuikgaki
----------------------------------------------------*/

.attention {
	margin: 40px auto 0;
	line-height: 1.4;
}
/*----------------------------------------------------
	☆SPgrandMenu
----------------------------------------------------*/
.grandMenu {
	margin-top: 0px;
}
.grandMenu ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.grandMenu ul li:nth-child(4n) {
	margin-right: 2%;
}
.grandMenu ul li:nth-child(n+9) {
	margin-bottom: 15px;
}
.grandMenu ul li:nth-child(n+7) {
	margin-bottom: 0;
}
.grandMenu ul li:nth-child(3n) {
	margin-right: 0%;
}
.grandMenu .titleArea {
	font-size: 1.4rem;
	display: table;
	height: 40px;
	text-align: center;
	width: 100%;
	padding: 0;
}
.grandMenu .titleArea span {
	display: table-cell;
	vertical-align: middle;
}
.grandMenu li a {
	border: 1px solid #0b674b;
}
.grandMenu .titleArea i {
	font-size: 75%;
}
/*----------------------------------------------------
	☆SPotherContent
----------------------------------------------------*/
.otherContent {
	padding: 40px 0 0;
}
}
