@charset "utf-8";


#dnnr > div > div > p:first-child,
#dnnr #slder {
  margin: 0 auto 10px;
}

#dnnr div._bdy2 > div {
  aspect-ratio: 1.41 / 1;
}
/* #dnnr div._bdy2 > div embed {
  width: 100%;
  height: 100%;
}
 */
.menu-ctrl {
  display: flex;
    gap: 20px;
  margin-top: 15px;
}
.menu-ctrl button {
  background-color: #8c1d1d;
  color: #fff;
  border: none;
  padding: 8px 24px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.3s, transform 0.2s;
}
.menu-ctrl button:hover {
  background-color: #a62424;
  transform: translateY(-1px);
}


#cncpt > div > ul > li {
  width: calc(15% - 32px);
  padding: 16px;
  background: url(../../img/cncpt/bg_li2.png) no-repeat center center / 100% 100%;
  color: #4b3829;
  display: flex;
    justify-content: center;
    align-items: center;
  line-height: 1.6;
  font-size: 1vw;
  font-weight: bolder;
  text-align: center;
}


/* sp */
@media screen and (max-width: 640px) {
}
/* e.o.c. */
