@charset "UTF-8";

/* main */
.mainvisual {
	text-align:center;
	padding:80px 0 0 0;
	padding-bottom:40px;
	background-color:#000;
}
.photo_slide {
	margin-bottom:70px;
}
/* ticket 

#ticket_area , #news , #access {
    margin-top:-80px;
    padding-top:80px;
}*/
.ticket_01 {
	text-align:center;
}
.ticket_02 {
	display:flex;
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
    display: -webkit-flex;/* iOS8以前Safari用 */
	justify-content:space-between;
	max-width:640px;
	margin:0 auto;
	}
.t_bunner {
	margin-top:20px;
	height:auto;
	line-height:2.9em;
	color:#fff;
	border-radius:4px;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
    -webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
    flex: 1;
}
.top_intr {
	text-align:center;
	line-height:2;
	padding:0 6%;
	padding-bottom:50px;
	background-color:#000;
}
/* news */
.news_top {
	text-align:center;
	margin-bottom:30px;
}
.news_s {
	margin-top:10px;
}
.news_s a {
	text-decoration:underline !important;
}
.top_nazoken a:hover {
	opacity:.8;
}

.news_wrap {
	background:#fff;
	border-radius:6px;
	padding:15px 30px;
	line-height:2;
}
.news_wrap dt {
	float:left;
	width:25%;
	font-weight:600;
	display:table-cell;
	
}
.news_wrap dd {
	margin-bottom:10px;
	display:table-cell;
	overflow:hidden;
	letter-spacing:0.1em;
	text-align:left;
}
    .box_srcollbar {
        overflow:auto;
        height:60px;
		text-align:left;
    }
.news_wrap a {
	text-decoration:underline !important;
}
.news_wrap a:hover {
	opacity:.7;
}
.top_lineup {
	float:left;
	width:47%;
}
.ln-left {
	margin-right:30px;
}
.top_lineup li {
	border-bottom:solid 1px #C5C6C7;
	padding:15px 0;
}
.thumb_lineup {
	float:left;
	margin-right:20px;
}
.thumb_andmore {
	padding: 30px 0 25px;
    text-align: center;
}
.new {
	font-size:12px;
	border:solid 1px;
	color:#FF3B64;
	padding:3px;
	margin-right:5px;
}
.top_foodtxt {
	max-width:760px;
	margin:0 auto;
	padding:0 6%;
	font-size:12px;
	line-height:2;
}
/* access */
.access_txt {
	text-align:center;
}
.access_txt h6 {
	margin-top:20px;
}
.car{
	text-decoration:underline;
	color:#FF3B64;

}
#access .car a:hover{
	opacity:.8;
}
/* message */
.mes_inner {
	float:left;
	width:80%;
	margin-right:30px;
	line-height:2em;
}
@media screen and (max-width: 640px) {
/* contents */
.mainvisual {
	margin-top:-10px;
}
.slick-slide img
{
	margin:0;
}
.photo_slide {
	margin-bottom:40px;
}

.top_intr h2{
		line-height:1.5;
        margin: 0 auto;
	}
.top_intr {
	padding-bottom:40px;
}
/* news */
.top_nazoken {
	font-size:14px;
}
.news_wrap dt {
	width:35%;
	text-align:left;
}
.box_srcollbar {
	height:105px !important;
	font-size:12px;
	}
.news_wrap {
	padding: 15px 15px;
}

.top_lineup {
	width:100%;
	float:none;
	font-size:13px;
}
.thumb_lineup {
	max-width:25%;
}
.thumb_andmore {
    padding: 15px 0 20px;
}
.new {
	font-size:10px;
}
.top_sp {
	padding:0 6%;
}
/* message */
.mes_inner {
	width:100%;
    margin-bottom: 30px;
}
.img_top01 {
	text-align:center;
	margin-top:40px;
	float:none;
}
/* ticket */
.t_bunner {
	font-size:12px;
	line-height:3.5em;
	padding:5px;
	border-radius:2px;
	height:44px;
	margin-top:0;
}
}