/*トップページ＿＿＿＿＿＿＿＿＿*/
#top-main{
	width: 100%;
	position: relative;
	z-index: 1;
	} 
	
#content-main{
	width: 100%;
	position: relative;
	z-index: 1;
	} 

.top-main-p{
	position: absolute;
/* 	 top: 0; */
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
   
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
	-webkit-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	padding-bottom: 5%;
}
.top-main-p h1{
	font-weight: normal;
	font-size: 108%;
	text-shadow:0px 0px 7px #000000;
	letter-spacing: 0.1rem;
}
.top-main-p span{
	font-size: 280%;
	margin-bottom: 15px;
	letter-spacing: 5px;
	font-family: 'Noto Serif JP', serif;
}
.top-main-btns{
	 z-index: 3;
	position: absolute;
	bottom: 0px;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	
}
.top-main-btns li{
		max-width: 450px;
	position: relative;
	width: 34%
}
.top-main-btns li a{
display: block;	
	position: relative;
	z-index: 2
}
.top-main-btns li img{
	/*width: auto;*/
	margin-bottom: -8%;
	width: 100%;
}
.top-main-btns li a::after{
  /*content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -40px;
  left: 0;
  border-style: solid;
  border-color: #25c4b9 transparent transparent transparent;
  border-width: 40px 14.5vw 0 14.5vw;
  z-index: 1;*/
   
}
.top-main-btns li a::after {
/*	content: "";
	display: inline-block;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 15px;
	background-image: url("../img/top-btn-citizena.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
	z-index: 1*/
}

/*.top-main-btns .top-main-btns1 a::after{
	border-color: #25c4b9 transparent transparent transparent;
}
.top-main-btns .top-main-btns2 a::after{
	border-color: #0289b5 transparent transparent transparent;
}*/


#top-about{
	padding: 180px 0;
}
.top-about{
	max-width: 900px;
	margin: auto;
	position: relative;
}
.top-about-p{
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.top-about-tree1{
   position: absolute;
   bottom: -20px;
   left: -8%;
   width: 15%;
}
.top-about-tree2{
   position: absolute;
   bottom: -20px;
   right: -8%;
   width: 15%;
}
#top-points{
	padding-bottom: 120px;
padding-top: 2rem;
margin-top: 15rem;
}

#content-points-d{
margin-top: 10rem;
text-align: center;
}

#top-photoarea{
width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 5%;
	margin-bottom: 5rem;
}

/* トップで変更したcss	 */
.top-category{
padding-bottom: 1rem;
padding-top: 2rem;
margin-top: 10rem;
}
/* トップで変更したcss	 */



.top-points{
/* 	padding-bottom: 260px;	 */
	padding-bottom: 2%;
}
.top-points:last-child{
	padding-bottom: 100px;	
}
.top-points:nth-child(2){
	padding-bottom: 100px;	
}
#top-points1,#top-points2{
	position: relative;
}

/* トップで変更したcss	 */
.top-category1,.top-category2{
	position: relative;
}


/* トップで変更したcss	 */



.top-point-bg-1,.top-point-bg-2 {
	position: absolute;
	top: -100px;
	width: 100%;
}
.top-point-bg-1 img{
		width: 55%;
	z-index: 1;
	float: right;
max-width: 800px;
}
.top-point-bg-2 img{
		width: 55%;
	z-index: 1;
	float: left;
	margin-top: 2rem;
}
.top-point-box{
	/*position: absolute;*/
	top: 100px;
	width: 55%;
	z-index: 2;
	background-color:rgba(255,255,255,0.5);
	padding: 70px 5% 50px;
	z-index: 2;
	text-align: left;
}

.top-point-box-green{
	top: 100px;
	width: 49%;
	background-color:rgba(215,221,176,0.5);
	padding: 30px 5% 50px;
	text-align: left;
	z-index: 99;
position: inherit;
}



.top-point-box-1{
	float: left;
	left: 0px;
}
.top-point-box-2{
	float: right;
	right: 0px;
top: 80px;
}

.top-point-boxin{
	max-width: 500px;
	width: 100%;
	margin: auto;
	position: relative;
	padding-top: 30px;
}
.top-point-boxnum{
	position: absolute;
	top: -100px;
	width: 25%;
	max-width: 170px;
}
.top-point-box-1 .top-point-boxnum{
	left: -3%;
}
.top-point-box-2 .top-point-boxnum{
	right: -3%;
}
.top-point-box-cat {
	color: #fff;
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 15px;
	line-height: 1;
	margin-top: 30px;
}
.top-point-boxin li{
margin-bottom: 8px;

}

