@charset "utf-8";

@import url("normalize.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #333;
}
body, div, section, article {
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.title_accent {
	color: #33B271!important;
}

.but_arrow {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 16em;
	padding: 1.7em 3.3em 1.7em 1.8em;
	background-color: #33B271;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
.but_arrow::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 2.5em;
	margin: auto;
	background-color: #5ACF95;
	vertical-align: middle;
}
.but_arrow::after {
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 0.5em;
	margin: auto;
	background-color: #FFF;
	vertical-align: middle;
	transition: all 300ms 0s ease;
}
.but_arrow:hover {
	background-color: #23A060;
}
.but_arrow:hover::after {
	right: 0em;
}

.but_arrow_w {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 16em;
	padding: 1.7em 3.3em 1.7em 1.8em;
	background-color: #FFF;
	border: 1px solid #33B271;
	color: #33B271;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
.but_arrow_w::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 2.5em;
	margin: auto;
	background-color: #8FDEB7;
	vertical-align: middle;
}
.but_arrow_w::after {
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 0.5em;
	margin: auto;
	background-color: #33B271;
	vertical-align: middle;
	transition: all 300ms 0s ease;
}
.but_arrow_w:hover {
	background-color: #F1F7F4;
}
.but_arrow_w:hover::after {
	right: 0em;
}

.but_arrow_plain {
	position: relative;
	display: inline-block;
	padding: 0 3.5em 0 0;
	color: #33B271;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
.but_arrow_plain::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 2.5em;
	margin: auto;
	background-color: #8FDEB7;
	vertical-align: middle;
}
.but_arrow_plain::after {
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 0.5em;
	margin: auto;
	background-color: #33B271;
	vertical-align: middle;
	transition: all 300ms 0s ease;
}
.but_arrow_plain:hover {
	color: #0C8E4B;
}
.but_arrow_plain:hover::after {
	right: 0em;
}

#base_header {
	position: fixed;
	z-index: 1000;
	top: 2em;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	padding: 0 5%;
}
#base_header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#base_header h1,
#base_header .htitle {
	margin: 0;
	padding: 0 1rem;
}
#base_header ul::after {
	content: "";
	display: block;
	clear: both;
}
#base_header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#base_header li {
	float: left;
	margin: 0;
	padding: 0;
}
#base_header li a {
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2.3em 1em;
	transition: all 300ms 0s ease;
}
#base_header li a:hover {
	color: #000;
	padding-bottom: 2.5em;
	padding-top: 2.1em;
}
#base_header li:last-child a {
	background-color: #333;
	margin-left: 1em;
	padding: 2.3em 2em;
	color: #FFF;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
#base_header li:last-child a:hover {
	background-color: #000;
	padding-bottom: 2.5em;
	padding-top: 2.1em;
}
#base_header .smp_menu {
	position: relative;
	display: none;
	content: "";
	width: 3em;
	height: 3em;
	margin: 0 5% 0 0;
	background-color: #33B271;
	border-radius: 0.3em;
	cursor: pointer;
}
#base_header .smp_menu:hover {
	background-color: #25A262;
}
#base_header .smp_menu span,
#base_header .smp_menu span::before,
#base_header .smp_menu span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	display: block;
	content: "";
	background-color: #DAF0E5;
	border-radius: 3px;
	width: 2.0em;
	height: 3px;
	transition: all 300ms 0s ease;
}
#base_header .smp_menu span::before {
	top: -19px;
}
#base_header .smp_menu span::after {
	top: 11px;
}

#base_header .smp_menu.active span {
	transform: rotate(-45deg);
}
#base_header .smp_menu.active span::before {
	transform: rotate(90deg);
	top: 0;
}
#base_header .smp_menu.active span::after {
	display: none;
}

@media (max-width: 1000px) {
	#base_header {
		position: fixed;
		top: 0;
		padding: 0;
		min-height: 100px;
	}
	#base_header h1,
	#base_header .htitle {
		padding: 1rem 5%;
	}
	#base_header ul {
		display: none;
		position: absolute;
		top: 90px;
		overflow: auto;
		height: calc(100vh - 90px);
		width: 100%;
		background-color: rgba(0,0,0,0.50);
		margin: 0;
		z-index: 99999;
	}
	#base_header li {
		float: none;
		padding: 0;
		margin: 0;
	}
	#base_header li a {
		padding: 1.5em;
		margin: 0;
		background-color: #FAFAFA;
		border-top: 1px solid #DDD;
		font-size: 1rem;
	}
	#base_header li a:hover {
		padding: 1.5em;
		margin: 0;
	}
	#base_header li:last-child a {
		margin-left: 0;
		padding: 2em;
	}
	#base_header li:last-child a:hover {
		padding: 2em;
	}
	#base_header .smp_menu {
		display: block;
	}
}

