@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/static/fonts/slick.eot");
  src: url("/static/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/static/fonts/slick.woff") format("woff"), url("/static/fonts/slick.ttf") format("truetype"), url("/static/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 8px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 8px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

.homepage #topimage .logo_box h1, .homepage #topimage .logo_box h2, .homepage #information .head, .homepage #information #posts .post .inner_post .text_box .title, .homepage #information .more a, .business-travel #description h3, .business-travel #description p, .business-travel #sensai-banner .banner-title, .business-travel #sections .section h4, .business-travel #section-header #section-header-inner .about-link, .information #information #posts .post .inner_post .text_box .title, .company h3, .homepage.en h3, #menu {
  font-family: "游明朝", "游明朝体", YuMincho, "Yu Mincho" ,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN" , "ＭＳ 明朝" , "MS Mincho" , HiraMinProN-W3 , "TakaoEx明朝" , TakaoExMincho , "MotoyaLCedar" , "Droid Sans Japanese" , serif; }

.form button.submit, .form ul#form-select li a, .form ul#form-select li span, #header #header-title, #header #header-info-box .under_info_box .top .ul_title, #privacy-policy h3,
#privacy-policy h4, #footer h4, .homepage #banners .banner a .banner_title, .business-travel #section-header h4 span, .business-travel h5, .form #thankyou-message h3 {
  font-family: "Hiragino Mincho Pro"; }

.business-travel #gallery-reserve a#gallery-reserve-link, ul.kome li, #header #header-info-box, #privacy-policy p,
#privacy-policy li,
#privacy-policy ol, #footer a, a.website-link span, .business-travel #sensai-banner .sensai-link a, .business-travel .download_links .link_description, .business-travel .download_links ul li .link_title, .business-travel .download_links ul li a, .business-travel #section-menu li a, .business-travel #sections p, .business-travel #sections .section .banner_link a, .business-travel #sections ul.circle-list a, .business-travel #sections ul.circle-list li, .business-travel #section-header, .business-travel #tabs *, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month, .business-travel #tabs .tab#tab-right ul#select_box li, .business-travel #tabs .tab#tab-right ul#select_box li a, .business-travel #tabs .tab#tab-right ul#select_box li a span, .business-travel #model-course-images .image_note, .business-travel #departure-table #panel *, .business-travel .about_trip .trip_info h6, .business-travel .about_trip .trip_info ul li, .business-travel .about_trip .trip_info .about_table dt, .business-travel .about_trip .trip_info .about_table dd, .business-travel #guide-steps .step, .business-travel #guide-steps .step h5, .business-travel #gallery-access #access-table, .business-travel #contact #access-table, .business-travel .description, .business-travel #faq .faq-group h5,
.business-travel #faq .faq-group h6,
.business-travel #faq .faq-group p, .business-travel #travel-insurance .insurance_description, .guntu #guide_head .guide_tel a, .guntu #guide_head .guide_web a, .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .guide_tel a, .guntu #about_trip_head .guide_web a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a, .guntu #guide_contents .guide_contents_tel .guide_content_normal_text, .guntu #guide_contents .guide_contents_web .guide_content_normal_text, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dt, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_web .guide_content_info dl dt, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .text, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .text, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .note, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .note, .guntu #qa_box .qa_section ul li .q_box *, .guntu #qa_box .qa_section ul li .a_box *, .business-travel .pc-tables .tabs,
.business-travel .mobile-tables .tabs, .business-travel .pc-tables td,
.business-travel .mobile-tables td, .business-travel #mobile-info,
.business-travel #mobile-info-domestic, .business-travel #mobile-info .info-wrap h4,
.business-travel #mobile-info-domestic .info-wrap h4, .business-travel #mobile-info .info-wrap h5,
.business-travel #mobile-info-domestic .info-wrap h5, .business-travel #links.section a, .form #pdf-documents, .form #pdf-documents .download_links .link_description, .form #pdf-documents .download_links ul li .link_title, .form #pdf-documents .download_links ul li a, .form p.form-head, .form .form-row, .form #bottom-buttons, .form #thankyou-message p, .form #thankyou-message #toplink, .company #company-information li, .homepage.en #company-information li, ul#menu-info-links {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  @media (max-width: 768px) {
    .business-travel #gallery-reserve a#gallery-reserve-link, ul.kome li, #header #header-info-box, #privacy-policy p,
    #privacy-policy li,
    #privacy-policy ol, #footer a, a.website-link span, .business-travel #sensai-banner .sensai-link a, .business-travel .download_links .link_description, .business-travel .download_links ul li .link_title, .business-travel .download_links ul li a, .business-travel #section-menu li a, .business-travel #sections p, .business-travel #sections .section .banner_link a, .business-travel #sections ul.circle-list a, .business-travel #sections ul.circle-list li, .business-travel #section-header, .business-travel #tabs *, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month, .business-travel #tabs .tab#tab-right ul#select_box li, .business-travel #tabs .tab#tab-right ul#select_box li a, .business-travel #tabs .tab#tab-right ul#select_box li a span, .business-travel #model-course-images .image_note, .business-travel #departure-table #panel *, .business-travel .about_trip .trip_info h6, .business-travel .about_trip .trip_info ul li, .business-travel .about_trip .trip_info .about_table dt, .business-travel .about_trip .trip_info .about_table dd, .business-travel #guide-steps .step, .business-travel #guide-steps .step h5, .business-travel #gallery-access #access-table, .business-travel #contact #access-table, .business-travel .description, .business-travel #faq .faq-group h5,
    .business-travel #faq .faq-group h6,
    .business-travel #faq .faq-group p, .business-travel #travel-insurance .insurance_description, .guntu #guide_head .guide_tel a, .guntu #guide_head .guide_web a, .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .guide_tel a, .guntu #about_trip_head .guide_web a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a, .guntu #guide_contents .guide_contents_tel .guide_content_normal_text, .guntu #guide_contents .guide_contents_web .guide_content_normal_text, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dt, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_web .guide_content_info dl dt, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .text, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .text, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .note, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .note, .guntu #qa_box .qa_section ul li .q_box *, .guntu #qa_box .qa_section ul li .a_box *, .business-travel .pc-tables .tabs,
    .business-travel .mobile-tables .tabs, .business-travel .pc-tables td,
    .business-travel .mobile-tables td, .business-travel #mobile-info,
    .business-travel #mobile-info-domestic, .business-travel #mobile-info .info-wrap h4,
    .business-travel #mobile-info-domestic .info-wrap h4, .business-travel #mobile-info .info-wrap h5,
    .business-travel #mobile-info-domestic .info-wrap h5, .business-travel #links.section a, .form #pdf-documents, .form #pdf-documents .download_links .link_description, .form #pdf-documents .download_links ul li .link_title, .form #pdf-documents .download_links ul li a, .form p.form-head, .form .form-row, .form #bottom-buttons, .form #thankyou-message p, .form #thankyou-message #toplink, .company #company-information li, .homepage.en #company-information li, ul#menu-info-links {
      letter-spacing: normal; } }

.business-travel #faq .faq-group h6.q::before, .business-travel #faq .faq-group p.a::before, .homepage #information #posts .post .year, .homepage #information #posts .post .inner_post .month_day, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year_number, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month_number, .business-travel #tabs .tab#tab-right ul#select_box li span, .business-travel #tabs .tab#tab-right ul#select_box li a span, .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num, .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number, .guntu #qa_box .qa_section ul li .q_box .question .initial, .guntu #qa_box .qa_section ul li .a_box .answer .initial, .information #information #posts .post .year, .information #information #posts .post .inner_post .month_day {
  font-family: 'Martel', serif; }

#header #header-top-link, #lang_box *, #footer .left #footer-lang *, #footer #footer-copy, body.en #header #header-info-box a.inner_box span, body.en #header #header-info-box .under_info_box .top ul, body.en #header #header-info-box .under_info_box .top ul li, body.en #header #header-info-box .under_info_box .top p, body.en #header #header-info-box .under_info_box .bottom a, body.en #footer .right #footer-contact, body.en #footer .right #footer-company, .homepage #lang-box .inner-lang-box a, .company.en #content #company-information li.location .left_box .center, .homepage.en #content #company-information li.location .left_box .center, .company.en #content #company-information li.location .right_box, .homepage.en #content #company-information li.location .right_box, .company.en #content #company-information li h4, .homepage.en #content #company-information li h4, .company.en #content #company-information li p, .homepage.en #content #company-information li p, .company.en #content #company-information li ol li, .homepage.en #content #company-information li ol li, .inner-menu-wrapper #lang-box a, #menu h4, body.en #menu-wrapper .inner-menu-wrapper #menu #menu-info-links, body.en #menu-wrapper .inner-menu-wrapper #menu #menu-guntu-website-link span {
  font-family: 'Helvetica', 'Roboto', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif; }

.business-travel #gallery-reserve a#gallery-reserve-link {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  max-width: 200px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  background: #159ee2;
  border: 1px solid #159ee2; }
  @media (max-width: 768px) {
    .business-travel #gallery-reserve a#gallery-reserve-link {
      width: 100%;
      max-width: none;
      text-align: center;
      margin-top: 20px; } }
  .business-travel #gallery-reserve a#gallery-reserve-link span {
    display: inline-block; }
  .business-travel #gallery-reserve a#gallery-reserve-link:hover {
    background: #fff;
    color: #159ee2; }

.business-travel #faq .faq-group h6.q::before, .business-travel #faq .faq-group p.a::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 22px; }
  @media (max-width: 768px) {
    .business-travel #faq .faq-group h6.q::before, .business-travel #faq .faq-group p.a::before {
      font-size: 14px; } }

.form button.submit, .form ul#form-select li a, .form ul#form-select li span {
  background: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  color: #3c4146;
  font-size: 18px;
  padding: 15px 0;
  border: 1px solid #159ee2;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  text-align: center; }

body {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

br.max450 {
  display: none; }
  @media screen and (max-width: 450px) {
    br.max450 {
      display: block; } }

ul.kome {
  margin: 0;
  padding: 0; }
  ul.kome li {
    letter-spacing: normal;
    margin: 0;
    font-size: 12px;
    padding: 0 0 10px 13px;
    list-style: none;
    line-height: 18px;
    position: relative; }
    @media (max-width: 768px) {
      ul.kome li {
        font-size: 10px; } }
    ul.kome li::before {
      content: "*";
      position: absolute;
      left: 0;
      top: 2px; }
    ul.kome li.notice::before {
      content: "※";
      position: absolute;
      left: 0;
      top: 0; }

html, body {
  height: 100%;
  margin: 0; }

body.hidden {
  visibility: hidden; }

body #inner-body {
  min-height: 100%;
  margin-bottom: -196px; }
  @media (max-width: 768px) {
    body #inner-body {
      margin-bottom: -266px; } }
  body #inner-body #footer-height {
    height: 196px; }
    @media (max-width: 768px) {
      body #inner-body #footer-height {
        height: 266px; } }

body.en #inner-body {
  min-height: 100%;
  margin-bottom: -182px; }
  @media (max-width: 768px) {
    body.en #inner-body {
      margin-bottom: -210px; } }
  body.en #inner-body #footer-height {
    height: 182px; }
    @media (max-width: 768px) {
      body.en #inner-body #footer-height {
        height: 210px; } }

#header {
  height: 57px;
  background: #fff;
  position: fixed;
  z-index: 989;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e7e7e7; }
  @media (max-width: 768px) {
    #header {
      height: 42px;
      position: realative; } }
  #header a {
    text-decoration: none;
    color: #333; }
  #header #header-top-link {
    display: block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 21px 10px 0 60px;
    position: absolute; }
    @media (max-width: 768px) {
      #header #header-top-link {
        padding: 15px 0 0 0;
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0.2px;
        margin-left: 40px; } }
  #header #header-title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 57px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: -1;
    line-height: 57px;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.3px; }
    #header #header-title span {
      letter-spacing: 2px; }
    @media (max-width: 768px) {
      #header #header-title {
        font-size: 12px;
        height: 42px;
        line-height: 42px;
        padding: 0; } }
  #header #header-info-box {
    position: absolute;
    top: 0;
    right: 0; }
    #header #header-info-box.active a.inner_box img {
      margin: 15px auto 0 auto;
      transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
      -webkit-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg); }
      @media (max-width: 768px) {
        #header #header-info-box.active a.inner_box img {
          margin: 10px auto 0 auto; } }
      @media screen and (max-width: 600px) {
        #header #header-info-box.active a.inner_box img {
          margin: 5px auto 0 auto; } }
    #header #header-info-box.active .under_info_box {
      display: block; }
    #header #header-info-box a.inner_box {
      display: block;
      width: 220px;
      height: 57px;
      padding: 13px 0 0 0;
      text-align: center;
      background: #a3b3be; }
      @media (max-width: 768px) {
        #header #header-info-box a.inner_box {
          width: 200px;
          height: 42px;
          padding: 9px 0 0 0; } }
      @media screen and (max-width: 600px) {
        #header #header-info-box a.inner_box {
          width: 120px;
          padding: 3px 0 0 0; } }
      #header #header-info-box a.inner_box span {
        display: block;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.5px; }
        @media screen and (max-width: 600px) {
          #header #header-info-box a.inner_box span {
            line-height: 1.2; } }
        #header #header-info-box a.inner_box span span.slash {
          display: inline;
          padding: 0 3px; }
          @media screen and (max-width: 600px) {
            #header #header-info-box a.inner_box span span.slash {
              display: none; } }
        #header #header-info-box a.inner_box span br {
          display: none; }
          @media screen and (max-width: 600px) {
            #header #header-info-box a.inner_box span br {
              display: block; } }
      #header #header-info-box a.inner_box img {
        display: block;
        width: 9px;
        height: auto;
        margin: 14px auto 0 auto; }
        @media (max-width: 768px) {
          #header #header-info-box a.inner_box img {
            width: 7px;
            margin: 9px auto 0 auto; } }
        @media screen and (max-width: 600px) {
          #header #header-info-box a.inner_box img {
            margin: 5px auto 0 auto; } }
      #header #header-info-box a.inner_box:hover img {
        margin: 15px auto 0 auto; }
        @media (max-width: 768px) {
          #header #header-info-box a.inner_box:hover img {
            margin: 10px auto 0 auto; } }
        @media screen and (max-width: 600px) {
          #header #header-info-box a.inner_box:hover img {
            margin: 5px auto 0 auto; } }
    #header #header-info-box .under_info_box {
      position: absolute;
      top: 57px;
      right: 0;
      z-index: 2;
      width: 220px;
      background: #ffffff;
      display: none;
      box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 768px) {
        #header #header-info-box .under_info_box {
          top: 42px;
          width: 200px; } }
      @media screen and (max-width: 600px) {
        #header #header-info-box .under_info_box {
          width: 100vw;
          box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5); } }
      #header #header-info-box .under_info_box .top {
        border-left: 1px solid #a3b3be;
        border-right: 1px solid #a3b3be;
        padding: 16px 17px; }
        @media screen and (max-width: 600px) {
          #header #header-info-box .under_info_box .top {
            border-left: none;
            border-right: none;
            padding: 16px 36px 16px 36px; } }
        #header #header-info-box .under_info_box .top .ul_title {
          font-size: 12px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 1.3px; }
        #header #header-info-box .under_info_box .top ul, #header #header-info-box .under_info_box .top ul li, #header #header-info-box .under_info_box .top p {
          line-height: 1;
          margin: 0;
          padding: 0;
          list-style: none; }
        #header #header-info-box .under_info_box .top ul li {
          border-top: 1px dotted #a3b3be; }
          #header #header-info-box .under_info_box .top ul li:first-child {
            border-top: 1px dotted transparent; }
          #header #header-info-box .under_info_box .top ul li.phone .left, #header #header-info-box .under_info_box .top ul li.mail .left {
            display: block;
            float: left; }
          #header #header-info-box .under_info_box .top ul li.phone .right, #header #header-info-box .under_info_box .top ul li.mail .right {
            display: block;
            font-size: 11px;
            letter-spacing: 0.8px;
            margin: 0 0 0 21px; }
          #header #header-info-box .under_info_box .top ul li.phone:after, #header #header-info-box .under_info_box .top ul li.mail:after {
            content: "";
            display: block;
            clear: both; }
          #header #header-info-box .under_info_box .top ul li.phone {
            padding: 17px 0 8px 0; }
            @media screen and (max-width: 600px) {
              #header #header-info-box .under_info_box .top ul li.phone {
                padding: 14px 0 9px 0; } }
            #header #header-info-box .under_info_box .top ul li.phone .left {
              width: 8px;
              height: auto;
              margin: 0 0 0 1px; }
          #header #header-info-box .under_info_box .top ul li.mail {
            padding: 8px 0 8px 0; }
            #header #header-info-box .under_info_box .top ul li.mail .left {
              width: 12px;
              height: auto;
              margin: 2px 0 0 0; }
            #header #header-info-box .under_info_box .top ul li.mail .right {
              color: #159de1; }
              #header #header-info-box .under_info_box .top ul li.mail .right:hover {
                opacity: 0.8; }
          #header #header-info-box .under_info_box .top ul li.note {
            padding: 6px 0 0 0; }
            #header #header-info-box .under_info_box .top ul li.note p {
              font-size: 10px;
              line-height: 1.5;
              letter-spacing: 0.7px; }
              @media screen and (max-width: 600px) {
                #header #header-info-box .under_info_box .top ul li.note p br {
                  display: none; } }
              #header #header-info-box .under_info_box .top ul li.note p span {
                padding-right: 3px; }
                @media screen and (max-width: 600px) {
                  #header #header-info-box .under_info_box .top ul li.note p span {
                    display: none; } }
      #header #header-info-box .under_info_box .bottom {
        text-align: center; }
        #header #header-info-box .under_info_box .bottom a {
          display: block;
          font-size: 11px;
          font-weight: bold;
          line-height: 1;
          letter-spacing: 1.3px;
          color: #ffffff;
          padding: 18px 0 18px 0;
          background: #159de1;
          border: 1px solid #159de1; }
          @media screen and (max-width: 600px) {
            #header #header-info-box .under_info_box .bottom a {
              padding: 15px 0 15px 0; } }
          #header #header-info-box .under_info_box .bottom a:hover {
            opacity: 0.8; }
  .homepage #header {
    background: none;
    border-bottom: 0; }
    .homepage #header #header-top-link,
    .homepage #header #header-tabi-link {
      display: none; }

