@charset "UTF-8";

/* mod-ticket-top-01
---------------------------------------------------------- */
.mod-hours {
  margin-bottom: 20px;
  width: 100%;
}
.mod-hours-ttl {
  width: 140px;
}
.mod-ticket-top-01 .mod-ticket-head .box-title {
  float: none;
  width: 100% !important;
}
.mod-ticket-top-01 .mod-ticket-head .mod-hours {
  float: none;
}
.mod-ticket-top-01 .mod-ticket-head .box-title .title-02 {
  background: none;
  padding-left: 0;
}
.mod-ticket-top-01 .mod-ticket-main .box-detail-02 {
  float: none;
  width: 100%;
}
.mod-ticket-top-01 .mod-ticket-main .txt-detail-title {
  font-size: 20px;
  font-weight: bold;
}
.mod-ticket-top-01 .mod-ticket-main .box-detail-01 {
  width: 620px;
}
.mod-ticket-top-01 .mod-ticket-main .box-detail-01 img {
  height: 70%;
}
.title,
.title a {
  color: #e87581;
  font-size: 24px;
  /*font-weight: bold;*/
  line-height: 1.2;
}
.mod-ticket-main > .title {
  margin-bottom: 20px;
}
.sub-title {
  font-size: 75%;
}
.ttl-cmn-03 span.sub-title {
  border-bottom: none;
}
.table-group-01 tr td {
  border-left: 1px solid #d7cbcc !important;
}
.table-group-01 tr:first-child td {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.table-group-01 tr:last-child td {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table-group-01 tr td {
  display: block;
  padding: 11px 20px;
}

.table-group-01 tr td dl dt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  /*width: 87px;*/
  width: 52px;
}
.table-group-01 tr td dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.color {
  color: #e87581;
}

.txt-sm {
  /*float: left;
  padding: 0 0;*/
  font-size: 12px;
  color: #59564f;
}

.box-detail-01 > .txt-sm {
  line-height: 1.3;
}

.txt-m {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mod-ticket-top-01 .mod-ticket-main {
    padding: 10px 12px;
  }
  .mod-ticket-top-01 .mod-ticket-main .box-detail-01 {
    width: 100%;
  }

  .mod-hours {
    border-radius: 8px;
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  .mod-hours .mod-hours-ttl {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    line-height: 1.4;
    width: 74px;
    padding: 0 10px;
    text-align: center;
  }
  .mod-hours .mod-hours-content {
    padding: 8px;
  }
  .mod-ticket-main > .title {
    margin-bottom: 10px;
  }
  .mod-ticket-top-01 .title,
  .mod-ticket-top-01 .title a {
    font-size: 18px;
    line-height: 1.1;
  }
  .txt-sm {
    line-height: 1.3;
  }

}


/* btn
---------------------------------------------------------- */
.mod-ticket-top-01 .mod-ticket-main .list-btn-01 {
    float: left;
    margin-left: 0;
    padding: 5px 0;
    width: 100%;
    margin-bottom: 20px;
}
.mod-ticket-top-01 .mod-ticket-main .list-btn-01 li:first-child {
  padding-left: 0;
}
.btn-cmn-02 {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mod-ticket-top-01 .mod-ticket-main .list-btn-01 {
    margin-bottom: 10px;
    float: none;
    overflow: hidden;
  }
  .mod-ticket-top-01 .mod-ticket-main .list-btn-01 li {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }
  .mod-ticket-top-01 .mod-ticket-main .list-btn-01 li:first-child {
    margin-bottom: 20px;
  }

  .only-sp .txt-b {
    font-size: 16px !important;
  }
}

/* ==========================================================
 TABLE
========================================================== */
/* table-ticket-01
---------------------------------------------------------- */
.table-ticket-03 tbody tr td,
.table-ticket-03 tbody tr th {
  padding: 10px;
  text-align: left;
}
.table-ticket-03 tbody tr th {
  background: #fff;
}

.table-ticket-03 tbody tr th .inr-table td:first-child {
  padding-right: 10px;
}
.table-ticket-03 tbody tr th .inr-table td {
  border: none;
  padding: 0;
}

.table-ticket-03 tbody tr th .inr-table img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.table-ticket-01 tbody tr th {
  padding: 8px 10px;
  line-height: 1.2;
  background-color: #f6f6f6 !important;
  width: 100px;
}
.table-ticket-01 tbody tr th .title-01,
.table-ticket-01 tbody tr th .title-02,
.table-ticket-01 tbody tr th .title-03 {
  padding: 12px 0 12px 34px;
}
.table-ticket-01 tbody tr th .title-pc {
  padding: 16px 0 16px 34px;
}
.table-ticket-01 tbody tr th.wide {
  width: 200px;
}
.table-ticket-01 tbody tr th.narrow {
width: 80px;
border-left: none;
border-right: 1px solid #d9d9d9;
}
.table-ticket-01 tbody tr th.no-bg {
  background-color: #fff !important;
}

.table-ticket-01 tbody tr th img {
  height: 80%;
}

.table-ticket-01 tbody tr {
  min-height: 90px !important;
}

.list-notice,
.list-notice li {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .mod-ticket-top-01 .mod-ticket-main .txt-detail-title {
    font-size: 14px;
  }
  .mod-ticket-top-01 .mod-ticket-main .box-detail-02 {
    margin-bottom: 0 !important;
  }
  .mod-ticket-top-01 .mod-ticket-main .box-detail-01 img {
        width: 100%;
    height: auto;
  }
  .table-group-01 tr {
    margin-bottom: 0;
  }
  .table-group-01 tr td {
    padding: 10px;
    border-top: 1px solid #d7cbcc !important;
    border-radius: 6px !important;
  }
  .table-group-01 tr td dl dt {
    padding-right: 10px;
    width: 50px;
  }
  /*.table-group-01 tr td dl dt img {
    width: 70%;
  }*/

  .table-group-01 tr td .title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .table-group-01 tr td .text {
    font-size: 10px;
  }

  tbody tr th .txt-b {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }
  .table-ticket-03 tbody tr th .inr-table {
    margin: 0 auto;
  }

  .table-ticket-03 tbody tr th .inr-table img {
    width: 34px;
    margin-right: 0;
  }
  .table-group-01 {
    margin-bottom: 12px;
  }
  .table-group-01 tr:first-child td {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom: none;

  }
  .table-group-01 tr:last-child td {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .table-ticket-01 tbody tr th {
    border-left: 1px solid #d9d9d9;
    padding: 5px 0;
  }
  .table-ticket-01 tbody tr th:first-child {
    border-left: none;
  }
  .table-ticket-01 tbody tr th.table-title {
    background-color: #fff !important;
    border-top: none;
  }
  .table-ticket-01 tbody tr th .title-01,
  .table-ticket-01 tbody tr th .title-02,
  .table-ticket-01 tbody tr th .title-03 {
    text-align: center;
    padding: 8px 0 8px 34px;
  }
  .table-ticket-01 tbody tr th img {
    height: 50%;
  }
  .table-title p {
    display: inline-block;
    margin-left: 10px;
  }
  .table-ticket-01 tbody tr .title-03 {
    background: url(/ticket/individual/img/ico_tower_03.png) 6px 6px no-repeat;
    background-size: 8px auto;
    font-size: 10px;
    display: inline-block;
    padding: 10px 0 4px 22px;
    text-align: left;
  }
  .table-ticket-01 tbody tr .txt-b {
    display: inline;
  }
  .txt-xxs {
    font-size: 7px;
  }

  .table-ticket-01 tbody tr td {
    font-size: 8px;
    /*padding: 4px;*/
    width: 25%;
    line-height: 1.1;
    height: 60px;
  }
  .list-notice, .list-notice {
    margin: 6px !important;
  }
  .list-notice, .list-notice li {
    line-height: 1.3;
  }
}

/* ==========================================================
 ICON
========================================================== */
/* ico-ticket-01
---------------------------------------------------------- */

@media screen and (max-width: 768px) {
  .ttl-cmn-01 .ico-ticket-01 {
    display: inline-block;
    /*background-position: 0 4px;*/
    background-size: 23px auto;
    padding-left: 30px;
  }
}

/* ==========================================================
  LISTS
========================================================== */
/* list-feature
---------------------------------------------------------- */
.list-feature{
  border-bottom:1px dashed #d9d9d9;
}
  .list-feature li{
    padding: 13px 36px;
    border-top:1px dashed #d9d9d9;
    background: url(/ticket/img/ico_checkbox_01.png) 7px 13px no-repeat;
    background-size: 22px auto;
  }
@media screen and (max-width: 768px) {
  .list-feature{
    border:1px dashed #d9d9d9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
    .list-feature li{
      padding: 10px 35px;
      background: url(/ticket/img/ico_checkbox_01.png) 7px 13px no-repeat;
      background-size: 16px auto;
      line-height: 1.4;
    }
    .list-feature li:first-child{
      border-top:none;
    }
}

/* 点線なし */
.list-feature-noline{
}
.list-feature-noline li{
padding: 10px 36px 0;
background: url(/ticket/img/ico_checkbox_01.png) 7px 13px no-repeat;
background-size: 22px auto;
}
.list-feature-noline li:last-child{
padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
.list-feature-noline li{
padding: 10px 35px 0;
background: url(/ticket/img/ico_checkbox_01.png) 7px 13px no-repeat;
background-size: 16px auto;
line-height: 1.4;
}
}

/* ==========================================================
  Pricing Calender
========================================================== */

/* 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;
    }
}

/* 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;
margin-bottom:60px;/*新規追加　2020----------------------------------*/
}

.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: 0px;
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: 15px;
}
.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;
}

}


/*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;
}
}
*/
