@charset "UTF-8";
/* Scss Document */
#page .page_title {
  display: none;
}

#page .calendar-title {
  display: none;
}

#page .wrapper {
  padding: 0 0 90px;
}

#page .wrapper h1 {
  font-size: 34px;
  color: #1d1d1d;
  display: block;
  letter-spacing: 2px;
  margin: 0 0 25px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 834px) {
  #page .wrapper h1 {
    font-size: 22px;
    margin: 0 0 30px;
  }
}

#page .wrapper .reserve_remarks ul {
  margin: 15px 0px;
  padding: 15px 10px 15px 30px;
  background-color: #E5E1CF;
}

#page .wrapper .reserve_remarks li {
  list-style: initial;
  font-size: 14px;
  padding: 5px 0;
}

#page .wrapper .calendar-caption {
  padding: 0 0 10px;
}

#page .wrapper .calendar-mark a {
  color: #44c1a1;
}

#page .wrapper .monthly-prev span, #page .wrapper .monthly-next span {
  padding: 5px 10px;
  background-color: #BA9C7F;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #FFF;
  display: inline-block;
}

#page .wrapper .monthly-prev a, #page .wrapper .monthly-next a {
  background-color: #BA9C7F;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #FFF;
  padding: 5px 10px;
  display: inline-block;
}

#page .wrapper .monthly-prev a:hover, #page .wrapper .monthly-next a:hover {
  background-color: #836446;
}

#page .wrapper .reserve_history {
  padding: 0 0 40px !important;
}

#page .wrapper .reserve_history a {
  width: 280px;
  text-align: center;
  background-color: #BA9C7F;
  padding: 18px;
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 834px) {
  #page .wrapper .reserve_history a {
    width: 100%;
    font-size: 15px;
  }
}

#page .wrapper .reserve_history a:hover {
  background-color: #836446;
}

#page .wrapper .reserve_history a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#meeting-reserve {
  display: none;
}

.monthly-prev-next {
  padding: 15px 0 0 0;
}

.day-mix-calendar caption {
  padding: 0 0 10px;
}

.day-mix-calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

@media (max-width: 834px) {
  #mix-anchor {
    overflow-x: scroll;
  }
}

.mix-calendar table caption, .day-mix-calendar table caption {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 9px;
}

@media (max-width: 834px) {
  .mix-calendar table caption, .day-mix-calendar table caption {
    text-align: left;
  }
}

.day-mix-calendar th.article-name {
  width: initial;
  height: 38px;
  border: solid 1px #c4c4c4;
  background-color: #d5c6b59c;
  white-space: normal;
}

.day-mix-calendar th.header-time {
  font-size: 14px;
}

.day-mix-calendar td.mix-day.vacant {
  height: 38px;
}

.day-mix-calendar th, .day-mix-calendar td {
  font-weight: normal;
  white-space: nowrap;
}

#booking-form tr.booking-form-people-number-row {
  display: none;
}

/* 予約詳細入力 */
.content-form th {
  display: none;
}

#booking-form th {
  display: table-cell;
}

th.subscription-header {
  display: table-cell;
  padding: 8px;
}

.subscription-title {
  font-size: 16px;
  font-weight: bold;
}

.input-number {
  display: none;
}

.content-form th, .content-form td {
  font-size: 16px;
  border: none;
  position: relative;
}

p.check-text {
  font-size: 12px;
  color: #FF6464;
  line-height: 1.5;
}

.content-form button, .subscription.button {
  padding: 0;
  height: 54px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #836446;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

.content-form button:hover, .subscription.button:hover {
  background-color: #624A34;
}

.content-form button {
  width: 220px;
}

.subscription.button {
  width: 120px;
  border: none;
}

#booking-form th {
  display: none;
}

#booking-form tr.booking-form-people-number-row {
  display: none;
}

#booking-form select.booking-option-select {
  font-size: 1rem;
  font-weight: bold;
  padding: 12px;
  width: 220px;
  border: solid 1px;
  position: relative;
}

