/**
 * common
 */
h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.4;
}

p {
	font-size: 16px;
}

section {
	margin: 60px auto;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.center {
	text-align: center;
}

/**
 * kv
 */
.kv {
	margin: unset !important;
	background-image: url("../image/cover.png");
	background-size: cover;
	width: 100%;
	height: 800px;
}

.kv-block {
	top: 20%;
	left: 10%;
	position: relative;
}

.kv-sentence {
	font-size: 42px;
	font-family: "ヒラギノ明朝 ProN";
	background-color: #ffffff;
	display: inline-block;
  padding: 15px;
}

/**
 * about
 */
.about {
	margin-top: unset !important;
	background-color: #DDB039;
	color: #ffffff;
}

.about a {
	color: #ffffff !important;
	font-size: 16px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
}

.about a:hover {
	text-decoration: none;
}

.about img {
	width: 200px;
}

.about-box {
	padding: 100px;
	display: flex;
}

.about .left-box {
	width: 300px;
	margin-right: 40px;
}

.about .right-box {
	margin-top: 10px;
}

/**
 * action
 */
.action {
	max-width: 1000px;
}

.action h3 {
	font-size: 24px;
	font-weight: bold;
}

.action img {
	width: 200px;
}

.action-description {
	margin-bottom: 100px;
}

.action li {
	margin-top: 60px;
	width: 800px;
	display: flex;
}

.action .left-description {
	margin-left: 60px;
}

.action li .box-image {
	margin: 0 20px;
}

/**
 * event
 */
.event {
	padding: 80px 0;
	background-color: #F5F5F5;
}

.event-description {
	margin-top: 60px !important;
	width: 800px;
	margin: 0 auto;
}

.event img {
	display: block;
	margin: 0 auto;
	padding-top: 60px;
}

/**
 * timetable
 */
.timetable .event-date {
	display: block;
	margin-top: 40px !important;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #DDB039;
	width: 600px;
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	vertical-align: middle;
}

.shop-list {
	margin: 0 auto;
	width: 600px;
}

.shop-list-line {
	margin-right: 60px;
}

.shop-list-line:before {
	content: "●";
	color: #DDB039;
	position: absolute;
	padding-right: 40px;
  padding-top: 60px;
  font-size: 20px;
}

.shop {
	border-left: 3px solid #DDB039;
  padding-left: 50px;
  margin-left: 8px;
}

.timetable dl {
	padding-top: 60px;
	max-width: 600px;
}

.timetable dt {
	font-weight: bold;
	font-size: 24px;
	color: #DDB039;
	margin-bottom: 8px;
}

.timetable dd {
	font-size: 16px;
	margin-bottom: 40px;
}

.timetable img {
	width: 400px;
}


/** 
 * smart phone
 */
@media screen and (max-width: 767px) {
	h2 {
		font-size: 28px;
	}

	.container {
		padding: 0 30px;
	}

	.kv {
		background-position: 65%;
	}

	.kv-block {
		top: 12%;
		left: 5%;
		max-width: 350px;
	}

	.kv-sentence {
		font-size: 28px;
		padding: 5px;
	}

	.about {
		padding: 60px 0;
	}

	.about-box {
		display: block;
		padding: unset;
	}

	.about-box img {
		width: 120px;
	}

	.about-box .left-box {
		text-align: center;
	}

	.action li {
		display: flex;
		flex-direction: column;
		margin-bottom: 60px !important;
	}

	.action-description {
		text-align: left;
		margin-bottom: 60px;
	}

	.left-description {
		margin: unset !important;
		max-width: 600px;
		width: 100% !important;
	}

	.right-description {
		margin: unset !important;
		max-width: 600px;
		width: 100% !important;
	}

	.right-description .box-image {
		order: 2;
	}

	.right-description .box-description {
		order: 1;
	}

	.action .box-description {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.action img {
		display: block;
		margin: 0 auto;
	}

	.event-description {
		width: 100% !important;
		max-width: 600px;
	}

	.event img {
		width: 80%;
	}

	.timetable .event-date {
		width: 100% !important;
		max-width: 400px;
	}

	.shop-list {
		width: 100%;
	}

	.shop {
		padding-left: 20px;
	}

	.timetable dl {
		max-width: 350px !important
	}

	.timetable dt {
		font-size: 18px;
	}

	.shop img {
		width: 95% !important;
	}
}