@charset "utf-8";
/* CSS Document */
/*----------------------------------------
■共通設定
-----------------------------------------*/
/******************************************************************************
 * RESET
*******************************************************************************/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-size: 100%;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
@media print {
  .clearfix {
    overflow: hidden;
  }
}
.Tcenter {
  text-align: center;
}
.mb1 {
  margin-bottom: 1%;
}
.mb3 {
  margin-bottom: 3%;
}

.mb5 {
  margin-bottom: 5%;
}
.mb10 {
  margin-bottom: 10%;
}
.mb20 {
  margin-bottom: 20%;
}
.mb30 {
  margin-bottom: 30%;
}
.mb40 {
  margin-bottom: 40%;
}
.mb50 {
  margin-bottom: 50%;
}
#wrapper {
  width: 100%;
}
.w100 {
  width: 100%;
}

.Tcenter {
  text-align: center;
}
.f24 {
  font-size: 24px;
}
.f16 {
  font-size: 16px;
}
.f13 {
  font-size: 13px;
}
.Fleft {
  float: left;
}
.Fright {
  float: right;
}
html {
  height: 100%;
}
.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
body {
  background: #7f177f;
}

.index {
  background: url(images/top/bg.jpg) no-repeat center top;
  background-size: cover;
}
.sp_only {
  display: none;
}
/*----------------------------------------
■header-banner
-----------------------------------------*/
.header-banner {
  margin-bottom: 10px;
}
.header-banner li {
  float: left;
}
.header-banner li.item {
  margin: 0 15px;
}
/*----------------------------------------
■nav
-----------------------------------------*/
nav {
  margin-bottom: 30px;
}
nav li.nml {
  float: left;
  width: 159px;
  margin: 0;
  padding: 0;
  border-bottom: #c30 3px solid;
  border-right: #dbbe47 1px solid;
  background: #eddc8e;
}

nav li.nmlHW {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
  border-bottom: #c30 3px solid;
  border-right: none;
  background: #eddc8e;
}
nav li.nml a,
nav li.nmlHW a {
  text-align: center;
  display: block;
  padding: 1.2em 0;
  width: 100%;
  color: #470000;
  font-weight: bold;
  text-decoration: none;
}
nav li.nml a:hover {
  background: #ebd371;
  color: #fff;
}

/*----------------------------------------
■top-box
-----------------------------------------*/
#top-box {
  position: relative;
  height: 1150px;
}
#top-box div {
  position: absolute;
  z-index: 1;
}
#top-box div p {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
}
#top-box .item2 p {
  bottom: 50px;
  left: 80px;
}
#top-box .item1 p {
  bottom: 110px;
  left: 140px;
}
#top-box .item3 p {
  bottom: 35px;
  right: 250px;
}
#top-box h1 {
  z-index: 9999;
  position: relative;
}
#top-box .item1 {
  top: 270px;
  right: 0;
  z-index: 99999;
}
#top-box .item2 {
  top: 520px;
  left: 0;
}
#top-box .item3 {
  top: 770px;
  right: 0;
}
#pass-page {
  text-align: center;
  margin-bottom: 40px;
}
/*----------------------------------------
■footer
-----------------------------------------*/
footer {
  background: url(images/top/bg-footer.png) no-repeat center bottom;
  padding: 160px 0 10px;
  background-size: cover;
  text-align: center;
  color: #fff;
}
footer p {
  font-size: 12px;
}
footer ul.inner {
  width: 750px;
  margin-bottom: 30px;
}
footer li {
  float: left;
  margin-right: 15px;
  border-right: 1px solid #fff;
  padding-right: 15px;
  line-height: 16px;
  font-size: 16px;
}
footer li.end {
  margin-right: 0;
}
footer li a {
  color: #fff;
}
address {
  font-style: normal;
  font-size: 12px;
}
.page-box {
  padding: 20px;
  background: #fff;
  width: 920px;
  margin-bottom: 50px;
}
.Tright {
  text-align: right;
}
/*----------------------------------------
■dance
-----------------------------------------*/

#fes .data-box {
  width: 100%;
  border: 2px solid #161b61;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#fes .data-box .data,
#fes .data-box .box {
  float: left;
}
#fes .data-box .data {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 56%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fes .data-box .box {
  background: #161b61;
  color: #fff;
  width: 50%;
  font-size: 12px;
  padding: 1% 2%;
  margin-right: 10px;
}
#fes .data-box .box-red {
  background: #de5419;
}
#fes .data-box .box h3 img {
  width: 100%;
}
#fes .color-box {
  border: 2px solid #667f31;
}
#fes .color-box .box {
  background: #667f31;
}

