<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700;900&amp;display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #condition{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.searchHaed {
  margin-top: 12px;
}
.searchHaed .searchHaed__title {
  padding: 15px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
  color: #222222;
}
.calender {
  -webkit-text-size-adjust: 100%;
}
.calender .calender__Area {
  display: none;
}
.calender .calender__Area.is-open {
  display: block;
}
.calender .sp_tab ul {
  background: transparent;
  border-bottom: 4px solid #0D4E78;
  margin: 20px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calender .sp_tab ul li {
  width: calc(50% - 1px);
}
.calender .sp_tab ul.sp_tab__single {
  border-color: #A48E56;
}
.calender .sp_tab ul li:first-child a {
  background: #0D4E78 !important;
  color: #fff;
}
.calender .sp_tab ul li:last-child a {
  border: none;
  background: #A48E56 !important;
  color: #fff;
}
.calender .sp_tab ul li a {
  border-radius: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 0;
  padding: 15px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender .sp_tab ul li a:before {
  margin-right: 4px;
  content: "";
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  display: inline-block;
}
.calender .sp_tab ul li:first-child a:before {
  -webkit-mask: url(/images/sp/calender/icon_regular.svg) no-repeat center center !important;
          mask: url(/images/sp/calender/icon_regular.svg) no-repeat center center !important;
  background: #fff !important;
}
.calender .sp_tab ul li:last-child a:before {
  -webkit-mask: url(/images/sp/calender/icon_single.svg) no-repeat center center !important;
          mask: url(/images/sp/calender/icon_single.svg) no-repeat center center !important;
  background: #fff !important;
}
.calender .date {
  background: #0D4E78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 11px 11px 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.calender .date::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-mask-image: url(/images/sp/calender/arrow-down.svg);
          mask-image: url(/images/sp/calender/arrow-down.svg);
  position: absolute;
  right: 20px;
}
.calender .date.is-open::after {
  -webkit-mask-image: url(/images/sp/calender/arrow-up.svg);
          mask-image: url(/images/sp/calender/arrow-up.svg);
}
.calender .date span {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender .date span::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-mask-image: url(/images/sp/calender/icon_calendar.svg);
          mask-image: url(/images/sp/calender/icon_calendar.svg);
  margin-right: 4px;
}
.calender .calender__text {
  color: #888;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.calender .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.calender .ui-datepicker-header {
  margin-top: 10px;
}
.calender .ui-datepicker-prev, .calender .ui-datepicker-next {
  width: 11px;
  height: 19px;
  display: block;
  position: absolute;
}
.calender .ui-datepicker-prev .ui-icon, .calender .ui-datepicker-next .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.calender .ui-datepicker-prev::before, .calender .ui-datepicker-next::before {
  content: "";
  width: 11px;
  height: 19px;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #0D4E78;
}
.calender .ui-datepicker-prev {
  left: 12px;
}
.calender .ui-datepicker-prev::before {
  -webkit-mask-image: url(/images/sp/calender/arrow-prev.svg);
          mask-image: url(/images/sp/calender/arrow-prev.svg);
}
.calender .ui-datepicker-next {
  right: 12px;
}
.calender .ui-datepicker-next::before {
  -webkit-mask-image: url(/images/sp/calender/arrow-next.svg);
          mask-image: url(/images/sp/calender/arrow-next.svg);
}
.calender .ui-datepicker-calendar {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.calender .ui-datepicker-calendar tr {
  background: #fff;
}
.calender .ui-datepicker-calendar th:first-child {
  background-color: #F2D7D6;
  color: #9E2624;
}
.calender .ui-datepicker-calendar td.date-holiday {
  background-color: #F2D7D6;
  color: #9E2624;
}
.calender .ui-datepicker-calendar th:last-child {
  background-color: #C8E2E3;
  color: #0D4E78;
}
.calender .ui-datepicker-calendar td:last-child {
  background-color: #C8E2E3;
  color: #0D4E78;
}
.calender .ui-datepicker-calendar th {
  background-color: #F5F5F5;
  padding: 8px 5px;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.calender .ui-datepicker-calendar td {
  padding: 10px 5px;
}
.calender .ui-datepicker-calendar th, .calender .ui-datepicker-calendar td {
  border: 1px solid #DDDDDD;
}
.calender .ui-datepicker-calendar .ui-state-disabled {
  opacity: 0.5;
  font-weight: 400;
}
.calender .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default {
  background-color: #0D4E78 !important;
  background-image: none;
  color: #fff !important;
  font-weight: bold;
}
.calender .ui-datepicker-calendar td.ui-datepicker-current-day {
  background-color: #0D4E78 !important;
}
.calender .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-default {
  background-color: #0D4E78 !important;
  color: #fff !important;
}
.calender .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default {
  border: none !important;
}
.calender .ui-datepicker-calendar td a {
  border: none !important;
  text-decoration: none;
  color: inherit;
  background: transparent !important;
}
.calender .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default {
  background-color: transparent !important;
  color: #4a4a4a !important;
}
.calender .ui-datepicker-calendar td a:after {
  display: block;
  text-align: center;
  color: inherit;
  font-size: 10px;
}
.calender .ui-datepicker-calendar td span.zero:after {
  content: "(0)";
  display: block;
  text-align: center;
  color: inherit;
  font-size: 10px;
}
.calender .select {
  background: #0D4E78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px 11px 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.calender .select .title {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender .select .title::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  -webkit-mask-image: url(/images/sp/calender/icon_regular.svg);
          mask-image: url(/images/sp/calender/icon_regular.svg);
  margin-right: 4px;
}
.calender .select .title span + span {
  margin-left: 8px;
}
.calender .select .select__change {
  background: #fff;
  color: #0D4E78;
  border-radius: 4px;
  padding: 6px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.calender .calender__Area + #searchResults {
  margin-top: 1px;
}
.calender #searchResults {
  margin-top: 20px;
  padding-bottom: 24px;
  background: #FCFCFC;
  margin-bottom: 36px;
}
.calender #searchResults .date::after {
  content: none;
}
.calender #searchResults dl.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 12px 0;
  padding: 7px 5px;
  color: #0D4E78;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px #166DA5 solid;
}
.calender #searchResults dl.number dd {
  margin-left: 10px;
  border: #0D4E78 1px solid;
  background: #fff;
  color: #0D4E78;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.calender #searchResults dl.number dd span {
  color: #9E2624;
}
.calender #searchResults .btnBox {
  margin-top: 16px;
  margin-bottom: 10px;
}
.calender #condition {
  margin: 16px 12px 0;
}
.calender #condition .result {
  background: #ECF2F5;
  padding: 2px 8px 0;
}
.calender #condition .result &gt; li {
  padding: 8px 8px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.calender #condition .result &gt; li:last-of-type {
  border-bottom: none;
  padding: 12px 0;
}
.calender #condition .result &gt; li .title, .calender #condition .result &gt; li .content {
  font-size: 14px;
  line-height: 2;
}
.calender #condition .result &gt; li .title {
  color: #0D4E78;
  font-weight: 700;
}
.calender .changeCondition {
  width: 100%;
}
.calender .calender__button {
  border: none;
  width: 217px;
  background: #0D4E78;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 13px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.calender .calender__button::after {
  content: "";
  width: 20px;
  height: 4px;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff;
  display: inline-block;
  -webkit-mask: url(/images/sp/calender/icon_button.svg);
          mask: url(/images/sp/calender/icon_button.svg);
  margin-left: 4px;
}
.calender .calender__button.is-lightBlue {
  background: #0086CD;
}
.calender .calender__button.is-noArrow::after {
  content: none;
}
.calender .filter-pane {
  background: #0D4E78;
  color: #fff;
  padding-bottom: 32px;
}
.calender .filter-pane p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 8px 0 16px;
}
.calender .filter-pane .close {
  text-align: right;
  display: block;
  padding: 4px 4px 0 0;
}
.calender .filter-pane h3 {
  text-align: center;
  background: #166DA5;
  padding: 12px;
}
.calender .filter-pane .playFee {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender .filter-pane .playFee select {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #E9E9E9;
  color: #3979F5;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 5px 14px;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calender .filter-pane .playFee span {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  margin: 0 2px;
}
.calender .filter-pane .startTime li:not(:nth-of-type(3n)) {
  margin-right: 5px;
}
.calender .filter-pane .playStyle li:nth-of-type(even), .calender .filter-pane .benefit li:nth-of-type(even) {
  margin-left: 5px;
}
.calender .filter-pane .startTime, .calender .filter-pane .playStyle, .calender .filter-pane .benefit {
  margin: 20px 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calender .filter-pane .startTime li, .calender .filter-pane .playStyle li, .calender .filter-pane .benefit li {
  width: calc(33.3333333333% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calender .filter-pane .startTime input, .calender .filter-pane .playStyle input, .calender .filter-pane .benefit input {
  width: 16px;
  height: 16px;
}
.calender .filter-pane .startTime label, .calender .filter-pane .playStyle label, .calender .filter-pane .benefit label {
  width: calc(100% - 22px);
}
.calender .filter-pane .startTime label, .calender .filter-pane .playStyle label, .calender .filter-pane .benefit label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 6px;
  text-align: left;
}
.calender .filter-pane .playStyle li, .calender .filter-pane .benefit li {
  width: calc(50% - 5px);
}
.calender .filter-pane .playStyle li input, .calender .filter-pane .benefit li input {
  width: 16px;
  height: 16px;
}
.calender .filter-pane .playStyle li label, .calender .filter-pane .benefit li label {
  width: calc(100% - 22px);
}
.calender .filter-pane .btn.filter {
  background: #fff;
  color: #0D4E78;
  text-decoration: none;
}
.calender .filter-pane .btn.filter:after {
  background: #0D4E78;
}
.calender .ccWrap {
  margin: 20px 12px 0;
}
.calender .plan__title {
  color: #0D4E78;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.calender .plan__text {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.calender #searchResults h2 {
  padding: 17px 12px;
  color: #FFFFFF;
  background: #166DA5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender #searchResults h2 a{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration:none;
  text-align: left;
  position: relative;
}
.calender #searchResults h2:after {
  content: attr(data-pref);
  color: #fff;
  background: #0D4E78;
  padding: 6px 12px;
  right: 12px;
  border-radius: 4px;
  white-space: nowrap;
  margin-left: 4px;
  font-size: 12px;
}
.calender .address {
  margin: 7px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender .address p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #888;
}
.calender .address p .text {
  margin-left: 4px;
}
.calender .address p a {
  color: #888;
  text-decoration: none;
}
.calender .address .map {
  background: #5E9429;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 17px;
  text-decoration: none;
  margin-right: 12px;
  border-radius: 4px;
}
.calender .address .map:before {
  content: "";
  width: 8px;
  height: 10px;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff;
  display: inline-block;
  -webkit-mask: url(/images/sp/calender/icon_map.svg) no-repeat center center;
          mask: url(/images/sp/calender/icon_map.svg) no-repeat center center;
  margin-right: 4px;
}
.calender .planCard {
  border-radius: 9px;
  border: #0D4E78 2px solid;
  padding: 18px 20px;
  display: block;
  margin-top: 8px;
  text-decoration: none;
}
.calender .planCard &gt; div {
  text-align: left;
}
.calender .planCard, .calender .planCard-single, .calender .planCard-search {
  background-color: #fff;
}
.calender .planCard .planCard__title, .calender .planCard-single .planCard__title, .calender .planCard-search .planCard__title {
  color: #0D4E78;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.calender .planCard .playstyle, .calender .planCard-single .playstyle, .calender .planCard-search .playstyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 8px;
}
.calender .planCard .playstyle .playstyle__group, .calender .planCard-single .playstyle .playstyle__group, .calender .planCard-search .playstyle .playstyle__group {
  margin-top: 0;
}
.calender .planCard .playstyle__group, .calender .planCard-single .playstyle__group, .calender .planCard-search .playstyle__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.calender .planCard .playstyle__group li:not(:last-of-type), .calender .planCard-single .playstyle__group li:not(:last-of-type), .calender .planCard-search .playstyle__group li:not(:last-of-type) {
  margin-right: 2px;
}
.calender .planCard + .playstyle, .calender .planCard-single + .playstyle, .calender .planCard-search + .playstyle {
  margin-top: 6px;
}
.calender .planCard .playstyle__tagGroup, .calender .planCard-single .playstyle__tagGroup, .calender .planCard-search .playstyle__tagGroup {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calender .planCard .playstyle__tagGroup .playstyle__tag, .calender .planCard-single .playstyle__tagGroup .playstyle__tag, .calender .planCard-search .playstyle__tagGroup .playstyle__tag {
  background: #166DA5;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  margin-right: 4px;
  color: #fff;
  margin-top: 4px;
}
.calender .planCard .price__box, .calender .planCard-single .price__box, .calender .planCard-search .price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
.calender .planCard .price, .calender .planCard-single .price, .calender .planCard-search .price {
  margin-top: 12px;
  text-align: left;
  color: #9E2624;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.calender .planCard .price &gt; span, .calender .planCard-single .price &gt; span, .calender .planCard-search .price &gt; span {
  margin-left: 6px;
}
.calender .planCard .price .tax, .calender .planCard-single .price .tax, .calender .planCard-search .price .tax {
  font-size: 16px;
  margin-left: 4px;
}
.calender .planCard-search {
  border-radius: 9px;
  border: #0D4E78 2px solid;
  display: block;
  margin-top: 8px;
  text-decoration: none;
}
.calender .planCard-search:first-of-type {
  margin-top: 24px;
}
.calender .planCard-search .planCard-search__body {
  padding: 16px 20px 12px;
}
.calender .planCard-search .price {
  text-align: left;
  margin-top: 12px;
}
.calender .note {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0D4E78;
  text-align: left;
  display: block;
  text-align: left;
}
.calender .note span {
  margin-left: 8px;
}
.calender .note__stay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.calender .note__stay .note {
  display: block;
}
.calender .vacant {
  margin-top: 12px;
  text-align: left;
}
.calender .vacant .vacant__title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 5px 20px 5px 12px;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  background: #0D4E78;
  display: inline-block;
}
.calender .vacant .vacant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.calender .vacant .vacant__list &gt; li {
  border-top: #0D4E78 1px solid;
  width: 14.2857142857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calender .vacant .vacant__list &gt; li:not(:first-of-type) {
  border-left: #0D4E78 1px solid;
}
.calender .vacant .vacant__list &gt; li:first-of-type .vacant__num {
  border-radius: 0 0 0 9px;
}
.calender .vacant .vacant__list &gt; li:last-of-type .vacant__num {
  border-radius: 0 0 9px 0;
}
.calender .vacant .vacant__list .vacant__time {
  padding: 4px 0;
  background: #166DA5;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calender .vacant .vacant__list .vacant__num {
  background-color: #ECF2F5;
  color: #0D4E78;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calender .planCard-single {
  border-radius: 9px;
  border: #0D4E78 2px solid;
  display: block;
  margin-top: 8px;
  text-decoration: none;
}
.calender .planCard-single .planCard-single__head {
  border-radius: 9px 9px 0 0;
  background-color: #ECF2F5;
  padding: 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.calender .planCard-single .planCard-single__date {
  color: #0D4E78;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 3px 0;
}
.calender .planCard-single .planCard-single__date span {
  margin-right: 4px;
}
.calender .planCard-single .planCard-single__number {
  background: #fff;
  border-radius: 10px;
  padding: 4px 8px;
  color: #0D4E78;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.calender .planCard-single .planCard-single__number .small {
  font-size: 10px;
}
.calender .planCard-single .planCard-single__body {
  padding: 12px 20px;
}
.calender .planCard-single .price {
  text-align: left;
  margin-top: 12px;
}
.calender .planCard-single .price__before + .price {
  margin-top: 4px;
}
.calender .planCard-single .price__before {
  color: #0D4E78;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 12px;
}
.calender .planCard-single .price__before span {
  text-decoration: line-through;
}
.calender .planCard__more {
  display: none;
}
.calender .planCard__more.is-show {
  display: block;
}
.calender .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.calender .avatar &gt; p {
  margin-top: 4px;
}
.calender .avatar &gt; p:not(:first-of-type) {
  margin-left: 12px;
}
.calender .avatar img {
  width: 51px;
}
.calender .notice {
  margin-bottom: 12px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calender .notice.is-before {
  border: 1px solid #FD5500;
}
.calender .notice.is-before .notice__title {
  background-color: #FD5500;
}
.calender .notice.is-before .notice__title:before {
  content: url(/images/guide/icon_fire.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.calender .notice.is-before .notice__text {
  color: #FD5500;
}
.calender .notice.is-discount {
  border: 1px solid #EB348F;
}
.calender .notice.is-discount .notice__title {
  background-color: #EB348F;
  font-size: 12px;
}
.calender .notice.is-discount .notice__text {
  color: #EB348F;
  font-size: 11px;
}
.calender .notice.is-playfee {
  border: 1px solid #7C10D0;
}
.calender .notice.is-playfee .notice__title {
  background-color: #7C10D0;
  font-size: 12px;
}
.calender .notice.is-playfee .notice__text {
  color: #7C10D0;
  font-size: 11px;
}
.calender .notice.is-tokuwari {
  border: 1px solid #1FA231;
}
.calender .notice.is-tokuwari .notice__title {
  background-color: #1FA231;
}
.calender .notice.is-tokuwari .notice__title:before {
  content: url(/images/guide/icon_yen.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.calender .notice.is-tokuwari .notice__text {
  color: #1FA231;
}
.calender .notice.is-hayawari {
  border: 1px solid #0086CE;
}
.calender .notice.is-hayawari .notice__title {
  background-color: #0086CE;
}
.calender .notice.is-hayawari .notice__title:before {
  content: url(/images/guide/icon_time.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.calender .notice.is-hayawari .notice__text {
  color: #0086CE;
}
.calender .notice.is-limited {
  border: 1px solid #E60011;
}
.calender .notice.is-limited .notice__title {
  background-color: #E60011;
}
.calender .notice.is-limited .notice__title:before {
  content: url(/images/guide/icon_tag.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.calender .notice.is-limited .notice__text {
  color: #E60011;
}
.calender .notice &gt; p {
  width: 50%;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.calender .notice .notice__title {
  color: #fff;
}
.calender .search__list .search__item:not(:first-of-type) {
  margin-top: 24px;
}
.calender .search__list .search__item:not(:first-of-type) .planCard__more .planCard-search:first-of-type {
  margin-top: 8px;
}
.calender .search__other {
  margin: 0 20px 60px 0;
  text-align: right;
}
.calender .search__other .search__other__wrapper {
  text-align: left;
  display: inline-block;
}
.calender .search__other .search__other__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #888888;
}
.calender .search__other .guide__link {
  margin-top: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.showPlan {
  margin-top: 16px;
}

.planDay {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #0D4E78;
  color: #fff;
  padding: 3px 8px;
  border-radius: 8px;
}
/* プランカード（プラン情報）のスタイル（.planCard） ----------------------------- */
.bookingCal #searchResults a.planCard.more{
  display: none;
}
.search #condition dl.changeCondition dt.open{
  display:none;
}
.bookingCal #condition dl.changeCondition dt.open{
  display:none;
}</pre></body></html>