/**
* Table of Contents:
*
* 1.0 Layout
* 2.0 Elements
*
* ------------------------------------------------------
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
* All tags default by themes
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.marginTop {
  margin-top: 0 !important;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #585858;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 1px;
}
a {
  color: #585858;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a:active,
a:focus,
a:hover {
  color: #018AE0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a:active img,
a:focus img,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
blockquote {
  background-color: #ddd;
  margin: 0;
  padding: 5px 10px;
}
table {
  border: 1px solid #e2e2e2;
  border-bottom: none;
  border-left: none;
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-right: none;
  padding: 4px 8px;
  text-align: left;
}
table tr td {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-right: none;
  padding: 4px 8px;
}
/**
* Container, box
*/
.container {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fullwidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-fullwidth:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .container-fullwidth {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.clearfix:after,
.wrap:after {
  content: '';
  clear: both;
  display: table;
}
@media screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
h1 {
  font-size: 2em;
  line-height: 1.4em;
}
h2 {
  font-size: 1.5em;
  line-height: 1.4em;
}
h3 {
  font-size: 1.3em;
  line-height: 1.4em;
}
h4 {
  font-size: 1.1em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.7em;
    line-height: 1.4em;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  h3 {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  h4 {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}
#nav-sp {
  position: fixed;
  top: 0;
  left: -90%;
  display: block;
  width: 315px;
  height: 100%;
  z-index: 9999;
  background: #fff;
  overflow: scroll;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 320px) {
  #nav-sp {
    width: 280px;
  }
}
#nav-sp.active {
  visibility: visible;
  left: 0;
}
#nav-sp ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav-sp ul:after {
  content: '';
  clear: both;
  display: table;
}
#nav-sp ul:after {
  content: '';
  clear: both;
  display: table;
}
#nav-sp .caption {
  background-color: #018AE0;
  color: #fff;
  line-height: 17px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding: 12px 20px;
}
#nav-sp .caption a {
  float: right;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  margin-right: -4px;
  cursor: pointer;
  position: relative;
}
#nav-sp .caption a:after {
  -webkit-mask: url('../svg/x.svg');
  mask: url('../svg/x.svg');
  -moz-mask: url('../svg/x.svg');
  -ms-mask: url('../svg/x.svg');
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -moz-mask-size: 16px;
  -ms-mask-size: 16px;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  background-color: #fff;
}
#nav-sp .title-lang {
  padding: 8px 20px;
  font-weight: bold;
  background-color: #F2F2F2;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
#nav-sp .title-lang:before {
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  background-image: url('../svg/planet.svg');
  margin-right: 6px;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
