@charset "utf-8";
/* CSS Document */

a:hover {
  text-decoration: none;
}

/* =========================================
 module
========================================= */
/*-------------------------
  text
-------------------------*/
/* c-ttl */
.c-ttl-4 {
  font-size: calc(20 / 16 * 1rem);
}

.c-ttl-dot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-ttl-dot::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #014897;
}

/* font size */
.fs-18 {
  font-size: calc(18 / 16 * 1rem) !important;
}

.fs-16 {
  font-size: calc(16 / 16 * 1rem) !important;
}

.fs-14 {
  font-size: calc(14 / 16 * 1rem) !important;
}

.c-link-txt {
  color: #336699 !important;
  text-decoration: underline;
}

.c-link-txt:hover {
  text-decoration: none;
}

/*-------------------------
  c-btn
-------------------------*/
.c-btn {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  color: #fff !important;
  text-decoration: none !important;
  background-color: rgb(0, 51, 102);
  border: 2px solid rgb(0, 51, 102);
  line-height: 1;
  font-weight: 500;
  transition: all linear 0.15s;
  border-radius: 100vh;
  padding: 10px 20px;
  font-size: calc(16 / 16 * 1rem);
  text-align: center;
}

.c-btn:hover {
  background-color: rgb(0, 70, 140);
}

.c-icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  transition: all linear 0.3s;
}

/*-------------------------
  list
-------------------------*/
/* c-list-1 */
.c-list-1 {
  list-style: none;
}

.c-list-1__item {
  display: flex;
  align-items: baseline;
}

.c-list-1__item:not(:first-child) {
  margin-top: 0.4em;
}

.c-list-1__item::before {
  content: "・";
  padding-right: 0.2em;
}

.c-list-1__txt {
  flex-grow: 1;
  text-align: left;
}

/* c-list-circlenum */
/* c-list-circlenum */
.c-list-circlenum {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
}

.c-list-circlenum__item {
  display: flex;
  align-items: baseline;
  counter-increment: my-counter;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  gap: 10px;
}

.c-list-circlenum__item:not(:first-child) {
  margin-top: 0.4em;
}

.c-list-circlenum p {
  margin-bottom: 0;
}

@counter-style maru-num {
  system: alphabetic;
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳;
  suffix: " ";
}

.c-list-circlenum__item::before {
  content: counter(my-counter, maru-num);
  font-weight: bold;
}

@media (min-width: 798px) {
  .c-list-circlenum__item {
    gap: 7px;
  }

  .c-list-circlenum__item::before {
    font-size: 1.2rem;
  }
}

/* c-list-anno1 */
.c-list-anno-1 {
  list-style: none;
}

.c-list-anno-1__item {
  display: flex;
  align-items: baseline;
}

.c-list-anno-1__item:not(:first-child) {
  margin-top: 0.4em;
}

.c-list-anno-1__item::before {
  content: "※";
  padding-right: 0.2em;
}

.c-list-anno-1__txt {
  flex-grow: 1;
  text-align: left;
}

@media (min-width: 769px) {
  .c-list-anno-1__item::before {
    padding-right: 0.25em;
  }
}

/*-------------------------
  flex-list
-------------------------*/
.p-2col-list__item {
  display: flex;
  gap: 10px;
}

.p-2col-list__item:not(:first-child) {
  margin-top: 7px;
}

