/* content - layout */
.content {
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .content {
    max-width: 100%;
    padding: 0 20px;
  }
}
/* .is-hidden--* */
@media (min-width: 992px) {
  .is-hidden--l {
    display: none;
  }
}
@media (min-width: 768px) {
  .is-hidden--ml {
    display: none;
  }
}
@media (max-width: 991px) {
  .is-hidden--sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-hidden--s {
    display: none;
  }
}

/* content - font style */
.red {
  color: #f00;
}

.blue {
  color: #11f;
}

.days {
  text-align: right;
}

.small {
  font-size: .8em;
}

.stop {
  color: #d00000;
}

.change {
  color: #0000c0;
}

.sunday {
  background-color: #ffe0e0;
}

.sataday {
  background-color: #c0f0ff;
}

.day_block {
  display: inline-block;
  width: 1em;
  height: 1em;
}

/* common - layout */
.c-section {
  margin: 0 0 20px;
}

.p-main__text p {
  margin-bottom: 10px;
}

/* project -- customer */
.cs_important {
  padding: 10px 0 0;
  color: #000;
}

.cs_important a {
  color: inherit;
}

.cs_important a::before {
  content: "";
  display: inline-block;
  width: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}

.c-tel__table {
  margin: 30px 0;
}

.c-tel__title {
  line-height: 30px;
  margin-bottom: 1em;
}

.c-tel__main {
  line-height: 30px;
}

.c-tel__time {
  font-size: 30px;
}

.c-tel__time > .u-small {
  font-size: 16px;
  margin: 0 5px 0 0;
}

.c-tel__recep {
  font-size: 18px;
}

.c-tel__recep::after {
  content: ":";
  margin: 0 10px 0 0;
}

/* content - table */
.schedule_list {
  background-color: #fff;
  margin: 20px 0;
}

.schedule_list th, .schedule_list td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: inherit;
}

.schedule_list th {
  font-weight: normal;
}

.schedule_list a {
  text-decoration: underline;
}

.schedule_list a:not(:hover) {
  color: inherit;
}

.schedule_list .small {
  display: block;
}

.schedule_list .time {
  display: block;
}

.schedule_list .oura {
  background-color: #fff;
}

.summary_area {
  margin: 20px 0 10px;
}

.shop_comment {
  margin: 10px 0;
}

/* especially important */
.special_important {
  margin: 10px 0 0;
  padding: 10px;
  border: 1px solid #f00;
  background-color: #ffeded;
}

/* ammend area -- supplementary infomation */
.p-amend {
  margin: 0 0 20px;
  padding:0 0 10px;
  line-height:1.5;
  border-bottom: 1px solid #ccc;
}
.p-amend__ttl {
  font-weight: bold;
}
.p-amend__text {
  font-size:1.2rem;
}

/* @mobile list table */
.schedule_list_moblie {
  display: block;
}

.schedule_list_moblie .oura {
  display: none;
}

.schedule_list_moblie th, .schedule_list_moblie td {
  display: block;
  border-top: none;
}

.schedule_list_moblie thead {
  display: none;
}

.schedule_list_moblie tbody {
  display: block;
}

.schedule_list_moblie tbody th {
  border-top: 1px solid #ccc;
}

.schedule_list_moblie tbody td {
  text-align: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule_list_moblie tbody td::before {
  content: attr(data-label);
  display: block;
}

.schedule_list_moblie tr {
  display: block;
  margin: 0 0 10px;
}

@media (max-width: 991px) {
  div.head h1 {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  footer small {
    max-width: 100%;
  }
}

.schedule_list .oura {
  display: none;
}

.shop_comment {
  display: none;
}
