/* PUNK THIS TOWN (page.css) */
.clearfix:before, #artist .block ul:before, #tower .block:before, .clearfix:after, #artist .block ul:after, #tower .block:after {
  content: "";
  display: table;
}
.clearfix:after, #artist .block ul:after, #tower .block:after {
  clear: both;
}

body::before {
  background: url("../images/bg/main_img0510.jpg") no-repeat left top;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: 0;
}

#bg {
  top: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.date {
  margin: 0 auto;
  max-width: 510px;
  width: 70%;
}

.content_wrapper h2 {
  text-align: center;
  margin: 20px 0 40px;
}
.content_wrapper h2 img {
  width: 250px;
}

.main {
  margin: 0 auto 100px;
  padding-top: 100px;
}
.main .box {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  border: solid 5px #e60012;
  padding: 5%;
}

#artist .block {
  padding: 1.5rem 0;
  color: #fff;
}
#artist .block ul {
  margin: 15px 0 0 0;
}
#artist .block ul li {
  width: 100%;
  float: left;
  margin: 0 0 18% 0;
}
#artist .block ul li a {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#artist .block ul li a:hover {
  opacity: .75;
  text-decoration: none;
}
#artist .block ul li .btn_massage {
  margin-top: 5px;
  text-align: center;
  height: 25px;
}
#artist .block ul li .btn_massage .youtube_btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem 1.4rem;
  background: #fff100;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  font-size: 1.33333rem;
}
#artist .block ul li .btn_massage .youtube_btn i {
  font-size: 20px;
  font-size: 1.66667rem;
}
#artist .block ul li .artist_img {
  position: relative;
  text-align: center;
}
#artist .block ul li .artist_img span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  font-size: 0.83333rem;
  display: inline-block;
  background: red;
  color: #fff;
  text-align: center;
  padding: 1px 5px;
}
#artist .block ul li .artist_img .new {
  position: absolute;
  width: 42px;
  top: -20px;
  left: -10px;
}
#artist .block ul li .artist_name {
  margin: 5px auto 0;
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 1.3;
  font-weight: bold;
  width: 80%;
  height: 60px;
  text-align: center;
}
#artist .block ul .cs {
  width: 100%;
}
#artist .block ul .cs p {
  color: #fff;
  text-align: center;
  padding: 0 0 10%;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: bold;
}
#artist .artist_txt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.16667rem;
}

#guideline .block {
  padding: 0 0 3.5rem;
}
#guideline .block:first-child {
  padding: 5% 0 1rem;
}
#guideline .block h3 {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  background: #e60012;
  margin-bottom: 10px;
}
#guideline .block h4 {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
#guideline .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 10px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#guideline .alt-table-responsive {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
#guideline .overview_table {
  width: 100%;
  border: solid 1px #d4d4d4;
  border-collapse: collapse;
  margin-bottom: 1em;
  background-color: #FFF;
  padding: 10px;
  line-height: 1.5;
}
#guideline .overview_table th {
  display: block;
  font-size: 14px;
  font-size: 1.16667rem;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  background: #000;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
#guideline .overview_table td {
  display: block;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #000;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  padding: 5px;
  vertical-align: middle;
}
#guideline .overview_table td small {
  font-size: 80%;
}
#guideline .overview_table td a {
  color: #00a0e9;
  font-weight: bold;
}

#volunteer h2 img {
  width: 100%;
}
#volunteer .block {
  padding: 0 0 3.5rem;
}
#volunteer .block:first-child {
  padding: 5% 0 1rem;
}
#volunteer .block h3 {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  background: #e60012;
  margin-bottom: 10px;
}
#volunteer .block h4 {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
#volunteer .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 10px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#volunteer .alt-table-responsive {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
#volunteer .overview_table {
  width: 100%;
  border: solid 1px #d4d4d4;
  border-collapse: collapse;
  margin-bottom: 1em;
  background-color: #FFF;
  padding: 10px;
  line-height: 1.5;
}
#volunteer .overview_table th {
  display: block;
  font-size: 14px;
  font-size: 1.16667rem;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  background: #000;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
