<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! æµ·å¤–ãƒˆãƒƒãƒ—pcç”¨ */


/* --------------------start_ã‚­ãƒ¼ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«-------------------- */
.Common21__inner--keyvisual {
  position: relative;
}
.Keyvisual__spot-name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  color: white;
  font-size: 1.2rem;
  background-color: rgba(0, 35, 51, 0.6);
}
/* --------------------end_ã‚­ãƒ¼ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«-------------------- */


/* --------------------start_æ–°ç€æƒ…å&nbsp;±-------------------- */
#WhatsNew {
  padding: 0;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}
/* --------------------end_æ–°ç€æƒ…å&nbsp;±-------------------- */

#Result {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #fafafa;
}

.Result__inner {
  width: 1024px;
  margin: 0 auto;
}

/* --------------------start_ã‚½ãƒ¼ãƒˆ-------------------- */

.Result__heading {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.Result__sort-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}

/* start_æ¡ä»¶ */
.Result__sort-condition {
  position: relative;
  border: 1px solid #888;
  border-radius: 4px;
  background: white;
}

.Result__sort-condition::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

.Result__sort-condition-select {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 10px;
}
/* end_æ¡ä»¶ */

/* start_è¡¨ç¤ºä»¶æ•° */
.Result__sort-display {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
  border: 1px solid #888;
  border-radius: 4px;
  background: white;
}

.Result__sort-display::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

label[for="Result__sort-display"] {
  color: #666;
  padding-left: 10px;
}

.Result__sort-display-select {
  position: relative;
  padding: 10px 30px 10px 0;
}
/* end_è¡¨ç¤ºä»¶æ•° */

/* --------------------end_ä»¶æ•° / ã‚½ãƒ¼ãƒˆ-------------------- */

/* --------------------start_ãƒ„ã‚¢ãƒ¼æž&nbsp;-------------------- */

.Result__tour-wrap {
  margin-bottom: 20px;
}

.Result__tour {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background-color: white;
  box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 5%);
}

.Result__tour:not(:last-child) {
  margin-bottom: 40px;
}

.Result__tour-heading {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.Result__tour-ttl {
  font-weight: 600;
}

.Result__tour-ttl:hover {
  text-decoration: underline;
}

.Result__tour-caption {
  font-size: 1.5rem;
}

.Result__tour-info {
  margin-bottom: 10px;
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
}

.Result__tour-info-label {
  display: inline-block;
}

.Result__tour-info-label:not(:first-child) {
  margin-left: 10px;
}

.Result__tour-info-content {
  display: inline-block;
}

.Result__tour-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.Result__tour-tag {
  padding: 5px 10px;
  color: var(--sub-corporate-color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #99cae1;
}

.Result__tour-tag:not(:first-child) {
  margin-left: 5px;
}

.Result__tour-photo-group {
  width: 481px;
}

.Result__tour-photo-wrap {
  display: flex;
  justify-content: space-between;
}

.Result__tour-photo {
  width: 240px;
}

.Result__tour-price-group {
  width: 452px;
}

.Result__tour-price-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.Result__tour-price-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-weight: 600;
}

.Result__tour-price-ttl {
  margin-right: 5px;
  font-size: 1.3rem;
}

.Result__tour-price {
  color: var(--caution-color);
  font-size: 2.1rem;
}

.Result__tour-price-unit {
  font-size: 1.8rem;
}

/* start_ãŠæ°—ã«å…¥ã‚Šã‚¢ã‚¤ã‚³ãƒ³ */
.icn_tour-favorite-wrap {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.icn_tour-favorite {
  border-radius: 50%;
}

.icn_tour-favorite-wrap .cls-1,
.icn_tour-favorite-wrap .cls-3 {
  fill: white;
}

.icn_tour-favorite-wrap .cls-2 {
  fill: #c3c3c3;
}

    /* start_active */
    .icn_tour-favorite-wrap.active {
      border: none;
    }

    .icn_tour-favorite-wrap.active .cls-1,
    .icn_tour-favorite-wrap.active .cls-3 {
      fill: #ff6978;
    }

    .icn_tour-favorite-wrap.active .cls-2 {
      fill: white;
    }

    .icn_tour-favorite-wrap.active .icn_tour-favorite {
      animation: icn_tour-favorite linear .6s forwards;
    }

    @keyframes icn_tour-favorite {
      0% {transform: scale(0);}
      30% {transform: scale(1.3);}
      60% {transform: scale(1);}
      80% {transform: scale(1.1);}
      100% {transform: scale(1);}
    }
    /* end_active */

/* end_ãŠæ°—ã«å…¥ã‚Šã‚¢ã‚¤ã‚³ãƒ³ */

.Result__tour-period {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #f5f5f5;
}

.Result__tour-period-label {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-weight: 600;
}

.Result__tour-period-content {
  display: inline-block;
}

.Result__tour-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.Result__tour-table th,
.Result__tour-table td {
  padding: 5px 10px;
  border: 1px solid #c9c9c9;
}

.Result__tour-table th {
  width: 110px;
  color: #666;
  font-weight: 600;
}

.Result__tour-table td {
  width: calc(100% - 110px);
}

.Result__tour-table-txtlink {
  text-decoration: underline;
}

.Result__tour-table-txtlink:hover {
  color: var(--corporate-color);
}

.Result__tour-reserve-wrap {
  text-align: right;
}

.Result__tour-reserve {
  display: inline-block;
  padding: 15px 70px;
  color: white;
  font-weight: 600;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: opacity .3s;
}

.Result__tour-reserve:hover {
  opacity: .7;
}

/* --------------------end_ãƒ„ã‚¢ãƒ¼æž&nbsp;-------------------- */

/* --------------------start_pager-------------------- */

.Result__pager-items {
  /*display: flex;
  justify-content: space-between;
  width: 270px;*/
  margin: 0 auto;
	tect-align:center;
}

.Result__pager-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: var(--sub-corporate-color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
  background-color: white;
  transition: box-shadow .3s;
}

.Result__pager-item:not(.active):hover {
  box-shadow: 0px 0px 0px 1px var(--sub-corporate-color) inset;
}

.Result__pager-item--prev,
.Result__pager-item--next {
  position: relative;
  background-color: transparent;
}

.Result__pager-item--prev::before,
.Result__pager-item--next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sub-corporate-color);
  border-right: 2px solid var(--sub-corporate-color);
}

