@charset "utf-8";

/*土曜の文字色*/
.youbi_6 {
	color: #36F !important;
}

/*祝日と日曜の文字色*/
.youbi_0, .shukujitu {
	color: red !important;
}

/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today {
	background: #FF9;
}

/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.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;
}

/*定休日テキスト部の左側の四角*/
.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;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #333;
	background: #eee;
}

#calenderTable td {
	padding: 5px;
	text-align: right;
	font-size: 12px;
	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: 10px;
}

#calenderTable td .schedulePulldownList {
	text-align: left;
	color: #3a3a3a;
	font-size: 10px;
	padding: 5px 0 5px;
	margin: 5px 0 5px;
	border-bottom: 1px dotted #797979;
}

#calenderTable .borderless {
	border: 0 !important
}

.countNum {
	font-size: 110%;
	display: none;
}

p.holidayText {
	font-size: 12px !important;
	color: #444;
	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: #555;
	font-size: 10px;
}

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

/* /if ListStyle */


/* Reserv Btn styl*/
a.reservForm {
	font-size: 12px;
	display: block;
	background-color: rgb(124, 143, 199);
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
}

.reservForm input {
	font-size: 12px;
	cursor: pointer;
	padding: 1px 2px;
}

/* /Reserv Btn styl*/

/* ReservForm Style */

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

#formWrap h2 {
	font-weight: normal;
	font-size: 14px;
	color: #111;
	margin: 0 0 10px;
	background: #efefef;
	padding: 5px 8px 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

#formWrap p {
	margin: 0 0 5px;
	padding: 0;
	font-size: 13px;
}

table.formTable {
	width: 100%;
	margin: 15px auto;
	border-collapse: collapse;
}

table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 90%;
}

table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}

/*---------------------------------
		/index.php style 
---------------------------------*/

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	#formWrap {
		width: 95%;
		margin: 0 auto;
	}

	table.formTable th, table.formTable td {
		width: auto;
		display: block;
	}

	table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}

	input[type="text"], textarea {
		width: 80%;
		padding: 5px;
		font-size: 110%;
		display: block;
	}

	input[type="submit"], input[type="reset"], input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
	}
}


[class$="_2"].schedulePulldownList {
	display: none;
}


.schedulePulldownList input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

.schedulePulldownList input {
	width: 100%;
	padding: 2px 0;
	border: none;
	background-color: #63afce;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
}

.schedulePulldownList input.res_close {
	background-color: #bbbbbb;
}

#contents_wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 10px;
}

#contents_wrap_header {
	margin: 0 0 32px 0;
	padding: 16px 0;
	border-bottom: #b6b6b6 3px solid;
}

#contents_wrap_header .main_logo {
	width: 260px;
	height: auto;
}

#contents_wrap_header h1 {
	font-size: 14px;
	margin: 6px 0;
	padding: 0;
	color: #666;
}

.lead {
	font-size: 12px;
	margin-bottom: 12px;
}

#contents_wrap_footer {
	margin: 32px 0 12px 0;
	padding: 16px 0;
	border-top: #b6b6b6 3px solid;
	font-size: 14px;
}

#contents_wrap_footer a {
	color: #44a3da;

}

.formTable input,
.btm_box input{
	margin: 8px 0;
}

@media (max-width:767px) {
	#contents_wrap_header .main_logo {
		width: 180px;
		height: auto;
	}
}