@charset "UTF-8";
@import "../../css/normalize.css/normalize.css";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body h1 {
  margin: 0;
}
body a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #111111;
}
body em {
  font-style: normal;
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body input [type=submit],
body button {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.c-article {
  max-width: 1226px;
  margin: 0 auto 140px;
  padding-top: 347px;
}
.c-article[data-page=news] {
  margin: 0 auto 120px;
}
@media screen and (min-width: 1337px) {
  .c-article {
    max-width: calc(1226 / 1336 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  .c-article {
    padding-top: 230px;
  }
}
@media screen and (max-width: 960px) {
  .c-article {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .c-article {
    padding-top: 88px;
  }
}

.c-article__heading {
  padding: 35px 0 0;
  background: linear-gradient(180deg, #EFEFEF 0%, rgba(239, 239, 239, 0) 100%);
}
@media screen and (max-width: 767px) {
  .c-article__heading {
    padding-top: 25px;
  }
}

.c-article__heading-inner {
  margin: 29px auto 0;
}

.c-article__heading-inner-img {
  margin: 0 auto;
}

.c-article__heading-inner-from {
  margin-top: 6px;
  text-align: right;
  font-size: 1rem;
}
.c-article__heading-inner-from[data-type=person] {
  text-align: center;
}

.c-article__heading-inner-img[data-page=person] {
  max-width: 320px;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-img[data-page=person] {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .c-article__heading-inner-img[data-page=person] {
    max-width: 240px;
  }
}
.c-article__heading-inner-img[data-page=person] img {
  border-radius: 50%;
}

.c-article__heading-inner-img[data-page=historic] {
  width: 100%;
}

.c-article__heading-inner-img[data-page=news] {
  width: 100%;
  padding-top: 62.75%;
  background-size: cover;
  background-position: center;
}

.c-article__heading-inner-thumbnail img {
  width: 100%;
  height: auto;
}

.c-article__heading-inner-text {
  margin: 42px auto 0;
}
.c-article__heading-inner-text[data-page=historic] {
  margin: 47px auto 0;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-text[data-page=historic] {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-article__heading-inner-text[data-page=historic] {
    margin: 25px auto 0;
  }
}
.c-article__heading-inner-text[data-page=news] {
  margin: 56px auto 0;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-text[data-page=news] {
    margin: 40px auto 0;
  }
}
.c-article__heading-inner-text[data-page=news] h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-article__heading-inner-text[data-page=news] h1 {
    font-size: 2rem;
    text-align: left;
  }
}
.c-article__heading-inner-text[data-page=news] p {
  margin: 13px 0 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-text[data-page=news] p {
    font-size: 1.4rem;
  }
}
.c-article__heading-inner-text h1 {
  display: flex;
  justify-content: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-text h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__heading-inner-text h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 350px) {
  .c-article__heading-inner-text h1 {
    font-size: 2.2rem;
  }
}
.c-article__heading-inner-text p {
  margin: 29px 0 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-text p {
    font-size: 1.5rem;
    margin: 20px 0 0;
  }
}
.c-article__heading-inner-text-tag::after {
  content: "-";
  display: inline-block;
  margin: 0 5px 0 3px;
}

.c-article__heading-inner-lead {
  margin: 60px 0 0;
}

.c-article__heading-inner-lead-text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-lead-text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__heading-inner-lead-text p {
    font-size: 1.3rem;
  }
}
.c-article__heading-inner-lead-text p + p {
  margin: 22px 0 0;
}
@media screen and (max-width: 960px) {
  .c-article__heading-inner-lead-text p + p {
    margin: 15px 0 0;
  }
}

.c-article__heading-inner-lead-img {
  margin: 60px 0 0;
}

.c-article__section {
  margin: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-article__section {
    margin: 40px 0 60px;
  }
}
.c-article__section[data-page=news] {
  margin: 67px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-article__section[data-page=news] {
    margin: 50px 0 70px;
  }
}

.c-article__section-heading h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .c-article__section-heading h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__section-heading h2 {
    font-size: 2rem;
  }
}

.c-article__section-text p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .c-article__section-text p {
    font-size: 1.5rem;
  }
}
.c-article__section-text p > a {
  text-decoration: underline;
}
.c-article__section-text p > a:hover {
  text-decoration: none;
}
.c-article__section-text p + p {
  margin: 23px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-text p + p {
    margin: 15px 0 0;
  }
}

.c-article__section-img[data-type=human] {
  max-width: 210px;
}
.c-article__section-img[data-type=person] {
  max-width: 360px;
}
.c-article__section-img img {
  width: 100%;
}

.c-article__section-img-caption {
  font-size: 1.2rem;
  margin-top: 8px;
}
.c-article__section-img-caption[data-page=person] {
  margin-top: 16px;
}

.c-article__section-img2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-article__section-img2col-unit {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-article__section-img2col-unit {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-article__section-img2col-img img {
  width: 100%;
  height: auto;
}

.c-article__section-img2col-caption {
  margin-top: 6px;
  font-size: 1.2rem;
}

.c-article__section-img3col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-article__section-img3col-unit {
  width: calc(33% - 10px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-article__section-img3col-unit {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-article__section-img3col-img img {
  width: 100%;
  height: auto;
}

.c-article__section-img3col-caption {
  margin-top: 6px;
  font-size: 1.2rem;
}

.c-article__section-news p {
  margin: 30px 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-article__section-news img {
  margin: 30px 0;
}
.c-article__section-news h2 {
  margin: 30px 0 15px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
.c-article__section-news a {
  text-decoration: underline;
}
.c-article__section-news a:hover {
  text-decoration: none;
}

.c-article__section-heading + .c-article__section-text {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-heading + .c-article__section-text {
    margin: 20px 0 0;
  }
}

.c-article__section-heading + .c-article__section-img {
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-heading + .c-article__section-img {
    margin: 40px 0 0;
  }
}

.c-article__section-heading + .c-article__section-img {
  margin: 39px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-heading + .c-article__section-img {
    margin: 30px 0 0;
  }
}

.c-article__section-text + .c-article__section-text {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-text + .c-article__section-text {
    margin: 15px 0 0;
  }
}

.c-article__section-text + .c-article__section-img {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-text + .c-article__section-img {
    margin: 25px 0 0;
  }
}

.c-article__section-img + .c-article__section-img {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-img + .c-article__section-img {
    margin: 25px 0 0;
  }
}

.c-article__section-img + .c-article__section-heading {
  margin: 65px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-img + .c-article__section-heading {
    margin: 50px 0 0;
  }
}

.c-article__section-img + .c-article__section-text {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .c-article__section-img + .c-article__section-text {
    margin: 25px 0 0;
  }
}

.c-article__back {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-article__back {
    padding: 0 30px;
  }
}
.c-article__back a {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
.c-article__back a:hover {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .c-article__back a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-article__back a {
    font-size: 1.4rem;
  }
}
.c-article__back a::before {
  content: "← ";
}

.c-banner {
  padding: 30px;
  background-color: #EFEFEF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-banner {
    padding: 20px;
  }
}

.c-banner__list {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 960px) {
  .c-banner__list {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__list {
    grid-gap: 6px;
    padding: 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-banner__list {
    display: flex;
    justify-content: space-between;
  }
  .c-banner__list li {
    width: calc((100% / 3) - 6.66px);
  }
}
@media screen and (max-width: 767px) {
  .c-banner__list > li {
    min-width: 101px;
  }
}
@media screen and (max-width: 350px) {
  .c-banner__list > li {
    min-width: 80px;
  }
}
.c-banner__list .c-banner__list-item {
  display: block;
  overflow: hidden;
}
.c-banner__list .c-banner__list-item img {
  transition: 0.4s;
}
.c-banner__list .c-banner__list-item:hover img {
  opacity: 0.8;
}

.c-footer {
  padding: 86px 0 126px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 50px 0 108px;
  }
}

.c-footer__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 960px) {
  .c-footer__wrapper {
    display: block;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-footer__wrapper {
    padding: 0 20px;
  }
}

.c-footer__inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-footer__inner-info {
    flex: 1;
  }
}

.c-footer__inner-logo {
  margin-right: 55px;
}
@media screen and (max-width: 1280px) {
  .c-footer__inner-logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c-footer__inner-logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__inner-logo {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__inner-logo {
    margin-right: 43px;
  }
}
@media screen and (max-width: 350px) {
  .c-footer__inner-logo {
    margin-right: 30px;
  }
}
.c-footer__inner-logo a {
  display: block;
}
.c-footer__inner-logo img {
  width: auto;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .c-footer__inner-logo img {
    width: auto;
    height: 192px;
  }
}

.c-footer__inner-info-item dt {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-footer__inner-info-item dt {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.c-footer__inner-info-item dd {
  margin-top: 17px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-footer__inner-info-item dd {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.c-footer__inner-info-item dd a {
  text-decoration: underline;
}
.c-footer__inner-info-item dd a:hover {
  text-decoration: none;
}
.c-footer__inner-info-item + .c-footer__inner-info-item {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .c-footer__inner-info-item + .c-footer__inner-info-item {
    margin-top: 30px;
  }
}

.c-footer__inner-info-item-list li {
  position: relative;
}
.c-footer__inner-info-item-list li::before {
  content: "・";
  display: inline-block;
  margin: 0 0 0 3px;
}

.c-footer__inner-info-item-link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer__inner-info-item-link {
    display: block;
  }
}
.c-footer__inner-info-item-link li {
  margin-right: 1px;
}
.c-footer__inner-info-item-link li + li::before {
  content: "・";
  display: inline-block;
  margin-right: 1px;
}
@media screen and (max-width: 767px) {
  .c-footer__inner-info-item-link li + li::before {
    display: none;
  }
}

.c-footer__image {
  position: relative;
  right: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .c-footer__image {
    right: 0px;
    margin: auto 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__image {
    margin-top: 70px;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__image {
    margin-top: 35px;
  }
}
.c-footer__image img {
  max-width: 515px;
}
@media screen and (max-width: 1280px) {
  .c-footer__image img {
    max-width: 500px;
  }
}
@media screen and (max-width: 1070px) {
  .c-footer__image img {
    max-width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .c-footer__image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__image img {
    max-width: 100%;
  }
}

.c-footer__copyright {
  position: absolute;
  bottom: -30px;
  right: 40px;
}
@media screen and (max-width: 1280px) {
  .c-footer__copyright {
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    bottom: -30px;
    right: 20px;
  }
}
.c-footer__copyright small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright small {
    font-size: 1rem;
  }
}

.c-header {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 113px 121px 0;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .c-header {
    padding: 113px 220px 0;
  }
}
@media screen and (max-width: 1280px) {
  .c-header {
    padding: 70px 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .c-header {
    padding: 60px 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding: 94px 30px 0;
  }
}

.c-header__underlayer {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 113px 121px 0;
  z-index: 3;
}
@media screen and (min-width: 1600px) {
  .c-header__underlayer {
    padding: 113px 200px 0;
  }
}
@media screen and (max-width: 1280px) {
  .c-header__underlayer {
    padding: 50px 60px 0;
  }
}
@media screen and (max-width: 960px) {
  .c-header__underlayer {
    padding: 30px 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header__underlayer {
    padding: 26px 20px 0;
  }
}

.c-header__logo {
  order: 2;
}
@media screen and (max-width: 960px) {
  .c-header__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .c-header__logo img {
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    max-height: 239px;
  }
}

.c-header__underlayer-logo {
  order: 2;
}
@media screen and (max-width: 1280px) {
  .c-header__underlayer-logo img {
    max-height: 270px;
  }
}
@media screen and (max-width: 960px) {
  .c-header__underlayer-logo img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__underlayer-logo img {
    width: 138px;
  }
}

.c-header__nav-button {
  position: relative;
  display: none;
}
@media screen and (max-width: 960px) {
  .c-header__nav-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-color: #111111;
    z-index: 11;
  }
  .c-header__nav-button::before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 18px;
    height: 1px;
    background-color: #fff;
  }
  .c-header__nav-button::after {
    content: "";
    position: absolute;
    bottom: 23px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 18px;
    height: 1px;
    background-color: #fff;
  }
}

.c-header__nav-button[aria-expanded=true] {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background-color: #111111;
  z-index: 12;
}
.c-header__nav-button[aria-expanded=true]::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 23px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #fff;
  transition: 0.2s;
}
.c-header__nav-button[aria-expanded=true]::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 23px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #fff;
  transition: 0.2s;
}

.c-header__nav-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.c-hero {
  max-width: 1226px;
  margin: 0 auto;
  padding: 347px 0 0;
}
@media screen and (min-width: 1281px) {
  .c-hero {
    max-width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .c-hero {
    padding: 230px 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .c-hero {
    padding: 120px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-hero {
    padding: 88px 20px 0;
  }
}

.c-hero[data-page=about] .c-hero__inner {
  background-image: url(image/pict/hero-about.jpg);
}
@media screen and (max-width: 767px) {
  .c-hero[data-page=about] .c-hero__inner {
    background-image: url(image/pict/hero-about_sp.jpg);
  }
}

.c-hero[data-page=news] .c-hero__inner {
  background-image: url(image/pict/hero-news.jpg);
}
@media screen and (max-width: 767px) {
  .c-hero[data-page=news] .c-hero__inner {
    background-image: url(image/pict/hero-news_sp.jpg);
  }
}

.c-hero[data-page=facility] .c-hero__inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-hero[data-page=facility] .c-hero__inner {
    height: 300px;
  }
}

.c-hero[data-page=walking] .c-hero__inner {
  background-image: url(image/pict/hero-walking.jpg);
}
@media screen and (max-width: 767px) {
  .c-hero[data-page=walking] .c-hero__inner {
    background-image: url(image/pict/hero-walking_sp.jpg);
  }
}

.c-hero[data-page=kourokan] .c-hero__inner {
  background-image: url(image/pict/hero-kourokan.jpg);
}
@media screen and (max-width: 767px) {
  .c-hero[data-page=kourokan] .c-hero__inner {
    background-image: url(image/pict/hero-kourokan_sp.jpg);
  }
}

.c-hero[data-page=not-found] .c-hero__inner {
  background-image: url(image/pict/hero-walking.jpg);
}
@media screen and (max-width: 767px) {
  .c-hero[data-page=not-found] .c-hero__inner {
    height: 450px;
    background-image: url(image/pict/hero-walking_sp.jpg);
  }
}

.c-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 542px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1600px) {
  .c-hero__inner {
    height: 800px;
  }
}
@media screen and (max-width: 960px) {
  .c-hero__inner {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__inner {
    height: 315px;
  }
}
.c-hero__inner h1 {
  padding: 8px 1px;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-hero__inner h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hero__inner h1 {
    font-size: 2.2rem;
  }
}

.c-hero__inner-heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-hero__inner-image img {
  width: 100%;
}

.c-nav-breadcrumb {
  margin: 13px 0 0;
}
@media screen and (max-width: 960px) {
  .c-nav-breadcrumb {
    padding-left: 20px;
  }
}
.c-nav-breadcrumb[data-page=article] {
  margin: 0;
}
.c-nav-breadcrumb[data-page=article] ol {
  justify-content: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .c-nav-breadcrumb[data-page=article] ol {
    justify-content: flex-start;
    z-index: 1;
  }
}
.c-nav-breadcrumb ol {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .c-nav-breadcrumb ol {
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.c-nav-breadcrumb ol li {
  position: relative;
  white-space: nowrap;
}
.c-nav-breadcrumb ol li + li::before {
  content: ">";
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.c-nav-breadcrumb ol li a {
  font-size: 1.2rem;
  text-decoration: underline;
}
.c-nav-breadcrumb ol li a:hover {
  text-decoration: none;
}
.c-nav-breadcrumb ol li a[aria-current=page] {
  text-decoration: none;
  pointer-events: none;
}

.c-nav-global {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media screen and (max-width: 960px) {
  .c-nav-global {
    position: fixed;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 100px 30px 60px 60px;
    margin: 0;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    background-color: #fff;
    overflow-y: scroll;
    overflow: hidden;
    transition: 0.5s !important;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 350px) {
  .c-nav-global {
    padding: 50px 30px 60px 60px;
  }
}
.c-nav-global[aria-hidden=false] {
  right: 0;
  visibility: visible;
  overflow-y: scroll;
  opacity: 1 !important;
}

.c-nav-global__list li {
  margin: 0 24px;
}
@media screen and (max-width: 960px) {
  .c-nav-global__list li {
    margin: 0 0 25px;
  }
}
.c-nav-global__list li:last-child {
  margin: 0 25px 0 0;
}
@media screen and (max-width: 960px) {
  .c-nav-global__list li:last-child {
    margin: 0;
  }
}
.c-nav-global__list a {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .c-nav-global__list a {
    font-size: 1.8rem;
  }
}
.c-nav-global__list a:hover::before {
  height: calc(100% + 30px);
  opacity: 1;
}
.c-nav-global__list a::before {
  content: "";
  position: absolute;
  top: -15px;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 0;
  background-color: #DCDCDC;
  opacity: 0;
  transition: height 0.6s, opacity 0.8s;
}
@media screen and (max-width: 960px) {
  .c-nav-global__list a::before {
    display: none;
  }
}

.c-nav-global__list-sub {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-nav-global__list-sub {
    display: block;
    margin: 20px 0 0;
  }
}
.c-nav-global__list-sub > li {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.c-nav-global__list-sub > li:last-child {
  margin: 0;
}
.c-nav-global__list-sub > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 12px 0 0;
  background-color: #111111;
  opacity: 0.25;
}
.c-nav-global__list-sub > li > a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-sub > li > a {
    font-size: 1.6rem;
  }
}

.c-nav-local {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
@media screen and (max-width: 960px) {
  .c-nav-local {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-local {
    flex-wrap: wrap;
    max-width: 295px;
  }
}
.c-nav-local li {
  margin: 0 30px 0 0;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-local li {
    margin: 0 20px 0 0;
    padding: 0 0 8px;
  }
}
.c-nav-local li:last-child {
  margin: 0;
}
.c-nav-local li a {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .c-nav-local li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-local li a {
    font-size: 1.4rem;
  }
}
.c-nav-local li a:hover::after {
  background-color: #111111;
}
.c-nav-local li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-nav-local li a::after {
    bottom: -8px;
  }
}

.c-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1191px;
}
.c-pagination li a, .c-pagination li span {
  padding: 0 10px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  text-decoration: none;
  color: #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-pagination li a, .c-pagination li span {
    font-size: 1.6rem;
  }
}
.c-pagination li a[aria-current=page], .c-pagination li span[aria-current=page] {
  color: #111111;
}

.c-slider-item img {
  margin: 0 15px;
  width: calc(100% - 30px);
}
@media screen and (min-width: 1600px) {
  .c-slider-item img {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 960px) {
  .c-slider-item img {
    margin: 0 15px;
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider-item img {
    margin: 0;
    width: 100%;
    overflow: hidden;
  }
}

.c-slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 27px;
  width: auto;
  padding-right: 22.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-slider .slick-dots {
    bottom: 9px;
    padding-right: 9px;
  }
}
.c-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6.5px;
}
.c-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.c-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-slider .slick-dots li button {
    width: 4px;
    height: 4px;
  }
}
.c-slider .slick-dots li button::before {
  display: none;
}
.c-slider .slick-initialized .slick-dotted .slick-slider {
  margin-bottom: 20px;
}

.c-stump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  padding: 0 30px;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .c-stump {
    display: block;
    margin-top: 25px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-stump[data-page=facility] {
    padding: 0 30px;
  }
}
.c-stump[data-page=facility] .c-stump-content-info {
  background-color: #EFEFEF;
}

.c-stump-image {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .c-stump-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
.c-stump-image img {
  width: 100%;
}

.c-stump-content {
  max-width: 550px;
  width: 100%;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-stump-content {
    margin: 25px auto 0;
    text-align: center;
  }
}
.c-stump-content h3 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.3rem;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-stump-content h3 {
    font-size: 1.6rem;
  }
}
.c-stump-content p {
  margin: 6px 0 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-stump-content p {
    margin: 4px 0 0;
    font-size: 1.3rem;
  }
}

.c-stump-content-info {
  width: 100%;
  margin: 24px 0 0;
  padding: 14px 30px 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-stump-content-info {
    max-width: 500px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .c-stump-content-info {
    padding: 14px 10px 16px 15px;
  }
}

.c-stump-content-info-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-stump-content-info-item {
    display: block;
    text-align: left;
    line-height: 1.35;
  }
}
.c-stump-content-info-item + .c-stump-content-info-item {
  margin: 5px 0 0;
}
.c-stump-content-info-item dt {
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-stump-content-info-item dt {
    display: inline;
    font-size: 1.3rem;
  }
}
.c-stump-content-info-item dt::after {
  content: "：";
  display: block;
}
@media screen and (max-width: 767px) {
  .c-stump-content-info-item dt::after {
    display: inline;
  }
}
.c-stump-content-info-item dd {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-stump-content-info-item dd {
    display: inline;
    font-size: 1.3rem;
  }
}
.c-stump-content-info-item dd a {
  text-decoration: underline;
}
.c-stump-content-info-item dd a:hover {
  text-decoration: none;
}

.c-wrapper__large {
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__large {
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__large {
    padding: 0 20px;
  }
}

.c-wrapper__medium {
  max-width: 1059px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__medium {
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__medium {
    padding: 0 20px;
  }
}

.c-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper {
    padding: 0 20px;
  }
}

.c-wrapper__small {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-wrapper__small {
    padding: 0 30px;
  }
}
@media screen and (max-width: 350px) {
  .c-wrapper__small {
    padding: 0 20px;
  }
}

.c-not-found {
  padding: 80px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-not-found {
    text-align: left;
  }
}

.c-not-found__lead {
  margin-bottom: 30px;
}

.c-not-found__link {
  margin-top: 40px;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .c-not-found__link {
    margin-top: 30px;
    padding: 0 0 10px;
  }
}
.c-not-found__link a {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.3s;
  transform: translateY(0px);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-not-found__link a {
    font-size: 1.4rem;
  }
}
.c-not-found__link a:hover::after {
  right: 0;
  left: initial;
  background-color: #111111;
}
.c-not-found__link a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-not-found__link a::after {
    bottom: -10px;
  }
}

.p-about__section {
  padding-top: 130px;
}
@media screen and (max-width: 960px) {
  .p-about__section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__section {
    padding-top: 55px;
  }
}
.p-about__section[data-section=human] {
  margin-top: 140px;
  padding: 110px 0 110px;
  background-image: url(image/common/background-01.jpg);
}
@media screen and (max-width: 767px) {
  .p-about__section[data-section=human] {
    margin-top: 80px;
    padding: 60px 0 80px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-about__section[data-section=human] {
    padding: 110px 0 65px;
  }
}

.p-about__section-heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about__section-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__section-heading {
    font-size: 2.2rem;
  }
}

.p-about__section-lead {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__section-lead {
    display: none;
  }
}
.p-about__section-lead p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-about__section-lead p {
    font-size: 1.4rem;
  }
}
.p-about__section-lead span {
  display: block;
  margin-top: 5px;
  font-size: 1.1rem;
}

.p-about__section-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-about__section-link {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 26px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-about__section-link {
    display: flex;
    flex-wrap: wrap;
  }
  .p-about__section-link li {
    width: calc((100% / 3) - 20px);
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .p-about__section-link li:nth-child(3n) {
    margin-right: 0;
  }
}

.p-about__section-link-item {
  display: block;
  text-decoration: none;
}
.p-about__section-link-item:hover .p-about__section-link-item-text {
  border-bottom: transparent;
}
.p-about__section-link-item:hover .p-about__section-link-item-image {
  opacity: 0.8;
}
.p-about__section-link-item > p {
  margin-top: 15px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__section-link-item > p {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}

.p-about__section-link-item-image {
  overflow: hidden;
  transition: opacity 0.4s;
}
.p-about__section-link-item-image:hover {
  opacity: 0.8;
}
.p-about__section-link-item-image:hover img {
  transform: scale(1.05);
}
.p-about__section-link-item-image img {
  transition: transform 0.4s;
}

.p-about__section-link-item-text {
  display: inline-block;
  margin-top: 11px;
  padding-bottom: 8px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  border-bottom: 1px solid #111111;
}
@media screen and (max-width: 767px) {
  .p-about__section-link-item-text {
    font-size: 1.1rem;
    margin-top: 10px;
    padding-bottom: 7px;
  }
}

.p-about__section-human {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 60px;
  grid-column-gap: 45px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-about__section-human {
    grid-row-gap: 30px;
    grid-column-gap: 25px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-about__section-human {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-about__section-human li {
    width: calc(50% - 30px);
    margin-bottom: 45px;
  }
}

.p-about__section-human-item {
  display: block;
  text-align: center;
  text-decoration: none;
}
.p-about__section-human-item:hover .p-about__section-human-item-image img {
  opacity: 0.8;
  transform: scale(1.05);
}
.p-about__section-human-item:hover .p-about__section-human-item-name {
  opacity: 0.8;
}
.p-about__section-human-item:hover .p-about__section-human-item-link {
  border-bottom: 1px solid transparent;
}

.p-about__section-human-item-image {
  display: inline-block;
  text-align: center;
  max-width: 320px;
  border-radius: 50%;
  overflow: hidden;
}
.p-about__section-human-item-image img {
  transition: all 0.4s;
}

.p-about__section-human-item-name {
  display: block;
  margin-top: 17px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .p-about__section-human-item-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__section-human-item-name {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}
.p-about__section-human-item-name br[data-type=sp] {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about__section-human-item-name br[data-type=sp] {
    display: block;
  }
}

.p-about__section-human-item-link {
  display: inline-block;
  margin-top: 19px;
  margin-top: 19px;
  padding-bottom: 8px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  border-bottom: 1px solid #111111;
  transition: border 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__section-human-item-link {
    margin-top: 15px;
    font-size: 1.1rem;
  }
}

.p-about__section-emblem {
  margin-top: 80px;
  padding: 54px 70px 56px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-about__section-emblem {
    margin-top: 55px;
    padding: 35px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-about__section-emblem {
    margin-top: 35px;
  }
}

.p-about__section-emblem-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__section-emblem-wrapper {
    display: block;
  }
}

.p-about__section-emblem-image {
  margin-right: 52px;
}
@media screen and (max-width: 767px) {
  .p-about__section-emblem-image {
    margin: 0 0 35px;
    text-align: center;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-about__section-emblem-image {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__section-emblem-image img {
    height: 200px;
  }
}

.p-about__section-emblem-detail {
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .p-about__section-emblem-detail {
    margin: 0 auto;
  }
}
.p-about__section-emblem-detail h3 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .p-about__section-emblem-detail h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__section-emblem-detail h3 {
    font-size: 1.6rem;
  }
}

.p-about__section-emblem-detail-text {
  margin-top: 18px;
}
.p-about__section-emblem-detail-text p {
  font-size: 1.4rem;
  line-height: 1.9;
}
.p-about__section-emblem-detail-text p + p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-about__section-emblem-detail-text p + p {
    margin-top: 20px;
  }
}

.p-about__plan {
  position: relative;
  padding: 120px 30px 157px;
  background-image: url(image/pict/about-plan-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .p-about__plan {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__plan {
    padding: 90px 30px 120px;
  }
}
.p-about__plan::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(20, 57, 35, 0.7);
}

.p-about__plan-inner {
  position: relative;
  z-index: 1;
  max-width: 689px;
  margin: 0 auto;
  color: #fff;
}
.p-about__plan-inner > h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__plan-inner > h2 {
    font-size: 2.2rem;
  }
}

.p-about__plan-inner-text {
  max-width: 620px;
  margin: 40px auto 0;
}
.p-about__plan-inner-text p {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-about__plan-inner-text p {
    font-size: 1.4rem;
  }
}
.p-about__plan-inner-text p + p {
  margin-top: 20px;
}

.p-about__plan-inner-image {
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .p-about__plan-inner-image {
    margin: 50px auto 0;
    text-align: center;
  }
}

.p-front {
  color: #111111;
}

.p-facility__section {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .p-facility__section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__section {
    margin: 30px auto 0;
  }
}
.p-facility__section[data-section=facility] {
  margin-top: 194px;
  padding: 120px 0 110px;
  background-image: url(image/common/background-01.jpg);
}
@media screen and (max-width: 960px) {
  .p-facility__section[data-section=facility] {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__section[data-section=facility] {
    margin-top: 40px;
    padding: 45px 0 60px;
  }
}

.p-facility__section-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-facility__section-wrapper {
    display: block;
    padding: 0 30px;
  }
}

.p-facility__section-heading {
  max-width: 420px;
  width: calc(40% - 30px);
  margin: 0 60px 0 0;
}
@media screen and (max-width: 1280px) {
  .p-facility__section-heading {
    margin: 0 45px 0 0;
    min-width: 390px;
  }
}
@media screen and (max-width: 960px) {
  .p-facility__section-heading {
    margin: 0 30px 0 0;
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__section-heading {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}
.p-facility__section-heading h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .p-facility__section-heading h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-facility__section-heading h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__section-heading h2 {
    font-size: 2rem;
    text-align: center;
  }
}

.p-facility__section-heading-lead {
  margin-top: 55px;
}
@media screen and (max-width: 960px) {
  .p-facility__section-heading-lead {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__section-heading-lead {
    margin-top: 20px;
  }
}
.p-facility__section-heading-lead p {
  font-size: 1.5rem;
  line-height: 2.4;
}
@media screen and (max-width: 960px) {
  .p-facility__section-heading-lead p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-facility__section-heading-lead p + p {
  margin: 20px 0 0;
}
@media screen and (max-width: 960px) {
  .p-facility__section-heading-lead p + p {
    margin: 15px 0 0;
  }
}

.p-facility__section-img {
  width: calc(60% - 30px);
  max-width: calc(770 / 1366 * 100vw);
  margin: 170px 0 0;
}
@media screen and (min-width: 1366px) {
  .p-facility__section-img {
    max-width: 770px;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__section-img {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}

.p-facility__section-exhibits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-facility__section-exhibits {
    display: block;
  }
}

.p-facility__section-exhibits-item {
  width: calc(50% - 15px);
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-facility__section-exhibits-item {
    width: 100%;
    margin-bottom: 0;
  }
  .p-facility__section-exhibits-item + .p-facility__section-exhibits-item {
    margin-top: 30px;
  }
}
.p-facility__section-exhibits-item h3 {
  margin: 20px 0 0;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-facility__section-exhibits-item h3 {
    font-size: 1.8rem;
  }
}
.p-facility__section-exhibits-item h3 a {
  text-decoration: underline;
}
.p-facility__section-exhibits-item h3 a:hover {
  text-decoration: none;
}
.p-facility__section-exhibits-item p {
  margin: 13px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-facility__section-exhibits-item-image {
  max-height: 306px;
  overflow: hidden;
}
.p-facility__section-exhibits-item-image img {
  width: 100%;
}

.p-facility__stump {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-facility__stump {
    margin: 40px 0 60px;
  }
}

.p-facility__building img {
  width: 100%;
}

.p-facility__info {
  margin: 138px auto 134px;
}
@media screen and (max-width: 767px) {
  .p-facility__info {
    margin: 50px auto 65px;
  }
}

.p-facility__info-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-facility__info-wrapper {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

.p-facility__info-inner-heading span {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
}
.p-facility__info-inner-heading h3 {
  margin: 15px 0 0;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-facility__info-inner-heading h3 {
    margin: 10px 0 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__info-inner-heading h3 {
    font-size: 2rem;
  }
}

.p-facility__info-inner-content {
  margin: 18px 0 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-facility__info-inner-content {
    font-size: 1.4rem;
  }
}
.p-facility__info-inner-content-contact-item {
  display: flex;
  align-items: center;
  margin: 2px 0 0;
}
.p-facility__info-inner-content-contact-item dt::after {
  content: ":";
  margin: 0 5px;
}
.p-facility__info-inner-content-contact-item dd a {
  text-decoration: underline;
}
.p-facility__info-inner-content-contact-item dd a:hover {
  text-decoration: none;
}

.p-facility__info-inner-content-enter {
  margin: 24px 0 0;
}

.p-facility__info-inner-content-enter-item {
  display: flex;
  align-items: center;
  margin: 3px 0 0;
}
.p-facility__info-inner-content-enter-item dt {
  min-width: 98px;
}
.p-facility__info-inner-content-enter-item dt::before {
  content: "■";
  margin: 0 5px 0 0;
}
.p-facility__info-inner-content-enter-item dd br {
  display: none;
}
@media screen and (max-width: 350px) {
  .p-facility__info-inner-content-enter-item dd br {
    display: block;
  }
}

.p-facility__info-map-item {
  max-width: 522px;
  max-height: 345px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-facility__info-map-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-facility__info-map-item {
    max-width: 100%;
    margin: 40px 0 0;
    text-align: center;
  }
}

.p-facility__info-map-text {
  display: block;
  margin: 10px 0 0;
  text-align: right;
}
.p-facility__info-map-text a {
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .p-facility__info-map-text a {
    font-size: 1.3rem;
  }
}
.p-facility__info-map-text a:hover {
  text-decoration: none;
}

.p-front {
  color: #111111;
}

.p-front__hero {
  padding-top: 340px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-front__hero {
    padding-top: 260px;
  }
}
@media screen and (max-width: 960px) {
  .p-front__hero {
    padding-top: 260px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__hero {
    padding-top: 244px;
  }
}

.p-front__breaking-news {
  margin-top: 81px;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-front__breaking-news {
    margin-top: 30px;
  }
}

.p-front__breaking-news-item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #DCDCDC;
  text-decoration: none;
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .p-front__breaking-news-item {
    padding: 20px 0 20px;
  }
}
.p-front__breaking-news-item:hover {
  background-color: rgba(220, 220, 220, 0.2);
}
.p-front__breaking-news-item > p {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-front__breaking-news-item > p {
    font-size: 1.5rem;
  }
}
.p-front__breaking-news-item > time {
  display: inline-block;
  font-size: 1.1rem;
}

.p-front__news {
  margin: 74px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-front__news {
    margin: 50px 0 80px;
  }
}
@media screen and (max-width: 350px) {
  .p-front__news {
    margin: 50px 0 60px;
  }
}

.p-front__news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-front__news-heading h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front__news-heading h2 {
    font-size: 2.2rem;
  }
}

.p-front__news-heading-link a {
  text-decoration: underline;
}
.p-front__news-heading-link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-front__news-heading-link a {
    font-size: 1.2rem;
  }
}

.p-front__news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-front__news-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-front__news-list {
    display: flex;
    justify-content: space-between;
  }
  .p-front__news-list li {
    width: calc((100% / 3) - 20px);
  }
}
.p-front__news-list li:nth-child(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front__news-list li:nth-child(4) {
    display: block;
  }
}

.p-front__news-list-item {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.p-front__news-list-item:hover > p {
  text-decoration: underline;
}
.p-front__news-list-item:hover .p-front__news-list-item-image {
  opacity: 0.8;
}
.p-front__news-list-item:hover .p-front__news-list-item-image img {
  transform: scale(1.05);
}
.p-front__news-list-item > p {
  margin-top: 20px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-front__news-list-item > p {
    margin-top: 15px;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.p-front__news-list-item > time {
  font-size: 1.1rem;
}

.p-front__news-list-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 62.75%;
  background-color: #EFEFEF;
  transition: opacity 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EFEFEF;
}
.p-front__news-list-item-meta {
  margin-top: 8px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-front__news-list-item-meta {
    font-size: 1rem;
  }
}

.p-front__news-list-item-meta-tag {
  position: relative;
}
.p-front__news-list-item-meta-tag::after {
  display: inline-block;
  content: "-";
  margin: 0 5px 0 3px;
}

.p-front__link {
  background-image: url(image/common/background-01.jpg);
  padding: 119px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-front__link {
    padding: 54px 0 70px;
  }
}

.p-front__link-wrapper {
  max-width: 1196px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 350px) {
  .p-front__link-wrapper {
    padding: 0 20px;
  }
}

.p-front__link-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-front__link-main {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-front__link-main {
    display: flex;
    justify-content: space-between;
  }
  .p-front__link-main li {
    width: calc(50% - 15px);
  }
}
.p-front__link-main > li {
  position: relative;
  z-index: 0;
}
.p-front__link-main > li h2 {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 15px 4px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front__link-main > li h2 {
    top: -5px;
    right: -5px;
    padding: 10px 4px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-front__link-main-item,
.p-front__link-sub-list-item {
  position: relative;
  display: block;
  width: 100%;
  height: 460px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-front__link-main-item,
.p-front__link-sub-list-item {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__link-main-item,
.p-front__link-sub-list-item {
    height: 265px;
  }
}
.p-front__link-main-item[data-link=fukuokajo],
.p-front__link-sub-list-item[data-link=fukuokajo] {
  background-image: url(image/pict/front-link-01.jpg);
}
.p-front__link-main-item[data-link=kourokan],
.p-front__link-sub-list-item[data-link=kourokan] {
  background-image: url(image/pict/front-link-02.jpg);
}
.p-front__link-main-item:hover::after,
.p-front__link-sub-list-item:hover::after {
  opacity: 0.5;
}
.p-front__link-main-item:hover > span::after,
.p-front__link-sub-list-item:hover > span::after {
  width: 0;
}
.p-front__link-main-item::after,
.p-front__link-sub-list-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.7) 100%);
  transition: opacity 0.3s ease-out;
}
.p-front__link-main-item > span,
.p-front__link-sub-list-item > span {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 40px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front__link-main-item > span,
.p-front__link-sub-list-item > span {
    left: 20px;
    bottom: 28px;
    font-size: 1.4rem;
  }
}
.p-front__link-main-item > span::after,
.p-front__link-sub-list-item > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: width 0.3s;
}
.p-front__link-main-item + p,
.p-front__link-sub-list-item + p {
  margin-top: 18px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front__link-main-item + p,
.p-front__link-sub-list-item + p {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.p-front__link-sub-list-item {
  height: 355px;
}
@media screen and (max-width: 767px) {
  .p-front__link-sub-list-item {
    max-height: 265px;
  }
}
.p-front__link-sub-list-item[data-link=mukashitanboukan] {
  background-image: url(image/pict/front-link-03.jpg);
}
.p-front__link-sub-list-item[data-link=sannomaru] {
  background-image: url(image/pict/front-link-04.jpg);
}
.p-front__link-sub-list-item[data-link=kourokanatotenjikan] {
  background-image: url(image/pict/front-link-05.jpg);
}
.p-front__link-sub-list-item::after {
  height: 174px;
}

.p-front__link-sub {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-front__link-sub {
    margin-top: 45px;
  }
}

.p-front__link-sub-heading {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.p-front__link-sub-heading::before, .p-front__link-sub-heading::after {
  content: "";
  display: block;
  top: calc(50% + 1px);
  width: 100%;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.25);
}
@media screen and (max-width: 960px) {
  .p-front__link-sub-heading::before, .p-front__link-sub-heading::after {
    width: calc(295 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-front__link-sub-heading::before, .p-front__link-sub-heading::after {
    width: calc(104 / 375 * 100vw);
  }
}
.p-front__link-sub-heading::before {
  margin: 0 30px 0 0;
  left: 0;
}
.p-front__link-sub-heading::after {
  margin: 0 0 0 30px;
  right: 0;
}
.p-front__link-sub-heading h2 {
  min-width: 100px;
  display: inline-block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front__link-sub-heading h2 {
    font-size: 1.8rem;
  }
}

.p-front__link-sub-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-front__link-sub-list {
    margin-top: 25px;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-front__link-sub-list {
    display: flex;
    justify-content: space-between;
  }
  .p-front__link-sub-list li {
    width: calc((100% / 3) - 20px);
  }
}
.p-front__link-sub-list > li {
  position: relative;
  z-index: 0;
}
.p-front__link-sub-list > li h2 {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  padding: 10px 2px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front__link-sub-list > li h2 {
    top: -5px;
    right: -5px;
    padding: 10px 4px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-front__link-sub-list-text {
  margin-top: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
.p-front__link-sub-list-text em {
  background-color: #fff;
}

.p-front__walking {
  display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1203px;
  margin: 0 auto;
  padding: 93px 30px 95px;
}
@media screen and (max-width: 767px) {
  .p-front__walking {
    display: block;
    padding: 90px 30px 80px;
  }
}
@media screen and (max-width: 350px) {
  .p-front__walking {
    padding: 70px 20px 80px;
  }
}

.p-front__walking-content {
  max-width: 480px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__walking-content {
    margin: 0 auto;
  }
}
.p-front__walking-content h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-front__walking-content h2 {
    font-size: 2.2rem;
  }
}

.p-front__walking-content-text {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front__walking-content-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-front__walking-content-link {
  margin-top: 40px;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .p-front__walking-content-link {
    margin-top: 30px;
    padding: 0 0 10px;
  }
}
.p-front__walking-content-link a {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.3s;
  transform: translateY(0px);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__walking-content-link a {
    font-size: 1.4rem;
  }
}
.p-front__walking-content-link a:hover::after {
  right: 0;
  left: initial;
  background-color: #111111;
}
.p-front__walking-content-link a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__walking-content-link a::after {
    bottom: -10px;
  }
}

.p-front__walking-image {
  max-width: 540px;
}
@media screen and (max-width: 1280px) {
  .p-front__walking-image {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__walking-image {
    max-width: 100%;
    margin: 35px auto 0;
  }
  .p-front__walking-image img {
    width: 100%;
  }
}

.p-front__slider-item img {
  margin: 0 15px;
  width: calc(100% - 30px);
}
@media screen and (min-width: 1600px) {
  .p-front__slider-item img {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.p-front__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 27px;
  width: auto;
  padding-right: 22.5px;
  text-align: center;
}
.p-front__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6.5px;
}
.p-front__slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.p-front__slider .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.p-front__slider .slick-dots li button::before {
  display: none;
}

.p-kourokan {
  margin: 68px 0 0;
}
@media screen and (max-width: 767px) {
  .p-kourokan {
    margin: 50px 0 0;
  }
}

.p-kourokan__heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-kourokan__heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kourokan__heading {
    font-size: 2.4rem;
  }
}

.p-kourokan__lead {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-kourokan__lead {
    margin-top: 25px;
  }
}
.p-kourokan__lead p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-kourokan__lead p {
    font-size: 1.5rem;
  }
}
.p-kourokan__lead p + p {
  margin: 18px 0 0;
}

.p-kourokan__image {
  margin: 40px 0 0;
}
.p-kourokan__image img {
  width: 100%;
}

.p-kourokan__image-footnote {
  display: block;
  margin: 15px 0 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-kourokan__image-footnote {
    margin: 10px 0 0;
  }
}

.p-kourokan__section {
  margin: 52px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-kourokan__section {
    margin: 52px 0 120px;
  }
}

.p-kourokan__section-heading {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-kourokan__section-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kourokan__section-heading {
    font-size: 2rem;
  }
}

.p-kourokan__section-text p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-kourokan__section-text p {
    font-size: 1.5rem;
  }
}
.p-kourokan__section-text p + p {
  margin: 19px 0 0;
}
@media screen and (max-width: 960px) {
  .p-kourokan__section-text p + p {
    margin: 15px 0 0;
  }
}

.p-kourokan__section-image[data-type=person] {
  max-width: 260px;
}
.p-kourokan__section-image[data-type=historic] {
  max-width: 520px;
}
.p-kourokan__section-image img {
  width: 100%;
}

.p-kourokan__section-image-footnote {
  display: block;
  margin: 15px 0 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .p-kourokan__section-image-footnote {
    margin: 10px 0 0;
  }
}

.p-kourokan__section-image-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-kourokan__section-image-wrapper {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-kourokan__section-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-kourokan__section-image-wrapper .p-kourokan__section-image {
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }
}

.p-kourokan__section-heading + .p-kourokan__section-image {
  margin: 25px 0 0;
}

.p-kourokan__section-heading + .p-kourokan__section-text {
  margin: 25px 0 0;
}

.p-kourokan__section-image + .p-kourokan__section-heading {
  margin: 46px 0 0;
}

.p-kourokan__section-image + .p-kourokan__section-text {
  margin: 40px 0 0;
}

.p-kourokan__section-text + .p-kourokan__section-image {
  margin: 40px 0 0;
}

.p-kourokan__section-text + .p-kourokan__section-image-wrapper {
  margin: 45px 0 0;
}

.p-kourokan__section-image-wrapper + .p-kourokan__section-heading {
  margin: 45px 0 0;
}

.p-kourokan__section-image-wrapper + .p-kourokan__section-text {
  margin: 30px 0 0;
}

.p-news {
  margin: 115px auto 0;
  max-width: 1191px;
  padding: 0 30px 112px;
}
@media screen and (max-width: 960px) {
  .p-news {
    margin: 55px auto 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-news {
    margin: 40px auto 90px;
    padding: 0 20px;
  }
}

.p-news-section {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 29px;
}
@media screen and (max-width: 960px) {
  .p-news-section {
    flex-direction: column;
  }
}

.p-news__sidebar {
  margin-top: 70px;
  width: 330px;
}
@media screen and (max-width: 1280px) {
  .p-news__sidebar {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .p-news__sidebar {
    width: 100%;
    margin: 0;
    order: 1;
  }
}
.p-news__sidebar h2 {
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-news__sidebar h2 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sidebar h2 {
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-news__sidebar-category {
  margin-bottom: 35px;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
@media screen and (max-width: 960px) {
  .p-news__sidebar-category {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sidebar-category {
    margin-top: 10px;
  }
}
.p-news__sidebar-category li {
  border-bottom: 1px dashed #111111;
}
@media screen and (max-width: 960px) {
  .p-news__sidebar-category li {
    border-bottom: 0px;
    margin: 0 0 0 15px;
  }
  .p-news__sidebar-category li:first-child {
    margin: 0px;
  }
}
.p-news__sidebar-category li:last-child {
  border-bottom: none;
}
.p-news__sidebar-category li a {
  position: relative;
  display: block;
  padding: 21px 0 24px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .p-news__sidebar-category li a {
    padding: 15px 0 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__sidebar-category li a {
    padding: 10px 0 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  .p-news__sidebar-category li a {
    padding: 8px 0 8px;
    font-size: 1.1rem;
  }
}
.p-news__sidebar-category li a::before {
  content: "-";
  display: inline-block;
  margin-right: 3px;
}
.p-news__sidebar-category li a[aria-current=page] span {
  position: relative;
  display: inline-block;
}
.p-news__sidebar-category li a[aria-current=page] span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7px;
  width: calc(100% + 7px);
  height: 100%;
  background-color: #EFEFEF;
}

.p-news__sidebar-tag {
  display: flex;
  flex-wrap: wrap;
}
.p-news__sidebar-tag li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}
.p-news__sidebar-tag li a {
  display: block;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news__sidebar-tag li a {
    font-size: 1.2rem;
  }
}
.p-news__sidebar-tag li a:hover {
  text-decoration: none;
}
.p-news__sidebar-tag li:before {
  content: "#";
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-news__sidebar-tag li:before {
    font-size: 1.2rem;
  }
}

.p-news__list-wrapper {
  position: relative;
  max-width: 740px;
}
@media screen and (max-width: 1280px) {
  .p-news__list-wrapper {
    max-width: 700px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-news__list-wrapper {
    max-width: 100%;
    margin: 100px 0 0;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-wrapper {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .p-news__list-wrapper {
    margin: 70px auto 0;
  }
}
.p-news__list-wrapper > h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-news__list-wrapper > h2 {
    font-size: 2.2rem;
  }
}
.p-news__list-wrapper > h2 span {
  font-size: 1.8rem;
}

.p-news__list {
  margin-top: 26px;
}
.p-news__list > li + li {
  margin-top: 30px;
}

.p-news__list-item {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-news__list-item {
    display: block;
  }
}

.p-news__list-item-image {
  margin-right: 30px;
  width: 320px;
  padding-top: 27.5%;
  background-size: cover;
  background-position: center;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-image {
    margin: 0 0 20px;
    max-width: 480px;
    width: 100%;
    padding-top: 62.75%;
  }
}

.p-news__list-item-text {
  flex: 1;
}
.p-news__list-item-text > p {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-text > p {
    font-size: 1.6rem;
  }
}

.p-news__list-item-text-meta {
  margin-top: 10px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-news__list-item-text-meta {
    font-size: 1rem;
  }
}

.p-news__list-item-text-meta-tag {
  position: relative;
}
.p-news__list-item-text-meta-tag::after {
  display: inline-block;
  content: "-";
  margin: 0 5px 0 3px;
}

.p-walking__section {
  padding: 105px 0 0;
}
@media screen and (max-width: 767px) {
  .p-walking__section {
    padding: 70px 0 0;
  }
}
.p-walking__section[data-section=map] {
  padding: 110px 0 0;
}
@media screen and (max-width: 960px) {
  .p-walking__section[data-section=map] {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section[data-section=map] {
    padding: 70px 0 0;
  }
}
.p-walking__section[data-section=building] {
  padding: 45px 0 0;
}
@media screen and (max-width: 960px) {
  .p-walking__section[data-section=building] {
    padding: 80px 0 0;
  }
}
.p-walking__section[data-section=plants] {
  padding: 100px 0 152px;
}
@media screen and (max-width: 960px) {
  .p-walking__section[data-section=plants] {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section[data-section=plants] {
    padding: 70px 0 100px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-walking__section[data-section=plants] {
    padding: 100px 0 62px;
  }
}

.p-walking__section-heading {
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-walking__section-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-heading {
    font-size: 2.2rem;
  }
}

.p-walking__section-map {
  margin: 45px 0 0;
}

.p-walking__section-map-download {
  margin: 31px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-walking__section-map-download {
    max-width: 315px;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-map-download {
    margin: 20px auto 0;
  }
}

.p-walking__section-map-download-item {
  min-width: 240px;
  max-width: 250px;
}
@media screen and (max-width: 960px) {
  .p-walking__section-map-download-item {
    max-width: 152px;
    min-width: 152px;
  }
}
.p-walking__section-map-download-item > span {
  display: block;
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #89372A;
}

.p-walking__section-map-download-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 30px 18px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #89372A;
  outline: 1px solid white;
  outline-offset: -4px;
  transform: translateY(0px);
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .p-walking__section-map-download-item-button {
    padding: 10px 17px 11px;
    font-size: 1.4rem;
  }
}
.p-walking__section-map-download-item-button:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.p-walking__section-building {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 38px 0 0;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 38px;
    margin: 50px 0 0;
  }
}
.p-walking__section-building[data-section=building] {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-walking__section-building {
    display: flex;
    flex-wrap: wrap;
  }
  .p-walking__section-building li.p-walking__section-building-item {
    width: 33.33%;
  }
}

.p-walking__section-building-item {
  border: solid #EFEFEF;
  border-width: 1px 0px 0px 1px;
  border-collapse: collapse;
  margin: 0 auto;
  transition: background-color 0.4s;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-item {
    border-width: 0px 0px 0px 0px;
  }
}
.p-walking__section-building-item:nth-last-child(-n+3) {
  border-bottom: 1px solid #EFEFEF;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-item:nth-last-child(-n+3) {
    border-bottom: 0px solid #EFEFEF;
  }
}
.p-walking__section-building-item:nth-child(3n) {
  border-right: 1px solid #EFEFEF;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-item:nth-child(3n) {
    border-right: 0px solid #EFEFEF;
  }
}
.p-walking__section-building-item a {
  display: block;
  height: 100%;
  padding: 40px 36px 43px;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-item a {
    padding: 0;
  }
}
.p-walking__section-building-item a:hover {
  background-color: rgba(220, 220, 220, 0.2);
}
.p-walking__section-building-item a:hover .p-walking__section-building-image {
  opacity: 0.8;
}
.p-walking__section-building-item a:hover .p-walking__section-building-image img {
  transform: scale(1.05);
}
.p-walking__section-building-item a:hover .p-about__section-link-item-view {
  border-bottom: 1px solid #AAAAAA;
}

.p-walking__section-building-item-wrapper {
  margin: 40px 36px 43px;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-item-wrapper {
    margin: 0;
  }
}

.p-walking__section-building-item-heading {
  display: flex;
  align-items: center;
  margin: 0 0 21px;
}
@media screen and (max-width: 767px) {
  .p-walking__section-building-item-heading {
    align-items: flex-start;
  }
}
.p-walking__section-building-item-heading[data-type=amuse] span {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-walking__section-building-item-heading[data-type=amuse] span {
    top: 0;
    width: 20px;
    height: 20px;
    padding-bottom: 1px;
  }
}
.p-walking__section-building-item-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin: 0 13px 0 0;
  padding-bottom: 2px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  background-color: #89372A;
}
@media screen and (max-width: 767px) {
  .p-walking__section-building-item-heading span {
    position: relative;
    top: 5px;
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 1.2rem;
  }
}
.p-walking__section-building-item-heading p {
  flex: 1;
}
.p-walking__section-building-item-heading h3 {
  flex: 1;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.35;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-item-heading h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-building-item-heading h3 {
    font-size: 1.5rem;
  }
}

.p-walking__section-building-image {
  transition: opacity 0.3s;
  height: 161px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-walking__section-building-image {
    height: auto;
  }
}
.p-walking__section-building-image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s;
}

.p-walking__section-building-text {
  margin: 11px 0 0;
  font-weight: 300;
  font-size: 1.4rem;
}
.p-about__section-link-item-view {
  display: inline-block;
  margin: 12px 0 0;
  padding: 0 0 8px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  border-bottom: 1px solid #111111;
  transform: translateY(0px);
  transition: border-bottom 0.4s;
}

.p-walking__section-text {
  margin: 30px auto 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-walking__section-text {
    max-width: 315px;
  }
}
.p-walking__section-text p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-walking__section-text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-text p {
    text-align: left;
  }
}

.p-walking__section-wrapper {
  max-width: 1055px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-walking__section-plant {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 90px;
  grid-column-gap: 55px;
}
@media screen and (max-width: 767px) {
  .p-walking__section-plant {
    grid-column-gap: 25px;
    grid-row-gap: 38px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-walking__section-plant {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-walking__section-plant li.p-walking__section-plant-item {
    width: calc(50% - 27.5px);
    margin-bottom: 90px;
  }
}

.p-walking__section-plant-item {
  display: block;
  text-decoration: none;
}
.p-walking__section-plant-item h3 {
  margin: 25px 0 0;
  font-family: "Shippori Mincho B1", "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-walking__section-plant-item h3 {
    margin: 15px 0 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-plant-item h3 {
    font-size: 1.8rem;
  }
}

.p-walking__section-plant-item-text {
  margin: 15px 0 0;
}
@media screen and (max-width: 960px) {
  .p-walking__section-plant-item-text {
    margin: 8px 0 0;
  }
}
.p-walking__section-plant-item-text p {
  margin: 15px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-walking__section-plant-item-text p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-plant-item-text p {
    margin: 20px 0 0;
  }
}

.p-walking__section-plant-item-text-seasons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-walking__section-plant-item-text-seasons {
    align-items: flex-start;
  }
}
.p-walking__section-plant-item-text-seasons + .p-walking__section-plant-item-text-seasons {
  margin: 10px 0 0;
}
.p-walking__section-plant-item-text-seasons > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 100%;
  text-align: center;
  padding: 1px 13px 2px;
  border: 1px solid rgba(17, 17, 17, 0.15);
}
@media screen and (max-width: 960px) {
  .p-walking__section-plant-item-text-seasons > span {
    padding: 1px 8px 2px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-plant-item-text-seasons > span {
    width: 42px;
    padding: 1px 5px 2px;
    font-size: 1.2rem;
  }
}
.p-walking__section-plant-item-text-seasons > p {
  flex: 1;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-walking__section-plant-item-text-seasons > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-walking__section-plant-item-text-seasons > p {
    margin: 0 0 0 10px;
    font-size: 1.3rem;
  }
}
