@charset "UTF-8";

/* =========================================================
nagisa-common
========================================================= */
/* =========================================================
nagisa sub page base
========================================================= */
.pageTitWrap.isNagisaTit {
  background-image: url("../../images/nagisa/top/nagisa-top_img05.png");
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageTitWrap.isNagisaTit {
  position: relative;
  overflow: hidden;
}

.pageTitWrap.isNagisaTit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 34, 58, 0.35);
  z-index: 1;
}

.pageTitWrap.isNagisaTit .inner {
  position: relative;
  z-index: 2;
}

#contents .nagisaSubPage {
  padding: 70px 0;
}

#contents .nagisaSubPage .inner {
  width: 1000px !important;
}

#contents .nagisaSubPage p {
  margin: 0;
  color: #111111;
  font-size: 16px;
  line-height: 1.9;
}

#contents .nagisaSubPage .post {
  padding-bottom: 0;
}

#contents .nagisaSubMv {
  margin: 0 0 50px;
}

#contents .nagisaSubMv .mvSlider {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #edf6fb;
}

#contents .nagisaSubMv .mvSlider::before {
  content: "";
  display: block;
  padding-top: 42%;
}

#contents .nagisaSubMv .mvItem {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: nagisaSubImageFade 12s infinite;
}

#contents .nagisaSubMv .mvItem:nth-child(1) {
  animation-delay: 0s;
}

#contents .nagisaSubMv .mvItem:nth-child(2) {
  animation-delay: 4s;
}

#contents .nagisaSubMv .mvItem:nth-child(3) {
  animation-delay: 8s;
}

#contents .nagisaSubMv .mvItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes nagisaSubImageFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  8% {
    opacity: 1;
  }

  30% {
    opacity: 1;
    transform: scale(1);
  }

  38% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

#contents .nagisaSubSection .h4Area h4 {
  display: block;
  font-size: 24px;
  line-height: 1.45;
}

#contents .nagisaSubSection .h4Area h4::before {
  content: none;
}

#contents .nagisaSubFeature__title {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

#contents .nagisaSubFeature__title::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 4px;
  height: 1.15em;
  border-radius: 999px;
  background: #8fd0f2;
}

#contents .nagisaSubIntro {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
}

#contents .nagisaSubText p + p {
  margin-top: 4px;
}

#contents .nagisaSubTable {
  margin-top: 18px;
}

#contents .nagisaSubTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cdd9e1;
  background: #fff;
}

#contents .nagisaSubTable th,
#contents .nagisaSubTable td {
  padding: 8px 12px;
  border: 1px solid #cdd9e1;
  color: #111827;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

#contents .nagisaSubTable th {
  width: 110px;
  background: #f1f8fc;
  font-weight: 700;
  white-space: nowrap;
}

#contents .nagisaSubFeatureSection {
  margin-top: 30px;
  margin-bottom: 40px;
}

#contents .nagisaSubFeature {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
}

#contents .nagisaSubFeature__title {
  margin: 0 0 16px;
  font-size: 22px;
}

#contents .nagisaSubFeature__image,
#contents .nagisaSubFeature__imageList {
  margin-bottom: 12px;
}

#contents .nagisaSubFeature__imageList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#contents .nagisaSubFeature__image {
  max-width: 312px;
  overflow: hidden;
  border-radius: 8px;
}

#contents .nagisaSubFeature__imageList .nagisaSubFeature__image {
  flex: 1 1 calc(50% - 6px);
  width: auto;
  max-width: 100%;
}

#contents .nagisaSubFeature__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#contents .nagisaSubFeature .nagisaSubText p {
  font-size: 16px;
}

#contents .nagisaSubPage--forestManagement .nagisaSubFeature--wideImage .nagisaSubFeature__image {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#contents .nagisaSubPage--forestManagement .nagisaSubFeature--wideImage .nagisaSubFeature__image img {
  display: block;
  width: auto;
  min-width: 600px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#contents .nagisaSubAreaGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

#contents .nagisaSubAreaGrid--single {
  grid-template-columns: 1fr;
}

#contents .nagisaSubAreaBlock {
  padding: 0;
}

#contents .nagisaSubAreaBlock > .nagisaSubFeature__image,
#contents .nagisaSubAreaBlock > .nagisaSubFeature__imageList,
#contents .nagisaSubAreaBlock > .nagisaSubFeature__placeholder {
  width: 100%;
  max-width: none;
  margin: 14px 0 20px;
}

#contents .nagisaSubAreaBlock > .nagisaSubFeature__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#contents .nagisaSubAreaBlock .nagisaSubFeature__imageList--triple {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#contents .nagisaSubAreaBlock .nagisaSubFeature__imageList--triple .nagisaSubFeature__image {
  max-width: 100%;
}

#contents .nagisaSubAreaNote {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f6fbfe;
  box-sizing: border-box;
}

