@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
 height: auto;
	
}
li{
	list-style-type:none;	
}
a{
	text-decoration:none;
	transition: .3s;
}
body{
	line-height:170%;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color:#262626;
	font-size:96%;
	word-break:break-all;
}
.clear{
	clear:both;
}
/*ヘッダー*/
#header{
  width: 100%;
  overflow: hidden;
  padding: 18px 20px 10px;
  box-sizing: border-box;
}
#header-main{
	width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
#h-logo{
	
}
#h-logo img{
	max-width: 165px;
	
}
#h-logo a{
	display:block;
	
}
.hl-txt{
	font-size:80%;
	padding:5px 0;
}
#header-left{
	
}
#header-right{

}
.header-tel{
	float:right;
	padding-top:10px;
}
.header-menu{
	padding-top:26px;
	clear:both;
	padding-right:1em;
}
.header-menu ul{
	display:flex;
	
}
.header-menu ul li{
	padding: 0 25px;
	position: relative;
	
}
.header-menu ul li br{
	display:none;
	
}
.header-menu ul li a{
font-weight: 550;
	}
.header-menu ul li:before{
	content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #231815;
    position: absolute;
    margin: auto;
	top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.header-menu ul li:last-child{
	padding:0 0 0 20px;
}
.header-menu ul li:last-child:before{
    border-left: 0px;

}
.header-menu ul li a{
	font-size:105%;
	color:#262626;
	 position: relative;
  display: inline-block;
  text-decoration: none;
  transition: .3s ;
	
}
.header-menu ul li a:hover{
	color: #054810;
}
.header-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00913a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
	
}
.header-menu ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.sp-menu-btn_02{
	display: none;
}
@media screen and (max-width: 1000px){
	.header-menu ul li {
          padding: 0 15px;
        position: relative;
        text-align: center;
}
#h-logo img {
  max-width: 130px;
}
	.header-menu ul li br {
    display: inline-block;
}
.header-menu ul {
    justify-content: center;
    align-items: center;
}
  .header-menu ul li a {
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px){
#header {
  padding: 12px 20px 4px;
}
#h-logo img{
	max-width: 115px;
}
.header-menu ul li {
    width: 100%;
  }
.header-menu ul li:last-child{
	padding:0;
}
#header-main {
        display: block;
    }
	
.header-menu {
    padding: 0;
    
}
.header-menu ul li a {
    height: auto;
    display: block;
  }
	/*ハンバーガーメニュー*/
	.sp-menu-btn_02{
	display: block;
}
.header-container_02{
	    position: fixed;
        right: 0;
        top: 0;
	        z-index: 9000;
}
.header__navi_02 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  transform: translateY(-120%);
  transition: all 0.6s;
	    position: fixed;
        right: 0;
        top: 0;
}

.header__navi_02.active {
  transform: translateY(0%);
}

.header__navi_02 ul {
padding: 72px 0 60px;
    text-align: center;
    border-bottom: 4px solid #00913a;
    font-size: clamp(1.063rem, 0.929rem + 0.67vw, 1.25rem);
}
.header__navi_02 ul::before {
    content: url('./images/common/logo.svg');
    display: block;
    width: 150px;
    height: 81px;
    margin: 0 auto 20px;
  }
.header__navi_02 li {
  list-style: none;
  margin-bottom: 24px;
}

.header__navi_02 li a {
  color: #88afaf;
  text-decoration: none;
}
.header-menu ul li:before {
    border-left: 0;
}
/* メニューボタン */
    .sp-menu-btn_02 {
   background-color: #ffffffde;
    border: none;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 60px;
    height: 52px;
    cursor: pointer;
    z-index: 1000;
    }

.sp-menu-btn_02 .line {
  display: block;
        position: absolute;
        height: 2px;
        right: 15px;
        background: #231815;
        transition: 0.3s 
ease-in-out;
}

.sp-menu-btn_02 span:nth-child(1) {
          top: 14px;
        width: 30px;
}

