@charset "UTF-8";
@import "base.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
img {
	vertical-align: bottom;
}
a {
	color: #4b3b25;
}
a:hover, a:active {
	color: #4b3b25;
	text-decoration: none;
}
a:visited {
}
a img:hover {
	opacity: 0.8;
}
a img.no-hover:hover {
	opacity: 1;
}
table {
	width: 100%
}
p {
	margin: 0 0 1.5em;
}
.section {
	padding: 0 0 30px;
}
p, dd, td, th, li {
	line-height: 1.8em;
}
#totop {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 1000;
	margin-bottom: 0;
}
.bold {
	font-weight: bold;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #666666;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
	min-width: 1170px;
	overflow: hidden;
}
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img {
	max-width: 100%;
}
.sp {
	display: none;
}
.h-top {
	background: #158d71;
	padding: 8px 0;
}
.h-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h-social {
	margin: 0;
	display: flex;
	align-items: center;
}
.h-social a {
	margin-right: 20px;
	line-height: 0;
}
.h-lang-ttl {
	margin: 0;
	color: #06614c;
	font-size: 14px;
	cursor: pointer;
}
.h-lang-ttl:after {
	content: '';
	position: relative;
	border: solid #06614c;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	margin-left: 7px;
}
.h-lang {
	position: relative;
}
.h-lang-list {
	position: absolute;
	display: none;
	z-index: 999;
}
.h-lang-list a {
	display: block;
	text-decoration: none;
	background: #06614c;
	color: #fff;
	padding: 3px 10px;
	margin: 0 0 1px;
	white-space: nowrap;
	font-size: 13px;
}
.h-main {
	padding: 40px 0;
}
.h-main .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0;
}
.logo a {
	display: inline-block;
	margin-right: 30px;
}
.gnv-logo {
	display: none;
}
.h-search {
	position: relative;
}
.h-search input {
	border: none;
	border-bottom: 1px solid #ebebeb;
	background: none;
	color: #a6a6a6;
	padding: 10px 0;
	width: 270px;
	outline: none;
}
.h-search button {
	position: absolute;
	border: none;
	background: none;
	right: 0;
	top: 5px;
	outline: none;
}
#gnavi {
	border-top: 1px solid #ebebeb;
}
.gnavi {
	display: flex;
	justify-content: center;
}
.gnavi > li {
	position: relative;
}
.gnavi > li > a {
	display: block;
	text-decoration: none;
	color: #303030;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 40px;
	transition: all 0.5s ease;
}
.gnavi > li > a:before {
	content: '';
	position: absolute;
	background: url("../images/gnv_ico01.png") no-repeat;
	width: 21px;
	height: 22px;
	background-size: 100% auto;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	opacity: 0;
}
.gnavi > li:hover > a, .gnavi > li.active > a {
	color: #158d71;
}
.gnavi > li:hover > a:before, .gnavi > li.active > a:before {
	background: url("../images/gnv_ico01_hv.png") no-repeat;
	background-size: 100% auto;
	opacity: 1;
}
.gnv-ico:after {
	content: '';
	border: solid #303030;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 23px;
	top: 27px;
	transition: all 0.5s ease;
}
.gnavi > li:hover .gnv-ico, .gnavi > li.active .gnv-ico {
	border-color: #158d71;
}
.submenu {
	position: absolute;
	z-index: 99;
	display: none;
}
.submenu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	background: #158d71;
	color: #fff;
	padding: 7px 20px;
	margin: 0 0 1px;
	transition: all 0.5s ease;
}
.submenu a:hover {
	background: #6be6c9;
}
#header.fixed .gnv-logo {
	display: block;
	margin: 0 50px 0 0;
	width: 120px;
}
#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255,255,255,0.9);
}
#header.fixed .h-top, #header.fixed .h-main {
	display: none;
}
#gnavi .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#header.fixed .gnavi > li > a {
	padding: 10px 25px;
	font-size: 16px;
}
#header.fixed .gnavi > li > a {
	padding-left: 30px;
}
#header.fixed .gnavi > li > a:before {
    width: 16px;
    height: 17px;
}
#header.fixed .gnavi > li.over .gnv-ico:after {
	right: 5px;
	top: 22px;
}
#header.fixed .submenu a {
	font-size: 14px;
}
.main-img {
	margin: 0;
}
.main-cont {
	position: absolute;
	width: 660px;
	height: 260px;
	background: #158d71;
	color: #fff;
	left: calc(50% - 620px);
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	padding: 40px;
}
.main-cont:before {
	content: '';
	position: absolute;
	background: #0a3d31;
	width: 3px;
	height: calc(100% + 20px);
	top: -10px;
	left: -3px;
}
.main-cont p:nth-child(1) {
	font-size: 19px;
	margin: 0 0 20px;
}
.main-cont p:nth-child(2) {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
}
.main-item {
	outline: none;
}
.mainvisual {
	padding: 0 0 8px;
	position: relative;
}
.mainvisual:after, .box01:after {
	content: '---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------';
	position: absolute;
	bottom: -8px;
	left: 0;
	color: #158d71;
	font-size: 13px;
	letter-spacing: 0.2em;
	white-space: nowrap;
	font-family: 'Courier', "serif";
}
.box01 {
	padding: 60px 0;
	position: relative;
}
.idx-ttl {
	color: #158d71;
	font-size: 40px;
	position: relative;
	line-height: 1.5em;
	margin: 0 0 10px;
	padding-top: 10px;
}
.idx-ttl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #158d71;
}
.idx-txt {
	font-size: 18px;
	margin: 0 0 30px;
}
.b01-list {
	display: flex;
	flex-wrap: wrap;
}
.b01-item {
	width: 370px;
	margin: 0 30px 30px 0;
}
.b01-item:nth-child(3n) {
	margin-right: 0;
}
.b01-img {
	margin: 0;
	height: 254px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.b01-img img {
	transition: all 2s ease;
}
.b01-main {
	background: #f3f3f3;
	text-align: center;
	padding: 10px 10px 15px;
	transition: all 0.5s ease;
}
.b01-item a {
	text-decoration: none;
}
.b01-ttl {
	font-size: 20px;
	font-weight: 700;
	color: #158d71;
	margin: 0;
	transition: all 0.5s ease;
}
.b01-txt {
	margin: 0;
	line-height: normal;
	color: #666;
	transition: all 0.5s ease;
}
.b01-item a:hover .b01-main {
	background: #158d71;
}
.b01-item a:hover .b01-ttl {
	color: #6be6c9;
}
.b01-item a:hover .b01-txt {
	color: #fff;
}
.b01-item a:hover .b01-img img {
	transform: scale(1.1, 1.1);
}
.idx-btn a {
	display: inline-block;
	background: #158d71;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 15px;
	width: 280px;
	transition: all 0.5s ease;
}
.idx-btn a:hover {
	background: #6be6c9;
}
.idx-btn {
	margin: 0;
	text-align: center;
}
.box02 {
	margin-top: 10px;
	background: url("../images/b02_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.b02-ttl {
	font-size: 30px;
	font-weight: 700;
	color: #158d71;
	margin: 0;
}
.b02-main {
	width: 700px;
}
.b02-txt {
	font-size: 19px;
	line-height: normal;
	margin: 0 0 20px;
	color: #666;
}
.b02-form input {
	border: 1px solid #ccc;
	background: #f5f8fa;
	padding: 14px 20px;
	margin-right: 30px;
	color: #969696;
	outline: none;
	width: 240px;
}
.b02-form button {
	display: block;
	margin-top: 20px;
	background: #158d71;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 8px 20px;
	transition: all 0.5s ease;
	cursor: pointer;
	border: none;
}
.b02-form button:hover {
	background: #6be6c9;
}
.f-chat {
	position: fixed;
	bottom: 60px;
	right: 0;
}
#footer {
	display: flex;
}
.f-map {
	width: calc(50% - 290px);
}
.f-map iframe {
	width: 100%;
	height: 100%;
}
.f-main {
	background: #158d71;
	width: calc(50% + 290px);
	color: #fff;
}
.f-cont {
	padding: 60px 0 60px 60px;
	width: 840px;
	display: flex;
	justify-content: space-between;
}
.f-col:nth-child(1) {
	width: 350px;
}
.f-col {
	width: 370px;
}
.f-ttl {
	font-size: 30px;
	margin: 0 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.f-info {
	font-size: 19px;
	line-height: 1.5em;
	margin: 0 0 15px;
	padding-left: 35px;
}
.f-add {
	background: url("../images/f_ico01.png") no-repeat left 3px;
}
.f-tel {
	background: url("../images/f_ico02.png") no-repeat left 3px;
}
.f-mail {
	background: url("../images/f_ico03.png") no-repeat left 3px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
.f-social {
	margin: 20px 0 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 25px;
	display: flex;
	align-items: center;
	line-height: 1em;
	font-size: 19px;
}
.f-social a {
	margin-left: 30px;
}
.f-txt01 {
	font-size: 19px;
	line-height: normal;
	margin: 0 0 10px;
}
.f-form {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 0 0 30px;
	margin: 0 0 20px;
}
.f-form input {
	width: 100%;
	border: 1px solid #fff;
	background: none;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 30px;
	outline: none;
}
.f-form input::placeholder {
 color: #fff;
 opacity: 1;
}
.f-form input:-ms-input-placeholder {
 color: #fff;
}
.f-form input::-ms-input-placeholder {
 color: #fff;
}
.f-form button {
	font-size: 14px;
	border: none;
	background: #fff;
	border-radius: 30px;
	color: #000;
	padding: 6px 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	transition: all 0.5s ease;
	outline: none;
}
.f-form button:hover {
	background: #6be6c9;
	color: #fff;
}
.copyright {
	background: #0a3d31;
	text-align: center;
	padding: 20px 0;
}
.copyright p {
	width: 946px;
	margin: 0;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 14px;
}
#wrapper {
	min-width: 100%;
	margin: 0;
	padding-top: 94px;
}
#main, #footer {
	min-width: 100%;
}
.container {
	padding: 0 3%;
	width: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/* MENU-ICON */
.menu-icon {
	width: 50px;
	height: 43px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	padding: 8px 0;
	z-index: 99;
	background: #06614c;
	margin-left: 20px;
}
.menu-icon span {
	display: block;
	margin: 0 auto 15px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	top: 12px;
	left: 0;
	position: relative;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #fff;
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	-moz-transition-delay: 0.2s, 0;
	-ms-transition-delay: 0.2s, 0;
	-o-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}
.menu-icon span::before {
	margin-top: -10px;
}
.menu-icon span::after {
	margin-top: 10px;
}
.menu-icon.active span {
	background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
	margin-top: 0px;
	-webkit-transition-delay: 0, 0.2s;
	-moz-transition-delay: 0, 0.2s;
	-ms-transition-delay: 0, 0.2s;
	-o-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#totop {
	width: 40px;
	right: 3%;
	bottom: 50px;
	line-height: 0;
}
.h-main {
	padding: 10px 0;
}
.h-right-search {
	position: relative;
}
.h-search {
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 99;
	padding: 5px;
	border: 1px solid #f5f5f5;
	display: none;
}
.h-right {
	display: flex;
	align-items: center;
}
.h-search-ttl {
	margin: 0;
	line-height: 0;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.05);
	height: 43px;
}
.h-search input {
	font-size: 14px;
	border: none;
	padding: 5px 10px;
}
.h-search button {
	right: 10px;
	top: 7px;
}
#gnavi {
	position: fixed;
	width: 100%;
	top: 94px;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 999;
	height: calc(100% - 94px);
	overflow: auto;
	display: none;
}
.h-top {
	padding: 3px 0;
}
.logo a img {
	width: 150px;
}
.h-img img {
	width: 45px;
}
.logo a {
	margin-right: 20px;
}
#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
}
.gnavi > li:nth-child(1) > a:before {
	display: none;
}
.gnavi {
	display: block;
	width: 100%;
}
.gnavi > li > a {
	background: #158d71;
	color: #fff;
	font-size: 14px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#gnavi .container {
	display: block;
	padding: 0;
}
.gnavi > li:hover > a, .gnavi > li.active > a {
	color: #fff;
}
.gnv-ico {
	position: absolute;
	width: 50px;
	height: 59px;
	right: 0;
	top: 0;
	background: rgba(255,255,255,0.1);
}
.gnv-ico:after {
	border-color: #fff;
}
.submenu {
	position: relative;
}
.submenu a {
	background: #6be6c9;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	font-size: 14px;
	padding: 15px 20px;
	color: #333;
	margin: 0;
}
.main-cont {
	display: none;
}
.main-cont p:nth-child(1) {
	font-size: 14px;
	margin: 0 0 10px;
}
.main-cont p:nth-child(2), .idx-txt, .b01-txt, .b02-txt {
	font-size: 14px;
}
.box01 {
	padding: 40px 0;
}
.idx-ttl {
	font-size: 26px;
}
.b01-item {
	width: 48%;
	margin: 0 4% 30px 0;
}
.b01-item:nth-child(3n) {
	margin-right: 4%;
}
.b01-item:nth-child(2n) {
	margin-right: 0;
}
.b01-img {
	height: 180px;
}
.b01-ttl {
	font-size: 16px;
}
.idx-btn a {
	font-size: 18px;
	width: 100%;
	max-width: 250px;
	padding: 10px;
}
.box02 {
	padding: 40px 0;
}
.b02-ttl {
	font-size: 24px;
}
.b02-main {
	width: 100%;
	max-width: 500px;
}
.b02-form input {
	width: 48%;
	margin-right: 1%;
	display: inline-block;
	padding: 10px 15px;
}
.b02-form button {
	font-size: 14px;
}
#footer {
	display: block;
}
.f-map {
	width: 100%;
	height: 250px;
}
.f-main {
	width: 100%;
	padding: 0;
}
.f-cont {
	width: 100%;
	padding: 40px 3%;
}
.f-col {
	width: 48%;
}
.f-ttl {
	font-size: 20px;
}
.f-info, .f-txt01, .f-social {
	font-size: 14px;
}
.copyright p {
	width: 100%;
	font-size: 12px;
}
}

@media screen and (max-width: 640px) {
.f-cont {
	display: block;
}
.f-col {
	width: 100%;
}
.f-form {
	width: 100%;
	max-width: 350px;
}
}

@media screen and (max-width: 425px) {
.b01-item {
	width: 100%;
	margin: 0 0 30px;
}
.b01-item:nth-child(3n) {
	margin-right: 0;
}
}

@media screen and (max-width: 375px) {
.logo a img {
	width: 120px;
}
.menu-icon {
	margin-left: 10px;
	width: 40px;
	height: 40px;
}
.h-search-ttl {
	width: 40px;
	height: 40px;
}
.h-img img {
	width: 35px;
}
.logo a {
	margin-right: 10px;
}
}
