﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.form-control {
  font-size: 14px;
}

ul, ol {
  padding: 0;
  list-style: none;
}

/*--------Bootstrap Hack---------------*/
.container {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 1200px) {
  .dl-horizontal dt {
    float: left;
  }
}

.form-control {
  height: 38px;
  padding: 6px 12px;
}
.form-control.large {
  width: 280px;
}
@media screen and (max-width: 959px) {
  .form-control.large {
    width: 100%;
  }
}
.form-control.small {
  width: 130px;
}
.form-control[readonly] {
  background-color: #fff;
}

.btn-lg {
  height: 50px;
}

/*-------------------------------------*/
.display-none {
  display: none;
}

.btn,
.btn:hover,
.btn:active {
  outline: none !important;
}

.flexbox {
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.flex-all-center {
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.font-s30 {
  font-size: 3em;
}

.font-s22 {
  font-size: 2.2em;
}

.font-s20 {
  font-size: 2em;
}

.font-s18 {
  font-size: 1.8em;
}

.font-s16 {
  font-size: 1.6em;
}

.font-s15 {
  font-size: 1.5em;
}

.font-s14 {
  font-size: 1.4em;
}

.font-s13 {
  font-size: 1.3em;
}

.font-s12 {
  font-size: 1.2em;
}

.font-s11 {
  font-size: 1.1em;
}

.font-s09 {
  font-size: 0.9em;
}

.font-s08 {
  font-size: 0.8em;
}

.font-s07 {
  font-size: 0.7em;
}

.font-s05 {
  font-size: 0.5em;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-strikethrough {
  text-decoration: line-through;
}

.font-underline {
  text-decoration: underline;
}

.border-none {
  border: none !important;
}

.border-bottom-gray {
  border-bottom: solid 1px #D2D2D7;
}

.color-black {
  color: #222;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #fa2e09;
}

.font-color-white {
  color: #fff;
}

.font-color-gray {
  color: #333;
}

.font-color-lightgray {
  color: #999;
}

.margin-btm-0-p p {
  margin-bottom: 0px;
}

.margin-all-0 {
  margin: 0;
}

.margin-btm-0 {
  margin-bottom: 0;
}

.margin-btm-3 {
  margin-bottom: 3px;
}

.margin-btm-8 {
  margin-bottom: 8px;
}

.margin-top-7 {
  margin-top: 7px;
}

.margin-top-btm-10 {
  margin: 10px 0;
}

.margin-top-btm-20 {
  margin: 20px 0;
}

.padding-all-0 {
  padding: 0 !important;
}

.margin-0 {
  margin: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-btm-0 {
  margin-bottom: 0px;
}

.padding-0 {
  padding: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-btm-0 {
  padding-bottom: 0px;
}

.margin-5 {
  margin: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-btm-5 {
  margin-bottom: 5px;
}

.padding-5 {
  padding: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-btm-5 {
  padding-bottom: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-btm-10 {
  margin-bottom: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-btm-10 {
  padding-bottom: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-btm-15 {
  margin-bottom: 15px;
}

.padding-15 {
  padding: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-btm-15 {
  padding-bottom: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

.padding-20 {
  padding: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-btm-20 {
  padding-bottom: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-btm-25 {
  margin-bottom: 25px;
}

.padding-25 {
  padding: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-btm-25 {
  padding-bottom: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-btm-30 {
  margin-bottom: 30px;
}

.padding-30 {
  padding: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-btm-30 {
  padding-bottom: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-btm-35 {
  margin-bottom: 35px;
}

.padding-35 {
  padding: 35px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-btm-35 {
  padding-bottom: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-btm-40 {
  margin-bottom: 40px;
}

.padding-40 {
  padding: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-btm-40 {
  padding-bottom: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-btm-45 {
  margin-bottom: 45px;
}

.padding-45 {
  padding: 45px;
}

.padding-left-45 {
  padding-left: 45px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-btm-45 {
  padding-bottom: 45px;
}

.margin-50 {
  margin: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-btm-50 {
  margin-bottom: 50px;
}

.padding-50 {
  padding: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-btm-50 {
  padding-bottom: 50px;
}

.margin-55 {
  margin: 55px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-btm-55 {
  margin-bottom: 55px;
}

.padding-55 {
  padding: 55px;
}

.padding-left-55 {
  padding-left: 55px;
}

.padding-right-55 {
  padding-right: 55px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-btm-55 {
  padding-bottom: 55px;
}

.margin-60 {
  margin: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-btm-60 {
  margin-bottom: 60px;
}

.padding-60 {
  padding: 60px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-btm-60 {
  padding-bottom: 60px;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1200px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.nowrap {
  white-space: nowrap;
}

.break-word {
  word-break: break-word;
}

.textalign-center {
  text-align: center;
}

.textalign-right {
  text-align: right;
}

.textalign-left {
  text-align: left;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-error {
  background-color: #ffc0cb !important;
  border-color: #f00 !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px !important;
}

.is-error-msg:before {
  content: "\f071";
  width: 1.4em;
  text-align: center;
  display: inline-block;
  font: normal normal 900 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-notice {
  color: #fa2e09;
  border-color: #fa2e09;
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  align-items: center;
}
.panel-notice.panel-none {
  display: none;
}
.panel-notice .notice-icon {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .panel-notice .notice-icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panel-notice .panel-heading {
    font-size: 0.8em;
    padding: 2px;
  }
  .panel-notice .panel-body {
    font-size: 0.8em;
    padding: 2px;
  }
}

.panel-caution {
  color: #ea5525;
  border-color: #ea5525;
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  align-items: center;
}
.panel-caution.panel-none {
  display: none;
}
.panel-caution .notice-icon {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .panel-caution .notice-icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panel-caution .panel-heading {
    font-size: 0.8em;
    padding: 2px;
  }
  .panel-caution .panel-body {
    font-size: 0.8em;
    padding: 2px;
  }
}

.panel-attention {
  color: #222;
  border-color: #007099;
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  align-items: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #007099;
  border-radius: 2px;
  display: block !important;
  background: #fff;
}
.panel-attention.panel-none {
  display: none;
}
.panel-attention .notice-icon {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .panel-attention .notice-icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panel-attention .panel-heading {
    font-size: 0.8em;
    padding: 2px;
  }
  .panel-attention .panel-body {
    font-size: 0.8em;
    padding: 2px;
  }
}

.panel-information {
  color: #222;
  border-color: none;
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  align-items: center;
  padding: 0;
}
.panel-information.panel-none {
  display: none;
}
.panel-information .notice-icon {
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .panel-information .notice-icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .panel-information .panel-heading {
    font-size: 0.8em;
    padding: 2px;
  }
  .panel-information .panel-body {
    font-size: 0.8em;
    padding: 2px;
  }
}
.panel-information i {
  color: #007099;
  font-size: 23px;
}
@media screen and (max-width: 1200px) {
  .panel-information i {
    display: none;
  }
}

:lang(en) html, :lang(en) body, :lang(en) h1, :lang(en) h2, :lang(en) h3, :lang(en) h4, :lang(en) h5, :lang(en) h6, :lang(en) p, :lang(en) a, :lang(en) ul, :lang(en) ol, :lang(en) li, :lang(en) div {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

:lang(ja) html, :lang(ja) body, :lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6, :lang(ja) p, :lang(ja) a, :lang(ja) ul, :lang(ja) ol, :lang(ja) li, :lang(ja) div {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif, serif;
}

:lang(ko) html, :lang(ko) body, :lang(ko) h1, :lang(ko) h2, :lang(ko) h3, :lang(ko) h4, :lang(ko) h5, :lang(ko) h6, :lang(ko) p, :lang(ko) a, :lang(ko) ul, :lang(ko) ol, :lang(ko) li, :lang(ko) div {
  font-family: "Malgun Gothic", "Yoon Gothic", sans-serif;
}

:lang(zh-cn) html, :lang(zh-cn) body, :lang(zh-cn) h1, :lang(zh-cn) h2, :lang(zh-cn) h3, :lang(zh-cn) h4, :lang(zh-cn) h5, :lang(zh-cn) h6, :lang(zh-cn) p, :lang(zh-cn) a, :lang(zh-cn) ul, :lang(zh-cn) ol, :lang(zh-cn) li, :lang(zh-cn) div {
  font-family: "Microsoft YaHei", "微软雅黑", "PingHei", "SimSun", STHeitiSC-Medium, sans-serif;
}

:lang(zh-tw) html, :lang(zh-tw) body, :lang(zh-tw) h1, :lang(zh-tw) h2, :lang(zh-tw) h3, :lang(zh-tw) h4, :lang(zh-tw) h5, :lang(zh-tw) h6, :lang(zh-tw) p, :lang(zh-tw) a, :lang(zh-tw) ul, :lang(zh-tw) ol, :lang(zh-tw) li, :lang(zh-tw) div {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingHei", "PMingLiU", STHeitiSC-Medium, sans-serif;
}

body {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}

h2, h3 {
  line-height: 1.5;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 1.3em;
    margin: 20px 0 15px;
  }
}

h3 {
  font-size: 1.4em;
  margin: 0 0 15px;
}
@media screen and (max-width: 760px) {
  h3 {
    width: calc(100% + 30px);
    font-size: 1.2em !important;
    border: none;
    margin: 0;
    background: #007099;
    color: #fbf5f5;
    padding: 10px;
    font-weight: 600;
    position: relative;
    left: -15px;
    top: -15px;
  }
}
h3.heading-normal {
  width: 100% !important;
}

h4 {
  font-size: 1.4em;
  font-weight: 600;
  color: #007099;
  border-bottom: 2px solid #007099;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  h4 .total-elpased-time {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
}
h4 .label-danger {
  position: relative;
  top: -5px;
  font-size: 0.6em;
}

@media screen and (max-width: 1200px) {
  h4 .gortn-title {
    font-weight: bold;
  }
}

.heading-normal {
  font-size: 1.3em;
  border: none !important;
  margin: 0 0 10px;
  background: none !important;
  padding: 0;
  left: 0;
  top: 0;
}

h4.heading-normal {
  font-size: 1.2em;
}

.table th {
  font-size: 1em;
  font-weight: normal;
  color: #fbf5f5;
  background-color: #007099;
}
@media screen and (max-width: 1200px) {
  .table th, .table td {
    display: block;
    border: none;
  }
}
.table td.price {
  text-align: right;
}

.table.table-basic th, .table.table-basic td {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .table.table-basic th, .table.table-basic td {
    border: none;
    padding: 5px;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

input::-ms-clear {
  visibility: hidden;
}

@media print {
  :lang(ja) html, :lang(ja) body, :lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6, :lang(ja) p, :lang(ja) a, :lang(ja) ul, :lang(ja) ol, :lang(ja) li, :lang(ja) div {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  }
}
.loader-large-white {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  margin: 20px auto 10px !important;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.4);
  border-right: 1.1em solid rgba(255, 255, 255, 0.4);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.4);
  border-left: 1.1em solid #FFFFFF;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader_transform 1.1s infinite linear;
  -moz-animation: loader_transform 1.1s infinite linear;
  -ms-animation: loader_transform 1.1s infinite linear;
  -o-animation: loader_transform 1.1s infinite linear;
  animation: loader_transform 1.1s infinite linear;
}
.loader-large-white:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
@media screen and (max-width: 1200px) {
  .loader-large-white {
    margin: 20px auto 20px !important;
  }
}

.loader-large-gray {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  margin: 20px auto 10px !important;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(211, 211, 211, 0.4);
  border-right: 1.1em solid rgba(211, 211, 211, 0.4);
  border-bottom: 1.1em solid rgba(211, 211, 211, 0.4);
  border-left: 1.1em solid #D3D3D3;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader_transform 1.1s infinite linear;
  -moz-animation: loader_transform 1.1s infinite linear;
  -ms-animation: loader_transform 1.1s infinite linear;
  -o-animation: loader_transform 1.1s infinite linear;
  animation: loader_transform 1.1s infinite linear;
}
.loader-large-gray:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
@media screen and (max-width: 1200px) {
  .loader-large-gray {
    margin: 20px auto 20px !important;
  }
}

.loader-small {
  border-radius: 50%;
  width: 6em;
  height: 6em;
  margin: 20px auto 10px !important;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(211, 211, 211, 0.4);
  border-right: 1.1em solid rgba(211, 211, 211, 0.4);
  border-bottom: 1.1em solid rgba(211, 211, 211, 0.4);
  border-left: 1.1em solid #D3D3D3;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader_transform 1.1s infinite linear;
  -moz-animation: loader_transform 1.1s infinite linear;
  -ms-animation: loader_transform 1.1s infinite linear;
  -o-animation: loader_transform 1.1s infinite linear;
  animation: loader_transform 1.1s infinite linear;
}
.loader-small:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
@media screen and (max-width: 1200px) {
  .loader-small {
    margin: 20px auto 20px !important;
  }
}

@keyframes loader_transform {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader_transform {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loader_transform {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader_transform {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader_transform {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.select2-selection.select2-selection--single.form-control {
  box-shadow: none;
}

.select2-container .select2-selection--single {
  font-size: 14px !important;
  padding: 0;
  background: none;
  border: none;
  border-radius: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: calc(38px * 0.73684210526);
}

.select2.select2-container.select2-container--default {
  /**/
  border: none;
  background: none;
  display: block;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 50vh;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

body.smartphone .select2-selection.select2-selection--single.form-control {
  position: absolute;
}

body.smartphone .select2.select2-container select2-container--default.select2-container--below.select2-container--open {
  left: 54px !important;
}

@media screen and (max-width: 1200px) {
  body.smartphone .select2-container.select2-container--default.select2-container--open {
    left: 0px !important;
  }
}

@media screen and (max-width: 1200px) {
  body.smartphone .select2-dropdown.select2-dropdown--below {
    left: 55px !important;
  }
}

.tdz-select2-dropdown--below, body:not(.smartphone) > span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
  width: 25vw !important;
}

.select2-container--open {
  width: calc(100% - 110px);
}

body.smartphone > span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
  font-size: 16px;
}

.table tr:first-child th {
  border-top: none;
}
.table th {
  background: #eee;
  color: #333;
}

.table-basic.table-stay tr,
.table-basic.table-confirm tr,
.table-basic.table-representative tr,
.table-basic.table-travelinsurance tr,
.table-cancelprice tr,
.table-cancelpolicy tr,
.table-rentalcar tr {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-stay tr,
  .table-basic.table-confirm tr,
  .table-basic.table-representative tr,
  .table-basic.table-travelinsurance tr,
  .table-cancelprice tr,
  .table-cancelpolicy tr,
  .table-rentalcar tr {
    border: none;
  }
}
.table-basic.table-stay th,
.table-basic.table-confirm th,
.table-basic.table-representative th,
.table-basic.table-travelinsurance th,
.table-cancelprice th,
.table-cancelpolicy th,
.table-rentalcar th {
  width: 185px;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-stay th,
  .table-basic.table-confirm th,
  .table-basic.table-representative th,
  .table-basic.table-travelinsurance th,
  .table-cancelprice th,
  .table-cancelpolicy th,
  .table-rentalcar th {
    width: 100%;
  }
}

.table-basic.table-stay,
.table-basic.table-confirm,
.table-basic.table-representative,
.table-cancelpolicy,
.table-rentalcar {
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-stay,
  .table-basic.table-confirm,
  .table-basic.table-representative,
  .table-cancelpolicy,
  .table-rentalcar {
    margin: 0;
    border-bottom: solid 1px #dddddd;
  }
  .table-basic.table-stay tr,
  .table-basic.table-confirm tr,
  .table-basic.table-representative tr,
  .table-cancelpolicy tr,
  .table-rentalcar tr {
    border-bottom: 1px solid #dddddd !important;
  }
  .table-basic.table-stay tr:last-child,
  .table-basic.table-confirm tr:last-child,
  .table-basic.table-representative tr:last-child,
  .table-cancelpolicy tr:last-child,
  .table-rentalcar tr:last-child {
    border-bottom: none;
  }
  .table-basic.table-stay th, .table-basic.table-stay td,
  .table-basic.table-confirm th,
  .table-basic.table-confirm td,
  .table-basic.table-representative th,
  .table-basic.table-representative td,
  .table-cancelpolicy th,
  .table-cancelpolicy td,
  .table-rentalcar th,
  .table-rentalcar td {
    padding: 7px;
  }
  .table-basic.table-stay th,
  .table-basic.table-confirm th,
  .table-basic.table-representative th,
  .table-cancelpolicy th,
  .table-rentalcar th {
    border: none;
    font-weight: bold;
    color: #2a2121;
    background-color: #eee;
  }
  .table-basic.table-stay td,
  .table-basic.table-confirm td,
  .table-basic.table-representative td,
  .table-cancelpolicy td,
  .table-rentalcar td {
    border: none;
    font-size: 0.9em;
  }
}

.rentalcar-detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .rentalcar-detail {
    flex-direction: column;
  }
}
.rentalcar-detail .item {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .rentalcar-detail .item {
    margin-bottom: 10px;
  }
}
.rentalcar-detail .item p {
  font-size: 1.4em;
}
@media screen and (max-width: 1200px) {
  .rentalcar-detail .item p {
    font-size: 1.2em;
  }
}

.table-childseat tr {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  .table-childseat tr {
    border: none;
  }
}
.table-childseat th:first-child {
  width: 20%;
}
.table-childseat th:last-child {
  width: 15%;
}
.table-childseat td:last-child {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .table-childseat th {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .table-childseat thead {
    display: none;
  }
  .table-childseat tr {
    background-color: unset;
  }
  .table-childseat th, .table-childseat td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .table-childseat tbody th {
    background: #14116e;
    color: #fff;
    text-align: center;
  }
  .table-childseat tbody tr td:not(:last-child) {
    display: flex;
    flex-direction: column;
    border: 1px solid #dddddd;
    padding: 0px;
  }
  .table-childseat tbody tr td:not(:last-child)::before {
    content: attr(data-label);
    font-size: 16px;
    font-weight: bold;
    background: #eee;
  }
  .table-childseat tbody tr td:first-child {
    display: none;
  }
  .table-childseat td:last-child {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .table-childseat td:last-child::before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
  }
}

.table-dark {
  border-collapse: collapse;
}
.table-dark tr:first-child th {
  border-top: #999 1px solid;
}
.table-dark th, .table-dark td {
  display: table-cell;
  border: #999 1px solid !important;
}
.table-dark th {
  background: #eee;
}
.table-dark th.abreast {
  border-right: #999 1px solid;
}
.table-dark td {
  background: #fff;
}

.fancybox-can-swipe .fancybox-content {
  cursor: auto !important;
}

.footnav {
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ddd;
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .footnav {
    height: 100px;
  }
}
.footnav .footnav-inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .footnav .footnav-inner {
    max-width: 1300px;
    min-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .footnav .footnav-inner {
    flex-direction: column;
  }
}
.footnav .footnav-inner .footnav-price {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .footnav .footnav-inner .footnav-price .footnav-price-inner {
    padding: 0 20px;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .footnav .footnav-inner .footnav-price {
    padding: 5px 10px;
  }
  .footnav .footnav-inner .footnav-price .footnav-price-inner {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .footnav .bottombox-btn-box {
    justify-content: space-between;
    width: 100%;
    height: 70px;
  }
}
.footnav .bottombox-btn {
  cursor: default;
  text-align: center;
  vertical-align: middle;
  border: none;
  align-items: center;
  border-radius: 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .footnav .bottombox-btn {
    height: 100px;
    min-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .footnav .bottombox-btn {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    height: 70px;
  }
}
.footnav .bottombox-btn:hover {
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

@media screen and (min-width: 1200px) {
  .bottombox {
    margin-top: 20px;
    height: 80px;
    background: #fff;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #ddd;
  }
  .bottombox .bottombox-title {
    font-size: 1.1em;
  }
  .bottombox .bottombox-btn {
    cursor: default;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border: none;
    margin: 0 -20px 0 20px;
    min-width: 150px;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .bottombox .bottombox-btn:hover {
    cursor: pointer;
    opacity: 1;
    background: #ccd52f;
  }
  .bottombox .bottombox-btn.selected {
    background: #4c4c4c;
    cursor: not-allowed;
    pointer-events: none;
    color: #fff;
  }
  .bottombox .bottombox-btn.selected .fa-check {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1200px) {
  .bottombox {
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #999;
    margin: 0 !important;
    padding: 15px 10px;
    text-align: right;
  }
  .bottombox .flexbox {
    display: block;
  }
  .bottombox .bottombox-title {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .bottombox .bottombox-btn {
    cursor: default;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border: none;
    margin: 10px 0 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 1.2em;
  }
  .bottombox .bottombox-btn:hover {
    cursor: pointer;
    opacity: 1;
    background: #ccd52f;
  }
  .bottombox .bottombox-btn.selected {
    background: #4c4c4c;
    cursor: not-allowed;
    pointer-events: none;
    color: #fff;
  }
  .bottombox .bottombox-btn.selected .fa-check {
    font-size: 1.3em;
    margin-right: 10px;
  }
}
.bottombox .flexbox {
  align-items: center;
}

.content-box .bottombox {
  margin: 20px -20px -20px;
}

@media screen and (max-width: 760px) {
  .hotel-top {
    padding: 15px;
    flex-direction: column;
  }
}
.hotel-top .hotel-top-img {
  width: 250px;
}
@media screen and (min-width: 760px) {
  .hotel-top .hotel-top-img {
    margin: -20px 20px -20px -20px;
  }
  .hotel-top .hotel-top-img img {
    max-height: 180px;
  }
}
@media screen and (max-width: 760px) {
  .hotel-top .hotel-top-img {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    top: -15px;
  }
  .hotel-top .hotel-top-img img {
    max-height: 220px;
  }
}
.hotel-top .hotel-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-top i {
  color: #999;
}

@media screen and (min-width: 960px) {
  .guest-age-box {
    text-align: center;
    align-items: center;
  }
}
.guest-age-box .guest-age-content {
  overflow: hidden;
}
.guest-age-box .guest-age-content .guest-count {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .guest-age-box .guest-age-content .guest-count {
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
  }
}
.guest-age-box .guest-age-content .guest-count .count-box,
.guest-age-box .guest-age-content .guest-count .btn-count-down,
.guest-age-box .guest-age-content .guest-count .btn-count-up {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
}
.guest-age-box .guest-age-content .guest-count .count-box {
  text-align: center;
}
@media screen and (min-width: 760px) {
  .guest-age-box .guest-age-content .guest-count .count-box {
    width: 2em;
  }
}
@media screen and (max-width: 760px) {
  .guest-age-box .guest-age-content .guest-count .count-box {
    width: 5em;
  }
}
@media screen and (min-width: 760px) {
  .guest-age-box .guest-age-content .guest-count .guest-count-btnarea {
    height: 35px;
  }
}
@media screen and (max-width: 760px) {
  .guest-age-box .guest-age-content .guest-count .guest-count-btnarea {
    border-bottom: 1px solid #999;
    height: 55px;
    padding-bottom: 0;
  }
}
.guest-age-box .guest-age-content .child-age {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .guest-age-box .guest-age-content .child-age {
    margin-top: 20px;
  }
}
.guest-age-box .guest-age-content .child-age ul {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.guest-age-box .guest-age-content .child-age ul li {
  height: auto;
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}
@media screen and (min-width: 1200px) {
  .guest-age-box .guest-age-content .child-age ul li {
    width: 28%;
    max-width: 28%;
    margin-right: 8%;
  }
  .guest-age-box .guest-age-content .child-age ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .guest-age-box .guest-age-content .child-age ul li {
    width: 21%;
    max-width: 21%;
    margin-right: 5.3%;
  }
  .guest-age-box .guest-age-content .child-age ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.guest-age-box .guest-age-content .child-age ul li select {
  width: 100%;
  border: 1px solid #999;
  border-radius: 2px;
  background: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .guest-age-box .guest-age-content .child-age ul li select {
    height: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .guest-age-box .guest-age-content .child-age ul li select {
    height: 45px;
  }
}
.guest-age-box .guest-age-content .child-age ul li select::-ms-expand {
  display: none;
}
.guest-age-box .guest-age-content .child-age ul li::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #999;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  right: 7px;
  top: calc(50% - 7px);
}

.content-box {
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #e5e5e5;
}
@media screen and (min-width: 760px) {
  .content-box {
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 760px) {
  .content-box {
    margin-bottom: 20px;
    padding: 15px;
  }
  .content-box h3.sp-content-fit {
    width: calc(100% + 30px);
  }
  .content-box .itemErrMsg, .content-box .is-error-msg {
    margin: 0;
    padding: 0;
  }
}

.content-box-sp {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 960px) {
  .content-box-sp {
    padding: 15px;
  }
}
.content-box-sp .itemErrMsg, .content-box-sp .is-error-msg {
  margin: 0;
  padding: 0;
}

.box-bg-line-gray {
  background-color: #dedede;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fafafa), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fafafa), color-stop(0.75, #fafafa), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 5px 5px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  margin: 15px 0;
}

.box-border {
  border: 2px solid #ea5525;
  padding: 20px;
}

.table-basic.table-price {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}
.table-basic.table-price tr.sum-price {
  margin-bottom: 20px;
  color: #007099;
}
.table-basic.table-price tr.sum-price .price {
  font-size: 1.5em;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-price tr.sum-price .price {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .table-basic.table-price {
    border: none;
  }
  .table-basic.table-price th {
    text-align: left;
    color: #2a2121;
    background-color: #fff;
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    margin-top: 3px;
  }
  .table-basic.table-price td.traveler-title {
    text-align: left;
    width: 60%;
    float: left;
    padding-left: 30px;
  }
  .table-basic.table-price .price {
    width: 40%;
    float: right;
  }
  .table-basic.table-price th, .table-basic.table-price td {
    border: none;
  }
}

.price-info .dl-horizontal {
  font-size: 0.9em;
  border-top: solid 1px #dddddd;
  padding-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .price-info .dl-horizontal {
    font-size: 0.8em;
  }
}

.schedule-content .schedule-detail .schedule-strong, .schedule-content .schedule-detail .schedule-strong-dot {
  color: #007099;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .schedule-content .schedule-detail .schedule-strong, .schedule-content .schedule-detail .schedule-strong-dot {
    margin-bottom: 5px;
  }
}
.schedule-content .schedule-detail .schedule-strong-dot {
  left: -10px;
}
.schedule-content .schedule-detail .schedule-strong-dot::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  color: #007099;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  left: -16px;
  top: -2px;
}
.schedule-content .schedule-detail .schedule-time .schedule-line {
  width: 10px;
  margin-right: 20px;
  border-right: 2px solid #007099;
  margin-top: 10px;
  margin-bottom: 16px;
  position: relative;
}
.schedule-content .schedule-detail .schedule-time .schedule-line::before, .schedule-content .schedule-detail .schedule-time .schedule-line::after {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  color: #007099;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
}
.schedule-content .schedule-detail .schedule-time .schedule-line::before {
  left: 3px;
  top: -5px;
}
.schedule-content .schedule-detail .schedule-time .schedule-line::after {
  left: 3px;
  bottom: -5px;
}
@media screen and (max-width: 1200px) {
  .schedule-content .schedule-detail .schedule-time .schedule-line {
    margin-bottom: 41px;
  }
}
.schedule-content .schedule-detail .schedule-time .schedule-time-detail {
  width: 100%;
}
.schedule-content .schedule-detail .schedule-time .schedule-time-detail .schedule-date-box {
  justify-content: space-between;
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.schedule-content .schedule-detail .schedule-time .schedule-time-detail .schedule-date-box p {
  margin-bottom: 0;
  line-height: 1.5;
}
.schedule-content .schedule-detail .schedule-time .schedule-time-detail .schedule-date-box:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .schedule-content .schedule-detail .schedule-time .schedule-time-detail .schedule-date-box {
    flex-direction: column;
  }
  .schedule-content .schedule-detail .schedule-time .schedule-time-detail .schedule-date-box p {
    margin-bottom: 10px;
  }
}
.schedule-content .schedule-detail .schedule-time .schedule-time-detail .schedule-hotelinfo {
  background: #eee;
  padding: 10px 13px;
  border-radius: 3px;
  max-width: 400px;
}

.table-basic.table-schedule tr.split {
  background-color: #eeeeee;
  text-align: center;
}
.table-basic.table-schedule tr.repeat td:first-child {
  visibility: hidden;
}
.table-basic.table-schedule tr.repeat td {
  border-top: none;
}
.table-basic.table-schedule tr.lastline {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-schedule {
    font-size: 0.9em;
  }
  .table-basic.table-schedule tr {
    border-bottom: solid 1px #dddddd;
  }
  .table-basic.table-schedule tr:nth-of-type(1) {
    border-bottom: none;
  }
  .table-basic.table-schedule th, .table-basic.table-schedule td {
    border: none;
  }
  .table-basic.table-schedule th {
    display: none;
  }
  .table-basic.table-schedule td:nth-of-type(2) {
    text-align: right;
  }
  .table-basic.table-schedule td:nth-of-type(3) {
    text-align: right;
  }
  .table-basic.table-schedule .split td {
    width: 100%;
    font-size: 0.9em;
  }
}

.flight-title {
  justify-content: space-between;
  align-items: baseline;
}

.item-baggage-message {
  color: #fa2e09;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.item-charter-message {
  color: #fa2e09;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.charter-message-list {
  color: #fa2e09;
  margin-left: 40px;
  list-style-type: disc;
  line-height: 1.5;
}

.table-basic.table.table-itinerary td {
  text-align: left;
  border: none;
  padding: 10px;
}
.table-basic.table.table-itinerary th {
  white-space: nowrap;
}
.table-basic.table.table-itinerary th:first-child {
  width: 180px;
}
.table-basic.table.table-itinerary th:nth-child(2) {
  width: 300px;
}
.table-basic.table.table-itinerary th:nth-child(4) {
  width: 200px;
}
.table-basic.table.table-itinerary th:nth-child(5) {
  width: 130px;
}
.table-basic.table.table-itinerary th:nth-child(6) {
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .table-basic.table.table-itinerary .thead {
    display: none;
  }
  .table-basic.table.table-itinerary tr {
    width: 100%;
    border: none;
  }
  .table-basic.table.table-itinerary td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 7px 5px 7px 110px;
    border-bottom: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
    border-top: none;
    position: relative;
  }
  .table-basic.table.table-itinerary td:first-child {
    font-weight: bold;
    padding-left: 0px;
    border-right: none;
    border-left: none;
  }
  .table-basic.table.table-itinerary td:first-child::before {
    display: none;
  }
  .table-basic.table.table-itinerary td::before {
    content: attr(data-label);
    font-weight: bold;
    background: #eee;
    border-right: 1px #dddddd solid;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 7px;
    width: 100px;
  }
  .table-basic.table.table-itinerary td.c-nl::before {
    content: attr(data-label);
    font-weight: bold;
    background: #eee;
    border-right: 1px #dddddd solid;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 7px;
    width: 100px;
    white-space: pre;
  }
}

.table-basic.table-traveler tr {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-traveler {
    margin: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .table-basic.table-traveler tr {
    border-bottom: none;
  }
  .table-basic.table-traveler th {
    display: none;
  }
  .table-basic.table-traveler td {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 7px 5px 7px 160px;
    border-bottom: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
    border-top: none;
  }
  .table-basic.table-traveler td:before {
    content: attr(data-label);
    font-weight: bold;
    background: #eee;
    border-right: 1px #dddddd solid;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 7px;
    width: 150px;
  }
  .table-basic.table-traveler td:first-child {
    border-top: 1px #dddddd solid;
  }
  .table-basic.table-traveler td:last-child {
    margin-bottom: 15px;
  }
  .table-basic.table-traveler tr:first-child {
    border: none;
  }
  .table-basic.table-traveler tr:last-child {
    border: none;
  }
}

.hotel-main {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .hotel-main {
    flex-direction: column;
  }
}
.hotel-main .hotel-room-img {
  width: 350px;
}
.hotel-main .hotel-room-img img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .hotel-main .hotel-room-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.table-stay {
  width: auto !important;
}
@media screen and (min-width: 1200px) {
  .table-stay {
    min-width: 820px;
  }
}
@media screen and (max-width: 1200px) {
  .table-stay {
    width: 100% !important;
  }
}

.table-stay-2column tbody {
  flex-wrap: wrap;
  width: 100%;
}
.table-stay-2column tr {
  width: 50%;
}
.table-stay-2column tr:last-child, .table-stay-2column tr:nth-last-child(2) {
  border-bottom: none !important;
}
.table-stay-2column th {
  border-top: none !important;
}
.table-stay-2column td {
  border-top: none !important;
}
@media screen and (max-width: 1200px) {
  .table-stay-2column {
    margin-bottom: 20px !important;
  }
  .table-stay-2column tr,
  .table-stay-2column tr:nth-last-child(2) {
    width: 100%;
    border-bottom: 1px #dddddd solid !important;
  }
  .table-stay-2column th, .table-stay-2column td {
    display: table-cell;
    padding: 7px;
  }
  .table-stay-2column th {
    width: 130px !important;
    background: #eee;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .table-stay-2column {
  max-width: 960px;
}

_:-ms-lang(x)::-ms-backdrop, .table-stay-2column tbody {
  max-width: 956px;
}

_:-ms-lang(x)::-ms-backdrop, .table-stay-2column tr {
  float: left;
  max-width: 480px;
}

.hotel-info .dl-horizontal {
  font-size: 0.9em;
}
@media screen and (max-width: 1200px) {
  .hotel-info .dl-horizontal {
    font-size: 0.8em;
  }
  .hotel-info .dl-horizontal dt {
    text-align: right;
  }
  .hotel-info .dl-horizontal a {
    white-space: normal;
    display: inline-block;
  }
}

.table-basic.table-payment {
  border: none;
  margin-bottom: 25px;
}
.table-basic.table-payment td {
  padding: 2px 5px;
}
.table-basic.table-payment tr.lastline {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-payment th {
    text-align: left;
    color: #2a2121;
    background-color: #fff;
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    margin-top: 3px;
  }
  .table-basic.table-payment td {
    font-size: 0.9em;
  }
}

.table-basic__hotel-option {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .table-basic__hotel-option {
    border-bottom: solid 1px #dddddd;
  }
}
.table .table-basic__hotel-option-tr {
  border-right: none;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  .table .table-basic__hotel-option-tr {
    border: none;
  }
}
.table .table-basic__hotel-option-th {
  width: 175px;
}
@media screen and (max-width: 1200px) {
  .table .table-basic__hotel-option-th {
    width: unset;
    border: none;
    font-weight: bold;
    color: #2a2121;
    background-color: #fff;
  }
}
.table .table-basic__hotel-option-td {
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .table .table-basic__hotel-option-td {
    border: none;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1200px) {
  .table-basic.table-travelinsurance {
    border: none;
  }
  .table-basic.table-travelinsurance th {
    border: none;
    font-weight: bold;
    color: #2a2121;
    background-color: #fff;
    width: 100%;
  }
  .table-basic.table-travelinsurance td {
    border: none;
    font-size: 0.9em;
  }
}

.offprice {
  position: relative;
  color: #999;
  text-decoration: line-through;
}

#offprice-set-infobox, #offprice-it-infobox {
  position: absolute;
  transform: translateX(-50%);
  display: none;
  margin: auto;
  text-align: center;
}

.offprice-info {
  position: relative;
  width: 210px;
  padding: 10px 5px 10px 5px;
  color: #F6F6F6;
  text-align: center;
  background: #19283C;
  z-index: 0;
  margin: 10px 0;
  opacity: 0.9;
  word-wrap: break-word;
  white-space: normal;
}
.offprice-info:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #19283C transparent transparent transparent;
}

.table-basic.table-cancelpolicy {
  width: 100%;
  border: 1px solid #dddddd;
}
.table-basic.table-cancelpolicy td, .table-basic.table-cancelpolicy th {
  width: 50%;
}
.table-basic.table-cancelpolicy td:nth-child(odd), .table-basic.table-cancelpolicy th:nth-child(odd) {
  border-right: 1px solid #dddddd !important;
}
.table-basic.table-cancelpolicy th {
  background: #eee;
  color: #333;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .table-basic.table-cancelpolicy td, .table-basic.table-cancelpolicy th {
    display: table-cell;
  }
}

@media screen and (max-width: 1200px) {
  .table-basic.table-cancelprice {
    border: solid 1px #dddddd;
  }
  .table-basic.table-cancelprice tr {
    display: flex;
    border-bottom: solid 1px #dddddd;
  }
  .table-basic.table-cancelprice tr:last-child {
    border-bottom: none;
  }
  .table-basic.table-cancelprice th {
    width: 190px;
  }
  .table-basic.table-cancelprice td {
    text-align: right;
    width: calc(100% - 190px);
  }
}

a, a:visited {
  color: #5ea6f5;
  text-decoration: none;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  color: #fa2e09;
  text-decoration: none;
}
a:focus, a:visited:focus {
  text-decoration: none;
}

h1 {
  font-size: 1.5em;
}

.box-border-gray {
  background: #fff;
  border: #ccc 2px solid;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
}

header {
  background: #007099;
  height: 60px;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  header {
    width: 100%;
  }
}
header .page-header {
  position: relative;
  width: auto;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  header .page-header {
    width: 100%;
    padding: 0 15px;
  }
}
header .page-header p {
  margin: 0;
}
header .page-header-login {
  height: 100%;
}
header .page-header-login .login-title {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}
header .page-header-login .login-title h1 {
  border: none;
  padding-left: 0px;
  margin: auto 0;
}
@media screen and (max-width: 1200px) {
  header .page-header-login .login-title {
    width: 100%;
    padding: 0 15px;
  }
  header .page-header-login .login-title h1 {
    font-size: 1.4em;
  }
}
header .page-header-login .language-change ul {
  margin: auto 0;
}
header .page-header-login .language-change a.dropdown-toggle {
  color: #fff;
}
header .status {
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  header .status {
    font-size: 0.9em;
    line-height: 1.4;
  }
}
header .header-nav {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  color: #007099;
}
header .header-nav li {
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
  font-weight: normal;
}
header .header-nav li a .fa-globe {
  margin-right: 6px;
}
header .header-nav .caret {
  margin-left: 7px;
  border-top: 6px dashed;
}
@media screen and (max-width: 1200px) {
  header .header-nav {
    font-size: 0.7em;
  }
  header .header-nav li {
    display: block;
    margin-left: 0px;
    font-size: 1.3em;
  }
  header .header-nav #logout {
    padding-left: 15px;
  }
  header .header-nav .dropdown-menu {
    min-width: 100px;
    top: 30px;
  }
  header .header-nav .dropdown-menu a {
    padding: 3px 10px;
  }
}
header .menu {
  font-size: 1.3em;
  height: 100%;
}
header .menu ul {
  align-items: center;
  margin: 0;
  height: 100%;
}
header .menu li {
  margin-right: 15px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  outline: none;
}
@media screen and (max-width: 1200px) {
  header .menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: #fff;
  }
  header .menu ul {
    align-items: center;
    margin: 0;
    height: 100%;
    border-top: 1px solid #ccc;
    padding: 15px 0;
  }
  header .menu li {
    width: 100%;
    border-right: 1px solid #ccc;
    text-align: center;
    color: #333;
    font-size: 0.8em;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    padding: 0 5px;
    margin-right: 0;
    text-decoration: none;
  }
  header .menu li:nth-last-child(2) {
    border-right: none !important;
  }
  header .menu li i {
    font-size: 25px;
    margin-bottom: 5px;
  }
  header .menu li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
  }
}
header .menu-sp {
  text-align: center;
}
header .menu-sp i {
  font-size: 25px;
}

footer {
  background: #fff;
  border-top: solid 1px #D2D2D7;
  min-height: 190px;
}
footer .page-footer {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 2px 2px 2px;
}
footer .page-footer .infomation {
  font-size: 11px;
  color: #666666;
  padding-left: 5px;
}
footer .page-footer .copyright {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  footer .page-footer {
    font-size: 0.9em;
    width: 100%;
    padding: 15px 15px 103px;
  }
  footer .page-footer .page-footer-infomation {
    padding: 0;
  }
  footer .page-footer .infomation {
    font-size: 0.79em;
  }
}
@media screen and (max-width: 480px) {
  footer .page-footer .infomation {
    padding-left: 0;
    margin: 0 auto;
  }
}

.container {
  width: 100% !important;
  max-width: 1200px;
}

#loading-panel {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(51, 51, 51, 0.7);
}
#loading-panel .message-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#loading-panel .message {
  color: #fff;
}

.itemErrMsg, .is-error-msg {
  color: #fa2e09;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.submit-area {
  margin: 10px 0;
  padding: 0;
}
.submit-area.row .col-sm-4, .submit-area.row .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
.submit-area .btn.disabled {
  background-color: #dddddd;
}
.submit-area .btn {
  background-color: #ea5525;
  color: #fff;
  height: 50px;
}
.submit-area .btn-green {
  background-color: #319b7b;
}

.btn-submit {
  background-color: #ea5525;
  color: #fff;
}
.btn-submit:link, .btn-submit:visited, .btn-submit:hover, .btn-submit:active {
  color: #fff;
}

#btn-submit, #btn-print-open {
  display: block;
  text-align: center;
  font-size: 18px;
}
#btn-submit:after, #btn-print-open:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 10px;
}
#btn-submit:hover, #btn-print-open:hover {
  opacity: 1;
  background: #ee7954;
}
@media screen and (max-width: 1200px) {
  #btn-submit, #btn-print-open {
    width: 100%;
    font-size: 18px;
  }
}
#btn-submit:disabled, #btn-print-open:disabled {
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #btn-submit, #btn-print-open {
    margin-bottom: 10px;
  }
}

.btn-airticket, .btn-flightrequests {
  display: block;
  text-align: center;
  background-color: #ea5525;
  color: #fff;
}
.btn-airticket:link, .btn-airticket:visited, .btn-airticket:hover, .btn-airticket:active, .btn-flightrequests:link, .btn-flightrequests:visited, .btn-flightrequests:hover, .btn-flightrequests:active {
  color: #fff;
}
.btn-airticket:hover, .btn-flightrequests:hover {
  opacity: 1;
  background: #ee7954;
}
.btn-airticket:focus, .btn-flightrequests:focus {
  color: #fff;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .btn-airticket, .btn-flightrequests {
    width: 100%;
  }
}
.btn-airticket:disabled, .btn-flightrequests:disabled {
  pointer-events: none;
}

#btn-back-page, #btn-back-prevpage {
  display: block;
  text-align: center;
  background: #605454;
  font-size: 18px;
}
#btn-back-page:before, #btn-back-prevpage:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  position: absolute;
  left: 10px;
}
#btn-back-page:hover, #btn-back-prevpage:hover {
  opacity: 1;
  background: #7b6c6c;
}
#btn-back-page:disabled, #btn-back-prevpage:disabled {
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #btn-back-page, #btn-back-prevpage {
    margin-bottom: 10px;
  }
  #btn-back-page:hover, #btn-back-prevpage:hover {
    opacity: 0.65;
    background: #605454;
  }
}

.btn-sub-red {
  background-color: #ea5525;
  color: #fff;
}
.btn-sub-red:hover {
  color: #fff;
  opacity: 1;
  background: #ee7954;
}
@media screen and (max-width: 1200px) {
  .btn-sub-red:hover {
    opacity: 0.65;
    background: #ea5525;
  }
}

.btn-sub-black {
  background-color: #605454;
  color: #fff;
}
.btn-sub-black:hover {
  color: #fff;
  opacity: 1;
  background: #7b6c6c;
}
.btn-sub-black:disabled {
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .btn-sub-black {
    margin-bottom: 10px;
  }
  .btn-sub-black:hover {
    opacity: 0.65;
    background: #605454;
  }
}

/* all */
blockquote {
  border-left: none;
}

.has-error input,
.has-error optgroup,
.has-error select,
.has-error textarea {
  border: 1px solid #ff4444 !important;
}

.has-error .help-block {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 800;
  padding: 5px;
  border-radius: 3px;
}

/*============================
error SECTION STYLES
==============================*/
#error .error-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
  min-height: 250px;
}
#error h3 {
  color: #fa2e09;
  background-color: #fff;
  padding: 10px 5px;
  border: none;
}
#error hr {
  border-top: 2px solid #fa2e09 !important;
}
#error .social-below {
  display: block;
  margin-top: 5px;
}
#error p.border {
  color: #dd4b39 !important;
  border-radius: 3px;
  padding: 10px;
}

.callout {
  border-left: 5px solid #eee;
  border-radius: 3px;
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
}
.callout.callout-danger {
  border-color: #c23321;
  /*background-color: #dd4b39 !important;*/
  color: #c23321;
}

.modal {
  color: #000 !important;
}

.navbar {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  padding-right: 0px;
  min-height: 15px;
  color: #5ea6f5;
}
.navbar li {
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .navbar {
    top: 5px;
    font-size: 0.7em;
    margin-bottom: 20px;
  }
  .navbar li {
    display: block;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .navbar #logout {
    padding-left: 15px;
  }
  .navbar .dropdown-menu {
    min-width: 100px;
  }
  .navbar .dropdown-menu a {
    padding: 3px 10px;
  }
  .navbar .navbar-nav {
    margin: 0px -15px;
  }
}

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

.navbar-toggle {
  margin-right: 10px;
  margin-bottom: 3px;
}

.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-top: 0px;
  line-height: 0px;
  padding: 0px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 3px;
}

.navbar-right .dropdown-menu {
  right: 0;
  left: 0;
  min-width: 130px;
}
@media screen and (max-width: 1200px) {
  .navbar-right .dropdown-menu {
    min-width: 100px;
  }
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #007099;
}

@media screen and (max-width: 1200px) {
  .navbar-default .navbar-collapse {
    border: solid 1px #D2D2D7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #007099;
  }
  .nav > li {
    line-height: 35px;
    text-decoration: underline;
    padding-top: 5px;
    border-top: 1px solid #CCC;
  }
  .nav > li > a {
    text-decoration: underline;
    padding-top: 15px;
    padding: 5px 15px;
    line-height: 30px;
  }
  .nav > li.dropdown > a {
    padding-bottom: 0px;
  }
  li:first-child {
    border-top: none;
  }
  .dropdown-menu {
    padding-top: 5px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 15px;
  }
}
.grecaptcha-badge {
  margin-bottom: 55px;
}

/* LGOIN start */
#login p {
  margin: 10px 0 10px 0 !important;
}
@media screen and (max-width: 1200px) {
  #login p {
    font-size: 12px;
  }
}
#login hr {
  margin-top: auto;
  width: 100% !important;
}
#login .example {
  white-space: nowrap;
}
#login .login-area {
  height: auto;
}
@media screen and (max-width: 1200px) {
  #login .login-area {
    padding: 0px 0px 5px 0px;
    display: block;
    width: 100%;
  }
  #login .login-area .flexbox {
    display: block;
  }
}
#login .login-area label {
  margin: 0px;
}
#login .login-area input {
  cursor: pointer;
}
#login .login-area .form-group {
  width: 33.3%;
  margin: 0 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  #login .login-area .form-group {
    width: 100%;
    margin: 0 0 15px;
  }
}
#login .login-area .form-group label {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  #login .login-area .form-group label {
    font-size: 0.9em;
  }
}
#login .login-area .recapcha {
  text-align: center;
  margin: 0 auto 10px;
}
#login .login-area .recapcha div {
  margin: auto;
}
#login .login-area .inputul {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
#login .login-area .inputul .li02 {
  display: inline-block;
  width: 320px;
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 760px) {
  #login .login-area .inputul .li02 {
    width: 100%;
    display: block;
    margin: 0;
  }
}
#login .login-area .inputul .li03 {
  display: inline-block;
  width: 200px;
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 760px) {
  #login .login-area .inputul .li03 {
    width: 100%;
  }
}
#login .login-area .inputul .li04 {
  display: inline-block;
  width: 150px;
  float: left;
}
@media screen and (max-width: 760px) {
  #login .login-area .inputul .li04 {
    width: 100%;
  }
}
#login .login-area #login-btn-area {
  text-align: center;
}
#login .login-area #login-btn-area .btn {
  height: 40px;
  width: 300px;
  outline: 0;
}
#login .login-area #login-btn-area .btn:hover {
  opacity: 1;
  background: #ee7954;
}
@media screen and (max-width: 1200px) {
  #login .login-area #login-btn-area .btn {
    width: 100%;
    font-size: 18px;
  }
}

