@charset "utf-8";

/* CSS Document */

.access_slider_img{
	position: relative;
}

.access_slider_img::after{
	content: attr(index);
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 0 2px #231816;
	border: solid 1px #fff;
	background-color: #231816;
	text-align: center;
	line-height: 54px;
	font-size: 30px;
	color: #fff;
}

a[rel="lightbox"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 15%;
    background: url(/images/shop/shinjyuku/enkai/hall/lightbox_zoom.png) right no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: auto 100%;
}


@media screen and (min-width: 751px){
  .th_box .th_ttl{
    width: 73%;
  }
}

@media screen and (max-width: 750px) {
  .tbl_05b .th_box{
    padding-left: 70px !important;
  }

  .tbl_05b .tbl_05b_th .th_box .th_img{
    padding-left: 10px;
  }

  .tbl_05b .tbl_05b_th .th_box .th_ttl{
    width: 75% !important;
    padding-top: 9px;
  }
}
