@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	min-height: 540px;
}

#about:after {
	content: '';
	width: calc(50vw - 250px);
	height: 280px;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#about h2 {
	margin-bottom: 60px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 10px;
	color: #1fa50a;
}

#about figure {
	width: 960px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 50%;
	position: relative;
	z-index: 0;
}

#about figure:before {
	content: '';
	width: 740px;
	height: 280px;
	background: #9ad890 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	left: -40px;
	bottom: -40px;
	z-index: -1;
}

#about figure {
	width: 960px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 50%;
}

#confirm_about h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 10px;
	color: #1fa50a;
}

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

#contact {
	padding: 80px 0;
	background: #dff4de;
}

#contact .container {
	padding: 0 100px;
}

#contact em {
	color: #ff715b;
}

/* ---------------------------------------------------------
	CSS Document table
--------------------------------------------------------- */

#contact .table {
	margin-bottom: 60px;
}

#contact .table dl {
	margin-bottom: 30px;
}

#contact .table dt {
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 16px;
}

#contact .table dt em {
	display: inline-block;
	vertical-align: top;
	height: 17px;
	padding: 0 3px;
	background: #ff715b;
	margin-left: 5px;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 16px;
	color: #fff;
}

#contact dd label {
	margin-right: 30px;
}

#contact.preview dd {
	min-height: 52px;
	padding: 10px;
	border-radius: 5px;
	background: #f6f6f6;
}

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

input[type="tel"],
input[type="email"],
input[type="text"],
textarea {
	vertical-align: middle;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
}

input[type="tel"],
input[type="email"],
input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border-radius: 5px;
}

input[type="tel"]#age {
	width: 140px;
}

#contact [type='radio'] {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
}

textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

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

input[type='submit'],
input[type='button'] {
	vertical-align: middle;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
	transition: .4s;
	cursor: pointer;
}

#contact .submit {
	text-align: center;
	font-size: 0;
}

#contact .submit li {
	display: inline-block;
	vertical-align: top;
}

#contact .submit input.send,
#contact .submit input.confirm {
	vertical-align: top;
	width: 260px;
	height: 60px;
	border-radius: 60px;
	background: #1fa50a url(../images/icon_01.png) no-repeat 90% / 10px auto;
}

#contact .submit input.send {
	width: 200px;
	margin-left: 40px;
}

#contact .submit input.back {
	vertical-align: top;
	width: 200px;
	height: 60px;
	border-radius: 60px;
	background: #999 url(../images/icon_02.png) no-repeat 10% / 10px auto;
}

#contact .submit input:hover {
	opacity: 0.7;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#contact h3 {
	font-weight: normal;
	font-size: 30px;
}

#contact .note {
	margin-bottom: 40px;
	line-height: 1.7;
}

#complete {
	min-height: 45vh;
	margin-top: 60px;
}

#complete p {
	margin-bottom: 30px;
}

#contact .btn a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 60px;
	border-radius: 60px;
	background: #1fa50a url(../images/icon_01.png) no-repeat 90% / 10px auto;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

#contact .btn a:hover {
	opacity: 0.7;
}
