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

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

#about .container {
	margin: 0 20px 60px;
}

#about h2 {
	margin-bottom: 30px;
	padding-left: 5px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	color: #1fa50a;
}

#confirm_about h2 {
	margin-bottom: 20px;
	padding-left: 5px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 5px;
	color: #1fa50a;
}

#about figure {
	position: relative;
	z-index: 0;
}

#about figure:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: -1;
}

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

#contact {
	padding: 10px 20px 80px;
	background: #dff4de;
}

#contact.preview  {
	padding: 0 20px 80px;
	background: #fff;
}

#contact.complete  {
	padding: 0 20px;
	background: #fff;
}

#contact em {
	color: #ff715b;
}

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

#contact .table {
	margin-bottom: 30px;
	text-align: left;
}

#contact dl {
	margin-top: 30px;
}

#contact dt {
	margin-bottom: 10px;
	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: 46px;
	padding: 10px;
	border-radius: 5px;
	background: #dff4de;
}

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

input[type="tel"],
input[type="email"],
input[type="text"],
textarea {
	vertical-align: middle;
	outline: 0;
	margin: 0;
	padding: 0 10px;
	border-radius: 5px;
	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;
}

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;
}

::-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;
}

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

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

#contact .submit li:nth-of-type(2) {
	margin-left: 4%;
}

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

#contact .submit input.confirm {
	width: 220px;
}

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

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

#contact h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}

#contact .note {
}

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

#contact .btn {
	margin: 30px -20px 0;
	padding: 20px 0;
	background: #dff4de;
	text-align: center;
}

#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-decoration: none;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}
