﻿@charset "utf-8";
body.page_top .header {
  background-color: transparent;
}
.top_h2 {
  margin: 60px 0 0;
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border-bottom: 4px #C7C7C7 solid;
  color: #333;
}
.top_h2:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 190px;
  border-bottom: 4px #FF6B00 solid;
  z-index: 2;
}
.top_heading_vertical {
  position: relative;
  display:none;
}
.top_heading_vertical_link {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  padding: 0 30px 0 0;
  background-image: url("../common/img/ico_arrow_right_orange_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_right_orange_01.png")1x, url("../common/img/ico_arrow_right_orange_01@2x.png")2x);
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: auto 16px;
  position: absolute;
  bottom: 5px;
  right: 3px;
  z-index: 3;
}
@media screen and (max-width:768px) {
  .top_h2 {
    margin: 30px 0 0;
    font-size: 21px;
    line-height: 28px;
    border-bottom: 2px #C7C7C7 solid;
  }
  .top_h2:after {
    width: 80px;
    border-bottom: 2px #FF6B00 solid;
  }
  .top_heading_vertical_link {
    font-size: 14px;
    line-height: 19px;
    padding: 0 20px 0 0;
    background-position: right 3px;
    background-size: auto 12px;
    bottom: 10px;
  }
}

.top_kv {
  height: 979px;
  background-image: url("../img/kv_top_pc.jpg");
  background-image: -webkit-image-set(url("../img/kv_top_pc.jpg")1x, url("../img/kv_top_pc@2x.jpg")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width:768px) {
  .top_kv {
    height: 550px;
    background-image: url("../img/kv_top_sp.jpg");
    background-image: -webkit-image-set(url("../img/kv_top_sp.jpg")1x, url("../img/kv_top_sp@2x.jpg")2x);
  }
}

.top_kv_design_box {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.top_kv_design_box_item_01 {
  background-image: url("../img/txt_kv_copy.png");
  background-image: -webkit-image-set(url("../img/txt_kv_copy.png")1x, url("../img/txt_kv_copy@2x.png")2x);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 90px;
  padding: 100px 0 0;
  margin: 0 30px 0 0;
  text-align: center;
  font-size: 30px;
  line-height: 55px;
  font-weight: bold;
  text-shadow: 0 2px 2px #222;
  color: #fff;
  white-space: nowrap;
}
:lang(en) .top_kv_design_box_item_01 {
  font-size: 30px;
}
.top_kv_design_box_item_01:last-child {
  margin: 0;
}
.top_kv_design_box_item_02 {
  font-size: 28px;
  line-height: 39px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2px #ED7823;
  white-space: nowrap;
  text-align: center;
  background-color: #FFAA00;
  border-radius: 100%;
  padding: 40px 30px;
  transform: rotate(12deg);
  box-shadow: 0 3px 6px rgba(0,0,0,0.09);
}
@media screen and (max-width:768px) {
  .top_kv_design_box {
    top: 80px;
    transform: translateX(-50%);
  }
  .top_kv_design_box_item_01 {
    min-width: 187px;
    background-size: 187px auto;
    padding: 45px 0 0;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    text-shadow: 0 0px 2px #222;
  }
  :lang(en) .top_kv_design_box_item_01 {
    font-size: 13px;
  }
  .top_kv_design_box_item_01:last-child {
    margin: 0;
  }
  .top_kv_design_box_item_02 {
    font-size: 10px;
    line-height: 14px;
    border-radius: 100%;
    padding: 15px 10px;
    transform: rotate(12deg);
    position: absolute;
    top: -20px;
    left: calc(50% + 105px);
  }
  :lang(en) .top_kv_design_box_item_02 {
    padding: 10px;
  }
}
@media screen and (max-width:320px) {
  :lang(en) .top_kv_design_box_item_02 {
    left: calc(50% + 95px);
  }
}
.top_kv_information {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 40px;
}
.top_kv_information_box {
  background-color: #002F52;
  border-radius: 6px;
  color: #fff;
  padding: 6px 20px;
  font-size: 0;
}
.top_kv_information_box:after {
  content: '';
  display: block;
  clear: both;
}
.top_kv_information_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  width: 210px
}
.top_kv_information_right {
  float: right;
}
.top_kv_information_coupon {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 50px;
}
.top_kv_information_coupon_num {
  background-color: #fff;
  color: #222;
  border-radius: 24px;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 8px 0 8px;
}
.top_kv_information_point {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 50px;
}
.top_kv_information_point_num {
  margin: 0 0 0 10px;
}
@media screen and (max-width:768px) {
  .top_kv_information {
    top: 50px;
    padding: 0 10px;
  }
  .top_kv_information_box {
    padding: 5px 10px;
  }
  .top_kv_information_name {
    font-size: 12px;
    line-height: 16px;
    width: 55px
  }
  .top_kv_information_coupon {
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 0 15px;
  }
  .top_kv_information_coupon_num {
    border-radius: 16px;
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
  }
  .top_kv_information_point {
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 0 15px;
  }
  .top_kv_information_point_num {
    margin: 0 0 0 5px;
  }
}

.top_kv_system_box {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  padding: 0 40px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .top_kv_system_box {
    bottom: 20px !important;
    width: 100%;
    padding: 0 10px;
  }
}


.top_kv_reserve_box {
  position: absolute;
  top: -290px;
  left: 40px;
  width: calc(100% - 80px);
  background-color: #EAEAEA;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  z-index: 2;
  padding: 10px 20px 20px;
}
.top_kv_reserve_box_title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.top_kv_reserve_tab_label {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
}
.top_kv_reserve_tab_item {
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  border-bottom: 4px #D9D9D9 solid;
  cursor: pointer;
}
.top_kv_reserve_tab_item:first-child {
  border-right: 1px #D9D9D9 solid;
}
.top_kv_reserve_tab_item_on {
  border-bottom: 4px #FF6B00 solid;
  cursor: default;
}
.top_kv_reserve_tab_box {
  background-color: #fff;
}
.top_kv_reserve_tab_contents {
  padding: 0 10px;
  display: none;
  text-align: center;
}
.top_kv_reserve_tab_contents_on {
  display: block;
}
.top_kv_reserve_tab_contents_item {
  padding: 20px;
  border-bottom: 1px #D3D3D3 solid;
  position: relative;
  text-align: left;
}
.top_kv_reserve_tab_contents_item_from {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 280px);
}
.top_kv_reserve_tab_contents_item_from:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #FF6B00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top_kv_reserve_tab_contents_item_to {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 15px;
  margin: 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 280px);
}
.top_kv_reserve_tab_contents_item_to:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top_kv_reserve_tab_contents_item_button {
  position: absolute;
  top: calc(50% + 5px);
  right: 20px;
  transform: translateY(-50%);
  width: 260px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #FF6B00;
  border-radius: 19px;
  text-align: center;
  background-image: url("../common/img/ico_arrow_right_white_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_right_white_01.png")1x, url("../common/img/ico_arrow_right_white_01@2x.png")2x);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  transition: all 0.2s ease-in-out;
}
.top_kv_reserve_tab_contents_item_button:hover {
  background-color: #FC9A52;
}
.top_kv_reserve_tab_contents_item_right {
  text-align: right;
  padding: 20px 20px 30px;
}
.top_kv_reserve_tab_contents_item_link {
  padding: 0 20px 0 0;
  font-size: 15px;
  line-height: 20px;
  background-image: url("../common/img/ico_arrow_right_orange_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_right_orange_01.png")1x, url("../common/img/ico_arrow_right_orange_01@2x.png")2x);
  background-position: right 5px;
  background-repeat: no-repeat;
  background-size: auto 10px;
}
.top_kv_reserve_tab_contents_accordion_box {
  display: none;
}
.top_kv_reserve_tab_contents_accordion_button {
  padding: 10px 0 10px 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.top_kv_reserve_tab_contents_accordion_button:before {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.top_kv_reserve_tab_contents_accordion_box_on + .top_kv_reserve_tab_contents_accordion_button:before {
  opacity: 0;
}
.top_kv_reserve_tab_contents_accordion_button:after {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .top_kv_reserve_box {
    top: -200px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .top_kv_reserve_box_title {
    font-size: 14px;
    line-height: 19px;
  }
  .top_kv_reserve_tab_label {
    margin: 10px 0 0;
  }
  .top_kv_reserve_tab_item {
    font-size: 12px;
    line-height: 30px;
  }
  .top_kv_reserve_tab_contents {
    padding: 0 10px;
  }
  .top_kv_reserve_tab_contents_item {
    padding: 10px 0;
  }
  .top_kv_reserve_tab_contents_accordion_box .top_kv_reserve_tab_contents_item:nth-child(n+3) {
    display: none;
  }
  .top_kv_reserve_tab_contents_item:after {
    top: 50%;
    left: 3px;
  }
  .top_kv_reserve_tab_contents_item_from {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 100px);
  }
  .top_kv_reserve_tab_contents_item_to {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 100px);
  }
  .top_kv_reserve_tab_contents_item_button {
    top: 50%;
    right: 0;
    width: 80px;
    font-size: 12px;
    line-height: 28px;
    border-radius: 14px;
  }
  .top_kv_reserve_tab_contents_item_right {
    padding: 0;
  }
  .top_kv_reserve_tab_contents_item_link {
    padding: 0 20px 0 0;
    font-size: 12px;
    line-height: 16px;
    background-position: right 5px top 4px;
  }
  .top_kv_reserve_tab_contents_accordion_button {
    padding: 10px 0 10px 20px;
    font-size: 12px;
    line-height: 1;
  }
  .top_kv_reserve_tab_contents_accordion_button:before {
    height: 10px;
    left: 4px;
  }
  .top_kv_reserve_tab_contents_accordion_button:after {
    width: 10px;
  }
}

.top_kv_search_box {
  background-color: rgba(234,234,234,0.8);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  text-align: center;
  padding: 20px 50px 40px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
}
.top_kv_search_box_title {
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 20px;
  font-weight: bold;
}
.top_kv_search_route_label {
  display: inline-block;
  width: 50%;
}
.top_kv_search_route_radio {
  display: none;
}
.top_kv_search_route_text {
  display: block;
  font-size: 21px;
  line-height: 60px;
  font-weight: bold;
  border: 1px #C6C6C6 solid;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  margin: 0 0 20px;
  cursor: pointer;
}
.top_kv_search_route_text:hover {
  border: 1px #037AD1 solid;
  background-color: #037AD1;
  color: #fff;
}
.top_kv_search_route_text_left {
  border-radius: 4px 0 0 4px;
}
.top_kv_search_route_text_right {
  border-radius: 0 4px 4px 0;
}
.top_kv_search_route_radio:checked + .top_kv_search_route_text {
  border: 1px #037AD1 solid;
  background-color: #037AD1;
  color: #fff;
  cursor: default;
}
.top_kv_search_course_label {
  display: inline-block;
  width:calc(50% - 5px);
}
.top_kv_search_course_label_left {
  margin: 0 5px 30px 0;
}
.top_kv_search_course_label_right {
  margin: 0 0 30px 5px;
}
.top_kv_search_course_radio {
  display: none;
}
.top_kv_search_course_text {
  display: block;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  border: 2px #C6C6C6 solid;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}
.top_kv_search_course_text:hover {
  border: 2px #037AD1 solid;
  color: #037AD1;
}
.top_kv_search_course_text_child  {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 20px;
  position: relative;
  z-index: 1;
}
.top_kv_search_course_text_left_child {
  padding: 0 120px 0 0;
  background-position: right center;
  background-image: url("../common/img/ico_to_airport.png");
  background-image: -webkit-image-set(url("../common/img/ico_to_airport.png")1x, url("../common/img/ico_to_airport@2x.png")2x);
}
.top_kv_search_course_text_right_child {
  padding: 0 120px 0 0;
  background-position: right center;
  background-image: url("../common/img/ico_from_airport.png");
  background-image: -webkit-image-set(url("../common/img/ico_from_airport.png")1x, url("../common/img/ico_from_airport@2x.png")2x);
}
.top_kv_search_course_text_child:after  {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 50px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: auto 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.top_kv_search_course_text:hover .top_kv_search_course_text_child:after {
  opacity: 1;
}
.top_kv_search_course_text_left_child:after {
  right: 0;
  background-position: right center;
  background-image: url("../common/img/ico_to_airport_on.png");
  background-image: -webkit-image-set(url("../common/img/ico_to_airport_on.png")1x, url("../common/img/ico_to_airport_on@2x.png")2x);
}
.top_kv_search_course_text_right_child:after {
  right: 0;
  background-position: right center;
  background-image: url("../common/img/ico_from_airport_on.png");
  background-image: -webkit-image-set(url("../common/img/ico_from_airport_on.png")1x, url("../common/img/ico_from_airport_on@2x.png")2x);
}
.top_kv_search_course_radio:checked + .top_kv_search_course_text {
  border: 2px #037AD1 solid;
  color: #037AD1;
  cursor: default;
}
.top_kv_search_course_radio:checked +  .top_kv_search_course_text .top_kv_search_course_text_child:after {
  opacity: 1;
}
.top_kv_search_submit_label {
  display: block;
  background-color: #FF6B00;
  border-radius: 39px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.top_kv_search_submit_label:hover {
  background-color: #FC9A52;
}
.top_kv_search_submit_button {
  display: none;
}
.top_kv_search_submit_text {
  display: inline-block;
  font-size: 25px;
  line-height: 80px;
  color: #fff;
  padding: 0 0 0 40px;
  background-image: url("../common/img/ico_search.png");
  background-image: -webkit-image-set(url("../common/img/ico_search.png")1x, url("../common/img/ico_search@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
@media screen and (max-width:768px) {
  .top_kv_search_box {
    padding: 10px;
  }
  .top_kv_search_box_title {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px;
  }
  .top_kv_search_route_text {
    font-size: 14px;
    line-height: 50px;
    margin: 0 0 10px;
  }
  .top_kv_search_course_label_left {
    margin: 0 5px 10px 0;
  }
  .top_kv_search_course_label_right {
    margin: 0 0 10px 5px;
  }
  .top_kv_search_course_text {
    font-size: 12px;
    line-height: 50px;
    border: 2px #C6C6C6 solid;
  }
  .top_kv_search_course_text:hover {
    border: 2px #037AD1 solid;
  }
  .top_kv_search_course_text_child  {
    background-size: 53px auto;
  }
  .top_kv_search_course_text_left_child {
    padding: 0 60px 0 0;
  }
  .top_kv_search_course_text_right_child {
    padding: 0 60px 0 0;
  }
  .top_kv_search_course_text_child:after  {
    width: 60px;
    height: 50px;
    background-size: 53px auto;
  }
  .top_kv_search_course_radio:checked + .top_kv_search_course_text {
    border: 2px #037AD1 solid;
  }
  .top_kv_search_submit_label {
    border-radius: 25px;
  }
  .top_kv_search_submit_text {
    display: inline-block;
    font-size: 17px;
    line-height: 50px;
    padding: 0 0 0 30px;
    background-size: auto 18px;
  }
}

.top_inline {
  display: block;
  background-color: #E8E8E8;
}
.top_inline_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}
.top_inline_nav_item_link {
  display: block;
  min-width: 100px;
  padding: 60px 0 20px;
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 32px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.top_inline_nav_login {
  background-image: url("../common/img/ico_inline_login.png");
  background-image: -webkit-image-set(url("../common/img/ico_inline_login.png")1x, url("../common/img/ico_inline_login@2x.png")2x);
  background-position: center 20px;
  background-size: auto 30px;
}
.top_inline_nav_movement {
  background-image: url("../common/img/ico_inline_movement.png");
  background-image: -webkit-image-set(url("../common/img/ico_inline_movement.png")1x, url("../common/img/ico_inline_movement@2x.png")2x);
}
.top_inline_nav_reserve {
  background-image: url("../common/img/ico_inline_reserve.png");
  background-image: -webkit-image-set(url("../common/img/ico_inline_reserve.png")1x, url("../common/img/ico_inline_reserve@2x.png")2x);
}
.top_inline_nav_guide {
  background-image: url("../common/img/ico_inline_information.png");
  background-image: -webkit-image-set(url("../common/img/ico_inline_information.png")1x, url("../common/img/ico_inline_information@2x.png")2x);
}
.top_inline_nav_reserve_num {
  position: absolute;
  top: 15px;
  left: 60px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #F00;
  border-radius: 18px;
}
@media screen and (max-width:768px){
  .top_inline {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
  }
  .top_inline_nav {
    justify-content: space-around;
    padding: 0;
  }
  .top_inline_nav_item_link {
    padding: 35px 10px 10px;
    min-width: 75px;
    background-position: center 10px;
    background-size: auto 20px;
    font-size: 10px;
    line-height: 14px;
  }
  .top_inline_nav_login {
    background-position: center 12px;
    background-size: auto 17px;
  }
  .top_inline_nav_reserve_num {
    top: 5px;
    left: 40px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    transform: scale(0.9);
    border-radius: 16px;
  }
}

.top_notice {
  margin: 30px 0 0;
  height:0;
}
.top_buttons {
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0 0;
}
.top_buttons_link {
  width: calc(100% / 3 - 10px);
  border: 1px #C6C6C6 solid;
  border-radius: 4px;
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 38px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:1220px) {
  :lang(en) .top_buttons_link {
    font-size: 16px;
  }
}
.top_buttons_link:hover {
  background-color: #FDD7BB;
}
.top_buttons_route {
  background-image: url("../img/ico_route_list.png");
  background-image: -webkit-image-set(url("../img/ico_route_list.png")1x, url("../img/ico_route_list@2x.png")2x);
  margin: 0 10px 0 0;
}
.top_buttons_coupon {
  background-image: url("../img/ico_buy_coupon.png");
  background-image: -webkit-image-set(url("../img/ico_buy_coupon.png")1x, url("../img/ico_buy_coupon@2x.png")2x);
  margin: 0 0 0 0;
}
.top_buttons_timetable {
  background-image: url("../img/ico_timetable.png");
  background-image: -webkit-image-set(url("../img/ico_timetable.png")1x, url("../img/ico_timetable@2x.png")2x);
  margin: 0 10px 0 0;
}
@media screen and (max-width:1080px) {
  .top_buttons {
    display: block;
    margin: 20px 0 0;
  }
  .top_buttons_link {
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 80px;
    background-position: 15% center;
    background-size: auto 38px;
    margin: 0 0 10px;
    text-align:center;
  }
  :lang(en) .top_buttons_link {
    background-position: 5% center;
  }
}

@media screen and (max-width:640px) {
  .top_buttons_link {
    font-size: 17px;
    line-height: 60px;
    background-size: auto 30px;
  }
}

.top_operation {
  height:0;
}
.top_operation h2 {
  display:none;
}
.top_information {
  height:0;
}


.top_point_catch {
  color: #fff;
  background:#ff6b00;
  text-align:center;
  font-size:30px;
  font-weight:bold;
  border-radius: 4px;
  margin: 60px auto 0;
  width: 720px;
  max-width:100%;
}
.top_point_box {
  margin: 20px auto 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 720px;
}
.top_point_box_item {
  width: 100%;
  max-width: 160px;
  padding: 170px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  vertical-align:top;
  position:relative;
}
@media screen and (max-width:920px) {
  .top_point_box {
    display: block;
    text-align: center;
    width:100%;
  }
  .top_point_box_item {
    display: inline-block;
    margin: 0 20px;
  }
}
.top_point_box_item_01 {
  background-image: url("../img/img_point_02.png");
  background-image: -webkit-image-set(url("../img/img_point_02.png")1x, url("../img/img_point_02@2x.png")2x);
}
.top_point_box_item_02 {
  background-image: url("../img/img_point_01.png");
  background-image: -webkit-image-set(url("../img/img_point_01.png")1x, url("../img/img_point_01@2x.png")2x);
}
.top_point_box_item_03 {
  background-image: url("../img/img_point_03.png");
  background-image: -webkit-image-set(url("../img/img_point_03.png")1x, url("../img/img_point_03@2x.png")2x);
}
.top_point_box_item_04 {
  background-image: url("../img/img_point_04.png");
  background-image: -webkit-image-set(url("../img/img_point_04.png")1x, url("../img/img_point_04@2x.png")2x);
}
.top_point_box_item_05 {
  background-image: url("../img/img_point_05.png");
  background-image: -webkit-image-set(url("../img/img_point_05.png")1x, url("../img/img_point_05@2x.png")2x);
}
.top_point_box_item_number {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
.top_point_box_item_text {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}
.top_point_button {
  display: block;
  margin: 80px 0 0;
  font-size: 15px;
  line-height: 60px;
  font-weight: bold;
  border: 1px #C6C6C6 solid;
  border-radius: 4px;
  text-align: center;
  background-image: url("../common/img/ico_arrow_right_orange_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_right_orange_01.png")1x, url("../common/img/ico_arrow_right_orange_01@2x.png")2x);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  transition: all 0.2s ease-in-out;
}
.top_point_button:hover {
  background-color: #FDD7BB;
}

.top_point_payment {
  margin: 30px 0 0;
  border: 1px #C6C6C6 solid;
  border-radius: 6px;
  padding: 20px 20px 40px;
  text-align: center;
}
.top_point_payment_text {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.top_point_payment_image {
  max-width: 772px;
}
@media screen and (max-width:768px) {
  .top_point_catch {
    font-size:22px;
    margin: 20px auto 0;
  }
  .top_point_box {
    margin: 10px 0 0;
    padding: 0;
    font-size: 0;
  }
  .top_point_box_item {
    padding: 100px 0 0;
    max-width: none;
    width: calc((100% / 3) - 10px);
    margin: 0 5px 0;
    background-size: auto 96px;
  }
  .top_point_box_item_number {
    font-size: 10px;
    line-height: 25px;
  }
  .top_point_box_item_text {
    font-size: 12px;
    line-height: 20px;
  }
  .top_point_button {
    margin: 20px 0 0;
    line-height: 50px;
  }
  .top_point_payment {
    margin: 20px 0 0;
    padding: 20px 20px 30px;
  }
  .top_point_payment_text {
    font-size: 15px;
    margin: 0 0 10px;
  }
  .top_point_payment_image {
    max-width: 772px;
  }
}

.top_guide {
  display: block;
  background-color: #F2F2F2;
  margin: 70px 0 0;
  padding: 1px 0 0px;
}
.top_guide_phone {
  margin: 40px 0 0;
  border: 1px #C6C6C6 solid;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.top_guide_phone_box {
  min-height: 103px;
  display: inline-block;
  padding: 10px 0 0 120px;
  background-image: url("../img/img_phone.png");
  background-image: -webkit-image-set(url("../img/img_phone.png")1x, url("../img/img_phone@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 103px;
  text-align: left;
}
.top_guide_phone_box_main {
  text-align: center;
  display: inline-block;
  padding: 0 0 0 10px;
}
.top_guide_phone_title {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
}
.top_guide_phone_number {
  font-size: 31px;
  line-height: 41px;
  font-weight: bold;
}
.top_guide_phone_number_link {
  pointer-events: none;
}
.top_guide_phone_time {
  font-size: 18px;
  line-height: 24px;
  text-align:center;
}
.top_guide_link {
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
  display: block;
  margin: 20px 0 0;
  border: 1px #C6C6C6 solid;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.top_guide_link:hover {
  background-color: #FDD7BB;
}
.top_guide_link_text {
  display: inline-block;
  padding: 0 0 0 60px;
  background-image: url("../common/img/ico_guide.png");
  background-image: -webkit-image-set(url("../common/img/ico_guide.png")1x, url("../common/img/ico_guide@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 33px;
}
.top_guide_buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 0;
}
.top_guide_buttons_item_half {
  width: calc(50% - 20px);
  margin: 20px 10px 0;
}
.top_guide_buttons_item {
  width: calc(100% - 20px);
  margin: 20px 10px 0;
}
.top_guide_buttons_item_link {
  display: block;
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
  border: 1px #C6C6C6 solid;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  background-image: url("../common/img/ico_arrow_right_orange_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_right_orange_01.png")1x, url("../common/img/ico_arrow_right_orange_01@2x.png")2x);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  transition: all 0.2s ease-in-out;
}
.top_guide_buttons_item_link:hover {
  background-color: #FDD7BB;
}
.top_guide_buttons_item .top_guide_buttons_item_link {
  padding: 20px 0;
  line-height: 35px;
}
.top_guide_official {
  margin: 20px 0 0;
  display: block;
  height: 120px;
  background-color: #F27216;
  border-radius: 4px;
  background-image: url("../img/img_official_left.png"),url("../img/img_official_right.png");
  background-image: -webkit-image-set(url("../img/img_official_left.png")1x, url("../img/img_official_left@2x.png")2x),-webkit-image-set(url("../img/img_official_right.png")1x, url("../img/img_official_right@2x.png")2x);
  background-position: left bottom,right 8px bottom 8px;
  background-repeat: no-repeat,no-repeat;
  background-size: auto 92px,auto 97px;
}
 :lang(en) .top_guide_official {
  background-image: url("../img/img_official_left_en.png"),url("../img/img_official_right.png");
  background-image: -webkit-image-set(url("../img/img_official_left_en.png")1x, url("../img/img_official_left_en@2x.png")2x),-webkit-image-set(url("../img/img_official_right.png")1x, url("../img/img_official_right@2x.png")2x);
 }
.top_guide_sns {
  margin: 40px 0 0;
  padding: 0 0 60px;
  text-align: center;
}
.top_guide_sns_title {
  font-size: 19px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 20px;
}
.top_guide_sns_link {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 49px;
  margin: 0 15px;
  cursor:pointer;
}
.top_guide_sns_facebook {
  background-image: url("../img/ico_sns_facebook.png");
  background-image: -webkit-image-set(url("../img/ico_sns_facebook.png")1x, url("../img/ico_sns_facebook@2x.png")2x);
}
.top_guide_sns_twitter {
  background-image: url("../img/ico_sns_twitter.png");
  background-image: -webkit-image-set(url("../img/ico_sns_twitter.png")1x, url("../img/ico_sns_twitter@2x.png")2x);
}
.top_guide_sns_line {
  background-image: url("../img/ico_sns_line.png");
  background-image: -webkit-image-set(url("../img/ico_sns_line.png")1x, url("../img/ico_sns_line@2x.png")2x);
}
@media screen and (max-width:768px) {
  .top_guide {
    margin: 35px 0 0;
  }
  .top_guide_phone {
    margin: 20px 0 0;
    padding: 10px;
  }
  .top_guide_phone_box {
    padding: 0 0 0 80px;
    background-size: auto 68px;
    min-height: auto;
  }
  .top_guide_phone_title {
    font-size: 14px;
    line-height: 20px;
  }
  .top_guide_phone_number {
    font-size: 21px;
    line-height: 31px;
  }
  .top_guide_phone_number_link {
    pointer-events: auto;
  }
  .top_guide_phone_time {
    font-size: 12px;
    line-height: 16px;
  }
  .top_guide_link {
    font-size: 15px;
    line-height: 50px;
    margin: 10px 0 0;
  }
  .top_guide_link_text {
    padding: 0 0 0 35px;
    background-size: auto 20px;
  }
  .top_guide_buttons {
    margin: 0 -5px;
  }
  .top_guide_buttons_item_half {
    width: calc(50% - 10px);
    margin: 10px 5px 0;
  }
  :lang(en) .top_guide_buttons_item_half {
    width: 100%;
  }
  .top_guide_buttons_item {
    width: calc(100% - 10px);
    margin: 10px 5px 0;
  }
  .top_guide_buttons_item_link {
    font-size: 14px;
    line-height: 50px;
    background-position: right 8px center;
    background-size: auto 12px;
  }
  .top_guide_buttons_item .top_guide_buttons_item_link {
    padding: 15px 0;
    line-height: 20px;
  }
  .top_guide_official {
    margin: 10px 0 0;
    height: 80px;
    background-color: #F27216;
    border-radius: 4px;
    background-image: url("../img/img_official_left.png"),url("../img/img_official_right.png");
    background-image: -webkit-image-set(url("../img/img_official_left.png")1x, url("../img/img_official_left@2x.png")2x),-webkit-image-set(url("../img/img_official_right.png")1x, url("../img/img_official_right@2x.png")2x);
    background-position: left bottom,right 8px bottom 8px;
    background-repeat: no-repeat,no-repeat;
    background-size: 180px auto,auto 61px;
  }
  .top_guide_sns {
    margin: 20px 0 0;
    padding: 0 0 30px;
  }
  .top_guide_sns_title {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 10px;
  }
  .top_guide_sns_link {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: 0 10px;
    cursor:pointer;
  }
}


iframe.news {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

.top_banner_top {
  margin:0;
  height:0;
}
@media screen and (max-width:768px) {
.top_banner_top {
  margin:0;
}
}
.top_banner_bottom {
  margin: 20px 0 0;
  height:0;
}
@media screen and (max-width:768px) {
.top_banner_bottom {
  margin: 10px 0 0;
}
}