@charset "UTF-8";

/*-------------「アロマメニュー」のテーブル--------------*/
@media screen and (max-width:500px){

     .block_table_1.w20 table tr:nth-of-type(1)>td:first-child, .block_table_1.w20 table tr:nth-of-type(1)>th:first-child, .block_table_8.w20 table tr:nth-of-type(1)>td:first-child, .block_table_8.w20 table tr:nth-of-type(1)>th:first-child {
       width: 36%;
     }

     .block_table_1 table th, .block_table_8 table th {
       font-size: 3.4vw;
     }

     .block_table_8 table th {
       padding: 3px;
     }

     .block_table_8 table td {
       font-size: 4vw;
     }

     

}