@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #page_title {
    background-image: url("../img/tickets/main_img.jpg");
    margin-bottom: 0;
  }
  #list_conts {
    width: 100%;
    float: left;
    clear: both;
  }
  #list_conts .auto {
    width: 1024px;
  }
  #list_conts .title_area {
    text-align: center;
    margin-bottom: 20px;
  }
  #list_conts .title_area h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #list_conts .title_area p {
    font-size: 20px;
    font-weight: bold;
  }
  #list_conts .encircle {
    margin-bottom: 54px;
  }
  #list_conts .ticket {
    margin-bottom: 8px;
  }
  #list_conts .ticket table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #262626;
  }
  #list_conts .ticket table tr {
    padding: 34px 0;
    border-bottom: 1px solid #262626;
  }
  #list_conts .ticket table tr.ticket_type {
    border-top: 1px solid #262626;
    padding: 34px 0;
    background-color: #f6f6f6;
    color: #262626;
  }
  #list_conts .ticket table th {
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    width: 220px;
    text-align: center;
  }
  #list_conts .ticket table th span {
    font-size: 11px;
  }
  #list_conts .ticket table td {
    vertical-align: middle;
    padding: 26px 0;
  }
  #list_conts .ticket table td .price_block {
    width: 180px;
    margin: 0 auto;
  }
  #list_conts .ticket table td .price_block li {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
  }
  #list_conts .ticket table td .price_block li span {
    font-size: 12px;
    font-weight: 600;
  }
  #list_conts .ticket table td.tyusyaku {
    width: 380px;
  }
  #list_conts .ticket table .price {
    font-size: 18px;
    font-weight: bold;
    width: 200px;
  }
  #list_conts .ticket table .price span {
    font-size: 16px;
    font-weight: bold;
  }
  #list_conts .ticket table .price .online {
    font-size: 22px;
    font-weight: 600;
    padding-top: 4px;
  }
  #list_conts .ticket table .period {
    line-height: 20px;
    text-align: center;
    width: 190px;
  }
  #list_conts .ticket table .text {
    line-height: 25px;
  }
  #list_conts .ticket table .link_btn {
    width: 224px;
    margin: 0 auto;
  }
  #list_conts .caution {
    font-size: 13px;
    line-height: 25px;
  }
  #caution_conts {
    width: 100%;
    float: left;
    clear: both;
  }
  #caution_conts .caution_list {
    width: 1024px;
    margin: 0 auto 54px;
  }
  .policy_list {
    width: 934px;
    background-color: #f6f6f6;
    margin: 0 auto;
    padding: 35px 40px 36px;
  }
  .policy_list li {
    line-height: 26px;
    margin-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
 ul .title {
    font-weight: 600;
  }
  #caution_conts .caution_list li:last-of-type {
    margin-bottom: 0;
  }
  .policy_list li:last-of-type {
    margin-bottom: 0;
  }
  #caution_conts ul li .list_inner {
    display: inline-block;
    text-indent: 0;
  }
  #list_conts .ticket table .link_btn2 {
    background-color: #262626;
    width: 224px;
    margin: 0 auto;
    font-weight: bold;
    transition: 0.3s;
  }
  #list_conts .ticket table .link_btn2 a {
    padding: 13px 0 12px;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #list_conts .ticket table .link_btn2.coming_soon {
    color: #d1d1d1;
    background-color: #909090;
    padding: 7px 0 6px;
    font-size: 14px;
  }
  #list_conts .ticket table .link_btn2:hover {
    opacity: 0.5;
  }
  #list_conts .ticket table .link_btn2.coming_soon:hover {
    opacity: 1;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  #page_title {
    background-image: url("../img/tickets/main_img.jpg");
    background-position: right -203px top;
    margin-bottom: 0;
  }
  #list_conts {
    width: 100%;
    float: left;
    clear: both;
  }
  #list_conts .title_area {
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2;
  }
  #list_conts .title_area h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #list_conts .title_area p {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #list_conts .encircle {
    margin-bottom: 40px;
  }
  #list_conts .encircle:last-of-type {
    margin-bottom: 45px;
  }
  #list_conts .ticket {
    margin-bottom: 8px;
  }
  table, tr, td, th {
    box-sizing: border-box;
  }
  #list_conts .ticket table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #262626;
  }
  #list_conts .ticket table tr {
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    flex-direction: column;
    margin-bottom: 15px;
  }
  #list_conts .ticket table tr:last-of-type {
    margin-bottom: 0;
  }
  #list_conts .ticket table tr.ticket_type {
    display: none;
  }
  #list_conts .ticket table th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    background-color: #262626;
    color: #fff;
    padding: 16px 0 16px;
    border-collapse: collapse;
  }
  #list_conts .ticket table th span {
    font-size: 11px;
  }
  #list_conts .ticket table td {
    vertical-align: middle;
    padding: 16px 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    border-collapse: collapse;
  }
  #list_conts .ticket table td .price_block li {
    font-size: 1.6rem;
    font-weight: 600;
  }
  #list_conts .ticket table td .price_block li span {
    font-size: 1.4rem;
    font-weight: 600;
  }
  #list_conts .ticket table td:last-of-type {
    border-bottom: none;
  }
  #list_conts .ticket table td.tyusyaku {
    font-size: 1.4rem;
  }
  #list_conts .ticket table .price {
    font-size: 1.6rem;
    font-weight: bold;
    width: 50%;
    height: 80px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #262626;
    border-collapse: collapse;
    order: 1;
  }
  #list_conts .ticket table .price.online_price {
    padding: 10px 5px 10px;
  }
  #list_conts .ticket table .price span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #list_conts .ticket table .price .online {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: -15px;
  }
  #list_conts .ticket table .period {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #list_conts .ticket table .period .term {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
  #list_conts .ticket table .text {
    line-height: 1.4;
    font-size: 1.4rem
  }
  #list_conts .ticket table .link_btn {
    width: 224px;
    margin: 0 auto;
  }
  #list_conts .caution {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1.0em;
  }
  #caution_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 132px
  }
  #caution_conts .caution_list {
    margin-bottom: 45px;
  }
  .policy_list {
    background-color: #f6f6f6;
    padding: 22px 5% 20px;
  }
  #caution_conts ul li {
    line-height: 26px;
    margin-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  ul .title {
    font-weight: 600;
  }
  #caution_conts .caution_list li:last-of-type {
    margin-bottom: 0;
  }
  .policy_list li:last-of-type {
    margin-bottom: 0;
  }
  #caution_conts ul li .list_inner {
    display: inline-block;
    text-indent: 0;
  }
  #list_conts .ticket table .link_btn2 {
    background-color: #262626;
    width: 224px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1;
    font-size: 1.3rem;
  }
  #list_conts .ticket table .link_btn2 a {
    color: #fff;
    padding: 17px 0 17px;
    display: block;
    text-decoration: none;
  }
  #list_conts .ticket table .link_btn2.coming_soon {
    color: #d1d1d1;
    background-color: #909090;
    padding: 17px 0 17px;
  }
}