<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

/* ====================================================
Base
==================================================== */
html {
  font-size: 62.5%;
  height: 100%;
  height: 100vh;
}

body {
  color: #fff;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.625;
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;




animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

}






/* ---------------------------
Links
--------------------------- */
a {
  color: #ffffff;
  text-decoration: underline;
}

a:active, a:hover {
  outline: 0;
  color: #ffffff;
}


/* ---------------------------
List
--------------------------- */
ul, ol {
  margin-left: 25px;
  padding-bottom: 8px;
}

ul li, ol li {
  padding-bottom: 8px;
}

/* ---------------------------
Embedded content
--------------------------- */

a img {
  border: 0;
}



/* ====================================================
component
==================================================== */
/* ------------------------
Button
------------------------ */
.btn, .btn-s, .btn-under {
  display: inline-block;
  text-align: center;
  line-height: 1 !important;
  vertical-align: middle;
  border-radius: 1.5em;
  text-decoration: none;
  color: #fff;
  background: #1f1f1f;
  font-weight: bold;
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2);
}
.btn {
  font-size: 24px;
  padding: 1em 1.5em;
}
.btn-s {
  font-size: 16px;
  padding: 1em 2em;
}
.btn-under {
  font-size: 24px;
  padding: 1em 1.5em;
  background: #555;
}

/* ---------------------------
Page top
--------------------------- */
#pagetop {
  position: fixed;
  display: none;
  z-index: 50;
  right: 40px;
  bottom: 40px;
}

#pagetop a {
  display: block;
  color: #fff;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  background: #333;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

#pagetop a::before {
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
}


/* ====================================================
layout
==================================================== */

#wrapper {
  margin: 0 auto;
  position: relative;
  background: url(../img/back_main_01.jpg) repeat-x center top fixed;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}


 body{margin: 0; padding: 0;}

a:hover img{
opacity: 0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}


/* Header
-------------------------- */
#header {
  padding-top: 0px;
  width: 100%;
  position: relative;
  text-align: center;
   margin:0;  

}




#main .under {
 margin:0;  
  padding-top: 6em;
  text-align: center;
  font-size: 1.6rem;
}

#title{
 margin:0; 
}


/* mainContens
-------------------------- */
.sec-box {
  margin: 0 auto;
  padding: 0px 0;
  width: 1000px;
  text-align: center;
}



.sec-box h2 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 0rem;
  line-height: 0;
  padding: .3em 1.5em;
  min-width: 200px;
}

.sec-box p {
  margin-top: 1em;
}

.cap {
  font-size: 1.4rem;
}



.sec-box2 {
  margin: 0 auto;
  padding: 0px 0;
  width: 1000px;
  text-align: center;
  
}

.sec-box2 .w960{
margin: 0 auto;
width: 960px;
padding: 0 20px;
text-align: left;
}

.sec-box2 h2 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 0rem;
  line-height: 0;
  padding: .3em 1.5em;
  min-width: 200px;
}

.sec-box2 p {
  margin-top: 0em;
}

.cap {
  font-size: 1.4rem;
}







/* Footer
-------------------------- */
#footer {
  padding: 6em 0 2em;
  text-align: center;
}

#footer .copyright {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}



/* wigdet
-------------------------- */
.widget {
  margin-top: 30px;
}
.widget-left {
  float: left;
  width: 48%;
}

.widget-right {
  float: right;
  width: 48%;
}






/* ---------------------------
Clearfix
--------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------
Layout
--------------------------- */

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.narrow {
  line-height: 1.4;
}

.box {
  padding: 20px 40px;
  border: 3px double #ccc;
}

/* ====================================================
Media Query
==================================================== */

@media print, screen and (min-width: 1001px) {
  
  #bkg {
    display: none;
  }
  
  a {
    transition: color .5s ease;
  }
  .imgover {
    opacity: 1.0;
    transition: opacity .5s ease;
  }
  .imgover:hover {
    opacity: .7;
  }
  .btn,
  .btn-s,
  .modal .close,
  #pagetop a {
    transition: background .5s ease;
  }
  .btn:hover,
  .btn-s:hover {
    opacity: 1.0;
    color: #fff;
    text-decoration: none;
    background: #fff;
  }
  #pagetop a:hover {
    color: #fff;
    background: #E40012;
  }
}

@media screen and (max-width: 1000px) {
  
  #bkg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/back_main_02.jpg)  repeat center top;
    background-size: 1000px auto;
  }
  
  #wrapper {
    background: none;
  }
  
  #header h1 {
    width: 1000px;
    overflow: hidden;
  }
  #header h1 img {
    width: 1020px;
  }
  
  .wrap718 {
    width: 848px;
  }

  .htxt img,
  #ticket-price img{
    width: 848px;
  }

  .break-sp {
    display: block;
  }
  #downinfo {
    margin-left: -380px;
    width: 760px;
  }
}






</pre></body></html>