#lang_box {
  width: 76px;
  height: 29px;
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 600px) {
    #lang_box.none {
      display: none; } }
  #lang_box * {
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.6px; }
    @media (max-width: 768px) {
      #lang_box * {
        font-size: 10px; } }
  @media (max-width: 768px) {
    #lang_box {
      width: 56px;
      height: 23px;
      top: 10px;
      right: 8px; } }
  #lang_box .lang_jp, #lang_box .lang_en {
    height: 100%; }
    #lang_box .lang_jp a, #lang_box .lang_en a {
      height: 100%;
      display: block;
      text-align: center;
      color: #999999;
      padding-top: 8px; }
      @media (max-width: 768px) {
        #lang_box .lang_jp a, #lang_box .lang_en a {
          padding-top: 5px; } }
      #lang_box .lang_jp a:hover, #lang_box .lang_en a:hover {
        color: #333333; }
      .sp #lang_box .lang_jp a:hover, .tablet #lang_box .lang_jp a:hover, .sp #lang_box .lang_en a:hover, .tablet #lang_box .lang_en a:hover {
        color: #999999; }
      #lang_box .lang_jp a.current, #lang_box .lang_en a.current {
        color: #333333; }
        #lang_box .lang_jp a.current:hover, #lang_box .lang_en a.current:hover {
          color: #333333; }
        .sp #lang_box .lang_jp a.current:hover, .tablet #lang_box .lang_jp a.current:hover, .sp #lang_box .lang_en a.current:hover, .tablet #lang_box .lang_en a.current:hover {
          color: #333333; }
  #lang_box .lang_jp {
    float: left;
    width: 50%;
    position: relative; }
    #lang_box .lang_jp:after {
      content: "";
      display: block;
      width: 1px;
      height: 11px;
      position: absolute;
      top: 8px;
      right: 1px;
      background: #cbcbcb; }
      @media (max-width: 768px) {
        #lang_box .lang_jp:after {
          height: 10px;
          top: 5px; } }
  #lang_box .lang_en {
    float: left;
    width: 50%; }
  #lang_box:after {
    content: "";
    display: block;
    clear: both; }
  #lang_box.about_guntu {
    top: 77px; }
    @media (max-width: 768px) {
      #lang_box.about_guntu {
        top: 58px; } }

#content {
  margin-top: 57px; }
  .homepage #content {
    margin-top: 0; }
  .information #content {
    margin-top: 0;
    padding-top: 57px; }
    @media (max-width: 768px) {
      .information #content {
        padding-top: 42px; } }
  @media (max-width: 768px) {
    #content {
      margin-top: 0; } }

#privacy-policy {
  width: 80%;
  margin-left: 20%;
  padding-top: 60px;
  padding-right: 5%;
  padding-bottom: 46px; }
  #privacy-policy a {
    color: black; }
    #privacy-policy a:hover {
      color: #aaa; }
  @media (max-width: 768px) {
    #privacy-policy {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  #privacy-policy h3,
  #privacy-policy h4 {
    font-size: 14px; }
  #privacy-policy h4 {
    margin-top: 40px; }
    @media (max-width: 768px) {
      #privacy-policy h4 {
        margin-top: 20px; } }
  #privacy-policy .indent {
    margin-left: 30px; }
  @media (max-width: 768px) {
    #privacy-policy p,
    #privacy-policy li,
    #privacy-policy ol {
      margin-top: 10px; } }
  #privacy-policy li ol {
    counter-reset: list;
    margin-left: 0;
    padding-left: 0; }
    #privacy-policy li ol > li {
      list-style: none;
      padding-left: 25px;
      position: relative; }
    #privacy-policy li ol > li::before {
      position: absolute;
      left: 0;
      content: "(" counter(list) ") ";
      counter-increment: list; }
  #privacy-policy ol,
  #privacy-policy ul {
    margin-left: 0;
    padding-left: 20px; }
    @media (max-width: 768px) {
      #privacy-policy ol,
      #privacy-policy ul {
        padding-left: 14px; } }
    #privacy-policy ol li,
    #privacy-policy ul li {
      margin-top: 8px; }
  #privacy-policy li ul {
    list-style: disc; }
  @media (max-width: 768px) {
    #privacy-policy li p,
    #privacy-policy li ol,
    #privacy-policy li ul {
      margin-left: -14px; } }
  #privacy-policy .brackets li.two_digits {
    padding-left: 34px; }
  #privacy-policy p.margin_a {
    padding: 14px 0; }
  #privacy-policy p.margin_b {
    padding-top: 14px; }

#footer {
  width: 100%;
  height: 196px;
  background: #3d4147;
  padding: 24px 80px 0 80px;
  color: #fff;
  position: relative; }
  @media (max-width: 768px) {
    #footer {
      height: 266px;
      padding: 24px 30px 0 30px; } }
  #footer .left,
  #footer .right {
    display: inline-block;
    vertical-align: top; }
  #footer .left {
    width: calc( 100% - 212px); }
    @media (max-width: 768px) {
      #footer .left {
        width: 100%; } }
    #footer .left #footer-lang {
      margin-top: 24px; }
      @media (max-width: 768px) {
        #footer .left #footer-lang {
          position: absolute;
          top: 30px;
          right: 30px;
          margin-top: 0; } }
      #footer .left #footer-lang * {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 1px; }
      #footer .left #footer-lang a {
        opacity: 0.7; }
        #footer .left #footer-lang a.current {
          opacity: 1; }
      #footer .left #footer-lang .lang_jp {
        float: left;
        padding-right: 24px;
        position: relative; }
        #footer .left #footer-lang .lang_jp:after {
          content: "";
          display: block;
          width: 1px;
          height: 11px;
          position: absolute;
          top: 0;
          right: 12px;
          background: #cbcbcb; }
      #footer .left #footer-lang .lang_en {
        float: left; }
      #footer .left #footer-lang:after {
        content: "";
        display: block;
        clear: both; }
  #footer .right {
    width: 212px; }
    @media (max-width: 768px) {
      #footer .right {
        width: 100%; } }
  #footer h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    #footer h4 .mobile-br {
      display: none; }
  #footer a {
    color: #e2e2e2;
    text-decoration: none;
    line-height: 24px; }
    #footer a:hover {
      color: #cbcbcb; }
  #footer #footer-company {
    margin-top: 17px;
    font-size: 12px;
    display: inline-block; }
    @media (max-width: 768px) {
      #footer #footer-company {
        margin-top: 3px; } }
  #footer #footer-contact {
    font-size: 14px;
    display: inline-block;
    width: 100%; }
    #footer #footer-contact img {
      height: 12px;
      width: auto;
      display: inline-block;
      margin-right: 3px; }
      @media (max-width: 768px) {
        #footer #footer-contact img {
          height: 11px; } }
    @media (max-width: 768px) {
      #footer #footer-contact {
        margin-top: 19px;
        font-size: 13px; } }
  #footer #footer-pdf {
    font-size: 12px; }
    #footer #footer-pdf img {
      height: 11px;
      width: auto;
      display: inline-block;
      margin-left: 3px;
      margin-bottom: -2px; }
    @media (max-width: 768px) {
      #footer #footer-pdf {
        display: inline-block;
        margin-top: 2px; } }
  #footer #footer-privacy {
    font-size: 12px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%; }
    @media (max-width: 768px) {
      #footer #footer-privacy {
        margin-top: 3px;
        margin-bottom: 2px; } }
  #footer #footer-setouchi {
    font-size: 12px;
    display: inline-block;
    margin-top: 50px;
    width: 100%; }
  #footer #footer-copy {
    color: #cbcbcb;
    font-size: 11px;
    letter-spacing: 0.6px;
    position: absolute;
    bottom: 25px;
    left: 80px; }
    @media (max-width: 768px) {
      #footer #footer-copy {
        left: 30px; } }

a.website-link {
  padding: 14px 8px 9px;
  display: inline-block;
  border: 1px solid #159ee2;
  text-decoration: none;
  right: 10px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  top: 100px;
  color: #333; }
  a.website-link #white-logo {
    display: none; }
  a.website-link:hover {
    background: #159ee2;
    color: #fff; }
    a.website-link:hover #black-logo {
      display: none; }
    a.website-link:hover #white-logo {
      display: inline-block; }
  a.website-link img {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 54px; }
  a.website-link span {
    font-size: 10px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top; }

body.en #header #header-info-box.active a.inner_box img {
  margin: 14px auto 0 auto; }
  @media (max-width: 768px) {
    body.en #header #header-info-box.active a.inner_box img {
      margin: 10px auto 0 auto; } }

body.en #header #header-info-box a.inner_box {
  padding: 14px 0 0 0; }
  @media (max-width: 768px) {
    body.en #header #header-info-box a.inner_box {
      padding: 8px 0 0 0; } }
  body.en #header #header-info-box a.inner_box span {
    letter-spacing: 1.2px; }
    @media (max-width: 768px) {
      body.en #header #header-info-box a.inner_box span {
        line-height: 1; } }
    @media screen and (max-width: 600px) {
      body.en #header #header-info-box a.inner_box span {
        letter-spacing: 1.1px; } }
  body.en #header #header-info-box a.inner_box img {
    margin: 13px auto 0 auto; }
    @media (max-width: 768px) {
      body.en #header #header-info-box a.inner_box img {
        margin: 9px auto 0 auto; } }
  body.en #header #header-info-box a.inner_box:hover img {
    margin: 14px auto 0 auto; }
    @media (max-width: 768px) {
      body.en #header #header-info-box a.inner_box:hover img {
        margin: 10px auto 0 auto; } }

body.en #header #header-info-box .under_info_box .top {
  border-bottom: 1px solid #a3b3be;
  padding: 16px 17px 18px 17px; }
  @media screen and (max-width: 600px) {
    body.en #header #header-info-box .under_info_box .top {
      padding: 16px 36px 18px 36px; } }
  @media screen and (max-width: 600px) {
    body.en #header #header-info-box .under_info_box .top ul li.phone {
      padding: 16px 0 8px 0; } }
  @media screen and (max-width: 600px) {
    body.en #header #header-info-box .under_info_box .top ul li.note {
      padding: 5px 0 0 0; } }
  body.en #header #header-info-box .under_info_box .top ul li.note p {
    line-height: 1.4;
    letter-spacing: 0.8px; }

body.en #header #header-info-box .under_info_box .bottom a {
  letter-spacing: 1px;
  padding: 19px 0 18px 0; }
  @media screen and (max-width: 600px) {
    body.en #header #header-info-box .under_info_box .bottom a {
      padding: 15px 0 14px 0; } }

body.en #footer {
  height: 182px; }
  @media (max-width: 768px) {
    body.en #footer {
      height: 210px; } }
  body.en #footer .right #footer-contact {
    font-size: 16px;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      body.en #footer .right #footer-contact {
        font-size: 13px;
        margin: 19px 0 0 0;
        text-align: left; } }
  body.en #footer .right #footer-company {
    letter-spacing: 1px;
    margin-top: 18px; }
    @media (max-width: 768px) {
      body.en #footer .right #footer-company {
        margin-top: 3px; } }

.homepage #content {
  position: relative; }

.homepage #topimage {
  position: relative;
  overflow: hidden; }
  .homepage #topimage:before {
    content: "";
    display: block;
    padding-top: 40%; }
    @media (max-width: 768px) {
      .homepage #topimage:before {
        padding-top: 66.6%; } }
  .homepage #topimage .main_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("/static/images/top-sub.jpg");
    background-position: top center;
    background-size: cover;
    opacity: 0.9; }
  .homepage #topimage .logo_box {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    padding: 23px 24px 28px 27px;
    background: #ffffff; }
    @media screen and (max-width: 870px) {
      .homepage #topimage .logo_box {
        padding: 22px 22px 26px 25px; } }
    @media (max-width: 768px) {
      .homepage #topimage .logo_box {
        left: 30px;
        padding: 18px 18px 20px 21px; } }
    @media screen and (max-width: 550px) {
      .homepage #topimage .logo_box {
        left: 0;
        padding: 18px 16px 20px 18px; } }
    .homepage #topimage .logo_box h1 {
      font-size: 40px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 3px;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 870px) {
        .homepage #topimage .logo_box h1 {
          font-size: 34px; } }
      @media (max-width: 768px) {
        .homepage #topimage .logo_box h1 {
          font-size: 30px;
          letter-spacing: 2.2px; } }
      @media screen and (max-width: 550px) {
        .homepage #topimage .logo_box h1 {
          font-size: 22px;
          letter-spacing: 1.8px; } }
    .homepage #topimage .logo_box h2 {
      font-size: 20px;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 1px;
      margin: 0;
      padding: 0;
      padding-top: 28px; }
      @media screen and (max-width: 870px) {
        .homepage #topimage .logo_box h2 {
          font-size: 18px;
          padding-top: 25px; } }
      @media (max-width: 768px) {
        .homepage #topimage .logo_box h2 {
          font-size: 16px;
          padding-top: 21px; } }
      @media screen and (max-width: 550px) {
        .homepage #topimage .logo_box h2 {
          font-size: 12px;
          padding-top: 16px; } }

.homepage #lang-box {
  width: 110px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: #a3b3bd; }
  @media (max-width: 768px) {
    .homepage #lang-box {
      width: 90px;
      height: 40px; } }
  @media screen and (max-width: 550px) {
    .homepage #lang-box {
      width: 90px;
      height: 35px; } }
  .homepage #lang-box .inner-lang-box {
    display: inline-block;
    font-size: 0;
    padding: 17px 0 0 0; }
    @media (max-width: 768px) {
      .homepage #lang-box .inner-lang-box {
        padding: 14px 0 0 0; } }
    @media screen and (max-width: 550px) {
      .homepage #lang-box .inner-lang-box {
        padding: 12px 0 0 0; } }
    .homepage #lang-box .inner-lang-box .lang_jp, .homepage #lang-box .inner-lang-box .lang_en {
      float: left; }
    .homepage #lang-box .inner-lang-box .lang_jp {
      position: relative;
      padding-right: 25px; }
      @media (max-width: 768px) {
        .homepage #lang-box .inner-lang-box .lang_jp {
          padding-right: 22px; } }
      .homepage #lang-box .inner-lang-box .lang_jp:after {
        content: "";
        display: block;
        width: 1px;
        height: 12px;
        position: absolute;
        top: 1px;
        right: 13px;
        background-color: rgba(60, 65, 70, 0.7); }
        @media (max-width: 768px) {
          .homepage #lang-box .inner-lang-box .lang_jp:after {
            height: 11px;
            top: 0;
            right: 11px; } }
    .homepage #lang-box .inner-lang-box a {
      font-size: 14px;
      line-height: 1;
      letter-spacing: 1px;
      color: #333333;
      text-decoration: none; }
      .homepage #lang-box .inner-lang-box a.current {
        color: #ffffff; }
      @media (max-width: 768px) {
        .homepage #lang-box .inner-lang-box a {
          font-size: 12px; } }
    .homepage #lang-box .inner-lang-box a:hover {
      color: #ffffff; }

.homepage #information {
  max-width: 1410px;
  margin: 0 auto;
  padding: 80px 80px 75px 80px; }
  @media (max-width: 768px) {
    .homepage #information {
      padding: 60px 30px 56px 30px; } }
  @media screen and (max-width: 550px) {
    .homepage #information {
      padding: 60px 20px 56px 20px; } }
  .homepage #information .head {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .homepage #information .head {
        font-size: 12px; } }
  .homepage #information #posts {
    margin: 11px 0 0 0; }
    .homepage #information #posts .post:last-child .inner_post {
      padding: 15px 0 13px 0;
      border-bottom: dotted 1px #e5e5e5; }
      @media (max-width: 768px) {
        .homepage #information #posts .post:last-child .inner_post {
          padding: 16px 0 14px 0; } }
      @media screen and (max-width: 640px) {
        .homepage #information #posts .post:last-child .inner_post {
          padding: 18px 0 14px 0; } }
    .homepage #information #posts .post .year {
      float: left;
      width: 100px;
      font-size: 12px;
      font-weight: bold;
      line-height: 26px;
      letter-spacing: 1px;
      padding: 16px 0 0 0;
      border-top: solid 1px transparent; }
      @media screen and (max-width: 850px) {
        .homepage #information #posts .post .year {
          width: 80px; } }
      @media (max-width: 768px) {
        .homepage #information #posts .post .year {
          font-size: 11px;
          line-height: 24px; } }
      @media screen and (max-width: 640px) {
        .homepage #information #posts .post .year {
          width: 50px;
          line-height: 1;
          padding: 18px 0 0 0; } }
      .homepage #information #posts .post .year.first {
        border-top: solid 1px #e5e5e5; }
    .homepage #information #posts .post .inner_post {
      display: block;
      float: right;
      width: calc( 100% - 100px);
      padding: 15px 0 12px 0;
      border-top: dotted 1px #e5e5e5;
      border-bottom: dotted 1px transparent; }
      @media screen and (max-width: 850px) {
        .homepage #information #posts .post .inner_post {
          width: calc( 100% - 80px); } }
      @media (max-width: 768px) {
        .homepage #information #posts .post .inner_post {
          padding: 16px 0 13px 0; } }
      @media screen and (max-width: 640px) {
        .homepage #information #posts .post .inner_post {
          width: calc( 100% - 50px);
          padding: 18px 0 13px 0; } }
      .homepage #information #posts .post .inner_post.first {
        border-top: solid 1px #e5e5e5; }
      .homepage #information #posts .post .inner_post .month_day {
        float: left;
        width: 50px;
        font-size: 12px;
        font-weight: bold;
        line-height: 26px;
        letter-spacing: 1px;
        padding: 1px 0 0 0; }
        @media (max-width: 768px) {
          .homepage #information #posts .post .inner_post .month_day {
            width: 46px;
            font-size: 11px;
            line-height: 24px;
            padding: 0; } }
        @media screen and (max-width: 640px) {
          .homepage #information #posts .post .inner_post .month_day {
            float: none;
            width: 100%;
            line-height: 1;
            padding: 0 0 2px 0; } }
      .homepage #information #posts .post .inner_post .text_box {
        display: block;
        float: left;
        width: calc( 100% - 50px);
        color: #333333;
        text-decoration: none; }
        @media (max-width: 768px) {
          .homepage #information #posts .post .inner_post .text_box {
            width: calc( 100% - 46px); } }
        @media screen and (max-width: 640px) {
          .homepage #information #posts .post .inner_post .text_box {
            float: none;
            width: 100%;
            margin: 2px 0 0 0; } }
        .homepage #information #posts .post .inner_post .text_box .title {
          font-size: 14px;
          font-weight: normal;
          line-height: 26px;
          letter-spacing: 0.8px;
          margin: 0; }
          @media (max-width: 768px) {
            .homepage #information #posts .post .inner_post .text_box .title {
              font-size: 13px;
              line-height: 24px; } }
          @media screen and (max-width: 640px) {
            .homepage #information #posts .post .inner_post .text_box .title {
              font-size: 12px;
              line-height: 20px; } }
      .homepage #information #posts .post .inner_post a.text_box .title {
        float: left;
        width: calc( 100% - 40px); }
        @media (max-width: 768px) {
          .homepage #information #posts .post .inner_post a.text_box .title {
            width: calc( 100% - 30px); } }
        @media screen and (max-width: 640px) {
          .homepage #information #posts .post .inner_post a.text_box .title {
            width: calc( 100% - 25px); } }
      .homepage #information #posts .post .inner_post a.text_box .arrow_box {
        float: right;
        width: 40px;
        padding: 8px 3px 0 0; }
        @media (max-width: 768px) {
          .homepage #information #posts .post .inner_post a.text_box .arrow_box {
            width: 30px; } }
        @media screen and (max-width: 640px) {
          .homepage #information #posts .post .inner_post a.text_box .arrow_box {
            width: 25px;
            padding: 7px 3px 0 0; } }
        .homepage #information #posts .post .inner_post a.text_box .arrow_box img {
          display: block;
          width: 10px;
          height: auto;
          margin: 0 0 0 auto; }
          @media (max-width: 768px) {
            .homepage #information #posts .post .inner_post a.text_box .arrow_box img {
              width: 9px; } }
          @media screen and (max-width: 640px) {
            .homepage #information #posts .post .inner_post a.text_box .arrow_box img {
              width: 8px; } }
          .homepage #information #posts .post .inner_post a.text_box .arrow_box img.on {
            display: none; }
        .homepage #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
          padding: 6px 0 0 0; }
          @media (max-width: 768px) {
            .homepage #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
              padding: 5px 0 0 0; } }
          @media screen and (max-width: 640px) {
            .homepage #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
              padding: 4px 0 0 0; } }
          .homepage #information #posts .post .inner_post a.text_box .arrow_box.clip_box img {
            width: 15px;
            height: auto; }
            @media screen and (max-width: 640px) {
              .homepage #information #posts .post .inner_post a.text_box .arrow_box.clip_box img {
                width: 14px; } }
      .homepage #information #posts .post .inner_post a.text_box:hover .title {
        color: #636363; }
      .homepage #information #posts .post .inner_post a.text_box:hover .arrow_box img.off {
        display: none; }
      .homepage #information #posts .post .inner_post a.text_box:hover .arrow_box img.on {
        display: block; }
      .homepage #information #posts .post .inner_post a.text_box:after {
        content: "";
        display: block;
        clear: both; }
      .homepage #information #posts .post .inner_post:after {
        content: "";
        display: block;
        clear: both; }
        @media screen and (max-width: 640px) {
          .homepage #information #posts .post .inner_post:after {
            display: none; } }
    .homepage #information #posts .post:after {
      content: "";
      display: block;
      clear: both; }
  .homepage #information .more {
    margin: 16px 0 0 0;
    text-align: right; }
    @media screen and (max-width: 640px) {
      .homepage #information .more {
        margin: 12px 0 0 0; } }
    .homepage #information .more a {
      display: inline-block;
      font-size: 13px;
      line-height: 1;
      letter-spacing: 1px;
      color: #333333;
      padding: 3px;
      text-decoration: none; }
      @media (max-width: 768px) {
        .homepage #information .more a {
          font-size: 12px; } }
      .homepage #information .more a img {
        display: inline-block;
        width: 6px;
        height: auto;
        margin: 0 0 0 4px; }
        .homepage #information .more a img.on {
          display: none; }
      .homepage #information .more a:hover {
        color: #636363; }
        .homepage #information .more a:hover img.off {
          display: none; }
        .homepage #information .more a:hover img.on {
          display: inline-block; }

