@charset "UTF-8";


html,body {
	width: 100%;
}
body {
	display: none;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color: #333;
	line-height: 1.6;
	background-color: #faf7f5;
	-webkit-font-smoothing: antialiased;
}

a {
	outline: none;
}
a:hover img {
	opacity: 1;
}
a:link {
	color: #19b5a4;
	text-decoration: underline;
}
a:visited {
	color: #19b5a4;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #19b5a4;
	text-decoration: none;
}

a img {
	transition: all 0.2s;
}
a:hover img {
	opacity: 0.7;
}


.noLink {
	cursor: default;
}



sup.kome {
	color: #d47070;
}





/* header */
/*------------------------------------------------------------------------------*/
header {
	width: 100%;
	background-color: #fff;
}

#headerTop {
	background-color: #f6f6f6;
}
#headerTopMain {
	width: 980px;
	height: 32px;
	margin: 0 auto;
	position: relative;
}
#headerTopMain h1 {
	display: table;
	height: 100%;
}
#headerTopMain h1 span {
	display: table-cell;
	height: 100%;
	font-size: 1.2em;
	vertical-align: middle;
}
#headerTopMain ul {
	width: 390px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	right: 0;
}
#headerTopMain ul li {
	display: table;
	width: 50%;
	height: 100%;
	float: left;
}
#headerTopMain ul li a {
	display: table-cell;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 0.2s;
}
#headerTopMain ul li.recruitmentBox a {
	background-color: #3d97b4;
}
#headerTopMain ul li.recruitmentBox a:hover {
	background-color: #006f93;
}
#headerTopMain ul li.recruitmentBox a span {
	display: inline-block;
	background: url(../images/icon_building.png) no-repeat center left;
	padding: 0 0 0 2.5em;
}
#headerTopMain ul li.medicalBox a {
	background-color: #da918a;
}
#headerTopMain ul li.medicalBox a:hover {
	background-color: #dd5b4e;
}
#headerTopMain ul li.medicalBox a span {
	display: inline-block;
	background: url(../images/icon_medical.png) no-repeat center left;
	padding: 0 0 0 2.5em;
}

#headerMainArea {
	display: table;
	width: 980px;
	height: 90px;
	margin: 0 auto;
}
#headerMainArea > div {
	display: table-cell;
	vertical-align: middle;
}
#headerMainArea > div.logoArea .logo {
	display: inline-block;
}
#headerMainArea > div.contact {
	width: 240px;
	padding: 0 10px 0 0;
}
#headerMainArea > div.faq {
	width: 150px;
}
#headerMainArea > div > a {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	padding: 1.4em 0;
	transition: all 0.2s;
}
#headerMainArea > div.contact > a {
	background-color: #068b02;
}
#headerMainArea > div.contact > a:hover {
	background-color: #095806;
}
#headerMainArea > div.faq > a {
	background-color: #55a09d;
}
#headerMainArea > div.faq > a:hover {
	background-color: #167975;
}
#headerMainArea > div > a > span {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 2em;
}
#headerMainArea > div.contact > a > span {
	background: url(../images/icon_mail.png) no-repeat center left;
}
#headerMainArea > div.faq > a > span {
	background: url(../images/icon_faq.png) no-repeat center left;
}

#headerMainArea > div.contactArea > div {
	background-color: #0f0;
}

#headerMainArea > div.navSP {
	display: none;
}

/* 20220216 add */
#headerMainArea > div.tel__box {
	width: 160px;
}
#headerMainArea > div.tel__box li {
	line-height: 1.4;
	text-align: center;
}
#headerMainArea > div.tel__box li.time {
	font-size: 1.2em;
}
#headerMainArea > div.tel__box li a {
	font-size: 2em;
	font-weight: bold;
	color: #617561;
	text-decoration: none;
}





