@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	scroll-margin-top: 100px;
	margin: 0 5vw 50px;
	text-align: left;
}

#contact .about {
	margin-bottom: 40px;
}

#contact h3 {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
	color: var(--green);
}

#contact .em,
#contact em {
	color: #8A6B4F;
}

#contact dl {
	margin-bottom: 8vw;
	padding-bottom: 8vw;
	border-bottom: solid 1px #CCD3CD;
}

#contact #form dl {
	padding-bottom: 0;
	border-bottom: 0;
}

#contact dt {
	margin-bottom: 3vw;
	font-weight: 600;
}

#contact dt em {
	display: inline-block;
	vertical-align: 0;
	margin-left: 0.5em;
	padding: 0 0.2em;
	border-radius: 5px;
	background: #6FAF8A;
	text-align: center;
	font-size: 3vw;
	line-height: 4.5vw;
	color: #fff;
}

#contact label {
	display: flex;
	gap: 3vw;
	font-size: 3.5vw;
	line-height: 1.5;
}

#contact label input {
	flex-shrink: 0;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#contact input[type='tel'],
#contact select,
#contact input[type='email'],
#contact input[type='text'],
#contact textarea {
	width: 100%;
	border-radius: 4px;
	padding: 0 1em;
	border: solid 1px #CCD3CD;
	background: #fff;
	box-shadow: none;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 16px;
}

#contact input[type='tel'],
#contact select,
#contact input[type='email'],
#contact input[type='text']{
	height: 50px;
}

#contact input[type='checkbox'] {
	width: 5.5vw;
	height: 5.5vw;
	margin-top: 0.05em;
}

#contact select {
	padding: 0 0.6em;
}

#contact textarea {
	width: 100%;
	padding: 0.75em 1em;
}

#contact .err {
	box-shadow: 0 0 3px 0 #f00 !important;
}

/* ---------------------------------------------------------
	CSS Document notice
--------------------------------------------------------- */

#contact .notice {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	margin-top: 40px;
	text-align: center;
}

ul.submit {
	display: flex;
	justify-content: center;
}

ul.submit li {
	margin: 0 2%;
}

.submit button {
	vertical-align: top;
	width: 34vw;
	height: 14vw;
	border-radius: 46px;
	border: 0;
	background: #6FAF8A;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 4vw;
	color: #fff;
}

.submit .confirm button {
	width: 70vw;
}

.submit .back button {
	background: rgba(107, 126, 115, 0.5);
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#contact .privacy {
	margin-top: 60px;
}

#contact .privacy textarea {
	padding: 0.8em 1.2em;
	border: solid 1px #CCD3CD;
	background: #fff;
	font-size: 3vw;
	line-height: 1.8;
	color: var(--black);
}
