@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #contents {
    margin-bottom: 123px;
  }
  #page_title {
    background-image: url("../img/booking/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 .encircle:last-of-type {
    margin-bottom: 30px;
  }
  #list_conts .ticket {
    margin-bottom: 12px;
  }
  #list_conts .ticket table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #262626;
  }
  #list_conts .ticket table tr {
    border-bottom: 1px solid #262626;
    padding: 34px 0;
  }
  #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: 16px;
    font-weight: bold;
    width: 230px;
    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 .price {
    width: 440px;
    text-align: left;
    padding-left: 65px;
  }
  #list_conts .ticket table .period {
    line-height: 20px;
    text-align: left;
    width: 288px;
  }
  #list_conts .ticket table .text {
    line-height: 25px;
  }
  #list_conts .ticket table .link_btn {
    width: 224px;
    margin: 0 auto;
	padding: 0 10px;
  }
  #list_conts .ticket table .btn_small:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .link_btn.btn_small a {
    padding: 7px 0 6px;
  }
  #list_conts .caution {
    font-size: 13px;
    line-height: 20px;
  }
  #caution_conts {
    width: 100%;
    float: left;
    clear: both;
  }
  #caution_conts ul {
    background-color: #f9f9f9;
    padding: 42px 100px 22px
  }
  #caution_conts ul li {
    line-height: 26px;
    margin-bottom: 12px;
  }
  #list_conts .ticket table .link_btn2 {
    color: #fff;
    background-color: #262626;
    width: 224px;
    padding: 13px 0 12px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .remark_area {
    padding-top: 30px;
  }
  .remark_block {
    width: 900px;
    padding: 28px 40px 20px;
    background-color: #f6f6f6;
    margin: 0 auto 26px;
  }
  .remark_block:last-of-type {
    margin-bottom: 0;
  }
  .remark_area h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    /* text-align: center; */
    margin-bottom: 14px;
  }
  .remark_area dl {
    display: inline-block;
    width: 49%;
  }
  .remark_area dt {
    margin-bottom: 6px;
  }
  .remark_area li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 6px;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  #page_title {
    background-image: url("../img/booking/main_img.jpg");
    background-position: left -160px top;
    margin-bottom: 0;
  }
  #list_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 94px;
  }
  #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;
    line-height: 1.5;
    font-weight: bold;
  }
  #list_conts .encircle {
    margin-bottom: 54px;
  }
  #list_conts .encircle:last-of-type {
    margin-bottom: 30px;
  }
  #list_conts .ticket {
    margin-bottom: 8px;
  }
  #list_conts .ticket table {
    width: 100%;
    text-align: center;
    border-top: 1px solid #262626;
    font-size: 0;
  }
  #list_conts .ticket table tr {
    border: 1px solid #262626;
    padding: 0 0 2px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    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
  }
  #list_conts .ticket table th span {
    font-size: 11px;
  }
  #list_conts .ticket table td {
    vertical-align: middle;
    padding: 20px 0;
  }
  #list_conts .ticket table .price {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 20px 5%;
    border-bottom: 1px solid #262626;
    box-sizing: border-box;
    text-align: left;
  }
  #list_conts .ticket table td:last-of-type , .link_btn_l2{
    width: 100%;
    display: block;
  }
  #list_conts .ticket table .text {
    line-height: 1.4;
    font-size: 1.4rem
  }
  #list_conts .ticket table .link_btn , .link_btn_l2{
    width: 224px;
    margin: 0 auto;
  }
  #list_conts .ticket table .link_btn.btn_small:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .link_btn.btn_small a {
    padding: 13px 0 12px;
  }
  #list_conts .caution {
    font-size: 13px;
    line-height: 1.5;
  }
  .remark_area {
    padding-top: 30px;
  }
  .remark_block {
    padding: 24px 5% 18px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
  }
  .remark_block:last-of-type {
    margin-bottom: 0;
  }
  .remark_area h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }
  .remark_area dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .remark_area dt {
    margin-bottom: 6px;
  }
  .remark_area li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 6px;
  }
  #caution_conts {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 132px
  }
  #caution_conts ul {
    background-color: #f9f9f9;
    padding: 24px 5% 18px;
  }
  #caution_conts ul li {
    line-height: 26px;
    margin-bottom: 12px;
  }
  #list_conts .ticket table .link_btn2 {
    color: #fff;
    background-color: #262626;
    width: 224px;
    padding: 17px 0 17px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1;
    font-size: 1.3rem;
  }
}