.marginunder30 {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-weight: 800;
  padding: 5px;
}

/* LGOIN end */
.body-content {
  padding-top: 60px;
}
.body-content p {
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .body-content {
    width: 100%;
    padding: 60px 15px 15px;
  }
}
@media screen and (max-width: 320px) {
  .body-content {
    width: 320px;
    padding: 60px 15px 15px;
  }
}

/* 旅程表系 start */
@media screen and (max-width: 1200px) {
  #reservation {
    /* zendeskの位置調整 */
  }
  #reservation .zEWidget-launcher {
    bottom: 90px !important;
  }
}
#reservation .hotel-reserve-no {
  margin-bottom: 10px;
}
#reservation .flight-reserve-no, #reservation .hotel-reserve-no {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #reservation .flight-reserve-no, #reservation .hotel-reserve-no {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 10px;
  }
}
#reservation dl.dl-horizontal dt {
  width: 15px;
}
#reservation dl.dl-horizontal dd {
  margin-left: 15px;
}
#reservation .radio-group {
  margin-bottom: 0;
  padding-left: 4px;
  line-height: 1.7;
}
#reservation .radio-group label {
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
  vertical-align: middle;
}
#reservation .table-price .offprice {
  display: none !important;
}
#reservation .hotel-important-notice p {
  word-break: break-all;
}
#reservation .hotel-main {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  #reservation .hotel-main {
    flex-direction: column;
  }
}
#reservation .hotel-main .hotel-top-img {
  width: 350px;
}
#reservation .hotel-main .hotel-top-img img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #reservation .hotel-main .hotel-top-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* 旅程表 end */
#cancel textarea {
  border: 1px solid #999999;
  border-radius: 8px;
  color: #000;
  width: 100%;
  padding: 5px;
}
#cancel .subtitle {
  font-size: 1.2em;
  margin-top: 5px;
  padding-left: 3px;
}
@media screen and (max-width: 1200px) {
  #cancel .subtitle {
    font-size: 0.9em;
  }
}
#cancel .message {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #cancel .btn {
    padding: 6px 8px;
  }
}
#cancel .table-price th {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  #cancel .table-price th {
    width: 100%;
  }
}

