@charset "UTF-8";
/* ==========================================================
 SECTION
========================================================== */

/* sec-individual-01
---------------------------------------------------------- */

.sec-individual-01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec-individual-01 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec-individual-01 .list-ticket-button {
    text-align: center;
    margin-bottom: 5px;
  }
  .sec-individual-01 .list-ticket-button a {
    display: block;
  }
  .sec-individual-01 .list-ticket-button img {
    margin-bottom: 10px;
  }
}

/* ==========================================================
 BOX
========================================================== */

/* box-desc
---------------------------------------------------------- */

.box-desc {
  color: #e87581;
  background-color: #fff;
  margin-bottom: 10px;
}

.box-desc+.txt-specific {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .box-desc {
    margin-bottom: 8px;
  }
  .box-desc+.txt-specific {
    margin-bottom: 5px;
  }
}

/* ==========================================================
 BUTTON
========================================================== */

/* btn-zoom-01
---------------------------------------------------------- */

.btn-zoom-01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn-zoom-01 {
    display: block;
    margin-bottom: 12px;
  }
  .btn-zoom-01 .ico-zoom-01 {
    background: url(/common/img/ico_zoom_02.png) left center no-repeat;
    background-size: 16px auto;
    padding: 10px 0 10px 20px;
  }
}

/* ==========================================================
 TABLE
========================================================== */

/* table-individual-01
---------------------------------------------------------- */

.table-individual-01 {
  margin-bottom: 10px;
  border-collapse: separate;
  border-radius: 6px;
  border-bottom: 1px solid #d7cbcc;
  overflow: hidden;
  width: 670px;
}

.table-individual-01 thead tr th {
  color: #59564f;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  background-color: #b5b5b5;
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.table-individual-01 thead tr th:first-child {
  border-left: none;
  border-top-left-radius: 6px;
}

.table-individual-01 thead tr th:last-child {
  border-top-right-radius: 6px;
  background-color: #ffffff;
}

.table-individual-01 tbody tr th {
  border: 1px solid #d7cbcc;
  border-bottom: none;
  background-color: #f6f6f6;
  width: 68px;
  text-align: center;
}

.table-individual-01 tbody tr:last-child th {
  border-bottom-left-radius: 6px;
}

.table-individual-01 tbody tr td {
  border-right: 1px solid #d7cbcc;
  border-top: 1px solid #d7cbcc;
  background-color: #fff;
  min-width: 200px;
  vertical-align: top;
}

.table-individual-01 tbody tr td:first-child {
  border-left: none;
}

.table-individual-01 tbody tr td.last {
  border-bottom-right-radius: 6px;
  vertical-align: middle;
}

.table-individual-01 tbody tr .card .card-inner {
  display: block;
  padding: 15px 5px 11px;
}

.table-individual-01 tbody tr .card .card-inner .icon {
  margin-bottom: 3px;
  text-align: center;
}

.table-individual-01 tbody tr .card .card-inner .ticket {
  color: #59564f;
  font-size: 14px;
  text-align: center;
}

.table-individual-01 tbody tr .card .card-inner .title {
  color: #e87581;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: center;
}

.table-individual-01 tbody tr .card .card-inner.disabled {
  pointer-events: none;
}

.table-individual-01 tbody tr .card .card-inner.disabled .title {
  color: #b5b5b5;
}

.table-individual-01 tbody tr .card .card-inner .text {
  color: #59564f;
  font-size: 12px;
  text-align: center;
}

.table-individual-01 tbody tr .card-01 .sub_tittle {
  position: absolute;
  top: 100px;
  right: 110px;
  padding: 3px;
  background-color: #ed7d31;
  width: 70px;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 1.3;
}

.Agent_pc .table-individual-01 tbody tr .card:hover, .Agent_pc .table-individual-01 tbody tr .card.hover {
  background-color: #f3f6fb;
}

.table-individual-01 tbody tr .card:hover .card-inner.disabled, .table-individual-01 tbody tr .card.hover .card-inner.disabled {
  background-color: #fff;
}

.table-individual-01 tbody tr .card:hover .card-inner.disabled .title, .table-individual-01 tbody tr .card.hover .card-inner.disabled .title {
  text-decoration: none;
}

.table-individual-01 tbody tr .card:hover .card-inner .title, .table-individual-01 tbody tr .card.hover .card-inner p {
  text-decoration: underline;
}

.table-individual-01 tbody tr .item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.table-individual-01 tbody tr .item-01 {
  top: 174px;
  left: 94px;
}

.table-individual-01 tbody tr .item-02 {
  top: 239px;
  left: 85px;
}

.table-individual-01 tbody tr .card-01:hover .item, .table-individual-01 tbody tr .card-02:hover .item, .table-individual-01 tbody tr .card-03:hover .item, .table-individual-01 tbody tr .card-04:hover .item, .table-individual-01 tbody tr .card-05:hover .item {
  opacity: 1;
  visibility: inherit;
}

#a-ticketpc {
  padding-top: 10px;
  margin-top: -7px;
}

