/*
Theme Name: 四万十本舗テーマ
Theme URI:
Author: 
Author URI:
Description: 
Version: 1.0
Tags:
*/
.line-btn-wrap {
  text-align: center;
  margin-bottom: 3em;
}
.line-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 28px;
  background: #06c755;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
}

.line-buy-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.line-buy-btn:active {
  transform: translateY(0);
}
.img-link-wrap {
  text-align: center;
}

.img-link-wrap img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}