body {
  font-family: "lemonada", sans-serif;
  background-image: linear-gradient(rgba(255,255,255,0.8)),url(images/monsterchuu-background.png);
  background-size: 100%;
  background-position: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

header {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
header .logo img {
  height: 50px;
}
header .icon {
  display: none;
}

header nav{
  display: flex;
  align-items: center;
  gap:5px;
}

header nav a {
  color: rgb(147, 121,109);
  margin: 0 5px;
}
header nav a:hover {
  color:rgb(154, 133,189);
}

header nav .social{
  width: 30px;
  height: 30px;
}

.divider {
  display: inline-block;
  width: 2px;
  height: 32px;
  background:rgb(147, 121,109);
  margin: 0 12px;
}

#banner {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#news .container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#news .item {
  width: 33.33%;
  padding: 20px 10px;
}
#news .item img {
  margin: 10px 0;
  border-radius: 5%;
  border: 4px solid rgb(147, 121,109);
  border-radius: 5%
}
#news .item p {
  font-size: 1.2em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: -10px;
}
#news .item a {
  text-decoration: none;
  color: inherit;
}
#news .item p:hover {
  color:rgb(154, 133,189);
}
#character h1 {
  text-align: center;
  color:rgb(147, 121,109);
  font-size: 2em;
  font-weight: 700;
  margin-top: 50px;
}
#character .container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#character .item {
  width: 33.33%;
  padding: 20px 10px;
}
#character .item p {
  font-size: 1.2em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: -10px;
}
#character .item a {
  text-decoration: none;
  color: inherit;
}

#goods h1 {
  text-align: center;
  color:rgb(147, 121,109);
  font-size: 2em;
  font-weight: 700;
  margin-top: 50px;
}

#goods .container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
#goods .item {
  width: 33.33%;
  padding: 20px 10px;
}
#goods .item img {
  margin: 10px 0;
  border-radius: 5%;
  border: 4px solid rgb(147, 121,109);
  border-radius: 5%
}
#goods .item p {
  font-size: 1em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: 0px;
}
#goods .item a {
  text-decoration: none;
  color: inherit;
}
#goods .item p:hover {
  color:rgb(154, 133,189);
}

#contact h1 {
  text-align: center;
  color:rgb(147, 121,109);
  font-size: 2em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

#contact .container {
  justify-content: center;
  display: flex;
  padding: 0px 50px;
}
#contact .item {
  width: 50%;
  padding: 20px 10px;
}
#contact img {
  border-radius: 30px;
  border: 4px solid rgb(147, 121,109);
}
#contact .shop_info{
  align-content: center;
  padding: 60px;
}
#contact .shop_info p {
  font-size: 1.8em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: 0px;
}
#contact .shop_info .contact_more p {
  font-size: 1.3em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: 0px;
}

#contact .shop_info .mapbutton {
    font-size: 1em;
    text-align: center;
    align-content: center;
    padding: 10px;
    background-color:rgb(154, 133,189);
    color: #f5e613f9;
    border-radius: 30px;

}
#contact .mapbutton a {
  text-decoration: none;
  color: inherit;
}
#contact .mapbutton p:hover {
  color:rgb(255, 255, 255);
}


#about {
  background-color: rgb(215, 200,210, 0.5);
  text-align: center;
  padding: 30px 0;
}
#about .about-image {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
  margin-top: -10px;

}
#about li {
  border-top: dashed 1px #CCC;
  padding: 25px 20px;
  font-size: large;
}
#about li.open {
  background-color: #FFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
#about .q {
  font-weight: 600;
  cursor: pointer;
}
#about .q:hover, #faq li.open .q {
  color:rgb(230,203,105);
  text-decoration: underline;
}
#about .a {
  color: #999;
  line-height: 150%;
  margin-top: 10px;
  font-size: smaller;
  font-weight: 300;
}

#gallery {
  padding: 50px 20px;
  text-align: center;
}
#gallery h1 {
  color: rgb(147, 121,109);
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}

footer {
  background-color:rgb(154, 133,189);
  color: #FFF;
  text-align: center;
  padding: 20px;
}

@media (max-width: 540px) {

  header {
    text-align: center;
  }
  header .container {
  flex-wrap: wrap;
  }
  header .icon {
    display: block;
  }
  header .icon img {
    height: 32px;
  }
  header .icon .close {
    display: none;
  }
  header nav {
    margin-top: 15px;
    display: none;
    width: 100%;
  }
  header nav a {
    display: block;
    border-top: dotted 2px rgb(154, 133,189);
    padding: 15px 0;
    margin:0;
  }
  header .divider {
    display: none;
  }
  #news .container {
    padding: 0px 20px;
  }
  #news .item {
      width: 100%;
      size-adjust: 1.2s;
      padding: 25px 25px;
      border-bottom: dashed 1px #DDD;
    }
  #news .item p {
  font-size: 1.3em;
  }
#about .about-image {
  max-width: 200px;
  }
  #character h1 {
    font-size: 1.5em;
    margin-top: 25px;
  }

  #character .container {
    padding: 0;
  }
  #character .item {
      width: 100%;
      size-adjust: 1.2s;
      padding: 25px 25px;
    }
  #character .item p {
  font-size: 1.3em;
  }

  #goods h1 {
    font-size: 1.2em;
    margin-top: 15px;
  }
  #goods .container {
    padding: 0;
  }
  #goods .item {
      width: 100%;
      size-adjust: 1.2s;
      padding: 25px 25px;
    }
  #goods .item p {
  font-size: 0.8em;
  }
  #goods .item {
    width: 50%;
    padding: 10px 25px;
}
  
  #contact h1 {
    font-size: 1.2em;
    margin-top: 15px;
  }

  #contact .container {
  align-items: center;
  align-content: center;
  display: block;
  flex-wrap: wrap;
  padding: 10px;
}
#contact .item {
  width: 100%;
  padding: 0px 20px;
}
#contact .item img {
  margin-top: -20px;
  justify-content: center;
  width:500px
  border 3px solid rgb(147, 121,109);
}
#contact .shop_info{
  align-content: center;
  padding: 30px;
}
#contact .shop_info p {
  align-content: center;
  font-size: 1.5em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: 0px;
}
#contact .shop_info .contact_more p {
  font-size: 1em;
  font-weight: bold;
  color:rgb(147, 121,109);
  line-height: 150%;
  text-align: center;
  margin-top: 0px;
}

#contact .shop_info .mapbutton {
    font-size: 1em;
    text-align: center;
    align-content: center;
    padding: 10px;
    background-color:rgb(154, 133,189);
    color: #f5e613f9;
    border-radius: 30px;

}
#contact .shop_info .mapbutton a {
  text-decoration: none;
  color: inherit;
}
#contact .shop_info .mapbutton p:hover {
  color:rgb(154, 133,189);
}
footer {
  font-size: 0.6em;
  padding: 15px;}
}