.homepage #banners {
  padding: 0 80px 80px 80px; }
  @media (max-width: 768px) {
    .homepage #banners {
      padding: 0 30px 60px 30px; } }
  @media screen and (max-width: 550px) {
    .homepage #banners {
      padding: 0 20px 60px 20px; } }
  .homepage #banners.no_information {
    padding-top: 80px; }
    @media (max-width: 768px) {
      .homepage #banners.no_information {
        padding-top: 60px; } }
  .homepage #banners .banner {
    max-width: 1250px;
    margin: 0 auto; }
    .homepage #banners .banner a {
      display: block;
      position: relative; }
      .homepage #banners .banner a .image_box img {
        display: block;
        width: 100%;
        height: auto; }
        .homepage #banners .banner a .image_box img.under {
          display: none;
          opacity: 0.9; }
      @media (max-width: 768px) {
        .homepage #banners .banner a .image_box.low {
          display: none; } }
      .homepage #banners .banner a .image_box.normal {
        display: none; }
        @media (max-width: 768px) {
          .homepage #banners .banner a .image_box.normal {
            display: block; } }
      .homepage #banners .banner a .banner_title {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 2px;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 3;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 900px) {
          .homepage #banners .banner a .banner_title {
            font-size: 20px;
            top: 25px;
            left: 25px; } }
        @media screen and (max-width: 640px) {
          .homepage #banners .banner a .banner_title {
            font-size: 18px;
            top: 18px;
            left: 20px; } }
      .homepage #banners .banner a:hover .image_box img.under {
        display: block; }
      .homepage #banners .banner a:hover .image_box img.over {
        display: none; }
      .homepage #banners .banner a:hover .banner_title {
        color: #333333; }

@media (max-width: 768px) {
  .business-travel {
    padding-top: 42px; } }

.business-travel ruby rt {
  letter-spacing: 0; }

.business-travel #topbanner {
  width: 100%;
  background-image: url("/static/images/top-main.jpg");
  background-position: center center;
  background-size: cover;
  opacity: 0.9; }
  .business-travel #topbanner:before {
    content: "";
    display: block;
    padding-top: 33.3%; }
    @media (max-width: 768px) {
      .business-travel #topbanner:before {
        padding-top: 50%; } }

.business-travel #description {
  width: 100%; }
  .business-travel #description h3 {
    font-size: 34px;
    font-weight: normal;
    width: 100%;
    padding: 34px 0;
    text-align: center;
    letter-spacing: 2px; }
    @media (max-width: 768px) {
      .business-travel #description h3 {
        font-size: 22px;
        padding: 10px 0; } }
  .business-travel #description p {
    font-size: 16px;
    max-width: 700px;
    width: 100%;
    margin: -7px auto 0 auto;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: justify; }
    @media (max-width: 768px) {
      .business-travel #description p {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 768px) {
      .business-travel #description p {
        font-size: 14px;
        line-height: 30px; } }

.business-travel #sensai-banner {
  width: 100%;
  max-width: 700px;
  margin: 80px auto 0 auto;
  padding-bottom: 14px; }
  @media (max-width: 768px) {
    .business-travel #sensai-banner {
      width: 94%;
      max-width: 94%;
      margin: 42px auto 0 auto;
      padding-bottom: 25px; } }
  @media screen and (max-width: 500px) {
    .business-travel #sensai-banner {
      margin: 37px auto 0 auto; } }
  .business-travel #sensai-banner .banner-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 1.5px;
    text-align: center;
    color: #159ee2; }
    @media (max-width: 768px) {
      .business-travel #sensai-banner .banner-title {
        font-size: 16px; } }
    @media screen and (max-width: 500px) {
      .business-travel #sensai-banner .banner-title {
        font-size: 14px;
        line-height: 1.6; } }
  .business-travel #sensai-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 17px; }
    @media (max-width: 768px) {
      .business-travel #sensai-banner img {
        margin-top: 13px; } }
    @media screen and (max-width: 500px) {
      .business-travel #sensai-banner img {
        margin-top: 15px; } }
  .business-travel #sensai-banner .sensai-link {
    margin-top: 28px; }
    @media (max-width: 768px) {
      .business-travel #sensai-banner .sensai-link {
        margin-top: 21px; } }
    .business-travel #sensai-banner .sensai-link a {
      display: block;
      width: 100%;
      height: 57px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      margin: 0 auto;
      padding-top: 20px;
      background: #159ee2;
      border: 1px solid #159ee2;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .business-travel #sensai-banner .sensai-link a {
          height: 43px;
          font-size: 13px;
          padding-top: 14px; } }
      @media screen and (max-width: 500px) {
        .business-travel #sensai-banner .sensai-link a {
          height: 57px;
          line-height: 1.6;
          padding-top: 9px; } }
      .business-travel #sensai-banner .sensai-link a:hover {
        color: #159ee2;
        background: #ffffff; }
      .sp .business-travel #sensai-banner .sensai-link a:hover, .tablet .business-travel #sensai-banner .sensai-link a:hover {
        color: #ffffff;
        background: #159ee2; }
  .business-travel #sensai-banner br.max_500 {
    display: none; }
    @media screen and (max-width: 500px) {
      .business-travel #sensai-banner br.max_500 {
        display: block; } }

.business-travel .download_links {
  width: 100%;
  max-width: 700px;
  margin: 45px auto 0 auto; }
  @media (max-width: 768px) {
    .business-travel .download_links {
      width: 94%;
      max-width: none;
      margin: 21px auto 0 auto; } }
  .business-travel .download_links.column {
    max-width: none;
    margin: 29px 0 0 0; }
    @media (max-width: 768px) {
      .business-travel .download_links.column {
        width: 100%;
        margin: 21px 0 0 0; } }
    .business-travel .download_links.column ul li .link_title {
      width: calc( 100% - 220px); }
      @media screen and (max-width: 640px) {
        .business-travel .download_links.column ul li .link_title {
          width: calc( 100% - 180px); } }
      @media screen and (max-width: 500px) {
        .business-travel .download_links.column ul li .link_title {
          width: calc( 100% - 120px); } }
    .business-travel .download_links.column ul li a {
      width: 220px; }
      @media screen and (max-width: 640px) {
        .business-travel .download_links.column ul li a {
          width: 180px; } }
      @media screen and (max-width: 500px) {
        .business-travel .download_links.column ul li a {
          width: 120px; } }
  .business-travel .download_links.column_margin_bottom {
    margin-bottom: 38px; }
    @media (max-width: 768px) {
      .business-travel .download_links.column_margin_bottom {
        margin-bottom: 30px; } }
  .business-travel .download_links .link_description {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px 0; }
  .business-travel .download_links ul, .business-travel .download_links li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .business-travel .download_links ul {
    border-top: 1px solid #159ee2; }
    .business-travel .download_links ul li {
      position: relative;
      padding: 5px 0;
      border-bottom: 1px dotted #159ee2; }
      .business-travel .download_links ul li .link_title {
        width: calc( 100% - 240px);
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
        color: #159ee2;
        position: absolute;
        top: 52%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 0 20px 0 0; }
        @media screen and (max-width: 640px) {
          .business-travel .download_links ul li .link_title {
            width: calc( 100% - 180px);
            font-size: 12px;
            line-height: 18px;
            padding: 0 12px 0 0; } }
        @media screen and (max-width: 500px) {
          .business-travel .download_links ul li .link_title {
            width: calc( 100% - 120px); } }
      .business-travel .download_links ul li a {
        display: inline-block;
        float: right;
        width: 240px;
        height: 45px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        padding: 15px 0 0 0;
        border: 1px solid #159ee2;
        border-radius: 4px;
        background: #159ee2;
        text-decoration: none;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .business-travel .download_links ul li a {
            width: 180px;
            height: 40px;
            font-size: 11px;
            padding: 13px 0 0 0; } }
        @media screen and (max-width: 500px) {
          .business-travel .download_links ul li a {
            width: 120px; } }
        .business-travel .download_links ul li a span {
          display: inline-block;
          background-image: url("/static/images/download.svg");
          background-position: right top;
          background-repeat: no-repeat;
          background-size: 13px 13px;
          padding: 0 25px 2px 0; }
          @media screen and (max-width: 640px) {
            .business-travel .download_links ul li a span {
              background-position: right top 1px;
              background-size: 11px 11px;
              padding: 0 15px 2px 0; } }
          .business-travel .download_links ul li a span.no_arrow {
            background-image: none;
            padding: 0; }
        .business-travel .download_links ul li a:hover {
          color: #159ee2;
          background: #ffffff; }
          .business-travel .download_links ul li a:hover span {
            background-image: url("/static/images/download_blue.svg"); }
            .business-travel .download_links ul li a:hover span.no_arrow {
              background-image: none; }
      .business-travel .download_links ul li:after {
        content: "";
        display: block;
        clear: both; }

.business-travel #section-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 70px auto 0; }
  @media (max-width: 768px) {
    .business-travel #section-wrapper {
      margin-top: 00px; } }

.business-travel #section-menu {
  position: absolute;
  vertical-align: top;
  display: inline-block;
  padding: 0;
  left: 60px;
  top: 0;
  bottom: auto;
  margin: 0;
  list-style: none;
  z-index: 100;
  padding-top: 40px;
  width: 190px; }
  @media screen and (max-width: 900px) {
    .business-travel #section-menu {
      left: 40px; } }
  .business-travel #section-menu.floating {
    position: fixed;
    top: 60px;
    bottom: auto;
    left: auto;
    right: auto;
    padding-left: 60px;
    width: 250px; }
    @media screen and (max-width: 900px) {
      .business-travel #section-menu.floating {
        padding-left: 40px;
        width: 230px; } }
  .business-travel #section-menu.bottom {
    top: auto;
    bottom: 0; }
  @media (max-width: 768px) {
    .business-travel #section-menu {
      display: none; } }
  .business-travel #section-menu li {
    padding: 0;
    margin: 0; }
    .business-travel #section-menu li a {
      line-height: 22px;
      letter-spacing: normal;
      color: #159ee2;
      text-decoration: none;
      display: block;
      padding: 5px 0 10px;
      border-top: 2px solid transparent; }
      .business-travel #section-menu li a:hover {
        font-weight: bold; }
      .business-travel #section-menu li a.active {
        border-top: 2px solid #159ee2;
        font-weight: bold; }

.business-travel #sections {
  width: 100%;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-left: 290px; }
  @media screen and (max-width: 900px) {
    .business-travel #sections {
      padding-left: 250px; } }
  @media (max-width: 768px) {
    .business-travel #sections {
      width: 100%;
      margin-left: 0;
      padding-left: 0; } }
  .business-travel #sections p {
    margin-top: 0; }
  .business-travel #sections .section {
    max-width: 960px;
    margin-bottom: 36px;
    padding-right: 50px;
    margin-top: 110px; }
    @media screen and (max-width: 900px) {
      .business-travel #sections .section {
        padding-right: 40px; } }
    .business-travel #sections .section.top {
      margin-top: 0; }
    @media (max-width: 768px) {
      .business-travel #sections .section {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px; } }
    .business-travel #sections .section h4 {
      font-weight: normal;
      letter-spacing: 2px;
      margin: 0 0 60px;
      font-size: 28px;
      padding-top: 40px; }
      @media (max-width: 768px) {
        .business-travel #sections .section h4 {
          font-size: 20px;
          margin: 50px 0 30px;
          padding-top: 0; } }
    .business-travel #sections .section h5 {
      margin: 0; }
    .business-travel #sections .section .banner_box {
      padding-top: 10px; }
      @media (max-width: 768px) {
        .business-travel #sections .section .banner_box {
          padding-top: 11px; } }
      .business-travel #sections .section .banner_box img {
        display: block;
        width: 100%;
        height: auto; }
    .business-travel #sections .section .banner_link {
      margin-top: 28px; }
      @media (max-width: 768px) {
        .business-travel #sections .section .banner_link {
          margin-top: 21px; } }
      .business-travel #sections .section .banner_link a {
        display: block;
        width: 100%;
        height: 57px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        padding-top: 20px;
        background: #159ee2;
        border: 1px solid #159ee2;
        border-radius: 4px; }
        @media (max-width: 768px) {
          .business-travel #sections .section .banner_link a {
            height: 43px;
            font-size: 13px;
            padding-top: 14px; } }
        .business-travel #sections .section .banner_link a:hover {
          color: #159ee2;
          background: #ffffff; }
        .sp .business-travel #sections .section .banner_link a:hover, .tablet .business-travel #sections .section .banner_link a:hover {
          color: #ffffff;
          background: #159ee2; }
  .business-travel #sections ul.circle-list {
    margin: 0;
    padding: 0; }
    .business-travel #sections ul.circle-list a {
      line-height: 22px;
      letter-spacing: normal;
      color: #159ee2;
      text-decoration: none;
      padding: 5px 0 10px;
      border-top: 2px solid transparent; }
      .business-travel #sections ul.circle-list a:hover {
        font-weight: bold; }
      .business-travel #sections ul.circle-list a.active {
        border-top: 2px solid #159ee2;
        font-weight: bold; }
    .business-travel #sections ul.circle-list li {
      margin: 0 0 10px;
      padding: 0;
      list-style: none;
      position: relative;
      padding-left: 16px; }
      .business-travel #sections ul.circle-list li::before {
        content: " ";
        display: block;
        height: 9px;
        width: 9px;
        border: 1px solid #ccc;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 50%; }
    .business-travel #sections ul.circle-list ul {
      padding-left: 8px; }
      .business-travel #sections ul.circle-list ul li {
        margin-left: 0;
        line-height: 22px;
        padding-left: 12px;
        list-style: none;
        vertical-align: top; }
        .business-travel #sections ul.circle-list ul li::before {
          height: 3px;
          width: 3px;
          border: 0;
          background: #222; }

.business-travel #section-header {
  margin-top: 69px;
  width: 100%;
  background: #f6f6f6;
  padding: 30px 50px;
  position: relative;
  text-align: center; }
  .business-travel #section-header #section-header-inner {
    margin: 0 auto;
    max-width: 700px; }
    .business-travel #section-header #section-header-inner .about-link {
      height: 57px;
      font-size: 18px;
      padding: 12px 0 0 0; }
      @media (max-width: 768px) {
        .business-travel #section-header #section-header-inner .about-link {
          height: 45px;
          font-size: 16px;
          padding: 7px 0 0 0; } }
  @media (max-width: 768px) {
    .business-travel #section-header {
      margin-top: 17px;
      margin-top: 30px;
      padding: 30px 3%; } }
  .business-travel #section-header .text,
  .business-travel #section-header .link {
    display: inline-block;
    vertical-align: top; }
  .business-travel #section-header .text {
    text-align: left;
    width: calc( 100% - 240px); }
    @media (max-width: 768px) {
      .business-travel #section-header .text {
        width: 100%; } }
  .business-travel #section-header .link {
    width: 240px;
    padding: 7px 0 0 0; }
    @media (max-width: 768px) {
      .business-travel #section-header .link {
        width: 100%;
        margin-top: 30px;
        padding: 0; } }
  .business-travel #section-header h4 {
    padding: 0 0 9px 0;
    margin: 0;
    font-weight: normal;
    max-width: 540px;
    text-align: left; }
    @media (max-width: 768px) {
      .business-travel #section-header h4 {
        padding: 0; } }
    .business-travel #section-header h4 span {
      font-size: 14px;
      display: inline-block;
      margin-left: 23px;
      vertical-align: top;
      padding-top: 3px; }
  .business-travel #section-header p {
    margin: 0;
    padding-right: 50px;
    text-align: justify; }
    @media (max-width: 768px) {
      .business-travel #section-header p {
        padding-right: 0;
        margin-top: 20px; } }

.business-travel #tabs * {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box; }

