@charset "UTF-8";

  body, html {
    height: 100%;
    margin: 0;
    color: #333;
    font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    background-color: #FFF;
  }

  .logo {
    margin-left: 9px;
    width: 220px;
  }

  .logo img {
    width: 100%
  }    

  .center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    margin-top: -35px;
  }

  .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /*border: 2px dotted #333;
    padding: 40px;*/

  }

  .instagram {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }  

  .instagram span {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 600;
  }    

  .instagram-accounts {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

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

  a:hover {
    color: #fffafa;
  }  

  .online-shop {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .online-shop span {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 600;
  }    




