@charset "utf-8";
/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	color: #005D9F;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.sp_only {
	display: none;
}
/* ==================================================
layout
================================================== */
#wrap {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background: url("img/bk.png") repeat center center;
	background-size: 58px auto;
}
#main p.present,
#main p.desc,
#contact {
	width: 1180px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* ==================================================
main
================================================== */
#main {
	position: relative;
}
#main p.logo {
	position: absolute;
	top: 30px;
	right: 30px;
}
#main h1 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#main h1 img {
	width: 100%;
	height: auto;
}
#main p.present {
	margin: -50px auto 50px;
	text-align: center;
}
#main p.present img {
	width: 100%;
	height: auto;
}
#main p.desc {
	margin-bottom: 50px;
	padding: 20px 30px;
	background-color: #fff;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}
#main p.desc strong {
	color: #ec6d81;
}
/* ==================================================
contact
================================================== */
#contact {
	margin-bottom: 100px;
	padding: 30px 40px;
	background-color: #e3f0c7;
	text-align: center;
}
#contact p.desc {
	margin-bottom: 1.5em;
	color: #028A24;
	font-size: 200%;
	font-weight: bold;
}
#contact h2 {
	margin-bottom: 1.5em;
	padding: 18px 100px 50px 0;
	color: #028A24;
	font-size: 180%;
	background: url("img/search.png") no-repeat center center /contain;
}
/* contact_search
--------------------------- */
#contact_search {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#contact_search div.input {
	margin-right: 20px;
	padding-left: 100px;
	background: url("img/post.png") no-repeat left center /contain;
}
#contact_search div.input p.txt {
	margin-bottom: 5px;
	text-align: left;
	font-size: 113%;
	font-weight: bold;
	color: #103F00;
}
#contact_search div.input p.num {
	font-size: 200%;
	color: #103F00;
}
#contact_search div.input p.num span {
	margin: 0 10px;
}
#contact_search div.input input[type="text"] {
	padding: 5px 0;
	text-align: center;
}
#contact_search p.btn {
	padding: 7px 50px;
	background-color: #028A24;
	color: #fff;
	font-size: 157%;
	box-shadow: rgba(0, 0, 0, 0.6) 3px 3px 4px;
	cursor: pointer;
}
/* contact_result
--------------------------- */
#contact_result div.jabox {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff;
	text-align: left;
}
#contact_result h3 {
	display: inline-block;
	margin: 0 40px 1em 0;
	padding: 5px 40px;
	background-color: #028A24;
	color: #fff;
	font-size: 188%;
	font-weight: bold;
	border-radius: 10px;
}
#contact_result p.tel {
	display: inline-block;
	padding-left: 40px;
	background: url(img/tel.png) no-repeat left center;
	font-size: 200%;
	font-weight: bold;
}
#contact_result p.url {
	margin-bottom: 1em;
	padding-left: 50px;
	background: url(img/url.png) no-repeat left center /contain;
}
#contact_result p.addr {
	margin-bottom: 2em;
	padding-left: 50px;
	background: url(img/addr.png) no-repeat left 4px center /contain;
}
#contact_result iframe {
	width: 100%;
	height: 400px;
	border: #ccc 1px solid;
}
#contact_result p.error {
	color: #CC0000;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
/* ==================================================
footer
================================================== */
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #007563;
	opacity: 0.7;
	transition-duration: 0.2s;
	text-indent: -9999px;
	position: relative;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	transform: translate(-50%, -20%) rotate(45deg);
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		color: #CC0000;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contact_search p.btn:hover {
		background-color: #01611A;
	}
}