@charset "UTF-8";

.shop_category {
    margin: 80px auto 0;
}


/*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;
    }
}



.mainvisual.shop_category  {
    background: linear-gradient(180deg, rgba(198, 197, 197, 1) 0%, rgba(249, 247, 242, 1) 100%);
    height: 480px;;
  }
  
.shop_category_mainvisual-inner {
    max-width: 1350px;
    margin: 0 auto;
}