.Result__pager-item--prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.Result__pager-item--next::before {
  transform: translateX(-2px) rotate(45deg);
}

.Result__pager-item.active {
  cursor: default;
  pointer-events: none;
  color: white;
  background-color: var(--sub-corporate-color);
}

/* --------------------end_pager-------------------- */

/* --------------------start_åœ°å›³ã‹ã‚‰æŽ¢ã™-------------------- */
#Map {
  position: relative;
  height: 560px;
  margin-bottom: 60px;
  background-color: #f5f5f5;
  background-image: url(../images/map_i--pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Map__inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1024px;
  height: 100%;
  padding: 60px 0;
  transform: translateX(-50%);
}

.Map__item {
  position: absolute;
}

.Map__item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background: var(--corporate-color);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}

/*start_ãƒœã‚¿ãƒ³position*/
.Map__item--europe {
  top: 179px;
  left: 105px;
}
.Map__item--asia {
  top: 204px;
  left: 351px;
}
.Map__item--japan {
  top: 250px;
  left: 520px;
}
.Map__item--hawaii {
  top: 320px;
  right: 330px;
}
.Map__item--oceania {
  bottom: 120px;
  left: 437px;
}
.Map__item--antarctica-arctic {
  bottom: 60px;
  left: 321px;
}
.Map__item--northAmerica {
  top: 190px;
  right: 148px;
}
.Map__item--caribbean {
  top: 304px;
  left: 790px;
}
.Map__item--latinAmerica {
  top: 401px;
  right: 78px;
}
.Map__item--cruise {
  top: 385px;
  left: 0;
}
.Map__item--world {
  bottom: 60px;
  left: 0;
}
/*end_ãƒœã‚¿ãƒ³position*/

.Map__link {
  display: inline-block;
  position: relative;
  padding: 10px 50px 10px 30px;
  background: white;
  border-radius: 3px;
  border: 1px solid white;
  box-shadow: 0px 10px 7px -5px rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
}

.Map__link:hover {
  border-color: var(--corporate-color);
  background-color: var(--active-color);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0);
}

.Map__link--link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Map__link--modal::before,
.Map__link--modal::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 2;
  background-color: white;
  transform: translateY(-50%);
}

.Map__link--modal::after {
  transform: translateY(-50%) rotate(90deg);
}

