@charset "UTF-8";
/* cf */
/*--sitenamedesignCSS -- 2016,09,02 Rel-ish yu-ki--*/
/* Base Font */
body {
  background: url(../img/site_bg.svg) no-repeat left top #9B1206;
  font: 16px Avenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 140%;
  color: #fff;
}

table {
  font-size: inherit;
  font: 100%;
}

html > body {
  font-size: 100%;
}

.pagewrap {
  display: flex;
  flex-direction: column;
}

header {
  order: 1;
}

.headA img {
  width: 80vw;
}

.headB {
  position: absolute;
  right: 10px;
  top: 0;
}
.headB ul {
  list-style: none;
  text-align: center;
}
.headB li {
  padding: 5px 0;
}
.headB li img {
  width: 20vw;
}

.headC p {
  text-align: center;
}
.headC p img {
  width: 80vw;
}

.headD {
  width: 80vw;
  margin: 0 auto;
}
.headD ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
}
.headD li a {
  display: block;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  background: #1D2087;
  color: #fff;
}
.headD li a:hover {
  background: #1d4a87;
}

.conA {
  order: 3;
}
.conA .conAbout, .conA .conTicket {
  margin: 0 5vw;
  font-size: 4vw;
  line-height: 1.3em;
}
.conA img .hover {
  opacity: 0.9;
}
.conA .insta {
  position: relative;
  margin: 0 5vw;
  padding: 0;
}
.conA .insta h2 {
  margin: 0;
}
.conA .insta p {
  margin: 0;
  font-size: 87.5%;
}
.conA .insta .w_insta {
  width: auto;
  text-align: center;
  margin: 1em 0;
}
.conA .insta .w_insta iframe {
  display: inline-block !important;
  margin: 0 0 3% !important;
  vertical-align: top;
}

.conC {
  order: 4;
  background: #1D2087;
}
.conC .conMap {
  padding: 20px 0;
}
.conC .conMap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  list-style: none;
}
.conC .conMap li {
  flex-grow: 1;
  flex-basis: 50vw;
  border-bottom: dotted 1px #fff;
}
.conC .conMap li a {
  display: block;
  height: 90%;
  padding: 5% 3%;
  color: #fff;
  text-decoration: none;
}
.conC .conMap li a .hover {
  background: #1d4a87;
}
.conC .conMap li a:before {
  padding: 0 5px 0 0;
  font-family: 'FontAwesome';
  content: '\f0a9';
}
.conC .conMap p {
  margin: 0 0 0 15px;
}

.conB {
  order: 2;
  background: url(../img/bg_topics.svg) repeat left top #fff;
}
.conB .conFB {
  padding: 1% 3%;
  text-align: center;
}
.conB .conTopics {
  margin: 0 5vw;
  line-height: 1.5em;
  color: #333;
}
.conB .conTopics h1 {
  font-size: 5vw;
  font-weight: normal;
  color: #9B1206;
}
.conB .conTopics h1:before {
  padding: 0 5px 0 0;
  font-family: 'FontAwesome';
  content: '\f0f5';
}
.conB .conTopics dl {
  font-size: 4vw;
}
.conB .conTopics dt {
  float: left;
  width: 6em;
  margin: 0 0 .5em 0;
  clear: left;
}
.conB .conTopics dd {
  margin: 0 0 .5em 6em;
}
.conB .conTopics dd a {
  color: #9B1206;
}

/* contents */
.c_head {
  margin: 0;
  background-color: #1d2087;
}
.c_head img {
  width: 50vw;
  margin: 5%;
}
.c_head a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
}
.c_head a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.c_head .c_head_small {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_head .navB {
  margin-right: 15px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
}
.c_head .navB:hover {
  opacity: 0.5;
}
.c_head .nlink {
  display: none;
}

.conBox {
  padding: 0 0 125px;
  background: url(../img/logo_mini.svg) no-repeat center bottom;
  background-size: 125px 125px;
}

footer {
  padding: 10px 0 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .pagewrap {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }

  header {
    order: 1;
    flex: 0 0 60%;
    background-size: 2vw auto;
  }

  .headWrap {
    position: relative;
  }

  .headA {
    margin: 0 10px;
  }
  .headA h1 {
    display: inline-block;
  }
  .headA img {
    width: 30vw;
  }
  .headA img:hover {
    opacity: 0.9;
  }

  .headB li {
    display: inline-block;
    padding: 0;
  }
  .headB li img {
    width: 8vw;
  }

  .headC {
    position: absolute;
    right: 10px;
    top: 45%;
  }
  .headC p {
    text-align: inherit;
    display: inline;
  }
  .headC p img {
    width: 25vw;
  }

  .headD {
    position: absolute;
    right: 10px;
    top: 70%;
    width: auto;
    margin: auto;
  }
  .headD ul {
    width: 25vw;
  }
  .headD li a {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .conA {
    order: 3;
    flex: 0 0 60%;
  }
  .conA .conAbout, .conA .conTicket {
    font-size: 100%;
  }
  .conA .conAbout img:hover, .conA .conTicket img:hover {
    opacity: 0.9;
  }
  .conA .insta {
    margin: 0 5px;
    padding: 20px 0 0;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .conA .insta h2 {
    margin: 0 20px;
  }
  .conA .insta p {
    margin: 10px 20px;
    font-size: 87.5%;
  }
  .conA .insta .w_insta {
    margin: 0;
    padding: 10px 0;
  }
  .conA .insta .w_insta iframe {
    margin: 0 0 1em !important;
    max-width: 300px !important;
  }

  .conC {
    order: 2;
    flex: 0 0 40%;
  }
  .conC .conMap {
    height: auto;
  }
  .conC .conMap li {
    flex-grow: 1;
    flex-basis: 15vw;
    border-radius: 5px;
    border: dotted 1px #fff;
  }
  .conC .conMap li a {
    height: auto;
    padding: 20px 10px;
  }
  .conC .conMap li a:hover {
    background: #1d4a87;
  }

  .conB {
    order: 4;
    flex: 0 0 40%;
  }
  .conB .conFB {
    padding: 8px 0;
    text-align: center;
  }
  .conB .conFB .fb_iframe_widget {
    width: 300px;
    max-width: 500px;
  }
  .conB .conTopics {
    margin: 0 20px;
  }
  .conB .conTopics h1 {
    font-size: 20px;
  }
  .conB .conTopics dl {
    font-size: 16px;
  }

  /* contents */
  .c_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c_head img {
    width: 25vw;
    margin: 8px 15px;
  }
  .c_head ul {
    display: flex;
  }
  .c_head .navB {
    display: none;
  }
  .c_head .nlink {
    display: block !important;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(29, 32, 135, 0.7);
  color: #fff;
  text-decoration: none;
}
#page-top a:hover {
  color: #Fff;
  background: rgba(29, 32, 135, 0.5);
}
#page-top a:before {
  padding: 0;
  font-family: 'FontAwesome';
  content: '\f062';
  font-size: 20px;
}