#volunteer .overview_table td {
  display: block;
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  text-align: left;
  color: #000;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  padding: 5px;
  vertical-align: middle;
}
#volunteer .overview_table td small {
  font-size: 80%;
}
#volunteer .overview_table td a {
  color: #00a0e9;
  font-weight: bold;
}
#volunteer .volunteer_table ul li {
  font-size: 12px;
  font-size: 1rem;
  letter-spacing: -.1px;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
#volunteer hr {
  margin: 20px 0 10px;
}

.contact_txt {
  word-wrap: break-word;
  margin-bottom: 55px;
  color: #fff;
}
.contact_txt a {
  margin: 20px auto;
  text-decoration: underline;
  color: #00a0e9;
}
.contact_txt a:hover {
  text-decoration: none;
}
.contact_txt p {
  font-size: 14px;
  font-size: 1.16667rem;
}
.contact_txt .btn_submit {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  padding: 7px 10px;
  margin: 20px 0 0;
  border: solid 2px #000;
  text-decoration: none !important;
  display: inline-block;
  font-size: 14px;
  font-size: 1.16667rem;
}
.contact_txt .btn_submit:hover {
  background: #fff;
  color: #000 !important;
  text-decoration: none;
}
.contact_txt .btn_submit .fa-envelope {
  margin-right: 3px;
}
.contact_txt .poweredby {
  display: none;
}
.contact_txt div.error {
  display: none;
}

#contactForm label {
  color: #fff;
  font-size: 14px;
  font-size: 1.16667rem;
}

#confirmArea dl {
  background: #fff;
  padding: 10px;
}
#confirmArea dt, #confirmArea dd {
  color: #000;
}

#errorDispaly {
  color: #fff100;
  font-weight: bold;
}

#ticket .block {
  position: relative;
  padding: 0 0 3.5rem;
}
#ticket .block:first-child {
  padding: 5% 0 1rem;
}
#ticket .block h3 {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  background: #e60012;
  margin-bottom: 10px;
}
#ticket .block h4 {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
#ticket .block ul li {
  color: #fff;
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 10px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#ticket .alt-table-responsive {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
#ticket .overview_table {
  width: 100%;
  border: solid 1px #d4d4d4;
  border-collapse: collapse;
  margin-bottom: 1em;
  background-color: #FFF;
  padding: 10px;
  line-height: 1.5;
}
#ticket .overview_table th {
  display: block;
  font-size: 14px;
  font-size: 1.16667rem;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  background: #000;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
#ticket .overview_table td {
  display: block;
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #000;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  padding: 5px;
  vertical-align: middle;
}
#ticket .overview_table td small {
  font-size: 80%;
}
#ticket .price_table {
  width: 100%;
  border: solid 1px #d4d4d4;
  border-collapse: collapse;
  margin-bottom: 1em;
  background-color: #FFF;
  padding: 10px;
  line-height: 1.5;
}
#ticket .price_table th {
  display: block;
  font-size: 16px;
  font-size: 1.33333rem;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  background: #e60012;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
#ticket .price_table td {
  display: block;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #e60012;
  border-collapse: collapse;
  border: solid 1px #d4d4d4;
  padding: 10px;
  vertical-align: middle;
}
#ticket .price_table td small {
  font-size: 65%;
}
#ticket .price_table td .gakuseisho {
  top: -.5em;
  position: relative;
}
#ticket .senkou_kikan {
  margin: 10px 0 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.16667rem;
}
#ticket .senkou_table {
  width: 100%;
  border: solid 2px #d4d4d4;
  border-collapse: collapse;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1.5;
}
#ticket .senkou_table tr:first-child th {
  border-bottom: solid 2px #d4d4d4;
}
#ticket .senkou_table tr:first-child td {
  border-bottom: none;
}
#ticket .senkou_table th {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.33333rem;
  border-collapse: collapse;
  text-align: center;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
#ticket .senkou_table td {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.33333rem;
  text-align: center;
  font-weight: bold;
  border-left: none;
  color: #fff;
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
}
#ticket .senkou_table td a {
  display: inline-block;
  text-align: center;
  width: 75%;
  padding: 5px 15px;
  font-weight: bold;
  background: #fff100;
  border: #000 solid 2px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ticket .senkou_table td a:hover {
  background: #000;
  color: #fff100;
}
#ticket .senkou_table .sp_hide {
  display: none;
}
#ticket .senkou_end {
  width: 300px;
  max-width: none !important;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -150px;
}
#ticket .pur_tbl {
  display: table;
  width: 100%;
  margin: 0 0 4px 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-size: 1.16667rem;
}
#ticket .tbl_img {
  color: #fff100;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  width: 30%;
  padding: 16px 1% 12px 1%;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
