@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&family=Noto+Sans+JP:wght@500&display=swap');

:root {
  --shipping-color: #3CBED6;
}

.containner {
  overflow: hidden;
}

.jp {
  font-family: 'Noto Sans JP', sans-serif;
}

.en {
  font-family: 'IM Fell English', serif;
}

.Hull__section-ttl-lev2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/attending/cruise/royalcaribbean/images/Heading-catch.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  font-size: 17px;
  white-space: nowrap;
  padding-top: 1.5rem;
}

.Hull__section-ttl-lev2::before,
.Hull__section-ttl-lev2::after {
  content: "";
  width: 100%;
  height: 3.1rem;
  background-image: url(/attending/cruise/royalcaribbean/images/Heading-decoration.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -0.75rem;
}

.Hull__section-ttl-lev2::after {
  transform: rotate(-180deg);
}

.Hull__section-ttl-lev3 {
  font-size: 27px;
  color: var(--shipping-color);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.Contents__shadow {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0px 10px 10px 0px #e6e6e6;
  border-radius: 6px;
  margin-bottom: 7rem;
  padding-top: 3rem;
}

.Contents-bg {
  background-image: url(/attending/cruise/royalcaribbean/images/Contents-icon.png), url(/attending/cruise/royalcaribbean/images/Contents-bg.png);
  background-repeat: no-repeat;
  background-size: 16px, 100%;
  background-position: center 99%, bottom;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#tour,
#ship,
#list {
  padding-top: 3rem;
}

/* --------------------start_帯-------------------- */
.Band__group {
  position: relative;
  display: flex;
  background-color: var(--shipping-color);
  width: 100%;
  height: 130px;
  font-size: 18px;
  color: #fff;
}

.Band__inner {
  position: absolute;
  left: calc(100% / 2 - 512px);
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  background-image: url(/attending/cruise/royalcaribbean/images/Band-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Cruise__hankyu {
  display: flex;
  align-items: center;
  margin-right: 3.5rem;
}

.Cruise__name {
  /*font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  width: 100%;
  font-size: 44px;
  line-height: 1;
  margin-top: 1rem;
  padding-left: 1rem;
}

.Cruise__name::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 40px;
  border-width: 120px 40px 0px 0px;
  border-color: transparent #000 transparent transparent;
}

.Cruise__name small {
  display: block;
  font-size: 15px;
  padding-left: 1rem;
}

.Cruise__logo {
  position: absolute;
  top: 7px;
  left: calc(1024px - 142px);
  z-index: 10;
}

/* --------------------end_帯-------------------- */

/* --------------------start_Keyvisual-------------------- */
#Keyvisual {
  padding-top: 35px;
}

.Keyvisual {
  position: relative;
  overflow: hidden;
  background-image: url(/attending/cruise/royalcaribbean/images/Keyvisual-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: cover;
  width: 100%;
  height: 570px;
  padding: 15px 0;
}

.Keyvisual__group {
  position: relative;
  width: 642px;
  height: auto;
}

.swiper-slide {
  position: relative;
}

.Keyvisual__spot-name {
  bottom: 10px;
  right: 10px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -30px;
}

.swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #707070;
}

/* .Keyvisual__fade {
    position: relative;
    width: 642px;
    height: 488px;
}

.Keyvisual__fade > div {
    z-index: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 642px !important;
    height: 488px !important;
} */
/* --------------------end_Keyvisual-------------------- */

/* start_共通 */

#Condition ::placeholder {
  color: #333;
}

/* start_ラジオボタン（枠あり） */

#Condition input[type="radio"] {
  display: none;
}

.Condition__radio-label {
  display: inline-block;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Condition input[type="radio"]:checked+.Condition__radio-label {
  background: var(--active-color);
}

.Condition__radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 50%;
  border: 2px solid #888;
  background-color: white;
}

#Condition input[type="radio"]:checked+.Condition__radio-label .Condition__radio-btn {
  border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン（枠あり） */

/* start_ラジオボタン（枠なし） */

.Condition__radio-label--simple {
  margin-bottom: 0;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

#Condition input[type="radio"]:checked+.Condition__radio-label--simple {
  background: transparent;
}

/* end_ラジオボタン（枠なし） */

/* start_チェックボックス（枠あり） */

#Condition input[type="checkbox"] {
  display: none;
}

.Condition__checkbox-label {
  display: inline-block;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label {
  background: var(--active-color);
}

.Condition__checkbox-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 4px;
  border: 2px solid #888;
  background-color: white;
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label .Condition__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label .Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス（枠あり） */

/* start_チェックボックス（枠なし） */

.Condition__checkbox-label--simple {
  height: auto;
  margin: 5px 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#Condition input[type="checkbox"]:checked+.Condition__checkbox-label--simple {
  background: transparent;
}

/* end_チェックボックス（枠なし） */

/* start_セレクトボックス */

.Condition__select {
  width: 100%;
  position: relative;
  border: 1px solid #888;
  border-radius: 4px;
}

.Condition__select::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);
}

