@charset "UTF-8";
/* ======================================================================
 * 成城を歩く
====================================================================== */
.c-page-title {
  text-align: center;
}
.c-page-title .c-section-title {
  position: relative;
  font-size: 3.5rem;
  font-weight: 300;
}
.c-page-title .c-section-title::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  right: calc(50% - 15.8rem);
  display: block;
  width: 5.2rem;
  aspect-ratio: 1/2.11;
  background: transparent url("../../../img/guide/walking-mark.svg") no-repeat 50% 50%/contain;
}
.c-page-title .c-section-title .ff-en {
  font-size: 2.3rem;
  font-family: din-2014, sans-serif;
  color: #89ac06;
}
.c-page-title .c-section-title + p {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.95;
  font-weight: 400;
}
.c-page-title .c-button {
  margin-bottom: 1.6rem;
  font-weight: 500;
}

.c-button-blank::after {
  background-image: url("../../../img/common/button-icon-blank.svg");
}

.c-button-pdf::after {
  transform: none;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-left: 0;
  background-image: url("../../../img/common/button-icon-pdf.svg");
}

.walking-contents {
  width: 100%;
  margin-bottom: 4rem;
  padding: 1.8rem 2.2rem 4rem;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  background: #f9f9f9;
}
.walking-contents:nth-child(5) {
  margin-bottom: 0;
}
.walking-contents:nth-child(5) + p {
  margin-top: 1.9rem;
  font-size: 1.2rem;
  line-height: 2;
}
.walking-contents .article-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #5a5a5a;
  font-size: 1.5rem;
  font-weight: 400;
}
.walking-contents .article-title span {
  color: #89ac06;
}
.walking-contents .walking-list {
  padding: 0;
  list-style: none;
}
.walking-contents .walking-list li {
  padding-bottom: 2.5rem;
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 400;
  background-color: #f9fbf2;
}
.walking-contents .walking-list li:last-child {
  padding-bottom: 0;
}
.walking-contents .walking-list li + li {
  padding-top: 3rem;
  border-top: 1px solid #5a5a5a;
}
.walking-contents .walking-list li .image img {
  width: 100%;
}
.walking-contents .walking-list li .image + p {
  margin-block: 2rem 1rem;
  line-height: 1;
}
.walking-contents .walking-list li .image + p.name {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  line-height: 1;
}
.walking-contents .walking-list li .image + p.name + p {
  font-size: 1.4rem;
  font-weight: 500;
}
.walking-contents .walking-list li .image + p + p {
  margin-block: 0;
}
.walking-contents .walking-list li .c-button {
  margin-top: 2.5rem;
}
.walking-contents .walking-list li a:not(.c-button) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.walking-contents .walking-list li a:not(.c-button)::before {
  content: "・";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  color: #89ac06;
}
.walking-contents .walking-list li a:not(.c-button)::after {
  position: absolute;
  right: -1.5em;
  background-image: url("../../../img/common/button-icon-pdf.svg");
}
.walking-contents .walking-list li a {
  display: flex;
  align-items: center;
}
.walking-contents .walking-list li a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  min-width: 1.5rem;
  aspect-ratio: 1/1.17;
  margin-left: 0.5rem;
  background: url("../../../img/common/button-icon-pdf.svg") 50% 50%/contain no-repeat;
}