@charset "UTF-8";

/* common
----------*/
.fs-c-variationList {
  display: none;
}
/* display none */
.bnr-mg,
.fs-c-variationAndActions,
.campRental-soldout {
  display: none;
}

/* calendar
----------*/
.calendar-wrap {
  position: relative;
}
.calendar-wrap .howtochoose {
  margin-bottom: 10px;
  text-align: center;
}
.calendar-wrap .notes {
  width: 100%;
}
.calendar-wrap .notes p {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
  color: #3c3c3c;
}
.calendar-wrap .notes p span {
  font-weight: bold;
}
.calendar-wrap .calendar-schedule {
  margin: 10px auto;
}
.calendar-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #000280;
  margin-bottom: 10px;
  background: #eee;
  padding: 4px 8px;
}
.calendar-container {
  width: 100%;
  margin: 0 auto 10px;
}
.calendar-container .month {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.calendar-frame {
  width: 100%;
  margin-bottom: 10px;
}
.calendar {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.calendar th,
.calendar td {
  text-align: center;
  font-size: 14px;
}
.calendar th {
  padding: 6px 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.calendar td {
  padding: 4px 2px 8px;
}
.calendar td.empty {
  background: #ccc;
  padding: 4px;
}
.calendar .few-left span,
.calendar .in-stock span,
.calendar td.empty span {
  font-size: 14px;
  display: block;
}
.calendar .few-left span {
  color: #c00;
}
.calendar .in-stock span {
  color: #000280;
}
.calendar .few-left span,
.calendar .in-stock span {
  line-height: 0.6;
}
.calendar td.empty span {
  color: #999;
}

.calendar .sun {
  color: #e17f7e;
  background-color: #f8e4e2;
}
.calendar .sat {
  color: #7ab6f3;
  background-color: #e7f6fd;
}
.calendar .mute {
  color: #aaa;
}
.calendar .today {
  background-color: #7d7d7d;
}
.calendar .off {
  background-color: #fadcdb;
}
.calendar-button {
  width: 100%;
  /* border-radius: 24px; */
  border: none;
  /* box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.4); */
  background: none;
  padding: 8px 0;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: underline;
}
.calendar-button.select {
  background: #f25510;
  color: #fff;
}
.select-month-btn {
  display: flex;
  width: 96%;
  margin: 0 auto;
}
.select-month-btn .prev,
.select-month-btn .next {
  border: none;
  background: none;
  font-size: 20px;
  position: relative;
}
.select-month-btn .prev {
  margin-right: auto;
  margin: 0 auto 0 0;
}
.select-month-btn .next {
  margin: 0 0 0 auto;
}
.select-month-btn .prev::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000280;
}
.select-month-btn .next::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000280;
}
.select-month-btn .prev::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 10px;
  left: 11px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
}
.select-month-btn .next::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 10px;
  right: 11px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/* list-content
----------*/
/* .list-content-display {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
.list-content-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #000280;
  padding: 2%;
}

.list-content-box .fs-c-variationCart__variationName {
  order: 1;
  flex-grow: 0;
  width: 100%;
  font-size: 12px;
  display: flex;
}
.list-content-box .fs-c-variationCart__variationName span:first-of-type {
  margin-right: 10px;
}
.list-content-box .fs-c-variationCart__wishlist {
  order: 3;
}
.list-content-box .fs-c-variationCart__cartButton {
  order: 2;
  margin: 8px 16px 0 auto;
}
.list-content-box　.fs-c-variationCart__variationName__name {
  font-size: 16px;
} */

/* レンタル期間の選び方
--------------------*/
.dayofuse-wrap {
  display: block;
  background: #fead00;
  padding: 8px;
  color: #000;
  letter-spacing: 0.05em;
}

.dayofuse-ttl {
  font-weight: bold !important;
  margin: 0 0 4px 8px;
}

.dayofuse-ttl h2 {
  font-size: 18px;
  font-weight: bold;
}

.dayofuse-ttl .example {
  font-size: 13px;
  border-radius: 8px;
  text-decoration: underline;
  text-align: right;
}

.dayofuse span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 2px;
}

.dayofuse-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 4px;
  margin-bottom: 20px;
  position: relative;
}

.dayofuse-box:last-of-type {
  margin-bottom: 0;
}

