.unkernav {
  display: none;
}
@media screen and (max-width: 1037px) {
  .unkernav {
    position: sticky;
    top: 50px;
    z-index: 999;
    display: flex;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
.unkernav .item {
  width: 100%;
  border-right: 1px solid #ccc;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.unkernav .item:nth-last-child(1) {
  border-right: none;
}
.unkernav .item a {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 0.8em;
}

.shopinfo-about {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 781px) {
  .shopinfo-about {
    display: block;
  }
}
.shopinfo-img {
  width: 55%;
  margin-right: 1em;
}
@media (max-width: 781px) {
  .shopinfo-img {
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
  }
}
.shopinfo-img img {
  width: 100%;
  max-width: none;
}
.shopinfo-txt .shopname {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.shopinfo-txt .shopicon {
  margin-bottom: 8px;
}
.shopinfo-txt .shopicon p {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 4px;
  line-height: 1.5;
}
.shopinfo-txt .shopicon p::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  left: 0;
  top: 8%;
}
.shopinfo-txt .shopicon a {
  text-decoration: none;
  color: #000;
}
.shopinfo-txt .shopicon--place p::before {
  background: url(../img/icon_place.svg) no-repeat;
  background-size: contain;
  top: 4%;
}
.shopinfo-txt .shopicon--tel p::before {
  background: url(../img/icon_tel.svg) no-repeat;
  background-size: contain;
}
.shopinfo-txt .shopicon--opening p::before {
  background: url(../img/icon_opening.svg) no-repeat;
  background-size: contain;
}
.shopinfo-detail {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.shopinfo-detail .item {
  display: flex;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 834px) {
  .shopinfo-detail .item {
    padding: 1em 0;
  }
}
.shopinfo-detail .item p {
  line-height: 1.5;
  margin-bottom: 0;
}
.shopinfo-detail .item .ttl {
  width: 16%;
}
@media screen and (max-width: 834px) {
  .shopinfo-detail .item .ttl {
    width: 25%;
  }
}
.shopinfo-detail .item .about {
  width: 84%;
}
@media screen and (max-width: 834px) {
  .shopinfo-detail .item .about {
    width: 75%;
  }
}
.shopinfo-detail .item .googlemap {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 8px 0;
  margin-bottom: 12px;
  border-radius: 40px;
  border: 1px solid #008E90;
  text-decoration: none;
  text-align: center;
  color: #000;
}
.shopinfo-detail .item .googlemap::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_black.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  right: 4%;
  top: 34%;
  transition: all 0.3s;
}
.shopinfo-detail .item .googlemap:hover::after {
  right: 2%;
}
.shopinfo-detail .item .congestion {
  font-size: 0.8em;
}

#tenpoinfo #digitalchirashi h2 {
  margin-top: 0;
}

#tenpoinfo #shufootimeline h2 {
  margin-top: 2em;
}

.floor {
  margin-bottom: 4em;
}
.floor-about {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.floor-about p {
  margin-bottom: 0;
}
.floor-about .area {
  width: 7%;
}
@media screen and (max-width: 834px) {
  .floor-about .area {
    width: 10%;
    font-size: 0.9em;
  }
}
.floor-about .area-wide {
  width: 27%;
}
.floor-about .detail {
  border-left: 1px solid #484848;
  padding-left: 0.5em;
  width: 92%;
}
@media screen and (max-width: 834px) {
  .floor-about .detail {
    width: 90%;
  }
}
.floor-about .detail .floorttl {
  color: #008E90;
  font-size: 1.1em;
  font-weight: 600;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}
.service-item {
  width: 12%;
  margin: 0 8px;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .service-item {
    width: 15%;
  }
}
.service-item img {
  width: 80%;
  margin: 0 auto;
}
.service-item p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 0.6em;
  line-height: 1.2;
}

.payment-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .payment-item {
    display: block;
  }
}
.payment-item .ttl {
  width: 18%;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 834px) {
  .payment-item .ttl {
    width: 100%;
    margin-bottom: 4px;
  }
}
.payment-item .listitem {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.payment-item .listitem p {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 834px) {
  .payment-item .listitem {
    width: 100%;
  }
}
.payment-item .listitem .item {
  width: 14%;
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 834px) {
  .payment-item .listitem .item {
    width: 15%;
  }
}
.payment-item .listitem .item p {
  margin-top: 4px;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.8em;
}

.shopbtn {
  width: 80%;
  max-width: 260px;
  margin: 0 auto;
}
.shopbtn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 0;
  background: #008E90;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.shopbtn a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  right: 6%;
  top: 34%;
  transition: all 0.3s;
}
.shopbtn a:hover::after {
  right: 4%;
}

.notice {
  font-size: 0.8em;
  margin-bottom: 0;
}

.subttl {
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
}

.sidebar ul {
  list-style: none;
}
.sidebar a {
  position: relative;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #000;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.sidebar a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow_black.svg") no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  right: 6%;
  top: 34%;
  transform: rotate(90deg);
  transition: all 0.3s;
}

#tenpoinfo .top {
  padding-top: 36px;
  padding-left: 29px;
}
@media screen and (max-width: 834px) {
  #tenpoinfo .top {
    padding-top: 32px;
    padding-left: 16px;
  }
}
#tenpoinfo .top .breadcrumb {
  margin-top: 0px;
  margin-bottom: 2em;
}
#tenpoinfo .top .entry-title {
  margin: 0;
  padding: 0;
}
#tenpoinfo .top .shop__ttl {
  margin-bottom: 20px;
}
#tenpoinfo #content-in {
  margin-top: 20px;
}
@media screen and (max-width: 1037px) {
  #tenpoinfo #content-in {
    margin-top: 0;
  }
}
#tenpoinfo main {
  padding: 0;
}
@media screen and (max-width: 834px) {
  #tenpoinfo main {
    padding: 32px 16px;
  }
}
#tenpoinfo .article h2 {
  margin-top: 4em;
  margin-bottom: 1em;
}
#tenpoinfo .article h2.shopitem-ttl {
  margin-top: 0;
}
#tenpoinfo .article h2 span::after {
  background: #008E90;
}
#tenpoinfo .article h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  border: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}