@charset "utf-8";

#formWrap input[type="submit"],
#formWrap input[type="reset"],
#formWrap input[type="button"]{
    padding: 10px 24px;
    font-size: 1rem;
    letter-spacing: 0.06em;
    min-width: 160px;
	border: 0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
	cursor: pointer;
}
#formWrap td label {
    background: none;
    border: 0;
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0;
}
#formWrap td input[type="checkbox"],
#formWrap td input[type="radio"] {
    margin-right: 5px;
}
#formWrap input[type="reset"]  {
    background-color: #999999;
    color: #FFF;
    padding: 5px;
}
#formWrap input[type="button"],
#formWrap input[type="submit"]  {
    background-color: #E8E8E8;
    color: #222;
    border: #999 1px solid;
    padding: 5px;
}
table input[type="text"], table textarea {
    width: 98%;
    margin: auto;
	font-size: 16px;
    border: 1px solid #999;
}
/*土曜の文字色*/
.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 */

.table_scroll{
	overflow: auto;
    white-space: nowrap;
	margin:auto auto 40px auto;
}
.table_scroll::-webkit-scrollbar{
  height: 6px;
}
.table_scroll::-webkit-scrollbar-track{
  background: #EFEFEF;
  border: none;
  border-radius: 3px;
}
.table_scroll::-webkit-scrollbar-thumb{
  background: #FF6622;
  border-radius: 3px;
  box-shadow: none;
}
.table_scroll {
    white-space: normal;
}
#calenderTable{
	width:100%;	
	border-collapse:collapse;
}
.table_scroll.reserv #calenderTable td{
	min-width: 45px;
}
#calenderTable th{
	padding:5px;
	font-size:14px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
}
#calenderTable td{
	padding:5px;
    text-align: center;
	font-size:14px;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
	font-weight: bold;
}
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderTable td .schedulePulldownList{
	text-align:center;
	color:#555;
	font-size:14px;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
	font-weight: normal;
}
#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 auto;
    padding: 0;
    max-width: 500px;
    width: 96%;
}
.content p.small {
    width: 96%;
    max-width: 500px;
    margin: 0 auto;

}
#calenderList li{
	border-bottom:1px solid #999;
	padding:5px;
	position: relative;
}
#calenderList li.today::after {
	content: "お電話でお問合せください";
    display: inline-block;
    margin-left: 15px;
    position: absolute;
    left: 5em;
}
#calenderList li.today .reservIconWrap {
	display: none;
}
#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%;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
    font-size: 12px;
    cursor: pointer;
    padding: 6px 7px;
    width: auto;
    max-width: none;
    margin: auto;
    color: #FFF;
    background: #FF8FA5;
	min-width: auto;
}
.reservBtnWrap {
	display: inline;
}
.reservBtnWrap input[type="button"]:disabled{
	display: none;
}
.reservForm input:hover {
    background: #999999;

}

/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
	max-width:800px;
	width: 96%;
	margin:10px auto;
	font-size:16px;
}
#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 
---------------------------------*/
@media screen and (max-width: 860px) {
#formWrap table.formTable,
#formWrap table.formTable tbody,
#formWrap table.formTable tr {
	width:100%;
	display: flex;
	flex-direction: column;
	margin: auto;
}
#formWrap table.formTable th,
#formWrap table.formTable td {
	width:100%;
	border: 0;
}
#formWrap table.formTable td {
	padding-bottom: 20px;
}
}