.newyarski_mv {
  background: url(../img/mv.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
.newyarski_mv:before {
  width: 182px;
  height: 149px;
  background: url(../img/mv_img01.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 100;
}
.newyarski_mv:after {
  width: 145px;
  height: 144px;
  background: url(../img/mv_img02.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 100;
}
.newyarski .mv_inner {
  position: relative;
  height: 555px;
}
.newyarski .mv_inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #c30d23;
  content: "";
}
.newyarski .mv_inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #c30d23;
  content: "";
}
.newyarski .mv_wrap {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.newyarski .mv_title {
  position: absolute;
  top: 215px;
  left: 0;
}
.newyarski .mv_title .is-sp {
  display: none;
}
.newyarski_blc-01 {
  padding: 60px 0 40px;
  background: url(../img/bg_calendar.png) repeat;
}
.newyarski_blc-02 {
  padding: 60px 0 60px;
  background: url(../img/bg_pattern.png) repeat;
}
.newyarski_blc-03 {
  padding: 10px 0 10px;
  background: url(../img/bg_pattern.png) repeat;
}
.newyarski_blc-04 {
  padding: 40px 0 20px;
}
.newyarski_inner {
  width: 1000px;
  margin: 0 auto;
}
.newyarski_head {
  font-size: 3.2rem;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
.newyarski_title {
  padding-bottom: 35px;
  margin-bottom: 45px;
}
.newyarski_tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.newyarski_tab li {
  width: 450px;
}
.newyarski_tab li a {
  display: block;
  text-align: center;
  padding: 30px 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.newyarski_tab li a:hover {
  background: #fff;
}
.newyarski_tab li a.js-current {
  background: #fff;
}
.newyarski_tab li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .newyarski_mv {
    background: url(../img/mv_sp.png) no-repeat center top;
    height: 215px;
    background-size: cover;
    position: relative;
  }
  .newyarski_mv:before {
    width: 91px;
    height: 75px;
    background-size: 91px 75px;
  }
  .newyarski_mv:after {
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
  }
  .newyarski .mv_inner {
    height: 215px;
  }
  .newyarski .mv_inner:before {
    height: 10px;
  }
  .newyarski .mv_inner:after {
    height: 10px;
  }
  .newyarski .mv_wrap {
    width: 100%;
    position: relative;
    height: 215px;
  }
  .newyarski .mv_title {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .newyarski .mv_title .is-pc {
    display: none;
  }
  .newyarski .mv_title .is-sp {
    display: block;
  }
  .newyarski .mv_title img {
    width: 309px;
    height: 113px;
    vertical-align: bottom;
  }
  .newyarski_blc-01 {
    padding: 30px 0 20px;
  }
  .newyarski_blc-02 {
    padding: 30px 0 20px;
  }
  .newyarski_blc-03 {
    padding: 10px 0 10px;
  }
  .newyarski_inner {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .newyarski_head {
    font-size: 1.8rem;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .newyarski_title {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .newyarski_tab li {
    width: 49%;
  }
  .newyarski_tab li a {
    padding: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
  }
  .newyarski_tab li + li {
    margin-left: 5px;
  }
}
.cheapest {
  position: relative;
}
.cheapest:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/img_cloud_white01.png) no-repeat 0 0;
  width: 301px;
  height: 253px;
  content: "";
}
.cheapest:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/img_cloud_white02.png) no-repeat 0 0;
  width: 292px;
  height: 245px;
  content: "";
}
.cheapest_title {
  color: #c30d23;
  border-bottom: 1px solid #c30d23;
  position: relative;
}
.cheapest_title:after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
}
.cheapest_wrap {
  position: relative;
}
.cheapest_wrap:after {
  background: url(../img/img_calendar.png) no-repeat 0 0;
  width: 223px;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .cheapest:before {
    background-size: 75px 63px;
    width: 75px;
    height: 63px;
    z-index: 0;
  }
  .cheapest:after {
    background-size: 73px 61px;
    width: 73px;
    height: 61px;
    z-index: 0;
  }
  .cheapest_title:after {
    height: 2px;
    bottom: -3px;
  }
  .cheapest_wrap {
    position: relative;
  }
  .cheapest_wrap:after {
    background-size: 112px 43px;
    width: 112px;
    height: 43px;
  }
}
.tab_container {
  margin: 0 20px;
  padding: 40px 20px 15px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background: #fff;
}
.tab_content {
  position: relative;
}
.tab_content:after {
  background: url(../img/ph_calendar.png) no-repeat 0 0;
  width: 284px;
  height: 553px;
  position: absolute;
  bottom: 0;
  left: -210px;
  z-index: 1;
  content: "";
}
@media screen and (max-width: 768px) {
  .tab_container {
    margin: 0 0px;
    padding: 20px 10px 10px;
  }
  .tab_content {
    position: relative;
  }
  .tab_content:after {
    display: none;
  }
}
.calendar {
  position: relative;
  z-index: 10;
}
.calendar_label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.calendar_label .num {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
}
.calendar_label .month {
  font-size: 22px;
  font-size: 2.2rem;
}
.calendar_label .en {
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-top: 5px;
  color: #5f9f2c;
  font-size: 12px;
  font-size: 1.2rem;
}
.calendar_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.calendar_table tbody tr th {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.calendar_table tbody tr th span {
  font-size: 13px;
  margin-left: 5px;
  font-size: 1.3rem;
}
.calendar_table tbody tr th.row_sat {
  background: #d2e1f8;
}
.calendar_table tbody tr th.row_sun {
  background: #f8d2d2;
}
.calendar_table tbody tr th.row_out {
  color: #b1b1b1;
}
.calendar_table tbody tr td {
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.calendar_table tbody tr td a {
  font-family: 'Roboto', sans-serif;
  color: #1e69da;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .calendar_label {
    margin-bottom: 10px;
  }
  .calendar_label .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .calendar_label .month {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .calendar_label .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .calendar_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
  }
  .calendar_table tbody tr th {
    display: none;
  }
  .calendar_table tbody tr th.row_sat {
    background: #d2e1f8;
  }
  .calendar_table tbody tr th.row_sun {
    background: #f8d2d2;
  }
  .calendar_table tbody tr th.row_out {
    color: #b1b1b1;
  }
  .calendar_table tbody tr td {
    display: block;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 10px 0 10px calc(50% + 10px);
    text-align: left;
    vertical-align: middle;
    background: #fff;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .calendar_table tbody tr td:before {
    width: 50%;
    text-align: center;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    content: attr(data-date);
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .calendar_table tbody tr td.row_sat:before {
    background: #d2e1f8;
  }
  .calendar_table tbody tr td.row_sun:before {
    background: #f8d2d2;
  }
  .calendar_table tbody tr td a {
    font-family: 'Roboto', sans-serif;
    color: #1e69da;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.calendar + .calendar {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .calendar + .calendar {
    margin-top: 25px;
  }
}
#day-plan {
  display: none;
}
.popular {
  position: relative;
}
.popular_title {
  color: #fff;
  border-bottom: 1px solid #e8cf24;
  position: relative;
}
.popular_title:after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
}
.popular:before {
  background: url(../img/bg_line01.png) repeat-y 0 0;
  width: 71px;
  height: 100%;
  position: absolute;
  right: 65px;
  top: 0px;
  content: "";
}
.popular:after {
  background: url(../img/pop_flower.png) no-repeat 0 0;
  width: 155px;
  height: 302px;
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
}
.ticket_title {
  /* color: #fff;*/
  border-bottom: 1px solid #DC0003;
  position: relative;
}
.ticket_title:after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .popular:before {
    display: none;
  }
  .popular:after {
    display: none;
  }
}
.hotel-list {
  background: #e8cf24 url(../img/bg_stripe.png) repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 30px 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
}
.hotel-list_item {
  width: 313px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
.hotel-list_item a {
  color: #333;
  text-decoration: none;
}
.hotel-list_ph {
  position: relative;
}
.hotel-list_ph img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.hotel-list_label {
  background: rgba(0, 0, 0, 0.95);
  padding: 5px;
  color: #fff;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.hotel-list_txt {
  padding: 15px 0 0px;
}
.hotel-list_txt > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 25px;
}
.hotel-list_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.hotel-list_txt > p.price {
  font-size: 22px;
  color: #FF0004;
  text-align: right;
  font-weight: bold;
}
.hotel-list_txt > p.date {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.hotel-list_btn {
  background: #d30000;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 0;
  position: relative;
}
.hotel-list_btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  .hotel-list {
    padding: 15px 10px;
    flex-direction: column;
  }
  .hotel-list_item {
    width: 100%;
    box-sizing: border-box;
  }
  .hotel-list_item a {
    color: #333;
    text-decoration: none;
  }
  .hotel-list_ph {
    position: relative;
  }
  .hotel-list_ph img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .hotel-list_txt > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .hotel-list_title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .hotel-list_btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .hotel-list_item + .hotel-list_item {
    margin-top: 10px;
  }
}
.search {
  padding: 35px 0;
  background: #f0f0f0 url(../img/bg_stripe.png) repeat;
}
.search_title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 70px;
}
.search_list {
  padding: 0 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.search_list li {
  width: 305px;
}
.search_list li a {
  display: block;
  padding: 13px 30px 10px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  position: relative;
  padding-left: 130px;
}
.search_list li a.search-01 {
  background: #2e7cc5 url(../img/bg_stripe.png) repeat 0 0;
  box-shadow: 0px 3px 0px 0px #2e7cc5;
}
.search_list li a.search-01:before {
  background: url(../img/ph_anchor01.png) no-repeat 0 0;
  width: 132px;
  height: 106px;
  position: absolute;
  bottom: 0;
  left: -15px;
  content: "";
}
.search_list li a.search-02 {
  background: #71c52e url(../img/bg_stripe.png) repeat 0 0;
  box-shadow: 0px 3px 0px 0px #589b23;
}
.search_list li a.search-02:before {
  background: url(../img/ph_anchor02.png) no-repeat 0 0;
  width: 77px;
  height: 114px;
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
}
.search_list li a.search-03 {
  background: #c52e2e url(../img/bg_stripe.png) repeat 0 0;
  box-shadow: 0px 3px 0px 0px #992525;
}
.search_list li a.search-03:before {
  background: url(../img/ph_anchor03.png) no-repeat 0 0;
  width: 111px;
  height: 111px;
  position: absolute;
  bottom: 0;
  left: 5px;
  content: "";
}
@media screen and (max-width: 768px) {
  .search {
    padding: 30px 0;
  }
  .search_title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .search_list {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .search_list li {
    width: 33%;
  }
  .search_list li a {
    display: block;
    padding: 8px 0px 5px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .search_list li a.search-01:before {
    display: none;
  }
  .search_list li a.search-02:before {
    display: none;
  }
  .search_list li a.search-03:before {
    display: none;
  }
}
.ranking {
  position: relative;
}
.ranking:before {
  background: url(../img/bg_line01.png) repeat-y 0 0;
  width: 71px;
  height: 100%;
  position: absolute;
  left: 65px;
  top: 0px;
  content: "";
}
.ranking:after {
  display: none;
}
.ranking_title {
  color: #fff;
  border-bottom: 1px solid #e8cf24;
  position: relative;
}
.ranking_title:after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
}
.ranking_body {
  position: relative;
}
.ranking_body:after {
  background: url(../img/ph_hotel_ranking.png) no-repeat 0 0;
  width: 309px;
  height: 553px;
  position: absolute;
  top: -200px;
  right: -100px;
  z-index: 1;
  content: "";
}
.ranking_baloon01 {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: #bec479;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: -10px;
  z-index: 100;
}
.ranking_baloon01 span {
  font-size: 18px;
  font-size: 1.8rem;
}
.ranking_baloon02 {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: #a8a8a6;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: -10px;
  z-index: 100;
}
.ranking_baloon02 span {
  font-size: 18px;
  font-size: 1.8rem;
}
.ranking_baloon03 {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: #715b40;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: -10px;
  z-index: 100;
}
.ranking_baloon03 span {
  font-size: 18px;
  font-size: 1.8rem;
}
.ranking_wrap {
  position: relative;
}
.ranking_wrap:after {
  background: url(../img/img_cloud_dark.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 356px;
  height: 337px;
  content: "";
}
@media screen and (max-width: 768px) {
  .ranking:before {
    display: none;
  }
  .ranking:after {
    background-size: 74px 151px;
    width: 74px;
    height: 151px;
    left: -10px;
    top: -30px;
  }
  .ranking_title {
    color: #fff;
  }
  .ranking_title:after {
    height: 2px;
    position: absolute;
  }
  .ranking_body:after {
    display: none;
  }
  .ranking_baloon01, .ranking_baloon02, .ranking_baloon03 {
    width: 60px;
    height: 60px;
    background: #bec479;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ranking_baloon01 span, .ranking_baloon02 span, .ranking_baloon03 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ranking-box {
  position: relative;
  z-index: 10;
}
.ranking-box_title {
  background: #e8cf24;
  width: 590px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ranking-box_title {
    background: #e8cf24;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .ranking-box_title span {
    display: block;
  }
}
.ranking-box + .ranking-box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .ranking-box + .ranking-box {
    margin-top: 35px;
  }
}
.event {
  position: relative;
  padding-bottom: 80px;
}
.event:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/img_cloud_white01.png) no-repeat 0 0;
  width: 301px;
  height: 253px;
  content: "";
}
.event:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/img_cloud_white02.png) no-repeat 0 0;
  width: 292px;
  height: 245px;
  content: "";
}
.event_title {
  color: #c30d23;
  border-bottom: 1px solid #c30d23;
  position: relative;
}
.event_title:after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
}
.event_body {
  padding: 0 20px;
  position: relative;
}
.event_body:after {
  background: url(../img/ph_event.png) no-repeat 0 0;
  width: 365px;
  height: 759px;
  position: absolute;
  right: -140px;
  top: -190px;
  z-index: 1;
  content: "";
}
.event_table {
  position: relative;
  z-index: 10;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
}
.event_table thead tr th {
  background: rgba(0, 0, 0, 0.95);
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
.event_table thead tr th + th {
  border-left: 1px solid #ddd;
}
.event_table tbody tr td {
  vertical-align: middle;
  padding: 10px 10px;
  background: #fdfdfd;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.event_table tbody tr td:nth-child(1) {
  width: 305px;
}
.event_table tbody tr td:nth-child(2) {
  width: 188px;
  text-align: center;
}
.event_table tbody tr td:nth-child(3) {
  width: 223px;
  text-align: center;
}
.event_table tbody tr td:nth-child(4) {
  width: 248px;
}
.event_table tbody tr:nth-child(odd) td {
  background: #fefdf4;
}
.event_table tbody tr td a{
	text-decoration: underline;
	color: #1a0dab;
}

.event_table tbody tr td a:hover{
	text-decoration: none;
	
}
.event_table tbody tr td span {
  color: #FF0004;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event {
    padding-bottom: 40px;
  }
  .event:before {
    background-size: 75px 63px;
    width: 75px;
    height: 63px;
  }
  .event:after {
    background-size: 73px 61px;
    width: 73px;
    height: 61px;
    z-index: 0;
  }
  .event_title:after {
    height: 2px;
    bottom: -3px;
  }
  .event_body {
    padding: 0;
    position: relative;
  }
  .event_body:after {
    display: none;
  }
  .event_table {
    position: relative;
    z-index: 10;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .event_table thead tr th {
    display: none;
  }
  .event_table tbody tr td {
    padding: 10px 10px 10px calc(40% + 10px);
    border-bottom: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    position: relative;
  }
  .event_table tbody tr td:before {
    width: 40%;
    background: #222;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    content: attr(data-arial);
  }
  .event_table tbody tr td:nth-child(1) {
    width: 100%;
  }
  .event_table tbody tr td:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  .event_table tbody tr td:nth-child(3) {
    width: 100%;
    text-align: left;
  }
  .event_table tbody tr td:nth-child(4) {
    width: 100%;
  }
  .event_table tbody tr + tr {
    border-top: 20px solid transparent;
  }
	.event_table tbody tr td a{
	text-decoration: underline;
	color: #1a0dab;
}
}
.banner {
  background: url(../img/ph_banner.png) no-repeat center top;
  background-size: cover;
  height: 345px;
  position: relative;
}
.banner .baloon {
  background: url(../img/baloon_banner.png) no-repeat 0 0;
  width: 425px;
  height: 340px;
  position: absolute;
  top: -90px;
  left: 50%;
  padding: 80px 0px 0px 80px;
  box-sizing: border-box;
  z-index: 100;
}
.banner .baloon_inner {
  width: 300px;
}
.banner .baloon_inner p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .banner {
    height: 172px;
  }
  .banner .baloon {
    background-size: 236px 190px;
    width: 236px;
    height: 190px;
    position: absolute;
    top: -40px;
    left: 25%;
    padding: 35px 0px 0px 40px;
    z-index: 100;
  }
  .banner .baloon_inner {
    width: 90%;
  }
  .banner .baloon_inner p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 0px;
  }
}
.point {
  position: relative;
}
.point:before {
  background: url(../img/img_cloud.png) no-repeat 0 0;
  width: 349px;
  height: 158px;
  position: absolute;
  top: 230px;
  left: 0px;
  content: "";
}
.point:after {
  background: url(../img/ph_point.png) no-repeat 0 0;
  width: 300px;
  height: 410px;
  position: absolute;
  bottom: 0;
  left: 15px;
  content: "";
}
.point_title {
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/bg_point_title.png) no-repeat center bottom;
  padding-bottom: 30px;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.point_title span {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
}
.point_lead {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  margin-bottom: 45px;
  font-weight: bold;
}
.point_baloon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8cf24;
  font-size: 32px;
  font-size: 3.2rem;
  position: absolute;
  top: -10px;
}
.point_baloon span {
  font-size: 16px;
  font-size: 1.6rem;
}
.point_list {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
}
.point_list li {
  width: 307px;
  position: relative;
}
.point_photo {
  margin-bottom: 20px;
}
.point_label {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.point_txt > p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .point:before {
    display: none;
  }
  .point:after {
    background-size: 150px 205px;
    width: 150px;
    height: 205px;
  }
  .point_title {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .point_title span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .point_lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: left;
  }
  .point_lead br {
    display: none;
  }
  .point_list {
    padding: 15px 10px;
    flex-direction: column;
  }
  .point_list li {
    width: 100%;
    position: relative;
  }
  .point_list li + li {
    margin-top: 20px;
  }
  .point_photo {
    margin-bottom: 10px;
  }
  .point_photo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .point_label {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .point_txt > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .point_baloon {
    width: 60px;
    height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: -10px;
    left: 10px;
  }
  .point_baloon span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.info {
  font-size: 16px;
  color: #1B1B1B;
  border: 1px solid #eb0010;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px -1px #9b9b9b;
  text-align: center;
  width: 800px;
  margin: 30px auto 0;
  line-height: 1.5;
}
.info b {
  font-weight: bold;
  color: #FF0004;
}
@media screen and (max-width: 768px) {
  .info {
    width: 90%;
    padding: 13px;
    font-size: 13px;
    text-align: left;
  }
}
/*more*/
div.more {
  clear: both;
  background: #FFF8E5;
  margin-top: 40px;
  line-height: 2.5;
  text-align: center;
  width: 80%;
  margin: 20px auto 0;
}
div.more a {
  text-decoration: none;
  color: #0769B0;
  font-weight: bold;
}
div.more a:hover {
  text-decoration: underline;
}
div.more span {
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  div.more {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .bnrBox {
    width: 960px;
    /*border: 1px solid #ced5db;*/
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bnrBox p {
    text-align: center;
  }
  .bnrBox img.sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .bnrBox {
    width: 100%;
    margin-top: 20px;
  }
  .bnrBox p {
    text-align: center;
  }
  .bnrBox img.pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */