/* ===================================
WAKKA BBB
Reservation Page Style Sheet
First Update  2018-08-30
Last Update	  2018-08-30
Creat by Basic Plus Design Inc.	
=================================== */
/*---------------------------------
  Calendar Common
---------------------------------*/
.calendar {
  width: 90%;
  margin: 0 auto;
}

.calendar p,
.calendar dt,
.calendar dd,
.calendar input {
  color: #2B5678;
}

/*土曜の文字色*/
.calendar .youbi_6 {
  color: #38729E !important;
}

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

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

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

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

.calendar .hidden {
  display: none;
}

/*休業日テキスト部の左側の四角*/
.calendar .holidayCube {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 3px 3px 0 3px;
  position: relative;
  top: 2px;
}

/*定休日テキスト部の左側の四角*/
.calendar .closedCube {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 3px 3px 0 3px;
  position: relative;
  top: 2px;
}

.calendar .scheduleComment {
  font-size: 80%;
  font-weight: normal;
  color: #333;
}

.calendar .schedulePulldownList {
  font-size: 90%;
  font-weight: normal;
  color: #333;
  padding: 5px 0 5px;
  border-bottom: 2px dotted #aaa;
}

.calendar #formWrap {
  margin: 0 10px;
}

.calendar #formWrap h2 {
  border: none;
  text-align: left;
}

.calendar .borderless {
  border: 0 !important
}

.calendar .copyright a {
  color: #FFF !important;
}

.calendar .copyright::before {
  clear: both;
  content: "";
  display: table;
}

/*---------------------------------
  Calendar for SP Layout 
---------------------------------*/
#pc_cal {
  display: none;
}

#sp_cal ul {
  border-bottom: 2px solid #2B5678;
}

#sp_cal li {
  border-top: 2px solid #2B5678;
  padding: .5em;
}

#sp_cal .controlset {
  width: 100%;
  height: 100px;
  margin: 30px 0;
  position: relative;
}

#sp_cal .controlset::after {
  content: "";
  display: table;
  clear: both;
}

#sp_cal .controlset h3 {
  width: 100%;
  color: #000 !important;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  background: none !important;
  border: none;
  padding: .5em;
  margin: 0 auto 50px;
}

#sp_cal .controlset a {
  display: inline-block;
  width: 100px;
  height: 30px;
  background: #FFF;
  border: 2px solid #2B5678;
  border-radius: 6px 0 0 6px;
  text-align: center;
  padding: .5em;
}

#sp_cal .controlset a:nth-child(1) {
  float: left;
}

#sp_cal .controlset a:nth-child(2) {
  border-radius: 0 6px 6px 0;
  float: right;
}

#sp_cal li .schedulePulldownList {
  width: auto;
  margin-left: 6em;
  margin-top: -2em;
  position: relative;
}

#sp_cal li .reservForm {
  display: inline;
}

#sp_cal li .schedulePulldownList input {
  margin-left: 2em;
}

html input[disabled] {
  display: none;
}

/*---------------------------------
  Calendar fot PC Layout 
---------------------------------*/
@media print,
screen and (min-width: 640px) {
  #sp_cal {
    display: none;
  }

  #pc_cal {
    display: block;
  }

  /* Calender style */
  #pc_cal #calenderTable {
    width: 100%;
    max-width: 100%;
    background: #FFF;
    font-family: 'Cabin', 'Noto Sans Japanese', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-collapse: collapse;
    margin: 50px auto;
  }

  #pc_cal #calenderTable th {
    background: #F3F3F3;
    color: #000;
    font-family: 'Cabin', 'Noto Sans Japanese', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 100%;
    font-weight: normal;
    border: 1px solid #2B5678;
    padding: 5px;
  }

  #pc_cal #calenderTable td {
    width: 14%;
    height: 60px;
    color: #555;
    font-size: 12px;
    padding: 5px;
    text-align: right;
    vertical-align: top;
    border: 1px solid #2B5678;
  }

  #pc_cal #calenderTable .calenderHeader {
    background: #FFF;
    color: #2B5678;
    font-size: 140%;
    text-decoration: none;
  }

  #pc_cal #calenderTable th {
    text-align: center;
  }

  #pc_cal #calenderTable td .scheduleComment {
    color: #555;
    font-size: 10px;
    text-align: left;
  }

  #pc_cal #calenderTable td .schedulePulldownList {
    color: #555;
    font-size: 10px;
    text-align: left;
    padding: 0px 0 3px;
    border-bottom: 1px dotted #2B5678;
  }

  #pc_cal #calenderTable .borderless {
    border: 0 !important
  }

  #pc_cal .countNum {
    font-size: 110%;
  }

  #pc_cal p.holidayText {
    color: #444;
    font-size: 12px !important;
    padding: 0 0 5px;
    margin: 0;
  }

  /* Reserve Btn styl*/
  #pc_cal .reservForm {
    display: inline;
  }

  #pc_cal .reservForm input {
    background: #FFF;
    color: #000;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    border: #2B5678 1px solid;
    border-radius: 3px;
    padding: .5em;
    margin: .5em auto 0 1em;
    cursor: pointer;
  }

  #pc_cal .reservForm input:hover {
    background: #000;
    color: #FFF;
  }
}