/* #navArea */
/*------------------------------------------------------------------------------*/
nav {
	height: 50px;
	border-top: 1px solid #c1d6d0;
	border-bottom: 1px solid #c1d6d0;
	background-color: #fff;
}
nav .btnClose {
	display: none;
}
nav > ul {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
nav > ul > li {
	display: table;
	width: 180px;
	height: 100%;
	float: left;
	position: relative;
}
nav > ul > li.nav01 {
	width: 80px;
	font-size: 1.8em;
	border-left: 1px solid #c1d6d0;
}
nav > ul > li.nav01 > a > span > span {
	display: none;
}
nav > ul > li.nav07,
nav > ul > li.nav08,
nav > ul > li.nav09 {
	display: none;
}
nav > ul > li > a {
	display: table-cell;
	font-size: 1.5em;
	font-weight: bold;
	color: #0f4c23!important;
	text-decoration: none!important;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #c1d6d0;
	transition: all 0.2s;
}
/*nav > ul > li > a:hover {
	color: #fff!important;
	background-color: #398c54;
}*/
nav > ul > li > a.active {
	color: #fff!important;
	background-color: #398c54;
}

/* subNav */
nav > ul > li > ul.dropDownMain {
	display: none;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
}
nav > ul > li > ul.dropDownMain > li > a {
	display: block;
	color: #132e1c;
	text-decoration: none;
	border-top: 1px solid #d8e0db;
/*	border-left: 1px solid #d8e0db;
	border-right: 1px solid #d8e0db;*/
	padding: 1em 0.5em;
}
nav > ul > li > ul.dropDownMain > li+li > a {
	transition: all 0.2s;
}
nav > ul > li > ul.dropDownMain > li > a:hover {
	background-color: #e8f5ec;
}
nav > ul > li > ul.dropDownMain > li > a > span {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.2;
	background: url(../images/arr01.png) no-repeat center left;
	padding: 0 0 0 0.7em;
}

nav > ul > li > ul.dropDownMain > li > ul {
	display: none;
}


nav > ul > li > span.spDropMenu {
	display: none;
}





/* footer */
/*------------------------------------------------------------------------------*/
#footerContactArea {
	background-color: #edf2e3;
}
#footerContactArea .areaMain {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}
#footerContactArea .areaMain h2 {
	font-size: 2.4em;
	color: #3d3d3d;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px 0;
	position: relative;
}
#footerContactArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 20px auto 0 auto;
}
#footerContactArea .areaMain > p {
	font-size: 1.4em;
	color: #4c4c4c;
	text-align: center;
	margin: 0 0 20px 0;
}
#footerContactArea .areaMain .contactMain {
	display: table;
	width: 700px;
	margin: 0 auto;
}
#footerContactArea .areaMain .contactMain > div.contactBox {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 10px 0;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(1) {
	text-align: left;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner {
	display: inline-block;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .numberArea li {
	display: table;
	color: #617561;
	line-height: 1.4;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .numberArea li span {
	display: table-cell;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(1),
#footerContactArea .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(2)  {
	font-size: 1.8em;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(3) {
	font-size: 2.4em;
	font-weight: bold;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(3) a {
	color: #617561;
	text-decoration: none;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .storeInfonfoArea li {
	font-size: 1.4em;
	color: #6d6d6d;
}
#footerContactArea .areaMain .contactMain > div.contactBox .inner .storeInfonfoArea li.kome {
	display: flex;
	font-size: 1.2em;
	color: #d47070;
	line-height: 1.2;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) {
	text-align: right;
	border-left: 2px dotted #aaa;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact {
	margin: 0 0 0.3em 0;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 1em 0;
	transition: all 0.2s;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a .icon {
	margin-right: .3em;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a:hover {
	background-color: #06af01;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a.reserve {
	background-color: #dc3c87;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a.reserve:hover {
	background-color: #ea539a;
}
#footerContactArea .areaMain .contactMain > div.contactBox:nth-of-type(2) p {
	font-size: 1.4em;
	color: #6d6d6d;
	text-align: center;
}

#footerNavArea {
	border-bottom: 1px solid #e4e4e4;
}
#footerNavArea .areaMain {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
#footerNavArea .areaMain .bannerArea {
	width: 790px;
	margin: 0 auto 30px auto;
}
#footerNavArea .areaMain .bannerArea ul {
	display: flex;
	justify-content: space-between;
}
#footerNavArea .areaMain .bannerArea ul li {
	/*float: left;*/
	width: 250px;
}
#footerNavArea .areaMain .bannerArea ul li+li {
	/*margin-left: 20px;*/
}
#footerNavArea .areaMain .bannerArea ul li a {
	display: flex;
	width: 100%;
}
#footerNavArea .areaMain .bannerArea ul li a img {
	width: 100%;
	height: auto;
}