#contents .nagisaSubAreaNote__title {
  margin: 0 0 8px;
  color: #102847;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

#contents .nagisaSubAreaNote__text {
  color: #4b5563;
}

#contents .nagisaSubAreaNote__link {
  display: inline-flex;
  margin-top: 10px;
  color: #2f88b9;
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}

#contents .nagisaSubAreaNote__link:hover {
  text-decoration: underline;
}

#contents .nagisaSubFeature__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2a6d8c 0%, #194a64 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#contents .nagisaBbqInfo {
  margin-top: 18px;
}

#contents .nagisaBbqInfo__section + .nagisaBbqInfo__section {
  margin-top: 34px;
}

#contents .nagisaBbqInfo__title {
  margin: 0 0 8px;
  color: #102847;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

#contents .nagisaBbqInfo__lead {
  margin-bottom: 6px;
}

#contents .nagisaBbqInfo__lead strong,
#contents .nagisaBbqInfo__alert,
#contents .nagisaBbqInfo__alertText {
  color: #dc2626;
  font-weight: 700;
}

#contents .nagisaBbqInfo__cta {
  display: block;
  margin: 12px 0 14px;
}

#contents .nagisaBbqInfo__ctaLabel {
  display: block;
  width: 100%;
  max-width: 460px;
}

#contents .nagisaBbqInfo__ctaLabel.nagisaCommonContact__btnItem {
  min-width: 0;
}

#contents .nagisaBbqInfo__ctaLabel.nagisaCommonContact__btnItem a {
  min-height: 84px;
  border-radius: 6px;
  justify-content: center;
  padding: 18px 56px 18px 24px;
}

#contents .nagisaBbqInfo__meta p + p {
  margin-top: 2px;
}

#contents .nagisaBbqInfo__contact {
  margin-top: 0;
}

#contents .nagisaBbqInfo__contactPanel {
  padding: 22px 20px 20px;
  border-radius: 24px;
  max-width: 720px;
  margin: 0 auto;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__panelHead {
  margin-bottom: 16px;
  text-align: left;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__panelHead .eyebrow {
  margin-bottom: 6px;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__panelHead h5 {
  font-size: 30px;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__panelHead .intro {
  margin-top: 6px;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__cards {
  display: block;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__card {
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 22px 20px;
}

#contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__card .subNote {
  margin-top: 12px;
}

#contents .nagisaSubPage--hazetsukiIsoBbq section {
  padding-top: 0;
  padding-bottom: 0;
}

#contents .nagisaSubPage--hazetsukiIsoBbq .nagisaSubPage__hero {
  margin-bottom: 18px;
}

#contents .nagisaSubPage--hazetsukiIsoBbq .nagisaSubIntro {
  margin-bottom: 28px;
}

#contents .nagisaSubPage--hazetsukiIsoBbq .nagisaSubFeatureSection {
  margin-top: 0;
  margin-bottom: 0;
}

#contents .nagisaSubPage--hazetsukiIsoBbq .nagisaBbqInfo__section + .nagisaBbqInfo__section {
  margin-top: 28px;
}

#contents .nagisaSubSchedule {
  margin-top: 14px;
  padding: 12px 16px;
  border-left: 4px solid #8fd0f2;
  background: #f6fbfe;
}

#contents .nagisaSubSchedule__title {
  margin-bottom: 2px;
  font-weight: 700;
}

#contents .nagisaSubSchedule p + p {
  margin-top: 2px;
}

#contents .nagisaSubSchedule span {
  display: inline-block;
  min-width: 116px;
}


/* =========================================================
nagisa black button
- jonanjima compact black button style
========================================================= */
#contents .nagisaSubButtonList {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 24px;
}

#contents .nagisaSubButtonItem {
  width: min(100%, 420px);
}

#contents .nagisaSubButtonItem a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 54px 14px 20px;
  background: #333;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

#contents .nagisaSubButtonItem a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../../images/shared/arrow_left_wh.png) center / contain no-repeat;
}

#contents .nagisaSubButtonItem a:hover {
  opacity: 0.7;
}

#contents .nagisaSubButtonItem p {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

/* compact black button */
#contents .nagisaSubButtonList--compact {
  display: block;
  margin-top: 16px;
}

#contents .nagisaSubButtonList--compact .nagisaSubButtonItem {
  width: 100%;
  max-width: 320px;
}

#contents .nagisaSubButtonList--compact .nagisaSubButtonItem a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 12px 46px 12px 26px;
  border-radius: 10px;
  background: #333 url(../../images/shared/arrow_left_wh.png) right 14px center no-repeat;
  background-size: 5px auto;
  box-shadow: 0 1px 0 1px #ddd;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

#contents .nagisaSubButtonList--compact .nagisaSubButtonItem a::after {
  content: none;
}

#contents #nagisa-top .nfmoRelatedCard .txtBox {
  display: flex;
  flex-direction: column;
}

