.enjoy#top .pNav {
  width: 960px;
  margin: 60px auto;
}
.enjoy#top .pNav a {
  display: block;
  border-bottom: 2px solid #aacd23;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.enjoy#top .pNav a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #583c32;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 20px;
  top: -10px;
}
.enjoy#top .pNav a dl {
  display: table;
}
.enjoy#top .pNav a dl dt,
.enjoy#top .pNav a dl dd {
  display: table-cell;
  font-weight: 500;
  vertical-align: middle;
  font-size: 24px;
  letter-spacing: 0.07em;
}
.enjoy#top .pNav a dl dt {
  background: #aacd23;
  padding: 10px;
  color: #FFF;
}
.enjoy#top .pNav a dl dt small {
  font-size: 14px;
}
.enjoy#top .pNav a dl dd {
  padding: 10px 20px;
}
.enjoy#top h3.title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
.enjoy#top h3.title span.fun {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 24px;
  color: #aacd23;
}
.enjoy#top h3.title span.fun::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  height: 22px;
  width: 3px;
  background: #aacd23;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.enjoy#top h3.title span.fun::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  height: 22px;
  width: 3px;
  background: #aacd23;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.enjoy#top h3.title span.border {
  display: inline-block;
  border-bottom: 6px solid #aacd23;
  padding-bottom: 5px;
}
.enjoy#top h3.title span.time {
  width: 200px;
  height: 62px;
  display: block;
  margin: 0 auto;
  background: url(/img/enjoy/bg_time.png) no-repeat center center;
  background-size: contain;
  text-align: center;
  font-size: 24px;
  color: #aacd23;
  padding-top: 7px;
}
.enjoy#top h3.title span.time2 {
  width: 200px;
  height: 104px;
  display: block;
  margin: 0 auto;
  background: url(/img/enjoy/bg_time2.png) no-repeat center center;
  background-size: contain;
  text-align: center;
  font-size: 24px;
  color: #aacd23;
  padding-top: 14px;
}
.enjoy#top h3.title span.time2 span.irregular {
  background: #e80000;
  display: block;
  color: #FFF;
  padding: 4px 2px;
  border-radius: 30px;
  width: 150px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 22px;
}
.enjoy#top h4.bg {
  background: #aacd23;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.enjoy#top p.caption {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.enjoy#top p.caption span.fun {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.enjoy#top p.caption span.fun::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 2px;
  background: #583c32;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.enjoy#top p.caption span.fun::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  height: 18px;
  width: 2px;
  background: #583c32;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.enjoy#top a.linkBlock,
.enjoy#top span.linkBlock {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.enjoy#top a.linkBlock .photo,
.enjoy#top span.linkBlock .photo {
  width: 640px;
}
.enjoy#top a.linkBlock .photo img,
.enjoy#top span.linkBlock .photo img {
  border: 1px solid #dddddd;
  width: 100%;
  height: auto;
}
.enjoy#top a.linkBlock .info,
.enjoy#top span.linkBlock .info {
  width: 640px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.enjoy#top a.linkBlock .info h4,