#booking-form table#booking-option-table td::before {
  z-index: 1000;
  position: absolute;
  width: 0;
  margin-top: 22px;
  left: 195px;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6f6f6f;
  pointer-events: none;
}

#booking-form input#client-email2 {
  display: none;
}

@media screen and (max-width: 767px) {
  #booking-form select.booking-option-select {
    width: 100%;
  }
  #booking-form table#booking-option-table td::before {
    left: auto;
    right: 42px;
  }
  .subscription-cancel {
    text-align: center;
    float: none;
  }
}

/* 予約完了 */
.booking-complete {
  padding: 0 0px 30px;
}

.booking-complete h2 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.booking-complete p {
  line-height: 1.4;
  font-size: 15px;
}

ul.link {
  padding-top: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.link li {
  width: 49%;
}

@media (max-width: 834px) {
  ul.link li {
    width: 100%;
  }
}

ul.link li a {
  width: 100%;
  background-color: #BA9C7F;
  padding: 18px;
  position: relative;
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border-radius: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

ul.link li a:hover {
  background-color: #836446;
}

@media (max-width: 834px) {
  ul.link li a {
    width: 100%;
    font-size: 15px;
  }
}

ul.link li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 予約詳細・キャンセル */
#mining-form th {
  display: table-cell;
}

#mining-form input.content-text {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 8px;
}

#booking-form fieldset#booking-message-fieldset {
  display: none;
}

td.option-confirm-header {
  font-weight: bold;
}

/* 予約一覧 */
h2.mtssb-users-history {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.mtssb-users table {
  width: 100%;
  border-collapse: collapse;
}

.mtssb-users table tr th:nth-of-type(4), .mtssb-users table tr td:nth-of-type(4) {
  display: none;
}

.mtssb-users th {
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #ffffff;
  background-color: #d5c6b59c;
  text-align: center;
}

.mtssb-users td {
  padding: 5px 0px;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  border: solid 1px #cccccc;
}

.mtssb-users td a {
  color: #836446;
}

#booking_client-fieldset {
  display: none;
}

input[type=button], button, select, textarea {
  -webkit-appearance: none;
}

/* 施設予約/Guest登録トップ */
.reserve-menu .menu {
  width: 49%;
  background-color: #836446;
  color: #FFF;
  text-align: center;
  padding: 35px;
  margin: 0 0 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  outline: 1px solid #FFF;
  outline-offset: -10px;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 834px) {
  .reserve-menu .menu {
    font-size: 14px;
    width: 100%;
    min-width: initial;
    max-width: 410px;
    padding: 25px;
    outline-offset: -8px;
  }
}

.reserve-menu .menu.pt02 {
  background-color: #404040;
}

.reserve-menu .menu.pt02:before {
  background: #1D1D1D;
}

.reserve-menu .menu:hover::before {
  width: 100%;
  height: 100%;
}

.reserve-menu .menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #624A34;
  z-index: -1;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.reserve-menu .menu::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reserve-menu .menu .icon {
  width: 65px;
}

.reserve-menu .menu .icon img {
  width: 100%;
}

.reserve-menu .menu .txt {
  width: calc(100% - 85px);
  text-align: left;
}

.reserve-menu .menu .txt .name-en {
  font-size: 13px;
  color: #FFF;
  letter-spacing: 2px;
  padding: 0 0 3px;
  display: block;
  font-family: 'Abel', sans-serif;
}

@media (max-width: 834px) {
  .reserve-menu .menu .txt .name-en {
    font-size: 12px;
  }
}

.reserve-menu .menu .txt .name {
  font-size: 22px;
  letter-spacing: 1px;
  color: #FFF;
  display: block;
}

@media (max-width: 834px) {
  .reserve-menu .menu .txt .name {
    font-size: 16px;
  }
}
/*# sourceMappingURL=reserve.css.map */