#footerNavArea .areaMain .navMainArea {
	display: table;
	width: 100%;
	line-height: 2;
}
#footerNavArea .areaMain .navMainArea > ul {
	display: table-cell;
}
#footerNavArea .areaMain .navMainArea > ul > li+li {
	margin-top: 1em;
}
#footerNavArea .areaMain .navMainArea > ul > li a {
	color: #5c5c5c;
	text-decoration: none;
}
#footerNavArea .areaMain .navMainArea > ul > li a:hover {
	color: #277440;
	text-decoration: underline;
}
#footerNavArea .areaMain .navMainArea > ul > li > a > span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	background: url('../images/arr02.png') no-repeat 0 0.3em;
	padding: 0 0 0 1em;
}
#footerNavArea .areaMain .navMainArea > ul > li > ul {
	padding: 0 0 0 1.5em;
}
#footerNavArea .areaMain .navMainArea > ul > li > ul > li > a > span {
	font-size: 12px;
	background: url('../images/arr03.png') no-repeat center left;
	padding: 0 0 0 1em;
}
#footerNavArea .areaMain .navMainArea > ul > li > ul > li > ul {
	padding: 0 0 0 2.5em;
}
#footerNavArea .areaMain .navMainArea > ul > li > ul > li > ul > li {
	list-style-type: disc;
}
#footerNavArea .areaMain .navMainArea > ul > li > ul > li > ul > li > a > span {
	font-size: 12px;
}

#footerSubNavArea .areaMain {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}
#footerSubNavArea .areaMain ul {
	display: table;
	margin: 0 auto;
}
#footerSubNavArea .areaMain ul+ul {
	margin-top: 1.5em;
}
#footerSubNavArea .areaMain ul li {
	display: table-cell;
	line-height: 1;
	padding: 0 1em;
}
#footerSubNavArea .areaMain ul li+li {
	border-left: 1px solid #b3b3b3;
}
#footerSubNavArea .areaMain ul li a {
	color: #5c5c5c;
	text-decoration: none;
}
#footerSubNavArea .areaMain ul li a span {
	font-size: 12px;
	white-space: nowrap;
}
#footerSubNavArea .areaMain ul li a:hover {
	color: #277440;
	text-decoration: underline;
}

#copyligthArea {
	text-align: center;
	background-color: #23753e;
	padding: 0.6em 0;
}
#copyligthArea small {
	font-size: 12px;
	color: #fff;
}





/* pageTitleArea */
/*------------------------------------------------------------------------------*/
#pageTitleArea {
	width: 100%;
	height: 200px;
	background: url('../images/page_title_bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
}
#pageTitleArea .areaMain {
	display: table;
	width: 980px;
	height: 200px;
	margin: 0 auto;
}
#pageTitleArea .areaMain .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}
#pageTitleArea .areaMain .inner h1 {
	font-size: 3.6em;
	font-weight: bold;
	color: #484848;
}
#pageTitleArea .areaMain .inner h1 span {
	font-size: 0.5em;
	font-weight: bold;
	color: #616161;
}
#pageTitleArea .areaMain .inner p {
	width: 70%;
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	margin: 0.3em 0 0 0;
}





/* locator */
/*------------------------------------------------------------------------------*/
#locator {
	width: 100%;
	position: relative;
}
#locator .areaMain {
	width: 980px;
	margin: 0 auto;
	padding: 2.5em 0 2.5em 10px;
}
#locator .areaMain > ol:after {
	content: "";
	display: block;
	clear: both;
}
#locator .areaMain > .breadcrumbs > span > a {
	font-weight: bold;
	color: #4c7470;
}
#locator .areaMain > .breadcrumbs > span {
	font-size: 12px;
}





/* スタイル打ち消し */
/*------------------------------------------------------------------------------*/
.elementor-editor-active .elementor-inner {
  margin-top: 0!important;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0!important;
}




