@charset "utf-8";

/*
Theme Name: WordPress Theme for SHIBUYA DESEO
Site URI: http://www.deseo.co.jp
Description: Original theme for SHIBUYA DESEO
Version: 1.0
Author: SHIBUYA DESEO
*/


/* --- Basic --- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

html,
body {
  width: 100%;
  margin: 0;
  height: auto;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top;
  font-size: 1rem;
  line-height: 1.5;
}

#body-index {
  padding-bottom: 68px;
}

body section {
  text-align: left;
}

a img{
  border: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

a:link,
a:visited {
  color: #00aeff;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
} 

a:hover {
  color: #00D2FF;
  text-decoration: underline;
}

a:active {
  color: #00aeff;
  text-decoration: none;
} 

p {
  margin-bottom: 16px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

hr {
  margin: 16px 0;
}


/* -- Headlines --*/

h1{
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 640px) {
h1 {
  width: 163px;
  height: 66px;
  margin-bottom: 10px;
  background-size: contain;
}
}

h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(./images/logo.gif);
  background-repeat: no-repeat;
  background-position: center;
}

h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 2px;
}

#contents-c2 h2 {
  width: 100%;
  height: 60px;
  margin-bottom: 16px;
  background-image: url(./images/gra.jpg);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background-color: #33291f;
  font-size: 1.4rem;
  color: #fff;
}

h3 {
  width: 100%;
  margin-top: 16px;
  background-image: url(./images/h3.jpg);
  padding-left: 25px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: normal;
}

#contents-l h3 {
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

h3:first-of-type {
  margin-top: 0;
}

h4{
  font-size: 1.3rem;
}


/*--- Menu Trigger for Smartphones --*/

#menu-trigger {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 4;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

#menu-trigger span:nth-of-type(1) {
  top: 1px;
}

#menu-trigger span:nth-of-type(2) {
  top: 7.5px;
}

#menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}

#menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

#menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}

#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media only screen and (min-width: 640px) {
#menu-trigger {
  display: none;
}
}

#ul-mobile {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #fff;
  opacity: 0;
  z-index: -1 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#ul-mobile.ul-active {
  opacity: 1;
  top: 80px;
  z-index: 2 !important;
}

@media screen and (min-width: 640px) {
#ul-mobile,
#ul-mobile.ul-active {
  display: none;
}
}

#ul-mobile li {
  width: 60vw;
  padding: 8px;
  display: block;
  position: relative;
  font-weight: bolder;
  color: #000;
  font-size: 1.4rem;
  text-align: left;
}

#ul-mobile a:link,
#ul-mobile a:visited {
  display: block;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#ul-mobile a:hover {
  text-decoration: underline;
}


/* --- Header --- */

header {
  width: 100%;
  height: 80px;
  background-image: url(./images/header_back.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  font-size: 1rem;
  position: fixed;
  top: 0;
  z-index: 4;
}

@media screen and (min-width: 640px) {
header {
  height: 134px;
  position: static;
}
}

header a {
  color: #fff;
}

#header-inner {
  width: 95%;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
#header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
}

#header-inner > section {
  display: none;
}

@media screen and (min-width: 920px) {
#header-inner > section:first-of-type {
  display: block;
  color: #fff;
  width: 210px;
  margin-left: 10px;
  padding-bottom: 16px;
  line-height: 1.3;
}
}

@media screen and (min-width: 640px) {

#header-inner > section:last-of-type {
  display: block;
  color: #fff;
  width: 491px;
  height: 48px;
  background-color: #372c22;
}

#header-inner > section:last-of-type > ul {
  width: 100%;
  height: 100%;
  background-color: #372c22;
  list-style-type: none;
}

#header-inner > section:last-of-type > ul li {
  width: calc(100% / 5);
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  border-right: 1px solid #666;
}

#header-inner > section:last-of-type > ul li:last-of-type {
  border: 0;
}

#header-inner > section:last-of-type > ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #2d2520;
  text-decoration: none;
  background-image: url(./images/menu_back.jpg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#header-inner > section:last-of-type > ul li a:hover {
	border-color: #666;
	color: #fff;
	background-color: #98886e;
	background-image: url(./images/menu_back_h.jpg);
}
}

