#event {
  background: url(../img/sp/bg.png) center;
  margin: 0 0 0 0;
}

.e-mv-wrap {
  margin-top: 10px;
  padding: 40px 0;
  border-bottom: #89b8c7 solid 2px;
}
@media only screen and (max-width: 720px) {
  .e-mv-wrap {
    background-size: auto 20px;
    padding: 20px 0;
  }
}

.e-mv {
  width: 802px;
  margin: auto;
}
@media only screen and (max-width: 720px) {
  .e-mv {
    width: auto;
    padding: 0 15px;
  }
}
.e-mv h1 img {
  width: 100%;
  height: auto;
}

.e-bg {
  background: rgb(23.9516129032, 87.8225806452, 111.0483870968);
  margin-top: -85px;
  border-top: 3px solid #227999;
  border-bottom: 3px solid #227999;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 720px) {
  .e-bg {
    padding-bottom: 30px;
  }
}

.e-detail-wrap {
  background: url(../img/sp5/bg.png) center;
  padding-bottom: 50px;
}

.e-profile-wrap {
  background: url(../img/sp5/bg2.png) center;
  padding: 40px 0 40px 0;
  border-top: #89b8c7 solid 2px;
  border-bottom: #89b8c7 solid 2px;
}
@media only screen and (max-width: 720px) {
  .e-profile-wrap {
    background-size: auto 20px;
    padding: 20px 30px 20px 30px;
  }
}
.e-profile-wrap .e-shop {
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 720px) {
  .e-profile-wrap .e-shop {
    width: auto;
  }
}

.e-profile-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 720px) {
  .e-profile-col {
    display: block;
  }
}

.e-profile-title {
  width: 300px;
  margin: auto !important;
  background: #f2f7f6;
  padding: 10px !important;
  font-size: 18px !important;
  text-align: center;
  color: #227999;
  border: 2px solid #227999;
  -webkit-box-shadow: 0 2px 0 rgba(242, 247, 246, 0.5), 0 5px 0 #227999;
          box-shadow: 0 2px 0 rgba(242, 247, 246, 0.5), 0 5px 0 #227999;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 720px) {
  .e-profile-title {
    width: auto;
  }
}

.e-profile {
  border: #89b8c7 solid 2px;
  background: #f2f7f6;
  padding: 5px;
  width: 47%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 5%;
}
@media only screen and (max-width: 720px) {
  .e-profile {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .e-profile {
    width: auto;
  }
}
.e-profile .in {
  border: #89b8c7 solid 1px;
  background: #FFF;
  padding: 20px 10px;
  position: relative;
  color: #217999;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 720px) {
  .e-profile .in {
    padding: 15px;
  }
}
.e-profile .in .image {
  text-align: center;
}
.e-profile .in .image figure {
  text-align: center;
}
.e-profile .in .image figure img {
  width: 180px;
  border-radius: 50%;
  border: #89b8c7 solid 1px;
}
@media only screen and (max-width: 720px) {
  .e-profile .in .image figure img {
    width: 180px;
    height: auto;
  }
}
.e-profile .in h2 {
  font-size: 19px;
  line-height: 1.6;
  background: url(../img/line2.png) center bottom repeat-x;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.e-profile .in h2 span {
  font-size: 13px;
}
@media only screen and (max-width: 720px) {
  .e-profile .in h2 {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
  }
}
.e-profile .in p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}
.e-profile .in p.profile {
  text-align: left;
  padding-top: 15px;
  font-weight: normal;
  font-size: 13px;
}

.e-date-place {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 720px) {
  .e-date-place {
    display: block;
    padding: 0 15px;
    width: auto;
  }
}
.e-date-place > dl {
  width: 380px;
  font-weight: bold;
}
.e-date-place > dl.-full {
  width: 100%;
  padding-top: 15px;
}
@media only screen and (max-width: 720px) {
  .e-date-place > dl.-full {
    padding-top: 0;
  }
}
@media only screen and (max-width: 720px) {
  .e-date-place > dl {
    width: auto;
    padding-bottom: 30px;
  }
}
.e-date-place > dl dt {
  background: #f2f7f6;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #227999;
  border: 2px solid #227999;
  -webkit-box-shadow: 0 2px 0 rgba(242, 247, 246, 0.5), 0 5px 0 #227999;
          box-shadow: 0 2px 0 rgba(242, 247, 246, 0.5), 0 5px 0 #227999;
}
.e-date-place > dl dd {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
  line-height: 1.4;
  padding-top: 20px;
}
.e-date-place > dl dd i {
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff8f86));
  background: linear-gradient(transparent 60%, #ff8f86 60%);
}
.e-date-place > dl dd span {
  font-size: 16px;
}
@media only screen and (max-width: 720px) {
  .e-date-place {
    padding-top: 20px;
  }
}