#contents #nagisa-top .nfmoRelatedCard__btn {
  margin-top: auto;
  padding-top: 18px;
}

/* =========================================================
nagisa-volunteer
========================================================= */
#contents .nagisaSubPage--volunteer .nagisaVolunteerNotice {
  margin-top: 26px;
  margin-bottom: 48px;
  color: #dc2626;
  font-weight: 700;
}

/* =========================================================
nagisa-wildlife
========================================================= */
#contents .nagisaSubPage--wildlife .nagisaSubMv .mvItem {
  animation: nagisaWildlifeImageFade 20s infinite;
}

#contents .nagisaSubPage--wildlife .nagisaSubMv .mvItem:nth-child(1) {
  animation-delay: 0s;
}

#contents .nagisaSubPage--wildlife .nagisaSubMv .mvItem:nth-child(2) {
  animation-delay: 4s;
}

#contents .nagisaSubPage--wildlife .nagisaSubMv .mvItem:nth-child(3) {
  animation-delay: 8s;
}

#contents .nagisaSubPage--wildlife .nagisaSubMv .mvItem:nth-child(4) {
  animation-delay: 12s;
}

#contents .nagisaSubPage--wildlife .nagisaSubMv .mvItem:nth-child(5) {
  animation-delay: 16s;
}

@keyframes nagisaWildlifeImageFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  7% {
    opacity: 1;
  }

  24% {
    opacity: 1;
    transform: scale(1);
  }

  32% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

#contents .nagisaSubPage--wildlife .h4Area {
  margin-bottom: 20px;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeIntro {
  margin-top: 0;
}

#contents .nagisaSubPage--wildlife .nagisaSubText p + p {
  margin-top: 8px;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory {
  margin-top: 34px;
  margin-bottom: 34px;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
  justify-items: center;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 220px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  overflow: visible;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__item::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__thumb {
  display: block;
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid #fff;
  background: #fff;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.14));
  transition: transform 0.28s ease, filter 0.28s ease;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__item:hover .nagisaWildlifeCategory__thumb,
#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__item:focus-visible .nagisaWildlifeCategory__thumb {
  transform: translateY(-6px);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__title {
  display: block;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__notice {
  margin-top: 28px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f6fbfe;
  color: #102847;
  box-sizing: border-box;
}

#contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__notice[hidden] {
  display: none;
}

/* =========================================================
nagisa-access
========================================================= */
#contents .nagisaSubPage--access .h4Area {
  margin-bottom: 20px;
}

#contents .nagisaSubPage--access .nagisaAccessBlock {
  margin-top: 0;
}

#contents .nagisaSubPage--access .nagisaAccessRouteTable td p + p {
  margin-top: 6px;
}

#contents .nagisaSubPage--access .nagisaAccessParking {
  margin-top: 34px;
}

#contents .nagisaSubPage--access .nagisaAccessParking__heading,
#contents .nagisaSubPage--access .nagisaAccessInfoBlock__title {
  margin: 0 0 14px;
  color: #102847;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

#contents .nagisaSubPage--access .nagisaAccessParking__lead {
  padding: 14px 18px;
  border-radius: 14px;
  background: #f6fbfe;
  font-weight: 700;
}

#contents .nagisaSubPage--access .nagisaAccessParking__panel {
  margin-top: 18px;
  padding: 22px 22px 24px;
  border: 1px solid #d7e7f1;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

#contents .nagisaSubPage--access .nagisaAccessParking__section + .nagisaAccessParking__section {
  margin-top: 26px;
}

#contents .nagisaSubPage--access .nagisaAccessParking__section h6 {
  margin: 0 0 8px;
  color: #102847;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

#contents .nagisaSubPage--access .nagisaAccessParking__section p + p {
  margin-top: 4px;
}

#contents .nagisaSubPage--access .nagisaAccessParking__section--alert h6,
#contents .nagisaSubPage--access .nagisaAccessParking__notice .is-emphasis {
  color: #dc2626;
}

#contents .nagisaSubPage--access .nagisaAccessParking__notice p + p,
#contents .nagisaSubPage--access .nagisaAccessParking__notes p + p {
  margin-top: 6px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoBlocks {
  margin-top: 34px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoBlock + .nagisaAccessInfoBlock {
  margin-top: 30px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoBlock__link {
  display: inline-flex;
  color: #2f88b9;
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}

#contents .nagisaSubPage--access .nagisaAccessInfoBlock__link:hover {
  text-decoration: underline;
}

#contents .nagisaSubPage--access .nagisaAccessMap {
  display: block;
  max-width: 760px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #d7e7f1;
  background: #fff;
}

#contents .nagisaSubPage--access .nagisaAccessMap img {
  display: block;
  width: 100%;
  height: auto;
}

#contents .nagisaSubPage--access .nagisaAccessMap__btn {
  max-width: 420px;
  margin-top: 18px;
}

