@charset "utf-8";

@media (max-width:640px){
	body{
		width: 100%;
		overflow-x: hidden;
	}
#pc_menu{
		display: none;
	}

	header{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	

	.hdlogo img{
		width: 90%;
		height: auto;
		display: block;
		margin: 30px auto 30px auto;
	}
	.clearboth{
		clear: both;
	}


	.topimgpc{
		display: none;
	}
	.topimgsp img{
		width: 100%;
		height: auto;
	}
	
	.cashless5 img{
		width: 80%;
		display: block;
		margin: 10px auto;
	}
	.hd_side{
		display: none;
	}
}





@media (min-width:640px){

	body{
		width: 100%;
		overflow-x: hidden;
	}
#pc_menu{
		display: none;
	}

	header{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.topimgpc{
		display: none;
	}
	.topimgsp img{
		width: 100%;
		height: auto;
	}	

	.hdlogo img{
		width: 400px;
		height: auto;
		display: block;
		margin: 30px auto 30px auto;
	}
	.clearboth{
		clear: both;
	}
	
	.cashless5 img{
		width: 400px;
		display: block;
		margin: 5px auto;
	}
	.hd_side{
		display: none;
	}
}





@media (min-width:900px){
	.topimgpc{
		display: block;
		width: 100%;
		height: auto;
	}
	.topimgsp img{
		display: none;
	}	

}







@media (min-width:1280px){
	.hm_menu_check:checked ~ .hm_menu_wrap{
		height: 550px;
	}
	.hm_list{
		width: 400px;
		height: 550px;
		padding-top: 30px;
	}
	.hm_list li a{
		font-size: 1.3em;
		padding: 0;
		text-align: center;
	}
	
	.topimgpc{
		background-image: url("../images/topimagepcbg2.jpg");
	}
	
	.hd_side{
		display: block;
	}
	.hd_side_box{
		position: fixed;
		top:80px;
		right: -200px;
	}
	.cartlinkimg,.faxdownlordimg,.exceldownlordimg{
		position: relative;
		right: 0;
		margin-top: 10px;
	}
	.hd_side_box:hover>.cartlinkimg{
		right: 200px;
	}
	.hd_side_box:hover>.faxdownlordimg{
		right: 200px;
	}
	.hd_side_box:hover>.exceldownlordimg{
		right: 200px;
	}
	.cartlinkimg{
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.faxdownlordimg{
		-webkit-transition: 0.8s;
		transition: 0.8s;
	}
	.exceldownlordimg{
		-webkit-transition: 1.0s;
		transition: 1.0s;
	}
	
	.cashless5 img{
		width: 300px;
	}
	
	#pc_menu{
		display: block;
		line-height: 5em;
		width: 70%;
	}
	#pc_menu ul{
		display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: space-around;
    	justify-content:space-around;
	}
	#pc_menu li a{
		font-family: "Sawarabi Mincho";
		font-size: 1.2em;
		color: rgba(79,56,37,1.00);
		-webkit-transition: 0.6s;
		transition: 0.6s;
		border-bottom: 1px solid rgba(79,56,37,0.00);
	}
	#pc_menu li a:hover{
		border-bottom: 1px solid rgba(79,56,37,1.00);
	}
	
	.pc_menu_bg{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
    	justify-content:space-around;
		margin: 10px auto;
		max-width: 1280px;
	}
}

@media (min-width:1450px){
	.hm_menu_check:checked ~ .hm_menu_wrap{
		height: 700px;
	}
	.hm_list{
		width: 500px;
		height: 650px;
		padding-top: 50px;
	}
	.hm_list li a{
		font-size: 1.5em;
		padding: 0;
		text-align: center;
	}

	.hd_side_box{
		top:80px;
		right: -225px;
	}
	.cartlinkimg img,.faxdownlordimg img,.exceldownlordimg img{
		width: 300px;
		height: auto;
	}
	.hd_side_box:hover>.cartlinkimg{
		right: 225px;
	}
	.hd_side_box:hover>.faxdownlordimg{
		right: 225px;
	}
	.hd_side_box:hover>.exceldownlordimg{
		right: 225px;
	}

}