@charset "UTF-8";

.pIntro {}

.pIntro_title {
	position: relative;
	z-index: 1;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

.pIntro_title::after {
	content: "";
	display: block;
	height: 10px;
	background-color: #ccba8a;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 0);
	background-size: 15px 15px;
	background-repeat: repeat;
	margin-top: 15px;
}

.pIntro_title::before {
	content: "";
	display: block;
	height: 10px;
	background-color: #ccba8a;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 0);
	background-size: 15px 15px;
	background-repeat: repeat;
	margin-bottom: 15px;
}

.pIntro_title>img {
	display: block;
	position: absolute;
	z-index: 2;
	top: -87px;
	right: -30px;
}

.pIntro_headline {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 65' preserveAspectRatio='none'%3E%3Cpath fill='%23E83428' d='M220,0v65c0,0-30.8-4.6-58.9-8.8c-23.7-3.5-45.5-6.8-45.5-6.8l-46.3,6.2L0,65V0H220z'/%3E%3C/svg%3E");
	width: 220px;
	height: 65px;
	color: #fff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-bottom: 12px;
	position: relative;
	z-index: 2;
	margin-top: -10px;
	margin-bottom: 35px;
}

.pIntro_cols {
	display: flex;
	justify-content: space-between;
}

.pIntro_col {}

.pIntro_col-no1 {
	width: calc(100% - 400px);
}

.pIntro_subhead {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.pIntro_text {
	margin-bottom: 1.5em;
}

.pIntro_text:last-child {
	margin-bottom: 0;
}

.pIntro_list {
	list-style: none;
}

.pIntro_list>li {}

.pIntro_list>li:first-child {}

.pIntro_list>li:last-child {}

.pIntro_list>li:nth-child(2n + 1) {}

.pIntro_list>li:nth-child(n + 3) {}

.pIntro_list>li>a {
	/*display: block;*/
}

.pIntro_list>li>a::before {
	content: "";
}

.pIntro_list>li>a::after {
	content: " ＞";
}

.pIntro_col-no2 {
	width: 340px;
}

.pIntro_image {}

.pIntro_image>img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (min-width:1000px) {
	.pIntro_list>li>a:hover {}
}

@media screen and (max-width:999px) {
	.pIntro {}

	.pIntro_title {
		font-size: 30px;
	}

	.pIntro_title::after {
		height: 8px;
	}

	.pIntro_title::before {
		height: 8px;
	}

	.pIntro_title>img {
		right: -7px;
		top: -70px;
	}

	.pIntro_headline {
		margin-top: -8px;
	}

	.pIntro_cols {}

	.pIntro_col {}

	.pIntro_col-no1 {
		width: calc(100% - 310px);
	}

	.pIntro_subhead {
		font-size: 22px;
	}

	.pIntro_text {}

	.pIntro_text:last-child {}

	.pIntro_list {}

	.pIntro_list>li {}

	.pIntro_list>li:first-child {}

	.pIntro_list>li:last-child {}

	.pIntro_list>li:nth-child(2n + 1) {}

	.pIntro_list>li:nth-child(n + 3) {}

	.pIntro_list>li>a {}

	.pIntro_list>li>a::before {}

	.pIntro_list>li>a::after {}

	.pIntro_col-no2 {
		width: 280px;
	}

	.pIntro_image {}

	.pIntro_image>img {}
}

.form_table td.-point input[type="text"],
.form_table td.-place input[type="text"] {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.pIntro {
		margin-top: 50px;
	}

	.pIntro_title {
		font-size: 20px;
	}

	.pIntro_title::after {
		height: 5px;
		background-size: 10px 10px;
		margin-top: 10px;
	}

	.pIntro_title::before {
		height: 5px;
		background-size: 10px 10px;
		margin-bottom: 10px;
	}

	.pIntro_title>img {
		width: 80px;
		top: -43px;
		right: -6px;
	}

	.pIntro_headline {
		font-size: 13px;
		margin: -5px auto 20px;
		height: 45px;
		width: 150px;
	}

	.pIntro_cols {
		display: block;
	}

	.pIntro_col {
		width: auto;
	}

	.pIntro_col-no1 {
		margin-bottom: 15px;
	}

	.pIntro_subhead {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.pIntro_text {
		margin-bottom: 1em;
	}

	.pIntro_text:last-child {}

	.pIntro_list {}

	.pIntro_list>li {}

	.pIntro_list>li:first-child {}

	.pIntro_list>li:last-child {}

	.pIntro_list>li:nth-child(2n + 1) {}

	.pIntro_list>li:nth-child(n + 3) {}

	.pIntro_list>li>a {}

	.pIntro_list>li>a::before {}

	.pIntro_list>li>a::after {}

	.pIntro_col-no2 {}

	.pIntro_image {}

	.pIntro_image>img {
		width: 100%;
	}
}