/* =========================================================
nagisa-contact
========================================================= */
#contents .nagisaSubPage--contact .nagisaContactIntro {
  margin-top: 0;
}

#contents .nagisaSubPage--contact .nagisaContactIntro p + p {
  margin-top: 6px;
}

#contents .nagisaSubPage--contact .nagisaContactBtnList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 34px;
  margin-bottom: 0;
}

#contents .nagisaSubPage--contact .nagisaContactBtnList .nagisaCommonContact__btnItem,
#contents .nagisaSubPage--contact .nagisaContactBtnList .nagisaCommonContact__btnItem--wide {
  flex: none;
}

#contents .nagisaCommonContact {
  margin-top: 88px;
}

#contents .nagisaCommonContact__lead {
  margin-bottom: 32px;
}

#contents .nagisaCommonContact__lead p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}

#contents .nagisaCommonContact__lead p + p {
  margin-top: 6px;
}

/* ------------------------------
button list
------------------------------ */
#contents .nagisaCommonContact__btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 36px;
}

#contents .nagisaCommonContact__btnItem {
  flex: 1 1 260px;
  min-width: 0;
}

#contents .nagisaCommonContact__btnItem--wide {
  flex: 1.7 1 420px;
}

#contents .nagisaCommonContact__btnItem a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 18px 64px 18px 28px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(90deg, #3a3a3a 0%, #2f2f2f 100%);
  color: #fff !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#contents .nagisaCommonContact__btnItem a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../../images/shared/arrow_left_wh.png) center center / contain no-repeat;
}

#contents .nagisaCommonContact__btnItem a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

#contents .nagisaCommonContact__btnItem .btnText {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* ------------------------------
contact panel
------------------------------ */
#contents .nagisaCommonContact__panel {
  padding: 42px 40px 40px;
  border: 1px solid #dce9f2;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(47, 136, 185, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  box-shadow: 0 18px 48px rgba(31, 78, 121, 0.08);
  box-sizing: border-box;
}

#contents .nagisaCommonContact__panelHead {
  margin-bottom: 30px;
  text-align: center;
}

#contents .nagisaCommonContact__panelHead .eyebrow {
  margin: 0 0 8px;
  color: #2f88b9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#contents .nagisaCommonContact__panelHead h5 {
  margin: 0;
  color: #0f2747;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

#contents .nagisaCommonContact__panelHead .intro {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
}

/* ------------------------------
cards
------------------------------ */
#contents .nagisaCommonContact__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

#contents .nagisaCommonContact__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 26px 28px;
  border: 1px solid #dbe7f0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(31, 78, 121, 0.05);
  box-sizing: border-box;
}

#contents .nagisaCommonContact__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f88b9 0%, #6cc3ef 100%);
}

#contents .nagisaCommonContact__card .cardHead {
  margin-bottom: 20px;
}

#contents .nagisaCommonContact__card .cardLabel {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eef8fd;
  color: #2f88b9;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

#contents .nagisaCommonContact__card h6 {
  margin: 0;
  color: #102847;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

/* ------------------------------
info block
------------------------------ */
#contents .nagisaCommonContact__card .infoBlock {
  margin-bottom: 18px;
  padding: 14px 0 0;
  border-top: 1px solid #edf3f7;
}

#contents .nagisaCommonContact__card .infoLabel {
  margin: 0 0 8px;
  color: #2f88b9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

#contents .nagisaCommonContact__card .infoValue {
  margin: 0;
  color: #243b5a;
  font-size: 16px;
  line-height: 1.9;
}

#contents .nagisaCommonContact__card .infoValue span {
  display: inline-block;
  color: #5d6a79;
  font-size: 15px;
}

/* ------------------------------
contact block
------------------------------ */
#contents .nagisaCommonContact__card .contactBlock {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf3f7;
}

#contents .nagisaCommonContact__card .blockTitle {
  margin: 0 0 10px;
  color: #243b5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

#contents .nagisaCommonContact__card .mainContact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
}

#contents .nagisaCommonContact__card .mainContactLabel {
  color: #2f88b9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#contents .nagisaCommonContact__card .mainContact a {
  color: #102847;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-decoration: none;
  word-break: break-all;
}

#contents .nagisaCommonContact__card .mainContact a:hover {
  color: #2f88b9;
}

#contents .nagisaCommonContact__card .mainContact.mail {
  align-items: center;
}

#contents .nagisaCommonContact__card .mainContact.mail a {
  font-size: 20px;
  line-height: 1.5;
}

#contents .nagisaCommonContact__card .subNote {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.95;
}

