@charset "UTF-8";
:root {
  --theme-main-color: #006400; /* ダークグリーン、オーストラリアの豊かな自然を表現 */
  --theme-main-dark: #004C00; /* より濃いグリーン、強い印象と安定感を提供 */
  --theme-main-pale: #E3E4B3; /* トーンダウンした黄色、背景やサブ要素に使うことでメインカラーを引き立て */
  --vivid-color: #D4AF37; /* ゴールド、注意を引くためのアクセントカラー */
  --theme-main-pale20: #FFD700; /* 明るいゴールド、装飾的な要素に使う */
  /* 
    --yellow-pale: #FCE5CD; /* 薄い黄色、橙色に近いティントで調整 
    --yellow-color: #FFD966; /* 明るい黄色、橙色に近い 
    --yellow-dark: #E69138; /* 暗い黄色、橙色に近いシェード 
    --green-pale: #C9DA8B; /* 橙色と調和する薄い緑 
    --green-color: #9FC199; /* 橙色と調和する中間の緑 
    --green-dark: #6B8E23; /* 橙色と調和する暗い緑 
  / */

}
@media screen and (max-width: 759.9px) {
  .HeroSection .HeroTitle {
    font-size: 2.8rem;
  }
  .Section .SectionButton {
    padding: 1rem 2rem 1rem 2rem;
  }
  .tableLineMulti .tableLine{
    padding: 0.5rem 0;
  }
  .tableLine .tableTitle {
    padding: 0 0.5rem;
  }
  .tableLine .tableTitle span{
    font-size: 0.75rem;
    font-weight: normal;
  }
  .tableLineMulti .tableLine .tableSubText {
    font-size: 0.625rem;
  }
  .tableLineMulti .tableLine .tableContent {
    padding: 0 0.5rem;
  }
  .tableLineWrap .is-mini {
    padding: 0.5rem 0.125rem;
  }
  .tableLineWrap .is-mini .tableContent {
    padding: 0;
  }


  /* スポット都市名タイトル日本語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    letter-spacing: 0;
    font-size: 1.3rem;
    padding-top: 0.5rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  /* スポット都市名タイトル英語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleEng {
    font-size: 1.4rem;
    padding-top: 0.25rem;
  }


  /* #Spot02*/
  .SpotWrap#Spot02 .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    font-size: 0.9rem;
    letter-spacing: -1px;
  }

  .SpotSection .SpotTitle .SpotTitleJp {
    font-size: 1.625rem;
  }

  .SpotSection .ImageMapWrap .SpotTitle {
    width: 100px;
    height: 100px;
  }
  .SpotSection .ImageMapWrap a .SpotTitle .SpotTitleJp {
    font-size: 1.25rem;
    letter-spacing: -1px;
  }

  .ImageMapWrap .SpotTitle.Spot01Button {
    margin-left: 21%;
    margin-top: -50%;
  }
  .ImageMapWrap .SpotTitle.Spot02Button {
    margin-left: 10%;
    margin-top: -5%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot02Button  .SpotTitleJp {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  .ImageMapWrap .SpotTitle.Spot03Button {
    margin-left: 20%;
    margin-top: 55%;
  }
  .ImageMapWrap .SpotTitle.Spot04Button {
    margin-left: -24%;
    margin-top: 33%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot04Button  .SpotTitleJp {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  
  .gantt__row-bars li {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 760px), print {
  /* MV確認用 */
  .HeroSlick > div:not(:first-child) {
    display: block;
  }
  .NavSection .NavWrap .ChangeDept {
    color: #fff;
  }
  /* DP こだわりタイトル */
  .DpSection .ItemBox .ItemBoxContent .ItemBoxContentInner .ItemBoxItemWrap .ItemBoxItemHeader .SectionTextTitle {
    max-width: 540px;
  }

  /* スポット都市名タイトル日本語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    letter-spacing: 0;
    font-size: 1.6rem;
    padding-top: 0.5rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  /* スポット都市名タイトル英語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleEng {
    font-size: 1.4rem;
    padding-top: 0.25rem;
  }


  /* #Spot02*/
  .SpotWrap#Spot02 .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    font-size: 1rem;
    letter-spacing: -1px;
  }


  /* スポット地図 都市名タイトル日本語 */
  .SpotSection .ImageMapWrap a .SpotTitle .SpotTitleJp {
    font-size: 1.5rem;

  }
  .ImageMapWrap .SpotTitle.Spot01Button {
    margin-left: 22%;
    margin-top: -17%;
  }
  .ImageMapWrap .SpotTitle.Spot02Button {
    margin-left: 28%;
    margin-top: -3%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot02Button  .SpotTitleJp {
    font-size: 1.2rem;
  }
  .ImageMapWrap .SpotTitle.Spot03Button {
    margin-left: 22%;
    margin-top: 20%;
  }
  .ImageMapWrap .SpotTitle.Spot04Button {
    margin-left: -12%;
    margin-top: 18%;
  }
  .SpotSection .ImageMapWrap a .SpotTitle.Spot04Button  .SpotTitleJp {
    font-size: 1.2rem;
  }
}

