@charset "utf-8";
/* CSS Document */

/*ナビ*/
.nav_page.clm5 li a {
  font-size: 1.4rem;
  padding: 9px 30px 9px 5px;
}
.nav_page.clm5 li::before {
  right: 15px;
}
@media screen and (max-width: 767px) {
  /*ナビ*/
  .nav_page.clm5 {
    justify-content: space-between;
  }
  .nav_page.clm5 li {
    width: calc(50% - 2px);
    margin: 4px 0 0;
  }
  .naviArea .clm5 li:nth-child(1) {
    border-left: none;
  }
  .nav_page.clm5 li a {
    font-size: 1.3rem;
    padding: 8px 20px 8px 5px;
  }
  .nav_page.clm5 li::before {
    right: 10px;
    top: calc(50% + 2px);
  }
  /*日帰り商品*/
  .hotel.sp_clm1 {
    margin: 0 10px;
  }
  .base_prod.side_box .hotel.sp_clm1 li>a .img_box {
    width: 100%;
  }
  .base_prod.side_box .hotel.sp_clm1 li>a .details_box {
    width: 100%;
    margin: 0;
  }
}

/* h3修正 */
.article .section h3 {
    font-size: 1.8rem;
    color: #213c5c;
    border-bottom-style: none;
    padding: 6px 20px 5px 0;
    margin: 10px 0;
    line-height: 1.6;    
}
.article .section h3::before {
    content: "";
    border-left: double 10px #4d73a1;
    padding: 5px 0 5px 10px;
}