/* =========================================================
tablet
========================================================= */
@media screen and (max-width: 1024px) {
  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  #contents .nagisaCommonContact__btnList {
    gap: 16px;
  }

  #contents .nagisaCommonContact__btnItem {
    flex: 1 1 calc(50% - 8px);
  }

  #contents .nagisaCommonContact__btnItem--wide {
    flex: 1 1 100%;
  }

  #contents .nagisaCommonContact__btnItem a {
    min-height: 76px;
    padding: 16px 52px 16px 22px;
  }

  #contents .nagisaCommonContact__btnItem .btnText {
    font-size: 16px;
    line-height: 1.5;
  }

  #contents .nagisaCommonContact__cards {
    grid-template-columns: 1fr;
  }

  #contents .nagisaCommonContact__card h6 {
    font-size: 22px;
  }

  #contents .nagisaCommonContact__card .mainContact a {
    font-size: 30px;
  }

  #contents .nagisaCommonContact__card .mainContact.mail a {
    font-size: 20px;
  }
}

/* =========================================================
SP
========================================================= */
@media screen and (max-width: 767px) {
  #contents .nagisaSubPage {
    padding: 50px 4%;
  }

  #contents .nagisaSubPage .inner {
    width: auto !important;
  }

  #contents .nagisaSubPage p {
    font-size: 14px;
    line-height: 1.85;
  }

  #contents .nagisaSubMv {
    margin: 0 0 36px;
  }

  #contents .nagisaSubMv .mvSlider {
    border-radius: 18px;
  }

  #contents .nagisaSubMv .mvSlider::before {
    padding-top: 62%;
  }

  #contents .nagisaSubIntro {
    padding: 0;
    border-radius: 0;
  }

  #contents .nagisaSubTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #contents .nagisaSubTable table {
    min-width: 520px;
  }

  #contents .nagisaSubTable th,
  #contents .nagisaSubTable td {
    padding: 8px 10px;
    font-size: 14px;
  }

  #contents .nagisaSubFeature {
    padding: 0;
    border-radius: 0;
  }

  #contents .nagisaSubFeature__title {
    font-size: 19px;
    padding-left: 18px;
  }

  #contents .nagisaSubFeature__image {
    max-width: 100%;
  }

  #contents .nagisaSubFeature__imageList {
    gap: 10px;
  }

  #contents .nagisaSubFeature__imageList .nagisaSubFeature__image {
    flex-basis: calc(50% - 5px);
    width: auto;
  }

  #contents .nagisaSubFeature .nagisaSubText p {
    font-size: 14px;
  }

  #contents .nagisaSubPage--forestManagement .nagisaSubFeature--wideImage .nagisaSubFeature__image img {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  #contents .nagisaSubPage--forestManagement .nagisaSubFeature--wideImage .nagisaSubFeature__image {
    width: 100%;
    min-width: 0;
  }

  #contents .nagisaSubAreaGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #contents .nagisaSubAreaBlock > .nagisaSubFeature__image,
  #contents .nagisaSubAreaBlock > .nagisaSubFeature__imageList,
  #contents .nagisaSubAreaBlock > .nagisaSubFeature__placeholder {
    margin: 12px 0 16px;
  }

  #contents .nagisaSubAreaBlock .nagisaSubFeature__imageList--triple {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #contents .nagisaSubAreaNote {
    margin-top: 14px;
    padding: 14px 14px 15px;
    border-radius: 12px;
  }

  #contents .nagisaSubAreaNote__title {
    font-size: 16px;
  }

  #contents .nagisaSubFeature__placeholder {
    min-height: 180px;
    font-size: 24px;
  }

  #contents .nagisaBbqInfo {
    margin-top: 18px;
  }

  #contents .nagisaBbqInfo__section + .nagisaBbqInfo__section {
    margin-top: 28px;
  }

  #contents .nagisaBbqInfo__title {
    font-size: 19px;
  }

  #contents .nagisaBbqInfo__cta {
    margin: 10px 0 12px;
  }

  #contents .nagisaBbqInfo__ctaLabel {
    max-width: none;
  }

  #contents .nagisaBbqInfo__ctaLabel.nagisaCommonContact__btnItem a {
    min-height: 72px;
    padding: 16px 48px 16px 18px;
    border-radius: 6px;
  }

  #contents .nagisaBbqInfo__contactPanel {
    padding: 18px 12px 16px;
    border-radius: 18px;
    max-width: none;
  }

  #contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__panelHead {
    margin-bottom: 14px;
  }

  #contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__panelHead h5 {
    font-size: 24px;
  }

  #contents .nagisaBbqInfo__contactPanel .nagisaCommonContact__card {
    max-width: none;
    padding: 20px 14px 18px;
  }

  #contents .nagisaSubPage--hazetsukiIsoBbq .nagisaSubPage__hero {
    margin-bottom: 14px;
  }

  #contents .nagisaSubPage--hazetsukiIsoBbq .nagisaSubIntro {
    margin-bottom: 22px;
  }

  #contents .nagisaSubPage--hazetsukiIsoBbq .nagisaBbqInfo__section + .nagisaBbqInfo__section {
    margin-top: 24px;
  }

  #contents .nagisaSubSchedule {
    padding: 10px 12px;
  }

  #contents .nagisaSubSchedule span {
    min-width: 92px;
  }

  #contents .nagisaSubPage--volunteer .nagisaVolunteerNotice {
    margin-top: 20px;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.8;
  }

  #contents .nagisaSubButtonList {
    display: block;
    margin-top: 20px;
  }

  #contents .nagisaSubButtonItem {
    width: 100%;
  }

  #contents .nagisaSubButtonItem + .nagisaSubButtonItem {
    margin-top: 16px;
  }

  #contents .nagisaSubButtonItem a {
    width: 100%;
    min-height: 52px;
    padding: 12px 44px 12px 16px;
    font-size: 15px;
  }

  #contents .nagisaSubButtonItem p {
    font-size: 13px;
  }

  #contents .nagisaSubButtonList--compact {
    margin-top: 14px;
  }

  #contents .nagisaSubButtonList--compact .nagisaSubButtonItem {
    max-width: none;
  }

  #contents .nagisaSubButtonList--compact .nagisaSubButtonItem a {
    min-width: 0;
    min-height: 54px;
    padding: 12px 38px 12px 18px;
    font-size: 1.5rem;
  }

  #contents #nagisa-top .nfmoRelatedCard__btn {
    padding-top: 14px;
  }

  #contents .nagisaSubPage--wildlife .h4Area {
    margin-bottom: 16px;
  }

  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  #contents .nagisaSubPage--wildlife .nagisaSubText p + p {
    margin-top: 6px;
  }

  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__item {
    max-width: none;
  }

  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__thumb {
    width: 145px;
    height: 145px;
    margin-bottom: 12px;
    border-width: 4px;
  }

  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__title {
    font-size: 15px;
    line-height: 1.5;
  }

  #contents .nagisaSubPage--wildlife .nagisaWildlifeCategory__notice {
    margin-top: 20px;
    padding: 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.8;
  }

  #contents .nagisaSubPage--access .h4Area {
    margin-bottom: 16px;
  }

  #contents .nagisaSubPage--access .nagisaAccessParking {
    margin-top: 26px;
  }

  #contents .nagisaSubPage--access .nagisaAccessParking__heading,
  #contents .nagisaSubPage--access .nagisaAccessInfoBlock__title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  #contents .nagisaSubPage--access .nagisaAccessParking__lead {
    padding: 12px 14px;
    border-radius: 12px;
  }

  #contents .nagisaSubPage--access .nagisaAccessParking__panel {
    margin-top: 16px;
    padding: 18px 14px 20px;
    border-radius: 16px;
  }

  #contents .nagisaSubPage--access .nagisaAccessParking__section + .nagisaAccessParking__section {
    margin-top: 22px;
  }

  #contents .nagisaSubPage--access .nagisaAccessParking__section h6 {
    font-size: 18px;
  }

  #contents .nagisaSubPage--access .nagisaAccessInfoBlocks {
    margin-top: 28px;
  }

  #contents .nagisaSubPage--access .nagisaAccessInfoBlock + .nagisaAccessInfoBlock {
    margin-top: 24px;
  }

  #contents .nagisaSubPage--access .nagisaAccessMap {
    margin-top: 8px;
    border-radius: 12px;
  }

  #contents .nagisaSubPage--access .nagisaAccessMap__btn {
    max-width: none;
    margin-top: 14px;
  }

  #contents .nagisaSubPage--contact .h4Area {
    margin-bottom: 16px;
  }

  #contents .nagisaSubPage--contact .nagisaContactIntro p + p {
    margin-top: 6px;
  }

  #contents .nagisaSubPage--contact .nagisaContactBtnList {
    gap: 14px;
    margin-top: 24px;
  }

  #contents .nagisaCommonContact {
    margin-top: 60px;
  }

  #contents .nagisaCommonContact__lead {
    margin-bottom: 24px;
  }

  #contents .nagisaCommonContact__lead p {
    font-size: 14px;
    line-height: 1.8;
  }

  #contents .nagisaCommonContact__btnList {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  #contents .nagisaCommonContact__btnItem,
  #contents .nagisaCommonContact__btnItem--wide {
    flex: none;
  }

  #contents .nagisaCommonContact__btnItem a {
    min-height: 72px;
    padding: 16px 48px 16px 18px;
    border-radius: 6px;
  }

  #contents .nagisaCommonContact__btnItem a::after {
    right: 18px;
    width: 12px;
    height: 12px;
  }

  #contents .nagisaCommonContact__btnItem .btnText {
    font-size: 16px;
    line-height: 1.5;
  }

  #contents .nagisaCommonContact__panel {
    padding: 28px 16px 24px;
    border-radius: 20px;
  }

  #contents .nagisaCommonContact__panelHead {
    margin-bottom: 22px;
  }

  #contents .nagisaCommonContact__panelHead .eyebrow {
    font-size: 11px;
  }

  #contents .nagisaCommonContact__panelHead h5 {
    font-size: 30px;
  }

  #contents .nagisaCommonContact__panelHead .intro {
    font-size: 13px;
    line-height: 1.7;
  }

  #contents .nagisaCommonContact__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #contents .nagisaCommonContact__card {
    padding: 22px 16px 20px;
    border-radius: 18px;
  }

  #contents .nagisaCommonContact__card::before {
    left: 16px;
    width: 44px;
  }

  #contents .nagisaCommonContact__card .cardHead {
    margin-bottom: 16px;
  }

  #contents .nagisaCommonContact__card h6 {
    font-size: 18px;
    line-height: 1.5;
  }

  #contents .nagisaCommonContact__card .infoBlock {
    margin-bottom: 14px;
    padding-top: 12px;
  }

  #contents .nagisaCommonContact__card .infoLabel {
    margin-bottom: 6px;
    font-size: 13px;
  }

  #contents .nagisaCommonContact__card .infoValue {
    font-size: 14px;
    line-height: 1.85;
  }

  #contents .nagisaCommonContact__card .infoValue span {
    font-size: 13px;
  }

  #contents .nagisaCommonContact__card .contactBlock {
    margin-top: 14px;
    padding-top: 14px;
  }

  #contents .nagisaCommonContact__card .blockTitle {
    font-size: 13px;
  }

  #contents .nagisaCommonContact__card .mainContact {
    gap: 6px 12px;
  }

  #contents .nagisaCommonContact__card .mainContactLabel {
    font-size: 12px;
  }

  #contents .nagisaCommonContact__card .mainContact a {
    font-size: 20px;
    line-height: 1.35;
  }

  #contents .nagisaCommonContact__card .mainContact.mail a {
    font-size: 16px;
    line-height: 1.6;
  }

  #contents .nagisaCommonContact__card .subNote {
    font-size: 13px;
    line-height: 1.85;
  }
}
/* =========================================================
nagisa top related card button adjust
- 「生きもの情報を見る」「ボランティア情報を見る」はカード内幅に収める
========================================================= */
#contents #nagisa-top .nfmoRelatedCard__btn {
  width: 100%;
  margin-top: auto;
  padding-top: 18px;
  box-sizing: border-box;
}

