@charset "UTF-8";
/* CSS Document */

img {
	width: 100%;
	height: auto;
}

.visiblePc {
	display: block;
}

.visibleSp {
	display: none;
}

.contents {
	letter-spacing: 0.03em;
}

.mw900 {
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/*-----------------------title------------------------*/

.contents h1 {
	margin-top: 70px;
	margin-bottom: 35px;
	padding: 0 0 20px;
	border-bottom: 2px solid #000;
	font-size: 22px;
	color: #000;
	letter-spacing: .05rem;
	text-align: center;
}

.contents h2 {
	position: relative;
	padding: 0 0 20px;
	font-size: 18px;
	letter-spacing: .1rem;
	color: #004ea2;
	text-align: center;
}

.contents h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	width: 8%;
	border-bottom: 1px solid #004ea2;
}

.contents h3 {
	margin: 60px auto 0;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	letter-spacing: .05rem;
}

/*-----------------------tel------------------------*/
#tel {
	color: #000;
	text-align: center;
}

.txt_tel {
	display: inline-block;
	margin: 40px auto 0;
	padding: 0 5px;
	border-bottom: 2px solid #000;
	font-size: 30px;
	font-weight: 800;
}

.txt_hours {
	margin: 20px auto 0;
}

.txt_hours02 {
	margin: 0 auto;
}

/*-----------------------form------------------------*/
input[type="text"],
input[type="number"],
input[type="email"],
textarea {
	box-sizing: border-box;
	padding: 15px 10px;
	margin: 0 auto;
	border: 1px solid #fff;
	outline: none;
	transition: .3s ease all;
	background: #d5e4ec;
	font-size: 16px;
}

select {
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #666;
	outline: none;
	font-size: 16px;
	line-height: 1.6;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #004ea2;
}

.mb120 {
	margin-bottom: 120px;
}

/*-----------------------mail------------------------*/
#mailform {
	margin: 60px auto 0;
}

#content .lst-form li {
	width: 100%;
}

#content input,
#content textarea {
	width: 100%;
}

#content textarea {
	height: 15vw;
}

.required .ttl .lst-form {
	margin: 10px auto 0;
}

.lst-form {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lst-form li {
	margin: 20px 0 0;
	width: calc(100% / 2.02);
}

.lst-form li.w13 {
	width: 13%;
}

.lst-form li.w25,
.lst-form li.age,
.lst-form li.zip {
	width: 25%;
}
.lst-form li.zip input{
	width: 150px;
}
.lst-form li.zip br{
	display: none;
}
.lst-form li.w50 {
	width: calc(100% / 2.02);
}

.lst-form li.w60 {
	width: 60%;
}

.lst-form li.telnum {
	width: 55%;
}

.lst-form li.telnum input[type="number"] {
	width: 100%;
}

.lst-form li.gender {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 75%;
}

.lst-form li.gender .ttl {
	width: 100%;
}

.lst-form li.gender label:last-child {
	margin-left: 1rem;
}

.lst-form input[type="text"],
.lst-form input[type="email"] {
	width: 100%;
}

.lst-form input[type="number"] {
	width: 9rem;
}

.lst-form .ttl {
	position: relative;
	line-height: 2;
}

.lst-form .ttl span {
	font-size: 80%;
}

.lst-form .required .ttl::after {
	content: "※必須";
	padding: 0 0 0 1rem;
	color: #f00;
	font-size: 80%;
}

.lst-form select {
	padding: 15px 10px;
	width: 7rem;
}

.btn-srch_zip {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
	background: none;
	padding: 0 .6rem 0 0;
	text-decoration: underline;
}

.btn-srch_zip::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000;
}

.btn-link {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 50px auto 0;
	border: none;
	border-radius: 25px;
	background: #004ea2;
	width: 268px;
	transition: .5s ease all;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: .25rem;
}

.btn-link:hover {
	background: #2d8ae8;
}

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

	.mw900 {
		width: 90%;
	}

	.contents h1 span {
		padding-left: 2vw;
	}

	.contents h2 {
		font-size: 3vw;
	}

	.contents h3 {
		font-size: 2.8vw;
	}

	.lst-form {
		display: block;
		font-size: 2.8vw;
	}

	.lst-form li,
	.lst-form li.w13,
	.lst-form li.w25,
	.lst-form li.telnum,
	.lst-form li.zip {
		width: 50%;
	}

	.lst-form li.zip input {
		width: 16rem;
	}

	.lst-form select {
		width: 16vw;
	}

	.btn-srch_zip {
		padding: 0 1rem 0 0;
	}

	.btn-link {
		margin: 6vw auto 0;
	}
}

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



	.contents h1 {
		font-size: 5.5vw;
		margin: 11vw auto;
		width: 90%;
	}

	.contents h1 span {
		display: inline-block;
		font-size: 4.5vw;
		margin: 3vw 0 0;
		padding-left: 0;
	}

	.contents h2 {
		padding: 0 0 2vw;
		font-size: 4vw;
	}

	.contents h3 {
		font-size: 4vw;
	}

	.btn-link {
		margin: 2vw auto 0;
		font-size: 3vw;
	}

	.lst-form .ttl {
		font-size: 3.5vw;
	}

	.lst-form select {
		width: 100%;
	}

	.lst-form li.age {
		width: 40%;
	}

	.lst-form li.w50,
	.lst-form li.w60,
	.lst-form li.zip {
		width: 100%;
	}

	.btn-link {
		margin: 10vw auto 0;
	}


}