.top-support h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 2.8rem;
text-align: center;
margin-bottom: 3rem;
margin-top: 3rem;
}
.top-support ul{
	text-align: left;
	margin-top: 50px;
}

.box-txt {
background-color:rgba(255,255,255,0.7);
width: 80%;
margin: 0 auto;
padding: 3rem;
position: relative;
top: -25px;
left: 10px;
}
.box-txt-service {
width: 80%;
margin: 0 auto;
padding: 3rem;
position: relative;
top: -25px;
left: 10px;
}

#linkecotour{
	background-color: #FFF;
	padding-top: 150px;
	background-image: url("../img/top-bg-wave.png");
	background-size: 70px auto;
	background-repeat: repeat-x;
	background-position: left 135px;
}
#ecotour2{
	background-color: #FFF;
	padding-top: 50px;
	background-image: url("../img/top-bg-wave.png");
	background-size: 70px auto;
	background-repeat: repeat-x;
	background-position: left 35px;
}
.ecotour{
	background-color: #FFFBC3;
	
}
.top-ecotour-box{
margin-bottom: 80px;

}
.top-activity-ul{
margin: 50px auto;
}
.top-activity-box{
	text-align: left;
}
.top-info-box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 920px
	
}
.top-info-box dt {
	width: 20%;
	float: left;
	height: auto;
	overflow: hidden;
	display: inline-block;
	padding:10px;	
}
.top-info-box  dd {
    display: inline-block;
    width: 75%;
    height: auto;
    overflow: hidden;
    text-align: left;
	padding:10px;
}
.top-info-boxborder{
	border: 1px solid #CCDEF9;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}

.mvbefore01{
	opacity:0;
	transition: .6s;
	transform: translate(-200px, 0px);
	-webkit-transform: translate(-200px,0px);	
	
}
.mv01{
	opacity:1;
	transition: .6s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	
}
.mvbefore02{
	opacity:0;
	transition: .7s;
	transform: translate(200px, 0px);
	-webkit-transform: translate(200px,0px);	
	
}
.mv02{
	opacity:1;
	transition: .7s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	
}



/*お知らせ＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.info-box{
	text-align: left;
}
.info-box a{
	color: #0023D7;	
}
.info-box h3 a{
	color: #000;	
}
.info-box-in{
padding: 30px 5%;
}
.info-box-in p{
	/*text-align: center;*/
}
.info-box-in p img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.info-date{
border-top: 3px solid #F2F2F2;
	color: #00D0C5;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 10px;
}
.info-date span{
padding-top: 20px;
	border-top: 3px solid #00D0C5;
}
.info-box h3{
	margin-bottom: 25px;
	text-align: left;
}
.info-img{
	margin-top: 30px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
/*活動報告＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.activity-title{
	background-color: #E5F1F9;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1;
}
.activity-date{
	color: #fff;
	background-color: #00D0C5;
	padding: 15px;
	margin-right: 10px;
}
.activity-photos{
	margin-top: 20px;
	margin-bottom: 20px;
}
.activity-past{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.activity-past a{
	display: block;
	padding: 15px;
	border: 2px solid #25c4b9;
}
.activity-past a:hover {
	color: #25C4B9;
	opacity: 1;
	transition: all 0.3s ease;
}

/*環境取組支援情報＿共通＿＿＿*/
.subnav{
	color: #25C4B9;
	margin-top: 30px;
	border-collapse: collapse;
	line-height: 1.4
}
.subnav ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.subnav ul li{
    margin-bottom: 0px;
    width: 19%;
    float: left;
    margin-right: 1.25%;
}
.subnav2 ul li{
	width: 45%;
	max-width: 300px;    
}
.subnav ul li:nth-child(5n) {
    margin-right: 0%;
}

.subnav a{
    display: block;	
	border-top: 3px solid #25C4B9;
	border-left: 3px solid #25C4B9;
	border-right: 3px solid #25C4B9;
	padding: 15px 1.5%;
	-webkit-transition: all .3s;
	transition: all .3s; 
	width: 100%;

height: 100%;
}
.subnav a:hover{
	background-color: #FFFFFF;
	border-top: 3px solid #25C4B9;
	border-left: 3px solid #25C4B9;
	border-right: 3px solid #25C4B9;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s; 
	opacity: 1;
}
.subnav .subnav-now a{
	background-color: #FFFFFF;
	border: 3px solid #fff;
	border-bottom: 0px solid #fff;
	color: #000000;
	font-weight: bold;
 }
 .subnav .subnav-now{
	background-color: #FFFFFF;
 }
.subnav .subnav-now:hover{
/*	background-color: #FFFFFF;
	border: 3px solid #fff;
	border-bottom: 0px solid #fff;
	color: #000000;*/
}
.narrowpc-only{
	display: none;
}
@media all and (min-width:641px) and (max-width: 1200px){
.subnav ul li{
	width: 19.5%;
	margin-right: 0.6%;
	font-size: 90%;
}
.subnav a{
   padding: 12px 1.5%;
   
}
.narrowpc-only{
	display: block;
}
.li-adj a{
	padding-top: 25px;
}
.li-adj a:hover{
	
}
.subnav2 ul li{
	width: 45%;
	max-width: 100%; 
	font-size: 100%;
}
}



/*記事のパターン＿＿＿＿＿*/
.case{
	
}
.case-in{
    text-align: left;
	margin: 60px auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}
.case-in h5{
	text-align: center;
	font-size: 110%;
	background-image: url("../img/case-h5-bg.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.case-col3-ul h6{
	font-size: 100%;
	/*border-left: 3px solid #25C4B9;*/
	padding-left: 13px;
	margin-bottom: 10px;
	position: relative;
}
.case-col3-ul h6::after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 20px;
	position: absolute;
	border-left: 3px solid #25C4B9;
	top: 3px;
	left: 0px;
}
.case-col3-ul p{
	padding-left: 15px;
	line-height: 1.5;
	font-size: 95%;
}
.case-col3-ul li{
line-height: 1.5;
	margin-bottom: 25px;	
}



/*環境教材＿＿＿＿＿＿＿＿＿＿*/
.tool-list{
	margin-top: 90px;	
	}
.tool-list>li{
	width: 42%;
	margin-right: 4%;
	margin-bottom: 80px;
	margin-left: 4%;
}
.tool-title{
	line-height: 1.4;
	font-weight: normal;
	padding: 15px;
	margin-bottom: 30px;
}
.tool-headlist{
margin-top: 30px;
text-align: left;
margin-bottom: 10px;
}
.tool-headlist li{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	border-left: 3px solid #25C4B9;
	padding-left: 10px;
	line-height: 1.3;
}
.dl-btn{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
/*環境関連法令情報＿＿＿＿＿＿＿＿＿＿*/
.law-box{
	background-color: #F2F2F2;
	padding: 20px 4%;
	
}
.law-box h3{
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 140%;
	margin-top: 15px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.law-headlist{
	margin-top: 20px;
	text-align: left;
	line-height: 1.5;
}
.law-headlist li {
}
.law-headlist li a{
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px 7% 10px 3%;
	display: block;
	background-image: url("../img/c-icon-file.gif");
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.law-headlist li a:hover {
	color: #25C4B9;
	opacity: 1;
	transition: all 0.3s ease;
}
/*取組事例テーブル＿＿＿＿＿＿＿*/
.case-table {
	text-align: left;
	line-height: 1.8;
}
.case-table table {
	margin: 0 auto;
	width: 1090px;
	padding-left: 0px;
	border-top: 1px solid #25c4b9;
}
.case-table th {
	padding: 10px 20px;
	vertical-align: top;
	font-weight: bolder;
	font-size: 110%;
	margin: 0;
	text-align: left;
}
.case-table td {
	padding: 10px 10px;
	margin: 0;
	border-left: none;
	border-top: none;
	vertical-align: top;
	overflow: hidden;
}
.case-table td:last-child {
	border-right: none;
}

.table1 {
	/*margin: 0 auto;
	width: 100%;*/
	/*border-top: 1px solid #25c4b9;*/
}
.table1 th {
	border-right: solid 1px #fef8e7;
	border-bottom: 1px solid #25c4b9;
	background-color: #fafafa;
	vertical-align: top;
	color: #25C4B9;
}
.table1 th:nth-child(1) {
	width: 150px;
}
.table1 tr:last-child th {
	border-bottom: 1px solid #25c4b9;
	vertical-align: middle;
}
.table1 td {
	border-right: 1px dashed #25C4B9;
	border-bottom: 1px solid #25c4b9;
}
.table1 td:nth-child(1) {
	min-width:  200px !important;
}
.table1 td:nth-child(2) {
	min-width:  120px !important;
}
.table1 td:last-child {
	min-width:  120px;
	/*text-align: center;*/
}
.table1 .td-adj {
	min-width:  120px !important;
}
/*.table1 tbody tr td:last-child {
	border-right: none;
}*/
.case-table td a:hover {
	color: #25C4B9;
	opacity: 1;
	transition: all 0.3s ease;
}
.table2 {
	/*margin: 0 auto;
	width: 1090px;*/
	/*border-top: 1px solid #25c4b9;*/
}
.table2 th {
	border-right: solid 1px #fef8e7;
	padding: 10px 15px;
	border-bottom: 1px solid #25c4b9;
	background-color: #fafafa;
	color: #25C4B9;
}

.table2 th:nth-child(1) {
	width: 150px;
}
.table2 tr:last-child th {
	border-bottom: 1px solid #25c4b9;
	vertical-align: middle;
}
.table2 td {
	border-right: 1px dashed #25C4B9;
	border-bottom: 1px solid #25c4b9;
	/*border-top: none;*/
}
.table2 td:nth-child(1) {
	width: 250px;
}
/*.table2 tbody tr td:last-child {
	border-right: none;
}
*/
.table3 {
	/*margin: 0 auto;
	width: 1090px;
	border-top: 1px solid #25c4b9;*/
	/*font-weight: normal;*/	
}
.table3 th {
	border-right: solid 1px #fef8e7;
	border-bottom: 1px solid #25c4b9;
	background-color: #fafafa;
	color: #25C4B9;
}
.table3 th:nth-child(1) {
	width: 150px;
}
.table3 tr:last-child th {
	border-bottom: 1px solid #25c4b9;
	vertical-align: middle;
}
.table3 td {
	border-right: 1px dashed #25C4B9;
	border-bottom: 1px solid #25c4b9;
	
}
.table3 td:nth-child(1) {
	width: 200px;
}
.table3 td:nth-child(3) {
	width: 400px;
}
.table3 td:last-child {
	width: 100px;
	/*text-align: center;*/
}
/*.table3 tbody tr td:last-child {
	border-right: none;
}*/
.case-table .title5{
	margin-bottom: 30px;
	font-size: 130%;
}
#support-skkd .table2 th{
	width: 150px!important;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	border-right: 1px solid #25c4b9;
}
#support-skkd .table2 td:nth-child(2) {
	width: 100px!important;
}

.table4 {
	/*margin: 0 auto;
	width: 1000px;
	border-top: 1px solid #25c4b9;
	font-weight: normal;
	padding-left: 0px;*/
}
.table4 th {
	width: 70%;
	border-right: solid 1px #fef8e7;
	margin: 0;
	/*text-align: left;
	padding: 10px 30px;*/
	border-bottom: 1px solid #25c4b9;
	background-color: #fafafa;
	/*vertical-align: top;*/
	/*font-weight: bolder;*/
	color: #25C4B9;
}
.table4 tr:last-child th {
	/*border-bottom: 1px solid #25c4b9;
	vertical-align: middle;*/
}
 
.table4 td {
	/*padding: 10px 0 10px 30px;
	margin: 0;
	border-left: none;
	border-right: none;*/
	border-bottom: 1px solid #25c4b9;
	/*border-top: none;
	font-size: 16px;*/
	
	/*overflow: hidden;
	color: #000000;
	text-decoration: none;*/
}
.table4 tbody tr td:nth-child(1) {
	border-right: 1px dashed #25C4B9;
}
.table td a:hover {
	color: #25C4B9;
	opacity: 1;
	transition: all 0.2s ease;
}
.table5 {
}
.table5 th {
	width: 100%;
	border-right: solid 1px #fef8e7;
	margin: 0;
	border-bottom: 1px solid #25c4b9;
	background-color: #fafafa;
	color: #25C4B9;
}
.table5 td {
	border-bottom: 1px solid #25c4b9;
	width: 100%;		
}

.a-link a{
	color: #1600CD;
}
.th-adj{
	width: 250px!important;
}
iframe {
    width: 100%;
	height: 650px;
	margin: 30px auto;
	}
	
	
/*協定協議会とは＿＿＿＿＿＿＿*/
/*協定協議会について＿＿*/
.about-table{
	margin: 0 auto 60px;
	width: 100%;
	/*line-height: 1.8;*/
	vertical-align: middle;
	text-align: left;
}
.about-table th{
	width: 50px;
	color: #FFFFFF;
	padding: 15px;
	line-height: 1.3;
	vertical-align: middle;
}
.about-table td{
	vertical-align: middle;
}
.about-chklist{
	padding-left: 50px;
}
.about-chklist li{
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	padding-left: 30px;
}
.about-chklist li:last-child{
	border-bottom: none;
	
}
.about-chklist li::before{
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 17px;
	height: 17px;
	border: 1px solid #00aa9e;
	}
.about-chklist2 li::before{
	border: 1px solid #65a500;
}	
/*Q&Aのアコーディオン＿＿＿＿＿＿＿＿＿＿＿＿*/
.accordion dl {
	position: relative;
	padding: 20px 4%;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 20px;
} 
.accordion dt{
	display: block;
	background: #fff;
	cursor: pointer;
	font-weight: bold;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .1s;
	box-sizing: border-box;
}
.accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top:-20px;
	right:15px;
	float: right;
	position: relative;
}
.accordion_icon span {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #00b9c2;
}
.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

 .accordion dd {
	display: none;	
	padding-left: 3%;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 2;
}
.top-qa .active {
	background-color: #fff;
	background-image: none;
}

/*<!--エコツアー＿＿＿＿＿＿＿＿＿-->*/
.ecotour-flyer{
	padding: 6% 7%;
	margin-top: 60px;
	
}
.ecotour .btn{
	margin-top: 60px;
	letter-spacing: 0px;
}


.ecotour-about-box{
	padding: 50px 3%;
	border:  2px solid #00d0c5;

}
.ecotour-course{
	text-align: left;
}
.ecotour-course-li1{
	position: relative;
	margin-bottom: 60px;
}
.ecotour-course-li1::after{
	content: url("../img/c-icon-next.png");
    display: inline-block;
    vertical-align: middle;
	left: 50%;
	position: absolute;
	bottom: -50px;
}
.ecotour-course-li1:last-child{
	margin-bottom: 0px;
}
.ecotour-course-li1:last-child::after{
	content: '';
}
.ecotour-course-step{
	font-weight: bold;
	padding: 10px;
	/*height: 100%;*/
	width: 100px;
	/*display: inline-block;*/
	text-align: center;
	float: left;
}
.ecotour-course-box{
	background-color: #FFFFFF;
	padding: 15px 1%;
	float: right;
	width: calc(100% - 100px);
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	justify-content: center;
}
.ecotour-course-box li{
    padding: 0px 1%;
}
.ecotour-course-box li img{
	width: 25px;
	margin-right: 8px;
	vertical-align: middle;
}
.ecotour-course-course{
	width: 33%;	
	font-weight: bold;
}
.ecotour-course-time{
	width: 33%;	
}
.ecotour-course-place{
	width: 33%;
}
.ecotour-course-place a{
	text-decoration: underline;
}
.btn .mailimg{
	bottom: 0px;
}
.ecotour-apply{
	padding-bottom: 60px;
}
.ecotour-apply h3{
	padding: 15px;
	
}
.ecotour-apply-box{
	padding: 0px 7% 0px;
}
.ecotour-apply-box li{
	margin-bottom: 1px;
}
.ecotour-apply-box a{
	text-decoration: underline;
	/*color: #000CE0;*/
}
.ecotour-apply-box .cp-txt{
	margin-bottom: 30px;
}
.ecotour-apply-a{
	font-size: 120%;
	font-weight: bolder;
	margin-top: 30px;
}

.ecotour-apply-cp {
	border: 1px solid #00D0C5;
	margin-top: 50px;
	padding: 20px 5%;
}
.ecotour-apply-cp h4{
	color: #00D0C5;
	margin-bottom: 30px;
}


/*<!-- 問い合わせ-->*/

.footer-contact {
    padding: 0% 0 0;
    position: relative;
/*     margin-top: 6%; */
}

.footer-contact::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 12%;
    background: url("../img/top-contact.png") no-repeat center bottom;
    background-size: auto;
    background-size: 100% 100%;
}