.business-travel #tabs .tab {
  width: calc( 50% - 2px); }
  .business-travel #tabs .tab#tab-left .tab_date, .business-travel #tabs .tab#tab-right a#other-departure {
    height: 49px; }
    @media screen and (max-width: 640px) {
      .business-travel #tabs .tab#tab-left .tab_date, .business-travel #tabs .tab#tab-right a#other-departure {
        height: 43px; } }
  .business-travel #tabs .tab#tab-left {
    float: left; }
    .business-travel #tabs .tab#tab-left .tab_date {
      background: #ebedee;
      text-align: center; }
      .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date {
        display: inline-block;
        margin-top: 17px; }
        @media screen and (max-width: 640px) {
          .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date {
            margin-top: 15px; } }
        .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year_number, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month_number {
          display: inline-block;
          font-size: 20px;
          line-height: 1; }
          @media screen and (max-width: 640px) {
            .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year_number, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month_number {
              font-size: 18px; } }
        .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month {
          display: inline-block;
          font-size: 13px;
          line-height: 1;
          vertical-align: top;
          margin-top: 3px;
          margin-left: 3px; }
          @media screen and (max-width: 640px) {
            .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month {
              font-size: 11px;
              margin-left: 2px; } }
          .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year.year, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month.year {
            margin-right: 4px; }
            @media screen and (max-width: 640px) {
              .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .year.year, .business-travel #tabs .tab#tab-left .tab_date .inner_tab_date .month.year {
                margin-right: 3px; } }
  .business-travel #tabs .tab#tab-right {
    float: right;
    position: relative; }
    .business-travel #tabs .tab#tab-right a#other-departure {
      display: block;
      color: #ffffff;
      border-radius: 2px 2px 0 0;
      background: #a3b3be;
      text-decoration: none;
      text-align: center; }
      .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure {
        display: inline-block;
        margin-top: 18px; }
        @media screen and (max-width: 640px) {
          .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure {
            margin-top: 15px; } }
        @media screen and (max-width: 370px) {
          .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure {
            margin-top: 16px; } }
        .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure span {
          display: block;
          float: left;
          font-size: 13px;
          letter-spacing: 0.7px; }
          @media screen and (max-width: 900px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure span {
              font-size: 12px; } }
          @media (max-width: 768px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure span {
              font-size: 13px; } }
          @media screen and (max-width: 640px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure span {
              font-size: 12px;
              letter-spacing: 0.5px; } }
          @media screen and (max-width: 399px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure span {
              letter-spacing: 0; } }
          @media screen and (max-width: 370px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure span {
              font-size: 11px; } }
        .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows {
          float: left;
          padding: 3px 0 0 8px; }
          @media screen and (max-width: 900px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows {
              padding: 4px 0 0 6px; } }
          @media (max-width: 768px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows {
              padding: 3px 0 0 8px; } }
          @media screen and (max-width: 640px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows {
              padding: 4px 0 0 6px; } }
          @media screen and (max-width: 370px) {
            .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows {
              padding: 3px 0 0 6px; } }
          .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows img {
            display: block;
            width: 13px;
            height: 7px; }
            @media screen and (max-width: 900px) {
              .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows img {
                width: 12px; } }
            @media (max-width: 768px) {
              .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows img {
                width: 13px; } }
            @media screen and (max-width: 640px) {
              .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows img {
                width: 12px; } }
            @media screen and (max-width: 370px) {
              .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure .tab-arrows img {
                width: 11px;
                height: 6px; } }
        .business-travel #tabs .tab#tab-right a#other-departure .inner-other-departure:after {
          content: "";
          display: block;
          clear: both; }
    .business-travel #tabs .tab#tab-right ul#select_box {
      width: 175px;
      position: absolute;
      top: 56px;
      right: 0;
      left: 0;
      z-index: 2;
      margin: 0 auto;
      padding: 8px 0;
      background: #ffffff;
      border: 1px solid #a3b3be;
      box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
      list-style: none; }
      @media screen and (max-width: 900px) {
        .business-travel #tabs .tab#tab-right ul#select_box {
          width: 165px; } }
      @media (max-width: 768px) {
        .business-travel #tabs .tab#tab-right ul#select_box {
          width: 175px; } }
      @media screen and (max-width: 640px) {
        .business-travel #tabs .tab#tab-right ul#select_box {
          width: 100%;
          top: 49px;
          margin: 0; } }
      .business-travel #tabs .tab#tab-right ul#select_box.none {
        display: none; }
      .business-travel #tabs .tab#tab-right ul#select_box li, .business-travel #tabs .tab#tab-right ul#select_box li a, .business-travel #tabs .tab#tab-right ul#select_box li a span {
        line-height: 1; }
      .business-travel #tabs .tab#tab-right ul#select_box li span, .business-travel #tabs .tab#tab-right ul#select_box li a span {
        padding-right: 1px; }
      .business-travel #tabs .tab#tab-right ul#select_box li.select_year {
        font-size: 12px;
        padding: 12px 20px; }
        .business-travel #tabs .tab#tab-right ul#select_box li.select_year span {
          font-size: 16px; }
        .business-travel #tabs .tab#tab-right ul#select_box li.select_year:not(:first-child) {
          margin-top: 7px;
          padding-top: 20px;
          border-top: 1px dotted #e5e5e5; }
      .business-travel #tabs .tab#tab-right ul#select_box li.select_month a {
        display: block;
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        padding: 7px 20px; }
        .business-travel #tabs .tab#tab-right ul#select_box li.select_month a span {
          font-size: 14px; }
      .business-travel #tabs .tab#tab-right ul#select_box li.select_month.selected a {
        color: #ffffff;
        background: #159ee2; }
      .business-travel #tabs .tab#tab-right ul#select_box li.select_month.selected.selected_hover a {
        color: #333333;
        background: #ffffff; }
      .business-travel #tabs .tab#tab-right ul#select_box li.select_month.hover a {
        color: #ffffff;
        background: #159ee2; }
      .business-travel #tabs .tab#tab-right ul#select_box li.select_month.hover.selected_hover a {
        color: #ffffff;
        background: #159ee2; }

.business-travel #tabs:after {
  content: "";
  display: block;
  clear: both; }

.business-travel #model-course-images .image_note {
  font-size: 12px;
  line-height: 22px;
  margin-top: 23px;
  margin-bottom: 25px; }

.business-travel #model-course-images img {
  display: block;
  max-width: 650px;
  width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .business-travel #model-course-images img {
      margin-top: 30px; } }

.business-travel #model-course-images #model-course-img {
  display: block; }
  @media (max-width: 768px) {
    .business-travel #model-course-images #model-course-img {
      display: none; } }

.business-travel #model-course-images #model-course-img-sp {
  display: none; }
  @media (max-width: 768px) {
    .business-travel #model-course-images #model-course-img-sp {
      display: block;
      max-width: 450px; } }

.business-travel #route-map img {
  margin-top: 30px;
  width: 100%;
  max-width: 650px;
  display: block; }
  @media (max-width: 768px) {
    .business-travel #route-map img {
      max-width: 450px;
      margin-top: 20px; } }

.business-travel #departure-table #departure-table-table {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .business-travel #departure-table #departure-table-table {
      margin-top: 30px; } }

.business-travel #departure-table #panel {
  background: #ebedee;
  width: 100%;
  padding: 64px 5.5% 56px 5.5%; }
  @media screen and (min-width: 1070px) {
    .business-travel #departure-table #panel {
      padding: 64px 40px 56px 40px; } }
  @media screen and (max-width: 1000px) {
    .business-travel #departure-table #panel {
      padding: 64px 5% 56px 5%; } }
  @media screen and (max-width: 900px) {
    .business-travel #departure-table #panel {
      padding: 64px 25px 56px 25px; } }
  @media (max-width: 768px) {
    .business-travel #departure-table #panel {
      padding: 52px 20px 42px 20px; } }
  @media screen and (max-width: 640px) {
    .business-travel #departure-table #panel {
      padding: 44px 10px 42px 10px; } }
  .business-travel #departure-table #panel * {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box; }
  .business-travel #departure-table #panel .panel-head .panel-left, .business-travel #departure-table #panel .panel-head .panel-right {
    font-size: 12px; }
    @media (max-width: 768px) {
      .business-travel #departure-table #panel .panel-head .panel-left, .business-travel #departure-table #panel .panel-head .panel-right {
        font-size: 10px; } }
  .business-travel #departure-table #panel .panel-head .panel-left {
    float: left;
    width: 25%; }
    @media screen and (max-width: 1000px) {
      .business-travel #departure-table #panel .panel-head .panel-left {
        width: 147px; } }
    @media screen and (max-width: 900px) {
      .business-travel #departure-table #panel .panel-head .panel-left {
        width: 137px; } }
    @media (max-width: 768px) {
      .business-travel #departure-table #panel .panel-head .panel-left {
        width: 25%; } }
    @media screen and (max-width: 640px) {
      .business-travel #departure-table #panel .panel-head .panel-left {
        width: 118px; } }
  .business-travel #departure-table #panel .panel-head .panel-right {
    float: left;
    width: 75%;
    padding-left: 2px; }
    @media screen and (max-width: 1000px) {
      .business-travel #departure-table #panel .panel-head .panel-right {
        width: calc( 100% - 147px); } }
    @media screen and (max-width: 900px) {
      .business-travel #departure-table #panel .panel-head .panel-right {
        width: calc( 100% - 137px); } }
    @media (max-width: 768px) {
      .business-travel #departure-table #panel .panel-head .panel-right {
        width: 75%; } }
    @media screen and (max-width: 640px) {
      .business-travel #departure-table #panel .panel-head .panel-right {
        width: calc( 100% - 118px); } }
  .business-travel #departure-table #panel .panel-head:after {
    content: "";
    display: block;
    clear: both; }
  .business-travel #departure-table #panel .panel-body {
    margin-top: 15px;
    border-bottom: 1px solid #ffffff; }
    @media (max-width: 768px) {
      .business-travel #departure-table #panel .panel-body {
        margin-top: 15px; } }
    .business-travel #departure-table #panel .panel-body .cruise .cruise-date {
      float: left;
      width: calc( 25% - 3px);
      padding-top: 13px;
      border-top: 1px solid #ffffff; }
      @media screen and (max-width: 1000px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date {
          width: calc( 147px - 3px); } }
      @media screen and (max-width: 900px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date {
          width: calc( 137px - 3px); } }
      @media (max-width: 768px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date {
          width: calc( 25% - 3px);
          padding-top: 10px; } }
      @media screen and (max-width: 640px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date {
          width: 115px; } }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date {
        float: left;
        width: 120px; }
        @media screen and (max-width: 900px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date {
            width: 110px; } }
        @media (max-width: 768px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date {
            width: 100px; } }
        @media screen and (max-width: 640px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date {
            width: 95px; } }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num {
          font-size: 16px;
          letter-spacing: 1px; }
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num.numday {
            padding-left: 2px; }
            @media screen and (max-width: 900px) {
              .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num.numday {
                padding-left: 1px; } }
            @media (max-width: 768px) {
              .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num.numday {
                padding-left: 2px; } }
          @media screen and (max-width: 900px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num {
              font-size: 15px; } }
          @media (max-width: 768px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .num {
              font-size: 12px; } }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .ch {
          font-size: 12px; }
          @media screen and (max-width: 900px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .ch {
              font-size: 11px; } }
          @media (max-width: 768px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .ch {
              font-size: 10px; } }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .day {
          font-size: 12px; }
          @media screen and (max-width: 900px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .day {
              font-size: 11px; } }
          @media (max-width: 768px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .day {
              font-size: 10px; } }
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .day.weekend span {
            color: #f66; }
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .inner-cruise-date .day.weekend_saturday span {
            color: #6666ff; }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-date .dotted-line {
        float: left;
        width: calc( 100% - 120px);
        padding: 9px 13px 0 0; }
        @media screen and (max-width: 900px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .dotted-line {
            width: calc( 100% - 110px); } }
        @media (max-width: 768px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .dotted-line {
            width: calc( 100% - 100px);
            padding: 10px 25px 0 9px; } }
        @media screen and (max-width: 700px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .dotted-line {
            padding: 10px 16px 0 0; } }
        @media screen and (max-width: 640px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-date .dotted-line {
            width: 10px;
            padding: 10px 0 0 0; } }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-date .dotted-line span {
          display: block;
          width: 100%;
          border-top: 1px dotted #999999; }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-date:after {
        content: "";
        display: block;
        clear: both; }
    .business-travel #departure-table #panel .panel-body .cruise .cruise-details {
      float: right;
      width: 75%;
      font-size: 13px;
      line-height: 2.2;
      position: relative;
      padding: 9px 0 9px 2px;
      border-top: 1px solid #ffffff; }
      @media screen and (max-width: 1000px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details {
          width: calc( 100% - 147px); } }
      @media screen and (max-width: 900px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details {
          width: calc( 100% - 137px); } }
      @media (max-width: 768px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details {
          width: 75%;
          font-size: 12px;
          line-height: 1.8;
          padding: 10px 0 10px 2px; } }
      @media screen and (max-width: 640px) {
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details {
          width: calc( 100% - 118px); } }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name {
        display: inline-block; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name.nishi {
          color: #2b5782; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name.higashi {
          color: #856341; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name.center {
          color: #2b8282; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name.special {
          color: #b59514; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name.summer {
          color: #2ea718; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details .course-name.yearend {
          color: #c83f3f; }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-details .pricerange {
        font-family: "Helvetica", sans-serif;
        font-size: 12px;
        line-height: 1;
        color: #888; }
        @media (max-width: 768px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details .pricerange {
            display: inline-block;
            font-size: 11px; } }
        @media screen and (max-width: 450px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details .pricerange {
            letter-spacing: -0.5px; } }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.pdf {
        display: inline-block;
        font-size: 10px;
        line-height: 1;
        color: #159ee2;
        text-decoration: none;
        padding-right: 27px;
        background-image: url("/static/images/download_blue.svg");
        background-position: center right 12px;
        background-repeat: no-repeat;
        background-size: 9px 9px; }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.pdf:hover {
          opacity: 0.8; }
      .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.6px;
        color: #ffffff;
        text-decoration: none;
        position: absolute;
        right: 0;
        bottom: 13px;
        background: #159ee2;
        border-radius: 4px;
        border: 1px solid #159ee2;
        width: 160px;
        text-align: center;
        padding: 7px 14px 8px 0;
        background-image: url("/static/images/right.svg");
        background-position: center right 39px;
        background-repeat: no-repeat;
        background-size: 6px 11px; }
        @media screen and (max-width: 900px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 140px;
            padding: 7px 12px 8px 0;
            background-position: center right 29px; } }
        @media screen and (max-width: 820px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 100px;
            background-position: center right 15px; } }
        @media (max-width: 768px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 160px;
            font-size: 11px;
            background-size: 5px 10px;
            padding: 8px 12px 8px 0;
            background-position: center right 39px; } }
        @media screen and (max-width: 640px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 140px;
            background-position: center right 29px;
            padding: 8px 13px 8px 0; } }
        @media screen and (max-width: 500px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 110px;
            padding: 8px 13px 8px 0;
            background-position: center right 18px; } }
        @media screen and (max-width: 450px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 70px;
            font-size: 10px;
            letter-spacing: -0.5px;
            padding: 9px 10px 8px 0;
            background-position: center right 8px;
            background-size: 5px 9px; } }
        @media screen and (max-width: 370px) {
          .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve {
            width: 50px;
            padding: 8px 0;
            background-image: none; } }
        .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
          color: #159ee2;
          background: #ffffff;
          background-image: url("/static/images/right-blue.svg");
          background-position: center right 39px;
          background-repeat: no-repeat;
          background-size: 6px 11px; }
          @media screen and (max-width: 900px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
              background-position: center right 29px; } }
          @media screen and (max-width: 820px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
              background-position: center right 15px; } }
          @media (max-width: 768px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
              background-size: 5px 10px;
              background-position: center right 39px; } }
          @media screen and (max-width: 640px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
              background-position: center right 29px; } }
          @media screen and (max-width: 500px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
              background-position: center right 18px; } }
          @media screen and (max-width: 450px) {
            .business-travel #departure-table #panel .panel-body .cruise .cruise-details a.web_reserve:hover {
              background-position: center right 8px;
              background-size: 5px 9px; } }
    .business-travel #departure-table #panel .panel-body .cruise:after {
      content: "";
      display: block;
      clear: both; }

.business-travel #departure-table .kome {
  margin-top: 10px;
  overflow: auto;
  margin-bottom: 40px; }

.business-travel .about_trip {
  display: none;
  padding: 57px 5.5% 60px 5.5%;
  background: #f6f6f6; }
  @media all and (min-width: 1070px) {
    .business-travel .about_trip {
      padding: 57px 40px 60px 40px; } }
  @media screen and (max-width: 1000px) {
    .business-travel .about_trip {
      padding: 57px 5% 60px 5%; } }
  @media all and (max-width: 900px) {
    .business-travel .about_trip {
      padding: 57px 25px 60px 25px; } }
  @media (max-width: 768px) {
    .business-travel .about_trip {
      padding: 42px 20px 36px 20px; } }
  .business-travel .about_trip.current {
    display: block; }
  .business-travel .about_trip .trip_info h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (max-width: 768px) {
      .business-travel .about_trip .trip_info h6 {
        font-size: 15px; } }
  .business-travel .about_trip .trip_info ul, .business-travel .about_trip .trip_info li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .business-travel .about_trip .trip_info ul {
    margin: 49px 0 0 0; }
    @media (max-width: 768px) {
      .business-travel .about_trip .trip_info ul {
        margin: 35px 0 0 0; } }
    .business-travel .about_trip .trip_info ul li {
      font-size: 12px;
      line-height: 2.2;
      letter-spacing: 0.9px;
      margin-top: 26px;
      padding-left: 15px;
      position: relative; }
      @media all and (max-width: 900px) {
        .business-travel .about_trip .trip_info ul li {
          padding-left: 13px; } }
      @media (max-width: 768px) {
        .business-travel .about_trip .trip_info ul li {
          margin-top: 18px; } }
      .business-travel .about_trip .trip_info ul li:first-child {
        margin-top: 0; }
      .business-travel .about_trip .trip_info ul li:before {
        content: "*";
        display: block;
        position: absolute;
        top: 3px;
        left: 0; }
      .business-travel .about_trip .trip_info ul li a {
        color: #159ee2;
        text-decoration: none; }
        .business-travel .about_trip .trip_info ul li a:hover {
          font-weight: bold; }
  .business-travel .about_trip .trip_info .about_table {
    margin-top: 52px; }
    @media (max-width: 768px) {
      .business-travel .about_trip .trip_info .about_table {
        margin-top: 27px; } }
    .business-travel .about_trip .trip_info .about_table dl, .business-travel .about_trip .trip_info .about_table dt, .business-travel .about_trip .trip_info .about_table dd {
      margin: 0;
      padding: 0; }
    .business-travel .about_trip .trip_info .about_table dt, .business-travel .about_trip .trip_info .about_table dd {
      font-size: 12px;
      line-height: 2.2; }
    .business-travel .about_trip .trip_info .about_table dl {
      margin-top: 52px; }
      @media (max-width: 768px) {
        .business-travel .about_trip .trip_info .about_table dl {
          margin-top: 27px; } }
      .business-travel .about_trip .trip_info .about_table dl:first-child {
        margin-top: 0; }
      .business-travel .about_trip .trip_info .about_table dl dt {
        float: left;
        width: 50%;
        font-weight: bold; }
        @media all and (max-width: 900px) {
          .business-travel .about_trip .trip_info .about_table dl dt {
            width: 40%; } }
        @media (max-width: 768px) {
          .business-travel .about_trip .trip_info .about_table dl dt {
            width: 50%; } }
        @media all and (max-width: 640px) {
          .business-travel .about_trip .trip_info .about_table dl dt {
            float: none;
            width: 100%; } }
        .business-travel .about_trip .trip_info .about_table dl dt br {
          display: none; }
          @media all and (max-width: 900px) {
            .business-travel .about_trip .trip_info .about_table dl dt br {
              display: block; } }
          @media (max-width: 768px) {
            .business-travel .about_trip .trip_info .about_table dl dt br {
              display: none; } }
      .business-travel .about_trip .trip_info .about_table dl dd {
        float: right;
        width: 50%; }
        @media all and (max-width: 900px) {
          .business-travel .about_trip .trip_info .about_table dl dd {
            width: 60%; } }
        @media (max-width: 768px) {
          .business-travel .about_trip .trip_info .about_table dl dd {
            width: 50%; } }
        @media all and (max-width: 640px) {
          .business-travel .about_trip .trip_info .about_table dl dd {
            float: none;
            width: 100%;
            margin-top: 9px; } }
      .business-travel .about_trip .trip_info .about_table dl:after {
        content: "";
        display: block;
        clear: both; }
        @media all and (max-width: 640px) {
          .business-travel .about_trip .trip_info .about_table dl:after {
            display: none; } }

.business-travel h5 {
  font-weight: normal;
  margin: 80px 0 0;
  padding: 0;
  font-size: 20px; }
  @media (max-width: 768px) {
    .business-travel h5 {
      margin-top: 30px;
      font-size: 16px; } }
  .business-travel h5.top {
    margin: 0; }
  .business-travel h5 small {
    letter-spacing: 2px;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px; }
    @media (max-width: 768px) {
      .business-travel h5 small {
        font-size: 10px; } }

.business-travel #options p,
.business-travel #options .kome {
  max-width: 520px; }