#fes .data-box .title {
  margin-bottom: 15px;
  border-bottom: 2px solid #161b61;
  position: relative;
  font-weight: bold;
}

#fes .data-box .box h3 {
  font-size: 25px;
}

#fes .data-box .text {
  font-size: 16px;
  width: 585px;
}
#fes .minbox {
  position: relative;
  margin: 10px;
}
#fes .data-box .info {
  padding: 10px 10px;
  background: #d4bcd7;
  margin-top: 10px;
  font-size: 12px;
}
#fes .data-box dl dd.Fleft {
  margin: 0;
  font-size: 14px;
}
#fes .data-box dl dt.Fleft {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
#fes .text-bottom {
  position: absolute;
  bottom: 0;
}

/*----------------------------------------
■store
-----------------------------------------*/
#store .text {
  text-align: center;
  margin-bottom: 20px;
}
#store h2 {
  margin-bottom: 20px;
}
#store {
  margin-bottom: 50px;
}
#store .top-text {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
#store .box .cap {
  text-align: center;
  margin-bottom: 20px;
}
#store .box .point {
  width: 289px;
  margin: 0 auto 20px;
}
#store .box .point img {
  width: 100%;
}
#store .box {
  display: block;
  width: 309px;
  background: #fff;
  border: 2px solid #eb6419;
  padding-bottom: 10px;
  margin-bottom: 15px;
  float: left;
  margin-right: 10px;
  position: relative;
  height: 460px;
}
#store #tab2 .box {
  border: 2px solid #009943;
}
#store #tab3 .box {
  border: 2px solid #1c1f87;
}

#store .end {
  margin-right: 0;
}
#store .icon {
  background: #eb6419;
  color: #fff;
  width: 30%;
  text-align: center;
  padding: 10px;
}
#store .title {
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  /* margin-bottom: 10px; */
  height: 68px;
}
#store .icon,
#store .item {
  display: table-cell;
  vertical-align: middle;
}
#store .item {
  padding-left: 10px;
}
#store .item p {
  font-size: 10px;
}
#store h3 {
  font-size: 12px;
}
#store h4 {
  font-size: 12px;
  margin: 0 10px 10px 10px;
}
#store .data {
  margin: 0 10px 20px;
  font-size: 14px;
  height: 180px;
}
#store .data .cap {
  margin: 0 10px 5px 0;
}
#store .tel {
  font-weight: bold;
  font-size: 16px !important;
}
.tabs-box .area {
  display: none;
}
#store .tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
#store .tab li {
  display: table-cell;
}
#store .tab li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
#store .tab li a:hover {
  text-decoration: none;
}
#store .tab li.no1 a {
  background: #eb6419;
}
#store .tab li.no2 a {
  background: #009943;
}
#store .tab li.no3 a {
  background: #1c1f87;
}
#store .tab li.active a {
  color: #9a0f63;
  background: #fff;
}
#store #tab2 .box a {
  border: 2px solid #009943;
}
#store #tab2 .icon {
  background: #009943;
}
#store #tab3 .box a {
  border: 2px solid #1c1f87;
}
#store #tab3 .icon {
  background: #1c1f87;
}

/*----------------------------------------
■map
-----------------------------------------*/
#map {
  margin-bottom: 100px;
}
#map img {
  width: 100%;
}
/*----------------------------------------
■fes
-----------------------------------------*/
#fes .conte-title {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  padding: 10px 0;
  font-size: 25px;
  margin-bottom: 20px;
}
#fes h2 {
  margin-bottom: 15px;
}
#fes .tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
#fes .tab li {
  display: table-cell;
  text-align: center;
}
#fes .tab li a {
  display: block;
  padding: 20px;
  background: #161b61;
  color: #fff;
  text-decoration: none;
}
#fes .tab li.no1 a {
  background: #eb6000;
}

#fes .box-img {
  width: 300px;
}

#fes .page-upper {
  padding: 1rem;
  background-color: #f39800;
  margin-bottom: 2rem;
}
#fes .page-notice {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 20px;
}

#fes .page-notice-sm {
  padding-left: 10px;
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  #fes .top-box {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

/*----------------------------------------
■stamp
-----------------------------------------*/
#stamp table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  box-sizing: content-box;
  background-color: #fff;
  color: #000;
}
#stamp table th,
#stamp table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
}
#stamp table th {
  width: 20%;
}
#stamp table .notice dl {
  margin-bottom: 0.7rem;
}
#stamp table .notice span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #stamp table .notice dl {
    display: flex;
    align-items: flex-end;
  }
  #stamp table .notice dt {
    flex: 1;
  }
  #stamp table .notice dd {
    flex: 1.5;
  }
}

#stamp .box {
  background: #221814;
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