.enjoy#top span.linkBlock .info h4 {
  font-size: 32px;
  font-weight: 700;
  border-left: 4px solid #aacd23;
  padding-left: 15px;
  margin-bottom: 20px;
}
.enjoy#top a.linkBlock .info .btnBrown,
.enjoy#top span.linkBlock .info .btnBrown {
  background: #583c32;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
  padding: 20px;
  line-height: 1;
}
.enjoy#top a.linkBlock .info .btnBrown span,
.enjoy#top span.linkBlock .info .btnBrown span {
  display: block;
  position: relative;
}
.enjoy#top a.linkBlock .info .btnBrown span::after,
.enjoy#top span.linkBlock .info .btnBrown span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #FFFFFF;
}
.enjoy#top section.unit {
  margin-bottom: 60px;
}
.enjoy#top p.text.em {
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
  letter-spacing: 0.03em;
}
.enjoy#top p.lead {
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.6;
}
.enjoy#top p.lead span {
  font-size: 15px;
  display: block;
  margin-top: 5px;
}
.enjoy#top img.border {
  border: 1px solid #dddddd;
  width: 100%;
  height: auto;
}
.enjoy#top div.bg_green {
  background: #e5f0bc;
  padding: 60px 0;
  margin-bottom: 60px;
}
.enjoy#top #entrance .flexWrap .info,
.enjoy#top #koshienplus .flexWrap .info {
  width: 620px;
}
.enjoy#top #entrance .flexWrap .info .btnBrown,
.enjoy#top #koshienplus .flexWrap .info .btnBrown {
  margin: 20px 0 0 0;
  width: 500px;
}
.enjoy#top #entrance .flexWrap .info .btnBrown a,
.enjoy#top #koshienplus .flexWrap .info .btnBrown a {
  font-size: 20px;
  padding: 30px 0;
}
.enjoy#top #entrance .flexWrap .photo,
.enjoy#top #koshienplus .flexWrap .photo {
  width: 620px;
}
.enjoy#top #entrance .flexWrap .photo img,
.enjoy#top #koshienplus .flexWrap .photo img {
  width: 100%;
  height: auto;
}
.enjoy#top .photoUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}
.enjoy#top .photoUnit li {
  width: 400px;
}
.enjoy#top .photoUnit li dl dt {
  text-align: center;
  font-size: 15px;
  margin: 10px 0 5px 0;
}
.enjoy#top .photoUnit li dl dd {
  font-size: 14px;
  line-height: 1.5;
}
.enjoy#top .photoUnit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 10px 0;
}
.enjoy#top .photoUnit2 li.beside {
  width: 500px;
  margin-right: 40px;
}
.enjoy#top .photoUnit2 li.beside img {
  width: 100%;
  height: auto;
}
.enjoy#top .photoUnit2 li.vertical {
  width: 300px;
}
.enjoy#top .photoUnit2 li.vertical img {
  width: 100%;
  height: auto;
}
.enjoy#top p.copy {
  text-align: center;
  margin-bottom: 30px;
}
.enjoy#top #stadium {
  margin-bottom: 0;
}
.enjoy#top #stadium .photoUnit {
  width: 836px;
  margin: 40px auto 0 auto;
}
.enjoy#top #stadium .photoUnit li {
  margin-bottom: 36px;
}
.enjoy#top #stadium_tour {
  margin-bottom: 0;
}
.enjoy#top #stadium_tour .photoUnit {
  margin-bottom: 0;
}
.enjoy#top #beStadium .flexWrap .logo {
  width: 300px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.enjoy#top #beStadium .flexWrap .info {
  width: 900px;
}
.enjoy#top #beStadium .flexWrap .info p.lead {
  text-align: left;
  margin-bottom: 10px;
}
.enjoy#top #beStadium .bnr {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .enjoy#top .pNav {
    width: auto;
    margin: 30px 4%;
  }
  .enjoy#top .pNav a {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .enjoy#top .pNav a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #583c32;
    right: 10px;
    top: 0;
  }
  .enjoy#top .pNav a dl dt,
  .enjoy#top .pNav a dl dd {
    font-size: 14px;
  }
  .enjoy#top .pNav a dl dt {
    padding: 5px 8px;
  }
  .enjoy#top .pNav a dl dt small {
    font-size: 12px;
  }
  .enjoy#top .pNav a dl dd {
    padding: 5px 25px 5px 10px;
  }
  .enjoy#top h3.title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .enjoy#top h3.title.small {
    font-size: 22px;
  }
  .enjoy#top h3.title span.fun {
    padding: 0 12px;
    font-size: 16px;
  }
  .enjoy#top h3.title span.fun::before {
    top: 4px;
    left: 0;
    height: 18px;
  }
  .enjoy#top h3.title span.fun::after {
    top: 4px;
    right: 0;
    height: 18px;
  }
  .enjoy#top h3.title span.border {
    border-bottom: 3px solid #aacd23;
    padding-bottom: 2px;
  }
  .enjoy#top h3.title span.time {
    width: 150px;
    height: 46px;
    font-size: 20px;
    padding-top: 4px;
  }
  .enjoy#top h3.title span.time2 {
    width: 150px;
    height: 78px;
    font-size: 20px;
    padding-top: 8px;
  }
  .enjoy#top h3.title span.time2 span.irregular {
    width: 120px;
    font-size: 18px;
  }
  .enjoy#top h4.bg {
    font-size: 17px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .enjoy#top p.caption {
    font-size: 14px;
  }
  .enjoy#top p.caption span.fun {
    padding: 0 10px;
  }
  .enjoy#top p.caption span.fun::before {
    top: 2px;
    left: 0;
    height: 16px;
  }
  .enjoy#top p.caption span.fun::after {
    top: 2px;
    right: 0;
    height: 16px;
  }
  .enjoy#top section.unit {
    margin: 0 15px 30px 15px;
  }
  .enjoy#top p.text.em {
    margin: 15px 0;
  }
  .enjoy#top p.lead {
    text-align: left;
    margin: 15px 0;
    font-size: 14px;
  }
  .enjoy#top p.lead span {
    font-size: 13px;
    display: block;
    margin: 5px 0 0 1em;
    text-indent: -1em;
  }
  .enjoy#top div.bg_green {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .enjoy#top a.linkBlock,
  .enjoy#top span.linkBlock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .enjoy#top a.linkBlock .photo,
  .enjoy#top span.linkBlock .photo {
    width: auto;
  }
  .enjoy#top a.linkBlock .info,
  .enjoy#top span.linkBlock .info {
    width: auto;
    padding: 20px 20px 60px 20px;
  }
  .enjoy#top a.linkBlock .info h4,
  .enjoy#top span.linkBlock .info h4 {
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .enjoy#top a.linkBlock .info .btnBrown,
  .enjoy#top span.linkBlock .info .btnBrown {
    padding: 15px;
    font-size: 14px;
    width: 160px;
  }
  .enjoy#top a.linkBlock .info .btnBrown span::after,
  .enjoy#top span.linkBlock .info .btnBrown span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #FFFFFF;
  }
  .enjoy#top #entrance .flexWrap .info,
  .enjoy#top #koshienplus .flexWrap .info {
    width: auto;
  }
  .enjoy#top #entrance .flexWrap .info .btnBrown,
  .enjoy#top #koshienplus .flexWrap .info .btnBrown {
    margin: 20px auto;
    width: 280px;
  }
  .enjoy#top #entrance .flexWrap .info .btnBrown a,
  .enjoy#top #koshienplus .flexWrap .info .btnBrown a {
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.2;
  }
  .enjoy#top #entrance .flexWrap .info .btnBrown a::after,
  .enjoy#top #koshienplus .flexWrap .info .btnBrown a::after {
    right: 10px;
  }
  .enjoy#top #entrance .flexWrap .photo,
  .enjoy#top #koshienplus .flexWrap .photo {
    width: auto;
    margin-top: 15px;
  }
  .enjoy#top .photoUnit {
    margin: 20px 0;
  }
  .enjoy#top .photoUnit li {
    width: 49%;
    margin-bottom: 10px;
  }
  .enjoy#top .photoUnit li dl dt {
    font-size: 13px;
    margin: 5px 0;
  }
  .enjoy#top .photoUnit li dl dd {
    font-size: 12px;
  }
  .enjoy#top .photoUnit2 {
    margin: 20px 0;
  }
  .enjoy#top .photoUnit2 li.beside {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .enjoy#top .photoUnit2 li.vertical {
    width: 100%;
    margin: 0 auto;
    max-width: 220px;
  }
  .enjoy#top p.copy {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .enjoy#top #stadium .photoUnit {
    width: auto;
    margin: 20px auto 0 auto;
  }
  .enjoy#top #stadium .photoUnit li {
    margin-bottom: 10px;
  }
  .enjoy#top #beStadium .flexWrap .logo {
    width: 120px;
    margin: 0 auto;
  }
  .enjoy#top #beStadium .flexWrap .logo img {
    width: 100%;
    height: auto;
  }
  .enjoy#top #beStadium .flexWrap .info {
    width: auto;
  }
  .enjoy#top #beStadium .flexWrap .info p.lead {
    text-align: left;
    margin-bottom: 10px;
  }
  .enjoy#top #beStadium .bnr img {
    width: 100%;
    height: auto;
  }
}
.mainVisual {
  background: #e5f0bc;
  padding: 40px 0;
}
.mainVisual h2 {
  text-align: center;
}