.e-head {
  background-color: #217999;
  font-size: 24px;
  padding: 15px;
  color: #FFF;
  text-align: center;
  border-bottom: #FFF solid 10px;
  -webkit-box-shadow: 0 4px 0px #89b8c7;
          box-shadow: 0 4px 0px #89b8c7;
}
@media only screen and (max-width: 720px) {
  .e-head {
    font-size: 16px;
    padding: 10px;
    -webkit-box-shadow: 0 4px 0px #89b8c7;
            box-shadow: 0 4px 0px #89b8c7;
    border-bottom: #FFF solid 5px;
    margin-bottom: -10px;
  }
}

.e-text-note {
  font-size: 12px;
  line-height: 1.6;
  padding-top: 35px;
  color: #666;
}

.e-inner {
  width: 800px;
  margin: auto;
  padding: 35px 0;
}

#event h1 {
  text-align: center;
}

.e-title {
  position: relative;
}

.e-icon1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.e-icon2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.e-date {
  text-align: center;
  position: relative;
}

.e-date {
  margin-top: 30px;
  padding-top: 30px;
  background: url("../img/sp/border.png") left top no-repeat;
}

.e-date .pen {
  position: absolute;
  right: 0;
  top: 0;
}

.e-lead {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 2.4em;
  font-weight: bold;
  padding-bottom: 40px;
}
@media only screen and (max-width: 720px) {
  .e-lead {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.e-lead p {
  padding: 0;
}

#event h2 {
  text-align: center;
}

.e-book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.e-book-list li {
  width: 260px;
  list-style: none;
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 45px;
  background: url("../img/sp/border_v.png") right top no-repeat;
  background-size: 5px 100%;
}

.e-book-list li:nth-child(1),
.e-book-list li:nth-child(4) {
  padding-left: 30px;
  background: url("../img/sp/border_v.png") right top no-repeat, url("../img/sp/border_v.png") left top no-repeat;
  background-size: 5px 100%;
}

.e-book-list li:nth-child(3),
.e-book-list li:nth-child(5) {
  margin-right: 0px;
}

.e-book-list li p {
  font-size: 18px;
  text-align: center;
  border-top: #217999 solid 1px;
  border-bottom: #217999 solid 1px;
  margin-bottom: 10px;
}

.e-book-list li p span {
  display: block;
  color: #FFF;
  line-height: 1.4;
  font-size: 18px;
  background: #ec7993;
  text-align: center;
  border-top: #FFF solid 2px;
  border-bottom: #FFF solid 2px;
  padding: 5px 0;
}

.e-book-list li h3 {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px 0;
  color: #217999;
  height: 52px;
}

.e-book-list li img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 10px 10px 0px rgba(33, 121, 153, 0.1);
          box-shadow: 10px 10px 0px rgba(33, 121, 153, 0.1);
}

.e-shop {
  display: block;
  text-align: left;
  border: #89b8c7 solid 2px;
  background: #f2f7f6;
  padding: 5px;
  position: relative;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto;
}

.e-shop > div {
  border: #89b8c7 solid 1px;
  background: #FFF;
  padding: 2px 2px 0 2px;
  position: relative;
}

.e-shop > div h4 {
  background: #ffea5d;
  color: #217999;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}

.e-shop .cat {
  position: absolute;
  left: 15px;
  top: 420px;
}

.e-shop-detail {
  font-size: 18px;
  line-height: 42px;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
}

.e-shop table {
  width: 100%;
  border-top: #217999 solid 1px;
}

.e-shop table td,
.e-shop table th {
  padding: 1em;
  color: #217999;
  border-bottom: #217999 solid 1px;
  font-size: 15px;
  line-height: 1.6;
  width: auto !important;
}

.e-shop table td span {
  font-size: 18px;
  font-weight: bold;
}

.e-shop table th {
  background: #f2f7f6;
  white-space: nowrap;
}

.e-shop h5 {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  background: url(../img/line2.png) center bottom repeat-x;
  color: #217999;
}

.e-shop-text,
.e-shop-list {
  padding: 20px;
  color: #217999;
}

.e-shop-list {
  margin: 0 0 0 1.5em;
}

.e-logo {
  text-align: center;
  padding-top: 30px;
}

.e-access {
  background: url(../img/line2.png) center top repeat-x;
  color: #217999;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  padding: 15px 0;
}

.e-access em {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.e-note {
  color: #217999;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
.e-note strong {
  font-size: 28px;
}
@media only screen and (max-width: 720px) {
  .e-note strong {
    font-size: 22px;
  }
}

.e-note p {
  padding-bottom: 20px;
}

.e-note p span {
  display: inline-block;
  background: #ffea5d;
  padding: 0 5px;
  margin-bottom: 10px;
}

.e-text-bt {
  text-align: center;
  margin-top: 30px;
}

#event .e-text-bt a {
  position: relative;
  height: 80px;
  width: 300px;
  display: inline-block;
}

#event .e-text-bt a:hover {
  text-decoration: none;
}

#event .e-text-bt a span {
  background: #ec7993;
  height: 80px;
  width: 300px;
  text-align: center;
  color: #FFF;
  display: block;
  position: relative;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
}

