@charset "UTF-8";
@import url('common.css');

/* CSS Document */

@media (min-width:1400px) {
	#main {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 200px;
		overflow: hidden;

		.wrap {
			padding-top: 50px;
			width: 900px;
			margin: 0 auto;

			.contact_info {
				width: 100%;
				font-size: 16px;
				line-height: 32px;
				margin-top: 20px;
				margin-bottom: 20px;
				margin-left: auto;
				margin-right: auto;
				font-family: "Noto Sans JP", sans-serif;
			}

			.contact_tel {
				width: 100%;
				font-size: 32px;
				line-height: 38px;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: bold;

				.jikan {
					font-size: 16px;
					font-family: "Noto Sans JP", sans-serif;
				}
			}

			.form {
				width: 900px;
				height: auto;
				margin-right: auto;
				margin-left: auto;
				margin-top: 30px;

				.form_title {
					font-family: "Noto Sans JP", sans-serif;
					font-size: 18px;
					display: flex;
					margin-bottom: 10px;

					.hissu {
						height: 20px;
						width: 40px;
						font-family: "Noto Sans JP", sans-serif;
						color: #ffffff;
						margin-top: 9px;
						margin-bottom: 9px;
						font-size: 12px;
						line-height: 20px;
						text-align: center;
						display: inline-block;
						margin-left: 10px;
						background-color: #D2BB61;
					}
				}

				.form_input {
					width: 100%;
					margin-bottom: 30px;

					input[type="text"] {
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						width: 100%;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}

					input[type="date"] {
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}

					textarea {
						width: 100%;
						height: 300px;
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}
				}

				/* =========================
 個人情報保護方針リンク
========================= */
				.sendbtn_box {
					margin-top: 50px;
					width: 100%;
				}

				.sendbtn_box .doitext {
					width: 100%;
					font-size: 16px;
					letter-spacing: 0.1em;
					text-align: center;
					margin-bottom: 50px;
				}

				/* リンク本体 */
				.sendbtn_box .doitext a {
					text-decoration: none;
					color: #273a8b;
					position: relative;
					display: inline-block;

					font-family: "Zen Kaku Gothic New", sans-serif;
					font-size: 16px;
					letter-spacing: 0.1em;

					transition: color 0.3s ease;
				}

				/* 下線 */
				.sendbtn_box .doitext a::after {
					content: "";
					position: absolute;
					left: 0;
					bottom: -3px;
					width: 0%;
					height: 1px;
					background: #a9b3df;
					transition: width 0.3s ease;
				}

				.sendbtn_box .doitext a:hover {
					color: #a9b3df;
				}

				.sendbtn_box .doitext a:hover::after {
					width: 100%;
				}

				/* =========================
 ボタン
========================= */
				/* .sendbtn_box .submitbtn {
					-moz-appearance: none;
					-webkit-appearance: none;
					appearance: none;
					width: 440px;
					height: 80px;
					margin: 0 auto;
					display: flex;
					align-items: center;
					justify-content: center;
					background-color: #D2BB61;
					font-size: 24px;
					color: #ffffff;
					font-family: "Noto Sans JP", sans-serif;
					border: none;
					border-radius: 10px;
				} */
				.sendbtn_box .submitbtn {
					appearance: none;
					width: auto;
					padding: 14px 36px;
					margin: 40px auto 0;
					display: flex;
					align-items: center;
					justify-content: center;
					font-family: "Zen Old Mincho", serif;
					font-weight: 400;
					font-size: 18px;
					letter-spacing: 0.15em;
					color: #000000;
					background: transparent;
					border: 1px solid #c2c2c2;
					border-radius: 2px;
					cursor: pointer;
					position: relative;
					transition: all 0.35s cubic-bezier(.22, .61, .36, 1);
				}

				.sendbtn_box .submitbtn:hover {
					background: #D2BB61;
					color: #fff;
					transform: translateY(-2px);
					border: 1px solid #D2BB61;
				}

				.sendbtn_box .submitbtn::after {
					content: "";
					position: absolute;
					left: 50%;
					bottom: 8px;
					width: 0%;
					height: 1px;
					background: #fff;
					transform: translateX(-50%);
					transition: width 0.3s ease;
				}

				.sendbtn_box .submitbtn:hover::after {
					width: 60%;
				}
			}
		}
	}
}