.lead.center {
  text-align: center;
}
.lead.center p.roc {
  display: inline-block;
  margin: 15px auto 0 auto;
  border: 2px solid #e80000;
  padding: 8px 16px;
  text-align: center;
  color: #e80000;
  line-height: 1 !important;
}
.lead.center p.roc img {
  height: 20px;
  width: auto;
  padding-right: 5px;
}

.photo img {
  width: 100%;
  height: auto;
}

.btnBrown.pdf {
  margin: 30px auto 0 auto;
}
.btnBrown.pdf a::after {
  display: none;
}
.btnBrown.pdf a img {
  width: 18px;
  height: auto;
  vertical-align: middle;
}

ul.photoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.photoList li {
  margin-bottom: 40px;
}
ul.photoList.border li img {
  border: 1px solid #eee;
}

.basicTable2.spBlock {
  table-layout: inherit;
}
.basicTable2.spBlock th,
.basicTable2.spBlock td {
  line-height: 1.4;
}
.basicTable2.spBlock th ul.indent,
.basicTable2.spBlock td ul.indent {
  margin: 0;
}
.basicTable2.spBlock th ul.indent li,
.basicTable2.spBlock td ul.indent li {
  margin-bottom: 0;
}
.basicTable2.spBlock th ul.indent + ul.list,
.basicTable2.spBlock td ul.indent + ul.list {
  margin-top: 10px;
}
.basicTable2.spBlock th ul.list li,
.basicTable2.spBlock td ul.list li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}
.basicTable2.spBlock th ul.list + p.text,
.basicTable2.spBlock td ul.list + p.text {
  margin-top: 5px;
}
.basicTable2.spBlock .title {
  width: 35%;
}
.basicTable2.spBlock .details {
  text-align: left;
  padding: 15px;
}
.basicTable2.spBlock .time {
  white-space: nowrap;
}

