@charset "UTF-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.contener{
	max-width: 960px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

#nav-drawer{
	display: none;
}

#wrap{
	overflow: hidden;
}

.icon{
	color: limegreen;
	padding: 5px;
}
.icon3{
	padding: 5px;
}

li{
	list-style: none;
}

a{
	text-decoration: none
}

/*===========ヘッダー============-*/

header{
	position: relative; 
	margin: 0 auto;
	width: 100%;
}
#logo{
	height: 100px;
	margin: 20px;
}

#logo img{
	height: 100%;
}

.tel{
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
	font-size: 1.1rem;
}

.tel a{
	font-size: 2.5em;
	color: green;
	font-weight: bold;
}

.tel a:hover{
	opacity: .6;
}


/*===========グローバルナビ===========*/

.glovalnavi{
	font-size: 1.2rem;
	background: #ACF450;
}

.menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.menu li a{
	color: black;
	display: block;
	padding: 25px 35px;
}

.menu li a:hover{
	background: rgba(255,245,58,1.00);
}


/*===========kv============*/


.kv_sl img{
	width: 100vw;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kv_sl a{
	height: auto;
	position: relative;
	color: #008000;
	font-size: 2.5em;
	line-height: 1.75;
	text-align: center;
}


.kv_sl a div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 900;
	font-style: normal;	
}

.flex-caption{
	background-image: linear-gradient(to left, transparent, rgba(255,255,255,.80) 10%,rgba(255,255,255,.80) 90%, transparent);
	background-image: -webkit-linear-gradient(to left, transparent, rgba(255,255,255,.80) 10%,rgba(255,255,255,.80) 90%, transparent);
	width: 100%;
	padding: 1% 0;
}

.kv_sl a span{
	display: block;
	font-size: 1.3em;
}


/*===========お知らせ===========*/


#news{
	padding:30px 0; 
	background-color: rgba(255,253,226,1.00)
}


.topics{
	text-align: center;
	font-size: 1.5rem;
	margin: 30px 0 50px;
}

.topics br{
	display: none;
}

#topics_1{
	width: 100%;
	height: 200px;
	text-align: center;
}
#topics_1 iframe{
	width: 80%;
	padding: 0;
}


/*===========greet===========*/



.greet{
	text-align: center;
	padding: 50px 0;
	font-weight: bold;
	position: relative;
	width: 100%;
	background: url("../img/niji.png");
	background-size: cover;
	background-position: center;
	background-color: white;
	opacity: .8;
	text-shadow: 2px 2px 2px white;
}

.greet p{
	opacity: none;
	margin: 20px 0
}

.greet h2{
	margin-bottom: 30px;
	color: #007F34;
	opacity: none;
}


.greet2_b{
	background: url("../img/back3.jpg");
	background-position: center;
	background-size: cover;
	padding: 20px;
}
.greet2{
	background-color:rgba(255,255,255,0.7);
	padding: 20px 10px;
	border-radius: 20px;
}

.greet2 p{
	margin: 30px;
}

.greet2 span{
	color: red;
	font-weight: bold;
	font-size: 1.1rem;
}


/*===========コンテンツ===========*/
.rink{
	margin: 100px 0;
}

.contents{
	display: flex;
	margin: 50px auto;
}

.contents li{
	list-style: none;
	position: relative;
	height: 300px;
	width: 45%;
	transition: all 0.4s ease 0s;
	margin: 0 auto;
	background: url("../img/p1.jpg");
	background-size: cover;
	background-position: center;
}
.contents li:last-child{
	background: url("../img/p7.jpg");
	background-size: cover;
	background-position: center;
}

.contents li a{
	position: absolute;
	top: 0px;
	width: 100%;
	height:300px; 
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 1.5rem;
	display: table-cell;
	vertical-align: middle;
}

.contents li:hover{
	cursor: pointer;
	opacity: .65;
	transform: scale(1.1, 1.1);
}

.contents li p{
	position: absolute;
	width: 100%;
	bottom:40%;
	left: 0px;
	right: 0px;
	background: rgba(255,255,255,0.64);
	padding: 10px 0
}



/*===========回収===========*/

