body.is-using-mouse #talkappi-chat-icon {
  display: none !important;
}

.detailArea div.bg {
  background: #efefef;
}
.detailArea div.bg > section {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section {
    margin: 0 20px;
  }
}
.detailArea div.bg > section p.icon {
  display: inline-block;
  letter-spacing: 3px;
  color: #fff;
  background: #2e3f60;
  line-height: 100%;
  padding: 6px 10px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.detailArea div.bg > section > div.photo {
  position: relative;
}
.detailArea div.bg > section > div.photo p span {
  display: block;
  position: relative;
}
.detailArea div.bg > section > div.photo p span.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #e4e4e4;
  width: 100%;
  height: 0;
  padding-top: 67%;
}
.detailArea div.bg > section > div.photo p span.caption {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-size: 1.4em;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.photo p span.caption {
    font-size: 12px;
    font-size: 1.2em;
  }
}
.detailArea div.bg > section > div.photo ul.slick-dots li:first-child:last-child {
  display: none;
}
.detailArea div.bg > section > div.text {
  padding: 20px 0 0;
}
.detailArea div.bg > section > div.text > table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.text > table {
    font-size: 15px;
    font-size: 1.5em;
  }
}
.detailArea div.bg > section > div.text > table tr th,
.detailArea div.bg > section > div.text > table tr td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.text > table tr th,
  .detailArea div.bg > section > div.text > table tr td {
    display: block;
  }
}
.detailArea div.bg > section > div.text > table tr th {
  width: 180px;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.text > table tr th {
    width: 100%;
    padding: 15px 0 2px;
    border-bottom: 0;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.text > table tr td {
    padding: 0 0 15px;
  }
}
.detailArea div.bg > section > div.text > table tr td a {
  text-decoration: underline;
}
.detailArea div.bg > section > div.text > table tr td.price {
  line-height: 1.4;
}
.detailArea div.bg > section > div.text > table tr td.price strong {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4em;
}
.detailArea div.bg > section > div.text > ul {
  text-align: center;
}
.detailArea div.bg > section > div.text > ul li {
  display: inline;
  padding: 0 10px;
}
.detailArea div.bg > section > div.text > ul li a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.5em;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.text > ul li a {
    display: block;
    padding: 15px;
  }
}
.detailArea div.bg > section > div.text > ul li a:hover {
  background-color: #5d6a80;
  border: 1px solid #5d6a80;
  opacity: 1;
  color: #fff;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section > div.text > ul li {
    display: block;
    padding: 0;
  }
  .detailArea div.bg > section > div.text > ul li:not(:first-child) a {
    border-top: 0;
  }
}
.detailArea div.bg > section .lastComment {
  text-align: center;
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .detailArea div.bg > section .lastComment {
    font-size: 15px;
    font-size: 1.5em;
  }
}

.bg_w {
  background: #fff;
}
.bg_w .restaurantArea {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px 0 100px;
}
@media all and (max-width: 896px) {
  .bg_w .restaurantArea {
    margin: 0 20px;
  }
}
@media all and (max-width: 896px) {
  .bg_w .restaurantArea > h3 {
    padding-bottom: 15px;
  }
}
.bg_w .restaurantArea > section {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media all and (max-width: 896px) {
  .bg_w .restaurantArea > section {
    display: block;
    margin-bottom: 30px;
  }
}
.bg_w .restaurantArea > section > p {
  width: calc(30% - 40px);
}
@media all and (max-width: 1025px) {
  .bg_w .restaurantArea > section > p {
    width: calc(30% - 30px);
  }
}
@media all and (max-width: 896px) {
  .bg_w .restaurantArea > section > p {
    width: calc(30% - 20px);
  }
}
@media all and (max-width: 480px) {
  .bg_w .restaurantArea > section > p {
    width: 200px;
    margin: 0 auto 20px;
  }
}
.bg_w .restaurantArea > section > p > span {
  display: block;
  height: 0;
  padding-top: 48%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;
}
.bg_w .restaurantArea > section > div {
  width: 70%;
}
@media all and (max-width: 896px) {
  .bg_w .restaurantArea > section > div {
    width: 100%;
  }
}
.bg_w .restaurantArea > section > div > h4 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2em;
}
.bg_w .restaurantArea > section > div > h4 + p {
  font-size: 16px;
  font-size: 1.6em;
}
.bg_w .restaurantArea > section > div > p.tel {
  margin: 10px 0 20px;
  font-size: 16px;
  font-size: 1.6em;
}
.bg_w .restaurantArea > section > div > p.tel a {
  line-height: 100%;
  letter-spacing: 1px;
}
.bg_w .restaurantArea > section > div > section > h5 {
  background-color: #f5f5f5;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6em;
}
.bg_w .restaurantArea > section > div > section > div.time {
  display: table;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5em;
}
.bg_w .restaurantArea > section > div > section > div.time > dl {
  display: table-row-group;
}
.bg_w .restaurantArea > section > div > section > div.time > dl dt,
.bg_w .restaurantArea > section > div > section > div.time > dl dd {
  display: table-cell;
}
.bg_w .restaurantArea > section > div > section > div.time > dl dt {
  padding-right: 20px;
}
.bg_w .restaurantArea > section > div > section > p.notes {
  font-size: 15px;
  font-size: 1.5em;
}
.bg_w .restaurantArea > p {
  text-align: center;
  margin-top: 50px;
}
.bg_w .restaurantArea > p a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
  font-size: 15px;
  font-size: 1.5em;
}
@media all and (max-width: 896px) {
  .bg_w .restaurantArea > p a {
    display: block;
  }
}
.bg_w .restaurantArea > p a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.bg_w .restaurantArea > p a:hover {
  background-color: #5d6a80;
  border: 1px solid #5d6a80;
  opacity: 1;
  color: #fff;
}

.fancybox__content {
  padding: 0 !important;
}

footer {
  margin-top: 0;
}/*# sourceMappingURL=hotel_common_restaurant_detail.css.map */