#ticket .tbl_img a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#ticket .tbl_txt {
  width: 70%;
  display: table-cell;
  padding: 16px 2% 12px 3%;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  word-break: break-all;
}
#ticket .tbl_txt a {
  font-weight: bold;
  color: #00a0e9;
  text-decoration: underline;
}
#ticket .tbl_txt a:hover {
  text-decoration: none;
}
#ticket .tbl_row {
  display: table-row;
}
#ticket .tbl_row:nth-of-type(2n) {
  display: table-row;
}

#foods h2 img {
  width: 350px;
}
#foods .block {
  padding: 0 10px 10%;
  color: #fff;
}
#foods .block:first-child {
  padding: 10% 10px;
}
#foods .block .intro {
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: bold;
}
#foods .block .foods_box {
  display: block;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #cccccc;
}
#foods .block .foods_box figure {
  display: block;
  vertical-align: top;
  width: 100%;
}
#foods .block .foods_box figcaption {
  display: block;
  vertical-align: top;
  padding: 0;
  margin-top: 5px;
}
#foods .block .foods_box figcaption strong {
  font-size: 16px;
  font-size: 1.33333rem;
  color: #fff100;
}
#foods .block .foods_box figcaption.menu {
  width: 100%;
  padding: 0;
}
#foods .block .foods_box figcaption.menu table {
  width: 100%;
}
#foods .block .foods_box figcaption.menu table th {
  font-size: 0.8rem;
  line-height: 1.1;
  padding: 0.3rem;
  font-weight: bold;
  background: #e60012;
  color: #ffffff;
  border: none;
}
#foods .block .foods_box figcaption.menu table td {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.1;
  padding: 0.3rem;
}
#foods .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#foods .block h3 img {
  max-width: 200px;
}
#foods .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}

#timetable h2 img {
  width: 350px;
}
#timetable .block {
  padding: 0 10px 10%;
  color: #fff;
}
#timetable .block:first-child {
  padding: 10% 10px;
}
#timetable .block .intro {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
#timetable .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#timetable .block h3 img {
  max-width: 200px;
}
#timetable .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}

#goods h2 img {
  width: 350px;
}
#goods .block {
  padding: 0 10px 10%;
  color: #fff;
}
#goods .block:first-child {
  padding: 10% 10px;
}
#goods .block .intro {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
#goods .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#goods .block h3 img {
  max-width: 200px;
}
#goods .goods_box ul {
  margin: 25px 0 0 0;
}
#goods .goods_box ul li {
  width: 100%;
  float: left;
  margin: 0 0 35px 0;
}
#goods .goods_box ul li a {
  display: block;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#goods .goods_box ul li a:hover {
  opacity: .75;
  text-decoration: none;
}
#goods .goods_box ul li .goods_img {
  position: relative;
}
#goods .goods_box ul li .goods_img span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  font-size: 0.83333rem;
  display: inline-block;
  background: red;
  color: #000;
  text-align: center;
  padding: 1px 5px;
}
#goods .goods_box ul li .goods_img img {
  border: solid 1px #e4e4e4;
}
#goods .goods_box ul li .goods_detail {
  margin-top: 5px;
}
#goods .goods_box ul li .goods_detail .name {
  font-weight: bold;
  color: #fff100;
  font-size: 14px;
  font-size: 1.16667rem;
}
#goods .goods_box ul li .goods_detail .price {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.16667rem;
  color: #00a0e9;
  font-weight: bold;
}
#goods .goods_box ul li .goods_detail .detail {
  font-size: 12px;
  font-size: 1rem;
  height: 6em;
}
#goods .goods_box ul li .goods_detail .detail span {
  font-size: 12px;
  font-size: 1rem;
  display: inline-block;
  background: black;
  color: #000;
  text-align: center;
  padding: 1px 5px;
}
#goods .goods_box ul li .goods_detail .detail span:first-child {
  margin-bottom: 3px;
}
#goods .goods_box ul li .goods_detail .goods_txt {
  font-size: 12px;
  font-size: 1rem;
}

