.top_attention{
	background: #ddd;
	padding:2rem;
	margin:0 0 3rem 0;
}

.top_attention ul li{
	padding:0 0 0 1rem;
	list-style: inside;
}

.top_title{
    text-align: center;
    font-size: 250%;
    font-family: "Sawarabi Mincho"!important;
    margin-top: 80px;
    margin-bottom: 20px;
}

.top_text {
    font-size: 120%;
    line-height: 1.6em;
    margin-bottom: 1em;
    padding: 0 1em;
}

.top3img {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top3img li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 10px solid white;
}
.container{
  margin:0 auto;
}


h2 {
    text-align: center;
    font-size: 270%;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
    background: none;
    border: none;
    color: #000;
}

h3 {
    text-align: center;
    font-size: 160%;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 40px 0;
    font-weight: 600;
}
p {
    text-align: left;
    font-feature-settings: "palt" 1,;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    line-height: 1.75;
    letter-spacing: 0.05em;
    word-break: break-word;
    color: #4f4f4f;
    font-size:14px;
    padding: 0 15px;
}

/* ボタン */
.btn_top a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 450px;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 auto;
	background:#900;
	color:#FFF;
}

.btn_top a:hover {
	color: #FFF;
}

.btn_top06 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}

.btn_top06 a:hover {
	background-color: #D00;
}

.btn_top06 a:hover::before {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/* -- LINEクーポンバナー -- */
    /* 共通スタイル */
    .coupon-banner {
      position: fixed;
      right: 16px;
      bottom: 16px;
      padding: 16px 20px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
      font-size: 14px;
      line-height: 1.5;
      z-index: 9999;

      /* ふわっと消える用 */
      opacity: 1;
      transform: translateY(0);
      visibility: visible;
      transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
    }

    .coupon-banner.is-hidden {
      opacity: 0;
      transform: translateY(10px);
      visibility: hidden;
      pointer-events: none;
    }

    .coupon-banner__close {
      position: absolute;
      top: 6px;
      right: 6px;
      width: 28px;
      height: 28px;
      border: none;
      border-radius: 50%;
      background: transparent;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      color: #999;
    }

    .coupon-banner__close:hover {
      opacity: 0.7;
    }

    .coupon-banner__label {
      font-size: 11px;
      letter-spacing: 0.12em;
      margin-bottom: 4px;
      color: #000;
    }

    .coupon-banner__headline {
      font-size: 20px;
      font-weight: 600;
      margin: 0 0 4px;
      line-height:1.6rem;
    }

    .coupon-banner__headline strong {
      font-size: 26px;
    }

    .coupon-banner__text {
      margin: 0 0 10px;
      font-size: 13px;
      color: #000;
    }

    .coupon-banner__note {
      font-size: 10px;
      opacity: 0.8;
      margin-top: 6px;
    }

    .coupon-banner__button {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 15px 20px;
      border-radius: 999px;
      border: none;
      background: #06c755; /* LINEグリーン */
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
    }

    .coupon-banner__button-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 18px;
      border-radius: 10px;
      background: #fff;
      color: #06c755;
      font-size: 11px;
      font-weight: 700;
    }

    /* PCバナー（デフォルト表示） */
    .coupon-banner--pc {
      max-width: 420px;
      display: block;
    }
    .coupon-banner--pc a:hover{
      text-decoration:none;
      background-color:#16d765;
      color:#FFF;
    }

    /* SPバナー（デフォルト非表示） */
    .coupon-banner--sp {
      display: none;
      left: 8px;
      right: 8px;
      max-width: none;
      padding: 14px 16px;
    }

    .coupon-banner--sp .coupon-banner__headline {
      font-size: 18px;
    }

    .coupon-banner--sp .coupon-banner__headline strong {
      font-size: 22px;
    }

    .coupon-banner--sp .coupon-banner__button {
      justify-content: center;
      width: 100%;
    }

    /* 768px以下ではSPバナーだけ表示 */
    @media (max-width: 767px) {
      .coupon-banner--pc {
        display: none;
      }
      .coupon-banner--sp {
        display: block;
      }
    }
.line_icon{
  display:none;
}
