@charset "utf-8";


#sub_cont{
	margin:4vw 0 0 0 ;
	padding-bottom:4vw;
	position: relative;
}

.sub_s1_inner{
	max-width:90%;
	width:1100px;
	margin:0 auto 2vw auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}

.sub_s1_inner .box_l{
	width:40%;	
	text-align: center;
	align-items: center;
	align-content: center;
}

@media only screen and (max-width: 640px) {

.sub_s1_inner .box_l{
	width:100%;	
	margin:1em auto;
}

}

.sub_s1_inner .box_l img{
	max-width:420px;
	width:90%;
	margin:0 auto;
}	

@media only screen and (max-width: 640px) {
.sub_s1_inner .box_l img{
	max-width:420px;
	width:70%;
	margin:0 auto;
}	
}

.sub_s1_inner .box_r{
width:55%;
display: flex;
align-content: center;
flex-wrap: wrap;
}


@media only screen and (max-width: 640px) {
.sub_s1_inner .box_r{
	width:100%;
	margin: 1em;
}

}


.sub_cont_inner{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}



/* ambassadorここから */

.p_ambassador {
	
}

.p_ambassador .sub_s1_inner .box_r .sec_title{
	max-width:420px;
	width:90%;
	margin:0 auto;
}

.bk_amb{
	background-image: url(../img/bk_pat_amb.png);
}

#amb_s1{
	padding: 14vw 0 0 0;
	position: relative;
	background-color: #FAF9D8;
/* 	background-image: url(../img/bk_pat_g.png); */
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#amb_s1{
	padding: 100px 0 4vw 0;
}	
}


.p_ambassador .tit2{
	text-align: center;
	max-width:400px;
	width:60%;
	margin:20px auto 0 auto;
}

.p_ambassador .img2{

}


/* onedayここから */

.p_sustainability {
	
}

.p_sustainability .sub_s1_inner .box_r .sec_title{
	width:100%;
	max-width:600px;
	margin:0 auto;
}

.bk_sustainability{
	background-image: url(../img/bk_pat_g.png);
}

#sustainability_s1{
	padding: 14vw 0 0 0;
	position: relative;
	background-color: #FAF9D8;
background-image: url(../img/bk_pat_sus.png);
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#sustainability_s1{
	padding: 100px 0 4vw 0;
}	
}


.p_sustainability .tit2{
	text-align: center;
	max-width:800px;
	width:80%;
	padding-top:10vw;
	margin:20px auto 20px auto;
}

.p_sustainability .img2{
	margin:2em auto;
	max-width:1200px;
	width:94%;
}



.p_sustainability .main_1day{
	background-color: #4AB4FF;
	border-radius: 20px;
	border:4px solid #fff;
	width:auto;
	max-width:1000px;
	margin:20px auto 0 auto;
	position: relative;
}
@media only screen and (max-width: 640px) {
.p_sustainability .main_1day{
	padding:1em;

}	
}


.p_sustainability .main_1day .main_1day_inner{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:1em;
	text-align: left;
	font-size:0.7em;
}
@media only screen and (max-width: 1000px) {
.p_sustainability .main_1day .main_1day_inner{
	max-width:100%;
}	
}
@media only screen and (max-width: 640px) {
.p_sustainability .main_1day .main_1day_inner{
	padding:0 0 1em 0 ;
	max-width:100%;
	flex-wrap: wrap;
}	
}




.p_sustainability .main_1day .main_1day_inner .map_o_k{
	position: absolute;
	top:-10px;
	left:-20px;
	width:7em;
}
@media only screen and (max-width: 640px) {
.p_sustainability .main_1day .main_1day_inner .map_o_k{
	top:-10px;
	left:5px;
	width:6em;
}	
}




.p_sustainability .main_1day h4{
	width:60%;
	color:#fff;
	font-size:1.6em;
	text-align: center;	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
.p_sustainability .main_1day h4{
	font-size:1.2em;
}	
}
@media only screen and (max-width: 640px) {
.p_sustainability .main_1day h4{
	width:100%;
	font-size:1.2em;
	margin-bottom:1em;
}
.p_sustainability .main_1day h4 span{
	width:100%;
}
}