/*-------------------------
  color
-------------------------*/
.mark-pink {
  background: linear-gradient(transparent 60%, #f6c 60%);
  font-weight: bold;
}

.mark-green {
  background: linear-gradient(transparent 60%, #7fffd4 60%);
  font-weight: bold;
}

.mark-purple {
  background: linear-gradient(transparent 60%, #A5A1C2 60%);
  font-weight: bold;
}

.mark-blue {
  background: linear-gradient(transparent 60%, #afeeee 60%);
  font-weight: bold;
}

.mark-brown {
  background: linear-gradient(transparent 60%, #ffdab9 60%);
  font-weight: bold;
}

/* font color */
.fc-white {
  color: #fff !important;
}

/* icon color */
.icon--white {
  fill: #fff;
}

/* background color */
.bgc-blue-light {
  background-color: rgb(244, 247, 253);
}

/*-------------------------
  display
-------------------------*/
.d-inilne-block {
  display: inline-block;
}

.d-flex-shrink--0 {
  flex-shrink: 0;
}


@media (min-width: 769px) {
  .d-flex--sp {
    display: flex;
  }
}

/*-------------------------
  align
-------------------------*/
.al-center {
  margin-right: auto !important;
  margin-left: auto !important;
}

.al-left {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.al-right {
  margin-right: 0 !important;
  margin-left: auto !important;
}

/*-------------------------
  white space
-------------------------*/
.ws-nowrap{
  white-space: nowrap;
}

/* =========================================
/module
*/

/* =========================================
  ページ個別設定：ツアーTOPページ
========================================= */
.tour05 .p-info-item__image img {
  object-position: center 82%;
}

/* =========================================
  ページ個別設定：各ツアー詳細ページ
========================================= */
@media not all and (min-width: 768px) {
  .l-contents__inner {
    padding-left: 0;
    padding-right: 0;
  }
}


.link-others {
  float: none;
  margin-top: 0;
}

/* -----------------------------------------
 main visual
----------------------------------------- */
:root {
  --header-height: calc(67px + 88px + 65px);
}

.p-mv {
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height));
  /* アスペクト比を16:7で制限 */
  max-height: calc(100vw * (7 / 16));
  min-height: 450px;
  overflow: hidden;
}

.p-mv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 修正前：grid-template-rows: 1fr 1fr; */
  /* 修正後：最小値を 0、最大値を 1fr に明示する */
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  height: 100%;
  gap: 4px;
}

.p-mv__item {
  position: relative;
}

.p-mv__item.-left {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.p-mv__item.-right-top {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.p-mv__item.-right-bottom {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.p-mv__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* tour01 MV 画像位置（PC版）
----------------------------------------- */
/* 左 */
.p-mv--tour01 .p-mv__item.-left img {
  object-position: center center;
}

/* 右上 */
.p-mv--tour01 .p-mv__item.-right-top img {
  object-position: center top;
}

/* 右下 */
.p-mv--tour01 .p-mv__item.-right-bottom img {
  object-position: center center;
}

/* tour02 MV 画像位置（PC版）
----------------------------------------- */
/* 左 */
.p-mv--tour02 .p-mv__item.-left img {
  object-position: center 77%;
}

/* 右上 */
.p-mv--tour02 .p-mv__item.-right-top img {
  object-position: center center;
}

/* 右下 */
.p-mv--tour02 .p-mv__item.-right-bottom img {
  object-position: center center;
}

/* tour03 MV 画像位置（PC版）
----------------------------------------- */
/* 左 */
.p-mv--tour03 .p-mv__item.-left img {
  object-position: center 77%;
}

/* 右上 */
.p-mv--tour03 .p-mv__item.-right-top img {
  object-position: center 30%;
}

/* 右下 */
.p-mv--tour03 .p-mv__item.-right-bottom img {
  object-position: center 70%;
}

/* tour04 MV 画像位置（PC版）
----------------------------------------- */
/* 左 */
.p-mv--tour04 .p-mv__item.-left img {
  object-position: center center;
}

/* 右上 */
.p-mv--tour04 .p-mv__item.-right-top img {
  object-position: center 40%;
}

/* 右下 */
.p-mv--tour04 .p-mv__item.-right-bottom img {
  object-position: center center;
}


/* tour05 MV 画像位置（PC版）
----------------------------------------- */
/* 左 */
.p-mv--tour05 .p-mv__item.-left img {
  object-position: center 60%;
}

/* 右上 */
.p-mv--tour05 .p-mv__item.-right-top img {
  object-position: center 40%;
}

/* 右下 */
.p-mv--tour05 .p-mv__item.-right-bottom img {
  object-position: center 70%;
}

.p-mv__caption {
  position: absolute;
  right: 15px;
  bottom: 7px;
  margin: 0;
  color: #fff;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7), -1px -1px 0 rgba(0, 0, 0, 0.7),
    -1px 1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7),
    0px 1px 0 rgba(0, 0, 0, 0.7), 0-1px 0 rgba(0, 0, 0, 0.7),
    -1px 0 0 rgba(0, 0, 0, 0.7), 1px 0 0 rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.p-top__heading {
  position: absolute;
  padding-left: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 11;
}

@media not all and (min-width: 768px) {
  .p-mv {
    height: calc(100vh - 110px);
    max-height: calc(100vw * 1.2);
    min-height: 400px;
  }

  .p-mv__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .p-mv__item.-left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .p-mv__item.-right-top {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .p-mv__item.-right-bottom {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .p-top__heading {
    padding-left: 1rem;
    font-size: calc(28 / 16 * 1rem);
  }

}

/* -----------------------------------------
 travel-info-table
----------------------------------------- */
.sec-schedule .travel-info {
  overflow-x: visible;
}

.travel-info-table {
  font-size: calc(17 / 16 * 1rem);
}

.travel-info-table__heading,
.travel-info-table__data,
.travel-info-table__data-l {
  padding: 15px 20px;
}

.p-main-visual__link-button {
  display: flex;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50px;
  font-weight: bold;
  float: left;
  text-align: center;
}

.p-main-visual__link-button_2 {
  display: flex;
  justify-content: center;
  color: #333;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50px;
  font-weight: bold;
  float: left;
}

@media print,
screen and (min-width: 769px) {
  .p-main-visual__link-button {
    width: 520px;
    font-size: 1rem;
    padding: 14px 0.5em;
    margin: 20px 0 0 0;
    border-radius: 36px;
  }

  .p-main-visual__link-button:hover {
    opacity: 0.8;
  }

  .p-main-visual__link-button_2 {
    width: 250px;
    font-size: 1rem;
    padding: 14px 0.5em;
    margin: 20px 0 0 10px;
  }

  .p-main-visual__link-button_2:hover {
    opacity: 0.8;
  }
}

@media not all and (min-width: 768px) {

  .travel-info-table__heading,
  .travel-info-table__data,
  .travel-info-table__data-l {
    padding: 10px 10px;
  }

  .p-main-visual__link-button {
    width: 300px;
    font-size: 0.75rem;
    font-size: 1rem;
    padding: 1rem;
    margin: 12px 0 0 0;
  }

  .p-main-visual__link-button_2 {
    width: 300px;
    font-size: 0.75rem;
    font-size: 1rem;
    padding: 1rem;
    margin: 12px 0 12px 0;
  }
}

@media not all and (min-width: 768px) {
  .responsive {
    white-space: nowrap;
  }
}

.contact_area {
  text-align: center !important;
  padding: 2%;
}

.contact_area h4 {
  border-bottom: 3px solid #014593;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #014593;
  line-height: 1;
  margin-bottom: 20px;
}


.inquiry {
  background: #eaf2f6;
  padding: 1.5rem 2rem;
  border-radius: 6px;
  margin: 2rem 0;
  font-size: 1rem;
  text-align: center;
}

.inquiry span.category {
  color: #004098 !important;
}

.inquiry .category {
  display: inline-block;
  text-align: left;
}

.inquiry-contact__item:not(:first-child) {
  margin-top: 10px;
}

@media print,
screen and (min-width: 769px) {
  .mv-tour01 {
    background-image: url("../../tour01/images/mv.jpg");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }

  .p-info-item__head {
    height: 200px;
  }
}

@media not all and (min-width: 768px) {
  .inquiry {
    padding-left: 10px;
    padding-right: 10px;
  }

}

/*application btn */
.c-rounded-button_application {
  display: block;
  width: 100%;
  background-color: #5050E8;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #5050E8;
  border-radius: 100vh;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.p-contetns-contact__text_application {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

.c-rounded-button_application::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5050E8;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

.c-rounded-button_application::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}

.c-rounded-button_close {
  display: block;
  width: auto;
  background-color: #555555;
  border: 2px solid #555555;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.p-contetns-contact__text_close {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

@media (hover: hover) {
  .c-rounded-button_application:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

@media (hover: hover) {
  .c-rounded-button_application:not(.is-disabled-hover):hover .p-contetns-contact__text_application {
    color: #5050E8;
  }
}

.p-contetns-contact__button_application {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}

@media not all and (min-width: 768px) {
  .p-contetns-contact__button_application {
    width: 100%;
  }
}


.heading_number_t {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center !important;
}


/* -----------------------------------------
 sec-conditions -旅行条件-
----------------------------------------- */
.p-info__list {
  border-top: 1px solid #ccc;
}

.p-info__list-item {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.p-info__list dt {
  flex-shrink: 0;
  font-size: calc(18 / 16 * 1rem);
  white-space: nowrap;
  padding: 10px 15px;
  width: 240px;
  border-bottom: none;
  border-right: 1px solid #ccc;
  ;
}

.p-info__list dd {
  font-size: calc(16 / 16 * 1rem);
  padding: 10px 15px;
  border: none;
}

@media not all and (min-width: 768px) {
  .p-info__list-item {
    flex-direction: column;
  }

  .p-info__list dt {
    border: none;
    padding: 10px 12px 0;
  }

  .p-info__list dd {
    padding: 8px 12px;
  }
}

/* -----------------------------------------
 schedule -スケジュール-
----------------------------------------- */
.sec-schedule .travel-info {
  padding: 0;
}

/* -----------------------------------------
 sec-highlights -ツアーの見どころ-
----------------------------------------- */
.p-highlights {
  display: flex;
  align-items: center;
  gap: 30px;
}

.p-highlights__ttl {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  max-width: calc(100% - 40px);
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
  background-color: #003366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100vh;
}

.p-highlights__txt {
  font-size: calc(16 / 16 * 1rem);
  /* background-color: #eaf2f6; */
  padding: 40px 30px 20px;
  border-radius: 30px;
  margin-top: -25px;
  border: 3px solid #c7d8e5;
  box-shadow: 0 8px 0 #c7d8e5;
}

.p-highlights__img {
  margin-top: 28px;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  flex-shrink: 0;
}

.p-highlights__img-item {
  border-radius: 10px;
  overflow: hidden;
}

@media not all and (min-width: 768px) {
  .p-highlights {
    flex-direction: column;
  }

  .p-highlights__ttl {
    display: block;
    text-align: center;
    font-size: calc(18 / 16 * 1rem);
    max-width: calc(100% - 32px);
    margin-left: 16px;
    padding: 6px 16px;
  }

  .p-highlights__txt {
    padding: 36px 20px 16px;
  }

  .p-highlights__img {
    margin-top: 10px;
    width: 100%;
    /* flex-direction: row; */
    gap: 2px;
    border-radius: 10px;
    overflow: hidden;
  }

  .p-highlights__img-item {
    border-radius: 0;
  }
}

/* -----------------------------------------
 sec-howto-apply -お申し込み方法-
----------------------------------------- */
.howto-apply-table .travel-info-table__heading {
  width: 1em;
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .howto-apply-table .travel-info-table__heading {
    writing-mode: vertical-lr;
  }
}