.business-travel #options p {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .business-travel #options p {
      font-size: 12px; } }

.business-travel #options .slide .slide,
.business-travel #gallery .slide .slide {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  margin-top: 30px; }
  .business-travel #options .slide .slide img,
  .business-travel #gallery .slide .slide img {
    display: block;
    width: 100%; }

.business-travel #options .slide .slick-slide img,
.business-travel #gallery .slide .slick-slide img {
  width: 100%; }

.business-travel #options .slide .slick-prev,
.business-travel #options .slide .slick-next,
.business-travel #gallery .slide .slick-prev,
.business-travel #gallery .slide .slick-next {
  z-index: 100;
  background-size: contain;
  width: 12px;
  height: 21px;
  opacity: 0.75; }
  .business-travel #options .slide .slick-prev::before,
  .business-travel #options .slide .slick-next::before,
  .business-travel #gallery .slide .slick-prev::before,
  .business-travel #gallery .slide .slick-next::before {
    content: none; }
  .business-travel #options .slide .slick-prev:hover,
  .business-travel #options .slide .slick-next:hover,
  .business-travel #gallery .slide .slick-prev:hover,
  .business-travel #gallery .slide .slick-next:hover {
    opacity: 1; }

.business-travel #options .slide .slick-prev,
.business-travel #gallery .slide .slick-prev {
  left: 10px;
  background: url("/static/images/left.png");
  background: url("/static/images/left.svg"), linear-gradient(transparent, transparent); }

.business-travel #options .slide .slick-next,
.business-travel #gallery .slide .slick-next {
  right: 10px;
  background: url("/static/images/right.png");
  background: url("/static/images/right.svg"), linear-gradient(transparent, transparent); }

.business-travel #guide-steps .step:last-child:before {
  background: none; }

.business-travel #guide-steps .step {
  position: relative;
  padding-left: 48px;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 700px; }
  @media (max-width: 768px) {
    .business-travel #guide-steps .step {
      padding-left: 38px;
      padding-bottom: 10px; } }
  .business-travel #guide-steps .step::before {
    content: " ";
    width: 1px;
    display: block;
    background: url("/static/images/leftborder.png");
    background: url("/static/images/leftborder.svg"), linear-gradient(transparent, transparent);
    position: absolute;
    left: 16px;
    top: 40px;
    bottom: 20px; }
    @media (max-width: 768px) {
      .business-travel #guide-steps .step::before {
        left: 14px;
        top: 36px;
        bottom: 16px; } }
  .business-travel #guide-steps .step.noborder::before {
    background: none; }
  .business-travel #guide-steps .step .number {
    font-family: 'Martel', serif;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    padding-top: 16px;
    line-height: 0;
    font-weight: bold;
    border: 1px solid #4e5257;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .business-travel #guide-steps .step .number {
        font-size: 12px;
        width: 28px;
        height: 28px;
        padding-left: 1px;
        padding-top: 14px; } }
  .business-travel #guide-steps .step h5 {
    padding: 0;
    font-size: 18px;
    margin: 3px 0 0;
    font-weight: bold; }
    @media (max-width: 768px) {
      .business-travel #guide-steps .step h5 {
        margin-top: 1px;
        margin-bottom: 10px; } }
  .business-travel #guide-steps .step p {
    margin-top: 10px; }

.business-travel #guide-steps .step-box {
  width: 100%;
  box-sizing: border-box;
  padding: 18px 28px;
  border: 1px solid #e5e5e5;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .business-travel #guide-steps .step-box {
      padding: 10px 20px;
      margin: 15px 0 20px 0; } }
  .business-travel #guide-steps .step-box dl, .business-travel #guide-steps .step-box dt, .business-travel #guide-steps .step-box dd {
    margin: 0;
    padding: 0; }
  .business-travel #guide-steps .step-box dl:after {
    content: "";
    display: block;
    clear: both; }
  .business-travel #guide-steps .step-box dl dt, .business-travel #guide-steps .step-box dl dd {
    text-align: left;
    line-height: 28px;
    vertical-align: top; }
  .business-travel #guide-steps .step-box dl dt {
    width: 150px;
    float: left;
    font-size: 12px;
    font-weight: bold; }
    @media screen and (max-width: 900px) {
      .business-travel #guide-steps .step-box dl dt {
        width: 135px; } }
    @media (max-width: 768px) {
      .business-travel #guide-steps .step-box dl dt {
        width: 120px;
        font-size: 11px; } }
    @media screen and (max-width: 399px) {
      .business-travel #guide-steps .step-box dl dt {
        width: 105px; } }
  .business-travel #guide-steps .step-box dl dd {
    width: calc( 100% - 150px);
    float: left;
    font-size: 13px; }
    @media screen and (max-width: 900px) {
      .business-travel #guide-steps .step-box dl dd {
        width: calc( 100% - 135px); } }
    @media (max-width: 768px) {
      .business-travel #guide-steps .step-box dl dd {
        width: calc( 100% - 120px);
        font-size: 12px; } }
    @media screen and (max-width: 399px) {
      .business-travel #guide-steps .step-box dl dd {
        width: calc( 100% - 105px); } }
    .business-travel #guide-steps .step-box dl dd span {
      padding: 0 0 1px 0;
      border-bottom: 1px solid #333333; }
  .business-travel #guide-steps .step-box a {
    color: #159ee2;
    text-decoration: none; }
    .business-travel #guide-steps .step-box a:hover {
      color: #0863c1; }

.business-travel #gallery img {
  display: block;
  margin-top: 20px;
  width: 100%; }

.business-travel #gallery-reserve #steps {
  vertical-align: top;
  width: 70%;
  display: inline-block; }
  @media (max-width: 768px) {
    .business-travel #gallery-reserve #steps {
      width: 100%; } }
  .business-travel #gallery-reserve #steps ul {
    width: 90%; }

.business-travel #gallery-access #gallery-map, .business-travel #contact #gallery-map {
  width: 100%;
  height: 400px; }
  @media (max-width: 768px) {
    .business-travel #gallery-access #gallery-map, .business-travel #contact #gallery-map {
      height: 200px; } }

.business-travel #gallery-access #access-table, .business-travel #contact #access-table {
  font-size: 14px;
  line-height: 26px; }
  @media (max-width: 768px) {
    .business-travel #gallery-access #access-table, .business-travel #contact #access-table {
      font-size: 12px; } }
  .business-travel #gallery-access #access-table .gap td, .business-travel #contact #access-table .gap td {
    padding-top: 40px; }
  .business-travel #gallery-access #access-table td, .business-travel #contact #access-table td {
    vertical-align: top; }
    .business-travel #gallery-access #access-table td.label, .business-travel #contact #access-table td.label {
      padding-right: 15px; }
      @media (max-width: 768px) {
        .business-travel #gallery-access #access-table td.label, .business-travel #contact #access-table td.label {
          width: 100px; } }
  .business-travel #gallery-access #access-table ul.kome, .business-travel #contact #access-table ul.kome {
    margin-top: 10px; }
    .business-travel #gallery-access #access-table ul.kome li, .business-travel #contact #access-table ul.kome li {
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 5px;
      font-size: 10px; }

.business-travel .description {
  margin: 32px 0 0 0; }

.business-travel #gallery-pamphlet {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .business-travel #gallery-pamphlet {
      padding-bottom: 39px; } }

.business-travel #faq .faq-group.last {
  border-bottom: 2px solid #999; }

.business-travel #faq .faq-group a {
  text-decoration: none;
  color: #333; }

.business-travel #faq .faq-group h5 {
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .business-travel #faq .faq-group h5 {
      font-size: 14px; } }
  .business-travel #faq .faq-group h5 a {
    display: block;
    width: 100%;
    border-top: 2px solid #999;
    padding: 20px 0;
    background: no-repeat 98% center url("/static/images/minus.png");
    background: no-repeat 98% center url("/static/images/minus.svg"), linear-gradient(transparent, transparent);
    background-size: auto 30%; }
    @media (max-width: 768px) {
      .business-travel #faq .faq-group h5 a {
        border-top: 1px solid #999;
        padding: 10px 0; } }

.business-travel #faq .faq-group.closed ul {
  display: none; }

.business-travel #faq .faq-group.closed h5 a {
  background: no-repeat 98% center url("/static/images/plus.png");
  background: no-repeat 98% center url("/static/images/plus.svg"), linear-gradient(transparent, transparent);
  background-size: auto 30%; }

.business-travel #faq .faq-group h6.q {
  font-size: 18px;
  margin: 0;
  position: relative;
  padding-left: 34px; }
  @media (max-width: 768px) {
    .business-travel #faq .faq-group h6.q {
      font-size: 14px; } }
  .business-travel #faq .faq-group h6.q::before {
    content: "Q."; }

.business-travel #faq .faq-group p.a {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
  padding-left: 34px; }
  .business-travel #faq .faq-group p.a a {
    color: #159ee2; }
    .business-travel #faq .faq-group p.a a:hover {
      color: #0e6793; }
  @media (max-width: 768px) {
    .business-travel #faq .faq-group p.a {
      font-size: 12px; } }
  .business-travel #faq .faq-group p.a::before {
    content: "A."; }

.business-travel #faq .faq-group ul {
  width: 90%;
  margin-left: 10%;
  padding: 0; }
  .business-travel #faq .faq-group ul li {
    border-top: 1px solid #ccc;
    list-style: none;
    width: 100%;
    padding: 20px 0; }

.business-travel #faq .faq-group li.closed p.a {
  display: none; }

.business-travel #travel-insurance {
  margin-top: 0 !important;
  padding-top: 4px; }
  @media (max-width: 768px) {
    .business-travel #travel-insurance {
      padding-top: 0; } }
  .business-travel #travel-insurance * {
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    line-height: 1; }
  @media (max-width: 768px) {
    .business-travel #travel-insurance h4 {
      margin-top: 0 !important;
      margin-bottom: 26px !important; } }
  .business-travel #travel-insurance .insurance_description {
    padding-top: 4px; }
    @media (max-width: 768px) {
      .business-travel #travel-insurance .insurance_description {
        padding-top: 0; } }
  .business-travel #travel-insurance .insurance_banner {
    padding: 20px 0 103px 0; }
    @media (max-width: 768px) {
      .business-travel #travel-insurance .insurance_banner {
        padding: 20px 0 91px 0; } }
    .business-travel #travel-insurance .insurance_banner a {
      width: 33.3%;
      min-width: 250px;
      display: block; }
      @media (max-width: 768px) {
        .business-travel #travel-insurance .insurance_banner a {
          width: 250px;
          min-width: 250px; } }
      .business-travel #travel-insurance .insurance_banner a img {
        display: block;
        width: 100%;
        height: auto; }
      .business-travel #travel-insurance .insurance_banner a:hover {
        opacity: 0.8; }
      .sp .business-travel #travel-insurance .insurance_banner a:hover, .tablet .business-travel #travel-insurance .insurance_banner a:hover {
        opacity: 1; }

.guntu #guide_head *, .guntu #guide_contents *, .guntu #about_trip_head * {
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  line-height: 1; }

.guntu #guide_head, .guntu #about_trip_head {
  padding-top: 8px; }
  .guntu #guide_head .guide_tel, .guntu #guide_head .guide_web, .guntu #guide_head .about_trip_left, .guntu #guide_head .about_trip_right, .guntu #about_trip_head .guide_tel, .guntu #about_trip_head .guide_web, .guntu #about_trip_head .about_trip_left, .guntu #about_trip_head .about_trip_right {
    float: left;
    width: 50%; }
    .guntu #guide_head .guide_tel a, .guntu #guide_head .guide_web a, .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .guide_tel a, .guntu #about_trip_head .guide_web a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a {
      display: block;
      height: 56px;
      font-size: 16px;
      letter-spacing: 1.5px;
      color: #ffffff;
      text-align: center;
      padding-top: 15px;
      background: #a3b3be;
      border-radius: 2px 2px 0 0; }
      @media all and (max-width: 850px) {
        .guntu #guide_head .guide_tel a, .guntu #guide_head .guide_web a, .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .guide_tel a, .guntu #about_trip_head .guide_web a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a {
          font-size: 15px;
          letter-spacing: 1.3px; } }
      @media (max-width: 768px) {
        .guntu #guide_head .guide_tel a, .guntu #guide_head .guide_web a, .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .guide_tel a, .guntu #about_trip_head .guide_web a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a {
          height: 49px;
          font-size: 14px;
          padding-top: 11px; } }
      @media screen and (max-width: 640px) {
        .guntu #guide_head .guide_tel a, .guntu #guide_head .guide_web a, .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .guide_tel a, .guntu #about_trip_head .guide_web a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a {
          height: 43px;
          font-size: 13px;
          line-height: 1.4;
          padding-top: 14px;
          letter-spacing: 1.2px; } }
      .guntu #guide_head .guide_tel a.current, .guntu #guide_head .guide_web a.current, .guntu #guide_head .about_trip_left a.current, .guntu #guide_head .about_trip_right a.current, .guntu #about_trip_head .guide_tel a.current, .guntu #about_trip_head .guide_web a.current, .guntu #about_trip_head .about_trip_left a.current, .guntu #about_trip_head .about_trip_right a.current {
        font-weight: bold;
        color: #333333;
        background: #f6f6f6;
        border-radius: 0; }
      .guntu #guide_head .guide_tel a br, .guntu #guide_head .guide_web a br, .guntu #guide_head .about_trip_left a br, .guntu #guide_head .about_trip_right a br, .guntu #about_trip_head .guide_tel a br, .guntu #about_trip_head .guide_web a br, .guntu #about_trip_head .about_trip_left a br, .guntu #about_trip_head .about_trip_right a br {
        display: none; }
        @media screen and (max-width: 640px) {
          .guntu #guide_head .guide_tel a br, .guntu #guide_head .guide_web a br, .guntu #guide_head .about_trip_left a br, .guntu #guide_head .about_trip_right a br, .guntu #about_trip_head .guide_tel a br, .guntu #about_trip_head .guide_web a br, .guntu #about_trip_head .about_trip_left a br, .guntu #about_trip_head .about_trip_right a br {
            display: block; } }
  @media screen and (max-width: 640px) {
    .guntu #guide_head .about_trip_left a, .guntu #guide_head .about_trip_right a, .guntu #about_trip_head .about_trip_left a, .guntu #about_trip_head .about_trip_right a {
      padding-top: 5px; } }
  .guntu #guide_head .guide_tel, .guntu #guide_head .about_trip_left, .guntu #about_trip_head .guide_tel, .guntu #about_trip_head .about_trip_left {
    padding-right: 2px; }
  .guntu #guide_head .guide_web, .guntu #guide_head .about_trip_right, .guntu #about_trip_head .guide_web, .guntu #about_trip_head .about_trip_right {
    padding-left: 2px; }
  .guntu #guide_head:after, .guntu #about_trip_head:after {
    content: "";
    display: block;
    clear: both; }

.guntu #guide_contents {
  background: #f6f6f6; }
  .guntu #guide_contents .guide_contents_tel, .guntu #guide_contents .guide_contents_web {
    display: none;
    padding: 50px 40px 49px 40px; }
    @media (max-width: 768px) {
      .guntu #guide_contents .guide_contents_tel, .guntu #guide_contents .guide_contents_web {
        padding: 35px 20px 38px 20px; } }
    @media screen and (max-width: 640px) {
      .guntu #guide_contents .guide_contents_tel, .guntu #guide_contents .guide_contents_web {
        padding: 35px 10px 38px 10px; } }
    .guntu #guide_contents .guide_contents_tel.current, .guntu #guide_contents .guide_contents_web.current {
      display: block; }
    .guntu #guide_contents .guide_contents_tel .guide_content_normal_text, .guntu #guide_contents .guide_contents_web .guide_content_normal_text {
      font-size: 14px;
      line-height: 2;
      letter-spacing: 1px; }
      @media (max-width: 768px) {
        .guntu #guide_contents .guide_contents_tel .guide_content_normal_text, .guntu #guide_contents .guide_contents_web .guide_content_normal_text {
          font-size: 13px;
          line-height: 1.8; } }
      .guntu #guide_contents .guide_contents_tel .guide_content_normal_text.bold, .guntu #guide_contents .guide_contents_web .guide_content_normal_text.bold {
        font-weight: bold;
        margin-top: 55px; }
        @media (max-width: 768px) {
          .guntu #guide_contents .guide_contents_tel .guide_content_normal_text.bold, .guntu #guide_contents .guide_contents_web .guide_content_normal_text.bold {
            margin-top: 32px; } }
      .guntu #guide_contents .guide_contents_tel .guide_content_normal_text a, .guntu #guide_contents .guide_contents_web .guide_content_normal_text a {
        color: #159ee2; }
        .guntu #guide_contents .guide_contents_tel .guide_content_normal_text a:hover, .guntu #guide_contents .guide_contents_web .guide_content_normal_text a:hover {
          opacity: 0.8; }
    .guntu #guide_contents .guide_contents_tel .guide_content_info, .guntu #guide_contents .guide_contents_web .guide_content_info {
      margin-top: 17px; }
      @media (max-width: 768px) {
        .guntu #guide_contents .guide_contents_tel .guide_content_info, .guntu #guide_contents .guide_contents_web .guide_content_info {
          margin-top: 12px; } }
      .guntu #guide_contents .guide_contents_tel .guide_content_info dl dt, .guntu #guide_contents .guide_contents_web .guide_content_info dl dt {
        float: left;
        width: 80px; }
        @media (max-width: 768px) {
          .guntu #guide_contents .guide_contents_tel .guide_content_info dl dt, .guntu #guide_contents .guide_contents_web .guide_content_info dl dt {
            width: 75px; } }
      .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd {
        float: right;
        width: calc( 100% - 80px); }
        @media (max-width: 768px) {
          .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd {
            width: calc( 100% - 75px); } }
        .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd a {
          color: #159ee2; }
          .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd a:hover, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd a:hover {
            opacity: 0.8; }
      .guntu #guide_contents .guide_contents_tel .guide_content_info dl dt, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_web .guide_content_info dl dt, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd a {
        font-size: 13px;
        line-height: 2.2;
        letter-spacing: 1px; }
        @media (max-width: 768px) {
          .guntu #guide_contents .guide_contents_tel .guide_content_info dl dt, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd, .guntu #guide_contents .guide_contents_tel .guide_content_info dl dd a, .guntu #guide_contents .guide_contents_web .guide_content_info dl dt, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd, .guntu #guide_contents .guide_contents_web .guide_content_info dl dd a {
            font-size: 12px;
            line-height: 2; } }
      .guntu #guide_contents .guide_contents_tel .guide_content_info dl:after, .guntu #guide_contents .guide_contents_web .guide_content_info dl:after {
        content: "";
        display: block;
        clear: both; }
    .guntu #guide_contents .guide_contents_tel .guide_content_steps, .guntu #guide_contents .guide_contents_web .guide_content_steps {
      margin-top: 42px; }
      @media (max-width: 768px) {
        .guntu #guide_contents .guide_contents_tel .guide_content_steps, .guntu #guide_contents .guide_contents_web .guide_content_steps {
          margin-top: 32px; } }
      .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li {
        position: relative;
        margin-top: 42px;
        padding-left: 38px; }
        @media (max-width: 768px) {
          .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li {
            margin-top: 32px;
            padding-left: 36px; } }
        @media screen and (max-width: 640px) {
          .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li {
            padding-left: 0; } }
        .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li:first-child, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li:first-child {
          margin-top: 0; }
        .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number {
          font-size: 13px;
          position: absolute;
          top: 0;
          left: 0;
          padding: 8px 0 0 12px; }
          @media (max-width: 768px) {
            .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number {
              font-size: 12px;
              padding: 6px 0 0 11px; } }
          @media screen and (max-width: 640px) {
            .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number {
              font-size: 11px;
              padding: 6px 0 0 10px; } }
          .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number:before, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number:before {
            content: "";
            display: block;
            width: 28px;
            height: 28px;
            position: absolute;
            top: -1px;
            left: 0;
            border-radius: 50%;
            border: 1px solid #4e5257; }
            @media (max-width: 768px) {
              .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number:before, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number:before {
                width: 26px;
                height: 26px;
                top: -2px; } }
            @media screen and (max-width: 640px) {
              .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .number:before, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .number:before {
                width: 24px;
                height: 24px; } }
        .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .title {
          font-size: 14px;
          font-weight: bold;
          line-height: 2;
          letter-spacing: 1px; }
          @media (max-width: 768px) {
            .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .title {
              font-size: 13px;
              line-height: 1.8; } }
          @media screen and (max-width: 640px) {
            .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .title, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .title {
              padding-left: 34px; } }
        .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .text, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .text {
          font-size: 13px;
          line-height: 2.2;
          letter-spacing: 1px;
          margin-top: 14px; }
          @media (max-width: 768px) {
            .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .text, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .text {
              font-size: 12px;
              line-height: 2;
              margin-top: 12px; } }
        .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .note, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .note {
          font-size: 12px;
          line-height: 1.8;
          letter-spacing: 1.1px;
          position: relative;
          margin-top: 3px;
          padding-left: 11px;
          padding-bottom: 4px; }
          @media (max-width: 768px) {
            .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .note, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .note {
              font-size: 11px;
              line-height: 1.7; } }
          .guntu #guide_contents .guide_contents_tel .guide_content_steps ul li .note:before, .guntu #guide_contents .guide_contents_web .guide_content_steps ul li .note:before {
            content: "*";
            display: block;
            position: absolute;
            top: 2px;
            left: 0; }