p.indent {
  text-indent: -1em;
  margin-left: 1em;
}

ul.indent .right {
  text-align: right;
}

.btnBrown.return {
  margin: 80px auto 0 auto;
  width: 400px;
}
.btnBrown.return a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #FFFFFF;
  border-left: none;
  left: 20px;
}
.btnBrown.return a:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #583c32;
  border-left: none;
  left: 20px;
}

.enjoy#pitching .photo + .photoList {
  margin-top: 40px;
}
.enjoy#pitching .photo + .photoList li {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    padding: 0;
  }
  .mainVisual h2 img {
    width: 100%;
    height: auto;
  }
  .mainVisual h2 img.border {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .lead.center p.roc {
    padding: 8px 10px;
  }
  .lead.center p.roc img {
    height: 14px;
    width: auto;
  }
  ul.photoList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.photoList li {
    margin: 0 1% 15px 1%;
    max-width: 290px;
  }
  ul.photoList li img {
    width: 100%;
    height: auto;
  }
  .basicTable2.spBlock th,
  .basicTable2.spBlock td {
    display: block;
    border-bottom: none;
  }
  .basicTable2.spBlock td {
    font-size: 13px;
  }
  .basicTable2.spBlock td:last-child {
    border-bottom: 1px solid #b6b6b6;
  }
  .basicTable2.spBlock .title {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
  }
  .basicTable2.spBlock .details {
    text-align: left;
    padding: 10px;
  }
  .basicTable2.spBlock .time {
    text-align: left;
  }
  p.indent {
    margin-bottom: 5px;
  }
  .btnBrown.pdf {
    margin: 20px auto 0 auto;
  }
  .btnBrown.pdf a::after {
    display: none;
  }
  .btnBrown.pdf a img {
    width: 16px;
    height: auto;
    vertical-align: middle;
  }
  .btnBrown.return {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .btnBrown.return a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #FFFFFF;
    border-left: none;
    left: 20px;
  }
  .btnBrown.return a:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #FFFFFF;
    border-left: none;
    left: 20px;
  }
  .enjoy#pitching .photo + .photoList {
    margin-top: 20px;
  }
  .enjoy#pitching .photo + .photoList li {
    margin-bottom: 15px;
  }
  .enjoy#pitching .photo + .photoList li:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=enjoy.css.map */