*{
    margin: 0;
    padding: 0;
}

footer div#footer{
    display: none;
}

/*st-catgroup (分類表示)を非表示*/

.st-catgroup{
    display: none;
}
/*.entry-title (ページタイトル)を非表示*/
.entry-title{
    display: none;
}
body, html{
    margin: 0;
    padding: 0;
}

.entry-content{
    padding-top:0px;
    margin-bottom: 0px;
}

@media print, screen and (min-width: 960px) {
    div.Header{
    height: 100px;
    line-height: 100px;
    min-width: 100%;
    padding: 0px;
    margin: 0;
    background-color:white;
}
  .menu-list {
    display:inline-block;
}
    .post ul li{
        font-size:26px;
        font-weight: bold;
    }

    #content{
        margin: 0;
        padding: 0;
        min-width:100%;
    }
     .colum1 main {
        padding: inherit;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border: 0;
    }
    img.wp-image-876{
        min-width: 100%;
        object-fit: cover;
        margin-bottom: 100px;
    }
    div.wp-block-media-text{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;

    }
    .wp-block-media-text__content p{
        font-size: 23px;
    }
    .wp-block-columns.is-layout-flex{
        margin-left: 50px;
        margin-right: 50px;
    }
    figure.wp-block-image.size-full{
        display: flex;
    }
    div.wp-block-columns p{
        color: white;
        font-size: 30px;
        text-align: center;
    }
    table th{
        font-size: 25px;
    }
    .post table tr td{
        font-size: 25px;
    }
}
@media only screen and (max-width: 959px) {
      div.Header{
    height: 80px;
    line-height: 80px;
    min-width: 100%;
    padding: 0px;
    margin: 0;
    background-color:white;
}
.colum1 main{
    padding: 0px;
}
  .menu-list {
    display:inline-block;
}
   .post ul li{
        font-weight: bold;
    }
    .colum1 main {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border: 0;
    }
     img.wp-image-876{
        margin-bottom: 50px;
    }
       div.wp-block-columns p{
        color: white;
        font-size: 20px;
     }
}


/*ヘッダーメニュー部の編集ーーーーーーーーーーーーーー*/

ul.menu{
    padding: 0;
    padding-right: 30px;
    margin: 0;
    text-align:right;
    box-sizing: content-box;
}
   .menu.menu-list{
    display:inline-block;
}
/*ヘッダーメニュー部の編集ーーーーーーーーーーーーー*/

.mainbox{
    background-color:rgba(0, 0, 0, 0.842);
}

.wp-block-media-text__content p{
    color: aliceblue;
}
p.menu-bar{
    margin-top: 60px;
    margin-bottom: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: aliceblue;
    font-size: 30px;
    background-color: rgba(240, 255, 255, 0.39);
}
p.shop-inf{
    margin-top: 60px;
    margin-bottom: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: aliceblue;
    font-size: 30px;
    background-color: rgba(240, 255, 255, 0.39);
}

.table-area{
    margin: auto;
    width: 60%;
    padding: 40px;
    padding-bottom: 300px;
}
table{
    color: white;  
}
table, td, th{
    border-collapse: collapse;
    border:1px solid #fffdfd;
}

td, th{
    padding:5px 50px;
}
aside{
    display: none;
}