@charset "UTF-8";
/* contact.css */

.yakuhan-txt { font-family: YakuHanJP, 'Lato', "Noto Sans Japanese",sans-serif;}

.select-wrap { position: relative;}
.select-wrap::after {
	position: absolute;
	top: 4px;
	left: 1em;
	content: "\f0d7";
	color: #93bb4b;
	font-family: FontAwesome;
	z-index: 1;
	pointer-events: none;
}
select {
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #93bb4b;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	height: 32px;
	outline: none;
	padding: 0 1.2em 0 2.5em;
}
.content.thanks p + p { margin-top: 1em;}
input:disabled {
	background: #eee;
	opacity: .4;
}
.hide { display: none;}

@media screen and (min-width:601px), print {

#wrapper.fixed {
	position: fixed;
	width: 100%;
}
/*--------------------
1:#head-img
--------------------*/
#head-img {
	background: url(/img/bg_h2_page.png) no-repeat center center;
	background-color: #93bb4b;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 240px;
}
#head-img h2 {
	font-family: YakuHanJP,"Noto Sans Japanese",sans-serif;
	line-height: 2;
}
#head-img h2 span {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 32px;
	padding: 0 16px;
}

/*--------------------
2:#main
--------------------*/
#main .content {
	font-size: 16px;
	padding: 64px 0 72px;
	width: 720px;
}
dl {
	border-bottom: 1px solid #bfd3d1;
	display: table;
	width: 100%;
}
dt, dd {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
}
dt {
	width: 180px;
}
dl.date {
	border: 1px solid #bfd3d1;
}
dl.date dt { border-right: 1px solid #bfd3d1;}
input[type=text], textarea {
	border: 1px solid #93bb4b;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 16px;
	outline: none;
	padding: 8px;
	resize: none;
	width: 100%;
	-webkit-transition: border-color .5s ease;
	transition: border-color .5s ease;
}
textarea {
	height: 88px;
}
input[type=radio] {
	vertical-align: middle;
}
label { margin: 0 15px 0 8px;}
input[type=text]:focus, textarea:focus {
	border-color: #00991d;
}
input[type=text] { width: 100%;}
input[name=tel] { width: 50%;}
input[name=postCode] { width: 30%;}
textarea[name=msg] {
	height: 128px;
}

button {
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #00991d;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 48px;
	margin: 32px auto 0;
	outline: none;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
	width: 480px;
}
button:hover {
	background-color: #93bb4b;
}
.err {
	color: #ba4a5b;
}
input.err, textarea.err {
	border-color: #ba4a5b;
	color: #000;
}
.att {
	font-size: 12px;
}
.thanks {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}
.fellow dd {
	display: flex;
	justify-content: space-between;
}
.fellow dd > div {
	flex: 0 48.5%;
}
.fellow dd > div + div {
	margin: 0;
}
.fellow input + input { margin-top: 20px;}

/*--------------------
3:#overlay
--------------------*/
#overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	display: none;
	overflow: scroll;
	z-index: 20;
}
#inner-overlay {
	padding: 40px 0;
	height: 100vh;
	overflow: scroll;
	width: 100%;
}
#overlay #confirm {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 32px;
	width: 720px;
}
#overlay #confirm h3 {
	color: #00991d;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
}
#overlay #confirm .ttl {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 8px;
}
#overlay #confirm .btn-wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#overlay button {
	width: 48%;
}

/*--------------------
4:footer
--------------------*/
footer {
	background: #efeacf;
	padding-top: 72px;
	text-align: center;
}
footer p {
	color: #00991d;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 80px;
}
footer .doc a {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
footer .doc a:hover { opacity: 0.75;}
footer .foot-logo {
	margin: 30px 0 12px;
}
footer address {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	padding: 24px 0;
	text-align: center;
}

}/*media*/

.contant-note {
	margin-bottom: 0.6em;
}
button + p { margin-top: 2em;}