#top_photo{
  width: 100%;
	background-color: #75604B;
}

#top_photo img,
#top_photo2 img {
  width: 100%;
  height: auto;
}

#top_photo2{
  width: 100%;
	background-color: #75604B;
}

#photodiv{
	background-repeat: no-repeat;
}

#top-text {
  width: 100%;
  padding: 20px;
  background-color: #efeeea;
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) {
#top-text {
  padding: 20px 70px;
}
}


/* --- Footer --- */

footer {
  width: 100%;
  margin-bottom: 0;
  height: 64px;
  background-image: url(./images/footer_back.jpg);
  background-position: top;
  font-size: 1rem;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 640px) {
footer {
  height: 218px;
}
}

#footer-inner {
  display: none;
}

#footer-inner a {
  color: #fff;
}

@media screen and (min-width: 640px) {
#footer-inner {
  width: 100%;
  max-width: 940px;
  color: #fff;
  margin: 0 auto;
  font-size: 1rem;
  height: 69px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-top: 16px;
  padding-left: 10px;
}
}

@media screen and (min-width: 640px) {
#footer-inner > section {
  margin-right: 16px;
}

#footer-inner > section:first-of-type {
  width: 150px;
  height: 50px;
}

#footer-inner > section:first-of-type > img {
  width: 86px;
  height: 38px;
}

#footer-inner > section:nth-of-type(2) {
  width: 127px;
}

#footer-inner > section:nth-of-type(3) {
  width: 180px;
}

#footer-inner > section:last-of-type {
  margin: 0;
  width: 433px;
}

#footer-inner > section:last-of-type h4 {
  margin-bottom: 4px;
}

#footer-inner li{
  margin: 4px 20px 0 20px;
  list-style: none;
}
}

#footer-copyright {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

@media screen and (min-width: 640px) {
#footer-copyright {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  display: block;
  position: absolute;
  bottom: 0;
}
}

#footer-copyright p {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 640px) {
#footer-copyright p {
  display: inline;
}
}


/* --- Containers --- */

#contents_container {
  width: 100%;
  margin-top: 80px;
  background-image: url(./images/main_back.jpg);
  background-repeat: repeat-x;
  color: #666;
  text-align: left;
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
#contents_container {
  margin-top: 0;
}
}

#main_container {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  background-repeat: repeat-y;
}

#main-container-flex {
  width: 100%;
}

@media screen and (min-width: 640px) {
#main-container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
}

#main-container-flex section {
  font-size: 1.2rem;
}

#contents-l {
  width: 100%;
  padding: 0 20px 8px 20px;
  background-color: #f1f0ec;
  display: none;
}

@media screen and (min-width: 640px) {
#contents-l {
  width: 221px;
  padding: 0 8px 8px 8px;
  order: 1;
  display: block;
}
}

#contents-l.page-l {
  padding-top: 16px;
}

@media screen and (min-width: 640px) {
#contents-l.page_l {
  width: 24%;
  padding: 0 8px 8px 8px;
  order: 1
}
}

#contents-l iframe {
  width: 100% !important;
}

#contents-l div.timeline-Widget {
  width: 100% !important;
}

#contents-l img {
  border: 1px solid #c1c1c1;
}

#contents-r {
  width: 100%;
  padding: 8px 20px;
  padding-top: 0;
  background-color: #f1f0ec;
}

@media screen and (min-width: 640px) {
#contents-r {
  width: 27%;
  padding: 8px;
  padding-top: 0;
  order: 3;
}
}

#contents-l img,
#contents-r img {
  width: 100%;
  height: auto;
}

#contents-c {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 640px) {
#contents-c {
  width: 49%;
  order: 2;
  border: solid 1px #999;
}
}

#contents-c2{
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
}

@media screen and (min-width: 640px) {
#contents-c2 {
  width: calc(100% - 221px);
  margin-right: 16px;
  order: 2;
}
}

#contents-c2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}