/* start_ãƒ¢ãƒ¼ãƒ€ãƒ« */
.MapModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 700px;
  font-size: 1.5rem;
  background: white;
  border-radius: 6px;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.MapModal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.MapModal__inner {
  position: relative;
}

.MapModal__header {
    display: flex;
    font-weight: 600;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    color: #767676;
}

.MapModal__close-icn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  cursor: pointer;
  background: #888;
  border-radius: 0 5px 0 0;
  transition: opacity .3s;
}

.MapModal__close-icn:hover {
  opacity: .7;
}

.MapModal__close-icn::before,
.MapModal__close-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}

.MapModal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MapModal__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 6px 6px 0 0;
}

.MapModal__item {
  width: calc(100% / 2);
  border-bottom: 1px solid #e5e5e5;
}

.MapModal__item:first-child {
  width: 100%;
}

.MapModal__item:not(:nth-child(2n + 1)) {
  border-right: 1px solid #e5e5e5;
}

.MapModal__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 20px 12px 40px;
  font-weight: 600;
  line-height: 1.3;
  text-indent: -20px;
}

.MapModal__link--parent {
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}
.MapModal__link.MapModal__link--parent::after{
  content: none;
}
.MapModal__link:not(.MapModal__link--parent)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: 4px;
  margin-right: 10px;
}

.MapModal__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.MapModal__link:hover {
  color: var(--corporate-color);
  background-color: var(--active-color);
}

.MapModal__close-wrap {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  transform: translateY(-1px);
}

.MapModal__close-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.MapModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.MapModal__close-btn-icn::before,
.MapModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
}

.MapModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MapModal__close-btn:hover {
  opacity: 0.7;
}

.MapModal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00111a;
  z-index: 20;
  opacity: 0.7;
  cursor: pointer;
}

.ClassModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 700px;
  font-size: 1.5rem;
  background: white;
  border-radius: 6px;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.ClassModal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.ClassModal__inner {
  position: relative;
}

.ClassModal__header {
    display: flex;
    font-weight: 600;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    color: #888;
}

.ClassModal__close-icn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  cursor: pointer;
  background: #888;
  border-radius: 0 5px 0 0;
  transition: opacity .3s;
}

.ClassModal__close-icn:hover {
  opacity: .7;
}

.ClassModal__close-icn::before,
.ClassModal__close-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}

.ClassModal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ClassModal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ClassModal__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 6px 6px 0 0;
}

.ClassModal__item {
  width: calc(100% / 2);
  border-bottom: 1px solid #e5e5e5;
}

.ClassModal__item:first-child {
  width: 100%;
}

.ClassModal__item:not(:nth-child(2n + 1)) {
  border-right: 1px solid #e5e5e5;
}

.ClassModal__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 20px 12px 40px;
  font-weight: 600;
  line-height: 1.3;
  text-indent: -20px;
}

.ClassModal__link--parent {
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}
.ClassModal__link.ClassModal__link--parent::after{
  content: none;
}
.ClassModal__link:not(.ClassModal__link--parent)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: 4px;
  margin-right: 10px;
}

.ClassModal__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}

.ClassModal__link:hover {
  color: var(--corporate-color);
  background-color: var(--active-color);
}

.ClassModal__close-wrap {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  transform: translateY(-1px);
}

.ClassModal__close-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.ClassModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.ClassModal__close-btn-icn::before,
.ClassModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
}

.ClassModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ClassModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ClassModal__close-btn:hover {
  opacity: 0.7;
}

.ClassModal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00111a;
  z-index: 20;
  opacity: 0.7;
  cursor: pointer;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}
/* end_ãƒ¢ãƒ¼ãƒ€ãƒ« */
/* --------------------end_åœ°å›³ã‹ã‚‰æŽ¢ã™-------------------- */

/* --------------------start_ã‚¯ãƒ«ãƒ¼ã‚ºãƒ„ã‚¢ãƒ¼æ–°ç€æƒ…å&nbsp;±-------------------- */

#WhatsNew {
  padding: 0;
  background-color:transparent;
  border-top: none;
  border-bottom: none;
}
.More-btn{
  display: inline-block;
  position: relative;
  width: 173px;
  height: 46px;
  color: var(--textLink-color);
  border-radius: 50px;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  border: 1px solid #e5e5e5;
  padding: 10px 20px 0 0;
}

