@charset "UTF-8";
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/bg.gif) no-repeat center top #fff;
  color: #000;
}

#spMenu {
  display: none;
}

img {
  vertical-align: bottom;
}

.wrap {
  width: 1024px;
  margin: 0 auto;
}

#header h1 {
  padding: 35px 0;
  text-align: center;
}
#header #gNavi {
  border-bottom: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
  height: 64px;
  overflow: hidden;
  background: #000;
}

#footer {
  border-top: 1px solid #a0a0a0;
  font-size: 10px;
  padding: 35px 0;
  text-align: center;
}
#footer .bnrArea {
  margin: 0 0 35px;
}

#contentsTitle {
  text-align: center;
  font-size: 24px;
  margin: 0 0 70px;
  letter-spacing: 0.05em;
}
#contentsTitle span {
  display: block;
  margin: 12px 0 0;
}

#top {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#top #videoModal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
#top #videoBox {
  display: table;
  width: 100%;
  height: 100%;
}
#top #videoBox .videoBoxInner {
  display: table-cell;
  vertical-align: middle;
}
#top .videoBoxInner p {
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  clear: both;
  font-size: 14px;
  cursor: pointer;
}
#top #kv {
  background: url(../images/bg_kv.gif) repeat-x top;
}
#top #contents {
  text-align: center;
}
#top #contents p {
  margin: 0 0 50px;
}

#item #contents {
  margin-top: 75px;
  width: 940px;
}
#item #kv {
  text-align: center;
  margin: 0 0 50px;
}
#item .itemBox {
  margin: 0 0 45px;
}
#item .itemBox h3 {
  font-size: 14px;
  padding: 10px;
  margin: 0 0 25px;
}
#item .itemBox h3 span {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
}
#item .itemBox .title01 {
  border-bottom: 1px solid #0068b7;
  border-top: 1px solid #0068b7;
  border-left: 10px solid #0068b7;
}
#item .itemBox .title02 {
  border-bottom: 1px solid #e60012;
  border-top: 1px solid #e60012;
  border-left: 10px solid #e60012;
}
#item .itemBox .title03 {
  border-bottom: 1px solid #009944;
  border-top: 1px solid #009944;
  border-left: 10px solid #009944;
}
#item .itemBox .title04 {
  border-bottom: 1px solid #fcc800;
  border-top: 1px solid #fcc800;
  border-left: 10px solid #fcc800;
}
#item .itemBox .title05 {
  border-bottom: 1px solid #ea5404;
  border-top: 1px solid #ea5404;
  border-left: 10px solid #ea5404;
}
#item .itemBox .innerBox {
  float: left;
  width: 313px;
  margin: 0 0 16px;
  text-align: center;
}
#item .itemBox .innerBox .photo {
  width: 300px;
  margin: 0 auto 8px;
}
#item .itemBox .innerBox .photo img {
  width: 100%;
}
#item .itemBox .innerBox .name {
  font-size: 12px;
  line-height: 1.6;
}

#event #contents {
  margin-top: 75px;
  width: 940px;
}
#event #imgBox {
  margin: 0 0 50px;
}
#event #imgBox #petalcity, #event #imgBox #pmapping {
  width: 455px;
  float: left;
}
#event #imgBox #petalcity img, #event #imgBox #pmapping img {
  width: 100%;
}
#event #imgBox #pmapping {
  float: right;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
@media screen and (max-width: 768px) {
  #gNavi {
    display: none;
  }

  #spMenu {
    display: block;
  }

  .wrap {
    width: 96%;
    margin: 0 2%;
  }

  #header {
    border-bottom: 1px solid #a0a0a0;
  }
  #header h1 {
    padding: 15px 0;
    text-align: center;
  }
  #header h1 img {
    width: 80%;
  }
  #header #gNavi {
    border-top: 1px solid #a0a0a0;
  }

  #footer {
    border-top: 1px solid #a0a0a0;
    font-size: 10px;
    padding: 35px 0;
    text-align: center;
  }
  #footer .bnrArea {
    width: 96%;
    margin: 0 2% 35px;
  }
  #footer .bnrArea img {
    width: 100%;
  }

  #spMenu a {
    display: block;
    border-top: 1px solid #a0a0a0;
    color: #000;
    font-weight: 800;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    line-height: 1.2;
  }
  #spMenu li:nth-of-type(1) a {
    border-left: 10px solid #e60012;
  }
  #spMenu li:nth-of-type(2) a {
    border-left: 10px solid #0068b7;
  }
  #spMenu li:nth-of-type(3) a {
    border-left: 10px solid #009944;
  }
  #spMenu li:nth-of-type(4) a {
    border-left: 10px solid #fcc800;
  }
  #spMenu li:nth-of-type(5) a {
    border-left: 10px solid #ea5504;
  }
  #spMenu li:nth-of-type(6) a {
    border-left: 10px solid #d81b60;
  }

  #top #kv {
    background: none;
  }
  #top #kv .wrap {
    width: 100%;
    margin: 0;
  }
  #top #kv .wrap img {
    width: 100%;
  }
  #top #contents p img {
    width: 80%;
  }

  #item #contents {
    width: auto;
  }
  #item #kv {
    margin: 0 2% 50px;
  }
  #item #kv img {
    width: 100%;
  }
  #item .itemBox .innerBox {
    width: 50%;
    margin: 0 0 16px;
  }
  #item .itemBox .innerBox .photo {
    width: 96%;
    margin: 0 2% 8px;
  }

  #event #contents {
    width: auto;
  }
  #event #imgBox {
    margin: 0 0 50px;
  }
  #event #imgBox #petalcity, #event #imgBox #pmapping {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  #event #imgBox #petalcity img, #event #imgBox #pmapping img {
    width: 100%;
  }
  #event #imgBox #pmapping {
    float: none;
    margin: 0;
  }
}