.guntu #qa_box * {
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  line-height: 1; }

.guntu #qa_box .qa_section {
  margin-top: 69px; }
  @media (max-width: 768px) {
    .guntu #qa_box .qa_section {
      margin-top: 27px; } }
  .guntu #qa_box .qa_section:first-child {
    margin-top: 0; }
    .guntu #qa_box .qa_section:first-child h5 {
      padding-top: 14px; }
      @media (max-width: 768px) {
        .guntu #qa_box .qa_section:first-child h5 {
          padding-top: 10px; } }
  .guntu #qa_box .qa_section h5 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-bottom: 14px; }
    @media (max-width: 768px) {
      .guntu #qa_box .qa_section h5 {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px; } }
  .guntu #qa_box .qa_section ul {
    border-top: solid 1px #e5e5e5; }
    .guntu #qa_box .qa_section ul li {
      border-bottom: solid 1px #e5e5e5; }
      .guntu #qa_box .qa_section ul li:first-child {
        margin-top: 0; }
      .guntu #qa_box .qa_section ul li .q_box * {
        font-size: 13px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 1px;
        color: #333333; }
        @media (max-width: 768px) {
          .guntu #qa_box .qa_section ul li .q_box * {
            font-size: 12px;
            line-height: 1.75; } }
      .guntu #qa_box .qa_section ul li .q_box .question {
        display: block;
        padding: 16px 30px 13px 30px;
        position: relative; }
        @media (max-width: 768px) {
          .guntu #qa_box .qa_section ul li .q_box .question {
            padding: 17px 26px 17px 26px; } }
        .guntu #qa_box .qa_section ul li .q_box .question:after {
          content: "";
          display: block;
          position: absolute;
          top: 24px;
          right: 2px;
          background-image: url("/static/images/qa-arrow.svg");
          background-repeat: no-repeat;
          background-size: contain;
          width: 13px;
          height: 7px; }
          @media (max-width: 768px) {
            .guntu #qa_box .qa_section ul li .q_box .question:after {
              top: 25px;
              width: 12px;
              height: 6px; } }
        .guntu #qa_box .qa_section ul li .q_box .question .initial {
          font-size: 12px;
          font-weight: normal;
          position: absolute;
          top: 17px;
          left: 5px; }
          @media (max-width: 768px) {
            .guntu #qa_box .qa_section ul li .q_box .question .initial {
              font-size: 11px;
              top: 19px;
              left: 4px; } }
      .guntu #qa_box .qa_section ul li .a_box {
        display: none;
        padding: 3px 0 22px 0; }
        @media (max-width: 768px) {
          .guntu #qa_box .qa_section ul li .a_box {
            padding: 2px 0 24px 0; } }
        .guntu #qa_box .qa_section ul li .a_box * {
          font-size: 13px;
          line-height: 2;
          letter-spacing: 1px; }
          @media (max-width: 768px) {
            .guntu #qa_box .qa_section ul li .a_box * {
              font-size: 12px;
              line-height: 1.75; } }
        .guntu #qa_box .qa_section ul li .a_box .answer {
          position: relative;
          padding: 0 30px; }
          @media (max-width: 768px) {
            .guntu #qa_box .qa_section ul li .a_box .answer {
              padding: 0 26px; } }
          .guntu #qa_box .qa_section ul li .a_box .answer .initial {
            font-size: 12px;
            font-weight: normal;
            position: absolute;
            top: 1px;
            left: 5px; }
            @media (max-width: 768px) {
              .guntu #qa_box .qa_section ul li .a_box .answer .initial {
                font-size: 11px;
                top: 3px;
                left: 4px; } }
          .guntu #qa_box .qa_section ul li .a_box .answer .inner_box {
            padding-top: 9px; }
            .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact {
              position: relative; }
              .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact img {
                display: block;
                height: auto;
                position: absolute; }
                .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact img.phone {
                  width: 10px;
                  top: 5px;
                  left: 1px; }
                  @media (max-width: 768px) {
                    .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact img.phone {
                      width: 8px;
                      top: 6px; } }
                .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact img.email {
                  width: 14px;
                  top: 8px;
                  left: 0; }
                  @media (max-width: 768px) {
                    .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact img.email {
                      width: 12px;
                      top: 7px; } }
              .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact .contact_text {
                padding-left: 26px; }
                @media (max-width: 768px) {
                  .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact .contact_text {
                    padding-left: 24px; } }
                .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact .contact_text a {
                  color: #159ee2; }
                  .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact .contact_text a:hover {
                    opacity: 0.8; }
                  .sp .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact .contact_text a:hover, .tablet .guntu #qa_box .qa_section ul li .a_box .answer .inner_box .contact .contact_text a:hover {
                    opacity: 1; }
      .guntu #qa_box .qa_section ul li.open .q_box .question:after {
        top: 22px;
        right: 3px;
        background-image: url("/static/images/qa-close.svg");
        width: 11px;
        height: 11px; }
        @media (max-width: 768px) {
          .guntu #qa_box .qa_section ul li.open .q_box .question:after {
            top: 23px;
            width: 10px;
            height: 10px; } }
      .guntu #qa_box .qa_section ul li.open .a_box {
        display: block; }

.business-travel #section-menu li a {
  color: #0863c1; }
  .business-travel #section-menu li a.active {
    border-top: 2px solid #0863c1; }

.business-travel #sections #about-business.section ul.circle-list {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .business-travel #sections #about-business.section ul.circle-list {
      margin-top: 0px;
      margin-bottom: 0;
      padding-bottom: 0;
      width: 100%;
      padding-right: 0; }
      .business-travel #sections #about-business.section ul.circle-list li {
        margin-bottom: 5px;
        font-size: 12px; } }

.business-travel #sections #about-business.section h5 {
  margin-top: 20px;
  margin-bottom: 20px; }

.business-travel #flow img {
  width: 100%;
  display: block; }
  @media (max-width: 768px) {
    .business-travel #flow img {
      display: none; } }
  .business-travel #flow img.mobile {
    display: none; }
    @media (max-width: 768px) {
      .business-travel #flow img.mobile {
        display: block; } }

.business-travel #fees.section h5 {
  margin-top: 30px;
  text-align: center; }

.business-travel .pc-tables,
.business-travel .mobile-tables {
  margin-top: 30px;
  margin-bottom: 60px; }
  .business-travel .pc-tables .tabs .tab,
  .business-travel .mobile-tables .tabs .tab {
    width: 25%;
    height: 65px;
    vertical-align: top;
    display: table;
    float: left;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    padding-right: 4px;
    text-align: center; }
    .business-travel .pc-tables .tabs .tab.active,
    .business-travel .mobile-tables .tabs .tab.active {
      font-weight: bold; }
      .business-travel .pc-tables .tabs .tab.active .tab-inner,
      .business-travel .mobile-tables .tabs .tab.active .tab-inner {
        color: #333;
        background: #ebedee;
        border-radius: 0; }
    .business-travel .pc-tables .tabs .tab.last,
    .business-travel .mobile-tables .tabs .tab.last {
      padding-right: 0; }
  .business-travel .pc-tables .tabs .tab-inner,
  .business-travel .mobile-tables .tabs .tab-inner {
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
    display: table-cell;
    background: #a7bed5;
    color: #ffffff; }
  .business-travel .pc-tables .tabs .active .tab-inner,
  .business-travel .mobile-tables .tabs .active .tab-inner {
    background: #ebedee; }
  .business-travel .pc-tables.domestic .tabs .tab,
  .business-travel .mobile-tables.domestic .tabs .tab {
    width: 50%; }
  .business-travel .pc-tables .table-wrap,
  .business-travel .mobile-tables .table-wrap {
    clear: both;
    padding: 40px;
    background: #ebedee;
    display: none; }
    .business-travel .pc-tables .table-wrap.active,
    .business-travel .mobile-tables .table-wrap.active {
      display: block; }
  .business-travel .pc-tables table,
  .business-travel .mobile-tables table {
    width: 100%;
    border-collapse: collapse; }
  .business-travel .pc-tables td,
  .business-travel .mobile-tables td {
    width: auto;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding: 10px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 22px; }
    .business-travel .pc-tables td:last-child,
    .business-travel .mobile-tables td:last-child {
      min-width: 170px; }
    .business-travel .pc-tables td.tabletitle,
    .business-travel .mobile-tables td.tabletitle {
      font-weight: bold;
      border-top: 2px solid #fff;
      border-bottom: 0;
      padding-bottom: 0;
      font-size: 13px;
      line-height: 25px; }
      .business-travel .pc-tables td.tabletitle.nobold,
      .business-travel .mobile-tables td.tabletitle.nobold {
        font-weight: normal; }
    .business-travel .pc-tables td.bottom,
    .business-travel .mobile-tables td.bottom {
      border-bottom: 2px solid #fff;
      padding-bottom: 10px; }

.business-travel .pc-tables {
  display: block; }
  @media (max-width: 768px) {
    .business-travel .pc-tables {
      display: none; } }

.business-travel #mobile-info,
.business-travel #mobile-info-domestic {
  display: none; }
  @media (max-width: 768px) {
    .business-travel #mobile-info,
    .business-travel #mobile-info-domestic {
      display: block; } }
  .business-travel #mobile-info h3,
  .business-travel #mobile-info-domestic h3 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 16px; }
  .business-travel #mobile-info .info-wrap,
  .business-travel #mobile-info-domestic .info-wrap {
    background: #ebedee; }
    .business-travel #mobile-info .info-wrap h4,
    .business-travel #mobile-info-domestic .info-wrap h4 {
      font-weight: bold;
      font-size: 15px;
      margin-top: 20px;
      margin-bottom: 0;
      text-align: center;
      background: #e2e2e2; }
    .business-travel #mobile-info .info-wrap h5,
    .business-travel #mobile-info-domestic .info-wrap h5 {
      text-align: left;
      font-weight: bold;
      font-size: 14px;
      margin-top: 0;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 16px; }
      .business-travel #mobile-info .info-wrap h5.border,
      .business-travel #mobile-info-domestic .info-wrap h5.border {
        border-top: 1px solid white; }
    .business-travel #mobile-info .info-wrap h6,
    .business-travel #mobile-info-domestic .info-wrap h6 {
      margin: 0;
      font-weight: bold;
      margin-top: 10px;
      font-size: 12px;
      padding-left: 22px;
      padding-right: 18px;
      position: relative; }
      .business-travel #mobile-info .info-wrap h6::before,
      .business-travel #mobile-info-domestic .info-wrap h6::before {
        content: "○";
        font-size: 8px;
        height: 10px;
        width: 10px;
        position: absolute;
        left: 8px;
        top: 0px;
        display: inline-block;
        vertical-align: top; }
    .business-travel #mobile-info .info-wrap p,
    .business-travel #mobile-info-domestic .info-wrap p {
      vertical-align: top;
      margin: 10px 0;
      padding-right: 10px;
      font-size: 12px;
      padding-bottom: 10px;
      padding-left: 22px; }

.business-travel table td {
  width: 50%; }

@media (max-width: 768px) {
  .business-travel {
    display: block; } }

.business-travel sup {
  font-size: 8px; }

.business-travel #links.section a {
  letter-spacing: normal;
  color: #0863c1;
  border-bottom: 1px solid #0863c1;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  margin-top: 4px;
  padding-top: 0; }
  .business-travel #links.section a:hover {
    font-weight: bold; }
  .business-travel #links.section a.active {
    border-top: 2px solid #159ee2;
    font-weight: bold; }

.business-travel td.warnings, .business-travel div.warnings {
  border-bottom: 0; }
  .business-travel td.warnings ul, .business-travel div.warnings ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    padding-top: 10px;
    font-size: 12px; }
    @media (max-width: 768px) {
      .business-travel td.warnings ul, .business-travel div.warnings ul {
        margin-top: 40px;
        border-top: 1px solid #ccc;
        font-size: 10px;
        padding-bottom: 20px;
        padding-right: 18px; } }
    .business-travel td.warnings ul li, .business-travel div.warnings ul li {
      line-height: 18px;
      padding: 0;
      margin-top: 8px; }
      .business-travel td.warnings ul li.strong, .business-travel div.warnings ul li.strong {
        font-weight: bold; }
      @media (max-width: 768px) {
        .business-travel td.warnings ul li, .business-travel div.warnings ul li {
          padding: 0 0 0 18px;
          text-align: justify; } }

.business-travel #contact #access-link a {
  background: #0863c1;
  border: 1px solid #0863c1; }
  .business-travel #contact #access-link a:hover {
    background: white;
    color: #0863c1;
    border: 1px solid #0863c1; }

.business-travel #content {
  padding-bottom: 60px; }

.business-travel #access-link .download_links ul {
  border-top: 1px solid #0863c1; }
  .business-travel #access-link .download_links ul li {
    border-bottom: 1px dotted #0863c1; }
    .business-travel #access-link .download_links ul li .link_title {
      color: #0863c1; }
      @media screen and (max-width: 500px) {
        .business-travel #access-link .download_links ul li .link_title {
          width: calc( 100% - 150px); } }
    @media screen and (max-width: 500px) {
      .business-travel #access-link .download_links ul li a {
        width: 150px; } }

.form #content {
  padding-bottom: 60px; }

.form.reservation #select-reserve a,
.form.documents #select-documents a,
.form.document-reservation #select-documents a,
.form #form-select a:hover,
.form button.submit:hover {
  color: #fff;
  border: 1px solid #3c4146;
  background: #3c4146; }

@media (max-width: 768px) {
  .form {
    padding-top: 42px; } }

.form input:-ms-input-placeholder {
  color: #bbb; }

.form input::placeholder {
  color: #bbb; }

.form #pdf-documents {
  margin: 0 auto 78px; }
  @media screen and (max-width: 900px) {
    .form #pdf-documents {
      width: 100%;
      max-width: 100%;
      padding: 0 30px; } }
  @media (max-width: 768px) {
    .form #pdf-documents {
      width: 94%;
      max-width: none;
      margin-bottom: 51px;
      padding: 0; } }
  .form #pdf-documents .download_links {
    width: 100%;
    max-width: 676px;
    margin: 47px auto 0 auto; }
    @media (max-width: 768px) {
      .form #pdf-documents .download_links {
        margin: 21px auto 0 auto;
        max-width: none; } }
    .form #pdf-documents .download_links .link_description {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 30px 0;
      text-align: center; }
      @media (max-width: 768px) {
        .form #pdf-documents .download_links .link_description {
          margin: 0 0 22px 0; } }
    .form #pdf-documents .download_links ul, .form #pdf-documents .download_links li {
      list-style: none;
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .form #pdf-documents .download_links ul {
      border-top: 1px solid #159ee2; }
      .form #pdf-documents .download_links ul li {
        position: relative;
        padding: 5px 0;
        border-bottom: 1px dotted #159ee2; }
        .form #pdf-documents .download_links ul li .link_title {
          width: calc( 100% - 240px);
          font-size: 14px;
          font-weight: bold;
          line-height: 20px;
          color: #159ee2;
          position: absolute;
          top: 52%;
          left: 0;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          padding: 0 20px 0 0; }
          @media screen and (max-width: 640px) {
            .form #pdf-documents .download_links ul li .link_title {
              width: calc( 100% - 180px);
              font-size: 12px;
              line-height: 18px;
              padding: 0 12px 0 0; } }
          @media screen and (max-width: 500px) {
            .form #pdf-documents .download_links ul li .link_title {
              width: calc( 100% - 120px); } }
        .form #pdf-documents .download_links ul li a {
          display: inline-block;
          float: right;
          width: 240px;
          height: 45px;
          font-size: 12px;
          font-weight: bold;
          line-height: 1;
          color: #ffffff;
          padding: 15px 0 0 0;
          border: 1px solid #159ee2;
          border-radius: 4px;
          background: #159ee2;
          text-decoration: none;
          text-align: center; }
          @media screen and (max-width: 640px) {
            .form #pdf-documents .download_links ul li a {
              width: 180px;
              height: 40px;
              font-size: 11px;
              padding: 13px 0 0 0; } }
          @media screen and (max-width: 500px) {
            .form #pdf-documents .download_links ul li a {
              width: 120px; } }
          .form #pdf-documents .download_links ul li a span {
            display: inline-block;
            background-image: url("/static/images/download.svg");
            background-position: right top;
            background-repeat: no-repeat;
            background-size: 13px 13px;
            padding: 0 25px 2px 0; }
            @media screen and (max-width: 640px) {
              .form #pdf-documents .download_links ul li a span {
                background-position: right top 1px;
                background-size: 11px 11px;
                padding: 0 15px 2px 0; } }
          .form #pdf-documents .download_links ul li a:hover {
            color: #159ee2;
            background: #ffffff; }
            .form #pdf-documents .download_links ul li a:hover span {
              background-image: url("/static/images/download_blue.svg"); }
        .form #pdf-documents .download_links ul li:after {
          content: "";
          display: block;
          clear: both; }

.form p.form-head {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 30px 0;
  padding: 0 2%; }
  @media (max-width: 768px) {
    .form p.form-head {
      margin: 0 0 10px 0; } }

.form button.submit {
  margin-top: 60px;
  max-width: 400px;
  cursor: pointer; }