.More-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 47%;
  right: 19px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(
135deg
);
  transition: border-color 0.3s;
}
.WhatsNew__release-date {
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 25px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
/* --------------------end_ã‚¯ãƒ«ãƒ¼ã‚ºãƒ„ã‚¢ãƒ¼æ–°ç€æƒ…å&nbsp;±-------------------- */

/* --------------------start_é­…åŠ›-------------------- */

#Charm {
  padding: 60px 0;
  background-color: #E5F2F8;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 60px;
}

.Charm__items {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

.Charm__item {
  position: relative;
  width: 243px;
  padding: 195px 15px 15px 15px;
  background: white;
  border-radius: 6px;
}

.Charm__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.Charm__ttl {
  margin-bottom: 5px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  line-height: 1.3;
  min-height: 2.8em;
}

.Charm__ttl-icn {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 1;
  padding: 3px 15px;
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 100px;
  background: var(--sub-corporate-color);
}

.Charm__ttl-icn-num {
  font-size: 18px;
}

.Charm__txt {
  font-size: 1.4rem;
}

.Charm__link {
  display: block;
  margin-top: 10px;
  padding-left: 12px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -12px;
}

.Charm__link:hover {
  text-decoration: underline;
}

.Charm__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

/* --------------------end_é­…åŠ›-------------------- */

/* --------------------start_ãƒ„ã‚¢ãƒ¼éƒ¨åˆ†-------------------- */
.Section__txt {
  margin-bottom: 35px;
}
.ta-c{
  text-align: center;
}
/*.Tour__name {
  margin-bottom: 0px;
	min-height:100px;
}*/
.recentTour .Tour__name, .Common21__section--osusume .Tour__name{
	margin-bottom: 40px;
	min-height:auto;
}
.Tour__stays{
  /*display: flex;*/
  font-size: 12px;
  /*margin-bottom: 10px;*/
	    /*margin-bottom: 40px;*/
}
.Tour__stays .departure-date {
  color: var(--sub-corporate-color);
  font-weight: 600;
}
.Tour__stays span{
  white-space: nowrap;
}
.Tour__price {
  /*position: static;*/
}

.Common21__section--osusume .Tour__price{
	position:absolute;
	bottom:20px;
}

/* --------------------end_ãƒ„ã‚¢ãƒ¼éƒ¨åˆ†-------------------- */


/* --------------------start_èˆ¹ã‹ã‚‰ã‚¯ãƒ«ãƒ¼ã‚ºæ—…è¡Œã‚’æŽ¢ã™-------------------- */

.Cruise__ship-items {
  display: flex;
  justify-content: space-between;
}
.Cruise__ship-item {
  width: 320px;
}
.Ship__img img {
  border-radius: 6px;
}
.Cruise__ship-txt{
  margin-top: 15px;
  height: 140px;
}
.Cruise__ship-ttl {
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.Cruise__ship-ttl::before,
.Cruise__ship-ttl::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
}
.Cruise__ship-ttl::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}
.Cruise__ship-ttl::after {
  background: var(--sub-corporate-color);
}
.Cruise__ship-description{
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.Cruise__ship-datas{
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 6px;
}
.Cruise__ship-data{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.Cruise__ship-data:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ship-data-ttl{
  font-size: 14px;
  font-weight: 600;
  color: var(--sub-corporate-color);
  width: 24%;
}
.ship-data-txt{
  font-size: 14px;
  width: 76%;
}
.Cruise__class-about{
  display: none;
}
.Cruise__class{
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 6px;
  margin-top: 30px;
}
.Cruise__class-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
}
.Cruise__class-group:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.Cruise__class-ttl{
  width: 23%;
}
.Cruise__class-ttl span {
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.Cruise__class-ttl span::before,
.Cruise__class-ttl span::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
}
.Cruise__class-ttl span::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}
.Cruise__class-ttl span::after {
  background: var(--sub-corporate-color);
}
.Cruise__class-links{
  width: 77%;
}
.Cruise__class-item{
  display: inline-block;
  margin: 0 10px 5px 5px;
}
.Cruise__class-item a {
  font-size: 16px;
}
.Cruise__class-item a:hover {
  text-decoration: underline;
}
.Cruise__class-item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.Cruise__class-item button {
  font-size: 16px;
}
.Cruise__class-item button:hover {
  text-decoration: underline;
}
.Cruise__class-item button::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}
/* --------------------start_èˆ¹ã‹ã‚‰ã‚¯ãƒ«ãƒ¼ã‚ºæ—…è¡Œã‚’æŽ¢ã™-------------------- */


