@charset "utf-8";
/* CSS Document */
:root {
  --font-mincho: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --content-color-navy: #025b7d;
  --content-color-blue: #0894cb;
  --default-color-red: #DF0D00;
}
html {
  scroll-behavior: smooth;
}
.breadcrumb {
  max-width: 100%;
}
.contents {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2C2A29;
  -webkit-text-size-adjust: none; /*ipad safari対策*/
  & a {
    text-decoration: none;
    color: inherit;
    &:hover {
      opacity: 0.8;
      transition: all 0.6s ease;
    }
  }
  & .inner {
    width: 1104px;
    max-width: 96%;
    margin: 0 auto;
  }
  & img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
.nopc {
  display: none;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: 550px;
  background: url("../images/main-bg-pc.jpg") no-repeat top center;
  text-align: center;
  & .sub {
	padding-top: 50px;
	margin: 0 0 25px;
  }
  & .title {
    margin: 0 auto;
  }
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
  width: 100%;
  background-color: #fbf9ef;
  padding: 120px 0;
  & .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  & .title {
    width: 100%;
    font-family: var(--font-mincho);
    text-align: center;
    border-bottom: solid 1px #222;
    padding-bottom: 24px;
    margin-bottom: 32px;
    & .sub {
      font-size: 26px;
      margin-bottom: 8px;
    }
    & h2 {
      font-size: 40px;
      font-weight: 700;
    }
  }
  & .text {
    width: calc(100% - 560px);
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.03em;
    padding-right: 48px;
  }
  & .map {
    width: 560px;
    height: 355px;
    background: url("../images/map-pc.png");
    padding: 16px 16px 0 220px;
    & dt {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      padding: 0 8px 1px;
      &:nth-child(1) {
        background-color: #42bd65;
      }
      &:nth-child(3) {
        background-color: #42a4bd;
      }
      &:nth-child(5) {
        background-color: #b58b30;
      }
    }
    & dd {
      background-color: #fff;
      font-size: 14px;
      line-height: 1.3;
      padding: 4px 8px;
      text-align: justify;
      margin-bottom: 8px;
    }
  }
  & .ph {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    & li {
      width: 24%;
      & img {
        border-radius: 8px;
      }
    }
  }
  & .movie {
    width: 100%;
    margin-top: 56px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0 38px;
    & h3 {
      font-size: 18px;
      font-weight: 700;
      text-align: left;
      margin-bottom: 8px;
      &::before {
        content: "▶";
        margin-right: 4px;
        font-size: 16px;
      }
    }
    & iframe {
      /*width: 534px;*/
      width: 530px;
      height: 298px;
      border: none;
    }
  }
  & .feature-link {
    width: 100%;
    text-align: center;
    margin-top: 56px;
    & h3 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    & a {
      display: block;
    }
  }
}
/*------------------------------------------------
	ポイント
--------------------------------------------------*/
#point {
  width: 100%;
  background-color: #ace5ff;
  background-image: url("../images/point-bg.png"), url("../images/point-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left -100px top -100px, right -100px bottom -100px;
  padding: 120px 0;
  & .title {
    text-align: center;
    color: var(--content-color-navy);
    margin-bottom: 56px;
    & .sub {
      font-size: 22px;
      font-weight: 700;
      padding-bottom: 24px;
      background: url("../images/point-fukidashi.png") no-repeat bottom center / 180px;
    }
    & h2 {
      font-size: 40px;
      font-weight: 900;
    }
  }
  & .point-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    & > li {
      background-color: #fff;
      position: relative;
      padding: 16px 32px 24px 72px;
      &:nth-child(1) {
        width: 100%;
      }
      &:nth-child(2) {
        width: 100%;
      }
      &:nth-child(3) {
        width: 49%;
      }
      &:nth-child(4) {
        width: 49%;
      }
      & .no {
        position: absolute;
        left: 24px;
        top: 16px;
        font-size: 50px;
        line-height: 1.0;
        color: var(--content-color-navy);
        font-family: "Arial Black", sans-serif;
        font-weight: bold;
      }
      & h3 {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700;
        color: #e73562;
        & .f-small {
          font-size: 18px;
        }
        & .f-black {
          color: #2C2A29;
        }
        & mark {
          background: linear-gradient(transparent 70%, #fff35e 0%);
          color: inherit;
        }
      }
      & .schedule {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
        & dl {
          width: 48%;
          display: flex;
          flex-wrap: wrap;
          text-align: center;
          font-size: 14px;
          border-bottom: solid 1px #ccc;
          & dt {
            width: 100%;
            font-weight: 700;
            border-top: solid 1px #222;
            border-bottom: solid 1px #222;
            padding: 4px 0;
          }
          & dd {
            width: 45%;
            padding: 4px 0;
            &.nha {
              width: 55%;
            }
          }
        }
      }
      & .text {
        font-size: 18px;
        margin-top: 4px;
      }
      & .note {
        font-size: 14px;
        border-top: solid 1px #ccc;
        margin-top: 4px;
        padding-top: 4px;
      }
    }
  }
}
/*2つから選べる観光プラン付き*/
#tour {
  & .point-list {
    width: 100%;
    border: solid 5px #f9f9f9;
    margin: 0 0 40px;
    & > li {
      background-color: #fff;
      padding: 24px 32px;
      & .plan-list {
        width: 100%;
        display: flex;
        & li {
          width: 50%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-self: flex-start;
          &:nth-child(1) {
            border-right: dashed 1px #999;
            padding-right: 24px;
            background: url("../images/point5-illust-1.png") no-repeat top left/ 95%;
          }
          &:nth-child(2) {
            padding-left: 24px;
            background: url("../images/point5-illust-2.png") no-repeat top right/ 95%;
          }
          & .fuki {
            width: 100%;
            text-align: center;
            position: relative;
            & span {
              display: inline-block;
              font-size: 16px;
              font-weight: 500;
              color: #fff;
              padding: 4px 16px;
              .plan1 & {
                background-color: #2892db;
                /*background-color: #0073C4;*/
              }
              .plan2 & {
                background-color: #00c09d;
                /*background-color: #00815F;*/
              }
            }
          }
          & h4 {
            width: 100%;
            text-align: center;
            font-size: 24px;
            font-weight: 700;
            margin: 8px 0 40px;
            .plan1 & mark {
              background: linear-gradient(transparent 70%, #e1f0fb 0%);
              /*background: linear-gradient(transparent 70%, #d0e8fa 0%);*/
              color: #2892db;
              /*color: #0073C4;*/
            }
            .plan2 & mark {
              background: linear-gradient(transparent 70%, #def7f2 0%);
              /*background: linear-gradient(transparent 70%, #ccf1e9 0%);*/
              color: #00c09d;
              /*color: #00815F;*/
            }
          }
          & dl {
            width: 50%;
            & dt {
              line-height: 1.3;
              font-weight: 700;
              margin-bottom: 4px;
            }
            & dd {
              margin-bottom: 24px;
            }
          }
          & .ph {
            width: 48%;
            & img {
              margin-bottom: 16px;
            }
          }
        }
      }
    }
  }
}
/*早期割引*/
#tour {
  & .discount {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    background: #fff35e;
    border: solid 3px #ffec00;
    padding: 16px;
    margin-bottom: 32px;
    & p {
      font-size: 24px;
      font-weight: 700;
    }
    & ul {
      display: flex;
      justify-content: space-between;
      gap: 0 16px;
    }
    & li {
      display: flex;
      font-size: 18px;
      font-weight: 700;
      border-radius: 8px;
      & .f-small {
          display: block;
          font-size: 14px;
        }
      & span {
        background-color: #fff;
      }
      & .left {
        display: flex;
        align-items: center;
        color: #fff;
        background-color: #ff3064;
        /*background-color: #e51046;*/
        border-radius: 8px 0 0 8px;
        padding: 4px 24px;
      }
      & .right {
        font-size: 20px;
        color: #ff3064;
        /*color: #e51046;*/
        border-radius: 0 8px 8px 0;
        padding: 4px 32px;
        line-height: 1.2;
      }
    }
  }
}
/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#pageNavi {
  width: 100%;
  margin-bottom: 96px;
}
#pageNavi ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#pageNavi ul li {
  width: 280px;
  margin: 0 16px;
  text-align: center;
}
#pageNavi ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  padding: 8px 0;
  /*background: #fff4a4;*/
  /*background: #9ae0ff;*/
  border: solid 2px #2C2A29;
  border-radius: 8px;
  box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .14);
  position: relative;
}
#pageNavi ul li a:after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-left: 5px;
}
#pageNavi ul li a:hover {
  background: #E0DFDD;
  opacity: 1;
}
/*#pageNavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
  padding: 10px 0;
  background: #fff;
}
#pageNavi.fixed ul li .active {
  background-color: #7B2D57;
  border-radius: 8px;
  color: #fff;
}
#pageNavi.fixed ul li .active:hover {
  background-color: #7B2D57;
}
#pageNavi.fixed ul li .active::after {
  color: #fff;
}*/
/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tour {
  width: 100%;
  background-color: #fbfbfb;
  padding: 96px 0 8px;
  & h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 56px;
    &::before {
      content: "";
      display: block;
      height: 50px;
      background: url("../images/icon-tour.svg") no-repeat top center /contain;
    }
  }
  & .cate-title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #0563bb;
    /*background-color: #204891;*/
    padding: 16px 0;
    margin-bottom: 56px;
    position: relative;
    &::after {
      content: "";
      border: 20px solid transparent;
      border-top: 20px solid #0563bb;
      margin-left: -20px;
      top: 100%;
      left: 50%;
      position: absolute;
    }
  }
  & h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
    /*&::before {
            content: "＼";
            margin-right: 10px;
            font-weight: 900;
            font-size: 1.3em;
        }
        &::after {
            content: "／";
            margin-left: 10px;
            font-weight: 900;
            font-size: 1.3em;
        }*/
    & span {
      background: linear-gradient(transparent 70%, #fff35e 0%);
      padding: 0 8px;
    }
  }
  & .more-btn {
    width: 700px;
    margin: 56px auto 96px;
    & a {
      display: block;
      margin: 0 auto;
      letter-spacing: 0.05em;
      color: #fff;
      text-align: center;
      line-height: 36px;
      border-radius: 30px;
      /*background-color: #fb7c1a;*/
      background-color: #2C2A29;
      padding: 8px 0;
      position: relative;
      box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .25);
      &::after {
        content: "";
        background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat center center / cover;
        width: 10px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 3%;
        bottom: 0;
        margin: auto;
      }
    }
  }
  .note {
    font-size: 12px;
    margin-top: 32px;
  }
}
/*------------------------------------------------
	商品カセット調整
--------------------------------------------------*/
.product__list--point:empty {
  display: none;
}
.product__list--minmax .minmax-new:not(:empty) + .minmax-old, .product__list--dep .js-split-departure:not(:empty) + span, .product__list--type .js-split-airport:not(:empty) + span {
  display: none;
}
.product__list--dep .js-split-departure::after, .product__list--dep span[id*="dep_"]::after {
  content: "出発"
}
.product__list--type.port-type::after {
  content: "発着"
}
.product__list--type.port-type.hotel::after {
  content: ""
}
.product__list--type.port-type.train::after {
  content: "発"
}
.product__list--dep .js-split-departure:empty::after, .product__list--dep span[id*="dep_"]:empty::after {
  display: none;
}
.product__list--price {
  text-align: right;
}
.product__wrapper:has(.is-size-half) {
  flex-wrap: nowrap;
  --yohaku-yoko: 10px;
  gap: 15px var(--yohaku-yoko);
}
.product__contents.is-size-half {
  max-width: 547px;
  width: 100%;
}
.is-pc .media .tour_img, .is-pc .product__list--image {
  height: 179px;
}
/*------------------------------------------------
	検索ボックス
--------------------------------------------------*/
#searchArea {
  background: url("../images/search-bg.jpg") no-repeat bottom center / cover;
  padding: 60px 0;
}
/*------------------------------------------------
	円バナー
--------------------------------------------------*/
#fix-bnr {
  display: none;
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 100;
  & a {
    display: block;
  }
  & .close {
    position: absolute;
    right: 20px;
    top: 10px;
    & a {
      width: 28px;
      height: 28px;
      background-color: #efefef;
      border-radius: 50%;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      color: #888;
      text-decoration: none;
    }
  }
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
        padding: 20px 0; /*ページによって調整*/
}
.line-inner {
        width: 992px;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 0.1vw;
        line-height: 1.5;
}
.line-wrap-detail .line-inner {
        background: #fff;
        border: solid 1px #d3d3d3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: 1px;
}
.line-inner .head {
        width: 100%;
        text-align: center;
        background-color: #15c618;
        padding: 6px;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
}
.line-inner .textarea {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
        width: 23%;
        padding: 10px 20px 10px 0;
}
.line-inner .text1 {
        font-size: 17px;
        line-height: 1.4;
}
.line-inner .text1 span {
        display: inline-block;
        font-weight: bold;
        color: #fb0b0b;
        background-color: #ffe1e1;
        padding: 0 2px;
}
.line-inner .text2 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: -2px;
        background: linear-gradient(transparent 60%, #fff231 0%);
        display: inline-block;
        line-height: 1.7em;
        padding: 0 4px;
}
.line-button a {
        display: block;
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        border-radius: 8vw;
        box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
        background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
        background-size: 50px;
        background-position: 12px;
        background-color: #15c618;
        padding: 10px 10px 6px 70px;
        position: relative;
        text-decoration: none;
}
.line-button a:hover {
        opacity: .8;
        transition: all 0.6s ease;        
}
.line-button a span.small {
        width: 88%;
        display: block;
        font-size: 14px;
        font-weight: normal;
}
.line-button a span.strong {
        display: block;
}
.line-button a span.strong::after {
        font-family: "FontAwesome", "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f138";
        font-size: 15px;
        margin-left: 6px;
        padding-right: 14px;
}
.line-button a span.line-friend {
        font-size: 1.3;
        color: #fff231;
        padding: 0 2px;
}
.line-qr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}
.line-qr span:nth-child(1) {
        width: 50%;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.3;
}
.line-qr img {
        width: 50%;
}
.line-qr span:nth-child(3) {
        width: 100%;
        font-size: 13px;
}
.line-qr a {
        text-decoration: underline;
}


/*-----------------------------------------
検索BOX
-----------------------------------------*/
/*検索ボタンリセット*/
#searchArea {
  & select {color: #333;}
  & .rn-searchMod__inputField, .rn-searchMod__select, .rn-searchMod__toggle {
    font-size: 14px !important;
  }
  & .rn-searchMod__buttonSearchWrap a {
    font-size: 15px !important;
    padding: 14.6px 15px 16px 80px!important;  
  }
  & .rn-searchMod__formDomLink {
    font-size: 12px !important;
  }
  &.rn-searchMod__label::before {
    font-size: 10px !important;
  }
}

/*---------------------------------------------
ios用調整
----------------------------------------------*/
.product-list.card-style > li .product-list__item .item-photo__wrapper .item-txt__port {
  margin-top: -1px;
}
.product-list__item {
  -webkit-text-size-adjust: none;
}
/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
  padding: 100px 0;
  background-color: #fbf9ef;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.ui-static-breadcrumb-list {
	margin: 0;
}
/*ページトップ*/
.goTop {
	& a {
		display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
		border-radius: 50%;
        background-color: rgba(105, 113, 128, .5);
        width: 48px;
        height: 48px;
		& img {
			width: 24px;
			height: 24px;
		}
	}
}