/* --- Index Pickup Events --- */

.obi_c {
  width: 100%;
  height: 60px;
  background-image: url(./images/gra.jpg);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background-color: #33291f;
  font-size: 1.4rem;
  color: #fff;
}

.top-pickup-box {
  width: 100%;
  margin-top: 10px;
  border-top: 1px dotted #9a9a9a;
}

.top-pickup-date {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 10px;
  background-color: #fff;
  background-image: url(./images/day_back.jpg);
  background-repeat: no-repeat;
  border-left: 4px solid #554336;
}

.pickup-1day {
	margin-left: 20px;
	margin-top: 3px;
}

.pickup-1day-title {
  color: #ff3551;
  font-weight: bold;
  font-size: 1.4rem;
}

.pickup-1day-title img {
  margin-right: 4px;
}

.pickup-1day-detail {
  margin: 20px 40px 20px auto;
  font-size: 1rem;
}

#top-tickets {
  width: 100%;
  text-align: center;
}

img.index-pickup-image {
  border: 1px solid #ccc;
}


/* --- Pages --- */

.page h3 {
  width: 100%;
  background-color: #fff;
  margin: 16px 0;
  color: #fff;
  display: block;
  padding-left:10px;
  font-size: 1.4rem;
  font-weight: bold;
  background-image: url(./images/day_back.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-top: 1px dotted #9a9a9a;
  border-left: 4px solid #554336;
}

.page h4 {
  background-color: #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 10px;
  background-image: url(./images/day2_back.jpg);
  background-repeat: no-repeat;
  margin-bottom: 0px;
  margin-top: 16px;
}

.page-inner {
  margin: 0 15px;
}

/* --- Info Navi --- */

#info-menu {
  width: 100%;
  background-color: #fff;
  margin: 10px auto 0 auto;
}

#info-menu img {
  width: 100%;
  height: auto;
}

#info-menu ul {
  width: 100%;
  list-style: none;
  padding: 0;
}

#info-menu ul li {
  width: calc(100% / 3);
  display: inline-block;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: -4px;
}

@media screen and (min-width: 640px) {
#info-menu ul li {
  width: 20%;
}
}

#info-menu ul li:first-of-type {
  border: 0;
}

#info-menu ul li a {
  width: 100%;
  height: 100%;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background-color: #625642;
  color: #fff;
}

#info-menu ul li a:hover {
  background-color: #b09b77;
  color: #fff;
}


/*--- Info > Price ---*/

.price-table {
  width: 100%;
  margin-bottom: 16px;
  background-color: #555;
  font-size: 1.4rem;
}

.price-table td {
  margin: 4px;
  padding: 4px;
  background-color: #fff;
}

.td-eye-catch {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 0;
  padding-left: 10px;
  background-color: #fff;
  background-image: url(./images/day2_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}

.price {
  font-weight: bolder;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: calc(100% / 3);
}


/* --- Schedule --- */

#schedule-header,
#schedule-footer {
  width: calc(100% - 60px);
  margin: 0 30px;
  border-bottom: 1px dashed #999;
}

#schedule-footer {
  margin-top: -30px;
}

@media screen and (min-width: 640px) {
#schedule-header,
#schedule-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
}

#schedule-header section,
#schedule-footer section {
  width: 100%;
  padding: 8px;
}

#schedule-header section:last-of-type,
#schedule-footer section:last-of-type {
  text-align: right;
}

@media screen and (min-width: 640px) {
#schedule-header section:first-of-type,
#schedule-footer section:first-of-type {
  width: 50%;
}

#schedule-header section:last-of-type,
#schedule-footer section:last-of-type {
  width: 50%;
}
}

#schedule-header > section > img,
#schedule-footer > section > img {
  width: auto;
  height: auto;
}

.schedule-box {
  width: 100%;
  margin: 24px 0;
  padding: 0 30px;
}

.schedule-inner {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px dashed #999;  
}

.schedule-box:last-of-type .schedule-inner {
  margin-bottom: 32px;
}

@media screen and (min-width: 640px) {
.schedule-inner {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;  
}
}