#nav-sp .title-lang:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: normal;
}
#nav-sp .title-lang.off:after {
  content: "\f107";
}
#nav-sp .title-lang i {
  color: #018AE0;
  font-size: 16px;
  margin-right: 7px;
  float: left;
  margin-top: 2px;
}
#nav-sp .tel-side {
  padding: 18px 10px 18px 25px;
  background-color: #F4F9FF;
}
#nav-sp .tel-side a {
  color: #018AE0;
}
#nav-sp .tel-side span {
  font-weight: bold;
}
#nav-sp .tel-side span.small {
  font-size: 12px;
  line-height: 18px;
}
#nav-sp .tel-side big {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  #nav-sp .tel-side big {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  #nav-sp .tel-side big {
    font-size: 23px;
  }
}
#nav-sp .select-lang.one-col a {
  padding: 5px 20px;
}
#overlay {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#overlay.active {
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.b-close {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #939393;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  text-indent: 1px;
  line-height: 36px;
}
a.b-close:after {
  -webkit-mask: url('../svg/x.svg');
  mask: url('../svg/x.svg');
  -moz-mask: url('../svg/x.svg');
  -ms-mask: url('../svg/x.svg');
  -webkit-mask-size: 14px;
  mask-size: 14px;
  -moz-mask-size: 14px;
  -ms-mask-size: 14px;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
  background-color: #fff;
  transform: translate(-1px, 0);
}
.wrap-box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 180px;
  color: #E05050;
  margin: 0 0 20px;
  padding: 10px 15px 15px;
}
.wrap-box.pink-box {
  border: 1px solid #ED7070;
}
.wrap-box .wrap.center {
  text-align: center;
}
.wrap-box .title-pop {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
}
.wrap-box .tel-pop {
  padding: 8px 20px;
  font-weight: bold;
  text-align: center;
}
.wrap-box .tel-pop .wrap {
  display: inline-block;
  text-align: left;
}
.wrap-box .tel-pop span.small {
  font-size: 12px;
  line-height: 18px;
}
.wrap-box .tel-pop big {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 320px) {
  .wrap-box .tel-pop big {
    font-size: 23px;
  }
}
.wrap-box .box {
  background-color: #F2F2F2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 10px;
}
.wrap-box .box.blue {
  background-color: #EFF3F7;
}
.wrap-box .box.pink {
  background-color: #FFF2F2;
}
.wrap-box .box h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.wrap-box .box p {
  margin: 4px 0;
}
.wrap-box .box p.small {
  font-size: 11px;
}
.wrap-box .warning-text {
  color: #E05050;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 29px;
  padding: 20px 12px;
}
.wrap-box .warning-text .icon {
  width: 49px;
  margin-bottom: 15px;
}
.wrap-box .warning-text button {
  margin-top: 25px;
}
.bpopup {
  display: none;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-width: 200px;
  min-height: 180px;
  color: #E05050;
  margin: 0 0 20px;
  padding: 10px 15px 15px;
  margin: 30px 20px 20px 15px;
  padding: 15px 15px 66px;
}
.bpopup.pink-box {
  border: 1px solid #ED7070;
}
.bpopup .wrap.center {
  text-align: center;
}
.bpopup .title-pop {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
}
.bpopup .tel-pop {
  padding: 8px 20px;
  font-weight: bold;
  text-align: center;
}
.bpopup .tel-pop .wrap {
  display: inline-block;
  text-align: left;
}
.bpopup .tel-pop span.small {
  font-size: 12px;
  line-height: 18px;
}
.bpopup .tel-pop big {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 320px) {
  .bpopup .tel-pop big {
    font-size: 23px;
  }
}
.bpopup .box {
  background-color: #F2F2F2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 10px;
}
.bpopup .box.blue {
  background-color: #EFF3F7;
}
.bpopup .box.pink {
  background-color: #FFF2F2;
}
.bpopup .box h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.bpopup .box p {
  margin: 4px 0;
}
.bpopup .box p.small {
  font-size: 11px;
}
.bpopup .warning-text {
  color: #E05050;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 29px;
  padding: 20px 12px;
}
.bpopup .warning-text .icon {
  width: 49px;
  margin-bottom: 15px;
}
.bpopup .warning-text button {
  margin-top: 25px;
}
.bpopup.warning {
  padding-bottom: 15px;
}
#top_popup {
  background-color: #FFF2F2;
  color: #585858;
  text-align: center;
}
#top_popup a {
  color: #018AE0;
  text-decoration: underline;
}
.site {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .site {
    max-width: 720px;
  }
}
/**
* Header
*/
.site-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #F2F2F2;
  max-width: 720px;
}
.site-header #btn-menu {
  float: left;
}
.site-header #btn-menu img {
  width: 20px;
  height: 20px;
}
.site-header .select-lang {
  float: right;
  position: relative;
}
.site-header .select-lang select {
  padding: 2px 18px 2px 10px;
  font-size: 12px;
  height: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #7F7F7F;
  background-color: #F2F2F2;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border: none;
  outline: none;
}
.site-header .select-lang:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  font-weight: normal;
  right: 8px;
  top: 1px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  color: #aaa;
}
.site-content {
  padding-top: 40px;
}
/**
* Footer
*/
.site-footer {
  border-top: 1px solid #e8e8e8;
}
.site-footer .copyright {
  color: #B4B4B4;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  padding: 15px 0;
}
.one-col ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.one-col a {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 20px;
  position: relative;
}
.one-col a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.two-col ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.two-col:after {
  content: '';
  clear: both;
  display: table;
}
.two-col:after {
  content: '';
  clear: both;
  display: table;
}
.two-col ul li:nth-child(even) a {
  border-left: 1px solid #e8e8e8;
}
.two-col a {
  width: 50%;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 20px;
  float: left;
}
/**
* Slider Top
*/
#slider-top .swiper-slide {
  background-color: #018AE0;
}
#slider-top .banner-slide {
  color: #fff;
  padding: 70px 0 72px;
}
#slider-top .banner-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#slider-top .banner-slide .icon-suitcase {
  margin-bottom: 16px;
}
#slider-top .banner-slide .icon-suitcase img {
  width: 90px;
  height: 90px;
}
#slider-top .banner-slide .txt1 {
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 28px;
  -webkit-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0);
  margin-bottom: 16px;
}
#slider-top .banner-slide .txt2 {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 4px;
}
#slider-top .banner-slide .txt3 {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}
#slider-top .banner-slide .txt3 span {
  margin: 0 5px;
}
.swiper-pagination {
  position: static;
  padding: 0px 0 8px;
}
.swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
  margin: 0 6px;
}
.swiper-pagination-bullet-active {
  background: #018AE0;
}
.height5 {
  height: 5px;
}
/**
* home link
*/
.top-group-button {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}
.top-group-button .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.top-group-button .wrap a:first-of-type {
  margin-right: 8px;
}
.page-title {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.page-title.nopadding {
  padding: 0;
}
.content-bg {
  background-color: #E7EEF8;
  padding: 30px 0;
  position: relative;
}
.content-bg.white {
  background-color: #fff;
}
.wrap-content {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .wrap-content {
    max-width: 420px;
  }
}
.nav-group-button {
  margin-top: 70px;
}
.nav-group-button.mt-none {
  margin-top: 18px;
}
.nav-group-button.mt-none-cf {
  margin-top: 32px;
}
.nav-group-button .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}
.nav-group-button .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.nav-group-button .button-secondary:first-of-type {
  margin-right: 18px;
}
.search-phone {
  color: #B4B4B4;
  cursor: pointer;
  position: relative;
}
.search-phone span {
  position: relative;
  background-image: url('../svg/uncheck.svg');
  background-repeat: no-repeat;
  background-size: 19px 22px;
  padding-left: 24px;
  margin-left: -2px;
}
.search-phone input[type="checkbox"] {
  width: 0px;
  height: 0px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-phone input[type="checkbox"]:checked + span {
  color: #018AE0;
  background-image: url('../svg/checked.svg');
}
#datepicker_pop {
  display: none;
}
#datepicker_pop.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
}
#datepicker_pop.active .nav-prev {
  padding-bottom: 20px;
}
#datepicker_pop .ui-widget.ui-widget-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
#datepicker_pop .ui-widget.ui-widget-content .ui-datepicker-group:first-of-type .ui-datepicker-header {
  padding-top: 20px;
}
#datepicker_pop .ui-datepicker-multi .ui-datepicker-group {
  width: 100%;
  max-width: 400px;
  float: none;
  margin: 0 auto;
}
#datepicker_pop .ui-datepicker-multi .ui-datepicker-group table {
  width: 100%;
  margin: 0 0 .4em;
  border: none;
}
#datepicker_pop .ui-datepicker .ui-datepicker-prev {
  left: auto;
  top: 22px;
  right: 30px !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
}
#datepicker_pop .ui-datepicker .ui-datepicker-next {
  top: 22px;
  right: 2px !important;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
}
#datepicker_pop .ui-datepicker .ui-datepicker-title {
  text-align: left;
  margin: 0;
  font-size: 18px;
  color: #018AE0;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