.form ul#form-select {
  width: 100%;
  padding: 56px 0 45px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .form ul#form-select {
      padding: 20px 0; } }
  .form ul#form-select li {
    display: inline-block;
    width: 340px;
    margin: 10px; }
    @media (max-width: 768px) {
      .form ul#form-select li {
        width: 94%;
        margin: 10px auto; } }

.form form h4 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .form form h4 {
      font-size: 12px;
      margin-bottom: 20px; } }

.form #birth-date-row .nod-error-message {
  display: none; }

.form #birth-date-row small {
  margin-top: 8px; }

.form #birth-error-message {
  font-size: 14px;
  color: #ee3333;
  text-align: left;
  padding: 0;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  display: none; }

.form hr {
  width: 80%;
  margin: 40px auto;
  border-top: 1px solid #999; }
  @media (max-width: 768px) {
    .form hr {
      width: 96%;
      margin: 20px auto; } }

.form .form-row {
  width: 80%;
  max-width: 760px;
  margin: 20px auto 0; }
  .form .form-row.hidden {
    display: none; }
  @media (max-width: 768px) {
    .form .form-row {
      margin: 10px auto 0;
      width: 96%; } }
  .form .form-row span.indent {
    margin-left: 30px; }
    @media (max-width: 768px) {
      .form .form-row span.indent {
        margin-left: 0; } }
  .form .form-row label.title-label,
  .form .form-row .field {
    display: inline-block; }
  .form .form-row label.title-label {
    width: 40%;
    vertical-align: top;
    line-height: 33px;
    padding-top: 3px; }
    @media (max-width: 768px) {
      .form .form-row label.title-label {
        border-bottom: 1px solid #ebedee;
        width: 100%;
        margin-bottom: 5px; } }
    .form .form-row label.title-label span {
      vertical-align: top;
      display: inline-block;
      margin-right: 20px;
      min-width: none; }
      @media (max-width: 768px) {
        .form .form-row label.title-label span {
          margin-right: 10px;
          min-width: 0; } }
      .form .form-row label.title-label span.block {
        display: block; }
        @media (max-width: 768px) {
          .form .form-row label.title-label span.block {
            display: none; } }
      .form .form-row label.title-label span.required {
        padding-top: 1px;
        font-size: 10px;
        color: #f66; }
      .form .form-row label.title-label span.gray {
        color: #999; }
    .form .form-row label.title-label.any span.required {
      color: #999; }
  .form .form-row .field {
    width: 60%; }
    @media (max-width: 768px) {
      .form .form-row .field {
        width: 100%; } }
  .form .form-row.wider label.title-label, .form .form-row.wider .field {
    width: 50%; }
    @media (max-width: 768px) {
      .form .form-row.wider label.title-label, .form .form-row.wider .field {
        width: 96%;
        margin-left: 2%; } }
  @media (max-width: 768px) {
    .form .form-row.wider {
      width: 100%; } }
  .form .form-row select {
    color: #022846;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c8ccd8;
    height: 38px;
    line-height: 38px;
    padding: 0 26px 0 8px;
    border-radius: 3px;
    background: #efefef;
    position: relative; }
    .form .form-row select::-ms-expand {
      display: none; }
    .form .form-row select#birth-month, .form .form-row select#birth-day {
      min-width: 50px; }
  .form .form-row small {
    margin-left: 5px;
    margin-right: 10px;
    display: inline-block;
    color: #999; }
  .form .form-row p {
    margin-top: 0;
    margin-bottom: 20px; }
  .form .form-row input[type="text"] {
    width: 100%;
    color: #022846;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c8ccd8;
    height: 38px;
    line-height: 38px;
    padding: 0 26px 0 8px;
    border-radius: 3px;
    background: #efefef;
    position: relative;
    margin-bottom: 10px; }
    .form .form-row input[type="text"].half-size {
      width: 49%;
      margin-right: 2%; }
      @media (max-width: 768px) {
        .form .form-row input[type="text"].half-size {
          width: 100%;
          margin-right: 0; } }
      .form .form-row input[type="text"].half-size.last {
        margin-right: 0; }
  .form .form-row .error-wrapper {
    vertical-align: top;
    width: 100%;
    display: inline-block; }
    .form .form-row .error-wrapper .server-error-message,
    .form .form-row .error-wrapper .nod-error-message {
      color: #ee3333;
      font-size: 10px;
      line-height: 13px;
      padding-bottom: 10px;
      white-space: nowrap; }
    .form .form-row .error-wrapper input {
      vertical-align: top; }
    .form .form-row .error-wrapper.nod-error input,
    .form .form-row .error-wrapper.nod-error textarea, .form .form-row .error-wrapper.server-error-message input,
    .form .form-row .error-wrapper.server-error-message textarea {
      background: #feeeee;
      color: #553333; }
    .form .form-row .error-wrapper.nod-error .server-error-message {
      display: none; }
    .form .form-row .error-wrapper.nod-success .server-error-message {
      display: none; }
    .form .form-row .error-wrapper.nod-success.server-error input,
    .form .form-row .error-wrapper.nod-success.server-error select {
      background: #efefef; }
    .form .form-row .error-wrapper.half-size {
      width: 49%;
      margin-right: 2%; }
      @media (max-width: 768px) {
        .form .form-row .error-wrapper.half-size {
          width: 100%;
          margin-right: 0; } }
      .form .form-row .error-wrapper.half-size.last {
        margin-right: 0; }
  .form .form-row .server-error input,
  .form .form-row .server-error select {
    background: #feeeee; }
  .form .form-row label.check-wrap {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form .form-row label.check-wrap input[type="checkbox"] {
      display: none; }
      .form .form-row label.check-wrap input[type="checkbox"] + span.pseudo-check {
        cursor: pointer;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0 6px -1px 0;
        background-position: -19px top;
        border: 1px solid #c8ccd8;
        border-radius: 2px;
        background: #efefef; }
      .form .form-row label.check-wrap input[type="checkbox"]:checked + span {
        background: #999;
        position: relative; }
  .form .form-row label.select-label {
    font-size: 12px;
    position: relative;
    margin: 0 0 10px;
    font-weight: normal;
    width: auto;
    display: inline-block; }
    .form .form-row label.select-label::after {
      content: " ";
      position: absolute;
      right: 3px;
      top: 2px;
      width: 16px;
      cursor: pointer;
      background-image: url("/static/images/triangle.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 6px;
      padding: 0;
      height: 36.1px;
      line-height: 38px;
      display: inline-block;
      pointer-events: none; }
  .form .form-row #postcode_wrapper {
    width: 38%; }
    @media (max-width: 768px) {
      .form .form-row #postcode_wrapper {
        width: 85%; } }
  .form .form-row a#postcode-lookup {
    display: inline-block;
    border: 1px solid #999;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
    text-decoration: none;
    width: 10%;
    text-align: center;
    margin-left: 1%;
    margin-right: 2%;
    color: #999;
    font-size: 10px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .form .form-row a#postcode-lookup {
        width: 14%;
        margin-right: 0; } }
    .form .form-row a#postcode-lookup:hover {
      background: #efefef; }
  .form .form-row p#post-code-warning {
    display: none; }
    .form .form-row p#post-code-warning small {
      display: inline-block;
      background: #fef5df;
      line-height: 1.2em;
      padding: 4px 2px;
      margin: 0; }
  .form .form-row span#postcode-spinner {
    position: relative;
    display: none;
    width: 13%;
    height: 38px; }
    .form .form-row span#postcode-spinner .spinner {
      top: 50%;
      left: 50%; }
  .form .form-row ul.kome {
    vertical-align: top;
    padding-top: 10px;
    width: 48%;
    display: inline-block;
    padding-left: 0; }
    @media (max-width: 768px) {
      .form .form-row ul.kome {
        padding-top: 5px;
        width: 100%; } }
    .form .form-row ul.kome li {
      font-size: 10px; }
  .form .form-row #prefecture-wrapper {
    width: 49%; }
    @media (max-width: 768px) {
      .form .form-row #prefecture-wrapper {
        width: 100%; } }
    .form .form-row #prefecture-wrapper select {
      width: 100%; }
  .form .form-row #participants-wrapper {
    width: 15%; }
    .form .form-row #participants-wrapper select {
      width: 100%; }
  .form .form-row .datepicker-label {
    display: inline-block;
    width: 50%; }
    @media (max-width: 768px) {
      .form .form-row .datepicker-label {
        width: 100%; } }
    .form .form-row .datepicker-label input {
      width: 80%;
      border-radius: 4px 0 0 4px; }
      @media (max-width: 768px) {
        .form .form-row .datepicker-label input {
          width: 87%; } }
    .form .form-row .datepicker-label .calendar-icon {
      display: inline-block;
      background-image: url("/static/images/calendar.png");
      background-size: auto 75%;
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: top;
      width: 18%;
      background-color: #eaeaea;
      height: 38px;
      border-top: 1px solid #c8ccd8;
      border-right: 1px solid #c8ccd8;
      border-bottom: 1px solid #c8ccd8;
      border-radius: 0 4px 4px 0; }
      @media (max-width: 768px) {
        .form .form-row .datepicker-label .calendar-icon {
          background-size: auto 60%;
          width: 13%; } }
  .form .form-row label.date-select {
    width: 49%;
    margin-right: 1%; }
    .form .form-row label.date-select select {
      width: 100%; }
    @media (max-width: 768px) {
      .form .form-row label.date-select {
        width: 100%; } }
  .form .form-row label.time-select {
    width: 50%;
    vertical-align: top; }
    .form .form-row label.time-select select {
      width: 100%; }
    @media (max-width: 768px) {
      .form .form-row label.time-select {
        width: 100%; } }
  .form .form-row textarea {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 6px;
    min-height: 250px;
    background-color: #efefef;
    border: 1px solid #c8ccd8; }

.form.confirm .form-row {
  max-width: 560px; }
  .form.confirm .form-row .title-label {
    width: 50%; }
    @media (max-width: 768px) {
      .form.confirm .form-row .title-label {
        width: 100%; } }
  .form.confirm .form-row .field {
    width: 50%;
    padding-top: 5px; }
    @media (max-width: 768px) {
      .form.confirm .form-row .field {
        width: 100%; } }
    .form.confirm .form-row .field span.date-wrapper {
      width: 150px;
      display: inline-block; }
    .form.confirm .form-row .field p#notes {
      font-size: 12px; }

.form.confirm hr {
  max-width: 600px; }

.form #privacy-wrapper {
  margin-left: 20px; }
  @media (max-width: 768px) {
    .form #privacy-wrapper {
      margin-left: 0;
      font-size: 11px; } }
  .form #privacy-wrapper a {
    text-decoration: none;
    color: #159ee2; }
    .form #privacy-wrapper a:hover {
      color: #0e6793; }
  .form #privacy-wrapper .check-wrap {
    margin-left: 10px; }
  .form #privacy-wrapper ul.kome {
    width: 100%;
    display: block;
    margin-left: 10px;
    margin-top: 0px; }
    @media (max-width: 768px) {
      .form #privacy-wrapper ul.kome {
        width: 90%; } }
  .form #privacy-wrapper.privacy-error #privacy-message {
    color: #ee3333; }
  .form #privacy-wrapper.privacy-error input[type=checkbox] + span.pseudo-check {
    background: #feeeee; }

.form #bottom-buttons {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 50px;
  width: 100%; }
  @media (max-width: 768px) {
    .form #bottom-buttons {
      margin-top: 20px; } }
  .form #bottom-buttons li {
    margin: 10px;
    text-align: center;
    display: inline-block; }
    @media (max-width: 768px) {
      .form #bottom-buttons li {
        width: 50%;
        margin: 0; } }
  .form #bottom-buttons a,
  .form #bottom-buttons button {
    display: inline-block;
    min-width: 200px;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 4px;
    border: 0;
    line-height: 16px;
    font-size: 16px; }
    @media (max-width: 768px) {
      .form #bottom-buttons a,
      .form #bottom-buttons button {
        min-width: 0;
        width: 90%; } }
    .form #bottom-buttons a:hover,
    .form #bottom-buttons button:hover {
      background: #fff; }
  .form #bottom-buttons a {
    background: #ebedee;
    border: 1px solid #ebedee;
    color: #333; }
  .form #bottom-buttons button {
    background: #159ee2;
    border: 1px solid #159ee2;
    color: #fff; }
    .form #bottom-buttons button:hover {
      color: #159ee2; }

.form #confirm-spinner {
  width: 100%;
  height: 60px;
  display: none; }
  .form #confirm-spinner .spinner {
    width: 40px;
    margin: 40px auto; }

.form #thankyou-message h3 {
  font-weight: normal;
  text-align: center;
  font-size: 20px; }

.form #thankyou-message p {
  margin-top: 40px;
  text-align: center; }
  .form #thankyou-message p img {
    margin-top: 50px;
    width: 140px;
    height: auto; }

.form #thankyou-message #toplink {
  margin-top: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #159ee2; }
  .form #thankyou-message #toplink:hover {
    color: #0e6793; }

.form #cruisebefore-wrapper,
.form #howknown-wrapper {
  width: 100%; }
  .form #cruisebefore-wrapper select,
  .form #howknown-wrapper select {
    width: 100%; }

.information #topbanner {
  width: 100%;
  background-image: url("/static/images/top-sub.jpg");
  background-position: top center;
  background-size: cover;
  opacity: 0.9; }
  .information #topbanner:before {
    content: "";
    display: block;
    padding-top: 33.3%; }
    @media (max-width: 768px) {
      .information #topbanner:before {
        padding-top: 50%; } }

.information #information {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 80px 120px 80px; }
  @media (max-width: 768px) {
    .information #information {
      padding: 0 30px 100px 30px; } }
  .information #information #posts .post:first-child .year, .information #information #posts .post:first-child .inner_post {
    border-top: solid 1px transparent !important; }
  .information #information #posts .post:last-child .inner_post {
    padding: 15px 0 13px 0;
    border-bottom: dotted 1px #e5e5e5; }
    @media (max-width: 768px) {
      .information #information #posts .post:last-child .inner_post {
        padding: 16px 0 14px 0; } }
    @media screen and (max-width: 640px) {
      .information #information #posts .post:last-child .inner_post {
        padding: 18px 0 14px 0; } }
  .information #information #posts .post .year {
    float: left;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 16px 0 0 0;
    border-top: solid 1px transparent; }
    @media screen and (max-width: 850px) {
      .information #information #posts .post .year {
        width: 80px; } }
    @media (max-width: 768px) {
      .information #information #posts .post .year {
        font-size: 11px;
        line-height: 24px; } }
    @media screen and (max-width: 640px) {
      .information #information #posts .post .year {
        width: 50px;
        line-height: 1;
        padding: 18px 0 0 0; } }
    .information #information #posts .post .year.first {
      border-top: solid 1px #e5e5e5; }
  .information #information #posts .post .inner_post {
    display: block;
    float: right;
    width: calc( 100% - 100px);
    padding: 15px 0 12px 0;
    border-top: dotted 1px #e5e5e5;
    border-bottom: dotted 1px transparent; }
    @media screen and (max-width: 850px) {
      .information #information #posts .post .inner_post {
        width: calc( 100% - 80px); } }
    @media (max-width: 768px) {
      .information #information #posts .post .inner_post {
        padding: 16px 0 13px 0; } }
    @media screen and (max-width: 640px) {
      .information #information #posts .post .inner_post {
        width: calc( 100% - 50px);
        padding: 18px 0 13px 0; } }
    .information #information #posts .post .inner_post.first {
      border-top: solid 1px #e5e5e5; }
    .information #information #posts .post .inner_post .month_day {
      float: left;
      width: 50px;
      font-size: 12px;
      font-weight: bold;
      line-height: 26px;
      letter-spacing: 1px;
      padding: 1px 0 0 0; }
      @media (max-width: 768px) {
        .information #information #posts .post .inner_post .month_day {
          width: 46px;
          font-size: 11px;
          line-height: 24px;
          padding: 0; } }
      @media screen and (max-width: 640px) {
        .information #information #posts .post .inner_post .month_day {
          float: none;
          width: 100%;
          line-height: 1;
          padding: 0 0 2px 0; } }
    .information #information #posts .post .inner_post .text_box {
      display: block;
      float: left;
      width: calc( 100% - 50px);
      color: #333333;
      text-decoration: none; }
      @media (max-width: 768px) {
        .information #information #posts .post .inner_post .text_box {
          width: calc( 100% - 46px); } }
      @media screen and (max-width: 640px) {
        .information #information #posts .post .inner_post .text_box {
          float: none;
          width: 100%;
          margin: 2px 0 0 0; } }
      .information #information #posts .post .inner_post .text_box .title {
        font-size: 14px;
        font-weight: normal;
        line-height: 26px;
        letter-spacing: 0.8px;
        margin: 0; }
        @media (max-width: 768px) {
          .information #information #posts .post .inner_post .text_box .title {
            font-size: 13px;
            line-height: 24px; } }
        @media screen and (max-width: 640px) {
          .information #information #posts .post .inner_post .text_box .title {
            font-size: 12px;
            line-height: 20px; } }
    .information #information #posts .post .inner_post a.text_box .title {
      float: left;
      width: calc( 100% - 40px); }
      @media (max-width: 768px) {
        .information #information #posts .post .inner_post a.text_box .title {
          width: calc( 100% - 30px); } }
      @media screen and (max-width: 640px) {
        .information #information #posts .post .inner_post a.text_box .title {
          width: calc( 100% - 25px); } }
    .information #information #posts .post .inner_post a.text_box .arrow_box {
      float: right;
      width: 40px;
      padding: 8px 3px 0 0; }
      @media (max-width: 768px) {
        .information #information #posts .post .inner_post a.text_box .arrow_box {
          width: 30px; } }
      @media screen and (max-width: 640px) {
        .information #information #posts .post .inner_post a.text_box .arrow_box {
          width: 25px;
          padding: 7px 3px 0 0; } }
      .information #information #posts .post .inner_post a.text_box .arrow_box img {
        display: block;
        width: 10px;
        height: auto;
        margin: 0 0 0 auto; }
        @media (max-width: 768px) {
          .information #information #posts .post .inner_post a.text_box .arrow_box img {
            width: 9px; } }
        @media screen and (max-width: 640px) {
          .information #information #posts .post .inner_post a.text_box .arrow_box img {
            width: 8px; } }
        .information #information #posts .post .inner_post a.text_box .arrow_box img.on {
          display: none; }
      .information #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
        padding: 6px 0 0 0; }
        @media (max-width: 768px) {
          .information #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
            padding: 5px 0 0 0; } }
        @media screen and (max-width: 640px) {
          .information #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
            padding: 4px 0 0 0; } }
        .information #information #posts .post .inner_post a.text_box .arrow_box.clip_box img {
          width: 15px;
          height: auto; }
          @media screen and (max-width: 640px) {
            .information #information #posts .post .inner_post a.text_box .arrow_box.clip_box img {
              width: 14px; } }
    .information #information #posts .post .inner_post a.text_box:hover .title {
      color: #636363; }
    .information #information #posts .post .inner_post a.text_box:hover .arrow_box img.off {
      display: none; }
    .information #information #posts .post .inner_post a.text_box:hover .arrow_box img.on {
      display: block; }
    .information #information #posts .post .inner_post a.text_box:after {
      content: "";
      display: block;
      clear: both; }
    .information #information #posts .post .inner_post:after {
      content: "";
      display: block;
      clear: both; }
      @media screen and (max-width: 640px) {
        .information #information #posts .post .inner_post:after {
          display: none; } }
  .information #information #posts .post:after {
    content: "";
    display: block;
    clear: both; }

