@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

th {
  text-align: left;
  vertical-align: top; }

body {
  line-height: 1; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.iconfont {
  font-family: 'icomoon' !important; }

.cl_b {
  clear: both; }

.cs_p {
  cursor: pointer; }

.dp_n {
  display: none; }

.fs_s {
  font-size: 12px !important; }

.fs_m {
  font-size: 14px !important; }

.fs_l {
  font-size: 18px !important; }

.fs_2s {
  font-size: 10px; }

.lh_s {
  line-height: 1.5 !important; }

.mb_0 {
  margin-bottom: 0; }

.mb_s {
  margin-bottom: 0.5em; }

.mb_m {
  margin-bottom: 1em !important; }

.mb_l {
  margin-bottom: 2em !important; }

.mb_section {
  margin-bottom: 40px; }

.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ps_r {
  position: relative; }

.va_m {
  vertical-align: middle; }

.ws_n {
  white-space: nowrap; }

@media screen and (max-width: 750px) {
  .spN {
    display: none !important; }

  .f_img {
    max-width: 100%;
    height: auto; }

  .full {
    margin-left: -10px;
    margin-right: -10px; } }
@media screen and (min-width: 751px) {
  .pcN {
    display: none !important; }

  a[href^="tel"] {
    cursor: default; }

  main {
    display: block; } }
body {
  line-height: 1.8;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #feee03; }

@media screen and (max-width: 750px) {
  body::before {
    background: url("../images/sp_bg_header.jpg") no-repeat left top;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; } }
@media screen and (min-width: 751px) {
  body {
    background: url(../images/bg_header.jpg) no-repeat center top #feee03;
    background-size: 100% auto;
    background-attachment: fixed; } }
button {
  border: none;
  outline: none;
  cursor: pointer; }

img {
  vertical-align: top; }

h1.common {
  text-align: center;
  margin-bottom: 40px; }
  h1.common img {
    height: 72px;
    width: auto;
    max-width: 100%; }

#contents p,
#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em; }
#contents p:last-child {
  margin-bottom: 0; }
#contents h3,
#contents h4 {
  font-size: 14px;
  margin-bottom: 0.7em; }

/*──────────────────────────────────────────────────────────────

    section

──────────────────────────────────────────────────────────────*/
.black_bd {
  border: solid 5px #000;
  background: #fff;
  padding: 20px; }

@media screen and (min-width: 751px) {
  .black_bd {
    padding: 40px; } }
section.colum2 section {
  margin-bottom: 40px; }
  section.colum2 section h3 {
    background: #000;
    color: #fff;
    border-radius: 7px;
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.5; }
  section.colum2 section ol {
    padding-left: 2em;
    text-indent: -2em; }

@media screen and (min-width: 751px) {
  section.colum2 section h3 {
    float: left;
    clear: both; }
  section.colum2 section .body {
    width: 70%;
    float: right;
    box-sizing: border-box; } }
section.colum2 section:nth-child(even) {
  clear: left; }

section.colum2 section.cl_b {
  width: 100%; }

.caution_box {
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 0.7em;
  line-height: 1;
  background-color: #e52f33; }

.caution_box.m {
  font-size: 14px; }

.green_box {
  background: #039248;
  padding: 1em;
  border: solid 5px #fff; }

/*──────────────────────────────────────────────────────────────

    hdスタイル

──────────────────────────────────────────────────────────────*/
.hd_1, .hd_2 {
  background: #000;
  text-align: center;
  padding: 15px 0 10px; }
  .hd_1 img, .hd_2 img {
    width: auto;
    vertical-align: bottom; }

.hd_1 img {
  height: 48px; }

.hd_2 img {
  height: 36px; }

.hd_3 {
  background: #000;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.5;
  margin-bottom: 1em !important; }

@media screen and (min-width: 751px) {
  .hd_1 img {
    height: 72px; }

  .hd_2 {
    padding: 20px 0 15px; }
    .hd_2 img {
      height: 48px; } }
.caution {
  color: #e52f33; }

/*──────────────────────────────────────────────────────────────

    table

──────────────────────────────────────────────────────────────*/
table.common {
  width: 100%;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc; }
  table.common th {
    white-space: nowrap; }
  table.common th, table.common td {
    padding: 1em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }
    table.common th > *:last-child, table.common td > *:last-child {
      margin-bottom: 0 !important; }

@media screen and (min-width: 751px) {
  table.common {
    width: 90%; } }
/*──────────────────────────────────────────────────────────────

    【】スタイル

──────────────────────────────────────────────────────────────*/
dl.hd_kakko dt:before,
dl.hd_kakko th:before,
table.hd_kakko dt:before,
table.hd_kakko th:before {
  content: '【';
  display: inline; }
dl.hd_kakko dt:after,
dl.hd_kakko th:after,
table.hd_kakko dt:after,
table.hd_kakko th:after {
  content: '】';
  display: inline; }
dl.hd_kakko dd + dt, dl.hd_kakko dd + dd,
table.hd_kakko dd + dt,
table.hd_kakko dd + dd {
  margin-top: 1em; }

ul.mark li:before {
  content: "・";
  display: inline; }

/*──────────────────────────────────────────────────────────────

    リスト

──────────────────────────────────────────────────────────────*/
dl.float dt {
  float: left;
  clear: both;
  width: 30%;
  white-space: nowrap; }
dl.float dd {
  float: left;
  width: 70%; }
dl.float > dd + dt, dl.float > dd + dt + dd {
  margin-top: 1em; }

/*──────────────────────────────────────────────────────────────

    otherスタイル

──────────────────────────────────────────────────────────────*/
.web, .tel {
  font-size: 12px;
  display: inline-block;
  padding: 0.2em 0.4em 0.15em;
  background: #0052cc;
  line-height: 1;
  color: #fff;
  border-radius: 5px; }

.tel {
  background: #039248; }

#bnr_shop_l {
  margin-bottom: 1em; }
  #bnr_shop_l img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }

@media screen and (max-width: 750px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (min-width: 751px) {
  .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box; } }
#wrapper {
  width: 100%;
  overflow: hidden; }

header#main_header {
  padding-top: 10px; }
  header#main_header p.obi {
    color: #fff;
    line-height: 1;
    margin: 0 10px 1em;
    padding: 20px;
    background: #039248;
    position: relative;
    z-index: 100; }
    header#main_header p.obi span.term {
      font-size: 14px;
      margin-left: 1em;
      vertical-align: middle; }

