/* media query */
/* -------------------------------------------------

meinimage

------------------------------------------------- */
#a_meinimage {
  background: url(../images/mainimg.jpg) no-repeat center top/cover;
  position: relative;
  padding: 100px 0 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #a_meinimage {
    background-position: left -120px top;
  }
}
#a_meinimage > p.hvcLogo {
  position: absolute;
  width: 76px;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 960px) {
  #a_meinimage > p.hvcLogo {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #a_meinimage > p.hvcLogo {
    top: 20px;
    right: 20px;
    width: 50px;
  }
}
#a_meinimage > section > h1 {
  width: 500px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #a_meinimage > section > h1 {
    width: 80%;
  }
}
#a_meinimage > section > section {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #a_meinimage > section > section {
    padding: 0 20px;
  }
}
#a_meinimage > section > section > h2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 25px;
}
#a_meinimage > section > section > p {
  letter-spacing: 1px;
  font-size: 1.1em;
}
#a_meinimage > section > section > p strong {
  font-weight: 700;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #a_meinimage > section > section > p {
    font-size: 1em;
  }
}
#a_meinimage > section > section > div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#a_meinimage > section > section > div > dl {
  margin: 0 10px;
  width: 200px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #a_meinimage > section > section > div > dl {
    margin: 0 5px;
  }
}
#a_meinimage > section > section > div > dl dd a, #a_meinimage > section > section > div > dl dd span {
  display: block;
  text-decoration: none;
  padding: 10px 3px;
  line-height: 150%;
  border-radius: 10px;
  font-size: 0.9em;
}
#a_meinimage > section > section > div > dl dd a {
  background-color: #eee800;
  color: #328751;
}
#a_meinimage > section > section > div > dl dd a:hover {
  transform: translateY(-3px);
}
#a_meinimage > section > section > div > dl dd span {
  background-color: #ddd;
}

