/* ---------------------------------------------------------
config
--------------------------------------------------------- */
/* rem */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 7.68);
  }
}
/* responsive */
/* textShadow */
/* ---------------------------------------------------------
contents
--------------------------------------------------------- */
.contents_area .inner > dl {
  margin: 0 0 0.16rem 0;
}
@media screen and (max-width: 768px) {
  .contents_area .inner > dl {
    margin: 0 0 0.2rem 0;
  }
}
.contents_area .inner > dl:last-child {
  margin: 0;
}

.contents_area .inner > dl > dt {
  align-items: center;
  background: #ff5988;
  border: 0.06rem solid #ffb4c8;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0 0 #be4164;
  color: #fff;
  cursor: pointer;
  display: flex;
/*  font-size: 0.34rem;*/
  font-size: 0.38rem;
  font-weight: bold;
  height: 0.7rem;
  padding: 0 0.25rem;
  position: relative;
  transition: 0.3s;
  text-shadow: rgba(190, 65, 100, 0.2) 0.02rem 0 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem 0 0.05rem, rgba(190, 65, 100, 0.2) 0 -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.01rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.01rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.01rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.01rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem 0.01rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem 0.01rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem -0.01rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem -0.01rem 0.05rem;
}
.contents_area .inner > dl > dt.current {
  background: #fff;
  color: #ff5988;
  text-shadow: rgba(255, 180, 200, 0.2) 0.02rem 0 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem 0 0.05rem, rgba(255, 180, 200, 0.2) 0 -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.01rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.01rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.01rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.01rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem 0.01rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem 0.01rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem -0.01rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem -0.01rem 0.05rem;
}

.contents_area .inner > dl > dd {
  background: #fff;
  border-bottom: 0.04rem solid #a98e6b;
  border-left: 0.04rem solid #a98e6b;
  border-radius: 0 0 0.1rem 0.1rem;
  border-right: 0.04rem solid #a98e6b;
  display: none;
  margin: 0 auto;
  padding: 0.16rem 0.12rem 0.12rem 0.12rem;
  width: calc(100% - 0.32rem);
}
@media screen and (max-width: 768px) {
  .contents_area .inner > dl > dd {
    padding: 0.26rem 0.22rem 0.22rem 0.22rem;
  }
}

.contents_area .inner > dl > dd > ul > li {
  margin: 0 0 0.1rem 0;
}
@media screen and (max-width: 768px) {
  .contents_area .inner > dl > dd > ul > li {
    margin: 0 0 0.2rem 0;
  }
}
.contents_area .inner > dl > dd > ul > li:last-child {
  margin: 0;
}

.contents_area .inner > dl > dd dt {
  background: #fef69e;
  line-height: 1;
  padding: 0.2rem 0.25rem 0.2rem 0.6rem;
  position: relative;
  transition: 0.3s;
}
.contents_area .inner > dl > dd dt.current, .contents_area .inner > dl > dd dt:hover {
  background: #feae2e;
}
.contents_area .inner > dl > dd dt.current p::before, .contents_area .inner > dl > dd dt:hover p::before {
  bottom: 0;
  content: "";
  height: 0.31rem;
  left: -0.48rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.38rem;
}
.contents_area .inner > dl > dd dt.current p::before, .contents_area .inner > dl > dd dt:hover p::before {
  background: url("../img/ic_peach.svg") no-repeat center/100%;
}
.contents_area .inner > dl > dd dt.current a, .contents_area .inner > dl > dd dt:hover a {
  display: flex;
  justify-content: flex-end;
}
.contents_area .inner > dl > dd dt p {
  color: #4b3c37;
  cursor: pointer;
/*  font-size: 0.3rem;*/
  font-size: 0.34rem;
  position: relative;
}
.contents_area .inner > dl > dd dt a {
  color: #fff;
  display: none;
/*  font-size: 0.18rem;*/
  font-size: 0.3rem;
  font-weight: normal;
  margin: 0.15rem 0 0 0;
  text-decoration: underline;
}

.contents_area .inner > dl > dd dd {
  display: none;
}
.contents_area .inner > dl > dd dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_area .inner > dl > dd dd ul li {
  margin: 0.1rem 0 0 0;
  width: calc(50% - 0.05rem);
}
@media screen and (max-width: 768px) {
  .contents_area .inner > dl > dd dd ul li {
    margin: 0.2rem 0 0 0;
    width: calc(50% - 0.1rem);
  }
}
.contents_area .inner > dl > dd dd ul a {
  border: 0.01rem solid #a98e6b;
  border-radius: 0.1rem;
  color: #a98e6b;
  display: block;
/*  font-size: 0.28rem;*/
  font-size: 0.32rem;
  padding: 0.05rem 0.25rem;
}
.contents_area .inner > dl > dd dd ul a.current {
  background: #ffe9d8;
  color: #ff6600;
}

.contents_area .inner .other + dd > ul > li {
  background: #fef69e;
  line-height: 1;
  padding: 0.2rem 0.25rem 0.2rem 0.6rem;
  position: relative;
  transition: 0.3s;
}
.contents_area .inner .other + dd > ul > li.current, .contents_area .inner .other + dd > ul > li:hover {
  background: #feae2e;
}
.contents_area .inner .other + dd > ul > li.current a::before, .contents_area .inner .other + dd > ul > li:hover a::before {
  bottom: 0;
  content: "";
  height: 0.31rem;
  left: -0.48rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.38rem;
}
.contents_area .inner .other + dd > ul > li.current a::before, .contents_area .inner .other + dd > ul > li:hover a::before {
  background: url("../img/ic_peach.svg") no-repeat center/100%;
}
.contents_area .inner .other + dd > ul > li a {
  color: #4b3c37;
  cursor: pointer;
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  position: relative;
}
.contents_area .inner .other + dd > ul > li a:hover {
  opacity: 1;
}

.landmark_list li a {
  border: 0.01rem solid #a98e6b;
  border-radius: 0.1rem;
  color: #a98e6b;
  display: block;
/*  font-size: 0.28rem;*/
  font-size: 0.32rem;
  padding: 0.05rem 0.25rem;
}
.landmark_list li a:hover {
  background: #ffe9d8;
  color: #ff6600;
}
