@charset "UTF-8";

body {
	min-width: auto;
}

.puest_hd {
	width: 100%;
}

.puest_hd figure {
	width: 100%;
}

.puest_hd figure img {
	width: 100%;
	height: auto;
}

.intro {
	border-bottom: 1px solid #000;
	padding-bottom: 300px;
}

.intro_catch_txt {
	margin-bottom: 48px;
	font-size: 40px;
	line-height: 1.375;
	text-shadow: 2px 2px 0 #00EBFF;
}

.intro_txt {
	margin-bottom: 55px;
}

.intro_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.example {
	margin-top: -150px;
}

.ex_cnt {
	background: url(../img/cmn/grid-bg@2x.png) center / 75px 75px repeat;
	border: 1px solid #000;
	padding: 50px 20px;
	width: 100%;
	position: relative;
}

.ex_ttl {
	border: 1px solid #000;
	box-shadow: 2px 2px 0 #00EBFF;
	padding: 12px;
	font-weight: bold;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 650px;
	margin: -85px auto 20px;
	background-color: #fff;
}

.ex_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px 35px;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
}

.ex_list li {
	background-color: #00EBFF;
	border-radius: 25px 25px 25px 0;
	padding: 5px 22px;
}

.ex_list li:nth-child(even) {
	background-color: #C4FF00;
}

.ex_deco01 {
	position: absolute;
	left: 30px;
	top: 40px;
}

.ex_deco02 {
	position: absolute;
	right: 40px;
	top: 40px;
}

.cntact_ttl {
	color: #00EBFF;
	font-size: 60px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}

.cntact_ttl h2 {
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #000;
}

.tel_cnt {
	margin: 50px 0 70px;
}

.tel_cnt_hd_ttl {
	position: relative;
	padding-bottom: 25px;
	border-bottom: #e4e4e4 solid 5px;
	font-size: 24px;
	line-height: 1;
}

.tel_cnt_hd_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 360px;
	height: 5px;
	background: #c4ff00;
}


.tel_cnt_hd {
	margin-bottom: 40px;
}

.tel_cnt_wrap {
	display: flex;
	gap: 100px;
}

.tel_cnt_wrap_detail>p {
	font-size: 30px;
	line-height: 1.2;
}

.tel_cnt_wrap_detail>p a {
	font-size: 1.2em;
}






.form_top {
	margin-bottom: 33px;
	padding-bottom: 40px;
	text-align: center;
}

.form_cnt.date_cnt .form_cnt_hd {
	margin-bottom: 0;
}

.date_note {
	margin-bottom: 20px;
}

.date_cnt_detail {
	display: flex;
	flex-flow: column;
	gap: 10px;
}

.date_detail_cnt {
	display: flex;
	align-items: center;
	gap: 14px;
}

.date_detail_cnt input[type="text"].date_picker {
	width: 250px;
}

.smallhd {
	font-size: 14px;
}

.address_cnt_detail_place {
	display: flex;
	align-items: center;
	gap: 22px;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-flow: column;
	gap: 4px;
}

.form_cnt_hd_ttl::before {
	background: #00EBFF;
}


@media screen and (max-width:1240px) {}

@media screen and (max-width:768px) {
	.intro {}

	.intro_txt {}

	.intro_head {
		flex-direction: column;
	}

	.intro_catch_txt {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.ex_ttl {
		font-size: 18px;
	}

	.ex_deco01 {
		left: 10px;
		top: -48px;
	}

	.ex_deco02 {
		right: 8px;
		top: 15px;
	}

	.ex_list {
		gap: 12px;
	}

	.ex_list li {
		width: 100%;
		text-align: center;
	}

	.cntact_ttl {
		font-size: 40px;
		line-height: 1;
	}

	.cntact_ttl h2 {
		font-size: 20px;
		margin-top: 20px;
	}

	.form_top {
		text-align: left;
	}


	.tel_cnt_hd_ttl {
		padding-bottom: 11px;
		font-size: 18px;
		line-height: 1.2;
	}

	.tel_cnt:first-child {
		margin-bottom: 30px;
	}

	.tel_cnt {
		margin: 30px 0 40px;
	}

	.tel_cnt_hd {
		margin-bottom: 15px;
	}

	.tel_cnt_hd_ttl {
		padding-bottom: 11px;
		font-size: 18px;
		line-height: 1.2;
	}

	.tel_cnt_hd_ttl::before {
		width: 100px;
	}

	.tel_cnt_wrap {
		flex-flow: column;
		gap: 20px;
	}

	.tel_cnt_wrap_detail>p {
		font-size: 24px;
	}

	.tel_cnt_wrap_detail>span {
		font-size: 14px;
	}

	.form_top {}

	.form_cnt.date_cnt .form_cnt_hd {}

	.date_note {}

	.date_cnt_detail {}

	.date_detail_cnt {
		flex-flow: column;
		align-items: start;
		gap: 5px;
	}

	.date_detail_cnt input[type="date"] {}

	.smallhd {}

	.address_cnt_detail_place {
		gap: 8px;
		white-space: nowrap;
	}

	.wpcf7-list-item label {
		display: flex;
		align-items: baseline;
	}

	.wpcf7-list-item input[type="radio"] {
		margin-top: 0.2em;
		flex-shrink: 0;
		align-self: auto;
	}

}