#main_top {
	background: url("../images/common/bg_main_top.jpg") center center;
	background-size: cover;
}
#main_top.main_top_under {
	padding: 210px 5% 100px 5%;
}
#main_top.main_top_under h1,
#main_top.main_top_under h2 {
	color: #FFF;
}
#main_top.main_top_under h1 {
	font-size: 3.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
}
#main_top.main_top_under h2 {
	font-size: 1em;
	font-weight: normal;
}
@media (max-width: 640px) {
	#main_top.main_top_under h1 {
		font-size: 2.3em;
	}
}

.pannavi {
	width: 100%;
	padding: 0 5%;
	background-color: #F4F4F4;
}
.pannavi ul {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	list-style: none;
}
.pannavi ul::after {
	content: "";
	display: block;
	clear: both;
}
.pannavi ul li {
	float: left;
	margin: 0.8em 0.5em 0.8em 0;
	color: #333;
}
.pannavi ul li::before {
	content: "／";
	color: #999;
	margin: 0 0.5em 0 0;
}
.pannavi ul li:first-child::before {
	content: "";
}
.pannavi ul li a {
	color: #999;
	text-decoration: none;
}
.pannavi ul li a:hover {
	color: #333;
}
@media (max-width: 640px) {
	.pannavi {
		display: none;
	}
}

.box_main_head {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	padding: 80px 5%;
}
.box_main_head h3,
.big_title h3 {
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 2.0em;
}
.box_main_head h3::after,
.big_title h3::after {
	position: absolute;
	bottom: -0.7em;
	left: 0;
	right: 0;
	content: "";
	display: block;
	margin: auto;
	height: 2px;
	width: 2.2em;
	background-color: #33B271;
}
.box_main_head h4,
.big_title h4 {
	color: #33B271;
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: 1em;
}
@media (max-width: 640px) {
	.box_main_head h3,
	.big_title h3 {
		font-size: 1.5em;
	}
}

#main_foot .box_maps {
	width: 100%;
}
#main_foot .box_maps h2 {
	width: 90%;
	max-width: 1240px;
	margin: auto;
	padding: 70px 5%;
	text-align: left;
	box-sizing: content-box;
}
#main_foot .box_maps div {
	background: url("../images/common/bg_main_top.jpg") center center;
	background-size: cover;
	padding: 0 5% 100px 0;
}
#main_foot .box_maps div section {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
#main_foot .box_maps iframe {
	width: 70%;
	max-width: 970px;
	height: 500px;
}
#main_foot .box_maps article {
	width: 100%;
	max-width: 400px;
	margin: 0 0 0 -82px;
	padding: 5em 2em;
	text-align: left;
	background-color: #333;
	color: #FFF;
	z-index: 1;
}
#main_foot .box_maps article h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#main_foot .box_maps article p {
	font-size: 1.1em;
	color: #FFF;
	line-height: 1.8;
}
@media (max-width: 1000px) {
	#main_foot .box_maps h2 {
		padding: 50px 5% 35px 5%;
	}
	#main_foot .box_maps div {
		padding: 0 5% 50px 0;
	}
	#main_foot .box_maps iframe {
		width: 80%;
		height: 480px;
	}
	#main_foot .box_maps article {
		max-width: 340px;
		margin: 0 0 0 -2.5em;
		padding: 3em 2em;
	}
	#main_foot .box_maps article h3 {
		font-size: 1.1em;
	}
	#main_foot .box_maps article p {
		font-size: 1.0em;
	}
}
@media (max-width: 640px) {
	#main_foot .box_maps h2 {
		text-align: center;
	}
	#main_foot .box_maps div {
		padding: 2em 5% 2em 5%;
	}
	#main_foot .box_maps div section {
		display: block;
		width: 100%;
	}
	#main_foot .box_maps iframe {
		width: 100%;
		max-width: inherit;
		height: 360px;
		margin-bottom: 0;
		vertical-align: bottom;
	}
	#main_foot .box_maps article {
		width: 100%;
		max-width: inherit;
		margin: 0;
		padding: 2em;
	}
}

