@charset "utf-8";

/*土曜の文字色*/
/* .youbi_6{
	color:#36F!important;
} */
/*祝日と日曜の文字色*/
/* .youbi_0,.shukujitu{
	color:red!important;
} */
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today {
  background: #f8dfdc;
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.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 
---------------------------------*/
@media screen and (max-width: 560px) {
  .calendar-container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/* Calender style */

#calenderTable {
  font-family: zen-kaku-gothic-new, sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system,
    BlinkMacSystemFont, "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;
  border-collapse: collapse;
  margin-top: 40px;
}
#calenderTable th {
  padding: 5px;
  font-size: 16px;
  color: #fff;
  background: #113862;
  text-align: center;
}
.calenderHeader {
  background: none !important;
  border: none !important;
}
.calenderHeaderMonth {
  color: #113862 !important;
  background: none !important;
  border: none !important;
}
#calenderTable td {
  padding: 5px;
  text-align: left;
  font-size: 16px;
  border: 1px solid #fff;
  color: #000;
  background: #f2f2f2;
  width: 14%;
  vertical-align: top;
  height: 80px;
}
@media screen and (max-width: 560px) {
  #calenderTable td {
    padding: 2px;
  }
}
#calenderTable .calenderHeader a {
  color: #555;
  text-decoration: none;
}

#calenderTable td .scheduleComment {
  text-align: left;
  color: #555;
  font-size: 10px;
}
#calenderTable td .schedulePulldownList {
  color: #333;
  font-size: 1rem;
  margin-top: 5px;
}
@media screen and (max-width: 560px) {
  #calenderTable td .schedulePulldownList {
    font-size: 10px;
  }
}
#calenderTable .borderless {
  border: 0 !important;
}
.countNum {
  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: zen-kaku-gothic-new, sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system,
    BlinkMacSystemFont, "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, 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: zen-kaku-gothic-new, sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system,
    BlinkMacSystemFont, "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;
}
.link-text-prev {
  background-position: left !important;
  padding-right: 24px;
}
.link-text-next {
  background-position: right !important;
  padding-right: 24px;
}
.link-text::after {
  content: none !important;
}
.calender-month {
  position: relative;
}
.calender-month .calendar-next,
.calender-month .calendar-prev {
  top: 0;
  width: 20%;
}
@media screen and (max-width: 560px) {
  .calender-month .calendar-next .link-text-next span,
  .calender-month .calendar-prev .link-text-prev span {
    display: none;
  }
}
.calender-month .calendar-next {
  text-align: end;
}
.calender-month .calendar-prev {
  text-align: start;
}
#calenderTable .calendar-date {
  color: #113862;
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  width: 60%;
}

/* /if ListStyle */

/* Reserv Btn styl*/
.reservForm {
  display: inline;
}
.content-body form.reservForm input[type="submit"] {
  font-size: 16px;
  cursor: pointer;
  font-family: zen-kaku-gothic-new, sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system,
    BlinkMacSystemFont, "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, sans-serif;
  padding: 1px 2px;
  background: #dc5f52 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  height: 30px;
  min-width: 100%;
  font-weight: initial;
}
@media screen and (max-width: 560px) {
  .content-body form.reservForm input[type="submit"] {
    font-size: 10px;
  }
}
.btn-submit {
  margin-bottom: 20px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
  margin: 10px auto;
  line-height: 120%;
  font-size: 90%;
  font-family: zen-kaku-gothic-new, sans-serif, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", -apple-system,
    BlinkMacSystemFont, "Yu Gothic", YuGothic, "游ゴシック", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Verdana, Meiryo, 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 {
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  #formWrap p {
    font-size: 14px;
  }
}
table.formTable {
  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-color: #113862 !important;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  table.formTable td,
  table.formTable th {
    font-size: 14px;
  }
}
table.formTable th span {
  background-color: #a40000;
  text-align: center;
  min-width: 1.6em;
  text-indent: 0;
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 2px;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
table.formTable td {
  font-size: 16px;
}
.link-text-prev {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20d%3D%22M20%2C2c9.93%2C0%2C18%2C8.07%2C18%2C18s-8.07%2C18-18%2C18S2%2C29.93%2C2%2C20%2C10.07%2C2%2C20%2C2M20%2C0C8.95%2C0%2C0%2C8.95%2C0%2C20s8.95%2C20%2C20%2C20%2C20-8.95%2C20-20S31.05%2C0%2C20%2C0h0Z%22%2F%3E%20%3Cpath%20d%3D%22M22.92%2C13.75c.36%2C0%2C.72.16.97.48.44.55.36%2C1.37-.17%2C1.82l-4.65%2C3.95%2C4.65%2C3.95c.53.45.61%2C1.27.17%2C1.82-.44.55-1.22.64-1.76.18l-5.83-4.95c-.29-.25-.46-.61-.46-1s.17-.76.46-1l5.83-4.95c.23-.2.51-.29.79-.29Z%22%2F%3E%3C%2Fsvg%3E")
    no-repeat left center / 20px auto !important;
}
.fin_yoyaku {
  background: #c2a58f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #fff;
}
.calendar-top {
  background: none !important;
  border: none !important;
}
.calendar-top-contents {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .calendar-top-contents {
    margin-bottom: 10px;
  }
}

.content-body form input[type="reset"],
.button-gray {
  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;
  background: linear-gradient(#b2b2b2 50%, #8e8e8e 50%, #8e8e8e 100%);
  box-shadow: 0 2px 0 #565656;
  color: #fff;
  border-color: #b2b2b2;
}

@media screen and (max-width: 560px) {
  .formTable th {
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding-left: 1em;
    padding-right: 10px;
  }
}
textarea {
  width: 100%;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .br-sp {
    display: block;
  }
}
/*---------------------------------
		/index.php style 
---------------------------------*/
