@charset "UTF-8";

html{
	font-size:62.5%;
	}

*,*::before, *::after{
	box-sizing:border-box;
	}

body{
	background-size:cover;
	color:#0F0F0F;
	text-align:center;
	font-size:1.4rem;
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

ul {
  list-style: none;
}

i{  
	font-family:"FontAwesome";
	font-style:normal;  
} 

#lottieSp{
		display:none;
	}


/* --------------------------------
 * アニメーション　サイトオープン時の遅れ
 * -------------------------------- */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




/* --------------------------------
 * header
 * -------------------------------- */
.header{
	height: 240px;
}
/*ハンバーガー*/

.rogo_w_h{
	position:relative;
	width:200px;
	height:auto;
	margin:8px 3%;
	}

.rogo_w_h a:hover{
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.img_rogo{
	display: block;
	position:absolute;
	width:45px;
	height:auto;
	z-index:5;
	}

#nav_b{
	position:fixed;
	top:0;
	width:100%;
	height:55px;
	background:#fefefe;
	z-index:2;
	border-bottom: 1px solid #443927;
	}

.global-nav {
	height: 700px;
}

.global-nav-ul{
	padding: 0;
}

.headerLogo{
	height: 50px;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
.headerLogo img{
	width: 150px;
}


/* --------------------------------
 * about
 * -------------------------------- */

.about{
	margin: 0 3% 50px;
	padding:80px 30px 80px;
	background-color:#fff;
	color:#000;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
	}

.headihg{
	position: relative;
	display:inline-block;
	margin:30px 0 15px;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:4rem;
	color: #000;
	text-shadow: 0 0 0 rgb(0,0,0,0)
	}

.headihg::before,
.headihg::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	border-bottom:1px solid #000;
	}

.headihg::before{
	bottom:5px;
	}

.about-text_c{
	margin:30px 0;
	line-height:2.5;
	color:#000 ;
	text-align: center;
	font-size: 1.8rem;
	}

/* --------------------------------
 * 事業内容
 * -------------------------------- */
dl{
	margin: 0 20% 30px;
	text-align: left;
}
dt{
	width:10em;
	margin-bottom:0.5em;
	float:left;
	font-weight: bold;
	border-left:2px solid #376122;
	padding-left:10px;
}
dd{
	margin-left:11em;
	margin-bottom:0.5em;
}


/* --------------------------------
 * contact
 * -------------------------------- */

.contact{
	padding:0 0 150px;
	color:#0f0f0f ;
	background: #fefefe;
	}

.contact_b{
	background-size:cover;
	}

.contact-from{
	width:50%;
	margin:30px auto 0;
	}

.contact-from input[type=text],
.contact-from textarea{
	display:block;
	width:100%;
	margin-bottom:10px;
	padding:15px;
	outline:none;
	border:10px solid #f0f0e7;
	border-radius:20px;
	background-color:#fefefe;
	color:#0f0f0f;
	}

.contact-from ::-webkit-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}
	
.contact-from :-ms-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from ::-moz-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from textarea{
	height:250px;
	}

.contact-from input[type=text]:focus,
.contact-from textarea:focus{
	box-shadow:0 0 8px rgba(0,0,0,0.2) inset;
	}


.contact-from input[type=submit]{
	display:block;
	width:100%;
	margin:40px auto 0;
	padding:15px;
	border:0px solid #fefefe;
	border-radius:50px;
	background-color:#f0f0e7;
	color:#0f0f0f;
	cursor:pointer;
	}

.contact-from input[type=submit]:hover{
	background-color:#6fb4e4;
	}

/*h2*/
.contact_h2{
	display:inline-block;
	margin:50px 0 0;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:3.5rem;
	font-weight: 600;
	color:#0f0f0f ;
	}


/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:80px 5% 50px;
	font-size:1.3rem;
	background:#4084b8;
	font-weight: bold;
	color: #fefefe;
	}

.horizontal-list{
	display: flex;
	width:100%;
	margin:0 auto 30px;
	}
.horizontal-list a{
	color: #fefefe;
    }
.horizontal-list a hover{
	color: #fefefe;
    }
.footerLi {
  flex: 1; /* 各要素の幅を自動調整 */
  text-align: center; /* 文字を中央揃えにする */
  position: relative; /* 擬似要素を配置するために必要 */
  border-left: 1px solid #fefefe; /* 区切り線 */
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }
	.footerCop{
		display: flex;
		justify-content: flex-end;
	}
.footerCop li{
	padding: 0 0 0 5%;
}
.footerCop li a{
	color: #fefefe;
	font-size: 0.9rem;
}
.fCop{
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: auto;
}
li.fCop{
	padding:0 4%;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */

	
@media (max-width:1024px){
	
	body{
	background-image: none;
	}
	.product-list li {
    width: 47%;
    }

	}	
	
	
@media (max-width:768px){
	
	body{
		font-size:1.3rem;
		}
	
	/*header*/
	.header{
	height: 220px;
}
	/*AE*/
	#lottie{
		display: none;
	}
	#lottieSp{
		display:inline;
	}
	
	.rogo_w_h{
	  width:160px;
	  margin-left: 5%;
	}
	
/*logo*/
	.headerLogo{
	position: absolute;
	top: 10%;
    }
    .headerLogo img{
	 width: 150px;
    }
	
/*nav*/
	
.global-nav .nav-item {
  	display: block;
    }

/*about me*/
	
	.headihg{
		font-size:2.5rem;
		}
	
	.about{
	padding:50px 30px 10px;
	}
	
	.about-text_c{
		line-height:1.8;
		font-size: 1.7rem;
		}
	
	/*事業内容*/
	
	dl{
		margin: 0 5% 30px;
   }
   dt{
		float:none;
    }
	
	.c-dt{
	display: block;
	}

    .c-dd{
	display: block;
	margin:0;
	}
	
	
	/*contact*/
	
	.contact-from{
		width:95%;
		}
	
	.contact{
		padding-bottom:80px;
		}
	.contact_h2{
		font-size: 2.4rem;
		margin:50px 0 0;
		padding-bottom:0;
		}
	.contact-from{
		margin: 20px auto 0;
	}
	/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:60px 5% 50px;
	font-size:1.3rem;
	}

.horizontal-list{
	display: block;
	margin: 0;
	padding:0;
	}
	
.footerLi {
  flex: 5; /* 各要素の幅を自動調整 */
  border-left: none; /* 区切り線 */
  padding: 8px 0 0;
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }

	.footerCop{
		display: block;
	}
	.footerCop li{
		padding: 0;
	}
}