.logo-table{
  width: 100%;
}
.logo-table td{
  width: 20%;
  padding: 1px;
}
.logo-table img{
  display: block;
}

.squareBox{
  position: relative;
  width: 100%;
}

.squareBox:before{
  content: "";
  display: block;
  padding-top: 100%;
} 

.squareBox img{
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  max-height: 100%;
}
#calendar-box {
  margin: 10px 20px;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  float: left;
  margin: 0px 2%;
  width: 45%;
  box-sizing: border-box; 
}
.tbl_calendar caption{
  font-size: 3vw;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 1% !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  font-size:3vw;
}

.roundedBox {
  border: 1px solid;
  border-radius: 5px;
  border-color: #e2e2e2;
  margin: 5px 0px;
}

#info-box {
  width: 95%;
  border: 2px solid;
  border-radius: 5px;
  border-color: #e2e2e2;
  margin: 5px auto;
}

.new_product_banner{
  height: 100px;
  background-image:url("https://img15.shop-pro.jp/PA01085/133/etc/new-moon-product.jpg?cmsp_timestamp=20190329172325");
  background-size:cover;
}

.special_price_banner{
  height: 100px;
  background-image:url("//img15.shop-pro.jp/PA01085/133/slideshow/slideshow_img_dec660.jpg?cmsp_timestamp=20190313024151");
  background-size:cover;
}

.new_product_banner a , .special_price_banner a{
  display: block;
  width: 100%;
  height: 100%;
}

h5 {
  padding: 0 20px;
  margin: 20px 0 0.5rem;
  font-size: 160%;
  font-weight: 600;
}
.box, .box--half {
  /* Existing styles here */
  border-bottom: 1px solid #ccc; /* Adds a light grey line below each item */
  border-top: 1px solid #ccc; 
  //margin-bottom: 10px; /* Adds some space below each item, adjust as needed */
}

/* Target every 2nd item to add a right border, creating the middle vertical line */
.box:nth-child(2n), .box--half:nth-child(2n) {
  border-left: 1px solid #ccc;
}

/* If you have a container wrapping your items, ensure its horizontal padding is set to 0 
   to prevent unexpected spacing on the sides. */
.container {
  padding-left: 0;
  padding-right: 0;
}
.box .box-inner {
  padding: 15px;
}
.boxlist {
 padding: 0px;
}
.slider {
  /*height: 200px; /* Adjust the height as needed */
  /*width: 130vw;*/
  width: 100%; /* Full width of the page */
  margin: 0 auto; /* Center it */
  padding: 0; /* Remove any padding */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This makes sure the images cover the slider area without stretching */
}