#event .e-text-bt a:hover span {
  background: #217999;
}

#event .e-text-bt a::before {
  content: "";
  height: 80px;
  width: 300px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #89b8c7;
}

#map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#e-title figure {
  margin-top: 10px;
}

#e-title h2 {
  font-size: 42px;
  line-height: 1.4;
  background: #FFF;
  border-left: #89b8c7 solid 1px;
  border-right: #89b8c7 solid 1px;
  border-top: #89b8c7 solid 1px;
  border-bottom: #89b8c7 solid 5px;
  margin-top: 20px;
}

#e-title h2 span {
  display: block;
  background: #ec7993;
  margin: 3px;
  color: #FFF;
  padding: 10px 0;
}

#e-detail h3 {
  text-align: center;
  padding: 30px 0;
  font-size: 36px;
}

#e-detail h3 span {
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 32px;
  color: #FFF;
  background: #8dc21f;
  border-radius: 50%;
  line-height: 55px;
  margin: 0 5px;
}

#e-title p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: bold;
  padding-top: 25px;
  background: url("../img/sp/border.png") left bottom no-repeat;
  background-size: 100% 5px;
  padding-bottom: 25px;
  color: #217999;
}

#e-detail h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  background-color: #b863a2;
  padding: 10px 0;
  color: #FFF;
}

#e-detail h4::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: calc(100% - 20px);
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #d880c1;
}

#e-detail p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.5em;
}

#e-detail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

#e-detail .box.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#e-detail .box .textBox {
  width: 380px;
}

#e-detail .box figure {
  width: 380px;
}

#e-title figure img,
#e-detail .box figure img {
  max-width: 100%;
  height: auto;
  padding: 3px;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #89b8c7 solid 1px;
}

#e-title figure figcaption,
#e-detail .box figure figcaption {
  font-size: 12px;
  padding-top: 5px;
}

