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


.pc {
	display: block;
}
.sp {
	display: none;
}
.tac {
	text-align: center;
}
section {
	width: 90%;
	background-image: url(/lavarock-k/assets/img/w_line.png);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 60px 0;
}
section:first-of-type {
	background-image: none;
	margin-top: 150px;
	padding: 0;
}
section:nth-of-type(2){
	background-image: none;
	padding: 0 0 60px;
}
h1 {
	width: 100%;
	text-align: center;
	margin: 0 0 25px;
}
h2 {
	width: 100%;
}
h2#month {
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
}
h3 {
	font-size: 23px;
	line-height: 170%;
	margin: 20px 0 15px;
}
h3 > small {
	font-size: 90%;
	font-weight: normal;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 170%;
	margin: 18px 0 10px;
}
p {
	line-height: 180%;
	margin-bottom: 10px;
}
.menu {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: flex-start; /*縦*/
	box-sizing: border-box;
	margin: 0 auto 60px;
}
.menu > div:nth-of-type(1) {
	width: 60%;
}
ul {
	margin-left: 30px;
}
ul > li {
	line-height: 160%;
	text-indent:-.6em;
	padding-bottom:.3em;
}
ul > li:before {
    display: inline-block;
	font-size: 14px;
	padding-right: 3px;
}
ul.square > li:before {
    content: "■";
}
ul.circle > li:before {
    content: "○";
}
ul.dots > li:before {
    content: "・";
}
.menu > div:nth-of-type(2) {
	width: 40%;
}
.menu > div:nth-of-type(2) img {
	width: 100%;
	height: auto;
}
.menu > div:nth-of-type(2) > p {
	margin-bottom: 15px;
}
.slick-slide img {
	width: 100%;
}
	@media only screen and (max-width: 768px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
		section:first-of-type {
			width: 100%;
			margin-top: 87px;
		}
		h2#month,
		h3,
		h4 {
			font-size: 20px;
		}
		.menu {
			width: 100%;
			display: block;
			margin: 0 auto 10px;
		}
		.menu > div:nth-of-type(1),
		.menu > div:nth-of-type(2) {
			width: 100%;
		}
		.menu > div:nth-of-type(2) {
			margin-top: 30px;
		}
	}
