@charset "UTF-8";
.dr\:container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dr\:hero {
  position: relative;
  height: 30rem;
  margin-bottom: 5rem;
  background: url("images/59/hero.jpg") no-repeat center calc(100% - 3rem)/cover;
}
.dr\:hero-title-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1rem);
  padding: 1rem;
  background-color: black;
  color: white;
}
.dr\:hero-project-name {
  width: 12rem;
  margin-bottom: 1rem;
}
.dr\:hero-vol {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.dr\:hero-box {
  border-top: 1px solid white;
  font-size: 1rem;
  font-weight: normal;
}
.dr\:hero-box > span {
  display: block;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid white;
}
.dr\:contents {
  margin-bottom: 5rem;
}
.dr\:contents-body > section + section {
  margin-top: 5rem;
}
.dr\:contents-header {
  margin-bottom: 4rem;
}
.dr\:contents-header-title {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.dr\:contents-header-location {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
  font-size: 1.25rem;
  text-align: left;
}
.dr\:contents-reading > * + * {
  margin-top: 2rem;
}
.dr\:contents-reading-text {
  text-align: justify;
  line-height: 2;
}
.dr\:contents-reading-title {
  margin-bottom: 1rem;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.dr\:contents-reading-photo > figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.dr\:contents-spot {
  position: relative;
  background-color: #E6E6E6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.dr\:contents-spot-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dr\:contents-spot-item + .dr\:contents-spot-item {
  margin-top: 4rem;
}
.dr\:relational-list {
  margin-bottom: 3rem;
}
.dr\:relational-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4rem;
  padding: 0.5rem 0;
  text-decoration: none;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.dr\:relational-list-item + .dr\:relational-list-item {
  margin-top: -1px;
}
.dr\:relational-list-tmb {
  overflow: hidden;
  width: 5rem;
  height: 4rem;
  margin-right: 1rem;
}
.dr\:relational-list-tmb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dr\:relational-list-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dr\:media {
  border-top: 1px solid;
  padding-top: 2rem;
}
.dr\:media-info {
  margin-bottom: 2rem;
}
.dr\:media-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.dr\:media-text {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.5;
}
.dr\:media-button {
  display: block;
  margin-top: auto;
}
.dr\:media-image > img {
  width: 100%;
}
@media (min-width: 768px) {
  body {
    min-width: 84rem;
  }
  .dr\:container {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
  .dr\:hero {
    height: 40rem;
    background-image: url("images/59/hero.lg.jpg");
  }
  .dr\:hero-title-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40rem;
    height: 6rem;
    padding: 1rem 2rem;
  }
  .dr\:hero-project-name {
    width: 17rem;
    margin: 0 2rem 0 0;
  }
  .dr\:hero-vol {
    margin: 0 2rem 0 0;
  }
  .dr\:hero-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 -2rem 0 0;
  }
  .dr\:contents {
    margin-bottom: 8rem;
  }
  .dr\:contents-body > section + section {
    margin-top: 8rem;
  }
  .dr\:contents-header-title {
    font-size: 2rem;
  }
  .dr\:contents-header-location {
    font-size: 1.5rem;
  }
  .dr\:contents-reading > * + * {
    margin-top: 3rem;
  }
  .dr\:contents-reading-title {
    font-size: 1.5rem;
  }
  .dr\:contents-spot {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dr\:contents-spot-title {
    font-size: 2rem;
  }
  .dr\:relational-list {
    margin-bottom: 5rem;
  }
  .dr\:media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dr\:media-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2rem 0 0;
  }
  .dr\:media-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/* -- 追加 -- */
.dr\:contents-reading-photo img {
  width: 100%;
}
.dr\:caption {
  max-width: 600px;
  margin: 0 auto 100px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .dr\:caption {
    margin: 30px 20px -30px 20px !important;
    padding: 8px;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  a.tel-lk {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 30px;
    margin: 10px 0;
  }
}
.footer-nav {
  padding: 60px 0 0 0;
  background: #f7f7f7;
}
@media all and (min-width: 1025px) {
  .footer-nav {
    padding: 60px 0;
    background: #f7f7f7;
  }
}
.footer-nav .footer__headline {
  text-align: center;
  padding: 0 0 60px 0;
}
.footer-nav .footer__headline span {
  font-family: span, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.9rem;
  line-height: 1;
  display: inline-block;
  padding: 0 0 20px 0;
}
.footer-nav .footer__headline p {
  font-size: 1.0rem;
  letter-spacing: 2px;
  font-weight: 400;
}
.footer-nav .footer__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: span, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin: 0 1px;
}
@media all and (min-width: 1025px) {
  .footer-nav .footer__nav {
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
.footer-nav .footer__nav .footer__nav__item {
  width: 50%;
}
@media all and (min-width: 1025px) {
  .footer-nav .footer__nav .footer__nav__item {
    width: 33.3333%;
  }
}
.footer-nav .footer__nav .footer__nav__item a {
  display: block;
  padding: 20px;
  color: #fff;
  background: #000;
  margin: 1px;
  text-decoration: none;
  font-size: 0.82rem;
  line-height: 1.7;
}
.footer-nav .footer__nav .footer__nav__item a:hover {
  opacity: 0.6;
}
.footer-nav a.arrow-nav {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-nav a.arrow-nav:before, a.arrow-nav:after {
  content: "";
  display: block;
  position: absolute;
}
.footer-nav a.arrow-nav:before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  right: 5%;
  top: 50%;
  margin-top: -2px;
}
.footer-nav a.arrow-nav:after {
  width: 8px;
  border-bottom: 1px solid #fff;
  right: 7%;
  top: 50%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}