@charset 'UTF-8';
.section__heading {
  /* font-size: 32px; */
  margin-bottom: 27px;
  color: #004097;
}
.newsRead {
  margin-bottom: 32px;
}
.newsRelatedInfo {
  list-style: circle;
  padding-left: 24px;
}
/* 電話番号非表示 */
#all-footer .subMenuArea {
  border-top: 1px solid #D7D7D7;
}
#all-footer .shopButton, #all-footer .shopButton_line, #all-footer .reserveArea {
  display: none;
}
/*クルーズ*/
ul.textIndent li {
  text-indent: -2em;
  padding-left: 2em;
}
/*トップ　アコーディオン*/
.infoBox {
  margin: 0;
  padding: 0;
  max-width: 992px;
}
.infoBox label {
  display: block;
  margin: 1.5px 0;
  padding: 10px 15px;
  color: #000;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.labelIcon {
  width: 30px;
  height: 25px;
  vertical-align: center;
}
.infoBox label:hover {
  background: #DCDCDC;
}
.infoBox input {
  display: none;
}
.infoBox .text {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.clickLabel:checked + label + .text {
  height: auto;
  padding: 5px;
}
.infoBox .text p {
  margin: 15px 10px;
}
.clickLabel:checked + label .labelIcon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s;
}
/*コロナ感染予防*/
.block__newsinfo {
  padding-top: 50px;
}
.list__newsinfo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list__newsinfo li {
  width: 320px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width:750px) {
  .list__newsinfo li {
    width: 48%;
  }
  .list__newsinfo li.list__newsinfo--last {
    width: 100%;
  }
}
.list__newsinfo--img {
  height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border: 3px solid #0057B8;
  border-radius: 4px;
}
@media (max-width:750px) {
  .list__newsinfo--img {
    min-height: 40vw;
    height: auto;
    padding: 0 20px;
  }
  .list__newsinfo li.list__newsinfo--last .list__newsinfo--img {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width:750px) {
  .list__newsinfo--img img {
    width: 100%;
  }
  .list__newsinfo--img img.list__newsinfo--img-s {
    width: 60%;
  }
}
.list__newsinfo--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.6em;
  line-height: 1.3;
  font-size: 24px;
  color: #0057B8;
  font-weight: bold;
}
@media (max-width:750px) {
  .list__newsinfo--ttl {
    font-size: 16px;
  }
  .list__newsinfo li.list__newsinfo--ttl {
    width: 100%;
  }
}
.list__newsinfo--txt {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width:750px) {
  .list__newsinfo--txt {
    font-size: 12px;
  }
}
.list__newsinfo--txt span {
  font-size: 16px;
}
@media (max-width:750px) {
  .list__newsinfo--txt span {
    font-size: 12px;
  }
}
.list__newsinfo .collapseBtn {
  margin-top: 10px;
  max-width: 150px;
  min-height: 28px;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}
.list__newsinfo .collapseBtn::after {
  background-repeat: no-repeat;
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  top: 2px;
}
/***** 発地分割 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;
  }
  .city-name{
    font-size: 18px;
    border-left: 4px solid #666;
    padding-top: 4px;
    padding-left: 6px;
    margin-bottom: 10px;
  }
  .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;
  }
  .city-name{
    font-size: calc(30vw / (750 / 100));
    border-left: 4px solid #666;
    padding-top: calc(6vw / (750 / 100));
    padding-left: calc(10vw / (750 / 100));
    margin-bottom: calc(20vw / (750 / 100));
  }
  .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;
	overflow-wrap: break-word;
  }
  .open-time > li {
    padding: 0;
  }
  .grey {
    background: #edfafb;
  }
  .notesListWrap {
    margin: 20px auto
  }
}
/*200707追加*/
.week-red {
    color: red;
}
.week-blue {
    color: blue;
}
.newsRead + .heading--title {
  margin-top: 100px;
}
.notes__newsinfo {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #ccc;
  padding-top: 30px;
  margin-bottom: 140px;
}
.notes__newsinfo--img {
  width: 15%;
}
.notes__newsinfo--img img {
  width: 100%;
  height: auto;
}
.notes__newsinfo--detail {
  width: 82%;
}
.notes__newsinfo--ttl {
  font-weight: bold;
  color: #0057B8;
  font-size: 20px;
}
.notes__newsinfo--txt {
  font-size: 14px;
}
@media (max-width:750px) {
.notes__newsinfo {
  margin-bottom: 100px;
}
  .notes__newsinfo--detail {
    font-size: 12px;
  }
  .notes__newsinfo--img {
    width: 22%;
  }
  .notes__newsinfo--detail {
    width: 74%;
  }
  .notes__newsinfo--ttl {
    font-size: 15px;
  }
  .notes__newsinfo--txt {
    font-size: 12px;
  }
}