@charset 'UTF-8';
.banner {
  margin-bottom: 30px;
  text-align: center;
}
* + .banner {
  margin-top: 30px;
}
.section__heading {
  /* font-size: 32px; */
  margin-bottom: 27px;
  color: #004097;
}
.newsRead {
  margin-bottom: 32px;
}
.newsRelatedInfo {
  list-style: circle;
  padding-left: 24px;
}
.heading--title {
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.heading--title span {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
* + .heading--title {
  margin-top: 80px;
}
.heading--title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width:751px) {
  .is-dsp-sp {
    display: none;
  }
}
@media (max-width:750px) {
  .heading--title {
    font-size: calc(42vw / (750 / 100));
  }
  .heading--title span {
    padding: calc(10vw / (750 / 100)) calc(20vw / (750 / 100));
  }
  * + .heading--title {
    margin-top: 50px;
  }
  .is-dsp-pc {
    display: none;
  }
}
/*==========================*/
/*WEB対策*/
.notes__newsinfo {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #ccc;
  padding-top: 30px;
}
.notes__newsinfo--img {
  width: 12%;
}
.notes__newsinfo--detail {
  width: 86%;
}
.notes__newsinfo--ttl {
  font-weight: bold;
  color: #0057B8;
}
@media (max-width:750px) {
  .notes__newsinfo--detail {
    font-size: 12px;
  }
  .notes__newsinfo--img {
    width: 22%;
  }
  .notes__newsinfo--detail {
    width: 74%;
  }
}
/*==========================*/
/*コロナ感染予防*/
.block__newsinfo {
  padding-top: 50px;
}
.block__newsinfo + .block__newsinfo {
  margin-top: 50px;
}
/*==========================*/
/***** 発地分割 0701追加 *****/
@media (min-width:751px) {
  .nav-area {
    width: 100%;
    padding: 10px 0;
    background: #EDFAFB
  }
  .nav-title {
    font-weight: bold;
    margin-bottom: 10px
  }
  .shop-nav {
    display: flex;
    align-items: center;
  }
  .shop-nav li {
    width: calc(100% / 8);
    margin-right: 1%;
    background: #FFF;
    border: 1px solid #0057B8;
    border-radius: 4px;
    font-size: 14px;
    color: #111;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    box-sizing: border-box
  }
  .shop-nav li:last-child {
    margin-right: 0
  }
  .shop-nav li.current, .shop-nav li:hover {
    background: #0057B8;
    color: #FFF;
  }
  .inq-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
  .inq-nav li {
    width: calc(98% / 5);
    border-right: 1px solid;
    padding: 0 20px;
  }
  .inq-nav li:first-child {
    border-left: 1px solid;
  }
  .inq-nav li a {
    display: block;
    font-size: 16px;
    color: #111;
    text-align: center;
    text-decoration: none;
  }
  .inq-nav li a:hover {
    text-decoration: underline
  }
  .inq-nav li a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg);
    margin-left: 1.0em;
    margin-top: -6px;
    vertical-align: middle
  }
  .shop-area {
    display: none;
  }
  .shop-title {
    background: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
  }
  .shop-list {
    margin: 20px auto 40px;
  }
  .list-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #ccc;
  }
  .list-row li {
    padding: 5px 10px;
    color: #333;
  }
  .row1 {
    display: table-cell;
    height: 5.0rem;
    width: 40%;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    font-size: 16px;
  }
  .row2 {
    display: table-cell;
    height: 5.0rem;
    width: 30%;
    border-right: 1px solid #ccc;
    vertical-align: middle
  }
  .row3 {
    display: table-cell;
    height: 5.0rem;
    width: 30%;
    vertical-align: middle
  }
  .open-time > li {
    padding: 0;
  }
  .grey {
    background: #edfafb;
    font-size: 14px
  }
}
@media (max-width:750px) {
  .nav-area {
    background: #EDFAFB;
    padding: 1.0em;
  }
  .nav-title {
    font-weight: bold;
    margin-bottom: 5px
  }
  .shop-nav__title {
    font-weight: bold;
  }
  .shop-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.0em;
  }
  .shop-nav li {
    width: calc(98% / 3);
    background: #FFF;
    border: 1px solid #0057B8;
    border-radius: 4px;
    color: #111;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 5px;
  }
  .shop-nav li:nth-child(3n) {
    margin-right: 0
  }
  .shop-nav li.current, .shop-nav li:hover {
    background: #0057B8;
    color: #FFF;
  }
  .inq-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .inq-nav li {
    width: calc(99% / 2);
    padding: 0.5em;
    margin-bottom: 1%;
    background: #FFF;
  }
  .inq-nav li a {
    display: block;
    color: #111;
    text-align: center;
    text-decoration: none;
  }
  .inq-nav li a:hover {
    text-decoration: underline
  }
  .inq-nav li a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg);
    margin-left: 1.0em;
    margin-top: -6px;
    vertical-align: middle
  }
  .shop-area {
    display: none;
  }
  .shop-title {
    background: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
  }
  .shop-list {
    margin: 0 auto 40px;
  }
  .list-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #ccc;
  }
  .list-row li {
    padding: 0.3em;
    color: #333;
    font-size: 3.4vw
  }
  .row1 {
    display: table-cell;
    height: 5.0rem;
    width: 40%;
    border-right: 1px solid #ccc;
    vertical-align: middle;
  }
  .row2 {
    display: table-cell;
    height: 5.0rem;
    width: 40%;
    border-right: 1px solid #ccc;
    vertical-align: middle
  }
  .row3 {
    display: table-cell;
    height: 5.0rem;
    width: 20%;
    vertical-align: middle
  }
  .open-time > li {
    padding: 0;
  }
  .grey {
    background: #edfafb;
  }
  .notesListWrap {
    margin: 20px auto
  }
}
/* parts.cssリセット*/
@media only screen and (min-width: 741px) {
  .section__container, .breadcrumb {
    max-width: 1024px;
    width: 96%;
  }
}