@charset "utf-8";



main{
    padding-top:50px!important;
}


.careBox{
    
}

.careBox .key{
    margin: 0px 0px 20px 0px;
}

.careBox .key video{
    width: 100%;
}

.careBox .titBox{
    padding-bottom: 20px;
    border-bottom: dotted 2px #dddddd;
}


.mbox{
    margin: 0px 0px 20px 0px;
}

.mbox h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 8px 0px;
  color: #2f4f3a;
  font-weight: 600;
   text-align:center;
}




.vbox2{
    margin: 0px auto;
    width: 80%;
}

.vbox2 video{
    width: 100%;
}

.m-start{
    position: relative;
    display: inline-block;
      cursor: pointer;
}

.m-start img {
  display: block;
  width: 100%;
  height: auto;
}

/* 再生アイコン */
.m-start .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 64px;
  height: 64px;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  line-height: 64px;
  text-align: center;

  pointer-events: none; /* クリックは画像側に通す */
}

.careBox .detailBox dl dt{
    margin: 0px 0px 10px 0px;
    width: 60%;
    display:block;
    
    
    font-size: 20px;         /* サイズを大きく */
    color: #386c3d;
    padding: 10px 0 10px 20px;
    margin: 60px 0 30px;       /* 上部に大きな余白をとり、セクションを明確に分離 */
    border-left: 8px solid #386c3d; /* 左側に太いラインを入れ、視覚的な重みを出す */
    background: linear-gradient(to right, #f1f5f1, transparent); /* ほんのり背景を流して「面」の要素を加える */
    line-height: 1.2;
    text-align:left;
    
    
    
}




.txtBox.explanation{
    margin: 0px auto 20px;
}

.txtBox.explanation p{
    margin: 0px 0px 14px 0px;
}

.txtBox.explanation p.bd{
    font-weight: bold;
    font-size: 1.1em;
}

.txtBox.explanation p span{
    font-weight: bold;
}

@media (max-width: 767px){
    
    .txtBox.explanation p{
        font-size: 3.8vw;
    }
    
}


/* 給餌量表のスタイル */
.yoyogi-feeding-wrapper {
max-width: 100%;
margin: 20px 0;
font-family: sans-serif;
color: #333;
}
.yoyogi-feeding-scroll {
overflow-x: auto; /* スマホで横スクロール可能にする */
-webkit-overflow-scrolling: touch;
}
.yoyogi-feeding-table {
width: 100%;
border-collapse: collapse;
min-width: 300px; /* スマホで潰れすぎないようにする */
font-size: 0.9rem;
}
.yoyogi-feeding-table th {
background-color: #2E5C38; /* 深緑色 */
color: #fff;
font-weight: normal;
padding: 10px;
border: 1px solid #ddd;
white-space: nowrap; /* 見出しを改行させない */
  width: 33%;
}
.yoyogi-feeding-table td {
padding: 10px;
border: 1px solid #ddd;
text-align: center;
}
.yoyogi-feeding-table tr:nth-child(even) {
background-color: #f9f9f9; /* 偶数行に色をつける */
}
.yoyogi-note {
font-size: 0.8rem;
color: #666;
margin-top: 8px;
}

/* 特徴セクション全体のコンテナ */
.features {
    background-color: #fdfdfd; /* わずかにグレーを混ぜて清潔感を出す */
    border-radius: 8px;
    padding: 25px;
    margin: 0px auto 20px;
    border: 1px solid #eee;
    width: 96%;
}

/* 見出し：テーブルのヘッダー色と統一 */
.features h3 {
    color: #386c3d; /* Bowlsグリーン */
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

/* 見出しの左にアクセントの線を配置 */
.features h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1.2em;
    background-color: #386c3d;
    margin-right: 12px;
    border-radius: 2px;
}

/* リスト構造の調整 */
.features ul {
    list-style: none; /* デフォルトの黒丸を消す */
    padding: 0;
    margin: 0;
}

/* 各リスト項目：アイコン代わりの装飾と余白 */
.features li {
    position: relative;
    padding-left: 28px; /* 装飾のスペース */
    margin-bottom: 18px;
    line-height: 1.7;
    color: #444;
}

/* リスト項目の最後にマージンを調整 */
.features li:last-child {
    margin-bottom: 0;
}

/* カスタムチェックアイコン（CSSで描画） */
.features li::before {
    content: "✔"; /* チェックマーク */
    position: absolute;
    left: 0;
    top: 2px;
    color: #386c3d;
    font-weight: bold;
    font-size: 1.1rem;
}

/* 太字部分（項目名）の強調 */
.features li strong {
    color: #333;
    font-size: 1.05rem;
    display: block; /* 項目名と説明を分けて読みやすく */
    margin-bottom: 4px;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
    .features {
        padding: 20px 15px;
    }
}



.yb{
    
}


.yb table{
  width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
    background: #fff;
    border: 1px solid #eee;  
}

.yb table thead{
    width: 100%!important;
}

.yb table tbody{
    width: 100%!important;
}

.yb table th {
    background-color: #386c3d; /* Bowlsロゴをイメージしたグリーン */
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    width: 50%!important;
}


.yb table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    width: 50%!important;
    text-align:left;
}



.yb table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.yb table tbody tr:hover {
    background-color: #f1f5f1;
    transition: background-color 0.2s ease;
}

.yb p{
    text-align:left;
}


@media (max-width: 767px){
    
   
}



/* --- 全体コンテナ --- */
.txtBox.explanation {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.8;
    border:none;
}

