@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------header*/
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
header h1 {
	padding: 4px 0 0;
	background: transparent;
	color: #fff;
}
.header_right {
    display: flex;
    gap: 6px;
    margin: 0.7em 0.8em 0 0;
}
header a.h_tel {
	display: block;
	float: none;
	margin: 0;
	padding: 0.6em 0.5em 0.4em;
	border: 1px solid #fff;
	border-radius: 3px;
}
.header_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


/*---------HamburgerMenu Icon*/
.menu_btn {
    display: block;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,.87);
    border-radius: 3px;
    position: relative;
    /*top: 5px;
    right: 0;*/
    z-index: 999;
}
.menu_btn:hover {
    cursor: pointer;
}
.menu_btn .hambgr {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #70a800;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s;
}
.menu_btn .hambgr:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #70a800;
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
    transition: all 0.3s;
}
.menu_btn .hambgr:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #70a800;
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
    transition: all 0.3s;
}
.menu_btn.hbg_close {
    position: fixed;
    top: 23px;
    right: 1em;
}
.menu_btn.hbg_close .hambgr {
    background: transparent;
}
.menu_btn.hbg_close .hambgr:before {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
}
.menu_btn.hbg_close .hambgr:after {
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
}

nav#mainnavi {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #e5f2bf;
    padding: 70px 1em 0;
    box-sizing: border-box;
}
nav#mainnavi div:nth-child(1){
    padding:0;
    margin-bottom: 15px;
    background:transparent;
    
}
nav#mainnavi div:nth-child(1) ul{
    overflow:hidden;
    border:0;
    border-radius:0;

background: transparent; /* Old browsers */
background: -moz-transparent; /* FF3.6+ */
background: -webkit-transparent; /* Chrome,Safari4+ */
background: -o-transparent; /* Opera 11.10+ */
background: -ms-transparent; /* IE10+ */
background: transparent; /* W3C */
}
nav#mainnavi div:nth-child(1) ul li{
    float:none;
    width:auto;
    text-align:left;  
    margin-bottom: 5px;
}
nav#mainnavi div:nth-child(1) ul li a{
    /*display:block;*/
    color: #70a800;
    background: #fff;
    border-radius: 3px;
    padding:8px 12px 10px;    
    position: relative;
}
nav#mainnavi div:nth-child(1) ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #639500;
    border-right: 2px solid #639500;
    position: absolute;
    top: 50%;
    right: 12px;
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
nav#mainnavi div:nth-child(1) ul li:nth-child(1) a{
    border-right:0;
}
nav#mainnavi div:nth-child(1) ul li:nth-child(2) a{
    border-right:0;
    border-left:0;
}
nav#mainnavi div:nth-child(1) ul li:nth-child(3) a{
    border-right:0;
    border-left:0;
}
nav#mainnavi div:nth-child(1) ul li:nth-child(4) a{
    border-left:0;
}

/*sub navi*/
nav#mainnavi div:nth-child(2){
    /*border-top:1px solid #dddddd;*/

}
nav#mainnavi div:nth-child(2) ul{
    /*overflow:hidden;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
}
nav#mainnavi div:nth-child(2) ul li{
    float:none;
    width:calc(50% - 4px);
    font-size:12px;
    border-bottom:1px solid #dddddd;  
    background: transparent; /* Old browsers */
    background: -moz-transparent; /* FF3.6+ */
    background: -webkit-transparent; /* Chrome,Safari4+ */
    background: -o-transparent; /* Opera 11.10+ */
    background: -ms-transparent; /* IE10+ */
    background: transparent; /* W3C */    
}
nav#mainnavi div:nth-child(2) ul li a{
    display:block;
    padding:1em;
    background:url(../img/navi_img/point_navi.png) 90% center no-repeat;
    background-size:6px;
    color:#333;
    /*margin: 5px 0;*/
    position: relative;
}
nav#mainnavi div:nth-child(2) ul li:nth-child(1) a,
nav#mainnavi div:nth-child(2) ul li:nth-child(3) a{
    /*border-right:1px solid #dddddd;*/
    border: 0;
}
nav#mainnavi div:nth-child(2) ul li:nth-child(1) a:before,
nav#mainnavi div:nth-child(2) ul li:nth-child(3) a:before {
    content: "";
    width: 1px;
    height: calc(100% - 4px);
    border-right:1px solid #dddddd;
    position: absolute;
    top: 50%;
    right: -4px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*------------------------------------------------------------MainPhoto*/
#mainphoto {
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: url("../img/index_img/bg_mainimage.jpg") center no-repeat;
    background-size: cover;
}
#mainphoto > div {
    padding: 0 0.2em 0 1em;
    margin: 72px auto 0;
}
#mainphoto > div img {
    width: auto;
    max-width: 100%;
}

