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


/*
tooter color #5A8F34 rgb(90, 143, 52)
料金表のcolor #90B821 rgb(144, 184, 33)
*/
html {
	/*スクロールがカクつくため削除*/
  /*scroll-behavior: smooth;*/
}
body {
  /*font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;*/
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;	
  /*font-weight: bold;*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
	color: #26261D;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h1 {
  background-color: #5A8F34;
  color: #ffffff;
  font-size: 3em;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 1em;
}
h2 {
  color: #212121;
  font-size: 1.8em;
  width: 100%;
  text-align: center;
  font-weight: bold;
	letter-spacing: 0.2em;
}
.h2_bg{
	display: block;
	width: 100%;
	height: 3px;
	padding-bottom: 0.3em;
	background: rgb(90, 143, 52);
background: linear-gradient(90deg, rgba(90, 143, 52,0) 0%, rgba(90, 143, 52,0.4) 40%, rgba(90, 143, 52,1) 50%, rgba(90, 143, 52,0.4) 60%, rgba(90, 143, 52,0) 100%);
}


h3 {
  color: #5A8F34;
  font-size: 2.25em;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
p {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}
a {
  outline: none;
}
a img {
  outline: none;
}
section {
  padding-bottom: 5em;
}
#sec02,#sec03{
	background-color: #fff;
}

/*header*/
header {
  max-height: 80px;
  height: 20vh;
	width: 100%;
	background-color: rgba(90, 143, 52, 0.8);
	position: fixed;
	z-index: 10;
}
header .container, header .row {
  height: 100%;
}
.header_box {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
header .logo_box {
  height: 80%;
  display: block;
  max-height: 80px;
  display: flex;
  width: auto;
  /*justify-content: flex-end;*/
  flex-wrap: nowrap;
  margin-bottom: 0;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
background-color: #5A8F34;
padding: 3px;
}
header .logo_box img {
  height: 100%;
  max-height: 80px;
  width: auto;
  object-fit: contain;
  /*margin-right: 0;
  margin-left: auto;*/
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.comp_name {
  font-size: 2em;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 10px;
	color: #fff;
	background-color: transparent;
}
.memu_box {
  height: 100%;
}
.menu_box #header_menu {
  height: 100%;
}
#header_menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
	margin-bottom: 0;
}
#header_menu ul li {
  list-style: none;
}
#header_menu ul li a{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75em;
}
#header_menu ul li a:hover{
	color: #5A8F34;
}
.hamburger_menu {
  display: none;
}
/*#sec01*/
#sec01 {
  width: 100%;
  /*height: 60vh;*/
  /*height: 100vh;*/
	height: 100vh;
  /*position: fixed;*/
	z-index: -2;
	padding-bottom: 0;
}
.main_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_img p {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.main_img p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: right;
}
.mb_img{
	display: none;
}
.main_coment {
  position: absolute;
  bottom: 7%;
  right: 10%;
  width: auto !important;
  height: auto !important;
  font-size: 1.23em;
  color: #212121;
  text-shadow: 3px 5px 5px #8a8a8a;
}
/*#sec_brank*/
#sec_brank{
	width: 100%;
	height: 5em;
	/*height: 100vh;*/
	/*height: 80vh;*/
	/*display: none;*/
	padding-bottom: 0;
}
/*.sec_bunner*/
.sec_bunner{
	width: 100%;
	
}
.sec_bunner img{
	width: 100%;
}
.no_margin{
	margin-bottom: 0;
	padding-bottom: 0;
}

/*#sec02*/
.consept {
  margin-bottom: 2em;
}
.link_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.link_box {
  width: 100%;
  margin-bottom: 2em;
  height: auto;
}
.link_box p {
  margin: 0;
}
.link_box .img_box {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  height: 70%;
}
.img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_box p {
  color: #ffffff;
  font-size: 1.88em;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 41%;
}
/*.img_text_box*/

.img_text_box{
	
}
.img_text_box img{
	float: left;
width: 30%;
}
.img_text_box p{
	float: right;
width: 60%;
	font-size: 1.3em;
}

/*.qastion_box*/
.qastion_box{
	margin-bottom: 2.5em;
}
.qastion_box dl dt{
	float: left;
	
}
.qastion_box dl dd{
	padding-left: 2em;
}
/*.color_bg_conts*/
.color_bg_conts{
	background-color: #90B821;
	padding-top: 3.5em;
padding-bottom: 3.5em;
}

.color_bg_conts .container .row .col-12 img{
	width: 100%;
	
}

/*.button_box*/
.button_box{
	width: 80%;
max-width: 200px;
	margin-left: auto;
}
.button_box button{
	background-color: #5A8F34;
	color: #fff;
	border: none;
}
.button_box button:hover{
	background-color: #90B821;
}

