@charset "UTF-8";

/*　common
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
    font-family: Helvetica neue, arial, Hiragino Sans, “ヒラギノ角ゴ ProN W3“, Meiryo, メイリオ, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #333;
    font-size: 1.4em;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  text-decoration: none;
}

.clear {
  clear: both;
}

.button-entry {
  display: block;
  max-width: 38rem;
  margin: 1rem auto 0;
  padding: 2rem 3rem 1.5rem;
  background: #ff7323 ;
  box-shadow: 0 4px 0 0 #B14000;
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  transition: none;
}

.button-entry:hover {
  background-color: #FF5D00;
  box-shadow: 0 3px 0 #B14000;
}

.button-entry:active {
  top: 3px;
  box-shadow: none;
}

.button-sns li {
  display: inline-block;
  font-size: 12px;
  width: auto;
  margin: 3rem 0.5rem 1rem;
}

h2 {
  margin: 0 0 3rem;
}

h2 span {
  font-size: 36px;
  color: #2C333C;
  border-bottom: 4px solid #F8E71C;
}

.wrapper {
  padding: 5rem 1.5rem 0;
  max-width: 102.4rem;
  margin: 0 auto;
  text-align: center;
}

.sp-image, .sp-br {
    display: none;
}

@media (max-width:600px) {
  .button-entry {
    width: 45%;
  }

  .button-entry {
    display: block;
    width: 65%;
    margin: 1rem auto 0;
    padding: 0.8rem 3rem 0.7rem;
    background: #ff7323 ;
    box-shadow: 0 3px 0 0 #B14000 ;
    border-radius: 6px;
    font-size: 32px;
    color: #ffffff;
    position: relative;
    transition: none;
  }

  .button-sns li {
    display: inline-block;
    font-size: 12px;
    width: auto;
    margin: 1.5rem -1rem 1rem;
  }

  .button-sns li img {
    width: 50%;
  }

  .pc-image {
    display: none;
  }

  .wrapper {
    padding: 5rem 3rem 0;
  }

  .sp-image, .sp-br {
    display: inherit;
  }
}


/*　main
----------------------------------------------------*/
.main {
  background: url(../images/header-bgimage.jpg);
  background-size: 100%;
  width: 100%;
  height: 680px;
}

.main img {
    vertical-align: bottom;
    padding: 0;
    margin: 0;
    max-width: 738px;
    width: 100%;
}

.main2 {
  width: 100%;
  height: auto;
  background: url(../images/bgimage.png);
}

h1 {
  padding: 0;
}

.main p {
  margin: 2rem  0 auto;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
}

.main-date {
  padding: 0 10%;
  max-width: 44rem;
}

@media (max-width:600px) {
  .main {
    height: 280px;
    background: url(../images/header-bgimage-sp.jpg);
    background-size: 100% auto;
  }

  .main .wrapper {
    padding: 3% 0 0;
    max-width: 50rem;
    margin: 0 auto;
    text-align: center;
  }

  .main h1 {
    height: 0;
    background-size: contain;
    margin: 1rem auto 0;
  }

  .main h1 img {
    max-width: 300px;
    width: 98rem;
    margin: 0 auto;
  }

  .main p {
    margin: 1rem  0 auto;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
  }

  .main .wrapper2 {
    width: 80%;
    position: absolute;
    top: 210px;
    margin: 0 10%;
    text-align: center;
  }
}

/*　introduction
----------------------------------------------------*/
.introduction {
  width: 100%;
  padding: 1.5rem 0 4rem;
}

.introduction .wrapper {
  max-width: 60rem;
  height: auto;
  margin: 0 auto;
}

.introduction p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 4rem;
}

@media (max-width:600px) {
  .introduction {
    padding: 5rem 0 0;
}
  .introduction p {
    font-size: 1.55rem;
    margin: 0 0 2rem;
  }
}

/*　schedule
----------------------------------------------------*/
.schedule {
  max-width: 96rem;
  margin: 0 auto;
}

 .schedule .wrapper {
    padding: 0;
}

.schedule p {
  font-size: 2.4rem;
}

.schedule table {
  width: 100%;
  margin: 2rem 0;
}

