@charset "utf-8";
/* CSS Document */ 
:root {
  --font-mincho: "游明朝", 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: 3.6vw;
  line-height: 1.5;
  font-weight: 500;
  color: #2C2A29;
  & a {
    text-decoration: none;
    color: inherit;
  }
  & .inner {
    margin: 0 auto;
  }
  & img {
    width: 100%;
    vertical-align: bottom;
  }
}
.nosp {
  display: none;
}
/*------------------------------------------------
	メインビジュアル
--------------------------------------------------*/
#mainvisual {
  width: 100%;
  height: calc(630vw / 7.5);
  background: url("../images/main-bg-sp.jpg") no-repeat top center;
  background-size: 100%;
  & .sub {
	padding-top: 10vw;
	width: calc(530vw / 7.5);
	margin: 0 auto 4vw;
  }
  & .title {
    width: calc(710vw / 7.5);
    margin: 0 auto;
  }
}
/*------------------------------------------------
	導入
--------------------------------------------------*/
#lead {
  width: 100%;
  background-color: #fbf9ef;
  padding: 13vw 0;
  & .inner {
    width: 90vw;
  }
  & .title {
    width: 100%;
    font-family: var(--font-mincho);
    text-align: center;
    border-bottom: solid 1px #222;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    & .sub {
      font-size: 3.6vw;
      margin-bottom: 2vw;
    }
    & h2 {
      font-size: 7.0vw;
      font-weight: 700;
    }
  }
  & .text {
    font-size: 3.7vw;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0.02em;
    margin-bottom: 3vw;
  }
  & .map {
    width: 90vw;
    height: 91vw;
    background: url("../images/map-sp.png") no-repeat;
    background-size: 100%;
    padding: 2vw 2vw 2vw 34vw;
    & dt {
      color: #fff;
      font-size: 3.5vw;
      font-weight: 700;
      padding: 0 1.5vw;
      &:nth-child(1) {
        background-color: #42bd65;
      }
      &:nth-child(3) {
        background-color: #42a4bd;
      }
      &:nth-child(5) {
        background-color: #b58b30;
      }
    }
    & dd {
      background-color: #fff;
      font-size: 3.2vw;
      line-height: 1.3;
      padding: 1vw 1.5vw;
      text-align: justify;
      margin-bottom: 1vw;
    }
  }
  & .ph {
    width: 100%;
    margin: 5vw 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    & li {
      width: 49.5%;
      margin-bottom: 1vw;
      & img {
        border-radius: 2vw;
      }
    }
  }
  & .movie {
    width: 100%;
    text-align: center;
    & :first-child {
      & h3 {
        margin-top: 0;
      }
    }
    & h3 {
      margin-top: 5vw;
      font-size: 3.8vw;
      font-weight: 700;
      text-align: left;
      margin-bottom: 1vw;
      &::before {
        content: "▶";
        margin-right: 1vw;
        font-size: 0.8em;
      }
    }
    & iframe {
      width: 100%;
      height: 50.5vw;
      border: none;
    }
  }
  & .feature-link {
    width: 100%;
    text-align: center;
    margin-top: 7vw;
    & h3 {
      font-size: 4.0vw;
      font-weight: 700;
      margin-bottom: 1vw;
    }
    & a {
      display: block;
      width: 90vw;
      margin: 0 auto;
    }
  }
}
/*------------------------------------------------
	ポイント
--------------------------------------------------*/
#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 -17vw top -11vw, right -17vw bottom -11vw;
  background-size: 80vw;
  padding: 15vw 0;
  & .inner {
    width: 94vw;
  }
  & .title {
    text-align: center;
    color: var(--content-color-navy);
    margin-bottom: 5vw;
    & .sub {
      font-size: 4.0vw;
      font-weight: 700;
      padding-bottom: 5vw;
      background: url("../images/point-fukidashi.png") no-repeat bottom center / 30vw;
    }
    & h2 {
      font-size: 7.0vw;
      font-weight: 900;
    }
  }
  & .point-list {
    width: 100%;
    & > li {
      background-color: #fff;
      position: relative;
      padding: 3vw 4vw 3vw 12vw;
      margin-bottom: 2vw;
      & .no {
        position: absolute;
        left: 3vw;
        top: 3vw;
        font-size: 10vw;
        line-height: 1.0;
        color: var(--content-color-navy);
        font-family: "Arial Black", sans-serif;
        font-weight: bold;
      }
      & h3 {
        font-size: 5.0vw;
        line-height: 1.4;
        font-weight: 700;
        color: #e73562;
        & .dis-brock {
          display: block;
        }
        & .f-small {
          font-size: 0.7em;
        }
        & .f-black {
          color: #2C2A29;
        }
        & mark {
          background: linear-gradient(transparent 70%, #fff35e 0%);
          color: inherit;
        }
      }
      & .schedule {
        margin-top: 3vw;
        & dl {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          text-align: center;
          font-size: 3.5vw;
          margin-bottom: 3vw;
          & dt {
            width: 100%;
            font-weight: 700;
            border-top: solid 1px #222;
            border-bottom: solid 1px #222;
            padding: 1vw 0;
          }
          & dd {
            width: 35%;
            padding: 1vw 0;
            &.nha {
              width: 65%;
            }
          }
        }
      }
      & .text {
        font-size: 3.6vw;
        margin-top: 1vw;
      }
      & .note {
        font-size: 3.2vw;
        border-top: solid 1px #ccc;
        margin-top: 1vw;
        padding-top: 1vw;
      }
    }
  }
}
/*2つから選べる観光プラン付き*/
#tour {
  & .point-list {
    width: 100%;
    border: solid 1.5vw #f9f9f9;
    margin: 0 0 6vw;
    & > li {
      background-color: #fff;
      padding: 3vw;
      & .plan-list {
        width: 100%;
        & li {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          &:nth-child(1) {
            border-bottom: dashed 1px #999;
            background: url("../images/point5-illust-1.png") no-repeat top left/ 100%;
            padding-bottom: 3vw;
            margin-bottom: 5vw;
          }
          &:nth-child(2) {
            background: url("../images/point5-illust-2.png") no-repeat top right/ 100%;
          }
          & .fuki {
            width: 100%;
            text-align: center;
            position: relative;
            & span {
              display: inline-block;
              font-size: 3.6vw;
              font-weight: 500;
              color: #fff;
              padding: 1vw 3vw;
              .plan1 & {
                background-color: #2892db;
                /*background-color: #0073C4*/;
              }
              .plan2 & {
                background-color: #00c09d;
                /*background-color: #00815F;*/
              }
            }
          }
          & h4 {
            width: 100%;
            text-align: center;
            font-size: 5vw;
            font-weight: 700;
            margin: 2vw 0 5vw;
            .plan1 & mark {
              background: linear-gradient(transparent 70%, #e1f0fb 0%);
             /* background: linear-gradient(transparent 70%, #d0e8fa 0%);*/
              color: #2892db;
              /*color: #0073C4;*/
            }
            .plan2 & mark {
            background: -webkit-linear-gradient(transparent 70%, #def7f2 0%);
            background: -o-linear-gradient(transparent 70%, #def7f2 0%);
            background: linear-gradient(transparent 70%, #def7f2 0%);
             /*background: linear-gradient(transparent 70%, #ccf1e9 0%);*/
              color: #00c09d;
              /*color: #00815F;*/
            }
          }
          & dl {
            width: 52%;
            & dt {
              font-size: 3.6vw;
              line-height: 1.3;
              font-weight: 700;
              margin-bottom: 1vw;
            }
            & dd {
              font-size: 3.3vw;
              line-height: 1.3;
              margin-bottom: 3vw;
            }
          }
          & .ph {
            width: 46%;
            & img {
              margin-bottom: 7vw;
            }
          }
        }
      }
    }
  }
}
/*早期割引*/
#tour {
  & .discount {
    align-items: center;
    background: #fff35e;
    border: solid 3px #ffec00;
    padding: 1.2vw 4vw 2.8vw;
    margin-bottom: 6vw;
    & p {
		font-size: 4vw;
      font-weight: 700;
      text-align: center;
      margin-bottom: 0.8vw;
    }
    & ul {
      gap: 1.2vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    & li {
      display: flex;
      font-size: 3.6vw;
      line-height: 1.2;
      font-weight: 700;
      border-radius: 8px;
      & .f-small {
        display: block;
        font-size: 0.8em;
        width: 100%;
      }
      & span {
        background-color: #fff;
      }
      & .left {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #ff3064;
        /*background-color: #e51046;*/
        border-radius: 8px 0 0 8px;
        padding: 1.2vw 4vw 1.3vw;
        text-align: center;
		  &.w-fix {
			  width: 44vw;
		  }
      }
      & .right {
        font-size: 3.8vw;
        text-align: center;
        color: #ff3064;
        /*color: #e51046;*/
        border-radius: 0 8px 8px 0;
        padding: .8vw 4vw;
        line-height: 1.4;
      }
  }
  }
}

/*------------------------------------------------
	ナビ
--------------------------------------------------*/
#pageNavi {
  margin-bottom: 12vw;
}
#pageNavi ul {
  margin: 0 4vw;
  display: flex;
  gap: 0 2.8vw;
}
#pageNavi ul li {
  width: 100%;
  text-align: center;
}
#pageNavi ul li a {
  display: block;
  text-decoration: none;
  font-size: 3.6vw;
  font-weight: bold;
  line-height: 8vw;
  padding: 1.2vw 0;
  /*background: #fff4a4;*/
  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: 2vw;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-left: 5px;
}
/*------------------------------------------------
	ツアー
--------------------------------------------------*/
#tour {
  width: 100%;
  background-color: #fbfbfb;
  padding: 15vw 0 5vw;
  & .inner {
    width: 95vw;
  }
  & h2 {
    text-align: center;
    font-size: 7.0vw;
    font-weight: 900;
    margin-bottom: 6vw;
    &::before {
      content: "";
      display: block;
      height: 10vw;
      background: url("../images/icon-tour.svg") no-repeat top center /contain;
    }
  }
  & .cate-title {
    text-align: center;
    color: #fff;
    font-size: 4.0vw;
    line-height: 1.3;
    font-weight: 700;
    background-color: #0563bb;
    /*background-color: #204891;*/
    padding: 3vw 0;
    margin-bottom: 7vw;
    position: relative;
    &::after {
      content: "";
      border: 3vw solid transparent;
      border-top: 3vw solid #0563bb;
      margin-left: -3vw;
      top: 100%;
      left: 50%;
      position: absolute;
    }
  }
  & h3 {
    text-align: center;
    margin-bottom: 4vw;
    & span {
      display: inline-block;
      position: relative;
      font-size: 4.8vw;
      font-weight: 700;
      background: linear-gradient(transparent 70%, #fff35e 0%);
      padding: 0 2vw;
      /*&::before {
                position: absolute;
                left: -7vw;
                bottom: -1vw;
                content: "＼";
                font-weight: 900;
                font-size: 1.3em;
            }
            &::after {
                position: absolute;
                right: -7vw;
                bottom: -1vw;
                content: "／";
                font-weight: 900;
                font-size: 1.3em;
            }*/
    }
  }
  & .more-btn {
    width: 80vw;
    margin: 5vw auto 10vw;
    & a {
      display: block;
      margin: 0 auto;
      font-size: 3.5vw;
      letter-spacing: 0.05em;
      color: #fff;
      text-align: center;
      border-radius: 10vw;
      background-color: #2C2A29;
      padding: 3vw 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 / contain;
        width: 7vw;
        height: 7vw;
        position: absolute;
        top: 0;
        right: 1vw;
        bottom: 0;
        margin: auto;
      }
    }
  }
  & .note {
    font-size: 3.0vw;
    margin-top: 5vw;
  }
}
/*------------------------------------------------
	商品カセット調整
--------------------------------------------------*/
.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;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product__wrapper:has(.is-size-half) {
    flex-wrap: nowrap;
    --yohaku-yoko: 10px;
    gap: 15px var(--yohaku-yoko);
  }
}
/*------------------------------------------------
	円バナー
--------------------------------------------------*/
#fix-bnr {
  display: none;
  position: fixed;
  right: 1vw;
  bottom: 20vw;
  z-index: 100;
  width: 100px;
  & a {
    display: block;
  }
  & img {
    width: 100%;
  }
  & .close {
    position: absolute;
    right: 0;
    top: 2vw;
    & a {
      width: 20px;
      height: 20px;
      background-color: #efefef;
      border-radius: 50%;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      color: #888;
      text-decoration: none;
    }
  }
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-simple {
    padding: 5vw 0; /*ページによって調整*/
}
.line-wrap-detail {
	padding: 0 0 7vw; /*ページによって調整*/
	background-color: #fff;
}
.line-inner {
    width: 94vw;
    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;
}
.line-inner .fukidashi {
    font-size: 4.1vw;
    font-weight: bold;
    margin-bottom: 2vw;
}
.line-inner .head {
    background-color: #15c618;
    padding: 2vw 0;
    color: #fff;
    font-size: 4.3vw;
    font-weight: bold;
}
.line-inner .textarea {
    padding: 4vw 2vw 2vw;
}
.line-inner .btnarea {
    padding: 2vw 2vw 5vw;
}
.line-inner .text1 {
    font-size: 3.4vw;
    line-height: 1.5em;
    margin-bottom: 1vw;
}
.line-inner .text1 span {
    display: inline-block;
    font-weight: bold;
    color: #fb0b0b;
    background-color: #ffe1e1;
    padding: 0 0.5vw;
}
.line-inner .text2 {
    font-size: 4.1vw;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff231 0%);
    line-height: 1.7em;        
    display: inline-block;
}
.line-button {
    margin: 0 auto;
}
.line-wrap-simple .line-button {width: 90vw;}
.line-wrap-detail .line-button {width: 80vw;}

.line-button a {
    display: block;
    color: #fff;
    font-size: 3.5vw;
    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: 12vw;
    background-position: 3vw;
    background-color: #15c618;
    padding: 2.4vw 4vw 1.8vw 16vw;
    position: relative;
    text-decoration: none;
}
.line-button a span.small {
    display: block;
    font-size: 2.8vw;
    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: 4vw;
    margin-left: 1.4vw;
}
.line-button a span.line-friend {
    font-size: 1.3em;
    color: #fff231;
    padding: 0 0.5vw;
}

/*---------------------------------------------
ios用調整
----------------------------------------------*/
.product-list.row-style > li .product-list__item .item-photo__wrapper .item-txt__port {
  margin-top: -1px;
}
/*----------------------------------------------
	終了
------------------------------------------------*/
#close {
  padding: 20vw 0;
  background-color: #fbf9ef;
  text-align: center;
  font-size: 4.0vw;
  line-height: 1.6em;
}

/*----------------------------------------------
	新仕様改修
------------------------------------------------*/
/*パンくず*/
.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;
		}
	}
}