@charset "UTF-8";
/*033093;*/
@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 766px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
#scrolltop {
  position: fixed;
  top: 2px;
  width: 50px;
  padding: 4px 8px;
  z-index: 1;
  cursor: pointer;
  background-color: #7a3a06;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 3px 3px 7px #a5a5a5;
}
#scrolltop span {
  color: #ffffff;
}
#scrolltop div {
  border-top: 3px solid #fff;
  margin-bottom: 4px;
}

#cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 0;
}

#modal {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 1%;
  left: 20px;
  max-width: 400px;
  width: 90%;
  height: 95%;
  background: #ffffff;
  overflow-y: scroll;
  border: 1px solid #ebe9e9;
  box-shadow: 5px 5px 10px #dddddd;
  font-size: 1.6rem;
}
#modal #batu {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.2em 0.2em;
  border: 1px solid #ddd;
  font-size: 3rem;
  color: #999;
}
#modal .小箱 {
  width: 100%;
}
#modal .小箱 h1 {
  padding: 0rem 0rem 0rem 1rem;
  margin: 0rem 0rem 1rem 0;
  line-height: 2;
  background-color: #fcf2e0;
  color: #666;
  border-top: 4px double #9d6500;
  font-size: 2rem;
  text-shadow: 0.3px 0.3px 0px #000;
  text-align: left;
}
#modal .小箱 ul {
  width: 100%;
}
#modal .小箱 ul li {
  margin: 0;
  border: 1px solid #bdbbbb;
  width: 100%;
  margin: 5px 0px;
  padding-left: 1em;
  display: block;
  position: relative;
  display: block;
}
#modal .小箱 ul li:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  mask-image: url("/part_img/arrow_dainari.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #757575;
  margin: 0 0.5em 0 0.5em;
  position: absolute;
  top: 10px;
  right: 0px;
}
#modal .小箱 ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  height: 40px;
  text-align: left;
  line-height: 1;
  color: #000;
}
#modal .小箱 ul li a span {
  vertical-align: middle;
  height: 40px;
}
#modal .小箱 ul p {
  display: none;
}
#modal .小箱 section.ttl-link {
  display: inline-block;
  margin: 0px 0px;
  width: 95%;
  height: 40px;
  border: 1px solid #ffa1bb;
}
#modal .小箱 section.ttl-link:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  mask-image: url("/part_img/arrow_dainari.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #757575;
  margin: 0 0.5em 0 0.5em;
  position: absolute;
  top: 10px;
  right: 0px;
}
#modal .小箱 section.ttl-link a:link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  height: 40px;
  height: 40px;
  background-color: #fff;
}
#modal .小箱 section.ttl-link a:link h2 {
  width: 100%;
  padding: 0px 0px 0em 1em;
  font-size: 2rem;
  line-height: 1;
  text-align: left;
  text-shadow: 0.3px 0.3px 0px #a90000;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
}
#modal .小箱 section.ttl-link a:link h2 .date {
  display: none;
  margin: 0 auto 5px 0;
  line-height: 1;
  font-size: 1.2rem;
}
#modal .小箱 section.ttl-link a:link h2 .date::before {
  content: "　";
}
#modal .小箱 section.ttl-link a:link h3 {
  display: none;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 1rem auto;
  padding: 0;
  text-shadow: 0px 0px 0.8px #000000;
}
#modal .小箱 section.ttl-link a:link p {
  display: none;
  width: 98%;
  margin: 0.5em auto;
  line-height: 1.6;
  padding: 0;
  text-overflow: ellipsis;
}
#modal .小箱 section.ttl-link a:link h4 {
  display: none;
  margin: 0px auto;
  padding: 1px;
  font-size: 1.4rem;
  line-height: 0.9;
}
#modal .小箱 section.ttl-link a:link img {
  display: none;
  padding: 0 5px 0px 5px;
  width: 25%;
  float: left;
}