#room {color:#fff;}

.kakko {
	letter-spacing:0.3rem;display: inline-block;
	font-size:3rem;position: relative;padding:1rem 2em;
}
.kakko:before,.kakko:after {content:'';width:3rem;height:100%;position: absolute;display: inline-block;}
.kakko:before {top:0;left:0;border-top:2px solid #fff;border-left:2px solid #fff;}
.kakko:after {bottom:0;right:0;border-bottom:2px solid #fff;border-right:2px solid #fff;}

/* fee */
.feeTb {width:100%;background:#fff;color:#222;font-size:1.6rem;line-height:160%;}
.feeTb th,.feeTb td {padding:2%;border:1px solid #4b4b4b;}
.feeTb th {width:30%;}
.feeTb td {width:35%;text-align:center;}
.feeTb td p {line-height:160%;}

.feeTb.day th {background:#ffb216;font-weight:bold;}
.feeTb.day tr:first-child td {background:#ffb216;font-weight:bold;}
.feeTb.night th {background:#afd8ff;}
.feeTb.night tr:first-child td {background:#afd8ff;}
.feeTb.option:last-child {margin-right:0%;}
.feeTb.option {width:300px;height: 28rem;float:left;margin-top:3rem;margin-right:3.4%;}
/*.feeTb.option {width:31%;height: 28rem;float:left;margin-top:3rem;margin-right:3.4%;}*/
/*.feeTb.option:nth-child(3) {margin-right:0%;}*/
.feeTb.option th {height:15rem;}
.feeTb.option .bg {background:#ffd6ed;font-size:2rem;line-height:160%;}

table.lunchfee td:nth-child(3) {width:5%;padding:0;}

table.lunchfee td:nth-child(2) {
    padding: 2%;
    border-right: 1px solid #fff;
}
table.lunchfee td:nth-child(3) {
    border-right: 1px solid #fff;
}

/*

table.lunchfee td {
      border-collapse: collapse;
      border: 1px solid black;
    }
    .lunchfee td {
      padding: 20px;
      background: linear-gradient(40deg, transparent, transparent 49%, black 49%, black 51%, transparent 51%, transparent);
    }
    .lunchfee td:nth-child(3) {padding: 20px;background: none;}
*/

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

#wrapper {width: 100%;}
#header {width: 100%;}
#wrapper #header p.header_info {display:none;}
#fla_area {display:none;}
#topnavi-nonpc {width:100%;display:block;}
#topnavi-nonpc ul {list-style-type:none;margin:5px auto;}
#topnavi-nonpc ul li {width:100%;float:left;}
#topnavi-nonpc ul li a {font-size:1.6em;}
#container {width:100%;}
#main {width:100%;}

#topics {width:100%;}
#darts_box {width:100%;}
#pack {width:100%;}
#pointbox {width:100%;}
#link_area {width:100%;}

}




footer {
}

.footer_top {
	background:url(../images/bg_header.gif) repeat-x top left;background-size: auto 100%;
	padding:2% 0;
}
.footer_top ul {overflow:hidden;}
.footer_top li {float:left;}
.footer_top li a {text-align:center;display:block;width:15rem;color:#fff;}

.footer_mdl {background:#111;padding:5rem;}
.footer_mdl .logo {float:left;}
.footer_mdl .leftArea {
	width:60%;float:right;
}
.footer_mdl .leftArea p {padding-top:0.5rem;color:#fff;}


.footer_btm p {background:#000;line-height:160%;color:#999;padding: 0.3rem 0;}




a {color:#557;}
a:hover{
		color:#ef5500;
		text-decoration: underline;}
a:visited {color:#888;}


.pc_only {display:block;}
.mobile_only {display:none;}