#Condition select {
  width: 100%;
  height: 40px;
  padding: 8px 30px 8px 10px;
}

/* end_セレクトボックス */

/* start_input-text */

#Condition input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 9px 30px 8px 10px;
  text-overflow: ellipsis;
}

#Condition input[type="text"]::placeholder {
  color: #333;
}

#p_free_word_text::placeholder {
  color: #999 !important;
}

.Condition__input-text {
  position: relative;
  width: 100%;
  border: 1px solid #888;
  border-radius: 4px;
}

.Condition__input-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_input-text */

.search-item-one-line {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 24px;
  padding: 9px 30px 8px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.search-item-one-line ul,
.cursor-pointer {
  cursor: pointer;
}

/* end_共通 */

.Search__form {
  padding-bottom: 50px;
}

.Search-form-wrap {
  padding-bottom: 130px;
}

.Search__all-clear {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: opacity 0.3s;
  margin-left: 140px;
}

.Condition__btn.Search__all-clear {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 10px;
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: normal;
  text-align: center;
  background-color: #888;
  border-radius: 3px;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.Condition__btn.Search__all-clear span {
  font-size: 2.0rem;
  margin-right: 3px;
  font-weight: 300;
  line-height: 0;
}

/* --------------------start_モーダル-------------------- */

.CommonModal {
  width: 700px;
}

.CommonModal__contents {
  position: relative;
}

.CommonModal__scroll-area {
  min-height: 400px;
}

.CommonModal__contents-inner {
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
  padding: 0;
}

.CommonModal .Condition__checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-color: #e5e5e5;
  height: auto;
  min-height: 45px;
}

.Condition__checkbox-txt {
  width: calc(100% - 25px);
  line-height: 1.3;
}

.CommonModal .CommonModal__set-btn-wrap {
  transform: translateY(-1px);
}

.ConditionModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px 10px 5px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 100px;
  background: white;
  transform: translateY(-50%);
  transition: background-color .3s;
}

.ConditionModal__btn-detail:hover {
  background-color: var(--active-color);
}

.CommonModal .Search__icn-plus {
  right: 15px;
}

/* start_出発地 */

.ConditionModal--departure-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--departure-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.ConditionModal--departure-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--departure-ac-contents {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--departure-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

#ConditionModal--departure .Condition__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

#ConditionModal--departure .Condition__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

#ConditionModal--departure .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

/* end_出発地 */

/* start_バス乗車地 */

#ConditionModal--bus .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}

.ConditionModal--bus-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

#ConditionModal--bus .Condition__checkbox-label {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 0;
  border-top: none;
}

#ConditionModal--bus .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--bus .Condition__checkbox-label:nth-of-type(3n) {
  border-right: none;
}

/* end_バス乗車地 */

/* start_目的地 */

.ConditionModal--destination-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.ConditionModal--destination-ac-btn[data-lv="2"] {
  font-weight: 400;
}

