.mainvisual{
	height: 230px;
}
.mainvisual.enkai_access{
	background: url(/images/shop/shinjyuku/enkai/access/access_main.png) center center no-repeat;
	background-size: cover;
}
.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;
}
.section_02 {
    background: url(/images/shop/ginza/enkai/top/index/section_02_bg.png) center repeat fixed;
}
.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%;
}

@media screen and (max-width: 750px) {

	img {
		max-width: 100%;
	}
	#breadcrumbs_sp{
		background: #231816;
		margin-top:0;
	}
	.breadcrumbs li a {
			padding: 0 10px 0 15px;
	}
	.breadcrumbs li a span {
			font-size: 10px;
		white-space: nowrap;
	}
	.mainvisual {
		height: 180px;
	}
	.mainvisual h1 {
		width: 94%;
		font-size: 30px;
	}
	.mainvisual h1 span.h1_span {
		font-size: 18px;
	}
	.under_h2 {
		width: 100%;
		margin: 0 auto 50px;
	}
	.under_inner01 {
		width: 94%;
		margin: 0 auto 40px;
	}
	.under_inner01.big_margin{
		margin-bottom: 40px;
	}
	section.big_margin{
		padding: 30px 0 40px;
	}
	.under_inner01 .list_09 ul li:nth-child(odd) {
			width: 100%;
		margin-left: 0;
		float: none;
		margin-right: 0;
	}
	.access_accordion dt {
		height: 50px;
		padding: 10px 55px;
		font-size: 13px;
		line-height: 1.4em;
	}
	.access_accordion dt .access_accordion_icon {
		width: 50px;
		height: 50px;
	}
	.access_accordion dt .access_accordion_icon:before {
		width: 30px;
		height: 2px;
		top: calc(50% - 1px);
		left: calc(50% - 15px);
	}
	.access_accordion dt .access_accordion_icon:after {
		height: 30px;
		width: 2px;
		left: calc(50% - 1px);
		top: calc(50% - 15px);
	}
	.access_slider_items {
		width: 80vw;
		max-width: 443px;
		margin: 0;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.access_slider .prev, .access_slider .next{
		top: 43%;
		width: 30px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.under_inner01 .tbl_05 th {
			font-size: 3vw;
			line-height: 1.4em;
			padding: 5px;
	}
	.under_h3.tit_02{
		font-size: 5vw;
	}
	.tbl_05b .tbl_05b_th .th_box .th_ttl {
		width: 78% !important;
	}
	.tbl_05b .th_box{
		padding-left: 75px !important;
		padding-top: 5px;
	}
	}