#contents #nagisa-top .nfmoRelatedCard__btn .nagisaSubButtonItem {
  width: 100%;
  max-width: none;
}

#contents #nagisa-top .nfmoRelatedCard__btn .nagisaSubButtonItem a {
  width: 100%;
  min-width: 0;
  min-height: 60px;
  padding: 12px 38px 12px 18px;
  font-size: 1.5rem;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #contents #nagisa-top .nfmoRelatedCard__btn {
    padding-top: 14px;
  }

  #contents #nagisa-top .nfmoRelatedCard__btn .nagisaSubButtonItem a {
    min-height: 54px;
    padding: 12px 38px 12px 18px;
    font-size: 1.4rem;
  }
}

/* =========================================================
nagisa feature quad image list
- jonanjimaSubFeature__imageList--quad のなぎさの森版
========================================================= */
#contents .nagisaSubFeature__imageList--quad {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  margin-bottom: 16px;
}

#contents .nagisaSubFeature__imageList--quad .nagisaSubFeature__image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

#contents .nagisaSubFeature__imageList--quad .nagisaSubFeature__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #contents .nagisaSubFeature__imageList--quad {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  #contents .nagisaSubFeature__imageList--quad .nagisaSubFeature__image img {
    height: auto;
  }
}



/* =========================================================
nagisa-access common black button adjust
- Googleマップ / 公園マップPDFを共通黒ボタンに統一
========================================================= */
#contents .nagisaSubPage--access .nagisaAccessInfoBlock__btn {
  margin-top: 16px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoBlock__btn .nagisaSubButtonItem {
  width: 100%;
  max-width: 320px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoBlock__btn .nagisaSubButtonItem a {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #contents .nagisaSubPage--access .nagisaAccessInfoBlock__btn {
    margin-top: 14px;
  }

  #contents .nagisaSubPage--access .nagisaAccessInfoBlock__btn .nagisaSubButtonItem {
    max-width: none;
  }
}


