@charset "UTF-8";

.shop_category {
    margin: 80px auto 0;
}

/* .shop_category .card {
    width: 220px;
}  20230607コメントアウト*/

/*20230602追加_テーブルスタイル*/

table {
    display: table;
    width: 100%;
    /*min-width: 20px;  テーブルの最小幅を指定 */
    /*table-layout: fixed;  */
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 1px;
    border-color: black;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.table-container {
    overflow-x: auto; /* 水平方向のスクロールバーを表示 */
    max-width: 100%; /* コンテナの最大幅を指定 */
  }


.kakakuhyou {
    margin: 0 auto;
    padding: 0px;
    border-collapse: collapse;
}

.kakakuhyou th {
    min-width: 130px;
    padding: 4px 2px 2px 4px;
    text-align: center;
    vertical-align: top;
    color: #000;
    background-color: #ccc;
    border: 1px solid #000;
}

.kakakuhyou td {
    padding: 4px 2px 2px 4px;
    text-align: center;
    vertical-align: top;
    color: #000;
    border: 1px solid #000;
}

.kakaku_sub_title{
    text-align: center;
    font-size:1.5rem;
}

/*
@media (max-width: 768px) {
    table{
      display: block; 
    }

  }
 */






.attention1 {
    /* width: 567px; */
    margin-top: 3px;
    margin-bottom: 3px;
    color: #ff0000;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    line-height: 1.7;
}

@media (max-width: 1080px) {
    .attention1{
      text-align: left;
    }

  }


.purchase-p{
    margin-bottom: 2rem;
    text-align: center;
}


/*20230623追加*/

.description_area{
margin-top:30px;

}

.shop_desc{
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_desc img{
    width:30%;
}

.desc_text{
padding:2rem;    
margin-left:15px;
background-color: #FFFFE0;

}

.term_desc{
color:red;
font-weight: 800;
}


/*20230623追加ここまで*/

.only-mobile-display{
      display: none;
        
}

@media (max-width: 767px) {
    .hide-on-mobile {
      display: none;
    }

    .only-mobile-display{
        display: block;
          
  }
    
  .desc_text{
    padding:1.5rem;    
    margin-left:15px;
    background-color: #FFFFE0;    
    }

    .mobile-desc_text{
    background-color: #FFFFE0;
    padding:1.5rem;
}


  }
  

 /*2024/05/24 kaguサイトに追加　by sunahara*/ 
 
.hinmoku-description{
    /*background-image:url(/wp-content/themes/twentytwentythree-child/images/aohaikei3.jpg); 
    background-color: rgba(255,255,255,0.5);
    background-size: cover;*/
    background-color: #eefaf8;
    padding: 2rem;
    margin-bottom: 50px;
  }
  .hinmoku-description-wrap .h-des-wrap{
    max-width: 900px;
    margin: 2rem auto;
  }
  .item-title{
    background-color: #5cbaac;
    font-size: 1.2rem;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    /*font-size: 1.2rem;
    text-decoration: underline;
    text-decoration-color:  #004d80;*/
  }
  
  @media (max-width: 767px) {
    .card-list{
      max-width: 100%;
      height: auto;}
  }