.ConditionModal--destination-ac-btn:not(:first-of-type) {
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--destination-ac-contents {
  display: none;
  margin-bottom: -1px;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--destination-ac-contents[data-lv="2"] {
  padding-bottom: 15px;
}

.ConditionModal--destination-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto 0 auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

#ConditionModal--destination .Condition__checkbox-label {
  /* margin-bottom: 0;
    width: calc(100% / 3);
    border-radius: 0;
    border-top: none;
    border-left: none; */
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

#ConditionModal--destination .Condition__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

#ConditionModal--destination .Condition__checkbox-label:first-of-type {
  /* font-weight: 600; */
  width: 100%;
  border-right: none;
}

/* end_目的地 */

/* start_出発日 */

#ConditionModal--day .CommonModal__contents-inner {
  box-shadow: none;
}

.ConditionModal-day-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 40px auto;
}

.ConditionModal-day-month {
  width: 294px;
}

.ConditionModal-day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ConditionModal-day-ttl {
  font-size: 1.5rem;
  font-weight: 600;
}

.ConditionModal-day-select-month {
  padding: 13px 15px;
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  transition: opacity .3s;
}

.ConditionModal-day-select-month:hover {
  opacity: .7;
}

.ConditionModal-day-table th,
.ConditionModal-day-table td {
  width: 42px;
  height: 42px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #e5e5e5;
}

.ConditionModal-day-table td.hol {
  background-color: #FFD7CB;
}

.ConditionModal-day-table th:first-child,
.ConditionModal-day-table td:first-child {
  color: #ff6666;
}

.ConditionModal-day-table th:last-child,
.ConditionModal-day-table td:last-child {
  color: #6397f7;
}

.ConditionModal-day-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ConditionModal-day-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.ConditionModal-day-table th .ConditionModal-day-bg {
  background: #f5f5f5;
}

.ConditionModal-day-bg:hover,
.ConditionModal-day-table th .ConditionModal-day-bg:hover {
  background: var(--active-color);
}

.ConditionModal-day-bg.active,
.ConditionModal-day-table th .ConditionModal-day-bg.active {
  color: white;
  background: var(--corporate-color);
}

.ConditionModal-day-empty {
  background: #e5e5e5;
}

.ConditionModal-day-g {
  opacity: .3;
}

.ConditionModal-day-control-wrap {
  display: flex;
  justify-content: center;
  width: calc(100% - 80px);
  padding: 15px 0;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.ConditionModal-day-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.ConditionModal-day-control--g {
  opacity: .3;
}

.ConditionModal-day-control:not(.ConditionModal-day-control--g) {
  cursor: pointer;
  transition: box-shadow .3s, background-color .3s;
}

.ConditionModal-day-control:not(.ConditionModal-day-control--g):hover {
  box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
  background-color: var(--active-color);
}

.ConditionModal-day-control::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--sub-corporate-color);
  border-right: 2px solid var(--sub-corporate-color);
  transform: rotate(45deg);
}

.ConditionModal-day-control--prev {
  margin-right: 15px;
}

.ConditionModal-day-control--prev::before {
  transform: rotate(-135deg);
}

/* end_出発日 */

/* start_目的地 */

/* end_目的地 */

/* start_航空会社 */

#ConditionModal--airplane .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
}

#ConditionModal--airplane .Condition__checkbox-label {
  width: 50%;
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-top: none;
}

#ConditionModal--airplane .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--airplane .Condition__checkbox-label:nth-of-type(even) {
  border-right: none;
}

/* end_航空会社 */

/* start_新幹線・特急 */

#ConditionModal--shinkansen .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
}

#ConditionModal--shinkansen .Condition__checkbox-label {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 0;
  border-top: none;
}

#ConditionModal--shinkansen .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--shinkansen .Condition__checkbox-label:nth-of-type(3n) {
  border-right: none;
}

/* end_新幹線・特急 */

/* start_クルーズ船 */

#ConditionModal--cruise .Condition__checkbox-label,
#ConditionModal--cruise-p_ship_class .Condition__checkbox-label,
#ConditionModal--decide .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* end_クルーズ船 */

/* start_ホテルランク */

#ConditionModal--hotel-rank .CommonModal__contents-inner {
  box-shadow: none;
}

#ConditionModal--hotel-rank .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.ConditionModal--hotel-rank-note {
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.ConditionModal--hotel-rank-label {
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-rank-txt {
  padding: 15px;
}

/* end_ホテルランク */

/* start_ホテル・旅館 */

#ConditionModal--hotel {
  width: 800px;
}