.p_sustainability .co2_num{
	background-image: url(../img/bk_clowd.svg);
	background-repeat: no-repeat;
	background-position: center top;
/* 	background-position: top 100px; */
	display: flex;
	width:30%;
	justify-content: center;
}
.p_sustainability .co2_num .index_num{
	width:70%;
}
.p_sustainability .co2_num .index_num_kg{
	width:3em;
}

@media only screen and (max-width: 640px) {

.p_sustainability .co2_num{
	width:70%;
}
.p_sustainability .co2_num .index_num{
	width:60%;
}
.p_sustainability .co2_num .index_num_kg{
	width:3em;
}	
}

.sec_sdgs{
	padding:1.5em;
	max-width:1000px;
	width:90%;
	margin:3em auto;
	background-color: #ffffff;
	border-radius: 20px;
	text-align: center;
}

.sec_sdgs h3{
	border-bottom: dotted 4px #B8D200;
	max-width:7em;
	margin:0 auto 1.5em auto;
	padding:1em;
}

.sec_sdgs_img{
	max-width:80%;
	width:600px;
	margin:3em auto;
}








.com_box{
	width:90%;
	max-width:900px;
	margin:2vw auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	font-size:0.9em;
	font-weight:600;
	 flex-direction: row-reverse;
	
}
.com_box div{
	width:200px;
	max-width:25%;
	margin:0 auto;
}
.com_box p{
	padding:0 2em;
}

@media screen and (max-width: 640px) {
.com_box{
	flex-wrap: wrap;
	
}
.com_box div{
	margin:10px auto;
}	
}




.udl{
	text-decoration: underline;
}

.mt2em{
	margin-top: 2em;
}

/* #policyここから */

#policy ul h4{
	margin:2em auto 1.5em auto;
	padding-bottom:1em;
	border-bottom:4px dotted #B8D200;
}
.p_policy {
	
}

.p_policy .red{
	color:#b43400;
}	

.p_policy .pdl{
	padding-left:1em;
}

.p_policy .sub_cont_inner{
	background-color: #ffffff;
	border-radius: 20px;
	padding:1.5em;
	margin:4vw auto;
	width:80%;
	max-width:100%;
}
.p_policy .sub_cont_inner ul h3{
	padding-top:2em;
	margin-top:2em;
	border-top:4px double #B8D200;
}
.p_policy .sub_cont_inner ul a{
	text-decoration: underline;		
}
.p_policy .sub_cont_inner ul li{
	margin-top:1em;
}

.p_policy .sub_cont_inner ul li p{
		padding-left: 1em;
	    text-indent: -1em;
}


#policy{
	padding: 14vw 0 4vw 0;
	position: relative;
	background-color: #FFFFCC;
	background-image: url(../img/bk_pat_g.png);
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#policy{
	padding: 100px 0 4vw 0;
}	
}

#policy .o_k1{
	position: absolute;
	top:-13px;
	right:20%;
    width:9em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
#policy .o_k1{
	right:5%;
}
}



/* #sitemapここから */
.p_sitemap {
	
}

.p_sitemap .sub_cont_inner{
	background-color: #ffffff;
	border-radius: 20px;
	padding:1.5em;
	margin:4% auto;
	width:80%;
	max-width:100%;
}



.sitemap_list{
	width:100%;
	margin:0 auto;
	max-width:360px;	
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.p_sitemap .sub_cont_inner ul{
	width:100%;
}
.p_sitemap .sub_cont_inner ul li h4{
	font-size:1.2em;
}

.p_sitemap .sub_cont_inner ul li{
		margin:1em 0;
		padding-left: 1em;
	    text-indent: -1em;
	    padding-bottom:0.5em;
	    border-bottom:2px dotted #B8D200;
	    font-weight: 600;
}
.p_sitemap .sub_cont_inner ul li a:hover{
	opacity: 0.5;
}
.p_sitemap .sub_cont_inner ul li span.maru{
		padding-right:0.3em;
		color:#B8D200;
}


#sitemap{
	padding: 14vw 0 4vw 0;
	position: relative;
	background-color: #FFFFCC;
	background-image: url(../img/bk_pat_g.png);
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#sitemap{
	padding: 100px 0 4vw 0;
}	
}