.schedule table p {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.schedule table p span {
  font-weight: bold;
}

.date {
  width: 15%;
  height: auto;
  color: #ffffff;
  background-color: #2C333C;
  font-size: 1.6rem;
  font-weight: bold;
}

.column-2 {
  width: 80%;
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.bg_gray {
  color: #ffffff;
  background-color: #2C333C;
}

.red {
  width: 50%;
  background-color: #ffe3d3;
}

.blue {
  width: 50%;
  background-color: #ccecff;
}

.red,
.blue {
  padding: 2.5%;
  text-align: left;
  vertical-align: text-top;
}

@media (max-width:600px) {
  .date {
    font-size: 1.2rem;
    padding: 0.5rem;
  }

  .schedule h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .schedule table p {
   font-size: 1rem;
    margin-top: 0.5rem;
  }
}

/*　speaker
----------------------------------------------------*/
.speakers {
  width: 100%;
  background-color: #ffffff;
  margin: 3rem 0 1rem;
}

.speakers .wrapper {
  max-width: 96rem;
  margin: 0 auto;
  padding: 3rem 1rem 0;
}

.speakers figcaption span {
  display: block;
}

figure img {
  max-width: 12rem;
  min-width: 10rem;
}

.speaker-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0 0;
}

.speaker-position {
  font-size: 1.2rem;
}

.speakers ul {
  font-size: 0;
  margin: 0 auto;
}

.speakers li {
  display:inline-block;
  vertical-align:top;
  width: 16%;
  padding: 0 2%;
  height: auto;
  margin: 0 auto 3.5rem;
  text-align: center;
}

@media (max-width:600px) {
  .speakers ul {
    text-align: left;
  }

  .speakers li {
    width: 45%;
  }
}

/*　detail
----------------------------------------------------*/
.detail h2 span {
  color: #ffffff;
}

.detail-title {
  font-family: Hiragino Sans;
  font-size: 2.7rem;
  font-weight: bold;
}

.detail-organizer {
  font-size: 1.7rem;
}

.detail-heading {
  font-size: 1.7rem;
  font-weight: bold;
  color: #009CFF;
  display: flex;
  align-items: center;
  margin: 3rem auto 2rem;
  width: 60rem;
}
.detail-heading:before,
.detail-heading:after {
  border-top: 1px solid #ffffff;
  content: "";
  flex-grow: 1;
}
.detail-heading:before {
  margin-right: 1rem;
}
.detail-heading:after {
  margin-left: 1rem;
}

.detail li {
  display: inline-block;
  width: 200px;
}
.detail li + li {
  border-left: 1px dashed #ffffff;
}

.detail-fee {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 1rem 0;
}

.yellow {
  color: #F8E71C;
}

.detail-notice {
  margin: 2rem 0 0;
}

.detail-address {
  font-size: 1.7rem;
}

.detail-connection {
  font-size: 1.7rem;
  margin: 1rem 0 0;
}

.map {
  position: relative;
  padding: 0 0 40rem;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  margin: 3rem auto;
  width: 60%;
}

.map iframe {
  width: 100%;
}

@media (max-width:600px) {
  .detail-heading {
    width: 100%;
  }
  .detail-heading:before,
  .detail-heading:after {
    border-top: 1px solid #ffffff;
    content: "";
    flex-grow: 1;
  }
  .detail-heading:before {
    margin-right: 1rem;
  }
  .detail-heading:after {
    margin-left: 1rem;
  }

  .detail li {
    width: 300px;
    font-size: 1.7rem;
    margin: 0 auto;
  }
  .detail li + li {
    border-left: none;
    border-top: 1px dashed #ffffff;
  }

  .detail-classification {
    margin: 1.5rem 0;
    float: left;
  }

  .detail-fee {
    text-align: right;
  }

  .yellow {
    color: #F8E71C;
  }

  .detail-notice {
    margin: 2rem 4rem 0;
    text-align: left;
  }

  .map {
    width: 100%;
  }
}

/*　footer
----------------------------------------------------*/

.footer-wrap {
  width: 100%;
  background-color: #2c333c;
  padding: 4rem 0 2rem;
  color: #fff;
}

footer {
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
}

.footer-inquiry {
  width: 70%;
  border: 8px solid #ffffff;
  font-size: 16px;
  line-height: 32px;
  margin: 5rem auto;
  padding: 2rem 0;
}

.footer-copyright {
  margin: 3rem 0 0;
  font-size: 1.3rem;
}

@media (max-width:600px) {
  .footer-inquiry {
    width: 85%;
    margin: 2rem auto;
  }
}