/* start_タブ */

.ConditionModal--hotel-tab-items {
  display: flex;
  width: 100%;
  height: 50px;
  background: white;
}

.ConditionModal--hotel-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid #c3c3c3;
}

.ConditionModal--hotel-tab-item:not(.active) {
  transition: color .3s;
  cursor: pointer;
}

.ConditionModal--hotel-tab-item:not(.active):hover {
  color: var(--corporate-color);
}

.ConditionModal--hotel-tab-item.active {
  color: var(--corporate-color);
  background: var(--active-color);
  border-color: var(--corporate-color);
}

/* end_タブ */

#ConditionModal--hotel .CommonModal__scroll-area {
  max-height: unset;
  height: calc(700px - 50px - 85px - 50px);
  /*
        700px（モーダル最大の高さ）
        50px(モーダル見出しの高さ)
        85px（モーダル下部ボタンエリアの高さ）
        50px（モーダルタブの高さ）
        */
}

#ConditionModal--hotel .CommonModal__contents--map .CommonModal__scroll-area {
  height: calc(700px - 50px - 50px);
  /*
        700px（モーダル最大の高さ）
        50px(モーダル見出しの高さ)
        50px（モーダルタブの高さ）
        */
}

#ConditionModal--hotel .CommonModal__contents-inner {
  box-shadow: none;
}

/* start_絞り込む */

.ConditionModal--hotel-sort-wrap {
  height: 140px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-sort-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ConditionModal--hotel-sort-group:not(:first-child) {
  margin-top: 15px;
}

.ConditionModal--hotel-sort-ttl {
  width: 180px;
  font-size: 1.4rem;
  font-weight: 600;
}

.ConditionModal--hotel-sort-content {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 180px);
  overflow-x: auto;
}

/* start_ランクで */

.ConditionModal--hotel-sort-items {
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 600;
}

.ConditionModal--hotel-sort-item:not(:last-child) {
  margin-right: 10px;
}

.ConditionModal--hotel-sort-wrap .Condition__checkbox-label {
  min-height: unset;
  margin-bottom: 0;
  padding: 10px 12px;
  white-space: nowrap;
}

#Condition .ConditionModal--hotel-sort-wrap input[type="checkbox"]:checked+.Condition__checkbox-label {
  color: var(--corporate-color);
  background: var(--active-color);
  border-color: var(--corporate-color);
}

/* end_ランクで */

/* start_ホテル名で */

.CommonModal__contents--map .ConditionModal--hotel-sort-wrap {
  height: 80px;
}

.CommonModal__contents--map .ConditionModal--hotel-sort-group--name {
  display: none;
}

.ConditionModal--hotel-sort-wrap .Condition__input-text {
  position: relative;
  margin-right: 10px;
  width: 320px;
}

.ConditionModal--hotel-sort-wrap .Condition__input-text::after {
  content: none;
}

.ConditionModal--hotel-sort-name-btn-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ConditionModal--hotel-sort-name-btn-clear:hover {
  opacity: .7;
}

.ConditionModal--hotel-sort-name-btn-clear::before,
.ConditionModal--hotel-sort-name-btn-clear::after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #888;
  position: absolute;
  top: 50%;
  left: 50%;
}

.ConditionModal--hotel-sort-name-btn-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ConditionModal--hotel-sort-name-btn-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ConditionModal--hotel-sort-btn-narrow {
  display: block;
  padding: 10px 20px;
  font-size: 1.4rem;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  transition: opacity .3s;
  cursor: pointer;
}

.ConditionModal--hotel-sort-btn-narrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
  opacity: .8;
}

.ConditionModal--hotel-sort-btn-narrow:hover {
  opacity: .7;
}

/* end_ホテル名で */

/* end_絞り込む */

#ConditionModal--hotel .CommonModal__contents-inner {
  margin-top: -1px;
}

.ConditionModal--hotel-tab-contents {
  display: none;
}

.ConditionModal--hotel-tab-contents.active {
  display: block;
}

/* start_一覧から選択 */

