    @charset "utf-8";
      * {
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }

  h1,h2,h3,h4,h5,h6{
    font-size: 100%;
  }

  img {
    display: block;
  }

  a {
    text-decoration: none;
    color: #333;
  }

  li {
    list-style-type: none;
  }

  #logo{
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  }

  #gNavi{
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    background-color: #ff543e;
  }
  #gNavi ul {
    width: 1350px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }

  #gNavi li{
    float: left;
  }
  
  main img{
    margin-top: 20px;
    width: 1200;
    margin-right: auto;
    margin-left: auto;
  }
  main section h2{
    color: #F10909;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-top: 40px;
  }
  .news{
    width: 1029px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    font-family: "inter";
  }
   .news p{ 
    display: inline-block;
    text-align: left;
  } 
  section h3{
    font-size: 20px;
    font-weight: 1000;
    margin-top: 30px;
  }

  section h4{
    font-size: 20px;
    font-weight: 1000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* ここから */

  #menu_ul {
    display: flex;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }

  .menu_wrapper {
    display: flex;
    justify-content: space-between;
  }

  #access_wrapper {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
  }

  #access_p {
    width:30%;
  }
  
  .access_ {
    margin-bottom: 20px;
  }

  #onlineshop{
    background-color: #CDC2DE;
    width: 250px;
    height: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    margin-top: 30px;
    line-height: 60px;
  }

  aside a{
    color: #CC6200;
    font-size: 27px;
    font-weight: 1000;
  }

  #footer_wrapper{
    overflow: hidden;
    background-color: #ff543e;
    width: 100%;
    margin-top: 30px;
    height: 160px;

  }

   #footerlogo{ 
    float: left;
    margin-left: 20px;
    margin-top: 15px;
  }

  #sns_link{
    overflow: hidden;
    float: right;
    margin-top: 25px;
  }

   #sns_link ul{
    width:500px;
  } 

  #sns_link li{
    float: left;
    margin-right: 30px;
  }
  #sns_link img{
    width: 90px;
    height: 90px;
  }