.elementor-widget:not(:last-child) {
  margin-bottom: 0!important;
}
/* ========== 見出し01 ========== */
h1.elementor-heading-title {
  display: table;
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  color: #4e5151!important;
  line-height: 1.2!important;
  background-color: #f3f6f5;
  margin-bottom: 30px!important;
  padding: 0.5em!important;
  position: relative;
}
h1.elementor-heading-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #b2cab1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
h1.elementor-heading-title:after {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  background-color: #068b02;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* ========== 見出し02 ========== */
h2.elementor-heading-title {
  display: table;
  width: 100%;
  font-size: 1.7em;
  font-weight: bold;
  color: #4e5151!important;
  line-height: 1.2!important;
  background-color: #f3f6f5;
  border-bottom: 1px solid #b2cab1;
  margin-bottom: 30px!important;
  padding: 0.4em 0.7em!important;
  position: relative;
}
h2.elementor-heading-title:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #b2cab1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
h2.elementor-heading-title:after {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background-color: #068b02;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ========== 見出し03 ========== */
h3.elementor-heading-title {
  display: table;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  color: #4e5151!important;
  line-height: 1.2;
  margin-bottom: 20px!important;
  padding: 0 0 0 20px!important;
  position: relative;
}
h3.elementor-heading-title:after {
  content: "";
  display: block;
  width: 15px;
  height: 5px;
  background-color: #068b02;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-3px) translateX(0);
  transform: translateY(-3px) translateX(0);
}

/* ========== 見出し04 ========== */
h4.elementor-heading-title {
  display: table;
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
  color: #4e5151!important;
  line-height: 1.2;
  margin-bottom: 20px!important;
  padding: 0 0 0 1.3em!important;
  position: relative;
}
h4.elementor-heading-title:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #068b02;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-5px) translateX(0);
  transform: translateY(-5px) translateX(0);
}





a[href^="tel:"] {
	pointer-events: none;
}





.pc {
	display: block;
}
.sp {
	display: none;
}





.header__main__area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	/*height: 90px;*/
	margin: 0 auto;
	padding: 10px 0;
}

.header__main__area > div.navSP {
	display: none;
}

.header__main__area .header__utility__block {
	width: 540px;
}

.header__main__area .header__utility__info {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.header__main__area .header__utility__info .phone {
	display: flex;
	align-items: center;
	font-size: 1.8em;
	color: #0ca5aa;
}
.header__main__area .header__utility__info .phone .icon {
	font-size: .8em;
	margin-right: 5px;
}
.header__main__area .header__utility__info .time {
	margin-left: 10px;
}
.header__main__area .header__utility__info .time .title {
	font-size: .9em;
}

.header__main__area .header__utility__link ul {
	display: flex;
	justify-content: flex-end;
}
.header__main__area .header__utility__link ul li {
	display: flex;
	width: calc(100% / 3);
}
.header__main__area .header__utility__link ul li+li {
	margin-left: 5px;
}
.header__main__area .header__utility__link ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #666;
	border-radius: 5px;
	padding: 12px 0;
	transition: .2s;
}
.header__main__area .header__utility__link ul a .icon {
	font-size: 1.1em;
	margin-right: 5px;
}

.header__main__area .header__utility__link ul .reserve a {
	background-color: #dc3c87;
}
.header__main__area .header__utility__link ul .contact a {
	background-color: #068b02;
}
.header__main__area .header__utility__link ul .support a {
	background-color: #0855b7;
}
.header__main__area .header__utility__link ul .reserve a:hover {
	background-color: #ea539a;
}
.header__main__area .header__utility__link ul .contact a:hover {
	background-color: #06af01;
}
.header__main__area .header__utility__link ul .support a:hover {
	background-color: #0b67dc;
}





.SNS__fixed__area {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 50%;
	left: 0;
	z-index: 100;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.SNS__fixed__area > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #666;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0 5px 5px 0;
	padding: 10px 5px;
	transition: .2s;
}
.SNS__fixed__area > a+a {
	margin-top: 10px;
}
.SNS__fixed__area > a .icon {
	font-size: 2em;
	margin-top: 5px;
}
.SNS__fixed__area > a.blog {
	background-color: #e8a33d;
}
.SNS__fixed__area > a.blog .icon {
	/*font-size: 1.4em;*/
}
.SNS__fixed__area > a.facebook {
	background-color: #397ce2;
}
.SNS__fixed__area > a.line {
	background-color: #31b630;
}
.SNS__fixed__area > a.blog:hover {
	background-color: #feb953;
}
.SNS__fixed__area > a.facebook:hover {
	background-color: #5d9dff;
}
.SNS__fixed__area > a.line:hover {
	background-color: #58ca57;
}

.SNS__fixed__area .contact__block {
	display: none;
}



.leaflet__fixed__area {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 100;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.leaflet__fixed__area a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #f05c5c;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 5px 0 0 5px;
	padding: 15px;
	transition: .2s;
}
.leaflet__fixed__area a:hover {
	background-color: #ff7373;
}
.leaflet__fixed__area a .text {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.leaflet__fixed__area a .icon {
	font-size: 1.6em;
	margin-top: 5px;
}





.fixed__contact__area {
	display: none;
}





/* 20220601 SPナビ SNS追記エリア */
.nav__sns__section {
	display: none;
}





/* 20220601 サイドSNSエリア */
.side__sns__section {
	display: flex;
	margin-top: 5px;
}
.side__sns__section a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #ccc;
	padding: 10px 0;
}
.side__sns__section a+a {
	margin-left: 5px;
}
.side__sns__section a .icon {
	font-size: 1.8em;
	margin-bottom: 5px;
}
.side__sns__section a.facebook {
	background-color: #397ce2;
}
.side__sns__section a.line {
	background-color: #31b630;
}





