@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol{
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  }

.header-inner {
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-menu-button {
  display: none;
}

.header-logo {
  display: flex;
  text-align: left;
  /* display: block;
  width: 170px; */
}

.header-logoDesign {
  display: block;
  width: 90px;
  text-align: center;
  margin-right: 40px;
}

.header-logoShop {
  display: block;
  width: 200px;
  text-align: center;
}

.site-menu ul {
  display: flex;
  background-color: #dde9af;
  padding: 20px 10px
}

.site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.footer {
  color: #000000;
  background-color: #ffffff;
  padding: 30px 40px 15px 40px;
  display: flex;
  align-items: center;
}


.footer-left {
  width: 25%;
}

.footer-center {
  width: 50%;
  margin: auto;
  text-align: center;
  align-items: center;
}

nav.footer-site-menu {
  align-items: center;
  justify-items: center;
  background-color: #dde9af;
}

nav.footer-site-menu ul {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px; 
 }


nav.footer-site-menu ul  li {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-logoShop {
  display: block;
  padding-top: 20px;
}

.footer-adress {
  margin-top: 20px;
}

.shop-info {
  display: flex;
  justify-content: center;
}

.footer-tel,
.footer-fax {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.footer-right {
  width: 25%;
  text-align: right;
}

.sns-area {
  display: flex;
  justify-content: center;
}

.link-button-area {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-button {
  background-color: #7db9b9;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Monserrat", sans-serif;
  font-size: 14px;
}

.footer-logoDesign p {
  padding-top :20px;
}

@media (max-width: 800px) {
  .site-menu ul {
    display: block;
    text-align: center;
  }

  .site-menu li {
    margin-top: 20px;   
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    height: 100px;
    z-index: 10;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header-inner {
    padding: 20px 20px 10px 20px;
    height: 100px;
    position: relative;
  }

  .header-logo {
    height: 80px;
  }

  .header-logoDesign {
    width: 80px;
  }

  .header-site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: black;
    background-color: #736e62;
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }

  .header-site-menu.is-show {
    display: block;
  }

  .toggle-menu-button {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../images/icon-menu.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

.main {
  padding-top: 50px;
}

.footer {
  flex-direction: column;
  margin-top: 50px;
}

.footer
.footer-site-menu ul {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

.footer-site-menu li {
    margin-top: 20px;
    margin-bottom: 30px   
  } 
  
  ul {
    display: block;
    text-align: center;
  }

.footer-logo {
  margin-top: 60px;
}

.footer-right {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}



.shop-info {
  display: block;
  margin-top: 30px
}

.footer-tel,
.footer-fax {
  padding: 0 0 10px 0;
  font-size: 20px;
}

} 

