@charset "utf-8";

/*!
 * common.lf_css : v0.1
 * date : 20170404
 */

@import url("ress.css");
@import url("flexbox.css");

/* Setting-basic
-----------------------------------------------------------*/
body {
	font-family: 'Arial','游ゴシック体','YuGothic','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-size: 14px;
	-webkit-text-size-adjust:100%;
}
.lf_clearfix {
	clear: both;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
ol,ul {
	list-style: none;
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 36px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 21px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}

.lf_fontstyle {
	font-family: Arial,sans-serif;
}

/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c4a458;
}

/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.lf_mb00 { margin-bottom: 0;}
.lf_mb05 { margin-bottom: 5px;}
.lf_mb10 { margin-bottom: 10px;}
.lf_mb15 { margin-bottom: 15px;}
.lf_mb20 { margin-bottom: 20px;}
.lf_mb25 { margin-bottom: 25px;}
.lf_mb30 { margin-bottom: 30px;}
.lf_mb40 { margin-bottom: 40px;}
.lf_mb50 { margin-bottom: 50px;}
.lf_mb60 { margin-bottom: 60px;}
.lf_mb70 { margin-bottom: 70px;}
.lf_mb80 { margin-bottom: 80px;}
.lf_mb90 { margin-bottom: 90px;}
.lf_mb100 { margin-bottom: 100px;}
.lf_mb120 { margin-bottom: 120px;}

/* width */
.lf_width100 { width: 100%;}
.lf_width90 { width: 90%;}
.lf_width80 { width: 80%;}
.lf_width70 { width: 70%;}
.lf_width60 { width: 60%;}
.lf_width50 { width: 50%;}
.lf_width40 { width: 40%;}
.lf_width30 { width: 30%;}
.lf_width20 { width: 20%;}
.lf_width10 { width: 10%;}
.lf_width5 { width: 5%;}

/* font size */
.lf_text75 { font-size: 75%;}
.lf_text80 { font-size: 80%;}
.lf_text85 { font-size: 85%;}
.lf_text90 { font-size: 90%;}
.lf_text100 { font-size: 100%;}
.lf_text110 { font-size: 110%;}
.lf_text120 { font-size: 120%;}
.lf_text130 { font-size: 130%;}
.lf_text140 { font-size: 140%;}
.lf_text160 { font-size: 160%;}
.lf_text180 { font-size: 180%;}
.lf_text200 { font-size: 200%;}
.lf_text220 { font-size: 220%;}
.lf_text240 { font-size: 240%;}
.lf_text260 { font-size: 260%;}

