@charset "UTF-8";
@media (min-width: 768px) {
  .car {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .car {
    margin-top: 40px;
  }
}
.car__head {
  background-color: #336565;
  color: #fff;
}
@media (min-width: 768px) {
  .car__head {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .car__head {
    padding: 60px 0;
  }
}
.car__title {
  line-height: 46px;
  letter-spacing: 0.08em;
}
.car__body {
  background-color: #f8f9f9;
}
@media (min-width: 768px) {
  .car__body {
    padding: 40px 20px 100px;
  }
}
@media (max-width: 767px) {
  .car__body {
    padding: 25px 0 65px;
  }
}
@media (min-width: 768px) {
  .car__body > .inner {
    max-width: 1100px;
  }
}
.car__gallery {
  gap: 0 20px;
}
@media (min-width: 768px) {
  .car__mainimg {
    width: 595px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .car__mainimg {
    width: 51.03vw;
  }
}
.car__subimg {
  flex: 1;
}
.car__items {
  list-style: none;
  gap: 5px;
}
.car__item {
  width: calc(33.3333333333% - 5px);
}
.car__thumbnail {
  cursor: pointer;
  transition: opacity 0.3s;
}
.car__thumbnail:hover {
  opacity: 0.7;
}
.car__pricebox {
  background-color: #fff;
}
@media (min-width: 768px) {
  .car__pricebox {
    padding: 30px 20px;
    border: 6px solid #336565;
  }
}
@media (max-width: 767px) {
  .car__pricebox {
    padding: 25px 15px;
    border: 3px solid #336565;
  }
}
.car__pricenum {
  line-height: 45px;
}
.car__pricenum span {
  color: #336565;
}
.car__pricetext {
  line-height: 24px;
}
.car__pricelimit {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #336565;
}
@media (min-width: 768px) {
  .car__pricelimit {
    max-width: 660px;
  }
}
@media (min-width: 768px) {
  .car__content {
    gap: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .car__content {
    gap: 0 3.66vw;
  }
}
@media (min-width: 768px) {
  .car__detail {
    flex: 1;
  }
}
.car__subtitle {
  line-height: 32px;
  letter-spacing: 0.08em;
}
.car__p {
  line-height: 36px;
}
.car__dl {
  line-height: 36px;
}
.car__dt {
  color: #336565;
  display: inline;
}
.car__dd {
  text-align: left;
  display: inline;
}
@media (min-width: 768px) {
  .car__schedule {
    width: 575px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .car__schedule {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .car__schedule {
    width: 100%;
  }
}
.car__calbox {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .car__calbox {
    width: 575px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .car__calbox {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .car__calbox {
    width: 100%;
  }
}
.car__calendar {
  display: table;
  width: 99%;
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}
.car__calendar caption {
  text-align: center;
  margin-bottom: 20px;
}
.car__calendar th, .car__calendar td {
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
}
.car__calendar th {
  background-color: #336565;
  color: #fff;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .car__calendar th {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .car__calendar td {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .car__calendar td {
    padding: 10px 2px;
  }
}
.car__calendar td[data-availability=OK], .car__calendar td[data-availability=ASK] {
  cursor: pointer;
}
.car__calendar td[data-availability=END] .status {
  color: #999;
}
@media (min-width: 768px) {
  .car__calendar td[data-availability=END] .status {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .car__calendar td[data-availability=END] .status {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .car__calendar td[data-availability=END] .status {
    font-size: 10px;
  }
}
.car__calendar td:nth-child(1) .date {
  color: #ff0000;
}
.car__calendar td:nth-child(7) .date {
  color: #0000ff;
}
.car__calendar td .date_cell {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.car__calendar td .date {
  font-weight: 600;
}
@media (min-width: 768px) {
  .car__calendar td .date {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .car__calendar td .date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .car__calendar td .date {
    font-size: 10px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .car__calendar td .date {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .car__calendar td .availability {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .car__calendar td .availability {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .car__calendar td .availability {
    font-size: 10px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .car__calendar td .availability {
    font-size: 12px;
  }
}
.car__calendar td .status {
  text-align: center;
}
@media (min-width: 768px) {
  .car__calendar td .status {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .car__calendar td .status {
    font-size: 12px;
  }
}
.car__reqbox {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .car__reqbox {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .car__reqbox {
    padding: 35px 25px 40px;
  }
}
.car__reqtext {
  position: relative;
  color: #2a465b;
}
@media (min-width: 768px) {
  .car__reqtext {
    margin-right: 10px;
  }
}
.car__reqtext::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.car__settlement .car__reqtext {
  padding-left: 30px;
}
.car__settlement .car__reqtext::before {
  background-image: url(../img/common/icon_settlement.svg);
  width: 23px;
  height: 16px;
  top: 3px;
}
@media (min-width: 768px) {
  .car__return {
    margin-left: 30px;
  }
}
.car__return .car__reqtext {
  padding-left: 30px;
}
.car__return .car__reqtext::before {
  background-image: url(../img/common/icon_return.svg);
  width: 23px;
  height: 16px;
  top: 3px;
}
.car__input {
  background-color: #e9ecef;
  color: #2a465b;
  border: solid 1px #a7a7a7;
  max-width: 100%;
  height: 55px;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .car__input {
    width: 222px;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .car__input {
    width: 100%;
    padding: 5px 20px;
  }
}
.car__btn {
  background-color: #ff7e83;
  border: 1px solid #a5b1ba;
  color: #fff;
  height: 55px;
}
@media (min-width: 768px) {
  .car__btn {
    width: 363px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .car__btn {
    width: 246px;
    border-radius: 5px;
  }
}

.calstart {
  position: relative;
  overflow: hidden;
}
.calstart::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 1px;
  width: 50%;
  height: 35%;
  background-color: #ff7e83;
  border-radius: 50% 0 0 50%;
}
.calstart::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 50%;
  height: 35%;
  background-color: #ff7e83;
}

.calend {
  position: relative;
}
.calend::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 50%;
  height: 35%;
  background-color: #ff7e83;
}
.calend::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 1px;
  width: 50%;
  height: 35%;
  border-radius: 0 50% 50% 0;
  background-color: #ff7e83;
}

.calstartend {
  position: relative;
}
.calstartend::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 1px;
  width: 50%;
  height: 35%;
  background-color: #ff7e83;
  border-radius: 50% 0 0 50%;
}
.calstartend::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 1px;
  width: 50%;
  height: 35%;
  border-radius: 0 50% 50% 0;
  background-color: #ff7e83;
}

.calselect {
  position: relative;
}
.calselect::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #ff7e83;
}

.status {
  position: relative;
  z-index: 1;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #336565 !important;
  color: #fff !important;
  border-radius: 5px;
  width: auto !important;
  height: auto !important;
  padding: 10px;
  line-height: 25px;
  top: 0 !important;
  margin-top: auto !important;
  z-index: 1000 !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-family: "Noto Sans JP", sans-serif !important;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
}
@media (min-width: 768px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 12px !important;
  }
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  display: none !important;
}
.swiper-button-prev::after {
  content: "< 前月" !important;
}
.swiper-button-next::after {
  content: "翌月 >" !important;
}

@media (min-width: 768px) {
  .reserve {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .reserve {
    margin-top: 40px;
  }
}
.reserve__head {
  background-color: #336565;
  color: #fff;
}
@media (min-width: 768px) {
  .reserve__head {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .reserve__head {
    padding: 60px 0;
  }
}
.reserve__title {
  letter-spacing: 0.08em;
}
.reserve__title .fs26 {
  line-height: 46px;
}
.reserve__title .fs16 {
  line-height: 36px;
}
.reserve__body {
  background-color: #f8f9f9;
}
@media (min-width: 768px) {
  .reserve__body {
    padding: 40px 20px 100px;
  }
}
@media (max-width: 767px) {
  .reserve__body {
    padding: 25px 0 65px;
  }
}
@media (min-width: 768px) {
  .reserve__body > .inner {
    max-width: 1100px;
  }
}
.reserve__intro {
  gap: 0 20px;
}
@media (min-width: 768px) {
  .reserve__img {
    width: 595px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .reserve__img {
    width: 51.03vw;
  }
}
.reserve__detail {
  flex: 1;
}
.reserve__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .reserve__box {
    min-height: 100%;
    padding: 10px 10px 10px 45px;
    border: 6px solid #336565;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .reserve__box {
    padding: 10px 10px 10px 20px;
  }
}
@media (max-width: 767px) {
  .reserve__box {
    padding: 20px 10px;
    border: 3px solid #336565;
  }
}
.reserve__boxname {
  line-height: 47px;
  letter-spacing: 0.08em;
}
.reserve__boxnum {
  line-height: 37px;
}
.reserve__boxnum span {
  color: #336565;
}
.reserve__boxtext {
  line-height: 26px;
}
.reserve__boxul {
  list-style: none;
}
.reserve__boxli {
  position: relative;
  padding-left: 15px;
  line-height: 32px;
  letter-spacing: 0.08em;
}
.reserve__boxli::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #336565;
  border-radius: 50%;
}
.reserve__table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #336565;
}
@media (max-width: 767px) {
  .reserve__table {
    border-top: 1px solid #336565;
  }
}
.reserve__table tr + tr {
  border-top: 1px solid #336565;
}
@media (max-width: 767px) {
  .reserve__table th, .reserve__table td {
    display: block;
  }
}
.reserve__table th {
  background-color: #d0e1e1;
  color: #2a465b;
  text-align: left;
}
@media (min-width: 768px) {
  .reserve__table th {
    width: 308px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .reserve__table th {
    padding: 15px 20px;
  }
}
.reserve__table td {
  background-color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (min-width: 768px) {
  .reserve__table td {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .reserve__table td {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .reserve__table td dl + dl {
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reserve__items {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reserve__item {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reserve__item.payment {
    margin-top: 40px;
  }
}
.reserve__subtitle {
  background-color: #d0e1e1;
  padding: 10px 15px;
  letter-spacing: 0.08em;
}
.reserve__price {
  display: table;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .reserve__price {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .reserve__price {
    padding: 0 25px;
  }
}
.reserve__price tr {
  display: table;
  width: 100%;
  color: #2a465b;
  line-height: 22px;
  font-weight: bold;
}
.reserve__price th {
  width: 8rem;
  text-align: left;
}
.reserve__price td {
  width: calc(100% - 8rem);
  text-align: right;
}
.reserve__total {
  background-color: #fff;
  color: #ff7e83;
}
@media (min-width: 768px) {
  .reserve__total {
    border-top: 1px solid #2a465b;
    border-bottom: 1px solid #2a465b;
    padding: 15px 30px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .reserve__total {
    border: 1px solid #000;
    line-height: 42px;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reserve__total dt {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reserve__total dd {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reserve__total dd .num {
    font-size: 35px;
  }
}
.reserve__notice {
  color: #ff7e83;
}
.reserve__cardbox {
  border: 6px solid #336565;
  background-color: #fff;
  padding: 20px;
}
.reserve__cardbox h4 {
  color: #2a465b;
  line-height: 22px;
}
.reserve__cardtable {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #336565;
}
@media (max-width: 767px) {
  .reserve__cardtable {
    border-top: 1px solid #336565;
  }
}
.reserve__cardtable tr + tr {
  border-top: 1px solid #336565;
}
@media (max-width: 767px) {
  .reserve__cardtable th, .reserve__cardtable td {
    display: block;
  }
}
.reserve__cardtable th {
  background-color: #d0e1e1;
  color: #2a465b;
  text-align: left;
}
@media (min-width: 768px) {
  .reserve__cardtable th {
    width: 120px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .reserve__cardtable th {
    padding: 10px 20px;
  }
}
.reserve__cardtable th .required {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .reserve__cardtable th .required {
    margin-left: 10px;
  }
}
.reserve__cardtable td {
  background-color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding: 15px 10px;
}
.reserve__button {
  background-color: #ff7e83;
  color: #fff;
  border: 1px solid #a5b1ba;
  border-radius: 5px;
  width: 100%;
  height: 55px;
}
@media (min-width: 768px) {
  .reserve__button {
    max-width: 363px;
  }
}
@media (max-width: 767px) {
  .reserve__button {
    max-width: 250px;
  }
}
.reserve__button:hover {
  opacity: 0.8;
}
.reserve__note {
  border-top: 1px solid #336565;
  padding: 10px;
  line-height: 22px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .reserve__note:first-of-type {
    border-top: none;
  }
}
.reserve__select {
  position: relative;
  background-color: #fff;
  color: #2a465b;
  border: 1px solid #a5b1ba;
  border-radius: 5px;
  width: 176px;
}
.reserve__select.bg {
  background-color: #e9ecef;
}
.reserve__select select {
  width: 176px;
  height: 28px;
  line-height: 28px;
  padding: 2px 5px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.reserve__select::before {
  border-bottom: 5px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
  width: 0;
}
.reserve__select::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #000;
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% + 3px);
  width: 0;
}
.reserve__checkicon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.reserve__checkicon:checked + .reserve__checktext::after {
  opacity: 1;
}
.reserve__checktext {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
}
.reserve__checktext::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #a5b1ba;
  border-radius: 3px;
}
.reserve__checktext::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  left: 3px;
  transform: rotate(45deg) skewY(10deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #ff7e83;
  border-bottom: 2px solid #ff7e83;
  opacity: 0;
}
.reserve__radioicon {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.reserve__radioicon:checked + .reserve__radiotext::after {
  opacity: 1;
}
.reserve__radiotext {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
}
.reserve__radiotext::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 50%;
}
.reserve__radiotext::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-color: #ff7e83;
  border-radius: 50%;
  opacity: 0;
}

.errMsg {
  font-size: 12px;
  color: #ff0000;
}/*# sourceMappingURL=car.css.map */