@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
  font-size: 1.5rem;
	color: #393939;
  line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
::selection {
	background: #5fb96c;
	color: #fff;
}

/* Firefox */
::-moz-selection {
	background: #5fb96c;
	color: #fff;
}
.contents_inner{
	width: 1100px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sp {
	display:none;
}
.tab {
	display:none;
}
.pc {
	display:block;
}

.min {
/*	font-family: "Sawarabi Mincho", serif;*/
	font-family: 'Noto Serif JP', serif;
}
.h2_style {
	font-size: 20px;
	text-align: center;
	color: #4f4f4f;
	font-weight: 800;
	letter-spacing: 0.1em;
}
.h2_style span {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	display: block;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	color: #089b20;
	margin-bottom: 10px;
  	letter-spacing: 0;
}
/* .h3_style {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: center;
	color: #464646;
}
.h3_style span {
	display: block;
	color: #329a64;
	font-size: 18px;
	margin-bottom: 10px;
	-webkit-text-stroke: 1px;
} */
.link_btn {
	display: block;
	width: 275px;
	font-size: 18px;
	text-align: center;
	color: #fff !important;
	padding: 15px 0;
	background: url("../img/common/btn_arrow.png") #2a2a2a no-repeat;
	background-position: 86% center;
}
.link_btn:hover {
	background-color: #171717;
}


@media screen and (max-width: 1180px) {

	.contents_inner{
		width: 95%;
	}

}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		width: 90%;
		margin: 0 auto;
	}
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}

}

@media screen and (max-width: 640px) {

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.h2_style span {
		font-size: 20px;
	}
	.h2_style {
		font-size: 16px;
	}
	/* .h3_style {
		font-size: 16px;
	}
	.h3_style span {
		font-size: 16px;
		margin-bottom: 5px;
	} */
	.link_btn {
		width: 240px;
		font-size: 16px;
	}

}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/
header {
	z-index: 999;
	position: relative;
	padding-top: 20px;
}
header .contents_inner {
	position: relative;
}
header .contents_inner:before {
	content: url("../img/common/head_illust.png");
	position: absolute;
	right: 0;
	top: -20px;
}
header .link_green a:before {
	content: "" !important;
	background: url(../img/common/icon_nav_green.png) no-repeat !important;
	border: none !important;
	display: inline-block !important;
	width: 13px !important;
	height: 12px !important;
	position: absolute;
	top: 50% !important;
	left: 0 !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	background-size: contain !important;
}
header .link_green a:after {
	display: none !important;
}
header .logo_area {
	padding: 0 0 20px 15px;
}
header .link_area a {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
	margin-right: 2em;
	margin-bottom: 1.5em;
	font-size: 14px;
	font-weight: 500;
}
header .link_area .tel {
	display: block;
	text-align: right;
	font-size: 34px;
	font-weight: 600;
	position: relative;
}
header .link_area .tel::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("../img/common/icon_tel.png");
	background-size: contain;
	position: absolute;
	left: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .link_area a:first-child {
  margin-right: 3em;
}
header .link_area a::before {
  content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4.8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0;
    z-index: 50;
}
header .link_area a::after {
  content: "";
    width: 10px;
    height: 10px;
    background: #85c476;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .link_area a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
header h1 {
	display: inline-block;
	font-size: 13px;
}
header .tel_box {
	margin-top: 6px;
	margin-left: 25px;
}
header .contact_btn {
	display: none; /* 非表示 */
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	width: 155px;
	margin-right: 15px;
	padding: 18px 0;
	border-bottom: 2px solid #d96180;
}
header .contact_btn span {
	display: block;
	padding-top: 16px;
}
header .recruit_btn {
	display: none; /* 非表示 */
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	width: 155px;
	margin-right: 15px;
	padding: 18px 0;
	border-bottom: 2px solid #76af3a;
}
#nav_pc {
	border-top: 3px solid #5db548;
	border-bottom: 1px solid #f1f1f1;
}
#nav_pc li:first-child {
	border-left: 1px dotted #f1f1f1;
}
#nav_pc li {
	float: left;
	width: 16.6676%;
	border-right: 1px solid #f1f1f1;
}
#nav_pc li a {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
	color: #282828;
}
/*
#nav_pc li:nth-child(5) a {
	pointer-events: none;
}
*/
#nav_pc li a span {
	display: block;
	color: #85c476;
	font-size: 10px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.1em;
}
#nav_pc li a:hover {
	color: #06a84f;
}
#nav_sp{
	display: none;
}