/* =========================================================
  nagisa-access current layout restore / final adjust
  - nagisa-access.html の現行HTML構造に合わせて再調整
  - contact専用ボタンのCSSがaccessへ干渉しないようにスコープを分離
========================================================= */
#contents .nagisaSubPage--access .nagisaAccessBlock + .nagisaAccessBlock {
  margin-top: 34px;
}

#contents .nagisaSubPage--access .nagisaMiniTitle {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding-left: 20px;
  color: #111827;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

#contents .nagisaSubPage--access .nagisaMiniTitle::before {
  content: "";
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 4px;
  height: 1.15em;
  border-radius: 999px;
  background: #8fd0f2;
}

#contents .nagisaSubPage--access .nagisaText p + p {
  margin-top: 4px;
}

#contents .nagisaSubPage--access .nagisaAccessRouteTable th {
  width: 180px;
}

#contents .nagisaSubPage--access .nagisaNotice {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #8fd0f2;
  background: #f1f8fc;
  box-sizing: border-box;
}

#contents .nagisaSubPage--access .nagisaNotice p {
  color: #111827;
  line-height: 1.8;
}

#contents .nagisaSubPage--access .nagisaNotice p + p {
  margin-top: 6px;
}

#contents .nagisaSubPage--access .nagisaNotice--plain {
  background: #fff;
  border-left-color: #cdd9e1;
}

