.container {
  max-width: unset;
  width: auto;
}

.messageBox {
  background: #000;
  color: #fff;
  padding: 100px 20px 120px;
  line-height: 2.5;
  letter-spacing: 1px;
  font-size: 120%;
  font-weight: 500;
  background: linear-gradient(to bottom, #000 0%, #000 40%, #424242 150%), linear-gradient(to top, rgba(168, 168, 168, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background-blend-mode: multiply;
  z-index: 1;
  position: relative;
  text-align: center;
}

.messageBox::before {
  background: url(https://img21.shop-pro.jp/PA01505/586/etc_base64/bWF0c3Vtb3RvX2JhY2s.png?cmsp_timestamp=20240104185203) no-repeat;
  content: "";
  position: absolute;
  width: 500px;
  height: 350px;
  opacity: 0.5;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.messageBox span {
  font-size: 90%;
  padding: 20px 0 0;
  display: block;
}

.messageBox .imgCap {
  display: block;
  max-width: 650px;
  margin: 100px auto 0;
}

.messageBox .imgCap img {
  width: 100%;
}

#header-wrapper {
  margin: 0;
}

@media (max-width: 980px) {
  .messageBox {
  padding: 80px 20px 100px;
    text-align: left;
 }
.container {
  padding: 0;
}
.messageBox .imgCap {
  display: block;
  max-width: 450px;
  margin: 50px auto 100px;
}
  .messageBox::before {
  background: url(https://img21.shop-pro.jp/PA01505/586/etc_base64/bWF0c3Vtb3RvX2JhY2s.png?cmsp_timestamp=20240104185203) no-repeat;
    background-size: auto;
  content: "";
  position: absolute;
  width: 300px;
  height: 190px;
  opacity: 0.5;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: contain;
}
 .bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100% !important;
  height: 40vh !important;
  object-fit: cover;
}
}

.bnrBox {
  display: block;
  max-width: 1280px;
  margin: 30px auto 0;
  padding:0 10px;
}
.bnrBox2 {
  display: block;
  max-width: 800px;
  margin: 30px auto 0;
  padding:0 10px;
}
.bnrBox .imgCap{
  border: solid 3px #000;
}
.bnrBox2 .imgCap{
  border: solid 3px #b94047;
}
.bnrBox .imgCap img,
.bnrBox2 .imgCap img {
  width: 100%;
}
/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

#slider div {
  width: 100% !important;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff !important;
  box-shadow: none !important;
  border: none !important;
  background: unset !important;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #000;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

/*¡¡new_items */
.new_item-items {
  margin-top: 3em;
}

.bnrSet {
  display: flex;
  margin: 0 auto 100px;
}
@media screen and (max-width:960px) {
  .bnrSet {
  display: block;
  }
}

.topBlack {
  background: #000;
  padding: 80px 10px 0;
  margin: 3em auto 0;
}

.topBlack .ttl-h2 {
  color: #fff;
  margin: 0 auto 30px;
  font-family: "ÞâÌÀÄ«", YuMincho, "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó£ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  font-size: 180%;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 0 20px;
  max-width: 400px;
  letter-spacing: 1px;
}
.topBlack .ttl-h2::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%), repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
  background-size: 8px 8px;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
width: calc(90%/2 - 20px);
  margin: 0 auto;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  /*border-bottom: 1px solid #ccc !important;*/
}
.calBl {
  background: #fff;
  color: #444;
}
.calBl .bnrSet {
  justify-content: space-around;
  padding: 20px 0;
  margin: 0 auto 20px;
  max-width: 1280px;
  font-family: "ÞâÌÀÄ«", YuMincho, "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó£ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}
.calBl .ttl-h2 {
  color: #444;
  margin: 0 auto 30px;
  font-family: "ÞâÌÀÄ«", YuMincho, "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó£ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  font-size: 180%;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 0 0 20px;
  max-width: 400px;
  letter-spacing: 1px;
}
.calBl .ttl-h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%), repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
  background-size: 8px 8px;
}
.calBl caption {
  font-weight: 600;
  padding: 0 0 20px;
  font-size: 120%;
}
.side_cal_memo {
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width:960px) {
.calBl .ttl-h2 {
  max-width: 200px;
}
.calBl caption {
  padding: 0 0 10px;
 }
.tbl_calendar {
  margin: 0 auto 20px;
}
}