#photo h2 img {
  width: 350px;
}
#photo .block {
  padding: 0 10px 10%;
  color: #fff;
}
#photo .block:first-child {
  padding: 10% 10px;
}
#photo .block .intro {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
#photo .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#photo .block h3 img {
  max-width: 200px;
}
#photo .goods_box ul {
  margin: 25px 0 0 -2%;
}
#photo .goods_box ul li {
  width: 31%;
  float: left;
  margin: 0 0 35px 2%;
}
#photo .goods_box ul li a {
  display: block;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#photo .goods_box ul li a:hover {
  opacity: .75;
  text-decoration: none;
}
#photo .goods_box ul li .goods_img {
  position: relative;
}
#photo .goods_box ul li .goods_img span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  font-size: 0.83333rem;
  display: inline-block;
  background: red;
  color: #000;
  text-align: center;
  padding: 1px 5px;
}
#photo .goods_box ul li .goods_img img {
  border: solid 1px #e4e4e4;
}

#townmap h2 img {
  width: 350px;
}
#townmap .block {
  padding: 0 10px 10%;
  color: #fff;
}
#townmap .block:first-child {
  padding: 10% 10px;
}
#townmap .block .intro {
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
#townmap .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#townmap .block h3 img {
  max-width: 200px;
}
#townmap .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}

.btn_pdf {
  text-align: center;
  margin-top: 25px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #00a0e9;
  border: 1px solid transparent;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  padding: 12px 22px;
  font-size: 16px;
  font-size: 1.33333rem;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  background: #e3ea73;
  color: #000;
}

#tower h2 img {
  width: 100%;
}
#tower .block {
  padding: 0 10px 10%;
  color: #fff;
}
#tower .block:first-child {
  padding: 10% 10px;
}
#tower .block .intro {
  font-size: 14px;
  font-size: 1.16667rem;
  font-weight: bold;
}
#tower .block .intro strong {
  color: #fdd000;
}
#tower .block .tower_box {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 2rem;
  padding: 0 5px 2rem;
  border-bottom: 1px dotted #cccccc;
}
#tower .block .tower_box figure {
  display: block;
  vertical-align: top;
  width: 100%;
}
#tower .block .tower_box figcaption {
  display: block;
  vertical-align: top;
  padding: 0;
  margin-top: 5px;
}
#tower .block .tower_box figcaption p:first-child {
  min-height: 5.3em;
}
#tower .block .tower_box .title_ico {
  display: inline-block;
  background: #fdd000;
  color: #000;
  width: 70px;
  padding: 0px 10px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
#tower .block .tower_box .title_txt {
  min-height: 3.3em;
}
#tower .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#tower .block h3 img {
  max-width: 200px;
}
#tower .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}

#notice .block {
  padding: 0 10px 10%;
  color: #fff;
}
#notice .block:first-child {
  padding: 10% 10px;
}
#notice .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  color: #fff100;
  margin-bottom: 10px;
}
#notice .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}

#access .map {
  max-width: 800px;
  margin: 1rem auto;
  text-align: center;
  padding: 5% 0 0;
}
#access .map h4 {
  background: #e60012;
  padding: 5px 0;
  text-align: center;
  max-width: 800px;
  color: #fff;
  font-size: 16px;
  font-size: 1.33333rem;
  font-weight: bold;
}
#access .map p {
  margin: 1em 0;
  font-size: 20px;
  font-size: 1.66667rem;
  text-align: center;
  font-weight: bold;
  color: #fff100;
  line-height: 1.2;
}
#access .map p small {
  font-size: 67%;
}
#access .map iframe {
  margin: 1em 0;
  height: 300px;
}
#access .block {
  padding: 2rem 0;
}
#access .block h3 {
  font-size: 20px;
  font-size: 1.66667rem;
  font-weight: bold;
  color: #fff100;
  margin-bottom: 10px;
}
#access .block ul li {
  font-size: 14px;
  font-size: 1.16667rem;
  margin: 10px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#access .block dt {
  font-size: 14px;
  font-size: 1.16667rem;
}
#access .block dd {
  font-size: 14px;
  font-size: 1.16667rem;
  margin-bottom: 0.5rem;
}
#access .block .access_notice {
  color: #fff;
  font-size: 16px;
  font-size: 1.33333rem;
}

footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  color: #fff;
}
footer .sns {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 10px 0;
  margin: 0 0 25px;
}
footer .sns ul {
  text-align: center;
  height: 21px;
}
footer .sns ul .list_item {
  display: inline-block;
  width: 110px;
  margin: 0;
}
footer .credit li {
  font-size: 14px;
  font-size: 1.16667rem;
  text-align: center;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
    height: 100%;
    background: url(../images/bg/main_img0510.jpg) no-repeat center top;
    background-size: cover;
  }

  body::before {
    background: none;
    background-size: auto;
    display: none;
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
    content: "";
    z-index: 0;
  }

  .content_wrapper h2 {
    text-align: center;
    margin: 40px 0 65px;
  }
  .content_wrapper h2 img {
    width: 360px;
  }

  .main {
    margin: 0 auto 100px;
    padding-top: 100px;
  }
  .main .box {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8);
    border: solid 10px #e60012;
    padding: 30px;
  }

  #artist .block {
    padding: 3rem 5%;
  }
  #artist .block ul {
    margin: 25px 0 0 -5%;
  }
  #artist .block ul li {
    width: 45%;
    float: left;
    margin: 0 0 12% 5%;
  }
  #artist .block ul li a {
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #artist .block ul li a:hover {
    opacity: .75;
    text-decoration: none;
  }
  #artist .block ul li .artist_img {
    position: relative;
  }
  #artist .block ul li .artist_img span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-size: 0.83333rem;
    display: inline-block;
    background: red;
    color: #fff;
    text-align: center;
    padding: 1px 5px;
  }
  #artist .block ul li .artist_img .new {
    width: 80px;
    position: absolute;
    top: -40px;
    left: -20px;
  }
  #artist .block ul li .artist_name {
    margin: 10px auto 0;
    font-size: 14px;
    font-size: 1.16667rem;
    line-height: 1.3;
    font-weight: bold;
    width: 80%;
    height: 60px;
    text-align: center;
  }
  #artist .block ul .cs {
    width: 100%;
  }
  #artist .block ul .cs p {
    text-align: center;
    padding: 20% 0;
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
  }
  #artist .artist_txt {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.41667rem;
  }

  #guideline .block {
    padding: 0 5% 10%;
  }
  #guideline .block:first-child {
    padding: 10% 5% 1rem;
  }
  #guideline .block h3 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background: #e60012;
    margin-bottom: 10px;
  }
  #guideline .block h4 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }
  #guideline .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  #guideline .overview_table {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px;
    line-height: 1.5;
  }
  #guideline .overview_table th {
    width: 30%;
    display: table-cell;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.33333rem;
  }
  #guideline .overview_table td {
    display: table-cell;
    width: auto;
    text-align: left;
    font-size: 16px;
    font-size: 1.33333rem;
    padding: 15px 35px;
  }

  #volunteer .block {
    padding: 0 5% 10%;
  }
  #volunteer .block:first-child {
    padding: 10% 5% 1rem;
  }
  #volunteer .block h3 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background: #e60012;
    margin-bottom: 10px;
  }
  #volunteer .block h4 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }
  #volunteer .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  #volunteer .overview_table {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px;
    line-height: 1.5;
  }
  #volunteer .overview_table th {
    width: 30%;
    display: table-cell;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.33333rem;
  }
  #volunteer .overview_table td {
    display: table-cell;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.16667rem;
    padding: 15px 35px;
  }
  #volunteer .volunteer_table ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    letter-spacing: -.1px;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
  }
  #volunteer #confirmArea dl {
    background: #fff;
    padding: 20px;
  }

  #ticket .block {
    padding: 0 5% 7%;
  }
  #ticket .block:first-child {
    padding: 10% 5% 1rem;
  }
  #ticket .block h3 {
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background: #e60012;
    margin-bottom: 10px;
  }
  #ticket .block h4 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }
  #ticket .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 10px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  #ticket .overview_table {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px;
    line-height: 1.5;
  }
  #ticket .overview_table th {
    width: 30%;
    display: table-cell;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.33333rem;
  }
  #ticket .overview_table td {
    display: table-cell;
    width: auto;
    text-align: left;
    font-size: 16px;
    font-size: 1.33333rem;
    padding: 15px 35px;
  }
  #ticket .price_table {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px;
    line-height: 1.5;
  }
  #ticket .price_table th {
    width: 30%;
    display: table-cell;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
    font-size: 22px;
    font-size: 1.83333rem;
  }
  #ticket .price_table td {
    display: table-cell;
    width: auto;
    text-align: left;
    font-size: 28px;
    font-size: 2.33333rem;
    padding: 30px 35px;
  }
  #ticket .price_table td .gakuseisho {
    top: 0;
    position: relative;
  }
  #ticket .senkou_kikan {
    text-align: left;
    margin: 15px 0 10px;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.83333rem;
  }
  #ticket .senkou_table {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px;
    line-height: 1.5;
  }
  #ticket .senkou_table tr:first-child th span {
    display: none;
  }
  #ticket .senkou_table tr:first-child th, #ticket .senkou_table tr:first-child td {
    border-bottom: solid 2px #d4d4d4;
  }
  #ticket .senkou_table th {
    width: auto;
    display: table-cell;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
    font-size: 22px;
    font-size: 1.83333rem;
  }
  #ticket .senkou_table td {
    text-align: center;
    width: auto;
    border-left: solid 2px #d4d4d4;
    display: table-cell;
    font-size: 24px;
    font-size: 2rem;
    padding: 30px 35px;
  }
  #ticket .senkou_table td a {
    display: inline-block;
    text-align: center;
    width: 75%;
    padding: 10px 15px;
    font-weight: bold;
    border: #000 solid 4px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #ticket .senkou_table .sp_hide {
    display: table-row;
  }
  #ticket .senkou_end {
    width: 600px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -300px;
  }
  #ticket .tbl_img {
    width: 17.5%;
  }
  #ticket .tbl_txt {
    width: 32.5%;
  }
  #ticket .tbl_row {
    display: block;
  }

  #foods h2 img {
    width: 600px;
  }
  #foods .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #foods .block:first-child {
    padding: 10% 10px;
  }
  #foods .block .intro {
    font-size: 16px;
    font-size: 1.33333rem;
    font-weight: bold;
  }
  #foods .block .foods_box {
    display: table;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #cccccc;
  }
  #foods .block .foods_box:first-child {
    padding-top: 1rem;
    border-top: 1px dotted #cccccc;
  }
  #foods .block .foods_box figure {
    display: table-cell;
    vertical-align: top;
    width: 100px;
  }
  #foods .block .foods_box figcaption {
    display: table-cell;
    vertical-align: top;
    padding: 0 2rem;
  }
  #foods .block .foods_box figcaption strong {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #foods .block .foods_box figcaption.menu {
    width: 170px;
    padding: 0;
  }
  #foods .block .foods_box figcaption.menu table {
    width: 100%;
  }
  #foods .block .foods_box figcaption.menu table th {
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
  }
  #foods .block .foods_box figcaption.menu table td {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1.1;
    padding: 0.3rem;
  }
  #foods .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  #foods .block h3 img {
    max-width: 300px;
  }
  #foods .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 20px 0;
    text-indent: -1em;
    padding-left: 1em;
  }

  #timetable h2 img {
    max-width: 600px;
    width: 100%;
  }
  #timetable .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #timetable .block:first-child {
    padding: 10% 10px;
  }
  #timetable .block .intro {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
  }
  #timetable .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #timetable .block h3 img {
    max-width: 200px;
  }

  #goods h2 img {
    max-width: 600px;
    width: 100%;
  }
  #goods .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #goods .block:first-child {
    padding: 10% 10px;
  }
  #goods .block .intro {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
  }
  #goods .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #goods .block h3 img {
    max-width: 200px;
  }
  #goods .goods_box ul {
    margin: 25px 0 0 0;
  }
  #goods .goods_box ul li {
    width: 100%;
    float: left;
    margin: 0 0 65px 0;
  }
  #goods .goods_box ul li a {
    display: block;
    color: #000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #goods .goods_box ul li a:hover {
    opacity: .75;
    text-decoration: none;
  }
  #goods .goods_box ul li .goods_img {
    position: relative;
  }
  #goods .goods_box ul li .goods_img span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-size: 0.83333rem;
    display: inline-block;
    background: red;
    color: #000;
    text-align: center;
    padding: 1px 5px;
  }
  #goods .goods_box ul li .goods_img img {
    border: solid 1px #e4e4e4;
  }
  #goods .goods_box ul li .goods_detail {
    margin-top: 5px;
  }
  #goods .goods_box ul li .goods_detail .name {
    font-weight: bold;
    color: #fff100;
    font-size: 20px;
    font-size: 1.66667rem;
  }
  #goods .goods_box ul li .goods_detail .price {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 1.66667rem;
    color: #00a0e9;
    font-weight: bold;
  }
  #goods .goods_box ul li .goods_detail .detail {
    font-size: 14px;
    font-size: 1.16667rem;
    height: 6em;
  }
  #goods .goods_box ul li .goods_detail .detail span {
    font-size: 14px;
    font-size: 1.16667rem;
    display: inline-block;
    background: black;
    color: #000;
    text-align: center;
    padding: 1px 5px;
  }
  #goods .goods_box ul li .goods_detail .detail span:first-child {
    margin-bottom: 3px;
  }
  #goods .goods_box ul li .goods_detail .goods_txt {
    font-size: 14px;
    font-size: 1.16667rem;
  }

  #photo h2 img {
    width: 350px;
  }
  #photo .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #photo .block:first-child {
    padding: 10% 10px;
  }
  #photo .block .intro {
    font-size: 16px;
    font-size: 1.33333rem;
    font-weight: bold;
  }
  #photo .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #photo .block h3 img {
    max-width: 200px;
  }
  #photo .goods_box ul {
    margin: 25px 0 0 -1%;
  }
  #photo .goods_box ul li {
    width: 24%;
    float: left;
    margin: 0 0 35px 1%;
  }
  #photo .goods_box ul li a {
    display: block;
    color: #000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #photo .goods_box ul li a:hover {
    opacity: .75;
    text-decoration: none;
  }
  #photo .goods_box ul li .goods_img {
    position: relative;
  }
  #photo .goods_box ul li .goods_img span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-size: 0.83333rem;
    display: inline-block;
    background: red;
    color: #000;
    text-align: center;
    padding: 1px 5px;
  }
  #photo .goods_box ul li .goods_img img {
    border: solid 1px #e4e4e4;
  }

  #townmap h2 img {
    width: 100%;
    max-width: 400px;
  }
  #townmap .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #townmap .block:first-child {
    padding: 10% 10px;
  }
  #townmap .block .intro {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
  }
  #townmap .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #townmap .block h3 img {
    max-width: 200px;
  }
  #townmap ul li {
    font-size: 16px;
    font-size: 1.33333rem;
    margin: 20px 0;
    text-indent: -1em;
    padding-left: 1em;
  }

  .btn_pdf {
    text-align: center;
    margin-top: 35px;
  }

  .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #00a0e9;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    padding: 12px 22px;
    font-size: 16px;
    font-size: 1.33333rem;
    line-height: 1.428571429;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn:hover {
    background: #e3ea73;
    color: #000;
  }

  #tower h2 img {
    width: 100%;
  }
  #tower .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #tower .block:first-child {
    padding: 10% 10px;
  }
  #tower .block .intro {
    font-size: 17px;
    font-size: 1.41667rem;
    font-weight: bold;
  }
  #tower .block .intro strong {
    color: #fdd000;
  }
  #tower .block .tower_box {
    display: block;
    float: left;
    width: 33.333%;
    margin-bottom: 2rem;
    padding: 0 5px 2rem;
    border-bottom: 1px dotted #cccccc;
  }
  #tower .block .tower_box:last-child {
    border-bottom: none;
  }
  #tower .block .tower_box figure {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  #tower .block .tower_box figcaption {
    display: block;
    vertical-align: top;
    padding: 0;
    margin-top: 5px;
  }
  #tower .block .tower_box figcaption p:first-child {
    min-height: 3.5em;
  }
  #tower .block .tower_box .title_ico {
    display: inline-block;
    background: #fdd000;
    color: #000;
    width: 70px;
    padding: 0px 10px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }
  #tower .block .tower_box .title_txt {
    min-height: 3.3em;
  }
  #tower .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  #tower .block h3 img {
    max-width: 200px;
  }
  #tower .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 20px 0;
    text-indent: -1em;
    padding-left: 1em;
  }

  #notice .block {
    padding: 0 5% 10%;
  }
  #notice .block:first-child {
    padding: 10% 5%;
  }
  #notice .block h3 {
    font-size: 28px;
    font-size: 2.33333rem;
    font-weight: bold;
    color: #fff100;
    margin-bottom: 10px;
  }
  #notice .block ul li {
    font-size: 16px;
    font-size: 1.33333rem;
    margin: 30px 0;
    text-indent: -1em;
    padding-left: 1em;
  }

  #access .map {
    max-width: 800px;
    margin: 1rem auto;
    text-align: center;
    padding: 5% 0 0;
  }
  #access .map h4 {
    padding: 5px 0;
    text-align: center;
    max-width: 800px;
    color: #fff;
    font-size: 24px;
    font-size: 2rem;
    font-weight: bold;
  }
  #access .map p {
    margin: 1em 0;
    font-size: 34px;
    font-size: 2.83333rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
  }
  #access .map iframe {
    margin: 1em 0;
    height: 400px;
  }
  #access .block {
    padding: 3rem 5%;
  }
  #access .block h3 {
    font-size: 28px;
    font-size: 2.33333rem;
    font-weight: bold;
    color: #fff100;
    margin-bottom: 10px;
  }
  #access .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 5px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  #access .block dt {
    font-size: 14px;
    font-size: 1.16667rem;
  }
  #access .block dd {
    font-size: 14px;
    font-size: 1.16667rem;
    margin-bottom: 0.5rem;
  }
  #access .block .access_notice {
    font-size: 18px;
    font-size: 1.5rem;
  }

  footer {
    background: rgba(0, 0, 0, 0.8);
    padding: 50px 0;
    color: #fff;
  }
  footer .sns {
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
    padding: 20px 0;
    margin: 0 0 50px;
  }
  footer .sns ul {
    text-align: center;
    height: 21px;
  }
  footer .sns ul .list_item {
    display: inline-block;
    width: 100px;
    margin: 0 5px;
  }
  footer .credit li {
    font-size: 14px;
    font-size: 1.16667rem;
    text-align: center;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  #foods h2 img {
    width: 100%;
  }
  #foods .block {
    padding: 0 10px 10%;
    color: #fff;
  }
  #foods .block:first-child {
    padding: 10% 10px;
  }
  #foods .block .intro {
    font-size: 16px;
    font-size: 1.33333rem;
    font-weight: bold;
  }
  #foods .block .foods_box {
    display: table;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #cccccc;
  }
  #foods .block .foods_box:first-child {
    padding-top: 1rem;
    border-top: 1px dotted #cccccc;
  }
  #foods .block .foods_box figure {
    display: table-cell;
    vertical-align: top;
    width: 160px;
  }
  #foods .block .foods_box figcaption {
    display: table-cell;
    font-size: 14px;
    font-size: 1.16667rem;
    vertical-align: top;
    padding: 0 2rem;
  }
  #foods .block .foods_box figcaption strong {
    font-size: 20px;
    font-size: 1.66667rem;
  }
  #foods .block .foods_box figcaption.menu {
    width: 220px;
    padding: 0;
  }
  #foods .block .foods_box figcaption.menu table {
    width: 100%;
  }
  #foods .block .foods_box figcaption.menu table th {
    font-size: 14px;
    font-size: 1.16667rem;
    line-height: 1.1;
    padding: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
  }
  #foods .block .foods_box figcaption.menu table td {
    font-size: 14px;
    font-size: 1.16667rem;
    text-align: left;
    line-height: 1.1;
    padding: 0.3rem;
  }
  #foods .block h3 {
    font-size: 20px;
    font-size: 1.66667rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  #foods .block h3 img {
    max-width: 350px;
  }
  #foods .block ul li {
    font-size: 14px;
    font-size: 1.16667rem;
    margin: 20px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/*# sourceMappingURL=page.css.map */
