@charset "utf-8";
/*directions*/
.directions_cover{background:url(/tmp/img/page3/directions/points_right_wide.webp) bottom right no-repeat, url(/tmp/img/page3/directions/points_bottom_top_wide.webp) bottom left no-repeat;padding-bottom:40px;}
.directions{display:flex;justify-content:space-around;flex-wrap:wrap;background:url(/tmp/img/page3/directions/points_left_top_wide.webp) top 167px left no-repeat;}
.directions_item{width:calc(50% - 23px);text-align:center;margin-bottom:82px;}
.directions_item img{display:block;width:333px;height:333px;margin:0 auto;transition:222ms ease-in;}
.directions_item img:hover{animation:swing 0.6s ease-in-out;filter:grayscale(0%) brightness(1.1);}

.directions_title{color:#000;font-size:22px;font-weight:300;margin:28px 0;}
.directions_note{color:#000;font-size:16px;}

@media (max-width: 1100px){
	.directions_cover{background:url(/tmp/img/page3/directions/points_right_tiny.webp) bottom right no-repeat, url(/tmp/img/page3/directions/points_bottom_top_tiny.webp) bottom left no-repeat;padding:0;}
	.directions{background:url(/tmp/img/page3/directions/points_left_top_tiny.webp) top 88px left no-repeat;}
}

@media (max-width: 900px){
	.directions_item{margin-bottom:35px;}
	.directions_item img{width:170px;height:170px;}
		
	.directions_title{font-size:18px;}
	.directions_note{font-size:15px;}
}

@media (max-width: 530px){
	.directions_cover{background:url(/tmp/img/page3/directions/points_right_tiny.webp) bottom right no-repeat;}
	.directions{background:unset;}
}
/*-*/