.main_textArea {
    font-size: 16px;
    padding-bottom: 30px;
}

.main_textArea p {
    display: inline;
    font-size: 16px;
    color: #094;
    font-weight: 500;
    padding: 20px 0 20px 5px;
}

/* foodページ */

.textArea_discript p {
    display: inline-block;
    color:  #094;
    margin: 0;
    padding: 0;
    /* font-size: 13px; */
    font-size: clamp(0.9rem, 2vw + 0.4rem, 1.5rem)
}

.textArea_discript p:nth-child(2) {
    display: inline-block;
    color:  #094;
    margin: 0 0 0 1rem;
    padding: 0;
}


        .notice p {
            margin: 0;
            padding: 0;
            color: #ff4d4f;
            margin: 0 0 0 0px;
        }

        .notice p:nth-child(2) {
            display: block;
            margin: 0;
            padding: 0;
            color: #ff4d4f;
            margin: 0 0 0 1rem;
            font-size: clamp(0.9rem, 2vw + 0.4rem, 1.5rem)
        }



        


.food_table2 {
    table-layout: fixed;
    width: 70%;
    margin: 10px 0 0 20%;
    border-collapse: collapse;
    /* border: 1px solid blue; */
    /* text-align: center; */
    color: #2D3436;
    font-size: clamp(0.9rem, 2vw + 0.4rem, 1.5rem)
} 

.food_table3 {
    table-layout: fixed;
    width: 70%;
    margin: 10px 0 0 20%;
    border-collapse: collapse;
    /* border: 1px solid blue; */
    /* text-align: center; */
    color: #E67E22;
    font-size: clamp(0.9rem, 2vw + 0.4rem, 1.5rem)
} 

.demae p {
    display: block;
    margin: 5px 5px 5px 15px;
    padding: 0;
    font-size: 14px;
    color: #333333;
}

.demae p:nth-child(4) {
    display: block;
    margin: 20px 0 0 15px;
    padding: 0;
    font-size: 14px;
    color: #333333;
}


div.food_photo2 {
    /* width: 100%;
    width: 50%; */
    margin: 10px 0 0 10px;
}

.food_photo {
    display: block;
    width: 60%;
    /* height: auto; */
    margin: auto;
    /* margin: 10px 0 0 10px; */
    /* padding: 10px; */
    border-radius: 10px;
}



/* AI */
.faq-item {
  background: #f8f9fa;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

/* 質問部分（クリックできる場所） */
summary {
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* デフォルトの矢印を消す（ブラウザによる） */
  position: relative;
}

/* 擬似要素でカスタム矢印を表示 */
summary::after {
  content: '\25BC';    
  position: absolute;
  right: 1rem;
  font-size: 0.8rem;
  transition: transform 0.3s;
}

/* &#9660;	&#x25BC; */

/* 開いている時の矢印の向き */
details[open] summary::after {
  transform: rotate(180deg);
}

/* 回答部分 */
.answer {
  padding: 0 1rem 1rem;
  line-height: 1.6;
  border-top: 1px solid #e0e0e0;
  background: #fff;
}


        .fee_title {
            /* width: fit-content;  */
            margin: 20px 0 0 0;
            padding: 10px 15px 10px 20px;
            line-height: 1.5;
            padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
            color: #494949;/*文字色*/
            background: #f4f4f4;/*背景色*/
            border-left: solid 5px #094;/*左線*/
            border-bottom: solid 3px #d7d7d7;/*下線*/        
        }

            .fee_title p{
                display: block;
                margin: 0;
                padding: 0 5px 0 5px;
            }

            
table.fee_table {
    display: block;
    margin: 10px auto;
  width: 80%; /* または特定の幅（px）を指定 */
  border-collapse: collapse; /* オプション：枠線をきれいに見せる */    
    text-align: center;
    border: 5px solid #B2DD3E;
    border-radius: 5px;

  border-collapse: separate; /* 必須：シャドウを表示させる */
  border-spacing: 0;        /* セル間の隙間をなくす */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* 影の設定 */
  border-radius: 8px;       /* 角を丸くする（オプション） */
  overflow: hidden;         /* 角丸からはみ出る部分を隠す */    

  background-image: linear-gradient(0deg, rgba(253, 219, 146, 0.5), rgba(209, 253, 254, 0.5));  

  position: relative;
  z-index: 10;

}

.cross_line {
  /* position: relative;
    background-image: url(./image/cross.svg);    
  z-index: 100;
 */
  width: 55%;
    background-image: url(../image/cross.svg); 


  position: relative;
  z-index: 10;

}

table.fee_table td {
    text-align: center;
    margin: 10px auto;
    width: 40%;
    font-size: 24px;
    /* background-color: #F0FFD0; */
    font-size: 30px;
    font-weight: 500;
    color: #004400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

        table.fee_table td:first-child {
            text-align: center;
            margin: 10px auto;
            width: 25%;
            font-size: 24px;
            /* background-color: #F0FFD0; */
            font-size: 30px;
            font-weight: 500;
            color: #004400;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }



table.fee_table td .last_moji{
    font-size: 20px;
    font-weight: 500;
    color: #004400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}




ul.fee_discript li {
  /* display: block; */
  margin: 10px;
  margin-left: -10px;
  color: #094;

}

ul.fee_discript li p {
  display: block;

  margin: 10px 0 0 0px;
  padding: 0;
  color: #333333;

}

/* 画像に?印をつけるための　テスト用の記述 */
.cross_test2 {
    background-image: url(../image/cross.svg);    

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border: 1px solid blueviolet;
    background-size: 100% 100%;

  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* 他の要素より大きい数値 */    
}

p.etc_comment {
    font-weight: 500;
    /* font-size: 18px; */
    font-size: clamp(1rem, 2vw + 0.4rem, 1.5rem);
}
