@charset "utf-8";

/*--------------------------------------
    タイトル
--------------------------------------*/

#title {
	width: 90% ;
	max-width: 1400px;
	height: 250px;
	margin: 90px auto 0;
	position: relative;
}

#title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(45px, 5.5vw, 65px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	position: absolute;
	left: 0;
	bottom: 40px;
}

#title img.sub {
	width: 161px;
	height: 21px;
	position: absolute;
	left: 1%;
	bottom: 0;
}

@media screen and (max-width: 1024px) {
	#title {
	margin: 0 auto;
	}
	#title h2 {
	bottom: 32px;
	}
	#title img.sub {
	width: auto;
	height: 18px;
	}
}

/*--------------------------------------
    タイトル画像
--------------------------------------*/

#top_img {
	width: 100% ;
	height: 700px;
	margin: 70px 0 100px;
}

#top_img img{
	width: 100% ;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	#top_img {
	height: 350px;
	margin: 50px 0 100px;
	}
}

/*--------------------------------------
    電話番号
--------------------------------------*/

#cap {
	width: 90% ;
	max-width: 1400px;
	margin: 0 auto 250px;
}

#cap #tel  {
	text-align: center;
}

#cap #tel h3  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(35px, 4vw, 45px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 0 0 40px;
}

#cap #tel img.contact_tel {
	width: 496px;
	height: 58px;
}

#cap #tel p,
#cap #form p  {
	line-height: 2;
	letter-spacing: 0.08em;
	margin: 10px 0 60px;
}

@media screen and (max-width: 1024px) {
	#cap #tel h3  {
	margin: 0 0 30px;
	}
	#cap #tel img.contact_tel {
	width: 100%;
	height: auto;
	}	
}

/*--------------------------------------
    フォーム
--------------------------------------*/

#cap #form h3  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(35px, 4vw, 45px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 60px 0 40px;
}

#cap #form p a {
	text-decoration: underline;
}

#cap #form .box  {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
}

#cap #form .box p {
	margin: 0;
}

@media screen and (max-width: 1024px) {
	#cap #form h3  {
	margin: 60px 0 30px;
	letter-spacing: 0.05em;
	}	
}

/*---フォーム---*/

#cap #form .box table {
	border-collapse: collapse;
	width: 100%;
	letter-spacing: 0.05em;
}

#cap #form .box table th {
	text-align: right;
	vertical-align: top;
	width: 32%;
	padding: 15px 4% 0 0;
	font-weight: normal;
}

#cap #form .box table th.check {
	padding: 9px 4% 0 0;
}

#cap #form .box table td {
	width: 64%;
	padding: 8px 0;
}

#cap #form .box table td p{
	padding: 10px 0 0;
	line-height: 1.7;
}

#cap #form .box table td input[type="text"],
#cap #form .box table td input[type="email"],
#cap #form .box table td input[type="tel"],
#cap #form .box table td textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 550px;
	font-size: 110%;
	letter-spacing: 0.05em;
	padding: 12px 15px 10px;
	border: 1px solid #333;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

#cap #form .box table td input[type="radio"] {
	position: relative;
	top: -2px;
}

#cap #form .box .button {
	text-align: center;
	margin: 45px 0 0;
}

#cap #form .box .button input[type="submit"] {
	width: 300px;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding: 0.75% 2%;
	color: #fff;
    background-color: #333;
	border: 1px solid #333;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

#cap #form .box .button input[type="submit"]:hover {
	opacity: 0.7;
}

@media screen and (max-width: 580px) {
	#cap #form .box table tr,
	#cap #form .box table th,
	#cap #form .box table td {
	display: block;
	}
	#cap #form .box table th {
	text-align: left;
	width: 96%;
	padding: 10px 4% 5px 0;
	}
	#cap #form .box table td {
	width: 100%;
	padding: 0 0 10px;
	}
	#cap #form .box table td p{
	padding-left:1em;
	text-indent:-1em;
	}
	#cap #form .box table td input[type="text"],
	#cap #form .box table td input[type="email"],
	#cap #form .box table td input[type="tel"],
	#cap #form .box table td textarea {
	max-width: 100%;
	padding: 2% 3.5%;
	}
	#cap #form .box .button p {
	text-align: left;
	}
	#cap #form .box .button input[type="submit"] {
	width: 80%;
	padding: 15px 2%;
	}
}