@charset "UTF-8";
.acd_check {
  display: none;
}
.acd_content {
  height: 1em;
  max-height: 1em;
  overflow: hidden;
  transition: all .7s ease-in-out;
}
.acd_content.acd_long {
  transition: all 2s ease-in-out;
}
.acd_check:checked ~ .acd_content {
  height: 100%; 
  max-height: 60em;
}
.acd_check:checked ~ .acd_content.acd_long {
  max-height: 600em;
}
.nori2019winter .nori_midashi {
  margin-top: 5px;
  margin-bottom: 5px;
}
.nori2019winter .aji {
  width: 620px;
}
.aji .setsumei {
  width: 460px;
}
@media only screen and (max-device-width: 479px) {
  .nori2019winter .aji {
    font-size: 16px;
    max-width: 100%;
  }
  .nori2019winter .aji + .aji {
    padding-top: 40px;
  }
  .nori2019winter .aji .setsumei {
    width: calc(100vw - 140px);
  }
  .nori2019winter .nori_midashi {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 22px;
  }
}