#cancel .contents-wrapper, #receipt .contents-wrapper {
  border-radius: 5px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#cancel .contents-wrapper .explanatorytext, #receipt .contents-wrapper .explanatorytext {
  margin-top: 20px;
}

#receipt h3 {
  padding: 10px 5px;
  border: none;
}
#receipt label {
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  #receipt label {
    font-size: 0.8em;
  }
}
#receipt .contents-wrapper {
  padding: 0px;
}
#receipt .receipt-form {
  margin-top: 10px;
}
#receipt .message {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #receipt .btn {
    padding: 6px 8px;
  }
}

#receipt-body h3 {
  margin: 20px 0 !important;
}
#receipt-body h4 {
  text-align: center;
}
#receipt-body hr {
  margin-top: 0;
}
#receipt-body .header:before {
  display: table;
  content: " ";
}
#receipt-body .header:after {
  clear: both;
  display: table;
  content: " ";
}
#receipt-body .title {
  display: block;
  width: 100%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#receipt-body .receipt-logo-date {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #receipt-body .receipt-logo-date {
    margin-bottom: 10px;
  }
}
#receipt-body .receipt-logo-date .flexbox {
  align-items: center;
}
#receipt-body .receipt-logo-date .logo img {
  width: 190px;
}
@media screen and (max-width: 1200px) {
  #receipt-body .receipt-logo-date .logo {
    width: 50%;
  }
  #receipt-body .receipt-logo-date .logo img {
    width: 100%;
    max-width: 200px;
  }
}
#receipt-body .receipt-seal {
  width: 100%;
  height: 100px;
  position: relative;
  text-align: right;
}
#receipt-body .receipt-seal p {
  position: absolute;
  top: 40px;
  z-index: 2;
}
#receipt-body .receipt-seal .receipt-seal-img {
  position: absolute;
  right: 0;
  z-index: 1;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#receipt-body .receipt-seal .receipt-seal-img img {
  width: 100px;
}
#receipt-body footer {
  display: none;
}
#receipt-body .sign p {
  position: absolute;
  right: 5px;
}
#receipt-body .pad-bottom-half {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #receipt-body .btn {
    padding: 6px 8px;
  }
}
@media screen and (max-width: 1200px) {
  #receipt-body .media-left {
    padding-right: 0;
    padding-bottom: 10px;
    text-align: right;
  }
  #receipt-body .date-text p {
    font-size: 0.7em;
    text-align: right;
    padding-bottom: 0px;
    margin: 0;
  }
  #receipt-body .sign p {
    font-size: 0.8em;
  }
  #receipt-body .receipt-date {
    font-size: 0.8em;
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#receipt-body .table-receipt tbody th {
  width: 25%;
  color: #fbf5f5;
  background-color: #007099;
  font-size: 1em;
  border-top: 1px solid #ddd;
}
#receipt-body .table-receipt tr.lastline {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 1200px) {
  #receipt-body .table-receipt {
    font-size: 0.8em;
    border: solid 1px #dddddd;
    text-align: left;
  }
  #receipt-body .table-receipt tr {
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #receipt-body .table-receipt td {
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
    -ms-align-self: baseline;
    align-self: baseline;
    -webkit-flex-basis: 0.5;
    flex-basis: 0.5;
    width: 60%;
  }
  #receipt-body .table-receipt tbody th {
    -webkit-flex-basis: 0.5;
    flex-basis: 0.5;
    width: 40%;
  }
  #receipt-body .table-receipt .pricetext {
    white-space: nowrap;
  }
}
#receipt-body .price-breakdown {
  padding: 8px;
  width: 100%;
}
#receipt-body .price-breakdown td {
  width: 45%;
}
#receipt-body .price-breakdown td span.price {
  float: right;
}
@media screen and (max-width: 1200px) {
  #receipt-body .price-breakdown td {
    width: 100%;
  }
  #receipt-body .price-breakdown td span.tax {
    float: right;
  }
}
#receipt-body .invoice-number {
  float: right;
}
@media screen and (max-width: 1200px) {
  #receipt-body .invoice-number p {
    font-size: 0.8em;
  }
}