.schedule-box section {
  width: 100%;
}

.schedule-inner section:last-of-type {
  margin-top: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap : wrap;
  -webkit-flex-wrap : wrap;
  flex-wrap : wrap;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

@media screen and (min-width: 640px) {
.schedule-inner section:first-of-type {
  width: calc(100% - 140px);
}

.schedule-inner section:last-of-type {
  width: 130px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
}

.schedule-inner section:last-of-type section {
  width: 130px;
  height: auto;
  margin: 0 8px 8px 0;
  font-size: 1rem !important;
  color: #5b5b5b !important;
  display: block;
}

@media screen and (min-width: 640px) {
.schedule-inner section:last-of-type section {
  margin: 0;
}
}

.schedule-inner section:last-of-type section img {
  width: 100%;
  height: auto;
}

.schedule-box section.sched-width-100 {
  width: 100%;
  display: block;
}

.schedule-box > section > section > h4 >img,
.schedule-box > section > section > img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.schedule-box > h3 {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  background-color: #fff;
  background-image: url(./images/label.jpg);
  background-repeat: no-repeat;
  border: 0;
  margin-bottom: 3px;
  margin-top: 10px;
}

@media screen and (min-width: 640px) {
.schedule-box > h3 {
  width: 50%;
}
}

.schedule-inner h4 {
  background: transparent;
  color: #ff3551;
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 4px 0;
}

.schedule-inner h4 img {
  padding-right: 4px;
}

.schedule-detail {
  width: 100%;
  margin: 20px 0 0;
  font-size: 1rem;
  color: #5b5b5b;
}

/* --- Past Schedule --- */

.past-schedule hr {
  display: none;
}

.past-schedule table {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px dashed #999;  
}

.past-schedule table .label {
  margin-top: 0 !important;
}

.past-schedule table:last-of-type {
  margin-bottom: 32px;
}

.past-schedule table tr td {
  width: 100%;
  display: block;
}

.past-schedule table tr td:last-of-type {
  font-size: 10px;
  color: #5B5B5B;
}

@media screen and (min-width: 720px) {
.past-schedule table tr td {
  display: table-cell;
  vertical-align: top;
}

.past-schedule table tr td:first-of-type {
  width: calc(100% - 140px);
}
	
.past-schedule table tr td:last-of-type {
  width: 130px;
}
}


/*--- Map --- */

#liquid-iframe {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
}

#liquid-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*--- Parts ---*/

.small {
  font-size: 70%;
}

.center {
  width: 100%;
  text-align: center;
}

.strong {
  font-weight: bolder;
}

.download-button {
  width: 100%;
  max-width: 320px;
  height: 48px;
  margin: 64px auto;
  padding: 8px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: bolder;
  background-color: #725d54;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
  font-size: 1.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.download-button span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 16px;
  border-radius: 36px;
  background-color: #fff;
  color: #725d54;
  font-size: 2.5rem;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.download-button:hover {
  background-color: #33291f;
  text-decoration: none !important;
}

.download-button:hover span {
  color: #33291f;
}

.highlight {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.highlight:hover {
  opacity: .7;
}


/*--- previous parts ---*/

.cl{
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.banner, 
#contents-c2.ticket img {
	border: solid #999999 1px;
}

.non{
	display: none;
}

.mag0{
	margin: 0px;
}
.bmag0{
	margin-bottom: 0px;
}
.bmag15{
	margin-bottom: 15px;
}

.lmag15{
	margin-left: 15px;
}
.lmag30{
	margin-left: 30px;
}

.rmag15{
	margin-right: 15px;
}
.mag_c{
	margin-left: auto;
	margin-right: auto;
}

.label{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(./images/label.jpg);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	margin-top: 10px;
}
.photo_frame{
	border:1px solid;
	padding:5px 5px 5px 5px;
	background-color: #F4F4F4;
	border-color: #D8D8D8;
}
.wrap{ width:100%; clear:both;}

.font9{
	font-size: 9px;
	color: #5B5B5B;
}
.font9w{
	font-size: 9px;
	color: #ECECEC;
}
.font10{
	font-size: 10px;
	color: #5B5B5B;
}
.font10_w{
	font-size: 10px;
	color: #ECECEC;
}

.font12{
	font-size: 1.2rem;
	color: #5B5B5B;
}
.font12_w{
	font-size: 1.2rem;
	color: #ECECEC;
}

.font14{
	font-size: 14px;
	color: #5B5B5B;
}
.font14_w{
	font-size: 14px;
	color: #ECECEC;
}
.or{
	color: #FF6600;
}
.white{
	color: #FFFFFF;
}
.red{
	color: #FF6969;
}

.line_txt{
	text-decoration: line-through;
}

.day{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(./images/day_back.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 4px;
	border-top-style: dotted;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-left-color: #554336;
	margin-top: 10px;
}

.day2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(./images/day2_back.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 10px;
}

.title{
	color: #FF3551;
	font-weight: bold;
	font-size: 14px;
}
.pickup_1day{
	margin-left: 20px;
	margin-top: 3px;
}
.a_block{
	float: right;
	padding:3px 3px 3px 3px;
	margin-right: 6px;
	margin-bottom: 5px;
	font-size: 10px;
}
.a_block  img{
	display: block;
	border: solid #000 1px;
	border-color: #C1C1C1;
}
.move_left{
	float: left;
}

#news{
	height: 600px;
	border: solid #999999 1px;
	margin-bottom: 20px;
}
/*----------------twitter------------------*/

ul#twitter_update_list {
	margin:0;
	padding:0;
	margin-bottom: 7px;
}
#twitter_update_list li {
	list-style:none;
	margin:0 12px 10px 12px;
	padding:3px;
}
#twitter_update_list li a:link {
	color:#00a2d4;
}
#twitter-link {
	margin-left:14px;
	text-align:right;
}
#twitter_update_list{
	overflow: auto;
	height: 330px;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 0px;
}