/* 20230203 add menu-gnav-container */
.menu-gnav-container {
	display: flex;
	justify-content: center;
	height: 50px;
	border-top: 1px solid #c1d6d0;
	border-bottom: 1px solid #c1d6d0;
	background-color: #fff;
}
.menu-gnav-container ul.menu {
	display: flex;
	width: 980px;
	height: 100%;
}
.menu-gnav-container .menu > li {
	display: flex;
	width: calc((100% - 80px) / 5);
	background-color: #fff;
	transition: .2s;
}
.menu-gnav-container .menu > li.gnav__home {
	width: 80px;
}
.menu-gnav-container .menu > li.sp__only {
	display: none;
}
.menu-gnav-container .menu > li:hover {
	background-color: #398c54;
}
.menu-gnav-container .menu > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	color: #0f4c23;
	line-height: 1.2;
	text-decoration: none;
	border-right: 1px solid #c1d6d0;
	transition: .2s;
}
.menu-gnav-container .menu > li:hover > a {
	color: #fff;
}
.menu-gnav-container .menu > li.gnav__home > a {
	font-size: 2.4em;
	border-left: 1px solid #c1d6d0;
}

.menu-gnav-container .menu > li.drop__down {
	position: relative;
}
.menu-gnav-container .menu > li.drop__down > a {
	pointer-events: none;
	cursor: pointer;
}


.menu-gnav-container .menu > li.drop__down > .sub-menu {
	width: calc(100% - 1px);
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	transform: scaleY(0);
	transform-origin: center top;
	transition: .2s;
}
.menu-gnav-container .menu > li.drop__down:hover > .sub-menu {
	transform: scaleY(1);
}
.menu-gnav-container .menu > li.drop__down > .sub-menu > li > a {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	background-color: #398c54;
	border-top: 1px solid #8cb29a;
	padding: 1em 0.5em;
	transition: .2s;
}
.menu-gnav-container .menu > li.drop__down > .sub-menu > li > a::before {
	content: "";
	width: .7em;
	height: 1em;
	background: url(../images/arr01_02.png) no-repeat center left;
}
.menu-gnav-container .menu > li.drop__down > .sub-menu > li > a:hover {
	background-color: #1f6937;
}


/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.menu-gnav-container {
	display: none;
	width: 100%;
	height: auto;
	background-color: rgba(189, 199, 186, 0.9);
	border-top: none;
	border-bottom: none;
	padding: 3%;
	position: absolute;
	left: 0;
	z-index: 9999;
}
.menu-gnav-container ul.menu {
	flex-wrap: wrap;
	width: 100%;
}
.menu-gnav-container .menu > li,
.menu-gnav-container .menu > li.gnav__home {
	width: 100%;
}
.menu-gnav-container .menu > li.sp__only {
	display: flex;
	width: 100%;
}
.menu-gnav-container .menu > li+li {
	margin-top: 1px;
}
.menu-gnav-container .menu > li:hover {
	background-color: #fff;
}

.menu-gnav-container .menu > li.sp__only.gnav__sns {
	width: calc(100% / 3);
	width: calc(100% / 2);
}

.menu-gnav-container .menu > li > a,
.menu-gnav-container .menu > li.gnav__home > a {
	justify-content: flex-start;
	font-size: 4vw;
	font-weight: normal;
	border-right: none;
	border-left: none;
	padding: .7em;
	position: relative;
}
.menu-gnav-container .menu > li.gnav__home > a:after {
	content: "ホーム";
	margin-left: .3em;
}
.menu-gnav-container .menu > li:hover > a {
	color: #0f4c23;
}