#eticket .contents-wrapper, #flightrequests .contents-wrapper {
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #eticket .btn, #flightrequests .btn {
    padding: 6px 8px;
  }
}
#eticket .table-eticket tr, #eticket .table-flightrequests tr, #flightrequests .table-eticket tr, #flightrequests .table-flightrequests tr {
  border-bottom: solid 1px #dddddd;
}
#eticket .table-eticket td, #eticket .table-flightrequests td, #flightrequests .table-eticket td, #flightrequests .table-flightrequests td {
  vertical-align: middle;
}
#eticket .table-eticket .name, #eticket .table-flightrequests .name, #flightrequests .table-eticket .name, #flightrequests .table-flightrequests .name {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #eticket .table-eticket, #eticket .table-flightrequests, #flightrequests .table-eticket, #flightrequests .table-flightrequests {
    font-size: 0.9em;
    margin-bottom: 0;
  }
  #eticket .table-eticket th, #eticket .table-eticket td, #eticket .table-flightrequests th, #eticket .table-flightrequests td, #flightrequests .table-eticket th, #flightrequests .table-eticket td, #flightrequests .table-flightrequests th, #flightrequests .table-flightrequests td {
    border: none;
  }
  #eticket .table-eticket th, #eticket .table-flightrequests th, #flightrequests .table-eticket th, #flightrequests .table-flightrequests th {
    display: none;
  }
  #eticket .table-eticket tr, #eticket .table-flightrequests tr, #flightrequests .table-eticket tr, #flightrequests .table-flightrequests tr {
    border-bottom: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    display: -webkit-box; /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #eticket .table-eticket td, #eticket .table-flightrequests td, #flightrequests .table-eticket td, #flightrequests .table-flightrequests td {
    flex-direction: column;
    width: 100%;
  }
  #eticket .table-eticket td:first-child, #eticket .table-flightrequests td:first-child, #flightrequests .table-eticket td:first-child, #flightrequests .table-flightrequests td:first-child {
    padding-bottom: 0;
  }
}
#eticket .flight-reserve-no, #flightrequests .flight-reserve-no {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #eticket .flight-reserve-no, #flightrequests .flight-reserve-no {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 10px;
  }
}

