@charset "UTF-8";

/*****************************
詳細共用
*****************************/
.singlehead {
  margin-bottom: 3rem;
}
.singlehead .info{
  font-size: 1.4rem;
  gap: 1rem ;
  margin-bottom: 1rem;
  line-height: 1;
}
.singlehead .info time {
  background: #f5f5f5;
  color: #333;
  display: inline-block;
  padding: .6rem 1rem;
}
.singlehead .info .cat{
  background: #000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .6rem 1.5rem;
}
.singlehead .info  .cat-maintenance{
  background: #0374a0;
}
.singlehead .ttl {
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.singlehead .ttl::before {
  content: "";
  background: #003246;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
}
.singlehead .ttl::first-letter {
  color: #003246;
}
.singlecontent {
  margin: 4rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .singlehead .ttl {
    font-size: 1.8rem;
  }
  .singlecontent {
    margin: 3rem 0;
  }
}

/*****************************
メンテナンス
*****************************/
.info-maintenance .square::before{
  color: #003246;
}
.info-maintenance .schedule{
  margin: 2rem 0;
  max-width: 600px;
}
.info-maintenance .schedule > div{
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.info-maintenance .schedule > div:first-of-type{
  border-top: 1px solid #ccc;
}
/* .info-maintenance .schedule > div:nth-of-type(even){
  background: #dff6ff;
} */
.info-maintenance .schedule > div > dt,
.info-maintenance .schedule > div > dd{
  padding: 1rem;
}
.info-maintenance .schedule > div > dt{
  background: #f8fbff;
  font-weight: bold;
  text-align: center;
  width: 150px;
}
.info-maintenance .schedule > div > dd{
  width: calc(100% - 150px);
}
.info-maintenance .schedule > div > dd p{
  margin: 0;
}

.info-maintenance .maintenance-end{
  margin-bottom: 4rem;
}
.info-maintenance .maintenance-end ~ .maintenance-start{
  border-top: 2px dotted #ccc;
  padding-top: 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .info-maintenance .schedule > div > dt,
  .info-maintenance .schedule > div > dd{
    width: 100%;
  }
  .info-maintenance .schedule > div > dt{
    font-weight: 500;
    padding: .5rem 1rem;
    text-align: left;
  }
}