@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: 237px;
	height: 30px;
	position: absolute;
	left: 0.4%;
	bottom: 0;
}

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

/*--------------------------------------
    フライヤー画像
--------------------------------------*/

#flyer_img {
	width: 90%;
	max-width: 1280px;
	margin: 70px auto 100px;
}

#flyer_img img {
	width: 48.5%;
}

#flyer_img img:first-child {
	margin: 0 3% 0 0;
}

@media screen and (max-width: 580px) {
	#flyer_img img {
	width: 100%;
	}
	#flyer_img img:first-child {
	margin: 0 auto 20px;
	}
}

/*--------------------------------------
    プラン
--------------------------------------*/

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

#cap #plan {
	margin: 60px 0 70px;
}

#cap #plan 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 #plan h3 span {
	letter-spacing: -0.35em;
}

#cap #plan h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: left;
	margin: 38px 0 18px;
}

#cap #plan h5 {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: left;
}

#cap #plan h5 span.price {
	font-size: 27px;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
}

#cap #plan h5 span.tax {
	font-size: 15px;
}

#cap #plan p {
	letter-spacing: 0.08em;
	margin: 0 0 10px;
}

#cap #plan p:last-child {
	letter-spacing: 0.08em;
	margin: 38px 0 10px;
}

/*--------------------------------------
    お申し込み
--------------------------------------*/

#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  {
	line-height: 2;
	letter-spacing: 0.08em;
	margin: 10px 0 60px;
}

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

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

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

@media screen and (max-width: 1024px) {
	#cap #plan h3,
	#cap #form h3  {
	margin: 60px 0 30px;
	}	
}

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

#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-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: -3px;
}

#cap #form .box table td.date input[type="text"] {
	margin: 0 0 10px 10px;
	width: 300px;
	padding: 12px 15px 10px;
}

#cap #form .box table td.date span {
	position: relative;
	top: -2px;
}

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

#cap #form .box table td select {
	-webkit-appearance : none;
	appearance : none;
	box-sizing: border-box;
	font-size: 110%;
	color: #000;
	background: #fff;
	letter-spacing: 0.05em;
	padding: 12px 15px 10px;
	border: 1px solid #333;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	-webkit-border-radius: 0px;
}

#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-tap-highlight-color : rgba(0,0,0,0);
    -webkit-appearance : none;
}

#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 input[type="radio"],
	#cap #form .box table td p, 
	#cap #form .box table td.date p {
	padding-left: 1em;
	text-indent: -1em;
	}
	#cap #form .box table td .mb_no {
	display: none;
	}
	#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%;
	}
	#cap #form .box table td.date input[type="text"] {
	margin: 0 0 10px 0;
	width: 100%;
	}
	#cap #form .box .button p {
	text-align: left;
	}
	#cap #form .box .button input[type="submit"] {
	width: 80%;
	padding: 15px 2%;
	}
}