.table-individual-01 thead img.logo {
  display: block;
  margin: 3px auto 0;
}

.table-individual-01 th p.sub_tittle {
  background-color: #ed7d31;
  color: #ffffff;
  margin: 0 15px;
  padding-top: 3px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .table-individual-01 {
    margin-bottom: 12px;
    border-collapse: separate;
    border-radius: 6px;
    border-bottom: 1px solid #d7cbcc;
    overflow: hidden;
    width: 100%;
  }
  .table-individual-01 thead tr th {
    color: #fff;
    border-left: 1px solid #d3d3d3;
    display: block;
    background-color: #b5b5b5;
    padding: 6px 0;
    text-align: center;
  }
  .table-individual-01 thead tr th:first-child {
    border-left: none;
    border-top-left-radius: 6px;
  }
  .table-individual-01 thead tr th:last-child {
    border-top-right-radius: 6px;
  }
  .table-individual-01 tbody tr th {
    border: 1px solid #d7cbcc;
    border-bottom: none;
    background-color: #f6f6f6;
    width: 68px;
    text-align: center;
  }
  .table-individual-01 tbody tr:last-child th {
    border-bottom-left-radius: 6px;
  }
  .table-individual-01 tbody tr td {
    display: block;
    border-left: 1px solid #d7cbcc;
    background-color: #fff;
    min-width: 200px;
    vertical-align: top;
  }
  .table-individual-01 tbody tr td:first-child {
    border-left: 1px solid #d7cbcc;
  }
  .table-individual-01 tbody tr td.last {
    border-bottom-right-radius: 6px;
    vertical-align: middle;
  }
  .table-individual-01 tbody tr .card .card-inner {
    color: #59564f;
    background: url(/ticket/img/ico_arrow_right_01.png) calc(100% - 10px) center no-repeat;
    background-size: 7px auto;
    display: block;
    padding: 10px 35px 10px 10px;
  }
  .table-individual-01 tbody tr .card .card-inner dl {
    display: table;
    width: 100%;
  }
  .table-individual-01 tbody tr .card .card-inner dl dt {
    display: table-cell;
    width: 42px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .table-individual-01 tbody tr .card .card-inner dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .table-individual-01 tbody tr .card .card-inner.disabled {
    pointer-events: none;
  }
  .table-individual-01 tbody tr .card .card-inner .icon {
    margin-bottom: 0;
    text-align: left;
  }
  .table-individual-01 tbody tr .card .card-inner .icon img {
    width: 100%;
  }
  .table-individual-01 tbody tr .card .card-inner .ticket {
    font-size: 12px;
    text-align: left;
  }
  .table-individual-01 tbody tr .card .card-inner .title {
    font-size: 16px;
    text-align: left;
  }
  .table-individual-01 tbody tr .card .card-inner .text {
    font-size: 10px;
    line-height: 1.3;
  }
  .Agent_pc .table-individual-01 tbody tr .card:hover {
    background-color: #f3f6fb;
  }
  .card-05:hover {
    background-color: #fff !important;
  }
  .table-individual-01 tbody tr .card:hover .card-inner.disabled {
    background-color: #fff;
  }
  .table-individual-01 tbody tr .card:hover .card-inner .title {
    text-decoration: underline;
  }
  .table-individual-01 tbody tr .card:hover .card-inner.disabled .title {
    text-decoration: none;
  }
  #a-ticket {
    padding-top: 10px;
    margin-top: 0;
    border-left: 1px solid #d7cbcc;
    color: #59564f;
  }
}