@media (max-width:1399px) and (min-width:601px) {
	#main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 200px;
		overflow: hidden;
		position: relative;

		.wrap {
			padding-top: 50px;
			width: 90%;
			margin: 0 auto;

			.contact_info {
				width: 100%;
				font-size: 16px;
				line-height: 32px;
				margin-top: 20px;
				margin-bottom: 20px;
				margin-left: auto;
				margin-right: auto;
				font-family: "Noto Sans JP", sans-serif;
			}

			.contact_tel {
				width: 100%;
				font-size: 32px;
				line-height: 38px;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: bold;

				.jikan {
					font-size: 16px;
					font-family: "Noto Sans JP", sans-serif;
				}
			}

			.form {
				width: 90%;
				height: auto;
				margin-right: auto;
				margin-left: auto;
				margin-top: 30px;

				.form_title {
					font-family: "Noto Sans JP", sans-serif;
					font-size: 18px;
					display: flex;
					margin-bottom: 10px;

					.hissu {
						height: 20px;
						width: 40px;
						font-family: "Noto Sans JP", sans-serif;
						color: #ffffff;
						margin-top: 9px;
						margin-bottom: 9px;
						font-size: 12px;
						line-height: 20px;
						text-align: center;
						display: inline-block;
						margin-left: 10px;
						background-color: #D2BB61;
					}
				}

				.form_input {
					width: 100%;
					margin-bottom: 30px;

					input[type="text"] {
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						width: 100%;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}

					input[type="date"] {
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}

					textarea {
						width: 100%;
						height: 300px;
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}
				}

				.sendbtn_box {
					margin-top: 50px;
					width: 100%;
				}

				.sendbtn_box .doitext {
					width: 100%;
					font-size: 16px;
					letter-spacing: 0.1em;
					text-align: center;
					margin-bottom: 50px;
				}

				/* リンク本体 */
				.sendbtn_box .doitext a {
					text-decoration: none;
					color: #273a8b;
					position: relative;
					display: inline-block;

					font-family: "Zen Kaku Gothic New", sans-serif;
					font-size: 16px;
					letter-spacing: 0.1em;

					transition: color 0.3s ease, transform 0.15s ease, opacity 0.15s ease;
				}

				/* 下線（初期なし） */
				.sendbtn_box .doitext a::after {
					content: "";
					position: absolute;
					left: 0;
					bottom: -3px;
					width: 0%;
					height: 1px;
					background: #a9b3df;
					transition: width 0.3s ease;
				}

				.sendbtn_box .doitext a:active {
					transform: scale(0.96);
					opacity: 0.6;
				}

				.sendbtn_box .doitext a {
					-webkit-tap-highlight-color: transparent;
				}

				.sendbtn_box .submitbtn {
					appearance: none;
					width: auto;
					padding: 14px 36px;
					margin: 40px auto 0;
					display: flex;
					align-items: center;
					justify-content: center;
					font-family: "Zen Old Mincho", serif;
					font-weight: 400;
					font-size: 18px;
					letter-spacing: 0.15em;
					color: #000000;
					background: transparent;
					border: 1px solid #c2c2c2;
					border-radius: 2px;
					cursor: pointer;
					position: relative;
					transition: all 0.35s cubic-bezier(.22, .61, .36, 1);
				}

				.sendbtn_box .submitbtn:hover {
					background: #D2BB61;
					color: #fff;
					transform: translateY(-2px);
					border: 1px solid #D2BB61;
				}

				.sendbtn_box .submitbtn::after {
					content: "";
					position: absolute;
					left: 50%;
					bottom: 8px;
					width: 0%;
					height: 1px;
					background: #fff;
					transform: translateX(-50%);
					transition: width 0.3s ease;
				}

				.sendbtn_box .submitbtn:hover::after {
					width: 60%;
				}
			}
		}
	}
}

