@charset "UTF-8";
.splide__arrow {
  border: none;
  background: none;
  background-color: rgba(22, 60, 63, 0.5);
  width: 30px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: background 0.3s;
}
.splide__arrow:hover {
  background-color: #163c3f;
}
.splide__arrow:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12%;
  left: 0;
  transform: rotate(45deg);
  transition: border 0.3s;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  transform: scale(-1, 1);
  left: -10px;
}

.splide__arrow--next {
  right: -10px;
}

.splide__pagination {
  gap: 10px;
  margin-top: 20px;
}

.splide__pagination__page {
  border: none;
  background: none;
  background-color: rgba(22, 60, 63, 0.6);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: background 0.3s;
}
.splide__pagination__page.is-active {
  background-color: #163C3F;
  pointer-events: none;
}
.splide__pagination__page:hover {
  background-color: #163C3F;
}

.head02 {
  background-color: #F3F3F3;
  border-left: 8px solid #163C3F;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px;
}

table {
  border-collapse: collapse;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}

tbody th {
  background-color: #F8F8F8;
  border: 1px solid #B6B6B6;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px 10px;
  vertical-align: top;
}
tbody td {
  border: 1px solid #B6B6B6;
  padding: 12px 10px;
  line-height: 1.8;
  vertical-align: top;
}

.tourMetaList {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-size: 1.3rem;
}

.tourMetaListItem {
  padding: 2px 10px;
}

.state00 {
  background-color: #27A639;
}

.state01 {
  background-color: #E50017;
}

.state02, .state03, .state04 {
  background-color: #343434;
}

.area {
  background-color: #1755A6;
}

