@charset "utf-8";
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(/tyo/common/font/MaterialSymbolsRounded.woff2) format('woff2');
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*------------------------------------------------*/
/*★ ページスタイル設定 ★*/
html, body {
  scroll-behavior: auto;
}
.main {
  background: transparent;
}
/*------------------------------------------------*/
/*★ ＝＝ nav ＝＝ ★*/
main.is-device-pc nav ul {
  justify-content: center;
}
.main nav ul li a {
  color: #fff;
}
/*------------------------------------------------*/
/*★ ＝＝ mainArea ＝＝ ★*/
/*intro*/
.is-size-pc .photoTxt {
  width: 1064px;
  p {
    width: 584px;
  }
}
/*tourList*/
#tourList {
  .is-device-sp & {
    #introduction_Area, .introduction_Inner {
      padding-left: 0;
      padding-right: 0;
    }
  }
  h2 {
    width: 100%;
  }
  .heading--title.is-no-icon {
    &::before {
      content: none;
    }
  }
}
#tourList + section {
  position: relative;
  &::before {
    position: absolute;
    top: 0px;
    background-image: url("../../chubu/img/wave03.gif");
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 52px;
    display: block;
    width: 100%;
  }
}
.tour__lineup {
  border: 1px #aaaaaa solid;
  .tour__lineup--item {
    display: flex;
    gap: min((27vw / 7.5), 20px);
    background: #fff;
    font-weight: normal;
    padding: min((20vw / 7.5), 20px) min((25vw / 7.5), 25px);
    .is-device-sp & {
      flex-direction: column;
    }
    .is-device-pc & {
      align-items: center;
    }
    &:not(:last-child) {
      border-bottom: 1px #aaa solid;
    }
    .tour__lineup--data {
      display: flex;
      flex-direction: column;
      gap: min((20vw / 7.5), 15px);
      .is-device-pc & {
        width: 362px;
      }
    }
    .tour__lineup--title {
      font-size: min((32vw / 7.5), 18px);
      font-weight: bold;
    }
    .tour__lineup--detail {
      display: flex;
      gap: 1em;
      font-size: min((28vw / 7.5), 16px);
    }
    .tour__lineup--price {
      font-size: min((32vw / 7.5), 20px);
      font-weight: bold;
      color: #f11c1c;
      .is-device-sp & {
        text-align: right;
      }
    }
    .tour__lineup--button {
      display: flex;
      flex-wrap: wrap;
      gap: min((20vw / 7.5), 20px) min((36vw / 7.5), 36px);
      .is-device-pc & {
        width: 524px;
        gap: 8px;
        
      }
    }
    .tour__lineup--button--item {
      width: calc((100% - min((36vw / 7.5), 36px)) / 2);
      .is-device-pc & {
        &:is(.is-type-inside, .is-type-seaside) {
          width: 100px;
        }
        &:is(.is-type-insideB, .is-type-insideBA) {
          width: 150px;
        }
        &:is(.is-type-seasideB, .is-type-seasideBA) {
          width: 150px;
        }
      }
    }
    .tour__lineup--link {
      height: 100%;
      min-height: min((80vw / 7.5), 60px);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #00255a;
      font-size: min((28vw / 7.5), 14px);
      line-height: 1.4;
      text-align: center;
      border-radius: min((8vw / 7.5), 8px);
      padding: min((15vw / 7.5), 10px) min((15vw / 7.5), 15px);
    }
  }
}
.other-dep{
  .is-device-pc & {
    width: 960px;
    margin: auto;
  }
}
.other-dep__list {
  display: grid;
  --gap-tate: min((24vw / 7.5), 16px);
  --gap-yoko: min((33vw / 7.5), 27px);
  --col-num: 2;
  grid-template-columns: repeat(auto-fit, calc((100% - var(--gap-yoko) * (var(--col-num) - 1)) / var(--col-num)));
  gap: var(--gap-tate) var(--gap-yoko);
  justify-content: center;
  .is-device-pc & {
    --col-num: 4;
  }
  &:has(> :nth-child(-n+2):last-child) {
    justify-content: center;
  }
  .other-dep__list--item {
    border: 1px solid #aaa;
    .other-dep__list--item--link {
      height: 100%;
      display: flex;
      align-items: center;
      background: url(../images/arrow_right_light_gray.svg) #fff no-repeat right 1em center / 1.2em;
      font-size: min((30vw / 7.5), 18px);
      font-weight: bold;
      padding: min((25vw / 7.5), 20px) min((75vw / 7.5), 40px) min((25vw / 7.5), 20px) min((45vw / 7.5), 30px);
      &[target="_blank"] {
        background-image: url(/cmn/icon/icon_blank.svg);
        background-size: 1.5em;
      }
      .is-device-pc & {
        background-size: 1em;
        &[target="_blank"] {
          background-size: 1.5em;
        }
      }
    }
  }
}
.banner__area {
  display: flex;
  flex-direction: column;
  gap: min((40vw / 7.5), 30px);
  margin-top: min((90vw / 7.5), 75px);
  .is-device-pc & {
    width: 960px;
    margin: min((90vw / 7.5), 75px) auto 0;
  }
}
/*movie*/
#movie {
  .heading--title {
    .is-device-sp & {
      padding-top: min((100vw / 7.5), 50px);
    }
  }
}


/*------------------------------------------------*/
/*★ ＝＝ footerArea ＝＝ ★*/
@media (width >= 751px) {
  #footerArea {
    background: var(--default-bg-main);
    padding: min((80vw / 7.5), 60px) 0;
    #contactArea {
      margin-top: 0;
    }
  }
}
/*------------------------------------------------*/
/*★ ＝＝ hover ＝＝ ★*/
@media (hover : hover) and (pointer : fine) {
  .tour__lineup--item .tour__lineup--link {
    &:hover {
      background-color: #02687e;
    }
  }
  .other-dep__list--item .other-dep__list--item--link {
    &:hover {
      background-color: #ffffbc;
    }
  }
  .banner__area--link {
    &:hover {
      filter: brightness(0.7); 
    }
  }
}