@charset "utf-8";

/*土曜の文字色*/
#calenderTable td.youbi_6 .date {
	background-color: #dfefff!important;
    border: #a2d0ff solid;
    border-width: 0 0 1px 1px;
}
#calenderTable td.youbi_6 {
	background-color: #dfefff!important;
}
#calenderTable tr th.youbi_6 {
	background-color: #dfefff!important;
}
/*祝日と日曜の文字色*/
#calenderTable td.youbi_0 .date,
#calenderTable td.shukujitu .date{
	background-color: #feeaea!important;
    border: #ffbdbd solid;
    border-width: 0 0 1px 1px;
}

#calenderTable td.youbi_0,
#calenderTable td.shukujitu {
	background-color: #feeaea!important;
}

#calenderTable tr th.youbi_0,
#calenderTable tr th.shukujitu {
	background-color: #feeaea!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:1em;
	height:1em;
	margin:3px 10px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:1em;
	height:1em;
	margin:3px 10px 0 3px;
	position:relative;
	top:2px;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:100%;	
	border-collapse:collapse;
	line-height: 1.3em!important;
}

#calenderTable tr th{
	padding:5px;
	border:1px solid #000;
	color:#333;
	background:#eee;
}

#calenderTable td {
	padding:0;
	text-align:right;
	border: solid #000;
	border-width: 1px;
	width:14%;
	vertical-align:top;
}

#calenderTable td .date{
	padding: 5px;
	text-align:center;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	display: inline-block;
	width: 2em;
	border-radius: 0 0 0 15px;
	background-color: #eee;
}
	
#calenderTable td .date .weekTab {
	display: none;
}

#calenderTable td .blank_set{
	min-height: 150px;
	display: block;
}

#calenderTable td .blank_set .blank_border {
	display: block;
	border-bottom:1px dotted #ccc;
}

#calenderTable .calenderHeader a{
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	padding: 0 10px;
}
#calenderTable td .schedulePulldownList{
	text-align:center;
	padding: 10px 0;
	border-bottom:1px dotted #ccc;
	color: #000000;
	font-size: 90%;
}

#calenderTable td .scheduleComment{
	text-align:left;
	padding: 10px 10px;
	color: #000000;
	line-height: 1.5em;
}

#calenderTable .borderless{
	border:0!important
}
.countNum{
	color: #0030ff;
	font-weight: bold;
}

.reservBtnWrap {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #cc0000;
}

p.holidayText{
	color:#444;
	margin:0;
	padding:0 0 5px;
}


/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
}
#calenderList li{
	border-bottom:1px solid #999;
	padding:5px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
}
#calenderList .schedulePulldownList{
	text-align:center;
	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 ;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input,
.reservBtnWrap input[type='button'] {
	cursor:pointer!important;
	padding:5px 2px!important;
	width: calc(100% - 10px)!important;
}

.reservBtnWrap input[type='button'] {
	opacity: 0.3;
}
/* /Reserv Btn styl*/

/* ReservForm Style */


table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

#calender {
	width: 1200px!important;
}

#contact_form .choiceBox div.reserv_item {
	font-size: 140%;
	margin: 40px auto 0 auto!important;
	border: #000000 solid;
	border-width: 3px;
	padding: 20px;
	line-height: 1.5em;
}

#contact_form .choiceBox div.reserv_item input.backBtn {
	font-size: 80%;
	padding: 10px 20px;
	margin: 0 0 0 20px;
	border-width: 1px;
}


#contact_form .choiceBox form {
	display: inline-block!important;
}

#contact_form .choiceBox input.btn {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 10px 50px;
    background-color: #cc0000!important;
	background: transparent;
    border: #990000 solid;
    border-width: 2px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 120%;
    cursor: pointer;
    margin: 35px 0 15px 0;
    display: inline-block!important;
    width: 20em;
    text-decoration: none;
    transition: 0.2s;
}

.br_1000 {
	display: none;
}

.MailMessage {
	border: #cc0000 solid;
	border-width: 1px;
	padding: 10px;
	color: #cc0000;
	width: 1200px;
	text-align: center;
}

.MailMessage2 {
	margin: 0 auto 20px auto;
	text-align: center;
	width: 1200px;
}

#calenderTable .blankday,
#calenderTable .blankCell{
	background-color: #f0f0f0;
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
	
	#calender,
	.MailMessage,
	.MailMessage2 {
		width: 90%!important;
		
	}

#contact_form {
	width: 100%;
	margin: 0 auto;
}
	

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */
	.br_1000 {
		display: inline;
	}
	#calender,
	.MailMessage,
	.MailMessage2 {
		width: 500px!important;
		
	}
	
	#calenderTable tr#sp_title {
		position: relative;
		background-color: #cc0000;
		background: #eee;
		border :#000000 solid;
		border-width: 1px;
		display: block;
		width: 100%!important;
		white-space: nowrap;
	}
	
	#calender #prev {
		width: 70px;
		display: inline-block!important;
		border-width: 0;
	}
	
	#calender #next {
		width: 70px;
		right: 0;
		display: inline-block!important;
		border-width: 0;
	}
	
	#calender #title {
		width: calc(100% - 140px);
		display: inline-block!important;
		border-width: 0 1px;
	}
	
	#calenderTable td {
		width: 100%;
		display: block;
	}

#calenderTable #pc_youbi .youbi_0,
#calenderTable #pc_youbi .shukujitu,
#calenderTable #pc_youbi,
#calenderTable #pc_youbi .youbi_6 {
		display: none!important;
}
	
	#calenderTable td .blank_set {
		min-height: auto;
	}
	
	#calenderTable td {
		text-align: center;
		border-width: 0 1px 1px 1px;
	}
	
	#calenderTable td .date {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #eeeeee;
		border-radius: 0;
	}
	
	#calenderTable td .date .weekTab {
		display: inline;
	}
	
	.reservForm input, .reservBtnWrap input[type='button'] {
		width: auto!important;
		padding: 5px 1em!important;
		margin: 0 0 0 10px;
	}
	
	#calenderTable td .schedulePulldownList br {
		display: none;
	}
	
	#calenderTable .blankday,
	#calenderTable .blankCell{
		display: none;
	}
	
	#contents .read_box {
		margin: 20px auto;
	}
	
.MailMessage2 {
	text-align: left;
}

.MailMessage2 br {
	display: none;
}
	
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1000px) {
/* ------------------------------------------------------ */
	#contact_form {
		width: 100%;
	}
	
	#contact_form .choiceBox div.reserv_item input.backBtn {
		margin: 10px auto 0 auto;
	}
	
	#contact_form .choiceBox input.btn {
		margin: 10px auto;
	}
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
	#calender,
	.MailMessage,
	.MailMessage2 {
		width: 90%!important;
	}
	
	#contact_form .choiceBox div.reserv_item input.backBtn {
		width: 100%;
	}
	
	#contact_form .choiceBox form {
		display: block!important;
	}
	
	#contact_form .choiceBox input.btn {
		width: 100%;
		padding: 10px;
	}
	}
	
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 390px) {
/* ------------------------------------------------------ */
	#contact_form .choiceBox div.reserv_item {
		font-size: 120%;
	}
	
	#contact_form .choiceBox input.btn {
		font-size: 100%;
	}
	
	#contact_form h1 {
		font-size: 100%;
	}

}