.information.en #information #posts .post:last-child .inner_post {
  padding: 16px 0 15px 0; }
  @media (max-width: 768px) {
    .information.en #information #posts .post:last-child .inner_post {
      padding: 17px 0 15px 0; } }
  @media screen and (max-width: 640px) {
    .information.en #information #posts .post:last-child .inner_post {
      padding: 18px 0 16px 0; } }

.information.en #information #posts .post .year {
  line-height: 22px;
  padding: 17px 0 0 0; }
  @media (max-width: 768px) {
    .information.en #information #posts .post .year {
      line-height: 20px; } }
  @media screen and (max-width: 640px) {
    .information.en #information #posts .post .year {
      line-height: 1;
      padding: 18px 0 0 0; } }

.information.en #information #posts .post .inner_post {
  padding: 16px 0 14px 0; }
  @media (max-width: 768px) {
    .information.en #information #posts .post .inner_post {
      padding: 17px 0 14px 0; } }
  @media screen and (max-width: 640px) {
    .information.en #information #posts .post .inner_post {
      padding: 18px 0 15px 0; } }
  .information.en #information #posts .post .inner_post .month_day {
    line-height: 22px; }
    @media (max-width: 768px) {
      .information.en #information #posts .post .inner_post .month_day {
        line-height: 20px; } }
    @media screen and (max-width: 640px) {
      .information.en #information #posts .post .inner_post .month_day {
        line-height: 1; } }
  .information.en #information #posts .post .inner_post .text_box .title {
    line-height: 22px; }
    @media (max-width: 768px) {
      .information.en #information #posts .post .inner_post .text_box .title {
        line-height: 20px; } }
    @media screen and (max-width: 640px) {
      .information.en #information #posts .post .inner_post .text_box .title {
        line-height: 18px;
        margin: 2px 0 0 0; } }
  .information.en #information #posts .post .inner_post a.text_box .arrow_box {
    padding: 7px 3px 0 0; }
    @media (max-width: 768px) {
      .information.en #information #posts .post .inner_post a.text_box .arrow_box {
        padding: 6px 3px 0 0; } }
    @media screen and (max-width: 640px) {
      .information.en #information #posts .post .inner_post a.text_box .arrow_box {
        padding: 8px 3px 0 0; } }
    .information.en #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
      padding: 5px 0 0 0; }
      @media (max-width: 768px) {
        .information.en #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
          padding: 4px 0 0 0; } }
      @media screen and (max-width: 640px) {
        .information.en #information #posts .post .inner_post a.text_box .arrow_box.clip_box {
          padding: 5px 0 0 0; } }
      .information.en #information #posts .post .inner_post a.text_box .arrow_box.clip_box img {
        width: 15px;
        height: auto; }
        @media screen and (max-width: 640px) {
          .information.en #information #posts .post .inner_post a.text_box .arrow_box.clip_box img {
            width: 14px; } }

@media (max-width: 768px) {
  .company #content, .homepage.en #content {
    padding-top: 42px; } }

.company #topbanner, .homepage.en #topbanner {
  width: 100%;
  background-image: url("/static/images/top-sub.jpg");
  background-position: top center;
  background-size: cover;
  opacity: 0.9; }
  .company #topbanner:before, .homepage.en #topbanner:before {
    content: "";
    display: block;
    padding-top: 33.3%; }
    @media (max-width: 768px) {
      .company #topbanner:before, .homepage.en #topbanner:before {
        padding-top: 50%; } }

.company h3, .homepage.en h3 {
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  padding: 89px 0 31px 0; }
  @media (max-width: 768px) {
    .company h3, .homepage.en h3 {
      font-size: 22px;
      letter-spacing: 1px;
      padding: 59px 0 10px 0; } }

.company #company-information, .homepage.en #company-information {
  list-style: none;
  padding: 0;
  width: 90%;
  margin: 0;
  margin: 57px auto 199px auto;
  max-width: 800px; }
  @media (max-width: 768px) {
    .company #company-information, .homepage.en #company-information {
      width: 100%;
      max-width: 100%;
      margin: 44px auto 60px auto;
      padding: 0 20px; } }
  .company #company-information li.other, .homepage.en #company-information li.other {
    margin: 15px 0 0 0; }
    @media (max-width: 768px) {
      .company #company-information li.other, .homepage.en #company-information li.other {
        margin: 20px 0 0 0; } }
    .company #company-information li.other.first, .homepage.en #company-information li.other.first {
      margin: 64px 0 0 0; }
      @media (max-width: 768px) {
        .company #company-information li.other.first, .homepage.en #company-information li.other.first {
          margin: 40px 0 0 0; } }
  .company #company-information h4, .company #company-information p, .company #company-information ol, .homepage.en #company-information h4, .homepage.en #company-information p, .homepage.en #company-information ol {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    padding: 0; }
  .company #company-information li.location, .homepage.en #company-information li.location {
    margin: 28px 0 0 0; }
    @media (max-width: 768px) {
      .company #company-information li.location, .homepage.en #company-information li.location {
        margin: 14px 0 0 0; } }
    .company #company-information li.location.headquaters, .homepage.en #company-information li.location.headquaters {
      margin: 64px 0 0 0; }
      @media (max-width: 768px) {
        .company #company-information li.location.headquaters, .homepage.en #company-information li.location.headquaters {
          margin: 43px 0 0 0; } }
      .company #company-information li.location.headquaters .left_box, .homepage.en #company-information li.location.headquaters .left_box {
        float: none;
        width: 100%; }
        .company #company-information li.location.headquaters .left_box h4, .homepage.en #company-information li.location.headquaters .left_box h4 {
          width: 25%; }
        .company #company-information li.location.headquaters .left_box .center, .homepage.en #company-information li.location.headquaters .left_box .center {
          width: 75%;
          letter-spacing: 1px; }
          @media screen and (max-width: 850px) {
            .company #company-information li.location.headquaters .left_box .center, .homepage.en #company-information li.location.headquaters .left_box .center {
              font-size: 14px; } }
          @media (max-width: 768px) {
            .company #company-information li.location.headquaters .left_box .center br, .homepage.en #company-information li.location.headquaters .left_box .center br {
              display: block; } }
      .company #company-information li.location.headquaters:after, .homepage.en #company-information li.location.headquaters:after {
        display: none; }
    .company #company-information li.location .left_box, .homepage.en #company-information li.location .left_box {
      float: left;
      width: 50%; }
      @media (max-width: 768px) {
        .company #company-information li.location .left_box, .homepage.en #company-information li.location .left_box {
          float: none;
          width: 100%; } }
      .company #company-information li.location .left_box h4, .homepage.en #company-information li.location .left_box h4 {
        float: left;
        width: 50%;
        margin: 0; }
        @media (max-width: 768px) {
          .company #company-information li.location .left_box h4, .homepage.en #company-information li.location .left_box h4 {
            float: none;
            width: 100%; } }
      .company #company-information li.location .left_box .center, .homepage.en #company-information li.location .left_box .center {
        float: right;
        width: 50%; }
        @media screen and (max-width: 850px) {
          .company #company-information li.location .left_box .center, .homepage.en #company-information li.location .left_box .center {
            font-size: 13px;
            letter-spacing: 0.5px; } }
        @media (max-width: 768px) {
          .company #company-information li.location .left_box .center, .homepage.en #company-information li.location .left_box .center {
            float: none;
            width: 100%;
            font-size: 14px;
            letter-spacing: 1px;
            margin: 6px 0 0 0; } }
        @media (max-width: 768px) {
          .company #company-information li.location .left_box .center br, .homepage.en #company-information li.location .left_box .center br {
            display: none; } }
      .company #company-information li.location .left_box:after, .homepage.en #company-information li.location .left_box:after {
        content: "";
        display: block;
        clear: both; }
        @media (max-width: 768px) {
          .company #company-information li.location .left_box:after, .homepage.en #company-information li.location .left_box:after {
            display: none; } }
    .company #company-information li.location .right_box, .homepage.en #company-information li.location .right_box {
      float: right;
      width: 50%; }
      @media (max-width: 768px) {
        .company #company-information li.location .right_box, .homepage.en #company-information li.location .right_box {
          float: none;
          width: 100%; } }
    .company #company-information li.location:after, .homepage.en #company-information li.location:after {
      content: "";
      display: block;
      clear: both; }
      @media (max-width: 768px) {
        .company #company-information li.location:after, .homepage.en #company-information li.location:after {
          display: none; } }
  .company #company-information table td, .homepage.en #company-information table td {
    background: pink;
    vertical-align: top;
    border-collapse: collapse;
    min-width: 198px;
    padding-bottom: 40px; }
    .company #company-information table td.place-name, .homepage.en #company-information table td.place-name {
      letter-spacing: 0.5px; }
    @media (max-width: 768px) {
      .company #company-information table td, .homepage.en #company-information table td {
        display: block;
        padding-bottom: 14px;
        font-size: 12px;
        color: #5a5a5a; }
        .company #company-information table td.place-name, .homepage.en #company-information table td.place-name {
          color: black;
          font-size: 14px;
          padding-bottom: 4px;
          line-height: 24px;
          letter-spacing: normal; } }
  .company #company-information .table-head-office, .homepage.en #company-information .table-head-office {
    background: red;
    padding: 0 0 40px 0; }
    @media (max-width: 768px) {
      .company #company-information .table-head-office, .homepage.en #company-information .table-head-office {
        padding: 0 0 14px 0; } }
    .company #company-information .table-head-office tbody tr td, .homepage.en #company-information .table-head-office tbody tr td {
      display: block;
      width: 100%;
      min-width: 100%;
      padding-bottom: 0; }
  .company #company-information #company-name h4, .homepage.en #company-information #company-name h4 {
    width: 50%; }
    @media (max-width: 768px) {
      .company #company-information #company-name h4, .homepage.en #company-information #company-name h4 {
        width: 100%; } }
  .company #company-information #company-name p, .homepage.en #company-information #company-name p {
    width: 50%;
    font-size: 12px;
    line-height: 22px;
    padding: 3px 0 0 0; }
    @media (max-width: 768px) {
      .company #company-information #company-name p, .homepage.en #company-information #company-name p {
        width: 100%;
        padding: 0;
        margin: 5px 0 0 0; } }
  .company #company-information td.address-info, .homepage.en #company-information td.address-info {
    background: blue;
    width: 65%; }
  .company #company-information span.txt, .homepage.en #company-information span.txt {
    display: block;
    width: 73%;
    text-align: justify; }
    @media (max-width: 768px) {
      .company #company-information span.txt, .homepage.en #company-information span.txt {
        width: 100%; } }
    .company #company-information span.txt ruby rt, .homepage.en #company-information span.txt ruby rt {
      font-size: 8px;
      transform: scale(0.8);
      transform-origin: 50 0;
      -webkit-transform: scale(0.8);
      -webkit-transform-origin: 50 0; }
  .company #company-information span.img, .homepage.en #company-information span.img {
    text-align: right;
    font-size: 11px;
    line-height: 18px;
    height: auto;
    width: 24%;
    position: absolute;
    right: 0;
    display: block;
    top: 0; }
    @media (max-width: 768px) {
      .company #company-information span.img, .homepage.en #company-information span.img {
        position: relative;
        text-align: center;
        width: 100%;
        margin-bottom: 30px; } }
    .company #company-information span.img img, .homepage.en #company-information span.img img {
      display: inline-block;
      width: 100%;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .company #company-information span.img img, .homepage.en #company-information span.img img {
          max-width: 120px; } }
  .company #company-information h4, .homepage.en #company-information h4 {
    width: 25%; }
    @media (max-width: 768px) {
      .company #company-information h4, .homepage.en #company-information h4 {
        width: 100%; } }
  .company #company-information p,
  .company #company-information ol, .company #company-information .table-wrap, .homepage.en #company-information p,
  .homepage.en #company-information ol, .homepage.en #company-information .table-wrap {
    width: 75%; }
    @media (max-width: 768px) {
      .company #company-information p,
      .company #company-information ol, .company #company-information .table-wrap, .homepage.en #company-information p,
      .homepage.en #company-information ol, .homepage.en #company-information .table-wrap {
        width: 100%;
        margin-top: 4px; } }
  .company #company-information .aisatsu, .homepage.en #company-information .aisatsu {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .company #company-information .aisatsu, .homepage.en #company-information .aisatsu {
        margin: 43px 0 0 0; } }
  .company #company-information ol, .homepage.en #company-information ol {
    padding: 0 0 0 18px; }
    .company #company-information ol small, .homepage.en #company-information ol small {
      display: block; }

.company.en #content #company-information, .homepage.en #content #company-information {
  margin: 57px auto 107px auto; }
  @media (max-width: 768px) {
    .company.en #content #company-information, .homepage.en #content #company-information {
      margin: 44px auto 60px auto; } }
  .company.en #content #company-information li.location.first, .homepage.en #content #company-information li.location.first {
    margin: 64px 0 0 0; }
    @media (max-width: 768px) {
      .company.en #content #company-information li.location.first, .homepage.en #content #company-information li.location.first {
        margin: 43px 0 0 0; } }
  .company.en #content #company-information li.location .left_box .center, .homepage.en #content #company-information li.location .left_box .center {
    line-height: 26px; }
    @media screen and (max-width: 850px) {
      .company.en #content #company-information li.location .left_box .center, .homepage.en #content #company-information li.location .left_box .center {
        font-size: 14px; } }
  .company.en #content #company-information li.location .right_box, .homepage.en #content #company-information li.location .right_box {
    line-height: 26px; }
  .company.en #content #company-information li h4, .homepage.en #content #company-information li h4 {
    line-height: 26px;
    letter-spacing: 0.5px; }
    .company.en #content #company-information li h4.date_of_establishment, .homepage.en #content #company-information li h4.date_of_establishment {
      letter-spacing: 0.2px; }
  .company.en #content #company-information li p, .homepage.en #content #company-information li p {
    line-height: 26px; }
  .company.en #content #company-information li ol li, .homepage.en #content #company-information li ol li {
    line-height: 26px; }

@media (max-width: 768px) {
  .homepage.en #content {
    padding-top: 0; } }

#menu-button.none, #menu-wrapper.none {
  display: none; }

#menu-wrapper {
  background: #92a4b0;
  z-index: 3000;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  max-width: 440px;
  margin-left: -440px;
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.inner-menu-wrapper {
  position: relative; }
  .inner-menu-wrapper #lang-box {
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 2;
    font-size: 0;
    line-height: 1; }
    @media (max-width: 768px) {
      .inner-menu-wrapper #lang-box {
        top: 15px;
        right: 20px; } }
    .inner-menu-wrapper #lang-box .lang_jp, .inner-menu-wrapper #lang-box .lang_en {
      float: left; }
    .inner-menu-wrapper #lang-box .lang_jp {
      position: relative;
      padding-right: 25px; }
      @media (max-width: 768px) {
        .inner-menu-wrapper #lang-box .lang_jp {
          padding-right: 22px; } }
      .inner-menu-wrapper #lang-box .lang_jp:after {
        content: "";
        display: block;
        width: 1px;
        height: 12px;
        position: absolute;
        top: 1px;
        right: 13px;
        background-color: rgba(60, 65, 70, 0.7); }
        @media (max-width: 768px) {
          .inner-menu-wrapper #lang-box .lang_jp:after {
            height: 11px;
            top: 0;
            right: 11px; } }
    .inner-menu-wrapper #lang-box a {
      font-size: 14px;
      line-height: 1;
      letter-spacing: 1px;
      color: #3c4146;
      text-decoration: none; }
      @media (max-width: 768px) {
        .inner-menu-wrapper #lang-box a {
          font-size: 12px; } }
      .inner-menu-wrapper #lang-box a.current {
        color: #ffffff; }
    .inner-menu-wrapper #lang-box a:hover {
      color: #ffffff; }
    .inner-menu-wrapper #lang-box:after {
      content: "";
      display: block;
      clear: both; }

#menu {
  box-sizing: border-box;
  padding-left: 60px; }
  @media (max-width: 768px) {
    #menu {
      padding-left: 20px; } }
  #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none; }
    #menu ul a, #menu li a {
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      color: #3c4146; }
      #menu ul a.active, #menu ul a:hover, #menu li a.active, #menu li a:hover {
        color: white; }
  #menu h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.8px;
    padding: 22px 20px 62px 20px;
    margin: 0;
    color: #3c4146; }
    @media (max-width: 768px) {
      #menu h4 {
        padding: 15px 20px 43px 20px;
        font-size: 12px;
        line-height: 12px; } }

ul#menu-main-links {
  font-size: 18px;
  line-height: 18px; }
  ul#menu-main-links li a {
    padding: 16px 20px;
    text-decoration: none;
    line-height: 11px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    color: #3c4146; }
    ul#menu-main-links li a.active, ul#menu-main-links li a:hover {
      color: white; }
  ul#menu-main-links li.sublink a {
    font-size: 14px;
    padding: 14px 38px; }

ul#menu-info-links {
  margin-top: 33px; }
  ul#menu-info-links li {
    line-height: 24px; }
    ul#menu-info-links li a {
      font-size: 14px;
      letter-spacing: 0.8px;
      padding: 2px 20px; }
      ul#menu-info-links li a#menu-contact {
        padding-left: 45px;
        background: url("/static/images/mail_black.svg");
        background-size: 18px 12px;
        background-position: 20px center;
        background-repeat: no-repeat; }
        ul#menu-info-links li a#menu-contact:hover {
          background: url("/static/images/mail_white.svg");
          background-size: 18px 12px;
          background-position: 20px center;
          background-repeat: no-repeat; }
      ul#menu-info-links li a#menu-download {
        background: url("/static/images/download_black.svg");
        background-size: 11px 12px;
        background-position: 100px center;
        background-repeat: no-repeat; }
        ul#menu-info-links li a#menu-download:hover {
          background: url("/static/images/download.svg");
          background-size: 11px 12px;
          background-position: 100px center;
          background-repeat: no-repeat; }

#menu-guntu-website-link {
  width: 186px;
  margin-top: 77px;
  margin-left: 20px;
  padding: 15px 8px 11px; }
  #menu-guntu-website-link img {
    margin-right: 5px; }
  @media (max-width: 768px) {
    #menu-guntu-website-link {
      margin-top: 62px; } }

#menu-button {
  width: 60px;
  height: 50px;
  box-sizing: border-box;
  position: fixed;
  top: 2px;
  left: 0;
  display: block;
  z-index: 109992103;
  text-align: center;
  padding: 13px 0px; }
  @media (max-width: 768px) {
    #menu-button {
      width: 40px;
      height: 42px;
      top: 0;
      padding: 11px 0 0 0; } }
  #menu-button span {
    transition-duration: 0.4s;
    width: 20px;
    margin: 6px auto 0;
    display: block;
    height: 1px;
    background: #3c4146; }
    @media (max-width: 768px) {
      #menu-button span {
        width: 14px;
        margin: 4px auto 0; } }

body.menu-open #menu-wrapper {
  display: block;
  margin-left: 0;
  opacity: 1; }

body.menu-open #menu-button-middle {
  display: none; }

body.menu-open #menu-button-top {
  transition-duration: 0.4s;
  transform-origin: center;
  transform: translate(0px, 7px) rotate(35deg); }
  @media (max-width: 768px) {
    body.menu-open #menu-button-top {
      transform: translate(0px, 5px) rotate(35deg); } }

body.menu-open #menu-button-bottom {
  transition-duration: 0.4s;
  transform-origin: center;
  transform: translate(0px, 0px) rotate(-35deg); }
