@charset "UTF-8";

#wrap {
  width: 100%;
  max-width: 700px;
  font-family: "Noto Sans JP";
  padding: 64px 32px;
  margin: auto;
}

.uketori {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.44px;
}

h1 {
  font-size: 26px;
  color: #600300;
  font-weight: 700;
  letter-spacing: 4.8px;
  text-align: center;
  margin-bottom: 40px;
}

section {
  margin-top: 48px;
}

#time p {
  margin-top: 8px;
}

#time p:first-child {
  margin-top: 0px;
}

#time p.caution {
  margin-top: 0;
}

h2 {
  font-size: 18px;
  color: #600300;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  border-bottom: #600300 1px solid;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

span.red {
  color: #E8352F;
}

#place img {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 36px;
  max-height: 440px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

div.counter {
  border-top: 1px solid #CCC;
  margin-top: 24px;
  padding-top: 24px;
}

h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 2.1px;
  margin-bottom: 16px;
}

h4 {
  display: inline-block;
  width: 52px;
  text-align: center;
  padding: 4px 0px;
  border-radius: 0 10px 10px 0;
  background: #E0E0E0;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.5px;
}

h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  margin-bottom: 16px;
  margin-top: 24px;
}

.brown {
  color: #600300;
}

.category {
  margin-top: 16px;
}

.caution_area {
  margin-bottom: 16px;
  margin-top: 10px;
}

p.caution {
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1px;
  text-indent: -1em;
  padding-left: 1em;
}

.uketori a {
  color: #019FCF;
  text-decoration-line: underline;
}

.uketori a.blank::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 3px;
}

.uketori li {
  text-indent: -1em;
  padding-left: 1em;
}