@media screen and (max-width: 1180px) {
  .break1180 {
    display: none;
  }
	header {
		border-bottom: 1px solid #eee;
	}
  header .link_area {
    display: none;
  }
	header h1 {
		width: 180px;
	}
	#nav_sp{
		display: block;
	}
	#nav_pc,
	header .tel_box,
	header .contact_btn,
	header .recruit_btn {
		display: none;
	}
	.button-toggle {
		width: 70px;
		height: 53px;
		cursor: pointer;
		background: #25ab54;
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 999;
		border-radius: 6px;
	}
	.button-toggle span {
		width: 45px;
		height: 30px;
		display: block;
		position: absolute;
		top: 12px;
		right: 0;
		left: 0;
		margin: 0 auto;
		background: #fff;
		border-top: 11px solid #25ab54;
		border-bottom: 15px solid #25ab54;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 999;
	}
	.button-toggle.active span {
		border-color: #25ab54;
	}
	.button-toggle span:before {
		content: '';
		position: absolute;
		width: 45px;
		height: 4px;
		background: #fff;
		top: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.button-toggle span:after {
		content: '';
		position: absolute;
		width: 45px;
		height: 4px;
		background: #fff;
		bottom: -10px;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.menu {
		position: absolute;
		z-index: 99999;
		top: 94px;
		left: 0;
		width: 100%;
		background: #fafafa;
		color: #fff;
		border-bottom: 2px solid #25ab54;
		box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
	}
	.menu ul {
		margin: 3% 2% 0
	}
	.menu li {
		float: left;
		width: 49%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	.menu li:nth-child(even) {
		margin-right: 0;
	}
	.menu .selected {
		background: #3e3e3e;
	}
	.menu .selected a,
	.menu .selected a span {
		color: #fff;
	}
	.menu li a {
		display: block;
		color: #484848;
		line-height: 140%;
		text-decoration: none;
		text-align: center;
		background: #fff;
		padding: 15px 0;
		font-size: 14px;
		font-weight: 600;
		border: 1px solid #efefef;
		border-left: 4px solid #5fb96c;
	}
	/*
	.menu li:nth-child(4) a {
		pointer-events: none;
	}
	*/
	.menu li a span {
		display: block;
		font-size: 10px;
		font-weight: bold;
		color: #ababab;
	}
	.sp_tel_box {
		display: block;
		width: 200px;
		margin: 0 auto 10px;
	}

}

@media screen and (max-width: 950px) {

	header .contents_inner:before {
		content: none;
	}

}

@media screen and (max-width: 640px) {

	header .logo_area {
		padding: 0 0 10px 5px;
	}
	header h1 {
		width: auto;
	}
	.button-toggle {
		top: 13px;
    right: 10px;

	}
	.button-toggle span {
		top: 0;
		bottom: 0;
		margin: auto;
		border-top-width: 12px;
	}
	.button-toggle span:before,
	.button-toggle span:after {
		height: 3px;
	}
	.menu {
		top: 78px;
	}
	.menu li a {
		font-size: 13px;
	}

}

/*-----------------------------------

	contents

-----------------------------------*/

/* breadcrumb */
#breadcrumb {
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	color: #4d4d4d;
	padding: 5px 0;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#breadcrumb .breadcrumb_text{
	display:inline-block;
	padding-left: 8px;
}
#breadcrumb .breadcrumb_link{
	display:inline-block;
}
#breadcrumb .breadcrumb_link a{
	margin: 0 8px;
	color: #329a64;
}
#breadcrumb .breadcrumb_link a:hover{
	color:#1c7346;
}
#breadcrumb::-webkit-scrollbar {
	height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
	background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}

