@charset "utf-8";

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
    src: local("YuGothic-Medium"),
         local("Yu Gothic Medium"),
         local("YuGothic-Regular");
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
    src: local("YoGothic-Bold"),
         local("Yu Gothic");
}

body {
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
  font-feature-settings: "pkna";
}
}

html {
  overflow-y:scroll;
}

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background: rgba(0,0,0,0.5);	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background: rgba(F,0,0,0.5);	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background: rgba(F,D,0,0.5);	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:100%;	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
#calenderTable th{
	padding:5px;
	border:1px solid #ccc;
	color:#FFF;
	background: rgba(0,0,0,0.5);
}
#calenderTable td{
	padding:5px;
	text-align:right;
	border:1px solid #ccc;
	color:#FFF;
	width:14%;
	vertical-align:top;
}
#calenderTable .calenderHeader a{
	color:#FFF;
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#FFF;
	font-size:10px;
}
#calenderTable td .schedulePulldownList{
	text-align:left;
	color:#FFF;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
}
p.holidayText{
	color:#FFF;
	margin:0;
	padding:0 0 5px;
}


/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#calenderList li{
	border-bottom:1px solid #999;
	padding:5px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
	color:#FFF;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#FFF;
	padding:0px 0 3px;
	border-bottom:1px dotted #aaa;
}
table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}
h2#headerYm{
	background:#666;
	color:#FFF;
	text-align:center;
	padding:5px ;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	cursor:pointer;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:1px 2px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
	width: 100%;
	margin:10px auto;
	color:#FFF;
	line-height:120%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#formWrap p {
	margin:0 0 5px;
	padding:0;
}

table.formTable {
	width:100%;
	margin:5px auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:0px solid #333;
	padding:5px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background: rgba(0,0,0,0.5);
	text-align:left;
}

body{
  background: url(bg-schedule.jpg) center center / cover no-repeat fixed;
}

a:link {
  color:#cccccc;
  text-decoration:underline;
}

a:visited {
  color:#cccccc;
  text-decoration:underline;
}

a:hover {
  color:#cccccc;
  text-decoration:underline;
}

a:active {
  color:#FF0000;
}

.small{
  font-size: calc(65% + 0.4vw);
  color: #FFFFFF;
  text-shadow:1px 2px 2px #000000;
  line-height: 1.5;
}

.text{
  text-align: center;
  color: #FFFFFF;
  font-size: calc(100% + 0.1vw);
  text-shadow:2px 2px 3px #777777;
  line-height: 1.5;
}

.text-left{
  text-align: left;
  color: #FFFFFF;
  font-size: calc(100% + 0.1vw);
  text-shadow:1px 1px 2px #AAAAAA;
  line-height: 1.5;
}

.box2{
  padding: 5px;
  background-color: rgba(0,0,0,0.5);
  width: 90%;
  min-width: 300px;
  max-width: 900px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 5 5px 5px rgba(0, 0, 0, 0.4);
}

.cp_hr {
  position: relative;
  width: 90%
  min-width: 300px;
  max-width: 800px;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left,
  transparent 0%,#777777 50%,transparent 100%);
  background-image:         linear-gradient(90deg,
  transparent 0%,#777777 50%,transparent 100%);
}

.resizeimage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  min-width :320px;
  max-width :800px;
  height: auto;
}

header {
        background-color:  rgba(0,0,0,0.4);
}
header .headerTop{
	padding:0;
}
header .siteTitle a{
	display: block;
	font-size: calc(50% + 0.5vw);
	color:  #FFFFFF;
        text-shadow:1px 3px 3px #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
	float: right;
	width: 15%;
	position: relative;
}
.navDrawr a {
	display: block;
	color:  #FFFFFF;
        text-shadow:1px 3px 3px #AAAAAA;
	font-size: calc(50% + 0.5vw);
        text-decoration: none;
	background:  rgba(0,0,0,0.4);
	padding: 5px;
}
.navDrawr .sub li:last-child a {
	border: none;
}
.navDrawr>ul>li>a {
	border-right: 1px solid #333333;
	text-align: center;
}
.navDrawr>ul>li>a:hover {
	background: #300000;
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	background:  rgba(0,0,0,0.4);
	border-bottom: 1px solid #333333;
	padding: 5px 5px 5px 15px;
}
.navDrawr .sub a:hover {
	background: #300000;
}
#contents{
	padding-top:3px;
}

@media only screen and (max-width: 1000px) {
	#wrapper{
		overflow:hidden;
	}
	.navDrawr {
		background-color:  rgba(0,0,0,0.4);
		position: fixed;
		width: 270px;
		top: 60px;
		bottom: 0;
		right: -270px;
	        z-index: 9999;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	body.menuOpen #wrapper{
		padding-top:60px;
	}
	.overlay {
		display: none;
		background-color: rgba(0,0,0,0.4);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	header {
		position:relative;
		height: 60px;
		padding:0;
	}
	body.menuOpen header{
		position: fixed;
		top:0;
		width: 100%;
	        z-index: 9999;
	}
	header .headerTop{
		padding:inherit;
	}
	header .siteTitle a{
		margin-left: 20px;
		line-height: 60px;
	}
	.navDrawrBtn {
		text-align: right;
	}
	.navDrawrBtn span {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.navDrawrBtn span::before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: #FFFFFF;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 60px;
	}
	body.menuOpen .navDrawrBtn span::before {
		content: "\f00d";
	}
	.navDrawr a {
		position: relative;
	}
	.navDrawr a::after {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 15px;
		font-family: FontAwesome;
		content: "\f054";
	}
	.navDrawr>ul>li {
		float: none;
		width: auto;
	}
	.navDrawr>ul>li>a {
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #333333;
	}
	.navDrawr .sub {
		position: static;
		display: block!important;
	}
}