/* --------------------start_QA-------------------- */
#QA .Common21__section-ttl-lev2 {
  border: none;
}

#QA {
  margin-bottom: 60px;
}

.QA__group {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.QA__group:not(:last-child) {
  margin-bottom: 20px;
}

.QA__q {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
}

.QA__q::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-corporate-color);
}

.QA__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--corporate-color);
  transform: translateY(-50%);
}

.QA__q-inner {
  position: relative;
  width: calc(100% - 50px);
}

.QA__q-inner::before,
.QA__q-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translateY(-50%);
}

.QA__q-inner::before {
  transform: translateY(-50%) rotate(90deg);
}

.open .QA__q-inner::before {
  transform: translateY(-50%) rotate(0);
}

.QA__a {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.QA__a-inner {
  display: block;
  position: relative;
  padding: 20px 20px 20px 70px;
}

.QA__a-inner::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  border: 1px solid var(--sub-corporate-color);
}
.QA__link{
  text-align: center;
}
/*ã‚«ãƒ¼ãƒ‰*/
.QA__a-group{
  display: flex;
  justify-content: space-between;
}
.QA__img-card {
  width: 29%;
  margin-top: -12px;
}
.QA__img-card figure {
  display: flex;
  justify-content: space-between;
}

.QA__img-card figure img {
  width: 165px;
  height: 123px;
}
.QA__img-card figcaption {
  font-size: 1.2rem;
  text-indent: -1em;
  padding: 4em 0 0 1em;
}
.QA__a-cabin-items{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cabin-item{
  width: 205px;
}
.cabin-item figcaption{
  font-size: 14px;
  margin-bottom: 5px;
}
.cabin-txt {
  font-size: 14px;
  margin-top: 5px;
}
.QA__a-flow li{
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
/* --------------------end_QA-------------------- */

/* --------------------start_ãŠã™ã™ã‚ã‚¨ãƒªã‚¢-------------------- */

.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise__item {
  position: relative;
  width: 240px;
  height: 145px;
  padding: 20px 40px 13px 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.HeiCruise__item.ship-item {
  width: 500px;
  height: 240px;
  margin-bottom: 20px;
}

.HeiCruise__item.ship-item .HeiCruise__name {
  font-size: 2.1rem;
}

.HeiCruise__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.HeiCruise__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.HeiCruise__link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 19px;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.ship-item .HeiCruise__link::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  right: 15px;
}

.ship-item .HeiCruise__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 22px;
  right: 25px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.HeiCruise__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.HeiCruise__img img {
  width: 240px;
  height: 145px;
  object-fit: cover; /* ã“ã®ä¸€è¡Œã‚’è¿½åŠ&nbsp;ã™ã‚‹ã&nbsp;ã‘ï¼ */
  transition: opacity 0.3s;
}

.ship-item .HeiCruise__img img {
  width: 500px;
  height: 240px;
  object-fit: cover; /* ã“ã®ä¸€è¡Œã‚’è¿½åŠ&nbsp;ã™ã‚‹ã&nbsp;ã‘ï¼ */
  transition: opacity 0.3s;
  object-position: 0 80%;
}

.HeiCruise__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.HeiCruise__name {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding: 12px 20px;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  background-color: white;
}

#HeiCruise .CommonModal__ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.Cruise__link-text {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.Cruise__link-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------end_ãŠã™ã™ã‚ã‚¨ãƒªã‚¢-------------------- */

/* --------------------start_ã‚¯ãƒ«ãƒ¼ã‚ºã‚¯ãƒ©ã‚¹ãƒ¢ãƒ¼ãƒ€ãƒ«-------------------- */

.CruiseClass-Modal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 700px;
  font-size: 1.5rem;
  background: white;
  border-radius: 6px;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.CruiseClass-Modal.active {
  opacity: 1;
  transform: translate(-50%, -45%);
  pointer-events: auto;
}

.CruiseClass-Modal__inner {
  position: relative;
}

.CruiseClass-Modal__header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.CruiseClass-Modal__header::before {
content: "";
display: inline-block;
width: 17px;
height: 17px;
margin-right: 5px;
vertical-align: -2px;
background: url(/sharing/common21/images/icn_search--black.svg)
  no-repeat center / contain;
}
.Modal__header-sub{
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.Cruise__info-link{
  text-align: right;
  margin-top: 10px;
}
.Cruise__info-link a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(
45deg
);
  vertical-align: 2px;
}
.CruiseClass-Modal__close-icn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  cursor: pointer;
  background: #888;
  border-radius: 0 5px 0 0;
  transition: opacity .3s;
}
.CruiseClass-Modal__contents {
	padding: 30px 50px;
}
.CruiseClass-Modal__close-icn:hover {
  opacity: .7;
}

.CruiseClass-Modal__close-icn::before,
.CruiseClass-Modal__close-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}

