@charset "utf-8";
body {
    color: #777777;
}
body a {
    color: #333333;
}
body *, *::before, *::after {
    box-sizing: border-box;
}
.mdPopular li a:hover img ,.footerBanner li:hover img, .textArea .reservationBtn a:hover, .area-search-btn a:hover{
    opacity: 0.8;
}
h2{
    font-size: 187%;
    color: #333333;
    line-height: 1.2;
    padding-top:4px;
}
#emg{
    margin-bottom:20px;
}
/*ヘッダ*/
.page {
	min-width: 950px;
}
.page .wrap {
    max-width: 950px;
    width: 950px;
    margin: 0 auto;
}
.l_header_right {
    float: right;
    margin-top: 25px!important;
}
.l_header_right ._sns, .l_header_right ._snsOj, .l_header_right ._span ,.facebook{
    display: inline-block;
    vertical-align: middle;
}
._sns, .l_header_right ._span {
    margin-left: 15px!important;
}
#twitter-widget-0{
    vertical-align:bottom;
}
/*top*/
.topContents ul{
    box-sizing:border-box;
}
.topContents ul li {
    float: left;
    width:20%;
}
.topContents ul li a{
    display:block;
    color: #333333;
    font-size: 150%;
    box-sizing:border-box;
    height: 78px;
    border-top: #333333 3px solid;
    border-left: #333333 3px solid;
    text-decoration:none;
    text-align:center;
    padding-top: 20px;
    font-weight: bold;
}
.topContents ul li .on{
    background:#333333;
    color:#fff;
    cursor: default;
}
.topContents ul li a span{
    font-size: 58%;
    color: #ff452c;
    display: block;
    margin-top:3px;
}
.topContents ul li:last-child a {
    padding-top: 16px;
    border-right:#333333 3px solid;
    border-radius: 0 10px 0 0;
    font-size: 113%;
    line-height:1.3;
}
.topContents ul li:first-child a{
    border-radius: 10px 0 0 0;
}
.mainV_a {
    width: 100%;
	height: 269px;
	background: #000;
}
.mainV_a .inner{
    font-size: 0;
	  background:  url(https://s.yimg.jp/images/reservation/promotion/2017/karaokekan/pc/images/main.jpg) no-repeat top center;
	  height: 269px;
}
/*mainContents*/
.mainContents {
	background: linear-gradient(-135deg, #f848ab, #18f0d9);
    background: url(https://s.yimg.jp/images/reservation/promotion/2017/karaokekan/pc/images/karaokekan_bg_top.png), url(https://s.yimg.jp/images/reservation/promotion/2017/karaokekan/images/karaokekan_bg_decoration.png), linear-gradient(-135deg, #f848ab, #18f0d9);
	background-repeat: no-repeat, repeat, repeat;
	background-position: top center, top left, top left;
	padding: 24px 0 35px;
}
.mainContents .wrap {
    background: #fff;
    width: 890px;
    padding: 10px 38px;
    box-sizing: border-box;
    border-radius: 20px;
}
/* nav */
nav {
	width: 890px;
	margin: 6px auto 30px;
	text-align: center;
}
nav ul {
	margin-left: -40px;
}
nav ul li {
	float: left;
	margin-left: 40px;
}
nav ul li a {
	position: relative;
	display: block;
	background: #019df9;
	text-align: center;
	width: 425px;
	padding: 15px 0;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
nav ul li a::after {
    content: "▼";
	font-size: 90%;
	display: inline-block;
    height: 0;
    position: absolute;
    right: 35px;
    top: 30%;
    width: 0;
}
nav ul li a:hover{
	background:#34b1fa;
}
nav ul li.grayOut a{
	background: #ddd;
	color: #888;
	pointer-events: none;
}
/*outLine*/
.outLine {
    border-bottom: #ddd 1px solid;
    padding: 30px 0;
}
.outLine > div:first-child{
    float: left;
    margin-right: 27px;
}
.outLine .textArea{
    width: 382px;
    line-height:1.4;
}
.outLine .textArea h2{
	color:#333;
    margin-bottom: 17px;
	font-size: 130%;
	line-height: 1.5;
}
.outLine .textArea h2 .emphasis{
    color:#d00000;
}
.outLine .textArea p, .outLine .textArea ul{
    margin-bottom: 12px;
    color: #666;
}
.outLine .textArea ul{
	  margin-top:-8px;
    margin-left: 1em;
}
.outLine .textArea li{
    text-indent: -1em;
	  margin-bottom:8px;
}
.outLine .textArea li span{
	  font-size:90%;
	  line-height:1.4;
}
.outLine .textArea .start{
    font-weight:bold;
    font-size: 125%;
}
.outLine .textArea .lead{
    margin-bottom: 5px;
    font-weight:bold;
    color: #777;
}
.outLine .textArea .lead span,
.outLine .textArea .lead_s span{
    font-weight:normal !important;
    color: #777;
}
.outLine .textArea .lead_s{
    margin-bottom: 16px;
    font-weight:bold;
    color: #777;
	  font-size:14px;
}
.outLine .textArea s{
    text-decoration: line-through;
}
.outLine .textArea .price{
    font-weight: bold;
    color: #d00000;
}
.outLine .textArea+div{
	float:right;
}
.outLine .menu{
	  margin-top:25px;
}
.outLine img {
	width:405px;
	height: auto;
}
.mainContents .textArea .anc_notice{
    font-weight: bold;
    color: #6082f1;
}
.textArea .reservationBtn {
    padding-bottom: 7px;
}
.textArea .reservationBtn a{
	display: block;
    text-decoration: none;
    background: #f03300;
    width: 254px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: -1px -1px 1px 1px #a53c1f inset;
    -moz-box-shadow: -1px -1px 1px 1px #a53c1f inset;
    -webkit-box-shadow: -1px -1px 1px 1px #a53c1f inset;
}
.textArea+div .reservationBtn a{
	color: #f03300;
	font-size:14px;
}
.textArea+div .reservationBtn{
	text-align:right;
	padding-top:15px;
}
/*　area-search */
.area-search {
    padding: 20px;
    color: #333333;
}
.area-search h2 {
    background: url(https://s.yimg.jp/images/reservation/promotion/common/images/area-search_icon.png) no-repeat;
    padding-left: 36px;
}
.area-search h2 span{
    margin-left: 10px;
    font-size: 16px;
}
.area-search .inner {
    padding-top: 30px;
    width:800px;
}
.area-search a,.area-search .grayOut span{
    display: block;
    box-sizing: border-box;
    margin-right: 32px;
}
.area-search a{
    text-decoration: none;
    border-bottom: #6082f1 2px solid;
    color: #6082f1;
}
.area-search dl {
    margin-bottom: 18px;
}
.area-search dt,.area-search dd{
    float: left;
}
.area-search dl dt {
    width: 165px;
    font-size: 150%;
    font-weight: bold;
}
.area-search dl dd {
    position: relative;
    vertical-align: bottom;
    font-size: 125%;
}
.area-search dl dd:not(:last-child):after{
    position: absolute;
    top: 0;
    right: 0;
    content:"|";
    padding: 0 12px;
    color: #e6e6e6;
}
.area-search .grayOut{
    color: #bbbbbb;
    border-bottom: none;
}

.area-search h2 ,.area-search-btn h2{
    background: url(https://s.yimg.jp/images/reservation/promotion/common/images/area-search_icon.png) no-repeat;
    padding-left: 36px;
}
.area-search h2 span ,.area-search-btn h2 span{
    margin-left: 10px;
    font-size: 16px;
}
.area-search .inner ,.area-search-btn ul{
    padding-top: 30px;
	padding-bottom: 30px;
    width:800px;
}
/*area-search ボタンver*/
.area-search-btn{
	padding: 20px;
}
.area-search-btn ul{
	margin-left: -20px;
}
.area-search-btn li{
	float: left;
    margin: 0 0 15px 20px;
}
.area-search-btn li a,.area-search-btn li span.grayOut{
	display: block;
    background: #019df9;
    text-align: center;
    width: 180px;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 150%;
    font-weight: bold;
    text-decoration: none;
	color: #fff;
}
.area-search-btn li span.grayOut{
	background:#ddd;
	color: #aaa;
}
/*notes*/
.notes {
    padding: 25px;
    line-height: 1.6;
    border-top: #ddd 1px solid;
    word-break: normal;
}
.notes>p{
    padding-top: 20px;
}
.notes ul{
    margin-bottom: 20px;
    padding-left: 1em;
}
.detail div ,.notes .inner-block{
    padding-top: 20px;
}
.notes .inner-block ul li{
    text-indent: -1em;
}
.notes .inner-block ul li span{
	  font-weight:bold;
}
.notes h3{
    color:#333333;
    font-weight:bold;
}
/*リンク*/
.link{
    margin-top: 35px;
}
.link, .link a{
    text-align: center;
    font-weight: bold;
    color: #0066ff;
}
/*ブランド*/
.mdPopular .listWrap {
    width: 950px;
    margin: 0 auto;
    padding-top: 30px;
}
.mdPopular ul {
    margin-right: -10px;
    font-size: 0;
}
.mdPopular ul > li {
    font-size: 14px;
    font-size: 0.875rem;
    width: 310px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 10px 10px 0;
    background: #fff;
}
.mdPopular ul > li div{
    line-height: 0;
}
.mdPopular ul > li img {
    width: 310px;
    height: auto;
}
.mdPopular ul > li .textArea {
    word-break: normal;
    padding: 20px 15px 15px;
    color: #777;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #ccc;
    line-height: 1.0;
    height: 5em;
}
.mdPopular ul > li a{
    text-decoration: none;
}
.mdPopular ul > li h3 {
    font-weight: bold;
    color: #333;
    font-size: 125%;
}
.mdPopular ul > li p {
    margin-top: 5px;
    line-height:1.4;
}
.mdPopular ul > li p strong {
    color: #d00000;
}
/*LINEバナー*/
.bnr_LINE {
    width: 950px;
    margin: 50px auto 0;
    line-height: 1.5;
    text-align: center;
	background:#fff;
}
.bnr_LINE a {
    background: url(https://s.yimg.jp/images/reservation/promotion/common/pc/images/lineAtto.png) no-repeat right, #fff repeat;	
    display: block;
    padding: 10px 220px 10px 0;
    height: 78px;
    box-sizing: border-box;
    font-size: 20px;
    color: #1b1b1b;
    text-decoration: none;
}
.bnr_LINE a:hover{
    opacity: 0.8;
}
/*フッターバナー*/
ul.footerBanner{
	  width: 907px;
	  margin: 30px auto 0;
	  line-height: 1.5;
}
.footerBanner ul {
    margin-left: -25px;
}
.footerBanner li {
	  float: left;
	  margin-bottom: 23px;
}
.footerBanner li a {
	  display: block;
	  width: 442px;
	  height: 120px;
}
.footerBanner li:nth-child(2n) {
	  margin-left: 23px;
}
/*フッター*/
.footer {
    padding-bottom: 70px;
    text-align: center;
    font-size: 87%;
    line-height: 1.5;
	width: 950px;
	margin: 0 auto;
}
.footer p {
    margin-bottom: 20px;
}
.footer ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
}
.footer li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #333;
}
.footer li a {
    color: #333;
}
.footer .copy {
    color: #666;
}
/********************************
時限分け
********************************/
/*teaser*/
.teaser_text{
    color: #ff452c !important;
}
.teaser_lead{
    background: #ff452c;
    font-size:125%;
    padding: 8px 0;
    text-align:center;
    font-weight: bold;
    color: #fff;
}
.teaser_lead:before{
    content:"<<<";
}
.teaser_lead:after{
    content:">>>";
}
/*now*/
.now_text{
    color: #f48226 !important;
}
    
/********************************
clearFix
*********************************/
.clearFix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.clearFix {
    zoom: 1;
}

/********************************
pageTop
*********************************/
.pageTop a {
	  position: fixed;
	  bottom: 30px;
	  right: 50px;
	  z-index: 10001 !important;
	  padding: 0;
	  background:#019df9 url(https://s.yimg.jp/images/reservation/promotion/common/pc/images/pageTop_arrow.png) no-repeat center center;
	  border-radius:30px;
	  display:block;
	  width:60px;
	  height:60px;
	  font-size:0;
}

.pageTop a:hover {
	  opacity: 0.7;
}