.remodal .imgbox img {
  width: 100%;
}
.remodal .caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: right;
  color: #fff;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

#direct {
  padding: 0;
}
#direct * {
  padding: 0;
  margin: 0;
}
#direct img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
#direct #section01 {
  padding-bottom: 100px;
}
#direct #section01 .readtxt {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
  line-height: 1.6;
  text-align: center;
}
#direct #section01 .readtxt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E5A4C5));
  background: linear-gradient(transparent 60%, #E5A4C5 60%);
}
#direct #section01 .readtxt2 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
#direct #section01 .readtxt3 {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
  color: #B40000;
}
#direct #section01 .itembovover p {
  color: #B40000;
}
#direct #section01 .itembovover p img {
  margin-right: 10px;
}
#direct #section01 .itemlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
  margin-top: 10px;
}
#direct #section01 .itemlist li {
  cursor: pointer;
  position: relative;
}
#direct #section01 .itemlist li:after {
  pointer-events: none;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/assets/images/direct/icon_view.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#direct #section01 .itemlist li img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.6);
}
#direct #section02 h3 {
  color: #B40000;
  font-weight: bold;
  font-size: 4em;
  margin-bottom: 60px;
  text-align: center;
}
#direct #section02 .infobox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
  margin-bottom: 60px;
}
#direct #section02 .infobox dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 20px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 30px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#direct #section02 .infobox dl dd {
  font-size: 18px;
  text-align: left;
}
#direct #section02 .mapbox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#direct #section02 .mapbox iframe {
  width: 100%;
  height: 600px;
}