#btn_menu, #btn_home {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000;
  width: 167px; }
  #btn_menu img, #btn_home img {
    width: 100%;
    height: auto; }

#btn_home {
  right: auto;
  left: 5px;
  bottom: 10px;
  top: auto;
  width: 127px; }

@media screen and (max-width: 750px) {
  #btn_menu, #btn_home {
    width: 83px;
    right: 0; }

  #btn_home {
    width: 80px;
    bottom: 5px;
    left: 0; } }
#gn {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1001; }
  #gn img {
    vertical-align: bottom; }
  #gn h2 {
    background: #039248;
    padding: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1; }
  #gn h2 img {
    width: 80%;
    height: auto; }
  #gn ul li {
    width: 33%;
    padding: 0 0.5%;
    box-sizing: border-box;
    float: left; }
    #gn ul li img {
      width: 100%;
      height: auto; }
  #gn ul li:nth-child(n+4) {
    margin-top: 2%; }

@media screen and (max-width: 750px) {
  #gn .close {
    background: #039248;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px; }
    #gn .close img {
      width: 25%;
      height: auto; } }
@media screen and (min-width: 751px) {
  #gn h2 {
    padding: 25px 0;
    margin-bottom: 40px; }
  #gn h2 img {
    width: 49.2187%; }
  #gn ul {
    max-width: 1200px;
    margin: 0 auto; }
    #gn ul li {
      padding: 0 3%; }
    #gn ul li:nth-child(n+4) {
      margin-top: 30px; }
  #gn .close img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18.3593%;
    height: auto;
    cursor: pointer; } }
@media screen and (max-width: 750px) {
  #tit_event {
    margin-top: 20px;
    margin-bottom: 40px; }

  #tit_phoenix,
  #tit_senkou {
    margin-bottom: 1em; }

  #tit_date {
    width: 85%;
    margin: 0 auto; } }
@media screen and (min-width: 751px) {
  header#main_header {
    margin-bottom: 80px; }
    header#main_header p.obi {
      font-size: 24px; }

  #title_container {
    width: 100%;
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 80px; }

  #tit_event,
  #tit_phoenix,
  #tit_senkou {
    width: 56.666%;
    margin-bottom: 2%;
    float: left; }
    #tit_event img,
    #tit_phoenix img,
    #tit_senkou img {
      width: 100%;
      height: auto; }

  #tit_senkou {
    margin-bottom: 0; }

  #tit_phoenix {
    margin-top: 20px; }

  #tit_date {
    position: absolute;
    top: -15%;
    right: -3%;
    float: right;
    width: 44.6875%; }
    #tit_date img {
      width: 100%;
      height: auto; }

  #ticket_info {
    width: 56.666%; } }
nav#ll {
  margin: 0 auto 40px; }
  nav#ll li {
    width: 25%;
    float: left;
    padding: 0 1.5%;
    box-sizing: border-box; }

@media screen and (min-width: 751px) {
  nav#ll li {
    width: 14.2857%; } }
#secondary > section {
  background: #fff; }
  #secondary > section .content {
    padding: 2.8169%; }
#secondary > section + section {
  margin-top: 10px; }
#secondary h2 {
  text-align: center; }

#primary > * + section,
#secondary > * + section {
  margin-top: 10px; }

@media screen and (max-width: 750px) {
  #secondary {
    margin-top: 10px; } }
#twitter {
  overflow: hidden; }
  #twitter h2 {
    background: #1fade4;
    height: 60px;
    position: relative;
    z-index: 10; }
    #twitter h2 img {
      width: auto;
      height: 60px;
      vertical-align: bottom; }
  #twitter p.content {
    margin-top: -60px; }

#banner_container img[src*=".svg"] {
  width: 70%;
  height: auto; }

@media screen and (max-width: 750px) {
  #banner_container dt {
    width: 30%;
    float: left;
    clear: both;
    margin-top: 0; }
  #banner_container dd {
    width: 70%;
    float: right; }
  #banner_container dd + dt, #banner_container dd + dt + dd {
    margin-top: 20px; } }
@media screen and (min-width: 751px) {
  #primary {
    width: 79.1666%;
    float: left; }

  #secondary {
    width: 20%;
    box-sizing: border-box;
    float: right; }
    #secondary > section .content {
      padding: 4.3478%; }

  #twitter p.content {
    margin-top: -80px; } }
footer#main_footer {
  margin: 10px;
  padding: 20px;
  background: #039248;
  color: #fff;
  line-height: 1; }

@media screen and (min-width: 751px) {
  footer#main_footer {
    margin: 20px;
    text-align: right; } }
.map {
  padding: 0 10px; }
  .map img {
    max-width: 100%;
    height: auto; }