.ConditionModal--hotel-list-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-list-ac-btn:not(.js_condition-modal-ac-btn),
.ConditionModal--hotel-list-ac-btn.active {
  background: #f5f5f5;
}

.ConditionModal--hotel-list-ac-contents {
  display: none;
}

.Condition__hotel-list-rank-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

.ConditionModal--hotel-tab-contents--list .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.ConditionModal--hotel-tab-contents--list .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

/* end_一覧から選択 */

/* start_地図から選択 */

.ConditionModal--hotel-tab-contents-map-inner {
  display: flex;
  justify-content: space-between;
  height: calc(700px - 50px - 50px - 80px + 1px);
  /*
        700px（モーダル最大の高さ）
        50px(モーダル見出しの高さ)
        50px（タブの高さ）
        80px（絞り込みの高さ）
        1px（.CommonModal__contents-innerのネガティブマージン分）
        */
}

.ConditionModal--hotel-map-wrap {
  position: relative;
  width: 470px;
  background: #f5f5f5;
  border-radius: 0 0 0 6px;
}

/* start_地図上ホテル枠 */

.ConditionModal--hotel-map-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 345px;
  padding: 15px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 5%);
}

.ConditionModal--hotel-map-info-btn-close {
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #888;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity .3s;
}

.ConditionModal--hotel-map-info-btn-close:hover {
  opacity: .7;
}

.ConditionModal--hotel-map-info-btn-close::before,
.ConditionModal--hotel-map-info-btn-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background-color: white;
}

.ConditionModal--hotel-map-info-btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ConditionModal--hotel-map-info-btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ConditionModal--hotel-map-info-ttl {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.ConditionModal--hotel-map-info-img {
  width: 100px;
}

.ConditionModal--hotel-map-info-img img {
  border: 1px solid #e5e5e5;
}

.ConditionModal--hotel-map-info-txt {
  width: calc(100% - 110px);
}

.ConditionModal--hotel-map-info-rank {
  color: var(--sub-corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
}

.ConditionModal--hotel-map-info-description {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.ConditionModal--hotel-map-info-btn-items {
  display: flex;
  justify-content: flex-end;
}

.ConditionModal--hotel-map-info-btn-item {
  padding: 10px 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
}

.ConditionModal--hotel-map-info-btn-item--detail {
  color: var(--corporate-color);
  border: 1px solid #7fcff4;
  transition: background-color .3s;
}

.ConditionModal--hotel-map-info-btn-item--detail:hover {
  background-color: var(--active-color);
}

.ConditionModal--hotel-map-info-btn-item--add {
  color: white;
  background-color: var(--corporate-color);
  transition: opacity .3s;
}

.ConditionModal--hotel-map-info-btn-item--add:hover {
  opacity: .7;
}

.ConditionModal--hotel-map-info-btn-item:first-child {
  margin-right: 5px;
}

/* end_地図上ホテル枠 */

.ConditionModal--hotel-selected-wrap {
  width: calc(100% - 470px);
}

.ConditionModal--hotel-selected-scroll-area {
  max-height: calc(100% - 85px);
  overflow-y: auto;
}

.ConditionModal--hotel-selected-btn {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin: 20px auto;
  padding: 14px 0;
  font-size: 1.4rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
}

.ConditionModal--hotel-selected-num {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 22px;
  height: 22px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--corporate-color);
}

.ConditionModal--hotel-selected-items {
  /* display: none; */
  border-top: 1px solid #e5e5e5;
}

.ConditionModal--hotel-selected-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.ConditionModal--hotel-selected-item-name {
  line-height: 1.3;
  width: 165px;
}

.ConditionModal--hotel-selected-item-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 175px);
}

.ConditionModal--hotel-selected-item-btn {
  display: block;
  padding: 8px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7fcff4;
  border-radius: 50px;
  transition: background-color .3s;
}

.ConditionModal--hotel-selected-item-btn--detail:hover {
  background-color: var(--active-color);
}

.ConditionModal--hotel-selected-item-btn--delete {
  color: #666;
  border-color: #c9c9c9;
}

.ConditionModal--hotel-selected-item-btn--delete:hover {
  background-color: #f5f5f5;
}