.dayofuse-box:not(:last-of-type)::after {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #fffd2d;
  transform: rotate(90deg);
}

.dayofuse-box:nth-of-type(2) {
  background: #66ced0;
  border-radius: 8px;
}

.dayofuse-box-l {
  display: inline-block;
  max-width: 120px;
  text-align: center;
  background: #fead00;
  /* border-radius: 8px; */
  color: #fff;
  font-weight: bold;
  padding: 4px;
  margin-right: 6px;
}

.dayofuse-box:nth-of-type(2) .dayofuse-box-l {
  background: #66ced0;
}

.dayofuse-box-r {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: #000;
  flex-grow: 1;
  padding: 2px 4px;
}

.dayofuse-box-r p:first-of-type {
  font-size: 16px;
  font-weight: bold;
  margin-right: 2px;
}

/* list-content new
--------------------*/
.list-content-display {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.list-content-display.show {
  display: block;
  animation: fadeIn 0.6s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.list-content-box {
  width: 96%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 30px 10px;
  border: 1px solid #888;
  display: flex;
  flex-wrap: wrap;
}

.list-content-box .fs-c-variationCart__variationName {
  width: 100%;
  order: 1;
  font-size: 12px;
}
.list-content-box .fs-c-variationCart__wishlist {
  order: 3;
}
.list-content-box .fs-c-variationCart__cartButton {
  order: 2;
  margin: 8px 16px 0 auto;
}
.list-content-box .fs-c-variationCart__variationName__name {
  font-size: 16px;
}
.list-content-box .fs-c-variationCart__variationName__stock {
  display: block;
}

.fs-c-productSelection {
  display: none;
}
.list-content-box .fs-c-productSelection {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.list-content-box .fs-c-productSelection__selection {
  padding: 0;
  margin-bottom: 10px;
}
.list-content-box .fs-c-productSelection__name {
  font-size: 14px;
  padding: 0;
  margin-bottom: 4px;
}
.list-content-box label.fs-c-productSelection__label {
  font-size: 14px;
  color: #333;
}
.list-content-box dt.fs-c-productSelection__name::before {
  content: none;
}

.list-content-box .close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 11;
}
.list-content-box .close span {
  display: block;
  color: #ff0000;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  padding: 0 8px;
}

/* モーダルウィンドウ 複数設置
--------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-in-out;
}
.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}
.modal-container p {
  margin-bottom: 10px;
}
.modal-container p:last-child {
  margin-bottom: 0;
}
.modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 20px 2%;
  width: 96%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* animation: show 0.6s linear 0s; */
  animation: fadeIn 0.8s forwards;
  filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
}
.modal-close {
  color: #ff0000;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  padding: 0 8px;
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #fff;
}

.explanation {
  margin-left: 8px;
}
.explanation p {
  font-size: 14px;
}
.explanation button {
  border: none;
  background: none;
  text-decoration: underline;
  font-weight: bold;
  padding: 0;
}
.explanation a {
  text-decoration: underline;
  font: initial;
  font-size: 16px;
  font-weight: bold;
}
.explanation button:hover,
.explanation a:hover {
  text-decoration: none;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.about-service {
  color: #3c3c3c;
  font-size: 14px;
}
.about-service .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.about-service dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.about-service dl dt {
  text-align: center;
}
.about-service dl dd p:first-of-type {
  text-align: center;
  font-weight: bold;
}
.about-service dl dd {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 2%;
}
.about-service .note {
  font-size: 12px;
}
.about-service .note p {
  margin-bottom: 4px;
  text-indent: -1em;
  padding-left: 1em;
}
.about-service .note a {
  text-decoration: underline;
}
.about-service .note a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* calendar
    ----------*/
  body#fs_ProductDetails .calendar-frame table {
    width: 100%;
  }
  .calendar-wrap {
    display: flex;
    flex-direction: column;
  }
  .calendar-container {
    margin: 0 auto;
  }
  .calendar td {
    font-size: 11px;
    line-height: 1.2;
  }
  /* list-content
  ----------*/
  .list-content-box .fs-c-variationCart__cartButton {
    max-width: 200px;
  }

  /* モーダルウィンドウ 複数設置
--------------------*/
  .modal-content {
    max-height: 80%;
  }
}