/* lower_img */
#lower_img {
	margin-top: -10%;
	padding: 60px 0 40px;
	background: url(../img/common/lower_bg.png);
}
#lower_img h2 {
	color: #454545;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	z-index: 50;
	margin-top: 5%;
}


@media screen and (max-width: 1180px) {

	#lower_img {
		padding: 30px 0 40px;
	}

}

@media screen and (max-width: 640px) {
	#breadcrumb{
		height: auto;
	}
	#breadcrumb ul li{
		font-size: 11px;
		font-size: 1.1rem;
	}
	#lower_img {
		padding: 25px 0;
	}
	#lower_img h2 {
		font-size: 18px;
	}

}


/*-----------------------------------

	section_img_btm

-----------------------------------*/
.section_img_btm {
	width: 100%;
	height: 260px;
	background: url(../img/common/section_btm_img.jpg) no-repeat;
	background-size: cover;
}


@media screen and (max-width: 640px) {

	.section_img_btm {
		height: 100px;
	}

}

/*-----------------------------------

	other_block

-----------------------------------*/

#other_block {
	padding: 63px 0;
  background: url("../img/common/other_block_bg.png");
  background-size: cover;
  background-position-y: top;
}
#other_block .contents_inner {
  display: block;
  text-align: center;
}
#other_block .green_btn {
	display: inline-block;
	width: 350px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #27b995;
	position: relative;
	border-bottom: 3px solid #1fa383;
	margin-right: 25px;
}
#other_block .green_btn:last-child {
	margin-right: 0;
}
#other_block .green_btn span {
	display: block;
	font-size: 25px;
}
#other_block .green_btn:hover {
	background: #1fa383;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
  border: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
#other_block .green_btn:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#other_block .green_btn:before {
  content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4.8px;
    border-color: transparent transparent transparent #27b995;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0;
    z-index: 50;
}

@media screen and (max-width: 1180px) {

	#other_block .green_btn {
		width: 32%;
		margin-right: 2%;
	}

}

@media screen and (max-width: 920px) {

	#contact_block .text_box p {
		font-size: 16px;
	}
	#contact_block .pink_btn {
		width: 210px;
	}

}

@media screen and (max-width: 840px) {
  #other_block .contents_inner {
    width: 95%;
  }
	#contact_block .text_box {
		float: none !important;
	}
	#contact_block .text_box p {
		text-align: center;
	}
	#other_block .green_btn {
		float: none !important;
    display: block;
    margin: 0 auto;
	}
	#other_block .green_btn:first-child,
	#other_block .green_btn:nth-child(2) {
		margin-bottom: 20px;
	}
	#other_block .green_btn:last-child {
		margin-right: auto;
	}

}

@media screen and (max-width: 640px) {

	#contact_block {
		padding: 20px 0 30px;
		background-position: left bottom;
	}
	#contact_block .contents_inner  {
		padding: 0 0;
	}
	#contact_block .text_box p {
		font-size: 15px;
	}
  #other_block .green_btn {
		width: 100%;
    max-width: 360px;
	}

}
/*-----------------------------------

	facility_block

-----------------------------------*/
#facility_block {
	/* padding-top: 60px; */
}
#facility_block ul {
	border-bottom: 1px solid #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#facility_block li {
	width: 33.2%;
	box-sizing: border-box;
}
#facility_block ul li .text_box {
	padding: 1em 0;
  text-align: center;
}
#facility_block ul li h3 {
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #1c60be;
	margin-bottom: 25px;
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
}
#facility_block ul li .text_box p {
  position: relative;
  display: inline-block;
	font-size: 13px;
  color: #fff;
  text-align: center;
}
#facility_block ul li .text_box p::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background-image: url("../img/common/icon_link.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#facility_block ul li .img_box {
	display: block;
	position: relative;
}
#facility_block ul li .img_box img {
  width: 100%;
}
#facility_block ul li .img_box .info_text {
  width: 75%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.5em;
  text-align: center;
  background: #fff;
  font-size: 13px;
}
#facility_block ul li .img_box .info_text .title {
  font-size: 20px;
  padding-bottom: 0.5em;
}
/* blue */
#facility_block ul li.blue .img_box .info_text {
  border-top: 3px solid #3f8dbf;
}
#facility_block ul li.blue .img_box .info_text .title{
  color: #3f8dbf;
}
#facility_block ul li.blue .text_box {
	background: #3f8dbf;
}
/* pink */
#facility_block ul li.pink .img_box .info_text {
  border-top: 3px solid #ec8686;
}
#facility_block ul li.pink .img_box .info_text .title{
  color: #ec8686;
}
#facility_block ul li.pink .text_box {
	background: #ec8686;
}
/* yellow */
#facility_block ul li.yellow .img_box .info_text {
  border-top: 3px solid #e2a31a;
}
#facility_block ul li.yellow .img_box .info_text .title{
  color: #e2a31a;
}
#facility_block ul li.yellow .text_box {
	background: #e2a31a;
}
#facility_block ul li:hover {
  transition: all 0.2s;
	background: #000;
}
#facility_block ul li:hover h3 {
	color: #fff;
}
#facility_block ul li:hover .text_box p {
	color: #fff;
}

