@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);
}



/*===========見出し============-*/


#dai{
	background: url("../img/niji.png");
	background-position: center;
	background-size: cover;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: black;
	font-weight: bold;
}



/*===========事業内容===========*/

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



/*===========会社概要詳細===========*/

#topics{
	text-align: center;
	font-size: 25px;
	margin: 60px 0 30px;
	text-shadow: 1px 1px 1px grey;
}

#company_t{
	margin: 80px auto 40px;

	border: 1px solid #D6D6D6;
}

#company_t th {
	border: 1px solid #D6D6D6;
}

#company_t td {
	padding: 30px 15px;
	border: 1px solid #D6D6D6;
}

#company_t tr:nth-child(even){
	background: #FFFDD3;
}





#img img{
	width: 100%;
}

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

.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;
}


