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

/* ───────────────────────────────
   ベース設定
─────────────────────────────── */
body {
  background-color: #effffb;
}

/* ───────────────────────────────
   共通ボックス
─────────────────────────────── */
.box_full {
  background-color: #fbfbfb;
  text-align: center;
}

.box_form {
  background-image: url(../img_lovecome/bg_btn.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 2% 10%;
}

.box_form a img {
  width: 100%;
  display: inline-block;
}

/* ───────────────────────────────
   各セクションボックス
─────────────────────────────── */
.box_01,
.box_02,
.box_03,
.box_04 {
  background-image: url(../img_lovecome/bg_01.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 0% 0% 5% 0%;
}

/* セクション別に背景画像と余白を変更 */
.box_02 {
  background-image: url(../img_lovecome/bg_02.webp);
  padding: 10% 0% 5% 0%;
}

.box_03 {
  background-image: url(../img_lovecome/bg_03.webp);
  padding: 10% 0% 5% 0%;
}

.box_04 {
  background-image: url(../img_lovecome/bg_btn.webp);
  padding: 0%;
}
.box_link{
  text-align: left;
  padding: 0% 5%;
  margin: 0 auto;
}

/* ───────────────────────────────
   画像レイアウト
─────────────────────────────── */
.pic_h1 {
  width: 100%;
  margin-bottom: 5%;
}

.pic_pnl {
  width: 90%;
  margin: 2% 5%;
}

/* ───────────────────────────────
   ボタン・リンク系
─────────────────────────────── */

a.link {
  color: #fff;
}

.bnr_dl {
  display: inline-block;
  width: 30%;
}

.bnr_link {
  display: inline-block;
  width: 80%;
  border-radius: 20px;
}