#twitter_update_list li{
	border-top: solid #E1E1E1 1px;
	margin-top: 10px;
}


.jCarouselLite{
	border: 1px solid #9A9A9A;
	padding: 5px;
	background-color: #F2EEEB;
	padding-left: 9px;
}

.jCarouselLite li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.jCarouselLite ul{
	padding: 0px;
	margin: 0px;
}

.jCarouselLite img{
	border:1px solid;
	padding:3px 3px 3px 3px;
	border-color: #C1C1C1;
	background-color: #FFFFFF;
}
/*----------------機材テーブル------------------*/
#eq table{
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}
#eq  table  th {
	padding: 5px 5px 5px 10px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	background-color: #BBBBBB;
}
#eq table td {
	padding: 5px 5px 5px 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	background-color: #4F4F4F;
	color: #FFFFFF;
}

/*----------------リンクページ------------------*/
.link_box ul{    
	width:100% !important;
    margin-top:20px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

.link_box li{
	list-style:none;
	padding:3px;
	width:100%;
  box-sizing: border-box;
	float:left;
	border-bottom: dotted #ccc 1px;
	margin-right: 10px;
	display: block;
	background-image: url(./images/link.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
}

@media screen and (min-width: 640px) {
.link_box li {
  width: 30%;
}
}

/*----------------スケジュールページ------------------*/
#schedule_contents{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}
#schedule_contents  hr{
	height: 1px;
	border: none;
	border-top: 1px #000000 dashed;
	border-color: #C3C3C3;
}
.subtxt{
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 40px;
}
.schedule_navi_l{
	width: 300px;
	float: left;
}
.schedule_navi_r{
	width: 300px;
	float: right;
	text-align: right;
}
/*----------------地図ページ------------------*/
.map_l{
	width: 305px;
	float: left;
	margin-bottom: 20px;
}

.map_r{
	width: 345px;
	float: left;
}


/*------------------ 404 base------------------*/
body#body-404 {
	background-color: #CAB799;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top;
}

#main-container-404 {
  width: 90%;
  max-width: 600px;
  margin: 32px auto 0 auto;
  background-color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}

