.mainvisual{
	height: 230px;
}
.mainvisual.enkai_access{
	background: url(../../../images/shop/shinjyuku/enkai/access/access_main.png) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
}
.mainvisual h1{
	width: 94%;
	max-width: 920px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	font-size: 36px;
	margin: 0 auto;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	height: 100%;
}
.mainvisual h1 span.h1_span{
	display: block;
	color: #cbc9c1;
	font-size: 24px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.under_h2{
	width: 1000px;
	margin: 0 auto 75px;
}
.under_inner01{
	width: 960px;
	margin: 0 auto 80px;
}
.under_inner01.big_margin{
	margin-bottom: 115px;
}
section.big_margin{
	padding: 90px 0 70px;
}
.under_inner01 .map_01{
	margin-top: 0;
	height: 340px;
}
.under_inner01 .list_09 ul li:nth-child(odd) {
    width: 48%;
	margin-left: 2%;
	float: right;
	margin-right: 0;
}
.under_tbl{
	margin-bottom: 30px;
}
.under_h3.tit_02{
	font-size: 24px;
}
.under_h3.tit_02.mb20{
	margin-bottom: 20px;
}
.access_accordion{
	margin-bottom: 25px;
}
.under_inner01 .access_accordion:last-child{
	margin: 0;
}
.access_accordion dt{
	background: #969280;
	color: #fff;
	height: 84px;
	box-sizing: border-box;
	padding: 10px 90px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	cursor: pointer;
}
.access_accordion dt:hover{
	opacity: 0.8;
}
.access_accordion dt .access_accordion_icon{
	position: absolute;
	width: 84px;
	height: 84px;
	background: #5c5534;
	top: 0;
	right: 0;
}
.access_accordion dt .access_accordion_icon:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	background: #fff;
	top: calc(50% - 2px);
	left: calc(50% - 25px);
}
.access_accordion dt .access_accordion_icon:after{
	content: '';
	position: absolute;
	height: 50px;
	width: 4px;
	background: #fff;
	left: calc(50% - 2px);
	top: calc(50% - 25px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.access_accordion dt .access_accordion_icon.open:after{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.access_accordion dd{
	background: #fff;
	padding: 25px 0;
}
.access_slider_items{
	width: 443px;
	margin: 0 20px;
}
.access_slider_items span{
	display: block;
}
.access_slider_img{
	margin-bottom: 5px;
}
.access_slider .prev{
	display: block;
	line-height: 0;
	position: absolute;
	left: 0;
	top: calc(50% - 39px);
	z-index: 101;
	cursor: pointer;
}
.access_slider .next{
	display: block;
	line-height: 0;
	position: absolute;
	right: 0;
	top: calc(50% - 39px);
	z-index: 101;
	cursor: pointer;
}
.access_slider .prev:hover, .access_slider .next:hover{
	opacity: 0.8;
}
.box_07 > div{
	vertical-align: middle;
}
a[rel="lightbox"]{	
	position: relative;
    display: block;
}
a[rel="lightbox"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 20%;
    max-height: 20%;
    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%;
}