@media screen and (max-width: 1400px) {
	#facility_block ul li .img_box .info_text {
	  width: 85%;	  
	}
}
@media screen and (max-width: 950px) {
	#facility_block ul li .img_box .info_text .title {
		font-size: 15px;
	}
}
@media screen and (max-width: 840px) {
  #facility_block ul li .img_box img {

  }
  #facility_block ul li .img_box .info_text {
    width: 80%;
    bottom: 10px;
  }
/*
	#facility_block ul li .img_box .info_text .title {
		font-size: 15px;
	}
*/
  #facility_block li:nth-child(2) {
    border-left-width: 2px;
    border-right-width: 2px;
  }

}
@media screen and (max-width: 690px) {
  #facility_block ul li .img_box .info_text {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {

	#facility_block {
		padding: 0;
	}
  #facility_block ul {
  	display: block;
    width: 100%;
  }
  #facility_block li,
  #facility_block li:nth-child(2) {
  	width: 100%;
    float: none;
    border: 0;
  }
	#facility_block .text_box {
		width: 100%;
		float: none !important;
		padding-top: 15px;
	}
  #facility_block ul li .img_box .info_text {
    width: 80%;
	  bottom: 30px;
  }
	#facility_block .text_box h3 {

	}

}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	width: 110px;
	text-align: center;
	padding: 16px 0 10px;
	background: #459852;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-ms-border-top-left-radius: 8px;
	-o-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
#pagetop p {
	font-size: 13px;
	color: #fff;
	position: relative;
	font-weight: 600;
	padding-top: 1em;
}
#pagetop p::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 11px;
	background-image: url(../img/common/pagetop.png);
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	background: #3f8a4b;
}

@media screen and (max-width: 640px) {

	#pagetop {
		width: 100%;
		text-align: center;
		padding: 16px 0 10px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #f3f3f3;
		background: #fff;
		cursor: pointer;
		position: relative;
		-webkit-border-top-left-radius: none;
		-moz-border-top-left-radius: none;
		-ms-border-top-left-radius: none;
		-o-border-top-left-radius: none;
		border-top-left-radius: none;
	}
	#pagetop p {
		position: relative;
		font-weight: 600;
		padding-top: 1em;
		color: #333;
	}
	#pagetop p::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 11px;
		background-image: url("../img/common/sp/pagetop.png");
	}
	#pagetop:hover {
		background: none;
	}

}
/*-----------------------------------

	footer

-----------------------------------*/

footer {
	padding: 0;
}
footer .bnr_area {
	margin-bottom: 30px;
	padding: 25px 0;
	background: #fdfdfd;
	border-bottom: 1px solid #f5f5f5;
}
footer .bnr_area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	gap: 30px;
}
footer .ft_pcnav {
  width: 100%;
  padding-bottom: 1em;
}
footer nav li {
	float: left;
	width: 25%;
}
footer nav li a {
	font-size: 14px;
	font-weight: 500;
	color: #404040 !important;
	padding: 0 20px;
	position: relative;
}
footer nav li a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4.3px;
	border-color: transparent transparent transparent #434343;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
