@charset "utf-8";

html {
  scroll-behavior: smooth;
} /*cssスマートスクロール */

/*　閲覧画面用CSS　*/

/*水曜の背景色
.youbi_3{
	background:#efe!important;
}*/
/*土曜の文字・背景色*/
.youbi_6{
	color:#36F!important;
/*	background:#efe!important;*/
}
/*日曜の文字・背景色*/
.youbi_0{
	color:red!important;
	background:#cfc;
}

/*祝日の文字・背景色*/
.shukujitu{
	color:red!important;
	background:#fec!important;
}

/*上段日曜表示の文字色*/
.youbi_01{
	color:red!important;
}
/*上段土曜表示の文字色*/
.youbi_06{
	color:#36F!important;
}

/*上段水曜表示の文字色*/
.youbi_03{
	color:#777!important;
}

/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#ddf;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
	border:1px solid #777;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
	border:1px solid #777;
}

/*午後休院テキスト部の左側の四角*/
.harfCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
	background:#efe;
	border:1px solid #0a0;	
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:98%;
	margin:0 auto;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
#calenderTable th{
	padding:5px;
	font-size:16px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
}
#calenderTable td{
	padding:5px;
	text-align:right;
	font-size:20px;
	font-weight:500;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
}
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:14px;
}
#calenderTable td .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:16px;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
}
p.holidayText{
	font-size:16px!important;
	color:#444;
	margin:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0 0 5px;
}

.calenderTop{
	font-size:24px!important;
	color:#060;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
}

.calenderBody{
	font-size:16px!important;
	color:#000;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
}

.calenderPN{
	font-size:22px!important;
	color:#000;
	text-decoration:none;
}

.formCap{
	line-height:150%;
}

.formButton a{
	font-size:18px;
	color:#fff;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
}

.buttonBack{
	font-size:18px!important;
	color:#000;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:10px;
}


.invisibleTable{
	width:98%;
	margin:0 auto;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
.invisibleTable th{
	padding:5px;
	font-size:16px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
}
.invisibleTable td{
	padding:5px;
	text-align:right;
	font-size:20px;
	font-weight:500;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
}

/* 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:#555;
	font-size:14px;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:15px;
	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:10px ;
	font-size:110%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* /if ListStyle */


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

/* ReservForm Style */

#formWrap {
	width:800px;
	margin:10px auto;
	color:#555;
	line-height:150%;
	font-size:100%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formWrap h2{
	font-weight:bold;
	font-size:18px;
	color:#111;
	margin:0 0 10px;
	background:#efefef;
	padding:10px 10px 10px;
	border-radius:3px;
	border:1px solid #ccc;
}
#formWrap p {
	margin:0 0 5px;
	padding:0;
	font-size:17px;
}

table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
}
table.formTable td {
	border:1px solid #ccc;
	padding:10px;
	font-size:110%;
	line-hight:150%;
}
table.formTable th {
	font-weight:500;
	background:#efefef;
	text-align:left;
	border:1px solid #ccc;
	padding:10px;
	font-size:110%;
	line-hight:150%;
}

select{
font-size:18px;
padding:5px;
border-radius:3px;
border:1px solid #666;
}
/*---------------------------------
		/index.php style 
---------------------------------*/