/*#sec03*/
.title_box {
  margin-bottom: 2.5em;
}
.table_wrap table tr {
  display: flex;
}
.table_wrap table tr th {
  background-color: #5A8F34;
  color: azure;
  /*border-top: solid 1px #474559;*/
  /*border-top: solid 1px #474559;
  border-left: solid 1px #474559;*/
  /*border-bottom: solid 1px #e91e63;*/
  border-top: solid 1px #90B821;
  border-left: solid 1px #90B821;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  position: revert;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_wrap table tr td {
  background-color: #fff;
  border-top: solid 1px #90B821;
  border-right: solid 1px #90B821;
  /*border-bottom: solid 1px #e91e63;*/
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
.table_wrap table tr:last-child th {
  border-bottom: solid 1px #90B821;
}
.table_wrap table tr:last-child td {
  border-bottom: solid 1px #90B821;
}
/*sec04*/
#sec04{
	padding-top: 5em;
	background-color: rgba(89,34,14,.3);
}
.map_wrap{
	filter: drop-shadow(10px 10px 5px rgba(0, 0, 0,0.5));	
}


/*footer*/
footer {
  /*background-color: #dbdbdb;
  border-top: 1px solid #474559;*/
  background-color: #5A8F34;
  /*border-top: 1px solid #5A8F34;*/
}
.foot_wrap {
  display: flex;
	flex-direction: column;
  width: 100%;
  height: 100%;
}
.foot_wrap .footer_logo_wrap{
display: flex;
	flex-wrap: wrap;
}
.foot_wrap .footer_logo_wrap .foot_logo {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
	/*display: flex;
	justify-content: center;*/
}
.foot_wrap .footer_logo_wrap .foot_logo img {
  width: 25%;
  height: auto;
	display: block;
}
.foot_wrap .footer_logo_wrap .foot_adress{
	color: #fff;
	margin-bottom: 1em;
}
.foot_wrap .footer_logo_wrap .foot_info{
	
}
.foot_wrap .footer_logo_wrap .foot_info img{
	width: 60%;
max-width: 350px;
}

.foot_wrap .foot_text {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
	color: #fff;
}
/*#to_top*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: 20%;
  min-width: 80px;
}
.pagetop a {
  display: block;
  /*background-color: #ccc;*/
  /*text-align: center;*/
  /*color: #222;*/
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  border: none;
  /*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
.pagetop a i{
	font-size: 5em;
	color: #b0c477;
}
/*.pagetop a img {
  width: 13vw;
  width: 30%;
  min-width: 50px;
  height: auto;
}*/
/*レスポンシブ*/
/*768px以上*/
@media screen and (min-width: 768px) {}
/*768px未満*/
@media screen and (max-width: 768px) {
  .header_box {
    justify-content: flex-start;
  }
  .comp_name {
    /*font-size: 1em;*/
  }
  .menu_box {
    display: none;
  }
  #header_menu {
    display: none;
  }
  .hamburger_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: auto;
  }
  header nav {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background-color: rgba(90, 143, 52, .7);
    height: 100vh;
    padding-top: 4em;
    z-index: 1;
  }
  header nav ul {
    margin-top: 60px;
  }
  header nav ul li {
    width: 100%;
    height: 4em;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header nav ul li a {
    color: #ffffff;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	}header nav ul li a:hover{
		color: #5A8F34;
	}
  header .btn-gnavi {
    position: fixed;
    /*    top: 20px;*/
    /*right: 20px;*/
    width: 50px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    margin: 0;
  }
  header .btn-gnavi .open_span {
    font-size: 0.9em;
    color: #fff;
    position: absolute;
    width: auto;
    height: auto;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    z-index: 100;
  }
  header .btn-gnavi .close_span {
    color: #fff;
    display: none;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  /* header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }*/
  header .btn-gnavi.hb-open .open_span {
    display: none;
    /* transform: rotate(180deg);
    -webkit-transform: rotate(180deg);*/
  }
  header .btn-gnavi.hb-open .close_span {
    font-size: 0.9em;
    display: block;
    position: absolute;
    width: auto;
    height: 50px;
    border-radius: 10px;
  }
  /* header .btn-gnavi.hb-open span:nth-child(1) {
    width: 24px;
    transform: translate(-7px, 17px) rotate(45deg);
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    width: 24px;
    transform: translate(-7px, -17px) rotate(-45deg);
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  }*/
	.pc_img{
	display: none;
	}
	.mb_img{
		display: block;
	}
	.main_img p img{
		object-position: center right;
	}
  .link_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
	.img_text_box img{
	float: none;
width: 80%;
		margin-bottom: 1em;
		margin-left: auto;
margin-right: auto;
display: block;
}
.img_text_box p{
	float: none;
width: 100%;
}
}