.CommonModal__contents--map .CommonModal__set-btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 470px);
}

/* end_地図から選択 */

/* end_ホテル・旅館 */

/* start_ブランド */

#ConditionModal--brand .Condition__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* end_ブランド */

/* start_テーマ */

#ConditionModal--theme .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
}

.ConditionModal--theme-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

#ConditionModal--theme .Condition__checkbox-label {
  width: calc(100% / 3);
  margin: 0;
  border-radius: 0;
  border-top: none;
}

#ConditionModal--theme .Condition__checkbox-label {
  border-left: none;
}

#ConditionModal--theme .Condition__checkbox-label:nth-of-type(3n) {
  border-right: none;
}

.ConditionModal--hotel-map-area {
  display: block;
  width: 100%;
  height: 97%;
  background-color: #FFFFFF;
}

#loadMask {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
}

.bgStyle {
  opacity: .5;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: lightgray;
  z-index: 999
}

.maskStyle {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 1002
}

.maskStyle img {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* end_テーマ */

/* --------------------end_モーダル-------------------- */

/* --------------------start_Anchor-------------------- */
.Anchor__inner {
  background-color: var(--shipping-color);
}

.Anchor__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Anchor__item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(100% / 2);
}

.Anchor__item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  background-color: #fff;
  width: 1px;
  height: 40px;
}

.Anchor__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  background-color: #fff;
  width: 1px;
  height: 40px;
}

.Anchor__link {
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
}

.Anchor__link-inner {
  display: inline-block;
  position: relative;
  font-size: 19px;
  line-height: 1.2;
  padding-right: 3rem;
}

.Anchor__link-inner::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #fff;
  border-radius: 50%;
}

.Anchor__link-inner::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 5px;
  border-top: 2px solid var(--shipping-color);
  border-right: 2px solid var(--shipping-color);
}

/* --------------------end_Anchor-------------------- */

/* --------------------start_About-------------------- */
.About__logo {
  display: block;
  text-align: center;
  margin: 10px auto 0;
}

.About__logo img {
  width: auto;
}

.About__group {
  display: flex;
  justify-content: space-between;
  padding: 0 6rem 6rem;
}

.About__group-txt {
  flex: 1;
  font-size: 20px;
}

/* --------------------end_About-------------------- */

/* --------------------start_Charm-------------------- */
.Charm__group {
  display: flex;
  justify-content: space-between;
  padding: 0 6rem 6rem;
}

.Charm__item {
  width: calc(88% / 3);
}

.Charm__dt {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--shipping-color);
  text-align: center;
  padding: 2rem 0 1rem;
}

.Charm__dd {
  border-top: dotted 2px #666;
  line-height: 1.4;
  padding-top: 2rem;
}

/* --------------------end_Charm-------------------- */

/* --------------------start_Special-------------------- */
.Special01__group {
  padding: 0 9rem 2rem;
}

.Special01__dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #003860;
  font-size: 20px;
  font-weight: 500;
  color: #003860;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.Special01__dt::before {
  content: "";
  display: block;
  background-image: url(/attending/cruise/royalcaribbean/images/Special-catch.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2rem;
  margin-right: 1rem;
}

.Special01__dd {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.Special02__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 9rem 3rem;
}

.Special02__group:last-child {
  padding: 0 9rem 6rem;
}

.Special02__group:last-child .Special__group-dTxt {
  margin-top: 1rem;
}

.Special02__group-inner {
  display: flex;
  flex-direction: column;
  width: calc(94% / 2);
}

.Special__ppl {
  display: block;
  background-color: #808080;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
}

.Special__caption {
  display: flex;
  height: 5rem;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 1rem;
}

.Special__height {
  display: flex;
}

.Special__group-illust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.Special__group-dTxt {
  display: flex;
  flex: 1;
  background-color: #FFFBDB;
  font-size: 12px;
  border-radius: 6px;
  padding: 1rem;
}

.Special02__dl {
  display: flex;
}

.Special02__dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #003860;
  font-size: 20px;
  font-weight: 500;
  color: #003860;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.Special02__dt::before {
  content: "";
  display: block;
  background-image: url(/attending/cruise/royalcaribbean/images/Special-catch.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 2rem;
  margin-right: 1rem;
}