/*---------------------------------
  Reservation Form 
---------------------------------*/
.calendar #formWrap {
  width: 100%;
  max-width: 650px;
  color: #555;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 90%;
  line-height: 1.2;
  margin: 10px auto;
}

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

.calendar #formWrap p:first-child {
  margin-bottom: 30px;
}

.calendar #formWrap p.comment {
  font-size: 95%;
  margin-bottom: .5em;
}

.calendar #formWrap a {
  color: #FFF !important;
}

.calendar dl.formTable {
  width: 100%;
  background: #FFF;
  color: #2B5678;
  margin: 15px auto;
  border: 2px solid #2B5678;
  border-top: none;
}

.calendar dl.formTable dt,
.calendar dl.formTable dd {
  border-top: 2px solid #2B5678;
  font-size: 90%;
  padding: 10px;
}

.calendar dl.formTable dt {
  width: 100%;
  background: #FFF;
  font-weight: normal;
  text-align: left;
}

.calendar dl.formTable dt span.require {
  color: #C00 !important;
  float: right;
}

.calendar dl.formTable dd {
  background: #FFF;
}

.calendar dl.formTable dd input {
  width: 80%;
}

.calendar dl.formTable dd.date {
  height: 55px;
  padding-top: 20px;
}

.calendar dl.formTable dd.date input {
  width: 4em;
}

.calendar dl.formTable dd input.zip {
  width: 6em;
}

.calendar dl.formTable dd.cb input {
  width: auto;
  margin-left: 1em;
  vertical-align: middle;
}

.calendar dl.formTable dd.cb input:first-child {
  margin-left: 0;
}

.calendar dl.formTable dd.numb input,
.calendar dl.formTable dd.numb select {
  width: 4em;
  height: 2.5em;
}

.calendar dl.formTable dd textarea {
  width: 100%;
}

.calendar input {
  border: 1px solid #2B5678;
  border-radius: 3px;
  padding: .5em;
  margin: .5em 0;
}

.calendar input:hover {
  background: #2B5678;
  color: #FFF;
}

.calendar dl.formTable dd input:hover {
  background: #FFF;
  color: #2B5678;
}

.calendar dl.formTable dd dl.list::after {
  content: "";
  display: table;
  height: 1em;
  clear: both;
}

.calendar dl.formTable dd dl.list dt,
.calendar dl.formTable dd dl.list dd {
  width: 100%;
  background: none;
  border: none;
}

.calendar dl.formTable dd dl.list dt {
  float: none;
}

.calendar dl.formTable dd dl.list dt.even {
  margin-top: -50px;
}

@media print,
screen and (min-width: 361px) {

  .calendar dl.formTable dd dl.list dt,
  .calendar dl.formTable dd dl.list dd {
    height: 3em;
    background: none;
    border: none;
  }

  .calendar dl.formTable dd dl.list dt {
    width: 18em;
    padding-top: 1.5em;
    float: left;
  }

  .calendar dl.formTable dd dl.list dt.even {
    margin-top: 0;
  }
}

@media print,
screen and (min-width: 640px) {
  .calendar dl.formTable dt {
    width: 16em;
    float: left;
  }

  .calendar dl.formTable dd {
    border-left: 1px solid #2B5678;
    margin-left: 16em;
  }
}

/*---------------------------------
  Confirm Page 
---------------------------------*/
body > #formWrap {
  width: 96%;
  max-width: 600px;
  color: #2B5678;
  margin: 50px auto;
}

body > #formWrap th {
  width: 50%;
  background: rgba(43, 86, 120, .1);
  border: 2px solid #2B5678;
}

body > #formWrap td {
  width: 50%;
  border: 2px solid #2B5678;
}

@media print,
screen and (min-width: 640px) {
  body > #formWrap th {
    width: 40%;
  }

  body > #formWrap td {
    width: 60%;
  }
}

/*---------------------------------
  Thanks Page 
---------------------------------*/
.thanks {
  width: 90%;
  max-width: 1024px;
  margin: 30px auto;
  position: relative;
}

.thanks .thankshead {
  height: 70px;
  background: #2B5678 url(../images/logo-w.svg) no-repeat center 20px/80px 80px;
  border-radius: 6px 6px 0 0;
  padding-top: 120px;
}

.thankshead h2 {
  width: 100%;
  color: #FFF;
  font-size: 130%;
  text-align: center;
  margin: 0;
}

.thanks .clsBT a {
  display: block;
  width: 21px;
  background: url(../images/close-w.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.thanks .thanksmsg {
  background: #FFF;
  color: #000;
  padding: 30px;
}

.thanks .thanksmsg p {
  margin-bottom: 1em;
}

.thanks .thanksmsg p.owner {
  margin-top: 40px;
  text-align: right;
}

.thanks .thanksfoot {
  background: #2B5678;
  font-size: 80%;
  line-height: 1;
  text-align: center;
  border-radius: 0 0 6px 6px;
  padding: 10px 0;
}

.thanks .thanksfoot p {
  color: #FFF;
}

@media print,
screen and (min-width: 640px) {
  .thanks .thankshead {
    height: 120px;
    background-position: 30px 20px;
    padding-top: 0;
  }

  .thankshead h2 {
    padding: 40px 0 20px;
  }
}
