@charset "utf-8";

/*土曜の文字色*/
.youbi_6 {
  color: #2f66b3 !important;
}
.youbi_6 .time_area {
  color: #555;
}
/*祝日と日曜の文字色*/
.youbi_0,
.shukujitu {
  color: #b93335 !important;
}
.youbi_0 .time_area {
  color: #555;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today {
  background: #ff9;
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday {
  background: #ffe2e2;
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed {
  background: #ffe2e2;
}
.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,
#calenderTable th.youbi_6,
#calenderTable th.youbi_0 {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  color: #fff !important;
  background: #2791ba;
  text-align: center;
  width: calc(100% / 7);
  height: 57px;
  font-weight: bold;
}
#calenderTable td {
  padding: 5px;
  text-align: left;
  font-size: 13px;
  border: 1px solid #ccc;
  color: #555;
  width: calc(100% / 7);
  height: 78px;
  vertical-align: top;
}
#calenderTable td.youbi_0,
#calenderTable td.shukujitu {
  background-color: #ffe2e2 !important;
}
#calenderTable td.youbi_6,
#calenderTable td.shukujitu {
  background-color: #f3faff !important;
}
#calenderTable .calenderHeader {
  background: none;
  color: #555 !important;
  height: 40px;
}
#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: #555;
  font-size: 14px;
  padding: 3px 0 3px;
  border-bottom: 1px dotted #ccc;
}
#calenderTable .borderless {
  border: 0 !important;
}
.countNum {
  font-size: 110%;
}
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*/
.reservForm {
  display: inline;
}
.reservForm input {
  font-size: 12px;
  cursor: pointer;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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;
} */
input.entry_btn,
.reservBtnWrap input[type="button"] {
  background: none;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: none;
  border: none;
}
#contents .h1 {
  margin-top: 130px;
}
.submit {
  background: linear-gradient(#ffa12b 50%, #ff8e00 50%, #ff8e00 100%);
  box-shadow: 0 2px 0 #565656;
  color: #fff;
  border-color: orange;
  display: inline-block;
  min-width: 300px;
  padding: 15px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
form dd{
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #calenderTable td {
    display: block;
    width: 100%;
    height: auto;
  }
  #calenderTable td.calendar-date:empty {
    display: none;
  }
}
/*---------------------------------
		/index.php style 
---------------------------------*/
