@charset "UTF-8";
/*
Theme Name: JST2112 theme
Theme URI: JST theme
Author: Wds Viet Nam
Author URI: https://wds.com.vn
Description: This is theme for Bussiness Man website.
Version: 202201
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Travel
Text Domain: newsexpress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Mixins
 * MEDIA SHORTCODE
 * @by THY
 */
/**
 * Mixins
 * MEDIA SHORTCODE
 * @by THY
 */
/*! normalize.css v8.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 iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 14px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 255px;
  z-index: -1; }

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f; }

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f; }

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table; }

.datepicker-panel > ul::after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px; }

.datepicker-panel > ul > li:nth-child(2) {
  line-height: 40px;
  font-size: 16px; }

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff; }

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 175px; }

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 63.75px;
  line-height: 63.75px;
  width: 63.75px; }

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/**
 * 1.0 - fontface
 */
/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/noto-sans-jp-v28-japanese-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/noto-sans-jp-v28-japanese-regular.eot?#iefix") format("embedded-opentype"), url("fonts/noto-sans-jp-v28-japanese-regular.woff2") format("woff2"), url("fonts/noto-sans-jp-v28-japanese-regular.woff") format("woff"), url("fonts/noto-sans-jp-v28-japanese-regular.ttf") format("truetype"), url("fonts/noto-sans-jp-v28-japanese-regular.svg#NotoSansJP") format("svg");
  /* Legacy iOS */ }

/* noto-sans-jp-500 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/noto-sans-jp-v28-japanese-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/noto-sans-jp-v28-japanese-500.eot?#iefix") format("embedded-opentype"), url("fonts/noto-sans-jp-v28-japanese-500.woff2") format("woff2"), url("fonts/noto-sans-jp-v28-japanese-500.woff") format("woff"), url("fonts/noto-sans-jp-v28-japanese-500.ttf") format("truetype"), url("fonts/noto-sans-jp-v28-japanese-500.svg#NotoSansJP") format("svg");
  /* Legacy iOS */ }

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/oswald-v35-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/oswald-v35-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-v35-latin-regular.woff2") format("woff2"), url("fonts/oswald-v35-latin-regular.woff") format("woff"), url("fonts/oswald-v35-latin-regular.ttf") format("truetype"), url("fonts/oswald-v35-latin-regular.svg#Oswald") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Conv_Caveat-Regular';
  src: url("fonts/Caveat-Regular.eot");
  src: local("☺"), url("fonts/Caveat-Regular.woff") format("woff"), url("fonts/Caveat-Regular.ttf") format("truetype"), url("fonts/Caveat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?rdrori");
  src: url("fonts/icomoon.eot?rdrori#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?rdrori") format("truetype"), url("fonts/icomoon.woff?rdrori") format("woff"), url("fonts/icomoon.svg?rdrori#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'icomoon2';
  src: url("fonts/icomoon.eot?x9e7wb");
  src: url("fonts/icomoon.eot?x9e7wb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?x9e7wb") format("truetype"), url("fonts/icomoon.woff?x9e7wb") format("woff"), url("fonts/icomoon.svg?x9e7wb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ticked:before {
  content: "\e91d"; }

.icon-consultation:before {
  content: "\e917"; }

.icon-step01:before {
  content: "\e918"; }

.icon-step02:before {
  content: "\e91a"; }

.icon-step03:before {
  content: "\e91b"; }

.icon-step04:before {
  content: "\e91c"; }

.icon-ask:before {
  content: "\e900"; }

.icon-right:before {
  content: "\e901"; }

.icon-experience:before {
  content: "\e902"; }

.icon-find:before {
  content: "\e903"; }

.icon-line:before {
  content: "\e904"; }

.icon-news:before {
  content: "\e905"; }

.icon-call:before {
  content: "\e906"; }

.icon-reason:before {
  content: "\e907"; }

.icon-service:before {
  content: "\e908"; }

.icon-sns:before {
  content: "\e909"; }

.icon-staff:before {
  content: "\e90a"; }

.icon-suitcase:before {
  content: "\e90b"; }

.icon-youtube:before {
  content: "\e90c"; }

.icon-mail:before {
  content: "\e90d"; }

.icon-request:before {
  content: "\e90e"; }

.icon-zoom:before {
  content: "\e90f"; }

.icon-right1:before {
  content: "\e910"; }

.icon-scrollTop:before {
  content: "\e911"; }

.icon-bracket:before {
  content: "\e912"; }

.icon-pen:before {
  content: "\e913"; }

.icon-facebook:before {
  content: "\e914"; }

.icon-search:before {
  content: "\e915"; }

.icon-bottom:before {
  content: "\e916"; }

.icon-twitter:before {
  content: "\e919"; }

  @font-face {
    font-family: 'icomoon';
    src:  url('fonts/add/icomoon.eot?p80u88');
    src:  url('fonts/add/icomoon.eot?p80u88#iefix') format('embedded-opentype'),
      url('fonts/add/icomoon.ttf?p80u88') format('truetype'),
      url('fonts/add/icomoon.woff?p80u88') format('woff'),
      url('fonts/add/icomoon.svg?p80u88#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-icon-service2:before {
    content: "\e990";
  }
/**
 * 2.0 - print
 */
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none; }
  img,
  fieldset {
    border: 0; }
  h1 {
    font-size: 1.8em; }
  h2 {
    font-size: 1.6em; }
  h3 {
    font-size: 1.4em; }
  h4 {
    font-size: 1.2em; }
  h5 {
    font-size: 1.0em; }
  h6 {
    font-size: 0.9em; }
  ol,
  ul {
    list-style-type: none; }
    ol li,
    ul li {
      list-style-type: disc; }
  dt {
    font-weight: bold; }
  a,
  a:visited {
    color: #000;
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  input,
  select,
  textarea {
    border: 1px solid #000; }
  input {
    padding: 1px 0; }
  select {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: normal; }
  img {
    max-width: 100%; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  div {
    text-align: left; }
  caption {
    display: none; }
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0; }
    table th,
    table td {
      padding: 5px;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      text-align: left; }
  tr,
  img {
    page-break-inside: avoid; } }

/**
 * 3.0 - common
 */
html {
  position: relative;
  font-size: 10px; }

body {
  background: #fff;
  color: #3A3A3A;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  line-height: 1.4; }
  body.admin-bar {
    padding-top: 32px; }

p {
  font-size: 1.8rem;
  line-height: 2; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.container {
  max-width: 1740px;
  margin: 0 auto; }
  .container.--max-1200 {
    max-width: 1300px; }

ul.page-numbers li:hover {
  cursor: pointer; }

.display_none {
  display: none; }

.display_block {
  display: block !important; }

#schedule_calendar_client .event .__txt:hover {
  cursor: pointer; }

/**
 *  Alignments
 */
.alignleft {
  float: left;
  margin-right: 20px; }

.alignright {
  float: right;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

.text-uppercase {
  text-transform: uppercase; }

/** THY: BUTTON **/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /** MEDIA **/ }
  .btn a, .btn button {
    position: relative;
    display: block;
    padding: 15px 45px 15px 25px;
    border-radius: 100px;
    border: 1px solid #080404;
    color: #3A3A3A;
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    text-align: center; }
    .btn a:after, .btn button:after {
      content: "\e910";
      font-family: 'icomoon';
      position: absolute;
      top: calc(50% - 9px);
      right: 25px; }
  .btn.--min350 a, .btn.--min350 button {
    min-width: 350px; }
  @media (max-width: 767.98px) {
    .btn.--min350 a, .btn.--min350 button {
      min-width: 0;
      width: 100%; } }

/** THY: WP BUTTON **/
.wp-block-button {
  /** MEDIA **/ }
  .wp-block-button .wp-block-button__link {
    position: relative;
    min-width: 350px;
    padding: 15px 25px;
    border: 1px solid #707070;
    font-size: 1.6rem;
    line-height: 1.2;
    white-space: nowrap;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
    .wp-block-button .wp-block-button__link:after {
      content: "\e910";
      font-family: 'icomoon';
      position: absolute;
      top: calc(50% - 9px);
      right: 20px; }
    .wp-block-button .wp-block-button__link:hover {
      background-color: #707070;
      color: #fff; }
  .wp-block-button.btn--light .wp-block-button__link {
    color: #333;
    background-color: #fff; }
    .wp-block-button.btn--light .wp-block-button__link:hover {
      text-decoration: none;
      background-color: #707070;
      color: #fff; }
  @media (max-width: 767.98px) {
    .wp-block-button {
      width: 100%; }
      .wp-block-button .wp-block-button__link {
        display: block;
        min-width: 0; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.__entry-header {
  text-align: center; }
  .__entry-header .__txt-pc, .__entry-header .__txt-sp {
    position: relative; }
  .__entry-header .__txt {
    position: relative;
    z-index: 3;
    background-image: url(img/bg_txt.png);
    background-repeat: repeat-x;
    background-position: bottom -2px left;
    padding-left: 10px;
    margin-left: -10px; }
  .__entry-header .__h2 {
    font-weight: 500;
    margin: 0; }
    .__entry-header .__h2 .__title {
      line-height: 1.3;
      margin: 0;
      display: inline-block; }
    .__entry-header .__h2 .__number {
      color: #FF0000; }
    .__entry-header .__h2 .__icon {
      padding-right: 8px;
      position: relative;
      top: 5px; }
      .__entry-header .__h2 .__icon:before {
        color: #3A3A3A; }
  .__entry-header .__small {
    font-weight: bold; }
    .__entry-header .__small .__txt {
      background-position: bottom -5px left; }

.entry-header .__text {
  position: relative; }
  .entry-header .__text::before, .entry-header .__text:after {
    content: '';
    position: absolute;
    bottom: 0; }
  .entry-header .__text:before {
    left: 0;
    background: url(img/made-order/before-qa.svg) no-repeat;
    background-size: cover; }
  .entry-header .__text:after {
    right: 0;
    background: url(img/made-order/after-qa.svg) no-repeat;
    background-size: cover; }

.__btn_white {
  position: relative;
  display: block;
  color: #3A3A3A;
  text-decoration: none;
  font-size: 16px;
  height: 53px;
  line-height: 45px;
  max-width: 350px;
  padding-right: 8px;
  border-radius: 27px;
  margin: 0 auto;
  border: 3px solid #707070;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1; }
  .__btn_white:after {
    content: '\e910';
    font-family: 'icomoon';
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 15px;
    margin: auto; }

.__slide-general .active .__item .__innerItem:after {
  opacity: 0;
  visibility: hidden; }

.__slide-general .__item .__innerItem {
  position: relative; }
  .__slide-general .__item .__innerItem:after {
    content: '';
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(58, 58, 58, 0.56);
    z-index: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.__slide-general .owl-stage-outer {
  padding-bottom: 5px; }

.__slide-general .owl-dots {
  text-align: center; }
  .__slide-general .owl-dots .owl-dot {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: #D5D3D3;
    outline: 0; }
    .__slide-general .owl-dots .owl-dot.active {
      background-color: #707070; }
    .__slide-general .owl-dots .owl-dot:last-child {
      margin-right: 0; }

select {
  /* selectColored */ }
  select.colorize option:not([disabled]) {
    color: #3A3A3A !important; }
  select.colorize option.def:not([disabled]), select.colorize.empty:not([disabled]) {
    color: #D5D3D3 !important; }

.form-group .wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 5px 0 0; }

.wow {
  visibility: hidden; }

@media screen and (min-width: 768px) {
  .__sp-767 {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .container {
    padding: 0 50px; }
  .btn a:hover, .btn button:hover {
    background-color: #707070;
    color: #fff; }
  .__sp {
    display: none !important; }
  .__entry-header {
    margin-bottom: 40px; }
    .__entry-header .__txt-pc:after {
      content: '';
      position: absolute;
      bottom: -2px; }
    .__entry-header .__txt:after,
    .__entry-header .__txt-pc:after {
      left: 0;
      width: 100%;
      height: 20px;
      background: url(img/bg_txt_pc.png) repeat-x;
      z-index: -1;
      -ms-transform: skew(-50deg);
      -moz-transform: skew(-50deg);
      -o-transform: skew(-50deg);
      -webkit-transform: skew(-50deg);
      transform: skew(-50deg); }
    .__entry-header .__h2 {
      font-size: 26px; }
      .__entry-header .__h2 .__title {
        font-size: 26px; }
      .__entry-header .__h2 .__number {
        font-size: 42px; }
      .__entry-header .__h2 .__icon:before {
        font-size: 34px; }
    .__entry-header .__small {
      font-size: 15px;
      margin: 5px 0 0; }
  .entry-header .__text {
    padding: 0 50px 0 60px; }
    .entry-header .__text:before, .entry-header .__text:after {
      width: 45px;
      height: 53px; }
  .__btn_white {
    font-size: 14px;
    height: 46px;
    line-height: 38px;
    max-width: 300px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .__btn_white:hover {
      background-color: #707070;
      color: #fff; }
  .__slide-general .owl-dots {
    margin-top: 30px; }
    .__slide-general .owl-dots .owl-dot {
      width: 40px;
      height: 9px;
      margin-right: 15px; }
  /** THY: IMAGE EFFET HOVER **/
  .img-hover {
    overflow: hidden;
    position: relative;
    display: block;
    /** Image effect hover 2 **/ }
    .img-hover::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC) repeat;
      background-color: rgba(0, 0, 0, 0.25);
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
      opacity: 0; }
    .img-hover img {
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      -webkit-transform: perspective(600px);
      transform: perspective(600px); }
    .img-hover:hover::after {
      opacity: 1; }
    .img-hover:hover img {
      -webkit-transform: perspective(600px) translate3d(0, 0, 100px);
      transform: perspective(600px) translate3d(0, 0, 100px); }
    .img-hover.--hover-2:hover img {
      -webkit-transform: perspective(600px) translate3d(0, 0, 100px) rotate(-5deg);
      transform: perspective(600px) translate3d(0, 0, 100px) rotate(-5deg); } }

@media screen and (min-width: 1200px) {
  .__entry-header .__h2 {
    font-size: 28px; }
    .__entry-header .__h2 .__title {
      font-size: 28px; }
    .__entry-header .__h2 .__number {
      font-size: 45px; }
    .__entry-header .__h2 .__icon:before {
      font-size: 40px; }
  .__entry-header .__small {
    font-size: 16px;
    margin: 6px 0 0; } }

@media screen and (min-width: 1400px) {
  .__entry-header {
    margin-bottom: 50px; }
    .__entry-header .__h2 {
      font-size: 30px; }
      .__entry-header .__h2 .__title {
        font-size: 30px; }
      .__entry-header .__h2 .__number {
        font-size: 50px; }
      .__entry-header .__h2 .__icon:before {
        font-size: 42px; }
    .__entry-header .__small {
      font-size: 18px; }
  .__btn_white {
    font-size: 15px;
    height: 50px;
    line-height: 42px;
    max-width: 320px; } }

@media screen and (min-width: 1600px) {
  .__entry-header .__h2 {
    font-size: 35px; }
    .__entry-header .__h2 .__title {
      font-size: 35px; }
    .__entry-header .__h2 .__number {
      font-size: 57px; }
    .__entry-header .__h2 .__icon:before {
      font-size: 48px; }
  .__entry-header .__small {
    font-size: 20px; }
  .entry-header .__text {
    padding: 0 60px 0 70px; }
    .entry-header .__text::before, .entry-header .__text:after {
      width: 52px;
      height: 63px; }
  .__btn_white {
    font-size: 16px;
    height: 53px;
    line-height: 45px;
    max-width: 350px; }
  .__slide-general .owl-dots {
    margin-top: 50px; }
    .__slide-general .owl-dots .owl-dot {
      width: 49px;
      height: 11px;
      margin-right: 21px; } }

@media screen and (max-width: 991px) {
  .__pc {
    display: none !important; }
  .container {
    padding: 0 30px; }
  .__entry-header {
    margin-bottom: 35px; }
    .__entry-header .__h2 {
      font-size: 25px; }
      .__entry-header .__h2 .__title {
        font-size: 25px;
        line-height: 1.4; }
      .__entry-header .__h2 .__number {
        font-size: 30px;
        line-height: 1; }
      .__entry-header .__h2 .__icon {
        display: block;
        margin: 0 0 7px;
        padding: 0; }
        .__entry-header .__h2 .__icon:before {
          font-size: 34px; }
    .__entry-header .__txt-sp:after {
      content: '';
      position: absolute; }
    .__entry-header .__txt:after,
    .__entry-header .__txt-sp:after {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 18px;
      background: url(img/bg_txt_sp.png) repeat-x;
      z-index: -1;
      -ms-transform: skew(-50deg);
      -moz-transform: skew(-50deg);
      -o-transform: skew(-50deg);
      -webkit-transform: skew(-50deg);
      transform: skew(-50deg); }
    .__entry-header .__small {
      font-size: 18px;
      margin: 5px 0 0;
      line-height: 1.4; }
  .entry-header .__text {
    text-align: center; }
    .entry-header .__text:before, .entry-header .__text:after {
      width: 30px;
      height: 35px; }
    .entry-header .__text::before {
      left: -55px; }
    .entry-header .__text:after {
      right: -35px; }
  .__slide-general .owl-dots {
    margin-top: 30px; }
    .__slide-general .owl-dots .owl-dot {
      width: 30px;
      height: 5px;
      margin-right: 12px; }
  .__btn_white {
    font-size: 16px;
    height: 53px;
    line-height: 48px;
    max-width: 300px; } }

@media screen and (max-width: 767px) {
  .__pc-768 {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .__btn_white {
    font-size: 15px;
    height: 50px;
    line-height: 42px; }
  .__slide-general .owl-dots {
    margin-top: 25px; }
    .__slide-general .owl-dots .owl-dot {
      width: 25px;
      height: 4px;
      margin-right: 8px; } }

@media screen and (max-width: 479px) {
  .container {
    padding: 0 20px; } }

/** THY: PAGINATION **/
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin: 0 0 100px;
  /** MEDIA **/ }
  ul.page-numbers li {
    list-style-type: none;
    margin-bottom: 10px; }
    ul.page-numbers li > a, ul.page-numbers li > span {
      display: block;
      min-width: 45px;
      padding: 7px 5px;
      margin-left: 12px;
      margin-right: 12px;
      border-radius: 100px;
      border: 2px solid #7B7B7B;
      color: #7B7B7B;
      text-decoration: none;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      ul.page-numbers li > a:hover, ul.page-numbers li > span:hover {
        background-color: #7B7B7B;
        color: #fff;
        text-decoration: none; }
      ul.page-numbers li > a.current, ul.page-numbers li > span.current {
        background-color: #7B7B7B;
        color: #fff; }
      ul.page-numbers li > a.prev, ul.page-numbers li > a.next, ul.page-numbers li > span.prev, ul.page-numbers li > span.next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-color: transparent;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1; }
      ul.page-numbers li > a.prev, ul.page-numbers li > span.prev {
        margin-right: 70px; }
        ul.page-numbers li > a.prev::before, ul.page-numbers li > span.prev::before {
          margin-top: -7px;
          padding-right: 12px;
          content: '‹';
          font-size: 2em; }
      ul.page-numbers li > a.next, ul.page-numbers li > span.next {
        margin-left: 70px; }
        ul.page-numbers li > a.next::after, ul.page-numbers li > span.next::after {
          margin-top: -7px;
          padding-left: 12px;
          content: '›';
          font-size: 2em; }
  @media (max-width: 1199.98px) {
    ul.page-numbers {
      margin-bottom: 50px;
      position: relative;
      padding-top: 70px;
      margin-top: -20px; }
      ul.page-numbers li > a.prev, ul.page-numbers li > a.next, ul.page-numbers li > span.prev, ul.page-numbers li > span.next {
        position: absolute;
        top: 0; }
      ul.page-numbers li > a.prev, ul.page-numbers li > span.prev {
        left: 0;
        margin-left: 0;
        margin-right: 20px; }
      ul.page-numbers li > a.next, ul.page-numbers li > span.next {
        right: 0;
        margin-right: 0;
        margin-left: 20px; } }

/** BR / BREAK LINE **/
[class^=br-] {
  display: none; }

@media screen and (max-width: 991px) {
  .br-sm {
    display: inline-block;
    width: 100%; } }

/**
 * 4.0 - header
 */
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 99; }
  .site-header .__header-right .__hamburger_btn {
    position: absolute;
    top: -11px;
    right: 10px;
    margin: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99; }
    .site-header .__header-right .__hamburger_btn.active a span.nav-close {
      opacity: 1;
      visibility: visible;
      bottom: -5px; }
    .site-header .__header-right .__hamburger_btn.active a span.menu {
      opacity: 0;
      visibility: hidden;
      bottom: -100px; }
    .site-header .__header-right .__hamburger_btn.active a span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-35deg);
      -ms-transform: translateY(12px) rotate(-35deg);
      transform: translateY(12px) rotate(-35deg); }
    .site-header .__header-right .__hamburger_btn.active a span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
      animation: active-menu-bar02 .8s forwards; }
    .site-header .__header-right .__hamburger_btn.active a span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(35deg);
      -ms-transform: translateY(-8px) rotate(35deg);
      transform: translateY(-8px) rotate(35deg); }
    .site-header .__header-right .__hamburger_btn a, .site-header .__header-right .__hamburger_btn a span {
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .site-header .__header-right .__hamburger_btn a {
      position: relative;
      color: #fff;
      text-align: center;
      cursor: pointer;
      width: 30px;
      height: 28px;
      font-size: 13px;
      border-radius: 100px; }
      .site-header .__header-right .__hamburger_btn a span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #707070;
        color: #fff; }
        .site-header .__header-right .__hamburger_btn a span.menu, .site-header .__header-right .__hamburger_btn a span.nav-close {
          text-transform: uppercase;
          background: transparent; }
        .site-header .__header-right .__hamburger_btn a span.menu {
          opacity: 1;
          visibility: visible;
          bottom: -3px; }
        .site-header .__header-right .__hamburger_btn a span.nav-close {
          opacity: 0;
          visibility: hidden;
          bottom: -100px; }
        .site-header .__header-right .__hamburger_btn a span:nth-of-type(1) {
          top: 0; }
        .site-header .__header-right .__hamburger_btn a span:nth-of-type(2) {
          top: 10px; }
        .site-header .__header-right .__hamburger_btn a span:nth-of-type(3) {
          top: 20px; }
  .site-header .__header-right .__lists_btn li .__btn_yellow {
    color: #3A3A3A;
    font-size: 12px;
    border: 2px solid #FF9900;
    background-color: #E8FF00;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .site-header .__header-right .__lists_btn li .__btn_yellow .__icon {
      position: relative;
      display: inline-block;
      padding-right: 10px; }
      .site-header .__header-right .__lists_btn li .__btn_yellow .__icon:before {
        color: #4B4B4B;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }

        .site-header .__header-right .__lists_btn li .__btn_yellow ._icon_logo {
          background: url(img/icon-logo.svg) no-repeat center;
          width: 30px;
          height: 23px;
          background-size: contain;
          margin-right: 15px;
          position: relative;
          top: 2px;
        }
        
        .site-header .__header-right .__lists_btn li .__btn_yellow .icon-alt {
          background: url(img/Icon-link-alt.svg) no-repeat center;
          width: 16.25px;
          height: 14.44px;
          background-size: contain;
          margin-left: 15px;
        }
    .site-header .__header-right .__lists_btn li .__btn_yellow:hover {
      background-color: #3A3A3A;
      color: #fff;
      border-color: #909090; }
      .site-header .__header-right .__lists_btn li .__btn_yellow:hover .__icon:before {
        color: #fff; }
        .site-header .__header-right .__lists_btn li .__btn_yellow:hover .icon-alt {
          background: url(img/Icon-link-alt-hover.svg) no-repeat center;
          background-size: contain;
        }
  .site-header .__header-right_content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-header .__header-right_content ul li a {
      display: block;
      text-decoration: none;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

@media screen and (min-width: 1400px) {
  .site-header .__header-left {
    float: left; }
    .site-header .__header-left img{
      max-height: 60px;
    }
  .site-header .__header-right .__btn_mobile {
    display: none; }
  .site-header .__header-right .__overlay {
    display: none; }
  .site-header .__header-right_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-header .__header-right_content .__lists_btn li .__btn_yellow .__icon {
      top: .5px; }
    .site-header .__header-right_content .__lists_btn li .__btn_yellow .icon-zoom {
      top: 1px; }
    .site-header .__header-right_content ul li {
      display: inline-block; }
    .site-header .__header-right_content .__menu li a {
      display: block;
      color: #707070;
      font-size: 14px; }
      .site-header .__header-right_content .__menu li a:hover {
        color: #00a0e9; }
    .site-header .__header-right_content .__phone_number a {
      text-decoration: none;
      color: #FBFBFB;
      display: flex;                                           /* 23.09.25 dt 変更 */
      background-color: #3A3A3A;
      pointer-events: none; 
      justify-content: space-between;                          /* 23.09.25 dt 追加 */
      align-items: center;                                     /* 23.09.25 dt 追加 */
      margin-left: auto;                                       /* 23.09.25 dt 追加 */
      width: 222px;                                            /* 23.09.25 dt 追加 */ 
    }
  .site-header .__header-left {
    /*width: 170px;*/
    max-width: 19vw;
    max-height: 10vh;
    padding: 19px 15px 5px 25px; }
  .site-header .__header-right .__hamburger_btn {
    display: none; }
  .site-header .__header-right_content .__menu li a {
    padding: 15px 5px; }
  .site-header .__header-right_content .__lists_btn li {
    margin-left: 12px; }
    .site-header .__header-right_content .__lists_btn li .__btn_yellow {
      padding: 6px 15px 8px;
      font-size: 10px; }
      .site-header .__header-right_content .__lists_btn li .__btn_yellow .__icon:before {
        font-size: 20px; }
    .site-header .__header-right_content .__lists_btn li .__mail img,
    .site-header .__header-right_content .__lists_btn li .__zoom img {
      width: 28px;
      padding-right: 6px; }
    .site-header .__header-right_content .__lists_btn li .__youtube {
      position: relative;
      top: 4px;
      width: 110px; }
  .site-header .__header-right_content .__phone_number {
    margin-left: 20px; }
    .site-header .__header-right_content .__phone_number a {
      font-size: 24px;
      padding: 14px 15px 16px;                                /* 23.09.25 dt 変更 */ 
    } }

@media screen and (min-width: 1600px) {
  .site-header .__header-left {
    /*width: 120px;*/
    max-width: 19vw;
    max-height: 10vh;
    padding: 19px 15px 11px 25px; }
  .site-header .__header-right_content .__menu li a {
    padding: 15px; }
  .site-header .__header-right_content .__lists_btn li {
    margin-left: 15px; }
    .site-header .__header-right_content .__lists_btn li .__btn_yellow {
      padding: 6px 15px 8px;
      font-size: 12px; }
      .site-header .__header-right_content .__lists_btn li .__btn_yellow .__icon {
        top: 1px; }
        .site-header .__header-right_content .__lists_btn li .__btn_yellow .__icon:before {
          font-size: 24px; }
    .site-header .__header-right_content .__lists_btn li .__mail img,
    .site-header .__header-right_content .__lists_btn li .__zoom img {
      width: 32px;
      padding-right: 10px; }
    .site-header .__header-right_content .__lists_btn li .__youtube {
      width: auto;
      top: 5px; }
  .site-header .__header-right_content .__phone_number {
    margin-left: 30px; }
    .site-header .__header-right_content .__phone_number a {
      font-size: 26px;
      width: 233px;                                             /* 23.09.25 dt 追加 */ 
      padding: 20px 15px 22px;                                  /* 23.09.25 dt 変更 */ 
    } }
@media screen and (min-width: 1800px) {
  .site-header .__header-left {
    /*width: 135px;*/
    max-width: 19vw;
    max-height: 10vh;
    padding: 23px 30px 15px; }
  .site-header .__header-right_content .__menu li a {
    padding: 15px 20px; }
  .site-header .__header-right_content .__lists_btn li {
    margin-left: 20px; }
    .site-header .__header-right_content .__lists_btn li .__btn_yellow {
      padding: 6px 25px 8px; }
  .site-header .__header-right_content .__phone_number {
    margin-left: 30px; }
    .site-header .__header-right_content .__phone_number a {
      font-size: 30px;
      width: 265px;                                             /* 23.09.25 dt 追加 */ 
      padding: 20px 15px 22px;                                  /* 23.09.25 dt 変更 */  
    } }

@media screen and (max-width: 1399px) {
  .site-header {
    background-color: #fff;
    padding: 13px 20px; }
    .site-header .__header-left {
      /*width: 70px;*/
      max-width: 65vw; }
      .site-header .__header-left img {
        display: block;
        width: auto;
        height: auto;
        max-height: 37px; }
    .site-header .__header-right .__btn_desktop {
      display: none !important; }
    .site-header .__header-right .__hamburger_btn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 13px 20px 17px;
      cursor: pointer;
      z-index: 99;
      cursor: pointer;
      margin: 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .site-header .__header-right .__hamburger_btn a {
        display: block;
        width: 35px;
        height: 25px; }
    .site-header .__header-right .__lists_btn li {
      display: block;
      margin-top: 20px; }
      .site-header .__header-right .__lists_btn li .__btn_yellow {
        font-size: 14px;
        padding: 9px 20px 11px;
        max-width: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .site-header .__header-right .__lists_btn li .__btn_yellow .__icon {
          top: 1px; }
          .site-header .__header-right .__lists_btn li .__btn_yellow .__icon:before {
            font-size: 26px; }
            .site-header .__header-right .__lists_btn li .__btn_yellow.__alt {
              min-height: 49.6px; }
      .site-header .__header-right .__lists_btn li:last-child {
        text-align: center; }
    .site-header .__header-right .__phone_number {
      padding: 7px 0 55px; }
      .site-header .__header-right .__phone_number a {
        position: relative;
        color: #707070;
        text-decoration: none;
        font-size: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .site-header .__header-right .__phone_number a:before {
          content: "\e906";
          display: inline-block;
          font-family: 'icomoon';
          font-size: 24px;
          margin-right: 10px; }
    .site-header .__header-right_content {
      position: fixed;
      min-width: 320px;
      height: 100%;
      top: 0;
      right: -100%;
      background-color: #fff;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 99;
      margin: 0;
      padding: 0 20px 50px;
      overflow-y: auto; }
      .site-header .__header-right_content .__nav {
        margin: 0 -20px; }
        .site-header .__header-right_content .__nav li {
          border-bottom: 1px solid #f1f1f1; }
          .site-header .__header-right_content .__nav li a {
            padding: 15px 20px;
            color: #333;
            font-size: 14px; }
  .showmenu .site-header .__header-right .__hamburger_btn {
    padding: 18px 20px 20px;
    right: 320px;
    background-color: #707070; }
    .showmenu .site-header .__header-right .__hamburger_btn a span {
      background-color: #fff; }
  .showmenu .site-header .__header-right .__overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .showmenu .site-header .__header-right .__header-right_content {
    right: 0; } }

@media screen and (max-width: 480px) {
  .site-header {
    padding: 10px 20px; }
    .site-header .__header-right_content {
      min-width: calc(100% - 63px);
      right: -100%;
    }
      .site-header .__header-right_content .__nav li a {
        padding: 12px 20px; }
    .site-header .__header-right .__hamburger_btn {
      padding: 13px 20px 15px; }
    .site-header .__header-right .__lists_btn li {
      margin-top: 22px;
      margin-bottom: 30px; }
      .site-header .__header-right .__lists_btn li .__btn_yellow {
        padding: 7px 15px 9px;
        margin: 0 auto; }
        .site-header .__header-right .__lists_btn li .__btn_yellow .__icon {
          top: 1px; }
          .site-header .__header-right .__lists_btn li .__btn_yellow .__icon:before {
            font-size: 24px; }
            .site-header .__header-right .__lists_btn li .__btn_yellow.__alt {
              min-height: 45px;            }
    .site-header .__header-right .__phone_number {
      padding-top: 4px; }
  .showmenu .site-header .__header-right .__hamburger_btn {
    right: calc(100% - 63px);
    padding: 15px 15px 17px; } }

/**
 * 6.0 - content
 */
.main-slide {
  overflow: hidden; }
  .main-slide .__slide-images {
    margin-bottom: 30px; }
  .main-slide .__slide-thumbs {
    max-width: 765px;
    margin: 0 auto; }
    .main-slide .__slide-thumbs .__item {
      position: relative;
      cursor: pointer; }
      .main-slide .__slide-thumbs .__item:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); }
    .main-slide .__slide-thumbs .synced .__item:after {
      content: none; }

.professional-services .__entry-header .__h2 .__icon {
  top: 0; }

.professional-services .__lists .__item .__innerItem {
  display: block;
  position: relative;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.professional-services .__lists .__item .__image img {
  display: block; }

.professional-services .__lists .__item .__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .professional-services .__lists .__item .__content .__h3 {
    font-weight: 500;
    border-bottom: 1px solid #fff;
    text-align: center; }
  .professional-services .__lists .__item .__content .__description {
    margin: 0; }

.professional-services .__lists .__c_purple .__content {
  background-color: rgba(30, 0, 239, 0.55); }
  .professional-services .__lists .__c_purple .__content .__h3 {
    text-align: center; }

.professional-services .__lists .__pink .__content {
  background-color: rgba(255, 0, 104, 0.75); }

.professional-services .__lists .__l_pink .__content {
  background-color: rgba(255, 170, 210, 0.9); }

.professional-services .__lists .__yellow .__content {
  background-color: rgba(255, 162, 0, 0.55); }

.professional-services .__lists .__blue .__content {
  background-color: rgba(0, 150, 181, 0.55); }

.professional-services .__lists .__purple .__content {
  background-color: rgba(169, 169, 254, 0.55); }

.professional-services .__lists .__green .__content {
  background-color: rgba(32, 152, 5, 0.55); }

.professional-services .__lists .__l_purple .__content {
  background-color: rgba(0, 64, 241, 0.55); }

.customer-chosen {
  background-color: rgba(149, 255, 255, 0.6); }
  .customer-chosen .__entry-content .__content {
    position: relative; }
    .customer-chosen .__entry-content .__content .__h3 {
      font-weight: 500; }
    .customer-chosen .__entry-content .__content .__en {
      font-weight: 300;
      letter-spacing: 1px;
      color: #707070;
      font-family: "Conv_Caveat-Regular"; }
    .customer-chosen .__entry-content .__content .__btn {
      margin: 0; }

.jst-staff {
  position: relative;
  z-index: 9; }
  .jst-staff .__entry-content .__item .__innerItem {
    display: block;
    text-decoration: none;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .jst-staff .__entry-content .__item .__image img {
    display: block; }
  .jst-staff .__entry-content .__item .__content {
    position: relative;
    color: #fff; }
    .jst-staff .__entry-content .__item .__content:before {
      content: '';
      position: absolute;
      background-color: #fff; }
    .jst-staff .__entry-content .__item .__content p {
      margin: 0;
      line-height: 1.5; }
    .jst-staff .__entry-content .__item .__content .__small {
      line-height: 1.5; }
    .jst-staff .__entry-content .__item .__content .__name .__en {
      font-family: "Oswald";
      text-transform: uppercase;
      font-weight: 300; }
  .jst-staff .__entry-content .__item .__absolute {
    position: absolute;
    top: 0;
    margin: 0;
    color: #707070 !important;
    text-transform: uppercase;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-family: "Oswald";
    mix-blend-mode: multiply;
    white-space: nowrap;
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .jst-staff .__entry-content .__pink .__innerItem {
    background-color: #FF8AC1; }
    .jst-staff .__entry-content .__pink .__innerItem .__absolute {
      color: rgba(255, 138, 193, 0.75); }
  .jst-staff .__entry-content .__purple .__innerItem {
    background-color: #A9A9FE; }
    .jst-staff .__entry-content .__purple .__innerItem .__absolute {
      color: rgba(169, 169, 254, 0.55); }
  .jst-staff .__entry-content .__blue .__innerItem {
    background-color: #6F9AFE; }
    .jst-staff .__entry-content .__blue .__innerItem .__absolute {
      color: rgba(12, 88, 175, 0.57); }

.customer-experience {
  position: relative;
  background-color: rgba(149, 255, 255, 0.6);
  z-index: 9; }
  .customer-experience:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(img/bg_before.png) no-repeat;
    z-index: 0;
    background-size: cover; }
  .customer-experience .__entry-content .__item .__image {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35); }
    .customer-experience .__entry-content .__item .__image img {
      display: block;
      width: 100%;
      height: auto; }
  .customer-experience .__entry-content .__item .__innerItem {
    position: relative;
    text-decoration: none;
    color: #fff;
    display: block; }
  .customer-experience .__entry-content .__item .__content {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .customer-experience .__entry-content .__item .__content .__bg-white .__txt {
      overflow: hidden;
      display: inline-block;
      background-color: #fff;
      font-weight: 500; }
    .customer-experience .__entry-content .__item .__content .__h3 {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      font-weight: 300;
      line-height: 1.3; }
    .customer-experience .__entry-content .__item .__content .__description p:last-child {
      margin-bottom: 0; }
  .customer-experience .__entry-content .__l_blue .__content {
    background-color: rgba(0, 150, 181, 0.5); }
    .customer-experience .__entry-content .__l_blue .__content .__bg-white .__txt {
      color: #0096B5; }
  .customer-experience .__entry-content .__yellow .__content {
    background-color: rgba(255, 162, 0, 0.5); }
    .customer-experience .__entry-content .__yellow .__content .__bg-white .__txt {
      color: #FFA200; }
  .customer-experience .__entry-content .__blue .__content {
    background-color: rgba(0, 64, 241, 0.5); }
    .customer-experience .__entry-content .__blue .__content .__bg-white .__txt {
      color: #0040F1; }

.perfect-trip .__list-anchor {
  list-style: none;
  padding: 0; }
  .perfect-trip .__list-anchor li {
    display: inline-block; }
    .perfect-trip .__list-anchor li a, .perfect-trip .__list-anchor li button {
      cursor: pointer;
      display: block;
      color: #9C9C9C;
      text-decoration: none;
      font-weight: 300;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent;
      border: 0;
      -moz-transition: all 0.1s;
      -o-transition: all 0.1s;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
      .perfect-trip .__list-anchor li a.__current, .perfect-trip .__list-anchor li a:hover, .perfect-trip .__list-anchor li button.__current, .perfect-trip .__list-anchor li button:hover {
        color: #3A3A3A;
        border-bottom: 3px solid #3A3A3A; }

.perfect-trip .__entry-content .__h3 {
  font-weight: 500;
  text-align: center; }
  .perfect-trip .__entry-content .__h3 .__txt {
    position: relative; }
    .perfect-trip .__entry-content .__h3 .__txt:before, .perfect-trip .__entry-content .__h3 .__txt:after {
      content: '';
      position: absolute;
      height: 9px;
      top: 2px;
      bottom: 0;
      margin: auto;
      background: url(img/before_txt.png) repeat-x; }

.perfect-trip .__search-purpose .__lists .__item .__innerItem,
.perfect-trip .__search-special .__lists .__item .__innerItem {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.perfect-trip .__search-purpose .__lists .__item .__image img,
.perfect-trip .__search-special .__lists .__item .__image img {
  display: block;
  height: auto; }

.perfect-trip .__search-purpose {
  margin-bottom: 140px; }
  .perfect-trip .__search-purpose .__lists .__item .__innerItem {
    background-color: #C4F9FF;
    color: #3A3A3A; }
  .perfect-trip .__search-purpose .__lists .__item .__h4 {
    margin: 0;
    font-weight: 300; }

.perfect-trip .__search-special .__lists .__innerItem {
  color: #fff; }

.perfect-trip .__search-special .__lists .__subtitle {
  position: absolute;
  right: 20px;
  overflow: hidden;
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: left; }
  .perfect-trip .__search-special .__lists .__subtitle p {
    margin: 0; }
  .perfect-trip .__search-special .__lists .__subtitle .__small {
    line-height: 1.5;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .perfect-trip .__search-special .__lists .__subtitle .__title {
    font-weight: bold;
    line-height: 1.3;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
    .perfect-trip .__search-special .__lists .__subtitle .__title .__bg {
      position: relative; }
      .perfect-trip .__search-special .__lists .__subtitle .__title .__bg:after {
        content: '';
        position: absolute;
        bottom: 2px; }

.perfect-trip .__search-special .__lists .__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .perfect-trip .__search-special .__lists .__content .__h4 {
    font-family: "Oswald";
    text-transform: uppercase;
    margin: 0;
    font-weight: 400; }
  .perfect-trip .__search-special .__lists .__content .__small {
    font-weight: 300;
    margin: 0; }

.perfect-trip .feature-related {
  margin-bottom: 0; }

.jst-news {
  background-color: rgba(149, 255, 255, 0.6); }
  .jst-news .__entry-content .__tabs_nav {
    list-style: none;
    padding: 0;
    text-align: center; }
    .jst-news .__entry-content .__tabs_nav li {
      display: inline-block; }
      .jst-news .__entry-content .__tabs_nav li.__current a, .jst-news .__entry-content .__tabs_nav li.__current button {
        color: #3A3A3A;
        border-bottom: 3px solid #3A3A3A; }
      .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
        cursor: pointer;
        display: block;
        color: #9C9C9C;
        padding: 0 2px 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        border: 0;
        -moz-transition: all 0.1s;
        -o-transition: all 0.1s;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        text-decoration: none; }
        .jst-news .__entry-content .__tabs_nav li a:hover, .jst-news .__entry-content .__tabs_nav li button:hover {
          color: #3A3A3A;
          border-bottom: 3px solid #3A3A3A; }
  .jst-news .__tabs_content .__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .jst-news .__tabs_content .__lists .__item:nth-child(4n) {
      border-right: 0; }
    .jst-news .__tabs_content .__lists .__item .__image img {
      display: block;
      width: 100%;
      height: auto; }
    .jst-news .__tabs_content .__lists .__item .__content p {
      margin: 0; }
    .jst-news .__tabs_content .__lists .__item .__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .jst-news .__tabs_content .__lists .__item .__meta .__category {
        position: relative;
        top: -4px;
        padding-right: 10px; }
        .jst-news .__tabs_content .__lists .__item .__meta .__category a {
          display: inline-block;
          color: #707070;
          text-decoration: none;
          font-size: 10px;
          height: 20px;
          line-height: 18px;
          border-radius: 12px;
          padding: 0 15px;
          border: 1px solid #707070;
          text-align: center;
          background-color: #fff; }
      .jst-news .__tabs_content .__lists .__item .__meta .__date {
        font-size: 12px;
        color: #707070; }
    .jst-news .__tabs_content .__lists .__item .__h3 {
      font-weight: 500; }
      .jst-news .__tabs_content .__lists .__item .__h3 a {
        text-decoration: none;
        color: #3A3A3A; }
        .jst-news .__tabs_content .__lists .__item .__h3 a:hover {
          text-decoration: underline; }
    .jst-news .__tabs_content .__lists .__item .__description {
      color: #3A3A3A; }

.make-reservation .__entry-header .__h2 .__icon {
  padding-right: 0; }

.make-reservation .__entry-content .__lists_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  .make-reservation .__entry-content .__lists_btn li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
      color: #3A3A3A;
      border: 2px solid #FF9900;
      background-color: #E8FF00;
      border-radius: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      text-decoration: none;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .make-reservation .__entry-content .__lists_btn li .__btn_yellow img {
        display: inline-block; }
      .make-reservation .__entry-content .__lists_btn li .__btn_yellow:hover {
        background-color: #3A3A3A;
        color: #fff;
        border-color: #909090; }
      .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
        position: relative; }

.make-reservation .__entry-content .__txt p {
  color: #3A3A3A;
  text-align: center;
  margin: 0; }

.jst-sns {
  background-color: rgba(149, 255, 255, 0.6); }
  .jst-sns .__entry-content .__item .__logo {
    text-align: center; }
  .jst-sns .__entry-content .__item .__tags {
    list-style: none;
    margin: 0;
    padding: 0; }
    .jst-sns .__entry-content .__item .__tags li {
      display: block; }
      .jst-sns .__entry-content .__item .__tags li .__btn_white {
        border: 1px solid #3A3A3A;
        color: #707070; }

.travel-parts .__entry-content .__lists {
  list-style: none;
  padding: 0; }
  .travel-parts .__entry-content .__lists li a {
    display: block; }
  .travel-parts .__entry-content .__lists li img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

/* ------------------------
*************
    Story
*************
-------------------------*/
.mv-general {
  background: url(img/bg_storyDetail.png) no-repeat;
  background-size: cover;
  text-align: center; }
  .mv-general h1 {
    margin: 0;
    padding: 0; }

.general-single .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.general-single .primary {
  width: 78.3%;
  padding-right: 7.3%; }
  .general-single .primary .__date-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500; }
    .general-single .primary .__date-category .__date {
      font-size: 20px;
      color: #707070;
      padding-right: 20px; }
    .general-single .primary .__date-category .__category {
      font-size: 15px;
      padding: 0 15px;
      border-radius: 15px; }
  .general-single .primary .__head .__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .general-single .primary .__head .__socials li {
      position: relative;
      display: inline-block;
      margin-left: 12px; }
      .general-single .primary .__head .__socials li:first-child {
        margin-left: 0; }
      .general-single .primary .__head .__socials li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5px 2px;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        border-radius: 1px; }
        .general-single .primary .__head .__socials li a:hover {
          opacity: .8; }
      .general-single .primary .__head .__socials li.facebook span, .general-single .primary .__head .__socials li.twitter span {
        position: relative; }
        .general-single .primary .__head .__socials li.facebook span:before, .general-single .primary .__head .__socials li.twitter span:before {
          font-size: 20px; }
      .general-single .primary .__head .__socials li.facebook a {
        background-color: #4267B2; }
        .general-single .primary .__head .__socials li.facebook a span {
          padding-right: 5px; }
      .general-single .primary .__head .__socials li.twitter a {
        background-color: #1EA1F2; }
        .general-single .primary .__head .__socials li.twitter a span {
          padding-right: 8px; }
      .general-single .primary .__head .__socials li.line a {
        background-color: #00c300; }
      .general-single .primary .__head .__socials li.line img {
        width: 35px; }
  .general-single .primary .__content .wp-block-image {
    text-align: center; }
    .general-single .primary .__content .wp-block-image figcaption {
      text-align: center;
      color: #707070;
      font-size: 13px; }
    .general-single .primary .__content .wp-block-image .aligncenter figcaption {
      text-align: center; }
    .general-single .primary .__content .wp-block-image .alignleft figcaption {
      text-align: left; }
    .general-single .primary .__content .wp-block-image .alignright figcaption {
      text-align: right; }
  .general-single .primary .__content img {
    height: auto; }
  .general-single .primary .__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 760px;
    margin: 0 auto; }
    .general-single .primary .__foot .prev-post, .general-single .primary .__foot .next-post {
      min-height: 1px; }
      .general-single .primary .__foot .prev-post a, .general-single .primary .__foot .next-post a {
        position: relative;
        color: #9C9C9C;
        text-decoration: none;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .general-single .primary .__foot .prev-post a:before, .general-single .primary .__foot .prev-post a:after, .general-single .primary .__foot .next-post a:before, .general-single .primary .__foot .next-post a:after {
          position: absolute;
          margin: auto;
          font-family: 'icomoon'; }
        .general-single .primary .__foot .prev-post a:hover, .general-single .primary .__foot .next-post a:hover {
          color: #333; }
    .general-single .primary .__foot .prev-post a {
      padding-left: 30px; }
      .general-single .primary .__foot .prev-post a:before {
        content: "\e910";
        left: 0;
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .general-single .primary .__foot .next-post a {
      padding-right: 30px; }
      .general-single .primary .__foot .next-post a:after {
        content: "\e910";
        right: 0; }
  .general-single .primary .event-report {
    position: relative;
    border: 1px solid #1A1311;
    background-color: #F9F5EA;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .general-single .primary .event-report:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #333;
      z-index: 2; }
    .general-single .primary .event-report:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 13px;
      border: 1px solid #1A1311;
      z-index: 1; }
    .general-single .primary .event-report .__title, .general-single .primary .event-report .__name, .general-single .primary .event-report .__detail {
      position: relative;
      z-index: 3; }
    .general-single .primary .event-report .__title {
      text-align: center;
      color: #3A3A3A;
      border-bottom: 3px solid #707070; }
      .general-single .primary .event-report .__title:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        background: url(img/dot.svg) repeat-x;
        height: 5px; }
    .general-single .primary .event-report .__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px 60px; }
      .general-single .primary .event-report .__block.__rtl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .general-single .primary .event-report .__block .__txt, .general-single .primary .event-report .__block .wp-block-image {
        padding: 0 15px; }
      .general-single .primary .event-report .__block .__txt h3 {
        margin-bottom: 20px; }
      .general-single .primary .event-report .__block .__txt p {
        margin: 0; }
      .general-single .primary .event-report .__block .wp-block-image {
        margin-bottom: 0; }
    .general-single .primary .event-report .__block_30-70 .__txt {
      width: 30%; }
    .general-single .primary .event-report .__block_30-70 .wp-block-image {
      width: 70%; }
    .general-single .primary .event-report .__block_40-60 .__txt {
      width: 40%; }
    .general-single .primary .event-report .__block_40-60 .wp-block-image {
      width: 60%; }
    .general-single .primary .event-report .__block_50-50 .__txt {
      width: 50%; }
    .general-single .primary .event-report .__block_50-50 .wp-block-image {
      width: 50%; }
    .general-single .primary .event-report .__block_60-40 .__txt {
      width: 60%; }
    .general-single .primary .event-report .__block_60-40 .wp-block-image {
      width: 40%; }
    .general-single .primary .event-report .__block_70-30 .__txt {
      width: 70%; }
    .general-single .primary .event-report .__block_70-30 .wp-block-image {
      width: 30%; }
    .general-single .primary .event-report .__name {
      text-align: right; }
      .general-single .primary .event-report .__name span {
        display: inline-block;
        color: #3A3A3A;
        padding: 0 35px 5px;
        border-bottom: 1px solid #707070; }

.general-single .sidebar {
  width: 21.7%; }

.story-detail .__date-category .__category {
  color: #fff; }
  .story-detail .__date-category .__category.__color1 {
    background-color: #0040F1; }
  .story-detail .__date-category .__category.__color2 {
    background-color: #0096B5; }
  .story-detail .__date-category .__category.__color3 {
    background-color: #219805; }
  .story-detail .__date-category .__category.__color4 {
    background-color: #A9A9FE; }
  .story-detail .__date-category .__category.__color5 {
    background-color: #92327a; }
  .story-detail .__date-category .__category.__color6 {
    background-color: #176d31; }
  .story-detail .__date-category .__category.__color7 {
    background-color: #b88143; }
  .story-detail .__date-category .__category.__color8 {
    background-color: #000000; }

.story-detail .__head .__title {
  border-bottom: 5px solid #707070; }

.story-detail .__head .__userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .story-detail .__head .__userInfo .__icon {
    width: 85px;
    padding-right: 20px; }
    .story-detail .__head .__userInfo .__icon img {
      display: block;
      width: 100%; }
  .story-detail .__head .__userInfo .__info p {
    margin: 0;
    color: #2D2D2D; }
  .story-detail .__head .__userInfo .__info .__small {
    margin-bottom: 5px;
    line-height: 1.4; }
  .story-detail .__head .__userInfo .__info .__name {
    line-height: 1.2;
    font-weight: bold; }

.story-detail .__head ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.story-detail .__head .__tag-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .story-detail .__head .__tag-social .__tags li {
    display: inline-block;
    height: 20px;
    line-height: 17px;
    border: 1px solid #707070;
    font-size: 10px;
    color: #707070;
    border-radius: 20px;
    min-width: 64px;
    padding: 0 15px;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 3px; }
    .story-detail .__head .__tag-social .__tags li a {
      display: block;
      height: 20px;
      line-height: 17px;
      border: 1px solid #707070;
      font-size: 10px;
      color: #707070;
      border-radius: 20px;
      min-width: 64px;
      padding: 0 15px;
      text-align: center;
      text-decoration: none;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .story-detail .__head .__tag-social .__tags li a:hover {
        background-color: #707070;
        color: #fff; }

.news-detail.style3 .__head .__title {
  border-bottom: 5px solid #707070; }

.news-detail.style3 .__head .__userInfo .__info .__name .__smll {
  padding-left: 5px; }

.news-detail .__author {
  position: relative;
  background: url(img/bg_aboutnews.png) no-repeat;
  background-size: cover;
  padding: 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 80px; }
  .news-detail .__author:after {
    content: '';
    position: absolute;
    top: -32px;
    right: 15px;
    width: 55px;
    height: 98px;
    background: url(img/after_aboutnews.png) no-repeat;
    z-index: 1; }
  .news-detail .__author .__bg-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F9FFF1; }
    .news-detail .__author .__bg-author .__icon img {
      border-radius: 50%; }
    .news-detail .__author .__bg-author .__info p {
      margin: 0; }
    .news-detail .__author .__bg-author .__info .__name {
      font-weight: bold;
      line-height: 1.4; }
      .news-detail .__author .__bg-author .__info .__name .__smll {
        padding-left: 5px; }

.news-detail .__head .__date-category .__category {
  color: #707070;
  border: 1px solid #707070; }

.news-detail .__head .__userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .news-detail .__head .__userInfo .__icon {
    width: 85px;
    padding-right: 20px; }
    .news-detail .__head .__userInfo .__icon img {
      display: block;
      width: 100%;
      border-radius: 50%; }
  .news-detail .__head .__userInfo .__info p {
    margin: 0;
    color: #2D2D2D; }
  .news-detail .__head .__userInfo .__info .__small {
    margin-bottom: 5px;
    line-height: 1.4; }
  .news-detail .__head .__userInfo .__info .__name {
    line-height: 1.2;
    font-weight: bold; }

.news-detail .__head ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.news-detail .__head .__tag-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .news-detail .__head .__tag-social .__tags li {
    display: inline-block;
    height: 20px;
    line-height: 17px;
    border: 1px solid #707070;
    font-size: 10px;
    color: #707070;
    border-radius: 20px;
    min-width: 64px;
    padding: 0 15px;
    text-align: center;
    margin-right: 4px;
    margin-top: 5px; }
    .news-detail .__head .__tag-social .__tags li a {
      display: block;
      height: 20px;
      line-height: 17px;
      border: 1px solid #707070;
      font-size: 10px;
      color: #707070;
      border-radius: 20px;
      min-width: 64px;
      padding: 0 15px;
      text-align: center;
      text-decoration: none;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .news-detail .__head .__tag-social .__tags li a:hover {
        background-color: #707070;
        color: #fff; }

.three-banner .__title {
  color: #707070;
  font-weight: bold;
  overflow: hidden;
  text-align: center; }
  .three-banner .__title .__txt {
    position: relative; }
    .three-banner .__title .__txt:before, .three-banner .__title .__txt:after {
      content: '';
      position: absolute;
      top: 1px;
      bottom: 0;
      margin: auto;
      width: 1000px;
      height: 3px;
      background-color: #707070; }
    .three-banner .__title .__txt:before {
      left: -1000px; }
    .three-banner .__title .__txt:after {
      right: -1000px; }

.three-banner .__item .__itemInner {
  display: block;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 7px #9C9C9C;
  box-shadow: 3px 4px 7px #9C9C9C;
  text-decoration: none;
  color: #3A3A3A; }

.three-banner .__item .__img img {
  display: block;
  width: 100%;
  height: auto; }

.three-banner .__item .__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .three-banner .__item .__content .__absolute {
    position: absolute;
    top: -60px;
    left: 0;
    margin: 0;
    z-index: 3; }
  .three-banner .__item .__content h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    z-index: 3; }
    .three-banner .__item .__content h3 .__txt {
      position: relative;
      z-index: 2;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
    .three-banner .__item .__content h3 .__line {
      position: absolute;
      left: 0;
      right: 0;
      width: 96%;
      margin: 0 auto;
      background: url(img/bg_txt_pc.png) repeat-x;
      z-index: 1;
      -ms-transform: skew(-50deg);
      -moz-transform: skew(-50deg);
      -o-transform: skew(-50deg);
      -webkit-transform: skew(-50deg);
      transform: skew(-50deg); }

.three-banner .__item.__blue .__content {
  background-color: rgba(30, 0, 239, 0.75); }

.three-banner .__item.__pink .__content {
  background-color: rgba(255, 0, 104, 0.75); }

.three-banner .__item.__l_pink .__content {
  background-color: rgba(255, 170, 210, 0.9); }

.story-list .number-post {
  text-align: right;
  color: #707070; }

.story-list .__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .story-list .__lists .__item .__itemInner {
    display: block;
    text-decoration: none;
    color: #3A3A3A; }
  .story-list .__lists .__item .__image img {
    display: block;
    width: 100%;
    height: auto; }
  .story-list .__lists .__item .__content .__date_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .story-list .__lists .__item .__content .__date {
    font-size: 12px;
    color: #707070;
    margin-right: 10px; }
  .story-list .__lists .__item .__content .__category {
    font-size: 10px;
    color: #fff;
    border-radius: 25px;
    height: 17px;
    line-height: 16px;
    padding: 0 15px 2px;
    min-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center; }
    .story-list .__lists .__item .__content .__category.__color1 {
      background-color: #0040F1; }
    .story-list .__lists .__item .__content .__category.__color2 {
      background-color: #0096B5; }
    .story-list .__lists .__item .__content .__category.__color3 {
      background-color: #219805; }
    .story-list .__lists .__item .__content .__category.__color4 {
      background-color: #A9A9FE; }
    .story-list .__lists .__item .__content .__category.__color5 {
      background-color: #92327a; }
    .story-list .__lists .__item .__content .__category.__color6 {
      background-color: #176d31; }
    .story-list .__lists .__item .__content .__category.__color7 {
      background-color: #b88143; }
    .story-list .__lists .__item .__content .__category.__color8 {
      background-color: #000000; }
  .story-list .__lists .__item .__content .__description {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8; }
    .story-list .__lists .__item .__content .__description p {
      margin: 0;
      line-height: 1.8; }

.search-formGeneral .form-group .__label {
  color: #4B4B4B; }

.search-formGeneral .form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-formGeneral .form-field .__form-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .search-formGeneral .form-field .__form-detail label, .search-formGeneral .form-field .__form-detail input {
    cursor: pointer; }

.search-formGeneral .form-datepicker input,
.search-formGeneral .form-text input {
  -webkit-appearance: none;
  font-size: 12px;
  color: #3A3A3A;
  border: 1px solid #707070;
  outline: 0;
  height: 30px;
  border-radius: 0;
  background-color: transparent;
  z-index: 2; }

.search-formGeneral .form-text input {
  padding: 4px 10px 5px 40px; }

.search-formGeneral .form-text .__form-detail {
  position: relative; }
  .search-formGeneral .form-text .__form-detail:before {
    content: "\e915";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #707070;
    color: #fff;
    font-size: 22px; }

.search-formGeneral .form-datepicker .__form-detail {
  position: relative; }
  .search-formGeneral .form-datepicker .__form-detail:before, .search-formGeneral .form-datepicker .__form-detail:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
  .search-formGeneral .form-datepicker .__form-detail:before {
    content: '';
    left: 6px;
    width: 23px;
    height: 20px;
    background: url(img/datepicker.png) no-repeat;
    background-size: cover; }
  .search-formGeneral .form-datepicker .__form-detail:after {
    content: '\e916';
    right: 0;
    font-family: 'icomoon';
    font-size: 10px;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #707070; }
  .search-formGeneral .form-datepicker .__form-detail input {
    position: relative;
    padding: 4px 40px 5px 38px;
    width: 145px;
    cursor: pointer;
    z-index: 2;
    background-color: transparent; }

.search-formGeneral .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .search-formGeneral .form-submit input, .search-formGeneral .form-submit .form-reset {
    text-align: center;
    padding: 4px 15px 6px;
    color: #4B4B4B;
    border-radius: 25px;
    outline: 0;
    border: 2px solid #707070;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .search-formGeneral .form-submit input:hover, .search-formGeneral .form-submit .form-reset:hover {
      background-color: #707070;
      color: #fff; }

.mac .search-formGeneral .form-text input:-webkit-input-placeholder, .mac .search-formGeneral .form-datepicker input:-webkit-input-placeholder {
  /* Edge */
  padding-top: 2px; }

.mac .search-formGeneral .form-text input:-ms-input-placeholder, .mac .search-formGeneral .form-datepicker input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  padding-top: 2px; }

.mac .search-formGeneral .form-text input::-webkit-input-placeholder, .mac .search-formGeneral .form-datepicker input::-webkit-input-placeholder {
  padding-top: 2px; }

.mac .search-formGeneral .form-text input::-ms-input-placeholder, .mac .search-formGeneral .form-datepicker input::-ms-input-placeholder {
  padding-top: 2px; }

.mac .search-formGeneral .form-text input::placeholder, .mac .search-formGeneral .form-datepicker input::placeholder {
  padding-top: 2px; }

.__notfound {
  margin-bottom: 80px; }
  .__notfound .__title {
    font-size: 2.4rem;
    color: #707070; }

.news-list .__lists .__item .__content .__category {
  border: 1px solid #707070;
  color: #707070;
  padding: 0 15px;
  font-size: 10px;
  border-radius: 12px;
  height: 20px;
  line-height: 18px; }

.search-formConsultation .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-formConsultation .form-datepicker {
  position: relative; }
  .search-formConsultation .form-datepicker:before, .search-formConsultation .form-datepicker:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
  .search-formConsultation .form-datepicker:before {
    content: '';
    left: 10px;
    width: 23px;
    height: 20px;
    background: url(img/datepicker.png) no-repeat;
    background-size: cover; }
  .search-formConsultation .form-datepicker:after {
    content: '\e916';
    right: 0;
    font-family: 'icomoon';
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #707070; }
  .search-formConsultation .form-datepicker select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 40px 5px 42px;
    width: 100%;
    z-index: 2;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #707070;
    outline: 0;
    height: 42px;
    background-color: transparent;
    z-index: 2; }
    .search-formConsultation .form-datepicker select option {
      color: black; }
      .search-formConsultation .form-datepicker select option.placeholder {
        color: red; }
      .search-formConsultation .form-datepicker select option:first-child {
        color: red;
        display: none; }

.search-formConsultation .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .search-formConsultation .form-submit input {
    text-align: center;
    color: #4B4B4B;
    border-radius: 25px;
    outline: 0;
    border: 2px solid #707070;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .search-formConsultation .form-submit input:hover {
      background-color: #707070;
      color: #fff; }

.consultation .__title {
  color: #3A3A3A; }

.consultation .consultation-content .tb-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold; }
  .consultation .consultation-content .tb-tr:last-child {
    border-bottom: 1px solid #707070; }
  .consultation .consultation-content .tb-tr .tb-td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100%/7);
    overflow: hidden; }
    .consultation .consultation-content .tb-tr .tb-td p {
      margin: 0;
      color: #9C9C9C;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .consultation .consultation-content .tb-tr .tb-th {
    color: #3A3A3A;
    text-align: center; }
    .consultation .consultation-content .tb-tr .tb-th.tb-first, .consultation .consultation-content .tb-tr .tb-th.tb-last {
      color: #FF000E; }
  .consultation .consultation-content .tb-tr .tb-tb-td {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070; }
    .consultation .consultation-content .tb-tr .tb-tb-td .event {
      overflow: hidden; }
  .consultation .consultation-content .tb-tr .tb-last {
    border-right: 1px solid #707070; }
    .consultation .consultation-content .tb-tr .tb-last.tb-th {
      border-right: 0; }

.consultation-form .container {
  max-width: 1235px; }

.consultation-form .__head {
  text-align: center; }
  .consultation-form .__head .__required {
    color: #FF000E;
    margin: 0; }

.consultation-form .form-group .form-label {
  position: relative;
  color: #3A3A3A; }
  .consultation-form .form-group .form-label .required {
    position: absolute;
    top: 0;
    right: 0;
    color: #FF000E;
    font-size: 12px; }

.consultation-form .form-group label {
  cursor: pointer; }

.consultation-form .form-group.form-selectFull .form-detail .__select select {
  width: 100%; }

.consultation-form .form-group.form-radioInline .form-detail {
  padding-top: 6px; }
  .consultation-form .form-group.form-radioInline .form-detail .__radio .wpcf7-list-item {
    display: inline-block;
    padding-right: 30px; }
    .consultation-form .form-group.form-radioInline .form-detail .__radio .wpcf7-list-item .wpcf7-list-item-label {
      font-weight: bold !important; }

.consultation-form .form-group .form-detail {
  color: #4b4b4b; }
  .consultation-form .form-group .form-detail .__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #707070;
    outline: 0;
    cursor: pointer;
    background: url(img/arrow-bottom.svg) no-repeat center right 15px; }
    .consultation-form .form-group .form-detail .__select select option:first-child {
      display: none; }
  .consultation-form .form-group .form-detail .__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .consultation-form .form-group .form-detail .__checkbox label input {
      position: absolute;
      opacity: 0; }
      .consultation-form .form-group .form-detail .__checkbox label input:checked + .wpcf7-list-item-label:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        border-color: #5398FF; }
      .consultation-form .form-group .form-detail .__checkbox label input:checked + .wpcf7-list-item-label:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
        visibility: visible; }
    .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label {
      position: relative;
      padding-left: 33px;
      cursor: pointer;
      display: block;
      letter-spacing: 1px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        display: block;
        width: 21px;
        height: 21px;
        border-radius: 2px;
        border: 2px solid #707070;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label:after {
        content: "";
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 7px;
        top: 3px;
        width: 7px;
        height: 13px;
        border: solid #5398FF;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
  .consultation-form .form-group .form-detail .__checkbox .wpcf7-list-item {
    margin: 0; }
  .consultation-form .form-group .form-detail .__radio .wpcf7-list-item {
    margin: 0 0 10px;
    display: block; }
    .consultation-form .form-group .form-detail .__radio .wpcf7-list-item.last {
      margin-bottom: 0; }
    .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label input {
        position: absolute;
        opacity: 0; }
        .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
          border-color: #5398FF; }
        .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: 1; }
      .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label .wpcf7-list-item-label {
        font-weight: bold;
        position: relative;
        padding-left: 35px;
        -webkit-transition: -webkit-box-shadow 0.15s;
        transition: -webkit-box-shadow 0.15s;
        -o-transition: box-shadow 0.15s;
        transition: box-shadow 0.15s;
        transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
        cursor: pointer; }
        .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label .wpcf7-list-item-label:before {
          content: '';
          position: absolute;
          top: 3px;
          left: 0;
          width: 21px;
          height: 21px;
          border-radius: 100%;
          border: 2px solid #707070; }
        .consultation-form .form-group .form-detail .__radio .wpcf7-list-item label .wpcf7-list-item-label:after {
          content: '';
          position: absolute;
          top: 8px;
          left: 5px;
          width: 11px;
          height: 11px;
          border-radius: 100%;
          background-color: #5398FF;
          -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
          transition: opacity 0.2s, -webkit-transform 0.2s;
          -o-transition: transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
          -webkit-transform: scale(0.1);
          -ms-transform: scale(0.1);
          transform: scale(0.1);
          opacity: 0; }
  .consultation-form .form-group .form-detail .required {
    color: #FF000E;
    margin: 3px 0 0; }

.consultation-form .form-group.form-radio .form-detail .__radio input {
  width: 21px;
  height: 21px; }

.consultation-form .form-group.form-group01 .form-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.consultation-form .form-group.form-group03 .form-detail .__checkbox:last-child {
  margin-bottom: 0; }

.consultation-form .form-group.form-group04 .form-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .consultation-form .form-group.form-group04 .form-detail .__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .consultation-form .form-group.form-group04 .form-detail .__select:last-child .__txt {
      padding-right: 0; }
    .consultation-form .form-group.form-group04 .form-detail .__select .__txt {
      color: #333;
      margin: 0;
      font-weight: bold; }

.consultation-form .form-group.form-group07 .form-label {
  text-align: left; }

.consultation-form .form-group.form-txt .form-detail input {
  width: 100%;
  line-height: 1.3; }

.consultation-form .form-group.form-postal .form-detail {
  width: auto; }

.consultation-form .form-group.form-postal .btn {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 24px; }
  .consultation-form .form-group.form-postal .btn a {
    border: 2px solid #333; }

.consultation-form .form-group.form-textarea .form-detail textarea {
  width: 100%;
  line-height: 1.5; }
  .consultation-form .form-group.form-textarea .form-detail textarea:-webkit-input-placeholder {
    color: #D5D3D3; }
  .consultation-form .form-group.form-textarea .form-detail textarea-moz-placeholder {
    color: #D5D3D3; }
  .consultation-form .form-group.form-textarea .form-detail textarea:-moz-placeholder {
    color: #D5D3D3; }
  .consultation-form .form-group.form-textarea .form-detail textarea-ms-input-placeholder {


    color: #D5D3D3; }
  .consultation-form .form-group.form-textarea .form-detail textarea:placeholder {
    color: #D5D3D3; }

.consultation-form .form-group.form-group15 .form-detail .__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .consultation-form .form-group.form-group15 .form-detail .__checkbox label {
    color: #3A3A3A;
    padding-left: 15px; }
    .consultation-form .form-group.form-group15 .form-detail .__checkbox label a {
      color: #2000FC;
      text-decoration: underline; }
      .consultation-form .form-group.form-group15 .form-detail .__checkbox label a:hover {
        text-decoration: none; }

.consultation-form .form-group.form-require-confirm .__checkbox .required {
  display: inline-block;
  width: auto !important;
  position: relative;
  top: -8px;
  left: -3px; }

.consultation-form .form-submit .btn-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
  .consultation-form .form-submit .btn-submit .ajax-loader {
    position: absolute;
    right: 0; }

.consultation-form .form-submit .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3A3A3A;
  border: 2px solid #FF9900;
  background-color: #E8FF00;
  border-radius: 25px;
  width: 100%;
  margin: 0 auto;
  outline: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .consultation-form .form-submit .wpcf7-submit.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none; }
  .consultation-form .form-submit .wpcf7-submit img {
    width: 55px;
    height: auto;
    margin-right: 10px; }

.consultation-form .iframe-zoom {
  position: relative;
  background-color: #9C9C9C;
  color: #fff;
  width: 100%; }
  .consultation-form .iframe-zoom .__txt {
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold; }

.page-thanks .mv-general h1 {
  text-transform: uppercase; }

.mv-feature {
  overflow: hidden; }
  .mv-feature .mv-text {
    position: relative;
    background-color: #3A3A3A;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .mv-feature .mv-text:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9998px;
      width: 9999px;
      background-color: #3A3A3A;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .mv-feature .mv-text .__en {
      font-family: "Oswald";
      text-transform: uppercase; }

.single-feature .make-reservation {
  padding: 0; }
  .single-feature .make-reservation .__btn_yellow {
    width: 100%; }
  .single-feature .make-reservation .__entry-content .__lists_btn {
    margin-left: 0;
    margin-right: 0; }
    .single-feature .make-reservation .__entry-content .__lists_btn li {
      padding: 0; }
      .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }

.feature-detail h1 {
  padding: 0;
  color: #343434; }

.feature-detail h2 {
  color: #fff;
  background-color: #6F9AFE; }

.feature-detail h3 {
  color: #707070;
  border-bottom: 5px solid #707070; }

.feature-detail h4 {
  color: #707070;
  border-bottom: 1px solid #707070; }

.feature-detail h5 {
  color: #707070; }

.feature-detail p {
  margin: 0 0 35px; }

.feature-detail .wp-block-quote {
  color: #707070;
  border-left: 8px solid #707070; }

.feature-detail .wp-block-columns .wp-block-column {
  margin: 0; }
  .feature-detail .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    display: block;
    height: auto; }
  .feature-detail .wp-block-columns .wp-block-column p {
    margin: 0; }

.feature-detail .wp-block-separator.is-style-wide {
  border-style: dashed;
  border-color: #9C9C9C; }

.feature-detail .table-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .feature-detail .table-image .__table {
    width: 61%; }
    .feature-detail .table-image .__table .__inner {
      border: 3px solid #707070; }
    .feature-detail .table-image .__table dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      margin: 0; }
      .feature-detail .table-image .__table dl:last-child dt, .feature-detail .table-image .__table dl:last-child dd {
        border-bottom: 0; }
      .feature-detail .table-image .__table dl dt {
        border-bottom: 1px solid #fff;
        background-color: #707070;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .feature-detail .table-image .__table dl dd {
        margin: 0;
        color: #707070;
        border-bottom: 1px solid #707070; }
  .feature-detail .table-image .__image {
    width: 39%; }
    .feature-detail .table-image .__image img {
      width: 100%;
      height: auto;
      display: block; }

.feature-related .__lists .__item .__innerItem, .feature-list .__lists .__item .__innerItem {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff; }

.feature-related .__lists .__item .__image img, .feature-list .__lists .__item .__image img {
  display: block;
  height: auto; }

.feature-related .__lists .__item .__subtitle, .feature-list .__lists .__item .__subtitle {
  position: absolute;
  right: 20px;
  overflow: hidden;
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: left; }
  .feature-related .__lists .__item .__subtitle p, .feature-list .__lists .__item .__subtitle p {
    margin: 0; }
  .feature-related .__lists .__item .__subtitle .__small, .feature-list .__lists .__item .__subtitle .__small {
    line-height: 1.5;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
  .feature-related .__lists .__item .__subtitle .__title, .feature-list .__lists .__item .__subtitle .__title {
    font-weight: bold;
    line-height: 1.3;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden; }
    .feature-related .__lists .__item .__subtitle .__title .__bg, .feature-list .__lists .__item .__subtitle .__title .__bg {
      position: relative; }
      .feature-related .__lists .__item .__subtitle .__title .__bg:after, .feature-list .__lists .__item .__subtitle .__title .__bg:after {
        content: '';
        position: absolute;
        bottom: 2px; }

.feature-related .__lists .__item .__content, .feature-list .__lists .__item .__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .feature-related .__lists .__item .__content .__h4, .feature-list .__lists .__item .__content .__h4 {
    font-family: "Oswald";
    text-transform: uppercase;
    margin: 0;
    font-weight: 400; }
  .feature-related .__lists .__item .__content .__small, .feature-list .__lists .__item .__content .__small {
    font-weight: 300;
    margin: 0; }

.feature-list {
  padding-top: 40px; }
  .feature-list .__lists .__item .__image img {
    width: 100%;
    height: auto; }
  .feature-list .__lists .__content .__h4 {
    line-height: 1.3; }
  .feature-list .__lists .__content .__small {
    line-height: 1.5; }

.about {
  overflow-x: hidden; }
  .about .__bg-after {
    position: relative;
    background-image: url(img/bg_txt_y.png);
    background-repeat: repeat-x;
    background-position: bottom -5px left;
    padding-left: 10px;
    margin-left: -10px; }
    .about .__bg-after.__pink {
      background-image: url(img/bg_txt_p.png); }
    .about .__bg-after.__blue {
      background-image: url(img/bg_txt_b.png); }
    .about .__bg-after.__top:after {
      bottom: auto; }
  .about .entry-header {
    text-align: center; }
    .about .entry-header .__title {
      margin: 0; }
  .about .__item p {
    margin: 0; }
  .about .__item .__btn {
    padding-bottom: 10px; }
    .about .__item .__btn .__btn_white {
      border-width: 3px;
      letter-spacing: 1px; }
    .about .__item .__btn .__green {
      border-color: #219805;
      color: #219805; }
    .about .__item .__btn .__yellow {
      border-color: #FFA200;
      color: #FFA200; }
    .about .__item .__btn .__blue {
      border-color: #6F9AFE;
      color: #6F9AFE; }
    .about .__item .__btn .__pink {
      border-color: #FC9ECA;
      color: #FC9ECA; }
  .about .__item .__two-btn a:first-child {
    margin-bottom: 20px; }
  .about .__item .__title-number .__number {
    position: relative;
    font-weight: bold;
    font-family: oskar-inline, sans-serif;
    color: #707070;
    line-height: .9; }
    .about .__item .__title-number .__number:after {
      position: absolute;
      content: '';
      background-color: #707070; }
  .about .__item .__title-number .__txt {
    font-weight: bold; }
    .about .__item .__title-number .__txt.__one-col .__red {
      margin-right: 0; }
    .about .__item .__title-number .__txt .__gray {
      color: #707070; }
    .about .__item .__title-number .__txt .__red {
      color: #FF000E; }
      .about .__item .__title-number .__txt .__red .__small {
        position: relative; }
      .about .__item .__title-number .__txt .__red.translateY {
        margin-right: 0; }
  .about .__item.__item06 {
    position: relative; }
    .about .__item.__item06:after {
      content: '';
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      height: 70%;
      background: url(img/about/bg_item06.png) repeat-x;
      z-index: -1; }
  .about .__item.__item07 {
    position: relative;
    overflow: hidden; }
    .about .__item.__item07:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 55%;
      background-color: rgba(32, 0, 252, 0.24);
      z-index: -1; }
  .about .__item.__item08 {
    overflow-y: hidden; }
  .about .__item01 {
    background: url(img/about/bg_item01.png) no-repeat;
    background-size: cover; }
  .about .bg-item3_4 {
    background: url(img/about/bg_item03.png) no-repeat;
    background-size: cover; }

.page-company .entry-header {
  text-align: center; }
  .page-company .entry-header .__title {
    margin: 0; }

.page-company .entry-content .__item {
  border-bottom: 1px dotted #707070; }
  .page-company .entry-content .__item .__left, .page-company .entry-content .__item p {
    line-height: 1.6; }
  .page-company .entry-content .__item .__left p {
    margin: 0; }
  .page-company .entry-content .__item .__right ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-company .entry-content .__item .__right ul li {
      line-height: 2;
      margin-bottom: 10px; }
      .page-company .entry-content .__item .__right ul li:last-child {
        margin-bottom: 0; }
  .page-company .entry-content .__item .__right p {
    margin: 0;
    line-height: 2; }
  .page-company .entry-content .__item .__right a {
    color: #2000FC;
    text-decoration: none; }
    .page-company .entry-content .__item .__right a.__phone {
      color: #3A3A3A;
      cursor: default;
      pointer-events: none; }
    .page-company .entry-content .__item .__right a[target="_blank"] {
      position: relative;
      padding-right: 20px; }
      .page-company .entry-content .__item .__right a[target="_blank"]:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 4px;
        width: 14px;
        height: 14px;
        background: url(img/icon_target.svg) no-repeat; }
  .page-company .entry-content .__item .__right .__line-blue a {
    color: #005DAB; }

.company-video .__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .company-video .__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.faq .tab-content .item #q, .faq .lists .item #q {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #FF9900;
  border-bottom: 2px solid #FF9900; }
  .faq .tab-content .item #q:before, .faq .lists .item #q:before {
    content: 'Q.';
    position: absolute; }
  .faq .tab-content .item #q:after, .faq .lists .item #q:after {
    content: '';
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FF9900 url(img/plus.svg) no-repeat;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  .faq .tab-content .item #q.active:after, .faq .lists .item #q.active:after {
    background: #FF9900 url(img/minus.svg) no-repeat; }

.faq .tab-content .item #a, .faq .lists .item #a {
  position: relative;
  font-weight: bold;
  color: #707070; }
  .faq .tab-content .item #a:before, .faq .lists .item #a:before {
    content: 'A.';
    position: absolute; }

.faq .tab-content .item p, .faq .lists .item p {
  line-height: 2; }

.qa-list .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .qa-list .lists .__innerItem {
    display: block;
    position: relative;
    border: 6px solid #7B7B7B;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    color: #7B7B7B;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }
    .qa-list .lists .__innerItem:before, .qa-list .lists .__innerItem:after {
      font-family: 'icomoon';
      position: absolute; }
    .qa-list .lists .__innerItem:before {
      content: '\e900'; }
    .qa-list .lists .__innerItem:after {
      content: '\e901'; }
    .qa-list .lists .__innerItem span {
      display: block;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .qa-list .lists .__innerItem .__big {
      line-height: 1.1; }

.page-madeOrder.page-general .entry-header {
  color: #FF9900; }

.page-madeOrder .made-order02 {
  background-color: rgba(255, 220, 168, 0.14); }
  .page-madeOrder .made-order02:before {
    content: '';
    position: absolute;
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.page-madeOrder .made-order03 .__lists .__item .__icon {
  color: #FF9900; }

.page-madeOrder .made-order03 .__lists .__item .__step .__txt {
  color: #FF9900; }
  .page-madeOrder .made-order03 .__lists .__item .__step .__txt:before, .page-madeOrder .made-order03 .__lists .__item .__step .__txt:after {
    background-color: #FF9900; }

.page-madeOrder .made-order03 .__lists .__item .__title {
  color: #FF9900; }

.page-madeOrder .button-image {
  background-color: #FFA200; }

.page-madeOrder .made-order07 .__lists .__content .__date_category .__category {
  background-color: #FF9900; }

.page-madeOrder .general-qa .item .__innerItem {
  border-color: #FF9900;
  color: #FF9900; }

.page-package.page-general .entry-header {
  color: #0096B5; }

.page-package .made-order02 {
  background-color: rgba(159, 187, 196, 0.49); }

.page-package .made-order03 .__lists .__item .__icon {
  color: #0099DB; }

.page-package .made-order03 .__lists .__item .__step .__txt {
  color: #0096B5; }
  .page-package .made-order03 .__lists .__item .__step .__txt:before, .page-package .made-order03 .__lists .__item .__step .__txt:after {
    background-color: #0096B5; }

.page-package .made-order03 .__lists .__item .__title {
  color: #0096B5; }

.page-package .button-image {
  background-color: #0096B5; }

.page-package .made-order07 .__lists .__content .__date_category .__category {
  background-color: rgba(0, 150, 181, 0.75); }

.page-package .general-qa .item .__innerItem {
  border-color: #0096B5;
  color: #0096B5; }

.page-volunteer .entry-header {
  color: #219805; }

.page-volunteer .block-volunteer01 .entry-content .__btn .__green {
  border-color: #219805;
  color: #219805; }
  .page-volunteer .block-volunteer01 .entry-content .__btn .__green:hover {
    background-color: #219805;
    color: #fff; }

.page-volunteer .button-image {
  background-color: #219805; }

.page-general .entry-header {
  text-align: center; }
  .page-general .entry-header .__title {
    margin: 0 0 5px; }
    .page-general .entry-header .__title .__number {
      line-height: .89; }
  .page-general .entry-header .__small {
    font-weight: bold;
    margin: 0; }

.made-order01 .entry-content .content-left .__subtitle {
  font-weight: bold;
  margin: 0;
  letter-spacing: 0; }

.made-order01 .entry-content .content-left p {
  margin: 0; }

.made-order02 {
  position: relative; }
  .made-order02 .entry-content .image img {
    display: block;
    margin: 0 auto; }
  .made-order02 .entry-content .__lists .__item .__innerItem {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
    .made-order02 .entry-content .__lists .__item .__innerItem:after {
      content: none; }
  .made-order02 .entry-content .__lists .__item .__image {
    margin-bottom: 10px; }
    .made-order02 .entry-content .__lists .__item .__image img {
      display: block;
      height: auto; }
  .made-order02 .entry-content .__lists .__item h3 {
    margin: 0; }

.made-order03 .__lists .__item {
  position: relative; }
  .made-order03 .__lists .__item .__icon {
    text-align: center; }
  .made-order03 .__lists .__item .__step {
    text-align: center;
    overflow: hidden; }
    .made-order03 .__lists .__item .__step .__txt {
      position: relative;
      padding: 0 15px;
      font-weight: 400;
      font-family: "Oswald"; }
      .made-order03 .__lists .__item .__step .__txt:before, .made-order03 .__lists .__item .__step .__txt:after {
        content: '';
        position: absolute;
        top: 4px;
        bottom: 0;
        margin: auto;
        width: 500px;
        height: 2px; }
      .made-order03 .__lists .__item .__step .__txt:before {
        left: -500px; }
      .made-order03 .__lists .__item .__step .__txt:after {
        right: -500px; }
  .made-order03 .__lists .__item .__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .made-order03 .__lists .__item .__title span {
      font-weight: normal; }
  .made-order03 .__lists .__item .__lead {
    margin: 0 0 10px; }
  .made-order03 .__lists .__item .__small {
    margin: 0; }

.made-order04.make-reservation .__entry-content .__lists_btn {
  margin-bottom: 0; }

.made-order05 .entry-content .__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .made-order05 .entry-content .__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.made-order05 .entry-content .__item:nth-child(2n+1) {
  background-color: #FFEED4; }

.made-order05 .entry-content .__item .__inner {
  max-width: 1640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.made-order05 .entry-content .__item .icon-title .__title {
  color: #FF9900;
  line-height: 1.5;
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: bold; }
  .made-order05 .entry-content .__item .icon-title .__title .__txt {
    position: relative;
    z-index: 1; }

.made-order05 .entry-content .__item .icon-title .__detail {
  color: #707070; }
  .made-order05 .entry-content .__item .icon-title .__detail p {
    margin: 0; }

.made-order05 .entry-content .__item .__detail p {
  margin: 0;
  color: #707070; }

.button-image .content-left img {
  position: relative;
  display: block; }

.button-image .content-right .__txt {
  color: #fff; }
  .button-image .content-right .__txt p {
    margin: 0;
    font-weight: bold; }

.button-image .content-right .__lists_btn {
  list-style: none;
  padding: 0; }
  .button-image .content-right .__lists_btn li .__btn_yellow {
    color: #3A3A3A;
    border: 5px solid #FF9900;
    background-color: #E8FF00;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .button-image .content-right .__lists_btn li .__btn_yellow img {
      display: inline-block; }
    .button-image .content-right .__lists_btn li .__btn_yellow:hover {
      background-color: #3A3A3A;
      color: #fff;
      border-color: #909090; }
    .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
      position: relative; }

.made-order07 .__lists .__itemInner {
  text-decoration: none; }

.made-order07 .__lists .__image {
  margin-bottom: 15px; }
  .made-order07 .__lists .__image img {
    display: block;
    height: auto;
    width: 100%; }

.made-order07 .__lists .__content .__date_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .made-order07 .__lists .__content .__date_category .__date {
    color: #707070;
    padding-right: 10px; }
  .made-order07 .__lists .__content .__date_category .__category {
    padding: 0 5px;
    color: #fff;
    border-radius: 25px; }

.made-order07 .__lists .__content .__title {
  color: #4B4B4B;
  margin: 0 0 8px; }

.made-order07 .__lists .__content .__description p {
  color: #3A3A3A;
  margin: 0; }

.general-qa .entry-header {
  border-top: 5px solid #707070; }
  .general-qa .entry-header h2 {
    color: #4B4B4B;
    margin: 0; }

.general-qa .item .__innerItem {
  display: block;
  margin: 0 auto;
  position: relative;
  border: 6px solid #FF9900;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  border-radius: 59px;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }
  .general-qa .item .__innerItem.__no-small:hover {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #219805;
    color: #fff; }
  .general-qa .item .__innerItem:hover {
    opacity: .8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .general-qa .item .__innerItem:before, .general-qa .item .__innerItem:after {
    font-family: 'icomoon';
    position: absolute; }
  .general-qa .item .__innerItem:before {
    content: '\e900'; }
  .general-qa .item .__innerItem:after {
    content: '\e901'; }
  .general-qa .item .__innerItem span {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .general-qa .item .__innerItem .__big {
    line-height: 1.1; }

.ticket01 .entry-header .__title {
  color: #7E7EFC;
  margin: 0; }

.ticket01 .entry-content .__item:last-child {
  margin-bottom: 0; }

.ticket01 .entry-content .__item .__icon-title .__icon {
  margin-right: 5px; }

.ticket01 .entry-content .__item .__icon-title .__title h3 {
  color: #6F9AFE;
  margin: 0 0 3px; }
  .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt {
    position: relative;
    z-index: 1; }
    .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 4px;
      width: 100%;
      background-color: #7FFF00;
      z-index: -1; }

.ticket01 .entry-content .__item .__icon-title .__title h4 {
  color: #3A3A3A;
  margin: 0; }

.ticket01 .entry-content .__item .__detail p {
  margin: 0; }

.ticket02 {
  background-color: #A9A9FE; }
  .ticket02 .entry-header {
    position: relative;
    color: #fff; }
  .ticket02 .entry-content {
    overflow: hidden; }
    .ticket02 .entry-content .table-ticket .__row .tb-td {
      font-weight: bold;
      color: #3A3A3A; }
    .ticket02 .entry-content .__head {
      overflow: hidden; }
      .ticket02 .entry-content .__head h3 {
        text-align: center;
        color: #fff;
        margin: 0; }
        .ticket02 .entry-content .__head h3 .__txt {
          position: relative; }
          .ticket02 .entry-content .__head h3 .__txt:before, .ticket02 .entry-content .__head h3 .__txt:after {
            content: '';
            position: absolute;
            width: 1000px;
            height: 8px;
            background: url(img/ticket/after_title.svg) repeat-x; }
    .ticket02 .entry-content .block-ticket02 {
      position: relative; }
      .ticket02 .entry-content .block-ticket02 .__head h3 .__txt:before {
        left: -1030px; }
      .ticket02 .entry-content .block-ticket02 .__head h3 .__txt:after {
        right: -1030px; }
      .ticket02 .entry-content .block-ticket02 .__content {
        position: relative;
        z-index: 2; }
        .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem {
          position: relative;
          display: block;
          text-decoration: none;
          -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
          .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem .__image img {
            display: block; }
          .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            color: #fff;
            margin: 0;
            text-align: center;
            background-color: rgba(75, 75, 75, 0.8);
            -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .ticket02 .entry-content .block-ticket03 .__head h3 .__txt:before {
      left: -1070px; }
    .ticket02 .entry-content .block-ticket03 .__head h3 .__txt:after {
      right: -1070px; }
    .ticket02 .entry-content .block-ticket03 .__content .__item:nth-child(5) .__innerItem, .ticket02 .entry-content .block-ticket03 .__content .__item:nth-child(6) .__innerItem {
      background-color: #7B7B7B; }
    .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem {
      display: block;
      text-decoration: none;
      background-color: #0040F1;
      -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3); }
      .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__image img {
        display: block;
        width: 100%;
        height: auto; }
      .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail {
        text-align: center; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
          color: #fff; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
          position: relative;
          margin: 0;
          font-weight: bold;
          color: #E8FF00;
          z-index: 1; }
          .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p:before, .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            background-color: #E8FF00;
            z-index: 1; }
          .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p:before {
            top: 0; }
          .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p:after {
            bottom: 0; }

.volunteer01 {
  padding-bottom: 0 !important; }
  .volunteer01 .block-volunteer01 .content-left {
    position: relative;
    z-index: 1; }
    .volunteer01 .block-volunteer01 .content-left:before {
      content: '';
      position: absolute;
      background: url(img/volunteer/icon_volunteer01.png) no-repeat;
      background-size: cover;
      z-index: -1; }
  .volunteer01 .block-volunteer02 .entry-header {
    color: #4B4B4B; }
  .volunteer01 .block-volunteer02 .entry-content .item .inner {
    text-decoration: none;
    color: #fff;
    background-color: #219805;
    -webkit-box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.25); }
    .volunteer01 .block-volunteer02 .entry-content .item .inner .left {
      position: relative;
      text-align: center; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left p {
        margin: 0;
        line-height: 1.3;
        font-weight: bold; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title {
        position: relative;
        z-index: 1; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title:before, .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title:after {
          content: '';
          position: absolute;
          z-index: -1; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title:before {
          top: 15px;
          width: 26px;
          height: 26px;
          left: 25px;
          background: url(img/volunteer/icon_volunteer02_1.png) no-repeat;
          background-size: cover;
          opacity: .65; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title:after {
          width: 71px;
          height: 71px;
          top: 0;
          right: 0;
          background: url(img/volunteer/icon_volunteer02_2.png) no-repeat;
          background-size: cover;
          opacity: .5; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__img img {
        display: block;
        margin: 0 auto; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 {
        line-height: 1; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 .__txt {
          position: relative;
          z-index: 3; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 .__txt:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: -1; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
        background-color: rgba(156, 156, 156, 0.33);
        font-weight: bold; }
    .volunteer01 .block-volunteer02 .entry-content .item .inner .right img {
      display: block;
      width: 100%;
      height: auto; }

.volunteer03 .lists .item .inner {
  color: #219805;
  text-decoration: none; }

.volunteer03 .lists .item .__icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .volunteer03 .lists .item .__icon-title .__title p {
    margin: 0;
    font-weight: bold; }
  .volunteer03 .lists .item .__icon-title .__title .__small {
    line-height: 1.5;
    margin-bottom: 3px; }
  .volunteer03 .lists .item .__icon-title .__title .__big {
    line-height: 1.3; }
    .volunteer03 .lists .item .__icon-title .__title .__big .__txt {
      position: relative;
      z-index: 3; }
      .volunteer03 .lists .item .__icon-title .__title .__big .__txt:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        -ms-transform: skew(-50deg);
        -moz-transform: skew(-50deg);
        -o-transform: skew(-50deg);
        -webkit-transform: skew(-50deg);
        transform: skew(-50deg); }

.volunteer03 .btn-faqs {
  padding-bottom: 0; }
  .volunteer03 .btn-faqs .item .__innerItem {
    color: #219805;
	  background: #fff;border-color: #219805;}
    .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .volunteer03 .btn-faqs .item .__innerItem.__no-small::before {
      content: none; }

.volunteer04 {
  background-color: rgba(33, 152, 5, 0.1);
  overflow: hidden; }
  .volunteer04 .lists {
    position: relative; }
    .volunteer04 .lists .item {
      position: relative;
      z-index: 2; }
      .volunteer04 .lists .item .__title {
        position: relative;
        font-weight: bold;
        color: #219805;
        z-index: 1; }
        .volunteer04 .lists .item .__title .__step {
          padding-right: 10px;
          letter-spacing: 2px; }
      .volunteer04 .lists .item .__text p {
        margin: 0; }

.volunteer06 .__lists .__content .__date_category .__category {
  background-color: #219805; }

.okinawa01 {
  position: relative; }
  .okinawa01 .entry-header {
    color: #0040F1; }
  .okinawa01 .entry-content .__content .__subtitle {
    font-weight: bold; }
  .okinawa01 .entry-content .__content p {
    margin: 0; }
  .okinawa01 .__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .okinawa01 .__buttons li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-decoration: none;
      border-radius: 37px;
      font-weight: bold;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .okinawa01 .__buttons li a:hover {
        opacity: .8; }

.okinawa02 {
  position: relative;
  background-color: rgba(0, 64, 241, 0.1); }
  .okinawa02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff url(img/okinawa/after_bg_okinawa02.png) no-repeat;
    background-size: cover;
    z-index: 1; }
  .okinawa02 .entry-header {
    position: relative; }
    .okinawa02 .entry-header:before, .okinawa02 .entry-header:after {
      content: '';
      position: absolute; }
    .okinawa02 .entry-header .__stt {
      position: absolute;
      color: #fff;
      line-height: .9;
      z-index: -1;
      font-weight: bold; }
  .okinawa02 .okinawa-block {
    position: relative;
    z-index: 2; }
    .okinawa02 .okinawa-block .entry-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .okinawa02 .okinawa-block .entry-content .item .__image {
        position: relative; }
        .okinawa02 .okinawa-block .entry-content .item .__image img {
          display: block;
          width: 100%;
          height: auto; }
        .okinawa02 .okinawa-block .entry-content .item .__image h3 {
          position: absolute;
          margin: 0;
          color: #fff;
          text-align: center;
          bottom: 0;
          left: 0;
          right: 0;
          font-weight: bold;
          -ms-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -o-transform: translateZ(0);
          -webkit-transform: translateZ(0);
          transform: translateZ(0); }
      .okinawa02 .okinawa-block .entry-content .item .__content p {
        margin: 0; }

.okinawa03 {
  position: relative;
  z-index: 9; }
  .okinawa03 .entry-header {
    color: #0040F1; }
  .okinawa03 .entry-content .item .inner {
    position: relative;
    background-color: #DCFBFF;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .okinawa03 .entry-content .item .__image {
    margin-bottom: 10px; }
    .okinawa03 .entry-content .item .__image img {
      display: block;
      width: 100%;
      height: auto; }
  .okinawa03 .entry-content .item .__content h3 {
    margin: 0 0 5px; }
  .okinawa03 .entry-content .item .__content p {
    margin: 0; }
  .okinawa03 .entry-content .item .__content .__text-blue {
    color: #0040F1;
    margin: 0 0 5px; }
  .okinawa03 .entry-content .item .__content .__text-number {
    position: absolute;
    left: 10px;
    bottom: 10px; }
    .okinawa03 .entry-content .item .__content .__text-number .__number {
      font-weight: bold;
      line-height: .89; }

.okinawa04 {
  background-color: #0040F1; }

.okinawa05 .entry-header {
  color: #0040F1; }

.okinawa05 .__lists .__content .__date_category .__category {
  background-color: #0040F1; }

.okinawa06 .item .__innerItem {
  border-color: #0040F1;
  color: #0040F1; }

.page-contact.consultation-form {
  padding-top: 30px; }

.page-contact ul.tabs {
  list-style: none;
  padding: 0; }
  .page-contact ul.tabs li a {
    color: #333;
    font-weight: bold;
    display: block;
    text-decoration: none;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    border-bottom: 3px solid transparent; }
    .page-contact ul.tabs li a:hover {
      border-color: #707070; }
  .page-contact ul.tabs li.__current a {
    border-color: #707070; }

/**
 * 7.0 - footer
 */
.site-footer {
  background-color: #D4FAFF;
  color: #707070; }
  .site-footer #__scrollTop {
    position: fixed;
    text-align: center;
    border: 1px solid #707070;
    margin: 0;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
    z-index: 999;
    background-color: #fff;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .site-footer #__scrollTop.fixed-actived {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible; }
  .site-footer .container {
    position: relative; }
  .site-footer .__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .site-footer .__footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .site-footer .__footer .__footer-column .__menu_title {
      font-size: 12px;
      font-weight: 400;
      border-bottom: 1px solid #C9C7C7; }
    .site-footer .__footer .__footer-column.__footer-left .__logo_info .__info p {
      font-size: 12px;
      margin: 0;
      line-height: 2; }
    .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
      display: inline-block; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li a {
        text-decoration: none;
        color: #707070;
        font-size: 12px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li a:hover {
          text-decoration: underline; }
    .site-footer .__footer .__footer-column.__footer-right .__banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site-footer .__footer .__footer-column.__footer-right .__banner li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .site-footer .__footer .__footer-column.__footer-right .__banner li img {
          display: block;
          width: 100%;
          height: auto;
          -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
    .site-footer .__footer .__footer-column.__footer-right .__menu_title {
      margin-bottom: 20px; }
    .site-footer .__footer .__footer-column.__footer-right .__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .site-footer .__footer .__footer-column.__footer-right .__item .__logo {
        position: relative; }
    .site-footer .__footer .__footer-column.__footer-right .__tags li {
      display: inline-block;
      padding-bottom: 5px; }
      .site-footer .__footer .__footer-column.__footer-right .__tags li a {
        font-size: 10px;
        height: 26px;
        line-height: 23px;
        border-width: 1px;
        color: #707070;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .site-footer .__footer .__footer-column.__footer-right .__tags li a:hover {
          color: #fff; }
        .site-footer .__footer .__footer-column.__footer-right .__tags li a:after {
          top: 1px;
          right: 8px;
          font-size: 10px; }
    .site-footer .__footer .__footer-column.__footer-right .__sns .__item:last-child {
      margin-bottom: 0; }
  .site-footer .__copyright {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #707070; }

@media screen and (min-width: 992px) {
  .site-footer {
    padding: 60px 0 0; }
    .site-footer #__scrollTop {
      right: 30px;
      bottom: 30px;
      width: 55px;
      height: 55px;
      line-height: 45px; }
      .site-footer #__scrollTop .__icon:before {
        font-size: 11px; }
      .site-footer #__scrollTop:hover {
        background-color: #3A3A3A;
        color: #fff; }
    .site-footer .__footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .site-footer .__footer .__footer-column {
        padding: 0 10px; }
        .site-footer .__footer .__footer-column .__menu_title {
          padding: 0 0 5px;
          margin: 0 0 10px; }
        .site-footer .__footer .__footer-column.__footer-left .__logo_info {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 30px; }
          .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
            width: 100%;
            text-align: center;
            margin: 0 0 15px; }
        .site-footer .__footer .__footer-column.__footer-left {
          width: 30%; }
          .site-footer .__footer .__footer-column.__footer-left .__logo_info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        .site-footer .__footer .__footer-column.__footer-middle {
          width: 38%; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_item {
            margin-bottom: 15px; }
            .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
              padding-right: 15px;
              margin-bottom: 7px; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 {
            margin-bottom: 15px; }
            .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 .__menu li {
              margin-bottom: 10px; }
        .site-footer .__footer .__footer-column.__footer-right {
          width: 32%; }
          .site-footer .__footer .__footer-column.__footer-right .__menu_title {
            margin-bottom: 15px; }
          .site-footer .__footer .__footer-column.__footer-right .__banner {
            margin: 0 -10px 24px; }
            .site-footer .__footer .__footer-column.__footer-right .__banner li {
              padding: 0 10px; }
            .site-footer .__footer .__footer-column.__footer-right .__banner a img {
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            .site-footer .__footer .__footer-column.__footer-right .__banner a:hover img {
              opacity: .8; }
          .site-footer .__footer .__footer-column.__footer-right .__item {
            margin-bottom: 15px; }
            .site-footer .__footer .__footer-column.__footer-right .__item .__logo {
              width: auto;
              padding-right: 10px;
              min-width: 35px; }
          .site-footer .__footer .__footer-column.__footer-right .__tags li {
            padding-right: 2px; }
            .site-footer .__footer .__footer-column.__footer-right .__tags li a {
              padding: 0 15px 0 5px;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              font-size: 8px;
              min-width: 70px; } }

@media screen and (min-width: 1200px) {
  .site-footer .__footer {
    margin: 0 -15px; }
    .site-footer .__footer .__footer-left .__logo_info .__logo {
      margin: 3px 0 0; }
    .site-footer .__footer .__footer-column {
      padding: 0 15px; }
      .site-footer .__footer .__footer-column .__menu_title {
        padding: 0 0 5px;
        margin: 0 0 10px; }
      .site-footer .__footer .__footer-column.__footer-left {
        width: 31%; }
        .site-footer .__footer .__footer-column.__footer-left .__logo_info {
          margin-bottom: 30px;
          -ms-flex-wrap: unset;
          flex-wrap: unset; }
          .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
            width: 130px;
            padding-right: 20px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item {
        margin-bottom: 15px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
          padding-right: 15px;
          margin-bottom: 7px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 {
        margin-bottom: 15px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 .__menu li {
          margin-bottom: 10px; }
      .site-footer .__footer .__footer-column.__footer-right {
        width: 31%; }
        .site-footer .__footer .__footer-column.__footer-right .__menu_title {
          margin-bottom: 15px; }
        .site-footer .__footer .__footer-column.__footer-right .__item .__logo {
          padding-right: 15px;
          min-width: 40px; }
        .site-footer .__footer .__footer-column.__footer-right .__tags li a {
          min-width: 85px;
          font-size: 9px; } }

@media screen and (min-width: 1400px) {
  .site-footer .__footer {
    margin: 0 -20px; }
    .site-footer .__footer .__footer-column {
      padding: 0 20px; }
      .site-footer .__footer .__footer-column .__menu_title {
        padding: 0 0 8px;
        margin: 0 0 12px; }
      .site-footer .__footer .__footer-column.__footer-left .__logo_info {
        margin-bottom: 30px; }
        .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
          width: 130px;
          padding-right: 20px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item {
        margin-bottom: 15px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
          padding-right: 15px;
          margin-bottom: 7px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 {
        margin-bottom: 10px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 .__menu li {
          margin-bottom: 14px; }
      .site-footer .__footer .__footer-column.__footer-right .__item .__logo {
        padding-right: 20px; }
      .site-footer .__footer .__footer-column.__footer-right .__tags li a {
        min-width: 95px; }
      .site-footer .__footer .__footer-column.__footer-right .__line .__tags li a {
        font-size: 9px; } }

@media screen and (min-width: 1600px) {
  .site-footer {
    padding: 80px 0 0; }
    .site-footer .__footer {
      margin: 0 -25px; }
      .site-footer .__footer .__footer-column {
        padding: 0 25px; }
        .site-footer .__footer .__footer-column.__footer-left .__logo_info {
          margin-bottom: 30px; }
          .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
            width: 145px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item {
          margin-bottom: 15px; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
            padding-right: 15px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 {
          margin-bottom: 10px; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 .__menu li {
            margin-bottom: 14px; }
        .site-footer .__footer .__footer-column.__footer-right .__menu_title {
          margin-bottom: 20px; }
        .site-footer .__footer .__footer-column.__footer-right .__item .__logo {
          padding-right: 0;
          width: 80px; }
        .site-footer .__footer .__footer-column.__footer-right .__tags li {
          padding-right: 4px; }
          .site-footer .__footer .__footer-column.__footer-right .__tags li a {
            min-width: 100px;
            font-size: 10px; } }

@media screen and (min-width: 1800px) {
  .site-footer .__footer {
    margin: 0 -35px; }
    .site-footer .__footer .__footer-column {
      padding: 0 35px; }
      .site-footer .__footer .__footer-column.__footer-left .__logo_info {
        margin-bottom: 40px; }
        .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
          width: 150px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item {
        margin-bottom: 15px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
          padding-right: 18px;
          margin-bottom: 9px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 {
        margin-bottom: 10px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item1 .__menu li {
          margin-bottom: 20px; }
      .site-footer .__footer .__footer-column.__footer-right .__item {
        margin-bottom: 12px; }
        .site-footer .__footer .__footer-column.__footer-right .__item .__tags li a {
          min-width: 105px; } }

@media screen and (max-width: 991px) {
  .site-footer {
    padding: 30px 0 0; }
    .site-footer #__scrollTop {
      bottom: 15px;
      right: 10px;
      width: 40px;
      height: 40px;
      line-height: 28px; }
      .site-footer #__scrollTop .__icon:before {
        font-size: 8px; }
    .site-footer .__footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .site-footer .__footer .__footer-column.__footer-left {
        margin-bottom: 15px; }
        .site-footer .__footer .__footer-column.__footer-left .__logo_info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 20px; }
          .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
            position: relative;
            top: 9px;
            width: 140px; }
          .site-footer .__footer .__footer-column.__footer-left .__logo_info .__info p {
            font-size: 16px;
            line-height: 1.8; }
      .site-footer .__footer .__footer-column.__footer-middle {
        margin-bottom: 8px; }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_title {
          position: relative;
          font-size: 18px;
          padding: 0 10px 10px;
          margin: 0 0 15px; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_title:after {
            content: "\e911";
            font-family: "icomoon";
            color: #707070;
            font-size: 8px;
            position: absolute;
            top: 6px;
            right: 10px;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
        .site-footer .__footer .__footer-column.__footer-middle .active .__menu_title:after {
          -ms-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .site-footer .__footer .__footer-column.__footer-middle .__menu_item {
          margin-bottom: 10px; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_item.__menu_item1 .__menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .site-footer .__footer .__footer-column.__footer-middle .__menu_item.__menu_item1 .__menu li {
              margin-bottom: 20px; }
              .site-footer .__footer .__footer-column.__footer-middle .__menu_item.__menu_item1 .__menu li a {
                font-size: 16px; }
          .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu {
            margin: 0 -24px;
            display: none;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
              margin-bottom: 15px;
              padding: 0 24px; }
              .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li a {
                font-size: 15px; }
      .site-footer .__footer .__footer-column.__footer-right {
        margin-bottom: 35px; }
        .site-footer .__footer .__footer-column.__footer-right .__banner {
          margin: 0 -20px; }
          .site-footer .__footer .__footer-column.__footer-right .__banner li {
            padding: 0 20px; }
        .site-footer .__footer .__footer-column.__footer-right .__sns {
          display: none; }
    .site-footer .__copyright {
      padding-bottom: 15px;
      font-size: 10px; }
      .page-volunteer {
        overflow-x: hidden;
      } }

@media screen and (max-width: 767px) {
  .site-footer .__footer .__footer-column.__footer-left {
    margin-bottom: 15px; }
    .site-footer .__footer .__footer-column.__footer-left .__logo_info {
      display: block; }
      .site-footer .__footer .__footer-column.__footer-left .__logo_info .__logo {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
      .site-footer .__footer .__footer-column.__footer-left .__logo_info .__info p {
        font-size: 16px;
        line-height: 1.8; }
  .site-footer .__footer .__footer-column.__footer-middle {
    margin-bottom: 15px; }
  .site-footer .__footer .__footer-column.__footer-right .__banner {
    margin: 0; }
    .site-footer .__footer .__footer-column.__footer-right .__banner li {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      .site-footer .__footer .__footer-column.__footer-right .__banner li:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .site-footer .__footer .__footer-column.__footer-left .__logo_info .__info p {
    font-size: 15px; }
  .site-footer .__footer .__footer-column.__footer-middle .__menu_title {
    padding: 0 0 10px; }
  .site-footer .__footer .__footer-column.__footer-middle .__menu_item.__menu_item1 .__menu li {
    margin-bottom: 15px; }
    .site-footer .__footer .__footer-column.__footer-middle .__menu_item.__menu_item1 .__menu li a {
      font-size: 15px; }
  .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu {
    margin: 0 -20px; }
    .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li {
      padding: 0 20px;
      margin-bottom: 10px; }
      .site-footer .__footer .__footer-column.__footer-middle .__menu_item .__menu li a {
        font-size: 14px; } }

/**
 * 8.0 - menutouch
 */
/**
 * 9.0 - aside
 */
.sidebar .widget:last-child {
  margin-bottom: 0; }

.widget .widget-title {
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #707070; }

.widget-ranking {
  margin-bottom: 60px; }
  .widget-ranking.news-ranking .__item .__content .__category {
    color: #707070;
    border: 1px solid #707070;
    background-color: #fff;
    line-height: 13px; }
  .widget-ranking .__item {
    margin-bottom: 40px; }
    .widget-ranking .__item .__itemInner {
      display: block;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px #9C9C9C;
      box-shadow: 0 3px 6px #9C9C9C;
      text-decoration: none;
      color: #3A3A3A; }
    .widget-ranking .__item .__image img {
      display: block;
      width: 100%;
      height: auto; }
    .widget-ranking .__item .__content {
      padding: 15px 18px 25px; }
      .widget-ranking .__item .__content .__date_category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px; }
      .widget-ranking .__item .__content .__date {
        font-size: 12px;
        color: #707070;
        margin-right: 10px; }
      .widget-ranking .__item .__content .__category {
        font-size: 10px;
        color: #fff;
        border-radius: 25px;
        height: 17px;
        line-height: 15px;
        padding: 0 15px 2px;
        min-width: 60px; }
        .widget-ranking .__item .__content .__category.__color1 {
          background-color: #0040F1; }
        .widget-ranking .__item .__content .__category.__color2 {
          background-color: #0096B5; }
        .widget-ranking .__item .__content .__category.__color3 {
          background-color: #219805; }
        .widget-ranking .__item .__content .__category.__color4 {
          background-color: #A9A9FE; }
        .widget-ranking .__item .__content .__category.__color5 {
          background-color: #92327a; }
        .widget-ranking .__item .__content .__category.__color6 {
          background-color: #176d31; }
        .widget-ranking .__item .__content .__category.__color7 {
          background-color: #b88143; }
        .widget-ranking .__item .__content .__category.__color8 {
          background-color: #000000; }
      .widget-ranking .__item .__content .__title {
        margin: 0; }
      .widget-ranking .__item .__content .__description {
        line-height: 1.6; }
        .widget-ranking .__item .__content .__description p {
          margin: 0;
          line-height: 1.6; }

.widget-tags {
  margin-bottom: 40px; }
  .widget-tags .__list-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -3px;
    padding: 0; }
    .widget-tags .__list-tags li {
      padding: 0 3px;
      margin-bottom: 20px; }
      .widget-tags .__list-tags li a, .widget-tags .__list-tags li span {
        display: block;
        height: 20px;
        line-height: 17px;
        border: 1px solid #707070;
        font-size: 10px;
        color: #707070;
        border-radius: 20px;
        min-width: 64px;
        padding: 0 15px;
        text-align: center;
        text-decoration: none; }

.widget-banner .__item {
  margin-bottom: 40px; }
  .widget-banner .__item .__itemInner {
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 7px #9C9C9C;
    box-shadow: 3px 4px 7px #9C9C9C;
    text-decoration: none;
    color: #3A3A3A; }
  .widget-banner .__item .__img img {
    display: block;
    width: 100%;
    height: auto; }
  .widget-banner .__item .__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .widget-banner .__item .__content .__absolute {
      position: absolute;
      top: -60px;
      left: 0;
      margin: 0;
      z-index: 3; }
    .widget-banner .__item .__content h3 {
      position: relative;
      display: inline-block;
      margin: 0;
      text-align: center;
      color: #fff;
      font-weight: 500;
      z-index: 3; }
      .widget-banner .__item .__content h3 .__txt {
        position: relative;
        z-index: 2;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
      .widget-banner .__item .__content h3 .__line {
        position: absolute;
        left: 0;
        right: 0;
        width: 96%;
        margin: 0 auto;
        background: url(img/bg_txt_pc.png) repeat-x;
        z-index: 1;
        -ms-transform: skew(-50deg);
        -moz-transform: skew(-50deg);
        -o-transform: skew(-50deg);
        -webkit-transform: skew(-50deg);
        transform: skew(-50deg); }
  .widget-banner .__item.__blue .__content {
    background-color: rgba(30, 0, 239, 0.75); }
  .widget-banner .__item.__pink .__content {
    background-color: rgba(255, 0, 104, 0.75); }
  .widget-banner .__item.__l_pink .__content {
    background-color: rgba(255, 170, 210, 0.9); }

@media screen and (min-width: 992px) {
  .widget .widget-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-width: 2px; }
  .widget-ranking .__item .__content .__date_category {
    margin-bottom: 12px; }
  .widget-ranking .__item .__content .__title {
    font-size: 16px;
    margin-bottom: 10px; }
  .widget-ranking .__item .__content .__description {
    font-size: 13px; }
    .widget-ranking .__item .__content .__description p {
      font-size: 13px; }

  .widget-banner .__lists {
    display: block; }
  .widget-banner .__item .__content h3 {
    padding: 10px 10px 16px;
    font-size: 24px; }
    .widget-banner .__item .__content h3 .__line {
      height: 18px;
      bottom: 16px; } }

@media screen and (min-width: 1200px) {
  .widget-banner .__item .__content h3 {
    padding: 10px 10px 16px;
    font-size: 24px; }
    .widget-banner .__item .__content h3 .__line {
      height: 18px;
      bottom: 16px; } }

@media screen and (min-width: 1400px) {
  .widget .widget-title {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-width: 3px; }
  .widget-banner .__item .__content h3 {
    padding: 10px 10px 16px;
    font-size: 24px; }
    .widget-banner .__item .__content h3 .__line {
      height: 18px;
      bottom: 16px; }
  .widget-ranking .__item .__content .__date_category {
    margin-bottom: 15px; }
  .widget-ranking .__item .__content .__title {
    font-size: 18px;
    margin-bottom: 12px; }
  .widget-ranking .__item .__content .__description {
    font-size: 14px; }
    .widget-ranking .__item .__content .__description p {
      font-size: 14px; } }

@media screen and (min-width: 1600px) {
  .widget-banner .__item .__content h3 {
    font-size: 26px; } }

@media screen and (min-width: 1800px) {
  .widget-banner .__item .__content h3 {
    padding: 12px 10px 18px;
    font-size: 30px; }
    .widget-banner .__item .__content h3 .__line {
      height: 20px;
      bottom: 18px; } }

@media screen and (max-width: 991px) {
  .sidebar {
    margin-bottom: 60px; }
  .widget {
    margin-bottom: 45px; }
    .widget .widget-title {
      font-size: 28px;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-width: 2px; }
  .widget-ranking .__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .widget-ranking .__lists .__item {
      width: 50%;
      padding: 0 15px;
      margin-bottom: 30px; }
      .widget-ranking .__lists .__item .__content .__date_category {
        margin-bottom: 12px; }
        .widget-ranking .__lists .__item .__content .__date_category .__date {
          font-size: 16px; }
        .widget-ranking .__lists .__item .__content .__date_category .__category {
          height: 20px;
          line-height: 18px;
          font-size: 12px; }
      .widget-ranking .__lists .__item .__content .__title {
        font-size: 18px;
        margin-bottom: 10px; }
      .widget-ranking .__lists .__item .__content .__description {
        font-size: 14px; }
        .widget-ranking .__lists .__item .__content .__description p {
          font-size: 14px; }
  .widget-banner {
    margin-left: -30px;
    margin-right: -30px; }
    .widget-banner .__lists .active .__item .__itemInner:after {
      content: none; }
    .widget-banner .__item {
      margin-bottom: 0; }
      .widget-banner .__item .__itemInner:after {
        content: '';
        position: absolute;
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(58, 58, 58, 0.56);
        z-index: 99;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .widget-banner .__item .__content h3 {
        padding: 10px 10px 16px;
        font-size: 28px; }
        .widget-banner .__item .__content h3 .__line {
          height: 18px;
          bottom: 16px; }
    .widget-banner .__slide-general .owl-dots {
      margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .widget-ranking .__lists {
    margin: 0; }
    .widget-ranking .__lists .__item {
      width: 100%;
      padding: 0; } }

@media screen and (max-width: 480px) {
  .sidebar {
    max-width: 100%; }
    .sidebar .widget-banner {
      margin: 0 -20px; } }

/**
 *  Dinh -pages
 */
@media screen and (min-width: 768px) {
  .archive-story .breadcrumb {
    margin-bottom: 30px; }
  .archive-story ul.page-numbers {
    margin-bottom: 70px; }
  .story-list .number-post {
    font-size: 15px;
    margin: 0 0 50px; }
  .story-list .__lists {
    margin: 0 -25px;
    margin-bottom: 40px !important; }
    .story-list .__lists .__item {
      width: 50%;
      padding: 0 25px;
      margin-bottom: 50px;
      border-right: 1px solid #9C9C9C; }
      .story-list .__lists .__item:nth-child(2n) {
        border-right: 0; }
      .story-list .__lists .__item .__image {
        margin-bottom: 20px; }
      .story-list .__lists .__item .__content .__date_category {
        margin-bottom: 12px; }
      .story-list .__lists .__item .__content .__title {
        margin: 0 0 10px;
        font-size: 15px; }
      .story-list .__lists .__item .__content .__description {
        font-size: 13px; }
        .story-list .__lists .__item .__content .__description p {
          font-size: 13px; }
  .three-banner {
    margin-bottom: 70px; }
    .three-banner .__title {
      font-size: 20px;
      margin-bottom: 45px; }
      .three-banner .__title .__txt {
        padding: 0 25px; }
  .search-formGeneral #toggle-form {
    display: none; }
  .search-formGeneral .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
    margin-bottom: 30px; }
  .search-formGeneral .form-group .__label {
    font-size: 15px;
    margin: 0 0 20px; }
  .search-formGeneral .form-radio label {
    font-size: 14px; }
  .search-formGeneral .form-radio input {
    width: 18px;
    height: 18px;
    margin-right: 5px; }
  .search-formGeneral .form-field {
    width: 100%; }
    .search-formGeneral .form-field .__label {
      margin-bottom: 15px; }
    .search-formGeneral .form-field .__form-detail {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .search-formGeneral .form-field .__form-detail.__form-select {
        margin-bottom: 15px; }
    .search-formGeneral .form-field .form-radio {
      padding: 0 15px; }
    .search-formGeneral .form-field .__form-select {
      position: relative; }
      .search-formGeneral .form-field .__form-select:after {
        content: '\e916';
        position: absolute;
        top: 0;
        right: 0;
        font-family: 'icomoon';
        font-size: 12px;
        color: #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #707070; }
      .search-formGeneral .form-field .__form-select select {
        padding: 5px 50px 5px 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #7B7B7B;
        width: 100%;
        border-radius: 0;
        height: 40px;
        background-color: transparent;
        z-index: 2; }
  .search-formGeneral .form-submit {
    margin-left: 15px; }
    .search-formGeneral .form-submit input, .search-formGeneral .form-submit .form-reset {
      font-size: 18px;
      min-width: 150px;
      height: 40px; }
    .search-formGeneral .form-submit .form-reset {
      margin-left: 20px; }
  .page-madeOrder .made-order03 .__lists .__item:after {
    background: url(img/made-order/dotted.png) repeat-y; }
  .page-package .made-order03 .__lists .__item:after {
    background: url(img/package/dotted.png) repeat-y; }
  .made-order02:before {
    top: 80px;
    left: 0;
    width: 200px;
    height: 215px;
    background: url(img/made-order/before_order.png) no-repeat;
    background-size: cover; }
  .made-order03 {
    padding: 60px 0 0; }
    .made-order03 .entry-header {
      margin-bottom: 50px; }
    .made-order03 .__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -20px; }
      .made-order03 .__lists .__item {
        width: 50%;
        padding: 20px 20px 15px;
        margin-bottom: 30px; }
        .made-order03 .__lists .__item:after {
          content: '';
          position: absolute;
          height: 100%;
          width: 7px;
          right: -3px;
          top: 0; }
        .made-order03 .__lists .__item:last-child:after {
          content: none; }
        .made-order03 .__lists .__item .__icon {
          margin-bottom: 15px; }
          .made-order03 .__lists .__item .__icon span:before {
            font-size: 65px; }
        .made-order03 .__lists .__item .__step {
          margin: 0 0 10px; }
          .made-order03 .__lists .__item .__step .__txt {
            font-size: 25px; }
        .made-order03 .__lists .__item .__title {
          font-size: 18px;
          margin: 0 0 10px; }
        .made-order03 .__lists .__item .__lead {
          font-size: 16px; }
        .made-order03 .__lists .__item .__small {
          font-size: 14px; }
  .button-image .content-left img {
    top: -35px; }
  .button-image .content-right .__txt {
    margin-bottom: 20px; }
    .button-image .content-right .__txt h3 {
      margin: 0; }
  .button-image .content-right .__lists_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-image .content-right .__lists_btn li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .button-image .content-right .__lists_btn li .__btn_yellow {
        border-width: 3px;
        font-size: 16px;
        height: 65px;
        line-height: 60px; }
        .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
          padding-right: 10px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .__icon::before {
            font-size: 32px; }
        .button-image .content-right .__lists_btn li .__btn_yellow .icon-consultation {
          top: 12px; }
        .button-image .content-right .__lists_btn li .__btn_yellow .icon-zoom,
        .button-image .content-right .__lists_btn li .__btn_yellow .icon-mail {
          top: 14px; }
  .made-order07 {
    padding: 60px 0; }
    .made-order07 .entry-header {
      margin-bottom: 35px; }
    .made-order07 .__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px 20px; }
      .made-order07 .__lists .__item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px; }
    .made-order07 .__content .__date_category .__date {
      font-size: 12px; }
    .made-order07 .__content .__date_category .__category {
      font-size: 10px;
      height: 16px;
      line-height: 16px; }
    .made-order07 .__content .__title {
      font-size: 14px; }
    .made-order07 .__content .__description p {
      font-size: 12px; }
  .volunteer03 {
    background: url(img/volunteer/bg_volunteer04.png) no-repeat center top -210px;
    padding: 60px 0 70px; }
    .volunteer03 .entry-header {
      margin-bottom: 35px; }
    .volunteer03 .lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -20px 15px; }
      .volunteer03 .lists .item {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 35px; }
        .volunteer03 .lists .item .__image img {
          width: 100%;
          height: auto; }
        .volunteer03 .lists .item .__icon-title {
          min-height: 74px;
          margin-bottom: 15px; }
          .volunteer03 .lists .item .__icon-title .__icon {
            width: 85px;
            padding-right: 25px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 85px;
            flex: 0 0 85px; }
          .volunteer03 .lists .item .__icon-title .__title .__small {
            font-size: 16px; }
          .volunteer03 .lists .item .__icon-title .__title .__big {
            font-size: 25px; }
            .volunteer03 .lists .item .__icon-title .__title .__big .__txt:after {
              height: 20px;
              background: url(img/bg_txt_pc.png) repeat-x; }
    .volunteer03 .btn-faqs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .volunteer03 .btn-faqs .item:first-child {
        margin-right: 25px; }
      .volunteer03 .btn-faqs .item:last-child {
        margin-left: 25px; }
      .volunteer03 .btn-faqs .item .__innerItem.__no-small {
        padding: 18px 40px 24px 30px; }
        .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
          font-size: 20px; }
  .okinawa03 {
    padding: 60px 0 70px; }
    .okinawa03::before {
      content: '';
      position: absolute;
      top: -50px;
      left: 20px;
      width: 220px;
      height: 185px;
      background: url(img/okinawa/before_okinawa03_pc.png) no-repeat;
      background-size: cover;
      z-index: -1; }
    .okinawa03 .entry-header {
      margin-bottom: 40px; }
    .okinawa03 .entry-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px; }
      .okinawa03 .entry-content .item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 35px; }
        .okinawa03 .entry-content .item .inner {
          padding: 10px 10px 50px; }
          .okinawa03 .entry-content .item .inner .__content h3 {
            font-size: 18px; }
            .okinawa03 .entry-content .item .inner .__content h3 .__small {
              font-size: 15px; }
          .okinawa03 .entry-content .item .inner .__content p {
            font-size: 13px; }
          .okinawa03 .entry-content .item .inner .__content .__text-blue {
            font-size: 14px; }
          .okinawa03 .entry-content .item .inner .__content .__text-number {
            font-size: 14px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
              font-size: 20px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
                margin-left: 7px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.last {
                margin-left: 5px; }
  .okinawa04.button-image {
    margin-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-formGeneral .form-radio {
    margin: 0 25px 15px 0; }
  .search-formGeneral .form-field {
    margin-bottom: 10px; }
  .search-formGeneral .form-datepicker,
  .search-formGeneral .form-text {
    padding: 0 10px; }
    .search-formGeneral .form-datepicker .__label,
    .search-formGeneral .form-text .__label {
      margin-bottom: 15px; }
  .search-formGeneral .form-text {
    padding-left: 0; }
    .search-formGeneral .form-text input {
      width: 190px; }
  .search-formGeneral .form-submit {
    margin-left: 15px; }
  .made-order03 .__lists .__item:nth-child(2n):after {
    content: none; }
  .button-image {
    margin-top: 70px;
    padding-bottom: 50px; }
    .button-image .content-left,
    .button-image .content-right {
      width: 100%; }
    .button-image .content-right .__lists_btn {
      margin: 0 -15px; }
      .button-image .content-right .__lists_btn li {
        padding: 0 15px; } }

@media screen and (min-width: 992px) {
  .professional-services {
    padding: 20px 0 50px; }
    .professional-services.professional-services2 {
      padding: 80px 0 0;
    }
    .professional-services .__entry-header .__h2 .__icon {
      padding-right: 15px; }
    .professional-services .__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: auto; }
      .professional-services .__lists .__item {
        width: 25%; }
        .professional-services .__lists .__item .__image img {
          width: 100%;
          height: auto; }
    .professional-services .__slide-general .__item .__innerItem:after {
      content: none; }
  .customer-chosen {
    padding: 60px 0; }
    .customer-chosen .__entry-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .customer-chosen .__entry-content .__image {
        width: calc(50% + 50px);
        margin-left: -50px; }
      .customer-chosen .__entry-content .__content {
        width: 50%;
        padding: 10px 0 0 30px; }
        .customer-chosen .__entry-content .__content .__h3 {
          font-size: 24px;
          margin: 0 0 5px; }
        .customer-chosen .__entry-content .__content .__en {
          font-size: 11px;
          margin: 0 0 25px; }
        .customer-chosen .__entry-content .__content .__description {
          margin-bottom: 40px; }
          .customer-chosen .__entry-content .__content .__description p {
            font-size: 14px;
            margin: 0 0 20px;
            line-height: 1.6; }
  .jst-staff {
    padding: 70px 0 60px; }
    .jst-staff .__entry-content {
      margin-bottom: 45px; }
      .jst-staff .__entry-content .__item .__content {
        padding: 15px 18px 18px 30px; }
        .jst-staff .__entry-content .__item .__content:before {
          top: 15px;
          bottom: 18px;
          left: 15px;
          width: 2px; }
        .jst-staff .__entry-content .__item .__content .__small {
          font-size: 12px;
          margin-bottom: 8px; }
        .jst-staff .__entry-content .__item .__content .__big {
          font-size: 16px;
          margin-bottom: 8px;
          letter-spacing: -1px; }
        .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
          font-size: 26px; }
        .jst-staff .__entry-content .__item .__content .__name .__en {
          font-size: 13px;
          padding-left: 10px;
          letter-spacing: 2px; }
      .jst-staff .__entry-content .__item .__absolute {
        right: -7px;
        font-size: 50px;
        line-height: 1; }
  .customer-experience .__entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .customer-experience .__entry-content .__item .__content {
      position: absolute;
      top: 0;
      width: 48%;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      .customer-experience .__entry-content .__item .__content .__bg-white {
        margin: 0 0 5px; }
  .customer-experience .__slide-general .__item .__innerItem:after {
    content: none; }
  .perfect-trip {
    padding: 60px 0; }
    .perfect-trip .__list-anchor {
      margin: 30px 0 50px; }
      .perfect-trip .__list-anchor li {
        padding: 0 35px; }
        .perfect-trip .__list-anchor li a, .perfect-trip .__list-anchor li button {
          font-size: 16px;
          padding: 0 5px 5px; }
    .perfect-trip .__entry-content .__h3 {
      font-size: 18px;
      margin: 0 0 40px; }
      .perfect-trip .__entry-content .__h3 .__txt:before, .perfect-trip .__entry-content .__h3 .__txt:after {
        content: '';
        width: 360px; }
      .perfect-trip .__entry-content .__h3 .__txt:before {
        left: -395px; }
      .perfect-trip .__entry-content .__h3 .__txt:after {
        right: -395px; }
    .perfect-trip .__search-purpose {
      margin-bottom: 60px; }
      .perfect-trip .__search-purpose .__lists .__item .__innerItem {
        padding: 15px 10px; }
      .perfect-trip .__search-purpose .__lists .__item .__h4 {
        font-size: 15px;
        padding: 15px 0 5px; }
    .perfect-trip .__search-special .__lists .__content {
      padding: 13px 20px 15px; }
      .perfect-trip .__search-special .__lists .__content .__h4 {
        font-size: 24px; }
      .perfect-trip .__search-special .__lists .__content .__small {
        font-size: 14px; }
  .jst-news {
    padding: 60px 0; }
    .jst-news .__entry-header {
      margin-bottom: 35px; }
    .jst-news .__entry-content .__tabs_nav {
      margin: 0 0 50px; }
      .jst-news .__entry-content .__tabs_nav li {
        padding: 0 30px; }
        .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
          font-size: 16px; }
    .jst-news .__tabs_content {
      margin-bottom: 50px; }
      .jst-news .__tabs_content .__lists {
        margin: 0 -15px; }
        .jst-news .__tabs_content .__lists .__item {
          width: 25%;
          border-right: 1px solid #9C9C9C;
          padding: 0 15px; }
          .jst-news .__tabs_content .__lists .__item .__image {
            margin-bottom: 15px; }
          .jst-news .__tabs_content .__lists .__item .__content {
            margin-bottom: 10px; }
          .jst-news .__tabs_content .__lists .__item .__h3 {
            font-size: 16px;
            margin: 0 0 10px; }
          .jst-news .__tabs_content .__lists .__item .__description {
            font-size: 13px;
            line-height: 1.6; }
  .make-reservation {
    padding: 60px 0; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 -20px 30px; }
      .make-reservation .__entry-content .__lists_btn li {
        padding: 0 20px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 18px;
          height: 75px;
          line-height: 68px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            top: 13px;
            padding-right: 15px; }
            .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
              font-size: 44px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow img {
            padding-right: 10px; }
    .make-reservation .__entry-content .__txt p {
      font-size: 14px; }
  .jst-sns {
    padding: 60px 0; }
    .jst-sns .__entry-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px; }
      .jst-sns .__entry-content .__item {
        padding: 0 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: 1px solid #3A3A3A; }
        .jst-sns .__entry-content .__item:last-child {
          border-right: 0; }
        .jst-sns .__entry-content .__item .__logo {
          margin-bottom: 20px; }
        .jst-sns .__entry-content .__item .__tags li {
          margin-bottom: 15px; }
          .jst-sns .__entry-content .__item .__tags li a {
            font-size: 11px;
            height: 40px;
            line-height: 36px; }
            .jst-sns .__entry-content .__item .__tags li a:hover {
              color: #fff; }
  .travel-parts {
    padding: 60px 0 80px; }
    .travel-parts .__entry-content .__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .travel-parts .__entry-content .__lists li {
        padding: 0 10px; }
        .travel-parts .__entry-content .__lists li.__first, .travel-parts .__entry-content .__lists li.__two {
          width: 50%;
          margin-bottom: 30px; }
        .travel-parts .__entry-content .__lists li.__three, .travel-parts .__entry-content .__lists li.__four, .travel-parts .__entry-content .__lists li.__five {
          width: 20%; }
        .travel-parts .__entry-content .__lists li.__last {
          width: 40%; }
  /* ------------------------
    *************
        Story
    *************
    -------------------------*/
  .mv-general {
    margin: 35px 0 30px;
    padding: 35px 0 40px; }
    .mv-general h1 {
      font-size: 30px; }
  .general-single {
    padding-top: 30px;
    margin-bottom: 70px; }
    .general-single .primary {
      width: 70%;
      padding-right: 5%; }
      .general-single .primary .style1 .__content {
        margin-bottom: 75px; }
      .general-single .primary .style2 .__content {
        margin-bottom: 75px; }
      .general-single .primary .__head .__title {
        font-size: 26px;
        margin: 0 0 30px;
        padding-bottom: 12px;
        border-width: 3px; }
      .general-single .primary .__head .__socials li a {
        height: 36px;
        line-height: 32px;
        min-width: 125px; }
      .general-single .primary .__head .__title-sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 12px; }
        .general-single .primary .__head .__title-sns .__title,
        .general-single .primary .__head .__title-sns .__socials {
          width: 100%; }
        .general-single .primary .__head .__title-sns .__title {
          padding: 0;
          margin: 0; }
        .general-single .primary .__head .__title-sns .__socials {
          margin: 15px 0 0;
          padding: 0;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
      .general-single .primary .__date-category .__date {
        font-size: 16px; }
      .general-single .primary .__date-category .__category {
        font-size: 13px;
        height: 30px;
        line-height: 27px; }
      .general-single .primary .__content {
        margin-bottom: 80px; }
        .general-single .primary .__content .wp-block-image {
          margin: 0 0 35px; }
        .general-single .primary .__content h2 {
          font-size: 24px;
          margin: 0 0 25px;
          line-height: 1.5; }
        .general-single .primary .__content h3 {
          font-size: 22px;
          margin: 0 0 25px;
          line-height: 1.5; }
        .general-single .primary .__content h4 {
          font-size: 20px;
          margin: 0 0 20px;
          line-height: 1.5; }
        .general-single .primary .__content p {
          font-size: 15px;
          margin: 0 0 35px; }
        .general-single .primary .__content .wp-block-columns {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb110 {
          margin-bottom: 60px; }
        .general-single .primary .__content .mb100 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb90 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb80 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb70 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb60 {
          margin-bottom: 50px; }
      .general-single .primary .__foot .btn.--min350 a {
        min-width: 300px;
        font-size: 15px; }
      .general-single .primary .__foot .prev-post a, .general-single .primary .__foot .next-post a {
        font-size: 15px; }
        .general-single .primary .__foot .prev-post a:before, .general-single .primary .__foot .prev-post a:after, .general-single .primary .__foot .next-post a:before, .general-single .primary .__foot .next-post a:after {
          top: calc(50% - 9px); }
      .general-single .primary .event-report {
        padding: 80px 40px 50px; }
        .general-single .primary .event-report:before {
          width: 200px;
          height: 50px; }
        .general-single .primary .event-report .__title {
          font-size: 28px;
          padding-bottom: 15px;
          margin-bottom: 40px; }
        .general-single .primary .event-report .__name {
          margin: 80px 0 0; }
    .general-single .sidebar {
      width: 30%; }
  .story-detail .__head {
    margin-bottom: 40px; }
    .story-detail .__head .__userInfo .__info .__small {
      font-size: 16px; }
    .story-detail .__head .__userInfo .__info .__name {
      font-size: 24px; }
    .story-detail .__head .__tag-social .__tags {
      margin-bottom: 15px; }
    .story-detail .__head .__tag-social .__tags, .story-detail .__head .__tag-social .__socials {
      width: 100%; }
  .story-list .__lists .__item {
    width: 33.33%; }
    .story-list .__lists .__item:nth-child(2n) {
      border-right: 1px solid #9C9C9C; }
    .story-list .__lists .__item:nth-child(3n) {
      border-right: 0; }
  .news-detail.style3 .__head {
    margin-bottom: 40px; }
    .news-detail.style3 .__head .__title {
      margin: 0 0 30px;
      padding-bottom: 12px;
      border-width: 3px; }
  .news-detail .__head .__userInfo .__info .__small {
    font-size: 16px; }
  .news-detail .__head .__userInfo .__info .__name {
    font-size: 24px; }
    .news-detail .__head .__userInfo .__info .__name .__smll {
      font-size: 15px; }
  .news-detail .__head .__tag-social .__tags {
    margin-bottom: 15px; }
  .news-detail .__head .__tag-social .__tags, .news-detail .__head .__tag-social .__socials {
    width: 100%; }
  .news-detail .__author .__bg-author {
    padding: 20px 25px; }
    .news-detail .__author .__bg-author .__icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      width: 130px;
      padding-right: 15px; }
    .news-detail .__author .__bg-author .__info .__small {
      font-size: 15px; }
    .news-detail .__author .__bg-author .__info .__name {
      font-size: 22px;
      margin-bottom: 8px; }
      .news-detail .__author .__bg-author .__info .__name .__smll {
        font-size: 14px; }
    .news-detail .__author .__bg-author .__info .__description {
      font-size: 14px; }
  .three-banner .__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .three-banner .__lists .__item {
      padding: 0 15px;
      width: 33.33%; }
      .three-banner .__lists .__item .__content h3 {
        padding: 3px 10px 12px;
        font-size: 24px; }
        .three-banner .__lists .__item .__content h3 .__line {
          height: 18px;
          bottom: 12px; }
  .search-formGeneral .search-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .search-formGeneral .form-field {
    margin-bottom: 15px; }
    .search-formGeneral .form-field .form-radio {
      margin-bottom: 15px; }
  .search-formGeneral .form-datepicker,
  .search-formGeneral .form-text {
    padding: 0 20px; }
    .search-formGeneral .form-datepicker .__label,
    .search-formGeneral .form-text .__label {
      margin-bottom: 15px; }
  .search-formGeneral .form-submit {
    margin-left: 30px; }
  .search-categoryNews .search-form .form-radio {
    margin-right: 30px; }
  .three-banner .__lists {
    width: auto; }
  .search-formConsultation {
    margin: 20px 0 60px; }
    .search-formConsultation .form-datepicker {
      width: 225px;
      margin-right: 45px; }
    .search-formConsultation .form-submit input {
      padding: 3px 15px 7px;
      min-width: 160px;
      font-size: 16px; }
      .search-formConsultation .form-submit input:first-child {
        margin-right: 25px; }
  .consultation .__title {
    font-size: 32px;
    padding: 0 0 15px;
    margin: 0 0 35px;
    border-bottom: 1px solid #707070; }
  .consultation .consultation-content {
    margin-bottom: 60px; }
    .consultation .consultation-content .tb-tr .tb-td p {
      font-size: 12px; }
    .consultation .consultation-content .tb-tr .tb-th {
      padding: 25px 15px;
      font-size: 28px; }
    .consultation .consultation-content .tb-tr .tb-tb-td {
      min-height: 185px;
      padding: 15px 10px; }
      .consultation .consultation-content .tb-tr .tb-tb-td .stt {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        border-right: 1px solid #707070;
        border-bottom: 1px solid #707070;
        color: #333;
        background-color: #EFEFEF;
        width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 28px; }
      .consultation .consultation-content .tb-tr .tb-tb-td .event {
        margin-top: 40px; }
      .consultation .consultation-content .tb-tr .tb-tb-td.td-disable .stt {
        background-color: #fff;
        color: #9C9C9C; }
      .consultation .consultation-content .tb-tr .tb-tb-td.tb-current {
        background-color: #4B4B4B; }
        .consultation .consultation-content .tb-tr .tb-tb-td.tb-current .__txt, .consultation .consultation-content .tb-tr .tb-tb-td.tb-current .__txt p {
          color: #fff; }
      .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.tb-last, .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.tb-first {
        background-color: #FF666E; }
      .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.td-disable.tb-last, .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.td-disable.tb-first {
        background-color: #fff; }
    .consultation .consultation-content .tb-tr .td-no-event .event {
      margin-top: 25px; }
    .consultation .consultation-content .tb-tr .tb-first .stt, .consultation .consultation-content .tb-tr .tb-last .stt {
      background-color: #E10017;
      color: #fff; }
    .consultation .consultation-content .tb-tr .td-no-event {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #A8C2FE; }
      .consultation .consultation-content .tb-tr .td-no-event .stt {
        background-color: #6F9AFE;
        color: #fff; }
  .consultation-form {
    padding: 60px 0 90px; }
    .consultation-form .__head {
      margin-bottom: 60px; }
      .consultation-form .__head h2 {
        font-size: 30px;
        margin: 0 0 8px; }
      .consultation-form .__head p {
        font-size: 16px;
        margin: 0 0 10px; }
      .consultation-form .__head .__required {
        font-size: 14px; }
    .consultation-form .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; }
      .consultation-form .form-group .form-label {
        text-align: right;
        width: 215px;
        padding-right: 15px;
        margin-right: 35px;
        font-size: 18px; }
      .consultation-form .form-group .form-detail {
        font-size: 16px;
        width: calc(100% - 300px); }
        .consultation-form .form-group .form-detail .__select select {
          padding: 11px 15px 14px; }
        .consultation-form .form-group .form-detail .__checkbox {
          margin-bottom: 15px; }
        .consultation-form .form-group .form-detail .required {
          font-size: 14px; }
      .consultation-form .form-group.form-select .form-label, .consultation-form .form-group.form-txt .form-label, .consultation-form .form-group.form-postal .form-label {
        margin-top: 8px; }
      .consultation-form .form-group.form-group01 .__select:first-child {
        margin-right: 35px; }
      .consultation-form .form-group.form-group01 .form-detail select {
        min-width: 245px; }
      .consultation-form .form-group.form-checkbox .form-label {
        margin-top: -4px; }
      .consultation-form .form-group.form-checkbox .form-detail .__checkbox.mb40 {
        margin-bottom: 30px; }
      .consultation-form .form-group.form-checkbox .form-detail .form-required {
        font-size: 15px; }
      .consultation-form .form-group.form-group04 .form-detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .consultation-form .form-group.form-group04 .form-detail .__select {
          width: 100%;
          margin-bottom: 15px; }
          .consultation-form .form-group.form-group04 .form-detail .__select:last-child {
            margin-bottom: 0; }
          .consultation-form .form-group.form-group04 .form-detail .__select .wpcf7-form-control-wrap {
            min-width: calc(100% - 60px); }
          .consultation-form .form-group.form-group04 .form-detail .__select select {
            width: 100%; }
          .consultation-form .form-group.form-group04 .form-detail .__select .__txt {
            padding: 0 20px 0 12px; }
      .consultation-form .form-group.form-txt .form-detail input {
        padding: 9px 15px 11px; }
      .consultation-form .form-group.form-postal .form-detail {
        width: calc(100% - 590px); }
      .consultation-form .form-group.form-postal .btn a {
        position: relative;
        padding: 0 40px 0 20px;
        font-size: 16px;
        height: 45px;
        line-height: 40px;
        min-width: 205px;
        margin: 0 0 0 45px; }
        .consultation-form .form-group.form-postal .btn a:after {
          top: 0;
          right: 15px; }
      .consultation-form .form-group.form-textarea {
        margin-bottom: 55px; }
        .consultation-form .form-group.form-textarea .form-detail textarea {
          padding: 9px 15px 11px;
          height: 320px; }
      .consultation-form .form-group.form-group15 {
        margin-bottom: 60px; }
        .consultation-form .form-group.form-group15 .form-label {
          height: 1px; }
        .consultation-form .form-group.form-group15 .form-detail .__checkbox {
          padding-left: 45px; }
          .consultation-form .form-group.form-group15 .form-detail .__checkbox label {
            font-size: 16px; }
    .consultation-form .form-submit .btn-submit {
      max-width: 420px; }
    .consultation-form .form-submit .wpcf7-submit {
      font-size: 18px;
      height: 75px;
      line-height: 68px; }
      .consultation-form .form-submit .wpcf7-submit span {
        padding-right: 10px; }
        .consultation-form .form-submit .wpcf7-submit span:before {
          font-size: 38px; }
    .consultation-form .iframe-zoom {
      height: calc(100vh - 120px); }
      .consultation-form .iframe-zoom .__txt {
        font-size: 30px; }
  .page-thanks .thanks {
    padding: 80px 0 30px; }
    .page-thanks .thanks p {
      margin: 0 0 15px;
      font-size: 15px; }
    .page-thanks .thanks h3 {
      font-size: 28px;
      margin: 0 0 25px; }
    .page-thanks .thanks .wp-block-buttons {
      margin: 60px 0 0; }
  .feature-related {
    margin-bottom: 60px; }
    .feature-related .__lists .__item .__subtitle .__title .__bg:after {
      left: 0;
      width: 100%;
      height: 15px;
      background: url(img/bg_txt_pc.png) repeat-x;
      z-index: -1;
      -webkit-transform: skew(-60deg);
      -ms-transform: skew(-60deg);
      transform: skew(-60deg); }
    .feature-related .__lists .__content {
      padding: 13px 20px 15px; }
      .feature-related .__lists .__content .__h4 {
        font-size: 24px; }
      .feature-related .__lists .__content .__small {
        font-size: 14px; }
    .feature-related .__lists .owl-dots {
      margin-top: 25px; }
    .feature-related .__btn {
      margin-top: 40px; }
  .mv-feature {
    height: calc(100vh - 88px); }
    .mv-feature .mv-text {
      display: table;
      top: 100px;
      padding: 8px 45px 12px 0; }
      .mv-feature .mv-text .__en {
        font-size: 35px;
        padding-right: 35px;
        letter-spacing: 4px; }
      .mv-feature .mv-text .__jp {
        font-size: 18px;
        position: relative;
        top: 2px; }
      .mv-feature .mv-text .__en, .mv-feature .mv-text .__jp {
        display: table-cell;
        vertical-align: middle; }
  .feature-detail {
    padding: 40px 0 80px; }
    .feature-detail h1 {
      font-size: 30px;
      margin: 0 0 15px; }
    .feature-detail h2 {
      font-size: 22px;
      padding: 8px 20px 11px;
      margin: 0 0 25px; }
    .feature-detail h3 {
      font-size: 22px;
      margin: 0 0 15px;
      padding-bottom: 10px; }
    .feature-detail h4 {
      font-size: 18px;
      margin: 0 0 15px;
      padding-bottom: 8px; }
    .feature-detail h5 {
      font-size: 25px;
      margin: 0 0 5px; }
    .feature-detail p {
      font-size: 16px; }
    .feature-detail .wp-block-spacer.h110 {
      height: 70px !important; }
    .feature-detail .wp-block-spacer.h100 {
      height: 60px !important; }
    .feature-detail .wp-block-spacer.h90 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h80 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h70 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h60 {
      height: 50px !important; }
    .feature-detail .__table-title {
      margin: 0 0 40px; }
    .feature-detail .wp-block-quote {
      padding: 10px 0 10px 10px;
      margin: 0 0 40px;
      font-size: 18px; }
      .feature-detail .wp-block-quote p {
        line-height: 1.8;
        font-size: 18px; }
    .feature-detail .wp-block-columns {
      margin: 0 -15px; }
      .feature-detail .wp-block-columns .wp-block-column {
        padding: 0 15px; }
        .feature-detail .wp-block-columns .wp-block-column h5 {
          margin: 0 0 25px; }
        .feature-detail .wp-block-columns .wp-block-column .wp-block-image {
          margin: 0 0 25px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 65px 0 55px; }
    .feature-detail .table-image {
      margin: 0 -15px; }
      .feature-detail .table-image .__table, .feature-detail .table-image .__image {
        padding: 0 15px; }
      .feature-detail .table-image .__table dl dt {
        padding: 8px 25px 11px;
        width: 265px;
        font-size: 18px;
        min-height: 50px; }
      .feature-detail .table-image .__table dl dd {
        padding: 12px 25px 11px;
        font-size: 16px;
        width: calc(100% - 265px);
        line-height: 1.6; }
  .single-feature .make-reservation {
    margin-bottom: 60px; }
    .single-feature .make-reservation .__btn_yellow {
      max-width: 400px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
      padding-right: 30px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
      padding-left: 30px; }
  .feature-list .__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px; }
    .feature-list .__lists .__item {
      padding: 0 20px;
      width: 33.33%;
      margin-bottom: 40px; }
    .feature-list .__lists .__subtitle {
      top: 35px;
      left: 20px; }
      .feature-list .__lists .__subtitle .__small {
        font-size: 14px; }
      .feature-list .__lists .__subtitle .__title {
        font-size: 26px; }
        .feature-list .__lists .__subtitle .__title .__bg:after {
          left: 0;
          bottom: -2px;
          width: 100%;
          height: 15px;
          background: url(img/bg_txt_pc.png) repeat-x;
          z-index: -1;
          -webkit-transform: skew(-60deg);
          -ms-transform: skew(-60deg);
          transform: skew(-60deg); }
    .feature-list .__lists .__content {
      padding: 11px 20px 17px; }
      .feature-list .__lists .__content .__h4 {
        font-size: 32px; }
      .feature-list .__lists .__content .__small {
        font-size: 15px; }
  .about .__bg-after.__top:after {
    top: 5px; }
  .about .__bg-after:after {
    height: 20px; }
  .about .__bg-after.__yellow:after {
    background: url(img/bg_txt_pc.png) repeat-x; }
  .about .__bg-after.__pink:after {
    background: url(img/before_txt_pink.png) repeat-x; }
  .about .__bg-after.__blue:after {
    background: url(img/before_txt_blue.png) repeat-x; }
  .about .entry-header {
    margin-bottom: 50px; }
    .about .entry-header .__title {
      font-size: 30px; }
      .about .entry-header .__title .__big {
        font-size: 50px; }
  .about .__item {
    margin-bottom: 70px; }
    .about .__item > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about .__item > .container .__image-content {
        width: calc(100% - 190px); }
    .about .__item .__inner {
      max-width: 1190px;
      margin: 0 auto;
      padding: 0 50px; }
    .about .__item .__image img {
      width: 100%; }
    .about .__item .__btn .__btn_white {
      line-height: 37px; }
    .about .__item .__btn .__green:hover {
      background-color: #219805;
      color: #fff; }
    .about .__item .__btn .__yellow:hover {
      background-color: #FFA200;
      color: #fff; }
    .about .__item .__btn .__blue:hover {
      background-color: #6F9AFE;
      color: #fff; }
    .about .__item .__btn .__pink:hover {
      background-color: #FC9ECA;
      color: #fff; }
    .about .__item .__two-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 820px;
      margin-left: auto;
      margin-right: auto; }
      .about .__item .__two-btn .__btn_white {
        width: 100%; }
    .about .__item.__style3 .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .about .__item.__style3 .container .__image-content .__image {
        direction: rtl; }
    .about .__item .__title-number {
      width: 190px; }
      .about .__item .__title-number .__gray, .about .__item .__title-number .__red {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        white-space: nowrap; }
    .about .__item h3 {
      font-size: 22px;
      margin: 0 0 10px; }
    .about .__item p {
      font-size: 15px; }
    .about .__item .__btn {
      margin-top: 60px; }
    .about .__item .__title-number .__number {
      font-size: 100px;
      margin: -20px 0 20px;
      padding-bottom: 30px; }
      .about .__item .__title-number .__number:after {
        left: -8px;
        width: 170px;
        height: 5px;
        -ms-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg); }
    .about .__item .__title-number .__txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .about .__item .__title-number .__txt .__gray {
        font-size: 28px;
        width: 28px;
        -ms-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
        text-orientation: upright;
        line-height: 1.15; }
      .about .__item .__title-number .__txt .__red {
        font-size: 38px;
        width: 48px;
        margin-right: 15px;
        word-break: break-word;
        text-orientation: upright;
        text-align: center;
        line-height: 1.15; }
        .about .__item .__title-number .__txt .__red .__small {
          font-size: 30px; }
        .about .__item .__title-number .__txt .__red.translateY {
          -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          transform: translateY(-40px); }
    .about .__item .__image-content .__image {
      margin-bottom: 20px; }
    .about .__item .__image-content .__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about .__item .__image-content .__block .__txt {
        width: calc(100% - 210px); }
      .about .__item .__image-content .__block .__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 210px; }
        .about .__item .__image-content .__block .__logo img {
          height: 110px;
          width: auto; }
    .about .__item.__style1 .__title-number {
      padding-right: 25px; }
    .about .__item.__style3 .container .__title-number {
      padding-left: 25px; }
    .about .__item.__style2 .__content h3 {
      text-align: center; }
    .about .__item.__style2 .__image-number {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about .__item.__style2 .__image-number .__image {
        width: calc(50% - 95px); }
        .about .__item.__style2 .__image-number .__image img {
          height: 420px;
          -o-object-fit: cover;
          object-fit: cover; }
      .about .__item.__style2 .__image-number .__title-number {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .about .__item.__style2 .__image-number .__title-number .__txt .__red {
          line-height: 1; }
    .about .__item.__item01 .__title-number .__number:after {
      bottom: 23px; }
    .about .__item.__item02 .__title-number .__number:after {
      left: -10px;
      bottom: 11px; }
    .about .__item.__item03 .__title-number .__number:after {
      bottom: 22px; }
    .about .__item.__item04 .__title-number .__number {
      padding-bottom: 35px;
      margin-bottom: 30px; }
      .about .__item.__item04 .__title-number .__number:after {
        bottom: 19px;
        left: 0; }
    .about .__item.__item05 .__title-number .__number:after {
      bottom: 22px; }
    .about .__item.__item06 .__image-number .__title-number .__number {
      margin-bottom: 55px; }
      .about .__item.__item06 .__image-number .__title-number .__number:after {
        bottom: 18px;
        left: -10px; }
    .about .__item.__item06 .__image-number .__title-number .__txt {
      -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      transform: translateY(-25px); }
    .about .__item.__item07 {
      padding-bottom: 70px; }
      .about .__item.__item07 .__title-number .__number {
        margin-bottom: 20px; }
        .about .__item.__item07 .__title-number .__number:after {
          bottom: 23px; }
    .about .__item.__item08 {
      margin-bottom: 10px; }
      .about .__item.__item08 .__title-number .__number {
        margin-bottom: 25px; }
        .about .__item.__item08 .__title-number .__number:after {
          bottom: 16px;
          left: -8px; }
  .about .__item01 {
    padding-bottom: 70px;
    background-position: top right 200px; }
  .about .bg-item3_4 {
    margin-bottom: 70px;
    background-position: top left 200px; }
  .page-company .entry-header .__title {
    font-size: 30px; }
  .page-company .entry-content .__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px; }
    .page-company .entry-content .__item .__left, .page-company .entry-content .__item p {
      font-size: 18px; }
    .page-company .entry-content .__item .__left {
      padding-right: 10px; }
    .page-company .entry-content .__item .__right, .page-company .entry-content .__item p {
      font-size: 16px; }
    .page-company .entry-content .__item .__right a:hover {
      text-decoration: underline; }
    .page-company .entry-content .__item .__right a.__phone {
      padding-left: 30px; }
    .page-company .entry-content .__item .__right .__line-blue {
      position: relative; }
      .page-company .entry-content .__item .__right .__line-blue:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #A2E8E8;
        height: 1px; }
      .page-company .entry-content .__item .__right .__line-blue a {
        padding-left: 30px;
        font-size: 12px; }
  .company-profile {
    padding: 30px 0 80px; }
    .company-profile .entry-header {
      margin-bottom: 40px; }
    .company-profile .container {
      max-width: 910px; }
    .company-profile .entry-content .__item .__left {
      width: 230px; }
  .company-map {
    margin-bottom: 70px; }
    .company-map .entry-header, .company-map .iframe-map {
      margin-bottom: 30px; }
    .company-map .__item {
      max-width: 810px;
      margin: 0 auto; }
      .company-map .__item .__left {
        width: 205px; }
    .company-map .iframe-map iframe {
      height: 410px; }
  .company-video .__video {
    margin-bottom: 45px; }
  .faq {
    padding-top: 35px;
    padding-bottom: 60px; }
    .faq .list-tabs {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: 0 0 60px; }
      .faq .list-tabs li.active a {
        color: #FF9900; }
        .faq .list-tabs li.active a:before {
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #FF9900;
          border-radius: 10px; }
        .faq .list-tabs li.active a:after {
          bottom: -15px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #FF9900; }
      .faq .list-tabs a {
        position: relative;
        color: #9C9C9C;
        font-weight: bold;
        text-decoration: none;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 0 5px;
        font-size: 14px; }
        .faq .list-tabs a:before, .faq .list-tabs a:after {
          content: '';
          position: absolute;
          -moz-transition: all 0.1s;
          -o-transition: all 0.1s;
          -webkit-transition: all 0.1s;
          transition: all 0.1s; }
        .faq .list-tabs a:hover {
          color: #FF9900; }
          .faq .list-tabs a:hover:before {
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #FF9900;
            border-radius: 10px; }
          .faq .list-tabs a:hover:after {
            bottom: -15px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #FF9900; }
    .faq .tab-content .tab-item {
      display: none; }
      .faq .tab-content .tab-item.active {
        display: block; }
      .faq .tab-content .tab-item .list-item {
        display: block !important; }
    .faq .tab-content .__inner, .faq .lists .__inner {
      margin-bottom: 50px; }
      .faq .tab-content .__inner #q, .faq .lists .__inner #q {
        font-size: 20px;
        padding-bottom: 10px;
        padding-right: 35px;
        padding-left: 65px;
        margin: 0 0 18px; }
        .faq .tab-content .__inner #q:before, .faq .lists .__inner #q:before {
          top: 0;
          left: 20px; }
        .faq .tab-content .__inner #q:after, .faq .lists .__inner #q:after {
          top: 0;
          background-position: center left 7px; }
        .faq .tab-content .__inner #q.active:after, .faq .lists .__inner #q.active:after {
          background-position: center left 7px; }
      .faq .tab-content .__inner #a, .faq .lists .__inner #a {
        font-size: 18px;
        margin: 0 0 12px;
        padding-left: 55px; }
        .faq .tab-content .__inner #a:before, .faq .lists .__inner #a:before {
          top: 0;
          left: 20px; }
      .faq .tab-content .__inner p, .faq .lists .__inner p {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0 20px; }
  .qa-list {
    margin-bottom: 35px; }
    .qa-list .lists {
      margin: 0 -15px; }
      .qa-list .lists .item {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 40px; }
      .qa-list .lists .__innerItem {
        padding: 6px 35px 11px 70px;
        border-width: 3px;
        border-radius: 50px; }
        .qa-list .lists .__innerItem:hover {
          opacity: .8;
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .qa-list .lists .__innerItem:before {
          top: 1px;
          left: 30px;
          font-size: 45px; }
        .qa-list .lists .__innerItem:after {
          font-size: 20px;
          top: 20px;
          right: 18px; }
        .qa-list .lists .__innerItem .__small {
          font-size: 16px; }
        .qa-list .lists .__innerItem .__big {
          font-size: 25px; }
  .archive-qa .qa-list {
    padding-top: 50px; }
  .page-general .entry-header .__title {
    font-size: 30px; }
    .page-general .entry-header .__title .__txt:after,
    .page-general .entry-header .__title .__txt-pc:after {
      bottom: 2px; }
    .page-general .entry-header .__title .__number {
      font-size: 45px; }
  .page-general .entry-header .__small {
    font-size: 16px; }
    .page-general .entry-header .__small .__txt:after,
    .page-general .entry-header .__small .__txt-pc:after {
      bottom: -2px; }
    .page-general .entry-header .__small .__number {
      font-size: 20px; }
  .page-general .entry-header .__txt,
  .page-general .entry-header .__txt-pc {
    position: relative; }
    .page-general .entry-header .__txt:after,
    .page-general .entry-header .__txt-pc:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 20px;
      background: url(img/bg_txt_pc.png) repeat-x;
      z-index: -1;
      -ms-transform: skew(-50deg);
      -moz-transform: skew(-50deg);
      -o-transform: skew(-50deg);
      -webkit-transform: skew(-50deg);
      transform: skew(-50deg); }
  .made-order01 {
    padding: 30px 0 60px; }
    .made-order01 .entry-header {
      margin-bottom: 45px; }
    .made-order01 .entry-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .made-order01 .entry-content .content-left,
      .made-order01 .entry-content .content-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .made-order01 .entry-content .content-left {
        padding-right: 25px; }
        .made-order01 .entry-content .content-left .__subtitle {
          font-size: 15px; }
        .made-order01 .entry-content .content-left h3 {
          font-size: 22px;
          margin: 0 0 10px; }
        .made-order01 .entry-content .content-left p {
          font-size: 14px; }
  .made-order02 {
    padding: 60px 0 30px; }
    .made-order02:before {
      top: 85px;
      left: 0;
      width: 215px;
      height: 245px; }
    .made-order02 .entry-header {
      margin-bottom: 60px; }
    .made-order02 .entry-content .image {
      margin-bottom: 60px;
      padding: 0 45px; }
    .made-order02 .entry-content .__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .made-order02 .entry-content .__lists .__item {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 25px; }
        .made-order02 .entry-content .__lists .__item .__innerItem {
          padding: 10px 10px 15px; }
        .made-order02 .entry-content .__lists .__item h3 {
          font-size: 20px; }
  .made-order03 .__lists .__item {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .made-order03 .__lists .__item:last-child:after {
      content: none; }
    .made-order03 .__lists .__item .__icon span:before {
      font-size: 65px; }
    .made-order03 .__lists .__item .__step .__txt {
      font-size: 18px; }
    .made-order03 .__lists .__item .__title {
      font-size: 15px; }
    .made-order03 .__lists .__item .__lead {
      font-size: 13px; }
    .made-order03 .__lists .__item .__small {
      font-size: 10px; }
  .made-order05 .entry-header {
    margin-bottom: 50px; }
  .made-order05 .entry-content .__video {
    margin-bottom: 44px; }
  .made-order05 .entry-content .__btn {
    margin-bottom: 80px; }
  .made-order05 .entry-content .__item {
    padding: 50px 0; }
    .made-order05 .entry-content .__item:nth-child(2n+1) .content-left {
      padding-right: 35px; }
    .made-order05 .entry-content .__item:nth-child(2n) .__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .made-order05 .entry-content .__item:nth-child(2n) .__inner .content-left {
        padding-left: 35px; }
    .made-order05 .entry-content .__item .content-left {
      width: 59%;
      padding-top: 10px; }
    .made-order05 .entry-content .__item .content-right {
      width: 41%; }
    .made-order05 .entry-content .__item .__inner {
      padding: 0 50px; }
    .made-order05 .entry-content .__item .icon-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px; }
      .made-order05 .entry-content .__item .icon-title .__icon {
        padding-right: 15px; }
        .made-order05 .entry-content .__item .icon-title .__icon img {
          width: 100px;
          height: auto; }
      .made-order05 .entry-content .__item .icon-title .__title {
        font-size: 20px; }
        .made-order05 .entry-content .__item .icon-title .__title .__txt {
          font-size: 22px; }
          .made-order05 .entry-content .__item .icon-title .__title .__txt:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 20px;
            background: url(img/bg_txt_pc.png) repeat-x;
            z-index: -1;
            -ms-transform: skew(-50deg);
            -moz-transform: skew(-50deg);
            -o-transform: skew(-50deg);
            -webkit-transform: skew(-50deg);
            transform: skew(-50deg); }
    .made-order05 .entry-content .__item .__detail p {
      font-size: 14px; }
  .button-image .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .button-image .content-left {
    width: 29%; }
  .button-image .content-right {
    width: 71%;
    padding: 30px 0 40px 30px; }
    .button-image .content-right .__txt h3 {
      font-size: 28px; }
    .button-image .content-right .__txt p {
      font-size: 16px; }
    .button-image .content-right .__lists_btn {
      margin: 0 -5px; }
      .button-image .content-right .__lists_btn li {
        padding: 0 5px; }
        .button-image .content-right .__lists_btn li .__btn_yellow {
          font-size: 15px;
          border-radius: 15px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .__icon::before {
            font-size: 25px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-consultation {
            top: 16px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-zoom,
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-mail {
            top: 17px; }
  .made-order07 .__lists {
    margin: 0 -10px 50px; }
    .made-order07 .__lists .__item {
      padding: 0 10px;
      width: 25%;
      margin-bottom: 0; }
  .general-qa {
    padding-bottom: 60px; }
    .general-qa .entry-header {
      padding: 60px 0 50px;
      border-width: 6px; }
      .general-qa .entry-header h2 {
        font-size: 24px; }
      .general-qa .entry-header .__text {
        padding: 0 50px 0 60px; }
        .general-qa .entry-header .__text:before, .general-qa .entry-header .__text:after {
          width: 45px;
          height: 53px; }
    .general-qa .item .__innerItem {
      border-width: 6px;
      padding: 10px 50px 16px 100px;
      min-width: 370px;
      max-width: 400px; }
      .general-qa .item .__innerItem:before {
        top: 2px;
        left: 45px;
        font-size: 60px; }
      .general-qa .item .__innerItem:after {
        font-size: 28px;
        top: 25px;
        right: 25px; }
      .general-qa .item .__innerItem .__small {
        font-size: 20px; }
      .general-qa .item .__innerItem .__big {
        font-size: 30px; }
  .page-package .made-order01 {
    position: relative; }
    .page-package .made-order01:after {
      content: '';
      position: absolute;
      top: -50px;
      right: 0;
      width: 280px;
      height: 301px;
      background: url(img/package/after_package.png) no-repeat;
      background-size: cover;
      z-index: -1; }
  .page-package .made-order02 .entry-content .__lists .__item h3 {
    font-size: 15px; }
  .ticket01 {
    background: url(img/ticket/bg_s_ticket.jpg) no-repeat;
    background-position: bottom 100px center;
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 70px; }
    .ticket01 .entry-header {
      margin-bottom: 35px; }
    .ticket01 .entry-content .__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 -15px 50px; }
      .ticket01 .entry-content .__item.style1 .__content, .ticket01 .entry-content .__item.style1 .__image {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .ticket01 .entry-content .__item.style2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-right: 20%; }
        .ticket01 .entry-content .__item.style2 .__image {
          width: 37.4%; }
        .ticket01 .entry-content .__item.style2 .__content {
          width: 62.6%; }
      .ticket01 .entry-content .__item.style3 .__image {
        width: 37.2%; }
      .ticket01 .entry-content .__item.style3 .__content {
        width: 62.8%; }
      .ticket01 .entry-content .__item .__content, .ticket01 .entry-content .__item .__image {
        padding: 0 15px; }
      .ticket01 .entry-content .__item .__icon-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px; }
        .ticket01 .entry-content .__item .__icon-title .__icon {
          width: 85px; }
        .ticket01 .entry-content .__item .__icon-title .__title {
          margin-top: 10px; }
          .ticket01 .entry-content .__item .__icon-title .__title h3 {
            font-size: 22px; }
            .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
              height: 5px; }
          .ticket01 .entry-content .__item .__icon-title .__title h4 {
            font-size: 15px; }
      .ticket01 .entry-content .__item .__detail p {
        font-size: 14px; }
  .ticket02 {
    padding: 60px 0; }
    .ticket02 .entry-header {
      position: relative;
      z-index: 1;
      margin-bottom: 45px; }
      .ticket02 .entry-header:before {
        content: '';
        position: absolute;
        background: url(img/ticket/before_ticket02_pc.png) no-repeat;
        background-size: cover;
        z-index: -1;
        left: -40px;
        bottom: -30px;
        width: 165px;
        height: 120px; }
    .ticket02 .entry-content {
      overflow: hidden; }
      .ticket02 .entry-content .table-ticket {
        background-color: #fff;
        border: 8px solid #E8FF00; }
        .ticket02 .entry-content .table-ticket .__row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-bottom: 5px solid #C3C3F1; }
          .ticket02 .entry-content .table-ticket .__row:first-child .tb-td {
            font-size: 20px; }
            .ticket02 .entry-content .table-ticket .__row:first-child .tb-td.tb-number {
              font-size: 20px;
              background-color: #fff; }
          .ticket02 .entry-content .table-ticket .__row.last {
            border-bottom: 0; }
          .ticket02 .entry-content .table-ticket .__row .tb-td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-right: 5px solid #C3C3F1;
            font-size: 16px;
            padding: 12px 15px 14px; }
            .ticket02 .entry-content .table-ticket .__row .tb-td.tb-last {
              border-right: 0; }
            .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number {
              background-color: #E8FF00;
              font-size: 35px; }
              .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number .__txt {
                position: relative;
                top: 11px;
                font-size: 18px; }
      .ticket02 .entry-content .__head {
        margin-bottom: 50px; }
        .ticket02 .entry-content .__head h3 {
          font-size: 20px; }
          .ticket02 .entry-content .__head h3 .__txt:before, .ticket02 .entry-content .__head h3 .__txt:after {
            top: 4px;
            bottom: 0;
            margin: auto; }
      .ticket02 .entry-content .block-ticket01 {
        margin-bottom: 65px; }
      .ticket02 .entry-content .block-ticket02 {
        padding-bottom: 60px; }
        .ticket02 .entry-content .block-ticket02:after {
          content: '';
          position: absolute;
          background: url(img/ticket/after_ticket02_pc.png) no-repeat;
          background-size: cover;
          z-index: 1;
          bottom: -45px;
          right: -30px;
          width: 260px;
          height: 300px; }
        .ticket02 .entry-content .block-ticket02 .__content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0 -10px; }
          .ticket02 .entry-content .block-ticket02 .__content:after {
            content: '';
            position: absolute;
            background: url(img/ticket/after_ticket01_pc.png) no-repeat;
            background-size: cover;
            z-index: -1;
            bottom: 30px;
            right: 40px;
            width: 300px;
            height: 245px; }
          .ticket02 .entry-content .block-ticket02 .__content .__item {
            padding: 0 10px;
            width: 25%;
            margin-bottom: 35px; }
            .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem:after {
              content: none; }
            .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
              font-size: 20px;
              padding: 12px 15px 15px; }
      .ticket02 .entry-content .block-ticket03 .__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item {
          width: 33.33%;
          padding: 0 15px;
          margin-bottom: 35px; }
          .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem {
            padding: 10px; }
            .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem:after {
              content: none; }
            .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail {
              padding: 12px 10px 5px; }
              .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
                font-size: 18px;
                margin: 0 0 10px; }
              .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
                font-size: 13px;
                padding: 10px 0; }
  .volunteer01 {
    background: url(img/volunteer/bg_volunteer01.png) no-repeat;
    background-position: top 100px left;
    background-size: contain; }
    .volunteer01 .block-volunteer01 {
      margin-bottom: 70px; }
      .volunteer01 .block-volunteer01 .entry-content .content-left:before {
        top: -15px;
        left: 0;
        width: 72px;
        height: 69px; }
      .volunteer01 .block-volunteer01 .entry-content .__btn {
        margin-top: 30px; }
    .volunteer01 .block-volunteer02 {
      padding-bottom: 90px; }
      .volunteer01 .block-volunteer02 .entry-header {
        margin-bottom: 35px; }
        .volunteer01 .block-volunteer02 .entry-header h2 {
          font-size: 22px; }
      .volunteer01 .block-volunteer02 .entry-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px; }
        .volunteer01 .block-volunteer02 .entry-content .item {
          width: 50%;
          padding: 0 10px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
            .volunteer01 .block-volunteer02 .entry-content .item .inner .left {
              width: 33.8%;
              padding: 5px 0 40px; }
              .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 100%; }
              .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt1 {
                font-size: 18px;
                width: 100%; }
              .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 {
                font-size: 20px; }
                .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 .__txt {
                  padding: 0 5px; }
                  .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 .__txt:after {
                    height: 15px;
                    background: url(img/bg_txt_pc.png) repeat-x;
                    -ms-transform: skew(-60deg);
                    -moz-transform: skew(-60deg);
                    -o-transform: skew(-60deg);
                    -webkit-transform: skew(-60deg);
                    transform: skew(-60deg); }
              .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__img {
                width: 100%;
                margin-bottom: 3px; }
                .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__img img {
                  max-width: 20px; }
              .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                transfrom: translateZ(0);
                height: 30px;
                line-height: 28px;
                font-size: 14px; }
            .volunteer01 .block-volunteer02 .entry-content .item .inner .right {
              padding: 3px 3px 3px 0;
              width: 66.2%; }
  .volunteer03 {
    background: url(img/volunteer/bg_volunteer04.png) no-repeat center top -210px;
    padding: 60px 0 70px; }
    .volunteer03 .entry-header {
      margin-bottom: 35px; }
    .volunteer03 .lists {
      margin: 0 -10px 60px; }
      .volunteer03 .lists .item {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 0; }
        .volunteer03 .lists .item .__icon-title {
          min-height: 74px;
          margin-bottom: 15px; }
          .volunteer03 .lists .item .__icon-title .__icon {
            width: 55px;
            padding-right: 10px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 55px;
            flex: 0 0 55px; }
          .volunteer03 .lists .item .__icon-title .__title .__small {
            font-size: 10px; }
          .volunteer03 .lists .item .__icon-title .__title .__big {
            font-size: 16px; }
    .volunteer03 .btn-faqs .item:first-child {
      margin-right: 30px; }
    .volunteer03 .btn-faqs .item:last-child {
      margin-left: 30px; }
    .volunteer03 .btn-faqs .item .__innerItem.__no-small {
      padding: 27px 55px 31px 35px; }
      .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
        font-size: 26px; }
  .volunteer04 {
    padding: 60px 0 80px; }
    .volunteer04 .entry-header {
      margin-bottom: 50px; }
    .volunteer04 .lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -50px; }
      .volunteer04 .lists:after {
        content: '';
        position: absolute;
        left: calc(50% - 2.5px);
        width: 5px;
        top: 52px;
        bottom: 0;
        background-color: #219805;
        z-index: 1; }
      .volunteer04 .lists .item {
        width: 50%;
        padding: 0 50px; }
        .volunteer04 .lists .item:nth-child(2n+1) {
          padding-top: 30px; }
          .volunteer04 .lists .item:nth-child(2n+1) .__title:before {
            right: -67px; }
          .volunteer04 .lists .item:nth-child(2n+1) .__title:after {
            left: 0;
            right: -50px; }
        .volunteer04 .lists .item:nth-child(2n) {
          margin-top: 100px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:before {
            left: -67px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:after {
            left: -50px;
            right: 0; }
        .volunteer04 .lists .item:nth-child(2) {
          margin-top: 140px; }
        .volunteer04 .lists .item:first-child {
          padding-top: 0; }
        .volunteer04 .lists .item:last-child .__content {
          position: relative;
          z-index: 2; }
          .volunteer04 .lists .item:last-child .__content:before, .volunteer04 .lists .item:last-child .__content:after {
            content: '';
            position: absolute;
            width: 10px;
            bottom: -30px;
            background-color: #e8f1e6; }
          .volunteer04 .lists .item:last-child .__content:before, .volunteer04 .lists .item:last-child .__content:after {
            top: -13px; }
          .volunteer04 .lists .item:last-child .__content:before {
            left: -55px; }
          .volunteer04 .lists .item:last-child .__content:after {
            right: -55px; }
        .volunteer04 .lists .item .__title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 20px;
          margin: 0 0 25px;
          padding-bottom: 15px; }
          .volunteer04 .lists .item .__title:before {
            content: '';
            position: absolute;
            bottom: -12px;
            width: 34px;
            height: 34px;
            background: url(img/volunteer/icon_dot.png) repeat-x;
            z-index: 2; }
          .volunteer04 .lists .item .__title:after {
            content: '';
            position: absolute;
            bottom: 0;
            height: 6px;
            background: url(img/volunteer/after_title.png) repeat-x; }
        .volunteer04 .lists .item .__image {
          margin-bottom: 20px; }
        .volunteer04 .lists .item .__text p {
          font-size: 14px; }
  .okinawa01 {
    padding: 35px 0 100px; }
    .okinawa01:after {
      content: '';
      position: absolute;
      top: -50px;
      width: 360px;
      height: 265px;
      right: 0;
      background: url(img/okinawa/after_okinawa01_pc.png) no-repeat;
      background-size: cover;
      z-index: -1; }
    .okinawa01 .entry-header {
      margin-bottom: 30px; }
    .okinawa01 .entry-content .__content {
      width: 50%; }
      .okinawa01 .entry-content .__content .__subtitle {
        font-size: 15px; }
      .okinawa01 .entry-content .__content h3 {
        font-size: 22px;
        margin: 0 0 10px; }
      .okinawa01 .entry-content .__content p {
        font-size: 14px; }
    .okinawa01 .entry-content .__image {
      margin: -50px 0 60px;
      padding: 0 35px; }
    .okinawa01 .__buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .okinawa01 .__buttons li {
        padding: 0 10px; }
        .okinawa01 .__buttons li a {
          min-width: 165px;
          height: 50px;
          padding: 0 15px 3px;
          font-size: 16px; }
  .okinawa02 {
    padding: 80px 0; }
    .okinawa02::before {
      width: 100%;
      height: 100px; }
    .okinawa02 .entry-header {
      padding-bottom: 15px;
      margin-bottom: 40px; }
      .okinawa02 .entry-header .__stt {
        bottom: 0;
        left: 15%;
        font-size: 150px; }
    .okinawa02 .okinawa-block {
      padding-top: 90px; }
      .okinawa02 .okinawa-block .entry-content {
        margin: 0 -15px 50px; }
        .okinawa02 .okinawa-block .entry-content .item {
          width: 33.33%;
          padding: 0 15px; }
          .okinawa02 .okinawa-block .entry-content .item .__image {
            margin-bottom: 15px; }
            .okinawa02 .okinawa-block .entry-content .item .__image h3 {
              padding: 10px 10px 14px;
              font-size: 20px; }
              .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
                font-size: 16px; }
          .okinawa02 .okinawa-block .entry-content .item .__content h4 {
            font-size: 18px;
            margin: 0 0 10px; }
          .okinawa02 .okinawa-block .entry-content .item .__content p {
            font-size: 14px; }
    .okinawa02 .okinawa-block01:before {
      top: -105px;
      right: 5%;
      width: 340px;
      height: 158px;
      content: '';
      position: absolute;
      background: url(img/okinawa/before_okinawa02_pc.png) no-repeat;
      background-size: cover;
      z-index: -1; }
    .okinawa02 .okinawa-block01 .entry-header:before {
      width: 125px;
      height: 38px;
      top: 0;
      left: 0;
      background: url(img/okinawa/before_okinawa02_1.png) no-repeat;
      background-size: cover; }
    .okinawa02 .okinawa-block01 .entry-header:after {
      width: 100px;
      height: 117px;
      bottom: 0;
      right: 5%;
      background: url(img/okinawa/after_okinawa02_1.png) no-repeat;
      background-size: cover; }
    .okinawa02 .okinawa-block02 .entry-header:before {
      top: 0;
      left: 0;
      width: 85px;
      height: 80px;
      background: url(img/okinawa/before_okinawa02_2.png) no-repeat;
      background-size: cover; }
    .okinawa02 .okinawa-block02 .entry-header:after {
      top: -45px;
      right: 6.4%;
      width: 100px;
      height: 100px;
      background: url(img/okinawa/after_okinawa02_2.png) no-repeat;
      background-size: cover; }
    .okinawa02 .okinawa-block03 .entry-header:before {
      top: -65px;
      left: 0;
      width: 120px;
      height: 90px;
      background: url(img/okinawa/before_okinawa02_3.png) no-repeat;
      background-size: cover; }
    .okinawa02 .okinawa-block03 .entry-header:after {
      bottom: -10px;
      right: 5%;
      width: 70px;
      height: 70px;
      background: url(img/okinawa/after_okinawa02_3.png) no-repeat;
      background-size: cover; }
    .okinawa02 .okinawa-block04 .entry-header:before,
    .okinawa02 .okinawa-block05 .entry-header:before {
      content: none; }
    .okinawa02 .okinawa-block04 .entry-header:after,
    .okinawa02 .okinawa-block05 .entry-header:after {
      bottom: 10px;
      right: 4%;
      width: 115px;
      height: 110px;
      background: url(img/okinawa/after_okinawa02_4.png) no-repeat;
      background-size: cover; }
  .okinawa03::before {
    top: -65px;
    left: 6%;
    width: 275px;
    height: 220px; }
  .okinawa03 .entry-content .item .inner .__content h3 {
    font-size: 20px; }
    .okinawa03 .entry-content .item .inner .__content h3 .__small {
      font-size: 16px; }
  .page-contact ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 40px; }
    .page-contact ul.tabs li {
      padding: 0 25px; }
      .page-contact ul.tabs li a {
        font-size: 18px;
        padding: 0 10px 5px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .professional-services .__lists {
    margin: 0 -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .professional-services .__lists .__item {
      width: 33.33%;
      padding: 0 15px;
      margin-bottom: 35px; }
      .professional-services .__lists .__item .__content {
        padding: 13px 15px 15px; }
        .professional-services .__lists .__item .__content .__h3 {
          font-size: 26px;
          margin: 0 0 10px;
          padding: 0 0 8px;
          line-height: 1.3; }
        .professional-services .__lists .__item .__content .__description {
          font-size: 11px;
          line-height: 1.7; }
    .professional-services .__lists .__c_purple .__content .__h3 {
      letter-spacing: -1px;
      font-size: 24px; }
  .customer-experience {
    padding: 60px 0; }
    .customer-experience:after {
      top: -165px;
      width: 340px;
      height: 245px; }
    .customer-experience .__entry-content {
      margin: 0 -15px 15px; }
      .customer-experience .__entry-content .__item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 35px; }
        .customer-experience .__entry-content .__item .__content {
          padding: 20px 15px 15px; }
          .customer-experience .__entry-content .__item .__content .__bg-white {
            font-size: 12px;
            margin: 0 0 10px; }
            .customer-experience .__entry-content .__item .__content .__bg-white .__txt {
              height: 25px;
              line-height: 24px;
              border-radius: 21px;
              padding: 0 20px; }
          .customer-experience .__entry-content .__item .__content .__h3 {
            font-size: 25px;
            margin: 0 0 8px; }
          .customer-experience .__entry-content .__item .__content .__description p {
            font-size: 12px;
            margin: 0 0 20px;
            line-height: 1.6; } }

@media screen and (min-width: 1200px) {
  .professional-services .__lists {
    margin: 0 -10px; }
    .professional-services .__lists .__item {
      padding: 0 10px;
      margin-bottom: 25px; }
      .professional-services .__lists .__item .__content {
        padding: 13px 10px 15px; }
        .professional-services .__lists .__item .__content .__h3 {
          font-size: 24px;
          margin: 0 0 8px;
          padding: 0 0 6px;
          line-height: 1.3; }
        .professional-services .__lists .__item .__content .__description {
          font-size: 11px;
          line-height: 1.7;
          letter-spacing: -.2px; }
    .professional-services .__lists .__c_purple .__content .__h3 {
      letter-spacing: -1px;
      font-size: 23px; }
  .customer-chosen {
    padding: 70px 0; }
    .customer-chosen .__entry-content .__content {
      padding: 15px 0 0 30px; }
      .customer-chosen .__entry-content .__content .__h3 {
        font-size: 30px;
        margin: 0 0 6px; }
      .customer-chosen .__entry-content .__content .__en {
        font-size: 14px;
        margin: 0 0 30px; }
      .customer-chosen .__entry-content .__content .__description {
        margin-bottom: 40px; }
        .customer-chosen .__entry-content .__content .__description p {
          font-size: 15px;
          margin: 0 0 25px;
          line-height: 1.6; }
  .jst-staff {
    padding: 80px 0 70px; }
    .jst-staff .__entry-content .__item .__content .__small {
      font-size: 12px; }
    .jst-staff .__entry-content .__item .__content .__big {
      font-size: 16px;
      margin-bottom: 8px; }
    .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
      font-size: 20px; }
    .jst-staff .__entry-content .__item .__content .__name .__en {
      font-size: 11px; }
    .jst-staff .__entry-content .__item .__absolute {
      right: -6px;
      font-size: 45px; }
  .customer-experience {
    padding: 60px 0 70px; }
    .customer-experience:after {
      top: -180px;
      width: 375px;
      height: 270px; }
    .customer-experience .__entry-content {
      margin: 0 -15px 25px; }
      .customer-experience .__entry-content .__item {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 35px; }
        .customer-experience .__entry-content .__item .__content {
          padding: 20px 15px 15px; }
          .customer-experience .__entry-content .__item .__content .__bg-white {
            font-size: 11px; }
            .customer-experience .__entry-content .__item .__content .__bg-white .__txt {
              height: 25px;
              line-height: 24px;
              border-radius: 21px;
              padding: 0 15px; }
          .customer-experience .__entry-content .__item .__content .__h3 {
            font-size: 20px;
            margin: 0 0 8px; }
          .customer-experience .__entry-content .__item .__content .__description {
            max-height: 120px;
            overflow: hidden; }
            .customer-experience .__entry-content .__item .__content .__description p {
              font-size: 12px;
              margin: 0 0 20px;
              line-height: 1.6; }
  .perfect-trip {
    padding: 80px 0; }
    .perfect-trip .__list-anchor {
      margin: 30px 0 60px; }
      .perfect-trip .__list-anchor li {
        padding: 0 35px; }
        .perfect-trip .__list-anchor li a, .perfect-trip .__list-anchor li button {
          font-size: 16px;
          padding: 0 5px 5px; }
    .perfect-trip .__entry-content .__h3 {
      font-size: 18px;
      margin: 0 0 40px; }
    .perfect-trip .__search-purpose {
      margin-bottom: 70px; }
      .perfect-trip .__search-purpose .__lists .__item .__innerItem {
        padding: 15px 10px; }
      .perfect-trip .__search-purpose .__lists .__item .__h4 {
        font-size: 16px;
        padding: 15px 0 5px; }
    .perfect-trip .__search-special .__lists .__subtitle {
      top: 45px;
      left: 25px; }
      .perfect-trip .__search-special .__lists .__subtitle .__small {
        font-size: 16px; }
      .perfect-trip .__search-special .__lists .__subtitle .__title {
        font-size: 30px; }
    .perfect-trip .__search-special .__lists .__content {
      padding: 13px 20px 15px; }
      .perfect-trip .__search-special .__lists .__content .__h4 {
        font-size: 28px; }
      .perfect-trip .__search-special .__lists .__content .__small {
        font-size: 15px; }
  .jst-news {
    padding: 80px 0; }
    .jst-news .__entry-header {
      margin-bottom: 35px; }
    .jst-news .__entry-content .__tabs_nav {
      margin: 0 0 60px; }
      .jst-news .__entry-content .__tabs_nav li {
        padding: 0 35px; }
        .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
          font-size: 16px; }
    .jst-news .__tabs_content {
      margin-bottom: 60px; }
      .jst-news .__tabs_content .__lists {
        margin: 0 -20px; }
        .jst-news .__tabs_content .__lists .__item {
          padding: 0 20px; }
          .jst-news .__tabs_content .__lists .__item .__image {
            margin-bottom: 15px; }
          .jst-news .__tabs_content .__lists .__item .__content {
            margin-bottom: 10px; }
          .jst-news .__tabs_content .__lists .__item .__h3 {
            font-size: 16px;
            margin: 0 0 10px; }
          .jst-news .__tabs_content .__lists .__item .__description {
            font-size: 13px;
            line-height: 1.6; }
  .make-reservation {
    padding: 80px 0; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 -25px 35px; }
      .make-reservation .__entry-content .__lists_btn li {
        padding: 0 25px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 20px;
          height: 85px;
          line-height: 78px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            top: 15px;
            padding-right: 15px; }
            .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
              font-size: 48px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow img {
            padding-right: 10px; }
    .make-reservation .__entry-content .__txt p {
      font-size: 15px; }
  .jst-sns {
    padding: 70px 0; }
    .jst-sns .__entry-content {
      margin: 0 -20px; }
      .jst-sns .__entry-content .__item {
        padding: 0 20px; }
        .jst-sns .__entry-content .__item .__logo {
          margin-bottom: 25px; }
        .jst-sns .__entry-content .__item .__tags li {
          margin-bottom: 20px; }
          .jst-sns .__entry-content .__item .__tags li a {
            font-size: 13px;
            height: 42px;
            line-height: 38px; }
  .travel-parts {
    padding: 70px 0 90px; }
    .travel-parts .__entry-content .__lists li.__first, .travel-parts .__entry-content .__lists li.__two {
      margin-bottom: 40px; }
  /* ------------------------
    *************
        Story
    *************
    -------------------------*/
  .mv-general h1 {
    font-size: 35px; }
  .general-single .primary {
    width: 75%;
    padding-right: 5%; }
    .general-single .primary .style1 .__content {
      margin-bottom: 80px; }
    .general-single .primary .__head .__socials {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .general-single .primary .__content {
      margin-bottom: 80px; }
      .general-single .primary .__content .wp-block-image {
        margin: 0 0 40px; }
      .general-single .primary .__content h2 {
        font-size: 26px;
        margin: 0 0 30px;
        line-height: 1.5; }
      .general-single .primary .__content h3 {
        font-size: 24px;
        margin: 0 0 30px;
        line-height: 1.5; }
      .general-single .primary .__content h4 {
        font-size: 22px;
        margin: 0 0 25px;
        line-height: 1.5; }
      .general-single .primary .__content p {
        font-size: 16px;
        margin: 0 0 40px; }
      .general-single .primary .__content .wp-block-columns {
        margin-bottom: 60px; }
      .general-single .primary .__content .mb110 {
        margin-bottom: 80px; }
      .general-single .primary .__content .mb100 {
        margin-bottom: 70px; }
      .general-single .primary .__content .mb90 {
        margin-bottom: 60px; }
      .general-single .primary .__content .mb80 {
        margin-bottom: 60px; }
      .general-single .primary .__content .mb70 {
        margin-bottom: 60px; }
      .general-single .primary .__content .mb60 {
        margin-bottom: 60px; }
    .general-single .primary .event-report {
      padding: 80px 50px 50px; }
      .general-single .primary .event-report:before {
        width: 220px;
        height: 60px; }
      .general-single .primary .event-report .__title {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 45px; }
      .general-single .primary .event-report .__name {
        margin: 80px 0 0; }
  .general-single .sidebar {
    width: 25%; }
  .story-detail .__head .__tag-social .__tags {
    width: 50%;
    margin-bottom: -3px; }
  .story-detail .__head .__tag-social .__socials {
    width: 50%; }
  .news-detail .__head .__tag-social .__tags {
    width: 50%;
    margin-bottom: 0; }
  .news-detail .__head .__tag-social .__socials {
    width: 50%; }
  .news-detail .__author .__bg-author {
    padding: 30px 35px; }
    .news-detail .__author .__bg-author .__icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
      flex: 0 0 150px;
      width: 150px;
      padding-right: 20px; }
    .news-detail .__author .__bg-author .__info .__small {
      font-size: 15px; }
    .news-detail .__author .__bg-author .__info .__name {
      font-size: 22px;
      margin-bottom: 8px; }
      .news-detail .__author .__bg-author .__info .__name .__smll {
        font-size: 14px; }
    .news-detail .__author .__bg-author .__info .__description {
      font-size: 15px; }
  .three-banner {
    margin-bottom: 80px; }
    .three-banner .__lists {
      margin: 0 -20px; }
      .three-banner .__lists .__item {
        padding: 0 20px; }
        .three-banner .__lists .__item .__content h3 {
          padding: 3px 10px 12px;
          font-size: 26px; }
          .three-banner .__lists .__item .__content h3 .__line {
            height: 18px; }
  .search-formGeneral .search-form {
    padding-bottom: 50px;
    margin-bottom: 40px; }
  .search-formGeneral .form-group .__label {
    font-size: 16px;
    margin: 0 0 20px; }
  .search-formGeneral .form-radio label {
    font-size: 15px; }
  .search-formGeneral .form-radio input {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .search-formGeneral .form-field .__label {
    margin-bottom: 15px; }
  .search-formGeneral .form-datepicker .__label,
  .search-formGeneral .form-text .__label {
    margin-bottom: 15px; }
  .search-formGeneral .form-submit input, .search-formGeneral .form-submit .form-reset {
    font-size: 18px;
    min-width: 150px;
    height: 40px; }
  .search-formGeneral .form-submit .form-reset {
    margin-left: 20px; }
  .story-list .__lists .__item {
    width: 25%; }
    .story-list .__lists .__item:nth-child(3n) {
      border-right: 1px solid #9C9C9C; }
    .story-list .__lists .__item:nth-child(4n) {
      border-right: 0; }
  .consultation .__title {
    font-size: 36px;
    padding: 0 0 15px;
    margin: 0 0 40px; }
  .consultation .consultation-content {
    margin-bottom: 60px; }
    .consultation .consultation-content .tb-tr .tb-td p {
      font-size: 13px; }
    .consultation .consultation-content .tb-tr .tb-th {
      padding: 30px 15px;
      font-size: 30px; }
    .consultation .consultation-content .tb-tr .tb-tb-td {
      min-height: 200px;
      padding: 15px; }
      .consultation .consultation-content .tb-tr .tb-tb-td .stt {
        width: 55px;
        height: 55px;
        line-height: 50px;
        font-size: 30px; }
      .consultation .consultation-content .tb-tr .tb-tb-td .event {
        margin-top: 45px; }
    .consultation .consultation-content .tb-tr .td-no-event .event {
      margin-top: 25px; }
  .consultation-form {
    padding: 60px 0 90px; }
    .consultation-form .__head {
      margin-bottom: 60px; }
      .consultation-form .__head h2 {
        font-size: 32px;
        margin: 0 0 8px; }
      .consultation-form .__head p {
        font-size: 16px;
        margin: 0 0 10px; }
      .consultation-form .__head .__required {
        font-size: 14px; }
    .consultation-form .form-group {
      margin-bottom: 50px; }
      .consultation-form .form-group .form-label {
        width: 245px;
        padding-right: 15px;
        margin-right: 50px;
        font-size: 20px; }
      .consultation-form .form-group .form-detail {
        font-size: 16px;
        width: calc(100% - 300px); }
      .consultation-form .form-group.form-select .form-label, .consultation-form .form-group.form-txt .form-label, .consultation-form .form-group.form-postal .form-label {
        margin-top: 8px; }
      .consultation-form .form-group.form-group01 .__select:first-child {
        margin-right: 35px; }
      .consultation-form .form-group.form-group01 .form-detail select {
        min-width: 245px; }
      .consultation-form .form-group.form-checkbox .form-label {
        margin-top: -5px; }
      .consultation-form .form-group.form-checkbox .form-detail .__checkbox.mb40 {
        margin-bottom: 30px; }
      .consultation-form .form-group.form-checkbox .form-detail .form-required {
        font-size: 15px; }
      .consultation-form .form-group.form-group04 .form-detail .__select {
        width: auto;
        margin-bottom: 0; }
        .consultation-form .form-group.form-group04 .form-detail .__select select {
          min-width: 210px; }
      .consultation-form .form-group.form-textarea {
        margin-bottom: 55px; }
        .consultation-form .form-group.form-textarea .form-detail textarea {
          height: 380px; }
      .consultation-form .form-group.form-group15 {
        margin-bottom: 60px; }
        .consultation-form .form-group.form-group15 .form-detail .__checkbox {
          padding-left: 45px; }
          .consultation-form .form-group.form-group15 .form-detail .__checkbox label {
            font-size: 17px; }
            .consultation-form .form-group.form-group15 .form-detail .__checkbox label .wpcf7-list-item-label:before {
              top: 3px; }
            .consultation-form .form-group.form-group15 .form-detail .__checkbox label .wpcf7-list-item-label:after {
              top: 5px; }
    .consultation-form .form-submit .btn-submit {
      max-width: 500px; }
    .consultation-form .form-submit .wpcf7-submit {
      font-size: 20px;
      height: 85px;
      line-height: 78px; }
      .consultation-form .form-submit .wpcf7-submit span {
        padding-right: 12px; }
        .consultation-form .form-submit .wpcf7-submit span:before {
          font-size: 42px; }
    .consultation-form .iframe-zoom .__txt {
      font-size: 32px; }
  .page-thanks .thanks {
    padding: 100px 0 40px; }
    .page-thanks .thanks p {
      margin: 0 0 20px;
      font-size: 16px; }
    .page-thanks .thanks h3 {
      font-size: 30px;
      margin: 0 0 30px; }
    .page-thanks .thanks .wp-block-buttons {
      margin: 80px 0 0; }
  .mv-feature .mv-text {
    padding: 8px 50px 12px 0; }
    .mv-feature .mv-text .__en {
      font-size: 40px;
      padding-right: 40px; }
  .feature-related {
    margin-bottom: 70px; }
    .feature-related .__lists .__subtitle {
      top: 45px;
      left: 25px; }
      .feature-related .__lists .__subtitle .__small {
        font-size: 16px; }
      .feature-related .__lists .__subtitle .__title {
        font-size: 30px; }
    .feature-related .__lists .__content {
      padding: 13px 20px 15px; }
      .feature-related .__lists .__content .__h4 {
        font-size: 28px; }
      .feature-related .__lists .__content .__small {
        font-size: 15px; }
  .feature-detail {
    padding: 50px 0 100px; }
    .feature-detail h1 {
      font-size: 35px;
      margin: 0 0 20px; }
    .feature-detail h2 {
      font-size: 28px;
      padding: 8px 20px 13px;
      margin: 0 0 30px; }
    .feature-detail h3 {
      font-size: 28px;
      margin: 0 0 20px;
      padding-bottom: 12px; }
    .feature-detail h4 {
      font-size: 22px;
      margin: 0 0 20px;
      padding-bottom: 10px; }
    .feature-detail h5 {
      font-size: 30px;
      margin: 0 0 10px; }
    .feature-detail p {
      font-size: 16px; }
    .feature-detail .wp-block-spacer.h110 {
      height: 80px !important; }
    .feature-detail .wp-block-spacer.h100 {
      height: 70px !important; }
    .feature-detail .wp-block-spacer.h90 {
      height: 60px !important; }
    .feature-detail .wp-block-spacer.h80 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h70 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h60 {
      height: 50px !important; }
    .feature-detail .__table-title {
      margin: 0 0 50px; }
    .feature-detail .wp-block-quote {
      padding: 15px 0 20px 20px;
      margin: 0 0 60px;
      font-size: 20px; }
      .feature-detail .wp-block-quote p {
        line-height: 1.8;
        font-size: 20px; }
    .feature-detail .wp-block-columns {
      margin: 0 -20px; }
      .feature-detail .wp-block-columns .wp-block-column {
        padding: 0 20px; }
        .feature-detail .wp-block-columns .wp-block-column h5 {
          margin: 0 0 30px; }
        .feature-detail .wp-block-columns .wp-block-column .wp-block-image {
          margin: 0 0 35px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 80px 0 60px; }
    .feature-detail .table-image {
      margin: 0 -20px; }
      .feature-detail .table-image .__table, .feature-detail .table-image .__image {
        padding: 0 20px; }
      .feature-detail .table-image .__table dl dt {
        padding: 14px 30px 18px;
        width: 300px;
        font-size: 20px;
        min-height: 61px; }
      .feature-detail .table-image .__table dl dd {
        padding: 12px 30px 13px;
        font-size: 18px;
        width: calc(100% - 300px);
        line-height: 1.6; }
  .single-feature .make-reservation .__btn_yellow {
    max-width: 420px; }
  .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
    padding-right: 40px; }
  .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
    padding-left: 40px; }
  .feature-list .__lists {
    margin: 0 -25px; }
    .feature-list .__lists .__item {
      padding: 0 25px;
      margin-bottom: 50px; }
    .feature-list .__lists .__subtitle {
      top: 45px;
      left: 25px; }
      .feature-list .__lists .__subtitle .__small {
        font-size: 16px; }
      .feature-list .__lists .__subtitle .__title {
        font-size: 32px; }
    .feature-list .__lists .__content .__h4 {
      font-size: 40px; }
    .feature-list .__lists .__content .__small {
      font-size: 16px; }
  .about .entry-header {
    margin-bottom: 60px; }
    .about .entry-header .__title {
      font-size: 36px; }
      .about .entry-header .__title .__big {
        font-size: 60px; }
  .about .__item {
    margin-bottom: 80px; }
    .about .__item > .container .__image-content {
      width: calc(100% - 210px); }
    .about .__item .__title-number {
      width: 210px; }
    .about .__item h3 {
      font-size: 26px;
      margin: 0 0 15px; }
    .about .__item p {
      font-size: 16px; }
    .about .__item .__btn {
      margin-top: 60px; }
    .about .__item .__title-number .__number {
      font-size: 110px;
      margin: -20px 0 20px;
      padding-bottom: 30px; }
      .about .__item .__title-number .__number:after {
        left: -8px;
        width: 175px;
        height: 5px; }
    .about .__item .__title-number .__txt .__gray {
      font-size: 32px;
      width: 32px;
      -ms-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); }
    .about .__item .__title-number .__txt .__red {
      font-size: 45px;
      width: 55px;
      margin-right: 15px; }
      .about .__item .__title-number .__txt .__red .__small {
        font-size: 35px; }
      .about .__item .__title-number .__txt .__red.translateY {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px); }
    .about .__item .__image-content .__image {
      margin-bottom: 25px; }
    .about .__item .__image-content .__block .__txt {
      width: calc(100% - 280px); }
    .about .__item .__image-content .__block .__logo {
      width: 280px; }
      .about .__item .__image-content .__block .__logo img {
        height: 130px;
        width: auto; }
    .about .__item.__style1 .__title-number {
      padding-right: 35px; }
    .about .__item.__style3 .container .__title-number {
      padding-left: 35px; }
    .about .__item.__style2 .__image-number {
      margin-bottom: 30px; }
      .about .__item.__style2 .__image-number .__image {
        width: calc(50% - 105px); }
        .about .__item.__style2 .__image-number .__image img {
          height: 450px;
          -o-object-fit: cover;
          object-fit: cover; }
      .about .__item.__style2 .__image-number .__title-number {
        padding: 0 20px; }
    .about .__item.__item01 .__title-number .__number:after {
      bottom: 18px; }
    .about .__item.__item02 .__title-number .__number:after {
      left: -10px;
      bottom: 7px; }
    .about .__item.__item03 .__title-number .__number {
      margin-bottom: 30px; }
      .about .__item.__item03 .__title-number .__number:after {
        bottom: 19px; }
    .about .__item.__item04 .__title-number .__number {
      padding-bottom: 35px;
      margin-bottom: 30px; }
      .about .__item.__item04 .__title-number .__number:after {
        bottom: 17px;
        left: 0; }
    .about .__item.__item05 .__title-number .__number:after {
      bottom: 19px; }
    .about .__item.__item06 .__image-number .__title-number .__number {
      margin-bottom: 60px; }
      .about .__item.__item06 .__image-number .__title-number .__number:after {
        bottom: 15px;
        left: -10px; }
    .about .__item.__item06 .__image-number .__title-number .__txt {
      -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      transform: translateY(-25px); }
    .about .__item.__item07 {
      padding-bottom: 70px; }
      .about .__item.__item07 .__title-number .__number {
        margin-bottom: 20px; }
        .about .__item.__item07 .__title-number .__number:after {
          bottom: 23px; }
    .about .__item.__item08 {
      margin-bottom: 10px; }
      .about .__item.__item08 .__title-number .__number {
        margin-bottom: 25px; }
        .about .__item.__item08 .__title-number .__number:after {
          bottom: 16px;
          left: -8px; }
  .about .__item01 {
    padding-bottom: 90px; }
  .about .bg-item3_4 {
    margin-bottom: 90px; }
  .page-company .entry-header .__title {
    font-size: 36px; }
  .page-company .entry-content .__item .__right .__line-blue a {
    font-size: 14px; }
  .company-profile {
    padding-bottom: 90px; }
    .company-profile .entry-header {
      margin-bottom: 40px; }
  .company-map .iframe-map iframe {
    height: 500px; }
  .company-video .__video {
    margin-bottom: 50px; }
  .qa-list .lists .item {
    margin-bottom: 40px; }
  .qa-list .lists .__innerItem {
    padding: 8px 50px 14px 90px;
    border-width: 4px;
    border-radius: 50px; }
    .qa-list .lists .__innerItem:before {
      top: 2px;
      left: 40px;
      font-size: 55px; }
    .qa-list .lists .__innerItem:after {
      font-size: 25px;
      top: 22px;
      right: 20px; }
    .qa-list .lists .__innerItem .__small {
      font-size: 20px; }
    .qa-list .lists .__innerItem .__big {
      font-size: 30px; }
  .faq {
    padding-top: 40px;
    padding-bottom: 70px; }
    .faq .list-tabs {
      margin: 0 0 60px; }
      .faq .list-tabs a {
        font-size: 16px; }
    .faq .tab-content .__inner, .faq .lists .__inner {
      margin-bottom: 60px; }
      .faq .tab-content .__inner #q, .faq .lists .__inner #q {
        font-size: 26px;
        padding-bottom: 12px;
        margin: 0 0 22px;
        padding-left: 75px; }
        .faq .tab-content .__inner #q:before, .faq .lists .__inner #q:before {
          top: 0;
          left: 25px; }
        .faq .tab-content .__inner #q:after, .faq .lists .__inner #q:after {
          top: 4px; }
      .faq .tab-content .__inner #a, .faq .lists .__inner #a {
        font-size: 22px;
        margin: 0 0 14px;
        padding-left: 65px; }
        .faq .tab-content .__inner #a:before, .faq .lists .__inner #a:before {
          top: 0;
          left: 25px; }
      .faq .tab-content .__inner p, .faq .lists .__inner p {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0 25px; }
  .archive-qa .qa-list {
    padding-top: 50px; }
  .page-general .entry-header .__title {
    font-size: 35px; }
    .page-general .entry-header .__title .__number {
      font-size: 50px; }
  .page-general .entry-header .__small {
    font-size: 18px; }
    .page-general .entry-header .__small .__number {
      font-size: 24px; }
  .made-order01 {
    padding-bottom: 60px; }
    .made-order01 .entry-header {
      margin-bottom: 50px; }
    .made-order01 .entry-content .content-left {
      padding-right: 35px; }
      .made-order01 .entry-content .content-left .__subtitle {
        font-size: 16px; }
      .made-order01 .entry-content .content-left h3 {
        font-size: 26px;
        margin: 0 0 10px; }
      .made-order01 .entry-content .content-left p {
        font-size: 14px; }
  .made-order02 {
    padding: 70px 0 40px; }
    .made-order02:before {
      top: 90px;
      width: 270px;
      height: 300px; }
    .made-order02 .entry-content .__lists .__item h3 {
      font-size: 26px; }
  .made-order03 {
    padding: 60px 0 0; }
    .made-order03 .entry-header {
      margin-bottom: 50px; }
    .made-order03 .__lists {
      margin: 0 -30px; }
      .made-order03 .__lists .__item {
        padding: 20px 30px 15px; }
        .made-order03 .__lists .__item .__icon {
          margin-bottom: 20px; }
          .made-order03 .__lists .__item .__icon span:before {
            font-size: 80px; }
        .made-order03 .__lists .__item .__step .__txt {
          font-size: 20px; }
        .made-order03 .__lists .__item .__title {
          font-size: 18px; }
        .made-order03 .__lists .__item .__lead {
          font-size: 14px; }
  .made-order05 .entry-header {
    margin-bottom: 60px; }
  .made-order05 .entry-content .__video {
    margin-bottom: 45px; }
  .made-order05 .entry-content .__btn {
    margin-bottom: 80px; }
  .made-order05 .entry-content .__item {
    padding: 50px 0; }
    .made-order05 .entry-content .__item:nth-child(2n+1) .content-left {
      padding-right: 35px; }
    .made-order05 .entry-content .__item:nth-child(2n) .__inner .content-left {
      padding-left: 35px; }
    .made-order05 .entry-content .__item .__inner {
      padding: 0 60px; }
    .made-order05 .entry-content .__item .icon-title {
      margin-bottom: 15px; }
      .made-order05 .entry-content .__item .icon-title .__icon {
        padding-right: 15px; }
        .made-order05 .entry-content .__item .icon-title .__icon img {
          width: 120px;
          height: auto; }
      .made-order05 .entry-content .__item .icon-title .__title {
        font-size: 24px; }
        .made-order05 .entry-content .__item .icon-title .__title .__txt {
          font-size: 26px; }
    .made-order05 .entry-content .__item .__detail p {
      font-size: 15px; }
  .button-image .content-left img {
    top: -35px; }
  .button-image .content-right {
    padding: 30px 0 40px 35px; }
    .button-image .content-right .__txt {
      margin-bottom: 25px; }
      .button-image .content-right .__txt h3 {
        font-size: 32px;
        margin: 0; }
      .button-image .content-right .__txt p {
        font-size: 18px; }
    .button-image .content-right .__lists_btn {
      margin: 0 -10px; }
      .button-image .content-right .__lists_btn li {
        padding: 0 10px; }
        .button-image .content-right .__lists_btn li .__btn_yellow {
          border-width: 3px;
          font-size: 17px;
          height: 75px;
          line-height: 68px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
            padding-right: 15px; }
            .button-image .content-right .__lists_btn li .__btn_yellow .__icon::before {
              font-size: 35px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-consultation {
            top: 16px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-zoom,
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-mail {
            top: 17px; }
  .made-order07 {
    padding: 60px 0; }
    .made-order07 .entry-header {
      margin-bottom: 35px; }
    .made-order07 .__lists {
      margin: 0 -20px 50px; }
      .made-order07 .__lists .__item {
        padding: 0 20px; }
  .general-qa {
    padding-bottom: 70px; }
    .general-qa .entry-header {
      padding: 70px 0 50px; }
      .general-qa .entry-header h2 {
        font-size: 26px; }
  .page-package .made-order02 .entry-content .__lists .__item h3 {
    font-size: 20px; }
  .ticket01 {
    background-position: top 100px center;
    background-size: cover;
    padding-bottom: 80px; }
    .ticket01 .entry-header {
      margin-bottom: 40px; }
    .ticket01 .entry-content .__item {
      margin: 0 -20px 60px; }
      .ticket01 .entry-content .__item .__content, .ticket01 .entry-content .__item .__image {
        padding: 0 20px; }
      .ticket01 .entry-content .__item .__icon-title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .ticket01 .entry-content .__item .__icon-title .__icon {
          width: 85px; }
        .ticket01 .entry-content .__item .__icon-title .__title {
          margin-bottom: 15px; }
          .ticket01 .entry-content .__item .__icon-title .__title h3 {
            font-size: 26px; }
            .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
              height: 6px; }
          .ticket01 .entry-content .__item .__icon-title .__title h4 {
            font-size: 16px; }
  .ticket02 {
    padding: 70px 0 60px; }
    .ticket02 .entry-header {
      margin-bottom: 50px; }
      .ticket02 .entry-header:before {
        left: -45px;
        bottom: -50px;
        width: 220px;
        height: 160px; }
    .ticket02 .entry-content .table-ticket .__row:first-child .tb-td {
      font-size: 24px; }
      .ticket02 .entry-content .table-ticket .__row:first-child .tb-td.tb-number {
        font-size: 24px; }
    .ticket02 .entry-content .table-ticket .__row .tb-td {
      font-size: 18px;
      padding: 14px 20px 16px; }
      .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number {
        font-size: 45px; }
        .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number .__txt {
          top: 13px;
          font-size: 20px; }
    .ticket02 .entry-content .__head {
      margin-bottom: 55px; }
      .ticket02 .entry-content .__head h3 {
        font-size: 24px; }
    .ticket02 .entry-content .block-ticket01 {
      margin-bottom: 70px; }
    .ticket02 .entry-content .block-ticket02 {
      padding-bottom: 60px; }
      .ticket02 .entry-content .block-ticket02:after {
        bottom: -80px;
        width: 300px;
        height: 350px; }
      .ticket02 .entry-content .block-ticket02 .__content {
        margin: 0 -15px; }
        .ticket02 .entry-content .block-ticket02 .__content:after {
          right: 55px;
          width: 350px;
          height: 287px; }
        .ticket02 .entry-content .block-ticket02 .__content .__item {
          padding: 0 15px;
          width: 25%;
          margin-bottom: 35px; }
          .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
            font-size: 24px;
            padding: 12px 15px 15px; }
    .ticket02 .entry-content .block-ticket03 .__content {
      margin: 0 -20px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item {
        padding: 0 20px;
        margin-bottom: 40px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail {
          padding: 12px 15px 5px; }
          .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
            font-size: 22px; }
          .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
            font-size: 15px; }
  .volunteer01 .block-volunteer02 .entry-header h2 {
    font-size: 28px; }
  .volunteer01 .block-volunteer02 .entry-content {
    margin: 0 -15px; }
    .volunteer01 .block-volunteer02 .entry-content .item {
      padding: 0 15px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt1 {
        font-size: 20px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 {
        font-size: 22px; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 .__txt {
          padding: 0 5px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__img img {
        max-width: 25px; }
  .volunteer03 {
    padding: 70px 0 80px; }
    .volunteer03 .entry-header {
      margin-bottom: 35px; }
    .volunteer03 .lists {
      margin: 0 -10px 60px; }
      .volunteer03 .lists .item {
        padding: 0 10px; }
        .volunteer03 .lists .item .__icon-title {
          min-height: 74px;
          margin-bottom: 15px; }
          .volunteer03 .lists .item .__icon-title .__icon {
            width: 65px;
            padding-right: 15px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 65px;
            flex: 0 0 65px; }
          .volunteer03 .lists .item .__icon-title .__title .__small {
            font-size: 13px; }
          .volunteer03 .lists .item .__icon-title .__title .__big {
            font-size: 20px; }
  .volunteer04 {
    padding: 60px 0 80px; }
    .volunteer04 .entry-header {
      margin-bottom: 60px; }
    .volunteer04 .lists {
      margin: 0 -60px; }
      .volunteer04 .lists .item {
        padding: 0 60px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:before {
          right: -77px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:after {
          left: 0;
          right: -60px; }
        .volunteer04 .lists .item:nth-child(2n) {
          margin-top: 110px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:before {
            left: -77px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:after {
            left: -60px;
            right: 0; }
        .volunteer04 .lists .item:nth-child(2) {
          margin-top: 150px; }
        .volunteer04 .lists .item:last-child .__content:before, .volunteer04 .lists .item:last-child .__content:after {
          top: -13px; }
        .volunteer04 .lists .item:last-child .__content:before {
          left: -65px; }
        .volunteer04 .lists .item:last-child .__content:after {
          right: -65px; }
        .volunteer04 .lists .item .__title {
          font-size: 24px;
          margin: 0 0 25px;
          padding-bottom: 15px; }
        .volunteer04 .lists .item .__image {
          margin-bottom: 25px; }
        .volunteer04 .lists .item .__text p {
          font-size: 15px; }
  .okinawa01 {
    padding-bottom: 120px; }
    .okinawa01:after {
      width: 410px;
      height: 300px; }
    .okinawa01 .entry-content .__content .__subtitle {
      font-size: 16px; }
    .okinawa01 .entry-content .__content h3 {
      font-size: 26px;
      margin: 0 0 10px; }
    .okinawa01 .entry-content .__content p {
      font-size: 14px; }
    .okinawa01 .entry-content .__image {
      margin: -80px 0 60px;
      padding: 0 50px; }
    .okinawa01 .__buttons li {
      padding: 0 15px; }
      .okinawa01 .__buttons li a {
        min-width: 180px;
        height: 50px;
        padding: 0 15px 2px;
        font-size: 18px; }
  .okinawa02 {
    padding: 100px 0; }
    .okinawa02::before {
      width: 100%;
      height: 120px; }
    .okinawa02 .entry-header {
      padding-bottom: 15px;
      margin-bottom: 50px; }
      .okinawa02 .entry-header .__stt {
        left: 19%;
        font-size: 170px; }
    .okinawa02 .okinawa-block {
      padding-top: 110px; }
      .okinawa02 .okinawa-block .entry-content {
        margin: 0 -20px 50px; }
        .okinawa02 .okinawa-block .entry-content .item {
          width: 33.33%;
          padding: 0 20px; }
          .okinawa02 .okinawa-block .entry-content .item .__image {
            margin-bottom: 15px; }
            .okinawa02 .okinawa-block .entry-content .item .__image h3 {
              padding: 11px 10px 16px;
              font-size: 26px; }
              .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
                font-size: 18px; }
          .okinawa02 .okinawa-block .entry-content .item .__content h4 {
            font-size: 20px;
            margin: 0 0 10px; }
          .okinawa02 .okinawa-block .entry-content .item .__content p {
            font-size: 15px; }
    .okinawa02 .okinawa-block01:before {
      top: -135px;
      right: 11%;
      width: 400px;
      height: 185px; }
    .okinawa02 .okinawa-block01 .entry-header:before {
      top: 0;
      left: 0;
      width: 170px;
      height: 48px; }
    .okinawa02 .okinawa-block01 .entry-header:after {
      bottom: 0;
      right: 5%;
      width: 110px;
      height: 127px; }
    .okinawa02 .okinawa-block02 .entry-header:before {
      top: 0;
      left: 4%;
      width: 110px;
      height: 105px; }
    .okinawa02 .okinawa-block02 .entry-header:after {
      top: -45px;
      right: 8.4%;
      width: 110px;
      height: 110px; }
    .okinawa02 .okinawa-block03 .entry-header:before {
      top: -80px;
      left: 2%;
      width: 145px;
      height: 110px; }
    .okinawa02 .okinawa-block03 .entry-header:after {
      bottom: -10px;
      right: 10%;
      width: 85px;
      height: 85px; }
    .okinawa02 .okinawa-block04 .entry-header:after,
    .okinawa02 .okinawa-block05 .entry-header:after {
      bottom: 10px;
      right: 6%;
      width: 140px;
      height: 130px; }
  .okinawa03 {
    padding: 70px 0 110px; }
    .okinawa03::before {
      top: -65px;
      left: 6%;
      width: 275px;
      height: 220px; }
    .okinawa03 .entry-header {
      margin-bottom: 40px; }
    .okinawa03 .entry-content {
      margin: 0 -10px; }
      .okinawa03 .entry-content .item {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 0; }
        .okinawa03 .entry-content .item .inner {
          padding: 10px 10px 45px; }
          .okinawa03 .entry-content .item .inner .__content h3 {
            font-size: 18px; }
            .okinawa03 .entry-content .item .inner .__content h3 .__small {
              font-size: 15px; }
          .okinawa03 .entry-content .item .inner .__content p {
            font-size: 13px; }
          .okinawa03 .entry-content .item .inner .__content .__text-blue {
            font-size: 13px; }
          .okinawa03 .entry-content .item .inner .__content .__text-number {
            font-size: 13px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
              font-size: 18px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
                margin-left: 7px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.last {
                margin-left: 5px; } }

@media screen and (min-width: 1400px) {
  .professional-services {
    padding: 60px 0 60px;
  }
  .professional-services.professional-services2 {
    padding: 80px 0 0;
  }
    .professional-services .__lists .__item .__content {
      padding: 13px 15px 15px; }
      .professional-services .__lists .__item .__content .__h3 {
        font-size: 28px;
        margin: 0 0 12px;
        padding: 0 0 8px;
        line-height: 1.3; }
      .professional-services .__lists .__item .__content .__description {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: -.2px; }
    .professional-services .__lists .__c_purple .__content .__h3 {
      letter-spacing: -2px;
      font-size: 28px; }
  .customer-chosen .__entry-content .__image {
    position: absolute;
    top: 0;
    right: 50%;
    left: -20px;
    direction: rtl; }
  .customer-chosen .__entry-content .__content {
    padding: 20px 0 0 40px; }
    .customer-chosen .__entry-content .__content .__h3 {
      font-size: 34px;
      margin: 0 0 6px; }
    .customer-chosen .__entry-content .__content .__en {
      font-size: 16px; }
    .customer-chosen .__entry-content .__content .__description {
      margin-bottom: 60px; }
      .customer-chosen .__entry-content .__content .__description p {
        font-size: 16px; }
  .jst-staff {
    padding: 90px 0 80px; }
    .jst-staff .__entry-content {
      margin-bottom: 50px; }
      .jst-staff .__entry-content .__item .__absolute {
        right: -5px; }
      .jst-staff .__entry-content .__item .__content .__small {
        font-size: 12px; }
      .jst-staff .__entry-content .__item .__content .__big {
        font-size: 16px;
        margin-bottom: 10px; }
  .customer-experience {
    padding: 60px 0 80px; }
    .customer-experience .__entry-content {
      margin: 0 -15px 25px; }
      .customer-experience .__entry-content .__item {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 35px; }
        .customer-experience .__entry-content .__item .__content {
          padding: 20px 15px 15px; }
          .customer-experience .__entry-content .__item .__content .__bg-white {
            font-size: 13px; }
          .customer-experience .__entry-content .__item .__content .__h3 {
            font-size: 22px;
            margin: 0 0 8px; }
          .customer-experience .__entry-content .__item .__content .__description {
            max-height: none; }
  .perfect-trip {
    padding: 100px 0; }
    .perfect-trip .__entry-content .__h3 {
      font-size: 18px;
      margin: 0 0 40px; }
    .perfect-trip .__search-purpose {
      margin-bottom: 90px; }
      .perfect-trip .__search-purpose .__lists .__item .__h4 {
        font-size: 18px;
        padding: 20px 0 5px; }
  .jst-news {
    padding: 90px 0; }
    .jst-news .__entry-content .__tabs_nav {
      margin: 0 0 60px; }
      .jst-news .__entry-content .__tabs_nav li {
        padding: 0 40px; }
        .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
          font-size: 16px; }
    .jst-news .__tabs_content {
      margin-bottom: 60px; }
      .jst-news .__tabs_content .__lists {
        margin: 0 -30px; }
        .jst-news .__tabs_content .__lists .__item {
          padding: 0 30px; }
          .jst-news .__tabs_content .__lists .__item .__image {
            margin-bottom: 20px; }
          .jst-news .__tabs_content .__lists .__item .__content {
            margin-bottom: 15px; }
          .jst-news .__tabs_content .__lists .__item .__h3 {
            font-size: 16px;
            margin: 0 0 10px; }
          .jst-news .__tabs_content .__lists .__item .__description {
            font-size: 13px;
            line-height: 1.8; }
  .make-reservation {
    padding: 90px 0; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 -30px 40px; }
      .make-reservation .__entry-content .__lists_btn li {
        padding: 0 30px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 24px;
          height: 100px;
          line-height: 90px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            top: 18px;
            padding-right: 15px; }
            .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
              font-size: 58px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow img {
            padding-right: 10px; }
  .jst-sns {
    padding: 80px 0; }
    .jst-sns .__entry-content {
      margin: 0 -30px; }
      .jst-sns .__entry-content .__item {
        padding: 0 30px; }
        .jst-sns .__entry-content .__item .__logo {
          margin-bottom: 30px; }
        .jst-sns .__entry-content .__item .__tags li {
          margin-bottom: 20px; }
          .jst-sns .__entry-content .__item .__tags li a {
            font-size: 14px;
            height: 46px;
            line-height: 40px; }
  .travel-parts {
    padding: 80px 0 100px; }
    .travel-parts .__entry-content .__lists {
      margin: 0 -15px; }
      .travel-parts .__entry-content .__lists li {
        padding: 0 15px; }
        .travel-parts .__entry-content .__lists li.__first, .travel-parts .__entry-content .__lists li.__two {
          margin-bottom: 45px; }
  /* ------------------------
    *************
        Story
    *************
    -------------------------*/
  .mv-general h1 {
    font-size: 40px; }
  .general-single {
    margin-bottom: 80px; }
    .general-single .primary .style1 .__content {
      margin-bottom: 95px; }
    .general-single .primary .__head .__title {
      font-size: 32px;
      padding-bottom: 15px;
      border-width: 5px; }
    .general-single .primary .__head .__socials li a {
      height: 40px;
      line-height: 36px;
      min-width: 130px; }
    .general-single .primary .__head .__title-sns {
      margin-bottom: 30px;
      padding-bottom: 15px; }
      .general-single .primary .__head .__title-sns .__title, .general-single .primary .__head .__title-sns .__socials {
        width: 50%; }
      .general-single .primary .__head .__title-sns .__socials {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0 0 6px; }
    .general-single .primary .__date-category .__date {
      font-size: 18px; }
    .general-single .primary .__date-category .__category {
      font-size: 14px; }
    .general-single .primary .__content {
      margin-bottom: 100px; }
      .general-single .primary .__content .wp-block-image {
        margin: 0 0 40px; }
      .general-single .primary .__content h2 {
        font-size: 30px;
        margin: 0 0 30px;
        line-height: 1.6; }
      .general-single .primary .__content h3 {
        font-size: 28px;
        margin: 0 0 30px;
        line-height: 1.6; }
      .general-single .primary .__content h4 {
        font-size: 26px;
        margin: 0 0 25px;
        line-height: 1.6; }
      .general-single .primary .__content p {
        font-size: 16px;
        margin: 0 0 45px; }
    .general-single .primary .__foot .btn.--min350 a {
      min-width: 350px;
      font-size: 16px; }
    .general-single .primary .__foot .prev-post a, .general-single .primary .__foot .next-post a {
      font-size: 16px; }
      .general-single .primary .__foot .prev-post a:before, .general-single .primary .__foot .prev-post a:after, .general-single .primary .__foot .next-post a:before, .general-single .primary .__foot .next-post a:after {
        top: calc(50% - 10px); }
    .general-single .primary .event-report {
      padding: 80px 50px 50px; }
      .general-single .primary .event-report:before {
        width: 220px;
        height: 60px; }
      .general-single .primary .event-report .__title {
        font-size: 32px;
        padding-bottom: 25px;
        margin-bottom: 50px; }
      .general-single .primary .event-report .__name {
        margin: 80px 0 0; }
  .story-detail .__head .__userInfo .__info .__name {
    font-size: 26px; }
  .story-detail .__head .__tag-social .__tags {
    width: 55%; }
  .story-detail .__head .__tag-social .__socials {
    width: 45%; }
  .news-detail.style3 .__head .__title {
    padding-bottom: 15px;
    border-width: 5px; }
  .news-detail .__head .__userInfo .__info .__name {
    font-size: 26px; }
    .news-detail .__head .__userInfo .__info .__name .__smll {
      font-size: 16px; }
  .news-detail .__head .__tag-social .__tags {
    width: 55%; }
  .news-detail .__head .__tag-social .__socials {
    width: 45%; }
  .news-detail .__author .__bg-author {
    padding: 30px 40px; }
    .news-detail .__author .__bg-author .__icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
      flex: 0 0 160px;
      width: 160px;
      padding-right: 25px; }
    .news-detail .__author .__bg-author .__info .__small {
      font-size: 15px; }
    .news-detail .__author .__bg-author .__info .__name {
      font-size: 26px;
      margin-bottom: 8px; }
      .news-detail .__author .__bg-author .__info .__name .__smll {
        font-size: 15px; }
    .news-detail .__author .__bg-author .__info .__description {
      font-size: 16px; }
  .three-banner {
    margin-bottom: 90px; }
    .three-banner .__lists {
      margin: 0 -25px; }
      .three-banner .__lists .__item {
        padding: 0 25px; }
        .three-banner .__lists .__item .__content h3 {
          padding: 3px 10px 12px;
          font-size: 28px; }
  .archive-story .breadcrumb {
    margin-bottom: 35px; }
  .archive-story ul.page-numbers {
    margin-bottom: 80px; }
  .story-list .number-post {
    font-size: 16px; }
  .story-list .__lists .__item {
    margin-bottom: 50px; }
    .story-list .__lists .__item .__image {
      margin-bottom: 20px; }
    .story-list .__lists .__item .__content .__date_category {
      margin-bottom: 15px; }
    .story-list .__lists .__item .__content .__title {
      margin: 0 0 14px;
      font-size: 16px; }
    .story-list .__lists .__item .__content .__description {
      font-size: 14px; }
      .story-list .__lists .__item .__content .__description p {
        font-size: 14px; }
  .search-categoryNews .search-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .search-categoryNews .search-form .form-field {
      width: auto;
      margin-bottom: 0; }
    .search-categoryNews .search-form .form-text, .search-categoryNews .search-form .form-datepicker {
      margin-right: 0; }
    .search-categoryNews .search-form .form-submit {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 35px; }
  .search-formConsultation .form-submit input {
    font-size: 18px; }
  .consultation .__title {
    font-size: 40px;
    padding: 0 0 15px;
    margin: 0 0 50px; }
  .consultation .consultation-content .tb-tr .tb-td p {
    font-size: 14px; }
  .consultation .consultation-content .tb-tr .tb-th {
    padding: 35px 15px;
    font-size: 32px; }
  .consultation .consultation-content .tb-tr .tb-tb-td {
    min-height: 235px;
    padding: 15px; }
    .consultation .consultation-content .tb-tr .tb-tb-td .stt {
      width: 60px;
      height: 60px;
      line-height: 56px;
      font-size: 32px; }
    .consultation .consultation-content .tb-tr .tb-tb-td .event {
      margin-top: 50px; }
  .consultation .consultation-content .tb-tr .td-no-event .event {
    margin-top: 25px; }
  .consultation-form {
    padding: 70px 0 110px; }
    .consultation-form .__head {
      margin-bottom: 70px; }
      .consultation-form .__head h2 {
        font-size: 38px;
        margin: 0 0 8px; }
      .consultation-form .__head p {
        font-size: 16px;
        margin: 0 0 10px; }
      .consultation-form .__head .__required {
        font-size: 15px; }
    .consultation-form .form-group {
      margin-bottom: 60px; }
      .consultation-form .form-group .form-label {
        width: 285px;
        padding-right: 15px;
        margin-right: 55px;
        font-size: 22px; }
      .consultation-form .form-group .form-detail {
        font-size: 16px;
        width: calc(100% - 340px); }
        .consultation-form .form-group .form-detail .required {
          font-size: 14px; }
      .consultation-form .form-group.form-select .form-label, .consultation-form .form-group.form-txt .form-label, .consultation-form .form-group.form-postal .form-label {
        margin-top: 5px; }
      .consultation-form .form-group.form-group01 .__select:first-child {
        margin-right: 35px; }
      .consultation-form .form-group.form-group01 .form-detail select {
        min-width: 245px; }
      .consultation-form .form-group.form-checkbox .form-label {
        margin-top: -8px; }
      .consultation-form .form-group.form-checkbox .form-detail .__checkbox.mb40 {
        margin-bottom: 35px; }
      .consultation-form .form-group.form-checkbox .form-detail .form-required {
        font-size: 15px; }
      .consultation-form .form-group.form-textarea {
        margin-bottom: 55px; }
        .consultation-form .form-group.form-textarea .form-detail textarea {
          padding: 15px;
          height: 435px; }
      .consultation-form .form-group.form-group15 {
        margin-bottom: 70px; }
        .consultation-form .form-group.form-group15 .form-detail .__checkbox {
          padding-left: 45px; }
          .consultation-form .form-group.form-group15 .form-detail .__checkbox label {
            font-size: 18px; }
            .consultation-form .form-group.form-group15 .form-detail .__checkbox label .wpcf7-list-item-label:before {
              top: 4px; }
            .consultation-form .form-group.form-group15 .form-detail .__checkbox label .wpcf7-list-item-label:after {
              top: 6px; }
    .consultation-form .form-submit .btn-submit {
      max-width: 600px; }
    .consultation-form .form-submit .wpcf7-submit {
      font-size: 24px;
      height: 100px;
      line-height: 90px; }
      .consultation-form .form-submit .wpcf7-submit span {
        padding-right: 15px; }
        .consultation-form .form-submit .wpcf7-submit span:before {
          font-size: 46px; }
    .consultation-form .iframe-zoom .__txt {
      font-size: 38px; }
  .page-thanks .thanks {
    padding: 120px 0 40px; }
    .page-thanks .thanks p {
      margin: 0 0 25px;
      font-size: 16px; }
    .page-thanks .thanks h3 {
      font-size: 32px;
      margin: 0 0 35px; }
    .page-thanks .thanks .wp-block-buttons {
      margin: 90px 0 0; }
  .mv-feature .mv-text {
    padding: 8px 50px 12px 0; }
    .mv-feature .mv-text .__en {
      font-size: 40px;
      padding-right: 40px; }
  .feature-detail {
    padding: 50px 0 100px; }
    .feature-detail h1 {
      font-size: 40px;
      margin: 0 0 25px; }
    .feature-detail h2 {
      font-size: 30px;
      padding: 9px 25px 14px;
      margin: 0 0 35px; }
    .feature-detail h3 {
      font-size: 30px;
      margin: 0 0 20px;
      padding-bottom: 12px; }
    .feature-detail h4 {
      font-size: 25px;
      margin: 0 0 20px;
      padding-bottom: 10px; }
    .feature-detail h5 {
      font-size: 32px;
      margin: 0 0 10px; }
    .feature-detail p {
      font-size: 17px; }
    .feature-detail .wp-block-spacer.h110 {
      height: 90px !important; }
    .feature-detail .wp-block-spacer.h100 {
      height: 80px !important; }
    .feature-detail .wp-block-spacer.h90 {
      height: 70px !important; }
    .feature-detail .wp-block-spacer.h80 {
      height: 60px !important; }
    .feature-detail .wp-block-spacer.h70 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h60 {
      height: 50px !important; }
    .feature-detail .__table-title {
      margin: 0 0 55px; }
    .feature-detail .wp-block-quote {
      padding: 15px 0 20px 25px;
      margin: 0 0 70px;
      font-size: 25px; }
      .feature-detail .wp-block-quote p {
        line-height: 1.8;
        font-size: 25px; }
    .feature-detail .wp-block-columns {
      margin: 0 -25px; }
      .feature-detail .wp-block-columns .wp-block-column {
        padding: 0 25px; }
        .feature-detail .wp-block-columns .wp-block-column h5 {
          margin: 0 0 30px; }
        .feature-detail .wp-block-columns .wp-block-column .wp-block-image {
          margin: 0 0 40px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 90px 0 60px; }
    .feature-detail .table-image {
      margin: 0 -20px; }
      .feature-detail .table-image .__table, .feature-detail .table-image .__image {
        padding: 0 20px; }
      .feature-detail .table-image .__table dl dt {
        padding: 14px 30px 18px;
        width: 330px;
        font-size: 22px;
        min-height: 63px; }
      .feature-detail .table-image .__table dl dd {
        padding: 12px 30px 13px;
        font-size: 20px;
        width: calc(100% - 330px);
        line-height: 1.6; }
  .single-feature .make-reservation {
    margin-bottom: 70px; }
    .single-feature .make-reservation .__btn_yellow {
      max-width: 450px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
      padding-right: 45px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
      padding-left: 45px; }
  .feature-related {
    margin-bottom: 80px; }
  .feature-list .__lists {
    margin: 0 -30px; }
    .feature-list .__lists .__item {
      padding: 0 30px;
      margin-bottom: 60px; }
    .feature-list .__lists .__subtitle .__small {
      font-size: 18px; }
    .feature-list .__lists .__subtitle .__title {
      font-size: 36px; }
    .feature-list .__lists .__content {
      padding: 11px 20px 16px; }
      .feature-list .__lists .__content .__h4 {
        font-size: 42px; }
      .feature-list .__lists .__content .__small {
        font-size: 18px; }
  .about .entry-header {
    margin-bottom: 60px; }
    .about .entry-header .__title {
      font-size: 40px; }
      .about .entry-header .__title .__big {
        font-size: 65px; }
  .about .__item {
    margin-bottom: 90px; }
    .about .__item > .container .__image-content {
      width: calc(100% - 210px); }
    .about .__item .__title-number {
      width: 210px; }
    .about .__item h3 {
      font-size: 28px;
      margin: 0 0 15px; }
    .about .__item p {
      font-size: 18px; }
    .about .__item .__btn {
      margin-top: 70px; }
      .about .__item .__btn .__btn_white {
        line-height: 42px; }
    .about .__item .__title-number .__number {
      font-size: 110px;
      margin: -20px 0 20px;
      padding-bottom: 30px; }
      .about .__item .__title-number .__number:after {
        left: -8px;
        width: 175px;
        height: 5px; }
    .about .__item .__title-number .__txt .__gray {
      font-size: 36px;
      width: 36px;
      -ms-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); }
    .about .__item .__title-number .__txt .__red {
      font-size: 50px;
      width: 60px;
      margin-right: 15px; }
      .about .__item .__title-number .__txt .__red .__small {
        font-size: 38px; }
      .about .__item .__title-number .__txt .__red.translateY {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px); }
    .about .__item .__image-content .__image {
      margin-bottom: 30px; }
    .about .__item .__image-content .__block .__txt {
      width: calc(100% - 320px); }
    .about .__item .__image-content .__block .__logo {
      width: 320px; }
      .about .__item .__image-content .__block .__logo img {
        height: 135px;
        width: auto; }
    .about .__item.__style1 .__title-number {
      padding-right: 35px; }
    .about .__item.__style3 .container .__title-number {
      padding-left: 35px; }
    .about .__item.__style2 .__image-number {
      margin-bottom: 35px; }
      .about .__item.__style2 .__image-number .__image {
        width: calc(50% - 105px); }
        .about .__item.__style2 .__image-number .__image img {
          height: auto; }
      .about .__item.__style2 .__image-number .__title-number {
        padding: 0 20px; }
    .about .__item.__item01 .__title-number .__number:after {
      bottom: 18px; }
    .about .__item.__item02 .__title-number .__number:after {
      left: -10px;
      bottom: 7px; }
    .about .__item.__item03 .__title-number .__number {
      margin-bottom: 30px; }
      .about .__item.__item03 .__title-number .__number:after {
        bottom: 19px; }
    .about .__item.__item04 .__title-number .__number {
      padding-bottom: 35px;
      margin-bottom: 30px; }
      .about .__item.__item04 .__title-number .__number:after {
        bottom: 17px;
        left: 0; }
    .about .__item.__item05 .__title-number .__number:after {
      bottom: 19px; }
    .about .__item.__item06 .__image-number .__title-number .__number {
      margin-bottom: 60px; }
      .about .__item.__item06 .__image-number .__title-number .__number:after {
        bottom: 15px;
        left: -10px; }
    .about .__item.__item07 {
      padding-bottom: 70px; }
      .about .__item.__item07 .__title-number .__number {
        margin-bottom: 20px; }
        .about .__item.__item07 .__title-number .__number:after {
          bottom: 23px; }
    .about .__item.__item08 {
      margin-bottom: 10px; }
      .about .__item.__item08 .__title-number .__number {
        margin-bottom: 25px; }
        .about .__item.__item08 .__title-number .__number:after {
          bottom: 16px;
          left: -8px; }
  .about .__item01 {
    padding-bottom: 100px; }
  .about .bg-item3_4 {
    margin-bottom: 90px; }
  .page-company .entry-header .__title {
    font-size: 40px; }
  .company-profile {
    padding-bottom: 110px; }
    .company-profile .entry-header {
      margin-bottom: 50px; }
  .company-map .entry-header, .company-map .iframe-map {
    margin-bottom: 40px; }
  .company-map .iframe-map iframe {
    height: 560px; }
  .company-video .__video {
    margin-bottom: 55px; }
  .faq {
    padding-top: 45px;
    padding-bottom: 80px; }
    .faq .list-tabs {
      margin: 0 0 60px; }
      .faq .list-tabs a {
        font-size: 18px; }
    .faq .tab-content .__inner, .faq .lists .__inner {
      margin-bottom: 70px; }
      .faq .tab-content .__inner #q, .faq .lists .__inner #q {
        font-size: 30px;
        padding-bottom: 14px;
        padding-left: 90px;
        margin: 0 0 25px; }
        .faq .tab-content .__inner #q:before, .faq .lists .__inner #q:before {
          top: 0;
          left: 25px; }
        .faq .tab-content .__inner #q:after, .faq .lists .__inner #q:after {
          top: 6px; }
      .faq .tab-content .__inner #a, .faq .lists .__inner #a {
        font-size: 26px;
        margin: 0 0 18px;
        padding-left: 80px; }
        .faq .tab-content .__inner #a:before, .faq .lists .__inner #a:before {
          top: 0;
          left: 25px; }
      .faq .tab-content .__inner p, .faq .lists .__inner p {
        font-size: 17px;
        margin: 0 0 10px;
        padding: 0 25px; }
  .qa-list .lists {
    margin: 0 -20px; }
    .qa-list .lists .item {
      padding: 0 20px;
      margin-bottom: 45px; }
    .qa-list .lists .__innerItem {
      padding: 10px 65px 16px 100px;
      border-width: 6px;
      border-radius: 50px; }
      .qa-list .lists .__innerItem:before {
        top: 2px;
        left: 45px;
        font-size: 65px; }
      .qa-list .lists .__innerItem:after {
        font-size: 30px;
        top: 25px;
        right: 25px; }
      .qa-list .lists .__innerItem .__small {
        font-size: 22px; }
      .qa-list .lists .__innerItem .__big {
        font-size: 35px; }
  .page-general .entry-header .__title {
    font-size: 40px; }
    .page-general .entry-header .__title .__number {
      font-size: 60px; }
  .made-order01 {
    padding-bottom: 70px; }
    .made-order01 .entry-header {
      margin-bottom: 60px; }
    .made-order01 .entry-content .content-left {
      padding-right: 50px; }
      .made-order01 .entry-content .content-left .__subtitle {
        font-size: 18px; }
      .made-order01 .entry-content .content-left h3 {
        font-size: 28px;
        margin: 0 0 8px; }
      .made-order01 .entry-content .content-left p {
        font-size: 16px; }
  .made-order02 {
    padding: 80px 0 50px; }
    .made-order02:before {
      top: 100px;
      width: 320px;
      height: 355px; }
    .made-order02 .entry-header {
      margin-bottom: 70px; }
    .made-order02 .entry-content .image {
      margin-bottom: 70px;
      padding: 0; }
    .made-order02 .entry-content .__lists {
      margin: 0 -15px; }
      .made-order02 .entry-content .__lists .__item {
        padding: 0 15px;
        margin-bottom: 25px; }
        .made-order02 .entry-content .__lists .__item h3 {
          font-size: 30px; }
  .made-order03 {
    padding: 60px 0 0; }
    .made-order03 .entry-header {
      margin-bottom: 50px; }
    .made-order03 .__lists {
      margin: 0 -30px; }
      .made-order03 .__lists .__item {
        padding: 20px 30px 15px; }
        .made-order03 .__lists .__item .__icon {
          margin-bottom: 20px; }
          .made-order03 .__lists .__item .__icon span:before {
            font-size: 90px; }
        .made-order03 .__lists .__item .__title {
          font-size: 20px; }
  .made-order05 .entry-header {
    margin-bottom: 65px; }
  .made-order05 .entry-content .__video {
    margin-bottom: 50px; }
  .made-order05 .entry-content .__btn {
    margin-bottom: 100px; }
  .made-order05 .entry-content .__item:nth-child(2n+1) .content-left {
    padding-right: 45px; }
  .made-order05 .entry-content .__item:nth-child(2n) .__inner .content-left {
    padding-left: 45px; }
  .made-order05 .entry-content .__item .__inner {
    padding: 0 70px; }
  .made-order05 .entry-content .__item .icon-title {
    margin-bottom: 15px; }
    .made-order05 .entry-content .__item .icon-title .__icon {
      padding-right: 20px; }
      .made-order05 .entry-content .__item .icon-title .__icon img {
        width: 145px;
        height: auto; }
    .made-order05 .entry-content .__item .icon-title .__title {
      font-size: 26px; }
      .made-order05 .entry-content .__item .icon-title .__title .__txt {
        font-size: 30px; }
  .made-order05 .entry-content .__item .__detail p {
    font-size: 16px; }
  .button-image .content-left img {
    top: -40px; }
  .button-image .content-right {
    padding: 30px 0 40px 45px; }
    .button-image .content-right .__txt {
      margin-bottom: 25px; }
      .button-image .content-right .__txt h3 {
        font-size: 38px;
        margin: 0; }
      .button-image .content-right .__txt p {
        font-size: 18px; }
    .button-image .content-right .__lists_btn li .__btn_yellow {
      border-width: 3px;
      font-size: 18px;
      height: 90px;
      line-height: 80px;
      border-radius: 25px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
        padding-right: 15px; }
        .button-image .content-right .__lists_btn li .__btn_yellow .__icon::before {
          font-size: 45px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .icon-consultation {
        top: 18px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .icon-zoom {
        top: 20px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .icon-mail {
        top: 20px; }
  .made-order07 {
    padding: 65px 0; }
    .made-order07 .entry-header {
      margin-bottom: 35px; }
    .made-order07 .__lists {
      margin: 0 -30px 50px; }
      .made-order07 .__lists .__item {
        padding: 0 30px; }
  .general-qa {
    padding-bottom: 80px; }
    .general-qa .entry-header {
      padding: 80px 0 50px;
      border-width: 8px; }
      .general-qa .entry-header h2 {
        font-size: 28px; }
    .general-qa .item .__innerItem {
      border-width: 6px;
      padding: 10px 55px 16px 100px;
      min-width: 400px;
      max-width: 425px; }
      .general-qa .item .__innerItem:before {
        font-size: 65px; }
      .general-qa .item .__innerItem:after {
        font-size: 30px; }
      .general-qa .item .__innerItem .__small {
        font-size: 22px; }
      .general-qa .item .__innerItem .__big {
        font-size: 35px; }
  .page-package .made-order02 .entry-content .__lists .__item h3 {
    font-size: 24px; }
  .ticket01 {
    padding-bottom: 100px; }
    .ticket01 .entry-header {
      margin-bottom: 50px; }
    .ticket01 .entry-content .__item {
      margin: 0 -30px 80px; }
      .ticket01 .entry-content .__item .__content, .ticket01 .entry-content .__item .__image {
        padding: 0 30px; }
      .ticket01 .entry-content .__item .__icon-title {
        margin-bottom: 10px; }
        .ticket01 .entry-content .__item .__icon-title .__icon {
          width: 110px; }
        .ticket01 .entry-content .__item .__icon-title .__title h3 {
          font-size: 28px; }
          .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
            height: 6px; }
        .ticket01 .entry-content .__item .__icon-title .__title h4 {
          font-size: 18px; }
      .ticket01 .entry-content .__item .__detail p {
        font-size: 16px; }
  .ticket02 {
    padding: 80px 0 60px; }
    .ticket02 .entry-header:before {
      bottom: -65px;
      width: 270px;
      height: 200px; }
    .ticket02 .entry-content .table-ticket .__row:first-child .tb-td {
      font-size: 28px; }
      .ticket02 .entry-content .table-ticket .__row:first-child .tb-td.tb-number {
        font-size: 28px; }
    .ticket02 .entry-content .table-ticket .__row .tb-td {
      font-size: 20px;
      padding: 14px 20px 16px; }
      .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number {
        font-size: 50px; }
        .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number .__txt {
          font-size: 24px; }
    .ticket02 .entry-content .__head {
      margin-bottom: 60px; }
      .ticket02 .entry-content .__head h3 {
        font-size: 28px; }
    .ticket02 .entry-content .block-ticket01 {
      margin-bottom: 80px; }
    .ticket02 .entry-content .block-ticket02 {
      padding-bottom: 70px; }
      .ticket02 .entry-content .block-ticket02:after {
        width: 340px;
        height: 400px; }
      .ticket02 .entry-content .block-ticket02 .__content:after {
        bottom: 35px;
        right: 70px;
        width: 390px;
        height: 320px; }
      .ticket02 .entry-content .block-ticket02 .__content .__item {
        margin-bottom: 40px; }
        .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
          font-size: 28px;
          padding: 16px 15px 19px; }
    .ticket02 .entry-content .block-ticket03 .__content {
      margin: 0 -25px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item {
        padding: 0 25px;
        margin-bottom: 45px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
          font-size: 25px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
          font-size: 16px; }
  .volunteer01 .block-volunteer01 .entry-content .__btn {
    margin-top: 40px; }
  .volunteer01 .block-volunteer02 {
    padding-bottom: 100px; }
    .volunteer01 .block-volunteer02 .entry-header h2 {
      font-size: 28px; }
    .volunteer01 .block-volunteer02 .entry-content {
      margin: 0 -15px; }
      .volunteer01 .block-volunteer02 .entry-content .item {
        padding: 0 15px; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left {
          padding: 5px 0 50px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt1 {

            font-size: 24px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 {
            font-size: 26px; }
            .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 .__txt {
              padding: 0 10px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__img img {
            max-width: 31px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
            height: 40px;
            line-height: 38px;
            font-size: 16px; }
  .volunteer03 {
    padding: 70px 0 100px; }
    .volunteer03 .entry-header {
      margin-bottom: 40px; }
    .volunteer03 .lists {
      margin: 0 -15px 70px; }
      .volunteer03 .lists .item {
        padding: 0 15px; }
        .volunteer03 .lists .item .__icon-title {
          min-height: 88px;
          margin-bottom: 20px; }
          .volunteer03 .lists .item .__icon-title .__icon {
            width: 75px;
            padding-right: 15px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75px;
            flex: 0 0 75px; }
          .volunteer03 .lists .item .__icon-title .__title .__small {
            font-size: 14px; }
          .volunteer03 .lists .item .__icon-title .__title .__big {
            font-size: 24px; }
    .volunteer03 .btn-faqs .item:first-child {
      margin-right: 40px; }
    .volunteer03 .btn-faqs .item:last-child {
      margin-left: 40px; }
    .volunteer03 .btn-faqs .item .__innerItem.__no-small {
      padding: 28px 55px 33px 35px; }
      .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
        font-size: 30px; }
  .volunteer04 {
    padding: 70px 0 100px; }
    .volunteer04 .entry-header {
      margin-bottom: 70px; }
    .volunteer04 .lists {
      margin: 0 -70px; }
      .volunteer04 .lists .item {
        padding: 0 70px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:before {
          right: -87px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:after {
          left: 0;
          right: -70px; }
        .volunteer04 .lists .item:nth-child(2n) {
          margin-top: 130px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:before {
            left: -87px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:after {
            left: -70px;
            right: 0; }
        .volunteer04 .lists .item:nth-child(2) {
          margin-top: 170px; }
        .volunteer04 .lists .item:last-child .__content:before, .volunteer04 .lists .item:last-child .__content:after {
          top: -18px; }
        .volunteer04 .lists .item:last-child .__content:before {
          left: -75px; }
        .volunteer04 .lists .item:last-child .__content:after {
          right: -75px; }
        .volunteer04 .lists .item .__title {
          font-size: 28px;
          margin: 0 0 30px;
          padding-bottom: 15px; }
        .volunteer04 .lists .item .__image {
          margin-bottom: 30px; }
        .volunteer04 .lists .item .__text p {
          font-size: 16px; }
  .okinawa01:after {
    width: 475px;
    height: 350px; }
  .okinawa01 .entry-content .__content .__subtitle {
    font-size: 18px; }
  .okinawa01 .entry-content .__content h3 {
    font-size: 28px;
    margin: 0 0 8px; }
  .okinawa01 .entry-content .__content p {
    font-size: 16px; }
  .okinawa01 .entry-content .__image {
    margin: -100px 0 80px;
    padding: 0 70px; }
  .okinawa01 .__buttons li {
    padding: 0 18px; }
    .okinawa01 .__buttons li a {
      min-width: 200px;
      height: 50px;
      padding: 0 15px 4px;
      font-size: 20px; }
  .okinawa02 {
    padding: 120px 0; }
    .okinawa02::before {
      width: 100%;
      height: 140px; }
    .okinawa02 .entry-header {
      padding-bottom: 20px;
      margin-bottom: 55px; }
      .okinawa02 .entry-header .__stt {
        left: 19%;
        font-size: 200px; }
    .okinawa02 .okinawa-block {
      padding-top: 110px; }
      .okinawa02 .okinawa-block .entry-content {
        margin: 0 -25px 50px; }
        .okinawa02 .okinawa-block .entry-content .item {
          padding: 0 25px; }
          .okinawa02 .okinawa-block .entry-content .item .__image {
            margin-bottom: 15px; }
            .okinawa02 .okinawa-block .entry-content .item .__image h3 {
              padding: 11px 10px 16px;
              font-size: 30px; }
              .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
                font-size: 20px; }
          .okinawa02 .okinawa-block .entry-content .item .__content h4 {
            font-size: 22px;
            margin: 0 0 10px; }
          .okinawa02 .okinawa-block .entry-content .item .__content p {
            font-size: 16px; }
    .okinawa02 .okinawa-block01:before {
      top: -155px;
      right: 11%;
      width: 450px;
      height: 210px; }
    .okinawa02 .okinawa-block01 .entry-header:before {
      top: 0;
      left: 0;
      width: 210px;
      height: 61px; }
    .okinawa02 .okinawa-block01 .entry-header:after {
      bottom: 0;
      right: 5%;
      width: 120px;
      height: 138px; }
    .okinawa02 .okinawa-block02 .entry-header:before {
      top: 0;
      left: 4%;
      width: 140px;
      height: 135px; }
    .okinawa02 .okinawa-block02 .entry-header:after {
      top: -45px;
      right: 10.4%;
      width: 135px;
      height: 135px; }
    .okinawa02 .okinawa-block03 .entry-header:before {
      top: -100px;
      left: 2%;
      width: 170px;
      height: 130px; }
    .okinawa02 .okinawa-block03 .entry-header:after {
      bottom: -20px;
      right: 10%;
      width: 100px;
      height: 100px; }
    .okinawa02 .okinawa-block04 .entry-header:after,
    .okinawa02 .okinawa-block05 .entry-header:after {
      bottom: 10px;
      right: 10%;
      width: 170px;
      height: 160px; }
  .okinawa03 {
    padding: 80px 0 130px; }
    .okinawa03::before {
      top: -65px;
      left: 8%;
      width: 300px;
      height: 245px; }
    .okinawa03 .entry-header {
      margin-bottom: 50px; }
    .okinawa03 .entry-content {
      margin: 0 -15px; }
      .okinawa03 .entry-content .item {
        padding: 0 15px; }
        .okinawa03 .entry-content .item .inner {
          padding: 10px 10px 55px; }
          .okinawa03 .entry-content .item .inner .__content h3 {
            font-size: 20px; }
            .okinawa03 .entry-content .item .inner .__content h3 .__small {
              font-size: 16px; }
          .okinawa03 .entry-content .item .inner .__content p {
            font-size: 14px; }
          .okinawa03 .entry-content .item .inner .__content .__text-blue {
            font-size: 14px; }
          .okinawa03 .entry-content .item .inner .__content .__text-number {
            font-size: 14px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
              font-size: 22px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
                margin-left: 8px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.last {
                margin-left: 5px; }
  .page-contact ul.tabs {
    margin: 0 0 45px; }
    .page-contact ul.tabs li {
      padding: 0 30px; }
      .page-contact ul.tabs li a {
        font-size: 20px; } }

@media screen and (min-width: 1600px) {
  .professional-services {
    padding: 60px 0 60px;
  }
  .professional-services.professional-services2 {
    padding: 80px 0 0;
  }
    .professional-services .__lists {
      margin: 0 -15px; }
      .professional-services .__lists .__item {
        padding: 0 15px;
        margin-bottom: 35px; }
        .professional-services .__lists .__item .__content .__h3 {
          font-size: 30px; }
        .professional-services .__lists .__item .__description p {
          letter-spacing: 0; }
      .professional-services .__lists .__c_purple .__content .__h3 {
        font-size: 28px; }
  .customer-chosen {
    padding: 70px 0 95px;
    margin-bottom: 70px; }
    .customer-chosen .__entry-content .__image {
      left: auto; }
      .customer-chosen .__entry-content .__image img {
        max-width: none; }
    .customer-chosen .__entry-content .__content {
      padding: 35px 0 0 50px; }
      .customer-chosen .__entry-content .__content .__h3 {
        font-size: 40px;
        margin: 0 0 10px; }
      .customer-chosen .__entry-content .__content .__en {
        font-size: 18px;
        margin: 0 0 40px; }
      .customer-chosen .__entry-content .__content .__description {
        margin-bottom: 80px; }
        .customer-chosen .__entry-content .__content .__description p {
          font-size: 17px;
          margin: 0 0 30px;
          line-height: 1.6; }
  .jst-staff {
    padding: 110px 0 85px; }
    .jst-staff .__entry-content {
      margin-bottom: 55px; }
      .jst-staff .__entry-content .__item .__content .__small {
        font-size: 14px; }
      .jst-staff .__entry-content .__item .__content .__big {
        font-size: 18px; }
      .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
        font-size: 24px; }
      .jst-staff .__entry-content .__item .__content .__name .__en {
        font-size: 12px; }
      .jst-staff .__entry-content .__item .__absolute {
        font-size: 50px;
        right: -7px; }
  .customer-experience {
    padding: 60px 0 90px; }
    .customer-experience:after {
      top: -205px;
      width: 420px;
      height: 300px; }
    .customer-experience .__entry-content {
      margin: 0 -20px 25px; }
      .customer-experience .__entry-content .__item {
        padding: 0 20px;
        margin-bottom: 45px; }
        .customer-experience .__entry-content .__item .__content {
          padding: 20px 20px 20px 25px; }
          .customer-experience .__entry-content .__item .__content .__bg-white {
            font-size: 14px; }
            .customer-experience .__entry-content .__item .__content .__bg-white .__txt {
              padding: 0 20px; }
          .customer-experience .__entry-content .__item .__content .__h3 {
            font-size: 25px;
            margin: 0 0 10px; }
  .perfect-trip {
    padding: 130px 0; }
    .perfect-trip .__list-anchor li {
      padding: 0 40px; }
      .perfect-trip .__list-anchor li a, .perfect-trip .__list-anchor li button {
        font-size: 18px;
        padding: 0 5px 5px; }
    .perfect-trip .__entry-content .__h3 {
      font-size: 20px;
      margin: 0 0 40px; }
    .perfect-trip .__search-purpose {
      margin-bottom: 110px; }
    .perfect-trip .__search-special .__lists .__subtitle .__small {
      font-size: 17px; }
    .perfect-trip .__search-special .__lists .__subtitle .__title {
      font-size: 33px; }
    .perfect-trip .__search-special .__lists .__content {
      padding: 13px 20px 15px; }
      .perfect-trip .__search-special .__lists .__content .__h4 {
        font-size: 32px; }
      .perfect-trip .__search-special .__lists .__content .__small {
        font-size: 16px; }
  .jst-news .__entry-content .__tabs_nav {
    margin: 0 0 70px; }
    .jst-news .__entry-content .__tabs_nav li {
      padding: 0 45px; }
      .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
        font-size: 17px; }
  .jst-news .__tabs_content {
    margin-bottom: 70px; }
    .jst-news .__tabs_content .__lists {
      margin: 0 -35px; }
      .jst-news .__tabs_content .__lists .__item {
        padding: 0 35px; }
        .jst-news .__tabs_content .__lists .__item .__image {
          margin-bottom: 20px; }
        .jst-news .__tabs_content .__lists .__item .__content {
          margin-bottom: 15px; }
        .jst-news .__tabs_content .__lists .__item .__h3 {
          font-size: 17px;
          margin: 0 0 10px; }
        .jst-news .__tabs_content .__lists .__item .__description {
          font-size: 14px;
          line-height: 1.8; }
  .make-reservation {
    padding: 100px 0; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 -35px 45px; }
      .make-reservation .__entry-content .__lists_btn li {
        padding: 0 35px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 26px;
          height: 110px;
          line-height: 100px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            padding-right: 20px; }
            .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
              font-size: 62px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-request, .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-zoom {
            top: 20px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-mail {
            top: 22px; }
  .jst-sns .__entry-content {
    margin: 0 -40px; }
    .jst-sns .__entry-content .__item {
      padding: 0 40px; }
      .jst-sns .__entry-content .__item .__logo {
        margin-bottom: 35px; }
      .jst-sns .__entry-content .__item .__tags li {
        margin-bottom: 25px; }
        .jst-sns .__entry-content .__item .__tags li a {
          font-size: 15px; }
  .travel-parts {
    padding: 80px 0 100px; }
    .travel-parts .__entry-content .__lists {
      margin: 0 -20px; }
      .travel-parts .__entry-content .__lists li {
        padding: 0 20px; }
        .travel-parts .__entry-content .__lists li.__first, .travel-parts .__entry-content .__lists li.__two {
          margin-bottom: 50px; }
  /* ------------------------
    *************
        Story
    *************
    -------------------------*/
  .mv-general {
    margin: 40px 0 30px;
    padding: 40px 0 45px; }
    .mv-general h1 {
      font-size: 45px; }
  .general-single .primary {
    width: 78.3%;
    padding-right: 7.3%; }
    .general-single .primary .style1 .__content {
      margin-bottom: 110px; }
    .general-single .primary .__head .__title {
      font-size: 36px;
      margin: 0 0 35px; }
    .general-single .primary .__head .__title-sns {
      margin-bottom: 35px; }
      .general-single .primary .__head .__title-sns .__title {
        width: 55%; }
      .general-single .primary .__head .__title-sns .__socials {
        width: 45%; }
    .general-single .primary .__date-category .__date {
      font-size: 18px; }
    .general-single .primary .__date-category .__category {
      font-size: 14px; }
    .general-single .primary .__content {
      margin-bottom: 130px; }
      .general-single .primary .__content .wp-block-image {
        margin: 0 0 45px; }
      .general-single .primary .__content h2 {
        font-size: 35px;
        margin: 0 0 35px;
        line-height: 1.6; }
      .general-single .primary .__content h3 {
        font-size: 32px;
        margin: 0 0 35px;
        line-height: 1.6; }
      .general-single .primary .__content h4 {
        font-size: 30px;
        margin: 0 0 30px;
        line-height: 1.6; }
      .general-single .primary .__content p {
        margin: 0 0 50px; }
      .general-single .primary .__content .wp-block-columns {
        margin-bottom: 60px; }
      .general-single .primary .__content .mb110 {
        margin-bottom: 110px; }
      .general-single .primary .__content .mb100 {
        margin-bottom: 100px; }
      .general-single .primary .__content .mb90 {
        margin-bottom: 90px; }
      .general-single .primary .__content .mb80 {
        margin-bottom: 80px; }
      .general-single .primary .__content .mb70 {
        margin-bottom: 70px; }
      .general-single .primary .__content .mb60 {
        margin-bottom: 60px; }
    .general-single .primary .event-report:before {
      width: 220px;
      height: 60px; }
    .general-single .primary .event-report .__title {
      font-size: 40px; }
  .general-single .sidebar {
    width: 21.7%; }
  .story-detail .__head .__userInfo .__info .__small {
    font-size: 18px; }
  .story-detail .__head .__userInfo .__info .__name {
    font-size: 28px; }
  .news-detail .__head .__userInfo .__info .__small {
    font-size: 18px; }
  .news-detail .__head .__userInfo .__info .__name {
    font-size: 28px; }
    .news-detail .__head .__userInfo .__info .__name .__smll {
      font-size: 17px; }
  .news-detail .__author .__bg-author {
    padding: 40px 50px; }
    .news-detail .__author .__bg-author .__icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
      flex: 0 0 185px;
      width: 185px;
      padding-right: 35px; }
    .news-detail .__author .__bg-author .__info .__small {
      font-size: 16px; }
    .news-detail .__author .__bg-author .__info .__name {
      font-size: 30px;
      margin-bottom: 10px; }
      .news-detail .__author .__bg-author .__info .__name .__smll {
        font-size: 18px; }
    .news-detail .__author .__bg-author .__info .__description {
      font-size: 17px; }
  .three-banner .__lists {
    margin: 0 -30px; }
    .three-banner .__lists .__item {
      padding: 0 30px; }
      .three-banner .__lists .__item .__content h3 {
        font-size: 32px; }
  .archive-story .breadcrumb {
    margin-bottom: 45px; }
  .archive-story ul.page-numbers {
    margin-bottom: 90px; }
  .search-formGeneral .search-form {
    padding-bottom: 60px;
    margin-bottom: 50px; }
  .search-formGeneral .form-group .__label {
    font-size: 15px;
    margin: 0 0 20px; }
  .search-formGeneral .form-field .__label {
    margin-bottom: 20px; }
  .search-formGeneral .form-datepicker .__label,
  .search-formGeneral .form-text .__label {
    margin-bottom: 15px; }
  .search-formGeneral .form-submit {
    width: auto;
    margin-top: 0; }
    .search-formGeneral .form-submit input, .search-formGeneral .form-submit .form-reset {
      font-size: 18px;
      min-width: 150px;
      height: 40px; }
    .search-formGeneral .form-submit .form-reset {
      margin-left: 20px; }
  .search-categoryNews .search-form .form-submit {
    width: auto;
    margin-top: 0; }
  .story-list .number-post {
    font-size: 18px;
    margin: 0 0 70px; }
  .story-list .__lists {
    margin: 0 -35px; }
    .story-list .__lists .__item {
      padding: 0 35px;
      margin-bottom: 60px; }
      .story-list .__lists .__item .__image {
        margin-bottom: 20px; }
      .story-list .__lists .__item .__content .__date_category {
        margin-bottom: 15px; }
      .story-list .__lists .__item .__content .__title {
        margin: 0 0 14px;
        font-size: 18px; }
  .search-formConsultation {
    margin: 20px 0 70px; }
    .search-formConsultation .form-submit input {
      font-size: 20px; }
  .consultation .__title {
    font-size: 45px; }
  .consultation .consultation-content .tb-tr .tb-th {
    font-size: 35px; }
  .consultation .consultation-content .tb-tr .tb-tb-td .stt {
    width: 66px;
    height: 66px;
    line-height: 60px;
    font-size: 35px; }
  .consultation .consultation-content .tb-tr .tb-tb-td .event {
    margin-top: 60px; }
  .consultation .consultation-content .tb-tr .td-no-event .event {
    margin-top: 30px; }
  .consultation-form {
    padding: 80px 0 120px; }
    .consultation-form .__head {
      margin-bottom: 80px; }
      .consultation-form .__head h2 {
        font-size: 42px;
        margin: 0 0 10px; }
      .consultation-form .__head p {
        font-size: 18px;
        margin: 0 0 15px; }
      .consultation-form .__head .__required {
        font-size: 16px; }
    .consultation-form .form-group {
      margin-bottom: 65px; }
      .consultation-form .form-group .form-label {
        font-size: 25px; }
      .consultation-form .form-group .form-detail {
        font-size: 18px; }
        .consultation-form .form-group .form-detail .required {
          font-size: 15px; }
        .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label:before {
          top: 3px; }
        .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label:after {
          top: 5px; }
        .consultation-form .form-group .form-detail .__radio label .wpcf7-list-item-label:before {
          top: 3px; }
        .consultation-form .form-group .form-detail .__radio label .wpcf7-list-item-label:after {
          top: 8px; }
      .consultation-form .form-group.form-select .form-label, .consultation-form .form-group.form-txt .form-label, .consultation-form .form-group.form-postal .form-label {
        margin-top: 4px; }
      .consultation-form .form-group.form-checkbox .form-label {
        margin-top: -8px; }
      .consultation-form .form-group.form-checkbox .form-detail .form-required {
        font-size: 16px; }
      .consultation-form .form-group.form-textarea {
        margin-bottom: 60px; }
        .consultation-form .form-group.form-textarea .form-detail textarea {
          height: 455px; }
      .consultation-form .form-group.form-group15 {
        margin-bottom: 80px; }
        .consultation-form .form-group.form-group15 .form-detail .__checkbox {
          padding-left: 45px; }
          .consultation-form .form-group.form-group15 .form-detail .__checkbox label {
            font-size: 20px; }
            .consultation-form .form-group.form-group15 .form-detail .__checkbox label .wpcf7-list-item-label:before {
              top: 5px; }
            .consultation-form .form-group.form-group15 .form-detail .__checkbox label .wpcf7-list-item-label:after {
              top: 7px; }
    .consultation-form .form-submit .btn-submit {
      max-width: 600px; }
    .consultation-form .form-submit .wpcf7-submit {
      font-size: 26px;
      height: 110px;
      line-height: 100px; }
      .consultation-form .form-submit .wpcf7-submit span {
        padding-right: 20px; }
        .consultation-form .form-submit .wpcf7-submit span:before {
          font-size: 52px; }
    .consultation-form .iframe-zoom {
      height: calc(100vh - 140px); }
      .consultation-form .iframe-zoom .__txt {
        font-size: 42px; }
  .page-thanks .thanks {
    padding: 130px 0 50px; }
    .page-thanks .thanks p {
      margin: 0 0 30px;
      font-size: 18px; }
    .page-thanks .thanks h3 {
      font-size: 36px;
      margin: 0 0 45px; }
    .page-thanks .thanks .wp-block-buttons {
      margin: 100px 0 0; }
  .mv-feature .mv-text {
    top: 105px; }
    .mv-feature .mv-text .__en {
      font-size: 50px; }
    .mv-feature .mv-text .__jp {
      font-size: 21px; }
  .feature-related {
    margin-bottom: 90px; }
    .feature-related .__lists .__subtitle .__small {
      font-size: 17px; }
    .feature-related .__lists .__subtitle .__title {
      font-size: 33px; }
    .feature-related .__lists .__content {
      padding: 13px 20px 15px; }
      .feature-related .__lists .__content .__h4 {
        font-size: 32px; }
      .feature-related .__lists .__content .__small {
        font-size: 16px; }
    .feature-related .__lists .owl-dots {
      margin-top: 30px; }
    .feature-related .__btn {
      margin-top: 50px; }
  .feature-detail {
    padding: 55px 0 130px; }
    .feature-detail h1 {
      font-size: 45px;
      margin: 0 0 25px; }
    .feature-detail h2 {
      font-size: 32px;
      padding: 9px 30px 14px;
      margin: 0 0 40px; }
    .feature-detail h3 {
      font-size: 32px;
      margin: 0 0 25px;
      padding-bottom: 15px; }
    .feature-detail h4 {
      font-size: 28px;
      margin: 0 0 30px;
      padding-bottom: 15px; }
    .feature-detail h5 {
      font-size: 35px;
      margin: 0 0 10px; }
    .feature-detail p {
      font-size: 18px; }
    .feature-detail .wp-block-spacer.h110 {
      height: 100px !important; }
    .feature-detail .wp-block-spacer.h100 {
      height: 90px !important; }
    .feature-detail .wp-block-spacer.h90 {
      height: 80px !important; }
    .feature-detail .wp-block-spacer.h80 {
      height: 70px !important; }
    .feature-detail .wp-block-spacer.h70 {
      height: 60px !important; }
    .feature-detail .wp-block-spacer.h60 {
      height: 50px !important; }
    .feature-detail .__table-title {
      margin: 0 0 60px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 100px 0 70px; }
    .feature-detail .wp-block-quote {
      padding: 15px 0 20px 30px;
      margin: 0 0 80px;
      font-size: 28px; }
      .feature-detail .wp-block-quote h5 {
        margin: 0 0 35px; }
      .feature-detail .wp-block-quote p {
        line-height: 2;
        font-size: 28px; }
    .feature-detail .wp-block-columns {
      margin: 0 -30px; }
      .feature-detail .wp-block-columns .wp-block-column {
        padding: 0 30px; }
        .feature-detail .wp-block-columns .wp-block-column h5 {
          margin: 0 0 40px; }
        .feature-detail .wp-block-columns .wp-block-column .wp-block-image {
          margin: 0 0 40px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 110px 0 80px; }
    .feature-detail .table-image .__table dl dt {
      padding: 17px 35px 18px;
      font-size: 26px;
      min-height: 72px; }
    .feature-detail .table-image .__table dl dd {
      padding: 13px 35px 14px;
      font-size: 24px;
      line-height: 1.7; }
  .single-feature .make-reservation {
    margin-bottom: 80px; }
    .single-feature .make-reservation .__btn_yellow {
      max-width: 485px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
      padding-right: 50px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
      padding-left: 50px; }
  .feature-list .__lists {
    margin: 0 -35px; }
    .feature-list .__lists .__item {
      padding: 0 35px;
      margin-bottom: 70px; }
    .feature-list .__lists .__subtitle .__small {
      font-size: 20px; }
    .feature-list .__lists .__subtitle .__title {
      font-size: 40px; }
    .feature-list .__lists .__content .__h4 {
      font-size: 48px; }
    .feature-list .__lists .__content .__small {
      font-size: 20px; }
  .about .entry-header {
    margin-bottom: 70px; }
    .about .entry-header .__title {
      font-size: 46px; }
      .about .entry-header .__title .__big {
        font-size: 70px; }
  .about .__item {
    margin-bottom: 110px; }
    .about .__item > .container .__image-content {
      width: calc(100% - 225px); }
    .about .__item .__title-number {
      width: 225px; }
    .about .__item h3 {
      font-size: 32px;
      margin: 0 0 15px; }
    .about .__item p {
      font-size: 18px; }
    .about .__item .__btn {
      margin-top: 80px; }
      .about .__item .__btn .__btn_white {
        line-height: 45px; }
    .about .__item .__title-number .__number {
      font-size: 120px;
      margin: -20px 0 35px;
      padding-bottom: 30px; }
      .about .__item .__title-number .__number:after {
        left: -8px;
        width: 190px;
        height: 5px; }
    .about .__item .__title-number .__txt .__gray {
      font-size: 45px;
      width: 45px;
      -ms-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); }
    .about .__item .__title-number .__txt .__red {
      font-size: 60px;
      width: 70px;
      margin-right: 20px; }
      .about .__item .__title-number .__txt .__red .__small {
        font-size: 42px; }
      .about .__item .__title-number .__txt .__red.translateY {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px); }
    .about .__item .__image-content .__image {
      margin-bottom: 35px; }
    .about .__item .__image-content .__block .__txt {
      width: calc(100% - 350px); }
    .about .__item .__image-content .__block .__logo {
      width: 350px; }
    .about .__item.__style1 .__title-number {
      padding-right: 35px; }
    .about .__item.__style3 .container .__title-number {
      padding-left: 35px; }
    .about .__item.__style2 .__image-number {
      margin-bottom: 40px; }
      .about .__item.__style2 .__image-number .__image {
        width: calc(50% - 110px); }
      .about .__item.__style2 .__image-number .__title-number {
        padding: 0 20px; }
    .about .__item.__item01 .__title-number .__number:after {
      bottom: 18px; }
    .about .__item.__item02 .__title-number .__number:after {
      left: -10px;
      bottom: 3px; }
    .about .__item.__item03 .__title-number .__number {
      margin-bottom: 30px; }
      .about .__item.__item03 .__title-number .__number:after {
        bottom: 16px; }
    .about .__item.__item04 .__title-number .__number {
      padding-bottom: 35px;
      margin-bottom: 35px; }
      .about .__item.__item04 .__title-number .__number:after {
        bottom: 13px;
        left: 0; }
    .about .__item.__item05 .__title-number .__number:after {
      bottom: 16px; }
    .about .__item.__item06 .__image-number .__title-number .__number {
      margin-bottom: 60px; }
      .about .__item.__item06 .__image-number .__title-number .__number:after {
        bottom: 15px;
        left: -10px; }
    .about .__item.__item07 {
      padding-bottom: 70px; }
      .about .__item.__item07 .__title-number .__number {
        margin-bottom: 25px; }
        .about .__item.__item07 .__title-number .__number:after {
          bottom: 21px; }
    .about .__item.__item08 {
      margin-bottom: 10px; }
      .about .__item.__item08 .__title-number .__number {
        margin-bottom: 25px; }
        .about .__item.__item08 .__title-number .__number:after {
          bottom: 13px;
          left: -5px; }
  .about .__item01 {
    padding-bottom: 110px; }
  .about .bg-item3_4 {
    margin-bottom: 100px; }
  .page-company .entry-header .__title {
    font-size: 46px; }
  .page-company .entry-content .__item .__left, .page-company .entry-content .__item p {
    font-size: 20px; }
  .page-company .entry-content .__item .__right, .page-company .entry-content .__item p {
    font-size: 18px; }
  .company-profile {
    padding-bottom: 130px; }
    .company-profile .entry-header {
      margin-bottom: 60px; }
  .company-map .iframe-map iframe {
    height: 620px; }
  .company-video .__video {
    margin-bottom: 60px; }
  .faq {
    padding-top: 60px;
    padding-bottom: 100px; }
    .faq .list-tabs {
      margin: 0 0 75px; }
      .faq .list-tabs a {
        font-size: 20px; }
    .faq .tab-content .__inner, .faq .lists .__inner {
      margin-bottom: 80px; }
      .faq .tab-content .__inner #q, .faq .lists .__inner #q {
        font-size: 35px;
        padding-bottom: 14px;
        padding-left: 100px;
        margin: 0 0 35px; }
        .faq .tab-content .__inner #q:before, .faq .lists .__inner #q:before {
          top: 0;
          left: 30px; }
        .faq .tab-content .__inner #q:after, .faq .lists .__inner #q:after {
          top: 10px; }
      .faq .tab-content .__inner #a, .faq .lists .__inner #a {
        font-size: 30px;
        margin: 0 0 25px;
        padding-left: 90px; }
        .faq .tab-content .__inner #a:before, .faq .lists .__inner #a:before {
          top: 0;
          left: 30px; }
      .faq .tab-content .__inner p, .faq .lists .__inner p {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0 30px; }
  .qa-list .lists {
    margin: 0 -25px; }
    .qa-list .lists .item {
      padding: 0 25px;
      margin-bottom: 50px; }
    .qa-list .lists .__innerItem {
      padding: 12px 65px 16px 130px;
      border-width: 6px;
      border-radius: 59px; }
      .qa-list .lists .__innerItem:before {
        top: 3px;
        left: 70px;
        font-size: 69px; }
      .qa-list .lists .__innerItem:after {
        font-size: 32px;
        top: 28px;
        right: 25px; }
      .qa-list .lists .__innerItem .__small {
        font-size: 24px; }
      .qa-list .lists .__innerItem .__big {
        font-size: 40px; }
  .archive-qa .qa-list {
    padding-top: 65px; }
  .page-general .entry-header .__title {
    font-size: 45px; }
    .page-general .entry-header .__title .__number {
      font-size: 65px; }
  .page-general .entry-header .__small {
    font-size: 20px; }
    .page-general .entry-header .__small .__number {
      font-size: 28px; }
  .made-order01 {
    padding-bottom: 80px; }
    .made-order01 .entry-header {
      margin-bottom: 60px; }
    .made-order01 .entry-content .content-left {
      padding-right: 60px; }
      .made-order01 .entry-content .content-left .__subtitle {
        font-size: 20px; }
      .made-order01 .entry-content .content-left h3 {
        font-size: 32px;
        margin: 0 0 10px; }
      .made-order01 .entry-content .content-left p {
        font-size: 18px; }
  .made-order02 {
    padding: 90px 0 60px; }
    .made-order02:before {
      top: 110px;
      width: 360px;
      height: 408px; }
    .made-order02 .entry-header {
      margin-bottom: 80px; }
    .made-order02 .entry-content .image {
      margin-bottom: 80px; }
    .made-order02 .entry-content .__lists {
      margin: 0 -20px; }
      .made-order02 .entry-content .__lists .__item {
        padding: 0 20px;
        margin-bottom: 30px; }
        .made-order02 .entry-content .__lists .__item h3 {
          font-size: 35px; }
  .made-order03 .__lists {
    margin: 0 -40px; }
    .made-order03 .__lists .__item {
      padding: 20px 40px 15px; }
      .made-order03 .__lists .__item .__icon {
        margin-bottom: 25px; }
        .made-order03 .__lists .__item .__icon span:before {
          font-size: 100px; }
      .made-order03 .__lists .__item .__step .__txt {
        font-size: 20px; }
      .made-order03 .__lists .__item .__title {
        font-size: 22px; }
      .made-order03 .__lists .__item .__lead {
        font-size: 15px; }
  .made-order05 .entry-header {
    margin-bottom: 75px; }
  .made-order05 .entry-content .__video {
    margin-bottom: 60px; }
  .made-order05 .entry-content .__btn {
    margin-bottom: 120px; }
  .made-order05 .entry-content .__item:nth-child(2n+1) .content-left {
    padding-right: 55px; }
  .made-order05 .entry-content .__item:nth-child(2n) .__inner .content-left {
    padding-left: 55px; }
  .made-order05 .entry-content .__item .__inner {
    padding: 0 90px; }
  .made-order05 .entry-content .__item .icon-title {
    margin-bottom: 15px; }
    .made-order05 .entry-content .__item .icon-title .__icon img {
      width: 166px; }
    .made-order05 .entry-content .__item .icon-title .__title {
      font-size: 30px; }
      .made-order05 .entry-content .__item .icon-title .__title .__txt {
        font-size: 35px; }
  .made-order05 .entry-content .__item .__detail p {
    font-size: 18px; }
  .button-image .content-left img {
    top: -50px; }
  .button-image .content-right {
    padding: 35px 0 45px 50px; }
    .button-image .content-right .__txt {
      margin-bottom: 30px; }
      .button-image .content-right .__txt h3 {
        font-size: 45px;
        margin: 0; }
      .button-image .content-right .__txt p {
        font-size: 20px; }
    .button-image .content-right .__lists_btn {
      margin: 0 -15px; }
      .button-image .content-right .__lists_btn li {
        padding: 0 15px; }
        .button-image .content-right .__lists_btn li .__btn_yellow {
          border-width: 5px;
          font-size: 20px;
          height: 110px;
          line-height: 100px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
            padding-right: 20px; }
            .button-image .content-right .__lists_btn li .__btn_yellow .__icon::before {
              font-size: 60px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-consultation {
            top: 18px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-zoom {
            top: 20px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .icon-mail {
            top: 22px; }
  .made-order07 {
    padding: 75px 0; }
    .made-order07 .__lists {
      margin: 0 -35px 50px; }
      .made-order07 .__lists .__item {
        padding: 0 35px; }
  .general-qa {
    padding-bottom: 90px; }
    .general-qa .entry-header {
      padding: 90px 0 50px;
      border-width: 10px; }
      .general-qa .entry-header h2 {
        font-size: 32px; }
    .general-qa .item .__innerItem {
      padding: 12px 60px 16px 130px;
      min-width: 465px;
      max-width: 490px; }
      .general-qa .item .__innerItem:before {
        top: 3px;
        left: 70px;
        font-size: 69px; }
      .general-qa .item .__innerItem:after {
        font-size: 32px;
        top: 28px;
        right: 25px; }
      .general-qa .item .__innerItem .__small {
        font-size: 24px; }
      .general-qa .item .__innerItem .__big {
        font-size: 40px; }
  .page-package .made-order02 .entry-content .__lists .__item h3 {
    font-size: 26px; }
  .ticket01 {
    padding-bottom: 110px; }
    .ticket01 .entry-content .__item {
      margin: 0 -35px 90px; }
      .ticket01 .entry-content .__item .__content, .ticket01 .entry-content .__item .__image {
        padding: 0 35px; }
      .ticket01 .entry-content .__item .__icon-title {
        margin-bottom: 15px; }
        .ticket01 .entry-content .__item .__icon-title .__icon {
          width: 130px; }
        .ticket01 .entry-content .__item .__icon-title .__title h3 {
          font-size: 32px; }
          .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
            height: 8px; }
        .ticket01 .entry-content .__item .__icon-title .__title h4 {
          font-size: 20px; }
      .ticket01 .entry-content .__item .__detail p {
        font-size: 18px; }
  .ticket02 {
    padding: 90px 0 60px; }
    .ticket02 .entry-header:before {
      left: -45px;
      width: 300px;
      height: 220px; }
    .ticket02 .entry-content .table-ticket .__row:first-child .tb-td {
      font-size: 32px; }
      .ticket02 .entry-content .table-ticket .__row:first-child .tb-td.tb-number {
        font-size: 32px; }
    .ticket02 .entry-content .table-ticket .__row .tb-td {
      font-size: 23px;
      padding: 14px 20px 16px; }
      .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number {
        font-size: 55px; }
        .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number .__txt {
          font-size: 28px; }
    .ticket02 .entry-content .__head h3 {
      font-size: 32px; }
    .ticket02 .entry-content .block-ticket01 {
      margin-bottom: 80px; }
    .ticket02 .entry-content .block-ticket02 {
      padding-bottom: 90px; }
      .ticket02 .entry-content .block-ticket02:after {
        bottom: -80px;
        right: -30px;
        width: 380px;
        height: 450px; }
      .ticket02 .entry-content .block-ticket02 .__content {
        margin: 0 -20px; }
        .ticket02 .entry-content .block-ticket02 .__content:after {
          width: 435px;
          height: 360px; }
        .ticket02 .entry-content .block-ticket02 .__content .__item {
          padding: 0 20px;
          margin-bottom: 45px; }
          .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
            font-size: 32px; }
    .ticket02 .entry-content .block-ticket03 .__content {
      margin: 0 -30px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item {
        padding: 0 30px;
        margin-bottom: 50px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
          font-size: 32px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
          font-size: 18px; }
  .volunteer01 .block-volunteer01 {
    margin-bottom: 85px; }
    .volunteer01 .block-volunteer01 .entry-content .__btn {
      margin-top: 50px; }
  .volunteer01 .block-volunteer02 {
    padding-bottom: 130px; }
    .volunteer01 .block-volunteer02 .entry-header {
      margin-bottom: 40px; }
      .volunteer01 .block-volunteer02 .entry-header h2 {
        font-size: 32px; }
    .volunteer01 .block-volunteer02 .entry-content .item .inner .left {
      padding: 5px 0 55px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt1 {
        font-size: 28px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 {
        font-size: 32px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
        height: 44px;
        line-height: 40px;
        font-size: 18px; }
  .volunteer03 {
    padding: 80px 0 120px; }
    .volunteer03 .entry-header {
      margin-bottom: 45px; }
    .volunteer03 .lists {
      margin: 0 -20px 80px; }
      .volunteer03 .lists .item {
        padding: 0 20px; }
        .volunteer03 .lists .item .__icon-title {
          min-height: 90px;
          margin-bottom: 25px; }
          .volunteer03 .lists .item .__icon-title .__icon {
            width: 80px;
            padding-right: 20px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px; }
          .volunteer03 .lists .item .__icon-title .__title .__small {
            font-size: 15px; }
          .volunteer03 .lists .item .__icon-title .__title .__big {
            font-size: 28px; }
    .volunteer03 .btn-faqs .item:first-child {
      margin-right: 50px; }
    .volunteer03 .btn-faqs .item:last-child {
      margin-left: 50px; }
    .volunteer03 .btn-faqs .item .__innerItem.__no-small {
      padding: 31px 60px 35px 40px; }
      .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
        font-size: 35px; }
  .volunteer04 {
    padding: 70px 0 120px; }
    .volunteer04 .entry-header {
      margin-bottom: 80px; }
    .volunteer04 .lists {
      margin: 0 -80px; }
      .volunteer04 .lists .item {
        padding: 0 80px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:before {
          right: -97px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:after {
          left: 0;
          right: -80px; }
        .volunteer04 .lists .item:nth-child(2n) {
          margin-top: 150px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:before {
            left: -97px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:after {
            left: -80px;
            right: 0; }
        .volunteer04 .lists .item:nth-child(2) {
          margin-top: 190px; }
        .volunteer04 .lists .item:last-child .__content:before, .volunteer04 .lists .item:last-child .__content:after {
          top: -28px; }
        .volunteer04 .lists .item:last-child .__content:before {
          left: -85px; }
        .volunteer04 .lists .item:last-child .__content:after {
          right: -85px; }
        .volunteer04 .lists .item .__title {
          font-size: 32px;
          margin: 0 0 40px;
          padding-bottom: 20px; }
        .volunteer04 .lists .item .__image {
          margin-bottom: 35px; }
        .volunteer04 .lists .item .__text p {
          font-size: 18px; }
  .okinawa01:after {
    width: 535px;
    height: 409px; }
  .okinawa01 .entry-content .__content .__subtitle {
    font-size: 20px; }
  .okinawa01 .entry-content .__content h3 {
    font-size: 32px;
    margin: 0 0 10px; }
  .okinawa01 .entry-content .__content p {
    font-size: 18px; }
  .okinawa01 .__buttons li {
    padding: 0 18px; }
    .okinawa01 .__buttons li a {
      min-width: 200px;
      height: 50px;
      padding: 0 15px 4px;
      font-size: 22px; }
  .okinawa02 {
    padding: 140px 0; }
    .okinawa02::before {
      width: 100%;
      height: 160px; }
    .okinawa02 .entry-header {
      padding-bottom: 25px;
      margin-bottom: 60px; }
      .okinawa02 .entry-header .__stt {
        left: 21%;
        font-size: 230px; }
    .okinawa02 .okinawa-block {
      padding-top: 130px; }
      .okinawa02 .okinawa-block .entry-content {
        margin: 0 -30px 50px; }
        .okinawa02 .okinawa-block .entry-content .item {
          padding: 0 30px; }
          .okinawa02 .okinawa-block .entry-content .item .__image {
            margin-bottom: 15px; }
            .okinawa02 .okinawa-block .entry-content .item .__image h3 {
              padding: 11px 10px 16px;
              font-size: 36px; }
              .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
                font-size: 22px; }
          .okinawa02 .okinawa-block .entry-content .item .__content h4 {
            font-size: 26px;
            margin: 0 0 10px; }
          .okinawa02 .okinawa-block .entry-content .item .__content p {
            font-size: 17px; }
    .okinawa02 .okinawa-block01:before {
      top: -150px;
      right: 11%;
      width: 500px;
      height: 235px; }
    .okinawa02 .okinawa-block01 .entry-header:before {
      width: 230px;
      height: 67px; }
    .okinawa02 .okinawa-block01 .entry-header:after {
      width: 150px;
      height: 175px; }
    .okinawa02 .okinawa-block02 .entry-header:before {
      top: 0;
      left: 5%;
      width: 165px;
      height: 155px; }
    .okinawa02 .okinawa-block02 .entry-header:after {
      top: -45px;
      right: 13.4%;
      width: 135px;
      height: 135px; }
    .okinawa02 .okinawa-block03 .entry-header:before {
      top: -120px;
      left: 5%;
      width: 200px;
      height: 155px; }
    .okinawa02 .okinawa-block03 .entry-header:after {
      bottom: -20px;
      right: 10%;
      width: 120px;
      height: 120px; }
    .okinawa02 .okinawa-block04 .entry-header:after,
    .okinawa02 .okinawa-block05 .entry-header:after {
      bottom: 20px;
      right: 12%;
      width: 195px;
      height: 180px; }
  .okinawa03 {
    padding: 100px 0 150px; }
    .okinawa03::before {
      top: -65px;
      left: 10%;
      width: 330px;
      height: 265px; }
    .okinawa03 .entry-header {
      margin-bottom: 60px; }
    .okinawa03 .entry-content {
      margin: 0 -20px; }
      .okinawa03 .entry-content .item {
        padding: 0 20px; }
        .okinawa03 .entry-content .item .inner {
          padding: 10px 10px 55px; }
          .okinawa03 .entry-content .item .inner .__content h3 {
            font-size: 22px; }
            .okinawa03 .entry-content .item .inner .__content h3 .__small {
              font-size: 18px; }
          .okinawa03 .entry-content .item .inner .__content p {
            font-size: 14px; }
          .okinawa03 .entry-content .item .inner .__content .__text-blue {
            font-size: 15px; }
          .okinawa03 .entry-content .item .inner .__content .__text-number {
            font-size: 15px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
              font-size: 28px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
                margin-left: 12px; }
              .okinawa03 .entry-content .item .inner .__content .__text-number .__number.last {
                margin-left: 6px; }
  .page-contact ul.tabs {
    margin: 0 0 50px; }
    .page-contact ul.tabs li {
      padding: 0 35px; }
      .page-contact ul.tabs li a {
        font-size: 22px; } }

@media screen and (min-width: 1800px) {
  .professional-services {
    padding-bottom: 50px;
  }
  .professional-services.professional-services2 {
    padding: 80px 0 0
  }
    .professional-services .__lists {
      margin: 0 -20px; }
      .professional-services .__lists .__item {
        padding: 0 20px;
        margin-bottom: 45px; }
  .customer-chosen {
    margin-bottom: 97px; }
    .customer-chosen .__entry-content .__content .__h3 {
      font-size: 45px; }
    .customer-chosen .__entry-content .__content .__en {
      font-size: 20px; }
  .jst-staff {
    padding: 130px 0 85px; }
    .jst-staff .__entry-content .__item .__absolute {
      right: -6px;
      font-size: 54px; }
    .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
      font-size: 26px; }
    .jst-staff .__entry-content .__item .__content .__name .__en {
      font-size: 14px; }
  .customer-experience {
    padding: 60px 0 100px; }
    .customer-experience:after {
      top: -235px;
      width: 480px;
      height: 330px; }
    .customer-experience .__entry-content {
      margin: 0 -27px 25px; }
      .customer-experience .__entry-content .__item {
        padding: 0 27px;
        margin-bottom: 55px; }
  .perfect-trip {
    padding: 150px 0; }
    .perfect-trip .__list-anchor {
      margin: 30px 0 70px; }
    .perfect-trip .__search-purpose {
      margin-bottom: 140px; }
      .perfect-trip .__search-purpose .__lists .__item .__h4 {
        font-size: 19px; }
    .perfect-trip .__search-special .__lists .__content .__h4 {
      font-size: 35px; }
  .jst-news {
    padding: 100px 0; }
    .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
      font-size: 18px; }
    .jst-news .__tabs_content .__lists {
      margin: 0 -40px; }
      .jst-news .__tabs_content .__lists .__item {
        padding: 0 40px; }
        .jst-news .__tabs_content .__lists .__item .__h3 {
          font-size: 18px; }
  .make-reservation {
    padding: 110px 0; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 -45px 50px; }
      .make-reservation .__entry-content .__lists_btn li {
        padding: 0 45px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 28px;
          height: 117px;
          line-height: 107px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            padding-right: 20px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-zoom:before, .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-request:before {
            font-size: 70px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-mail:before {
            font-size: 65px; }
  .jst-sns .__entry-content {
    margin: 0 -50px; }
    .jst-sns .__entry-content .__item {
      padding: 0 50px; }
      .jst-sns .__entry-content .__item ._tags li a {
        font-size: 16px; }
  .travel-parts {
    padding: 90px 0 110px; }
    .travel-parts .__entry-content .__lists li.__first, .travel-parts .__entry-content .__lists li.__two {
      margin-bottom: 55px; }
  /* ------------------------
    *************
        Story
    *************
    -------------------------*/
  .mv-general {
    margin: 45px 0 35px;
    padding: 45px 0 50px; }
    .mv-general h1 {
      font-size: 40px; }
  .general-single .primary .__head .__title {
    font-size: 40px;
    margin: 0 0 40px;
    padding-bottom: 15px; }
  .general-single .primary .__head .__title-sns {
    margin-bottom: 40px; }
  .general-single .primary .__date-category .__date {
    font-size: 20px; }
  .general-single .primary .__date-category .__category {
    font-size: 15px; }
  .general-single .primary .__content h2 {
    font-size: 40px; }
  .general-single .primary .__content h3 {
    font-size: 35px; }
  .general-single .primary .__content h4 {
    font-size: 32px; }
  .general-single .primary .__content p {
    font-size: 18px; }
  .general-single .primary .__foot .prev-post a, .general-single .primary .__foot .next-post a {
    font-size: 17px; }
    .general-single .primary .__foot .prev-post a:before, .general-single .primary .__foot .prev-post a:after, .general-single .primary .__foot .next-post a:before, .general-single .primary .__foot .next-post a:after {
      top: calc(50% - 11px); }
  .general-single .primary .event-report {
    padding: 100px 60px 50px; }
    .general-single .primary .event-report:before {
      width: 275px;
      height: 70px; }
    .general-single .primary .event-report .__title {
      font-size: 45px; }
    .general-single .primary .event-report .__name {
      margin: 100px 0 0; }
  .story-detail .__head {
    margin-bottom: 45px; }
    .story-detail .__head .__userInfo .__info .__name {
      font-size: 30px; }
  .news-detail .__head {
    margin-bottom: 45px; }
    .news-detail .__head .__userInfo .__info .__name {
      font-size: 30px; }
      .news-detail .__head .__userInfo .__info .__name .__smll {
        font-size: 18px; }
  .three-banner .__lists {
    margin: 0 -35px; }
    .three-banner .__lists .__item {
      padding: 0 35px; }
      .three-banner .__lists .__item .__content h3 {
        font-size: 38px; }
        .three-banner .__lists .__item .__content h3 .__line {
          height: 20px; }
  .search-formGeneral .form-group .__label {
    font-size: 16px; }
  .search-formGeneral .form-submit input, .search-formGeneral .form-submit .form-reset {
    font-size: 20px;
    min-width: 160px;
    height: 42px; }
  .search-formGeneral .form-submit .form-reset {
    margin-left: 25px; }
  .story-list .number-post {
    font-size: 20px; }
  .story-list .__lists {
    margin: 0 -40px; }
    .story-list .__lists .__item {
      padding: 0 40px; }
  .consultation .__title {
    font-size: 50px; }
  .consultation .consultation-content .tb-tr .tb-th {
    font-size: 40px; }
  .consultation .consultation-content .tb-tr .tb-tb-td .stt {
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 40px; }
  .consultation-form {
    padding: 90px 0 130px; }
    .consultation-form .__head {
      margin-bottom: 90px; }
      .consultation-form .__head h2 {
        font-size: 50px; }
    .consultation-form .form-group {
      margin-bottom: 75px; }
      .consultation-form .form-group.form-group15 {
        margin-bottom: 90px; }
    .consultation-form .form-submit .btn-submit {
      max-width: 680px; }
    .consultation-form .form-submit .wpcf7-submit {
      font-size: 28px;
      height: 115px;
      line-height: 110px; }
      .consultation-form .form-submit .wpcf7-submit span:before {
        font-size: 56px; }
    .consultation-form .iframe-zoom {
      height: calc(100vh - 150px); }
      .consultation-form .iframe-zoom .__txt {
        font-size: 50px; }
  .page-thanks .thanks {
    padding: 150px 0 50px; }
  .mv-feature .mv-text .__en {
    font-size: 55px; }
  .feature-related {
    margin-bottom: 100px; }
    .feature-related .__lists .__content .__h4 {
      font-size: 35px; }
  .feature-detail {
    padding: 65px 0 150px; }
    .feature-detail h1 {
      font-size: 50px; }
    .feature-detail h2 {
      font-size: 35px; }
    .feature-detail h3 {
      font-size: 35px; }
    .feature-detail h4 {
      font-size: 30px; }
    .feature-detail h5 {
      font-size: 40px; }
    .feature-detail .__table-title {
      margin: 0 0 70px; }
    .feature-detail .wp-block-spacer.h110 {
      height: 110px !important; }
    .feature-detail .wp-block-spacer.h100 {
      height: 100px !important; }
    .feature-detail .wp-block-spacer.h90 {
      height: 90px !important; }
    .feature-detail .wp-block-spacer.h80 {
      height: 80px !important; }
    .feature-detail .wp-block-spacer.h70 {
      height: 70px !important; }
    .feature-detail .wp-block-spacer.h60 {
      height: 60px !important; }
    .feature-detail .wp-block-quote {
      font-size: 30px;
      margin: 0 0 90px;
      padding: 15px 0 20px 35px; }
      .feature-detail .wp-block-quote h5 {
        margin: 0 0 40px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 110px 0 80px; }
    .feature-detail .wp-block-columns {
      margin: 0 -35px; }
      .feature-detail .wp-block-columns .wp-block-column {
        padding: 0 35px; }
    .feature-detail .table-image .__table dl dt {
      font-size: 28px;
      min-height: 78px; }
    .feature-detail .table-image .__table dl dd {
      font-size: 25px;
      padding: 16px 35px 20px;
      line-height: 1.7; }
  .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
    padding-right: 55px; }
  .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
    padding-left: 55px; }
  .feature-list .__lists .__subtitle .__small {
    font-size: 22px; }
  .feature-list .__lists .__subtitle .__title {
    font-size: 43px; }
  .feature-list .__lists .__content .__h4 {
    font-size: 56px; }
  .feature-list .__lists .__content .__small {
    font-size: 21px; }
  .about .entry-header {
    margin-bottom: 80px; }
    .about .entry-header .__title {
      font-size: 50px; }
      .about .entry-header .__title .__big {
        font-size: 74px; }
  .about .__item {
    margin-bottom: 120px; }
    .about .__item h3 {
      font-size: 35px;
      margin: 0 0 20px; }
    .about .__item .__btn {
      margin-top: 85px; }
    .about .__item .__title-number .__number {
      font-size: 135px;
      margin: -20px 0 30px;
      padding-bottom: 30px; }
      .about .__item .__title-number .__number:after {
        bottom: 7px;
        left: -15px;
        width: 200px;
        height: 5px; }
    .about .__item .__title-number .__txt .__gray {
      font-size: 48px;
      width: 48px; }
    .about .__item .__title-number .__txt .__red {
      font-size: 70px;
      margin-right: 20px; }
      .about .__item .__title-number .__txt .__red .__small {
        font-size: 48px; }
    .about .__item .__image-content .__image {
      margin-bottom: 40px; }
    .about .__item .__image-content .__block .__txt {
      width: calc(100% - 350px); }
    .about .__item .__image-content .__block .__logo {
      width: 350px; }
      .about .__item .__image-content .__block .__logo img {
        width: auto; }
    .about .__item.__style2 .__image-number {
      max-width: 2000px;
      margin: 0 auto 45px; }
      .about .__item.__style2 .__image-number .__title-number {
        padding: 0 20px; }
    .about .__item.__item01 .__title-number .__number:after {
      bottom: 12px; }
    .about .__item.__item02 .__image-number .__title-number .__number:after {
      left: -10px;
      bottom: 0; }
    .about .__item.__item03 .__title-number .__number:after {
      bottom: 10px; }
    .about .__item.__item04 .__title-number .__number {
      padding-bottom: 35px;
      margin-bottom: 40px; }
      .about .__item.__item04 .__title-number .__number:after {
        bottom: 10px;
        left: 0; }
    .about .__item.__item05 .__title-number .__number {
      margin-bottom: 35px; }
      .about .__item.__item05 .__title-number .__number:after {
        bottom: 11px; }
    .about .__item.__item06 .__image-number .__title-number .__number {
      margin-bottom: 70px; }
      .about .__item.__item06 .__image-number .__title-number .__number:after {
        bottom: 10px;
        left: -10px; }
    .about .__item.__item07 {
      padding-bottom: 70px; }
      .about .__item.__item07 .__title-number .__number:after {
        bottom: 15px; }
    .about .__item.__item08 {
      margin-bottom: 10px; }
      .about .__item.__item08 .__title-number .__number:after {
        bottom: 11px;
        left: -5px; }
  .about .__item01 {
    padding-bottom: 120px; }
  .about .bg-item3_4 {
    margin-bottom: 100px; }
  .page-company .entry-header .__title {
    font-size: 50px; }
  .company-profile {
    padding-bottom: 150px; }
    .company-profile .entry-header {
      margin-bottom: 70px; }
  .company-video .__video {
    margin-bottom: 65px; }
  .qa-list .lists {
    margin: 0 -30px; }
    .qa-list .lists .item {
      padding: 0 30px;
      margin-bottom: 55px; }
    .qa-list .lists .__innerItem {
      padding: 12px 65px 16px 150px; }
      .qa-list .lists .__innerItem:before {
        left: 90px; }
      .qa-list .lists .__innerItem:after {
        font-size: 35px;
        top: 28px;
        right: 30px; }
  .page-general .entry-header .__title {
    font-size: 50px; }
    .page-general .entry-header .__title .__number {
      font-size: 75px; }
  .made-order01 {
    padding-bottom: 90px; }
    .made-order01 .entry-content .content-left {
      padding-right: 80px; }
      .made-order01 .entry-content .content-left .__subtitle {
        font-size: 23px; }
      .made-order01 .entry-content .content-left h3 {
        font-size: 35px; }
  .made-order02 {
    padding: 100px 0 70px; }
    .made-order02:before {
      top: 135px;
      width: 404px;
      height: 459px; }
    .made-order02 .entry-header {
      margin-bottom: 90px; }
    .made-order02 .entry-content .image {
      margin-bottom: 90px; }
    .made-order02 .entry-content .__lists .__item h3 {
      font-size: 40px; }
  .made-order03 .__lists {
    margin: 0 -50px; }
    .made-order03 .__lists .__item {
      padding: 20px 50px 15px; }
      .made-order03 .__lists .__item .__title {
        font-size: 25px; }
  .button-image .content-right {
    padding: 40px 0 50px 60px; }
    .button-image .content-right .__txt {
      margin-bottom: 35px; }
      .button-image .content-right .__txt h3 {
        font-size: 50px;
        margin-bottom: 10px; }
      .button-image .content-right .__txt p {
        font-size: 20px; }
    .button-image .content-right .__lists_btn li .__btn_yellow {
      font-size: 22px;
      height: 117px;
      line-height: 107px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .icon-zoom:before {
        font-size: 70px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .icon-mail::before {
        font-size: 65px; }
  .made-order07 .__lists {
    margin: 0 -40px 50px; }
    .made-order07 .__lists .__item {
      padding: 0 40px; }
  .general-qa {
    padding-bottom: 100px; }
    .general-qa .entry-header {
      padding: 100px 0 50px; }
      .general-qa .entry-header h2 {
        font-size: 35px; }
    .general-qa .item .__innerItem {
      padding: 12px 65px 16px 150px;
      min-width: 505px;
      max-width: 525px; }
      .general-qa .item .__innerItem:before {
        left: 90px; }
      .general-qa .item .__innerItem:after {
        font-size: 35px;
        right: 30px; }
  .ticket01 {
    padding-bottom: 130px; }
    .ticket01 .entry-content .__item {
      margin: 0 -40px 100px; }
      .ticket01 .entry-content .__item .__content, .ticket01 .entry-content .__item .__image {
        padding: 0 40px; }
      .ticket01 .entry-content .__item .__icon-title .__icon {
        width: 140px; }
      .ticket01 .entry-content .__item .__icon-title .__title h3 {
        font-size: 35px; }
        .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
          height: 9px; }
      .ticket01 .entry-content .__item .__icon-title .__title h4 {
        font-size: 23px; }
  .ticket02 {
    padding: 110px 0 60px; }
    .ticket02 .entry-header:before {
      left: -65px;
      width: 358px;
      height: 250px; }
    .ticket02 .entry-content .table-ticket .__row:first-child .tb-td {
      font-size: 34px; }
      .ticket02 .entry-content .table-ticket .__row:first-child .tb-td.tb-number {
        font-size: 34px; }
    .ticket02 .entry-content .table-ticket .__row .tb-td {
      font-size: 25px; }
      .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number {
        font-size: 60px; }
        .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number .__txt {
          font-size: 30px; }
    .ticket02 .entry-content .__head h3 {
      font-size: 35px; }
    .ticket02 .entry-content .block-ticket01 {
      margin-bottom: 85px; }
    .ticket02 .entry-content .block-ticket02 {
      padding-bottom: 110px; }
      .ticket02 .entry-content .block-ticket02:after {
        width: 431px;
        height: 505px; }
      .ticket02 .entry-content .block-ticket02 .__content:after {
        width: 461px;
        height: 390px; }
      .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
        font-size: 40px; }
    .ticket02 .entry-content .block-ticket03 .__content {
      margin: 0 -35px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item {
        padding: 0 35px;
        margin-bottom: 60px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
          font-size: 35px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
          font-size: 20px; }
  .volunteer01 .block-volunteer02 .entry-header h2 {
    font-size: 35px; }
  .volunteer01 .block-volunteer02 .entry-content {
    margin: 0 -20px; }
    .volunteer01 .block-volunteer02 .entry-content .item {
      padding: 0 20px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner .left {
        padding: 10px 0 60px; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt1 {
          font-size: 30px; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .__txt2 {
          font-size: 35px; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
          height: 48px;
          line-height: 44px;
          font-size: 20px; }
  .volunteer03 .entry-header {
    margin-bottom: 50px; }
  .volunteer03 .lists {
    margin: 0 -25px 80px; }
    .volunteer03 .lists .item {
      padding: 0 25px; }
      .volunteer03 .lists .item .__icon-title .__icon {
        width: 85px;
        padding-right: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px; }
      .volunteer03 .lists .item .__icon-title .__title .__small {
        font-size: 16px; }
      .volunteer03 .lists .item .__icon-title .__title .__big {
        font-size: 30px; }
  .volunteer03 .btn-faqs .item .__innerItem.__no-small {
    padding: 28px 65px 33px 40px; }
    .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
      font-size: 40px; }
  .volunteer04 {
    padding: 70px 0 140px; }
    .volunteer04 .entry-header {
      margin-bottom: 90px; }
    .volunteer04 .lists {
      margin: 0 -90px; }
      .volunteer04 .lists .item {
        padding: 0 90px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:before {
          right: -107px; }
        .volunteer04 .lists .item:nth-child(2n+1) .__title:after {
          right: -90px; }
        .volunteer04 .lists .item:nth-child(2n) {
          margin-top: 185px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:before {
            left: -107px; }
          .volunteer04 .lists .item:nth-child(2n) .__title:after {
            left: -90px; }
        .volunteer04 .lists .item:nth-child(2) {
          margin-top: 210px; }
        .volunteer04 .lists .item:last-child .__content:before {
          left: -95px; }
        .volunteer04 .lists .item:last-child .__content:after {
          right: -95px; }
        .volunteer04 .lists .item .__title {
          font-size: 35px; }
        .volunteer04 .lists .item .__image {
          margin-bottom: 40px; }
  .okinawa01 .entry-content .__content .__subtitle {
    font-size: 23px; }
  .okinawa01 .entry-content .__content h3 {
    font-size: 35px; }
  .okinawa01 .entry-content .__content p {
    font-size: 18px; }
  .okinawa01 .__buttons li a {
    min-width: 225px;
    height: 60px;
    font-size: 25px; }
  .okinawa02 {
    padding: 160px 0; }
    .okinawa02::before {
      height: 174px; }
    .okinawa02 .entry-header {
      padding-bottom: 30px;
      margin-bottom: 70px; }
      .okinawa02 .entry-header .__stt {
        font-size: 250px; }
    .okinawa02 .okinawa-block {
      padding-top: 150px; }
      .okinawa02 .okinawa-block .entry-content {
        margin: 0 -35px 50px; }
        .okinawa02 .okinawa-block .entry-content .item {
          padding: 0 35px; }
          .okinawa02 .okinawa-block .entry-content .item .__image h3 {
            padding: 13px 10px 18px;
            font-size: 40px; }
            .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
              font-size: 25px; }
          .okinawa02 .okinawa-block .entry-content .item .__content h4 {
            font-size: 30px; }
          .okinawa02 .okinawa-block .entry-content .item .__content p {
            font-size: 18px; }
    .okinawa02 .okinawa-block01:before {
      top: -185px;
      right: 11%;
      width: 558px;
      height: 260px; }
    .okinawa02 .okinawa-block01 .entry-header:before {
      width: 250px;
      height: 72px; }
    .okinawa02 .okinawa-block01 .entry-header:after {
      width: 170px;
      height: 197px; }
    .okinawa02 .okinawa-block02 .entry-header:before {
      left: 6%;
      width: 180px;
      height: 171px; }
    .okinawa02 .okinawa-block02 .entry-header:after {
      right: 12%;
      width: 145px;
      height: 149px; }
    .okinawa02 .okinawa-block03 .entry-header:before {
      top: -120px;
      left: 6%;
      width: 227px;
      height: 169px; }
    .okinawa02 .okinawa-block03 .entry-header:after {
      bottom: -30px;
      right: 12%;
      width: 134px;
      height: 134px; }
    .okinawa02 .okinawa-block04 .entry-header:after,
    .okinawa02 .okinawa-block05 .entry-header:after {
      right: 15%;
      width: 213px;
      height: 198px; }
  .okinawa03 {
    padding: 100px 0 180px; }
    .okinawa03::before {
      top: -75px;
      left: 10%;
      width: 378px;
      height: 294px; }
    .okinawa03 .entry-content {
      margin: 0 -25px; }
      .okinawa03 .entry-content .item {
        padding: 0 25px; }
        .okinawa03 .entry-content .item .inner .__content h3 {
          font-size: 25px; }
          .okinawa03 .entry-content .item .inner .__content h3 .__small {
            font-size: 20px; }
        .okinawa03 .entry-content .item .inner .__content .__text-blue {
          font-size: 16px; }
        .okinawa03 .entry-content .item .inner .__content .__text-number {
          font-size: 16px; }
          .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
            font-size: 30px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
              margin-left: 15px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number.last {
              margin-left: 8px; }
  .page-contact ul.tabs {
    margin: 0 0 55px; }
    .page-contact ul.tabs li {
      padding: 0 40px; }
      .page-contact ul.tabs li a {
        font-size: 25px; } }

@media screen and (max-width: 991px) {
  .main-slide .owl-carousel .owl-stage {
    -webkit-transition: all 1s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
    transition: all 1s ease 0s !important; }
    .professional-services {
      padding: 20px 0;
    }
    .professional-services.professional-services2 {
      padding: 60px 0;
    }
    .professional-services .container {
      padding: 0; }
    .professional-services .__entry-header {
      padding: 0 20px; }
    .professional-services .__lists .__item .__content {
      padding: 13px 15px 15px; }
      .professional-services .__lists .__item .__content .__h3 {
        font-size: 25px;
        margin: 0 0 10px;
        padding: 0 0 8px;
        line-height: 1.3; }
      .professional-services .__lists .__item .__content .__description {
        font-size: 14px;
        line-height: 1.5; }
    .professional-services .__lists .__item .__image img {
      width: 100%;
      height: auto; }
  .customer-chosen {
    padding: 60px 0; }
    .customer-chosen .__entry-header .__h2 .__icon:before {
      font-size: 50px; }
    .customer-chosen .__entry-content .__image {
      margin: 0 -30px 30px; }
      .customer-chosen .__entry-content .__image img {
        display: block;
        width: 100%;
        height: auto; }
    .customer-chosen .__entry-content .__content .__h3 {
      font-size: 35px;
      margin: 0 0 10px;
      text-align: center;
      line-height: 1.4; }
    .customer-chosen .__entry-content .__content .__en {
      font-size: 16px;
      margin: 0 0 23px;
      text-align: center;
      line-height: 1.5; }
    .customer-chosen .__entry-content .__content .__description {
      margin-bottom: 50px; }
      .customer-chosen .__entry-content .__content .__description p {
        font-size: 16px;
        margin: 0 0 25px;
        line-height: 1.8; }
  .jst-staff {
    padding: 60px 0; }
    .jst-staff .__entry-header .__h2 .__icon:before {
      font-size: 50px; }
    .jst-staff .__entry-content {
      margin-bottom: 45px; }
      .jst-staff .__entry-content .__item .__content {
        padding: 15px 18px 18px 30px; }
        .jst-staff .__entry-content .__item .__content:before {
          top: 15px;
          bottom: 18px;
          left: 15px;
          width: 2px; }
        .jst-staff .__entry-content .__item .__content .__small {
          font-size: 12px;
          margin-bottom: 8px; }
        .jst-staff .__entry-content .__item .__content .__big {
          font-size: 16px;
          margin-bottom: 8px;
          letter-spacing: -1px; }
        .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
          font-size: 20px; }
        .jst-staff .__entry-content .__item .__content .__name .__en {
          font-size: 12px;
          padding-left: 8px;
          letter-spacing: 1px; }
      .jst-staff .__entry-content .__item .__absolute {
        right: -6px;
        font-size: 45px;
        line-height: 1; }
  .customer-experience {
    padding: 60px 0; }
    .customer-experience:after {
      top: -130px;
      width: 250px;
      height: 200px; }
    .customer-experience .__entry-header .__h2 .__icon:before {
      font-size: 50px; }
    .customer-experience .__entry-content {
      margin: 0 -30px 45px;
      width: auto; }
      .customer-experience .__entry-content .__item {
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3); }
        .customer-experience .__entry-content .__item .__content {
          padding: 20px 15px 15px;
          left: 0; }
          .customer-experience .__entry-content .__item .__content .__bg-white {
            font-size: 12px;
            margin: 0 0 10px; }
            .customer-experience .__entry-content .__item .__content .__bg-white .__txt {
              height: 21px;
              line-height: 19px;
              border-radius: 21px;
              padding: 0 20px; }
          .customer-experience .__entry-content .__item .__content .__h3 {
            font-size: 18px;
            margin: 0 0 8px; }
          .customer-experience .__entry-content .__item .__content .__description p {
            font-size: 12px;
            margin: 0;
            line-height: 1.6; }
  .perfect-trip {
    padding: 60px 0; }
    .perfect-trip .__entry-header .__h2 .__icon:before {
      font-size: 54px; }
    .perfect-trip .__list-anchor {
      margin: 30px 0 50px; }
      .perfect-trip .__list-anchor li {
        padding: 0 15px; }
        .perfect-trip .__list-anchor li a, .perfect-trip .__list-anchor li button {
          font-size: 16px;
          padding: 0 5px 5px; }
    .perfect-trip .__entry-content .__h3 {
      font-size: 18px;
      margin: 0 0 40px; }
      .perfect-trip .__entry-content .__h3 .__txt:before, .perfect-trip .__entry-content .__h3 .__txt:after {
        content: '';
        width: 100px; }
      .perfect-trip .__entry-content .__h3 .__txt:before {
        left: -120px; }
      .perfect-trip .__entry-content .__h3 .__txt:after {
        right: -120px; }
    .perfect-trip .__search-purpose {
      margin-bottom: 60px; }
      .perfect-trip .__search-purpose .__lists .__item .__innerItem {
        padding: 15px 10px; }
      .perfect-trip .__search-purpose .__lists .__item .__h4 {
        font-size: 20px;
        padding: 10px 0 0; }
    .perfect-trip .__search-special .__lists .__content {
      padding: 10px; }
      .perfect-trip .__search-special .__lists .__content .__h4 {
        font-size: 31px;
        line-height: 1.3; }
      .perfect-trip .__search-special .__lists .__content .__small {
        font-size: 16px; }
  .jst-news {
    padding: 60px 0; }
    .jst-news .__entry-header {
      margin-bottom: 20px; }
      .jst-news .__entry-header .__h2 .__icon {
        margin-bottom: 10px; }
        .jst-news .__entry-header .__h2 .__icon:before {
          font-size: 50px; }
    .jst-news .__entry-content .__tabs_nav {
      margin: 0 -15px 15px; }
      .jst-news .__entry-content .__tabs_nav li {
        padding: 0 15px;
        margin-bottom: 20px; }
        .jst-news .__entry-content .__tabs_nav li a, .jst-news .__entry-content .__tabs_nav li button {
          font-size: 16px; }
    .jst-news .__tabs_content {
      margin-bottom: 20px; }
      .jst-news .__tabs_content .__lists {
        margin: 0 -15px; }
        .jst-news .__tabs_content .__lists .__item {
          width: 50%;
          border-right: 1px solid #9C9C9C;
          padding: 0 15px;
          margin-bottom: 30px; }
          .jst-news .__tabs_content .__lists .__item:nth-child(2n) {
            border-right: 0; }
          .jst-news .__tabs_content .__lists .__item .__image {
            margin-bottom: 15px; }
          .jst-news .__tabs_content .__lists .__item .__content {
            margin-bottom: 10px; }
          .jst-news .__tabs_content .__lists .__item .__h3 {
            font-size: 16px;
            margin: 0 0 10px; }
          .jst-news .__tabs_content .__lists .__item .__description {
            font-size: 13px;
            line-height: 1.6; }
  .make-reservation {
    padding: 60px 0; }
    .make-reservation .__entry-header .__h2 .__icon:before {
      font-size: 54px; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 -10px 25px; }
      .make-reservation .__entry-content .__lists_btn li {
        padding: 0 10px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 16px;
          height: 60px;
          line-height: 54px;
          border-radius: 10px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            top: 12px;
            padding-right: 10px; }
            .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
              font-size: 32px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow img {
            padding-right: 10px; }
    .make-reservation .__entry-content .__txt p {
      font-size: 14px; }
  .jst-sns {
    padding: 60px 0; }
    .jst-sns .__entry-header .__h2 .__icon {
      margin-bottom: 10px; }
      .jst-sns .__entry-header .__h2 .__icon:before {
        font-size: 54px; }
    .jst-sns .__entry-content .__item {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #707070; }
      .jst-sns .__entry-content .__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
      .jst-sns .__entry-content .__item .__logo {
        margin-bottom: 15px; }
      .jst-sns .__entry-content .__item .__tags li {
        margin-bottom: 20px; }
        .jst-sns .__entry-content .__item .__tags li a {
          -ms-transform: translateZ(0);
          -moz-transform: translateZ(0);
          -o-transform: translateZ(0);
          -webkit-transform: translateZ(0);
          transform: translateZ(0); }
        .jst-sns .__entry-content .__item .__tags li:last-child {
          margin-bottom: 0; }
  .travel-parts {
    padding: 60px 0; }
    .travel-parts .__entry-header .__h2 .__icon {
      margin-bottom: 10px; }
      .travel-parts .__entry-header .__h2 .__icon:before {
        font-size: 54px; }
    .travel-parts .__entry-content .__lists {
      width: auto;
      margin: 0 -30px; }
      .travel-parts .__entry-content .__lists li a {
        position: relative;
        display: block; }
        .travel-parts .__entry-content .__lists li a:after {
          content: '';
          position: absolute;
          opacity: 1;
          visibility: visible;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-color: rgba(58, 58, 58, 0.56);
          z-index: 1;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .travel-parts .__entry-content .__lists .active li a:after {
        opacity: 0;
        visibility: hidden; }
  /* ------------------------
    *************
        Story
    *************
    -------------------------*/
  .mv-general {
    margin: 30px 0 20px;
    padding: 25px 0 20px; }
    .mv-general h1 {
      font-size: 30px; }
  .general-single {
    padding-top: 25px; }
    .general-single .primary {
      width: 100%;
      padding-right: 0;
      margin-bottom: 60px; }
      .general-single .primary .__head .__socials li a {
        height: 36px;
        line-height: 32px;
        min-width: 125px; }
      .general-single .primary .__head .__title-sns {
        margin-bottom: 20px;
        padding-bottom: 10px; }
        .general-single .primary .__head .__title-sns .__title {
          padding: 0 0 10px;
          border-bottom: 1px solid #707070; }
        .general-single .primary .__head .__title-sns .__socials {
          padding: 0; }
      .general-single .primary .__title {
        font-size: 20px;
        margin: 0 0 20px;
        padding-bottom: 10px;
        border-width: 3px; }
      .general-single .primary .__date-category .__date {
        font-size: 16px; }
      .general-single .primary .__date-category .__category {
        font-size: 13px;
        height: 22px;
        line-height: 19px; }
      .general-single .primary .__content {
        margin-bottom: 50px; }
        .general-single .primary .__content .wp-block-image {
          margin: 0 0 30px; }
        .general-single .primary .__content h2 {
          font-size: 20px;
          margin: 0 0 15px;
          line-height: 1.5; }
        .general-single .primary .__content h3 {
          font-size: 18px;
          margin: 0 0 15px;
          line-height: 1.5; }
        .general-single .primary .__content h4 {
          font-size: 16px;
          margin: 0 0 15px;
          line-height: 1.5; }
        .general-single .primary .__content p {
          font-size: 16px;
          margin: 0 0 35px; }
        .general-single .primary .__content .wp-block-columns {
          margin-bottom: 50px;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .general-single .primary .__content .wp-block-columns .wp-block-column {
            width: 100%;
            -ms-flex-preferred-size: unset !important;
            flex-basis: unset !important;
            margin: 0; }
        .general-single .primary .__content .mb110 {
          margin-bottom: 60px; }
        .general-single .primary .__content .mb100 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb90 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb80 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb70 {
          margin-bottom: 50px; }
        .general-single .primary .__content .mb60 {
          margin-bottom: 50px; }
      .general-single .primary .__foot {
        position: relative;
        padding-bottom: 75px;
        max-width: 320px; }
        .general-single .primary .__foot .btn.--min350 a {
          position: absolute;
          bottom: 0;
          left: 0;
          min-width: 300px;
          font-size: 15px; }
        .general-single .primary .__foot .prev-post a, .general-single .primary .__foot .next-post a {
          font-size: 15px; }
          .general-single .primary .__foot .prev-post a:before, .general-single .primary .__foot .prev-post a:after, .general-single .primary .__foot .next-post a:before, .general-single .primary .__foot .next-post a:after {
            top: calc(50% - 9px); }
      .general-single .primary .event-report {
        padding: 80px 40px 50px; }
        .general-single .primary .event-report:before {
          width: 200px;
          height: 50px; }
        .general-single .primary .event-report .__title {
          font-size: 28px;
          padding-bottom: 15px;
          margin-bottom: 40px; }
        .general-single .primary .event-report .__name {
          margin: 80px 0 0; }
    .general-single .sidebar {
      width: 100%; }
  .story-detail .__head {
    margin-bottom: 40px; }
    .story-detail .__head .__userInfo .__info .__small {
      font-size: 14px; }
    .story-detail .__head .__userInfo .__info .__name {
      font-size: 25px; }
    .story-detail .__head .__tag-social .__tags {
      margin-bottom: 15px; }
    .story-detail .__head .__tag-social .__tags, .story-detail .__head .__tag-social .__socials {
      width: 100%; }
  .news-detail.style3 .__head {
    margin-bottom: 30px; }
    .news-detail.style3 .__head .__userInfo .__info .__small {
      font-size: 14px; }
    .news-detail.style3 .__head .__userInfo .__info .__name {
      font-size: 25px; }
      .news-detail.style3 .__head .__userInfo .__info .__name .__smll {
        font-size: 15px; }
    .news-detail.style3 .__head .__tag-social .__tags {
      margin-bottom: 15px; }
    .news-detail.style3 .__head .__tag-social .__tags, .news-detail.style3 .__head .__tag-social .__socials {
      width: 100%; }
  .news-detail .__author {
    margin-bottom: 60px; }
    .news-detail .__author .__bg-author {
      padding: 20px 25px; }
      .news-detail .__author .__bg-author .__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        width: 130px;
        padding-right: 15px; }
      .news-detail .__author .__bg-author .__info .__small {
        font-size: 15px; }
      .news-detail .__author .__bg-author .__info .__name {
        font-size: 22px;
        margin-bottom: 8px; }
        .news-detail .__author .__bg-author .__info .__name .__smll {
          font-size: 14px; }
      .news-detail .__author .__bg-author .__info .__description {
        font-size: 14px; }
  .three-banner .container {
    padding: 0; }
  .three-banner .__lists .active .__item .__itemInner:after {
    content: none; }
  .three-banner .__item {
    margin-bottom: 0; }
    .three-banner .__item .__itemInner:after {
      content: '';
      position: absolute;
      opacity: 1;
      visibility: visible;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(58, 58, 58, 0.56);
      z-index: 99;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .three-banner .__item .__content h3 {
      padding: 10px 10px 16px;
      font-size: 28px; }
      .three-banner .__item .__content h3 .__line {
        height: 18px;
        bottom: 16px; }
  .three-banner .__slide-general .owl-dots {
    margin-top: 5px; }
  .search-formConsultation {
    margin: 20px 0 50px; }
    .search-formConsultation .form-datepicker {
      width: 225px;
      margin-right: 45px; }
    .search-formConsultation .form-submit input {
      padding: 3px 15px 7px;
      min-width: 160px;
      font-size: 16px; }
      .search-formConsultation .form-submit input:first-child {
        margin-right: 25px; }
  .consultation .__title {
    font-size: 25px;
    padding: 0;
    margin: 0 0 15px;
    text-align: center; }
  .consultation .consultation-content {
    margin-bottom: 40px; }
    .consultation .consultation-content .tb-tr .tb-td p {
      font-size: 12px; }
    .consultation .consultation-content .tb-tr .tb-th {
      padding: 10px;
      font-size: 15px;
      background-color: #fff !important; }
    .consultation .consultation-content .tb-tr .tb-tb-td {
      min-height: 115px;
      text-align: center;
      color: #333; }
      .consultation .consultation-content .tb-tr .tb-tb-td.current {
        background-color: #4B4B4B; }
        .consultation .consultation-content .tb-tr .tb-tb-td.current .stt {
          color: #fff; }
      .consultation .consultation-content .tb-tr .tb-tb-td .stt {
        font-size: 18px;
        color: #333; }
      .consultation .consultation-content .tb-tr .tb-tb-td .event {
        display: none; }
      .consultation .consultation-content .tb-tr .tb-tb-td.td-disable {
        background-color: #fff; }
        .consultation .consultation-content .tb-tr .tb-tb-td.td-disable .stt {
          color: #9C9C9C; }
      .consultation .consultation-content .tb-tr .tb-tb-td.tb-current {
        background-color: #4B4B4B; }
        .consultation .consultation-content .tb-tr .tb-tb-td.tb-current .stt {
          color: #fff; }
      .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.tb-last, .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.tb-first {
        background-color: #FF666E; }
      .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.td-disable.tb-last, .consultation .consultation-content .tb-tr .tb-tb-td.tb-td.td-disable.tb-first {
        background-color: #fff; }
    .consultation .consultation-content .tb-tr .td-no-event .event {
      margin-top: 25px; }
    .consultation .consultation-content .tb-tr .tb-first .stt, .consultation .consultation-content .tb-tr .tb-last .stt {
      color: #fff; }
    .consultation .consultation-content .tb-tr .td-no-event {
      background-color: #A8C2FE; }
      .consultation .consultation-content .tb-tr .td-no-event .stt {
        color: #fff; }
  .consultation .show-event p {
    margin: 0; }
  .consultation .show-event .date {
    font-size: 16px;
    color: #9C9C9C;
    padding-bottom: 8px; }
  .consultation .show-event .list {
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    background-color: #F8F8F8;
    margin-bottom: 50px; }
    .consultation .show-event .list .__txt {
      position: relative;
      font-size: 18px;
      color: #7B7B7B;
      padding: 15px 12px 17px;
      border-bottom: 1px solid #9C9C9C;
      line-height: 1.5; }
      .consultation .show-event .list .__txt:last-child {
        border-bottom: 0; }
      .consultation .show-event .list .__txt:after {
        position: absolute;
        content: '\e910';
        font-family: 'icomoon';
        top: 15px;
        right: 15px; }
  .consultation-form {
    padding: 60px 0; }
    .consultation-form .__head {
      margin-bottom: 40px; }
      .consultation-form .__head h2 {
        font-size: 30px;
        margin: 0 0 10px;
        line-height: 1.3; }
      .consultation-form .__head p {
        font-size: 16px;
        margin: 0;
        line-height: 1.6; }
      .consultation-form .__head .__required {
        font-size: 14px; }
    .consultation-form .form-group {
      margin-bottom: 35px; }
      .consultation-form .form-group .form-label {
        display: inline-block;
        font-size: 18px;
        padding-right: 15px;
        margin-bottom: 10px; }
      .consultation-form .form-group .form-detail {
        clear: both;
        font-size: 16px; }
        .consultation-form .form-group .form-detail .__select {
          width: 100%;
          margin-bottom: 10px; }
          .consultation-form .form-group .form-detail .__select:last-child {
            margin-bottom: 0; }
          .consultation-form .form-group .form-detail .__select select {
            width: 100%;
            padding: 14px 15px 16px; }
        .consultation-form .form-group .form-detail .__checkbox {
          margin-bottom: 15px; }
          .consultation-form .form-group .form-detail .__checkbox span {
            display: block; }
          .consultation-form .form-group .form-detail .__checkbox .wpcf7-list-item-label {
            width: calc(100% - 35px); }
        .consultation-form .form-group .form-detail .required {
          font-size: 14px; }
      .consultation-form .form-group.form-radio .form-label {
        margin-bottom: 15px; }
      .consultation-form .form-group.form-radio .form-detail .__radio {
        margin-bottom: 15px; }
        .consultation-form .form-group.form-radio .form-detail .__radio label {
          width: calc(100% - 30px); }
        .consultation-form .form-group.form-radio .form-detail .__radio .wpcf7-list-item label .wpcf7-list-item-label:before {
          top: 2px; }
        .consultation-form .form-group.form-radio .form-detail .__radio .wpcf7-list-item label .wpcf7-list-item-label:after {
          top: 7px; }
      .consultation-form .form-group.form-radioInline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .consultation-form .form-group.form-radioInline .form-label {
          margin-bottom: 0;
          padding-right: 40px; }
        .consultation-form .form-group.form-radioInline .form-detail {
          padding-top: 2px; }
          .consultation-form .form-group.form-radioInline .form-detail .__radio {
            margin-bottom: 0; }
            .consultation-form .form-group.form-radioInline .form-detail .__radio label {
              width: auto; }
      .consultation-form .form-group.form-radioJst .form-label {
        width: 100%;
        display: block;
        padding-right: 0;
        margin-bottom: 15px; }
      .consultation-form .form-group.form-radioJst .form-detail {
        padding-top: 0; }
        .consultation-form .form-group.form-radioJst .form-detail .__radio .wpcf7-list-item {
          display: block;
          padding-right: 0; }
      .consultation-form .form-group.form-checkbox .form-label {
        margin-bottom: 15px; }
      .consultation-form .form-group.form-checkbox .form-detail .__checkbox.mb40 {
        margin-bottom: 30px; }
      .consultation-form .form-group.form-checkbox .form-detail .form-required {
        font-size: 12px; }
      .consultation-form .form-group.form-group04 .form-detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .consultation-form .form-group.form-group04 .form-detail .__select {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .consultation-form .form-group.form-group04 .form-detail .__select .wpcf7-form-control-wrap {
            width: calc(100% - 55px); }
          .consultation-form .form-group.form-group04 .form-detail .__select .__txt {
            font-size: 18px; }
      .consultation-form .form-group.form-txt .form-detail input {
        padding: 12px 15px 15px; }
      .consultation-form .form-group.form-postal .form-detail input {
        padding: 13px 15px 15px;
        width: 100%; }
      .consultation-form .form-group.form-postal .btn {
        display: block;
        position: relative;
        margin-top: 20px; }
        .consultation-form .form-group.form-postal .btn a {
          display: block;
          font-size: 16px;
          padding: 0 35px 0 15px;
          height: 50px;
          line-height: 45px;
          width: 100%;
          color: #333; }
          .consultation-form .form-group.form-postal .btn a:after {
            top: 0;
            bottom: 0;
            right: 15px;
            margin: auto;
            color: #333; }
      .consultation-form .form-group.form-textarea .form-detail textarea {
        padding: 12px 15px 15px;
        height: 320px; }
      .consultation-form .form-group.form-group15 {
        margin-bottom: 45px; }
        .consultation-form .form-group.form-group15 .form-label {
          display: none; }
        .consultation-form .form-group.form-group15 .form-detail .__checkbox span {
          width: 100%; }
        .consultation-form .form-group.form-group15 .form-detail .__checkbox label {
          font-size: 16px;
          padding-left: 0; }
    .consultation-form .form-submit .btn-submit {
      max-width: 420px; }
    .consultation-form .form-submit .wpcf7-submit {
      font-size: 24px;
      height: 72px;
      line-height: 65px;
      width: 100%;
      padding: 0 0 5px; }
      .consultation-form .form-submit .wpcf7-submit img {
        width: 50px; }
      .consultation-form .form-submit .wpcf7-submit span {
        padding-right: 10px; }
        .consultation-form .form-submit .wpcf7-submit span:before {
          font-size: 35px; }
    .consultation-form .iframe-zoom {
      height: calc(100vh - 65px); }
      .consultation-form .iframe-zoom .__txt {
        font-size: 30px;
        line-height: 1.3; }
  .page-thanks .thanks {
    padding: 60px 0 30px; }
    .page-thanks .thanks p {
      margin: 0 0 15px;
      font-size: 16px; }
    .page-thanks .thanks h3 {
      font-size: 30px;
      margin: 0 0 25px; }
    .page-thanks .thanks .wp-block-buttons {
      margin: 30px 0 0; }
  .mv-feature {
    height: calc(100vh - 63px); }
    .mv-feature .mv-text {
      top: 60px;
      padding: 5px 20px 10px 0;
      display: inline-block; }
      .mv-feature .mv-text .__en, .mv-feature .mv-text .__jp {
        display: block; }
      .mv-feature .mv-text .__en {
        font-size: 35px;
        letter-spacing: 3px;
        line-height: 1.3; }
      .mv-feature .mv-text .__jp {
        font-size: 18px; }
  .feature-related, .feature-list {
    margin-bottom: 60px; }
    .feature-related .__lists .__item .__subtitle, .feature-list .__lists .__item .__subtitle {
      top: 30px;
      left: 20px;
      text-align: left; }
      .feature-related .__lists .__item .__subtitle .__small, .feature-list .__lists .__item .__subtitle .__small {
        font-size: 16px; }
      .feature-related .__lists .__item .__subtitle .__title, .feature-list .__lists .__item .__subtitle .__title {
        font-size: 25px; }
        .feature-related .__lists .__item .__subtitle .__title .__bg:after, .feature-list .__lists .__item .__subtitle .__title .__bg:after {
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 15px;
          background: url(img/bg_txt_sp.png) repeat-x;
          z-index: -1;
          -webkit-transform: skew(-60deg);
          -ms-transform: skew(-60deg);
          transform: skew(-60deg); }
    .feature-related .__lists .__content, .feature-list .__lists .__content {
      padding: 10px 10px 13px; }
      .feature-related .__lists .__content .__h4, .feature-list .__lists .__content .__h4 {
        font-size: 31px;
        line-height: 1.3; }
      .feature-related .__lists .__content .__small, .feature-list .__lists .__content .__small {
        font-size: 16px; }
    .feature-related .__lists .owl-dots, .feature-list .__lists .owl-dots {
      margin-top: 20px; }
    .feature-related .__btn, .feature-list .__btn {
      margin-top: 35px; }
  .feature-detail {
    padding: 40px 0 80px; }
    .feature-detail h1 {
      font-size: 30px;
      margin: 0 0 15px; }
    .feature-detail h2 {
      font-size: 18px;
      padding: 8px 30px 11px;
      margin: 0 -30px 25px; }
    .feature-detail h3 {
      font-size: 20px;
      margin: 0 0 15px;
      padding-bottom: 10px; }
    .feature-detail h4 {
      font-size: 18px;
      margin: 0 0 15px;
      padding-bottom: 8px; }
    .feature-detail h5 {
      font-size: 20px;
      margin: 0 auto 5px;
      max-width: 85%; }
    .feature-detail p {
      font-size: 16px; }
    .feature-detail .wp-block-spacer.h110 {
      height: 70px !important; }
    .feature-detail .wp-block-spacer.h100 {
      height: 60px !important; }
    .feature-detail .wp-block-spacer.h90 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h80 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h70 {
      height: 50px !important; }
    .feature-detail .wp-block-spacer.h60 {
      height: 50px !important; }
    .feature-detail .__table-title {
      margin-bottom: 40px; }
    .feature-detail .wp-block-quote {
      padding: 5px 0 5px 10px;
      margin: 0 0 30px;
      font-size: 16px; }
      .feature-detail .wp-block-quote p {
        line-height: 1.8;
        font-size: 16px; }
    .feature-detail .wp-block-columns {
      max-width: 85%;
      margin: 0 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .feature-detail .wp-block-columns .wp-block-column {
        padding: 0;
        width: 100%;
        -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
        margin: 0 0 50px; }
        .feature-detail .wp-block-columns .wp-block-column:last-child {
          margin-bottom: 0; }
        .feature-detail .wp-block-columns .wp-block-column h5 {
          margin: 0 0 25px;
          max-width: 100%; }
        .feature-detail .wp-block-columns .wp-block-column .wp-block-image {
          margin: 0 0 20px; }
    .feature-detail .wp-block-separator.is-style-wide {
      margin: 65px 0 55px; }
    .feature-detail .table-image {
      max-width: 85%;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .feature-detail .table-image .__table, .feature-detail .table-image .__image {
        padding: 0;
        width: 100%; }
      .feature-detail .table-image .__image {
        margin-bottom: 40px; }
      .feature-detail .table-image .__table .__inner {
        border-width: 1px; }
      .feature-detail .table-image .__table dl dt {
        text-align: center;
        padding: 4px 25px 8px;
        width: 100%;
        font-size: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .feature-detail .table-image .__table dl dd {
        text-align: center;
        padding: 4px 25px 5px;
        width: 100%;
        font-size: 16px;
        line-height: 1.6; }
  .single-feature .make-reservation {
    margin-bottom: 60px; }
    .single-feature .make-reservation .__btn_yellow {
      max-width: 320px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
      padding-right: 25px; }
    .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
      padding-left: 25px; }
  .feature-list {
    padding-top: 0; }
    .feature-list .__lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px 45px; }
      .feature-list .__lists .__item {
        width: 50%;
        padding: 0 15px;
        margin-top: 30px; }
        .feature-list .__lists .__item .__subtitle .__small {
          font-size: 18px; }
        .feature-list .__lists .__item .__subtitle .__title {
          font-size: 30px; }
        .feature-list .__lists .__item .__content .__h4 {
          font-size: 35px; }
        .feature-list .__lists .__item .__content .__small {
          font-size: 18px; }
  .about {
    position: relative;
    padding: 30px 0; }
    .about:after {
      content: '';
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 0;
      height: 5px;
      background-color: #707070; }
    .about .__bg-after {
      background-position: bottom -10px left; }
    .about .entry-header {
      margin-bottom: 20px; }
      .about .entry-header .__title {
        font-size: 25px; }
        .about .entry-header .__title .__big {
          font-size: 42px;
          line-height: .9; }
    .about .__item {
      margin-bottom: 30px;
      padding: 30px 0; }
      .about .__item h3 {
        font-size: 18px;
        margin: 0 0 15px; }
      .about .__item p {
        font-size: 16px; }
      .about .__item .__btn {
        margin-top: 60px; }
        .about .__item .__btn .__btn_white {
          line-height: 45px; }
      .about .__item .__title-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px; }
        .about .__item .__title-number .__number {
          font-size: 50px;
          padding-right: 20px;
          margin-right: 20px;
          line-height: .8; }
          .about .__item .__title-number .__number:after {
            top: 20px;
            right: -20px;
            width: 45px;
            height: 1.5px;
            -ms-transform: rotate(-70deg);
            -moz-transform: rotate(-70deg);
            -o-transform: rotate(-70deg);
            -webkit-transform: rotate(-70deg);
            transform: rotate(-70deg); }
        .about .__item .__title-number .__txt .__gray {
          font-size: 16px; }
        .about .__item .__title-number .__txt .__red {
          font-size: 23px; }
          .about .__item .__title-number .__txt .__red .__small {
            font-size: 18px; }
      .about .__item .__image-content .__image {
        margin-bottom: 15px; }
      .about .__item .__image-content .__block {
        position: relative; }
        .about .__item .__image-content .__block h3 {
          position: relative;
          top: 5px;
          padding-left: 70px;
          margin-bottom: 25px; }
        .about .__item .__image-content .__block .__logo {
          position: absolute;
          top: 0;
          left: 0; }
          .about .__item .__image-content .__block .__logo img {
            height: 44px;
            width: auto; }
      .about .__item.__item07:after {
        height: 75%; }
      .about .__item.__style2 {
        padding-right: 30px;
        padding-left: 30px; }
        .about .__item.__style2 .__image-number {
          margin-bottom: 20px; }
          .about .__item.__style2 .__image-number .__image:first-child {
            margin-bottom: 10px; }
  .page-company .entry-header .__title {
    font-size: 25px; }
  .page-company .entry-content .__item {
    padding: 20px 0; }
    .page-company .entry-content .__item .__left, .page-company .entry-content .__item p {
      font-size: 18px; }
    .page-company .entry-content .__item .__left {
      margin-bottom: 5px; }
    .page-company .entry-content .__item .__right, .page-company .entry-content .__item p {
      font-size: 16px; }
    .page-company .entry-content .__item .__right a.__phone {
      padding-left: 15px; }
    .page-company .entry-content .__item .__right .__line-blue a {
      padding-left: 5px;
      font-size: 10px; }
  .company-profile {
    padding: 30px 0 60px; }
    .company-profile .entry-header {
      margin-bottom: 20px; }
  .company-map {
    margin-bottom: 60px; }
    .company-map .entry-header {
      margin-bottom: 25px; }
    .company-map .__item {
      border-bottom: 0; }
    .company-map .iframe-map {
      margin-bottom: 15px; }
      .company-map .iframe-map iframe {
        height: 360px; }
  .company-video .__entry-header {
    margin-bottom: 25px; }
  .company-video .__video {
    margin-bottom: 30px; }
  .faq {
    padding-top: 20px;
    padding-bottom: 30px; }
    .faq .list-tabs {
      list-style: none;
      padding: 0;
      margin: 0 0 30px; }
      .faq .list-tabs li {
        width: 100%;
        margin-bottom: 10px; }
        .faq .list-tabs li.active a {
          color: #fff;
          background-color: #FF9900; }
          .faq .list-tabs li.active a:after {
            border-top-color: #fff; }
      .faq .list-tabs a {
        display: block;
        font-size: 20px;
        color: #FF9900;
        font-weight: normal;
        padding: 10px 45px 12px 20px;
        border: 1px solid #FF9900;
        text-decoration: none; }
        .faq .list-tabs a:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 15px;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 10px solid #FF9900; }
    .faq .tab-item {
      display: block !important; }
      .faq .tab-item .btn-tab {
        position: relative;
        font-size: 20px;
        color: #FF9900;
        font-weight: normal;
        line-height: 1.4;
        padding: 10px 50px 12px 20px;
        border: 1px solid #FF9900;
        margin: 0; }
        .faq .tab-item .btn-tab:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 12px solid #FF9900;
          -moz-transition: all 0.15s;
          -o-transition: all 0.15s;
          -webkit-transition: all 0.15s;
          transition: all 0.15s; }
      .faq .tab-item .btn-tab.active {
        background-color: #FF9900;
        color: #fff; }
        .faq .tab-item .btn-tab.active:after {
          -ms-transform: rotate(-540deg);
          -moz-transform: rotate(-540deg);
          -o-transform: rotate(-540deg);
          -webkit-transform: rotate(-540deg);
          transform: rotate(-540deg);
          border-top-color: #fff;
          top: -5px; }
      .faq .tab-item .list-item {
        padding: 20px 0 10px;
        display: none; }
    .faq .tab-content .__inner, .faq .lists .__inner {
      margin-bottom: 30px; }
      .faq .tab-content .__inner #q, .faq .lists .__inner #q {
        font-size: 20px;
        padding-bottom: 10px;
        padding-left: 40px;
        padding-right: 35px;
        margin: 0 0 18px;
        word-break: break-word; }
        .faq .tab-content .__inner #q:before, .faq .lists .__inner #q:before {
          top: 0;
          left: 8px; }
        .faq .tab-content .__inner #q:after, .faq .lists .__inner #q:after {
          top: 0;
          width: 25px;
          height: 25px;
          background-size: 13px;
          background-position: center left 6px; }
        .faq .tab-content .__inner #q.active:after, .faq .lists .__inner #q.active:after {
          background-size: 12px;
          background-position: center left 6px; }
      .faq .tab-content .__inner #a, .faq .lists .__inner #a {
        font-size: 18px;
        margin: 0 0 8px;
        padding-left: 35px;
        word-break: break-word; }
        .faq .tab-content .__inner #a:before, .faq .lists .__inner #a:before {
          top: 0;
          left: 8px; }
      .faq .tab-content .__inner p, .faq .lists .__inner p {
        font-size: 16px;
        margin: 0 0 10px;
        text-align: justify; }
  .qa-list {
    margin-bottom: 50px; }
    .qa-list .lists {
      margin: 0 -15px; }
      .qa-list .lists .item {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 10px; }
      .qa-list .lists .__innerItem {
        padding: 6px 50px 11px 80px;
        border-width: 3px;
        border-radius: 50px; }
        .qa-list .lists .__innerItem:hover {
          opacity: .8;
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .qa-list .lists .__innerItem:before {
          top: 1px;
          left: 38px;
          font-size: 45px; }
        .qa-list .lists .__innerItem:after {
          font-size: 20px;
          top: 17px;
          right: 18px; }
        .qa-list .lists .__innerItem .__small {
          font-size: 16px; }
        .qa-list .lists .__innerItem .__big {
          font-size: 25px; }
  .archive-qa .qa-list {
    padding-top: 45px; }
  .page-general .entry-header .__title {
    font-size: 30px;
    margin: 0; }
    .page-general .entry-header .__title .__number {
      font-size: 40px; }
  .page-general .entry-header .__small {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 1.8; }
    .page-general .entry-header .__small .__number {
      font-size: 20px; }
  .page-general .entry-header .__txt,
  .page-general .entry-header .__txt-sp {
    position: relative; }
    .page-general .entry-header .__txt:after,
    .page-general .entry-header .__txt-sp:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 18px;
      background: url(img/bg_txt_sp.png) repeat-x;
      z-index: -1;
      -ms-transform: skew(-50deg);
      -moz-transform: skew(-50deg);
      -o-transform: skew(-50deg);
      -webkit-transform: skew(-50deg);
      transform: skew(-50deg); }
  .page-general .make-reservation {
    padding: 20px 0; }
  .made-order01 {
    padding: 20px 0 30px; }
    .made-order01 .entry-header {
      margin-bottom: 20px; }
    .made-order01 .entry-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .made-order01 .entry-content .content-left,
      .made-order01 .entry-content .content-right {
        width: 100%; }
      .made-order01 .entry-content .content-right {
        margin-bottom: 15px; }
        .made-order01 .entry-content .content-right img {
          display: block;
          width: 100%;
          height: auto; }
      .made-order01 .entry-content .content-left .__subtitle {
        font-size: 16px; }
      .made-order01 .entry-content .content-left h3 {
        font-size: 25px;
        margin: 0 0 15px; }
      .made-order01 .entry-content .content-left p {
        font-size: 16px; }
  .made-order02 {
    padding: 30px 0 50px; }
    .made-order02 .entry-header {
      margin-bottom: 25px; }
    .made-order02 .entry-content .image {
      margin-bottom: 30px;
      padding: 0 30px; }
    .made-order02 .entry-content .__lists {
      width: auto;
      margin: 0 -30px; }
      .made-order02 .entry-content .__lists .active .__item .__innerItem:after {
        opacity: 0;
        visibility: hidden; }
      .made-order02 .entry-content .__lists .__item .__innerItem {
        padding: 10px 10px 15px;
        position: relative;
        display: block; }
        .made-order02 .entry-content .__lists .__item .__innerItem:after {
          content: '';
          position: absolute;
          opacity: 1;
          visibility: visible;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-color: rgba(58, 58, 58, 0.56);
          z-index: 1;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .made-order02 .entry-content .__lists .__item h3 {
        font-size: 20px; }
  .made-order05 {
    padding-top: 20px; }
    .made-order05 .entry-header {
      margin-bottom: 30px; }
    .made-order05 .entry-content .__video {
      margin-bottom: 35px; }
    .made-order05 .entry-content .__btn {
      margin-bottom: 80px; }
    .made-order05 .entry-content .__item .content-left,
    .made-order05 .entry-content .__item .content-right {
      width: 100%; }
    .made-order05 .entry-content .__item .content-right {
      margin-bottom: 20px; }
      .made-order05 .entry-content .__item .content-right img {
        display: block;
        width: 100%;
        height: auto; }
    .made-order05 .entry-content .__item .__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 50px 30px; }
    .made-order05 .entry-content .__item .icon-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px; }
      .made-order05 .entry-content .__item .icon-title .__icon {
        padding-right: 15px; }
        .made-order05 .entry-content .__item .icon-title .__icon img {
          width: 100px;
          height: auto; }
      .made-order05 .entry-content .__item .icon-title .__title {
        font-size: 16px; }
        .made-order05 .entry-content .__item .icon-title .__title .__txt {
          font-size: 23px; }
          .made-order05 .entry-content .__item .icon-title .__title .__txt:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 20px;
            background: url(img/bg_txt_pc.png) repeat-x;
            z-index: -1;
            -ms-transform: skew(-50deg);
            -moz-transform: skew(-50deg);
            -o-transform: skew(-50deg);
            -webkit-transform: skew(-50deg);
            transform: skew(-50deg); }
    .made-order05 .entry-content .__item .__detail p {
      font-size: 16px; }
  .button-image .content-left img {
    margin: 0 auto -15px; }
  .button-image .content-right .__txt {
    text-align: center; }
    .button-image .content-right .__txt h3 {
      font-size: 30px; }
    .button-image .content-right .__txt p {
      font-size: 18px; }
  .general-qa {
    padding-bottom: 50px; }
    .general-qa .entry-header {
      padding: 45px 0 25px;
      border-width: 4px; }
      .general-qa .entry-header h2 {
        font-size: 18px; }
    .general-qa .item .__innerItem {
      border-width: 3px;
      padding: 10px 40px 13px 75px;
      min-width: 280px;
      max-width: 300px; }
      .general-qa .item .__innerItem:before {
        top: 3px;
        left: 35px;
        font-size: 40px; }
      .general-qa .item .__innerItem:after {
        font-size: 20px;
        top: 16px;
        right: 20px; }
      .general-qa .item .__innerItem .__small {
        font-size: 12px; }
      .general-qa .item .__innerItem .__big {
        font-size: 23px; }
  .page-package .made-order01 {
    position: relative; }
    .page-package .made-order01:after {
      content: '';
      position: absolute;
      top: -50px;
      right: 0;
      width: 100px;
      height: 89px;
      background: url(img/package/sp_after_package.png) no-repeat;
      background-size: cover;
      z-index: -1; }
  .page-ticket {
    overflow-x: hidden; }
  .ticket01 {
    padding: 30px 0 60px; }
    .ticket01 .entry-header {
      margin-bottom: 25px; }
    .ticket01 .entry-content .__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 35px; }
      .ticket01 .entry-content .__item .__icon-title {
        position: relative; }
        .ticket01 .entry-content .__item .__icon-title .__icon {
          position: absolute;
          top: 0;
          left: 0;
          width: 70px;
          z-index: 1; }
        .ticket01 .entry-content .__item .__icon-title .__title h3 {
          position: relative;
          padding: 30px 0 15px 75px;
          font-size: 25px;
          margin-bottom: 5px; }
          .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
            height: 6px; }
        .ticket01 .entry-content .__item .__icon-title .__title h4 {
          font-size: 20px;
          margin-bottom: 10px; }
      .ticket01 .entry-content .__item .__detail p {
        font-size: 16px; }
      .ticket01 .entry-content .__item .__image {
        margin-bottom: 10px; }
        .ticket01 .entry-content .__item .__image img {
          display: block;
          margin: auto; }
  .ticket02 {
    position: relative;
    padding: 30px 0 60px;
    z-index: 2; }
    .ticket02:before {
      content: '';
      position: absolute;
      background: url(img/ticket/after_ticket02_sp.png) no-repeat;
      background-size: cover;
      z-index: -1;
      top: -70px;
      right: -15px;
      width: 120px;
      height: 141px; }
    .ticket02 .entry-header {
      position: relative;
      z-index: 1;
      margin-bottom: 20px;
      text-align: left;
      padding-right: 50px; }
      .ticket02 .entry-header .__small {
        margin-top: 5px; }
      .ticket02 .entry-header:after {
        content: '';
        position: absolute;
        background: url(img/ticket/before_ticket02_sp.png) no-repeat;
        background-size: cover;
        z-index: -1;
        right: -15px;
        bottom: -10px;
        width: 100px;
        height: 47px; }
    .ticket02 .entry-content .table-ticket .__row {
      background-color: #fff;
      border: 8px solid #E8FF00;
      border-bottom: 0; }
      .ticket02 .entry-content .table-ticket .__row:first-child {
        display: none; }
      .ticket02 .entry-content .table-ticket .__row:last-child {
        border-bottom: 8px solid #E8FF00; }
      .ticket02 .entry-content .table-ticket .__row .tb-td {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px 5px;
        font-size: 14px;
        font-weight: bold;
        min-height: 36px;
        padding-left: 30%;
        border-bottom: 2px solid #C3C3F1; }
        .ticket02 .entry-content .table-ticket .__row .tb-td:last-child {
          border-bottom: 0; }
        .ticket02 .entry-content .table-ticket .__row .tb-td:before {
          content: attr(data-title);
          position: absolute;
          top: 0;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 30%;
          height: 100%;
          font-size: 14px;
          border-right: 2px solid #C3C3F1;
          background-color: #fff; }
        .ticket02 .entry-content .table-ticket .__row .tb-td.tb-first {
          font-size: 16px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-left: 15px; }
          .ticket02 .entry-content .table-ticket .__row .tb-td.tb-first:before {
            content: none; }
        .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number {
          background-color: #E8FF00;
          font-size: 30px;
          line-height: .89; }
          .ticket02 .entry-content .table-ticket .__row .tb-td.tb-number .__txt {
            position: relative;
            top: 7px;
            font-size: 16px; }
    .ticket02 .entry-content .__head {
      margin-bottom: 20px; }
      .ticket02 .entry-content .__head h3 {
        font-size: 25px;
        margin: 0 30px;
        overflow: hidden; }
        .ticket02 .entry-content .__head h3 .__txt:before, .ticket02 .entry-content .__head h3 .__txt:after {
          bottom: 10px; }
    .ticket02 .entry-content .block-ticket01 {
      margin-bottom: 35px; }
    .ticket02 .entry-content .block-ticket02 .container,
    .ticket02 .entry-content .block-ticket03 .container {
      padding: 0; }
    .ticket02 .entry-content .block-ticket02 {
      padding-bottom: 35px; }
      .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem {
        margin-bottom: 15px; }
        .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
          font-size: 20px;
          padding: 12px 15px 15px; }
    .ticket02 .entry-content .block-ticket03 .__head {
      position: relative; }
      .ticket02 .entry-content .block-ticket03 .__head:after {
        content: '';
        position: absolute;
        top: 0;
        left: -100px;
        width: 180px;
        height: 108px;
        background: url(img/ticket/before_ticket03_sp.png) no-repeat;
        background-size: cover; }
      .ticket02 .entry-content .block-ticket03 .__head h3 .__txt:before {
        left: -1080px; }
      .ticket02 .entry-content .block-ticket03 .__head h3 .__txt::after {
        right: -1015px; }
    .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem {
      padding: 10px;
      margin-bottom: 15px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__image {
        margin-bottom: 10px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
        font-size: 18px;
        margin: 0 0 10px; }
      .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
        font-size: 14px;
        padding: 15px 0 10px; }
        .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p:after {
          content: none; }
    .ticket02 .entry-content .__slide-general .owl-dots {
      margin-top: 0; }
      .page-ticket .general-qa .item .__innerItem{
        border-color: #a9a9fe;
        color: #a9a9fe;
      }
  .volunteer01 {
    background: url(img/volunteer/bg_volunteer01_sp.png) no-repeat;
    background-position: top 70px left -165px; }
    .volunteer01 .block-volunteer01 {
      padding-bottom: 50px; }
      .volunteer01 .block-volunteer01 .entry-header {
        margin-bottom: 30px; }
      .volunteer01 .block-volunteer01 .entry-content .content-right {
        margin-bottom: 30px; }
      .volunteer01 .block-volunteer01 .entry-content .content-left:before {
        top: -6px;
        left: -18px;
        width: 38px;
        height: 38px; }
      .volunteer01 .block-volunteer01 .entry-content .content-left .__btn {
        margin-top: 30px; }
    .volunteer01 .block-volunteer02 .entry-header h2 {
      font-size: 22px; }
    .volunteer01 .block-volunteer02 .entry-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .volunteer01 .block-volunteer02 .entry-content .item:first-child {
        margin-bottom: 20px; }
      .volunteer01 .block-volunteer02 .entry-content .item .inner {
        display: block; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title {
          padding: 6px 15px 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title:before {
            left: 15px;
            width: 20px;
            height: 20px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title:after {
            width: 45px;
            height: 45px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__txt1 {
            font-size: 18px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__img {
            padding: 0 40px 0 35px; }
          .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__txt2 {
            font-size: 19px; }
            .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__txt2 .__txt:after {
              height: 15px;
              background: url(img/bg_txt_sp.png) repeat-x;
              -ms-transform: skew(-60deg);
              -moz-transform: skew(-60deg);
              -o-transform: skew(-60deg);
              -webkit-transform: skew(-60deg);
              transform: skew(-60deg); }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
          font-size: 16px;
          height: 30px;
          line-height: 28px; }
        .volunteer01 .block-volunteer02 .entry-content .item .inner .right {
          padding: 3px; }
  .volunteer04 {
    padding: 35px 0 10px; }
    .volunteer04 .entry-header {
      margin-bottom: 25px; }
    .volunteer04 .lists .item {
      margin-bottom: 35px; }
      .volunteer04 .lists .item .__title {
        text-align: center;
        font-size: 25px;
        margin: 0 0 20px;
        padding-bottom: 15px; }
        .volunteer04 .lists .item .__title:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 6px;
          background: url(img/volunteer/after_title.png) repeat-x; }
        .volunteer04 .lists .item .__title .__step {
          display: block;
          font-size: 18px; }
      .volunteer04 .lists .item .__image {
        text-align: center;
        margin-bottom: 15px; }
      .volunteer04 .lists .item .__text p {
        font-size: 16px; }
  .volunteer05 {
    display: none; }
  .okinawa01 {
    padding: 30px 0 60px; }
    .okinawa01:before {
      content: '';
      position: absolute;
      top: -35px;
      width: 150px;
      height: 95px;
      right: 0;
      background: url(img/okinawa/after_okinawa01_sp.png) no-repeat;
      background-size: cover;
      z-index: -1; }
    .okinawa01:after {
      content: '';
      position: absolute;
      bottom: 5px;
      width: 250px;
      height: 120px;
      right: 60px;
      background: url(img/okinawa/before_okinawa02_sp.png) no-repeat;
      background-size: cover;
      z-index: -1; }
    .okinawa01 .entry-header {
      margin-bottom: 25px; }
    .okinawa01 .entry-content .__content {
      margin-bottom: 15px; }
      .okinawa01 .entry-content .__content .__subtitle {
        font-size: 16px; }
      .okinawa01 .entry-content .__content h3 {
        font-size: 25px;
        margin: 0 0 15px; }
      .okinawa01 .entry-content .__content p {
        font-size: 16px; }
    .okinawa01 .entry-content .__image {
      text-align: center;
      margin-bottom: 30px; }
      .okinawa01 .entry-content .__image img {
        margin: 0 auto; }
    .okinawa01 .__buttons {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .okinawa01 .__buttons li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px; }
        .okinawa01 .__buttons li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 50px;
          padding: 0 15px 3px;
          font-size: 15px; }
  .okinawa02 {
    padding: 80px 0; }
    .okinawa02::before {
      width: 100%;
      height: 100px; }
    .okinawa02 .entry-header {
      margin-bottom: 25px; }
      .okinawa02 .entry-header .__stt {
        top: -30px;
        left: 30%;
        font-size: 100px; }
    .okinawa02 .okinawa-block {
      padding-top: 90px; }
      .okinawa02 .okinawa-block .entry-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px 45px; }
        .okinawa02 .okinawa-block .entry-content .item {
          width: 50%;
          padding: 0 15px;
          margin-bottom: 30px; }
          .okinawa02 .okinawa-block .entry-content .item:last-child {
            margin-bottom: 0; }
          .okinawa02 .okinawa-block .entry-content .item .__image {
            margin-bottom: 15px; }
            .okinawa02 .okinawa-block .entry-content .item .__image h3 {
              padding: 10px 10px 14px;
              font-size: 18px; }
              .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
                font-size: 16px; }
          .okinawa02 .okinawa-block .entry-content .item .__content h4 {
            font-size: 25px;
            margin: 0 0 10px; }
          .okinawa02 .okinawa-block .entry-content .item .__content p {
            font-size: 16px; }
    .okinawa02 .okinawa-block01 {
      padding-top: 30px !important; }
      .okinawa02 .okinawa-block01 .entry-header:before {
        width: 107px;
        height: 31px;
        top: -45px;
        left: 0;
        background: url(img/okinawa/before_okinawa02_1_sp.png) no-repeat;
        background-size: cover;
        z-index: -2; }
      .okinawa02 .okinawa-block01 .entry-header:after {
        width: 67px;
        height: 67px;
        bottom: 20px;
        right: 0;
        background: url(img/okinawa/after_okinawa02_1_sp.png) no-repeat;
        background-size: cover;
        z-index: -2; }
    .okinawa02 .okinawa-block02 .entry-header:before {
      content: none; }
    .okinawa02 .okinawa-block02 .entry-header:after {
      bottom: -35px;
      right: 25px;
      width: 80px;
      height: 80px;
      background: url(img/okinawa/before_okinawa02_2.png) no-repeat;
      background-size: cover;
      z-index: -2; }
    .okinawa02 .okinawa-block03 .entry-header:before {
      content: none; }
    .okinawa02 .okinawa-block03 .entry-header:after {
      top: -35px;
      right: 30px;
      width: 84px;
      height: 74px;
      background: url(img/okinawa/after_okinawa02_3_sp.png) no-repeat;
      background-size: cover;
      z-index: -2; }
    .okinawa02 .okinawa-block04 .entry-header:before,
    .okinawa02 .okinawa-block05 .entry-header:before {
      content: none; }
    .okinawa02 .okinawa-block04 .entry-header:after,
    .okinawa02 .okinawa-block05 .entry-header:after {
      top: -30px;
      right: 30px;
      width: 90px;
      height: 85px;
      background: url(img/okinawa/after_okinawa02_4.png) no-repeat;
      background-size: cover;
      z-index: -2; }
  .okinawa03 {
    overflow: hidden;
    padding: 35px 0 110px; }
    .okinawa03:before {
      content: none; }
    .okinawa03 .entry-header {
      position: relative;
      margin-bottom: 15px; }
      .okinawa03 .entry-header:after {
        content: '';
        position: absolute;
        top: -20px;
        right: -75px;
        width: 200px;
        height: 160px;
        background: url(img/okinawa/before_okinawa03_sp.png) no-repeat;
        background-size: cover;
        z-index: -1; }
    .okinawa03 .entry-content .item {
      margin-bottom: 25px; }
      .okinawa03 .entry-content .item:last-child {
        margin-bottom: 0; }
      .okinawa03 .entry-content .item .inner {
        padding: 10px 10px 50px; }
        .okinawa03 .entry-content .item .inner .__content h3 {
          font-size: 25px; }
          .okinawa03 .entry-content .item .inner .__content h3 .__small {
            font-size: 18px; }
        .okinawa03 .entry-content .item .inner .__content p {
          font-size: 14px; }
        .okinawa03 .entry-content .item .inner .__content .__text-blue {
          font-size: 14px; }
        .okinawa03 .entry-content .item .inner .__content .__text-number {
          font-size: 14px; }
          .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
            font-size: 25px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
              margin-left: 10px; }
            .okinawa03 .entry-content .item .inner .__content .__text-number .__number.last {
              margin-left: 5px; }
  .okinawa04.button-image {
    margin-top: 0; }
  .okinawa05 {
    overflow-x: hidden; }
  .page-contact ul.tabs {
    margin: 0 0 35px;
    text-align: center; }
    .page-contact ul.tabs li {
      display: block;
      margin-bottom: 10px; }
      .page-contact ul.tabs li.__current {
        margin-bottom: 12px; }
        .page-contact ul.tabs li.__current a {
          padding-bottom: 3px; }
      .page-contact ul.tabs li a {
        font-size: 20px;
        display: inline-block;
        padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .main-slide .__slide-images {
    margin-bottom: 25px; }
  .main-slide .__slide-thumbs .__item img {
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover; }
  .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
    font-size: 23px; }
  .jst-staff .__entry-content .__item .__content .__name .__en {
    font-size: 14px;
    padding-left: 10px;
    letter-spacing: 2px; }
  .jst-staff .__entry-content .__item .__absolute {
    font-size: 48px; }
  .customer-experience:after {
    content: none; }
  .about .__item .__image-content .__block h3 {
    font-size: 16px; }
  .jst-news .__tabs_content {
    margin-bottom: 15px; }
    .jst-news .__tabs_content .__lists {
      margin: 0; }
      .jst-news .__tabs_content .__lists .__item {
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #9C9C9C; }
        .jst-news .__tabs_content .__lists .__item:last-child {
          padding-bottom: 0;
          border-bottom: 0; }
        .jst-news .__tabs_content .__lists .__item .__meta .__category a {
          font-size: 13px;
          height: 22px;
          line-height: 20px; }
        .jst-news .__tabs_content .__lists .__item .__meta .__date {
          position: relative;
          top: -1px;
          font-size: 16px; }
        .jst-news .__tabs_content .__lists .__item .__image {
          margin-bottom: 10px; }
        .jst-news .__tabs_content .__lists .__item .__h3 {
          font-size: 18px;
          margin: 0 0 8px; }
        .jst-news .__tabs_content .__lists .__item .__description {
          font-size: 14px;
          line-height: 1.6; }
  .make-reservation {
    padding: 60px 0; }
    .make-reservation .__entry-header .__h2 .__icon:before {
      font-size: 54px; }
    .make-reservation .__entry-content .__lists_btn {
      margin: 0 0 10px; }
      .make-reservation .__entry-content .__lists_btn li {
        width: 100%;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 15px; }
        .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
          font-size: 20px;
          height: 72px;
          line-height: 66px;
          border-radius: 15px;
          max-width: 320px;
          margin: 0 auto; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
            top: 13px;
            padding-right: 10px; }
            .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
              font-size: 40px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow .icon-mail {
            top: 14px; }
          .make-reservation .__entry-content .__lists_btn li .__btn_yellow img {
            padding-right: 10px; }
    .make-reservation .__entry-content .__txt p {
      font-size: 14px; }
  .story-list .number-post {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070; }
  .story-list .__lists .__item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #9C9C9C; }
    .story-list .__lists .__item:last-child {
      border-bottom: 0; }
    .story-list .__lists .__item .__image {
      margin-bottom: 10px; }
    .story-list .__lists .__item .__content .__date_category {
      margin-bottom: 12px; }
      .story-list .__lists .__item .__content .__date_category .__date {
        display: block;
        width: 100%;
        margin-bottom: 8px;
        font-size: 16px; }
      .story-list .__lists .__item .__content .__date_category .__category {
        font-size: 14px;
        height: 22px;
        line-height: 20px; }
    .story-list .__lists .__item .__content .__title {
      margin: 0 0 10px;
      font-size: 18px; }
    .story-list .__lists .__item .__content .__description {
      font-size: 16px; }
      .story-list .__lists .__item .__content .__description p {
        font-size: 16px; }
  .three-banner {
    margin-bottom: 60px; }
    .three-banner .__title {
      font-size: 25px;
      padding: 0 25px;
      margin-bottom: 30px; }
      .three-banner .__title .__txt:before {
        left: -1050px; }
      .three-banner .__title .__txt:after {
        right: -1025px; }
  .general-single .primary .event-report {
    padding: 50px 30px 50px; }
    .general-single .primary .event-report:before {
      top: -15px;
      width: 175px;
      height: 40px; }
    .general-single .primary .event-report .__title {
      font-size: 20px;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .general-single .primary .event-report .__name {
      margin: 50px 0 0; }
    .general-single .primary .event-report .__block {
      margin-bottom: 40px; }
      .general-single .primary .event-report .__block .__txt, .general-single .primary .event-report .__block .wp-block-image {
        width: 100%; }
      .general-single .primary .event-report .__block .__txt {
        margin-bottom: 20px; }
        .general-single .primary .event-report .__block .__txt h3 {
          margin-bottom: 10px; }
    .general-single .primary .event-report .__name {
      text-align: center; }
  .news-detail.style3 .__head .__userInfo .__info .__name .__smll {
    font-size: 14px; }
  .news-detail .__author .__bg-author {
    position: relative;
    padding: 20px 25px;
    display: block; }
    .news-detail .__author .__bg-author .__icon {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 85px;
      padding-right: 15px;
      margin-bottom: 7px; }
    .news-detail .__author .__bg-author .__info .__small-name {
      position: absolute;
      top: 20px;
      left: 110px; }
    .news-detail .__author .__bg-author .__info .__small {
      font-size: 14px; }
    .news-detail .__author .__bg-author .__info .__name {
      font-size: 25px;
      margin-bottom: 0; }
      .news-detail .__author .__bg-author .__info .__name .__smll {
        font-size: 14px; }
    .news-detail .__author .__bg-author .__info .__description {
      font-size: 16px; }
  .search-formGeneral {
    padding: 15px 0 0; }
    .search-formGeneral.search-categoryNews .search-form {
      display: block; }
    .search-formGeneral #toggle-form {
      position: relative;
      height: 50px;
      line-height: 48px;
      background-color: #0096B5;
      text-align: center;
      color: #fff;
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 18px;
      letter-spacing: 5px; }
      .search-formGeneral #toggle-form .arrow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background-color: #333; }
        .search-formGeneral #toggle-form .arrow:before, .search-formGeneral #toggle-form .arrow:after {
          content: '';
          position: absolute;
          background: #fff;
          height: 2px;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 15px;
          -webkit-transition: -webkit-transform 500ms ease;
          transition: -webkit-transform 500ms ease;
          -o-transition: transform 500ms ease;
          transition: transform 500ms ease;
          transition: transform 500ms ease, -webkit-transform 500ms ease; }
        .search-formGeneral #toggle-form .arrow:after {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center; }
      .search-formGeneral #toggle-form.active .arrow:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .search-formGeneral #toggle-form.active .arrow:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .search-formGeneral .search-form {
      display: none; }
      .search-formGeneral .search-form .form-group {
        margin-bottom: 20px; }
        .search-formGeneral .search-form .form-group .__label {
          margin-bottom: 8px;
          font-size: 18px; }
        .search-formGeneral .search-form .form-group .__form-detail select, .search-formGeneral .search-form .form-group .__form-detail input {
          width: 100%;
          height: 40px;
          font-size: 15px; }
      .search-formGeneral .search-form .form-field .__form-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .search-formGeneral .search-form .form-field .__form-detail.__form-select {
          margin: 0; }
      .search-formGeneral .search-form .form-field .__form-select {
        position: relative; }
        .search-formGeneral .search-form .form-field .__form-select:after {
          content: '\e916';
          position: absolute;
          top: 0;
          right: 0;
          font-family: 'icomoon';
          font-size: 12px;
          color: #fff;
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 40px;
          background-color: #707070; }
        .search-formGeneral .search-form .form-field .__form-select select {
          padding: 5px 50px 5px 15px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          color: #7B7B7B;
          background-color: transparent;
          z-index: 2; }
      .search-formGeneral .search-form .form-field .form-radio {
        margin-bottom: 15px;
        padding: 0 10px; }
        .search-formGeneral .search-form .form-field .form-radio label {
          font-size: 15px; }
        .search-formGeneral .search-form .form-field .form-radio input {
          width: 21px;
          height: 21px;
          margin-right: 5px; }
      .search-formGeneral .search-form .form-datepicker .__form-detail:before {
        width: 28px;
        height: 24px;
        left: 10px; }
      .search-formGeneral .search-form .form-datepicker .__form-detail:after {
        font-size: 12px;
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .search-formGeneral .search-form .form-datepicker .__form-detail input {
        padding: 5px 50px 5px 45px;
        font-size: 15px; }
      .search-formGeneral .search-form .form-text .__form-detail:before {
        width: 40px;
        height: 40px;
        font-size: 30px; }
      .search-formGeneral .search-form .form-text .__form-detail input {
        padding: 5px 15px 5px 50px; }
      .search-formGeneral .search-form .form-submit input, .search-formGeneral .search-form .form-submit .form-reset {
        width: 100%;
        height: 43px;
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 15px; }
  .search-formConsultation {
    margin: 20px 0 50px; }
    .search-formConsultation .search-form {
      display: block; }
    .search-formConsultation .form-datepicker {
      width: 100%;
      margin: 0 0 25px; }
    .search-formConsultation .form-submit input {
      padding: 0 15px 4px;
      min-width: 100%;
      font-size: 16px;
      height: 42px; }
      .search-formConsultation .form-submit input:first-child {
        margin: 0 0 20px; }
  .consultation .consultation-content .tb-tr .tb-tb-td {
    min-height: 65px; }
  .feature-list {
    padding-top: 0; }
    .feature-list .__lists {
      margin: 0 0 45px; }
      .feature-list .__lists .__item {
        width: 100%;
        padding: 0; }
  .feature-detail h5, .feature-detail .wp-block-columns, .feature-detail .table-image {
    max-width: 100%; }
  .single-feature .make-reservation .__entry-content .__lists_btn li:first-child {
    padding-right: 0; }
  .single-feature .make-reservation .__entry-content .__lists_btn li:last-child {
    padding-left: 0; }
  .general-qa .item .__innerItem {
    max-width: 300px; }
  .faq .list-tabs a,
  .faq .tab-item .btn-tab {
    font-size: 18px;
    padding: 8px 40px 10px 15px; }
  .qa-list .lists {
    max-width: 320px;
    margin: 0 auto; }
    .qa-list .lists .item {
      width: 100%;
      padding: 0; }
    .qa-list .lists .__innerItem {
      padding: 6px 40px 11px 75px;
      border-width: 3px;
      border-radius: 50px; }
      .qa-list .lists .__innerItem:hover {
        opacity: .8;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .qa-list .lists .__innerItem:before {
        top: 1px;
        left: 35px;
        font-size: 38px; }
      .qa-list .lists .__innerItem:after {
        font-size: 18px;
        top: 17px;
        right: 18px; }
      .qa-list .lists .__innerItem .__small {
        font-size: 13px; }
      .qa-list .lists .__innerItem .__big {
        font-size: 22px; }
  .made-order02:before {
    top: 78px;
    left: 0;
    width: 110px;
    height: 80px;
    background: url(img/made-order/sp_before_order.png) no-repeat;
    background-size: cover; }
  .made-order03 {
    padding: 30px 0 0; }
    .made-order03 .entry-header {
      margin-bottom: 45px; }
    .made-order03 .__lists .__item {
      margin-bottom: 40px; }
      .made-order03 .__lists .__item .__icon {
        margin-bottom: 15px; }
        .made-order03 .__lists .__item .__icon span:before {
          font-size: 122px; }
      .made-order03 .__lists .__item .__step {
        margin: 0 0 10px; }
        .made-order03 .__lists .__item .__step .__txt {
          font-size: 25px; }
      .made-order03 .__lists .__item .__title {
        font-size: 18px;
        margin: 0 0 10px; }
      .made-order03 .__lists .__item .__lead {
        font-size: 16px; }
      .made-order03 .__lists .__item .__small {
        font-size: 14px; }
  .button-image {
    margin-top: 100px;
    padding-bottom: 30px; }
    .button-image .content-left img {
      top: -50px;
      margin-bottom: -30px; }
    .button-image .content-right .__txt {
      margin-bottom: 20px; }
      .button-image .content-right .__txt h3 {
        margin: 0; }
    .button-image .content-right .__lists_btn li {
      margin-bottom: 15px;
      width: 100%; }
      .button-image .content-right .__lists_btn li .__btn_yellow {
        font-size: 20px;
        height: 72px;
        line-height: 66px;
        border-radius: 15px;
        max-width: 320px;
        margin: 0 auto;
        border-width: 3px; }
        .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
          top: 13px;
          padding-right: 10px; }
          .button-image .content-right .__lists_btn li .__btn_yellow .__icon:before {
            font-size: 40px; }
  .made-order07 {
    padding: 30px 0 40px; }
    .made-order07 .entry-header {
      margin-bottom: 25px; }
    .made-order07 .__lists {
      margin: 0; }
      .made-order07 .__lists .__item {
        margin-bottom: 30px; }
      .made-order07 .__lists .__content .__date_category .__date {
        font-size: 16px; }
      .made-order07 .__lists .__content .__date_category .__category {
        padding: 0 8px;
        font-size: 14px;
        height: 22px;
        line-height: 20px; }
      .made-order07 .__lists .__content .__title {
        font-size: 18px; }
      .made-order07 .__lists .__content .__description p {
        font-size: 16px; }
  .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
    font-size: 18px;
    padding: 12px 15px 15px; }
  .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
    font-size: 20px; }
  .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
    font-size: 16px; }
  .volunteer03 {
    padding: 40px 0 45px; }
    .volunteer03 .entry-header {
      margin-bottom: 25px; }
    .volunteer03 .lists .item {
      max-width: 320px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .volunteer03 .lists .item .__icon-title {
        margin-bottom: 15px; }
        .volunteer03 .lists .item .__icon-title .__icon {
          width: 66px;
          padding-right: 10px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 66px;
          flex: 0 0 66px; }
        .volunteer03 .lists .item .__icon-title .__title .__small {
          font-size: 16px; }
        .volunteer03 .lists .item .__icon-title .__title .__big {
          font-size: 25px; }
          .volunteer03 .lists .item .__icon-title .__title .__big .__txt:after {
            height: 15px;
            background: url(img/bg_txt_sp.png) repeat-x; }
    .volunteer03 .btn-faqs .item:first-child {
      margin-bottom: 20px; }
    .volunteer03 .btn-faqs .item .__innerItem.__no-small {
      padding: 20px 40px 22px 35px; }
      .volunteer03 .btn-faqs .item .__innerItem.__no-small .__big {
        font-size: 20px; }
  .okinawa01:after {
    bottom: 30px;
    width: 200px;
    height: 95px;
    right: 30px; }
  .okinawa02 .okinawa-block .entry-content {
    margin-left: 0;
    margin-right: 0; }
    .okinawa02 .okinawa-block .entry-content .item {
      width: 100%;
      padding: 0; } }

@media screen and (max-width: 479px) {
  .main-slide .__slide-images {
    margin-bottom: 15px; }
  .professional-services .__lists .__item .__content .__h3 {
    font-size: 20px; }
  .professional-services .__lists .__item .__content .__description {
    font-size: 13px; }
  .customer-chosen .__entry-content .__image {
    margin: 0 -20px 30px; }
  .customer-chosen .__entry-content .__content .__h3 {
    font-size: 30px; }
  .customer-chosen .__entry-content .__content .__en {
    font-size: 15px; }
  .customer-chosen .__entry-content .__content .__description p {
    font-size: 15px; }
  .jst-staff .__entry-content .__item .__content {
    padding: 15px 10px 18px 25px; }
    .jst-staff .__entry-content .__item .__content .__big {
      font-size: 15px; }
    .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
      font-size: 20px; }
    .jst-staff .__entry-content .__item .__content .__name .__en {
      font-size: 11px; }
  .jst-staff .__entry-content .__item .__absolute {
    font-size: 45px;
    right: -6px; }
  .customer-experience .__entry-content {
    margin: 0 -20px 45px; }
  .perfect-trip .__entry-content .__h3 .__txt:before, .perfect-trip .__entry-content .__h3 .__txt:after {
    content: '';
    width: 80px; }
  .perfect-trip .__entry-content .__h3 .__txt:before {
    left: -100px; }
  .perfect-trip .__entry-content .__h3 .__txt:after {
    right: -100px; }
  .perfect-trip .__search-purpose .__lists .__item .__h4 {
    font-size: 16px; }
  .perfect-trip .__search-special .__lists .__content .__h4 {
    font-size: 28px; }
  .perfect-trip .__search-special .__lists .__content .__small {
    font-size: 15px; }
  .jst-news .__tabs_content .__lists .__item .__meta .__category a {
    font-size: 12px; }
  .jst-news .__tabs_content .__lists .__item .__meta .__date {
    font-size: 15px; }
  .jst-news .__tabs_content .__lists .__item .__h3 {
    font-size: 16px; }
  .make-reservation .__entry-content .__lists_btn li .__btn_yellow {
    font-size: 18px;
    height: 65px;
    line-height: 58px;
    border-radius: 10px; }
    .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon {
      top: 12px; }
      .make-reservation .__entry-content .__lists_btn li .__btn_yellow .__icon:before {
        font-size: 36px; }
  .make-reservation .__entry-content .__txt p {
    font-size: 13px; }
  .travel-parts .__entry-content .__lists {
    margin: 0 -20px; }
  .main-slide .__slide-thumbs .__item img {
    height: 100px; }
  .general-single .primary .__head .__socials {
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .general-single .primary .__head .__socials li {
      width: 33.33%;
      padding: 0 5px;
      margin-left: 0; }
      .general-single .primary .__head .__socials li a {
        height: 32px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-size: 11px;
        padding: 0 5px;
        min-width: auto; }
        .general-single .primary .__head .__socials li a span:before {
          font-size: 16px !important; }
      .general-single .primary .__head .__socials li.line img {
        width: 30px; }
  .story-list .__lists .__item .__content .__date_category .__date {
    font-size: 15px; }
  .story-list .__lists .__item .__content .__date_category .__category {
    font-size: 12px;
    height: 20px;
    line-height: 18px; }
  .story-list .__lists .__item .__content .__title {
    margin: 0 0 10px;
    font-size: 16px; }
  .story-list .__lists .__item .__content .__description {
    font-size: 14px; }
    .story-list .__lists .__item .__content .__description p {
      font-size: 14px; }
  .consultation .consultation-content .tb-tr .tb-tb-td {
    min-height: 50px;
    cursor: pointer; }
  .consultation ul.page-numbers li {
    cursor: pointer; }
  .feature-detail h2 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .about:after {
    left: 20px;
    right: 20px; }
  .about .__item h3 {
    font-size: 16px; }
  .about .__item p {
    font-size: 14px; }
  .about .__item .__btn .__btn_white {
    line-height: 42px; }
  .about .__item.__style2 {
    padding-left: 20px;
    padding-right: 20px; }
  .about .__item .__title-number .__number {
    font-size: 46px;
    padding-right: 15px;
    margin-right: 15px; }
    .about .__item .__title-number .__number:after {
      top: 17px; }
  .about .__item .__title-number .__txt .__gray {
    font-size: 14px; }
  .about .__item .__title-number .__txt .__red {
    font-size: 20px; }
    .about .__item .__title-number .__txt .__red .__small {
      font-size: 16px; }
  .about .__item .__image-content .__block h3 {
    top: 0;
    margin-bottom: 10px; }
  .about .__item .__image-content .__block .__logo {
    top: 5px; }
  .page-company .entry-content .__item {
    padding: 15px 0; }
    .page-company .entry-content .__item .__left, .page-company .entry-content .__item p {
      font-size: 16px; }
    .page-company .entry-content .__item .__right, .page-company .entry-content .__item p {
      font-size: 14px; }
    .page-company .entry-content .__item .__right ul li {
      margin-bottom: 7px; }
    .page-company .entry-content .__item .__right a[target="_blank"]:after {
      bottom: 2px; }
  .company-map .iframe-map iframe {
    height: 300px; }
  .faq .tab-content .__inner #q, .faq .lists .__inner #q {
    font-size: 18px; }
    .faq .tab-content .__inner #q:after, .faq .lists .__inner #q:after {
      top: -10px;
      bottom: 0;
      margin: auto; }
  .faq .tab-content .__inner #a, .faq .lists .__inner #a {
    font-size: 16px; }
  .page-general .entry-header .__title {
    font-size: 26px; }
    .page-general .entry-header .__title .__number {
      font-size: 40px; }
  .page-general .entry-header .__small {
    font-size: 16px; }
  .made-order01 .entry-content .content-left .__subtitle {
    font-size: 15px; }
  .made-order01 .entry-content .content-left h3 {
    font-size: 22px; }
  .made-order01 .entry-content .content-left p {
    font-size: 15px; }
  .made-order02:before {
    top: 72px;
    left: 0;
    width: 65px;
    height: 47px; }
  .made-order02 .entry-content .__lists {
    margin: 0 -20px; }
    .made-order02 .entry-content .__lists .__item h3 {
      font-size: 18px; }
  .made-order03 .__lists .__item .__icon span:before {
    font-size: 90px; }
  .made-order03 .__lists .__item .__step .__txt {
    font-size: 20px; }
  .made-order03 .__lists .__item .__title {
    font-size: 16px; }
  .made-order03 .__lists .__item .__lead {
    font-size: 15px; }
  .made-order03 .__lists .__item .__small {
    font-size: 13px; }
  .made-order05 .entry-content .__item .__inner {
    padding: 50px 20px; }
  .button-image .content-right .__txt h3 {
    font-size: 26px; }
  .button-image .content-right .__txt p {
    font-size: 16px; }
  .button-image .content-right .__lists_btn li .__btn_yellow {
    font-size: 18px;
    height: 65px;
    line-height: 58px;
    border-radius: 10px; }
    .button-image .content-right .__lists_btn li .__btn_yellow .__icon {
      top: 12px; }
      .button-image .content-right .__lists_btn li .__btn_yellow .__icon:before {
        font-size: 36px; }
  .made-order07 .__lists .__content .__date_category .__date {
    font-size: 14px; }
  .made-order07 .__lists .__content .__date_category .__category {
    padding: 0 8px;
    font-size: 12px;
    height: 22px;
    line-height: 20px; }
  .made-order07 .__lists .__content .__title {
    font-size: 16px; }
  .made-order07 .__lists .__content .__description p {
    font-size: 14px; }
  .ticket01 .entry-content .__item .__icon-title .__icon {
    width: 45px; }
  .ticket01 .entry-content .__item .__icon-title .__title h3 {
    padding: 15px 0 10px 50px;
    font-size: 20px; }
    .ticket01 .entry-content .__item .__icon-title .__title h3 .__txt:after {
      height: 5px; }
  .ticket01 .entry-content .__item .__icon-title .__title h4 {
    font-size: 18px; }
  .ticket01 .entry-content .__item .__detail p {
    font-size: 14px; }
  .ticket02:before {
    top: -50px;
    width: 100px;
    height: 115px; }
  .ticket02 .entry-header {
    padding-right: 35px; }
  .ticket02 .entry-content .__head h3 {
    font-size: 20px;
    margin: 0 20px; }
    .ticket02 .entry-content .__head h3 .__txt:before, .ticket02 .entry-content .__head h3 .__txt:after {
      bottom: 8px; }
  .ticket02 .entry-content .block-ticket02 .__content .__item .__innerItem h4 {
    font-size: 16px; }
  .ticket02 .entry-content .block-ticket03 .__head h3 .__txt:before {
    left: -1065px; }
  .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail h4 {
    font-size: 16px; }
  .ticket02 .entry-content .block-ticket03 .__content .__item .__innerItem .__detail p {
    font-size: 14px;
    padding: 10px 0 8px; }
  .volunteer01 .block-volunteer01 {
    padding-bottom: 45px; }
    .volunteer01 .block-volunteer01 .entry-content .content-right {
      margin-bottom: 25px; }
    .volunteer01 .block-volunteer01 .entry-content .content-left .__btn {
      margin-top: 25px; }
  .volunteer01 .block-volunteer02 .entry-header h2 {
    font-size: 16px; }
  .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__txt1 {
    font-size: 15px; }
  .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__img {
    padding: 0 25px 0 20px; }
  .volunteer01 .block-volunteer02 .entry-content .item .inner .left .title .__txt2 {
    font-size: 16px; }
  .volunteer01 .block-volunteer02 .entry-content .item .inner .left .btn {
    font-size: 14px; }
  .volunteer03 .lists .item .__icon-title .__icon {
    width: 55px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px; }
  .volunteer03 .lists .item .__icon-title .__title .__small {
    font-size: 14px; }
  .volunteer03 .lists .item .__icon-title .__title .__big {
    font-size: 20px; }
  .volunteer04 .lists .item .__title {
    font-size: 20px; }
    .volunteer04 .lists .item .__title .__step {
      font-size: 16px; }
  .volunteer04 .lists .item .__text p {
    font-size: 15px; }
  .okinawa01 {
    padding-bottom: 100px;
    margin-bottom: 30px; }
    .okinawa01:after {
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .okinawa01 .entry-content .__content .__subtitle {
      font-size: 15px; }
    .okinawa01 .entry-content .__content h3 {
      font-size: 20px;
      margin: 0 0 10px; }
    .okinawa01 .entry-content .__content p {
      font-size: 15px; }
    .okinawa01 .__buttons {
      margin: 0; }
      .okinawa01 .__buttons li {
        width: 100%;
        padding: 0; }
        .okinawa01 .__buttons li a {
          font-size: 14px; }
  .okinawa02 .okinawa-block {
    padding-top: 70px; }
    .okinawa02 .okinawa-block .entry-header .__stt {
      left: 15%; }
    .okinawa02 .okinawa-block .entry-content .item .__image h3 {
      font-size: 16px; }
      .okinawa02 .okinawa-block .entry-content .item .__image h3 .__small {
        font-size: 14px; }
    .okinawa02 .okinawa-block .entry-content .item .__content h4 {
      font-size: 20px; }
    .okinawa02 .okinawa-block .entry-content .item .__content p {
      font-size: 15px; }
  .okinawa02 .okinawa-block03 .entry-header:after {
    right: 0; }
  .okinawa02 .okinawa-block04 .entry-header:after,
  .okinawa02 .okinawa-block05 .entry-header:after {
    top: -30px;
    right: 0;
    width: 70px;
    height: 65px; }
  .okinawa03 .entry-header:after {
    top: -10px;
    right: -65px;
    width: 160px;
    height: 125px; }
  .okinawa03 .entry-content .item .inner .__content h3 {
    font-size: 20px; }
    .okinawa03 .entry-content .item .inner .__content h3 .__small {
      font-size: 16px; }
  .okinawa03 .entry-content .item .inner .__content .__text-number {
    font-size: 13px; }
    .okinawa03 .entry-content .item .inner .__content .__text-number .__number {
      font-size: 18px; }
      .okinawa03 .entry-content .item .inner .__content .__text-number .__number.first {
        margin-left: 8px; }
  .consultation-form .__head {
    margin-bottom: 40px; }
    .consultation-form .__head h2 {
      font-size: 25px; }
    .consultation-form .__head p {
      font-size: 15px; }
  .consultation-form .form-group.form-radioInline .form-label {
    padding-right: 25px; }
  .consultation-form .form-group.form-radioInline .form-detail {
    padding-top: 2px; }
    .consultation-form .form-group.form-radioInline .form-detail .__radio {
      margin-bottom: 0; }
      .consultation-form .form-group.form-radioInline .form-detail .__radio label {
        width: auto; }
      .consultation-form .form-group.form-radioInline .form-detail .__radio .wpcf7-list-item {
        padding-right: 25px; }
        .consultation-form .form-group.form-radioInline .form-detail .__radio .wpcf7-list-item:last-child {
          padding-right: 0; }
  .consultation-form .form-submit .wpcf7-submit img {
    width: 45px; }
  .consultation-form .iframe-zoom .__txt {
    font-size: 25px; } }

@media screen and (max-width: 375px) {
  .three-banner .__title {
    font-size: 20px; }
  .three-banner .__item .__content h3 {
    font-size: 20px; }
    .three-banner .__item .__content h3 .__line {
      height: 16px;
      bottom: 14px; }
  .news-detail .__author {
    padding: 10px; }
    .news-detail .__author .__bg-author {
      padding: 20px 15px; }
      .news-detail .__author .__bg-author .__info .__small {
        font-size: 14px; }
      .news-detail .__author .__bg-author .__info .__name {
        font-size: 22px;
        margin-bottom: 0; }
        .news-detail .__author .__bg-author .__info .__name .__smll {
          display: block;
          font-size: 14px; }
      .news-detail .__author .__bg-author .__info .__description {
        font-size: 15px; }
  .jst-staff .__entry-content .__item .__absolute {
    font-size: 40px; }
  .jst-staff .__entry-content .__item .__content .__name .__item_kenji {
    font-size: 16px; }
  .jst-staff .__entry-content .__item .__content .__name .__en {
    font-size: 9px; }
  .feature-list .__lists .__item .__subtitle .__small {
    font-size: 16px; }
  .feature-list .__lists .__item .__subtitle .__title {
    font-size: 25px; }
  .feature-list .__lists .__item .__content .__h4 {
    font-size: 30px; }
  .feature-list .__lists .__item .__content .__small {
    font-size: 16px; }
  .general-single .primary .__head .__socials {
    margin: 0 -2px; }
    .general-single .primary .__head .__socials li {
      padding: 0 2px; }
      .general-single .primary .__head .__socials li.line img {
        width: 22px; }
  .page-general .entry-header .__title {
    font-size: 20px; }
  .page-general .entry-header .__small {
    font-size: 14px; }
  .ticket01 .entry-content .__item .__icon-title .__title h3 {
    font-size: 18px; }
  .ticket01 .entry-content .__item .__icon-title .__title h4 {
    font-size: 16px; }
  .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label {
    font-size: 14px;
    padding-left: 25px; }
    .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label .required {
      font-size: 10px; }
    .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label:before {
      width: 18px;
      height: 18px; }
    .consultation-form .form-group .form-detail .__checkbox label .wpcf7-list-item-label:after {
      left: 7px;
      top: 4px;
      width: 5px;
      height: 10px;
      border-width: 0 2px 2px 0; } }

/**
 * Thy - pages
 */
/**
 * BREADCRUMB
 */
#breadcrumb {
  /** MEDIA **/ }
  #breadcrumb ul {
    padding: 8px 0;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden; }
  #breadcrumb li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase; }
    #breadcrumb li:last-of-type span.breadcrumb-link {
      padding-right: 0; }
    #breadcrumb li a:hover {
      color: #00a0e9;
      text-decoration: none; }
  #breadcrumb .breadcrumb-link {
    display: inline-block;
    padding-right: 15px;
    color: #9C9C9C;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
    text-decoration: none; }
    #breadcrumb .breadcrumb-link::after {
      content: "›";
      display: inline-block;
      margin-left: 15px;
      font-size: 1.5em;
      line-height: 1.2;
      vertical-align: top;
      text-align: center; }
  #breadcrumb span.breadcrumb-link {
    padding-right: 15px;
    line-height: 2;
    letter-spacing: 1px; }
    #breadcrumb span.breadcrumb-link::after {
      display: none; }
  #breadcrumb .breadcrumb-icon {
    font-size: 1em; }
  #breadcrumb br {
    display: none; }
  @media (max-width: 991.98px) {
    #breadcrumb .container-wide {
      padding-right: 0; }
    #breadcrumb ul {
      padding: 5px 0; }
    #breadcrumb .breadcrumb-link {
      font-size: 1.2rem;
      letter-spacing: 0; }
    #breadcrumb a.breadcrumb-link {
      padding-right: 8px; }
      #breadcrumb a.breadcrumb-link::after {
        width: 16px;
        margin-left: 10px; }
    #breadcrumb span.breadcrumb-link {
      max-width: 300px; }
    #breadcrumb .breadcrumb-icon {
      font-size: 10px; } }

/**
 * HEADING TOP
 */
#headingtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 96px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  width: 100%;
  /** MEDIA **/ }
  #headingtop .__heading {
    text-align: center; }
  #headingtop .__line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    #headingtop .__line1 h2 {
      margin: 0;
      font-size: 7.4rem;
      font-weight: 700;
      line-height: 1.5; }
  #headingtop .__icon {
    padding-right: 20px; }
  #headingtop .__bracket {
    position: relative;
    -webkit-transform: translate3d(8px, -20px, 0) rotate(26deg);
    transform: translate3d(8px, -20px, 0) rotate(26deg); }
    #headingtop .__bracket [class*="icon-"] {
      font-size: 5.2em; }
  #headingtop .__bracket_text {
    position: absolute;
    top: -28px;
    left: 51%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    font-size: 3.6rem;
    white-space: nowrap;
    letter-spacing: -1px; }
  #headingtop .__line2 {
    position: relative;
    margin: 0;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.5; }
    #headingtop .__line2::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 7px;
      background-color: #fff;
      opacity: 0.5; }
  @media (max-width: 767.98px) {
    #headingtop {
      height: calc(100vh - 57px); } }

/**
 * SINGLE STAFF - CONTENT DETAIL
 */
.staff-detail {
  /** MEDIA **/
  /** MEDIA LARGE **/ }
  .staff-detail img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .staff-detail .__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .staff-detail .__left {
    /*width: calc(100% - 400px)*/
    width: 100%; }
    .staff-detail .__left .__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .staff-detail .__left .__text_inner {
      width: 100%;
      max-width: 1270px;
      padding-left: 50px;
      padding-right: 0; }
  .staff-detail .__right {
    overflow: hidden;
    position: relative;
    min-width: 400px; }
  .staff-detail .__deco {
    position: absolute;
    right: -22px;
    top: 20px;
    font-family: "Oswald";
    font-size: 380px;
    line-height: 0.85;
    white-space: nowrap;
    text-align: right;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: 0.3; }
  .staff-detail .breadcrumb .container {
    padding-left: 0;
    padding-right: 0; }
  .staff-detail .__author {
    padding-top: 30px;
    margin-bottom: 30px; }
  .staff-detail .__left_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .staff-detail .__avatar {
    padding-right: 30px; }
  .staff-detail .__ability {
    font-size: 2rem;
    font-weight: 700; }
  .staff-detail .__kenji {
    font-size: 4.4rem;
    font-weight: 700;
    letter-spacing: 3px; }
  .staff-detail .__kana {
    font-family: "Oswald";
    font-size: 3rem; }
  .staff-detail .__tag {
    display: inline-block;
    padding: 5px 25px 7px;
    min-width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 100px;
    background-color: #1E00EF;
    color: #fff;
    font-size: 1.2rem;
    text-align: center; }
    .staff-detail .__tag span {
      padding-left: 3px;
      padding-right: 3px;
      font-size: 1.6rem;
      font-weight: 700; }
  .staff-detail .__content {
    margin-bottom: 80px; }
    .staff-detail .__content h2 {
      padding: 12px 0;
      margin-top: 80px;
      margin-bottom: 25px;
      font-size: 2.4rem;
      border-bottom: 1px solid #707070;
      letter-spacing: 1px; }
    .staff-detail .__content figure {
      margin: 40px 0 40px;
      text-align: center; }
    .staff-detail .__content figcaption {
      text-align: left;
      font-size: 1.8rem;
      line-height: 1.6; }
  @media (max-width: 1199.98px) {
    .staff-detail .__left {
      /*width: calc(100% - 200px);*/
    width: 100%; }
    .staff-detail .__right {
      min-width: 250px; }
    .staff-detail .__deco {
      top: 20px;
      right: -12px;
      font-size: 220px; } }
  @media (max-width: 991.98px) {
    .staff-detail .__left {
      width: calc(100% - 200px); }
      .staff-detail .__left .__text_inner {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; }
    .staff-detail .__right {
      min-width: 200px; }
    .staff-detail .__deco {
      top: 15px;
      right: -11px;
      font-size: 185px; }
    .staff-detail .__author {
      padding-top: 10px; }
    .staff-detail .__author_inner {
      display: block; }
    .staff-detail .__left_inner {
      margin-bottom: 10px; }
    .staff-detail .__avatar {
      padding-top: 5px;
      padding-right: 12px; }
      .staff-detail .__avatar img {
        width: auto;
        max-height: 46px; }
    .staff-detail .__ability {
      font-size: 1.4rem; }
    .staff-detail .__kenji {
      font-size: 2.4rem; }
    .staff-detail .__kana {
      font-size: 1.4rem; }
    .staff-detail .__tag {
      display: inline-block;
      padding: 3px 20px 5px;
      margin-left: 0; }
    .staff-detail .__content h2 {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 1.8rem; }
    .staff-detail .__content p {
      font-size: 1.6rem; }
    .staff-detail .__content figure {
      margin-top: 25px;
      margin-bottom: 25px; }
    .staff-detail .__content figcaption {
      font-size: 1.2rem; } }
  @media (max-width: 767.98px) {
    .staff-detail .__left {
      /*width: calc(100% - 140px);*/
    width: 100%; }
      .staff-detail .__left .__text_inner {
        padding-left: 20px; }
    .staff-detail .__right {
      min-width: 140px; }
    .staff-detail .__deco {
      top: 15px;
      right: -7px;
      font-size: 130px; } }
  @media (max-width: 575.98px) {
    .staff-detail .__left {
      /*width: calc(100% - 70px);*/
    width: 100%; }
    .staff-detail .__right {
      min-width: 70px; }
    .staff-detail .__deco {
      top: 10px;
      right: -3px;
      font-size: 70px; }
    .staff-detail .__tag {
      display: block;
      min-width: 0; } }
  @media (min-width: 1600px) {
    .staff-detail .__author_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .staff-detail .__tag {
      margin-left: 20px;
      min-width: auto; }
    .staff-detail .__ability {
      font-size: 2.4rem; }
    .staff-detail .__kenji {
      font-size: 5.4rem;
      letter-spacing: 3px; }
    .staff-detail .__kana {
      font-size: 4.2rem; }
    .staff-detail .__left {
      width: calc(100% - 550px); }
    .staff-detail .__right {
      min-width: 550px; }
    .staff-detail .__deco {
      top: 20px;
      right: -31px;
      font-size: 520px; } }

/**
 * STAFF LIST
 */
.staff-list {
  position: relative;
  /** MEDIA **/
  /** MEDIA LARGE **/
  /** MEDIA LARGE **/ }
  .staff-list .__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .staff-list .img-hover {
    width: calc(100% + 1px); }
  .staff-list .__item_inner {
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .staff-list .__item_image img {
    display: block;
    width: 100%;
    height: auto; }
  .staff-list .__item_content {
    position: relative;
    color: #fff; }
    .staff-list .__item_content:before {
      content: '';
      position: absolute;
      top: 22px;
      bottom: 22px;
      width: 2px;
      background-color: #fff; }
    .staff-list .__item_content p {
      margin: 0; }
    .staff-list .__item_content .__item_small {
      line-height: 1.5;
      margin-bottom: 5px; }
    .staff-list .__item_content .__item_big {
      margin-bottom: 10px;
      font-weight: 700;
      letter-spacing: -1px; }
    .staff-list .__item_content .__item_name {
      line-height: 1.4; }
    .staff-list .__item_content .__item_kenji {
      font-weight: 700; }
    .staff-list .__item_content .__item_kana {
      padding-left: 10px;
      font-family: "Oswald";
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px; }
  .staff-list .__item_deco {
    position: absolute;
    top: 0;
    color: #7B7B7B;
    font-family: "Oswald";
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: 0.75;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    letter-spacing: 2px;
    mix-blend-mode: multiply;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 9; }
  @media (max-width: 991.98px) {
    .staff-list .__items {
      margin: 0 -15px 0; }
    .staff-list .__item {
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
      margin-bottom: 50px; }
    .staff-list .__item_content {
      padding: 18px 18px 20px 36px; }
      .staff-list .__item_content:before {
        left: 20px; }
      .staff-list .__item_content .__item_small {
        font-size: 13px; }
      .staff-list .__item_content .__item_big {
        font-size: 16px;
        margin-bottom: 8px; }
      .staff-list .__item_content .__item_name {
        font-size: 30px; }
      .staff-list .__item_content .__item_kenji {
        font-size: 20px; }
      .staff-list .__item_content .__item_kana {
        font-size: 13px;
        padding-left: 8px; }
    .staff-list .__item_deco {
      right: -5px;
      font-size: 45px; } }
  @media (max-width: 767.98px) {
    .staff-list .__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 0;
      margin-right: 0; }
    .staff-list .__item {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 40px; }
    .staff-list .__item_content .__item_small {
      font-size: 1.4rem; }
    .staff-list .__item_content .__item_name {
      font-size: 3rem; }
    .staff-list .__item_content .__item_kana {
      font-size: 1.6rem; }
    .staff-list .__item_deco {
      right: -6px;
      font-size: 55px; } }
  @media (max-width: 479px) {
    .staff-list .__item {
      margin-bottom: 35px; }
    .staff-list .__item_content {
      padding: 15px 10px 18px 28px; }
      .staff-list .__item_content:before {
        top: 18px;
        bottom: 18px;
        left: 13px; }
      .staff-list .__item_content .__item_small {
        font-size: 12px; }
      .staff-list .__item_content .__item_big {
        font-size: 16px;
        margin-bottom: 6px; }
      .staff-list .__item_content .__item_name {
        font-size: 30px; }
      .staff-list .__item_content .__item_kenji {
        font-size: 20px; }
      .staff-list .__item_content .__item_kana {
        font-size: 12px;
        padding-left: 8px; }
    .staff-list .__item_deco {
      right: -5px;
      font-size: 40px; } }
  @media (min-width: 992px) {
    .staff-list .__items {
      margin: 0 -15px 0; }
    .staff-list .__item {
      width: 33.3%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 50px; }
    .staff-list .__item_content {
      padding: 18px 10px 20px 28px; }
      .staff-list .__item_content:before {
        left: 13px; }
      .staff-list .__item_content .__item_small {
        font-size: 12px; }
      .staff-list .__item_content .__item_big {
        font-size: 15px;
        margin-bottom: 6px; }
      .staff-list .__item_content .__item_name {
        font-size: 30px; }
      .staff-list .__item_content .__item_kenji {
        font-size: 20px; }
      .staff-list .__item_content .__item_kana {
        font-size: 13px; }
    .staff-list .__item_deco {
      right: -5px;
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .staff-list .__items {
      margin: 0 -20px 0; }
    .staff-list .__item {
      margin-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px; }
    .staff-list .__item_content {
      padding: 18px 18px 20px 36px; }
      .staff-list .__item_content:before {
        left: 20px; }
      .staff-list .__item_content .__item_small {
        font-size: 13px; }
      .staff-list .__item_content .__item_big {
        font-size: 16px;
        margin-bottom: 8px; }
      .staff-list .__item_content .__item_name {
        font-size: 30px; }
      .staff-list .__item_content .__item_kenji {
        font-size: 24px; }
      .staff-list .__item_content .__item_kana {
        font-size: 14px; }
    .staff-list .__item_deco {
      right: -5px;
      font-size: 45px; } }
  @media (min-width: 1400px) {
    .staff-list .__item {
      width: 25%; }
    .staff-list .__item_content {
      padding: 18px 10px 20px 28px; }
      .staff-list .__item_content:before {
        left: 13px; }
      .staff-list .__item_content .__item_big {
        font-size: 18px; } }
  @media (min-width: 1600px) {
    .staff-list .__items {
      margin: 0 -25px 0; }
    .staff-list .__item {
      margin-bottom: 80px;
      padding-left: 25px;
      padding-right: 25px; }
    .staff-list .__item_content {
      padding: 18px 18px 20px 36px; }
      .staff-list .__item_content:before {
        left: 20px; }
      .staff-list .__item_content .__item_small {
        font-size: 14px; }
      .staff-list .__item_content .__item_big {
        margin-bottom: 10px; }
      .staff-list .__item_content .__item_kenji {
        font-size: 28px; }
      .staff-list .__item_content .__item_kana {
        font-size: 15px; }
    .staff-list .__item_deco {
      right: -7px;
      font-size: 50px; } }
  @media (min-width: 1800px) {
    .staff-list .__item {
      margin-bottom: 100px; }
    .staff-list .__item_deco {
      right: -6px;
      font-size: 54px; }
    .staff-list .__item_content {
      padding: 18px 18px 20px 36px; }
      .staff-list .__item_content .__item_small {
        font-size: 15px; }
      .staff-list .__item_content .__item_name {
        font-size: 32px; }
      .staff-list .__item_content .__item_kenji {
        font-size: 30px; }
      .staff-list .__item_content .__item_kana {
        font-size: 16px; } }

/** STAFF LIST - LIST **/
.staff-list.--list {
  padding-top: 50px;
  /** MEDIA **/ }
  @media (max-width: 767.98px) {
    .staff-list.--list {
      padding-top: 30px; } }

@media (max-width: 991.98px) {
  .staff-list.--related .__item_deco {
    right: -5px; } }

@media (max-width: 767.98px) {
  .staff-list.--related .__item_deco {
    font-size: 45px; } }

@media (max-width: 375px) {
  .staff-list.--related .__item_deco {
    font-size: 36px;
    right: -4px; }
  .staff-list.--related .__item_content .__item_kenji {
    font-size: 18px !important; }
  .staff-list.--related .__item_content .__item_kana {
    font-size: 10px; } }

@media (min-width: 992px) {
  .staff-list.--related .__item_deco {
    right: -4px; } }

@media (min-width: 1200px) {
  .staff-list.--related .__item_deco {
    font-size: 42px; } }

@media (min-width: 1400px) {
  .staff-list.--related .__item_deco {
    right: -5px; } }

@media (min-width: 1600px) {
  .staff-list.--related .__item_deco {
    right: -6px;
    font-size: 45px; } }

@media (min-width: 1800px) {
  .staff-list.--related .__item_deco {
    right: -7px;
    font-size: 50px; } }

/**
 * STAFF LIST -- RELATED
 * Dựa trên class `.staff-list`
 */
.staff-list.--related {
  position: relative;
  padding-bottom: 80px;
  /** MEDIA **/ }
  .staff-list.--related .__topic h2 {
    padding: 12px 0;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 2.4rem;
    border-bottom: 1px solid #707070;
    letter-spacing: 1px; }
  .staff-list.--related .__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .staff-list.--related .__items {
    /** TH: CAROUSEL **/ }
    .staff-list.--related .__items .__item {
      margin-bottom: 80px; }
    .staff-list.--related .__items.owl-carousel {
      overflow: hidden;
      display: block;
      margin: 0 0 35px; }
      .staff-list.--related .__items.owl-carousel .__item {
        width: 100%;
        margin: 0;
        padding: 0; }
      .staff-list.--related .__items.owl-carousel .owl-item {
        width: 320px;
        position: relative; }
        .staff-list.--related .__items.owl-carousel .owl-item::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.65);
          -webkit-transition: background 0.4s;
          -o-transition: background 0.4s;
          transition: background 0.4s; }
        .staff-list.--related .__items.owl-carousel .owl-item.active::after {
          content: none; }
      .staff-list.--related .__items.owl-carousel .owl-dots {
        margin-top: 20px; }
      .staff-list.--related .__items.owl-carousel .__item_small {
        font-size: 1.2rem; }
      .staff-list.--related .__items.owl-carousel .__item_big {
        font-size: 1.6rem; }
      .staff-list.--related .__items.owl-carousel .__item_kenji {
        font-size: 2rem; }
      .staff-list.--related .__items.owl-carousel .__itemkana {
        font-size: 1.4rem; }
  @media (max-width: 991.98px) {
    .staff-list.--related {
      width: 100%;
      padding-bottom: 50px;
      margin-right: -170px; }
      .staff-list.--related .__topic h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 1.8rem; }
      .staff-list.--related .__items .__item {
        margin-bottom: 50px; }
      .staff-list.--related .__items.owl-carousel {
        width: 100vw;
        margin-left: -30px;
        margin-bottom: 25px; }
        .staff-list.--related .__items.owl-carousel .__item {
          width: 100%; }
        .staff-list.--related .__items.owl-carousel .owl-dots {
          margin-top: 10px; } }
  @media (max-width: 767.98px) {
    .staff-list.--related {
      margin-right: -120px; } }
  @media (max-width: 575.98px) {
    .staff-list.--related {
      margin-right: -50px; } }

/**
 * PAGE DEFAULT
 */
.page-default {
  /** MEDIA **/ }
  .page-default .__text {
    margin-top: 40px;
    margin-bottom: 80px; }
  .page-default .__tabs_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 0 60px; }
  .page-default .__tabs_link li {
    padding: 10px 24px;
    margin-bottom: 10px;
    list-style-type: none; }
  .page-default .__tabs_link a {
    display: block;
    padding: 5px 0;
    border-bottom: 3px solid transparent;
    color: #bbb;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px; }
    .page-default .__tabs_link a.actived {
      color: #333;
      font-weight: 500;
      border-bottom-color: #707070; }
  .page-default .__txt {
    /** TABLE **/
    /** TEXT SIZE **/ }
    .page-default .__txt h2 {
      padding: 10px 0;
      margin-top: 80px;
      margin-bottom: 30px;
      font-size: 34px;
      font-weight: 700;
      /*border-bottom: 3px solid #707070; */}
    .page-default .__txt h3 {
      margin-top: 3em;
      margin-bottom: 1.2em;
      font-size: 20px;
      font-weight: 700; }
    .page-default .__txt h4 {
      margin-top: 3em;
      margin-bottom: 1.2em;
      font-size: 16px;
      font-weight: 700; }
    .page-default .__txt p {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
      font-size: 16px;
      line-height: 1.8; }
    .page-default .__txt a {
      color: #1E00EF;
      text-decoration: none; }
      .page-default .__txt a:hover {
        text-decoration: underline; }
     /* .page-default .__txt a:not(.wp-block-button__link)[target="_blank"]::after {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 10px;
        background: url(img/icon_target.svg) no-repeat; }*/
    .page-default .__txt .wp-block-table {
      margin: 0 0 50px; }
      .page-default .__txt .wp-block-table table {
        font-size: 16px; }
      .page-default .__txt .wp-block-table th {
        padding: 8px 20px;
        background-color: #C6C6C6;
        border: 2px solid #fff;
        color: #3A3A3A;
        font-weight: 500;
        letter-spacing: 2px; }
        .page-default .__txt .wp-block-table th:nth-child(2) {
          background-color: #9C9C9C;
          color: #fff; }
      .page-default .__txt .wp-block-table td {
        min-height: 90px;
        min-width: 220px;
        padding: 18px 30px;
        border: 2px solid #fff;
        line-height: 1.8; }
      .page-default .__txt .wp-block-table tr {
        background-color: #FBFBFB; }
        .page-default .__txt .wp-block-table tr:nth-child(even) {
          background-color: #EFEFEF; }
      .page-default .__txt .wp-block-table.right-highlight td:nth-child(1) {
        width: 70%; }
      .page-default .__txt .wp-block-table.right-highlight td:nth-child(2) {
        font-size: 24px;
        font-weight: 500; }
      .page-default .__txt .wp-block-table.three-columns tr:nth-child(2) th {
        background-color: #BBB9B9;
        color: #fff; }
      .page-default .__txt .wp-block-table.three-columns tr:nth-child(n + 2) {
        background-color: #FBFBFB; }
    .page-default .__txt .font-medium {
      font-weight: 500; }
    .page-default .__txt .has-normal-font-size {
      margin-top: 1.4em;
      margin-bottom: 1.4em;
      font-size: 18px; }
    .page-default .__txt .has-medium-font-size, .page-default .__txt .text-lg {
      margin-top: 0.95em;
      margin-bottom: 0.95em;
      font-size: 20px;
      font-weight: 500; }
    .page-default .__txt .has-large-font-size {
      margin-top: 1.2em;
      margin-bottom: 1.2em;
      font-size: 34px;
      letter-spacing: 1px; }
  @media screen and (max-width: 991px) {
    .page-default .__text {
      margin-top: 30px;
      margin-bottom: 50px; }
    .page-default .__tabs_link ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 40px; }
    .page-default .__tabs_link li {
      display: block;
      padding: 0;
      text-align: center; }
    .page-default .__tabs_link a {
      display: inline-block;
      padding: 4px 20px;
      font-size: 18px; }
    .page-default .__txt {
      /** TABLE **/
      /** FONT SIZE **/ }
      .page-default .__txt h2 {
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 5px 0;
        font-size: 20px; }
      .page-default .__txt h3 {
        margin-top: 2.2em;
        margin-bottom: 1em;
        font-size: 18px; }
      .page-default .__txt h4 {
        margin-top: 2.2em;
        margin-bottom: 1em;
        font-size: 15px; }
      .page-default .__txt p {
        font-size: 14px; }
      .page-default .__txt .wp-block-spacer {
        height: 30px !important; }
      .page-default .__txt .wp-block-table {
        margin-bottom: 25px; }
        .page-default .__txt .wp-block-table th {
          padding: 3px 8px;
          font-size: 14px; }
        .page-default .__txt .wp-block-table td {
          min-width: 70px;
          padding: 8px 12px;
          font-size: 14px;
          line-height: 1.6; }
        .page-default .__txt .wp-block-table.right-highlight td:nth-child(2) {
          font-size: 14px; }
      .page-default .__txt .has-normal-font-size {
        font-size: 15px; }
      .page-default .__txt .has-medium-font-size, .page-default .__txt .text-lg {
        font-size: 16px; }
      .page-default .__txt .has-large-font-size {
        font-size: 28px; } }

        /**
 * Phương - Custom
 */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.main-slide .__slide-thumbs .slick-current .__item::after {
  opacity: 0;
}

.main-slide .__slide-thumbs .__item {
  display: inline-block;
  margin: 0 10px;
}

.slider-for .__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slide .__slide-thumbs .__item {
  display: block;
}

.main-slide .__slide-thumbs .__item img {
  width: 100%;
}

.__hamburger_btn.active .__text {
  opacity: 0;
}

.__hamburger_btn .__text {
  display: block;
  text-align: center;
  font-size: 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 0 0 0;
  color: #707070a8;
  font-family: Koburina Gothic StdN, "Noto Sans JP";
  letter-spacing: 0px;
}

.site-header .__header-right_content ul li {
  position: relative;
}

.site-header .__header-right_content ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.site-header .__header-right_content ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 295px;
  -webkit-box-shadow: 1px 0px 3px 0px #cccccc;
  box-shadow: 1px 0px 3px 0px #cccccc;
  padding: 15px 25px;
}

.site-header .__header-right_content ul li .sub-menu li {
  display: block;
}

.site-header .__header-right_content ul li .sub-menu li:last-child a {
  padding-bottom: 0;
}

.site-header .__header-right_content ul li .sub-menu li a {
  /*padding-top: 0;*/
  padding: 0 10px 15px 10px;
}

.__wrap_imgstaff {
  margin: 60px auto 0;
  max-width: 955px;
}

.__wrap_imgstaff img {
  width: 100%;
}

.__hamburger_phone_number {
  position: absolute;
  top: 12px;
  right: 70px;
  width: 28px;
  height: 45px;
  margin: auto;
}

.__hamburger_phone_number a {
  width: 24px;
  height: 45px;
  display: block;
  background: url(img/icon-tel.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1399px) {
  .arrowCtl {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 0;
    top: 15px;
    margin: auto;
  }
  .arrowCtl:after {
    position: absolute;
    top: -6px;
    left: 6px;
    width: 13px;
    height: 1.5px;
    background: #9C9C9C;
    content: '';
    bottom: 0;
    margin: auto;
  }
  .arrowCtl:before {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    width: 1.5px;
    height: 13px;
    background: #9C9C9C;
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: auto;
  }
  .arrowCtl.active:before {
    opacity: 0;
  }
  .site-header .__header-right_content ul {
    padding: 0 15px;
  }
  .site-header .__header-right_content ul li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: inherit;
    min-width: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border-top: 1px solid #f1f1f1;
    display: none;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .site-header .__header-right_content ul li .sub-menu li {
    border-bottom: none;
    padding-left: 10px;
  }
  .site-header .__header-right_content ul li .sub-menu li a {
    padding: 10px 0;
  }
  .site-header .__header-right_content ul li .sub-menu li:first-child {
    padding-top: 8px;
  }
  .site-header .__header-right_content ul li .sub-menu li:last-child {
    padding-bottom: 8px;
  }
  .site-header .__header-right_content ul li .sub-menu li:last-child a {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .main-slide .__slide-thumbs .__item img {
    height: 100px;
  }
}
/*# sourceMappingURL=style.css.map */
/*2109追加*/
        /*#sync2{
          display: none;
        }*/
        .site-name .container{
          max-width: 100%;
          padding: 0;
          position: relative;
        }
        .site-name .container .site--name{
          position: absolute;
          top: 0;
          left: 0;
          z-index: 90;
          width: 100%;                         /* 23.09.25 dt 変更 */
        }
        .site-name .container h1{
          margin: 0;
          font-size: inherit;
          color: #fff;
          background: rgba(58,58,58,.5);
          mix-blend-mode: multiply;
          font-family: 'Noto Sans JP';
          font-weight: inherit;
          padding: 10px 25px;
        }
        @media screen and (max-width:1399px){
          .site-name .container h1{
            padding: 10px 20px;
            font-size: 11px;
          }
        }
/*2109追加　ここまで*/
/*2111追加*/
        .page-ticket .general-qa .item .__innerItem{
          border-color: #a9a9fe;
          color: #a9a9fe;
        }
        .site-header .__header-right .__lists_btn li .__btn_yellow ._icon_youtube {
          background: url(img/icon-youtube.svg) no-repeat center;
          width: 30px;
          height: 23px;
          background-size: contain;
          margin-right: 15px;
          position: relative;
          top: 2px;
        }
        .page-ticket .general-qa .entry-header{
          border-top: none;
        }
        @media screen and (max-width: 991px){
          .page-ticket .entry-header .__text::before{
            left: -85px;}
          }
