@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.logo-bukkenLogo__link img {
  filter: invert(61%) sepia(56%) saturate(305%) hue-rotate(4deg) brightness(90%) contrast(93%);
}

.p-map i {
  display: inline-block;
}
.p-map__inner {
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-map__inner {
    padding-bottom: 5rem;
  }
}
.p-map__ttl {
  text-align: center;
  color: #99865d;
  font-size: 4rem;
  line-height: 0.8;
}
.p-map__ttl small {
  font-size: 0.4em;
}
@media only screen and (max-width: 768px) {
  .p-map__ttl {
    font-size: 2.6rem;
  }
}
.p-map__mapimg {
  margin-top: 5rem;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-map__mapimg {
    margin-top: 2.5rem;
  }
}
.p-map__btns {
  width: 90%;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.p-map__btns__btn {
  position: relative;
  padding: 0.25em;
  width: 100%;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-map__btns__btn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-map__btns__btn:hover {
    opacity: 0.8;
  }
}
.p-map__btns__btn.mod--gold {
  background: linear-gradient(90deg, rgb(121, 96, 72) 0%, rgb(183, 149, 112) 100%);
}
.p-map__btns__btn.mod--blue {
  background: linear-gradient(90deg, rgb(31, 67, 77) 0%, rgb(113, 124, 131) 100%);
}
.p-map__btns__btn::after {
  content: "";
  border: solid 0.5px #99865d;
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.p-map__btns__btn .u-arw--ku {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}
.p-map__entry {
  background: #4d4d52;
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-map__entry {
    padding-block: 5rem;
  }
}
.p-map__entry__ttl {
  text-align: center;
  font-size: 3rem;
  color: #c0b596;
}
@media only screen and (max-width: 768px) {
  .p-map__entry__ttl {
    font-size: 2rem;
  }
}
.p-map__entry__txt {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .p-map__entry__txt {
    font-size: 1.3rem;
  }
}
.p-map__entry__btn {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 0.25em;
  width: 100%;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 2rem;
  transition: 0.3s;
  margin-inline: auto;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .p-map__entry__btn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-map__entry__btn:hover {
    opacity: 0.8;
  }
}
.p-map__entry__btn.mod--gold {
  background: linear-gradient(90deg, rgb(121, 96, 72) 0%, rgb(183, 149, 112) 100%);
}
.p-map__entry__btn.mod--blue {
  background: linear-gradient(90deg, rgb(31, 67, 77) 0%, rgb(113, 124, 131) 100%);
}

.ftCaption {
  padding: 0;
}
.ftCaption .c-ft_cap {
  padding: 1em;
}

@media print {
  [data-include] {
    display: none !important;
  }
  .p-map {
    margin-top: 5rem;
  }
  .p-map__btns {
    display: none !important;
  }
  header, footer {
    display: none !important;
  }
  .fixCvBtn {
    display: none !important;
  }
  .ft_bnrArea {
    display: none !important;
  }
  .ftCaption, .pageTop {
    display: none !important;
  }
  .u-pinchIcon {
    display: none !important;
  }
  .u-container {
    max-width: unset;
    width: 100%;
  }
  .p-map__mapimg {
    width: 100%;
  }
  .p-map {
    padding-block: 0;
  }
  .p-map__entry {
    display: none !important;
  }
}
/*# sourceMappingURL=../../map/map/map.css.map */