.tourTitle {
  border-bottom: 3px solid #163C3F;
  border-image: linear-gradient(90deg, #163C3F 0%, #163C3F 30px, #C59B2B 30px, #C59B2B 60px, #E2E2E2 60px, #E2E2E2 100%);
  border-image-slice: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 12px;
}

.tourSubTitle {
  font-size: 1.6rem;
  line-height: 1.4;
}

.tourMain {
  display: grid;
  gap: 30px;
}

.tourMainSlider {
  background-color: #EFE6DF;
}
.tourMainSlider .splide__slide {
  border: 1px solid #ccc;
  position: relative;
}
.tourMainSlider .splide__slide img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.tourMainSlider .splide__slide img.tatenaga {
  object-fit: contain;
}

.tourMainSliderCaption {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  padding: 0.5em 0.8em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tourThumbnailSlider .splide__slide {
  border: 1px solid #ccc;
  cursor: pointer;
}

.tourInfo {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}

.tourInfoItem {
  border-bottom: 1px dashed #B6B6B6;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 15px;
}

.tourInfoTitle {
  font-size: 1.6rem;
  font-weight: bold;
}

.tourInfoText {
  font-size: 1.6rem;
}

.tourInfoPriceList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.tourInfoPrice {
  color: #E50017;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.tourRecommend {
  background-color: #FFF8DD;
  border-radius: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 40px 20px 30px;
  position: relative;
}

.tourRecommendTitle {
  max-width: 320px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

.tableScrollOuter {
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
}
.tableScrollOuter:before {
  content: "※スクロールしてご覧ください。";
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
  position: sticky;
  top: 0;
  left: 0;
}
.tableScrollOuter table {
  width: 100%;
  min-width: 600px;
}

.tourItinerary table {
  border: 0.5px solid #B6B6B6;
  border-collapse: separate;
  border-spacing: 0;
}
.tourItinerary thead th {
  background-color: #F8F8F8;
  border: 1px solid #B6B6B6;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 12px 10px;
  vertical-align: top;
}
.tourItinerary .fixCell {
  display: flex;
  align-items: center;
  width: 80px;
  height: 100%;
  position: sticky;
  left: 0;
  z-index: 1;
}
.tourItinerary .scheduleList img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.tourItinerary .meal {
  width: 150px;
}
.tourItinerary .mealList {
  vertical-align: middle;
}
.tourItinerary .mealItem {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.tourItinerary .mealItem span {
  font-weight: normal;
}

.tourRemarks {
  background-color: #F8F8F8;
  display: grid;
  gap: 15px;
  padding: 15px;
}

.tourRemarksItem {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: baseline;
  gap: 2px 10px;
}

.tourRemarksTitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}

.tourRemarksText {
  font-size: 1.5rem;
  line-height: 1.8;
}

.tourIconDesc {
  border: 1px solid #B6B6B6;
  padding: 15px;
  max-width: 780px;
  display: none;
}

.tourIconDescTitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.tourIconDescList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.tourIconDescListItem {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
}
.tourIconDescListItem span::before {
  content: "…";
}

.tourCost .cost_pattern_table_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tourCost table {
  border: 1px solid #B6B6B6;
}
.tourCost th {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
.tourCost td {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  vertical-align: middle;
  text-align: right;
  width: 100%;
}
.tourCost td br {
  display: none;
}
.tourCost .cost-subject {
  padding: 0 5px;
}
.tourCost .cost {
  color: #163C3F;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 5px;
}

.tourDeparture .calendarTableWrap {
  padding: 0 25px;
}
.tourDeparture table {
  width: 100%;
}
.tourDeparture thead th {
  font-size: 1.6rem;
  padding-bottom: 8px;
}
.tourDeparture .dptrm {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 2px 0 10px;
}
.tourDeparture tbody th {
  background-color: #F8F8F8;
  text-align: center;
  padding: 8px 10px;
}
.tourDeparture tbody th.sun {
  color: #EA4E4E;
}
.tourDeparture tbody th.sat {
  color: #1755A6;
}
.tourDeparture tbody td {
  font-size: 1.5rem;
  text-align: center;
  padding: 8px 2px;
}
.tourDeparture tbody td .cost {
  font-size: 1.6rem;
  font-weight: bold;
}
.tourDeparture tbody td img {
  margin: auto;
}

.tourOutline table {
  border: 1px solid #B6B6B6;
  width: 100%;
}
.tourOutline th {
  display: block;
  font-size: 1.5rem;
}
.tourOutline td {
  display: block;
  font-size: 1.4rem;
}
.tourOutline .kindCourse {
  background-color: #FFDBDB;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 15px;
  padding: 5px 15px;
}
.tourOutline .kindCourseNum {
  background-image: url(../images/icon-point-circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 85%;
  font-weight: bold;
  width: 30px;
  height: 30px;
}
.tourOutline .kindCourseText {
  color: #E50017;
  font-weight: bold;
}

.kindButton {
  border: none;
  background-color: transparent;
  background-color: #818181;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  margin: 10px 0 0;
  padding: 8px 10px;
  text-decoration: underline;
}
.kindButton:hover {
  text-decoration: none;
}

.kindTitle {
  border-bottom: 1px solid #B6B6B6;
  display: grid;
  align-items: baseline;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.kindTitle::before {
  content: "";
  display: block;
  background-image: url(../images/icon-kind.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
}

.kindText {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}

.kindEx {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.kindEx::before {
  content: "例）";
}

.kindNote {
  display: grid;
  gap: 2px;
}

.kindNoteItem {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.kindNoteItem::before {
  content: "*";
}

.modal__overlay {
  background: rgba(239, 230, 223, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  max-width: 580px;
  width: 90%;
  max-height: 90vh;
  padding: 30px 25px;
  overflow-y: auto;
  position: relative;
}

.modal__close {
  border: none;
  background-color: transparent;
  background-color: #163C3F;
  border: 2px solid #163C3F;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 350px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0.8em 5px;
  transition: background 0.3s, color 0.3s;
}
.modal__close:hover {
  background-color: #fff;
  color: #163C3F;
}

.modal__content {
  position: relative;
  z-index: 0;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalSlideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalSlideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: modalFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: modalFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.applyWrap {
  max-width: 1080px;
  margin: auto;
}

.applyLinkWrap {
  display: grid;
  gap: 20px 25px;
  justify-content: center;
}

.applyImg {
  width: 60px;
}

.applyLinkText {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}
.applyLinkText span {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.applyOnlineLink {
  border: 2px solid #D74242;
  border-radius: 10px;
  background: rgb(229, 0, 23);
  background: linear-gradient(0deg, rgb(229, 0, 23) 0%, rgb(251, 94, 110) 100%);
  color: #fff;
  display: flex;
  gap: 15px;
  text-decoration: none;
  padding: 15px 20px;
  transition: opacity 0.3s;
}
.applyOnlineLink:hover {
  opacity: 0.7;
}

.applyMailLink {
  border: 2px solid #00AAE7;
  border-radius: 10px;
  background: rgb(0, 170, 231);
  background: linear-gradient(0deg, rgb(0, 170, 231) 0%, rgb(58, 203, 255) 100%);
  color: #fff;
  display: flex;
  gap: 15px;
  text-decoration: none;
  padding: 15px 20px;
  transition: opacity 0.3s;
}
.applyMailLink:hover {
  opacity: 0.7;
}

.applyMailNote {
  color: #E50017;
  font-weight: bold;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
.applyMailNote::before {
  content: "※";
}

.applyTel {
  border: 4px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding: 40px 20px;
}

.applyTelTitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.applyTelNum {
  color: #E50017;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.applyTelNum:hover {
  text-decoration: underline;
}

#tcms_calendar[tcms-calendar-wrap=pc] {
  display: none;
}

@media (min-width: 768px){
  .head02 {
    font-size: 3.2rem;
    margin-top: 70px;
    padding: 18px;
  }
  table {
    width: revert-layer;
  }
  tbody th {
    padding: 14px 18px;
  }
  tbody td {
    padding: 14px 20px;
  }
  .tourTitle {
    font-size: 3.2rem;
    padding-bottom: 15px;
  }
  .tourSubTitle {
    font-size: 2rem;
  }
  .tourMainSlider .splide__slide img {
    max-height: 450px;
  }
  .tourMainSliderCaption {
    font-size: 2rem;
  }
  .tourInfoPrice {
    font-size: 2rem;
  }
  .tableScrollOuter {
    overflow-x: visible;
    white-space: wrap;
  }
  .tableScrollOuter:before {
    content: none;
  }
  .tableScrollOuter table {
    min-width: auto;
  }
  .tourItinerary thead th {
    padding: 14px 18px;
  }
  .tourItinerary .fixCell {
    position: relative;
  }
  .tourRemarks {
    padding: 20px 25px;
  }
  .tourRemarksTitle {
    font-size: 1.6rem;
  }
  .tourRemarksText {
    font-size: 1.6rem;
  }
  .tourIconDesc {
    padding: 20px;
  }
  .tourIconDescTitle {
    font-size: 1.6rem;
  }
  .tourIconDescList {
    gap: 15px 40px;
  }
  .tourIconDescListItem {
    gap: 30px;
  }
  .tourCost .cost_pattern_table_wrap {
    display: inline-flex;
  }
  .tourCost th {
    display: table-cell;
    font-size: 4rem;
    width: auto;
  }
  .tourCost td {
    display: table-cell;
    font-size: 1.6rem;
    width: auto;
  }
  .tourCost td br {
    display: block;
  }
  .tourCost .cost {
    font-size: 2rem;
  }
  .tourOutline th {
    display: table-cell;
    font-size: 1.8rem;
  }
  .tourOutline td {
    display: table-cell;
    font-size: 1.6rem;
  }
  .kindTitle {
    font-size: 1.8rem;
  }
  .kindText {
    font-size: 1.6rem;
  }
  .kindEx {
    font-size: 1.6rem;
  }
  .kindNoteItem {
    font-size: 1.6rem;
  }
  .modal__container {
    width: 100%;
    padding: 30px;
  }
  .modal__close {
    padding: 1em 5px;
  }
  .applyImg {
    width: 90px;
  }
  .applyLinkText {
    font-size: 3.2rem;
  }
  .applyLinkText span {
    font-size: 1.8rem;
  }
  .applyOnlineLink {
    padding: 15px 40px;
  }
  .applyMailLink {
    padding: 15px 40px;
  }
  .applyMailNote {
    font-size: 1.6rem;
    text-align: center;
  }
  .applyTel {
    text-align: center;
    padding: 50px 20px;
  }
  .applyTelTitle {
    font-size: 3.2rem;
  }
  .applyTelNum {
    font-size: 3.6rem;
  }
  #tcms_calendar[tcms-calendar-wrap=pc] {
    display: grid;
  }
  #tcms_calendar[tcms-calendar-wrap=mobile] {
    display: none;
  }
}

@media (min-width: 960px){
  .tourMain {
    grid-template-columns: 58% 1fr;
  }
  .tourMainSlider .splide__slide img {
    max-height: 560px;
  }
  .tableScrollOuter table {
    width: revert-layer;
  }
  .tourDeparture .calendarTableWrap {
    padding: 0 30px;
  }
  .tourDeparture .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(auto-fit, 420px);
  }
  .kindTitle {
    font-size: 2rem;
  }
  .applyLinkWrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .applyTelNum {
    pointer-events: none;
  }
}

/*# sourceMappingURL=tour.css.map*/