@charset "UTF-8";
/* CSS Document */
    .page_wrapper {
    background-color: #fff;
    margin:left;   
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
        }
    .page_wrapper a {
    text-decoration: none;
    color:#000;    
    }
.page_wrapper a:hover,
.page_wrapper a:visited,
.page_wrapper a:link {
    color: #000;
}
    .btn01 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        margin:0 auto;
        padding: .8em 2em;
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
        font-size: 14px;
    }

    .btn01::after {
        transform: rotate(45deg);
        width: 5px;
        height: 5px;
        margin-left: 10px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        content: '';
    }


    .news_container {
    font-size: 16px;
    border:solid 1px #ccc;
    margin:20px;
    border-radius:10px;    

    }
    .shop_name {
     font-size:20px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;       
        }

    .date {
      display: inline-block;
      border-bottom: 1px solid;
      padding-bottom: 10px;
      padding-left: 0.5rem;
      padding-right: 2rem;
      margin-left:20px;
      margin-top:20px;
      font-size:16px;    
    }
    .title {
      margin:10px 10px 10px 20px;
     font-size:18px;
     font-weight: bold; 
    line-height: 1.5em;    
        } 
    .text {
    font-size:14px;
    margin:20px;       
        }

    .shoplist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px;
          list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
      }

    .shoplist li {
      background-color: #ffacac;
      color: #ffffff;
      padding: 10px 5px;
      display: inline-block;    
      box-sizing: border-box;
      font-size:11px;
    　font-family: 'Noto Sans JP', sans-serif;    
      margin-right: 5px;
      margin-bottom: 5px;
      text-align: center;
        width: calc(50% - 20px);
        margin: 0 10px 10px;    
    }

    .shoplist li:last-child {
      margin-right: 10px;
    }

.shoplist a:hover,
.shoplist a:visited,
.shoplist a:link {
    color: #fff;
}        
    .category {
      background-color: #ffacac;
      color: #ffffff;
      padding: 5px;
      display: inline-block;    
      box-sizing: border-box;
      font-size:11px;
      margin-left: 20px;
      margin-top: 10px;
      text-align: center;   
    }
.category a:hover,
.category a:visited,
.category a:link {
    color: #fff;