.footer-contact .back {
    background: #2f3e50;
    padding: 5% 0;
    background-image: url("../img/top-access.jpg")
}

.footer-contact .centerTitle {
    margin-bottom: 2%;
}

.centerTitle.clr-w {
    color: #fff;
font-size: 3.6rem;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: normal;
}

.centerTitle {
    text-align: center;
    margin-bottom: 5%;
    font-size: 3rem;
    font-size: calc(3rem + 1vw);
}

.footer-contact .box {
    padding: 60px 5%;
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.footer-contact .box p {
font-size: 1.6rem;
margin-bottom: 5%;
font-family: 'M PLUS 1p', sans-serif;
font-weight: normal;
}

.footer-contact .box p span {
    display: inline-block;
}

.footer-contact .flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-contact .btn {
    background: #fff;
    color: #9FAC3F;
    padding: 20px 0;
    width: 46%;
    font-size: 1.6rem;
    font-size: calc(1.4rem + .3vw);
}

.form-box{

}


.g-map-top{
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-top: -3rem;
margin-bottom: -1rem;
}


.g-map-top iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.g-map-office{
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-top: -11rem;
margin-bottom: 2rem;
}


.g-map-office iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}




/*<!-- 共通 -->*/
.font-notoserif{
font-family: 'Noto Serif JP', serif !important;
}

