@charset "UTF-8";
ul.gnavi li.location a p::after {
  width: 80%;
}

/* main_contents
=========================== */
.main_contents {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

/* contents_area
================================== */
.contents_area {
  margin-top: 60px;
}
.location_kv img {
  width: 100%;
}
.kv_cap {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  background-color: #40220f;
  padding-left: 14px;
  padding-block: 8px;
}
.kv_cap span {
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    margin-top: 30px;
  }
  .kv_cap {
    font-size: 13px;
    padding-left: 10px;
    padding-block: 4px;
  }
}

/* スライド
============================= */
.location_slide_area {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.location_slide_wrap {
  position: relative;
  width: 100%;
}
.location_slide .slick-list {
  overflow: visible;
}
.location_slide_item {
  padding: 0 10px;
}
.location_slide_item img {
  width: 100%;
  display: block;
}
.location_slide_item figcaption {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.4;
}
.location_slide_item figcaption span {
  font-size: 10px;
  display: block;
  text-align: right;
}
.location_slide_arrows {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.location_slide_arrows .slick-prev,
.location_slide_arrows .slick-next {
  position: static;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.location_slide_arrows .slick-prev {
  background-image: url("../images/slick-prev.jpg");
}
.location_slide_arrows .slick-next {
  background-image: url("../images/slick-next.jpg");
}
.location_slide_arrows .slick-prev::before,
.location_slide_arrows .slick-next::before {
  display: none;
}
.location_slide_arrows button {
  transition: opacity 0.3s ease;
}
.location_slide_arrows button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1040px) {
  .location_slide_area {
    margin-top: 12px;
  }
  .location_slide .slick-list {
    overflow: visible;
  }
  .location_slide_item {
    padding: 0 6px;
  }
  .location_slide_item figcaption {
    margin-top: 4px;
    font-size: 11px;
  }
  .location_slide_item figcaption span {
    font-size: 10px;
    text-align: left;
  }
  .location_slide_arrows {
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
  }
  .location_slide_arrows .slick-prev,
  .location_slide_arrows .slick-next {
    position: static;
    width: 28px;
    height: 28px;
  }
}

/* lifeinfo
=============================== */
.lifeinfo {
  padding-top: 120px;
}
.lifeinfo_title {
  text-align: center;
}
.lifeinfo_title_en {
  display: block;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.lifeinfo_map_area {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.lifeinfo_map {
  margin: 0;
  overflow: hidden;
  cursor: grab;
}

.lifeinfo_map img {
  width: 100%;
  display: block;
  user-select: none;
  touch-action: none;
}

.lifeinfo_map_controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
}

.lifeinfo_map_controls button {
  width: 34px;
  height: 34px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.lifeinfo_map_controls button:hover {
  opacity: 0.8;
}
.lifeinfo_contents {
  margin-top: 40px;
}
.lifeinfo_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4%;
  row-gap: 24px;
}
.lifeinfo_inwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4%;
  row-gap: 4px;
}
.lifeinfo_label {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding: 4px 14px;
  margin-bottom: 20px;
}
.lifeinfo_label.label01 {
  background-color: #8f7e6f;
}
.lifeinfo_label.label02 {
  background-color: #b89251;
}
.lifeinfo_label.label03 {
  background-color: #7e4c3a;
}
.lifeinfo_label.label04 {
  background-color: #556b2f;
}
.lifeinfo_label.label05 {
  background-color: #2f4f4f;
}
.lifeinfo_label.label06 {
  background-color: #b09d27;
}
.lifeinfo_item_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.lifeinfo_item_wrap + .lifeinfo_item_wrap {
  margin-top: 4px;
}
.lifeinfo_item_date {
  font-size: 12px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .lifeinfo {
    padding-top: 50px;
  }
  .lifeinfo_title {
    text-align: left;
  }
  .lifeinfo_title_en {
    font-size: 24px;
    letter-spacing: 0.15em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .lifeinfo_title_jp {
    font-size: 13px;
  }
  .lifeinfo_contents {
    margin-top: 20px;
  }
  .lifeinfo_wrap {
    margin-top: 20px;
    width: 96%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .lifeinfo_label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

/* cap_area
=================================== */
@media only screen and (max-width: 768px) {
  .cap_area {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
