@charset "utf-8";
/*////////////// france/indexCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */

/* ===============================================
 headerArea（ヘッダーエリア）
=============================================== */
/*.leadTex（リード文）------------------*/
#headerArea .leadArea {
  margin: 3.5% 3.1% 5%;
}
.leadText {
  text-align: center;
}

/* ===============================================
 #linkListArea（メインエリア）
=============================================== */
/*#linkListArea（大枠）------------------*/
#mainArea #linkListArea {
  margin: 0;
}

/*.cntsList（各コンテンツボックス基本設定）------------------*/
#linkListArea .cntsList {
  padding: 9% 7% 5%;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#linkListArea .cntsList .descArea {
  margin-top: 4%;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: bold;
}
#linkListArea .cntsList .linkArea.btn {
  margin: 4% 7%;
}

/*.cntsList（各コンテンツボックス背景）------------------*/
#linkListArea .cntsList.parisArea {
  background-image: url('../images/sp/top/top_bg_001.webp');
}
#linkListArea .cntsList.versaillesArea {
  background-image: url('../images/sp/top/top_bg_002.webp');
}
#linkListArea .cntsList.montsaintmicheArea {
  background-image: url('../images/sp/top/top_bg_003.webp');
}
#linkListArea .cntsList.seasonArea {
  background-image: url('../images/sp/top/top_bg_004.webp');
}
#linkListArea .cntsList.foodArea {
  background-image: url('../images/sp/top/top_bg_005.webp');
}
