#submenu h1.calnew {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
	color: #FFF;
	padding-top: 16px;
}
@media screen and (max-width: 480px) {
#submenu h1.calnew {
	font-size: 18px;
	padding-top: 18px;
}
}

#CALENDERNEW {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 25px;
}

#CALENDERNEW p.monthlymessage {
	width: 98%;
	font-size: 14px;
	clear: both;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}





#CALENDERNEW table {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
	clear: both;
	border: 2px solid #DFDFDF;
}

@media screen and (max-width: 480px) {
#CALENDERNEW table {
	margin-top:10px;
}
}


#CALENDERNEW tr.binhead {
	
}

#CALENDERNEW th {
	
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	width: 14%;
	padding-top: 2%;
	padding-bottom: 1.5%;
	background-color: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 480px) {
#CALENDERNEW th {
	font-size: 16px;
}
}
#CALENDERNEW th.date {
	font-size: 16px;
}
@media screen and (max-width: 480px) {
#CALENDERNEW th.date {
	font-size: 13px;
}
}
#CALENDERNEW th.binam {
	background-color: #5468C9;
	color: #FFF;
	position: sticky;
    top: 75px;
    left: 0;
}
#CALENDERNEW th.binpm {
	background-color: #3C939C;
	color: #FFF;
	position: sticky;
    top: 75px;
    left: 0;
}
@media screen and (max-width: 480px) {
#CALENDERNEW th.binam {
    top: 60px;
}
#CALENDERNEW th.binpm {
    top: 60px;
}
}
#CALENDERNEW td {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	width: 14%;
	text-align: left;
	padding-right: 1%;
	padding-left: 1%;
	vertical-align: top;
	height: 100px;
}
#CALENDERNEW td.date {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F2F2F2;
  }
@media screen and (max-width: 480px) {
#CALENDERNEW td.date {
  position: sticky;
  left: 0;
	font-size: 12px;
  }
}
#CALENDERNEW td.date.sat {
	background-color: #E8F6FB;
  }
#CALENDERNEW td.date.sun {
	background-color: #FFE9E9;
  }

@media screen and (max-width: 480px) {
#CALENDERNEW td {
	font-size: 12px;
	padding-right: 1%;
	padding-left: 1%;
}
}



#CALENDERNEW td.cell {
	border-right-style: dashed;
	border-right-color: #CCC;
}
#CALENDERNEW tr.today td.cell {
	background-color: #FFFFE1;
}
 
 
 
 
#CALENDERNEW td.caloff {
	background-color: #F6F6F6;

}


#CALENDERNEW td.calon {
	background-color: #FFFFCC;
}

#CALENDERNEW td.today {
	background-color: #FFFFE1;
}
#CALENDERNEW td.gone {

}
#CALENDERNEW td.off {
	color: #A5A5A5;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
#CALENDERNEW td.none {

}


#CALENDERNEW p.bin, #CALENDERNEW p.mess {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-top: 8%;
	margin-bottom: 8%;
}

#CALENDERNEW p.day {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 6px;
}
@media screen and (max-width: 480px) {

#CALENDERNEW p.day {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
}

#CALENDERNEW p.bin {
}
#CALENDERNEW span.binM, #CALENDERNEW span.binA, #CALENDERNEW span.binH {
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 480px) {
#CALENDERNEW span.binM, #CALENDERNEW span.binA, #CALENDERNEW span.binH {
	padding-top: 3px;
	padding-bottom: 3px;
}
}
#CALENDERNEW span.binM {
	background-color: #D8DDF1;
	color: #2D3D8A;
}
#CALENDERNEW span.binA {
	background-color: #D1EAED;
	color: #29676D;
}
#CALENDERNEW span.binH {
	background-color: #F2CCD1;
	color: #BD0000;
}
#CALENDERNEW span.fish {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	line-height: 120%;
	word-break: break-all;
}

#CALENDERNEW span.seat {
	padding-top: 0px;
	display: block;
	line-height: 120%;
	font-weight: bold;
}
#CALENDERNEW span.seat.open {
	color: #006DDB;
}
#CALENDERNEW span.seat.full {
	color: #C60000;
}
#CALENDERNEW span.seat b {
	color: #C33;
}
#CALENDERNEW span.mess {
	padding-top: 1%;
	line-height: 120%;
	display: inline;
}
#CALENDERNEW span.messH {
	padding-top: 1%;
	line-height: 120%;
	display: inline-block;
}








#CALENDERNEW table th.sun {
	background-color: #FFE3E3;
}
#CALENDERNEW table th.sat{
	background-color: #E4F4FA;
}

#CALENDERNEW .MonthDate {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 50px;
}
#CALENDERNEW .MonthDate.footDate {
	padding-top: 25px;
}
#CALENDERNEW .calfoot .MonthDate {
	clear: both;
	padding-top: 25px;
	padding-bottom: 20px;
}
#CALENDERNEW .MonthDate li {
	float: left;
	height: 50px;
}

#CALENDERNEW .MonthDate li.backMonth {
	width: 25%;
}
#CALENDERNEW .MonthDate li.nextMonth {
	width: 25%;
	text-align: right;
}

#CALENDERNEW .MonthDate li.nextMonth button, #CALENDERNEW .MonthDate li.backMonth button {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 0px solid #dcdcdc;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #E2E2EF 5%, #C2C2DC 100% );
	background: -ms-linear-gradient( top, #E2E2EF 5%, #C2C2DC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2EF', endColorstr='#C2C2DC');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #E2E2EF), color-stop(100%, #C2C2DC) );
	background-color: #ededed;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #48448E;
}

#CALENDERNEW .MonthDate li.nextMonth a, #CALENDERNEW .MonthDate li.backMonth a {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 0px solid #dcdcdc;
	text-decoration: none;
	background: -moz-linear-gradient( center top, #E2E2EF 5%, #C2C2DC 100% );
	background: -ms-linear-gradient( top, #E2E2EF 5%, #C2C2DC 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2EF', endColorstr='#C2C2DC');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #E2E2EF), color-stop(100%, #C2C2DC) );
	background-color: #ededed;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #48448E;
	width: 90%;
	text-align: center;
}




#CALENDERNEW .MonthDate li.currentMonth {
	width: 50%;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}
#CALENDERNEW .MonthDate li.currentMonth span {
	font-size: 30px;
	font-weight: bold;
	color: #36C;
}
@media screen and (max-width: 480px) {
#CALENDERNEW .MonthDate li.currentMonth span {
	font-size: 24px;
}
}


#CALENDERNEW .MonthDate li button {
	font-size: 16px;
	width: 90%;
}

#CALENDERNEW .lead {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#CALENDERNEW span.gone {
	background-color: #E1E1E1;
	color: #FFF;

}























.CONTACTBOX {
	padding-top: 25px;
}
.CONTACTBOX ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.CONTACTBOX ul li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 49.5%;
	background-color: #1C1C1C;
	margin-bottom: 15px;
}
.CONTACTBOX ul li img {
	width: 100%;
}
.CONTACTBOX ul li span {
	width: 100%;
	color: #FFF;
	font-size: 14px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 140%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.CONTACTBOX ul .tel {
	border: 2px solid #364BAD;
}
.CONTACTBOX ul .line {
	border: 2px solid #39B61C;
	float: right;
}
@media screen and (max-width: 580px) {

.CONTACTBOX ul {
	width: 100%;
}
.CONTACTBOX ul li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #1C1C1C;
	clear: both;
}


}