.sp-menu-btn_02 span:nth-child(2) {
  top: 24px;
  width: 20px;
}
.header-menu ul {

    flex-flow: column;
}

/* メニューが開いているときのボタン */
.sp-menu-btn_02.active span:nth-child(1) {
  top: 24px;
  background: #00913a;
  transform: rotate(-45deg);
}

.sp-menu-btn_02.active span:nth-child(2) {
  top: 24px;
  background: #00913a;
  width: 30px;
  transform: rotate(45deg);
}
.sp-menu-btn_02::after{
  content: 'MENU';
    font-size: 10px;
    color: #333;
    position: absolute;
    top: 32px;
    left: 15px;
    letter-spacing: 0.1em;
}
.sp-menu-btn_02.active::after{
  content: '';
}
.header-menu ul li a:hover::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
	}
/*スライド*/
#main-slide{
	clear:both;
	margin:5px auto 30px;
	    position: relative;
}
#main-image{
	clear: both;
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    width: 100%;
}
.slick-slide img{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	-webkit-opacity: 1;
    opacity: 1;
	}
.slick-center img{
	opacity:1;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -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;
			outline:none;
}
.slick-slide{
	background-color:#fff;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
	margin:25px auto 0;
}
#top-slide .slick-dots .slick-active button{
   background: #00913a!important;
   border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.slick-dots li{
       position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
   font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #c9d3d2;
}
.slick-dots li button::before {
       font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
.slide-sp{
     display:none !important;
}
@media screen and (max-width: 768px){
/*スライド画像
.slide-sp{
     display:block !important;
}
.slide-pc{
     display:none !important;
}
	*/
	}
/*メイン*/
.main{
	    clear: both;
    padding: 10px 0 70px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.main2{
	clear:both;
	padding:10px 0 40px 0;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background-color:#f2f2f2;
}
h2{
	font-size: 210%;
  font-weight: 600;
	    line-height: 1.5em;
	
}
.cr-logo {
    margin-bottom: 0;
    position: absolute;
    bottom: -11%;
    left: 20px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 4px 5px 5px #848484;
    box-sizing: border-box;
    max-width: 85px;
    width: 30%;
}
.top-bt-waku{
	padding-top: 85px;
  display: flex;
  justify-content: space-between;
}
.top-bt{
width: 50%;
  height: auto;
  overflow: hidden;
  border-bottom: 4px solid #f29600;
}
.link-img{
width: 90%;
  margin: 0 auto;
  max-width: 530px;
	cursor: pointer;
  overflow: hidden;
}
.top-bt:first-child {
  border-bottom: 4px solid #8dc21f;
}
.top-bt h2{
	margin: 1em auto 1.75em;
  text-align: center;
  font-size: 160%;
}
.top-bt:first-child h2 {
  letter-spacing: 0.15em;
}
.top-bt h2 br{
	display:none;
}
.top-bt img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	width:100%;
	height: auto;
}
.top-bt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	opacity:0.7;
	-moz-opacity:0.7;
}
.top-info-t{
		text-align: right;
  width: 12%;
	
}
.top-info{
		clear: both;
  width: 85%;
	
}
.top-info-th2{
	width:10%;
	
}
.top-info-t h2{
	letter-spacing: 0.1em;
	
}
.top-info-main{
	padding: 0px 25px 11px 25px;
}
.top-info-main ul li{
	padding:12px 0 12px 1em;
	border-bottom: 1px dotted #C6C7C8;
  margin: 0 0 1em;
}
.top-info-main ul li:first-child{
	padding:0px 0 12px 1em;
}
.top-info-main ul li a{
	color:#323232;
}
.top-info-main ul li a:hover{
	color: #054810;
}
.top-info-main ul li a .infodate{
	padding-right:60px;
	font-size:90%;
}
.infottl{
}
.infodate{
	display: block;
  font-weight: 600;
  color: #2ca6e0;
  margin: 0 0 0.2em;
  font-size: 108%;
  letter-spacing: 0.1em;
}
.to-list a{
	color: #231815;
	padding:2px 22px 2px 10px;
	clear:both;
	float:right;
	margin-top:20px;
	 position: relative;
  z-index: 2;
   overflow: hidden;
   display:block;
  text-decoration: none;
  outline: none;
  font-size:95%;
	letter-spacing: 0.1em;
	margin-right: 25px;
}
.to-list a::after, .to-list a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.to-list a::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #2ca6e0;
}
.to-list a::after{
	right: 0;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: transparent;
  border-left: 6px solid #fff;
}
.to-list a::before,
.to-list::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.to-list a,
.to-list a::before,
.to-list a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.to-list a:hover {
  color: #054810;
  display: block;
}
.t-news{
	display:flex;
	justify-content: space-between;
}
.nogyo-box{
	background-color: #b2dff7;
}
.nogyo-about{
  max-width: 1200px;
    margin: 45px auto 10px;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
}
.nogyo-about h2{
  text-align: center;
  letter-spacing: 0.15em;
}
.nabout-txtbox{
	display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
.nabout-txtbox div{
	width:48%;
}
.nogyo-txt p{
	margin-bottom:1em;
}
.n-remark{
	margin: 11px 0 0;
}
.nabout-remark {
	margin:1em 0 0;
	display:flex;
}
.nabout-remark li:first-child {
	margin-right:1em;
}
@media screen and (max-width: 1200px){
.cr-logo {
    bottom: -14%;
    width: 25%;
    max-width: 75px;
  }
	}
@media screen and (max-width: 1100px){
.top-bt h2 br {
    display: block;
}
}
@media screen and (max-width: 1000px){
h2 {
    font-size:clamp(1.438rem, 1.215rem + 0.56vw, 1.563rem);
}
.top-bt h2 {
	font-size:clamp(1.063rem, 0.299rem + 2.22vw, 1.688rem);
			}
.nogyo-txt {
    width: 65% !important;
}
	.nogyo-img {
    width: 32% !important;
}
.nabout-remark {
    display: block;
}
.cr-logo {
    bottom: -20%;
    max-width: 75px;
    width: 24%;
}
	}
@media screen and (max-width: 768px){
	.main,.nogyo-about{
  width: 96%;
}
	.nogyo-about{
    padding: 0;
}
  .cr-logo {
    bottom: -30%;
    left: 10px;
    width: 13%;
    min-width: 55px;
    max-width: 75px;
  }
	.infodate{
  font-size: 102%;
}
.top-info-t {
                 text-align: left;
        width: auto;
        margin: 20px 0 8px 10px;
}
.t-news{
	    padding: 0 2% 70px;
    box-sizing: border-box;
	        display: block;
}
	.top-info-main {
    padding: 0px 2px 11px;
}
	.top-info {
    width: 100%;
}
	.top-info-main {
    padding: 0px 2px 11px;
    margin: 15px 0;
}
	.to-list a {
    margin-top: 5px;
    margin-right: 0;
}
	
	}
@media screen and (max-width: 640px){
	.cr-logo {
    bottom: -35%;
  }
		h2 {
    font-size:clamp(1.375rem, 0.877rem + 2.49vw, 1.875rem);
}
	.top-bt h2 {
    font-size: clamp(1.188rem, 0.938rem + 1.25vw, 1.438rem);
  }
.top-bt-waku {
	padding-top: 70px;
  flex-flow: column;
}
.top-bt {
    width: 100%;
}
	.top-bt:first-child {
    margin: 0 auto 60px;
}
	.top-bt h2 {
    margin: 0.5em auto 1.5em;
	font-size:clamp(1.313rem, 0.938rem + 1.88vw, 1.688rem);
}
	.link-img {
    width: 95%;
}
	.nabout-txtbox {
    flex-flow: column;
}
	.nabout-txtbox div {
    width: 100% !important;
}
.nogyo-map{
    width: 90%;
    margin: 15px auto;
}
	}
@media screen and (max-width: 360px){
	  .cr-logo {
	bottom: -42%;
    left: 2px;
  }
		}
/*フッター*/
#footer{
	clear:both;
	width:100%;
	overflow:hidden;
}
.footer-con{
	text-align: center;
  font-size: 110%;
  font-weight: 600;
}
.footer-logo,.f-sagalogo{
	text-align: center;
  width: 100%;
}
.footer-logo{
  max-width: 150px;
}
.f-sagalogo{
  max-width: 150px;
}
.footer-logo{
  margin: 50px auto 10px;
}
.f-sagalogo{
  margin: 26px auto 6px;
}
.sagaken-add{
 font-size: 90%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.f-sagadiv{
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer-menu{
}
.footer-menu br{
	display: none;
}
.footer-menu ul{
	display: flex;
  margin: 0 auto;
  text-align: center;
  font-size: 110%;
  font-weight: 600;
  justify-content: center;
	
}
.footer-menu ul li{
	padding: 0 15px;
	position: relative;
	
}
.footer-menu ul li::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #231815;
  position: absolute;
  margin: auto;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer-menu ul li:last-child:before{
    border-left: 0px;

}
.footer-menu2{
	float:left;
	width:120px;
	margin-right:20px;
}
.footer-menu ul li a{
	font-size:85%;
	padding-bottom:5px;
	color:#262626;
	transition: .3s;
}
.footer-menu ul li a:hover{
	color: #054810;
  text-decoration: none;
}
.footer-logo
.f-logo-l{
	width:90px;
	float:left;
}
.f-logo-r{
	width:190px;
	float:right;
}
.f-add{
	 padding-top: 0.3em;
  font-size: 95%;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-align: center;
}
.f-mail{
	clear:both;
	padding-top:20px;
}
.c-txt{
text-align: center;
  color: #666a6a;
  font-size: 85%;
  clear: both;
  margin: 20px 0 0 0;
 background-color: #f5f2f2cc;
  padding: 9px 0 10px;
}
@media screen and (max-width: 640px){
	.footer-logo {
    max-width: 140px;
}
    .footer-menu ul {
        margin: 15px auto 40px;
        width: 100%;
        font-size: 110%;
        font-weight: 600;
        flex-flow: column;
    }
	.f-sagalogo {
    max-width: 138px;
}
	.footer-menu ul li {
    padding: 0.15em 0!important;
    position: relative;
}
	.footer-menu ul li:last-child {
    margin-right: 0;
}
.footer-menu ul li::before {
        border-left: 0;
        top: 0;
        right: 50%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        width: 22px;
        bottom: -23px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);

}
	}
@media screen and (max-width: 450px){
		.c-txt {
  padding: 9px 0 60px;
}
	  }
@media screen and (max-width: 400px){
 .footer-menu ul {
    font-size: 105%;
  
  }
	  }
/*-------------------------
ページトップへ
--------------------------*/

#pageTopBtn{
	clear: both;
  z-index: 9000;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
}

.infoTable th{
    width: 100px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.infoTable td{
    border: 1px solid #ccc;
    padding: 10px;
}
@media screen and (max-width: 768px){
#pageTopBtn {
  bottom: 10px;
  right: 10px;
  width:50px;
}
	}
/*-------------------------
プリント表記
--------------------------*/
@media print {
	body {
   width: 100%;
}
#main-slide,#top-slide{
 width:100%;
}

.slick-list .slick-slide{
	width:100%;
}
	.header-menu {
    padding-top: 26px;
    padding-right: 0.5em;
    font-size: 11px;
}
.slick-slide img {
    max-width: 740px;
}	
#h-logo img {
    max-width: 130px;
}
	.top-bt h2 {
    font-size: 19px;
}
.top-bt h2 br{
display:block;
}
	.top-info-t {
    width: 20%;
}
	.top-info {
    width: 78%;
}
	.nabout-txtbox .nogyo-txt{
    width: 60%;
}
.nabout-txtbox .nogyo-img{
    width: 38%;
}
#pageTopBtn {
        display: none;
    }
		}