#main-box{
  width: 80%;
  max-width: 800px;
  margin: 60px auto;
}

.cat{
  width: 80%;
  max-width: 800px;
  margin: 60px auto;
}

.cat-title{
  margin-top: 8px;
  margin-bottom: 5px;
}

.sub-cat-title{
  margin-top: 8px;
  margin-bottom: 5px;
}

.subsub-cat-title{
  margin-top: 8px;
  margin-bottom: 5px;
}


.post-wrap{
  margin: 60px 0px;
  position: relative;
}

.post-wrap::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(12,44,93,0.3);
  bottom: -30px;
}

.date{
  display: inline-block;
  letter-spacing: 0.05em;
  color: #808080;
}

.news-cat{
  display: inline-block;
  background-color: var(--sub-navy);
  color: var(--main-ecru);
  font-size: 12px;
  font-weight: 700;
  padding: 1px 4px;
  margin: 0 5px;
}

.post-title{
  margin-top: 8px;
  margin-bottom: 5px;
}

.post-txt-box{
  padding: 5px 0;
}

#MENU .cat-title {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.05em;
}

#MENU .sub-cat-title {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  margin-top: 16px;
}

#shop-info-wrap{
  display: flex;
  flex-wrap: nowrap;
  margin: 60px auto;
}

#shop-deco1{
  width: 50%;
}

#shop-deco1 img{
  max-width: 500px;
  height: auto;
  display: block;
  margin: auto 20px auto auto;
}

#shop-info{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

#shop-map{
  width: 100%;
  margin: 0 auto auto 20px;
}

#shop-map iframe{
  width: 50%;
  height: 300px;
}

#shop-info-txt{
  width: 100%;
  margin: auto auto auto 20px;
}

#shop-gallery{
  width: 80%;
  max-width: 800px;
  margin: 60px auto;
}

.gallery-row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 30px;
}

.gallery-img{
  width: 200px;
  height: 200px;
  object-fit: cover;
}

#sitemap-list{
  display: flex;
  flex-wrap: wrap;
}

.sitemap-pagetitle{
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.sitemap-pagetitle a{
  /* color: var(--main-ecru); */
  border-bottom: 3px solid;
  border-color: #fff;
  font-size: 24px;
    display: inline-block;
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.05em;
    transition: border-color 0.3s;
}
.sitemap-pagetitle a:hover{
  text-decoration: none;
  border-color: var(--sub-navy);
}

/* 
@media all and (min-width: 1024px) and (max-width: 1280px) { }

@media all and (min-width: 768px) and (max-width: 1024px) { }







*/
@media all and (max-width: 768px) { 
  #shop-info-wrap {
      flex-wrap: wrap;
    }
    #shop-info {
      width: 100%;
  }
  #shop-map {
    margin: 20px auto;
}
#shop-map iframe {
  width: 100%;
}
  #shop-deco1 {
    width: 100%;
}
#shop-deco1 img {
  width: 100%;
  max-width: none;
}
.gallery-row {
  margin-bottom: 1px;
  height: 150px;
  justify-content: center;
}
.gallery-box {
  margin: 1px;
}
.gallery-img {
  width: 150px;
  height: 150px;
}
.price {
  white-space: nowrap;
}
.product-name {
  width: 85%;
}
}
@media all and (max-width: 480px) {
  #page-title h2 {
    font-size: 46px;
  }
  .price {
    white-space: nowrap;
  }

  .gallery-row {
    height: 110px;
  }
  .gallery-img {
      width: 110px;
      height: 110px;
  }
} 