#datepicker_pop .ui-datepicker .ui-datepicker-header {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #BCE0FD;
  background: none;
  padding-top: 8px;
  margin-left: 15px;
  width: calc(100% - 30px);
}
#datepicker_pop .ui-datepicker-row-break {
  height: 20px;
}
#datepicker_pop .ui-datepicker-row-break:last-of-type {
  height: 0;
}
#datepicker_pop .ui-datepicker th {
  text-align: center;
  color: #BFBFBF;
  font-size: 14px;
}
#datepicker_pop .ui-datepicker td span,
#datepicker_pop .ui-datepicker td a {
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
  font-size: 14px;
  background-color: transparent;
  margin: 0 auto;
}
#datepicker_pop .ui-datepicker td span.ui-state-highlight,
#datepicker_pop .ui-datepicker td a.ui-state-highlight {
  background-color: #e7e7e7;
}
#datepicker_pop .ui-datepicker td span.ui-state-active,
#datepicker_pop .ui-datepicker td a.ui-state-active {
  background-color: #018AE0;
  color: #fff;
}
.quantity-calc-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.quantity-calc-area .item {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  width: 30.5%;
  text-align: center;
  position: relative;
}
.quantity-calc-area .item:before {
  content: '';
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -o-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
.quantity-calc-area .item img {
  height: 43px;
  margin-bottom: 12px;
}
.quantity-calc-area .item span {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 4px;
}
.quantity-calc-area .item:nth-child(1) img {
  width: 40px;
}
.quantity-calc-area .item:nth-child(2) img {
  width: 59px;
}
.quantity-calc-area .item:nth-child(3) img {
  width: 40px;
}
.quantity-calc-area .item .select-ctl:after {
  right: 8px;
}
.quantity-calc-area .item select {
  text-align: center;
  padding: 4px 20px;
  text-align-last: center;
}
.quantity-area {
  margin-bottom: 10px;
}
.quantity-area .item {
  background-color: #F5F5F5;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 7px;
  position: relative;
  margin-bottom: 10px;
}
.quantity-area .item:after {
  content: '';
  clear: both;
  display: table;
}
.quantity-area .item:after {
  content: '';
  clear: both;
  display: table;
}
.quantity-area .item span {
  display: inline-block;
  float: left;
  line-height: 21px;
  position: relative;
  background-image: url('../svg/ct-uncheck.svg');
  background-repeat: no-repeat;
  background-size: 19px 22px;
  padding-left: 24px;
  margin-top: 6px;
  margin-left: 8px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.quantity-area .item .select-ctl {
  float: right;
  width: 80px;
}
.quantity-area .item .select-ctl:after {
  right: 8px;
  color: #585858;
}
.quantity-area .item select {
  text-align: center;
  padding: 6px 10px;
  border-color: #e1e1e1;
  border-width: 1px;
  text-indent: 8px;
  text-align: left;
}
.quantity-area .item.active span {
  background-image: url('../svg/ct-check.svg');
}
#card-information input[type="text"],
#card-information input[type="tel"],
#card-information input[type="number"] {
  padding: 12px;
}
#card-information .sectop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#card-information .sectop .control {
  width: 120px;
}
#card-information .sectop .control:last-of-type {
  width: calc(100% - 120px - 10px);
}
#card-information .sectop .control:last-of-type .field-cf {
  color: #B4B4B4;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#card-information .secmiddle .field-cf {
  color: #B4B4B4;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#card-information .secbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#card-information .secbottom .control {
  width: 104px;
  margin-right: 10px;
}
#card-information .secbottom .control input {
  padding: 12px 15px;
}
#card-information .secbottom .control:last-of-type {
  width: 200px;
}
#card-information .secbottom .control:last-of-type input {
  width: 60px;
}
#card-information .pay-outpage {
  text-align: center;
  background-color: #fff;
  padding: 15px 15px 15px;
  margin-bottom: 15px;
}
#card-information .pay-outpage span {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 15px;
}
#card-information .pay-outpage .wrap {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
#card-information .pay-outpage .wrap .item {
  width: 50%;
  margin-right: 10px;
  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;
  background-color: #F2F2F2;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#card-information .pay-outpage .wrap .item img {
  width: 69px;
  height: 43px;
}
#card-information .pay-outpage .wrap .item:last-of-type {
  margin-right: 0;
}
#card-information .pay-outpage .wrap .item:last-of-type img {
  width: 101px;
  height: 26px;
}
#card-information select#payments {
  background-image: url('../svg/visa_bg.svg');
  background-repeat: no-repeat;
  background-size: 74px 20px;
  background-position: 10px 50%;
  text-indent: -9999px;
  max-height: 46px;
  height: 46px;
  text-transform: capitalize;
  font-size: 0;
  padding-right: 10px;
}
#card-information select#payments.visa {
  background-image: url('../svg/visa.svg');
}
#card-information select#payments.mastercard {
  background-image: url('../svg/mastercard.svg');
  background-size: 58px 28px;
}
#card-information select#payments.diners {
  background-image: url('../svg/dinersclub.svg');
  background-size: 56px 28px;
}
#card-information select#payments.amex {
  background-image: url('../svg/americanexpress.svg');
  background-size: 44px 28px;
}
#card-information select#payments.jcb {
  background-image: url('../svg/jcb.svg');
  background-size: 56px 28px;
}
#card-information select#payments.discover {
  background-image: url('../svg/discover.svg');
  background-size: 75px 28px;
}
#card-information select#payments option {
  font-size: 14px;
}
.complete-section {
  text-align: center;
  padding: 56px 0 70px;
}
.complete-section h3 {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #018AE0;
  line-height: 24px;
  margin: 20px 0 10px;
}
.complete-section .icon img {
  width: 82px;
}
.complete-section p {
  color: #018AE0;
  margin: 0 0 26px;
}
.complete-section .code {
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F5F5F5;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 16px 58px;
}
.dashboard-section {
  max-width: 330px;
  margin: 0 auto;
}
.dashboard-section .box {
  background-color: #F5F5F5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 22px;
}
.dashboard-section .box h3 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
}
.dashboard-section .box input[type="tel"],
.dashboard-section .box input[type="text"] {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 8px 10px;
  position: relative;
  border: 1px solid #ACCEE3;
  width: 70px;
}
.dashboard-section .box input[type="tel"]:last-of-type,
.dashboard-section .box input[type="text"]:last-of-type {
  width: 170px;
}
@media screen and (max-width: 320px) {
  .dashboard-section .box input[type="tel"]:last-of-type,
  .dashboard-section .box input[type="text"]:last-of-type {
    width: 130px;
  }
}
.dashboard-section .box span {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-right: 6px;
}
.dashboard-section .box span.line {
  position: relative;
  height: 2px;
  width: 8px;
  margin: 0 4px;
}
.dashboard-section .box span.line:before {
  content: '';
  background-color: #585858;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dashboard-section .box .button {
  margin-bottom: 0;
}
.dashboard-section .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 15px;
}
.dashboard-section table {
  margin-top: 30px;
  margin-bottom: 70px;
  border-color: #E6E6E6;
}
.dashboard-section table tr th {
  background-color: #F5F5F5;
  border-color: #E6E6E6;
  border-bottom: none;
  padding: 7px 18px;
}
.dashboard-section table tr td {
  border-color: #E6E6E6;
  padding: 7px 18px;
  width: 50%;
}
.summary-section {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.summary-section table {
  border-color: #E6E6E6;
  border-top: none;
}
.summary-section table tr th {
  background-color: #F5F5F5;
  border-color: #E6E6E6;
  border-bottom: none;
  padding: 7px 15px;
}
.summary-section table tr td {
  border-color: #E6E6E6;
  padding: 7px 15px;
  width: 50%;
}
.summary-section .wrap .row {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.summary-section .wrap .row:after {
  content: '';
  clear: both;
  display: table;
}
.summary-section .wrap .row:after {
  content: '';
  clear: both;
  display: table;
}
.summary-section .wrap .row.row-head {
  background-color: #E7EEF8;
  font-weight: bold;
  border-bottom: none;
  padding-top: 22px;
}
.summary-section .wrap .row strong {
  font-weight: normal;
  width: 130px;
  float: left;
}
.summary-section .wrap .row span {
  float: left;
}
.contact {
  background-color: #E7EEF8;
  padding: 20px 5px;
}
.contact a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ACCEE3;
  padding: 8px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact a.tel {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  padding-top: 0;
}
.contact a.tel .wrap {
  display: inline-block;
  max-width: 230px;
  text-align: left;
}
.contact a.tel .wrap span {
  font-size: 12px;
}
.contact a.tel .wrap span.label {
  display: inline-block;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.contact a.tel .wrap span.small {
  font-size: 12px;
  line-height: 18px;
}
.contact a.tel .wrap big {
  font-size: 24px;
  line-height: 36px;
}
.contact a.mail {
  text-align: center;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  padding: 20px 0;
}
.contact a.mail:before {
  background-image: url('../svg/mail.svg');
  width: 19px;
  height: 13px;
  content: '';
  display: inline-block;
  margin-right: 7px;
}
.page-about {
  padding: 14px 20px 25px;
}
.page-about h3 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-about h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  margin-bottom: 46px;
}
.page-about h4:before {
  width: 20px;
  height: 2px;
  content: '';
  background-color: #707070;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.page-about p {
  line-height: 24px;
}
.page-faq {
  padding: 14px 5px 35px;
}
.page-faq h3 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq-list .item.active .question {
  background-color: #F4F9FF;
}
.faq-list .item.active .question:before {
  content: "\f077";
}
.faq-list .item .li-icon {
  float: left;
  border: 1px solid #018AE0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 12px;
  color: #018AE0;
  line-height: 31px;
  background-color: #fff;
  text-indent: 1px;
}
.faq-list .item .li-text {
  float: right;
  width: calc(100% - 34px - 10px);
}
.faq-list .item .question {
  background-color: #fff;
  color: #018AE0;
  font-weight: bold;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 11px 12px;
  padding-right: 30px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
}
.faq-list .item .question:after {
  content: '';
  clear: both;
  display: table;
}
.faq-list .item .question:after {
  content: '';
  clear: both;
  display: table;
}
.faq-list .item .question:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: normal;
  right: 10px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  color: #018AE0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -1px;
}
.faq-list .item .answer {
  display: none;
  padding: 18px 12px;
  line-height: 22px;
  border-bottom: 1px solid #F2F2F2;
}
.faq-list .item .answer:after {
  content: '';
  clear: both;
  display: table;
}
.faq-list .item .answer:after {
  content: '';
  clear: both;
  display: table;
}
.faq-list .item .answer .li-icon {
  background-color: #018AE0;
  color: #fff;
}
.faq-list .item .answer .li-text {
  width: calc(100% - 34px - 14px);
}
.faq-list .item:first-of-type .question {
  border-top: 1px solid #e8e8e8;
}
.page-contact {
  padding: 14px 5px 35px;
}
.page-contact h3 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page-contact .desc {
  padding: 0 18px;
}
.page-text-template {
  padding: 14px 0 18px;
}
/*.page-text-template h1 {
  text-align: center;
  font-size: 18px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
  margin-top: 20px;
}*/
.site-content h1 {
  text-align: center;
}
.page-text-template p {
  line-height: 24px;
  margin: 0 0 10px;
}
.page-text-template h2 {
  font-size: 18px;
  margin: 15px 0 15px;
  white-space: pre-wrap;
}
.page-text-template h3 {
  font-size: 16px;
  margin: 0 0 5px;
}
.page-text-template h4 {
  font-weight: normal;
  margin: 0 0 10px;
}
.page-text-template ul {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
.page-text-template table table {
  border: none;
}
.page-text-template table table td {
  border-bottom: none;
  border-right: none;
  width: 230px;
}
@media (max-width: 768px) {
  .page-text-template table table td {
    padding: 18px 10px;
  }
}
.page-text-template table td {
  padding: 18px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page-text-template table td:nth-child(1) {
    padding: 18px 12px;
    width: 100px;
  }
}
@media screen and (min-width: 767px) {
  .page-text-template table td.nopadding {
    padding: 0;
    border-left: none;
  }
}
.page-text-template a {
  color: #018AE0;
}
.page-text-template a:hover {
  opacity: 0.8;
}
.sp-wrap {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
form.form-contact {
  margin-top: 30px;
}
form.form-contact .control input[type="text"],
form.form-contact .control input[type="number"],
form.form-contact .control input[type="email"] {
  padding: 12px 15px;
  border-color: #e1e1e1;
  border-width: 1px;
}
form.form-contact .control textarea {
  border-color: #e1e1e1;
  padding: 12px 15px;
}
form.form-contact .small {
  font-size: 10px;
  letter-spacing: -0.2px;
  line-height: 15px;
}
form.form-contact .small a {
  color: #018AE0;
}
/**
* Fix only IE
*/
@supports (-ms-ime-align: auto) {
  a.b-close:after {
    background-color: transparent;
    background-image: url('../img/x.png');
    background-size: 13px;
    background-repeat: no-repeat;
    transform: translate(0, 0);
  }
  #nav-sp .caption a:after {
    background-color: transparent;
    background-image: url('../img/x.png');
    background-size: 16px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a.b-close:after {
    background-color: transparent;
    background-image: url('../img/x.png');
    background-size: 13px;
    background-repeat: no-repeat;
  }
  #nav-sp .caption a:after {
    background-color: transparent;
    background-image: url('../img/x.png');
    background-size: 16px;
  }
  form .control input[type='text'].edit,
  form .control input[type='number'].edit,
  form .control input[type='email'].edit {
    background-size: 90px !important;
    background-position: 110% 50% !important;
  }
  .search-phone input[type='checkbox'] {
    width: 0px;
    height: 0px;
    border: none;
  }
  .site-header .select-lang select {
    padding-right: 10px;
  }
  .site-header .select-lang:after {
    display: none;
  }
  .select-ctl:after {
    display: none;
  }
  .quantity-calc-area .item select {
    padding-right: 5px;
  }
  .wrap-box .tel-pop .wrap {
    font-size: 13px;
  }
  .wrap-box .tel-pop big {
    font-size: 30px;
  }
  .faq-list .item .li-icon {
    text-indent: 3px;
    line-height: 20px;
  }
}
.en .quantity-calc-area .item:nth-of-type(2) span {
  line-height: 1.2;
}
.en #card-information .control {
  font-size: 11px;
}
.en #card-information .secbottom .control:first-of-type {
  white-space: nowrap;
  width: 120px;
}
.en #card-information .sectop .control:first-of-type {
  width: 140px;
}
.en #card-information .sectop .control:last-of-type {
  width: calc(100% - 140px - 10px);
}
@media (max-width: 768px) {
  .en .two-col ul.menu li:nth-child(3) a,
  .en .two-col ul.menu li:nth-child(5) a {
    padding: 19px 20px;
  }
}
.en.home .button.button-small-extra {
  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;
}
.zh_CN #card-information .secbottom .control {
  white-space: nowrap;
}
.button {
  cursor: pointer;
  font-size: 16px;
  color: #018AE0;
  border: 1px solid #018AE0;
  display: block;
  line-height: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 14px 0;
  font-weight: bold;
  margin-bottom: 6px;
  background-color: #fff;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
.button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button.button-small {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}
.button.button-small-extra {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0;
}
.button.button-primary {
  background-color: #018AE0;
  color: #fff;
}
.button.button-secondary {
  background-color: #F0A600;
  border-color: #F0A600;
  color: #fff;
}
.button.button-gray {
  background-color: #E6E6E6;
  color: #7F7F7F;
  border-color: #E6E6E6;
  max-width: 150px;
}
/**
* Form
*/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B4B4B4;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B4B4B4;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B4B4B4;
}
form .control {
  margin-bottom: 12px;
}
form .control label {
  display: block;
  margin-bottom: 8px;
}
form .control label strong {
  color: #E05050;
  margin-left: 2px;
}
form .control input[type="text"],
form .control input[type="number"],
form .control input[type="tel"],
form .control input[type="email"] {
  background: #fff;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
  position: relative;
  border: 1px solid #ACCEE3;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  vertical-align: top;
}
form .control input[type="text"].edit,
form .control input[type="number"].edit,
form .control input[type="tel"].edit,
form .control input[type="email"].edit {
  background-color: #fff;
  background-image: url('../svg/edit.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95% 50%;
  padding: 12px 40px 12px 20px;
}
form .control input[type="text"].edit:active,
form .control input[type="number"].edit:active,
form .control input[type="tel"].edit:active,
form .control input[type="email"].edit:active,
form .control input[type="text"].edit:focus,
form .control input[type="number"].edit:focus,
form .control input[type="tel"].edit:focus,
form .control input[type="email"].edit:focus {
  background-image: none;
}
form .control input.datepicker {
  width: calc(100% - 56px);
  height: 46px;
}
form .control textarea {
  padding: 12px 20px;
  position: relative;
  border: 1px solid #ACCEE3;
  min-height: 190px;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
form .control select {
  width: 100%;
  border: 1px solid #ACCEE3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 20px;
  background-color: #fff;
  max-height: 42px;
}
form .control .field-cf {
  background-color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
  min-height: 46px;
}
form .submit-section {
  margin-top: 20px;
}
.button-outlink {
  background-color: #FFEAEA;
  color: #ED7070;
  position: relative;
  border-color: #FFEAEA;
}
.button-outlink:after {
  width: 12px;
  height: 10px;
  width: 11px;
  height: 9px;
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-image: url('../svg/cation_icon.svg');
  background-repeat: no-repeat;
}
.button-outlink:focus,
.button-outlink:hover {
  color: #ED7070;
}
.button-outlink.nobg {
  width: 160px;
  margin: 0 auto;
}
.button-prev {
  font-size: 16px;
  line-height: 19px;
  color: #7F7F7F;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.button-prev:before {
  background-image: url('../svg/back-arrow.svg');
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  margin-right: 7px;
}
.nav-prev {
  text-align: center;
  margin: 10px 0;
}
.nav-prev .button-prev {
  font-size: 16px;
  line-height: 19px;
  color: #7F7F7F;
  font-weight: bold;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  -o-transform: translate(-8px, 0);
  transform: translate(-8px, 0);
}
.nav-prev .button-prev:before {
  background-image: url('../svg/back-arrow.svg');
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  margin-right: 7px;
  background-color: transparent;
}
.button-next {
  position: relative;
}
.button-next:before {
  background-image: url('../svg/next-arrow.svg');
  width: 12px;
  height: 12px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button-search {
  padding: 12px 0;
  position: relative;
}
.button-search:after {
  background-image: url('../svg/search.svg');
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button-plane {
  position: relative;
}
.button-plane:before {
  background-image: url('../svg/plane.svg');
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
  margin-right: 7px;
}
.button-station {
  position: relative;
}
.button-station:before {
  background-image: url('../svg/station.svg');
  width: 13px;
  height: 16px;
  content: '';
  display: inline-block;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
  margin-right: 7px;
}
.button-datepicker {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ACCEE3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 4px;
  line-height: 1;
}
.button-datepicker:before {
  background-image: url('../svg/calendar.svg');
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.select-ctl {
  position: relative;
}
.select-ctl:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: normal;
  right: 15px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  color: #018AE0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -1px;
}
.select-ctl select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkbox-ctl {
  margin-top: 14px;
  margin-bottom: 8px;
  background-color: #F5F5F5;
  padding: 18px 24px;
}
.checkbox-ctl input {
  margin-right: 4px;
}
@media screen and (max-width: 320px) {
  .checkbox-ctl {
    font-size: 11px;
    padding: 14px 24px;
  }
}
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .button-outlink:after {
    width: 10.5px;
    height: 9px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .button-outlink:after {
    width: 10.5px;
    height: 9px;
  }
}
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .button-outlink:after {
    width: 10.5px;
    height: 9px;
  }
}

/*# sourceMappingURL=cityexpress.css.map */
#place_order{background-color: #018AE0 !important; color: #fff !important;}
    .woocommerce-error>li{list-style: none !important; color:red !important;}
    #paygent-new-info, .woocommerce-form-coupon-toggle, #customer_details, #order_review_heading, .payment_method_paygent_cc, .woocommerce-billing-fields__field-wrapper, .payment_box payment_method_paygent_cc, .shop_table, .woocommerce-checkout-review-order-table, .woocommerce-shipping-fields__field-wrapper{display: none !important;}

/*Customcss*/

.page-contact .submit-section a {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: 1px solid #018AE0;
  background-color: #018AE0;
  display: block;
  line-height: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center;
  padding: 14px 0;
  font-weight: bold;
  margin-bottom: 6px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-contact .submit-section a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
h3[id^=guide] {
  padding-top: 60px;
  margin-top: -60px;
}
.check_button {
    cursor: pointer;
    font-size: 16px;
    color: #018AE0;
    /* border: 1px solid #018AE0; */
    display: block;
    line-height: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 14px 0;
    font-weight: bold;
    margin-bottom: 6px;
    background-color: #fff;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.button.disabled {
    background-color: #dddfe1;
    color: #7F7F7F;
    border: 1px solid #b3bec5;
}


#top_popup a.button{
  background-color: #018AE0;
  color: #ffffff;
}

#result_popup .setlocation {
  font-size: 16px;
}

select.order_prefix_code {
  background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 6px 6px;
    position: relative;
    border: 1px solid #ACCEE3;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}