/*================================================================================

media query mixin

================================================================================*/
.p-hours-main {
  padding-bottom: 120px; }
  .p-hours-main-box {
    display: flex;
    flex-wrap: wrap; }
    .p-hours-main-box .mainBlk {
      display: flex;
      flex-direction: column;
      height: auto;
      width: 30%;
      margin-right: 5%;
      padding: 17px;
      background: #f9f9f9; }
      .p-hours-main-box .mainBlk:nth-of-type(3n) {
        margin-right: 0; }
      .p-hours-main-box .mainBlk:nth-of-type(n+4) {
        margin-top: 20px; }
      .p-hours-main-box .mainBlk-ttl {
        font-size: 2.4rem;
        line-height: 1.2;
        letter-spacing: 0.01em; }
        .p-hours-main-box .mainBlk-ttl.-min {
          font-size: 2.2rem; }
      .p-hours-main-box .mainBlk-det {
        margin-top: 25px; }
        .p-hours-main-box .mainBlk-det dl {
          display: flex;
          align-items: flex-start;
          align-items: center;
          letter-spacing: 0.07em; }
          .p-hours-main-box .mainBlk-det dl:nth-of-type(n+2) {
            padding-top: 13px;
            border-top: 1px solid #e1e1e1; }
          .p-hours-main-box .mainBlk-det dl.noFlex {
            display: block; }
            .p-hours-main-box .mainBlk-det dl.noFlex dt {
              width: 24%; }
            .p-hours-main-box .mainBlk-det dl.noFlex dd {
              width: 100%;
              margin-top: 10px; }
          .p-hours-main-box .mainBlk-det dl:nth-of-type(n+2) {
            margin-top: 15px; }
          .p-hours-main-box .mainBlk-det dl dt {
            font-size: 1.1rem;
            line-height: 1;
            background-color: rgba(46, 47, 51, 0.08);
            width: 87px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 23px;
            letter-spacing: 0; }
          .p-hours-main-box .mainBlk-det dl dd {
            font-size: 1.3rem;
            width: calc(100% - 105px);
            line-height: 1.6; }
            .p-hours-main-box .mainBlk-det dl dd p:nth-of-type(n+2) {
              margin-top: 10px; }
            .p-hours-main-box .mainBlk-det dl dd a {
              color: inherit;
              text-decoration: none; }
      .p-hours-main-box .mainBlk-ann {
        font-size: 1.3rem;
        text-indent: -1em;
        padding-left: 1em;
        margin-top: 10px;
        line-height: 1.6; }
  .p-hours-main-ann {
    margin-top: 50px; }
    .p-hours-main-ann p {
      font-size: 1.4rem;
      text-indent: -1em;
      padding-left: 1em; }
.p-hours-other {
  padding-bottom: 125px; }
  .p-hours-other .p-hours-other-btn {
    width: 465px; }
  .p-hours-other-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5ebf1;
    padding: 30px 0 30px;
    margin-top: 40px; }
    .p-hours-other-tel-Lft {
      font-size: 2.8rem;
      margin-right: 100px;
      margin-top: 10px; }
    .p-hours-other-tel-Rgt {
      text-align: center;
      line-height: 1.6; }
      .p-hours-other-tel-Rgt .num {
        display: block;
        font-size: 3.6rem; }
      .p-hours-other-tel-Rgt .txt {
        display: block;
        font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .p-hours-main {
    padding-bottom: 60px; }
    .p-hours-main-box {
      display: block; }
      .p-hours-main-box .mainBlk {
        width: 100%;
        margin-right: 0; }
        .p-hours-main-box .mainBlk:nth-of-type(n+2) {
          margin-top: 30px; }
        .p-hours-main-box .mainBlk-ttl {
          font-size: 2rem; }
          .p-hours-main-box .mainBlk-ttl.-min {
            font-size: 2rem; }
        .p-hours-main-box .mainBlk-det {
          margin-top: 12px; }
          .p-hours-main-box .mainBlk-det dl {
            padding-bottom: 13px;
            letter-spacing: 0.07em; }
            .p-hours-main-box .mainBlk-det dl:nth-of-type(n+2) {
              margin-top: 15px; }
            .p-hours-main-box .mainBlk-det dl dt {
              font-size: 1.2rem;
              line-height: 1;
              background-color: rgba(46, 47, 51, 0.08);
              width: 30%;
              height: 24px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: 20px;
              letter-spacing: 0;
              padding: 0 5px; }
            .p-hours-main-box .mainBlk-det dl dd {
              font-size: 1.4rem;
              width: 100%; }
              .p-hours-main-box .mainBlk-det dl dd a {
                color: inherit;
                text-decoration: none; }
        .p-hours-main-box .mainBlk-ann {
          font-size: 1.3rem;
          text-indent: -1em;
          padding-left: 1em;
          margin-top: 10px;
          line-height: 1.6; }
    .p-hours-main-ann {
      margin-top: 20px; }
      .p-hours-main-ann p {
        font-size: 1.2rem; }
  .p-hours-other {
    padding-bottom: 60px; }
    .p-hours-other .p-hours-other-btn {
      width: 255px; }
    .p-hours-other-tel {
      display: block;
      padding: 30px 0 30px;
      margin-top: 20px;
      text-align: center; }
      .p-hours-other-tel-Lft {
        font-size: 2rem;
        margin-right: 0;
        margin-top: 0; }
      .p-hours-other-tel-Rgt {
        line-height: 1.6; }
        .p-hours-other-tel-Rgt .num {
          display: block;
          font-size: 3.6rem; }
        .p-hours-other-tel-Rgt .txt {
          display: block;
          font-size: 1.6rem; } }

/*# sourceMappingURL=hours.css.map */