.Special02__dd {
  font-size: 15px;
  letter-spacing: -0.02em;
}

/* --------------------end_Special-------------------- */

/* --------------------start_Tour-------------------- */
.Tour__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 7rem;
}

.Tour__item {
  display: flex;
  /* flex-direction: column; */
  width: calc(96% / 4);
}

.Tour__item:not(:nth-child(4n)) {
  margin-right: 1.36rem;
}

.Tour__item:not(:nth-child(-n+4)) {
  margin-top: 2rem;
}

.Tour__link-cruise {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 5px 10px -3px #808080;
}

.Tour__inner {
  display: flex;
  flex-direction: column;
  border: solid 1px #E5E5E5;
  border-top: none;
  height: 100%;
  padding: 1rem;
}

.Tour__special-inner {
  display: block;
  background-color: var(--shipping-color);
  font-size: 13px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}

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

.Label-inner {
  display: flex;
  align-items: center;
  width: calc(96% / 2);
  font-size: 11px;
  line-height: 1.2;
  color: var(--shipping-color);
  letter-spacing: -0.05em;
}

.Label-border {
  display: block;
  border: solid 1px var(--shipping-color);
  width: 100%;
  padding: 0.5rem;
}

.cndt {
  justify-content: center;
}

.Tour__name-cruise {
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
  margin-bottom: 1.0rem;
}

.Tour__date {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  -webkit-font-feature-settings: "palt";
}

.Tour__date span {
  color: var(--shipping-color);
  font-weight: 600;
}

.Tour__price-cruise {
  font-weight: 600;
  color: #ff3e1b;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
}

/* --------------------end_Tour-------------------- */

/* --------------------start_Ship-------------------- */
.Ship__group {
  width: 945px;
  height: auto;
  margin: 0 auto 7rem;
}

.Ship__group-inner {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 15px -1px #e6e6e6;
  padding: 3rem;
  position: relative;
}

.Common21__inner .Ship__group-inner:not(:first-of-type) {
  margin-top: 3rem;
}

.Ship__group-inner figure {
  width: 320px;
  height: auto;
}

.Ship__dl {
  width: calc(100% - 320px - 20px);
  height: auto;
  word-break: break-word;
}

.Ship__dt {
  font-size: 26px;
  font-weight: 600;
}

.Ship__dd-txt {
  margin-top: 1rem;
  margin-bottom: 8rem;
}

.Ship__dd-btn {
  position: absolute;
  width: 550px;
  bottom: 3rem;
  right: 3rem;
}

.Ship__dd-link {
  float: right;
  position: relative;
  display: block;
  background-color: var(--shipping-color);
  border-radius: 6px;
  width: 70%;
  font-size: 17px;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}

.Ship__dd-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: #fff;
  border-radius: 50%;
}

.Ship__dd-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
  border-top: 2px solid var(--shipping-color);
  border-right: 2px solid var(--shipping-color);
}

/* --------------------end_Ship-------------------- */

/* --------------------start_List-------------------- */
.List__group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}

.List__item {
  display: flex;
  flex-direction: column;
  width: calc(96% / 4);
}

.List__item:not(:nth-child(4n)) {
  margin-right: 1.36rem;
}

.List__item:not(:nth-child(-n+4)) {
  margin-top: 2rem;
}

.List__item img{
  max-height: 184px;
}

.List__link {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 10px -3px #e6e6e6;
  height: 100%;
}

.List__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #E5E5E5;
  border-top: none;
  height: 100%;
  padding: 1rem 1.5rem;
}

.List__txt {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.List__txt::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: var(--shipping-color);
  border-radius: 50%;
}

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

/* --------------------end_List-------------------- */

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

#QA {
  margin-bottom: 60px;
}