@media screen and (max-width: 768px) {
  .table-individual-01 tbody tr .card .card-inner .title {
    float: left;
    font-size: 16px;
    text-align: left;
  }
  .table-individual-01 tbody tr .card .card-inner .sub_tittle {
    overflow: hidden;
    position: relative;
    bottom: 2px;
    left: 5px;
    background-color: #ed7d31;
    width: 80px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }
  .table-individual-01 tbody tr .card .card-inner .text {
    clear: both;
    font-size: 10px;
    line-height: 1.3;
  }
}

/* ==========================================================
 TEXT
========================================================== */

/* txt-specific
---------------------------------------------------------- */

.txt-specific {
  font-size: 14px;
  text-align: right;
}

.txt-specific .ico-dot {
  padding-left: 15px;
  position: relative;
}

.txt-specific .ico-dot:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ef6072;
}

@media screen and (max-width: 768px) {
  .txt-specific {
    font-size: 12px;
  }
  .txt-specific .ico-dot {
    padding-left: 10px;
  }
  .txt-specific .ico-dot:before {
    width: 10px;
    height: 10px;
  }
}

/* ==========================================================
 SLICK
========================================================== */

/* js-calendar
---------------------------------------------------------- */

.js-calendar {
  position: relative;
}

.js-calendar .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 45px;
  height: 28px;
  text-indent: -9999px;
  z-index: 5;
}

.js-calendar .slick-prev {
  right: 45px;
  background: url(/common/img/slider_ico_arrow_03.png) center center no-repeat;
  background-size: 8px auto;
}

.js-calendar .slick-next {
  right: 0;
  background: url(/common/img/slider_ico_arrow_04.png) center center no-repeat;
  background-size: 8px auto;
}

/* calendar datepicker
---------------------------------------------------------- */

#calendarSp {
  display: none;
}

.ui-datepicker {
  width: 100% !important;
  /*margin-bottom: 60px;*/
  padding-right: 36px;
  overflow: hidden;
}

.ui-datepicker-group {
  float: left;
  width: 33.3%;
  margin-right: 18px;
}

.ui-datepicker-group:nth-of-type(3n) {
  margin-right: -36px;
}

.ui-datepicker-title {
  padding: 6px 0;
  background-color: #f6f6f6;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}

.ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker-calendar a {
  color: #59564f;
}

.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  cursor: default;
  text-decoration: none;
}

.ui-datepicker-calendar th {
  padding: 6px 0;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.ui-datepicker-calendar td {
  height: 36px;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.ui-datepicker-calendar span[title='Sunday'], .ui-datepicker-calendar .sunday span {
  color: #f0919d;
}

.ui-datepicker-calendar span[title='Saturday'], .ui-datepicker-calendar .saturday span {
  color: #7bcace;
}

.ui-datepicker-calendar .holiday span {
  display: inline-block;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
  border-radius: 13px 14px 14px 13px/14px 14px 13px 13px;
  background-color: #ef6072;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #calendar {
    display: none;
  }
  #calendarSp {
    display: block;
  }
  .ui-datepicker {
    position: relative;
    /*margin-bottom: 30px;*/
    padding: 0 13px;
  }
  .ui-datepicker-group {
    float: none;
    width: 100%;
  }
  .ui-datepicker-group:nth-of-type(3n) {
    margin-right: -36px;
  }
  .ui-datepicker-title {
    padding: 2px 10px;
    font-weight: bold;
    text-align: left;
    margin-right: 0;
  }
  .ui-datepicker-calendar {
    margin-bottom: 5px;
  }
  .ui-datepicker-calendar th {
    padding: 2px 10px;
    font-weight: normal;
    text-align: center;
  }
  .ui-datepicker-calendar td {
    height: 34px;
  }
  .ui-datepicker-calendar .holiday span {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    line-height: 1.5
  }
  .ui-datepicker-prev {
    position: absolute;
    top: 0;
    right: 58px;
    display: block;
    width: 45px;
    height: 28px;
    background: url(/common/img/slider_ico_arrow_03.png) center center no-repeat;
    background-size: 8px auto;
  }
  .ui-datepicker-next {
    position: absolute;
    top: 0;
    right: 13px;
    display: block;
    width: 45px;
    height: 28px;
    background: url(/common/img/slider_ico_arrow_04.png) center center no-repeat;
    background-size: 8px auto;
  }
  #pc .ui-datepicker-prev:hover, #pc .ui-datepicker-next:hover {
    cursor: pointer;
  }
}

