@charset "UTF-8";
* {
  font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #363030;
  text-align: justify;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif !important;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (max-width: 767px) {
  body {
    margin-bottom: 30px !important;
    font-weight: 500;
  }
}

#preview-header {
  display: none;
}

.trial_message_header {
  display: none;
}

.wrap-contents, .contents-space {
  margin-top: 40px;
}

#school-search #pull-down {
  padding: 10px 0 !important;
  background-color: transparent !important;
}

#calendar #nav-area {
  background-color: transparent !important;
}

table.calendar-type02#calendar-auto-min td {
  height: 120px;
}
@media print, screen and (max-width: 767px) {
  table.calendar-type02#calendar-auto-min td {
    display: block;
    margin: 0 0 -1px;
    min-height: 120px;
    width: 100%;
    height: auto;
  }
}
table.calendar-type02 .day {
  padding: 8px;
}
table.calendar-type02 .day th {
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5215686275) !important;
  font-weight: 700;
}
table.calendar-type02 .day th:before {
  height: 40px;
}
table.calendar-type02 span.month-to-day {
  font-weight: 700;
}
table.calendar-type-4 th {
  padding: 10px !important;
  max-height: 100px !important;
}
table.calendar-type-4 td {
  padding: 10px;
}
table.calendar-type-4 td.wrap-zansu-bg-img {
  text-align: center;
}
table.type1 th {
  display: block;
  padding: 30px 30px 0;
}
table.type1 th h5.side-bd {
  margin-bottom: 5px;
  padding-left: 0;
  border-left: 0;
  font-size: 13px;
}
table.type1 th h5.side-bd::before {
  content: "■ ";
}
table.type1 td {
  padding: 10px 30px 30px;
  border-bottom: #dfdfdf solid 1px;
  background-color: transparent;
}

.btn-type-6-list a.main-btn {
  height: 50px !important;
  border-radius: 3px;
}

ul.res-info {
  background-color: transparent !important;
}

#calendar table td ul.data-month {
  overflow: hidden;
  margin: 10px 10px 0;
  padding: 8px;
  max-height: inherit;
  border: none;
  border-radius: 3px;
  word-break: break-all;
  font-weight: 700;
  line-height: 15px;
}
#calendar table td ul.data-month:last-of-type {
  margin: 10px;
}

.unreserve {
  background-color: #cccccc !important;
}

.icon-circle-o, .icon-history, .icon-cross-out-mark, .icon-square {
  border: none !important;
}

#right-column-inline table.calendar-type02 td {
  background-color: rgba(255, 255, 255, 0.5215686275);
}

.event-area-mplan-detail {
  padding-top: 0;
  background-color: transparent;
}

.mplan-detail-zaiko {
  background-color: transparent;
}

.msg_zaiko_mplan_detail {
  background-color: transparent;
  font-size: 16px;
}

.event-block {
  margin-top: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#container-iframe #main {
  box-sizing: border-box;
  padding: 30px 50px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #container-iframe #main {
    padding: 30px 20px;
  }
}

#header {
  background-color: transparent;
}
#header h1 {
  padding: 0;
  height: auto;
}
#header #header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-right: 50px;
  padding-bottom: 0.5rem;
  padding-left: 50px;
  max-width: 1000px !important;
  height: 120px;
  background-image: url(https://resource.resv.jp/accounts/kikusui_kamosudemitasu/pict/1_172361001013773800_1_e3m13.png);
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  #header #header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    align-items: center;
    padding: 0 20px;
    height: 64px;
    border-bottom: #dfdfdf solid 1px;
  }
}
#header #header-wrapper .header-left {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header #header-wrapper .header-left {
    align-items: center;
  }
}
#header #header-wrapper .header-left::after {
  content: "ご予約ページ";
  font-weight: 700;
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  #header #header-wrapper .header-left::after {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #header #header-wrapper .header-left {
    margin-left: 0;
  }
}
#header #header-wrapper .header-right {
  display: none;
}
#header #header-wrapper img {
  width: 163px;
  height: auto;
}

#main {
  margin: 30px auto 0;
  padding: 0 50px;
  max-width: 900px;
}
@media print, screen and (max-width: 767px) {
  #main {
    padding: 64px 20px 0;
  }
}
#main #right-column {
  padding: 0;
  background: transparent;
}
#main #right-column #school-search #rule-heading {
  display: none;
}
#main #right-column #school-search #category-wrapper {
  display: none;
}

#footer {
  display: none;
}

#pagetop {
  display: none !important;
  opacity: 0;
}

#baloon_area {
  position: absolute;
  z-index: 1000000;
  max-width: 250px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  box-shadow: none;
}
#baloon_area #res-detail #name {
  border-bottom: 1px solid #e3e3e3;
  background-color: #ffffff !important;
}
#baloon_area #res-detail ul#detail {
  padding: 15px 15px 15px 10px;
}
#baloon_area #res-detail ul#detail li.arrow {
  padding-left: 16px;
  font-size: 13px;
}
#baloon_area #res-detail #baloon_close {
  background-color: #ffffff;
}
#baloon_area #res-detail #baloon_close a {
  text-decoration: none;
}

