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


@media screen and (max-width:768px) {
	
	
	.itemlist div a:nth-of-type(2) span::before{
content: "";
	position: absolute;
left: 5px;

	display: inline-block;
	width: 50px;
	height: 18px;

}
	
	
}

@media screen and (max-width:479px) {
	
	.slide_logo{
	opacity: 0.8;
	width:30%;
	
    top: 50%;
    left: 50%;
   
	
}
.about{
	width: 100%;
	margin: auto;
		padding: 5% 0;
	display:block;
	
}

.about h2{
	
	font-size: 2.5rem;
	letter-spacing: 5px;
}

.about h3{
	font-size: 1.2rem;

	line-height: 100%;
	letter-spacing: 3px;
}
.about h4{
font-size: 1.6rem;
		
	letter-spacing: 3px;
	margin-bottom:5px;
	margin-top: 10px;
	
}

.about p{
	margin:auto;
	display:block;
	width:100%;
font-size: 1.2rem;



	line-height: 250%;
	letter-spacing: 2px;
}
.about div{
	width:95%;

text-align: center;
	
}

.about div:last-of-type{
;
	margin:auto;
	
	
}

	
	
.company{
	width: 100%;
	margin: auto;
		padding: 5% 0;
	text-align: center;

}

.company h2{
	
	font-size: 2.5rem;
	letter-spacing: 5px;
}

.company h3{
	font-size: 1.2rem;
	letter-spacing: 3px;
}


.company table{
font-size: 1.4rem;
	margin:30px auto;
	width: 95%;
  

}
.company table th{
	display: block;

padding: 2px 0px 2px 10px; 
	text-align: left;
	letter-spacing: 10px;
width:100%!important;


}

.company table td{
	display: block;
	width: 100%;
	padding: 2px 0px 2px 10px; 
	text-align: left;

}

.company table td,.company table th{
	border-bottom: none;
	
}


.company table tr:last-of-type th ,.company table tr:last-of-type td{
	border-bottom: none;
	
}

	
	


.store{
	
		padding: 5% 0;
	

}

.store h2{
	
	font-size: 2.5rem;
	letter-spacing:5px;
}

.store h3{

	font-size: 1.2rem;
	letter-spacing: 3px;
	}


.itemlist{

	width: 90%;
	 flex-flow: column;
 align-items: center;
  justify-content: center;
}

.itemlist div{
	width: 90%;
	margin-bottom: 10%;
}



.itemlist div p{
	font-size: 1.4rem;
	line-height: 140%;
}


.itemlist div h4{
	font-size: 1.6rem;
	line-height: 140%;
	padding: 5px 0px 20px 0px;
}

.itemlist div a span{
	width: 95%;

	padding: 7px 0px;
	font-size: 1.6rem;

	line-height: 120%;
	border-radius:30px;
transition: 0.5s;
}


.itemlist div a span small{

	font-size: 1.2rem;
}

.itemlist div a:nth-of-type(2) span{
margin-top: 25px;
	padding: 13px 0px  13px 50px;

}


.itemlist div a:nth-of-type(2) span::before{

left: 10px;
top:20px;
	
	width: 60px;
	height: 18px;

}




	
.mail{
	
		padding: 5% 0;
	

}

.mail h2{
	font-size: 2.5rem;
	letter-spacing:5px;
}

.mail h3{
	font-size: 1.2rem;
	letter-spacing: 3px;

}



.mail div{

padding-top:200%;
	margin-top: 20px;
}




footer small{
	color:#fff;
	padding:5px 0px;
font-size: 0.8rem;
}
	
}