.CruiseClass-Modal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CruiseClass-Modal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CruiseClass-Modal__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 6px 6px 0 0;
}

.CruiseClass-Modal__item {
  width: calc(100% / 2);
  border-bottom: 1px solid #e5e5e5;
}

.CruiseClass-Modal__item:not(:nth-child(2n)) {
  border-right: 1px solid #e5e5e5;
}

.CruiseClass-Modal__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 20px 12px 40px;
  font-weight: 600;
  line-height: 1.3;
  text-indent: -20px;
}

.CruiseClass-Modal__link--parent {
  border-radius: 6px 6px 0 0;
	border-top: 1px solid #e5e5e5;
}

.CruiseClass-Modal__link:not(.CruiseClass-Modal__link--parent)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: 4px;
  margin-right: 10px;
}

.CruiseClass-Modal__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}
.CruiseClass-Modal__link--parent {
  pointer-events: none;
}

.CruiseClass-Modal__link--parent::after {
  border: none;
}

.CruiseClass-Modal__link:hover {
  color: var(--corporate-color);
  background-color: var(--active-color);
}
.CruiseClass-Modal__link--parent:hover{
  color: initial;
  background-color: initial;
}

.CruiseClass-Modal__close-wrap {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  transform: translateY(-1px);
}

.CruiseClass-Modal__close-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.CruiseClass-Modal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.CruiseClass-Modal__close-btn-icn::before,
.CruiseClass-Modal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
}

.CruiseClass-Modal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CruiseClass-Modal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CruiseClass-Modal__close-btn:hover {
  opacity: 0.7;
}

.CruiseClass-Modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00111a;
  z-index: 20;
  opacity: 0.7;
  cursor: pointer;
}
/* --------------------end_ã‚¯ãƒ«ãƒ¼ã‚ºã‚¯ãƒ©ã‚¹ãƒ¢ãƒ¼ãƒ€ãƒ«-------------------- */

/* --------------------start_èª¬æ˜Žä¼šãƒ¢ãƒ¼ãƒ€ãƒ«-------------------- */

.CommonModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 700px;
  font-size: 1.5rem;
  background: white;
  border-radius: 6px;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.CommonModal.active {
  opacity: 1;
  transform: translate(-50%, -45%);
  pointer-events: auto;
}

.CommonModal__inner {
  position: relative;
}

.CommonModal__header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.CommonModal__header::before {
content: "";
display: inline-block;
width: 17px;
height: 17px;
margin-right: 5px;
vertical-align: -2px;
background: url(/sharing/common21/images/icn_search--black.svg)
  no-repeat center / contain;
}
.Modal__header-sub{
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.Cruise__info-link{
  text-align: right;
  margin-top: 10px;
}
.Cruise__info-link a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}
.CommonModal__close-icn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  cursor: pointer;
  background: #888;
  border-radius: 0 5px 0 0;
  transition: opacity .3s;
}
/* .CommonModal__contents {
	padding: 30px 50px;
} */
.CommonModal__close-icn:hover {
  opacity: .7;
}

.CommonModal__close-icn::before,
.CommonModal__close-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}

.CommonModal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* .CommonModal__contents-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 6px 6px 0 0;
} */

/* .Cruise__link-text {
  width: calc(100% / 2);
  border-bottom: 1px solid #e5e5e5;
} */

/* .Cruise__link-text:not(:nth-child(2n)) {
  border-right: 1px solid #e5e5e5;
} */

.CommonModal__link {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 20px 12px 40px;
  font-weight: 600;
  line-height: 1.3;
  text-indent: -20px;
}

.CommonModal__link--parent {
  border-radius: 6px 6px 0 0;
	border-top: 1px solid #e5e5e5;
}

.CommonModal__link:not(.CommonModal__link--parent)::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 1px dotted #888;
  border-bottom: 1px dotted #888;
  vertical-align: 4px;
  margin-right: 10px;
}

.CommonModal__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s;
}
.CommonModal__link--parent {
  pointer-events: none;
}