.QA__group {
  box-shadow: 0px 5px 15px -1px #e6e6e6;
  /* 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(--shipping-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(--shipping-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(--shipping-color);
  transform: translateY(-50%);
}

.QA__q:hover {
	opacity: 0.5;
}

.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 a {
  color: var(--corporate-color);
}

.QA__a-inner a:hover {
  color: var(--corporate-color);
  text-decoration: underline;
}

.QA__a-inner::before {
  content: "A";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  /* display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: var(--shipping-color);
  font-weight: 600;
  /* text-align: center; */
  line-height: 40px;
  letter-spacing: 0;
  border-radius: 50%;
  border: 2px solid var(--shipping-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_阪急交通社のクルーズ旅行バナー-------------------- */
#Cruise_bn {
  margin-bottom: 60px;
  padding: 40px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Common21__inner--Cruise_bn {
  display: block;
  justify-content: space-between;
}

.Cruise_bn-ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--corporate-color);
  margin-bottom: 10px;
}

.Cruise_bn-section__txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.Cruise_bn__item {
  position: relative;
  width: 450px;
  height: 130px;
  margin: 0 auto;
}

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

.Cruise_bn__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 18px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Cruise_bn__link {
  display: block;
  padding: 20px;
  color: var(--corporate-color);
  font-weight: 600;
  text-align: left;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.Cruise_bn__link:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.Cruise_bn__link::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.Cruise_bn__txt {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  width: 70%;
}

.Cruise_bn__txt span {
  display: block;
  font-size: 18px;
  color: var(--corporate-color);
}

.Cruise_bn__link--cruise--order {
  display: flex;
  align-items: center;
}

.Cruise_bn__link--cruise--order::before {
  background-image: url(/attending/cruise/common/images/il_cruise--order.svg);
}

/* --------------------end_阪急交通社のクルーズ旅行バナー-------------------- */

/* --------------------start_阪急交通社のクルーズ旅行-------------------- */
.HeiCruise__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 240px;
  height: 145px;
  padding: 20px 40px 13px 20px;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  overflow: hidden;
}

.HeiCruise__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg,
      rgba(0, 35, 51, 1) 0%,
      rgba(0, 35, 51, 0) 60%);
}

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

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

.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: 10px;
  right: 10px;
}

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

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

.HeiCruise__img img {
  width: 240px;
  height: 145px;
  object-fit: cover;
  /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
}

.ship-item .HeiCruise__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* この一行を追加するだけ！ */
  transition: opacity 0.3s;
  object-position: 0 80%;
}

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

.HeiCruise__name {
  font-feature-settings: "palt";
  font-size: 1.6rem;
}

#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);
}

.HeiCruise-link-items .HeiCruise-link-item {
  width: 100%;
  margin-bottom: 5px;
}

.HeiCruise-link-items .HeiCruise-link-item a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}

.HeiCruise-link-items .HeiCruise-link-item a:hover,
.HeiCruise-ebook .ebook a:hover {
  text-decoration: underline;
}

.HeiCruise-ebook .ebook {
  margin-bottom: 2rem;
}

.HeiCruise-link-items .HeiCruise-link-item a::before,
.HeiCruise-ebook .ebook 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;
}

.HeiCruise-area {
  width: 50%;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-area .HeiCruise-link-item {
  width: 50%;
}

.HeiCruise-setsumeikai {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-ebook .ebook a {
  font-size: 1.8rem;
  font-weight: bold;
}

.HeiCruise-area .HeiCruise-toggle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.HeiCruise-links {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.HeiCruise-link-items {
  width: 25%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeiCruise-link-items dt {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.HeiCruise-link-items dd {
  width: 100%;
  margin-bottom: 5px;
}

.HeiCruise-link-items dd a {
  position: relative;
  display: block;
  font-size: 1.4rem;
}

.HeiCruise-link-items dd 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;
}

.HeiCruise-link-items dd a:hover {
  text-decoration: underline;
}

.HeiCruise-area {
  width: 50%;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-area dd {
  width: 50%;
}

.HeiCruise-setsumeikai {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.HeiCruise-ebook .ebook a {
  font-size: 1.8rem;
  font-weight: bold;
}

/* --------------------end_阪急交通社のクルーズ旅行-------------------- */

/* --------------------start_最近チェックしたツアー-------------------- */
.Tour {
  width: 254px;
}

/* --------------------end_最近チェックしたツアー-------------------- */
