@charset "UTF-8";
/* CSS Document */

/* ============================
		reset
 ============================ */



/* for PC */
@media screen and (min-width: 1201px) {

	.menuListSection {
	margin-bottom: 10em !important;
	}


	.menuListSection .smartContainer {
	width: 100%;
	}

	.menuListSection .mainList li {
	margin-bottom: 10px;
	float: left;
	width: calc(33.333333% - 20px);
	margin-right: 30px;
	}
	
	.menuListSection .mainList li:nth-child(even) {
	float: left;
	}
	.menuListSection .mainList li:nth-child(odd) {
	clear: none;
	}
	
	.menuListSection .mainList li:nth-child(3n) {
	margin-right: 0;
	}
	
	.menuListSection .mainList li:nth-child(3n+1) {
	clear: both;
	}

	.wideContainer {
	width: 1200px;
	margin: 0 auto;
	}

	.menuListSection .mainList li a {
	display: block;
	background-image: url("../../common/images/mark_arrow002.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 2.2rem;
	border-left: solid 7px #347e3f;
	line-height: 28px;
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	}

	.menuListSection .mainList li.booked a {
	line-height: 1.2em;
	font-size: 1.8rem;
	padding-top: 15px;
	padding-bottom: 15px;
/*	padding: 20px 20px 20px 30px; */
	}


}


/* for SP & TB */
@media screen and (max-width: 1200px) {

	.menuListSection .mainList {	
	}

	.menuListSection .mainList li {
	margin-bottom: 2em;
	}

	.menuListSection .mainList li a {
	display: block;
	background-image: url("../../common/images/mark_arrow002.svg");
	background-repeat: no-repeat;
	background-position: right 5px center;

	font-size: 1.6rem;
	border-left: solid 5px #347e3f;
	line-height: 20px;
	/* padding-left: 7px; */
	margin-bottom: 25px;
	position: relative;

	border: 1px solid #CCC;
	padding: 20px 20px 20px 30px;
	border-radius: 4px;
	}

}





/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