.CommonModal__link--parent::after {
  border: none;
}

.CommonModal__link:hover {
  color: var(--corporate-color);
  background-color: var(--active-color);
}
.CommonModal__link--parent:hover{
  color: initial;
  background-color: initial;
}

.CommonModal__close-wrap {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  transform: translateY(-1px);
}

.CommonModal__close-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.CommonModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.CommonModal__close-btn-icn::before,
.CommonModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
}

.CommonModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.CommonModal__close-btn:hover {
  opacity: 0.7;
}

.CommonModal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00111a;
  z-index: 20;
  opacity: 0.7;
  cursor: pointer;
}

.showtalk-widget-banner-guidance{
	bottom:230px!important;
}

/* --------------------end_èª¬æ˜Žä¼šãƒ¢ãƒ¼ãƒ€ãƒ«-------------------- */

.Info__txtlink--outer::after{
	  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 3px;
  background: url(/sharing/common21/images/icn_link.svg) no-repeat
    center / contain;
}

/* swiper */
.Tour__swiper .swiper-wrapper {
  height: auto;
}

/*å•†å“æž&nbsp;ä¿®æ­£*/
.Tour__priceBox{
	display:flex;
	flex-direction: column;
	position:absolute;
	bottom:10px;
}
/* --------------------start_ã‚¢ãƒ³ã‚«ãƒ¼-------------------- */
.pageAnchor ul{
	display: flex;
    justify-content: center;
}
.pageAnchor ul li{
	position: relative;
	width:250px;
	margin-right: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
    transition: box-shadow 0.3s;
}
.pageAnchor ul li:last-child{
	margin-right:0;
}
.pageAnchor ul li dl{
	padding:15px;
}
.pageAnchor ul li dl dt{
	display:block;
	padding-left: 12px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600;
	letter-spacing: 0;
}
.anchor__btn{
	width:220px;
}
.pageAnchor ul li dl dt::before, .pageAnchor ul li dl dt::after{
	content: "";
    display: block;
    width: 4px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
}
.pageAnchor ul li dl dt::before{
	transform: translateY(-100%);
    background: var(--corporate-color);
}
.pageAnchor ul li dl dt::after{
	background: var(--sub-corporate-color);
}
.anchor__txt{
	height:16rem;
	font-size: 1.4rem;
}
.pageAnchor ul li dl dd a{
	display: block;
    position: relative;
    border: 1px solid var(--corporate-color);
    background: #f2f9ff;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    color: var(--corporate-color);
    transition: 0.3s;
}
.pageAnchor ul li dl dd a:hover{
	color: #f2f9ff;
	background: var(--corporate-color);
}
.pageAnchor ul li dl dd a:hover::before{
	color: #f2f9ff;
	background: #f2f9ff;
}
.pageAnchor ul li dl dd a:hover::after{
	border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
}
.pageAnchor ul li dl dd a::before{
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 5px;
    background: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
	transition:0.3s;
}
.pageAnchor ul li dl dd a::after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-65%) rotate(135deg);
	transition:0.3s;
}
.pageAnchor ul li dl dd a.PB_hidden{
	display:none;
}
.PB_hidden{
	display:none;
}
#btn_ship_i{
	margin-bottom:60px;
}
.ship_i_wrapper{
	margin-bottom:20px;
}
.ship_i_wrapper section.Common21__section:last-child{
	margin-bottom:0px;
}
/* --------------------end_ã‚¢ãƒ³ã‚«ãƒ¼-------------------- */

.originating_overseas {
    display: none;
}

/**/
.wrap_search_ship_i .Tour__txt{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	margin-bottom: 30px;
}
.wrap_search_ship_i .Tour__txt .Tour__name{
	margin-bottom: 10px;
    letter-spacing: 0.05rem;
	font-size: 1.8rem;
    font-weight: 600;
    color: var(--corporate-color);
    /*min-height: 3.2em;*/
	/*display:flex;
	flex-grow: 1;*/
}
.cruise_company{
	display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.cruise_company{
	display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.wrap_search_ship_i .cruise_ship-item::before{
	content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: var(--corporate-color);
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.wrap_search_ship_i .cruise_ship-item::after{
	content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 24px;
    right: 25px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.wrap_search_ship_i .Tour{
	display: flex;
}
.wrap_search_ship_i .Tour article{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cruise_company_box{
	display: flex;
	flex-direction:column;
}</pre></body></html>