#contents .nagisaSubPage--access .nagisaAccessInfoList {
  margin-top: 22px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoItem {
  padding: 18px 20px;
  border: 1px solid #d7e7f1;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
}

#contents .nagisaSubPage--access .nagisaAccessInfoItem + .nagisaAccessInfoItem {
  margin-top: 14px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoItem h6 {
  margin: 0 0 8px;
  color: #102847;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

#contents .nagisaSubPage--access .nagisaAccessInfoItem p + p {
  margin-top: 4px;
}

#contents .nagisaSubPage--access .nagisaAccessInfoItem--alert {
  border-color: #f2caca;
  background: #fff8f8;
}

#contents .nagisaSubPage--access .nagisaAccessInfoItem--alert h6,
#contents .nagisaSubPage--access .nagisaAccessInfoItem--alert p {
  color: #d91c1c;
  font-weight: 700;
}

#contents .nagisaSubPage--access .nagisaAccessMapSection {
  margin-top: 24px;
  margin-bottom: 24px;
}

#contents .nagisaSubPage--access .nagisaWideImage {
  margin-top: 18px;
  text-align: center;
}

#contents .nagisaSubPage--access .nagisaWideImage img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 1px solid #d7e7f1;
  background: #fff;
}

#contents .nagisaSubPage--access .nagisaMapButtonList {
  display: block;
  max-width: 620px;
  margin-top: 24px;
  margin-bottom: 0;
}

#contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem {
  flex: none;
  width: 100%;
  max-width: 320px;
  min-width: 0;
}

#contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 60px;
  padding: 12px 46px 12px 26px;
  border: none;
  border-radius: 10px;
  background: #333 url(../../images/shared/arrow_left_wh.png) right 14px center no-repeat;
  background-size: 5px auto;
  box-shadow: 0 1px 0 1px #ddd;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  transform: none;
}

#contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem a::after {
  content: none;
}

#contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem a:hover {
  opacity: 0.7;
  transform: none;
}

#contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem .btnText {
  display: block;
  color: #fff !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* =========================================================
  nagisa-contact action buttons
  - nagisa-contact.html専用の黒系ボタン
  - 共通ボタンclassを使わず、他ページへ影響させない
========================================================= */
#contents #nagisa-contact .nagisaContactActionList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 720px;
  margin-top: 34px;
  margin-bottom: 0;
}

#contents #nagisa-contact .nagisaContactActionItem {
  width: 100%;
  min-width: 0;
}

#contents #nagisa-contact .nagisaContactActionItem a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 52px 12px 28px;
  border-radius: 8px;
  background: #333;
  box-shadow: 0 1px 0 1px #ddd;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

#contents #nagisa-contact .nagisaContactActionItem a::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

#contents #nagisa-contact .nagisaContactActionItem a:hover {
  opacity: 0.7;
}

#contents #nagisa-contact .nagisaContactActionItem a span {
  display: block;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  #contents .nagisaSubPage--access .nagisaMiniTitle {
    font-size: 20px;
    padding-left: 18px;
  }

  #contents .nagisaSubPage--access .nagisaAccessInfoItem {
    padding: 16px 14px;
    border-radius: 12px;
  }

  #contents .nagisaSubPage--access .nagisaAccessInfoItem h6 {
    font-size: 16px;
  }

  #contents .nagisaSubPage--access .nagisaAccessMapSection {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #contents .nagisaSubPage--access .nagisaMapButtonList {
    max-width: none;
    margin-top: 20px;
  }

  #contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem {
    max-width: none;
  }

  #contents .nagisaSubPage--access .nagisaMapButtonList .nagisaCommonContact__btnItem a {
    min-height: 54px;
    padding: 12px 38px 12px 18px;
    font-size: 1.5rem;
  }

  #contents #nagisa-contact .nagisaContactActionList {
    gap: 14px;
    max-width: none;
    margin-top: 24px;
  }

  #contents #nagisa-contact .nagisaContactActionItem a {
    min-height: 54px;
    padding: 12px 42px 12px 18px;
    border-radius: 8px;
    font-size: 1.5rem;
  }

  #contents #nagisa-contact .nagisaContactActionItem a::after {
    right: 14px;
    font-size: 1.8rem;
  }
}