.ttl-head {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("/search/images/bg_head_sp.png") 0 0 / cover no-repeat;
  font-size: 36px;
  line-height: 1.1666;
  height: 120px;
  font-Family: YakuHanJP, "Noto Sans JP", sans-serif;
}

#shopdetail {
  border: 1px solid rgba(98, 98, 98, .3);
  margin-bottom: 40px;
}

#shopdetail * {
  font-Family: YakuHanJP, "Noto Sans JP", sans-serif;
  --body: #333;
  --link: #333;
}

#shopdetail .shopdata {
  padding: 30px 0 38px;
  margin: 0 30px;
  margin-top: 0px;
}

#shopdetail .shopname {
  color: #333;
  font-size: 29px;
  font-weight: 700;
}

#shopdetail .shopadd,
#shopdetail .shopdata {
  color: #333;
  font-size: 24px;
  line-height: 1.2;
  width: auto;
  margin-top: 15px;
}

#shopdetail .shopname {
  color: #333;
  font-size: 29px;
  font-weight: 700;
}

#shopdetail ul,
#shopdetail ol {
  list-style: none;
}

#shopdetail .shopoptlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#shopdetail .shopoptlist li {
  width: 20%;
  text-align: center;
  border: 1px solid #7A7AFF;
  color: #7A7AFF;
}

#shopdetail .shopdata img {
  border: 1px solid rgba(98, 98, 98, .3);
  margin: 1em auto 0;
  border-bottom-width: 0;
  width: 100%;
}

#shopdetail .shopdata th,
#shopdetail .shopdata td {
  border: 1px solid rgba(98, 98, 98, .3);
  padding: 0.5em;
}

#shopdetail .shopdata th {
  width: 7.1em;
}

#shopdetail .shopdata table {
  width: 100%;
  border-collapse: collapse;
}

@media print,
screen and (min-width: 769px) {

  #shopdetail .shopoptlist {
    margin: calc(16 * 100vw / 1366) 0 0;
  }

  #shopdetail .shopoptlist li {
    width: 18%;
    font-size: calc(12 * 100vw / 1366);
    padding: calc(8 * 100vw / 1366) 0;
    border-radius: calc(12 * 100vw / 1366);
    margin: 0 calc(10 * 100vw / 1366) calc(10 * 100vw / 1366) 0;
  }
}
