@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

*{
    font-family: "Shippori Mincho", serif !important;
    box-sizing: border-box;
    max-width: 100%;
}
#contents-p3 .open_hours-center .box .oh_month{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  width: auto;
  margin: 0 0 10px 113px !important;
}
#contents-p3 .open_hours-center .box .oh_desc{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  width: auto;
}
h2{
  font-size: 20px;
}
#contents-p3 .open_hours-center .box .oh_month caption{
  border-left: 5px solid #093387;
}

@media screen and (min-width: 768px) {
    .img-pc {
      display: block;
      max-width: 100%;
    }
    .img-sp {
      display: none;
      max-width: 100%;
    }
}
  
@media screen and (max-width: 767px) {
  .img-pc {
    display: none;
    max-width: 100%;
  }
  .img-sp {
    display: block;
    max-width: 100%;
  }
  #header-nav ul li a{
    letter-spacing: 0px;
    font-size: 8px;
    padding: 20px 6px 5px 6px !important;
  }
  #contents-p3 .open_hours-center .box .oh_month{
    margin: 0 auto !important;
    float: none;
  }
  #contents-p3 .open_hours-center .box .oh_month{
    font-size: 16px;
  }
  #contents-p3 .open_hours-center .box .oh_desc{
    font-size: 16px;
  }
  #contents-p3 .open_hours-center .box .oh_month table{
    margin-bottom: 30px;
  }
}
