@charset "UTF-8";
:root {
  --theme-main-color: #16A085; /* 鮮やかで落ち着いたティール、グアムの美しい海を表現 */
  --theme-main-dark: #0E6251; /* より深い緑色、ティールのダークバージョンで安定感を提供 */
  --theme-main-pale: #48C9B0; /* 明るいティール、背景やサブ要素に使うことでメインカラーを引き立て */
  --vivid-color: #149589; /* 暗めのティール、白文字の視認性を向上させるために調整されたアクセントカラー */
  --theme-main-pale20: #76D7C4; /* ソフトなミントグリーン、装飾的な要素に使う */
  /* 
    --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) {

  .DpSection .ItemBox .tabWrap .tab .tabItem a p {
    font-size: 0.875rem;
  }

  .SpotSection .ImageMapWrap .SpotTitle {
    width: 90px;
    height: 90px;
  }
  .SpotSection .ImageMapWrap a .SpotTitle .SpotTitleJp {
    font-size: 1.25rem;
    letter-spacing: -1px;
  }

  /* スポット都市名タイトル日本語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    letter-spacing: 0;
    font-size: 1.4rem;
    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 .SpotSubTitle {
    width: 80%;
  }

  /* .SpotSection .SpotWrap#Spot06 .SpotBody {
    margin-top: 0!important;
  } */

   .ImageMapWrap .SpotTitle.Spot01Button {
    margin-left: -30%;
    margin-top: -35%;
  }
  .ImageMapWrap .SpotTitle.Spot02Button {
    margin-left: 9%;
	margin-top: -42%;
  }
  .ImageMapWrap .SpotTitle.Spot03Button {
    margin-left: -31%;
    margin-top: 17%;
  }
  .ImageMapWrap .SpotTitle.Spot04Button {
    margin-left: -46%;
    margin-top: 3%;
  }
  .SpotSection .SpotTitle .SpotTitleJp {
    font-size: 1.625rem;
  } 
}

@media screen and (min-width: 760px), print {
  /* MV確認用 */
  .HeroSlick > div:not(:first-child) {
    display: block;
  }
  .NavSection .NavWrap .ChangeDept {
    color: #fff;
  }
  .PositionNavSection ul li {
    font-size: 0.675rem;
  }
  /* DP こだわりタイトル */
  .DpSection .ItemBox .ItemBoxContent .ItemBoxContentInner .ItemBoxItemWrap .ItemBoxItemHeader .SectionTextTitle {
    max-width: 540px;
  }
  /* スポット地図 都市名タイトル日本語 */
  .SpotSection .ImageMapWrap a .SpotTitle .SpotTitleJp {
    font-size: 1.5rem;
  }

  /* スポット都市名タイトル日本語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleJp {
    letter-spacing: 0;
    font-size: 1.8rem;
    padding-top: 0.5rem;
  }
  /* スポット都市名タイトル英語 */
  .SpotSection .SpotWrap .SpotHeaderWrap .SpotHeader .SpotTitle .SpotTitleEng {
    font-size: 1.5rem;
    padding-top: 0.25rem;
  }

   .ImageMapWrap .SpotTitle.Spot01Button {
    margin-left: -17%;
    margin-top: -15%;
  }
  .ImageMapWrap .SpotTitle.Spot02Button {
    margin-left: 5%;
    margin-top: -20%;
  }
  .ImageMapWrap .SpotTitle.Spot03Button {
	margin-left: -17%;
    margin-top: 12%;
  }
  .ImageMapWrap .SpotTitle.Spot04Button {
    margin-left: -27%;
    margin-top: 4%;
  } 
}