﻿*{
	padding:0;
	margin:0;
}

img{
	vertical-align:bottom;
}

h1,h2,h3,h4{
	font-size:100%;
}

ul{
	list-style-type:none;
}

a{
	text-decoration:none;
}

body{
	letter-spacing:0.08rem;
	line-height:1.6;
	font-family:"M PLUS Rounded 1c", sans-serif;
	font-weight:400;
	font-style:normal;
}

#wrap{
	width:100%;
}

/*ここからヘッダー*/
header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:80px;
	background:linear-gradient(-20deg,#228b22 0%,#82ae46 100%);
}

h1{
	background-image:url(img/logo_02.png);
	background-size:contain;
	width:292px;
	height:80px;
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin-left:30px;
}

#header_nav{
	font-size:22px;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding-right:30px;
	margin-top:10px;
}

#header_nav li a{
	color:white;
	border-right:solid 1px white;
	padding-right:20px;
}

#b_left{
	border-left:solid 1px white;
	padding-left:20px;
}

#header_nav li a:hover{
	color:#ccc;
}

/*ここからホーム*/
main{
	width:90%;
	margin:0 auto;
}

#top_image{
	text-align:center;
	padding:50px;
}

#top_image img{
	width:100%;
	max-width:1066px;
	height:auto;
}

#top_text{
	text-align:center;
	width:80%;
	margin:0 auto;
	border-bottom:dashed 5px #d6e9ca;
}

/*ここから事業内容*/
h2{
	font-size:30px;
	text-align:center;
	color:#228b22;
	padding-bottom:50px;
	padding-top:100px;
}

h3{
	font-size:24px;
	color:#228b22;
	border-bottom:solid 1px #228b22;
	padding-top:50px;
}

h4{
	font-size:20px;
	color:#82ae46;
	padding:15px 15px 0 0;
}

#menu{
	font-size:18px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:30px;
	text-align:center;
	margin-bottom:80px;
}

#menu li a{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	color:white;
	background-color:#82ae46;
	height:60px;
	width:200px;
	border-radius:30px;
	border:solid 2px transparent;
}

#menu li a:hover{
	opacity:0.7;
}

.shousai{
	font-size:12px;
}

main p{
	padding:15px 20px;
}

/*ここからトップボタン*/
#top_btn{
	background-color:#f39700;
	width:50px;
	height:50px;
	border-radius:25px;
	text-align:center;
	box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position:fixed;
	z-index:1;
	bottom:2vh;
	right:2vw;
}

#top_btn:hover{
	background-color:#eec362;
}

/*ここからフッター*/
footer{
	color:white;
	margin-top:80px;
	background:linear-gradient(-20deg,#228b22 0%,#82ae46 100%);
}

nav{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
	padding:30px 0;
}

#shamei img{
	width:300px;
	height:auto;
}

#address{
	font-size:18px;
	padding:0 20px;
}

#num{
	display:flex;
	flex-wrap:wrap;
}

#tel{
	padding-right:20px;
}

#footer_nav{
	font-size:22px;	
	width:300px;
}

#footer_nav li a{
	color:white;
	background-color:#82ae46;
	display:flex;
	justify-content:space-between;
	border:solid 1px transparent;	
	border-radius:20px;
	margin:8px;
	padding:2px 10px;
}

#footer_nav li a:hover{
	background-color:#a8c97f;
}


#copy{
	font-size:12px;
	text-align:center;
	border-top:solid 1px white;
	padding:15px 0;
}

/*ここからご利用案内*/
table{
	padding:30px 15px 50px 0;
	font-size:18px;
}

th{
	text-align:left;
	width:350px;
	color:#82ae46;
}

table td a{
	text-decoration:underline;
}

#bacume_image{
	text-align:center;
}

#bacume_image img{
	width:80%;
	max-width:800px;
}

/*ここから会社概要*/
#t_image{
	text-align:center;
}

#t_image02{
	display:none;
}

.access_text{
	text-align:center;
}

#map{
	text-align:center;
}