#stamp .title {
  max-width: 600px;
  margin: 0 auto 1rem;
}
#stamp .top-text {
  margin-bottom: 10px;
}
#stamp .item {
  margin-bottom: 15px;
}

#ticket_info {
  padding: 2rem;
  background: #fff;
  display: flex;
  align-items: center;
}
#ticket_info div {
  flex: 1;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 9999999;
}
#page-top a {
  background: #333;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*============================================================
	route
============================================================*/

#route {
  margin-bottom: 100px;
}

/*============================================================
	スマホ
============================================================*/

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  #top-box .top-banner {
    display: table;
    table-layout: fixed;
    width: 95%;
    margin: 0 auto 10%;
  }
  #top-box .top-banner li {
    display: table-cell;
    padding: 0 0.5%;
  }

  html {
    font-size: 14px;
  }
  .inner {
    width: 100%;
  }
  .page-box {
    padding: 2%;
    margin-bottom: 10%;
    width: 96%;
  }
  img {
    /* width: 100%; */
  }
  nav {
    display: none;
  }
  header {
    position: relative;
  }
  header h2 {
    text-align: center;
    line-height: 5;
    color: #fff;
    font-size: 2rem;
  }
  #dl-menu {
    position: absolute;
    left: 5px;
    top: 10px;
    z-index: 999999;
  }
  /*============================================================
	STORE
============================================================*/
  #store .tab {
    width: 95%;
    margin: 0 auto 5%;
  }

  #store .box {
    width: 95%;
    margin: 0 auto 2%;
    float: none;
    height: auto;
  }
  #store .icon {
    width: 40%;
  }
  #store .title {
    height: 45px;
    width: 100%;
  }
  #store .data {
    width: 95%;
    margin: 0 auto 5%;
    height: auto;
  }
  #store .icon,
  #store .item {
    vertical-align: middle;
  }

  #store .item-box {
    display: table;
    table-layout: fixed;
    width: 95%;
    margin: 0 auto 2%;
  }
  #store .item-box div {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    padding: 0 0.5%;
  }
  #store .box .point {
    width: auto;
  }
  #store .item-box div img {
    width: 100%;
  }
  #store .data .cap {
    width: auto;
  }
  #store .tel {
    font-size: 1.6rem;
    margin: 0 auto 0;
    width: 95%;
  }
  #store h4 {
    font-size: 1.4rem;
  }

  footer {
    padding: 90px 0 20px;
  }

  /*============================================================
	MAP
============================================================*/
  #map {
    width: 95%;
    margin: auto;
  }

  /*============================================================
	FES
============================================================*/
  #fes {
    width: 96%;
  }
  #fes .data-box .data,
  #fes .data-box .box {
    width: 46%;
  }
  #fes .data-box .box {
    padding: 8% 2%;
    text-align: center;
  }
  #fes .data-box .box .Tright {
    text-align: center;
  }
  #fes .data-box .data {
    left: 52%;
  }
  #fes .data-box .box h3 {
    font-size: 1.4rem;
  }

  #fes .top-box li {
    margin-bottom: 5%;
  }
  #fes .minbox {
    width: 95%;
    margin: 0 auto;
  }
  #fes .minbox .cap {
    text-align: center;
    float: none;
    margin-bottom: 2%;
  }

  #fes .data-box .text {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 5%;
    position: relative;
    float: none;
  }

  #fes .data-box dl {
    position: relative;
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    right: auto;
    bottom: auto;
  }
  #fes .box-img {
    width: 100%;
  }

  /*============================================================
	stamp
============================================================*/
  #stamp .inqtable {
    width: 100%;
  }
  #stamp table th {
    width: 25%;
  }
  #stamp table th,
  #stamp table td {
    padding: 10px;
  }

  #stamp .box {
    padding: 1rem;
  }
  /*============================================================
	index
============================================================*/
  #top-box h1 {
    width: 95%;
    margin: auto;
  }
  #top-box div {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: -10%;
  }
  #top-box {
    height: auto;
    margin-top: 25%;
  }
  #top-box .item3,
  #top-box .item2,
  #top-box .item1 {
    top: auto;
  }
  .index {
    background: url(images/top/bg.png) no-repeat center top;
  }
  #top-box .item1 p {
    bottom: 50px;
    left: 180px;
  }
  #top-box .item2 p {
    bottom: 40px;
    left: 50px;
  }

  #top-box .item3 p {
    bottom: 10px;
    left: 120px;
    right: auto;
  }

  #pass-page {
    width: 90%;
    margin: auto;
  }

  #route {
    width: 95%;
    margin: 0 auto 10%;
  }
  #top-box img {
    width: 100%;
  }
}