footer nav li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
/*
footer nav li:nth-child(4) a {
	pointer-events: none;
}
*/
footer .logo_area {
	display: block;
}
footer .logo_area p {
	line-height: 150%;
	margin-top: 5px;
}
footer .logo_area img {

  margin-top: 40px;
}
footer .logo_area img {
  margin-top: 40px;
  margin-bottom: 12px;
}
footer .logo_area .address_txt {
	font-size: 15px;
}
footer .logo_area .tel_txt span {
	display: inline-block;
	width: 40px;
	background: #b7b7b7;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	margin-right: 10px;
	padding: 2px 5px 1px;
}
footer .logo_area .time_txt {
	font-size: 12px;
}
footer .right_box {
  width: 70%;
}
footer #footer_copy {
  display: block;
  width: 100%;
	font-size: 13px;
	text-align: center;
  background: #459852;
	color: #fff;
	margin-top: 3em;
}
footer .ft_spnav {
	display: none;
}
footer .link_wrap {
	/* margin-top: 70px; */
}
footer .link_box {
	float: left;
	width: 38%;
	padding: 0 50px;
	box-sizing: border-box;
}
footer .link_box:first-of-type {
  padding-left: 0;
  width: 31%;
}
footer .link_box:last-of-type {
  padding-right: 0;
  width: 31%;
}
footer .link_box:not(:last-child) {
	border-right: 1px solid #f4f4f4;
}
footer .link_box .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 70px;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	position: relative;
}
footer .link_box .address_txt {
	font-size: 15px;
}
footer .link_box .tel_txt span {
	display: inline-block;
	width: 40px;
	background: #b7b7b7;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	margin-right: 10px;
	padding: 2px 5px 1px;
}
/*
@media screen and (max-width: 1080px) {

	footer .ft_other {
		display: none;
	}

}
*/
@media screen and (max-width: 1100px) {
	footer .logo_area,
  	footer .right_box {
    	float: none!important;
  	}
	footer .logo_area {
		text-align: center;
		margin-bottom: 1em;
	}
  	footer .logo_area img {
    	margin-top: 0;
  	}
	footer .link_wrap {
    	margin-top: 10px;
  	}
	footer .right_box {
    	width: 100%;
  	}
}
@media screen and (max-width: 840px) {

	footer nav {
		margin-top: 10px;
	}
	footer nav li a {
		font-size: 11px;
		padding: 0 16px;
	}
}

@media screen and (max-width: 750px) {

	footer .contents_inner {
		width: 100%;
	}
	footer .bnr_area ul li {
		width: 150px;
	}
	footer .logo_area {
		float: none !important;
		margin: 0 0 25px;
	}
	footer .logo_area h1 {
		width: 150px;
		margin: 0 auto;
	}
	footer .logo_area p {
		text-align: center;
	}	
	footer .ft_pcnav {
		display: none;
	}
	footer .ft_spnav {
		display: block;
	}
	footer .ft_spnav ul {
		width: 100% !important;
	}
	footer .ft_spnav li {
		box-sizing: border-box;
		float: left;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #f2f2f2;
	}
	footer .ft_spnav li:nth-child(1),
	footer .ft_spnav li:nth-child(2) {
		border-top: 1px solid #f2f2f2;
	}
	footer .ft_spnav li:nth-child(odd) {
		border-right: 1px solid #f2f2f2;
	}
	footer .ft_spnav li a {
		display: block;
		border: none;
		padding: 10px 0;
		text-align: center;
	}
	footer .ft_spnav li a:hover {
		text-decoration: none;
	}
	footer .ft_spnav li a:before {
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
  footer .link_box {
  	float: none;
  	width: 100%!important;
    padding: 0 15px!important;
  	margin-bottom: 20px;
  }
	footer .link_box .btn {
		height: auto;
	}
	footer #footer_copy {
		font-size: 10px;
		text-align: center;
	}

}
