/*準備中表示*/
.preparation-box{
    border: 1px solid #ccc;
    padding: 5vw 0;
    text-align: center;
}
/*カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  margin-bottom:3vw;
}
/*before-repaired*/ 
.side_cal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*before-repaired
    justify-content: space-around;
  */

 /*クリスマス*/
.XX{
  text-align:center;
  max-width:890px;
  margin:auto;
}
.X{
   display:inline;
}


.title-inner span.title-text:first-of-type {
    font-weight: bold !important;
}

.title-inner span.title-text:last-of-type {
    font-size: 0.8em !important;
}

img.kit {
    float: right;
    transform: translate(-28px, 3px);
}
  
img.check {
    transform: translate(30px, -28px);
}
.p-top__mainvisual{
  margin-bottom: 3vw!important;
}
/*
.p-top__mainvisual img{
  object-view-box: inset(40px 0px 240px 0px);
}
*/
/*トップ画像の高さを直したもの2023年12月19日*/
.p-top__mainvisual img{
    /*height:80vh !important;
    height:80svh !important;
    object-fit:cover !important;
    object-position:left -8px !important;*/
    height: 50svh !important;
    object-fit: cover !important;
      object-position: top -8px!important;
}
.p-top__mainvisual.slick-slider .slick-dots{
  bottom: 30px !important;
}
@media (min-width: 769px) {
.sp_mv{
  display:none !important;
  }
}
@media (max-width: 768px) {
.sp_mv{
  width:100%;
  }
 .pc_mv{
  display:none !important;
  }
  .p-top__mainvisual img{
    height:80vh !important;
  }
  .slick-slide img{
   display:none;
  }
}