@charset "utf-8";
/* CSS Document */


body{
    font-family: sans-serif;
    background-color: #9acaed;
}

main {
  align: center;
}

img  {
max-width:100%;
}

li {
  list-style: none;
}

table {
  border: none;
  margin-bottom: 20px;
}

.contents {
  position: relative;
  text-align: center; 
}

.contents img {
  width: 1000px;
  height: auto;
  max-width: 100%;
}

.products  {
  text-align: center;
  display: inline-block;
}

.products-images {
  text-align: center;
  display: block;

}

.products img {
  width: 25%;
  margin-bottom: 5px;
}

.top_logo {
  align: left;
  width: 25%;
  height: auto;
  vertical-align:middle;	
  max-width: 50%;
}

.sns_button {
　align: center; 
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 100px;
  right: -10px;
}

.footer {
  text-align: center;
  padding: 2rem;
  font-size: 15px;
  color: #999;
}
	
.wrapper {
  max-width: 960px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}

.site-title {
  line-height: 1px;
}

.site-title a {
  display: block;
}

.sec-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 65px;
}

.products{
  display: block;
}

.products-s-title{
  max-width: 750px;
  margin:auto;
/*
  padding-right: 5px;
  padding-left: 5px;
*/
}

.products-s-title img{
  padding: 5px 10px;
}

.products-images {
  background-color: :#9acaed;
  width: 750px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
}

.products-this-month {
  max-width: 50%;
   margin:auto;
}

#products ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#products li {
  width: 29%;
  margin-bottom: 30px;
}
	