/* -------------------------------------------------

detailArea

------------------------------------------------- */
div.detailArea {
  background-color: #328751;
  padding: 40px 0 20px;
  color: #fff;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea {
    padding: 40px 0 70px;
  }
}
div.detailArea > section {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media all and (max-width: 1200px) {
  div.detailArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
div.detailArea > section > h3 {
  font-size: 1.7em;
  margin: 0 0 20px;
}
div.detailArea > section > div > ol {
  margin: 15px 0 20px 20px;
}
div.detailArea > section > div > ol li {
  list-style: decimal;
}
div.detailArea > section.shikaku > h3 {
  margin-bottom: 5px;
}
div.detailArea > section.shikaku div p {
  padding-bottom: 15px;
}
div.detailArea > section.rules > h3 {
  margin-bottom: 5px;
}
div.detailArea > section.rules section {
  margin-bottom: 10px;
}
div.detailArea > section.rules section h4 {
  border-left: 7px solid #7fce9c;
  margin-bottom: 5px;
  padding-left: 5px;
  line-height: 110%;
}
div.detailArea > section.rules ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}
div.detailArea > section.entry > h3 {
  margin-bottom: 5px;
}
div.detailArea > section.entry ul {
  margin-left: 20px;
}
div.detailArea > section.entry ul li {
  list-style: disc;
}
div.detailArea > section.entry ul li a {
  color: #fff;
  text-decoration: underline;
}
div.detailArea > div.table {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  div.detailArea > div.table {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
div.detailArea > div.table > div {
  margin-bottom: 20px;
}
div.detailArea > div.table > div.none {
  width: 160px;
  background-color: #fff;
  color: #328751;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
}
div.detailArea > div.table > div.none.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  div.detailArea > div.table > div.none {
    width: 100px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div.none {
    width: 70px;
  }
  div.detailArea > div.table > div.none.sp {
    display: flex;
    align-items: center;
  }
}
div.detailArea > div.table > div.none > span {
  display: block;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.2em;
}
@media screen and (max-width: 960px) {
  div.detailArea > div.table > div.none > span {
    font-size: 1.1em;
    border-radius: 10px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div.none > span {
    font-size: 1em;
    border-radius: 5px;
  }
}
div.detailArea > div.table > div:not(.none) {
  width: calc((100% - 160px) / 2 - 30px);
  margin-left: 30px;
}
div.detailArea > div.table > div:not(.none) * {
  color: #fff;
  line-height: 170%;
}
div.detailArea > div.table > div:not(.none) * a {
  text-decoration: underline;
}
div.detailArea > div.table > div:not(.none).common {
  width: calc(100% - 160px - 30px);
}
@media screen and (max-width: 960px) {
  div.detailArea > div.table > div:not(.none) {
    width: calc((100% - 100px) / 2 - 20px);
    margin-left: 20px;
  }
  div.detailArea > div.table > div:not(.none).common {
    width: calc(100% - 100px - 30px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div:not(.none) {
    width: calc(100% - 90px);
    margin-left: 20px;
  }
  div.detailArea > div.table > div:not(.none).common {
    width: calc(100% - 90px);
  }
}
div.detailArea > div.table > div .large {
  font-size: 1.3em;
  margin-bottom: 5px;
}
div.detailArea > div.table > div .large small {
  display: block;
}
div.detailArea > div.table > div .large a.yoyakuBtn {
  text-align: center;
  display: block;
  background-color: #eee800;
  color: #328751;
  text-decoration: none;
  padding: 10px;
  margin-top: 8px;
  border-radius: 10px;
}
div.detailArea > div.table > div .large span.end {
  text-align: center;
  display: block;
  background-color: #ddd;
  color: #fff;
  padding: 10px;
  margin-top: 8px;
  border-radius: 10px;
}
div.detailArea > div.table > div.photo {
  width: 50%;
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div.photo {
    width: 100%;
  }
}
div.detailArea > div.table > div.photo ul li {
  position: relative;
}
div.detailArea > div.table > div.photo ul li span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  font-size: 0.95em;
}
div.detailArea > div.table > div .td1 {
  padding-top: 15px;
}
div.detailArea > div.table > div .td2 {
  padding-top: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div .td2 {
    padding-top: 15px;
  }
}
div.detailArea > div.table > div .kome li {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}
div.detailArea > div.table > div.transp {
  background-color: transparent;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div.transp {
    display: none;
  }
}
div.detailArea > div.table > div.kt00 h3, div.detailArea > div.table > div.ks00 h3 {
  font-size: 1.8em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div.kt00, div.detailArea > div.table > div.ks00 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.table > div.ks0p {
    order: 90;
  }
  div.detailArea > div.table > div.ks00 {
    order: 100;
  }
  div.detailArea > div.table > div.ks01l {
    order: 110;
  }
  div.detailArea > div.table > div.ks01 {
    order: 111;
  }
  div.detailArea > div.table > div.ks02l {
    order: 120;
  }
  div.detailArea > div.table > div.ks02 {
    order: 121;
  }
  div.detailArea > div.table > div.ks03l {
    order: 130;
  }
  div.detailArea > div.table > div.ks03 {
    order: 131;
  }
  div.detailArea > div.table > div.ks04l {
    order: 140;
  }
  div.detailArea > div.table > div.ks04 {
    order: 141;
  }
  div.detailArea > div.table > div.ks05l {
    order: 150;
  }
  div.detailArea > div.table > div.ks05 {
    order: 151;
  }
  div.detailArea > div.table > div.ks06l {
    order: 160;
  }
  div.detailArea > div.table > div.ks06 {
    order: 161;
  }
  div.detailArea > div.table > div.ks07l {
    order: 170;
  }
  div.detailArea > div.table > div.ks07 {
    order: 171;
  }
  div.detailArea > div.table > div.ks08l {
    order: 180;
  }
  div.detailArea > div.table > div.ks08 {
    order: 181;
  }
  div.detailArea > div.table > div.ks09l {
    order: 190;
  }
  div.detailArea > div.table > div.ks09 {
    order: 191;
  }
  div.detailArea > div.table > div.ks10l {
    order: 200;
  }
  div.detailArea > div.table > div.ks10 {
    order: 201;
  }
}
div.detailArea > div.tadaimaPJ {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 20px solid #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  div.detailArea > div.tadaimaPJ {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.tadaimaPJ {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
div.detailArea > div.tadaimaPJ > section {
  padding: 40px 30px;
  border: 2px solid #A11F24;
  background: #FFFFFF;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.tadaimaPJ > section {
    padding: 30px 20px;
  }
}
div.detailArea > div.tadaimaPJ > section * {
  color: #222;
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.tadaimaPJ > section * {
    text-align: left;
  }
}
div.detailArea > div.tadaimaPJ > section > h4 {
  font-size: 1.3em;
  margin-bottom: 15px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.tadaimaPJ > section > h4 {
    font-size: 1.2em;
    text-align: center;
  }
}
div.detailArea > div.tadaimaPJ > section > p.logo {
  width: 350px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  div.detailArea > div.tadaimaPJ > section > p.logo {
    width: 80%;
  }
}
div.detailArea > div.tadaimaPJ .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  border: 2px solid #A11F24;
  background: #FFF;
}
div.detailArea > div.tadaimaPJ .circle.top-left {
  left: -10px;
  top: -10px;
}
div.detailArea > div.tadaimaPJ .circle.top-rigt {
  right: -10px;
  top: -10px;
}
div.detailArea > div.tadaimaPJ .circle.btm-left {
  left: -10px;
  bottom: -10px;
}
div.detailArea > div.tadaimaPJ .circle.btm-rigt {
  right: -10px;
  bottom: -10px;
}/*# sourceMappingURL=index.css.map */