.back{
	background: url("../img/back2.png");
	background-position: center;
	background-size: cover;
	padding: 30px 10px;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.back h2{
	color: green;
  	padding: 0.5em 0;
  	border-top: solid 3px green;
  	border-bottom: solid 3px green;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.back_1 p span{
	font-weight: bold;
	font-size: 20px;
}

.back h3{
	background: linear-gradient(transparent 70%, #4EBE4E 70%);
	display: inline-block;
	margin: 0px 0 10px
}

.back_1{
	width: 65%;
	padding-right: 10px;
	box-sizing: border-box;
}

.back_2{
	border-radius: 20px;
	padding: 20px 15px;
	width: 35%;
	box-sizing: border-box;
	border: 3px solid green;
	background-color: rgba(255,255,255,0.70);
}

.back_3{
	background: url("../img/maru.png");
	background-position: center;
	background-size: cover;
	background-color: rgba(235,255,235,.70);
	border-radius: 20px;
	padding: 20px;
	width: 50%;
	box-sizing: border-box;
	margin-right: 5px
}

.back_3 p:last-child{
	margin-top: 20px
}

.back_4{
	background: url("../img/batu.png");
	background-position: center;
	background-size: cover;
	background-color: rgba(235,255,235,.70);
	border-radius: 20px;
	padding: 20px;
	width: 50%;
	box-sizing: border-box;
	margin-left: 5px;
}
.back_4 p:nth-child(3){
	margin-top: 20px;
	color: red;
}

.aki{
	margin-top: 20px
}
.aki p span{
	font-weight: bold;
}
.back_after{
	background-color: rgba(238,238,238,1.00);
	margin-bottom: 80px;
}

.back_after h2{
	color: darkgreen;
  text-shadow: 0 0 5px white;
	padding: 5px;
	text-align: center;
	border-bottom: solid 3px green;

  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #C9FFE2, #C9FFE2 3px,#EAFFE9 3px, #EAFFE9 7px);
}
.back_after p{
	padding: 20px 10px;
}

/*===========寄付金===========*/

.kifu img{
	width: 100%
}

.kifu img:hover{
	opacity: .7;
}

.kifu a{
	display: block;
}



/*===========会社概要===========*/

.info{
	padding: 0 10px;
	margin: 100px 0;
}

.photo3{
	width: 50%;
	height: auto;
	float: left;
}

.photo3 img{
	width: 100%;
}

/*===========お問合わせ===========*/

.mail{
	width: 50%;
	float: right;
	text-align: right;
	margin-bottom: 80px
}

.tel2{
	font-size: 1.1rem;
	margin-top:15px ;
	padding-right: 10px;
}

.tel2 a{
	font-size: 2.5em;
	color: green;
	font-weight: bold;
}

.tel2 a:hover{
	opacity: .6;
}

.mail_1 {
	font-size: 1.5rem;
	margin: 30px 0;
}
.mail_1 a{
	background-color: #ACF450;
	padding: 20px;
	border-radius: 10px;
	color: black;
}
.mail_1 a:hover{
	background-color: green;
	color: white;
}


/*===========マップ===========*/

#map{
	width: 100%;
	padding-top:40px;
	box-sizing: border-box;
	
}

#map iframe {
	height: 500px;
	width: 100%;
}

/*===========フッター===========*/


#footer_1{
	height: 120px;
	background: url("../img/deco.png");
	clear: both;
}


footer{
	background: #A1D75D;
}


.footernavi ul{
	display: flex;
	list-style: none;
	border-bottom: 1px dotted white;
	text-align: center;
}

.footernavi ul li {
	width: 20%;
	margin: 20px auto 5px auto;
}

.footernavi ul li a{
	text-decoration: none;
	color: white;
	font-size: 13px
}

.footernavi ul li a:hover{
	border-bottom: 1px solid white;
}

.my_icon{
	padding-right: 5px;
}

#copy{
	color: white;
	text-align: center;
	font-size: .8rem;
	padding: 10px;
}


/* page */
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background:#00AF64;
	opacity: 0.8;
	border-radius: 50%;
}

#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 50px;
	color:#ffffff;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
