@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/*============================================================
	RESET
*/
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
html,body { background:#FFFFFF; }
body,div,dl,dt,dd,ul,ol,li,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,embed,button { margin:0; padding:0; font-weight: normal; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; font-size: 100%; font-weight: normal; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
legend { color:#000000; }
area { outline: 0; }
img { vertical-align: top; }
i { font-style: normal; }
strong { font-weight: bold; }
input[type="text"],
select,
button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
input[type="text"],
textarea {
	display: block;
	padding: 15px 12px;
	width: 100%; height: 50px;
	border: 1px solid #cccccc;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	resize: none;
}
input[type="file"] {
	font-size: 16px;
}
input[type="checkbox"] {
	margin-right: 5px;
	font-size: 16px;
}
select {
	padding: 0 40px 0 12px;
	width: 100%; height: 50px;
	border: 1px solid #cccccc;
	background: #ffffff url(../img/form_parts_select.png) 100% 50% no-repeat;
	background-color: #ffffff;
	cursor: pointer;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
input::-webkit-input-placeholder {
    color: #000000; opacity: 1;
}
input::-moz-placeholder {
    color: #000000; opacity: 1;
}
input::-moz-placeholder {
    color: #000000; opacity: 1;
}
input::-ms-input-placeholder {
    color: #000000; opacity: 1;
}
input::placeholder-shown {
    color: #000000;
}

/*============================================================
	BODY
*/
body {
	overflow: hidden;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
#container {
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

/*============================================================
	ボタン
*/
.btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #000000;
	border: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn i {
	position: absolute;
	top: 50%; right: 10px;
	margin-top: -7px;
	font-size: 14px;
	line-height: 1;
}
.btn:hover {
	background-color: #ff0000;
}
.btn:hover i {
	color: #ffffff;
}

.btn-conf {
	margin: 0 auto;
	padding-top: 30px;
	width: 200px;
}
.btn-wrap {
	margin: 0 auto;
	padding-top: 30px;
	width: 420px;
}
.btn-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.btn-wrap .btn-back {
	float: left;
	width: 200px;
}
.btn-wrap .btn-back .btn {
	
}
.btn-wrap .btn-back .btn i {
	right: auto;
	left: 10px;
}
.btn-wrap .btn-submit {
	float: right;
	width: 200px;
}


/*============================================================
	見出し
*/
.heading {
	text-align: center;
}
.heading h1 {
	font-size: 30px;
	line-height: 1.3;
}
.heading h2 {
	padding-top: 20px;
	font-size: 24px;
	line-height: 1.3;
}

/*============================================================
	入力
*/
.ui-datepicker {
	font-size: 14px;
}
.ui-datepicker-calendar thead th {
	padding-top: 0;
	padding-bottom: 0;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.form-input {
	padding: 0 0 40px 0;
}
.form-input .alert {
	padding-top: 5px;
	line-height: 1.5;
	color: #ff0000;
}
.form-input h4.alert {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
}

.form-input .row {
	display: flex;
	margin: 0 -10px;
	padding-top: 20px;
}
.form-input .col {
	padding: 0 20px;
}
.form-input .col h3 {
	font-weight: 700;
}
.form-input .col .block {
	margin: 10px 0 0 0;
}
.form-input .col1 {
	flex: 1;
}
.form-input .col2 {
	flex-basis: 510px;
}
.form-input .col2 .block {
	display: flex;
	align-items: center;
}
.form-input .col2 .block .date {
	position: relative;
	flex: 1;
}
.form-input .col2 .block .date input {
	cursor: pointer;
}
.form-input .col2 .block .date::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background-image: url('../img/icon-calendar.svg');
	background-color: #000;
	background-position: 50% 50%;
	background-size: contain;
	border: 1px solid #ccc;
	pointer-events: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.form-input .col2 .block .date:hover::after {
	background-color: #f00;
}
.form-input .col2 .block select {
	width: 180px;
}
.form-input .col2 .block > div {
	margin: 0 15px 0 0;
}
.form-input .col2 .block > div:last-child {
	margin: 0;
}
.form-input .row-full {
	margin: 0;
	padding-top: 20px;
}
@media screen and (max-width: 890px) {
	.form-input .row {
		display: block;
		margin: 0;
		padding-top: 20px;
	}
	.form-input .col {
		padding: 30px 0 0 0;
	}
	.form-input .col:first-child {
		padding: 0;
	}
}

/*============================================================
	確認
*/
.form-conf h3 {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #3333cc;
}
.form-conf h4 {
	padding-top: 20px;
	font-weight: 700;
}
.form-conf table {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.form-conf table th,
.form-conf table td {
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	vertical-align: top;
}
.form-conf table th {
	width: 140px;
	white-space: nowrap;
}
.form-conf .message {
	margin-top: 20px;
	font-size: 14px;
}

/*============================================================
	完了
*/
#thanks {
	padding: 30px 0;
}
#thanks h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
#thanks p {
	margin-top: 40px;
	text-align: center;
	line-height: 1.3;
}

/*============================================================
	エラー
*/
#error {
	padding: 30px 0;
}
#error h1 {
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
#error p {
	margin-top: 40px;
	text-align: center;
	line-height: 1.3;
}
#error .btn-wrap {
	padding-top: 40px;
	width: 200px;
	text-align: center;
}
#error .btn-wrap a {
	text-decoration: none;
}

.foot {
	padding: 30px 0;
	text-align: center;
}
.foot .close {
	cursor: pointer;
	font-size: 18px;
	line-height: 1.9;
	color: #ff0000;
}

/*============================================================
	メディアクエリ （スマホ）
*/
@media screen and (max-width: 820px) {

	input[type="text"],
	textarea {
		padding: 5px 5px;
		height: 40px;
		font-size: 12px;
		line-height: 18px;
	}
	input[type="file"] {
		font-size: 12px;
	}
	input[type="checkbox"] {
		margin-right: 5px;
		font-size: 12px;
	}
	select {
		padding: 0 30px 0 5px;
		height: 40px;
		background-size: 24px;
		font-size: 12px;
		line-height: 18px;
	}

	/*============================================================
		BODY
	*/
	body {
		font-size: 11px;
		line-height: 1.8;
	}
	#container {
		padding: 20px 0 0 0;
		width: 100%;
	}

	/*============================================================
		ボタン
	*/
	.btn {
		height: 50px;
		font-size: 14px;
		line-height: 1.2;
	}
	.btn i {
		margin-top: -6px;
		font-size: 12px;
		line-height: 1;
	}

	.btn-conf {
		padding-top: 20px;
		width: 200px;
	}
	.btn-wrap {
		padding-top: 20px;
		width: 200px;
	}
	.btn-wrap .btn-back {
		float: none;
		width: 200px;
	}
	.btn-wrap .btn-back .btn i {
		right: auto;
		left: 10px;
	}
	.btn-wrap .btn-submit {
		float: none;
		margin-top: 10px;
		width: 200px;
	}


	/*============================================================
		見出し
	*/
	.heading {
		padding: 10px 10px;
	}
	.heading h1 {
		font-size: 16px;
		line-height: 1.3;
	}
	.heading h2 {
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.3;
	}

	/*============================================================
		入力
	*/
	.form-input {
		padding: 0 0 120px 0;
	}
	.form-input h4.alert {
		padding-top: 5px;
		font-size: 12px;
	}
	.form-input .row {
		margin: 0;
		padding: 0;
	}
	.form-input .col h3 {
		font-size: 13px;
	}
	.form-input .col2 .block {
		flex-wrap: wrap;
		margin: 0 -5px;
		padding: 5px 0;
	}
	.form-input .col2 .block > div {
		margin: 0;
		padding: 0 5px;
	}
	.form-input .col2 .block .title {
		flex-basis: 100%;
		margin: 0 0 5px 0;
		font-weight: 700;
	}
	.form-input .col2 .block .date::after {
		width: 40px;
	}
	.form-input .col2 .block .time {
		flex-basis: 50%;
	}
	.form-input .col2 .block select {
		width: 100%;
	}

	/*============================================================
		確認
	*/
	.form-conf {
		padding: 0 10px;
	}
	.form-conf h3 {
		padding-top: 5px;
		font-size: 12px;
	}
	.form-conf table {
		margin-top: 10px;
	}
	.form-conf table th,
	.form-conf table td {
		padding: 10px 0;
	}
	.form-conf table th {
		width: 100px;
	}
	.form-conf .message {
		margin-top: 20px;
		font-size: 10px;
	}

	/*============================================================
		完了
	*/
	#thanks {
		padding: 20px 15px;
	}
	#thanks h1 {
		font-size: 14px;
		line-height: 1.5;
	}
	#thanks p {
		margin-top: 20px;
		line-height: 2;
	}

	/*============================================================
		エラー
	*/
	#error {
		padding: 20px 15px;
	}
	#error h1 {
		font-size: 14px;
		line-height: 1.5;
	}
	#error p {
		margin-top: 20px;
		line-height: 2;
	}
	#error .btn-wrap {
		padding-top: 20px;
		width: 200px;
	}

	.foot {
		padding: 10px 0;
	}
	.foot .close {
		font-size: 12px;
		line-height: 1.9;
	}

}