.menu-gnav-container .menu > li.drop__down {
	flex-wrap: wrap;
}
.menu-gnav-container .menu > li.drop__down > .sub-menu {
	display: none;
	width: 100%;
	box-shadow: none;
	position: static;
	transform: none;
	transition: none;
}
.menu-gnav-container .menu > li.drop__down:hover > .sub-menu {
	transform: none;
}
.menu-gnav-container .menu > li.drop__down > a {
	pointer-events: auto;
}
.menu-gnav-container .menu > li.drop__down > a::after {
	content: "";
	width: 15%;
	height: 100%;
	cursor: pointer;
	background: url(../images/arr06.png) no-repeat center center #eef8ef;
	background-size: 20%;
	border-left: 1px solid #bfcbbf;
	position: absolute;
	top: 0;
	right: 0;
}
.menu-gnav-container .menu > li.drop__down > a.open::after {
	background: url(../images/arr07.png) no-repeat center center #f9f1d9;
	background-size: 20%;
}
.menu-gnav-container .menu > li.drop__down > .sub-menu > li > a {
	font-size: 3.4vw;
	color: #3e4c42;
	background-color: #fffdf7;
	border-top: 1px solid #e1e1e1;
	padding: 1em;
}
.menu-gnav-container .menu > li.drop__down > .sub-menu > li > a::before {
	margin-right: .3em;
	background: url(../images/arr03.png) no-repeat center left;
}


.menu-gnav-container .menu > li.sp__only.gnav__sns a {
	justify-content: center;
	font-weight: 500;
	color: #fff;
	padding: .7em 0;
}
.menu-gnav-container .menu > li.sp__only.gnav__sns a i {
	margin-right: .3em;
}
.menu-gnav-container .menu > li.sp__only.gnav__sns.blog a {
	background-color: #e8a33d;
}
.menu-gnav-container .menu > li.sp__only.gnav__sns.facebook a {
	background-color: #397ce2;
}

.menu-gnav-container .menu > li.sp__only.gnav__sns.line {
	display: none;
}
.menu-gnav-container .menu > li.sp__only.gnav__sns.line a {
	background-color: #31b630;
}

}





.menu-footer__nav-container {
	display: flex;
	justify-content: center;
	width: 100%;
}
.menu-footer__nav-container > .menu {
	display: flex;
	justify-content: center;
}
.menu-footer__nav-container > .menu > .fooet__nav__block {
	line-height: 1.2;
	padding: 0 20px;
}
.menu-footer__nav-container > .menu > .fooet__nav__block > a {
	display: none;
}


.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01+.nav__lv01 {
	margin-top: 1.5em;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01.noLink > a {
	pointer-events: none;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 a {
	color: #5c5c5c;
	text-decoration: none;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > a {
	display: flex;
	align-items: baseline;
	font-size: 1.4em;
	font-weight: 600;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > a::before {
	content: "";
	width: .7em;
	height: .7em;
	background-color: #23743d;
	border-radius: 100vh;
	margin-right: .3em;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > a:hover {
	color: #277440;
	text-decoration: underline;
}


.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > .sub-menu {
	margin: .9em 0 0 1.3em;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > .sub-menu > li+li {
	margin-top: 1em;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > .sub-menu > li > a {
	display: flex;
	align-items: baseline;
	font-size: 1.25em;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > .sub-menu > li > a::before {
	content: "";
	border-top: .35em solid transparent;
	border-left: .6em solid #5c5c5c;
	border-bottom: .35em solid transparent;
	margin-right: .3em;
}
.menu-footer__nav-container > .menu > .fooet__nav__block .nav__lv01 > .sub-menu > li > a:hover {
	color: #277440;
	text-decoration: underline;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.menu-footer__nav-container > .menu {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menu-footer__nav-container > .menu > .fooet__nav__block {
	width: 50%;
	font-size: 2.3vw;
	padding: 0;
}
.menu-footer__nav-container > .menu > .fooet__nav__block:nth-of-type(n+3) {
	margin-top: 2em;
}

}





.menu-footer__sub__nav-container {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.menu-footer__sub__nav-container > .menu {
	display: flex;
	justify-content: center;
	border-left: 1px solid #b3b3b3;
}
.menu-footer__sub__nav-container > .menu > li {
	line-height: 1.1;
	border-right: 1px solid #b3b3b3;
	padding: 0 1em;
}
.menu-footer__sub__nav-container > .menu > li a {
	font-size: 1.2em;
	color: #5c5c5c;
	text-decoration: none;
}
.menu-footer__sub__nav-container > .menu > li a:hover {
	color: #277440;
	text-decoration: underline;
}

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.menu-footer__sub__nav-container {
	padding: 3% 0;
}
.menu-footer__sub__nav-container > .menu {
	flex-wrap: wrap;
	border-left: 0;
}
.menu-footer__sub__nav-container > .menu > li {
	border-right: 0;
	padding: .5em 1em;
}
.menu-footer__sub__nav-container > .menu > li a {
	font-size: 3vw;
}

}















