@charset "UTF-8";
/* ---------------------------------------------------------
detail
--------------------------------------------------------- */
.contents_area .img,
.contents_area .img2,
.contents_area iframe {
  background: #fff;
  border: 0.02rem solid #ff9aad;
  border-radius: 0.1rem;
  display: inherit;
  margin: 0.2rem auto 0;
  padding: 0.06rem;
  width: 100%;
}
.contents_area .img {
  max-width: 6.6rem;
}
.contents_area .img2 {
  max-width: 5.6rem;
}
.contents_area iframe {
  height: 3.22rem;
  max-width: 5.44rem;
  pointer-events: none;
}
.contents_area dl {
  margin: 0.25rem auto 0.7rem;
  max-width: 7.2rem;
}
.contents_area dl.other_info dt {
  background-image: url("../img/other_ttl.png");
  cursor: pointer;
}
.contents_area dl.other_info dt::after {
  color: #fff;
  content: "▲";
  font-size: 0.4rem;
  position: absolute;
  right: 0.3rem;
  transform: scale(1.5, 1);
  transform-origin: right;
}
.contents_area dl.other_info dt.open::after {
  content: "▼";
}
.contents_area dl.other_info dd {
  display: none;
  margin: 0 auto;
  max-width: 6.82rem;
}
.contents_area dt {
  align-items: center;
  background: url("../img/topic_ttl.png") no-repeat center/contain;
  color: #fff;
  display: flex;
/*  font-size: 0.38rem;*/
  font-size: 0.4rem;
  font-weight: bold;
  height: 0.7rem;
  margin: 0 0 0.15rem 0;
  padding: 0 0.25rem 0 0.8rem;
}
.contents_area dd {
/*  font-size: 0.3rem;*/
  font-size: 0.34rem;
}
.contents_area li,
.contents_area p {
  display: list-item;
  list-style: disc outside;
  margin: 0 0 0.15rem 1.5em;
}
.contents_area li.notice,
.contents_area p.notice {
  font-size: 0.18rem;
  list-style: none;
  margin-left: 0;
}
.contents_area li:last-child,
.contents_area p:last-child {
  margin-bottom: 0;
}
.contents_area li span,
.contents_area p span {
  color: #ff2864;
  font-weight: bold;
}
.contents_area .info_tbl,
.contents_area .info_tbl th,
.contents_area .info_tbl td {
  border: 1px solid #000;
  font-size: 0.24rem;
}
.contents_area .info_tbl {
  background-color: #fff;
  width: 100%;
}
.contents_area .info_tbl th {
  padding: 0.02em 0.1rem;
  text-align: center;
}
.contents_area .info_tbl td {
  padding: 0.02em 0.1rem;
}
.contents_area .info_tbl.estate td:nth-child(2), .contents_area .info_tbl.estate td:nth-child(3), .contents_area .info_tbl.card td:nth-child(2) {
  text-align: right;
}

header {
  position: relative;
  z-index: 4;
}

.page_ttl {
  position: relative;
  z-index: 3;
}

.noscroll {
  overflow: hidden;
}

#nav_btn {
  z-index: 3;
}

.gnav-wrap {
  background-color: white;
  height: 100vh;
  left: 0;
  margin: auto;
  max-width: 7.68rem;
  overflow: scroll;
  padding: 2.1rem 0.25rem 0.3rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100vh);
  transition: all 0.4s;
  width: 100vw;
  z-index: 2;
}

.gnav-wrap.open {
  transform: translateY(0);
}

.gnav {
  display: block;
  text-align: center;
}

.contents_area dl.landmark_info dt {
  background-image: url("../img/other_ttl.png");
}