.event-name {
  padding: 16px 0 0;
  background-color: transparent;
  font-weight: 700;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
}

.event-block ul.spec-np li {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: none;
}
.event-block ul.spec-np li.event-day {
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eeeeee;
}
.event-block ul.spec-np li.event-day::before {
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background: none;
  content: "日時：";
}
.event-block ul.spec-np li.wysiwyg-area {
  text-align: justify;
  font-weight: 500;
  line-height: 2em;
}
.event-block ul.spec-np li::before {
  display: none;
}

.box-type1-item-bottom {
  overflow: hidden;
  padding-bottom: 30px;
}

.form_required {
  background-color: #000000;
}

.form_any {
  display: none;
}

h5 {
  position: relative;
  margin: 0 0 5px;
}
h5 .form_required {
  position: absolute;
  top: -5px;
  right: 0;
  margin: 0;
  border-radius: 0;
}
h5 .h5text {
  font-size: 12px;
}

input[type=text], input[type=password], input[type=tel], textarea {
  border: 1px solid #dfdfdf;
}

select {
  border: 1px solid #dfdfdf;
}

#res_num, div.select-area .select-wrapper select, div.select-area .select-wrapper select#res_num {
  border: 1px solid #dfdfdf;
}

#bt_form_cus_mail, #bt_form_cus_mail_chk, #bt_form_cus_name, #bt_form_cus_kana {
  width: 100%;
}

.box-type1 {
  border-top: #dfdfdf solid 1px;
  border-right: #dfdfdf solid 1px;
  border-left: #dfdfdf solid 1px;
}
.box-type1 .box-type1-item {
  padding: 30px 30px 0;
}
@media print, screen and (max-width: 767px) {
  .box-type1 .box-type1-item {
    padding: 30px 20px 0;
  }
}
.box-type1 .box-type1-item-bottom {
  padding: 10px 30px 30px;
  border-bottom: #dfdfdf solid 1px;
}
@media print, screen and (max-width: 767px) {
  .box-type1 .box-type1-item-bottom {
    padding: 10px 20px 30px;
  }
}
.box-type1 .box-type1-item-bottom .caption {
  margin: 10px 0 0;
}

.calendar-type02 tr.day {
  padding: 0 !important;
}
@media print, screen and (max-width: 767px) {
  .calendar-type02 tr.day {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #calendar table td ul.data-month li.data-month-mp-name {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #calendar table td ul.data-month li.data-month-mp-name .data-month-mp-block {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  #calendar {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  #school-search {
    padding: 10px 0;
    background: transparent;
  }
}

#calendar .touch-devi-list {
  display: flex;
  align-items: center;
  min-height: 100px;
}

#calendar .touch-zansuu {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
  min-height: 100px;
}

h4 {
  margin: 40px 0 20px 0;
  padding: 0;
  background: transparent;
  font-weight: bold;
  font-size: 15px;
}
h4::before {
  content: "● ";
}

.-padding-right10 {
  padding-right: 0;
}

.-padding-left10 {
  padding-left: 0;
}

.select-option-resnum-indent {
  margin-top: 30px;
  margin-left: 0;
}

.attention-not-done-wrapper {
  padding: 30px 0;
  height: auto;
  border: none;
  background-color: #ffcccc;
  color: #fe2020;
}
.attention-not-done-wrapper .attention-not-done {
  padding: 0 20px;
  color: #fe2020;
  font-weight: 500;
  font-size: 13px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .attention-not-done-wrapper .attention-not-done {
    text-align: left;
    font-size: 12px;
  }
}
.attention-not-done-wrapper .attention-not-done span {
  margin-bottom: 10px;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .attention-not-done-wrapper .attention-not-done span {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.btn-area1 input {
  margin: 0 10px;
  max-width: 240px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .btn-area1 input {
    margin: 0 0 10px;
    max-width: inherit;
    width: 100%;
  }
}

.btn-area1 {
  align-items: center;
  justify-content: center;
}

.caption {
  margin-top: 10px;
  margin-left: 0;
}

.res-last-info {
  margin: 0;
  padding: 28px;
  border-top: #dfdfdf solid 1px;
  border-right: #dfdfdf solid 1px;
  border-left: #dfdfdf solid 1px;
  background: #f8f8f8;
}
@media screen and (max-width: 414px) {
  .res-last-info {
    margin: 16px auto 0;
    padding: 28px;
    width: auto;
  }
}
.res-last-info .res-last-item.res-last-number {
  padding: 0 0 20px;
  border-bottom: #dfdfdf solid 1px;
}
/*# sourceMappingURL=style.css.map */