/* ==========================================================
   Dr.ウィラード・ウォーター WEB限定ページ
   画像を縦に連結して構成するメインコンテンツのスタイル
   (ヘッダー・フッターは css/header.css を使用)
   ========================================================== */

.lp {
  max-width: 600px;
  margin: 0 auto;
}

.lp img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像上のクリック領域(リンクエリア) */
.hotspot-wrap {
  position: relative;
}

.hotspot-wrap img {
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
}