.c-green{
color: #9FAC3F;
}

.c-darkgreen{
color: #807D00;
}

.t-left{

}





/*pickupページ テーブル＿＿＿＿＿*/

.table-headtitle{
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    margin: 6rem 0 1rem 0;
}

.table-captiontxt {
font-size: 1.3rem;
text-align: center;
}

table {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    width: 800px;
    border-spacing: 0;
    margin: 0 auto;
}
th, td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    text-align: center;
    padding: 5px;
}
th { 
background-color: #EEEEEE; 
color: #000;
}

#demo01 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo02 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo03 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo04 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo05 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo06 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo07 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo08 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo09 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo10 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo11 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo12 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo13 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo14 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo15 table td{
border-left: 1px solid #4f4d47 !important;
}

#demo16 table td{
border-left: 1px solid #4f4d47 !important;
}
#demo17 table td{
border-left: 1px solid #4f4d47 !important;
}
.pickup-freecatch{
color: #9FAC3F;
font-size: 3rem;
text-align: center;
font-family: 'Noto Serif JP', serif;
margin-top: 10rem;
margin-bottom: 2rem;
letter-spacing: 0.6rem;
}

.pickup-freecaption{
  font-size: 1.8rem;
  text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.pickup-listtxt{
 font-family: 'Noto Serif JP', serif;
 line-height: 2.3;
}

/*pickupページ テーブル END＿＿＿＿＿*/


/*priceページ＿＿＿＿＿*/
.simple_square_btn2 {
	display: block;
	position: relative;
	width: 274px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #9FAC3F;
	background: #fff;
	border:1px solid #9FAC3F;
	margin: 0 auto;
}
.simple_square_btn2:hover {
	 background: #eee8aa;
     color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
/*priceページ END＿＿＿＿＿*/



/*officeページ＿＿＿＿＿*/

.table_01{
border-top: none !important;
border-right: none !important;
}

.table_01 th, td {
    border-bottom: 1px solid #4f4d47;
    border-left: none !important;
   text-align: left;
    padding: 5px;
}


.office table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.office table.table_01 th {
  font-size: 1.6rem;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 22%;
    color: #9FAC3F;
    background-color: #EEF0DC !important;
}

.office table.table_01 th, .office table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 20px;
}

.office table.table_01 td {
   font-size: 1.6rem;
    line-height: 30px;
    background-color: #EEF0DC !important;
}

.office table.table_01 th, .office table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    background-color: #EEF0DC !important;
    padding: 20px;
}

.padding-block-green {
    padding-right: 20%;
    padding-left: 20%;
    background-color: #EEF0DC !important;
    max-width: 100% !important;
}

.bg-office-green{
background-color: #EEF0DC;
}

/*contactページ＿＿＿＿＿*/
.l-main {
	line-height: 180%;
}
.container,.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.p-contact .contactConfirm,.p-contact .contactInput {
	max-width: 780px;
	margin: 20px auto;
}

.sp-only{
	display: none;
}