/*カルーセル*/
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
#MypageCarousel::-webkit-scrollbar {
  width: 0;
}

#MypageCarousel::-webkit-scrollbar-track {
  background: transparent;
}

#MypageCarousel::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

#MypageCarousel {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
  -ms-overflow-style: none;
}
#MypageCarousel .mypage-carousel ol,
#MypageCarousel .mypage-carousel li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#MypageCarousel .mypage-carousel {
  position: relative;
  height: 200px;
  margin-bottom: 50px;
  perspective: 100px;
}
#MypageCarousel .mypage-carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
#MypageCarousel .mypage-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #eaeaea;
  counter-increment: item;
}
#MypageCarousel .mypage-carousel:hover .mypage-carousel__snapper, #MypageCarousel .mypage-carousel:focus-within .mypage-carousel__snapper {
  animation-name: none;
}
#MypageCarousel .mypage-carousel__navigation {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  text-align: center;
}
#MypageCarousel .mypage-carousel__navigation-list, #MypageCarousel .mypage-carousel__navigation-item {
  display: inline-block;
}
#MypageCarousel .mypage-carousel__navigation-button {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #999;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}
#MypageCarousel .mypage-carousel::before, #MypageCarousel .mypage-carousel::after, #MypageCarousel .mypage-carousel__prev, #MypageCarousel .mypage-carousel__next {
  position: absolute;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  outline: 0;
  margin-bottom: 10px;
}
#MypageCarousel .mypage-carousel::before, #MypageCarousel .mypage-carousel__prev {
  right: 60px;
}
#MypageCarousel .mypage-carousel::after, #MypageCarousel .mypage-carousel__next {
  right: 20px;
}
#MypageCarousel .mypage-carousel::before, #MypageCarousel .mypage-carousel::after {
  z-index: 1;
  pointer-events: none;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #333;
  font-size: 2.5rem;
  padding-top: 5px;
}
#MypageCarousel .mypage-carousel::before {
  content: "\f053";
}
#MypageCarousel .mypage-carousel::after {
  content: "\f054";
}
#MypageCarousel .option-carousel_img {
  width: 300px;
  height: 200px;
}
#MypageCarousel .option-carousel_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#MypageCarousel .option-carousel_text {
  width: calc(100% - 300px);
  padding: 20px;
}
#MypageCarousel .option-carousel_text h3 {
  margin-bottom: 10px;
}
#MypageCarousel .option-carousel_text .option-carousel_text_detail {
  overflow-y: auto;
  overflow-x: hidden;
  height: 75px;
  margin-bottom: 10px;
}
#MypageCarousel .option-carousel_text .option-carousel_text_detail::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#MypageCarousel .option-carousel_text .option-carousel_text_detail::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#MypageCarousel .option-carousel_text p {
  height: auto;
  overflow: hidden;
}
#MypageCarousel .option-carousel_text .btn {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 760px) {
  #MypageCarousel .mypage-carousel {
    position: relative;
    height: 400px;
    margin-bottom: 50px;
    perspective: 100px;
  }
  #MypageCarousel .mypage-carousel__slide .flexbox {
    flex-direction: column;
  }
  #MypageCarousel .option-carousel_img {
    width: 100%;
    height: 150px;
  }
  #MypageCarousel .option-carousel_img img {
    height: 100%;
    object-fit: cover;
  }
  #MypageCarousel .option-carousel_text {
    width: 100%;
    padding: 15px;
    height: 180px;
    overflow: hidden;
  }
  #MypageCarousel .option-carousel_text h3 {
    width: calc(100% - 30px);
    font-size: 1.2em !important;
    border: none;
    margin: 0;
    background: none;
    color: #333;
    padding: 0;
    font-weight: 600;
    position: relative;
    left: 0;
    top: 0;
  }
  #MypageCarousel .option-carousel_text .option-carousel_text_detail {
    height: 110px;
  }
  #MypageCarousel .option-carousel_text .btn {
    position: absolute;
    bottom: 20px;
  }
  #MypageCarousel .option-carousel_text .btn {
    position: absolute;
    bottom: 20px;
  }
}

/*プリントアウト*/
@media print {
  section {
    display: block;
    page-break-after: always;
  }
  section:last-child, section.last-print {
    page-break-after: auto;
  }
  pre code {
    page-break-after: always;
  }
  @page {
    size: A4;
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  p a, code, pre {
    word-wrap: break-word;
  }
  pre a[href]:after {
    content: "";
  }
  pre abbr[title]:after {
    content: "";
  }
  pre .ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: "";
  }
  .no-print {
    display: none;
  }
  #eticket .eticket-header {
    padding: 20px;
  }
  iframe {
    display: none !important;
  }
  .logo img {
    display: block !important;
  }
  .receipt-wrapper {
    padding: 0;
    margin-bottom: 0;
  }
  #receipt-body .container, #eticket .container {
    width: 100% !important;
  }
  header {
    position: relative;
  }
  .body-content {
    padding-top: 0;
  }
  h2 {
    margin-top: 0;
  }
  .content-box {
    padding: 15px;
    margin-bottom: 15px;
  }
}
