@charset "UTF-8";
.second-body .body table {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.is-sliceWht:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -32px;
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.detailGren {
    padding: 20px 20px 20px;
    background: #002612;
}

.detailGren h2 a {
    color: #fff;
    font-size: 140%;
}

.news-article .news-headline .title {
    color: #fff;
    padding-bottom: 1.5em;
}

.news-article .news-meta .update, a.demo-icon {
    color: #fff;
}

.layout-second .second-header .top,.layout-second .second-header .btm,.layout-second .second-header .slice  {
    background: #002612;
}

.layout-second .second-header .title-wrap {
    color: #fff;
}

strong{ font-weight: 700; } 

/** TABLE_TICKET
===================================*/

.ticketWrap {
  box-sizing: border-box;
  background-color: #ffffff;
  margin: -21px auto;
  padding: 20px;
}

.ticketWrap h2 {
    color: #002612;
    font-size: 160%;
    margin: 3em 0em 0.5em;
}

p .attend {
   color: #470016;
}

/* -----------------------------------------------
Table Design
----------------------------------------------- */
.ticketWrap table .ttable {
    width: 100%;
}
.ticketWrap table th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 0;
   line-height: 4em;
}
.ticketWrap table td {
    border: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}
.ticketWrap p {
    line-height: 1.8em;
    margin-bottom: 1.5em;
}
/*
th, td {
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  padding: 5px;
}
*/
#Wrap01 th { background-color: #61c5bb; color: #fff;}

td.ticketTd01 {
    text-align: center;
    vertical-align: middle;
    width: 30%;
}
td.ticketTd02 {
    width: 25%;
}
td.ticketTd03 {
    width: 45%;
    text-align: left;
}



/* -----------------------------------------------
BUTTON
----------------------------------------------- */
.ticketButton {
  display: inline-block;
  width: 90%;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 6% auto 6%;
}
.ticketButton::before,
.ticketButton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ticketButton,
.ticketButton::before,
.ticketButton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ticketButton {
  background-color: #CCB75B;
  border: 2px solid #CCB75B;
  color: #fff;
}
.ticketButton:hover {
  background-color: #FFF;
  border-color: #CCB75B;
  color: #CCB75B;
}

/* -----------------------------------------------
BUTTON-DET
----------------------------------------------- */

.ticketButton02 {
  display: inline-block;
  width: 90%;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 0% auto 6%;
}
.ticketButton02::before,
.ticketButton02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ticketButton02,
.ticketButton02::before,
.ticketButton02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ticketButton02 {
  background-color: #fff;
  border: 1px dotted #002612;
  color: #002612;
}
.ticketButton02:hover {
  background-color: #dbebc4;
  border-color: #002612;
}

.ticketTd03 .ticketButton02{
  width: 50%;
}

/* -----------------------------------------------
Media Query
----------------------------------------------- */
@media only screen and (max-width: 640px) {
h1 { font-size: 14px;}
h1 > span { display: block;}
.ticketWrap { border-radius: 0px; width: 100%; padding: 10px;}
h3 { padding-bottom: 1em; margin: 0 auto;}


/*-------------- Table Design --------------*/
table {
  width: 100%;
  border-spacing: 0px;
  margin: 0 auto;
}
th, td {
  text-align: center;
  padding: 5px;
}
.ttable th { background-color: #61c5bb; color: #fff;}

td.ticketTd01 {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
td.ticketTd02 {
    width: 100%;
}
td.ticketTd03 {
    width: 100%;
    padding: 3%;
}

/*-------------- レイアウトを変更する --------------*/
#Wrap01 table { width: 100%; border:none; padding: 10px;}
#Wrap01 thead { display: none;}
#Wrap01 tr {
  display: block;
  margin-bottom: 20px;
}
#Wrap01 td {
  display: block;
  text-align: center;
  padding: 0;
  border-bottom: none;
}

#Wrap01 td p {
  text-align: left;
  padding: 1em;
  margin: 0;
}

/* tdのデザイン */
#Wrap01 td:nth-of-type(1) { background-color: #ccc; text-align: center; color: #fff;}
#Wrap01 td:last-child { border-bottom: 1px solid #ccc;}
#Wrap01 td:before {
  line-height: 54px;
  color: #4f4d47;
  display: block;
  background-color: #f5f3ec;
}

.Wbox{ width:90%; background-color: #fff; text-align: center; margin: 20px auto;}

/* contentでタイトルを追加 */
#Wrap01 td:nth-of-type(2):before { content: "購入窓口";}
#Wrap01 td:nth-of-type(3):before { content: "ご購入・ご利用ガイド";}
#Wrap01 td:nth-of-type(4):before { content: "支払方法・発券方法";}
}

@media screen and (max-width: 767px){
.main-visual-card-wrap {
    display: none;
}
}