@charset "utf-8";
/* CSS Document */

/* 英語サイト 右下予約ボタン 丸→四角 */
#reserve_following {
  border-radius: 0;
  right: 0;
  bottom: 0;
  width: 100px;
}
#page_top {
  right: 10px;
  bottom: 65px;
}

/*周辺スポット*/
.sight-box {
  display: flex;
  padding: 5% 5% 7%;
  margin-bottom: 0;
  height: auto;
}
.sight-box dl dd.sightcont {
  padding: 4% 0 2% 0;
  height: auto;
}
