/** ボタンを囲う **/
.cta-container{
  text-align: center;
}


/** アフィリンクボタン **/
.sf-amazon-review .sf-btn a{
    padding: 12px 10px;
    margin-top: 8px;
  }
  
  div.sf-btn:not(.dummy){
    line-height: 1.6rem;
    max-width: 400px;
    margin: auto;  
  }
  
  /******テーブル内ボタン関連*********/
  div.sf-btn{
    margin: auto;
    margin: 4px;
  }
  
  div.sf-btn a{
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: 2px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  div.sf-btn a:not(.review-btn){
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 30%);
  }
  
  div.sf-btn a:not(.glamping-review-btn){
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 30%);
  }
  
  /* sf-slideは除外するため、rinker-table内限定としてる */
  .sf-rinker-table .sf-btn a {
    /* ボタンの高さを広げる */
    padding-bottom: 18px!important;
    padding-top: 18px!important;
  }  
  
  .shop-price {
    font-size: 11px;
    font-weight: normal;
  }
  
  a.amazon-btn{
    color: white;
    background-color: #FEB744!important;
  }
  
  a.rakuten-btn{
    color: white;
    background-color: #D25C53!important;
  }
  
  a.yahoo-btn{
    color: white;
    background-color: #96C9D6!important;
  }
  
  a.pcolle-btn{
    color: white;
    background-color: #D25C53!important;
  }
  
  a.palpis-btn{
    color: white;
    background-color: #31B16B!important;
  }
  
  a.patreon_collection-btn{
    color: white;
    background-color: #0071BC!important;
  }
  
  a.free1-btn, a.free2-btn, a.free3-btn{
    background: #0071BC!important;
    color: white;
  }
  
  a.free4-btn{
    color: #696969;
    background-color: #e4e4e4!important;
  }
  
  a.nosell-btn{
    color: #696969;
    background-color: white!important;
    pointer-events: none;
    padding: 8px 4px!important; 
    cursor: default;
  }
  
  div.sf-btn a:not(.dummy){
    margin-top: 10px;
    min-height: 46px;
  }
  
  /* 2列比較テーブルでスマホ表示の場合 */
  table .sf-btn {
    margin: 4px 1px;
  }
  
  div.sf-smallbox{
    font-size: 1.4rem!important;
    line-height: 2.4rem;
  }
  
  div.nosell-btn{
  display:none;
  }
  
  .sf-amazon-review .sf-btn-only{
    margin: 20px 20px 0 20px;
  }
  

  /** 登録ボタン **/
.btn-register {
	background-color: #F39800;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.4;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
	margin-left: auto;  /* 左余白を自動に */
    margin-right: auto; /* 右余白を自動に */
    text-decoration: none;
	max-width: 460px;
    border-radius: 4px;
	transition: all 0.3s ease-in-out;
}

.btn-register:hover {
    filter: brightness(1.08); /* ボタンを明るくする */
	color:white;
}