@charset "utf-8";

.page-facility {
	padding: 220px 0 0;
	background:
		url(../images/home/eye-bg.jpg) no-repeat center 108px / 100% auto,
		#ffebf1;
}

main section {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 10px;
	box-sizing: border-box;
}
main section h2 {
	margin-bottom: 35px;
	color: #d8577f;
	font-family: "logotypegothic";
	font-size: 35px;
}

.bg-white {
	background: #fff;
}

#about {
	padding-top: 0;
	overflow: hidden;
}

#about .about-hdg {
	letter-spacing: 1.2em;
	margin-right: -1.2em;
}

#about p {
	font-family: "logotypegothic";
	font-size: 26px;
}

#about p + p {
	margin-top: 1em;
}

#about p.small {
	font-size: 21px;
}

#join p {
	font-family: "logotypegothic";
	font-size: 21px;
}

#item .title {
	margin-bottom: 30px;
}
#item h3,
#item3 h3,
#registration h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #d8577f;
	font-family: "logotypegothic";
	font-size: 35px;
	margin-bottom: 30px;
}
#item p,
#item2 p,
#item3 p,
#item4 p,
#registration .table,
#registration p {
	font-family: "logotypegothic";
	font-size: 18px;
	margin-bottom: 30px;
}

#item h2.title {
	overflow: hidden;
	display: flex;
	gap: 10px;
	line-height: 1.4;
	justify-content: center;
	align-items: center;
}

#item h2.title span {
	flex-shrink: 0;
}
#item h2.title span br {
	display: none;
}

#item .img {
	margin-bottom: 30px;
}

#registration .table {
	width: 100%;
	max-width: 670px;
	/* height: 180px; */
	margin: 0 auto;
	border: 2px solid #ebbecc;
	color: #000;
	font-size: 20px;
	line-height: 1.4;
}
#registration .tablecont {
	padding: 5px 15px;
}

#registration .table .tabletitle {
	background-color: #ebbecc;
	padding: 4px 10px;
}

#registration .table table {
	width: 100%;
	height: 100%;
}

#registration .table td {
	padding: 0px 12px;
}
#registration .table tr:not(:first-child) td {
	border-top: 1px solid #ebbecc;
}
#registration .table td:first-child {
	border-right: 1px solid #ebbecc;
}
#registration .table td:first-child {
	border-image: linear-gradient(0deg, transparent 15px, #d8577f) 1;
}

#registration .table td:nth-child(2) {
	text-align: left;
}

#registration .table td:last-child {
	border-image: linear-gradient(180deg, transparent 15px, #d8577f) 1;
}

#registration .howto img {
	margin-left: -15px;
}

#registration h3 {
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 46px;
	font-family: "logotypegothic";
}

#registration .text p {
	margin-bottom: 5px;
}

#registration .howtoflow {
	margin-bottom: 30px;
}
#registration .comment p {
	text-align: left;
	width: 100%;
	max-width: 670px;
	margin: 20px auto 0;
	font-family: "logotypegothic";
	font-size: 15px;
	color: #000;
	line-height: 1.4;
}

#registration .formfaxtext {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 10px;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    
    background: url(../images/facility/formfax-bg.png) no-repeat center;
}

#entry .text {
	margin-bottom: 30px;
}

#entry .btns {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 20px;
}
#entry .btns a {
	margin: 0 5px;
}

#entry .memo {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#sec07 {
	max-width: none;
}

.form-area {
	text-align: left;
}
.form-area * {
	box-sizing: border-box;
}
.formTable-wrapper {
	margin-bottom: 30px;
}
.formTable {
	width: 100%;
	line-height: 1.71;
	background: #fff;
}
.formTable th,
.formTable td {
	padding-bottom: 20px;
	vertical-align: top;
	box-sizing: border-box;
}
.formTable th {
	padding: 10px 15px;
	background: #add87f;
	color: #272626;
	text-align: left;
}
.formTable tr:not(:first-child) th {
	border-top: 1px solid #fff;
}
.formTable td {
	border: 1px solid #aaa;
	padding: 10px 15px;
	background: #fafafa;
	text-align: left;
}

.formTable td input[type="text"],
.formTable td input[type="email"],
.formTable td input[type="tel"],
.formTable td input[type="url"],
.formTable td input[type="number"],
.formTable td textarea {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
}
.formTable td input.w100per,
.formTable td textarea {
	width: 100%;
}
.formTable .item-td > p + p {
	margin-top: 10px;
}
.formTable .item-td .item-name {
	float: left;
	min-width: 250px;
	text-align: left;
}
.formTable .item-td .item-cont {
	display: inline-block;
}
.formTable .item-td input[type="text"],
.formTable .item-td input[type="number"] {
	width: 3em;
}
.form-area .checks {
	margin-bottom: 30px;
}
.form-area .btns {
	text-align: center;
}
.form-area .btns input[type="button"],
.form-area .btns input[type="submit"] {
	display: inline-block;
	margin: 5px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ",
		"ＭＳ Ｐゴシック", sans-serif;
	cursor: pointer;
	padding: 0;
	background: #fff;
	border: 1px solid #848075;
	color: #534741;
}
.form-area .btns input[type="submit"].wpcf7c-elm-step2 {
	border: 1px solid #ed7fad;
	background: #ed7fad;
	color: #fff;
}

@media only screen and (max-width: 800px) {
	.page-facility {
		padding-top: 160px;
		background-position: center 73px;
	}
	.formTable tr:not(:first-child) th {
		border-top: none;
	}
	.formTable th,
	td {
		display: block;
	}
	span.wpcf7-list-item {
		margin-left: 0;
	}
	.your-place1 .wpcf7-list-item {
		display: block;
	}
	.your-place2 input {
		width: 100%;
	}
	div.wpcf7 .ajax-loader {
		display: block;
	}

	main section {
		padding: 35px 10px;
	}

	#item h3,
	#item3 h3,
	#registration h3 {
		font-size: 22px;
	}

	#item p,
	#item2 p,
	#item3 p,
	#item4 p,
	#registration .table,
	#registration p {
		font-size: 16px;
		line-height: 1.6;
	}

	main section h2 {
		font-family: "logotypegothic";
		font-size: 22px;
	}

	#about p {
		font-size: 18px;
	}
	#about p.small {
		font-size: 16px;
	}

	#join p {
		font-size: 16px;
	}

	#item h3 img {
		width: 50px;
	}

	#item .img {
		margin-bottom: 0;
	}

	#item h2.title {
		gap: 5px;
	}
	#item h2.title span br {
		display: inline;
	}

	#item3 h3 img {
		width: 50px;
	}

	#registration .table {
		font-size: 16px;
	}
	#registration .tablecont {
		padding: 5px 10px;
	}
	#registration .table td:first-child {
		border-right: none;
		padding-top: 5px;
	}
	#registration .table td:nth-child(2) {
		padding-bottom: 5px;
		text-align: center;
	}

	#registration .table td {
		padding: 0 5px;
	}

	#registration h3 {
		font-size: 26px;
	}

	#registration .comment p {
		font-size: 14px;
	}


	#registration .formfaxtext {
		font-size: 15px;

	}







}
