/* ==========================================
   2026年 お中元ページ
   ========================================== */

/* ボタン外枠 */
.ochugen26-btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;  
    height: 52px;
    box-sizing: border-box;
    
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important; 
    color: #ffffff !important; 
    border-radius: 6px;    
    
    padding: 4px 8px;
    font-size: 12px;       
    
/* 色 */
    background-color: #007acc; 
    border: 1px solid #007acc;
    cursor: pointer;
    
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.ochugen26-btn-item:hover {
    background-color: #0062a3;
    border-color: #0062a3;
    color: #ffffff !important;
    text-decoration: none !important;
}

.ochugen26-btn-grid {
    display: grid;
    align-content: start;
    gap: 8px;
    width: 100%;
    max-width: 180px;          
    margin: 0 auto;            
    box-sizing: border-box;
}

/* お中元カード */
.ochugen-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ochugen-card-item {
  width: calc(50% - 10px);
  box-sizing: border-box;
}

.ochugen-card-img {
  display: block;
  width: 100%;
  height: auto;
}

.ochugen-card-price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 14px 0;
  line-height: 1.3;
}


.ochugen-card-price .ochugen-card-free-shipping {
  display: inline-block;
  background-color: #C63F15;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: 2px;
  line-height: 1.2;
}

.ochugen-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  height: 44px; 
  background-color: #007acc;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 4px 8px;
  border-radius: 12px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.ochugen-card-btn:hover {
  background-color: #005f99;
  color: #ffffff !important;
}


@media (max-width: 600px) {
  .ochugen-card-item {
    width: 100%;
  }
}

/* お中元：eギフトのエリア */

.ochugen-detail-row {
  margin-top: 25px !important;
  margin-bottom: 35px !important;
  width: 100% !important;
}

.ochugen-detail-flex-banner-link {
  flex-shrink: 0 !important;
  display: block !important;
}

.ochugen-detail-info-banner {
  display: block !important;
  border: none !important;
}

/* お中元：アウトラインボタン */
.ochugen26-outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
   
    width: 100%;
    max-width: 480px; 
    
    margin: 35px auto 40px; 
    
    height: 54px;
    box-sizing: border-box;
    
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    
    background: transparent !important;
    color: #005290 !important; 
    border: 2px solid #005290 ;
    border-radius: 27px;
    
    cursor: pointer;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
}

.ochugen26-outline-btn:hover {
    background-color: #005290 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* お中元ページ：価格帯見出し */
.ochugen26-sub-heading {
   display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 520px; 
    box-sizing: border-box !important;
    text-decoration: none !important;
    background: transparent !important;
    margin-top: 50px !important;    
    margin-bottom: 50px !important; 
}

.ochugen26-sub-heading svg {
    width: 42px !important;
    height: 42px !important;    
    fill: #007acc !important;
    margin-right: 5px !important;
    flex-shrink: 0 !important;
}

.ochugen26-sub-heading .text-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;    
    width: 100% !important;
    height: 60px !important;
    box-sizing: border-box !important;    
    background: linear-gradient(90deg, #007acc 0%, #007acc 70%, rgba(128, 200, 239, 0) 100%) !important;
    border-radius: 6px !important;       
    padding: 0 25px !important;     
}

.ochugen26-sub-heading a {
    display: block !important; 
    font-size: 22px !important;
    font-weight: bold !important;
    
    color: #ffffff !important;         
    
    text-decoration: none !important;
    line-height: 1.2 !important;
}

.ochugen26-sub-heading .main-text {
    display: block !important;
    font-size: 12px !important;        
    
    color: #ffffff !important;         
    
    font-weight: normal !important;
    margin-top: 3px !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}


 /* お中元ページ：ギフトサービス */
.ochugen-gift-info-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #333333;
  text-align: left;
}


.ochugen-gift-info-item {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

.ochugen-gift-info-sub-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  margin-top: 0;
}

.ochugen-gift-info-sub-heading svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #000000;
}

.ochugen-gift-info-sub-heading .ochugen-gift-info-text-group {
  flex-grow: 1;
  background-color: #5f5f5f;
  padding: 10px 15px;
  border-radius: 4px;
}

.ochugen-gift-info-sub-heading .ochugen-gift-info-heading-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

/* 本文テキスト（中太・UDゴシック） */
.ochugen-gift-info-text {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  padding-left: 15px;
}

/* 注意書き（赤字） */
.ochugen-gift-info-note {
  font-size: 14px;
  color: #dd4b39;
  margin-top: 8px;
  padding-left: 15px;
}

.ochugen-gift-info-tel-container {
  padding-left: 15px;
  margin: 15px 0;
}

.ochugen-gift-info-tel-display {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 5px;
}

.ochugen-gift-info-tel-label {
  font-size: 22px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}

.ochugen-gift-info-tel-number {
  font-size: 35px;
  font-weight: 900;
  color: #000000;
  text-decoration: none;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
}

@media (min-width: 769px) {
  .ochugen-gift-info-tel-number { pointer-events: none; }
}

/* 円グラフレイアウト */
.ochugen-gift-info-chart-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px 0 25px 15px;
}
.ochugen-gift-info-chart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
}
.ochugen-gift-info-circle-chart {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #b5b5b5;
  margin-bottom: 8px;
}
.ochugen-gift-info-chart-label {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  font-weight: bold;
}

/* お中元ページ・円グラフ角度 */
.ochugen-gift-info-chart-am { background: conic-gradient(#b5b5b5 0deg 270deg, #e96525 270deg 360deg); }
.ochugen-gift-info-chart-1416 { background: conic-gradient(#b5b5b5 0deg 60deg, #e96525 60deg 120deg, #b5b5b5 120deg 360deg); }
.ochugen-gift-info-chart-1618 { background: conic-gradient(#b5b5b5 0deg 120deg, #e96525 120deg 180deg, #b5b5b5 180deg 360deg); }
.ochugen-gift-info-chart-1820 { background: conic-gradient(#b5b5b5 0deg 180deg, #e96525 180deg 240deg, #b5b5b5 240deg 360deg); }
.ochugen-gift-info-chart-1921 { background: conic-gradient(#b5b5b5 0deg 210deg, #e96525 210deg 270deg, #b5b5b5 270deg 360deg); }

.ochugen-gift-info-caret-color {
  width: 42px !important;
  height: 42px !important;
  flex-shrink: 0 !important;
  color: #5f5f5f !important;
  fill: #5f5f5f !important;
}

/* ==========================================
   スマホ対応調整
   ========================================== */
@media (max-width: 600px) {

  .ochugen-card-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .ochugen-card-item {
    margin-bottom: 30px;
  }

}

h2.header {
  text-shadow: 0 1px 4px rgba(0, 32, 121, 1.0);
}

.noshi,
[class*="noshi"] {
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
}

.noshi img,
[class*="noshi"] img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}