/*------------------------------------------------------------Content*/
#index{
    /*padding:0 1em;*/
}
.content {
    padding: 36px 0;
}
.content .wrapper {
    padding:0 1em;
}
.content h3 {
    margin-bottom: 18px;
}
.style_fon02 {
	font-size: 16px;
	line-height: 1.8;
	color: #70a800;
	margin-bottom: 5px !important;
}

/*news*/
#news_box .cts_title01 {
  margin: 1em 0;
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
#news02 .newsbox .news_text {
  font-size: 12px;
	line-height: 1.5;
}
#news02 .newsbox .phbox {
	text-align: center;
}
#news02 .newsbox img {
  max-width: 100%;
  height: auto;
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .cts_title02 {
	margin: 1em 0;
  font-weight: bold;
}
#news02 .cts_title02 span {
	font-size: 10px;
  font-weight: normal;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding:2px 0 2px 24px;
	display: inline-block;
  color: #70a800;
  font-size: 12px;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 20px;
}
#news02 .pdf_link li a:hover {
  color: #260;
	text-decoration: none;
}

#index #seo{
    margin:1em 0;
    border:5px solid #cae8f9;
    background:url(../img/index_img/bg_top_seo02.png) right 0 no-repeat;
    background-size:auto 100%;
}
#index #seo h1{
    margin:0;
    padding:1.5em 0.5em 1em;
    color:#336600;
    font-weight:bold;
    font-size:16px;
    background:url(../img/index_img/bg_top_seo01.png) left top no-repeat;
    background-size:170px;
}
#index #seo p{
    padding:0 0.8em 1em;
}


/*con_index01*/
.con_index01{
  background: url("../img/index_img/bg_con_index01.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 36px 0 55%;
}
.con_index01 p {
  color: #fff;
}

/*con_index02*/
.con_index02{
  background: url("../img/index_img/bg_con_index02.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 36px 0 30%;
}
.content.con_index02 .style_fon02 {
  text-shadow:
	#fff 1px 1px 3px, #fff -1px 1px 3px,
	#fff 1px -1px 3px, #fff -1px -1px 3px;
}
.con_index02 p:has(a.button_c01) {
    margin-top: 16px;
}
.content.con_index02 a.button_c01 {
    display: inline-block;
    color: #fff;
	text-decoration: none;
    background: #70a800;
    padding: 10px 40px;
}
.content.con_index02 a.button_c01:hover{
	color: #70a800;
    background: #fff;
	opacity: 1;
}


/*con_index03*/
.con_index03{
    background: #f7f7f7;
}



/*----------------*/
/*.seo_bnr{
    margin-bottom:1em;
    border:5px solid #eee;
}
.seo_bnr h2{
    margin:0;
}
.seo_bnr p{
    padding:0.5em 0.8em 1em;
}

#bg_bnr01{
    background:url(../img/index_img/bg_bnr01.jpg) right 0 no-repeat;
    background-size:auto 100%;
}
#bg_bnr02{
    background:url(../img/index_img/bg_bnr02.jpg) right 0 no-repeat;
    background-size:auto 100%;
}
#bg_bnr03{
    background:url(../img/index_img/bg_bnr03.jpg) right 0 no-repeat;
    background-size:auto 100%;
}
#bg_bnr04{
    background:url(../img/index_img/bg_bnr04.jpg) right 0 no-repeat;
    background-size:auto 100%;
}*/

/*------------------------------------------------------------Fotter*/
#information {
	padding: 20px 0 23px;
	background: #70a800;
	box-shadow: none;
}
#information h1 {
	margin: 0 1em 0.5em;
	padding: 0.3em 0 0.2em 0;
	border-left: 0;
    color: #fff;
	font-size: 16px;
	text-shadow: none;
}
#information p {
    color: #fff;
    padding: 0 1em 20px;
}
#information a.button_c02{
    display: inline-block;
    color: #70a800;
	background-color: #fff;
	padding: 5px 13px 3px;
    margin-top: 4px;
}
#information a.button_c02:hover{
	opacity: 0.8;
}

footer {
	background: #fff;
    padding: 7px 1em;
    box-sizing: border-box;
}
footer nav {
    margin: 20px 0 15px;
}
footer nav ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 9px 24px;
}
footer nav ul li {
    
}
footer nav ul li a {
    color: #333;
    font-size: 13px;
    padding: 6px 0;
}
footer p#copyright {
	padding: 0;
	color: #333;
	line-height: 2em;
}