#sitemap .o_k1{
	position: absolute;
	top:-13px;
	right:20%;
    width:9em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
#sitemap .o_k1{
	right:5%;
}
}


/* #mediaここから */
.p_media {
	
}

.bk_media_g{
	background-color: #C1EFCC;
	border-radius: 20px;
	padding:1em;
	width:auto;
}

.bk_media_g_under{
	background-color: rgba(154, 230, 172, 0.5);
	border-radius: 15px;
	padding:2em;
	width:auto;
}
.bk_media_g_under div{
	background-color: #9edaac;
	border-radius: 15px;
	text-align: center;
	color:#fff;
	padding:3em;
	font-size:1.2em;
}



#media{
	padding: 14vw 0 4vw 0;
	position: relative;
	background-color: #FFFFCC;
	background-image: url(../img/bk_pat_g2.png);
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#media{
	padding: 100px 0 4vw 0;
}	
}

#media .o_k1{
	position: absolute;
	top:-13px;
	right:20%;
    width:9em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
#media .o_k1{
	right:5%;
}
}

#media .media_inner{
	width:1000px;
	max-width:96%;
	margin:0 auto;
}
#media .media_list{
	max-width:100%;
	display: flex;
	justify-content: space-around;
	width:auto;
	flex-wrap: wrap;
}
#media .media_list li{
	width:auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding:1em;
	margin-bottom:1em;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
@media screen and (max-width: 800px){
#media .media_list li{
	flex-wrap: wrap;
}	
}

#media .media_list li:last-child{
	margin-bottom:0em;	
}
/*
@media only screen and (max-width: 900px) {
#media .media_list li{
	width : calc(50% - 2.2em) ;
}
}

@media only screen and (max-width: 380px) {
#media .media_list li{
	width : 96%;
}
}
*/
#media .media_list li .media_img{
	width:30%;
	align-content: center;
}
#media .media_list li .media_txt{
	width:68%;
}

@media screen and (max-width: 800px){
#media .media_list li .media_img{
	width:100%;
	align-content: center;
}
#media .media_list li .media_txt{
	width:100%;
}	
}


#media .media_list li .media_img img{
	border-radius: 15px;
}

#media .media_list li h4{
	padding:0.1em 0;
}
#media .media_list li h5{
	color:#B29B8F;
	padding:0 0;
	margin:0;
}
#media .media_list li p{
	font-size:0.9em;
	font-weight:500;
}
#media .media_list li a div{
	border:solid 1px #B8D200;
	max-width:200px;
	border-radius: 100px;
	padding:0.5em;
	text-align: center;
	font-size:0.9em;
	font-weight:500;
	position: relative;
}
@media screen and (max-width: 800px){
#media .media_list li a div{
	margin:0 auto;
}
}
#media .media_list li a:hover div{
	background-color: #008D0F;
	color:#fff;
}

#media .media_list li a div::after{
 content: url(../img/bt_gaibu.svg);
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 8px;
  right: 15px;
}


/* #news_subここから */
.p_news_sub{
	background-color: #E8FAD8;
/*     background-image: url(../img/bk_pat_dot_y.png); */
}

.bk_news_sub_g{
	background-color: #E8FAD8;
/*     background-image: url(../img/bk_pat_dot_y.png); */
	border-radius: 20px;
	padding:1em;
	width:auto;
}

.bk_news_sub_g_under{
	background-color: rgba(154, 230, 172, 0.5);
	border-radius: 15px;
	padding:2em;
	width:auto;
}
.bk_news_sub_g_under div{
	background-color: #9edaac;
	border-radius: 15px;
	text-align: center;
	color:#fff;
	padding:3em;
	font-size:1.2em;
}
#news_sub #news{
	background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border:none;
    padding:0;
}


