﻿@charset "utf-8";
.page_title_lv2_01 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  border-bottom: 1px #EAEAEA solid;
}
.page_title_lv2_01_box {
  position: relative;
}
.page_title_lv2_01_link {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../common/img/ico_arrow_left_black_bg_white_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_left_black_bg_white_01.png")1x, url("../common/img/ico_arrow_left_black_bg_white_01@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
}
.page_section_inner {
  background-color: #F2F2F2;
  padding: 30px;
}
.page_section_contents {
  background-color: #fff;
  border: 1px #EAEAEA solid;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.33);
  padding: 0 30px;
}
.page_title_lv3_01 {
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.page_section_border {
  display: block;
  margin: 0 -30px;
  border-bottom: 1px rgb(234,234,234) solid;
}
.page_text_center {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  max-width: 1000px;
}
.page_text_right {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin: 30px auto 0;
  max-width: 1000px;
}
.page_text_left {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 30px auto 0;
  max-width: 1000px;
}
.page_text_big {
  font-size: 20px;
}
.page_text_orange {
    color: #EB6200;
}
.page_text_bold {
  font-weight: bold;
}
.form_input_submit_button {
  display: none;
}
@media screen and (max-width:768px){
  .page_title_lv2_01 {
    font-size: 18px;
    line-height: 50px;
  }
  :lang(en) .page_title_lv2_01 {
    font-size: 14px;
  }
  .page_title_lv2_01_box {
    position: relative;
  }
  .page_title_lv2_01_link {
    left: 5px;
  }
  .page_section_inner {
    padding: 0;
  }
  .page_section_contents {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .page_title_lv3_01 {
    padding: 10px 0;
    font-size: 16px;
  }
  .page_section_border {
    margin: 0;
  }
  .page_text_center {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .page_text_right {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .page_text_left {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .page_text_big {
    font-size: 18px;
  }
  .page_sp_text_left {
    text-align: left;
    padding: 0 20px;
  }
}
.page_text_alert {
  margin: 30px auto 0;
  border: 1px #e30000 solid;
  padding: 15px 20px;
  font-size: 14px;
  max-width: 600px;
}
.page_text_alert {
  color: #e30000;
}
@media screen and (max-width:768px){
  .page_text_alert {
    margin: 15px 20px 0;
  }
}

.page_mypage_panel_01 {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
}
.page_mypage_panel_01_item {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.33);
  padding: 10px 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 110px;
  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 15px center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.page_mypage_panel_01_item:nth-child(odd) {
  margin: 0 5px 0 0;
}
.page_mypage_panel_01_item:nth-child(even) {
  margin: 0 0 0 5px;
}
.page_mypage_panel_01_item:nth-child(n+3) {
  margin-top: 10px;
}
.page_mypage_panel_01_item_title {
  min-height: 75px;
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px 0 65px;
  background-position: left center;
  background-size: auto 55px;
  background-repeat: no-repeat;
}
.page_mypage_panel_01_item_member {
  background-image: url("../img/g/icon_member.png");
  background-image: -webkit-image-set(url("../img/g/icon_member.png")1x, url("../img/g/icon_member@2x.png")2x);
}
.page_mypage_panel_01_item_reserve {
  background-image: url("../img/g/icon_reserve.png");
  background-image: -webkit-image-set(url("../img/g/icon_reserve.png")1x, url("../img/g/icon_reserve@2x.png")2x);
}
.page_mypage_panel_01_item_bookmark {
  background-image: url("../img/g/icon_bookmark.png");
  background-image: -webkit-image-set(url("../img/g/icon_bookmark.png")1x, url("../img/g/icon_bookmark@2x.png")2x);
}
.page_mypage_panel_01_item_coupon {
  background-image: url("../img/g/icon_coupon.png");
  background-image: -webkit-image-set(url("../img/g/icon_coupon.png")1x, url("../img/g/icon_coupon@2x.png")2x);
}
.page_mypage_panel_01_item_text {
  width: 50%;
  padding: 10px 20px;
  font-size: 14px;
  position: relative;
}
    .page_mypage_panel_01_item_text:before {
        content: '';
        height: 90px;
        width: 1px;
        background-color: #EB6200;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
@media screen and (max-width:768px){
  .page_mypage_panel_01 {
    padding: 20px;
  }
  .page_mypage_panel_01_item {
    width: 100%;
    padding: 10px 10px;
    min-height: 95px;
    background-position: right 10px center;
    background-size: auto 12px;
  }
  :lang(en) .page_mypage_panel_01_item {
    display:block;
  }
  .page_mypage_panel_01_item:nth-child(odd) {
    margin: 0;
  }
  .page_mypage_panel_01_item:nth-child(even) {
    margin: 0;
  }
  .page_mypage_panel_01_item:nth-child(n+2) {
    margin-top: 10px;
  }
  .page_mypage_panel_01_item_title {
    min-height: 55px;
    width: 45%;
    font-size: 14px;
    padding: 0 0 0 55px;
    background-size: auto 45px;
  }
  :lang(en) .page_mypage_panel_01_item_title {
    width: 100%;
  }
  .page_mypage_panel_01_item_text {
    width: 55%;
    padding: 10px;
    font-size: 12px;
  }
  :lang(en) .page_mypage_panel_01_item_text {
    width: 95%;
  }
  .page_mypage_panel_01_item_text:before {
    height: 80px;
  }
}
@media screen and (max-width:330px){
  .page_mypage_panel_01_item {
    display:block;
  }
  .page_mypage_panel_01_item_title {
    width: 100%;
  }
  .page_mypage_panel_01_item_text {
    width: 95%;
  }
}
.page_mypage_latout_news_01 {
  max-width: 1000px;
  margin: 30px auto;
}
.page_mypage_latout_news_01_box {
  position: relative;
}
.page_mypage_latout_news_01_heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  border-bottom: 4px #C7C7C7 solid;
}
.page_mypage_latout_news_01_heading:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 190px;
  border-bottom: 4px #FF6B00 solid;
  z-index: 2;
}
.page_mypage_latout_news_01_box_link {
  padding: 0 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  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 center;
  background-size: auto 12px;
  background-repeat: no-repeat;
  z-index: 2;
}
.page_mypage_latout_news_01_item {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border-bottom: 1px #c6c6c6 solid;
}
.page_mypage_latout_news_01_item_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page_mypage_latout_news_01_item_date {
  font-size: 14px;
}
.page_mypage_latout_news_01_item_tag {
  display: inline-block;
  padding: 3px 10px;
  min-width: 100px;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  margin: 0 0 0 20px;
}
.page_mypage_latout_news_01_tag_gray {
  background-color: #808080;
}
.page_mypage_latout_news_01_tag_orange {
  background-color: #FF6B00;
}
.page_mypage_latout_news_01_item_link {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .page_mypage_latout_news_01 {
    margin: 15px auto;
    padding: 0 20px;
  }
  .page_mypage_latout_news_01_heading {
    font-size: 20px;
    border-bottom: 2px #C7C7C7 solid;
  }
  .page_mypage_latout_news_01_heading:after {
    width: 80px;
    border-bottom: 2px #FF6B00 solid;
  }
  .page_mypage_latout_news_01_box_link {
    font-size: 14px;
  }
  .page_mypage_latout_news_01_item {
    margin: 10px 0 0;
    padding: 0 0 10px;
  }
  .page_mypage_latout_news_01_item_date {
    font-size: 12px;
  }
  .page_mypage_latout_news_01_item_tag {
    padding: 2px 5px;
    min-width: 80px;
    font-size: 10px;
    margin: 0 0 0 10px;
  }
  .page_mypage_latout_news_01_item_link {
    font-size: 14px;
    margin: 5px 0 0;
  }
}
.page_mypage_reserve_list_01 {
  max-width: 600px;
  margin: 0 auto;
  border: 1px #c6c6c6 solid;
  border-radius: 6px;
}
.page_mypage_reserve_list_01.page_mypage_reserve_list_01_type02 {
  border: 0;
}
.page_mypage_reserve_list_01_header {
  border-bottom: 1px #c6c6c6 solid;
}
.page_mypage_reserve_list_01_header:first-child {
  border-radius: 6px 6px 0 0;
  margin: -1px -1px 0;
  border: 1px #c6c6c6 solid;
}
.page_mypage_reserve_list_01_type02 .page_mypage_reserve_list_01_header {
  border: 0;
}
.page_mypage_reserve_list_01_type02 .page_mypage_reserve_list_01_header:first-child {
  border: 0;
}
.page_mypage_reserve_list_01_header_orange {
    background-color: #EB6200;
    color: #fff;
}
.page_mypage_reserve_list_01_header_gray {
  background-color: #E4E4E4;
}
.page_mypage_reserve_list_01_header_text {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.page_mypage_reserve_list_01_item {
  border-bottom: 1px #c6c6c6 solid;
  padding: 20px 110px 20px 20px;
  position: relative;
}
.page_mypage_reserve_list_01_type02 .page_mypage_reserve_list_01_item {
  padding: 20px;
  border-bottom: 0;
}
.page_mypage_reserve_list_01_item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
}
.page_mypage_reserve_list_01_item_date {
  font-size: 14px;
}
.page_mypage_reserve_list_01_item_time {
  font-size: 14px;
}
.page_mypage_reserve_list_item_arrow {
    width: 15px;
    height: 7px;
    background-image: url(../common/img/ico_arrow_next_gray_01.png);
    background-image: -webkit-image-set(url(../common/img/ico_arrow_next_gray_01.png)1x, url(../common/img/ico_arrow_next_gray_01@2x.png)2x);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 15px 7px;
    display:inline-block;
}
.page_mypage_reserve_list_01_item_from {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.page_mypage_reserve_list_01_type02 .page_mypage_reserve_list_01_item_from {
  height: auto;
  white-space: normal;
}
.page_mypage_reserve_list_01_item_from:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #EB6200;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}
.page_mypage_reserve_list_01_item_to {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.page_mypage_reserve_list_01_type02 .page_mypage_reserve_list_01_item_to {
  height: auto;
  white-space: normal;
}
.page_mypage_reserve_list_01_item_to:before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #222;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.page_mypage_reserve_list_01_item_link {
  position: absolute;
  top: 72%;
  right: 20px;
  transform: translateY(-50%);
}
.page_mypage_reserve_list_01_item_link_change {
  top: 25%;
}
.page_mypage_reserve_list_01_item_link_detail {
  top: 60%;
}
.page_mypage_reserve_list_01_item_status {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
}
@media screen and (max-width:768px){
  .page_mypage_reserve_list_01 {
    border: 0;
    border-top: 1px #c6c6c6 solid;
    border-radius: 0;
  }
  .page_mypage_reserve_list_01_header {
    padding: 10px 20px
  }
  .page_mypage_reserve_list_01_header:first-child {
    padding: 10px 20px;
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px #c6c6c6 solid;
  }
  .page_mypage_reserve_list_01_header_text {
    padding: 5px;
    font-size: 16px;
  }
  .page_mypage_reserve_list_01_item {
    padding: 15px 110px 15px 20px;
  }
  .page_mypage_reserve_list_01_item:last-child {
    border-radius: 0;
  }
  .page_mypage_reserve_list_01_item_date {
    font-size: 12px;
  }
  .page_mypage_reserve_list_01_item_from {
    margin: 5px 0 0;
    padding: 0 0 0 15px;
    font-size: 16px;
  }
  .page_mypage_reserve_list_01_item_from:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
  .page_mypage_reserve_list_01_item_to {
    margin: 5px 0 0;
    padding: 0 0 0 15px;
    font-size: 16px;
  }
  .page_mypage_reserve_list_01_item_to:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }
}


.page_mypage_button_container_01 {
  margin: 60px 0 100px;
}
.page_mypage_button_container_01_item {
  margin: 0 0 30px;
}
.page_mypage_button_container_02 {
  margin: 30px 0 0;
}
.page_mypage_button_container_02_item {
  margin: 30px 0 0;
}
.page_mypage_button_s {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  background-size: auto 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.page_mypage_button_m {
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  max-width: 580px;
  border-radius: 40px;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.page_mypage_button_bookmark {
  padding: 0 30px 0 0;
}
.page_mypage_button_bookmark:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../common/img/ico_bookmark.png");
  background-image: -webkit-image-set(url("../common/img/ico_bookmark.png")1x, url("../common/img/ico_bookmark@2x.png")2x);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.page_mypage_button_orange_right {
    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-color: #EB6200;
    color: #fff;
}
.page_mypage_button_s.page_mypage_button_orange_right {
  padding: 0 25px 0 15px;
}
.page_mypage_button_white_left {
  background-image: url("../common/img/ico_arrow_left_orange_01.png");
  background-image: -webkit-image-set(url("../common/img/ico_arrow_left_orange_01.png")1x, url("../common/img/ico_arrow_left_orange_01@2x.png")2x);
  background-color: #fff;
  border: 1px #c6c6c6 solid;
  line-height: 68px;
}
.page_mypage_button_s.page_mypage_button_white_left {
    border: 1px #EB6200 solid;
    line-height: 28px;
    padding: 0 15px 0 25px;
    color: #EB6200;
}
.page_mypage_button_white_right {
  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-color: #fff;
  border: 1px #c6c6c6 solid;
  line-height: 68px;
}
.page_mypage_button_s.page_mypage_button_orange_right {
  background-position: right 10px center;
}
.page_mypage_button_m.page_mypage_button_orange_right {
  background-position: right 20px center;
}
.page_mypage_button_s.page_mypage_button_white_left {
  background-position: left 10px center;
}
.page_mypage_button_m.page_mypage_button_white_left {
  background-position: left 20px center;
}
.page_mypage_button_m.page_mypage_button_white_right {
  background-position: right 20px center;
}
.page_mypage_button_orange_right:hover {
    background-color: #FFBF91;
}
.page_mypage_button_white_left:hover {
  background-color: #FDD7BB;
}
@media screen and (max-width:768px){
  .page_mypage_button_container_01 {
    margin: 30px 0 50px;
    padding: 0 20px;
  }
  .page_mypage_button_container_01_item {
    margin: 0 0 15px;
  }
  .page_mypage_button_container_02 {
    margin: 15px 0 0;
  }
  .page_mypage_button_container_02_item {
    margin: 15px 0 0;
  }
  .page_mypage_button_m {
    border-radius: 35px;
    line-height: 50px;
    font-size: 16px;
  }
  .page_mypage_button_white_left {
    line-height: 48px;
  }
}
@media screen and (max-width:320px){
  .page_mypage_button_m {
    font-size:14px;
    padding: 0 20px;
  }
  
  .page_mypage_button_m.page_mypage_button_orange_right {
    background-position: right 8px center;
  }
}
.page_mypage_container_gray {
  margin: 0 -30px;
  background-color: #f2f2f2;
  padding: 30px;
}
.page_mypage_container_orange {
    margin: 0 -30px;
    background-color: #EB6200;
    padding: 30px;
}
.page_mypage_container_white {
  margin: 0 -30px;
  background-color: #fff;
  padding: 30px;
}
.page_mypage_radius_bottom {
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width:768px){
  .page_mypage_container_gray {
    margin: 0;
    padding: 20px;
  }
  .page_mypage_container_orange {
    margin: 0;
    padding: 20px;
  }
  .page_mypage_container_white {
    margin: 0;
    padding: 20px;
  }
  .page_mypage_radius_bottom {
    border-radius: 0;
  }
}
.page_mypage_reserve_list_02 {
  max-width: 600px;
  margin: 0 auto;
}
.page_mypage_reserve_list_02_header {
  border-bottom: 2px #c6c6c6 solid;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
}
.page_mypage_reserve_list_02_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px #c6c6c6 solid;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.page_mypage_reserve_list_02_edit .page_mypage_reserve_list_02_item {
  padding: 15px 80px 15px 0;
}
.page_mypage_reserve_list_02_link {
  position: absolute;
  top: 13px;
  right: 0;
}
.page_mypage_reserve_list_02_item:first-child {
  border-top: 1px #c6c6c6 solid;
}
.page_mypage_reserve_list_02_noborder .page_mypage_reserve_list_02_item {
  border: 0;
  padding-bottom: 0;
}
.page_mypage_reserve_list_02_item_2col {
  flex-wrap: nowrap;
}
.page_mypage_reserve_list_02_item_2col_pc {
  flex-wrap: nowrap;
}
.page_mypage_reserve_list_02_item_2col_inline {
  flex-wrap: nowrap;
}
.page_mypage_reserve_list_02_item_title {
  font-size: 16px;
  line-height: 27px;
}
.page_mypage_reserve_list_02_item_2col .page_mypage_reserve_list_02_item_title {
  width: 200px;
  padding: 0 20px 0 0;
}
.page_mypage_reserve_list_02_item_2col_pc .page_mypage_reserve_list_02_item_title {
  width: 200px;
  padding: 0 20px 0 0;
}
.page_mypage_reserve_list_02_item_2col_inline .page_mypage_reserve_list_02_item_title {
  white-space: nowrap;
  padding: 0 20px 0 0;
}
.page_mypage_reserve_list_02_item_text {
  width: 100%;
  word-break: break-all;
}
.page_mypage_reserve_list_02_item_2col .page_mypage_reserve_list_02_item_text {
  width: calc(100% - 200px);
}
.page_mypage_reserve_list_02_item_2col_pc .page_mypage_reserve_list_02_item_text {
  width: calc(100% - 200px);
}
.page_mypage_reserve_list_02_item_arrow {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(../common/img/ico_arrow_next_gray_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_arrow_next_gray_01.png")1x, url("../common/img/ico_arrow_next_gray_01@2x.png")2x);
  background-position: center top 8px;
  background-repeat: no-repeat;
  background-size: auto 7px;
  vertical-align: middle;
}
.page_mypage_reserve_list_02_item_from {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin: 1.5px 0 0;
  padding: 0 30px 0 20px;
  position: relative;
}
.page_mypage_reserve_list_02_item_to {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0 30px 0 20px;
  position: relative;
}
.page_mypage_reserve_list_02_item_from:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #EB6200;
    position: absolute;
    top: 8px;
    left: 0;
}
.page_mypage_reserve_list_02_item_to:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #222;
  position: absolute;
  top: 8px;
  left: 0;
}
.page_mypage_reserve_list_02_item_map {
  display: block;
  width: 20px;
  height: 19px;
  background-image: url(../common/img/ico_map_pin.png);
  background-image: -webkit-image-set(url("../common/img/ico_map_pin.png")1x, url("../common/img/ico_map_pin@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 19px;
  position: absolute;
  top: 2px;
  right: 5px;
}
.page_mypage_reserve_list_02_item_price {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 10px;
}
.page_mypage_reserve_list_02_item_price_category {
  width: 40%;
  font-size: 16px;
}
.page_mypage_reserve_list_02_item_price_amount {
  width: 30%;
  padding: 0 20px;
}
.page_mypage_reserve_list_02_item_price_subtotal {
  width: 30%;
  text-align: right;
  font-size: 18px;
}
.page_mypage_reserve_list_02_item_total {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0 0;
  border-top: 1px #c6c6c6 solid;
}
.page_mypage_reserve_list_02_item_total_text {
  width: 70%;
  font-size: 16px;
  text-align: right;
  padding: 0 20px;
}
.page_mypage_reserve_list_02_item_total_price {
  width: 30%;
  text-align: right;
  font-size: 18px;
}
.page_mypage_reserve_list_02_notice {
  font-size: 14px;
  margin: 15px 0 0;
}
.page_mypage_reserve_list_02_card_visa {
  background-image: url(../common/img/ico_card_visa.png);
  background-image: -webkit-image-set(url("../common/img/ico_card_visa.png")1x, url("../common/img/ico_card_visa@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding: 0 0 0 55px;
}
.page_mypage_reserve_list_02_card_master {
  background-image: url(../common/img/ico_card_master.png);
  background-image: -webkit-image-set(url("../common/img/ico_card_master.png")1x, url("../common/img/ico_card_master@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding: 0 0 0 55px;
}
.page_mypage_reserve_list_02_card_jcb {
  background-image: url(../common/img/ico_card_jcb.png);
  background-image: -webkit-image-set(url("../common/img/ico_card_jcb.png")1x, url("../common/img/ico_card_jcb@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding: 0 0 0 55px;
}
.page_mypage_reserve_list_02_card_amex {
  background-image: url(../common/img/ico_card_amex.png);
  background-image: -webkit-image-set(url("../common/img/ico_card_amex.png")1x, url("../common/img/ico_card_amex@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding: 0 0 0 55px;
}
.page_mypage_reserve_list_02_card_diners {
  background-image: url(../common/img/ico_card_diners.png);
  background-image: -webkit-image-set(url("../common/img/ico_card_diners.png")1x, url("../common/img/ico_card_diners@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 27px;
  padding: 0 0 0 55px;
}
@media screen and (max-width:768px){
  .page_mypage_reserve_list_02_header {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .page_mypage_reserve_list_02_item {
    padding: 10px 0;
    font-size: 16px;
  }
  :lang(en) .page_mypage_reserve_list_02_item {
    display:block;
  }
  .page_mypage_reserve_list_02_item_2col_pc {
    flex-wrap: wrap;
  }
  .page_mypage_reserve_list_02_item_title {
    font-size: 14px;
    line-height: 24px;
  }
  .page_mypage_reserve_list_02_item_2col .page_mypage_reserve_list_02_item_title {
    width: 100px;
    padding: 0 10px 0 0;
  }
  :lang(en) .page_mypage_reserve_list_02_item_2col .page_mypage_reserve_list_02_item_title {
    width: 100%;
    text-decoration: underline;
  }
  .page_mypage_reserve_list_02_item_2col_pc .page_mypage_reserve_list_02_item_title {
    width: 100%;
    padding: 0 10px 0 0;
  }
  .page_mypage_reserve_list_02_50p .page_mypage_reserve_list_02_item_title {
    width: 50%;
    padding: 0 10px 0 0;
  }
  :lang(en) .page_mypage_reserve_list_02_50p .page_mypage_reserve_list_02_item_title {
    width: 100%;
    text-decoration: underline;
  }
  .page_mypage_reserve_list_02_item_text {
    width: 100%;
  }
  .page_mypage_reserve_list_02_item_2col .page_mypage_reserve_list_02_item_text {
    width: calc(100% - 100px);
  }
  :lang(en) .page_mypage_reserve_list_02_item_2col .page_mypage_reserve_list_02_item_text {
    width: 100%;
  }
  .page_mypage_reserve_list_02_item_2col_pc .page_mypage_reserve_list_02_item_text {
    width: 100%;
  }
  .page_mypage_reserve_list_02_50p .page_mypage_reserve_list_02_item_text {
    width: 50%;
  }
  :lang(en) .page_mypage_reserve_list_02_50p .page_mypage_reserve_list_02_item_text {
    width: 100%;
  }
  .page_mypage_reserve_list_02_item_arrow {
    width: 24px;
    height: 24px;
    background-position: center top 6px;
  }
  .page_mypage_reserve_list_02_item_from {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 30px 0 15px;
  }
  .page_mypage_reserve_list_02_item_to {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 30px 0 15px;
  }
  .page_mypage_reserve_list_02_item_from:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .page_mypage_reserve_list_02_item_to:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
  .page_mypage_reserve_list_02_item_price {
    margin: 10px 0;
  }
  .page_mypage_reserve_list_02_item_price_category {
    font-size: 14px;
  }
  .page_mypage_reserve_list_02_item_price_amount {
    padding: 0 10px;
    font-size: 14px;
  }
  .page_mypage_reserve_list_02_item_price_subtotal {
    font-size: 14px;
  }
  .page_mypage_reserve_list_02_item_total {
    padding: 10px 0 0;
  }
  .page_mypage_reserve_list_02_item_total_text {
    font-size: 14px;
    padding: 0 10px;
  }
  .page_mypage_reserve_list_02_item_total_price {
    font-size: 15px;
  }
  .page_mypage_reserve_list_02_notice {
    font-size: 12px;
    margin: 10px 0 0;
  }
  .page_mypage_reserve_list_02_card_visa {
    background-size: auto 24px;
    padding: 0 0 0 50px;
  }
  .page_mypage_reserve_list_02_card_master {
    background-size: auto 24px;
    padding: 0 0 0 50px;
  }
  .page_mypage_reserve_list_02_card_jcb {
    background-size: auto 24px;
    padding: 0 0 0 50px;
  }
  .page_mypage_reserve_list_02_card_amex {
    background-size: auto 24px;
    padding: 0 0 0 50px;
  }
  .page_mypage_reserve_list_02_card_diners {
    background-size: auto 24px;
    padding: 0 0 0 50px;
  }
  .page_mypage_reserve_list_02_cellwide .page_mypage_reserve_list_02_item_title {
    width: 150px;
  }
  .page_mypage_reserve_list_02_cellwide .page_mypage_reserve_list_02_item_text {
    width: calc(100% - 150px);
  }
}
.page_mypage_help_box_01 {
  text-align: center;
}
.page_mypage_help_box_01_container {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.page_mypage_help_box_01_text {
  font-size: 14px;
  display: inline-block;
}
.page_mypage_help_box_01_icon {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../common/img/ico_help_01.png);
  background-image: -webkit-image-set(url(../common/img/ico_help_01.png)1x, url(../common/img/ico_help_01@2x.png)2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
}
.page_mypage_help_box_01_popup {
  display: none;
  color: #222;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background-color: #F2F2F2;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.36);
  padding: 25px 15px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.page_mypage_help_box_01_popup a {
  color:#F00;
  text-decoration:underline;
}
.page_mypage_help_box_01_popup:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: rotate(50deg) skewX(20deg) skewY(10deg);
  background-color: #F2F2F2;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.18);
  border-radius: 5px;
}
.page_mypage_help_box_01b .page_mypage_help_box_01_popup:before {
  left: 103px;
}
.page_mypage_help_box_01c .page_mypage_help_box_01_popup:before {
  left: 40px;
}
.page_mypage_help_box_01_popup_close {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  width: 18px;
  height: 18px;
  background-image: url(../common/img/ico_close_01.png);
  background-image: -webkit-image-set(url(../common/img/ico_close_01.png)1x, url(../common/img/ico_close_01@2x.png)2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.page_mypage_help_box_01_popup_title {
  display: block;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px){
  .page_mypage_help_box_01 {
    position: relative;
  }
  .page_mypage_help_box_01_container {
    position: static;
  }
  .page_mypage_help_box_01_popup {
    width: 100%;
    max-width: 320px;
  }
}
.page_mypage_help_link_01 {
  text-align: center;
}
.page_mypage_help_link_01_container {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.page_mypage_help_link_01_text {
  font-size: 14px;
  display: inline-block;
}
.page_mypage_help_link_01_icon {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../common/img/ico_help_01.png);
  background-image: -webkit-image-set(url(../common/img/ico_help_01.png)1x, url(../common/img/ico_help_01@2x.png)2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 0;
}
@media screen and (max-width:768px){
}
.page_mypage_qrticket_box {
  background-color: #fff;
  margin: 0 auto;
  width: 400px;
  padding: 20px;
  border-radius: 6px;
  border: 3px #FF6B00 solid;
}
.page_mypage_qrticket_box_title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #EB6200;
    margin: 10px 0 0;
}
.page_mypage_qrticket_box_text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 30px;
}
.page_mypage_qrticket_box_text_link {
  color: #FF6B00;
}
.page_mypage_qrticket_box_border {
  display: block;
  border-bottom: 1px #c6c6c6 solid;
  position: relative;
}
    .page_mypage_qrticket_box_border:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: #EB6200;
        border-radius: 100%;
        position: absolute;
        left: -33px;
        top: 50%;
        transform: translateY(-50%);
    }
    .page_mypage_qrticket_box_border:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: #EB6200;
        border-radius: 100%;
        position: absolute;
        right: -33px;
        top: 50%;
        transform: translateY(-50%);
    }
.page_mypage_qrticket_box_date {
  display: flex;
  flex-wrap: nowrap;
  margin: 12px 0;
}
.page_mypage_qrticket_box_date_title {
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  margin: 0 10px 0 0;
  text-align: left;
}
.page_mypage_qrticket_box_date_value {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 60px);
}
.page_mypage_qrticket_box_point {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.page_mypage_qrticket_box_point_title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 8px;
  width: 100%;
}
.page_mypage_qrticket_box_point_departure {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.page_mypage_qrticket_box_point_departure_time {
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 0 0;
  width: 80px;
  position: relative;
}
.page_mypage_qrticket_box_point_departure_time:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #EB6200;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 0;
}
.page_mypage_qrticket_box_point_departure_name {
  width: calc(100% - 110px);
  font-size: 18px;
  font-weight: bold;
}
.page_mypage_qrticket_box_point_departure_map {
  display: block;
  width: 20px;
  height: 27px;
  background-image: url("../common/img/ico_map_pin.png");
  background-image: -webkit-image-set(url("../common/img/ico_map_pin.png")1x, url("../common/img/ico_map_pin@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 19px;
}
.page_mypage_qrticket_box_point_arrival {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0 0;
}
.page_mypage_qrticket_box_point_arrival_time {
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px 0 0;
  width: 80px;
  position: relative;
}
.page_mypage_qrticket_box_point_arrival_time:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #222;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.page_mypage_qrticket_box_point_arrival_name {
  width: calc(100% - 110px);
  font-size: 18px;
  font-weight: bold;
}
.page_mypage_qrticket_box_point_arrival_map {
  display: block;
  width: 20px;
  height: 27px;
  background-image: url("../common/img/ico_map_pin.png");
  background-image: -webkit-image-set(url("../common/img/ico_map_pin.png")1x, url("../common/img/ico_map_pin@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 19px;
}
.page_mypage_qrticket_box_diasubno {
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    margin: 0 10px 0 0;
    text-align: left;
}
.page_mypage_qrticket_box_sheet {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0 0 15px;
}
.page_mypage_qrticket_box_sheet_title {
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  margin: 0 10px 0 0;
  text-align: left;
}
.page_mypage_qrticket_box_sheet_value {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 60px);
}
.page_mypage_qrticket_box_baggage {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 15px;
}
.page_mypage_qrticket_box_baggage_title {
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  margin: 0 10px 0 0;
  text-align: left;
}
.page_mypage_qrticket_box_baggage_value {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 60px);
}
.page_mypage_qrticket_box_number {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 15px;
}
.page_mypage_qrticket_box_number_title {
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  margin: 0 10px 0 0;
  text-align: left;
}
.page_mypage_qrticket_box_number_value {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 60px);
}
.page_mypage_qrticket_box_price {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.page_mypage_qrticket_box_price_title {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin: 0 10px 0 0;
  text-align: left;
}
.page_mypage_qrticket_box_price_item {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 5px 0 0;
  text-align: right;
}
.page_mypage_qrticket_box_total {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 15px;
}
.page_mypage_qrticket_box_total_title {
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  margin: 0 10px 0 0;
  text-align: left;
}
.page_mypage_qrticket_box_total_value {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 60px);
}
.page_mypage_qrticket_box_code {
  margin: 20px 0;
}
.page_mypage_qrticket_box_code_image {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.page_mypage_qrticket_box_code_label {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.page_mypage_qrticket_box_code_number {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.page_mypage_qrticket_box_button {
  display: flex;
  flex-wrap: wrap;
}
.page_mypage_qrticket_box_button_au_wallet {
  width: calc(50% - 10px);
  margin: 20px 20px 20px 0;
  height: 47px;
  background-image: url("../common/img/btn_apple_wallet.png");
  background-image: -webkit-image-set(url("../common/img/btn_apple_wallet.png")1x, url("../common/img/btn_apple_wallet@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
.page_mypage_qrticket_box_button_au_wallet:hover {
  opacity: 0.7;
}
.page_mypage_qrticket_box_button_share {
  width: calc(50% - 10px);
  margin: 20px 0;
  height: 47px;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  font-weight: bold;
  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 center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-radius: 10px;
  border: 1px #c6c6c6 solid;
  transition: all 0.2s ease-in-out;
}
.page_mypage_qrticket_box_button_share:hover {
  background-color: #FDD7BB;
}
.page_mypage_qrticket_box_button_disable {
  pointer-events: none;
  opacity: 0;
}
.page_mypage_qrticket_box_button_guide {
  width: calc(50% - 10px);
  margin: 0 20px 0 0;
  height: 47px;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  font-weight: bold;
  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 center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-radius: 4px;
  border: 1px #c6c6c6 solid;
  transition: all 0.2s ease-in-out;
}
.page_mypage_qrticket_box_button_guide:hover {
  background-color: #FDD7BB;
}
.page_mypage_qrticket_box_button_faq {
  width: calc(50% - 10px);
  height: 47px;
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  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 center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-radius: 4px;
  border: 1px #c6c6c6 solid;
  transition: all 0.2s ease-in-out;
}
.page_mypage_qrticket_box_button_faq:hover {
  background-color: #FDD7BB;
}
@media screen and (max-width:768px){
  .page_qr_ticket_header_text {
    font-size: 16px;
  }
  .page_qr_ticket_print {
    display: none;
  }
  .page_qr_ticket_layout {
    margin: 15px 0 0;
    padding: 20px;
    border-radius: 0;
  }
  .page_mypage_qrticket_box {
    width: 100%;
    max-width: 400px;
    padding: 20px;
  }
  .page_mypage_qrticket_box_title {
    font-size: 18px;
    margin: 0;
  }
  .page_mypage_qrticket_box_text {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .page_mypage_qrticket_box_date_title {
    font-size: 12px;
    width: 45px;
  }
  .page_mypage_qrticket_box_date_value {
    font-size: 16px;
    width: calc(100% - 50px);
  }
  .page_mypage_qrticket_box_point_title {
    font-size: 12px;
  }
  .page_mypage_qrticket_box_point_departure_time {
    padding: 0 0 0 15px;
    font-size: 16px;
    width: 75px;
  }
  .page_mypage_qrticket_box_point_departure_time:before {
    width: 8px;
    height: 8px;
  }
  .page_mypage_qrticket_box_point_departure_name {
    font-size: 16px;
    width: calc(100% - 105px);
  }
  .page_mypage_qrticket_box_point_arrival_time {
    padding: 0 0 0 15px;
    font-size: 16px;
    width: 75px;
  }
  .page_mypage_qrticket_box_point_arrival_time:before {
    width: 8px;
    height: 8px;
  }
  .page_mypage_qrticket_box_point_arrival_name {
    width: calc(100% - 105px);
    font-size: 16px;
  }
.page_mypage_qrticket_box_diasubno {
    font-size: 16px;
    font-weight: bold;
    width: 80px;
    margin: 0 10px 0 0;
    text-align: left;
}
  .page_mypage_qrticket_box_sheet_title {
    font-size: 12px;
    width: 45px;
  }
  .page_mypage_qrticket_box_sheet_value {
    font-size: 16px;
    width: calc(100% - 50px);
    word-break: break-all;
  }
  .page_mypage_qrticket_box_baggage_title {
    font-size: 12px;
    width: 45px;
  }
  .page_mypage_qrticket_box_baggage_value {
    font-size: 16px;
  }
  .page_mypage_qrticket_box_number_title {
    font-size: 12px;
    width: 45px;
  }
  .page_mypage_qrticket_box_number_value {
    font-size: 16px;
  }
  .page_mypage_qrticket_box_plan_title {
    font-size: 12px;
  }
  .page_mypage_qrticket_box_price_title {
    font-size: 12px;
  }
  .page_mypage_qrticket_box_price_item {
    font-size: 14px;
  }
  .page_mypage_qrticket_box_price_total {
    font-size: 16px;
  }
  .page_mypage_qrticket_box_code {
    margin: 10px 0;
  }
  .page_mypage_qrticket_box_code_label {
    font-size: 16px;
  }
  .page_mypage_qrticket_box_code_number {
    font-size: 16px;
  }
  .page_mypage_qrticket_box_button_share {
    font-size: 12px;
  }
  .page_mypage_qrticket_box_button_guide {
    font-size: 12px;
  }
  .page_mypage_qrticket_box_button_faq {
    font-size: 12px;
  }
}

.page_mypage_form_container_01 {
  margin: 30px auto 0;
  max-width: 600px;
}
.page_mypage_form_container_01_item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.page_mypage_form_container_01_item + .page_mypage_form_container_01_item {
  margin: 20px 0 0;
}
.page_mypage_form_container_01_item_1col {
  flex-wrap: wrap;
}
.page_mypage_form_container_01_item_title {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 20px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  position: relative;
}
.page_mypage_form_container_01_item_required {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  background-color: #E30000;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.page_mypage_form_container_01_item_1col .page_mypage_form_container_01_item_title {
  width: 100%;
  padding: 10px 20px 0 0;
}
.page_mypage_form_container_01_item_input_text {
  background-color: #FCFCFC;
  border: 1px #c6c6c6 solid;
  line-height: 48px;
  padding: 0 10px;
  flex-grow: 1;
  flex-shrink: 1;
  border-radius: 4px;
  height: 50px;
}
.page_mypage_form_container_01_item_select_label {
  background-color: #FCFCFC;
  border: 1px #c6c6c6 solid;
  line-height: 48px;
  padding: 0 10px;
  flex-grow: 1;
  flex-shrink: 1;
  border-radius: 4px;
  position: relative;
  background-image: url(../common/img/ico_pulldown_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_pulldown_01.png")1x, url("../common/img/ico_pulldown_01@2x.png")2x);
  background-position: right 20px top 15px;
  background-repeat: no-repeat;
  background-size: auto 15px;
}
.page_mypage_form_container_01_item_select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_mypage_form_container_01_item_1col .page_mypage_form_container_01_item_input_text {
  width: 100%;
  margin: 5px 0 0;
}
.page_mypage_form_container_01_item_baggage {
  position: static;
  padding: 0 20px 0 40px;
  background-image: url(../common/img/ico_baggage_02.png);
  background-image: -webkit-image-set(url("../common/img/ico_baggage_02.png")1x, url("../common/img/ico_baggage_02@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 24px;
}

@media screen and (max-width:768px){
  .page_mypage_form_container_01 {
    margin: 15px auto 0;
    padding: 0 20px;
  }
  .page_mypage_form_container_01_item {
    flex-wrap: wrap;
  }
  .page_mypage_form_container_01_item + .page_mypage_form_container_01_item {
    margin: 10px 0 0;
  }
  .page_mypage_form_container_01_item_title {
    font-size: 14px;
    padding: 0;
    width: 100%;
  }
  .page_mypage_form_container_01_item_input_text {
    line-height: 33px;
    padding: 0 5px;
    margin: 5px 0 0;
    height: 35px;
  }
  .page_mypage_form_container_01_item_select_label {
    line-height: 33px;
    padding: 0 5px;
    margin: 0;
    background-position: right 10px top 8px;
    background-size: auto 12px;
  }
  .page_mypage_form_container_01_item_required {
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
  }
  .page_mypage_form_container_01_item_1col .page_mypage_form_container_01_item_title {
    padding: 5px 10px 0 0;
  }
  .page_mypage_form_container_01_item_baggage {
    padding: 0 20px 0 30px;
    background-size: auto 20px;
  }
  .page_mypage_form_container_01_item_sp_2col .page_mypage_form_container_01_item_title {
    width: auto;
  }
}
.form_box_01 {
  margin: 0 auto;
  width: 580px;
  padding: 30px 0 20px;
}
.form_box_02 {
  margin: 0 auto;
  width: 580px;
  padding: 40px 0 20px;
}
.form_box_03 {
  margin: 0 auto;
  width: 580px;
  padding: 40px 0 120px;
}
.form_item {
  margin: 0 0 30px;
}
.form_item_notice {
  margin: 0 0 30px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.form_item_notice:before {
  content: '※';
}
.form_item_title {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.form_item_caption {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.form_item_required {
  position: relative;
}
.form_item_required_text {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  background-color: #E30000;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.form_credit_number_box {
  margin: 0 -5px;
  display: flex;
  flex-wrap: nowrap;
}
.form_credit_number_box_item {
  width: calc(25% - 10px);
  margin: 0 5px;
  position: relative;
}
.form_credit_number_box_item:after {
  content: '';
  display: block;
  width: 6px;
  border-bottom: 2px #707070 solid;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.form_credit_number_box_item:last-child:after {
  display: none;
}
.form_input_text {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  padding: 10px 15px;
  background-color: #FCFCFC;
  border: 1px #C6C6C6 solid;
  border-radius: 2px;
}
.form_notice_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #E30000;
  margin: 5px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.form_notice_text:before {
  content: '※';
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #E30000;
  position: absolute;
  top: 0;
  left: 0;
}
.form_select_box {
  display: inline-block;
  margin: 0 30px 0 0;
}
.form_select_label {
  display: block;
  vertical-align: middle;
  position: relative;
  background-color: #FCFCFC;
  border-radius: 2px;
}
.form_select_box .form_select_label {
  display: inline-block;
}
.form_select_label:after {
  content: '';
  display: block;
  width: 30px;
  height: 41px;
  background-image: url(../common/img/ico_arrow_down_black_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_arrow_down_black_01.png")1x, url("../common/img/ico_arrow_down_black_01@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 8px;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}
.form_input_select {
  font-size: 15px;
  line-height: 23px;
  padding: 10px 35px 10px 15px;
  background-color: transparent;
  border: 1px #C6C6C6 solid;
  border-radius: 2px;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #666;
}
.form_select_box .form_input_select {
  width: 140px;
}
.form_input_select_first {
  display: none;
}
.form_input_select_text {
  font-size: 15px;
  line-height: 43px;
}
.form_radio_box {
  text-align: center;
}
.form_radio_label {
  margin: 0 70px 0 0;
}
.form_radio_label:last-child {
  margin: 0;
}
.form_input_radio {
  display: none;
}
.form_input_radio_text {
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
.form_input_radio_text:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px #707070 solid;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form_input_radio:checked + .form_input_radio_text:after {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px #707070 solid;
  border-radius: 100%;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.4);
}
.form_option_box {
  text-align: center;
}
.form_option_wrap {
  text-align: left;
  display: inline-block;
}
.form_option_label {
  display: inline-block;
  margin: 0 0 20px;
}
.form_option_label:last-child {
  margin: 0 auto 30px;
}
.form_input_option {
  display: none;
}
.form_option_text {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  white-space: nowrap;
}
:lang(en) .form_option_text {
  white-space: normal;
}
.form_option_text:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px #707070 solid;
  position: absolute;
  top: 0;
  left: 0;
}
.form_input_option:checked + .form_option_text:before {
  background-image: url(../common/img/ico_checkbox_on_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_checkbox_on_01.png")1x, url("../common/img/ico_checkbox_on_01@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 10px;

}
.form_box_error_text {
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #E00A0A;
  margin: 5px 0;
  background-image: url(../common/img/ico_alert_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_alert_01.png")1x, url("../common/img/ico_alert_01@2x.png")2x);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 18px;
}
.form_box_error_text:last-child {
  margin: 0 0 30px;
}
.form_item_error .form_input_text {
  border: 1px #E00A0A solid;
  background-color: #FFE8E8;
}
.form_item_error .form_select_label {
  background-color: #FFE8E8;
}
.form_item_error .form_input_select {
  border: 1px #E00A0A solid;
}
.form_item_error .form_input_radio_text:before {
  border: 2px #E00A0A solid;
  background-color: #FFE8E8;
}
.form_password_reminder {
  position: relative;
  margin: 10px 0 0;
  text-align: center;
}
.form_password_reminder_link {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 18px;
  background-image: url(../common/img/ico_help_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_help_01.png")1x, url("../common/img/ico_help_01@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  cursor: pointer;
}
@media screen and (max-width:768px){
  .form_box_01 {
    margin: 0 auto;
    width: 100%;
    padding: 20px 20px 10px;
  }
  .form_box_02 {
    margin: 0 auto;
    width: 100%;
    padding: 25px 0 0;
  }
  .form_item {
    margin: 0 0 20px;
  }
  .form_item_notice {
    margin: 0 0 20px;
  }
  .form_item_title {
    font-size: 13px;
    line-height: 20px;
    padding-right:50px;
  }
  .form_item_caption {
    font-size: 13px;
    line-height: 20px;
  }
  .form_item_required_text {
    padding: 0 2px;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    border-radius: 2px;
  }
  .form_select_box {
    margin: 0 10px 0 0;
  }
  .form_select_box .form_input_select {
    width: 110px;
  }
  .form_input_select_text {
    font-size: 15px;
    line-height: 43px;
  }
  .form_box_error_text {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 16px;
    background-size: 16px;
  }
  .form_box_error_text:last-child {
    margin: 0 0 20px;
  }
}
.about_security_code {
  position: relative;
  margin: 10px 0 0;
  text-align:center;
}
.about_security_code_link {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 18px;
  background-image: url(../common/img/ico_help_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_help_01.png")1x, url("../common/img/ico_help_01@2x.png")2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  cursor: pointer;
}
.about_security_code_popup {
  display: none;
  color: #222;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  background-color: #F2F2F2;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.36);
  padding: 25px 15px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  max-width: 97vw;
}
.about_security_code_popup:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: rotate(50deg) skewX(20deg) skewY(10deg);
  background-color: #F2F2F2;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.18);
  border-radius: 5px;
}
.about_security_code_close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 25px;
  background-image: url(../common/img/ico_close_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_close_01.png")1x, url("../common/img/ico_close_01.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  cursor: pointer;
}
.about_security_code_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.about_security_code_text {
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0 0;
}
.about_security_code_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -5px;
}
.about_security_code_item {
  padding: 0 0 85px;
  margin: 5px 5px 0;
  width: calc(50% - 10px);
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 83px;
}
.about_security_code_other {
  background-image: url(../img/d/img_security_code_other.png);
  background-image: -webkit-image-set(url("../img/d/img_security_code_other.png")1x, url("../img/d/img_security_code_other@2x.png")2x);
}
.about_security_code_amex {
  background-image: url(../img/d/img_security_code_amex.png);
  background-image: -webkit-image-set(url("../img/d/img_security_code_amex.png")1x, url("../img/d/img_security_code_amex@2x.png")2x);
}
.about_security_code_detail {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  white-space: nowrap;
  transform-origin: left;
}
@media screen and (max-width:768px){
  .about_security_code {
    margin: 5px 0 0 10px;
  }
}
.page_payment_edit_box_02 {
  max-width: 600px;
  margin: 30px auto;
}
.page_payment_edit_box_02_card_visa {
  height: 30px;
  padding: 0 0 0 50px;
  background-image: url(../common/img/ico_card_visa.png);
  background-image: -webkit-image-set(url(../common/img/ico_card_visa.png)1x, url(../common/img/ico_card_visa@2x.png)2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
.page_payment_edit_box_02_card_master {
  height: 30px;
  padding: 0 0 0 50px;
  background-image: url(../common/img/ico_card_master.png);
  background-image: -webkit-image-set(url(../common/img/ico_card_master.png)1x, url(../common/img/ico_card_master@2x.png)2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
.page_payment_edit_box_02_card_jcb {
  height: 30px;
  padding: 0 0 0 45px;
  background-image: url(../common/img/ico_card_jcb.png);
  background-image: -webkit-image-set(url(../common/img/ico_card_jcb.png)1x, url(../common/img/ico_card_jcb@2x.png)2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
.page_payment_edit_box_02_card_diners {
  height: 30px;
  padding: 0 0 0 45px;
  background-image: url(../common/img/ico_card_diners.png);
  background-image: -webkit-image-set(url(../common/img/ico_card_diners.png)1x, url(../common/img/ico_card_diners@2x.png)2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}
.page_payment_edit_box_02_card_amex {
  height: 30px;
  padding: 0 0 0 45px;
  background-image: url(../common/img/ico_card_amex.png);
  background-image: -webkit-image-set(url(../common/img/ico_card_amex.png)1x, url(../common/img/ico_card_amex@2x.png)2x);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 28px;
}

.page_payment_edit_box_02 .page_title_lv3_01 {
  text-align: left;
}
.page_payment_edit_box_02_card {
  display: inline-flex;
  flex-wrap: nowrap;
}
.page_payment_edit_box_02 .form_box_01 {
  padding: 30px 0 20px;
  max-width: 600px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width:768px){
  .page_payment_edit_box_02 {
    max-width: 640px;
    margin: 15px auto;
    padding: 0 20px;
  }
  .page_payment_edit_box_02_card_visa {
    padding: 0 0 0 40px;
    background-size: auto 23px;
  }
  .page_payment_edit_box_02_card_master {
    padding: 0 0 0 40px;
    background-size: auto 23px;
  }
  .page_payment_edit_box_02_card_jcb {
    padding: 0 0 0 40px;
    background-size: auto 23px;
  }
  .page_payment_edit_box_02_card_diners {
    padding: 0 0 0 40px;
    background-size: auto 23px;
  }
  .page_payment_edit_box_02_card_amex {
    padding: 0 0 0 40px;
    background-size: auto 23px;
  }
  .page_payment_edit_box_02 .form_box_01 {
    padding: 15px 0 10px;
  }
}
.page_mypage_reserve_list_03 {
  max-width: 600px;
  margin: 0 auto;
}
.page_mypage_reserve_list_03_item {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  font-size: 18px;
  position: relative;
}
.page_mypage_reserve_list_03_item_title {
  font-size: 20px;
  width: 100%;
  margin: 0 0 20px;
  font-weight: bold;
}
.page_mypage_reserve_list_03_item_text {
  width: 100%;
}
.page_mypage_reserve_list_03_item_price {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 10px;
}
.page_mypage_reserve_list_03_item_price_category {
  width: 40%;
  font-size: 16px;
}
.page_mypage_reserve_list_03_item_price_amount {
  width: 30%;
  padding: 0 20px;
}
.page_mypage_reserve_list_03_item_price_subtotal {
  width: 30%;
  text-align: right;
  font-size: 18px;
}
.page_mypage_reserve_list_03_item_total {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0 0;
  border-top: 1px #c6c6c6 solid;
  font-weight: bold;
}
.page_mypage_reserve_list_03_item_total_text {
  width: 70%;
  font-size: 16px;
  text-align: right;
  padding: 0 20px;
}
.page_mypage_reserve_list_03_item_total_price {
  width: 30%;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width:768px){
  .page_mypage_reserve_list_03_item {
    font-size: 16px;
  }
  .page_mypage_reserve_list_03_item_title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page_mypage_reserve_list_03_item_price {
    margin: 0 0 5px;
  }
  .page_mypage_reserve_list_03_item_price_category {
    font-size: 14px;
  }
  .page_mypage_reserve_list_03_item_price_amount {
    padding: 0 10px;
  }
  .page_mypage_reserve_list_03_item_price_subtotal {
    font-size: 16px;
  }
  .page_mypage_reserve_list_03_item_total {
    padding: 5px 0 0;
  }
  .page_mypage_reserve_list_03_item_total_text {
    font-size: 14px;
    padding: 0 10px;
    width: 55%;
  }
  .page_mypage_reserve_list_03_item_total_price {
    font-size: 16px;
    width: 45%;
  }
}
.page_mypage_share_box_01 {
  max-width: 600px;
  margin: 30px auto 0;
}
.page_mypage_share_box_01_item {
  border: 1px #c6c6c6 solid;
  border-radius: 6px;
  padding: 15px 20px;
  margin: 30px 0 0;
  text-align: center;
}
.page_mypage_share_box_01_item_header {
  font-size: 22px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 5px 10px;
}
.page_mypage_share_box_01_item_text {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}
.page_mypage_share_box_01_item_seat {
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0 0;
}
@media screen and (max-width:768px){
  .page_mypage_share_box_01 {
    margin: 0;
    border-top: 1px #c6c6c6 solid;
  }
  .page_mypage_share_box_01_item {
    border: 0;
    border-bottom: 1px #c6c6c6 solid;
    border-radius: 0;
    padding: 20px;
    margin: 0;
  }
  .page_mypage_share_box_01_item_header {
    font-size: 18px;
    padding: 3px 5px;
  }
  .page_mypage_share_box_01_item_text {
    font-size: 14px;
  }
  .page_mypage_share_box_01_item_seat {
    font-size: 16px;
  }
}
.page_mypage_coupon_list_01 {
  padding: 30px 0;
  background-color: #ebebeb;
  margin: 30px -30px 0;
}
.page_mypage_coupon_list_01_bg_white {
  padding: 30px 0 0;
  background-color: #fff;
  margin: 30px -30px 0;
}
.page_mypage_coupon_list_01_total {
  max-width: 480px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 0;
  margin: 0 auto;
  text-align:right;
}
.page_mypage_coupon_list_01_container {
  width: calc(100vw - 40px);
  max-width: 480px;
  border: 1px #c6c6c6 solid;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0 1px 2px rgba(0,0,0,0.33);
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}
.page_mypage_coupon_list_01_container + .page_mypage_coupon_list_01_container {
  margin: 30px auto 0;
}
.page_mypage_coupon_list_01_header {
  padding: 0 50px 0 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.page_mypage_coupon_list_01_amount {
  padding: 0 50px 0 0;
  margin: 0 0 20px;
  font-size: 16px;
}
.page_mypage_coupon_list_01_from {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
}
    .page_mypage_coupon_list_01_from:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: #EB6200;
        border-radius: 100%;
        position: absolute;
        top: 7px;
        left: 0;
    }
.page_mypage_coupon_list_01_to {
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  position: relative;
}
.page_mypage_coupon_list_01_to:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #222;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.page_mypage_coupon_list_01_period {
  font-size: 16px;
}
.page_mypage_coupon_list_01_link {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    padding: 0 20px 0 10px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #EB6200;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    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-size: auto 12px;
    background-position: right 8px center;
    background-repeat: no-repeat;
}
    .page_mypage_coupon_list_01_link:hover {
        background-color: #FFBF91;
    }
.page_mypage_coupon_list_01_link_disable {
  background-color: #c6c6c6;
  pointer-events: none;
}
.page_mypage_coupon_list_01_back {
  display: block;
  border-radius: 39px;
  text-align: center;
  margin: 50px auto;
  width: 580px;
  background-image: url(../common/img/ico_arrow_left_orange_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_arrow_left_orange_01.png")1x, url("../common/img/ico_arrow_left_orange_01@2x.png")2x);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
  line-height: 68px;
  font-weight: bold;
  border: 1px #C6C6C6 solid;
}
.page_mypage_coupon_list_01_back:hover {
  background-color: #FDD7BB;
}
@media screen and (max-width:768px){
  .page_mypage_coupon_list_01 {
    padding: 20px;
    margin: 15px 0 0;
  }
  .page_mypage_coupon_list_01_total {
    padding: 15px 20px 0;
    background-color: #fff;
    border-top: 1px #c6c6c6 solid;
  }
  .page_mypage_coupon_list_01_container {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    border-top: 1px #c6c6c6 solid;
    box-shadow: none;
    border-radius: 0;
  }
  .page_mypage_coupon_list_01_container + .page_mypage_coupon_list_01_container {
    margin: 0;
  }
  .page_mypage_coupon_list_01_container:last-child {
    border-bottom: 1px #c6c6c6 solid;
  }
  .page_mypage_coupon_list_01_header {
    font-size: 16px;
  }
  .page_mypage_coupon_list_01_amount {
    font-size: 14px;
  }
  .page_mypage_coupon_list_01_from {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .page_mypage_coupon_list_01_from:before {
    width: 8px;
    height: 8px;
  }
  .page_mypage_coupon_list_01_to {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .page_mypage_coupon_list_01_to:before {
    width: 8px;
    height: 8px;
  }
  .page_mypage_coupon_list_01_period {
    font-size: 14px;
  }
  .page_mypage_coupon_list_01_link {
    top: 20px;
    right: 20px;
  }
  .page_mypage_coupon_list_01_back {
    display: block;
    border-radius: 25px;
    margin: 30px auto;
    width: calc(100% - 40px);
    max-width: 580px;
    font-size: 17px;
    line-height: 50px;
  }
}
.page_member_form_submit_button {
  display: none;
}


.page_qr_ticket_print {
  width: 70px;
  height: 45px;
  display: block;
  background-image: url("../common/img/ico_print.png");
  background-image: -webkit-image-set(url("../common/img/ico_print.png")1x, url("../common/img/ico_print@2x.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 34px;
  background-color: #222;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
}
@media screen and (max-width:768px){
  .page_qr_ticket_print {
    display: none;
  }
}



.page_mypage_coupon_list_03_item_text {
  max-width: 600px;
  margin:30px auto;
}
.page_mypage_coupon_list_03_item_price {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 10px;
}
.page_mypage_coupon_list_03_item_price_category {
  width: 40%;
  font-size: 16px;
}
.page_mypage_coupon_list_03_item_price_amount {
  width: 30%;
  padding: 0 20px;
}
.page_mypage_coupon_list_03_item_price_subtotal {
  width: 30%;
  text-align: right;
  font-size: 18px;
}
.page_mypage_coupon_list_03_item_total {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0 0;
  border-top: 1px #c6c6c6 solid;
  font-weight: bold;
}
.page_mypage_coupon_list_03_item_total_text {
  width: 70%;
  font-size: 16px;
  text-align: right;
  padding: 0 20px;
}
.page_mypage_coupon_list_03_item_total_price {
  width: 30%;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width:768px){
  .page_mypage_coupon_list_03_item {
    font-size: 16px;
  }
  .page_mypage_coupon_list_03_item_title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page_mypage_coupon_list_03_item_price {
    margin: 0 0 5px;
  }
  .page_mypage_coupon_list_03_item_price_category {
    font-size: 14px;
  }
  .page_mypage_coupon_list_03_item_price_amount {
    padding: 0 10px;
  }
  .page_mypage_coupon_list_03_item_price_subtotal {
    font-size: 16px;
  }
  .page_mypage_coupon_list_03_item_total {
    padding: 5px 0 0;
  }
  .page_mypage_coupon_list_03_item_total_text {
    font-size: 14px;
    padding: 0 10px;
    width: 55%;
  }
  .page_mypage_coupon_list_03_item_total_price {
    font-size: 16px;
    width: 45%;
  }
}
.page_mypage_no_result {
  text-align: center;
  margin: 5em auto 15em;
  font-size: 15px;
}
.page_mypage_reserve_list_no_result {
  text-align: center;
  margin: 5em auto 5em;
  font-size: 15px;
}

.mypage_reset_notice_popup {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  max-width: calc(100vw - 40px);
  padding: 20px;
  background-color: #FF6B00;
  border: 1px #ccc solid;
  border-radius: 6px;
  color: #fff;
  display: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.33);
}
.mypage_reset_notice_popup_on {
  display: block;
}
.mypage_reset_notice_popup_title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
.mypage_reset_notice_popup_text {
  font-size: 16px;
  font-weight: bold;
}
.mypage_reset_notice_popup_submit {
  display: block;
  border-radius: 25px;
  text-align: center;
  margin: 30px auto 0;
  width: 100%;
  max-width: 250px;
  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;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  line-height: 50px;
  font-weight: bold;
  border: 1px #C6C6C6 solid;
  background-color: #fff;
  color: #222;
}
.mypage_reset_notice_popup_submit:hover {
  background-color: #FDD7BB;
}
.mypage_reset_notice_popup_cancel {
  display: block;
  border-radius: 25px;
  text-align: center;
  margin: 15px auto 0;
  width: 100%;
  max-width: 250px;
  background-image: url(../common/img/ico_arrow_left_orange_01.png);
  background-image: -webkit-image-set(url("../common/img/ico_arrow_left_orange_01.png")1x, url("../common/img/ico_arrow_left_orange_01@2x.png")2x);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  cursor: pointer;
  font-size: 17px;
  line-height: 50px;
  font-weight: bold;
  border: 1px #C6C6C6 solid;
  background-color: #fff;
  color: #222;
  transition: all 0.2s ease-in-out;
}
.mypage_reset_notice_popup_cancel:hover {
  background-color: #FDD7BB;
}
.mypage_reset_notice_popup_close {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  background-image: url(../common/img/ico_close_01.png);
  background-image: -webkit-image-set(url(../common/img/ico_close_01.png)1x, url(../common/img/ico_close_01@2x.png)2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  cursor: pointer;
}

.page_qr_refresh {
  position: relative;
}
.page_qr_refresh_button {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url(../common/img/btn_refresh.png);
  background-image: -webkit-image-set(url(../common/img/btn_refresh.png)1x, url(../common/img/btn_refresh@2x.png)2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
@media screen and (max-width:768px){
  .page_qr_refresh_button {
    top: -10px;
  }
}
.page_qr_item_detail_name {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}
.page_qr_item_detail_amount {
  display: inline-block;
  vertical-align: bottom;
  width: 18%;
  text-align: right;
}
.page_qr_item_detail_value {
  display: inline-block;
  vertical-align: bottom;
  width: 32%;
  text-align: right;
}

.page_mypage_box_error {
  max-width: 600px;
  margin: 30px auto;
  padding:0 20px;
}


.top_h2 {
  margin: 0 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;
}

.top_information {
  max-width:1000px;
  margin:30px auto;
  padding:30px;
  background-color: #fff;
  border: 1px #EAEAEA solid;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.33);
  height:0;
}
@media screen and (max-width:768px) {
  .top_h2 {
    margin: 0 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;
  }
  .page_section_news {
    padding:0 20px 30px;
  }
  .top_information {
    margin:0 auto;
  }
}

iframe.news {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*2020/01/16 LM4-ST-0235*/
.page_qr_ticket_box_price_total {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 20px;
}
/*2020/01/16 LM4-ST-0235*/

.page_mypage_qrticket_box_arriving_haneda_box {
    background-color: #A0D0EF;
    border-radius: 5px;
    padding: 5px;
}

.page_mypage_qrticket_box_arriving_narita_box {
    background-color: #93D676;
    border-radius: 5px;
    padding: 5px;
}