@media (max-width:600px) {
	#main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 200px;
		overflow: hidden;
		position: relative;

		.wrap {
			padding-top: 50px;
			width: 100%;
			margin: 0 auto;

			.contact_info {
				width: 90%;
				font-size: 4vw;
				line-height: 2em;
				margin-top: 20px;
				margin-bottom: 20px;
				margin-left: auto;
				margin-right: auto;
				font-family: "Noto Sans JP", sans-serif;
			}

			.contact_tel {
				width: 100%;
				font-size: 32px;
				line-height: 38px;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: bold;

				.jikan {
					font-size: 16px;
					font-family: "Noto Sans JP", sans-serif;
				}
			}

			.form {
				width: 90%;
				height: auto;
				margin-right: auto;
				margin-left: auto;
				margin-top: 30px;

				.form_title {
					font-family: "Noto Sans JP", sans-serif;
					font-size: 4vw;
					display: flex;
					margin-bottom: 10px;
					display: flex;
					align-items: center;

					.hissu {
						height: 5vw;
						width: 40px;
						vertical-align: middle;
						font-family: "Noto Sans JP", sans-serif;
						color: #ffffff;
						font-size: 2.5vw;
						line-height: 20px;
						text-align: center;
						display: inline-block;
						margin-left: 10px;
						background-color: #D2BB61;
					}
				}

				.form_input {
					width: 100%;
					margin-bottom: 30px;

					input[type="text"] {
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						width: 100%;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 3vw;
						line-height: 1em;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}

					input[type="date"] {
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 16px;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}

					textarea {
						width: 100%;
						height: 300px;
						-moz-appearance: none;
						-webkit-appearance: none;
						appearance: none;
						padding: 8px 10px;
						border: 1px solid #dddddd;
						border-radius: 5px;
						font-size: 3.5vw;
						line-height: 16px;
						font-family: "Noto Sans JP", sans-serif;
						font-size: 16px;
					}
				}

				.sendbtn_box {
					margin-top: 50px;
					width: 100%;
				}

				.sendbtn_box .doitext {
					width: 100%;
					font-size: 3.5vw;
					letter-spacing: 0.1em;
					text-align: center;
					margin-bottom: 50px;
				}

				/* リンク本体 */
				.sendbtn_box .doitext a {
					text-decoration: none;
					color: #273a8b;
					position: relative;
					display: inline-block;
					font-family: "Zen Kaku Gothic New", sans-serif;
					font-size: 3.5vw;
					letter-spacing: 0.1em;
					transition: color 0.3s ease, transform 0.15s ease, opacity 0.15s ease;
				}

				/* 下線（初期なし） */
				.sendbtn_box .doitext a::after {
					content: "";
					position: absolute;
					left: 0;
					bottom: -3px;
					width: 0%;
					height: 1px;
					background: #a9b3df;
					transition: width 0.3s ease;
				}

				.sendbtn_box .doitext a:active {
					transform: scale(0.96);
					opacity: 0.6;
				}

				.sendbtn_box .doitext a {
					-webkit-tap-highlight-color: transparent;
				}

				.sendbtn_box .submitbtn {
					appearance: none;
					width: auto;
					padding: 14px 36px;
					margin: 40px auto 0;
					display: flex;
					align-items: center;
					justify-content: center;
					font-family: "Zen Old Mincho", serif;
					font-weight: 400;
					font-size: 18px;
					letter-spacing: 0.15em;
					color: #000000;
					background: transparent;
					border: 1px solid #c2c2c2;
					border-radius: 2px;
					cursor: pointer;
					position: relative;
					transition: all 0.35s cubic-bezier(.22, .61, .36, 1);
				}

				.sendbtn_box .submitbtn:hover {
					background: #D2BB61;
					color: #fff;
					transform: translateY(-2px);
					border: 1px solid #D2BB61;
				}

				.sendbtn_box .submitbtn::after {
					content: "";
					position: absolute;
					left: 50%;
					bottom: 8px;
					width: 0%;
					height: 1px;
					background: #fff;
					transform: translateX(-50%);
					transition: width 0.3s ease;
				}

				.sendbtn_box .submitbtn:hover::after {
					width: 60%;
				}
			}
		}
	}
}