@charset "utf-8";


@media screen and (min-width:768px){
	
.kyoto_map_container {
	margin-top: 96px;
	clear: both;
}

	
.kyoto_map_container .map_p{
	margin-top: 60px;	
	padding: 0px 0 10px 0;
	}
}

/* SP版 */
@media screen and (max-width: 767px) {
  .kyoto_map_container {
  margin-top: 72px;
  }
  .kyoto_map_container .map_p{
    padding: 0 10px;
	}
  .lp_common section.slideconts_bg{
		margin-bottom: 0px!important;
	}	
}


/*スライダーボタンの位置を打ち消す 20251218*/
/*前ボタン*/
@media screen and (max-width: 767px) {
.slick-prev
	{
		top: 50%!important;
	}
	
/*後ろボタン*/	
.slick-next
	{
    top: 50%!important;
		display: block;	
	}	
}
	