/* ==========================================================
 LIST
========================================================== */

/* list-individual-linkin
---------------------------------------------------------- */

.list-individual-linkin {
  overflow: hidden;
  padding: 0;
}

.list-individual-linkin li {
  float: left;
}

.set-conven li {
  padding: 0 24px;
}

.set-online li {
  padding: 0 41px;
}

@media screen and (max-width: 768px) {
  .list-individual-linkin {
    background-color: #e5f0f3;
  }
  .list-individual-linkin li {
    border-top: 1px solid #fff;
    width: 50%;
    padding: 0 0;
  }
  .list-individual-linkin li:first-child {
    border-left: none;
  }
  .list-individual-linkin li:nth-child(2n) {
    border-right: none;
  }
}

/* 202007 ticket改修 */

.box-detail-01 .new201903 tbody tr th {
  width: 140px !important;
}

.box-detail-01 .left {
  width: 265px;
  background-color: #f6f6f6;
}

.table-individual-01 tbody tr .card .card-inner.left {
  background-color: #f6f6f6;
}

.sec-individual-01 .press {
  border: solid 1px #d7cbcc;
  margin: 0 15px 30px 15px;
}

@media screen and (max-width: 768px) {
  .sec-individual-01 .press {
    margin: 0 15px 20px 15px;
  }
}

/*calendar 1カ月*/

/*
.calender-1month{
width: 360px;
}

.specific-left{
text-align: left!important;
margin: 10px 0;
}
*/

/*calendar 手書き版*/

/*
.calender-onlypc0302{
display: block;
}
.calender-onlysp0302{
display: none;
}

@media screen and (max-width: 768px) {
.calender-onlypc0302{
display: none;
}
.calender-onlysp0302{
display: block;
margin: 10px auto 20px;
}
}
*/

.after-calender {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .after-calender {
    margin-top: 30px;
  }
}

/* ==========================================================
当日券50%offキャンぺーン実施中
========================================================== */

.list-ticket-item2 .text-center a.btn4 img {
  width: 126%;
  margin: 0 0 15px -45px;
}

@media screen and (max-width: 768px) {
  .list-ticket-item2 .text-center a.btn4 img {
    width: 150%;
    margin: 5px 0 15px -56px;
  }
  .list-ticket-item2 {
    height: 130px;
    padding: 30px 11px 11px 11px;
  }
  .list-ticket-item2 .text-center img.btn3 {
    width: 80%;
  }
}

@media screen and (max-width: 320px) {
  .list-ticket-item2 .text-center a.btn4 img {
    width: 115%;
    margin: 5px 0 18px -18px;
  }
}

/* ==========================================================
障がい者リンク
========================================================== */

.pwd {
  color: #59564f;
  font-size: 12px;
  text-align: center;
  display: block;
  /* padding: 15px 5px 11px; */
  line-height: 12px;
  margin: 0 0 20px 0;
}

.table-individual-01 tbody tr .card .card-inner .pwd {
  padding: 0px 5px 11px!important;
}

@media screen and (max-width: 768px) {
  .pwd-sp {
    font-size: 12px;
    text-align: center;
    margin-top: -7px;
    padding-bottom: 6px;
  }
}


/* ==========================================================
チケットボタン
========================================================== */

br.sp{
	display: none;
}

.th_botan {
font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 100px 15px 40px 15px;
    color: #ffffff;
    background-color: #ff778e;
    border-radius: 4px;
background-image: url(../img/hangaku_back.png);
}

.th_botan p{
    margin-top: 15px;
}

.th_botan img{
    width: 35%;
margin:20px auto 10px;
}

@media screen and (max-width: 768px) {

br.sp{
	display: block;
}

.th_botan {
font-size: 20px;
line-height: 28px;
padding-top:120px;
}

.th_botan p{
    margin-top: 5px;
}

.th_botan img{
    width: 80%;
margin:5px auto 10px;
}

}