@media only screen and (max-width: 720px) {
  #event {
    background-size: auto 20px;
  }
  .e-inner {
    width: auto;
    padding: 15px 15px;
  }
  #event h1 img {
    max-width: 100%;
    height: auto;
  }
  .e-title {
    text-align: center;
  }
  .e-icon1 {
    position: relative;
    display: inline-block;
    left: 0;
    bottom: 0;
    padding-top: 10px;
  }
  .e-icon2 {
    position: relative;
    display: inline-block;
    right: 0;
    bottom: 0;
    padding-top: 10px;
  }
  .e-icon1 img,
  .e-icon2 img {
    width: 120px;
    height: 120px;
  }
  .e-date {
    text-align: center;
    position: relative;
  }
  .e-date {
    margin-top: 10px;
    padding-top: 30px;
    background: url("../img/sp/border.png") left top no-repeat;
    background-size: 100% 5px;
  }
  .e-date img {
    max-width: 100%;
    height: auto;
  }
  .e-date img:first-child {
    width: 280px;
    height: auto;
    padding-bottom: 15px;
  }
  .e-date .pen {
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 45px;
  }
  /*.e-lead {
      background: url(../img/line2.png) center top repeat-x;
      color: #217999;
      text-align: center;
      font-size: 15px;
      margin: 30px 0;
  }*/
  .e-lead p {
    padding: 10px 0;
  }
  #event h2 {
    text-align: center;
  }
  #event h2 span {
    display: block;
    color: #FFF;
    line-height: 1.4;
    font-size: 18px;
    background: #ec7993;
    text-align: center;
    border-top: #FFF solid 2px;
    border-bottom: #FFF solid 2px;
    padding: 10px 0;
  }
  #event h2 img {
    display: none;
  }
  .e-book-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .e-book-list li {
    width: calc(50% - 40px);
    list-style: none;
    padding-right: 20px;
    margin-right: 20px;
    margin-top: 30px;
    background: url("../img/sp/border_v.png") right top no-repeat;
    background-size: 5px 100%;
  }
  .e-book-list li:nth-child(1),
  .e-book-list li:nth-child(2),
  .e-book-list li:nth-child(4) {
    padding-left: 20px;
    background: url("../img/sp/border_v.png") right top no-repeat, url("../img/sp/border_v.png") left top no-repeat;
    background-size: 5px 100%;
  }
  .e-book-list li:nth-child(3),
  .e-book-list li:nth-child(5) {
    margin-right: 0px;
  }
  .e-book-list li p {
    font-size: 18px;
    text-align: center;
    border-top: #217999 solid 1px;
    border-bottom: #217999 solid 1px;
    margin-bottom: 10px;
  }
  .e-book-list li p span {
    display: block;
    color: #FFF;
    line-height: 1.4;
    font-size: 18px;
    background: #ec7993;
    text-align: center;
    border-top: #FFF solid 2px;
    border-bottom: #FFF solid 2px;
    padding: 5px 0;
  }
  .e-book-list li h3 {
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 15px 0;
    color: #217999;
    height: 42px;
  }
  .e-book-list li img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 10px 10px 0px rgba(33, 121, 153, 0.1);
            box-shadow: 10px 10px 0px rgba(33, 121, 153, 0.1);
  }
  .e-shop {
    display: block;
    text-align: left;
    border: #89b8c7 solid 2px;
    background: #f2f7f6;
    padding: 5px;
    position: relative;
    width: auto;
    margin: 0px auto 0 auto;
  }
  .e-shop > div {
    border: #89b8c7 solid 1px;
    background: #FFF;
    padding: 2px 2px 0 2px;
    position: relative;
  }
  .e-shop > div h4 {
    background: #ffea5d;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
  }
  .e-shop table th,
  .e-shop table td {
    display: block;
  }
  .e-shop table {
    border-top: #217999 solid 1px;
  }
  .e-shop .cat {
    position: absolute;
    left: 15px;
    bottom: 115px;
  }
  .e-shop-detail {
    font-size: 16px;
    line-height: 38px;
    padding: 15px 15px 15px;
    text-align: left;
    letter-spacing: 1px;
    text-indent: 1px;
  }
  .e-logo {
    text-align: center;
    padding-top: 15px;
  }
  .e-logo img {
    width: 300px;
    height: auto;
  }
  .e-access {
    background: url(../img/line2.png) center top repeat-x;
    color: #217999;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    padding: 15px 0;
  }
  .e-access em {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  .e-note {
    color: #217999;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .e-note p {
    padding-bottom: 10px;
  }
  .e-note p span {
    display: inline-block;
    background: #ffea5d;
    padding: 0 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .e-text-bt {
    text-align: center;
    margin-top: 30px;
  }
  #event .e-text-bt a {
    position: relative;
    height: 80px;
    width: 300px;
    display: inline-block;
  }
  #event .e-text-bt a:hover {
    text-decoration: none;
  }
  #event .e-text-bt a span {
    background: #ec7993;
    height: 80px;
    width: 300px;
    text-align: center;
    color: #FFF;
    display: block;
    position: relative;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
  }
  #event .e-text-bt a:hover span {
    background: #217999;
  }
  #event .e-text-bt a::before {
    content: "";
    height: 80px;
    width: 300px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #89b8c7;
  }
  #e-title figure {
    margin-top: 10px;
  }
  #e-title h2 {
    font-size: 42px;
    line-height: 1.4;
    background: #FFF;
    border-left: #89b8c7 solid 1px;
    border-right: #89b8c7 solid 1px;
    border-top: #89b8c7 solid 1px;
    border-bottom: #89b8c7 solid 5px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #e-title h2 span {
    display: block;
    background: #ec7993;
    margin: 3px;
    color: #FFF;
    padding: 10px 0;
  }
  #e-detail h3 {
    text-align: center;
    padding: 10px 0 30px 0;
    font-size: 36px;
  }
  #e-detail h3 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 21px;
    color: #FFF;
    background: #8dc21f;
    border-radius: 50%;
    line-height: 40px;
    margin: 0 2px;
  }
  #e-title p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-weight: bold;
    padding-top: 25px;
    background: url("../img/sp/border.png") left bottom no-repeat;
    background-size: 100% 5px;
    padding-bottom: 25px;
    color: #217999;
  }
  #e-detail h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    position: relative;
    background-color: #b863a2;
    padding: 5px 0;
    color: #FFF;
  }
  #e-detail h4::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: calc(100% - 20px);
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #d880c1;
  }
  #e-detail p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  #e-detail .box {
    display: block;
    padding-bottom: 30px;
  }
  #e-detail .box.re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #e-detail .box .textBox {
    width: auto;
  }
  #e-detail .box figure {
    width: auto;
  }
  #e-title figure img,
  #e-detail .box figure img {
    max-width: 100%;
    height: auto;
    padding: 3px;
    border-radius: 6px;
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #89b8c7 solid 1px;
  }
  #e-title figure figcaption,
  #e-detail .box figure figcaption {
    font-size: 12px;
    padding-top: 5px;
  }
}/*# sourceMappingURL=event5.css.map */