/* color */
.lf_c_000 { color: #000;}
.lf_c_333 { color: #333;}
.lf_c_555 { color: #555;}
.lf_c_888 { color: #888;}
.lf_c_fff { color: #fff;}
.lf_c_red { color: #f00;}
.lf_c_blue { color: #0e92e5;}
.lf_c_green { color: #86bf00;}
.lf_c_orange { color: #ee761b;}

/* font style */
.lf_boldstyle { font-weight: bold;}
.lf_normalstyle { font-weight: normal;}
.lf_italicstyle { font-style: italic;}

/* text-align */
.lf_aligncenter { text-align: center;}
.lf_alignleft { text-align: left;}
.lf_alignright { text-align: right;}

/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 10px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
th {
	background: #f7f7f7;
}
table.th_look_20 th{
  width: 20%;
  min-width: calc(4em + 22px);
}

/* Forms Module
-----------------------------------------------------------*/
.lf_input_text,
textarea {
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #eee;
}
select {
	font-size: 14px;
}
.lf_need:after,
.lf_any:after {
	margin: 0 0 0 7px;
	padding: 2px 3px;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
}
.lf_need:after {
	content: "必須";
	background: #f00;
}
.lf_any:after {
	content: "任意";
	background: #999;
}


/* layout
-----------------------------------------------------------*/

/* wrap */
.lf_wrap,
.lf_wrap_header,
.lf_wrap_global,
.lf_wrap_hallinfo {
	overflow: hidden;
	width: 92%;
	max-width: 1120px;
	margin: 0 auto;
}

/* sp nav */
.lf_btn_sp_close {
  padding: 10px 5px 15px;
  text-align: right;
}
.lf_btn_sp_menu {
	position: fixed;
	top: 65px;
	right: 4%;
	height: 100px;
	z-index: 10;
}
.lf_btn_sp_close button,
.lf_btn_sp_menu button {
	border: none;
	background: none;
}
.lf_box_drawer {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 70px;
}
p.lf_drawer_ttl {
	margin: 0;
}
.lf_box_drawer p:nth-of-type(4) {
	border-bottom: 1px solid #777;
}
.lf_drawer_ttl a {
	display: block;
	padding: 10px 10px;
	background: url(../images/common/icon_arr01.png) no-repeat 95% center;
	background-size: 9px 5px;
	border-top: 1px solid #777;
	color: #fff;
}
.lf_drawer_ttl.lf_switchselected a.lf_tokyo {
	background: #e60027 url(../images/common/icon_arr02.png) no-repeat 95% center;
	background-size: 9px 5px;
}
.lf_drawer_ttl.lf_switchselected a.lf_osaka {
	background: #32ace3 url(../images/common/icon_arr02.png) no-repeat 95% center;
	background-size: 9px 5px;
}
.lf_drawer_ttl.lf_switchselected a.lf_yokohama {
	background: #109b81 url(../images/common/icon_arr02.png) no-repeat 95% center;
	background-size: 9px 5px;
}
ul.lf_list_sns_sp {
	padding: 10px 0 5px 15px;
	background: #333;
}
ul.lf_list_sns_sp li {
	display: inline;
}
ul.lf_list_sns_sp li a {
	display: inline-block;
	padding: 4px;
	background: #fff;
	border-radius: 3px;
}
ul.lf_list_sns_sp li a img {
	width: 30px;
}
.lf_box_drawer .lf_drawer_menu {
	background: #333;
}
.lf_box_drawer .lf_drawer_menu li {
	display: block;
	padding: 15px 15px 15px 30px;
	background: url(../images/common/icon_arr03.png) no-repeat 15px 20px;
	background-size: 10px 10px;
	border-bottom: 1px dotted #777;
	color: #fff;
}
.lf_box_drawer .lf_drawer_menu li:last-child {
	border-bottom: none;
}
.lf_box_drawer .lf_drawer_menu li a {
	color: #fff;
}
.lf_box_drawer .lf_drawer_menu .lf_drawer_menu_innerlist li {
	padding: 15px 0 0;
	background: none;
	border: none;
}
.lf_box_drawer .lf_drawer_menu2 li {
	padding: 10px 0 0 15px;
}
.lf_box_drawer .lf_drawer_menu2 li a {
	color: #ddd;
	font-size: 12px;
}

/* top page */
.lf_area_header_toppage {
	width: 100%;
	text-align: center;
}
.lf_area_header_toppage .lf_logo h1 {
	margin: 0;
	padding: 40px 0;
}
.lf_area_header_toppage .lf_logo img {
	width: 180px;
}

.lf_area_hallselect.lf_col3 {
	justify-content :flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	margin: 0;
	width: 100%;
}
.lf_area_hallselect.lf_col3 > div {
	margin: 0;
}
.lf_box_hall {
	position: relative;
	width: 100%;
	height: 450px;
	text-align: center;
}
.lf_box_hall a {
	display: block;
	width: 100%;
	height: 100%;
}
.lf_box_hall .lf_txt {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.lf_box_hall h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 42px;
	line-height: 1;
}
.lf_box_hall p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}
.lf_box_hall.lf_tokyo {
	width: 25%;
	background: url(../images/common/bbl_tokyo2.jpg) no-repeat center center;
	background-size: cover;
}
.lf_box_hall.lf_osaka {
	width: 25%;
	background: url(../images/common/bbl_osaka.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (min-width: 769px) {
.lf_box_hall.lf_osaka {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
}

.lf_box_hall.lf_hibiya {
	width: 25%;
	background: url(../images/common/bbl_hibiya.jpg) no-repeat center center;
	background-size: cover;
}
.lf_area_sponsor_toppage {
	max-width: 728px;
	padding: 60px 0;
	margin: 0 auto;
}

/* common */
.lf_area_header {
	width: 100%;
  min-width: 1024px;
	height: 120px;
}
.lf_area_header .lf_logo {
	float: left;
	padding: 30px 0 0;
}
.lf_area_header .lf_logo img.lf_bbl {
	width: 180px;
}
.lf_area_header .lf_logo img.lf_10th {
	width: 58px;
	margin-left: 5px;
}
.lf_area_sponsor {
	float: right;
	width: 100%;
	max-width: 728px;
	padding: 15px 0;
}
.lf_area_global {
	clear: both;
	width: 100%;
  min-width: 1024px;
	height: 48px;
	background: #000;
}
ul.lf_megamenu {
	display: none;
}
ul.lf_megamenu li {
	padding: 15px 0;
}
ul.lf_megamenu li a {
	display: block;
	margin: 0 65px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
/*ul.lf_megamenu li a.lf_megamenu_li_space {
	margin: 0 120px 0 0;
}*/

ul.lf_megamenu li a:hover {
	color: #888;
}

ul.lf_megamenu li a span.lf_megamenu_arr01 {
	padding-right: 20px;
	background: url(../images/common/icon_arr01.png) no-repeat right center;
	background-size: 9px 5px;
}
ul.lf_megamenu div.mm-item-content {
	width: 1120px;
  margin: 10px 0 0 -3px;
	padding: 0;
	position: absolute;
	z-index: 3000;
}
ul.lf_megamenu li:first-child div.mm-item-content {
	width: 1120px;
  margin: 10px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 3000;
}
.mm-content-base {
	overflow: hidden;
	width: 1120px;
	margin: 5px 0 0;
	padding: 20px 20px 30px;
	background: rgba(0,0,0,0.8);
	position: relative;
	 z-index: 3002;
}
.mm-js-shadow {
  position: absolute;
  z-index: 3001;
}
.lf_btn_login {
	position: relative;
	z-index: 4000;
	float: right;
	padding-top: 10px;
}
.lf_btn_login a {
	display: inline-block;
	padding: 3px 20px;
	background: #555;
	color: #ccc;
}
.lf_btn_login a:hover {
	background: #888;
}
.lf_btn_login a span {
	padding-left: 20px;
	background: url(../images/common/icon_login.png) no-repeat 0 center;
	background-size: 14px 14px;
}
.lf_box_megamenu {
	overflow: hidden;
}
.lf_global_hallname {
	padding: 2px 10px;
	color: #fff;
}
.lf_global_hallname.lf_tokyo {
	background: #e60027;
}
.lf_global_hallname.lf_osaka {
	background: #32ace3;
}
.lf_global_hallname.lf_yokohama {
	background: #109b81;
}
.lf_box_megamenu .lf_global_innerlist p a {
	margin: 0;
}
.lf_global_innerlist {
	float: left;
	width: 20%;
}
.lf_global_innerlist02 {
	float: left;
	width: 15%;
}
.lf_global_innerlist p, .lf_global_innerlist02 p {
	margin: 0 0 10px;
	padding-left: 15px;
	background: url(../images/common/icon_arr03.png) no-repeat 0 center;
	background-size: 10px 10px;
	color: #fff;
	font-size: 18px;
}
.lf_global_innerlist ul {
	margin: 0 0 10px;
	padding-left: 15px;
}
.lf_global_innerlist ul li {
	margin: 0 0 10px;
	padding: 0;
}
.lf_global_innerlist ul li a {
	margin: 0;
	color: #fff;
	font-size: 15px;
}
.lf_area_hallname {
	height: 70px;
}
.lf_area_hallname.lf_tokyo {
	background: url(../images/common/hallname_bg.jpg) no-repeat right center;
	background-size: 800px 150px ;
	border-bottom: 3px solid #e60027;
}
.lf_area_hallname.lf_osaka {
	background: url(../images/common/hallname_bg.jpg) no-repeat right center;
	background-size: 800px 150px ;
	border-bottom: 3px solid #32ace3;
}
.lf_area_hallname.lf_yokohama {
	border-bottom: 3px solid #109b81;
}
.lf_area_hallname .lf_info {
	overflow: hidden;
	float: left;
	padding: 12px 0 0;
}
.lf_area_hallname .lf_info p {
	float: left;
	margin-right: 10px;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
}
.lf_area_hallname.lf_tokyo .lf_info p a {
	color: #e60027;
}
.lf_area_hallname.lf_osaka .lf_info p a {
	color: #32ace3;
}
.lf_area_hallname.lf_yokohama .lf_info p a {
	color: #109b81;
}
.lf_area_hallname .lf_info h2 {
	float: left;
	padding-top: 6px;
	color: #888;
	font-size: 13px;
	font-weight: normal;
}
.lf_area_hallname .lf_tel {
	float: right;
  text-align: right;
}
.lf_area_hallname .lf_tel .lf_webres_bnr{
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 8px;
}
.lf_area_hallname .lf_tel .lf_webres_bnr a{
  display: block;
  background: url("../images/common/bnr_webres_pc.jpg") no-repeat;
  width: 200px;
  height: 51px;
}
.lf_area_hallname .lf_tel .lf_webres_bnr a:hover{
  opacity:.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.lf_area_hallname .lf_tel .lf_tel_right {
	width: 190px;
  display: inline-block;
  vertical-align: middle;
	padding-top: 10px;
}
ul.lf_list_sns {
	text-align: right;
}
ul.lf_list_sns li {
	display: inline;
}
ul.lf_list_sns li a {
	display: inline-block;
	padding: 2px 3px 3px;
	background: #000;
	border-radius: 3px;
	text-align: center;
}
ul.lf_list_sns li a img {
	width: 20px;
}
.lf_area_hallinfo {
	overflow: hidden;
	width: 100%;
	margin: 0 0 40px;
	padding: 20px;
	border: 1px solid #000;
}
.lf_area_hallinfo .lf_info {
	float: left;
}
.lf_area_hallinfo .lf_info dt {
	float: left;
	width: 160px;
}
.lf_area_hallinfo .lf_info dt img {
	width: 140px;
}
.lf_area_hallinfo .lf_info dd {
	float: left;
	width: calc(100% - 160px);
	font-size: 12px;
}
.lf_area_hallinfo .lf_tel {
	float: right;
	padding-top: 22px;
}
.lf_area_hallinfo .lf_tel span {
	padding-left: 40px;
	background: url(../images/common/icon_tel.png) no-repeat 10px center;
	background-size: 24px 24px;
	font-size: 32px;
	font-weight: bold;
	vertical-align: middle;
}
.lf_area_hallinfo .lf_info dd .lf_hallname {
	display: block;
	font-size: 26px;
	font-weight: bold;
}
.lf_area_hallinfo .lf_info dd .lf_hallname.lf_tokyo {
	color: #e60027;
}
.lf_area_hallinfo .lf_info dd .lf_hallname.lf_osaka {
	color: #32ace3;
}
.lf_area_hallinfo .lf_info dd .lf_hallname.lf_yokohama {
	color: #109b81;
}
.lf_area_hallinfo_btn {
	padding-top: 10px;
}
.lf_area_hallinfo_btn li {
	display: inline;
	margin: 0 5px 0 0;
}
.lf_area_hallinfo_btn li a {
	display: inline-block;
	padding: 3px 15px;
	background: #000;
	color: #fff;
	font-size: 11px;
}
.lf_area_hallinfo_btn li a span {
	padding-left: 15px;
	background: url(../images/common/icon_arr03.png) no-repeat 0 center;
	background-size: 10px 10px;
}
.lf_area_footer_nav {
	padding: 50px 0;
	background: #000;
	text-align: center;
}
.lf_area_footer_nav li {
	display: inline-block;
	padding: 0 20px;
}
.lf_area_footer_nav li a {
	color: #fff;
}
.lf_area_footer_nav li a:hover {
	opacity: 0.6;
}
.lf_footer_nav1 {
	margin: 0 0 20px;
}
.lf_footer_nav1 a {
	font-size: 18px;
}
.lf_area_footer_sponsor {
	padding: 25px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
.lf_area_footer_sponsor p {
	font-size: 12px;
}
.lf_area_footer_sponsor li {
	display: inline-block;
	padding: 0 15px;
}
.lf_area_footer_sponsor li.lf_sponsor1 img {width: 78px;}
.lf_area_footer_sponsor li.lf_sponsor2 img {width: 84px;}
.lf_area_footer_sponsor li.lf_sponsor3 img {width: 155px;}
.lf_area_footer_sponsor li.lf_sponsor4 img {width: 158px;}
.lf_area_footer_sponsor li.lf_sponsor5 img {width: 50px;}
.lf_area_footer_sponsor li.lf_sponsor6 img {width: 155px;}

.lf_area_footer_link {
	padding: 20px 0;
	background: #e5e5e5;
	text-align: center;
}
.lf_area_footer_link li {
	display: inline-block;
	padding: 0 15px;
}
.lf_area_footer_link li img {
	width: 111px;
}
.lf_area_footer_copyright {
	padding: 20px 0;
	background: #000;
	text-align: center;
}
.lf_area_footer_copyright p {
	margin: 0;
	color: #888;
	font-size: 11px;
}
.lf_pagetop {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 10;
}
.lf_pagetop .lf_go-top {
	padding: 12px 15px;
	background: #555;
	opacity: 0.8;
	border-radius: 3px;
}
.lf_pagetop a {
	color: #fff;
	text-decoration: none;
}
.lf_area_content {
	padding: 50px 0;
}

/* index */
.lf_area_mainimg {
	margin: 0 0 30px;
}
.lf_box_mainimg {
	overflow: hidden;
	width: 100%;
	max-height: 600px;
	background: #000;
}
.lf_box_mainimg .lf_photoarea {
	float: left;
	width: 62.5%;
}
.lf_box_mainimg .lf_txtarea {
	float: right;
	width: 37.5%;
	padding: 30px;
}
.lf_box_mainimg p {
	color: #fff;
}
.lf_box_mainimg .lf_txtarea p.lf_date {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: bold;
}
.lf_box_mainimg .lf_txtarea p.lf_genre {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #aaa;
	font-size: 12px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl1 {
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl3 {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 1.4;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl_e {
	margin: 0 0 30px;
	color: #888;
	font-size: 15px;
}
.lf_box_mainimg .lf_txtarea p.lf_date span.lf_tokyo {
	color: #e60027;
}
.lf_box_mainimg .lf_txtarea p.lf_date span.lf_osaka {
	color: #32ace3;
}
.lf_box_mainimg .lf_txtarea p.lf_date span.lf_yokohama {
	color: #109b81;
}
.lf_btn_schedule_toppage {
	margin: 0 0 50px;
	text-align: center;
}
.lf_btn_schedule_toppage a {
	display: block;
	width: 450px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 24px;
}
.lf_btn_schedule_toppage a span {
	padding-left: 40px;
	background: url(../images/common/icon_cal.png) no-repeat 0 center;
	background-size: 25px 25px;
}
.lf_area_cover01 {
	margin: 0 0 60px;
}
.lf_area_ttl_toppage {
	text-align: center;
}
.lf_area_ttl_toppage h2 {
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: normal;
}
.lf_area_todaysartist {
	float: left;
	width: 380px;
}
.lf_area_onsalesoon {
	float: right;
	width: calc(100% - 410px);
}
.lf_area_todaysartist .lf_ttl h2,
.lf_area_onsalesoon .lf_ttl h2 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: normal;
}
.lf_area_todaysartist dl {
	overflow: hidden;
	width: 100%;
}
.lf_area_todaysartist dt {
	float: left;
	width: 190px;
}
.lf_area_todaysartist dt img {
	width: 180px;
}
.lf_area_todaysartist dd {
	float: left;
	width: calc(100% - 190px);
}
.lf_area_todaysartist dd p:nth-of-type(1) {
	margin: 0 0 3px;
	font-weight: bold;
}
.lf_area_todaysartist dd p:nth-of-type(2) {
	margin: 0 0 3px;
	font-size: 11px;
}
.lf_area_todaysartist dd p:nth-of-type(3) {
	margin: 0 0 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.lf_area_todaysartist dd p:nth-of-type(4) {
	margin: 0 0 7px;
	color: #888;
	font-size: 11px;
}
.lf_area_todaysartist dd span.lf_tokyo {
	color: #e60027;
}
.lf_area_todaysartist dd span.lf_osaka {
	color: #32ace3;
}
.lf_area_todaysartist dd span.lf_yokohama {
	color: #109b81;
}
.lf_box_onsalesoon a {
	cursor: pointer;
}
.lf_box_onsalesoon .lf_photoarea {
	margin: 0 0 5px;
}
.lf_box_onsalesoon .lf_txtarea p:nth-of-type(1) {
	margin: 0 0 3px;
	font-weight: bold;
}
.lf_box_onsalesoon .lf_txtarea p:nth-of-type(2) {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	word-wrap: break-word;
}
.lf_box_onsalesoon .lf_txtarea p:nth-of-type(3) {
	margin: 0;
	font-size: 10px;
}
.lf_box_onsalesoon .lf_txtarea p:nth-of-type(3) span{
  display: inline-block;
  margin: 0 -0.3em;
}
.lf_box_onsalesoon .lf_txtarea span.lf_tokyo {
	color: #e60027;
}
.lf_box_onsalesoon .lf_txtarea span.lf_osaka {
	color: #32ace3;
}
.lf_box_onsalesoon .lf_txtarea span.lf_yokohama {
	color: #109b81;
}

.lf_area_onsalesoon .bx-wrapper .bx-prev {
  left: 3px;
	background: url(../images/common/slider_prev.png) no-repeat 0 center;
	background-size: 30px 30px;
}
.lf_area_onsalesoon .bx-wrapper .bx-prev:hover,
.lf_area_onsalesoon .bx-wrapper .bx-prev:focus {
	background: url(../images/common/slider_prev.png) no-repeat 0 center;
	background-size: 30px 30px;
	opacity: 0.6;
}
.lf_area_onsalesoon .bx-wrapper .bx-next {
  right: 3px;
	background: url(../images/common/slider_next.png) no-repeat 0 center;
	background-size: 30px 30px;
}
.lf_area_onsalesoon .bx-wrapper .bx-next:hover,
.lf_area_onsalesoon .bx-wrapper .bx-next:focus {
	background: url(../images/common/slider_next.png) no-repeat 0 center;
	background-size: 30px 30px;
	opacity: 0.6;
}
.lf_area_onsalesoon .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 20%;
	margin: 0;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 2001;
}

.lf_area_feature {
	padding: 50px 0;
	background: #eee;
}
.lf_slider_feature_cover {
	max-width: 820px;
	margin: 0 auto;
}
ul.lf_bx-pager_feature {
	display: table;
}
ul.lf_bx-pager_feature li {
	display: table-cell;
	width: 16%;
}
.lf_area_whatsnew {
	padding: 50px 0;
	background: #fff;
}
.lf_box_whatsnew {
	position: relative;
	background: #eee;
}
.lf_box_whatsnew .lf_txtarea {
	padding: 15px 15px 40px;
}
.lf_box_whatsnew .lf_txtarea .lf_date {
	margin: 0 0 5px;
	color: #555;
	font-size: 12px;
}
.lf_box_whatsnew .lf_txtarea .lf_date a {
	margin-left: 10px;
	padding: 2px 5px;
	background: #888;
	color: #fff;
	font-size: 10px;
}
.lf_box_whatsnew .lf_txtarea h3 {
	margin: 0;
	font-size: 14px;
}
.lf_box_whatsnew .lf_txtarea .lf_tw {
	position: absolute;
	right: 0;
	bottom: 0;
}
.lf_box_whatsnew .lf_txtarea .lf_tw a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
}
.lf_box_whatsnew .lf_txtarea .lf_tw a span {
	padding-left: 20px;
	background: url(../images/common/icon_social_tw_bk.png) no-repeat 0 center;
	background-size: 18px 18px;
}
.lf_area_notice {
	margin: 0 0 60px;
	padding: 50px 0;
	background: #eee;
}
.lf_area_notice dl {
	overflow: hidden;
	width: 100%;
}
.lf_area_notice dt {
	float: left;
	width: 115px;
}
.lf_area_notice dd {
	float: left;
	width: calc(100% - 115px);
	margin: 0 0 20px;
}
.lf_btnarea01 {
	text-align: center;
}
a.lf_btn01 {
	display: inline-block;
	padding: 5px 30px;
	background: #000;
	color: #fff;
}
a.lf_btn01 span {
	padding-left: 15px;
	background: url(../images/common/icon_arr03.png) no-repeat 0 center;
	background-size: 10px 10px;
}
a.lf_btn02 {
	display: inline-block;
	padding: 3px 15px;
	background: #000;
	color: #fff;
	font-size: 11px;
}
a.lf_btn02 span {
	padding-left: 15px;
	background: url(../images/common/icon_arr03.png) no-repeat 0 center;
	background-size: 10px 10px;
}
a.lf_btn03 {
	display: inline-block;
	padding: 5px 30px;
	color: #fff;
}
a.lf_btn03 span {
	padding-left: 15px;
	background: url(../images/common/icon_arr03.png) no-repeat 0 center;
	background-size: 10px 10px;
}
a.lf_btn03.lf_tokyo {
	background: #e60027;
}
a.lf_btn03.lf_osaka {
	background: #32ace3;
}
a.lf_btn03.lf_yokohama {
	background: #109b81;
}

/* subpage */
.lf_area_pagettl {
	background: #eee;
}
.lf_area_topicpath {
	background: #ddd;
}
.lf_area_topicpath ul {
	margin: 0;
	padding: 3px 0;
	list-style: none;
}
.lf_area_topicpath ul li {
	display: inline;
	font-size: 12px;
}
.lf_area_topicpath ul li a {
	margin-right: 5px;
	padding-right: 15px;
	background: url(../images/common/icon_arr04.gif) no-repeat 100% 50%;
}
.lf_area_pagettl .lf_pagettl {
	padding: 25px 0;
	text-align: center;
}
.lf_area_pagettl .lf_pagettl h2 {
	margin: 0;
	font-size: 28px;
}
.lf_area_pagettl .lf_pagettl h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.lf_area_subpage_cover {
	padding: 30px 0 60px;
}
.lf_box_centerleft {
	text-align: center;
}

/* schedule */
.lf_ttl_month {
	margin: 0 0 10px;
	font-size: 34px;
}
ul.lf_area_month {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 10px;
	background: #eee;
	border: 1px solid #ccc;
}
ul.lf_area_month li {
	display: table-cell;
	border-right: 1px solid #ccc;
	text-align: center;
}
ul.lf_area_month li:last-child {
	border-right: none;
}
ul.lf_area_month li a {
	display: block;
	padding: 10px 0;
	background: #fff;
	color: #999;
}
ul.lf_area_month li a:hover {
	background: #000;
	color: #fff;
}
ul.lf_area_month li.lf_now a {
	background: #000;
	color: #fff;
}
.lf_btn_month {
	text-align: right;
	margin: 0 0 20px;
}
.lf_btn_month li {
	display: inline;
}
.lf_btn_month li:nth-of-type(2) {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
}
.lf_btn_month li span.lf_left {
	padding-left: 18px;
	background: url(../images/common/icon_arr_left.png) no-repeat 0 0;
}
.lf_btn_month li span.lf_right {
	padding-right: 18px;
	background: url(../images/common/icon_arr_right.png) no-repeat right 0;
}
table.lf_tbl_schedule {
	margin: 0 0 40px;
}
table.lf_tbl_schedule tr {
	width: 100%;
	vertical-align: top;
}
table.lf_tbl_schedule tr:nth-child(odd) {
	background: #f7f7f7;
}
table.lf_tbl_schedule th {
	width: 40px;
	background: #000;
	font-size: 21px;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}
table.lf_tbl_schedule th.lf_off {
	background: #aaa;
}
table.lf_tbl_schedule th span.lf_youbi {
	display: block;
	margin: 0 0 10px;
	font-size: 10px;
}
table.lf_tbl_schedule th span.lf_day {
	color: #fff;
}
table.lf_tbl_schedule th span.lf_sat {
	color: #32ace3;
}
table.lf_tbl_schedule th span.lf_sun {
	color: #e60027;
}
table.lf_tbl_schedule th span.lf_holiday {
	color: #e60027;
}
table.lf_tbl_schedule td.lf_photoarea {
	width: 280px;
	padding: 20px 0 20px 20px;
	border-right: none;
}
table.lf_tbl_schedule td.lf_photoarea .lf_tw a {
	display: inline-block;
	padding: 5px 0;
	font-size: 12px;
}
table.lf_tbl_schedule td.lf_photoarea .lf_tw a span {
	padding-left: 20px;
	background: url(../images/common/icon_social_tw_bk.png) no-repeat 0 center;
	background-size: 18px 18px;
}
table.lf_tbl_schedule td.lf_txtarea {
	position: relative;
	padding: 20px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail {
	position: absolute;
	top: 0;
	right: 0;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail {
	letter-spacing: -.40em;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail li {
	display: inline;
	text-align: center;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail li a {
	display: inline-block;
	width: 100px;
	margin-left: 2px;
	padding: 8px 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.2;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail li a.lf_tokyo {
	background: #e60027;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail li a.lf_osaka {
	background: #32ace3;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail li a.lf_yokohama {
	background: #109b81;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl {
	width: calc(100% - 210px);
	margin: 0 0 20px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3 {
	margin: 0 0 5px;
	font-size: 24px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3 span {
	display: block;
	font-size: 15px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_tokyo,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_tokyo a {
	color: #e60027;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_osaka,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_osaka a {
	color: #32ace3;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_yokohama,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_yokohama a {
	color: #109b81;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_tokyo a:hover,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_tokyo a:hover span,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_osaka a:hover,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_osaka a:hover span,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_yokohama a:hover,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_yokohama a:hover span {
	opacity: 0.5;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl p:nth-of-type(1) {
	margin: 0 0 10px;
	font-size: 12px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl p:nth-of-type(2) {
	margin: 0;
	font-size: 14px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_list li {
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #aaa;
	font-size: 12px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_list li:last-child {
	border-bottom: none;
}
table.lf_tbl_schedule td.lf_txtarea ul.lf_liveinfo_cmp li,
table.lf_tbl_schedule td.lf_txtarea ul.lf_liveinfo_bnr li,
.lf_box_liveinfo .lf_liveinfo_bnr li {
	margin: 0 5px 5px 0;
	padding: 0;
	border: none;
}
/*
table.lf_tbl_schedule td.lf_txtarea ul.lf_liveinfo_bnr li img,
.lf_box_liveinfo .lf_liveinfo_bnr li img {
	max-width: 200px;
}
*/
table.lf_tbl_schedule td.lf_txtarea ul.lf_liveinfo_cmp li img,
.lf_box_liveinfo .lf_liveinfo_cmp li img {
	width: 110px;
}

table.lf_tbl_schedule td.lf_txtarea .lf_btn_liveinfo_list {
	width: 300px;
	height: 20px;
	margin: 0 0 10px;
	background: #ccc url(../images/common/icon_arr06.png) no-repeat center center;
	background-size: 9px 5px;
	cursor: pointer
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_liveinfo_list:hover {
	background: #aaa url(../images/common/icon_arr06.png) no-repeat center center;
	background-size: 9px 5px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_liveinfo_list.lf_switchselected {
	width: 300px;
	height: 20px;
	margin: 0 0 10px;
	background: #ccc url(../images/common/icon_arr08.png) no-repeat center center;
	background-size: 9px 5px;
	cursor: pointer
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_liveinfo_list.lf_switchselected:hover {
	background: #aaa url(../images/common/icon_arr08.png) no-repeat center center;
	background-size: 9px 5px;
}

table.lf_tbl_schedule td.lf_txtarea2 {
	text-align: left;
	vertical-align: middle;
}
table.lf_tbl_schedule td.lf_txtarea2 p {
	margin: 0;
}
.lf_liveinfo_sound li {
	margin: 0 5px 5px 0;
	padding: 0;
	border: none;
}
.lf_liveinfo_sound li img {
	width: 110px;
}
dl.lf_liveinfo_cmp {
	overflow: hidden;
	margin: 0 0 10px;
}
dl.lf_liveinfo_cmp dt {
	float: left;
	width: 120px;
}
dl.lf_liveinfo_cmp dt img {
	width: 110px;
}
dl.lf_liveinfo_cmp dd {
	float: left;
	width: calc(100% - 120px);
	padding: 3px 0 0;
	font-size: 12px;
}
p.lf_comment_schedule_pc {
	margin: 0 0 10px;
	font-size: 12px;
}
p.lf_comment_schedule_pc span.lf_tokyo,
.lf_liveinfo_list span.lf_tokyo,
.lf_box_liveinfo span.lf_tokyo {
	color: #e60027;
}
p.lf_comment_schedule_pc span.lf_osaka,
.lf_liveinfo_list span.lf_osaka,
.lf_box_liveinfo span.lf_osaka {
	color: #32ace3;
}
p.lf_comment_schedule_pc span.lf_yokohama,
.lf_liveinfo_list span.lf_yokohama,
.lf_box_liveinfo span.lf_yokohama {
	color: #109b81;
}
a.lf_linkstyle {
	color: #866f1d;
	text-decoration: underline;
}
a:hover.lf_linkstyle {
	color: #c4a458;
	text-decoration: underline;
}
.lf_contents {
	float: left;
	width: calc(100% - 270px);
}
.lf_sidebar {
	float: right;
	width: 240px;
}
.lf_area_liveinfo {
	overflow: hidden;
	width: 100%;
	margin: 0 0 30px;
}
.lf_area_liveinfo .lf_ttl h3 {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 2px solid #000;
	font-size: 24px;
}
.lf_area_liveinfo .lf_photoarea {
	float: left;
	width: 49%;
}
.lf_area_liveinfo .lf_txtarea {
	position: relative;
	float: right;
	width: 49%;
}
ul.lf_bx-pager_liveinfo {
	display: table;
}
ul.lf_bx-pager_liveinfo li {
	display: table-cell;
	width: 25%;
}
ul.lf_bx-pager_liveinfo li img {
	vertical-align: top;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_sns {
	width: 100%;
}
.lf_liveinfo_sns .lf_list_sns2 {
	padding: 0 0 15px;
	text-align: right;
}
.lf_liveinfo_sns .lf_list_sns2 li {
	position: relative;
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	margin: 0 0 0 5px;
}
.lf_liveinfo_sns .lf_list_sns2 li .twitter-share-buttoon iframe{
	padding-left: 11px;
}
.lf_liveinfo_sns .lf_list_sns2 li .fb-like {
	position: relative;
}
.lf_liveinfo_sns .lf_list_sns2 li a img {
	width: 24px;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl {
	width: 100%;
	margin: 0 0 20px;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl h3,
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl h3 {
	margin: 0 0 5px;
	font-size: 24px;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl h3 span,
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl h3 span {
	display: block;
	font-size: 15px;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_tokyo,
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_tokyo {
	color: #e60027;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_osaka,
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_osaka {
	color: #32ace3;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_yokohama,
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_yokohama {
	color: #109b81;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl p:nth-of-type(1),
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl p:nth-of-type(1) {
	margin: 0 0 10px;
	font-size: 12px;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl p:nth-of-type(2) {
	margin: 0;
	font-size: 14px;
}
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl p:nth-of-type(2) {
	margin: 0 0 20px;
	font-size: 14px;
}
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl p:nth-of-type(3) {
	margin: 0;
	font-size: 14px;
}
.lf_modal_liveinfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 900px;
}
.lf_modal_liveinfo .lf_photoarea {
	float: left;
	width: 260px;
	margin-bottom: 15px;
}
.lf_modal_liveinfo .lf_photoarea img {
	width: 240px;
}
.lf_modal_liveinfo .lf_txtarea {
	float: right;
	width: calc(100% - 260px);
	margin: 0 0 20px;
}

.lf_box_liveinfo {
	margin: 0 0 30px;
}
.lf_box_liveinfo .lf_openstart p {
	margin: 0;
}
.lf_box_liveinfo h4 {
	margin: 0 0 10px;
	padding: 5px 0 5px 20px;
	background: #eee url(../images/common/icon_arr07.png) no-repeat 10px center;
	background-size: 5px 9px;
	color: #555;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
}
table.lf_tbl_unsoldseat {
	width: 100%;
	margin: 0 0 10px;
}
table.lf_tbl_unsoldseat th,
table.lf_tbl_unsoldseat td {
	width: 8%;
	padding: 10px 5px;
	text-align: center;
}
table.lf_tbl_unsoldseat th {
	background: #eee;
}
table.lf_tbl_unsoldseat td {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
table.lf_tbl_unsoldseat td.lf_check {
	padding: 0;
	width: 12%;
  position: relative;
	background: #fdf7cb;
}
table.lf_tbl_unsoldseat td.lf_check label {
	display: block;
	padding: 10px 0;
	background: #fdf7cb;
	cursor: pointer;
	transition: 0.2s ease-out;
}
table.lf_tbl_unsoldseat td.lf_check label:hover {
	background: #fff5a9;
}
table.lf_tbl_unsoldseat td.lf_check label.checked {
	color: #ff4900;
	background: #ffd6a0;
}
table.lf_tbl_unsoldseat thead th {
	padding: 5px;
	background: #555;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}
.lf_area_unsoldseat {
	position: relative;
	margin: 0 0 30px;
}
.lf_txtarea_unsoldseat {
	width: calc(100% - 280px);
}
.lf_txtarea_unsoldseat p {
	font-size: 12px;
}
.lf_btnarea_unsoldseat {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
}
.lf_btnarea_unsoldseat button {
	display: inline-block;
	width: 240px;
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.lf_btnarea_unsoldseat button.lf_tokyo {
	background: #e60027;
}
.lf_btnarea_unsoldseat button.lf_osaka {
	background: #32ace3;
}
.lf_btnarea_unsoldseat button.lf_yokohama {
	background: #109b81;
}
.lf_btnarea_unsoldseat button.lf_soldout {
    background: #ddd;
    color: #333;
}
span.lf_error {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
}
.lf_telarea_unsoldseat {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px 0;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	text-align: center;
}
.lf_telarea_unsoldseat_sp {
	padding: 20px 0 0;
	text-align: center;
	vertical-align: middle;
}
.lf_telarea_unsoldseat_sp a {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
}
.lf_telarea_unsoldseat span,
.lf_telarea_unsoldseat_sp a span {
	margin-left: 10px;
	padding-left: 24px;
	background: url(../images/common/icon_tel.png) no-repeat 0 center;
	background-size: 18px 18px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: -3px;
}
.lf_list_release {
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}
.lf_list_release dt {
	float: left;
	width: 200px;
}
.lf_list_release dt img {
	width: 180px;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.lf_list_release dd {
	float: left;
	width: calc(100% - 200px);
}
.lf_sidebar_tel {
	display: block;
	margin: 0 0 20px;
	padding: 15px 0;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	text-align: center;
}
.lf_sidebar_tel_sp {
	margin: 0 0 20px;
	text-align: center;
}
.lf_sidebar_tel_sp a {
	display: block;
	padding: 15px 0;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
}
.lf_sidebar_tel span,
.lf_sidebar_tel_sp a span {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/common/icon_tel.png) no-repeat 0 center;
	background-size: 18px 18px;
	font-size: 24px;
	font-weight: bold;
}
.lf_area_recommended {
	width: 100%;
}
.lf_area_recommended .lf_ttl h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: normal;
}
.lf_area_recommended .lf_box_recommended {
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
.lf_area_recommended .lf_box_recommended a {
	display: block;
	cursor: pointer;
}
.lf_area_recommended .lf_box_recommended .lf_photoarea {
	float: left;
	width: 100px;
}
.lf_area_recommended .lf_box_recommended .lf_photoarea img {
	width: 90px;
}
.lf_area_recommended .lf_box_recommended .lf_txtarea {
	float: left;
	width: 140px;
}
.lf_box_recommended .lf_txtarea p:nth-of-type(1) {
	margin: 0 0 3px;
	font-weight: bold;
}
.lf_box_recommended .lf_txtarea p:nth-of-type(2) {
	margin: 0 0 5px;
	font-weight: bold;
	line-height: 1.2;
}
.lf_box_recommended .lf_txtarea span.lf_tokyo {
	color: #e60027;
}
.lf_box_recommended .lf_txtarea span.lf_osaka {
	color: #32ace3;
}
.lf_box_recommended .lf_txtarea span.lf_yokohama {
	color: #109b81;
}

/* food */
.lf_nav_food {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	margin: 0 0 30px;
}
.lf_nav_food li {
	width: 19.5%;
	border: 1px solid #aaa;
	border-radius: 3px;
	text-align: center;
}
.lf_nav_food li a {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.lf_nav_food li a:hover {
	background: #000;
	color: #fff;
}
.lf_foodpath {
	margin: 0 0 10px;
}
.lf_foodpath li {
	display: inline;
}
.lf_foodpath li a {
	padding: 0 20px;
	background: url(../images/common/icon_arr_down.png) no-repeat 0 0;
	font-size: 12px;
}
.lf_area_food {
	position: relative;
	padding: 40px;
	background: #f5f4ed;
	border-top: 8px solid #e8e6d6;
}
.lf_area_food_course {
	position: relative;
	padding: 40px;
	background: #000;
	border-top: 8px solid #555;
}
.lf_area_food h3 {
	margin: 0 0 30px;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
}
.lf_area_food h3 span {
	display: block;
	color: #988558;
	font-size: 15px;
}
.lf_area_food_course h3 {
	margin: 0 0 30px;
/*	padding-left: 70px;
	background: url(/membersarea/fooddrink/images/10th_wh.png) no-repeat 0 0;
	background-size: 60px 60px;*/
	color: #fff;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
}
.lf_area_food_course h3 span {
	display: block;
	color: #988558;
	font-size: 15px;
}
.lf_area_price_course {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 15px 30px;
	border: 1px solid #aaa;
	font-size: 18px;
}
.lf_area_price_course span.lf_price {
	color: #fff;
	font-size: 21px;
}
.lf_area_food_course p {
	color: #fff;
}
.lf_food_menulist_course {
	overflow: hidden;
	width: 100%;
}
.lf_food_menulist_course dt {
	width: 100%;
	margin: 0 0 5px;
	color: #988558;
}
.lf_food_menulist_course dd {
	width: 100%;
	margin: 0 0 20px;
	color: #fff;
	font-size: 15px;
}
.lf_food_menulist_comment {
	list-style: disc;
	padding: 15px 0 0 20px;
	border-top: 1px solid #888;
}
.lf_food_menulist_comment li {
	margin-bottom: 5px;
	color: #888;
	font-size: 12px;
}
.lf_box_food_reco img {
	margin: 0 0 5px;
}
.lf_box_food_reco h4 {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}
.lf_box_food_reco h4 span {
	font-size: 13px;
}
.lf_box_food_reco p.lf_cap {
	margin: 0 0 5px;
	color: #988558;
	font-size: 11px;
	line-height: 1.2;
}
.lf_box_food_reco p.lf_price {
	margin: 0;
	font-size: 16px;
	text-align: right;
}

.lf_col2_foodimg,
.lf_col2_drinklist {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
}
.lf_col2_foodimg > div {
	width: 49%;
	margin: 0 0 20px;
}
.lf_col2_drinklist > div {
	width: 47%;
	margin: 0 0 20px;
}
.lf_food_menulist {
	overflow: hidden;
	width: 100%;
}
.lf_food_menulist dt {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
	padding-left: 35px;
}
.lf_food_menulist dt.lf_10th {
	background: url(/membersarea/fooddrink/images/10th.png) no-repeat 0 0;
	background-size: 30px 30px;
}
.lf_food_menulist dd {
	float: left;
	width: 120px;
	font-size: 15px;
	text-align: right;
}
.lf_food_menulist dt p:nth-of-type(1) {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 1.2;
}
.lf_food_menulist dt p:nth-of-type(1) span {
	font-size: 13px;
}
.lf_food_menulist dt p:nth-of-type(1) span.lf_num {
	margin-left: 5px;
	font-size: 11px;
}
.lf_food_menulist dt p:nth-of-type(2) {
	margin: 0;
	color: #988558;
	font-size: 11px;
	line-height: 1.2;
}
.lf_area_price_plan {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 15px 30px;
	border: 1px solid #aaa;
	font-size: 18px;
}
.lf_area_price_plan span.lf_price {
	font-size: 21px;
}
.lf_area_price_plan span.lf_cap {
	display: block;
	font-size: 11px;
}
.lf_area_food .lf_ttl_plan {
	margin: 0 0 15px;
	padding: 5px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	font-size: 21px;
}
.lf_area_food .lf_ttl_plan span {
	margin: 0 10px 0 0;
	font-weight: bold;
}
.lf_box_food_plan p {
	margin: 0 0 10px;
}
.lf_box_food_plan li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 5px;
	background-size: 5px 9px;
}
h4.lf_ttl_drink {
	padding: 5px 15px;
	background: #988558;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
p.lf_ttl_drink_cat {
	margin: 0 0 10px;
	color: #67412a;
	font-size: 18px;
	font-weight: bold;
}
.lf_food_drinklist {
	overflow: hidden;
	width: 100%;
}
.lf_food_drinklist dt {
	float: left;
	width: calc(100% - 80px);
	margin: 0 0 20px;
}
.lf_food_drinklist dd {
	float: left;
	width: 80px;
	font-size: 15px;
	text-align: right;
}
.lf_food_drinklist dt p:nth-of-type(1),
.lf_food_drinklist2 dt p:nth-of-type(1) {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 1.2;
}
.lf_food_drinklist dt p:nth-of-type(1) span,
.lf_food_drinklist2 dt p:nth-of-type(1) span {
	font-size: 13px;
}
.lf_food_drinklist dt p:nth-of-type(2),
.lf_food_drinklist2 dt p:nth-of-type(2) {
	margin: 0;
	color: #988558;
	font-size: 11px;
	line-height: 1.2;
}
.lf_food_drinklist2 dt {
	width: 100%;
	margin: 0 0 10px;
}
.lf_food_drinklist2 dd {
	width: 100%;
	margin: 0 0 20px;
	font-size: 15px;
	text-align: right;
}
.lf_food_10th {
	margin: 0 0 50px;
	text-align: center;
}
.lf_food_10th .lf_photoarea {
	width: 120px;
	margin: 0 auto 30px;
}
.lf_food_10th .lf_photoarea img {
	width: 120px;
}
.lf_food_10th .lf_txtarea p {
	font-size: 16px;
}
.lf_food_10th .lf_txtarea p span:before {
	content: url(/membersarea/fooddrink/images/10th_small.png);
}
.lf_box_food_plan_osaka p {
	margin: 0 0 10px;
}
.lf_box_food_plan_osaka ul {
	margin: 0 0 10px;
}
.lf_box_food_plan_osaka li {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 5px;
	background-size: 5px 9px;
}
.lf_box_food_plan_osaka .lf_ttl {
	margin: 0 0 10px;
	padding: 3px 10px;
	background: #e8e6d6;
	color: #988558;
	font-size: 14px;
	font-weight: normal;
}
.lf_box_food_plan_wineimg {
	float: right;
	width: 80px;
}

.lf_box_food_plan_wine {
	padding-right: 100px;
}
.lf_box_food_plan_wine p:nth-of-type(1) {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.lf_box_food_plan_wine p:nth-of-type(1) span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.lf_box_food_plan_wine p:nth-of-type(2) {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #aaa;
	font-size: 10px;
}
.lf_box_food_plan_wine p:nth-of-type(3) {
	margin: 0 0 10px;
	font-size: 12px;
}
.lf_food_menulist_coursettl_osaka,
.lf_food_menulist_course_osaka {
	overflow: hidden;
	width: 100%;
}
.lf_food_menulist_coursettl_osaka dt {
	float: left;
	width: calc(100% - 80px);
	margin: 0 0 20px;
	color: #fff;
}
.lf_food_menulist_coursettl_osaka dt span.lf_name {
	font-size: 21px;
}
.lf_food_menulist_coursettl_osaka dt span.lf_sub {
	display: block;
	margin: 0 0 10px;
	color: #988558;
	font-size: 12px;
}
.lf_food_menulist_coursettl_osaka dd {
	float: left;
	width: 80px;
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
	text-align: right;
}
.lf_food_menulist_course_osaka dt {
	float: left;
	width: 80px;
	margin: 0 0 10px;
	color: #988558;
	font-size: 12px;
}
.lf_food_menulist_course_osaka dd {
	float: left;
	width: calc(100% - 80px);
	margin: 0 0 10px;
	color: #fff;
}
.lf_food_menulist_osaka {
	overflow: hidden;
	width: 100%;
}
.lf_food_menulist_osaka dt {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.lf_food_menulist_osaka dd {
	float: left;
	width: 120px;
	font-size: 15px;
	text-align: right;
}
.lf_food_menulist_osaka dt p:nth-of-type(1) {
	margin: 0 0 5px;
	font-size: 17px;
	line-height: 1.2;
}
.lf_food_menulist_osaka dt p:nth-of-type(1) span {
	font-size: 13px;
}
.lf_food_menulist_osaka dt p:nth-of-type(1) span.lf_num {
	margin-left: 5px;
	font-size: 11px;
}
.lf_food_menulist_osaka dt p:nth-of-type(2) {
	margin: 0;
	color: #988558;
	font-size: 11px;
	line-height: 1.2;
}

/* rental */
.lf_mainttl_rental {
	margin: 0 0 50px;
	background: #000;
}
.lf_mainttl_rental .lf_mainttl_rental_txt {
	width: 50%;
	margin: 0;
}
.lf_mainttl_rental .lf_mainttl_rental_photo {
	width: 50%;
	margin: 0;
}
.lf_mainttl_rental .lf_mainttl_rental_txt .lf_ttl {
	padding: 24% 0 0 30px;
	color: #fff;
}
.lf_mainttl_rental .lf_mainttl_rental_txt .lf_ttl p {
	font-size: 16px;
}
.lf_mainttl_rental .lf_mainttl_rental_txt .lf_ttl p span {
	display: block;
	font-size: 28px;
}
.lf_box_rental img {
	margin: 0 0 10px;
}
.lf_box_rental h4 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 1.2;
}
.lf_box_rental p.lf_cap {
	margin: 0 0 5px;
	color: #988558;
	font-size: 11px;
	line-height: 1.2;
}
.lf_info_rental {
	text-align: center;
}
.lf_info_rental div {
	margin: 0 0 30px;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.lf_info_rental div p {
	margin: 0;
}

/* information */
h4.lf_clubinfo_ttl {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	font-size: 21px;
	font-weight: normal;
}
.lf_clubinfo_list dt {
	margin: 0 0 5px;
	color: #988558;
	font-size: 16px;
}
.lf_clubinfo_list dd {
	margin: 0 0 20px;
}
.lf_clubinfo_floormap {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
.lf_clubinfo_floormap img {
	max-width: 730px;
}
table.lf_tbl_clubinfo th {
	width: 25%;
}
table.lf_tbl_clubinfo td {
	width: 75%;
}
table.lf_tbl_clubinfo thead th {
	padding: 3px 10px;
	background: #ddd;
}
table.lf_tbl_clubinfo span.lf_seat01 {
	color: #ed4627;
}
table.lf_tbl_clubinfo span.lf_seat02 {
	color: #ef6fa6;
}
table.lf_tbl_clubinfo span.lf_seat03 {
	color: #00a0e7;
}
table.lf_tbl_clubinfo span.lf_seat04 {
	color: #fff501;
}
table.lf_tbl_clubinfo span.lf_seat05 {
	color: #ef8b01;
}
table.lf_tbl_clubinfo span.lf_seat06 {
	color: #90c622;
}
table.lf_tbl_clubinfo span.lf_seat07 {
	color: #8577a5;
}
.lf_clubinfo_list span.lf_tel {
	display: block;
	padding-left: 24px;
	background: url(../images/common/icon_tel.png) no-repeat 0 center;
	background-size: 18px 18px;
	font-size: 24px;
	font-weight: bold;
}
.lf_clubinfo_list div.lf_tel_sp {
	margin: 0 0 5px;
	text-align: center;
}
.lf_clubinfo_list div.lf_tel_sp a {
	display: block;
	padding: 10px 0;
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
}
.lf_clubinfo_list div.lf_tel_sp a span {
	display: inline-block;
	padding-left: 24px;
	background: url(../images/common/icon_tel.png) no-repeat 0 center;
	background-size: 18px 18px;
	font-size: 24px;
	font-weight: bold;
}
.lf_clubinfo_flash {
	margin-bottom: 60px;
}

/* recruit */
.lf_box_recruit_top div {
	padding: 10px;
	text-align: center;
	background: #000;
	color: #fff;
}
.lf_recruit_ttl {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
}
.lf_box_recruit {
	padding: 30px;
	background: #eee;
}
.lf_box_recruit dl {
	overflow: hidden;
}
.lf_box_recruit dt {
	float: left;
	width: 120px;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 5px;
	background-size: 5px 9px;
}
.lf_box_recruit dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 20px;
}
.lf_box_recruit dt:last-child,
.lf_box_recruit dd:last-child {
	margin: 0;
}
.lf_box_recruit_foot {
	padding: 10px 30px;
	background: #ddd;
}

/* reservation */
.lf_reservation_ttl {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
}
.lf_reservation_ttl span {
	margin-left: 10px;
	font-size: 15px;
}
.lf_reservation_ttl2 {
	margin: 0 0 5px;
	color: #988558;
	font-size: 16px;
	font-weight: bold;
}
.lf_box_reservation {
	padding: 30px;
	background: #eee;
}
.lf_box_reservation .lf_reserve_ttl {
	width: 240px;
	font-size: 16px;
}
.lf_box_reservation .lf_reserve_ttl span {
	display: inline-block;
	padding: 15px 0 15px 50px;
}
.lf_box_reservation .lf_reserve_ttl span.lf_tel {
	background: url(../../reservation/images/icon_tel.png) no-repeat 0 center;
	background-size: 40px 40px;
}
.lf_box_reservation .lf_reserve_ttl span.lf_web {
	background: url(../../reservation/images/icon_web.png) no-repeat 0 center;
	background-size: 40px 40px;
}
.lf_box_reservation .lf_reserve_ttl span.lf_shop {
	background: url(../../reservation/images/icon_shop.png) no-repeat 0 center;
	background-size: 40px 40px;
}
.lf_box_reservation .lf_reserve_cont {
	width: calc(100% - 240px);
}
.lf_reserve_line {
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.lf_reserve_attention li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 5px;
	background-size: 5px 9px;
}

/* privacy */
.lf_box_privacy {
	width: 100%;
	height: 400px;
	padding: 30px;
	overflow: auto;
	border: 1px solid #aaa;
}
ol.lf_privacy_first {
	padding-left: 20px;
	list-style-type: decimal
}
ol.lf_privacy_first li {
	margin-bottom: 15px;
}
ul.lf_privacy_second {
	padding-left: 0;
	list-style-type: none;
}
ul.lf_privacy_third {
	padding-left: 30px;
	list-style-type: lower-roman;
}
ul.lf_privacy_second li,
ul.lf_privacy_third li {
	margin-bottom: 5px;
}

/* sitemap */
.lf_sitemap {
	margin: 0 0 40px;
}
.lf_sitemap ul {
	width: 49%;
}
.lf_sitemap li {
	margin: 0 0 10px;
}
.lf_sitemap a {
	padding: 0 0 0 10px;
	background: url(../images/common/icon_arr05.png) no-repeat 0 2px;
	background-size: 5px 9px;
}

/* contact */
.lf_btn_contact {
	display: inline-block;
	width: 150px;
	padding: 5px 0;
	background: #000;
	color: #fff;
	text-align: center;
}

/* cafe */
.lf_cafe_cover {
	padding: 0 0 60px;
}
.lf_wrap_cafe,
.lf_wrap_cafe2 {
	width: 1100px;
	margin: 0 auto;
}
.lf_effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 2s;
	-moz-transition: 2s;
	-webkit-transition: 2s;
	-o-transition: 2s;
	-ms-transition: 2s;
	transform: translate(0,-40px); 
	-moz-transform: translate(0,-40px);
	-webkit-transform: translate(0,-40px); 
	-o-transform: translate(0,-40px);
	-ms-transform: translate(0,-40px);
}
.lf_effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0); 
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
.lf_cafe_txtarea1 {
	padding: 60px 0;
	text-align: center;
}
.lf_cafe_txtarea1 p,
.lf_cafe_txtarea2 p {
	margin: 0;
	font-size: 21px;
}
.lf_cafe_txtarea2 {
	padding: 60px 0;
	background: #eee;
	text-align: center;
}
.lf_cafe_feature {
	position: relative;
	width: 100%;
	height: 1650px;
	margin: 0 0 60px;
	background: url(../../cafe/images/interior.jpg) no-repeat center top;
	background-size: cover;
}
.lf_cafe_feature a img.lf_target {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transform: rotateZ(00deg);
	-moz-transform: rotateZ(00deg);
	-webkit-transform: rotateZ(00deg);
	-o-transform: rotateZ(00deg);
	-ms-transform: rotateZ(00deg);
}
.lf_cafe_feature a:hover img.lf_target {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
}

.lf_cafe_feature_sound {
	position: absolute;
	top: 10%;
	left: 15%;
	width: 300px;
}
.lf_cafe_feature_terrace {
	position: absolute;
	top: 15%;
	right: 15%;
	width: 300px;
}
.lf_cafe_feature_room {
	position: absolute;
	top: 40%;
	left: 15%;
	width: 300px;
}
.lf_cafe_feature_food {
	position: absolute;
	top: 45%;
	right: 15%;
	width: 300px;
}
.lf_cafe_feature_events {
	position: absolute;
	top: 70%;
	left: 15%;
	width: 300px;
}
.lf_cafe_feature_shop {
	position: absolute;
	top: 75%;
	right: 15%;
	width: 300px;
}
.lf_cafe_detail_modal {
	width: 500px;
	padding: 20px;
}
.lf_cafe_detail_modal div {
	text-align: center;
}
.lf_cafe_detail_modal div img {
	width: 120px;
	margin: 0 0 20px;
}
.lf_cafe_detail_modal h2 {
	font-size: 24px;
}
.lf_cafe_detail {
	margin: 0 0 60px;
}
.lf_cafe_detail .lf_col2 > div {
	width: 49%;
	margin: 0 0 40px;
}
.lf_cafe_detail .lf_box {
	overflow: hidden;
}
.lf_cafe_detail .lf_box img {
	float: left;
	width: 120px;
}
.lf_cafe_detail .lf_box h2 {
	float: right;
	width: calc(100% - 150px);
	font-size: 24px;
}


/* Responsive
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {

.lf_btn_sp_menu,
.lf_area_hallinfo_tel_sp,
.lf_area_hallinfo .lf_info dd br,
.lf_area_subpage_cover .lf_area_month_sp,
.lf_btn_unsoldseat_sp,
.lf_comment_sp,
.lf_telarea_unsoldseat br,
.lf_telarea_unsoldseat_sp,
.lf_sidebar_tel_sp,
.lf_clubinfo_list div.lf_tel_sp {
	display: none;
}

}

@media screen and (min-width: 1119px) and (max-width: 1240px) {

.lf_wrap_global {
	width: 92%;
}
ul.lf_megamenu div.mm-item-content {
	width: 98%;
	margin: 10px 0 0 3%;
}
ul.lf_megamenu li:first-child div.mm-item-content {
	width: 98%;
	margin: 10px 0 0 3%;
}
.mm-content-base {
	width: 100%;
}

}

@media screen and (min-width: 769px) and (max-width: 1120px) {

.lf_area_hallinfo .lf_tel,
.lf_area_hallname .lf_info h2 {
	display: none;
}
.lf_wrap_header {
	width: 92%;
	height: auto;
}
.lf_area_header {
	height: auto;
}
.lf_area_header .lf_logo {
	overflow: hidden;
	float: left;
	width: 26%;
	padding: 30px 0;
}
.lf_area_header .lf_logo img.lf_bbl {
	float: left;
	width: 74%;
}
.lf_area_header .lf_logo img.lf_10th {
	float: right;
	width: 23%;
	margin-left: 0
}
.lf_area_sponsor {
	float: right;
	width: 72%;
	max-width: 728px;
	padding: 15px 0;
}
.lf_wrap_global {
	width: 100%;
}
.lf_btn_login {
	padding: 10px 4% 0 0;
}
ul.lf_megamenu li:first-child {
	padding-left: 4%;
}
ul.lf_megamenu div.mm-item-content {
	width: 100%;
	margin: 10px 0 0 -3px;
}
ul.lf_megamenu li:first-child div.mm-item-content {
	width: 100%;
	margin: 10px 0 0 -3px;
}
.mm-content-base {
	width: 100%;
}
ul.lf_megamenu li .lf_box_megamenu .lf_global_innerlist li:first-child {
	padding-left: 0;
}
.lf_area_hallinfo_tel_sp {
	display: block;
	padding: 10px 0 0;
}
.lf_area_hallinfo_tel_sp a {
	color: #000;
}
.lf_area_hallinfo_tel_sp span {
	display: block;
	padding-left: 30px;
	background: url(../images/common/icon_tel.png) no-repeat 0 center;
	background-size: 24px 24px;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
}
.lf_box_mainimg .lf_txtarea {
	padding: 20px;
}
.lf_box_mainimg .lf_txtarea p.lf_date {
	font-size: 21px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl1 {
	font-size: 21px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl2 {
	font-size: 16px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl3 {
	font-size: 16px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl_e {
	margin: 0 0 20px;
	font-size: 13px;
}

/* cafe */
.lf_wrap_cafe {
	width: 92%;
	margin: 0 auto;
}
.lf_wrap_cafe2 {
	width: 100%;
	margin: 0 auto;
}
.lf_cafe_feature {
	position: relative;
	width: 769px;
	height: 1154px;
	margin: 0 auto 60px;
}
.lf_cafe_feature_sound {
	position: absolute;
	top: 5%;
	left: 10%;
	width: 280px;
}
.lf_cafe_feature_terrace {
	position: absolute;
	top: 10%;
	right: 10%;
	width: 280px;
}
.lf_cafe_feature_room {
	position: absolute;
	top: 35%;
	left: 10%;
	width: 280px;
}
.lf_cafe_feature_food {
	position: absolute;
	top: 40%;
	right: 10%;
	width: 280px;
}
.lf_cafe_feature_events {
	position: absolute;
	top: 65%;
	left: 10%;
	width: 280px;
}
.lf_cafe_feature_shop {
	position: absolute;
	top: 70%;
	right: 10%;
	width: 280px;
}

}


@media screen and (max-width: 768px) {

/* top page */
.lf_area_hallselect.lf_col3 > div {
	width: 100%;
}
.lf_box_hall {
	width: 100%;
	height: 240px;
	border-bottom: 2px solid #fff;
}
.lf_area_hallselect div.lf_box_hall:nth-of-type(1),
.lf_area_hallselect div.lf_box_hall:nth-of-type(2) {
	border-right: none;
}
.lf_box_hall h2 {
	font-size: 34px;
}
.lf_area_sponsor_top {
	padding: 3%;
}

/* common */
.lf_area_global,
.lf_area_hallname .lf_tel .lf_tel_right,
.lf_area_hallinfo .lf_tel{
	display: none;
}
.lf_wrap_header {
	width: 100%;
	border-bottom: 2px solid #000;
}
.lf_area_header {
	height: auto;
  min-width: 100%;
}

.lf_area_header .lf_logo {
	float: none;
	padding: 20px 0 0 3%;
}
.lf_area_header .lf_logo img {
	width: 160px;
}
.lf_area_hallname .lf_tel{
  line-height: 0;
  font-size: 0;
}
.lf_area_hallname .lf_tel .lf_webres_bnr{
  margin-right: 0;
  margin-top: -66px;
}
.lf_area_hallname .lf_tel .lf_webres_bnr a{
  background: url("../images/common/bnr_webres_sp.jpg") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 140px;
  height: 66px;
}
.lf_area_sponsor {
	float: none;
	max-width: 100%;
	padding: 0;
}
.lf_area_hallname {
	height: 100%;
	padding: 10px 0;
}
.lf_area_hallname.lf_tokyo,
.lf_area_hallname.lf_osaka {
	background: none;
}
.lf_area_hallname .lf_info {
	float: none;
	padding: 0;
}
.lf_area_hallname .lf_info p {
	float: none;
	margin: 0;
	font-size: 34px;
}
.lf_area_hallname .lf_info h2 {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.lf_wrap_hallinfo {
	width: 100%;
	margin: 0 0 40px;
	background: #eee;
}
.lf_area_hallinfo {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
	border: none;
	background: #eee;
}
.lf_area_hallinfo .lf_info {
	float: none;
}
.lf_area_hallinfo .lf_info dt {
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
.lf_area_hallinfo .lf_info dt img {
	width: 100%;
}
.lf_area_hallinfo .lf_info dd {
	float: none;
	width: 100%;
	text-align: center;
}
.lf_area_hallinfo .lf_info dd .lf_hallname {
	font-size: 21px;
}
ul.lf_area_hallinfo_btn {
	padding-top: 10px;
}
ul.lf_area_hallinfo_btn li {
	display: inline;
	margin: 0;
}
.lf_area_hallinfo_btn li a {
	display: inline-block;
	width: 49%;
	padding: 5px 0;
	font-size: 13px;
}
.lf_area_hallinfo_tel_sp {
	padding: 10px 0;
	font-size: 15px;
}
.lf_area_hallinfo_tel_sp a {
	display: block;
	padding: 5px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.lf_area_hallinfo_tel_sp a span {
	padding-left: 25px;
	background: url(../images/common/icon_tel.png) no-repeat 0 center;
	background-size: 20px 20px;
}
.lf_area_footer_nav li {
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.lf_area_footer_nav li:last-child {
	margin: 0;
}
.lf_footer_nav2 {
	display: none;
}
.lf_area_footer_sponsor li {
	padding: 0 7px 5px;
}
.lf_area_footer_link li {
	padding: 0 5px;
}
.lf_area_footer_link li img {
	width: 90px;
}
.lf_area_footer_copyright {
	padding: 20px 0 40px;
}
.lf_pagetop {
	bottom: 20px;
	right: 4%;
}

/* index */
ul.lf_bx-pager_feature {
	display: none;
}


.lf_area_mainimg {
	background: #000;
}
.lf_slider_mainimg {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lf_box_mainimg {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	max-height: 1000px;
}

.lf_box_mainimg .lf_photoarea {
	float: none;
	width: 100%;
}
.lf_box_mainimg .lf_txtarea {
	float: none;
	width: 100%;
	padding: 20px 4% 30px;
}
.lf_box_mainimg .lf_txtarea p.lf_date {
	font-size: 21px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl1 {
	font-size: 21px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl2 {
	font-size: 16px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl3 {
	font-size: 16px;
}
.lf_box_mainimg .lf_txtarea p.lf_ttl_e {
	margin: 0 0 20px;
	font-size: 13px;
}

.lf_btn_schedule_toppage a {
	width: 100%;
	font-size: 18px;
}
.lf_btn_schedule_toppage a span {
	padding-left: 30px;
	background: url(../images/common/icon_cal.png) no-repeat 0 2px;
	background-size: 20px 20px;
}
.lf_area_ttl_toppage {
	text-align: left;
}
.lf_area_ttl_toppage h2 {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: normal;
}
.lf_area_todaysartist {
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.lf_area_todaysartist dt {
	width: 160px;
}
.lf_area_todaysartist dt img {
	width: 150px;
}
.lf_area_todaysartist dd {
	width: calc(100% - 160px);
}
.lf_area_onsalesoon {
	float: none;
	width: 100%;
}
.lf_slider_onsalesoon2 .lf_box_onsalesoon {
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
.lf_slider_onsalesoon2 .lf_box_onsalesoon a {
	display: block;
}
.lf_slider_onsalesoon2 .lf_box_onsalesoon .lf_photoarea {
	float: left;
	width: 160px;
}
.lf_slider_onsalesoon2 .lf_box_onsalesoon .lf_photoarea img {
	float: left;
	width: 150px;
}
.lf_slider_onsalesoon2 .lf_box_onsalesoon .lf_txtarea {
	float: left;
	width: calc(100% - 160px);
}
.lf_area_feature,
.lf_area_whatsnew,
.lf_area_notice {
	margin: 0 0 60px;
	padding: 0;
	background: #fff;
}
.lf_area_notice dt {
	float: none;
	width: 100%;
	margin: 0 0 3px;
}
.lf_area_notice dd {
	float: none;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #aaa;
}
a.lf_btn01,
a.lf_btn03 {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.lf_area_pagettl .lf_pagettl h2 {
	margin: 0;
	font-size: 21px;
}
.lf_area_subpage_cover {
	padding: 30px 0 ;
}
.lf_box_centerleft {
	text-align: left;
}

/* schedule */
.lf_area_subpage_cover .lf_area_month,
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_list,
table.lf_tbl_schedule td.lf_txtarea .lf_btn_liveinfo_list,
p.lf_comment_schedule_pc,
.lf_telarea_unsoldseat,
.lf_sidebar_tel {
	display: none;
}
.lf_ttl_month {
	font-size: 24px;
}
.lf_area_subpage_cover .lf_area_month_sp select {
	width: 100%;
	margin: 0 0 10px;
	padding: 5px 10px;
	background: url(../images/common/icon_arr06.png) no-repeat 97% center;
	background-size: 9px 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 15px;
}
.lf_btn_month {
	text-align: center;
}
table.lf_tbl_schedule th {
	width: 26px;
	padding-top: 10px;
	font-size: 16px;
}
table.lf_tbl_schedule td.lf_photoarea {
	width: 120px;
	padding: 10px 0 10px 10px;
	border-right: none;
}
table.lf_tbl_schedule td.lf_txtarea {
	padding: 10px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_list {
	display: none;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl {
	width: 100%;
	margin: 0 0 10px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3 {
	font-size: 16px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3 span {
	font-size: 13px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl p:nth-of-type(1) {
	margin: 0 0 5px;
	font-size: 11px;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl p:nth-of-type(2) {
	font-size: 12px;
}
.lf_btn_unsoldseat_sp a {
	display: inline-block;
	width: 130px;
	padding: 3px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.lf_btn_unsoldseat_sp a.lf_tokyo {
	background: #e60027;
}
.lf_btn_unsoldseat_sp a.lf_osaka {
	background: #32ace3;
}
.lf_btn_unsoldseat_sp a.lf_yokohama {
	background: #109b81;
}
.lf_modal_liveinfo {
	width: 100%;
}
.lf_modal_liveinfo .lf_photoarea {
	float: none;
	width: 100%;
}
.lf_modal_liveinfo .lf_photoarea img {
	width: 100%;
}
.lf_modal_liveinfo .lf_txtarea {
	float: none;
	width: 100%;
}
table.lf_tbl_schedule td.lf_txtarea ul.lf_liveinfo_bnr li,
.lf_box_liveinfo .lf_liveinfo_bnr li {
	margin: 0 0 5px 0;
}
table.lf_tbl_schedule td.lf_txtarea ul.lf_liveinfo_bnr li img,
.lf_box_liveinfo .lf_liveinfo_bnr li img {
	width: 100%;
	max-width: 100%;
}
.lf_contents {
	float: none;
	width: 100%;
	margin: 0 0 40px;
}
.lf_sidebar {
	float: none;
	width: 100%;
}
.lf_area_liveinfo .lf_ttl h3 {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 2px solid #000;
	font-size: 18px;
}
.lf_area_liveinfo .lf_photoarea {
	float: none;
	width: 100%;
	margin: 0 0 30px;
}
.lf_area_liveinfo .lf_txtarea {
	float: none;
	width: 100%;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl {
	width: 100%;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_sns {
	position: static;
	margin: 0 0 20px;
}
.lf_liveinfo_sns .lf_list_sns2 li {
	margin: 0 3px 0 0;
}
.lf_liveinfo_sns .lf_list_sns2 li a img {
	width: 34px;
}
.lf_box_liveinfo .lf_tbl_unsoldseat_cover,
.lf_modal_liveinfo .lf_tbl_unsoldseat_cover  {
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
	width: 100%;
	border-collapse: collapse;
}
table.lf_tbl_unsoldseat {
	width: 700px;
}
.lf_area_unsoldseat {
	position: static;
	margin: 0;
}
.lf_txtarea_unsoldseat {
	width: 100%;
}
.lf_btnarea_unsoldseat {
	position: static;
	width: 100%;
}
.lf_btnarea_unsoldseat button {
	width: 100%;
	font-size: 14px;
}
.lf_telarea_unsoldseat {
	width: 100%;
}
.lf_telarea_unsoldseat_sp a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 10px 0;
}
.lf_telarea_unsoldseat_sp a span {
	display: inline-block;
	margin-left: 0;
	vertical-align: baseline;
}
.lf_list_release dt {
	width: 30%;
	margin-right:10px;
}
.lf_list_release dt img {
	width: 100%;
	height:100%;
}
.lf_list_release dd {
	width: calc(100% - 40%);
}

/* food */
.lf_area_food {
	padding: 20px;
}
.lf_area_food_course {
	padding: 20px;
}
.lf_nav_food li {
	width: 49%;
	margin: 0 0 5px;
}
.lf_area_food h3 {
	margin: 0 0 20px;
	font-size: 30px;
}
.lf_area_food h3 span {
	font-size: 14px;
}
.lf_area_food_course h3 {
	margin: 0 0 20px;
	font-size: 30px;
}
.lf_area_food_course h3 span {
	font-size: 14px;
}
.lf_area_price_course {
	position: static;
	margin: 0 0 20px;
	padding: 6px 0;
	border: 1px solid #aaa;
	font-size: 15px;
	text-align: center;
}
.lf_area_price_plan {
	position: static;
	margin: 0 0 20px;
	padding: 6px 0;
	border: 1px solid #aaa;
	font-size: 15px;
	text-align: center;
}
.lf_box_food .lf_photoarea,
.lf_box_food .lf_txtarea {
	float: none;
	width: 100%;
}
.lf_col2_foodimg > div {
	margin: 0 0 10px;
}
.lf_food_menulist dt {
	width: calc(100% - 100px);
}
.lf_food_menulist dd {
	width: 100px;
	font-size: 15px;
}
.lf_food_menulist dd {
	font-size: 14px;
}
.lf_food_menulist dt p:nth-of-type(1) {
	font-size: 15px;
}
.lf_food_menulist dt p:nth-of-type(1) span {
	font-size: 12px;
}
.lf_col2_drinklist > div {
	width: 100%;
	margin: 0;
}
h4.lf_ttl_drink {
	font-size: 15px;
}
p.lf_ttl_drink_cat {
	font-size: 15px;
}
.lf_food_drinklist dt p:nth-of-type(1),
.lf_food_drinklist2 dt p:nth-of-type(1) {
	font-size: 15px;
}
.lf_food_drinklist dt p:nth-of-type(1) span,
.lf_food_drinklist2 dt p:nth-of-type(1) span {
	font-size: 12px;
}
.lf_food_drinklist dd {
	font-size: 14px;
}
.lf_food_10th .lf_txtarea p {
	font-size: 16px;
	text-align: left;
}
.lf_food_10th .lf_txtarea p br {
	display: none;
}
.lf_food_menulist_osaka dt {
	width: calc(100% - 100px);
}
.lf_food_menulist_osaka dd {
	width: 100px;
	font-size: 15px;
}
.lf_food_menulist_osaka dd {
	font-size: 14px;
}
.lf_food_menulist_osaka dt p:nth-of-type(1) {
	font-size: 15px;
}
.lf_food_menulist_osaka dt p:nth-of-type(1) span {
	font-size: 12px;
}

/* rental */
.lf_mainttl_rental {
	margin: 0 0 30px;
}
.lf_mainttl_rental .lf_mainttl_rental_txt {
	width: 100%;
	text-align: center;
}
.lf_mainttl_rental .lf_mainttl_rental_photo {
	width: 100%;
}
.lf_mainttl_rental .lf_mainttl_rental_txt .lf_ttl {
	padding: 30px 0;
}
.lf_mainttl_rental .lf_mainttl_rental_txt .lf_ttl p {
	margin: 0;
	font-size: 14px;
}
.lf_mainttl_rental .lf_mainttl_rental_txt .lf_ttl p span {
	display: block;
	font-size: 21px;
}
.lf_box_rental h4 {
	font-size: 18px;
}

/* information */
h4.lf_clubinfo_ttl {
	font-size: 18px;
}
.lf_clubinfo_list span.lf_tel,
.lf_clubinfo_flash {
	display: none;
}

/* recruit */
.lf_recruit_ttl {
	font-size: 18px;
}
.lf_box_recruit {
	padding: 20px;
}
.lf_box_recruit dt {
	float: none;
	width: 100%;
	margin: 0 0 5px;
}
.lf_box_recruit dd {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #aaa;
}
.lf_box_recruit dd:last-child {
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

/* reservation */
.lf_box_reservation {
	padding: 20px;
}
.lf_box_reservation .lf_reserve_ttl {
	width: 100%;
	margin: 0 0 20px;
}
.lf_box_reservation .lf_reserve_cont {
	width: 100%;
}

/* contact */
.lf_tbl_contact th,
.lf_tbl_contact td {
	display: block;
	width: 100%;
}

/* cafe */
.lf_wrap_cafe,
.lf_wrap_cafe2 {
	width: 92%;
	margin: 0 auto;
}
.lf_cafe_txtarea1 {
	padding: 40px 0;
	text-align: center;
}
.lf_cafe_txtarea1 h1,
.lf_cafe_txtarea2 h1 {
	font-size: 24px;
}
.lf_cafe_txtarea1 p,
.lf_cafe_txtarea2 p {
	margin: 0;
	font-size: 18px;
}
.lf_cafe_txtarea2 {
	padding: 40px 0;
	text-align: center;
}
.lf_cafe_feature {
	position: static;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 0 40px;
	background: url(../../cafe/images/interior.jpg) no-repeat center center;
	background-size: cover;
}
.lf_cafe_feature_sound,
.lf_cafe_feature_terrace,
.lf_cafe_feature_room,
.lf_cafe_feature_food,
.lf_cafe_feature_events,
.lf_cafe_feature_shop {
	position: static;
	width: 50%;
	margin: 0;
	padding: 40px 20px;
}
.lf_cafe_feature a:active img.lf_target {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
}
.lf_cafe_detail_modal {
	width: 100%;
	padding: 10px;
}
.lf_cafe_detail_modal h2 {
	font-size: 21px;
}
.lf_cafe_detail {
	margin: 0 0 40px;
}
.lf_cafe_detail .lf_col2 > div {
	width: 49%;
	margin: 0 0 40px;
}
.lf_cafe_detail .lf_box {
	overflow: hidden;
}
.lf_cafe_detail .lf_box div {
	text-align: center;
}
.lf_cafe_detail .lf_box img {
	float: none;
	width: 90px;
	margin: 0 0 10px;
}
.lf_cafe_detail .lf_box h2 {
	float: none;
	width: 100%;
	font-size: 18px;
}


}

.no_script {
    text-align: center;
    border: 2px solid #000;
    width: 60%;
    margin: 0px auto 20px auto;
    padding: 10px 10px 0px 10px;
}

/*cafe追加*/
.lf_drawer_ttl.lf_switchselected a.lf_cafe {
	background: #de5b3b url(../images/common/icon_arr02.png) no-repeat 95% center;
	background-size: 9px 5px;
}
.lf_box_hall.lf_cafe {
	width: 33.33%;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff
	background: url(../images/common/bbl_osaka.jpg) no-repeat center center;
	background-size: cover;
}
.lf_global_hallname.lf_cafe {
	background: #de5b3b;
}
.lf_area_hallname.lf_cafe {
	background: url(../images/common/hallname_bg.jpg) no-repeat right center;
	background-size: 800px 150px ;
	border-bottom: 3px solid #de5b3b;
}
.lf_area_hallname.lf_cafe .lf_info p a {
	color: #de5b3b;
}
.lf_area_hallinfo .lf_info dd .lf_hallname.lf_cafe {
	color: #de5b3b;
}
.lf_box_mainimg .lf_txtarea p.lf_date span.lf_cafe {
	color: #de5b3b;
}
.lf_area_todaysartist dd span.lf_cafe {
	color: #de5b3b;
}
.lf_box_onsalesoon .lf_txtarea span.lf_cafe {
	color: #de5b3b;
}
a.lf_btn03.lf_cafe {
	background: #de5b3b;
}
table.lf_tbl_schedule td.lf_txtarea .lf_btn_detail li a.lf_cafe {
	background: #de5b3b;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_cafe,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_cafe a {
	color: #de5b3b;
}
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_cafe a:hover,
table.lf_tbl_schedule td.lf_txtarea .lf_liveinfo_ttl h3.lf_cafe a:hover span {
	opacity: 0.5;
}
p.lf_comment_schedule_pc span.lf_cafe,
.lf_liveinfo_list span.lf_cafe,
.lf_box_liveinfo span.lf_cafe {
	color: #de5b3b;
}
.lf_area_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_cafe,
.lf_modal_liveinfo .lf_txtarea .lf_liveinfo_ttl h3.lf_cafe {
	color: #de5b3b;
}
.lf_btnarea_unsoldseat button.lf_cafe {
	background: #de5b3b;
}
.lf_box_recommended .lf_txtarea span.lf_cafe {
	color: #de5b3b;
}
.lf_area_hallname.lf_tokyo,
.lf_area_hallname.lf_cafe {
	background: none;
}
.lf_btn_unsoldseat_sp a.lf_cafe {
	background: #de5b3b;
}
/*--超緊急メッセージ用css--*/
/*#spread_box ul {
	width:90%;
	margin:50px auto;
	border:3px solid #F00;
	padding:20px;
	font-size:130%;
	color:#F00;
}
#spread_box ul:empty {
	border:0px;
	margin:0px;
	padding:0px;
}
#spread_box li {
	border-bottom:1px dashed #F00;
	padding:10px;
}
#spread_box li:last-child {
	border-bottom:none;
	padding:10px;
}
#spread_box li a {
	color:#F00;
	text-decoration:underline;
}
#spread_box li a:hover {
	text-decoration:none;
}
*/
#spread_box ul {
	width:90%;
	margin:0px auto;
	padding:20px;
	font-size:130%;
	color:#F00;
}
#spread_box ul:empty {
	border:0px;
	margin:0px;
	padding:0px;
}
#spread_box li {
	border:2px solid #F00;
	padding:10px;
	margin-bottom:10px;
}
#spread_box li:last-child {
	margin-bottom:0px;
}
#spread_box li a {
	color:#F00;
	text-decoration:underline;
}
#spread_box li a:hover {
	text-decoration:none;
}

/*YOKOHAMA ナビゲーション追加*/
/*-- TOP扉 350行目も対象 --*/
.lf_box_hall.lf_yokohama {
	width: 25%;
	background: url(../images/common/bbl_yokohama.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (min-width: 769px) {
.lf_box_hall.lf_yokohama {
	border-right:2px solid #fff;
}
}
/*-- PC navi カラー --*/
.lf_global_hallname.lf_yokohama {
	background: #109b81;
}

/*-- SP navi カラー --*/
.lf_drawer_ttl.lf_switchselected a.lf_yokohama {
	background: #109b81 url(../images/common/icon_arr02.png) no-repeat 95% center;
	background-size: 9px 5px;
}