#news_sub{
	padding: 14vw 0 4vw 0;
	position: relative;
	background-color: #E8FAD8;
/*     background-image: url(../img/bk_pat_dot_y.png); */
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#news_sub{
	padding: 100px 0 4vw 0;
}	
}

#news_sub .o_k1{
	position: absolute;
	top:-13px;
	right:20%;
    width:9em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
#news_sub .o_k1{
	right:5%;
}
}

#news_sub .media_inner{
	width:1000px;
	max-width:96%;
	margin:0 auto;
}
#news_sub .media_list{
	max-width:100%;
	display: flex;
	justify-content: space-around;
	width:auto;
	flex-wrap: wrap;
}
#news_sub .media_list li{
	width:auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding:1em;
	margin-bottom:1em;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
@media screen and (max-width: 800px){
#news_sub .media_list li{
	flex-wrap: wrap;
}	
}

#news_sub .media_list li:last-child{
	margin-bottom:0em;	
}

#news_sub .media_list li .media_img{
	width:30%;
	align-content: center;
}
#news_sub .media_list li .media_txt{
	width:68%;
}

@media screen and (max-width: 800px){
#news_sub .media_list li .media_img{
	width:100%;
	align-content: center;
}
#news_sub .media_list li .media_txt{
	width:100%;
}	
}


#news_sub .media_list li .media_img img{
	border-radius: 15px;
}

#news_sub .media_list li h4{
	padding:0.1em 0;
}
#news_sub .media_list li h5{
	color:#B29B8F;
	padding:0 0;
	margin:0;
}
#news_sub .media_list li p{
	font-size:0.9em;
	font-weight:500;
}
#news_sub .media_list li a div{
	border:solid 1px #B8D200;
	max-width:200px;
	border-radius: 100px;
	padding:0.5em;
	text-align: center;
	font-size:0.9em;
	font-weight:500;
	position: relative;
}
@media screen and (max-width: 800px){
#news_sub .media_list li a div{
	margin:0 auto;
}
}
#news_sub .media_list li a:hover div{
	background-color: #008D0F;
	color:#fff;
}

#news_sub .media_list li a div::after{
 content: url(../img/bt_gaibu.svg);
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 8px;
  right: 15px;
}






/* #eventここから */

.o_k2{
	position: absolute;
	top:-5.5em;
	right:2em;
    width:5.5em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
.o_k2{
	width:4em;
	top:-0.3em;
	right:auto;
	left:-0.5em;
}
}

.p_event {
	
}
.bk_event_g_under{
	background-color: rgba(240, 195, 156, 0.5);
	border-radius: 15px;
	padding:2em;
	width:auto;
}
.bk_event_g_under div{
	background-color: #F0C39C;
	border-radius: 15px;
	text-align: center;
	color:#fff;
	padding:3em;
	font-size:1.2em;
}

.bk_event_g{
	background-color: #FFD9B7;
	border-radius: 20px;
	padding:1em;
	width:auto;
}

#event{
	padding: 14vw 0 4vw 0;
	position: relative;
	background-color: #FFFFCC;
	background-image: url(../img/bk_pat_pink.png);
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#event{
	padding: 100px 0 4vw 0;
}	
}

#event .o_k1{
	position: absolute;
	top:-13px;
	right:20%;
    width:9em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
#event .o_k1{
	right:5%;
}
}

#event .event_inner{
	width:1000px;
	max-width:96%;
	margin:0 auto;
}
#event .event_list{
	max-width:100%;
	display: flex;
	justify-content: space-around;
	width:auto;
	flex-wrap: wrap;
}
#event .event_list li{
	width:auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding:1em;
	margin-bottom:1em;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
@media screen and (max-width: 800px){
#event .event_list li{
	flex-wrap: wrap;
}	
}