/* --- キャッチコピー --- */
.txtBox.explanation .bd {
    font-size: 1.4rem;
    font-weight: bold;
    color: #386c3d; /* Bowlsブランドカラー */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

/* --- 導入テキストボックス --- */
.intro-text {
    background: #f9f9f9;
    padding: 25px;
    border-left: 5px solid #386c3d;
    margin-bottom: 50px;
    border-radius: 4px;
}
.intro-text p {
    margin: 0;
}

/* --- トッピングセクションタイトル --- */
.topping-title {
    background: #386c3d;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

/* --- トッピンググリッドレイアウト --- */
.topping-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 画面幅に合わせて自動調整 */
}

/* --- 各トッピングカード --- */
.topping-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topping-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* 画像エリア */
.topping-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f0f0f0;
}

.topping-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* テキストエリア */
.topping-info {
    padding: 20px;
    flex-grow: 1;
}

.topping-name {
    display: block;
    color: #386c3d;
    font-size: 1.15rem;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.topping-ingredients {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 12px;
    line-height: 1.4;
}

.topping-desc {
    font-size: 0.95rem;
    margin: 0;
    color: #555;
}

/* --- 案内用特別カード（選び方はシンプル） --- */
.guide-card {
    background-color: #f1f5f1; /* 薄いグリーンの背景 */
    border: 2px solid #386c3d; /* 破線をやめて「実線」に */
    border-top: 8px solid #386c3d; /* 上部だけ太くしてカードに「公式感」を出す */
    padding: 30px;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(56, 108, 61, 0.1); /* ほんのり影をつけて浮かせる */
}

.guide-card .topping-name {
    border-bottom-color: #386c3d;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.guide-card .topping-desc {
    color: #333;
    font-weight: 500;
}

/* --- モバイル調整 --- */
@media screen and (max-width: 640px) {
    .txtBox.explanation .bd {
        font-size: 1.2rem;
    }
    .topping-grid {
        grid-template-columns: 1fr; /* スマホでは必ず1列 */
    }
    .intro-text {
        padding: 20px 15px;
    }
}





.yoyogi-sim-wrapper {
    max-width: 500px;
    margin: 20px auto;
    border: 2px solid #386c3d;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.yoyogi-sim-wrapper dt {
    margin: 0px!important;
    background: #386c3d!important;
    color: #fff!important;
    padding: 15px!important;
    text-align: center!important;
    font-weight: bold!important;
    width: 100%!important;
}
.sim-controls {
    padding: 20px;
    text-align: center;
    background: #f1f5f1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/* 体重選択セレクトボックスの強化 */
.dog-weight,.qtyA {
    appearance: none;           /* ブラウザ標準のスタイルを解除 */
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23386c3d" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>'); /* 自前の▼アイコン */
    background-repeat: no-repeat;
    background-position: right 12px center; /* 右側に配置 */
    background-size: 12px;
    
    padding: 8px 35px 8px 12px; /* 右側に矢印用の余白を確保 */
    border: 2px solid #386c3d;  /* ブランドカラーの枠線で強調 */
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    min-width: 100px;
    transition: all 0.2s ease;
}


@media (max-width: 767px){
    
    .yoyogi-sim-wrapper{
        width: 96%;
    }  
    
    
}



/* ホバー・フォーカス時に色を変えて「反応」を出す */
.dog-weight:hover, .dog-weight:focus,
.qtyA:hover, .qtyA:focus {
    border-color: #4a7c4e;
    background-color: #f1f5f1;
    outline: none;
}
#calc-btn {
    background: #386c3d;
    color: #fff;
    border: none;
    padding: 9px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.yoyogi-result-table {
    width: 100%;
    border-collapse: collapse;
}
.yoyogi-result-table th, .yoyogi-result-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.highlight-row {
    background: #fff9e6; /* 合計金額や量を目立たせる色 */
}
.highlight-row strong {
    font-size: 1.4rem;
    color: #d32f2f;
}
.yoyogi-note {
    font-size: 0.8rem;
    color: #666;
    padding: 10px;
    margin: 0;
}




/* アコーディオンの外枠 */
.ingredient-accordion {
    max-width: 800px;
    margin: 20px auto;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

/* プル表示のタイトル部分 */
.ingredient-accordion summary {
    background-color: #f8f9f8; /* 薄いグレー背景 */
    color: #386c3d;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1.2rem;         /* 文字を大きく */
    cursor: pointer;
    list-style: none;
    position: relative;
    border-left: 8px solid #386c3d; /* 保証成分値と同じ「太い横線」を追加 */
    border-bottom: 1px solid #eee;  /* 下に線を引いて面を構成 */
    transition: background-color 0.2s;
    text-align:left;
}

.ingredient-accordion summary:hover {
    background-color: #e8eee8;
}

/* カスタムの三角マーク（右側に配置） */
.ingredient-accordion summary::after {
    content: "▼";
    position: absolute;
    right: 20px;
    font-size: 0.8rem;
    transition: transform 0.3s;
}

/* 開いている時の三角の向き */
.ingredient-accordion details[open] summary::after {
    transform: rotate(180deg);
}

/* テーブル部分の装飾 */
.ingredient-content {
    padding: 15px;
    background: #fff;
    border-top: 2px solid #386c3d;
}

.ingredient-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.ingredient-table th {
    text-align: left;
    background: #f9f9f9;
    padding: 10px;
    border-bottom: 2px solid #eee;
}

.ingredient-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    text-align:left;
}

/* スマホでは文字を少し小さく */
@media screen and (max-width: 480px) {
    .ingredient-table {
        font-size: 0.8rem;
    }
}



