@charset "UTF-8";
/*=======================================
営業時間
=========================================*/
.p-hour {
  padding-top: 210px;
}
.p-hour.c-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-hour.c-wrap:before, .p-hour.c-wrap:after {
  display: none;
}
.p-hour-heading .c-title1 .en {
  margin-left: 0;
}
.p-hour-wrap {
  width: calc(100% - 194px);
  padding-top: 93px;
}
.p-hour__content .block1 {
  margin-bottom: 100px;
}
.p-hour__content .heading {
  margin-bottom: 22px;
}
.p-hour__content .heading h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-hour__content .heading h3 small {
  font-size: 21px;
  font-size: 2.1rem;
}
.p-hour__content .box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 126px;
}
.p-hour__content .box1:last-child {
  margin-bottom: 0;
}
.p-hour__content .box1:before, .p-hour__content .box1:after {
  display: none;
}
.p-hour__content .img1 {
  width: 34.0425%;
}
.p-hour__content .txt1 {
  width: 58.8297%;
}
.p-hour__content .txt1 h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: 500;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 42px;
}
.p-hour__content .txt1 .c-table1 td small {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-hour__content .txt1 .c-table2 th {
  width: 144px;
}
.p-hour__content .txt1 .c-table2 td p + p {
  margin-top: 12px;
}
.p-hour__content .txt1 .note {
  color: #4E4E4E;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 200%;
}
.p-hour__content .txt2 {
  width: 100%;
  margin-top: 40px;
}
.p-hour__content .txt2 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
  color: #4E4E4E;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-hour {
    padding-top: 160px;
  }
  .p-hour.c-wrap {
    display: block;
  }
  .p-hour-heading {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
  }
  .p-hour-heading:before, .p-hour-heading:after {
    display: none;
  }
  .p-hour-heading .c-title1 {
    display: flex;
  }
  .p-hour-heading .c-title1 .en,
  .p-hour-heading .c-title1 .h {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
  }
  .p-hour-heading .c-title1 .en h1, .p-hour-heading .c-title1 .en h2, .p-hour-heading .c-title1 .en h3, .p-hour-heading .c-title1 .en h4, .p-hour-heading .c-title1 .en h5, .p-hour-heading .c-title1 .en h6,
  .p-hour-heading .c-title1 .h h1,
  .p-hour-heading .c-title1 .h h2,
  .p-hour-heading .c-title1 .h h3,
  .p-hour-heading .c-title1 .h h4,
  .p-hour-heading .c-title1 .h h5,
  .p-hour-heading .c-title1 .h h6 {
    font-feature-settings: initial;
  }
  .p-hour-wrap {
    width: auto;
    padding-top: 0;
  }
  .p-hour__content .heading {
    margin-bottom: 30px;
  }
  .p-hour__content .box1 {
    display: block;
    margin-bottom: 96px;
  }
  .p-hour__content .img1,
  .p-hour__content .txt1 {
    width: auto;
  }
  .p-hour__content .img1 {
    margin-bottom: 36px;
  }
  .p-hour__content .img1 img {
    width: 100%;
  }
  .p-hour__content .txt1 h4 {
    margin-bottom: 24px;
  }
  .p-hour__content .txt1 .c-table2 th {
    padding-top: 0;
  }
  .p-hour__content .txt1 .c-table2 tr:first-child th {
    padding-top: 15px;
  }
}
