@charset "utf-8";
/* CSS Document */

.con_title1 img{width: 100%;}

.sashiire_box{width: 80%;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);}
	
.sashiire_menu1{width: 95%;
	margin: 0 auto;}

.sashiire_menu_inner{width: 100%;
	overflow: hidden;}

.sashiire_menu_img0{width: 12%;
	margin: 0 auto 10px;}

.sashiire_menu_img1,.sashiire_menu_img2{width: 10%;
	margin: 0 0.5%;
	position: relative;
	float: left;}
	
.border_box{width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: rgba(173,143,99,1.00) solid 4px;
	position: absolute; top: 0; left: 0;}

.sashiire_menu_img0 img,.sashiire_menu_img1 img{width: 100%;
	transition: 0.3s all;}

.sashiire_menu_img2 img{width: 100%;
	opacity: 0.5;
	transition: 0.3s all;}
	
.sashiire_menu_img2 img:hover{opacity: 1.0;}

.fuda_box{width: 95%;
	margin: 0 auto;
	overflow: hidden;}
	
.fuda_img{width: 24%;
	padding: 5px 0.5%;
	float: left;}
	
.fuda_img img{width: 100%;}

.num_btn{width: 50px;
	height: 50px;
	margin: 5px;
	font-size: 25px;
	line-height: 200%;
	text-align: center;
	background: rgba(231,231,231,1.00);
	border: rgba(79,79,79,1.00) solid 2px;
	border-radius: 5px;
	float: left;}
	
.num_btn2{width: 50px;
	height: 50px;
	margin: 5px;
	font-size: 25px;
	line-height: 200%;
	text-align: center;
	background:rgba(51,51,51,1.00);
	border: rgba(79,79,79,1.00) solid 2px;
	border-radius: 5px;
	float: left;
	transition: 0.3s all;}

.num_btn2:hover{opacity: 0.7;}

.num_btn2 a{display: block;}



@media screen and ( max-width:821px )
{
.sashiire_box{width: 95%;}

.sashiire_menu_img0{width: 30%;}

.sashiire_menu1{width: 95%;
	margin: 0 auto;
	overflow-x: scroll;}

.sashiire_menu_inner{width: 280%;
	overflow: hidden;}

.fuda_img{width: 90%;
	padding: 10px 5%;}
}


























