@charset "Shift_JIS";
/*----------------------------------------------------

 Top

----------------------------------------------------*/
/*
----------------------------------------------------*/
.sec_presen .stt {
	padding-bottom: 0;
}

.sec_presen article {
	margin: 30px auto;
	line-height: 1.7;
	font-size: 1.4rem;
}
.sec_presen .btt h4 {
	padding-left: 1em;
}
.sec_presen .data {
	padding-left: 20px;
}

.sec_presen .date-list {
	font-weight: bold;
	font-size: 1.5rem;
	margin-left: 0;
	margin-top: 0;
}
.sec_presen .date-list li,
.sec_presen .naiyo-list li {
	margin-bottom: .75em;
}
.sec_presen .naiyo-list {
	margin-left: 2em;
	margin-top: .5em;
	list-style-type: decimal;
	font-weight: bold;
	font-size: 1.5rem;
}
.sec_presen .date-list .close {
	padding-left: 1em;
	font-size: .9em;
}
.sec_presen .yokoku {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1em;
}
.sec_presen .yokoku .red {
	border-bottom: 2px solid #f00;
}

/* 地図　*/
.sec_presen .kaijo-item:not(:last-of-type) {
	margin-bottom: 30px;
}
.sec_presen .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	margin-top: 1em;
}
.sec_presen .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ボタン */
.sec_presen .btn {
	margin: 30px 0;
}
.sec_presen .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
}
.sec_presen .enq a {
	background-color: #23ac38;
	box-shadow: 0 2px 0 #05740c;
}
.sec_presen .enq a:hover {
	text-decoration: none;
}


@media screen and (min-width:40em) {
	.sec_presen .enq {
		position: absolute;
		right: 0;
		bottom: calc(100% - 40px);
	}
	.sec_presen .btn a {
		width: 80%;
		margin: 0 auto;
	}
	.sec_presen .enq a {
		width: 380px;
	}
	/* 日程　*/
	.sec_presen .date-list {
		font-size: 1.8rem;
	}
	/* 内容　*/
	.sec_presen .naiyo-list {
		padding-left: .5em;
		font-size: 1.7rem;
	}
	.sec_presen .naiyo-list li {
		margin-bottom: .5em;
	}
	/* 地図　*/
	.sec_presen .kaijo-box {
		display: flex;
		width: 100%;
		column-gap: 4%;
	}
	.sec_presen .kaijo-item {
		width: 50%;
	}
	.sec_presen .kaijo-item:not(:last-of-type) {
  margin-bottom: 0;
}
}




/*-------------------------*/
.aisatsu {
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #ccc;
}

@media screen and (min-width:40em) {
	.aisatsu {
		margin: 30px auto;
		width: 90%;
		padding: 20px;
	}
}
/*-------------------------*/
.movie-box {}
.movie-box .movie01 {}
.movie-box .movie02 {
	margin-top: 1em
}
.movie-box .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	height: 50px;
	background-color: #dc3c14
}
@media screen and (min-width:40em) {
	.movie-box {
		display: flex;
		justify-content: space-between;
	}
	.movie-box .movie01 {
		width: 50%;
	}
	.movie-box .movie02 {
		margin-top: 0;
		width: 45%;
	}
	.sec_presen .btn {
		margin: 40px 0;
}
	.movie-box .btn a {
		height: 70px;
	}
}


/*-------------------------*/
@media screen and (min-width:40em) {}
/*-------------------------*/
@media screen and (min-width:40em) {}
