@charset "UTF-8";

/* CSS Information ===========
File name:Cart.css
Description:Miyab! BtoB
D&M/IJU inc.
Date: 2017.10
Contents: *this page only
=============================== */

body {
  background: #c22047;
}

.page__container {
  padding-top: 0;
  background: #fff;
}

.press__container {
  padding-top: 0;
}


/*========
Public
=====================*/


/*Header*/

.header__wrap {
  position: relative;
  z-index: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}


/*Page Navi*/

.cart__navi {
  width: 100%;
}

.cart__navi__list {
  width: 100%;
  border-bottom: solid 1px #777;
  font-size: 0;
}

.cart__navi__list li {
  display: inline-block;
  padding: 5px 15px;
  color: #333;
  font-size: 0.875rem;
}

.cart__navi__list li:first-child {
  padding-left: 0;
}

.cart__navi__list li.cart__navi__fixed {
  color: #c22047;
  font-size: 1.125rem;
}

.cart__navi__list li.cart__navi__focus {
  color: #fff;
  background: #c22047;
}

.cart__navi__checked:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 1.25rem;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.cart__navi__focus:before,
.cart__navi__yet:before {
  font-family: "FontAwesome";
  content: "\f18e";
  font-size: 1.25rem;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.navi--sp {
  display: none;
}


/*========
Page Title
=====================*/

.cart__title {
  width: 100%;
  display: table;
}

.cart__title.clm--two .cart__title__clm {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.cart__title.clm--two .cart__title__clm:last-child {
  padding-left: 20px;
}

.cart__title.clm--one .cart__title__clm {
  width: 100%;
  display: table-cell;
}

.cart__title__item {
  font-size: 1.375rem;
  font-weight: bold;
  color: #c1392e;
  margin-bottom: 10px;
}

.cart__title__main {
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1em;
  color: #c22047;
  margin-right: 10px;
}
.edit__profile_btn {
  float: right;
  padding-top: 4px;
}
.edit__profile_btn a {
  color: #00552e;
  text-decoration: underline;
}
.edit__profile_btn i {
  margin-right: 4px;
}
.cart__option {
  position: relative;
}
.cart__option-main {
  width: 75.78125%;
}
/*========
PKG Name
=====================*/

.tour__name {
  width: 100%;
}

.tour__name__value {
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 1.4em;
  color: #c22047;
}

.tour__name dl {
  width: 100%;
  font-size: 1.125rem;
}

.tour__name dl dt {
  display: inline-block;
  margin-right: 2px;
}

.tour__name dl dd {
  display: inline-block;
  padding-top: 4px;
}
.tour__header__content {
  display: flex;
  position: relative;
}
.tour__header__content .error__message {
  margin-top: 20px;
}
.tour__amount {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.21875%;
  padding-left: 12px;
}
.tour__amount__inner {
  padding: 10px;
  border-radius: 5px;
  border: 3px solid #333;
}
.tour__amount__section + .tour__amount__section {
  margin-top: 18px;
}
.tour__amount_section__name {
  line-height: 1.4em;
  font-weight: bold;
}
.tour__amount__section_details {
  display: none;
  font-size: 0.875em;
  justify-content: space-between;
  line-height: 1.4;
  margin-top: 6px;
}
.cart__option .tour__amount__section_details {
  display: flex;
  flex-wrap: wrap;
}
.cart__option .tour__amount__section_details dt {
  width: calc(100% - 96px);
  box-sizing: border-box;
  padding-right: .5em;
  word-break: break-word;
}
.cart__option .tour__amount__section_details dd {
  width: 96px;
  text-align: right;
}
.cart__option .tour__amount__section_details dt.w100{
  width: 100%;
  padding-bottom: 6px;
}
.tour__amount__section_total {
  display: flex;
  font-size: 0.875em;
  justify-content: space-between;
  line-height: 1;
  border-top: 1px dashed #ccc;
  margin-top: 6px;
  padding-top: 6px;
}
.tour__amount__section_total li:last-of-type {
  font-weight: bold;
}
.tour__amount__price {
  display: flex;
  justify-content: flex-end;
}
.tour__amount__price_table {
  width: 100%;
  margin-top: 18px;
  line-height: 1;
}
.tour__amount__price_table dl {
  display: flex;
  font-size: 0.875em;
  align-items: center;
  justify-content: flex-end;
}
.tour__amount__price_table dl + dl {
  margin-top: 5px;
}
.tour__amount__price_table dl.total {
  margin-bottom: 18px;
  font-weight: bold;
}
.tour__amount__price_table .total dt {
  font-size: 0.875rem;
}
.tour__amount__price_table .total dd {
  font-size: 1.84rem;
  margin-left: auto;
}
.tour__amount__price_table dd {
  padding-left: 6px;
}
.tour__amount__button_section.cart__operation__submit.search--btn--next {
  float: none;
  width: auto;
  max-width: 148px;
  margin: 20px auto 0;
}
.tour__amount__button_section.cart__operation__submit a {
  display: block;
  height: 44px;
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
  line-height: 44px;
}
.tour__amount__button_section.cart__operation__submit i {
  margin-right: 6px;
  margin-top: -4px;
}
[data-remodal-id="tour-amount-modal"] {
  padding-bottom: 0;
}
[data-remodal-id="tour-amount-modal"] .stswitch__wrap {
  background: #fff;
  max-height: 640px;
  overflow: scroll;
  border-radius: 10px;
}
.remodal .tour__amount {
  width: 100%;
  position: static;
  padding-left: 0;
  border: none;
}
.remodal .tour__amount__inner {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
.remodal .tour__amount_section__name {
  font-size: 1.5em;
  text-align: left;
}
.remodal .tour__amount__section_details {
  display: flex;
  text-align: left;
}
.remodal .tour__amount__section_total,
.cart__option .tour__amount__section_total {
  font-size: 1em;
  margin-top: 14px;
  padding-top: 10px;
}
.remodal .tour__amount__section + .tour__amount__section,
.cart__option .tour__amount__section + .tour__amount__section {
  margin-top: 30px;
}
.remodal .tour__amount__price_table {
  margin-top: 50px;
}
.remodal .tour__amount__price_table dl.total dt {
  font-size: 1.5rem;
}
.remodal .tour__amount__price_table dl.total dd {
  font-size: 2.75rem;
  margin-left: 10px;
}

/*========
Parts
=====================*/

.cart__box {
  width: 100%;
  position: relative;
}

.cart__box__title {
  font-size: 1.75rem;
  color: #444;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.cart__box__title.no_bdb,
.reservation-information-01 .cart__box__title {
  border-bottom: none;

}
.supplement {
  color: #c1392e;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

/*Table*/
.cart__tab {
  width: 100%;
  table-layout: fixed;
}
.cart__tab tr:nth-child(even) {
  background: #f7f7f7;
}

.cart__tab th,
.cart__tab td {
  padding: 12px 18px;
  text-align: left;
}
.cart__tab .cart__tab_tr_chips th,
.cart__tab .cart__tab_tr_chips td {
  padding-top: 0;
  background: #f7f7f7;
}
.error__field tr:nth-child(even),
.error__field tr:nth-child(odd),
.error__field th,
.error__field td,
.error__field .cart__tab_tr_chips th,
.error__field .cart__tab_tr_chips td,
.error__field.cart__tab_tr_chips th,
.error__field.cart__tab_tr_chips td {
  background: transparent;
}
.cart__tab tr th.on_border-right,
.cart__tab tr td.on_border-right {
  border-right: 1px solid #ccc;
}
.cart__tab tr th.on_border-left,
.cart__tab tr td.on_border-left {
  border-left: 1px solid #ccc;
}
.cart__tab tr th.no_pd-bottom,
.cart__tab tr td.no_pd-bottom {
  padding-bottom: 0;
}

.cart__tab tr th:last-of-type,
.cart__tab tr td:last-of-type {
  border-right: 1px solid #ccc;
}
.cart__tab tr:nth-of-type(1) th {
  padding: 5px 15px;
}
.cart__tab tr:nth-of-type(1) th:nth-of-type(2) {
  border-left: solid 1px #ccc;
}

.cart__tab tr:not([class]) + tr.cart__tab__colitem th {
  padding-bottom: 5px;
}
.cart__tab__rowitem {
  width: 216px!important;
  font-size: 1.125rem;
  font-weight: bold;
  border-right: solid 1px #ccc;
}
.cart__tab__rowitem i {
  color: #c1392e;
  padding: 0 5px;
}
.cart__tab__rowitem .details__commission {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  text-indent: -0.5em;
  padding-top: 6px;
}

.cart__tab__rowitem span {
  display: block;
  padding: 0;
  font-weight: normal;
  font-size: 0.75rem;
  color: #666;
}
.history__opration__tour {
  position: relative;
}
.cart__input {
  background: #fff;
  color: #333;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 100%;
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
  word-break: break-all;
}
.cart__input.align--left {
  text-align: left;
}
.cart__input:before {
	content: "0";
	font-size: 0;
}
.cart__file__preview {
  max-width: 300px;
}
.cart__file__controller {
  display: flex;
  padding: 20px 0;
}
.cart__file_label {
  display: block;
  width: 140px;
  height: 40px;
  font-size: 1em;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  cursor: pointer;
}
.cart__file_label.is_hidden {
  display: none;
}
.cart__file_label .fa {
  margin-right: 4px;
}
.cart__file_label.upload {
  color: #00552e;
  border-color: #00552e;
}
.cart__file_label.upload:hover {
  color: #fff;
  background: #00552e;
}
.cart__file_label.upload .fa {
  transform: translateY(-2px);
}
.cart__file_label.delete {
  color: #c1392e;
  border-color: #c1392e;
  margin-left: 1em;
}
.cart__file_label.delete:hover {
  color: #fff;
  background: #c1392e;
}
.cart__file_label.delete .fa {
  transform: translateY(-2px);
}
.cart__file_label_txt {
  cursor: pointer;
}
.cart__file_btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}


.cart__input input,
.history__opration__tour_selected,
.history__opration__tour_select_wrap input[type = "text"] {
  height: 45px;
  line-height: 45px;
  text-align: right;
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  padding: 10px;
  position: absolute;
  left: 0;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.history__opration__tour_select_wrap input[type = "text"] {
  position: static;
  text-align: left;
}
.history__opration__tour_selected {
  display: flex;
  position: static;
  align-items: center;
  text-align: left;
  line-height: 40px;
  justify-content: space-between;
  cursor: pointer;
}
.history__opration__tour_select_wrap {
  display: none;
  position: absolute;
  top: 55px;
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  z-index: 4;
}
.history__opration__tour_select_input {
  padding: 10px;
}
.history__opration__tour_select_list {
  height: 180px;
  overflow: scroll;
}
.history__opration__tour_select_list li {
  padding: 4px 10px;
  cursor: pointer;
}
.history__opration__tour_noresult {
  display: none;
}
.history__opration__tour_select_list li:hover {
  background: #ddd;
}
.history__opration__tour_select_list li.selected {
  background: #c22047;
  color: #fff;
}
.history__opration__cld.history__status_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
}
.history__status_checkbox label {
  display: block;
  white-space: nowrap;
  margin-right: 10px;
  padding-top: 6px;
  cursor: pointer;
}
.history__status_checkbox input[type="checkbox"] {
  transform: translate(0, -3px) scale(1.5);
  margin-right: 8px;

}
.cart__tab__flex .cart__input {
	background: transparent;
}
.cart__tab__flex input {
	width: 85%;
	box-sizing: border-box;
}
.cart__input input:focus,
.history__opration__tour_select_input input:focus {
  background: #eff;
  border-radius: 5px;
}
.cart__tab__column02 {
  display: flex;
}
.tab--traveler .cart__tab__column02 .mid--input {
  width: 30%;
}
.tab--traveler .cart__tab__column02 .wid--input {
  width: 66%;
  margin-left: auto;
}
.cart__select {
  background: #fff;
  color: #333;
  height: 45px;
  line-height: 45px;
  text-align: right;
  display: block;
  width: 95%;
  position: relative;
  border-radius: 5px;
}
.cart__select:after {
  font-family: "FontAwesome";
  content: "\f13a";
  position: relative;
  right: -20px;
  color: #ddd;
}
.block--25 .cart__select {
  text-align: left;
  width: 100%;
}
.block--25 .cart__select:after {
  display: none;
}
.cart__select select {
  height: 45px;
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  position: absolute;
  left: 0;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.cart__select select:focus {
  background: #eff;
  border-radius: 5px;
}
.cart__select .select2-container--default .select2-selection--single {
  width: 100%;
  height: 45px;
  font-size: 1rem;
  border-color: #ccc;
  text-align: left;
  transform: translate(0, -1px);
}
.cart__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  padding: 10px;
  line-height: 22px;
}
.select2-results__options li:empty {
  display: none;
}
.select2-results__options li {
  white-space: nowrap;
}
.select2-dropdown {
  width: auto!important;
  border-color: #ccc;
}
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cart__select .select2-selection__arrow {
  display: none;
}
.cart__select__check {
  width: 100%;
  padding-left: 30px;
  position: relative;
}

.cart__select__check em {
  font-size: 1.625rem;
  padding-right: 10px;
}

.cart__select__check.check--complete:before {
  font-family: "FontAwesome";
  content: "\f058";
  position: absolute;
  left: 0;
  color: #999;
  font-size: 1.25rem;
}

.cart__select__check.check--alert {
  color: #c1392e;
}

.cart__select__check.check--alert:before {
  font-family: "FontAwesome";
  content: "\f071";
  position: absolute;
  left: 0;
  color: #c1392e;
  font-size: 1.25rem;
}

.cart__select.disabled {
  pointer-events: none;
  opacity: .4;
}

.cart__label {
  font-size: 0.8125rem;
  margin: 0 0 2px;
}

.cart__label.disabled {
  opacity: .4;
}

.cart__textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  word-break: break-all;
}

.cart__textarea textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.4em;
  color: #333;
  resize: none;
}
.cart__textarea.basicinfo textarea {
  min-height: 8.4em;
}
.cart__tab td .cart__checkbox label,
.cart__tab td .cart__radio label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 14px;
  padding: 4px 0;
}
.cart__tab td .cart__radio label img {
  display: inline-block;
  max-width: 44px;
  margin-right: 6px;
  transform: translate(0, -2px);
}
.cart__tab td .cart__checkbox [type = "checkbox"] {
  margin-right: 10px;
  margin-top: -2px;
}
.cart__tab td .cart__radio [type = "radio"] {
  margin-right: 10px;
  margin-top: -4px;
}
.cart__line__delete {
  border-left: solid 1px #ccc;
  width: 60px;
}

.cart__line__delete button {
  font-size: 1.75rem;
  text-align: center;
  display: block;
  width: 100%;
  color: #c22047;
}

.cart__tab.tab--teleko tr:nth-child(odd) {
  background: #f7f7f7;
}

.cart__tab.tab--teleko tr:nth-child(even) {
  background: #fff;
}

.cart__tab.tab--teleko tr:nth-of-type(1) th,
.cart__tab.tab--teleko tr:nth-of-type(1) td {
  padding: 15px;
}

.cart__tab td input[type="radio"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.cart__tab td input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.cart__tab__inner {
  width: 100%;
}

.cart__tab__check {
  display: inline-block;
  margin-right: 20px;
}

.cart__tab__check em {
  margin-left: 8px;
}
.cart__tab__spitem {
  font-size: 0.8125rem;
  font-weight: bold;
  display: none;
}

.cart__tab__spitem i {
  color: #c1392e;
  margin-left: 5px;
  font-size: 1rem;
}


/*Room Only*/

.tab--room .cart__tab__rowitem {
  padding-right: 30px;
}

.tab--room .cart__tab__rowitem .cart__select {
  font-size: 0.875rem;
}

.tab--room td {
  vertical-align: bottom;
}

.tab--room td:nth-of-type(4),
.tab--room td:nth-of-type(5) {
  vertical-align: middle;
}

.tab--room .cart__tab__colitem th:nth-of-type(2),
.tab--room .cart__tab__colitem th:nth-of-type(3),
.tab--room .cart__tab__colitem th:nth-of-type(4) {
  width: 15%;
}


/*Total*/

.cart__total {
  width: 100%;
  display: table;
}

.cart__total.clm--two .cart__total__clm {
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
}

.cart__total.clm--one .cart__total__clm {
  width: 100%;
  display: block;
}

.border--topline {
  border-top: solid 1px #ccc;
  padding-top: 40px;
}

/*Amount*/

.cart__amount {
  width: 100%;
  text-align: right;
}

.cart__amount__item {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.cart__amount__rate {
  width: 100%;
  padding-left: 10px;
}

.cart__amount__rate dt {
  display: inline-block;
  font-size: 0.875rem;
  border: solid 1px #ccc;
  padding: 2px 5px;
  background: #fff;
}

.cart__amount__rate dd {
  display: inline-block;
  margin-left: 20px;
  font-size: 2.75rem;
  font-weight: bold;
  line-height: 1.4em;
}

.cart__reference__price {
  color: #999;
}

.cart__reference__price dt {
  display: inline-block;
}

.cart__reference__price dd {
  display: inline-block;
  padding-left: 10px;
}


/*Count*/

.cart__count__data {
  font-size: 0;
  margin-top: 15px;
}

.cart__count__data dt,
.cart__count__data dd {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1em;
}
.cart__count__data dt {
  margin-right: 10px;
}


/*Operation*/

.cart__operation {
  width: 100%;
}

.cart__operation.clm--one .cart__operation__clm {
  width: 100%;
  float: none;
}

.cart__operation.clm--two .cart__operation__clm {
  width: 50%;
  float: left;
}

.cart__operation__submit {
  width: 280px;
  border-radius: 40px;
  float: right;
}
.complete__container .cart__operation__submit {
  float: none;
}
.cart__operation__submit.search--btn--next {
  background: #4f9b68;
}

.cart__operation__submit.search--btn--prev {
  background: #e57373;
  margin-right: 20px;
}

.cart__operation__submit button {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  position: relative;
}

.cart__operation__note a {
  color: #c22047;
  text-decoration: underline;
}


/*Error*/

.error__message {
  margin: 0 auto 40px;
}

.error__field {
  background: #ffe5e5!important;
}


/*Mealoption Only*/

.tab--mealoption .cart__tab__inner {
  display: block;
}

.tab--mealoption .cart__tab__block {
  display: inline-block;
  padding: 0!important;
  width: 172px;
  margin-bottom: 16px;
  vertical-align: baseline;
}

.tab--mealoption .cart__select {
  width: 84%;
}

.tab--mealoption .cart__tab__block p {
  padding-right: 10px;
}


/*========
Tour List
=====================*/

.tour__list {
  width: 100%;
}

.tour__wrap {
  padding: 20px;
  margin-bottom: 20px;
}

.tour__wrap:last-child {
  margin-bottom: 0;
}

.tour__wrap:nth-child(odd) {
  background: #f7f7f7;
}

.tour__wrap h2 {
  font-size: 1.75rem;
  line-height: 1.3em;
  color: #c22047;
  margin-bottom: 25px;
}

.tour__info {
  width: 100%;
  display: table;
}

.tour__info__note {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}

.tour__info__price {
  display: table-cell;
  vertical-align: top;
  width: 310px;
  padding-left: 20px;
  border-left: solid 1px #ccc;
}

.tour__info__location {
  width: 33.33333333%;
  float: left;
  position: relative;
  height: auto;
}

.tour__info__location:before {
  display: block;
  content: "";
  padding-top: 70%;
}

.tour__info__location img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tour__info__data {
  width: 66.6666667%;
  float: left;
  padding-left: 4.395604395%;
}

.tour__info__data dl {
  display: table;
  width: 100%;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.tour__info__data dl dt {
  display: table-cell;
  width: 30.07581227%;
  font-weight: bold;
  vertical-align: top;
}

.tour__info__data dl dd {
  display: table-cell;
  width: 69.9241878%;
  padding-left: 10px;
  vertical-align: top;
}

.tour__info__data p {
  margin-top: 20px;
}

.tour__info__links {
  width: 100%;
  text-align: right;
  margin-top: 40px;
}

.tour__info__links li {
  margin-bottom: 5px;
}

.tour__info__links li a {
  padding-right: 18px;
  position: relative;
}

.links--arrow a:after {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  right: 0;
  font-size: 0.8125rem;
  color: #999;
}

.links--delete a:after {
  font-family: "FontAwesome";
  content: "\f00d";
  position: absolute;
  right: 0;
  font-size: 0.8125rem;
  color: #999;
}
.tour__info__links a.button-edit,
.tour__info__links a.button-cancel {
	display: inline-block;
	width: 38%;
	padding: 10px 32px 10px 18px;
	background: #999;
	border-radius: 3px;
	text-align: left;
	color: #fff;
	line-height: 1;
}
.tour__info__links a.button-edit:after,
.tour__info__links a.button-cancel:after {
	top: 50%;
	right: 9px;
	color: #fff;
	transform: translateY(-50%);
}
.tour__info__links a.button-edit {
	background: #f39d00;
}
.tour__info__links a.button-cancel {
	background: #c22047;
}
/*========
Reservation Information
=====================*/

.rsv__clm {
  width: 100%;
}
.rsv__clm__data {
  width: 75.78125%;
  float: left;
  padding-right: 10px;
}
.reservation-information-02 .rsv__clm__data,
.reservation-confirmation .rsv__clm__data,
.edit-profile .rsv__clm__data {
  width: 100%;
  float: none;
  padding-right: 0;
}

.rsv__clm__chips {
  width: 24.21875%;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}
.rsv__clm__chips.w100 {
  float: none;
  width: 100%;
}
.rsv__clm__chips p {
  font-size: 0.875rem;
  color: #c22047;
  line-height: 1.4;
}

.rsv__clm__chips p a {
  color: #c1392e;
  text-decoration: underline;
  position: relative;
}
.rsv__clm__chips.bottom {
  display: none;
}
.rsv__clm__chips.always-display {
  display: block;
  padding-left: 22.2455%;
}

.rsv__clm__chips.after {
  width: 100%;
  float: none;
  padding: 4px 0 0 0;
}
.cart__tab__block {
  display: table-cell;
}
.cart__tab__flex {
  display: flex;
}
.tab--traveler--hotel .cart__tab__flex .cart__tab__block {
	width: 259px;
}
.tab--traveler--hotel .cart__tab__flex .cart__tab__block.small {
  width: 100px;
}
.cart__tab__block p {
  font-size: 0.8125rem;
  line-height: 1.2em;
  margin-bottom: 4px;
}
.cart__tab__block:nth-of-type(1) {
  padding-right: 5px;
}
.cart__tab__flex .cart__tab__block:nth-of-type(1) {
	padding-right: 0;
	margin-right: 15px;
}
.cart__tab__flex .cart__tab__block:nth-of-type(2) {
	padding-left: 0;
}

.cart__policy {
  width: 100%;
  background: #ffe5e5;
  padding: 15px;
}

.cart__policy__item {
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.reservation-information-02 .cart__box__wrap,
.reservation-confirmation .cart__box__wrap {
  width: 75.78125%;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.reservation-confirmation .cart__box__wrap {
  border-bottom: none;
}
.cart__box__wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.traveler__valuecopy {
  width: 400px;
  height: 50px;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 40px;
}

.traveler__valuecopy__btn {
  width: 100%;
  display: block;
  padding: 12px;
  border: solid 1px #c22047;
  color: #c22047;
  border-radius: 4px;
  font-size: 1.25rem;
  border-radius: 40px;
  margin-bottom: 20px;
}

.traveler__valuecopy__btn:before {
  border-radius: 40px;
}

.traveler__valuecopy__btn i {
  margin-left: 8px;
}

.required {
  color: #c1392e;
  font-size: 1.5rem;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

.cart__msg {
  width: 100%;
}


/*Traveler Only*/

.cart__tab.tab--traveler td {
  position: relative;
}

.tab--traveler input,
.tab--customer input {
  text-align: left;
}

.tab--traveler .wid--input {
  width: 30%;
}
.tab--traveler .mid--input {
  width: 18%;
}
.tab--traveler .small--input {
  width: 12%;
}
@media (max-width:1260px) {
  .tab--traveler .wid--input {
    width: 26%;
  }
  .tab--traveler .mid--input {
    width: 22%;
  }
}
/*Customer Only*/

.tab--customer .cart__tab__inner {
  display: table;
  width: 100%;
}

.tab--customer .block--50 .cart__tab__block {
  width: 50%;
}

.tab--customer .block--70--30 .cart__tab__block:nth-of-type(1) {
  width: 30%;
}

.tab--customer .block--70--30 .cart__tab__block:nth-of-type(2) {
  width: 70%;
}


/*Traveler Option Only*/

.cart__tab.tab--traveler--op tr:nth-of-type(1) td {
  padding: 15px;
}

.tab--traveler--op .cart__select {
  width: 98%;
}

.tab--traveler--op input {
  text-align: left;
}


/*Traveler Flight Only*/

.cart__tab.tab--traveler--flight tr:nth-of-type(1) th,
.cart__tab.tab--traveler--flight tr:nth-of-type(1) td {
  padding: 15px;
}

.tab--traveler--flight .ui-datepicker-trigger,
.tab--traveler--flight .datepicker-icon {
  color: #999;
  font-size: 1.25rem;
  bottom: 0;
  padding-right: 0;
}
.tab--traveler--hotel .ui-datepicker-trigger,
.tab--traveler--hotel .datepicker-icon {
  color: #999;
  font-size: 1.25rem;
  padding-right: 0;
}

.tab--traveler--flight .clockpicker {
  position: relative;
  z-index: 3;
}

.tab--traveler--flight .glyphicon:after {
  position: absolute;
  bottom: 0;
  right: -12px;
  z-index: 2;
  font-family: "FontAwesome";
  font-size: 1.5rem;
  content: "\f017";
  padding: 10px;
  text-align: right;
  color: #999;
}

.tab--traveler--flight .cart__tab__inner {
  display: table;
  width: 100%;
}

.tab--traveler--flight .block--33 .cart__tab__block {
  width: 33.33333333%;
  display: table-cell;
}
.tab--traveler--flight .block--25 {
  display: flex;
  flex-wrap: wrap;
}
.tab--traveler--flight .block--25 .cart__tab__block {
  width: 25%;
}
.tab--traveler--flight .cart__tab__block {
  padding-right: 10px;
  position: relative;
}
.tab--traveler--flight .search__cld {
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 80%;
  position: static;
}

.tab--traveler--flight .search__cld input {
  outline: none;
  width: 100%;
  border: none;
}

.tab--traveler--flight input,
.tab--traveler--hotel input {
  text-align: left;
  background: #fff;
}

/*Traveler Hotel Only*/

.tab--traveler--hotel .cart__tab__block {
  width: 100%;
  display: block;
}

.cart__tab.tab--traveler--hotel tr:nth-of-type(1) th,
.cart__tab.tab--traveler--hotel tr:nth-of-type(1) td {
  padding: 15px;
}


/*Confirm Only*/

.cart--confirm .cart__box__title {
  margin-bottom: 20px;
}

.cart--confirm .rsv__clm__data {
  width: 100%;
  padding-right: 0;
  float: none;
}

.cart--confirm .cart__input,
.cart--confirm .cart__select,
.cart--confirm .cart__textarea,
.cart--confirm .search__cld,
.cart--confirm .tab--traveler--flight .search__cld {
  text-align: left;
  /* border: solid 1px #ccc; */
  padding: 10px 0;
  border-radius: 5px;
  height: auto;
  line-height: 2;
  min-height: 47px;
  width: 100%!important;
  background: transparent;
}
.cart--confirm .cart__textarea {
  line-height: 1.6;
  border: none;
}
.disabled th,
.disabled td {
  opacity: .6;
}
.disabled .cart__input,
.disabled .cart__select,
.disabled .cart__textarea,
.disabled .search__cld {
  background: transparent;
}
table.cart--confirm .cart__input,
table.cart--confirm .cart__select {
  padding-bottom: 0;
}
.cart--confirm .cart__select:after,
.cart--confirm .cart__tab__rowitem i,
.cart--confirm .cart__tab.tab--traveler td i {
  display: none;
}

.cart--confirm .tab--traveler--op .cart__select {
  width: 100%;
}

.cart--confirm .cart__operation__note {
  margin-bottom: 30px;
}


/*Edit Only*/

.cart--edit .rsv__clm__data {
  width: 100%;
  padding-right: 0;
  float: none;
}

.cart--edit .tab--traveler--flight .search__cld {
  width: 84%;
}


/*========
Reservation Information [ Edit ]
=====================*/

.tour__download {
  width: 100%;
  display: table;
  margin-top: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.tour__download h3,
.tour__download ul {
  display: table-cell;
}

.tour__download h3 {
  width: 120px;
  border-right: solid 1px #ccc;
  padding: 15px 0;
  text-align: center;
  background: #f0f0f0;
}

.tour__download ul {
  padding: 5px 10px;
}

.tour__download ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
}

.tour__download a {
  display: block;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 6px;
  background: #fff;
  word-break: break-all;
}

.tour__download a:before {
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #c22047;
}

.tour__download a[href $= ".xls"]:before,
.tour__download a[href $= ".xlsx"]:before {
  content: "\f1c3";
}

.tour__download a[href $= ".doc"]:before,
.tour__download a[href $= ".docx"]:before {
  content: "\f1c2";
}

.tour__download a[href $= ".pdf"]:before {
  content: "\f1c1";
}

.tour__download a[href $= ".zip"]:before,
.tour__download a[href $= ".lzh"]:before,
.tour__download a[href $= ".cab"]:before,
.tour__download a[href $= ".tar"]:before {
  content: "\f1c6";
}

.edit__operation,
.edit__vouncher {
  width: 400px;
  height: 51px;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 40px;
}
.edit__vouncher {
  margin-bottom: 0;
}
.edit__operation__btn {
  width: 100%;
  display: block;
  padding: 12px;
  border: solid 1px #00552e;
  color: #00552e;
  border-radius: 4px;
  font-size: 1.25rem;
  border-radius: 40px;
  margin-bottom: 20px;
}
.edit__operation__btn:before {
  border-radius: 40px;
}

.edit__operation__btn i {
  margin-left: 8px;
}
.edit__vouncher__btn {
  width: 100%;
  display: flex;
  padding: 12px;
  border: solid 1px #c22146;
  color: #c22146;
  border-radius: 4px;
  font-size: 1.25rem;
  border-radius: 40px;
}

.edit__vouncher__btn i {
  margin-right: 4px;
  transform: translateY(1px);
}


/*========
Complete
=====================*/

.complete__container {
  width: 100%;
}

.complete__thanks {
  width: 100%;
}

.complete__thanks__strong {
  font-size: 1.875rem;
  line-height: 1.3em;
  margin-bottom: 40px;
  color: #444;
}

.complete__thanks__strong span {
  margin-right: 10px;
}

.complete__container .cart__box {
  margin-bottom: 40px;
}

.complete__container .cart__box__title {
  margin-bottom: 20px;
}

.complete__supplement {
  margin-bottom: 20px;
}

.complete__data {
  width: 100%;
  background: #f7f7f7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.complete__data em {
  font-weight: bold;
  width: 11.71875%;
  display: block;
}

.complete__data a,
.complete__data span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #c22047;
  width: 88.28125%;
}

.complete__operation {
  width: 400px;
  height: 51px;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 40px;
}

.complete__operation__btn {
  width: 100%;
  display: block;
  padding: 12px;
  border: solid 1px #c22047;
  color: #c22047;
  border-radius: 4px;
  font-size: 1.25rem;
  border-radius: 40px;
  margin-bottom: 20px;
}

.complete__operation__btn:before {
  border-radius: 40px;
}

.complete__operation__btn i {
  margin-left: 8px;
}


/*========
Beginner's Guide
=====================*/

.guide__container {
  width: 100%;
}

.guide__container .cart__box {
  margin-bottom: 40px;
}

.guide__container .cart__box__title {
  margin-bottom: 20px;
}

.guide__operation {
  width: 400px;
  height: 51px;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 40px;
}

a.guide__operation__btn {
  width: 100%;
  display: block;
  padding: 12px;
  border: solid 1px #c22047;
  color: #c22047;
  border-radius: 4px;
  font-size: 1.25rem;
  border-radius: 40px;
  margin-bottom: 20px;
}

.guide__operation__btn:before {
  border-radius: 40px;
}

.guide__operation__btn i {
  margin-right: 8px;
}

.guide__step {
  width: 100%;
  margin-bottom: 30px;
}

.guide__step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.guide__step li:nth-child(even) {
  background: #f1f1f1;
}

.guide__step li em {
  padding: 15px;
  color: #333;
  width: 150px;
  font-weight: bold;
  font-size: 1.125rem;
}

.guide__step li em:before {
  font-family: "FontAwesome";
  content: "\f107";
  margin-right: 16px;
}

.guide__step li:last-child em:before {
  font-family: "FontAwesome";
  content: "\f11e";
  margin-right: 10px;
}

.guide__step li span {
  padding: 15px;
}


/*========
Login
=====================*/

.login__wrap {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 40px 0;
}

.login__wrap h1 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
}

.login__wrap h2 {
  font-size: 2rem;
  line-height: 1em;
  color: #c22047;
  text-align: center;
  margin-bottom: 40px;
}

.login__wrap h2 span {
  display: inline-block;
  padding: 0 5px;
}

.login__wrap .cart__operation__submit {
  float: none;
  margin: 0 auto;
}

.login__wrap .cart__operation__submit.search--btn--next {
  margin: 0 auto;
}

.login__wrap .login__box {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 40px;
  text-align: center;
}

.login__wrap .login__box__note {
  margin-bottom: 20px;
}

.login__wrap .login__input {
  margin-bottom: 20px;
}

.login__wrap .login__input dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.login__wrap .login__input input {
  text-align: center;
}

.login__wrap .login__registration {
  max-width: 450px;
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: solid 1px #ccc;
}

.login__registration__btn {
  width: 280px;
  height: 51px;
  text-align: center;
  margin: 0 auto;
  border-radius: 40px;
}

a.login__registration__link {
  width: 100%;
  display: block;
  padding: 12px;
  border: solid 1px #c22047;
  color: #c22047;
  border-radius: 4px;
  font-size: 1.25rem;
  border-radius: 40px;
}

.login__registration__link:before {
  border-radius: 40px;
}


/*========
My page Olny
=====================*/


/*Table*/

.reservation__history {
  width: 100%;
  position: relative;
}

.history__tab {
  width: 100%;
}

.history__tab th,
.history__tab td {
  padding: 15px;
  border: solid 1px #ccc;
  font-size: 0.875rem;
}

.history__tab__item th {
  background: #8eaac7;
  color: #fff;
  line-height: 1.3em;
}

.history__tab__item th:nth-of-type(1) {
  width: 12.421875%;
}

.history__tab__item th:nth-of-type(2) {
  width: 46.65625%;
}

.history__tab__item th:nth-of-type(3) {
  width: 20.28125%;
}

.history__tab__item th:nth-of-type(4) {
  width: 10.15625%;
}

.history__tab .edit__operation {
  width: 140px;
  margin: 0;
}

.history__tab .edit__operation__btn {
  margin: 0;
}

.history__tab__spitem {
  font-size: 1rem;
  font-weight: bold;
  display: none;
  color: #8eaac7;
  margin-bottom: 5px;
}


/*可変後表示*/

.history--tab--line:nth-of-type(odd) {
  background: #f7f7f7;
}

.history__tab__time {
  text-align: center;
}

.history__tab__time dt {
  font-weight: bold;
  font-size: 1.125rem;
}

.history__tab__price {
  text-align: right;
  margin-bottom: 5px;
}

.history__tab__price dt {
  font-size: 0.625rem;
  line-height: 1.4em;
}

.history__tab__price dd {
  font-weight: bold;
  font-size: 1.125rem;
}

.history__tab__list em {
  font-weight: bold;
}

.history__tab__list em,
.history__tab__list span {
  display: inline-block;
}

.history__tab__list em:after {
  content: ":";
  margin-right: 10px;
}

.history__tab__list a {
  display: block;
  padding: 5px;
  border-bottom: dotted 1px #aaa;
}

.history__tab__tour {
  display: table;
}

.history__tab__status {
  display: table-cell;
  width: 100px;
  text-align: center;
}

.history__tab__status i {
  line-height: 1.4;
  display: block;
}

.status--normal {
  display: block;
  background: #262680;
  color: #fff;
  padding: 0.3125rem;
}
.status--requested {
  display: block;
  background: #f7cd00;
  color: #fff;
  padding: 0.3125rem;
}
.status--cancel {
  display: block;
  background: #c44;
  color: #fff;
  padding: 0.3125rem;
}

.history__tab__data {
  display: table-cell;
  padding-left: 20px;
}

.history__tab__list li:last-child a {
  border: none;
}

.history__tab__list .mail--break {
  word-break: break-all;
}

.history__tab__list .mail--break a {
  padding: 0;
}

.history__tab__list .tour--day {
  display: block;
  font-weight: bold;
  font-size: 0.9375rem;
}

.history__tab__list .tour--name {
  display: inline-block;
  padding-right: 10px;
}

.history__tab__list .tour--code {
  color: #c22047;
  display: inline-block;
}


/*Switch*/

.history__opration__switch {
  position: absolute;
  top: -64px;
  right: -5px;
}

.history__opration__switch span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
  background: #8eaac7;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
}


/*Title*/

.history__title {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}

.history__title h3 {
  width: auto;
  font-size: 1.5rem;
  float: left;
  padding-top: 5px;
  padding-right: 20px;
}

.history__title p {
  width: auto;
  font-size: 1rem;
  float: left;
  padding-top: 5px;
}

.history__title button {
  width: 170px;
  border: solid 1px #8eaac7;
  color: #8eaac7;
  padding: 10px;
  float: right;
  border-radius: 20px;
  font-weight: bold;
}


/*Operation*/

.history__opration {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}

.history__opration__clm {
  width: 50%;
}

.history__opration__clm:first-child {
  padding-right: 10px;
}

.history__opration__clm:last-child {
  padding-left: 10px;
}

.history__opration__item {
  font-size: 1.125rem;
  margin-bottom: 4px;
}

.history__opration__cld {
  width: 100%;
  display: table;
}

.history__opration__cld > div {
  display: table-cell;
  vertical-align: top;
}
.history__opration__cld > div.cld--between {
  vertical-align: middle;
}

.history__opration__cld .cld--half {
  width: 45%;
}

.history__opration__cld .cld--between {
  width: 10%;
  text-align: center;
}

.history__opration__cld .search__cld input {
  width: 80%;
  border: solid 1px #ccc;
}

.history__opration__cld .ui-datepicker-trigger {
  color: #333;
}

.history__opration__keyword .keyword--half {
  width: 100%;
}

.history__opration__keyword .keyword--half:first-child {
  margin-bottom: 16px;
}
.history__opration__keyword .keyword--half + .keyword--half {
  margin-top: 28px;

}
.history__opration__keyword .cart__input input {
  text-align: left;
}

.history__opration__keyword .cart__operation__submit {
  width: 50%;
  float: none;
  margin: 0 auto;
}

.history__opration__keyword .cart__operation__submit span {
  margin-right: 10px;
}

.history__opration__block + .history__opration__block {
  margin-top: 16px;
}


/*Bookmark*/

.pickup__tile {
  position: relative;
}

.pickup__tile a {
  padding-bottom: 50px;
}

.pickup__tile__delete {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.pickup__tile__delete button {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #999;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.pickup__tile__delete button i {
  margin-top: -2px;
  margin-left: 5px;
  font-size: 1.25rem;
}


/*========
Canceled
=====================*/

.tour--canceled {
  -webkit-filter: grayscale(100%) opacity(50%);
  -moz-filter: grayscale(100%) opacity(50%);
  -o-filter: grayscale(100%) opacity(50%);
  -ms-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
}

.tour__wrap.tour--canceled {
  margin-bottom: 20px;
}


/*========
Cancel from mypage [Modal]
=====================*/

.cancel__wrap {
  color: #fff;
}

.cancel__wrap .search--btn--cancel {
  display: block;
}

.cancel__wrap .search__btn__clm {
  float: left;
  width: 48.5%;
}

.cancel__wrap .search__btn button {
  margin: 0;
}

.cancel__wrap .search--btn--cancel {
  display: block;
  margin-left: 0;
  margin-right: 1.5%;
}

.cancel__wrap .search--btn--submit {
  margin-left: 1.5%;
  margin-right: 0;
}

.cancel__item {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 20px;
}

.cancel__list {
  width: 100%;
  margin-bottom: 1.25rem;
}

.cancel__list__data {
  width: 100%;
  display: table;
  border: solid 1px #555;
  margin-top: -1px;
}

.cancel__list__data dt {
  display: table-cell;
  padding: 10px;
  width: calc(100% - 160px);
  text-align: left;
  background: #fff;
  color: #333;
}

.cancel__list__data dd {
  display: table-cell;
  padding: 10px;
  width: 160px;
  text-align: center;
  background: #fff;
  border-left: solid 1px #555;
  color: #333;
}

.cancel__fee {
  width: 100%;
  margin-bottom: 30px;
  background: #c1392e;
  padding: 20px;
}

.cancel__fee__item {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cancel__fee__rate strong {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 4px;
  display: inline-block;
}

.cancel__fee__rate small {
  margin: 0 4px;
  display: inline-block;
}

.rq__message {
  border-bottom: 0;
  padding-bottom: 0.9375rem;
}


/*=======
Responsive
=====================*/


/*(MIN)---------------------------*/

@media (min-width:1280px) {
  .cart--edit .tab--traveler--flight .glyphicon:after {
    right: 10px;
  }
}
@media (min-width:1025px) {
  html.remodal-is-locked .header__wrap {
    padding-right: 0;
  }
  .global__nav {
    padding-left: 310px;
  }
  .header__callbk {
    width: 110px;
  }
  .cart__title {
    padding: 0;
  }
  .tab--traveler--flight .ui-datepicker-trigger {
    width: 92%;
    bottom: 5px;
  }
  .tour__download a:hover {
    background: #c22047;
    color: #fff;
    border: solid 1px #c22047;
  }
  .tour__download a:hover:before {
    color: #fff;
  }
  .search__cld input {
    border: none;
  }
  .search__cld.on_bd input {
    border: 1px solid #ccc;
  }
  /*My page*/
  .history__tab__list a:hover {
    background: #c22047;
    color: #fff;
  }
  .history__tab__list .mail--break a:hover {
    background: transparent;
    color: #c22047;
  }
  .history__title button:hover {
    background: #8eaac7;
    color: #fff;
  }
  .history__opration__wrap {
    display: block!important;
  }
  .history__opration__switch {
    display: none;
  }
  .pickup__tile__delete button:hover {
    background: #c22047;
  }
  .history__tab__list a:hover .tour--code {
    color: #fff;
  }
  .history__tab__list a:hover .status--cancel {
    background: #fff;
    color: #c44;
  }
  .history__tab__list a:hover .status--normal {
    background: #fff;
    color: #262680;
  }
  /*Cancel from mypage [Modal]*/
  [data-remodal-id ="day-modal-cancel"] {
    max-width: 768px!important;
  }
  .cancel__wrap {
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 40px;
  }
}

@media (min-width:901px) {
  .tab--traveler--flight .ui-datepicker-trigger {
    width: 91.5%;
    bottom: 5px;
  }
  .tab--traveler--flight .datepicker-icon {
    width: 94%;
  }
  .tab--traveler--flight .glyphicon:after {
    right: 4px;
    bottom: 1px;
  }
}

@media (min-width:769px) {
  .cart__operation__submit button {
    font-size: 1.375rem;
  }
  .cart--confirm .tab--mealoption .cart__tab__block {
    margin-right: 10px;
  }
}


/*(MAX)---------------------------*/
@media (max-width:1280px) {
  .press__container {
    padding: 0 20px;
  }
  .complete__data {
    display: block;
  }
  .complete__data em,
	.complete__data a,
	.complete__data span {
    display: block;
    width: 100%;
  }
  .tab--customer .block--70--30 .cart__tab__block:nth-of-type(1) {
    width: 50%;
  }
  .tab--customer .block--70--30 .cart__tab__block:nth-of-type(2) {
    width: 50%;
  }
}
@media (max-width:1260px) {
  .tour__amount__price_table .total dd {
    font-size: 1.6rem;
  }
}
@media (max-width:1125px) {
  .tab--traveler--flight .block--25 .cart__tab__block {
    width: 50%;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(1) {
    order: 1;
    margin-bottom: 10px;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(2) {
    order: 3;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(3) {
    order: 4;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(4) {
    order: 2;
    margin-bottom: 10px;
  }
}
@media (max-width:1024px) {
  .header__callbk {
    width: 165px;
  }
  .agent__login {
    padding: 0 170px 0 180px;
  }
  .cart__title.mb--50 {
    margin-bottom: 25px;
  }
  .cart__title__main {
    font-size: 2.125rem;
  }
  .edit__profile_btn {
    display: inline-block;
    float: none;
  }
  .navi--sp {
    display: inline-block;
  }
  .navi--pc {
    display: none;
  }
  .cart__tab__rowitem {
    width: 140px!important;
  }

  /*My page*/
  .history__opration__wrap {
    display: none;
  }
  .history__opration__cld .cld--between {
    width: 5%;
  }
  .history__opration__cld .cld--half {
    width: 47.5%;
  }
  /*Cancel from mypage [Modal]*/
  .cancel__wrap {
    padding: 15px;
  }
  .cart__tab__rowitem .details__commission {
    font-size: 10px;
  }
}

@media (max-width:900px) {
  .tour__info__location {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .tour__info__data {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .tour__info__data dl dt,
	.tour__info__data dl dd {
    width: auto;
    display: inline-block;
    padding-left: 0;
  }
  .tour__info__data dl dt {
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .tour__info__price {
    width: 250px;
  }
  .tab--traveler--flight .search__cld,
  .block--25 .cart__input,
  .block--25 .cart__select {
    width: 92%;
  }
  .tab--traveler--flight .block--33 .cart__tab__block {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .tab--traveler--flight .cart__tab__block {
    padding: 0;
  }
  .tab--traveler--flight .cart__tab__block p,
	.tab--traveler--hotel .cart__tab__block p {
    font-weight: bold;
  }
  .cart--edit .tab--traveler--flight .search__cld {
    width: 94%;
  }
  /*My page*/
  .history__opration__cld .search__cld input {
    width: 75%;
  }
  .history__tab__item {
    display: none;
  }
  .history__tab__spitem {
    display: block;
  }
  .history__tab td {
    display: block!important;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
    text-align: center;
  }
  .history__tab td:last-child {
    border: none;
    background: #fff;
    margin-top: 0;
    padding: 10px 0 40px;
  }
  .history__tab__price {
    text-align: center;
  }
  .history__tab .edit__operation {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .pager__wrap {
    margin: 0 auto 40px;
  }
  .history__tab__list a {
    padding: 15px;
  }
  .pickup__wrap {
    margin-bottom: 25px;
  }
  .history__tab__tour {
    display: block;
  }
  .history__tab__status {
    display: block;
    width: 100%;
  }
  .history__tab__status i {
    display: block;
    margin: 0 auto 10px;
  }
  .history__tab__data {
    display: block;
    padding-left: 0;
  }
	.cart__tab__flex {
	  display: block;
	}
	.cart__tab__flex.keep--flex {
	  display: flex;
	}
	.tab--traveler--hotel .cart__tab__flex .cart__tab__block {
		width: 100%;
	}
	.cart__tab__flex .cart__tab__block + .cart__tab__block {
		margin-top: 15px;
	}
	.cart__tab__flex.keep--flex .cart__tab__block + .cart__tab__block {
		margin-top: 0;
	}
	.cart__tab__flex .cart__input input {
		width: 92%;
  }
  .tab--traveler--flight .block--25 .cart__tab__block {
    width: 100%;
    margin-bottom: 10px;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(1) {
    order: 1;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(2) {
    order: 2;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(3) {
    order: 3;
  }
  .tab--traveler--flight .block--25 .cart__tab__block:nth-of-type(4) {
    order: 4;
  }
  .tab--traveler--flight .glyphicon:after {
    right: -6px;
  }

}

@media (max-width:800px) {
  .tour__name.mb--60,
  .cart__box.mb--60 {
    margin-bottom: 40px;
  }
  .tour__name__value,
	.cart__box__title,
	.tour__wrap h2,
	.complete__thanks__strong {
    font-size: 1.5rem;
  }
  .cart__operation__submit {
    width: 49%;
  }
  .traveler__valuecopy,
	.complete__operation,
	.edit__operation,
	.guide__operation {
    width: 80%;
  }
  .cart__operation__submit.search--btn--prev {
    margin-right: 1%;
  }
  .cart__operation__submit.search--btn--next {
    margin-left: 1%;
  }
  .cart__operation__submit button {
    font-size: 1.125rem;
  }
  .traveler__valuecopy__btn,
	.complete__operation__btn,
	.edit__operation__btn,
	a.guide__operation__btn {
    font-size: 1rem;
  }
  .cart__operation.clm--two .cart__operation__clm {
    width: 100%;
    float: none;
  }
  .cart__operation.clm--two .cart__operation__clm:first-child {
    margin-bottom: 25px;
  }
  .cart__operation.clm--two .cart__operation__submit.search--btn--next {
    margin: auto;
    float: none;
  }
  .rsv__clm__chips p {
    font-size: 0.8125rem;
    line-height: 1.4em;
  }
  .border--topline {
    padding-top: 20px;
  }
  .cart__amount__item {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .cart__amount__rate dd {
    font-size: 2.125rem;
  }
  .cart__select__check em {
    font-size: 1.375rem;
  }
  .cart__count__data li {
    font-size: 1rem;
  }
  .cart__count__data li em {
    font-size: 1.25rem;
  }
  .login__wrap .login__registration {
    max-width: 100%;
  }
  .login__registration__btn {
    width: 49%;
  }
  /*My page*/
  .history__opration__keyword .cart__operation__submit.search--btn--next {
    margin-left: 0;
  }
  .history__opration__keyword .cart__operation__submit {
    width: 100%;
    max-width: 450px;
    margin: 0 auto!important;
  }
}

@media (max-width:768px) {
  .header__callbk {
    width: 195px;
  }
  .agent__login {
    padding: 15px;
  }
  .agent__login small a {
    padding: 10px;
  }
  .cart__tab th,
	.cart__tab td {
    display: block;
    width: 100%;
  }
  .cart__tab__rowitem {
    width: 100%!important;
    border-right: none;
  }
  .cart__tab__colitem {
    display: none;
  }
  .cart__tab__spitem {
    display: block;
  }
  .cart__tab__rowitem span {
    display: inline-block;
    margin-left: 10px;
  }
  .rsv__clm__chips.bottom {
    display: block;
  }
  .rsv__clm__chips.always-display {
    padding-left: 0;
  }
  .rsv__clm__chips.top {
    display: none;
  }
  .cart__tab td {
    padding-top: 0;
  }
  .tab--traveler--flight td,
	.tab--traveler--hotel td {
    padding-top: 15px;
  }
  .tab--traveler .wid--input {
    width: 100%;
  }
  .tab--traveler .mid--input {
    width: 100%;
  }
  .tab--traveler .small--input {
    width: 100%;
  }
  
  .cart__tab.tab--teleko tr:nth-of-type(1) th {
    padding-bottom: 0;
  }
  .tab--room .cart__tab__colitem th:nth-of-type(2),
	.tab--room .cart__tab__colitem th:nth-of-type(3),
	.tab--room .cart__tab__colitem th:nth-of-type(4) {
    width: 100%;
  }
  .tab--room .cart__tab__rowitem {
    padding-right: 15px;
  }
  .cart__line__delete {
    border-left: none;
    border-top: solid 1px #ccc;
    width: 100%;
  }
  .cart__line__delete button {
    margin-top: 10px;
  }
  .cart__select {
    width: 95%;
  }
  .tour__wrap h2 {
    margin-bottom: 15px;
  }
  .required {
    display: none;
  }
  .tab--mealoption .cart__tab__block {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .tab--mealoption .cart__select {
    width: 95%;
  }
  /*My page*/
  .history__opration {
    display: block!important;
  }
  .history__opration__clm:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .history__opration__clm:last-child {
    padding-left: 0;
  }
  .history__opration__clm {
    width: 100%;
  }
  .history__opration__cld .search__cld input {
    width: 85%;
  }
  .cart__tab tr th:last-of-type,
  .cart__tab tr td:last-of-type {
    border-right: none;
  }
  .reservation-information-02 .cart__box__wrap,
  .reservation-confirmation .cart__box__wrap,
  .cart__box__wrap {
    width: 100%;
  }
  .tour__header__content {
    flex-direction: column;
  }
  .tour__header__content .tour__name {
    width: 100%;
  }
  .tour__header__content .error__message {
    margin-bottom: 0;
  }
  .tour__amount {
    position: static;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .tour__amount__inner {
    padding: 16px;
  }
  [data-remodal-id="tour-amount-modal"] .stswitch__wrap {
    padding: 20px;
  }
  .remodal .tour__amount__inner {
    padding: 60px 0 0 0;
  }
  .cart__option-main {
    width: 100%;
  }
  .cart__option .tour__amount__price_table {
    font-size: 0.875em;
    margin-top: 18px;
  }
  .cart__option .tour__amount__section_details {
    margin-top: 6px;
  }
  .cart__option .tour__amount__section_total {
    font-size: 0.875em;
  }
  .cart__option .tour__amount {
    margin-top: -20px;
  }
  .cart__tab__column02 {
    flex-direction: column;
  }
  .cart__tab__column02 > * + * {
    margin-top: 15px;
  }
  .tab--traveler .cart__tab__column02 .mid--input {
    width: 100%;
  }
  .tab--traveler .cart__tab__column02 .wid--input {
    width: 100%;
    margin-left: 0;
  }
  }

@media (max-width:640px) {
  .tour__name__value,
	.cart__box__title,
	.tour__wrap h2,
	.complete__thanks__strong {
    font-size: 1.25rem;
  }
  .tour__info__price {
    width: 200px;
  }
  .cart__title.clm--two .cart__title__clm {
    display: block;
    width: 100%;
  }
  .cart__title.clm--two .cart__count__data {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
  }
  .cart__amount__item,
	.cart__amount__rate dt,
	.cart__count__data li {
    font-size: 0.75rem;
  }
  .cart__amount__rate,
	.cart__amount__item {
    width: auto;
    display: inline-block;
  }
  .cart__navi__list li {
    padding: 2px 8px;
    font-size: 0.75rem;
  }
  .cart__navi__list li.cart__navi__fixed {
    font-size: 1rem;
  }
  .cart__navi__checked:before,
	.cart__navi__focus:before,
	.cart__navi__yet:before {
    font-size: 0.875rem;
    margin-right: 4px;
    top: 2px;
  }
  .cart__tab__check {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
  .cart__tab__check em {
    font-size: 0.875rem;
  }
  .tour__name.mb--60,
	.cart__box.mb--60 {
    margin-bottom: 25px;
  }
  .tour__download h3,
	.tour__download ul {
    display: block;
    width: 100%;
  }
  .tour__download h3 {
    border-right: none;
    padding: 5px;
  }
  .tour__download ul {
    padding: 5px 0;
  }
  .tour__download ul li {
    margin: 5px 5px 5px 0;
  }
  /*My page*/
  .history__title {
    text-align: center;
  }
  .history__title h3 {
    margin-bottom: 10px;
  }
  .history__title h3,
	.history__title p,
	.history__title button {
    float: none;
  }
  .history__title button {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 40px;
  }
}

@media (max-width:550px) {
  .cart__total.clm--two .cart__total__clm {
    display: block;
    width: 100%;
  }
  .cart__total.clm--two .cart__count__data {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
  }
  .cart__amount__item {
    margin-bottom: 0;
  }
  .tour__info__note {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .tour__info__price {
    display: block;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: dotted 1px #ccc;
    padding-top: 10px;
    margin-top: 10px;
  }
  .tour__info__links {
    margin-top: 15px;
    text-align: left;
  }
  .rsv__clm.mt--40 {
    margin-top: 20px;
  }
  .rsv__clm__data {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .rsv__clm__chips {
    width: 100%;
    padding-left: 0;
    float: none;
    border-left: 0;
    padding: 15px 0 0;
  }
  .rsv__clm__chips br {
    display: none;
  }
  .sp-mt--20 .rsv__clm__chips {
    padding: 0;
    margin-top: -8px;
  }

  .cart__tab__block:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cart__tab__block:nth-of-type(2) {
    padding-left: 0;
  }
  .tab--customer .block--50 .cart__tab__block {
    display: block;
    width: 100%;
  }
  .tab--customer .block--70--30 .cart__tab__block {
    display: block;
  }
  .tab--customer .block--70--30 .cart__tab__block:nth-of-type(1) {
    width: 100%;
  }
  .tab--customer .block--70--30 .cart__tab__block:nth-of-type(2) {
    width: 100%;
  }
  .rsv__container.mb--50 {
    margin-bottom: 25px;
  }
  /*My page*/
  .history__opration__cld .search__cld input {
    width: 80%;
  }
  .history__opration,
	.error__message {
    margin-bottom: 25px;
  }
  .history__tab td,
	.history__tab__time,
	.history__tab__price {
    text-align: left;
  }
  .history__tab__list a {
    padding: 15px 0;
  }
  /*Guide*/
  .guide__step li {
    display: block!important;
  }
  .guide__step li em {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .guide__step li span {
    display: block;
    width: 100%;
  }
  .tour__name {
    margin-bottom: 20px;
  }
  .cart__option .tour__amount {
    margin-top: -5px;
  }
}

@media (max-width:480px) {
  .cart__navi.mb--40 {
    margin-bottom: 25px;
  }
  .cart__title__main,
	.login__wrap h2 {
    font-size: 1.75rem;
  }
  .edit__profile_btn {
    display: block;
    padding-top: 10px;
  }
  .tour__list.mb--50 {
    margin-bottom: 25px;
  }
  .cart__navi__list li.cart__navi__fixed {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .cart--edit .tab--traveler--flight .search__cld {
    width: 90%;
  }
  .login__wrap h1 {
    width: 140px;
  }
  .login__wrap h2,
	.login__wrap .login__box {
    margin-bottom: 25px;
  }
  .login__wrap .login__registration {
    padding-top: 20px;
    margin-top: 20px;
  }
  /*My page*/
  .history__title {
    margin-bottom: 0;
  }
  .history__opration__keyword .keyword--half {
    width: 100%;
  }
  .history__opration__keyword > div {
    display: block;
  }
  .history__opration__keyword .cart__operation__submit {
    float: none;
  }
  .history__opration__keyword .cart__operation__submit.search--btn--next {
    margin: 0;
  }
  .history__opration__keyword .keyword--half:first-child {
    margin-bottom: 15px;
  }
  .history__opration__keyword .keyword--half:last-child {
    padding: 0;
  }
}

@media (max-width:450px) {
  .cart__input,
  .cart__input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  /* .tour__name dl dd,
  .cart__count__data dd {
    font-size: 0.875rem;
  } */
  .cart__operation__submit,
	.traveler__valuecopy,
	.complete__operation,
	.edit__operation,
	.guide__operation {
    width: 100%;
  }
  .cart__operation__submit.search--btn--prev {
    margin-right: 0;
    margin-top: 20px;
  }
  .cart__operation__submit.search--btn--next {
    margin-left: 0;
  }
  .cart__title.mb--50 {
    margin-bottom: 15px;
  }
  .cart__total.mb--40 {
    margin-bottom: 20px;
  }
  .press__container {
    padding: 0 15px;
  }
  .cart__navi.mb--40 {
    margin-bottom: 25px;
  }
  .tour__wrap {
    padding: 15px;
  }
  .tour__download ul li {
    display: block;
    width: 100%;
  }
  .login__registration__btn {
    width: 100%;
  }
  /*Cancel from mypage [Modal]*/
  .cancel__list__data {
    display: block;
    border: solid 1px #555;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .cancel__list__data:last-of-type {
    margin-bottom: 0;
  }
  .cancel__list__data dt {
    display: block;
    width: 100%;
  }
  .cancel__list__data dd {
    display: block;
    width: 100%;
    border-left: 0;
    border-top: solid 1px #555;
  }
  .cancel__fee__item {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .cancel__fee__rate strong {
    font-size: 1.75rem;
  }
  .tour__amount__price_table .total dd {
    font-size: 1.68rem;
  }
  .remodal .tour__amount__price_table dl.total dt {
    font-size: 1rem;
  }
  .remodal .tour__amount__price_table dl.total dd {
    font-size: 2rem;
  }
}

@media (max-width:400px) {
  .cart__navi__list li {
    font-size: 0.625rem;
    padding: 2px 4px;
  }
  .tab--traveler--flight .search__cld,
  .block--25 .cart__input,
  .block--25 .cart__select {
    width: 90%;
  }
  /*My page*/
  .history__opration__cld .search__cld input {
    width: 74%;
  }
  .history__opration__cld .cld--between {
    width: 10%;
  }
  .history__opration__cld .cld--half {
    width: 45%;
  }
  .history__tab td:last-child {
    padding-bottom: 25px;
  }
  .remodal .tour__amount__price_table dl.total dt {
    font-size: 0.875rem;
  }
  .remodal .tour__amount__price_table dl.total dd {
    font-size: 1.8rem;
  }
}

@media (max-width:330px) {
  .header__callbk {
    width: 180px;
  }
  .history__opration__cld .search__cld input {
    width: 70%;
  }
}
