@charset "utf-8";
/* CSS Document */

/*
* BASE
******************************************************/
* {
	word-wrap:break-word;
	background-repeat:no-repeat;
	overflow-wrap:break-word
}
html {
	scroll-behavior:smooth;
	font-family: 'Noto Sans JP', -apple-system,BlinkMacSystemFont,"Helvetica Neue",Verdana,sans-serif;
	font-weight: 400;
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	word-break: normal;
}

/* LINK */
body, body a {
	color: #82786e;
}
body a,
body a:hover,
body a:visited {
 text-decoration:none;
}
a {
 transition:.2s ease-in-out;
}

/* IMG HOVER */
a img {
 transition:.2s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* IE */
main {
	display:block;
}

/*
* PC-SP
******************************************************/
.ge_spOnly {
	display:none;
}
@media screen and (max-width:768px) {
	.ge_pcOnly {
		display:none;
	}
	.ge_spOnly {
		display:block;
	}
}

/*
* HEADER PC-SP
******************************************************/
.header-sp {
	display:none;
}
@media screen and (max-width:1150px) {
	.header-pc {
		display:none;
	}
	.header-sp {
		display:block;
	}
}

/*
* PC MENU
******************************************************/
.global-pc-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 70px;
	background: #ffffff;
	border-bottom: 1px solid #efefef;
}
.global-pc-header_inner {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.global-pc-header_logo {
	margin-left: 50px;
}
.global-pc-header_logo img {
	max-width: 100%;
}
.global-pc-header_nav {
	padding-top: 20px;
}
.global-pc-header_nav ul {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.global-pc-header_nav li {
	font-size: 1.4rem;
}
.global-pc-header_nav li:not(:last-child) {
	margin-right: 55px;
}
.ico-menu {
	margin-right: 8px;
	vertical-align: middle;
}
.gloabl-pc-header_button {
	margin-right: 50px;
	padding-top: 20px;
}
.gloabl-pc-header_button a {
	background: #7cbe50;
	border-radius: 50px;
	color: #fff;
	font-size: 1.4rem;
	padding: 10px 20px;
}
.ico-button {
	margin-right: 8px;
	vertical-align: top;	
}
/* DROPDOWN MENU */
.global-pc-header_dropdown-menu {
	display: table;
	table-layout: fixed;
}
.global-pc-header_dropdown-menu li {
	position: relative;
}
.global-pc-header_dropdown-menu ul {
	width: 170px;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	top: 40px;
	left: -50px;
	display: table-cell;
	vertical-align: middle;
}
.global-pc-header_dropdown-menu li:hover ul {
	visibility: visible;
}
.global-pc-header_dropdown-menu li ul li {
	background: #ffffff;
	height: 54px;
	line-height: 54px;
	margin: 0 !important;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.global-pc-header_dropdown-menu li ul li a {
	display: block;
}
.global-pc-header_dropdown-menu li ul li:hover {
	background: #ffffff;
}
.global-pc-header_dropdown-menu li ul li a,
.global-pc-header_dropdown-menu li ul li a:hover {
	color: #82786e;
}

/*
* SP MENU
******************************************************/
.global-sp-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	background: #ffffff;
}
.global-sp-header_logo {
	position: absolute;
	top: 0;
	left: 5px;
	width: 250px;
}
.global-sp-header_logo img {
	max-width: 100%;
}
.global-sp-header_nav {
	position: fixed;
	right: -310px;
	top: 0;
	width: 310px;
	height: 100vh;
	padding-top: 40px;
	background: rgba(255, 255, 255, 0.9);
	transition: all .6s;
	z-index: 99;
	overflow-y: auto;
}
.global-sp-header_nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-sp-header_nav-item {

}
.global-sp-header_nav-item a {
	display: block;
	padding: 20px;
	line-height: 20px;
	color: #82786e;
}
/* toggle button */
.toggle-menu {
	position: absolute;
	right: 27.5px;
	top: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 999;
}
.toggle-btn {
	position: absolute;
	left: 11px;
	width: 24px;
	height: 1px;
	background-color: #82786e;
	transition: all .6s;
}
.toggle-line1 {
	top: 12px;
}
.toggle-line2 {
	top: 20px;
}
.toggle-line3 {
	top: 28px;
}
.nav-open .global-sp-header_nav {
  right: 0;
}
.nav-open .toggle-line1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .toggle-line2 {
  width: 0;
  left: 50%;
}
.nav-open .toggle-line3 {
  transform: rotate(-45deg);
  top: 20px;
}
/* accordion */
.sp-accordion-inner li {
	background: rgba(255, 255, 255, 0.4);
}
.sp-accordion-inner li:hover {
	background: rgba(255, 255, 255, 0.6);
}
.sp-accordion-inner li a {
	padding-left: 2.5em;
}
.child {
	display: none;
}
/* phone button */
.gloabl-sp-header_button {
	margin: 0 50px;
	padding-top: 30px;
}
.gloabl-sp-header_button a {
	background: #7cbe50;
	border-radius: 50px;
	color: #fff;
	font-size: 1.4rem;
	padding: 16px 40px 20px 40px;
}
.ico-button-sp {
	margin-right: 16px;
	vertical-align: bottom;	
}
.ico-button-sp img {
	max-width: 20px;	
}

/*
* CONTENT
******************************************************/
.global-main-content {
	margin-top: 70px;
}
.ge-content {
	margin: 0 auto;
	width: auto;
	max-width: 1170px;
	padding: 150px 0;
}
@media screen and (max-width:768px) {
	.global-main-content {
		margin-top: 40px;
	}
	.ge-content {
		margin: 0 20px auto;
		max-width: inherit;
		padding: 75px 0;
	}
}

/*
* TITLE
******************************************************/
.ge-heading_bg {
	background-image: url("../img/temp/bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.ge-catch {
	padding: 80px 0 5px;
}
.ge-heading {
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
	margin: 0 0 80px 0;
	line-height: 1;
}
.ge-heading span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 3;
}
.ge-page-heading {
	color: #ffffff;
}
@media screen and (max-width:768px) {
	.ge-catch {
		padding: 40px 0 5px;
	}
	.ge-heading {
		font-size: 2.2rem;
		text-align: center;
		margin: 0 0 50px 0;
	}
	.ge-heading span {
		font-size: 1.2rem;
		line-height: 3;
	}
}

/*
* LEAD
******************************************************/
.ge-lead {
	background: linear-gradient(45deg, #7cbe50,#b6ffba);
}
.ge-lead_inner {
	margin: 0 auto;
	width: auto;
	max-width: 980px;
	padding: 80px 0;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ge-lead_desc {
	color:#ffffff;
	max-width: 460px;
	padding: 0 30px;
}
.ge-lead_desc h3 {
	font-size: 2.0rem;
	margin-bottom: 1em;
}
.ge-lead_desc p {
	font-size: 1.6rem;
	margin-bottom: 1em;
}
.ge-lead_thumb {
	max-width: 375px;
}
.ge-lead_thumb img {
	max-width: 375px;
}
@media screen and (max-width:768px) {
	.ge-lead_inner {
		max-width: inherit;
		padding: 40px 0;
		display: block;
	}
	.ge-lead_desc {
		max-width: inherit;
		padding: 20px 30px;
	}
	.ge-lead_desc h3 {
		font-size: 1.8rem;
	}
	.ge-lead_desc p {
		font-size: 1.4rem;
	}
	.ge-lead_thumb {
		max-width: inherit;
		text-align:center;
		margin:auto;
	}
}


/*
* DETAIL
******************************************************/
.ge-detail {
	margin: 0 auto;
	width: auto;
	max-width: 980px;
	padding: 80px 0;
}
.ge-detail_lists {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ge-detail_list-thumb {
	max-width: 490px;
}
.ge-detail_list-thumb img {
	max-width: 490px;
}
.ge-detail_list-panel {
	max-width: 460px;
	padding-left: 30px;
}
.ge-detail_panel {
}
.ge-detail_panel-number {
	width: 32px;
	height: 32px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fab628;
	display: inline-block;
}
.ge-detail_panel-heading {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 700;
	padding-left: 1em;
	letter-spacing: 0.5em;
}
.ge-detail_panel-desc {
	margin-left: 16px;
	padding: 20px 40px;
	border-left: 2px solid #fab628;
}
.ge-detail_panel-desc p {
	font-size: 1.6rem;
	margin-bottom: 1em;
}
.last-panel {
	border:none;	
}
@media screen and (max-width:768px) {
	.ge-detail {
		max-width: inherit;
		padding: 40px 0;
	}
	.ge-detail_lists {
		display: block;
	}
	.ge-detail_list-thumb {
		text-align: center;
		margin:auto;
		max-width: 100%;
	}
	.ge-detail_list-thumb img {
		max-width: 100%;
	}
	.ge-detail_list-panel {
		max-width: inherit;
		padding-left: 0;
	}
	.ge-detail_panel {
		padding: 0 20px;
	}
}

/*
* ACCESS
******************************************************/
.access-lead {
	margin: 0 auto;
	width: auto;
	max-width: 460px;
	padding-bottom: 80px;
}
.access-lists {
	margin: 0 auto;
	width: auto;
	max-width: 980px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.access-desc {
	max-width: 50%;
}
.access-desc h3 {
	margin-bottom: 8px;
	font-size: 1.8rem;
}
.access-desc p {
	margin-bottom: 2em;
	font-size: 1.6rem;
}
.access-map {
	max-width: 50%;
	height: auto;
	width: 100%;
	position: relative;
}
.access-map iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:768px) {
	.access-lead {
		max-width: inherit;
		padding-bottom: 40px;
	}
	.access-lists {
		max-width: inherit;
		display: block;
		padding: 0;
	}
	.access-desc {
		max-width: inherit;
	}
	.access-map {
		max-width: inherit;
		height: 120px;
		width: 100%;
	}
}

/*
* BUTTON
******************************************************/
.ge-button {
	width: 180px;
	height: 40px;
	font-size: 1.4rem;
}
.ge-button a {
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #82786e;
	border: 1px solid #82786e;
	border-radius: 50px;
	transition: all 0.3s;
}
.ge-button a:hover {
	color: #ffffff;
	background: #82786e;
}
@media screen and (max-width:768px) {
	.ge-button {
		width: 160px;
		height: 40px;
		font-size: 1.6rem;
	}
	.ge-button a {
		height: 40px;
		line-height: 40px;
	}
}

/*
* BANNER
******************************************************/
.ge-banner {
	background: #f1f9eb;
}
.banner-list {
	max-width: 840px;
	margin: 0 auto;
}
.banner-list ul {
	display: flex;
}
.banner-list li {
}
.banner-list li:not(:last-child) {
	margin-right: 40px;
}
.banner-list li img {
	max-width: 100%;
}
@media screen and (max-width:768px) {
	.banner-list ul {
		display: block;
	}
	.banner-list li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/*
* CATALOG
******************************************************/
.ge-catalog {
	background: #d6ffba;
}
.ge-catalog_inner {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0;
	max-width: 980px;
	margin: auto;
}
.ge-catalog_heading {
}
.ge-catalog_button a {
	background: #ff3366;
	color: #ffffff;
	border: 1px solid #ff3366;
}
.ge-catalog_button a:hover {
	color: #ff3366;
	background: #ffffff;
	border: 1px solid #ff3366;
}
@media screen and (max-width:768px) {
	.ge-catalog_inner {
		display: block;
		padding: 30px 0;
		max-width: inherit;
	}
	.ge-catalog_heading {
		text-align: center;
		margin-bottom: 20px;
	}
	.ge-catalog_button {
		margin: auto;
	}
}

/*
* CONTACT
******************************************************/
.ge-contact {
	background-color: #f1f9eb;
	background: linear-gradient(45deg, #b6ffba, #7cbe50);
}
.ge-contact_inner {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0;
	max-width: 980px;
	margin: auto;
}
@media screen and (max-width:768px) {
	.ge-contact_inner {
		display: block;
		padding: 30px 0;
		max-width: inherit;
	}
	.ge-contact_heading {
		text-align: center;
		margin-bottom: 20px;
	}
	.ge-contact_button {
		margin: auto;
	}
}


/*
* FOOTER
******************************************************/
.global-footer {
	padding: 30px 0;
	background: #ffffff;
	margin: auto;
	max-width: 1080px;
}
.global-footer_inner {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
}
.global-footer_logo {

}
.global-footer_nav {
	padding-top: 30px;
}
.global-footer_nav ul {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.global-footer_nav li:not(:last-child) {
	margin-right: 2em;
}
.global-footer_nav li a {
	color: #7cbe50;
	font-size: 1.4rem;
}
.global-footer_copyright {
	padding-top: 20px;
	font-size: 1.2rem;
}
@media screen and (min-width:768px) and (max-width:1169px) {
	.global-footer {
		padding: 44px 20px 30px;
	}
}
@media screen and (max-width:768px) {
	.global-footer {
		padding: 20px 0 0;
	}
	.global-footer_inner {
		display: block;
		margin: auto;
		text-align: center;
	}
	.global-footer_nav ul {
		display: block;
	}
	.global-footer_nav li:not(:last-child) {
		margin-right: 0;
	}
}