#event .event_list li:last-child{
	margin-bottom:0em;	
}
/*
@media only screen and (max-width: 900px) {
#event .event_list li{
	width : calc(50% - 2.2em) ;
}
}

@media only screen and (max-width: 380px) {
#event .event_list li{
	width : 96%;
}
}
*/
#event .event_list li .event_img{
	width:30%;
	align-content: center;
}
#event .event_list li .event_txt{
	width:68%;
}

@media screen and (max-width: 800px){
#event .event_list li .event_img{
	width:100%;
	align-content: center;
}
#event .event_list li .event_txt{
	width:100%;
}	
}


#event .event_list li .event_img img{
	border-radius: 15px;
}

#event .event_list li h4{
	padding:0.1em 0;
}
#event .event_list li h5{
	color:#B29B8F;
	padding:0 0;
	margin:0;
}
#event .event_list li p{
	font-size:0.9em;
	font-weight:500;
}
#event .event_list li a div{
	border:solid 1px #B8D200;
	max-width:200px;
	border-radius: 100px;
	padding:0.5em;
	text-align: center;
	font-size:0.9em;
	font-weight:500;
	position: relative;
}
@media screen and (max-width: 800px){
#event .event_list li a div{
	margin:0 auto;
}
}
#event .event_list li a:hover div{
	background-color: #008D0F;
	color:#fff;
}

#event .event_list li a.gaibu div::after{
 content: url(../img/bt_gaibu.svg);
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 8px;
  right: 15px;
}






/* #contactここから */


.p_contact {
	
}

#contact{
	padding: 14vw 0 4vw 0;
	position: relative;
	background-color: #FFFFCC;
	background-image: url(../img/bk_pat_g.png);
	color:#008D0F;
	border-top:13px solid #fff;
}
@media only screen and (max-width: 640px) {
#contact{
	padding: 100px 0 4vw 0;
}	
}

#contact .o_k1{
	position: absolute;
	top:-13px;
	right:20%;
    width:9em;
    max-width:15%;
}
@media only screen and (max-width: 1100px) {
#contact .o_k1{
	right:5%;
}
}

#contact .news_inner{
	width:1000px;
	max-width:96%;
	margin:0 auto;
}
#contact .news_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#contact .news_list li{
	width:29%;
	background-color: #ffffff;
	border-radius: 20px;
	padding:1em;
	margin-bottom:1em;
}
@media only screen and (max-width: 900px) {
#contact .news_list li{
	width : calc(50% - 2.2em) ;
}
}

@media only screen and (max-width: 380px) {
#contact .news_list li{
	width : 96%;
}
}
/*
#news .news_list li:last-child{
    margin-left: auto;
}
*/
#contact .news_list li .news_img img{
	border-radius: 15px;	
}

/*
#news .news_list:after {
    content: "";
    display: block;
    width: 33.5%; 
    height: 0;
}
*/

#contact .news_list li h4{
	text-align: center;
	padding:1em 0;
}
#contact .news_list li h5{
	text-align: center;
	color:#B29B8F;
	padding:0 0;
	margin:0;
}
#contact .news_list li p{
	border-top:solid 1px #B8D200;
	padding-top:0.5em;
	font-size:0.9em;
	font-weight:500;
}
#contact .news_list li a div{
	border:solid 1px #B8D200;
	max-width:200px;
	border-radius: 100px;
	padding:0.5em;
	text-align: center;
	margin:0 auto;
	font-size:0.9em;
	font-weight:500;
	position: relative;
}
#contact .news_list li a:hover div{
	background-color: #008D0F;
	color:#fff;
}

#contact .news_list li a div::after{
 content: url(../img/bt_gaibu.svg);
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 8px;
  right: 15px;
}



#contact .formbox div{
/*
	width:1000px;
	height:1240px;
	max-width:96%;
	margin:4em auto;
	overflow:auto;
*/

border:solid #B8D200 3px;
border-radius: 10px;


 /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
#contact .formbox div::-webkit-scrollbar{
  display:none;
}
#contact .formbox div .tf-l-header{
	display: none;	
}



