@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{
	font-size: 1.5rem;
	margin: 30px 0;
}

.back{
	background-image: url("../img/back.png");
	text-align: center;
	margin: 30px 0;
}
.back2{
	background-color: rgba(255,255,255,0.60);
	padding: 40px 20px;
}


.formTable{
	margin: 50px auto;
	width: 50%;
	
}

.formTable tr th{
	text-align: left;
	display: block;
}

.formTable tr th span{
	color: red;
}

.formTable tr th:last-child{
	text-align: center;
}


.formTable tr td{
	display: block;
	padding: 5px  0 40px;
}

.formTable tr td p{
	text-align: left;
	padding-left: 30px;
}
#spam_text{
	font-size: 13px;
	text-align: center;
	padding-left: 0px;
}

#name,#tel,#maile,#content,#spam,#company,#name2{
	width:100%;
	font-size: 15px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
}
#content{
	height: 100px;
}

#submit{
	background: rgba(172,243,80,1.00);
	padding: 5px 30px;
	font-size: 15px;
	color: darkgreen;
	font-size: 1.2rem; 
	box-shadow: 1px 1px 1px darkgreen;
}


.hiko span{
	border-radius: 5px;
	padding: 0 2px;
	color: red;
	margin-right: 2px;
}


.con_after{
	text-align: center;
	margin: 40px auto;
}


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

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





/*===========thanksフォーム===========*/


.mtitle-big{
	margin: 40px;
}

.single {
	text-align: center;
	margin: 30px;
}

.b-m100{
	margin: 40px;
}

.b-m100 a{
	background-color: #72CC00;
	padding: 20px 20px;
	color: white;
}
.thank{
	margin: 50px auto;
}


#body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	display: grid;
}



#mailform .in_box, #mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}