.searchfield01 a{
	color: #266622 !important;
	text-decoration: underline !important
}


.sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 0px;


}

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
  color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
  color: #00f;
}


.searchWrap{	
padding: 20px;
background-color: #00a46b;
border-radius: 6px;
}


.searchfield01{
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

.searchfield01 p{
	margin-bottom: 20px;
}


.searchfield02{
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

.copyright{
	margin-top: 100px;
}


.commentWrap{
	margin-top: 30px;
}

.searchfield01{
	text-align: right;
}

.searchfield01 p{
	padding: 10px 20px;
	display: inline-block;
    border-radius: 20px;
	background-color: #fff;
	color: #333;
	font-weight: 600;

}


.comment02{
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	background-color: #94d3a3;
	color: #333;
}



	


#bottom_bnr {
/*z-index: 9001;*/
  position: fixed;
  bottom: 40px;
  width: 100%;
  height: auto;
}

#bottom_bnr label {
  display: block;
/*  z-index: 9002;*/
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;

}

/*
#bottom_bnr label:hover {
  background: rgba(0, 0, 0, .8);
  transition: 0s
}
*/

#bottom_bnr input:checked+label::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: .5s
}

#bottom_bnr input:checked+label::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: .5s;

}


#bottom_bnr label::after,
#bottom_bnr label::before {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  margin-top: -12px;
  margin-left: 55px;
  transform: rotate(-45deg);
  background-color: #009660;
  content: '';
  transition: .5s
}



#bottom_bnr label::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}


#bottom_bnr div {
  background: rgba(0, 147, 95, 1.0);
   margin-left: -3px;
}



.flex-container{
	max-width: 800px;
	display: flex;
}

.flex-item {
  background-color: #00915d !important;
  width: 33.5%;
  height: auto;
  border: 0.5px solid #0f9665;
}



#bottom_bnr div a img {
  vertical-align: bottom;
}

#toggle {
  display: none
}

#toggle:not(:checked)~div {
  transition: .5s
}

#toggle:checked~div {
  -webkit-transform: translateY(385px);
  transform: translateY(385px);
  transition: 1.5s;
  display: none;
}


@media (max-width: 800px) {
#bottom_bnr div {
  margin-left: 0px !important;
}

.searchfield01{
	padding: 10px;
}

.searchfield02{
	padding: 10px;

}


｝