#main_foot .box_contact {
	width: 100%;
	padding: 65px 5%;
	background-color: #333;
}
#main_foot .box_contact section {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1240px;
	margin: auto;
	background-color: #333;
}
#main_foot .box_contact section h2 {
	padding-right: 8%;
	color: #FFF;
}
#main_foot .box_contact section div {
	padding-right: 8%;
	text-align: left;
}
#main_foot .box_contact section div strong {
	display: block;
	margin-bottom: 0.4rem;
	color: #FFF;
	font-size: 3.5em;
	font-weight: normal;
	white-space: nowrap;
}
#main_foot .box_contact section div span {
	display: block;
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
}
#main_foot .box_contact section a.but_arrow {
	width: 100%;
	max-width: 19em;
	font-size: 1.2em;
	padding: 1.2em 4em 1.2em 2em;
}
@media (max-width: 1000px) {
	#main_foot .box_contact {
		padding: 50px 5%;
	}
	#main_foot .box_contact section {
		display: block;
	}
	#main_foot .box_contact section h2 {
		padding: 0;
		margin: 0 auto 1em 0;
	}
	#main_foot .box_contact section div {
		padding: 0;
		margin: 0 auto 1.5em 0;
		text-align: center;
	}
	#main_foot .box_contact section div strong {
		font-size: 2.5em;
	}
}
@media (max-width: 1000px) {
	#main_foot .box_contact section div strong {
		font-size: 2.0em;
	}
}

#main_foot .box_banners {
	width: 100%;
	padding: 30px 5%;
	background-color: #F4F4F4;
}
#main_foot .box_banners section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#main_foot .box_banners section a {
	margin: .5em;
}

#main_foot .main_footer {
	width: 100%;
	padding: 50px 5%;
}
#main_foot .main_footer section {
	max-width: 1240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
#main_foot .main_footer .address {
	text-align: left;
}
#main_foot .main_footer .address h2 {
	padding: 0;
	margin: 0 0 2rem 0;
}
#main_foot .main_footer .address p {
	margin-bottom: 4em;
	font-size: 1rem;
	line-height: 2;
}
#main_foot .main_footer .address span {
	font-size: 0.9rem;
	color: #999;
}
#main_foot .main_footer .menulist {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
#main_foot .main_footer .menulist ul {
	padding: 4em 0 4em 7em;
	font-size: 0.9rem;
	list-style: none;
}
#main_foot .main_footer .menulist a {
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0.5em;
}

#main_foot .main_footer .menulist a:hover::before {
	position: absolute;
	display: block;
	content: "-";
	top: 0;
	bottom: 0;
	left: -0.5em;
	margin: auto;
	height: 1em;
	vertical-align: middle;
}
@media (max-width: 1000px) {
	#main_foot .main_footer .menulist ul {
		padding: 4em 0 4em 2em;
	}
}
@media (max-width: 640px) {
	#main_foot .main_footer {
		padding: 40px 5%;
	}
	#main_foot .main_footer section {
		display: block;
	}
	#main_foot .main_footer .address {
		text-align: center;
	}
	#main_foot .main_footer .address p {
		margin-bottom: 2em;
		line-height: 1.5;
	}
	#main_foot .main_footer .menulist {
		display: none;
	}
}


.pagetop {
	position: fixed;
	bottom: 2.5em;
	right: 2.5em;
	display: block;
	width: 4em;
	height: 4em;
	background-color: #333;
	color: #FFF;
	border-radius: 100%;
	z-index: 1;
}
.pagetop span {
	visibility: hidden;
}
.pagetop::after {
	position: absolute;
	top: 0.6em;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	border: 2px solid;
	border-color: #FFF #FFF transparent transparent;
	transform: rotate(-45deg);
}
.pagetop:hover {
	background-color: #000;
}




dl.dl_table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
dl.dl_table dt {
	width: 28%;
	padding: 1em 2em;
	background-color: #F4F4F4;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
dl.dl_table dd {
	width: 72%;
	padding: 1em 2em 0.5em 2em;
	text-align: left;
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
@media screen and (max-width:640px) {
	dl.dl_table {
		display: block;
	}
	dl.dl_table dt {
		width: 100%;
		padding: 1em 2em;
	}
	dl.dl_table dd {
		width: 100%;
		padding: 2em 2em 1.5em 2em;
		text-align: left;
		border-bottom: solid 1px #CCC;
		border-right: solid 1px #CCC;
	}
	dl.dl_table dd span {
		display: inline-block;
		margin: 0;
	}
}
