@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  -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-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
  display: block;
  margin: 0 30px;
}

@media screen and (max-width: 1000px) {
  .slick-initialized .slick-slide {
    margin: 0 10px;
  }
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 20px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

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

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

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

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

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 400px;
  z-index: 100;
}
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
@media screen and (max-width: 960px) {
  .slick-prev {
    left: 200px;
  }
}
@media screen and (max-width: 844px) {
  .slick-prev {
    left: 100px;
  }
}

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

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

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

.slick-next {
  right: 430px;
}
@media screen and (max-width: 960px) {
  .slick-next {
    right: 235px;
  }
}
@media screen and (max-width: 844px) {
  .slick-next {
    right: 135px;
  }
}

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

.slick-next:before {
  content: "←";
}

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

.slick-dotted.slick-slider {
  margin: 0 auto 0 auto;
  width: 1280px;
}

@media screen and (max-width: 999px) {
  .slick-dotted.slick-slider {
    margin: 0 auto;
    max-width: 1560px;
    width: 100%;
  }
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  opacity: 1;
  background-color: #efefef;
  border-radius: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #009ad7;
}
.slick-dots li.slick-active button:hover:before {
  background-color: #009ad7;
}

.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
}
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:focus, .remodal-close:hover {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
  color: #fff;
  background: #81c784;
}
.remodal-confirm:focus, .remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:focus, .remodal-cancel:hover {
  background: #ef5350;
}
.remodal-cancel::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 800px;
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal .imgTx {
  width: 100% !important;
}
.remodal .imgTx img {
  width: 100%;
  height: auto;
}

.remodal-is-initialized {
  display: inline-block;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 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;
}

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

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

html {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

body {
  background-color: #fff;
  line-height: 1.5;
  color: #454545;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1.4rem;
}

p {
  line-height: 2.5rem;
  letter-spacing: 0.4px;
  font-size: 1.4rem;
}

a {
  color: #454545;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -webkit-opacity: 0.8;
  /* Opera */
  -O-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
  /*IE*/
  cursor: pointer;
}

input,
select,
button,
textarea {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.footer-fixed {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
}

.footer-btn {
  width: 100%;
  background-color: #fefefe;
}

.footer-btn__box {
  width: 100%;
  margin: 0 auto;
}

.footer-btn__box--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

footer {
  background-color: #454545;
  color: #FFFFFF;
  padding: 3rem 0;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
footer .inner {
  padding: 0 2rem;
}
footer .inner div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0;
}
footer .inner div.row .logo, footer .inner div.row .menu {
  width: 50%;
}
footer .inner div.row .logo {
  font-size: 1.8rem;
}
footer .inner div.row .menu {
  text-align: right;
}
footer .inner div.row .menu li {
  font-size: 1.4rem;
  display: inline;
  margin-left: 3rem;
  margin-bottom: 4px;
}
footer .inner div.row .menu:first-child {
  margin-left: 0;
}
footer .inner div.row .copy {
  font-size: 1.4rem;
  width: 100%;
}

.header {
  position: fixed;
  top: -90px;
  left: 0;
  background-color: #fefefe;
  z-index: 9999;
  width: 100%;
  -webkit-box-shadow: 0px 1px #efefef;
  box-shadow: 0px 1px #efefef;
  height: 80px;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__box--logo {
  width: 150px;
  margin: 20px 20px;
}

.header__box--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 430px;
  margin: 20px 20px;
}

.logo {
  width: 100%;
}

/*hero*/
.hero {
  background: url(../img/hero/hero-bg.jpg);
  background-position: center;
  background-size: cover;
}
.hero.wprfing {
  background: url(../img/hero/wprfing-bg.jpg);
  background-position: center;
  background-size: cover;
}

.hero__box {
  width: 980px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}

.hero__box--text {
  color: #fff;
  padding-top: 50px;
}

.hero__box--text__sub-lead {
  font-size: 2rem;
  line-height: 3;
}

.hero__box--text__sub-lead2 {
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.17em;
}

.hero__box--text__main-lead {
  font-size: 4rem;
  line-height: 1.3;
}

.hero__box--text__main-lead2 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.25em;
}
.hero__box--text__main-lead2 strong {
  font-size: 4rem;
}

.hero__box--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 430px;
  margin-top: 40px;
}

.hero__box--button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 430px;
  margin-top: 65px;
  margin-left: 50px;
}

.hero__box--img {
  position: absolute;
  right: 50px;
  bottom: 0;
  overflow: hidden;
}

.hero__box--img02 {
  position: absolute;
  right: 50px;
  bottom: 0;
  overflow: hidden;
}
.hero__box--img02 .hImg {
  position: relative;
  top: 60px;
}

.hero .w1020 {
  width: 1020px;
}
.hero .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  position: relative;
  top: -20px;
}
.hero .logo img {
  margin-right: 33px;
}
.hero .logo a {
  border-radius: 5px;
  width: 120px;
  height: 30px;
  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;
  margin-left: 10px;
  font-size: 140%;
}
.hero .logo a i {
  padding-right: 5px;
}

#crossfade {
  position: relative;
  width: 320px;
  height: 422px;
  display: none;
  padding: 125px 21px 0 21px;
}
#crossfade li img {
  width: 278px;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 15px;
  left: 21px;
  border-radius: 20px;
}
#crossfade:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 320px;
  height: 422px;
  margin: 0;
  padding: 0;
  background: url(../img/hero/bg_hero.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

/*cp slider*/
.cp-slider {
  padding: 0 0 50px 0;
  overflow: hidden;
}
/*store-list*/
.storelist {
  padding: 90px 0;
  background-color: #effafe;
}

.storelist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.storelist .card {
  background-color: #fefefe;
}
.storelist .card__store-img {
  margin-bottom: 20px;
}
.storelist .card__store-name {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.storelist .card__store-text {
  font-size: 1.4rem;
}
.storelist .card__store-info {
  font-family: "futura-pt";
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.storelist .card__store-info .fa-info-circle {
  margin-right: 5px;
}
.storelist .card-inner {
  padding: 20px 30px 0 30px;
}
.storelist .card-link-area {
  display: block;
  background-color: #fff;
  width: 23%;
  height: 450px;
  margin: 10px;
  position: relative;
}
.storelist .card-link-area:hover {
  opacity: 0.8;
}

.storelist__box.hokkaido {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.opening-date {
  padding: 10px 10px;
  position: absolute;
  font-size: 1.2rem;
}

/*etc-area*/
.etc-area {
  width: 90%;
  text-align: center;
  display: block;
  margin: 4rem auto 2rem auto;
}

.etc-area__btn {
  display: inline-block;
  font-size: 2rem;
  width: 100%;
  display: block;
  height: 8rem;
  position: relative;
  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;
}
.etc-area__btn a {
  padding: 2rem;
  font-size: 1.9rem;
}
.etc-area__btn .link-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background-color: #97d07e;
  height: 100%;
  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;
}
.etc-area__btn .link-icon img {
  width: 35px;
  position: relative;
}

/*-support*/
.support {
  padding: 90px 0;
}
.support .itech-img {
  margin: 0 auto;
}
.support h2,
.support h3 {
  font-size: 2rem;
  color: #009ad7;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
}
.support h2:after,
.support h3:after {
  width: 20px;
  margin-left: -20px;
  left: 50%;
  bottom: -1.5rem;
  border-bottom: 44px;
  content: "";
  border-bottom: 3px solid #ccc;
  position: absolute;
}

.support__box {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support__box .box-item {
  width: 30%;
  margin: 10px;
}
.support__box .box-item .box-item__text {
  margin-bottom: 3rem;
}

/*-reason*/
.reason {
  padding: 90px 0;
}
.reason h2 {
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 3rem;
}
.reason h2 .c-read-text {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  position: absolute;
  bottom: -6rem;
}

.reason__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.reason__box .box-item {
  width: 50%;
}
.reason__box .box-item .box-item__text {
  padding: 3rem 5rem;
  width: 70%;
}
.reason__box .box-item .box-item__text .reason-line {
  position: relative;
  font-family: "Futura-PT";
  font-size: 2.4rem;
  font-weight: 700;
  color: #009ad7;
}
.reason__box .box-item .box-item__text .reason-line:after {
  content: "";
  width: 20px;
  border-bottom: 3px solid #ccc;
  position: absolute;
  top: 44px;
  left: 0;
}
.reason__box .box-item .box-item__text .reason-title {
  font-size: 2.4rem;
  color: #454545;
  margin-top: 30px;
}
.reason__box .box-item:first-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.reason__box .box-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.reason__box .box-item:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.reason__box .box-item:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.reason__box .box-item:nth-child(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.reason__box .box-item:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.reason__box .box-item:nth-child(7) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.reason__box .box-item:nth-child(8) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/*-price*/
.price {
  padding: 90px 0;
}
.price .price__box {
  display: table;
  margin: 4rem 0;
}
.price .price__box .box-item {
  width: 35%;
  display: table-cell;
  vertical-align: top;
}
.price .price__box .box-item img {
  width: 70%;
  margin: 0 auto;
}
.price .price__box .box-item__headline {
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.price .price__box .box-item__headline__ipad {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.price .price__box .box-item__headline__ipad br {
  display: none;
}
.price .price__box .box-item:nth-child(2) {
  width: 65%;
  padding-left: 60px;
  vertical-align: top;
}
.price .price__box .box-item:nth-child(2) .list-number {
  counter-reset: ol_li;
  margin-bottom: 50px;
}
.price .price__box .box-item:nth-child(2) .list-number > li {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.price .price__box .box-item:nth-child(2) .list-number > li p {
  margin-left: 1.2rem;
  font-size: 1.6rem;
}
.price .price__box .box-item:nth-child(2) .list-number > li .list-number__title {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}
.price .price__box .box-item:nth-child(2) .list-number > li:before {
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #fefefe;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #009ad7;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: 500;
  padding-top: 7px;
  padding-left: 2px;
  font-family: Futura-PT;
  font-size: 20px;
}
.price .price__box .box-item_ipad {
  width: 85%;
  vertical-align: top;
  margin: 0 auto;
}
.price .price__box .box-item_ipad .list-number {
  counter-reset: ol_li;
  width: 90%;
  margin: 50px auto;
}
.price .price__box .box-item_ipad .list-number > li {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.price .price__box .box-item_ipad .list-number > li p {
  margin-left: 1.2rem;
  font-size: 1.6rem;
}
.price .price__box .box-item_ipad .list-number > li .list-number__title {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}
.price .price__box .box-item_ipad .list-number > li:before {
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #fefefe;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #009ad7;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 5px;
  font-weight: 500;
  padding-top: 7px;
  padding-left: 2px;
  font-family: Futura-PT;
  font-size: 20px;
}
.price .inner .icracked-price-table img.priceimg {
  width: 100%;
  height: auto;
}

/*other-services*/
.other-services {
  padding: 90px 0 130px 0;
  background-color: #efefef;
}

.other-services__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-services .card {
  background-color: #fefefe;
}
.other-services .card__service-img {
  text-align: center;
  height: 126px;
}
.other-services .card__service-name {
  font-size: 2rem;
  text-align: center;
  margin: 10px auto;
  letter-spacing: normal;
}
.other-services .card__service-text {
  font-size: 1.5rem;
  margin: 10px auto;
  min-height: 80px;
  width: 280px;
}
.other-services .card__service-info {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0;
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.other-services .card__service-info i {
  position: absolute;
  top: 14px;
  right: 10px;
}
.other-services .card-inner {
  padding: 44px 30px;
}
.other-services .card-link-area {
  display: block;
  background-color: #fff;
  width: 35%;
  margin-right: 5%;
  margin-bottom: 5%;
  position: relative;
}
.other-services .card-link-area:hover {
  opacity: 0.8;
}
.other-services .card-link-area:nth-last-child(odd) {
  margin-right: 0;
}
.other-services p.c-heading__c-read-text {
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  width: 100%;
  margin-top: -25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 428px) {
  .other-services p.c-heading__c-read-text {
    display: block;
    font-size: 1.4rem;
    font-weight: 100;
    width: 70vw;
    margin: -4.3rem auto 0 auto;
  }
}
/*inc-reserve*/
/*++170922++*/
.reserve .reserve__box .box-item__headline {
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}
.reserve .reserve-btn-box {
  margin-top: 186px;
  position: relative;
  text-align: center;
}
.reserve .reserve-btn-box a {
  font-size: 3rem;
}
.reserve .reserve-btn-box a:before {
  content: "";
  background: url(../img/reserve/iphonex.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 96px;
  height: 196px;
}
.reserve .reserve-btn-box a:after {
  content: url(../img/reserve/reserve-text-img.svg);
  position: absolute;
  bottom: 120px;
  right: 15px;
  width: 514px;
}

.section-catchtx {
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009ad7), to(#0070c9));
  background-image: linear-gradient(to bottom, #009ad7, #0070c9);
}
.section-catchtx .inner {
  max-width: 980px;
  margin: 0 auto;
}
.section-catchtx .inner .catch-text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  display: table;
}
.section-catchtx .inner .catch-text a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .reserve .reserve-btn-box a:before {
    background: none;
  }
}
/*inc-sub-reserve*/
/*+++170925+++*/
.sub-reserve {
  background-image: url(../img/sub-reserve/bk.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0;
}
.sub-reserve .sub-reserve__box {
  text-align: center;
}
.sub-reserve .sub-reserve__box .sub-reserve-btn-box {
  font-size: 2.4rem;
}

/*-reserve*/
.reserve {
  padding: 90px 0;
}

.reserve__form {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 5rem;
  margin-top: 30px;
}
.reserve__form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 1.8rem;
  border-top: 1px solid #454545;
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
  background-color: #fefefe;
}
.reserve__form .row:last-child {
  border-bottom: 1px solid #454545;
}
.reserve__form .title-block {
  width: 30%;
  padding: 20px;
}
.reserve__form .select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  border-left: 1px solid #454545;
  padding: 10px;
}
.reserve__form .select-block span {
  padding: 10px;
}
.reserve__form .select-block input,
.reserve__form .select-block textarea {
  width: 100%;
  background-color: #efefef;
  padding: 10px;
}
.reserve__form .select-block .select-box {
  background-color: #efefef;
  width: 100%;
  position: relative;
}
.reserve__form .select-block .select-box .day:after,
.reserve__form .select-block .select-box .hour:after,
.reserve__form .select-block .select-box .minute:after,
.reserve__form .select-block .select-box .model:after,
.reserve__form .select-block .select-box .mon:after,
.reserve__form .select-block .select-box .store:after {
  font-family: FontAwesome;
  content: "\f0d7";
  bottom: 7px;
  position: absolute;
  right: 15px;
}
.reserve__form .select-block .select-box select {
  padding: 10px;
  width: 100%;
}

.reserve .c-button-submit {
  margin-top: 30px;
}

/*-reserve__confirmation*/
.reserve__confirmation {
  min-height: calc(100vh - 320px);
}
.reserve__confirmation li {
  display: inline-block;
  margin-right: 20px;
}
.reserve__confirmation lilast-child {
  margin-right: 0;
}
.reserve__confirmation .c-button-submit {
  margin: 60px auto;
}
.reserve__confirmation .c-button-submit input {
  display: inline-block;
}

/*-thanks*/
.thanks {
  min-height: calc(100vh - 320px);
}

.required {
  color: #fefefe;
  background-color: #e04172;
  padding: 3px 5px;
  float: right;
  font-size: 1rem;
  font-weight: bold;
}

.thanks__box {
  padding: 50px 0;
}

/*防水2024*/
.watar_p {
  padding: 90px 0;
}
.watar_p .inner .video_tag {
  width: 60%;
  margin: 20px auto 60px auto;
}
.watar_p .inner .video_tag video {
  width: 100%;
  height: auto;
}
.watar_p .inner .watar_p_txt {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}
.watar_p .inner .watar_p_txt p {
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .watar_p .inner .video_tag,
  .watar_p .inner .watar_p_txt {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .watar_p {
    padding: 5rem 0;
  }
}

.wp_head {
  display: block;
  width: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 9999;
}
.wp_head .wp_head_inner {
  width: 80%;
  height: 80px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.wp_head .wp_head_inner.standard {
  width: 100%;
  max-width: 1200px;
}
.wp_head .wp_head_inner ul li {
  display: inline-block;
  position: absolute;
}
.wp_head .wp_head_inner ul li.logo {
  top: 12px;
  left: 0;
}
.wp_head .wp_head_inner ul li.btn {
  top: 0;
  right: 0;
}
.wp_head .wp_head_inner ul li.btn img {
  height: 80px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wp_head .wp_head_inner {
    width: 100%;
    height: 60px;
    padding: 0 3%;
  }
  .wp_head .wp_head_inner ul li.logo {
    top: 8px;
    left: 5px;
  }
  .wp_head .wp_head_inner ul li.logo img {
    height: 45px;
  }
  .wp_head .wp_head_inner ul li.btn img {
    height: 60px;
  }
}
@media screen and (max-width: 428px) {
  .wp_head .wp_head_inner {
    height: 50px;
  }
  .wp_head .wp_head_inner ul li.logo {
    top: 5px;
  }
  .wp_head .wp_head_inner ul li.logo img {
    height: 35px;
  }
  .wp_head .wp_head_inner ul li.btn img {
    height: 50px;
  }
}

.wp_wrappar {
  display: block;
  width: 100%;
  padding: 60px 0;
}
.wp_wrappar.kv {
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .wp_wrappar.kv {
    padding-top: 60px;
  }
}
.wp_wrappar.bbg {
  background-color: #effafe;
}
.wp_wrappar.bbg.top {
  padding-top: 100px;
}
.wp_wrappar .flow_slider {
  overflow: hidden;
  padding-bottom: 100px;
}
.wp_wrappar .flow_slider .slick-arrow img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .wp_wrappar .flow_slider .slick-arrow img {
    display: none;
  }
}
.wp_wrappar .wp_inner {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
}
.wp_wrappar .wp_inner img {
  width: 100%;
  height: auto;
}
.wp_wrappar .wp_inner video {
  width: 100%;
  height: auto;
  margin-top: -23px;
}
.wp_wrappar .wp_inner video.mt0 {
  margin-top: 0;
}
.wp_wrappar .wp_inner h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #009ad7;
  text-align: center;
  position: relative;
  padding: 2rem 0 3rem 0;
  margin: 0 auto 50px auto;
}
.wp_wrappar .wp_inner h2 br {
  display: none;
}
.wp_wrappar .wp_inner.vtag {
  margin-bottom: 50px;
}
.wp_wrappar .wp_inner.reason_img {
  width: 100%;
  max-width: 1200px;
}
.wp_wrappar .wp_inner.reason_img img {
  display: block;
}
.wp_wrappar .wp_inner.reason_img .pu_box {
  margin-bottom: 50px;
}
.wp_wrappar .wp_inner.reason_img .pu_box h3 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 0.5rem;
  margin-bottom: 1em;
}
.wp_wrappar .wp_inner.reason_img .pu_box h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.wp_wrappar .wp_inner.reason_img .pu_box strong {
  color: #009AD7;
}
.wp_wrappar .wp_inner.reason_img .pu_box .gmo_logo {
  width: 60%;
  margin: 30px auto 60px auto;
}
@media screen and (max-width: 480px) {
  .wp_wrappar .wp_inner.reason_img .pu_box .gmo_logo {
    width: 80%;
    margin-bottom: 30px;
  }
}
.wp_wrappar .wp_inner.reason_img .pu_box .gmo_txt {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wp_wrappar .wp_inner.reason_img .pu_box .gmo_txt {
    width: 96%;
  }
}
.wp_wrappar .wp_inner.reason_img .pu_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl dt {
  width: 40%;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl dt img {
  width: 100%;
  height: auto;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl dd {
  width: 58%;
  font-size: 1.6rem;
  line-height: 2em;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl dd p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl.ver {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -60px;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl.ver dt.opp {
  position: relative;
  top: -70px;
}
.wp_wrappar .wp_inner.reason_img .pu_box dl.ver dd.opp {
  background: #fff;
  padding: 30px;
  position: relative;
  left: 90px;
  top: 20px;
  box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
}
@media screen and (max-width: 480px) {
  .wp_wrappar .wp_inner.reason_img .pu_box dl {
    display: block;
  }
  .wp_wrappar .wp_inner.reason_img .pu_box dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .wp_wrappar .wp_inner.reason_img .pu_box dl dd {
    width: 100%;
  }
  .wp_wrappar .wp_inner.reason_img .pu_box dl.ver {
    margin-top: 0;
  }
  .wp_wrappar .wp_inner.reason_img .pu_box dl.ver dt.opp {
    position: inherit;
  }
  .wp_wrappar .wp_inner.reason_img .pu_box dl.ver dd.opp {
    background: #fff;
    padding: inherit;
    position: inherit;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
  .wp_wrappar .wp_inner.reason_img .pu_box dl.ver.opp {
    margin-bottom: 0;
  }
}
.wp_wrappar .wp_inner.full {
  width: 100%;
  max-width: 1200px;
}
.wp_wrappar .wp_inner.full img.footer_txt {
  width: 50%;
}
@media screen and (max-width: 428px) {
  .wp_wrappar .wp_inner.full img.footer_txt {
    width: 80%;
  }
}
.wp_wrappar .voice_img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp_wrappar .voice_img li {
  width: 30%;
}
.wp_wrappar .voice_img li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wp_wrappar .voice_img li {
    width: 45%;
  }
}
@media screen and (max-width: 428px) {
  .wp_wrappar .voice_img {
    width: 80%;
    display: block;
  }
  .wp_wrappar .voice_img li {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .wp_wrappar .voice_img {
    width: 100%;
  }
}
.wp_wrappar .faq_contBox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px auto;
}
.wp_wrappar .faq_contBox dl {
  font-size: 16px;
  margin-bottom: 20px;
}
.wp_wrappar .faq_contBox dl dt {
  background: #f5f5f5;
  padding: 20px 20px 20px 60px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.wp_wrappar .faq_contBox dl dt:after {
  content: "Q";
  position: absolute;
  background: #005479;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 25%;
  left: 1em;
  padding: 3px 20px 10px 8.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp_wrappar .faq_contBox dl dt:before {
  content: "＋";
  position: absolute;
  color: #005479;
  top: 30%;
  right: 2em;
  font-size: 130%;
}
@media screen and (max-width: 640px) {
  .wp_wrappar .faq_contBox dl dt {
    padding-left: 50px;
  }
  .wp_wrappar .faq_contBox dl dt:before {
    right: 3px;
  }
}
.wp_wrappar .faq_contBox dl dt.active:before {
  content: "ー";
  position: absolute;
  color: #005479;
  top: 30%;
  right: 2.2em;
  font-size: 120%;
}
@media screen and (max-width: 640px) {
  .wp_wrappar .faq_contBox dl dt.active:before {
    right: 4px;
    font-size: 110%;
  }
}
.wp_wrappar .faq_contBox dl dt.wback {
  border-bottom: 1px solid #ccc;
}
.wp_wrappar .faq_contBox dl dd {
  padding: 20px 20px 20px 60px;
  margin-bottom: 30px;
  position: relative;
}
.wp_wrappar .faq_contBox dl dd p {
  padding-top: 20px;
}
.wp_wrappar .faq_contBox dl dd p span {
  display: inline-block;
  margin-bottom: 10px;
}
.wp_wrappar .faq_contBox dl dd:after {
  content: "A";
  position: absolute;
  background: #e96d3c;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 18px;
  left: 1em;
  padding: 3px 20px 10px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp_wrappar .faq_contBox dl dd.child {
  display: none;
}
.wp_wrappar .faq_contBox dl.model dt {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .wp_wrappar .faq_contBox {
    width: 100%;
  }
}
.wp_wrappar .faq_contBox.single img.faq {
  width: 100%;
  height: auto;
}
.wp_wrappar .faq_contBox.single dl dt:before {
  content: none;
}
@media screen and (max-width: 960px) {
  .wp_wrappar .wp_inner h2 {
    font-size: 3rem;
    padding: 0;
    margin: 0 auto 30px auto;
  }
  .wp_wrappar .wp_inner h2 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wp_wrappar .wp_inner {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 428px) {
  .wp_wrappar {
    padding: 30px 0;
  }
  .wp_wrappar.bbg.top {
    padding-top: 70px;
  }
  .wp_wrappar .wp_inner h2 {
    font-size: 25px;
  }
}

.cta-reserve {
  background: url(/wp-content/themes/ja-icracked-japan-theme/lp/assets/img/wp/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 50px 0 40px 0;
}

.bta_wrap {
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
}
.bta_wrap img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.bta_wrap.mbtn {
  width: 40%;
}
@media screen and (max-width: 1280px) {
  .bta_wrap.mbtn {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .bta_wrap.mbtn {
    width: 70%;
  }
}
@media screen and (max-width: 428px) {
  .bta_wrap {
    width: 94%;
  }
  .bta_wrap.mbtn {
    width: 90%;
  }
}

/*既存LP改修 2024*/
.hero_2024 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.7))), url(/lib/img/top/kv_bg/01/bg.png);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url(/lib/img/top/kv_bg/01/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_2024 .kv_in {
  width: 100%;
  max-width: 1280px;
  height: 550px;
  margin: 0 auto;
  padding-top: 150px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero_2024 .kv_in .logo_area {
  text-align: center;
  margin-bottom: 70px;
}
.hero_2024 .kv_in .logo_area img {
  width: 200px;
}
.hero_2024 .kv_in .logo_area img.top-logo {
  width: 420px;
}
.hero_2024 .kv_in .logo_area p {
  color: #fff;
  font-size: 1.5rem;
}
.hero_2024 .kv_in .logo_area p br {
  display: none;
}
.hero_2024 .kv_in .bnr_list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero_2024 .kv_in .bnr_list li {
  width: 18%;
}
.hero_2024 .kv_in .bnr_list li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .hero_2024 .kv_in {
    height: 500px;
  }
  .hero_2024 .kv_in .logo_area {
    margin-bottom: 50px;
  }
  .hero_2024 .kv_in .logo_area img {
    width: 180px;
  }
  .hero_2024 .kv_in .logo_area img.top-logo {
    width: 400px;
  }
  .hero_2024 .kv_in .bnr_list {
    width: 96%;
  }
}
@media screen and (max-width: 960px) {
  .hero_2024 .kv_in {
    padding-top: 120px;
    height: 470px;
  }
  .hero_2024 .kv_in .logo_area {
    margin-bottom: 40px;
  }
  .hero_2024 .kv_in .logo_area p {
    font-size: 1.6rem;
  }
  .hero_2024 .kv_in .bnr_list {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .hero_2024 .kv_in {
    width: 90%;
    padding-top: 85px;
    height: 455px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero_2024 .kv_in .logo_area {
    width: 60%;
    margin-bottom: 0;
    position: relative;
    top: 25px;
  }
  .hero_2024 .kv_in .logo_area img {
    width: 220px;
  }
  .hero_2024 .kv_in .logo_area img.top-logo {
    width: 440px;
  }
  .hero_2024 .kv_in .logo_area p br {
    display: block;
  }
  .hero_2024 .kv_in .bnr_list {
    width: 30%;
    display: block;
  }
  .hero_2024 .kv_in .bnr_list li {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 428px) {
  .hero_2024 .kv_in {
    width: 100%;
    height: 395px;
  }
  .hero_2024 .kv_in .logo_area img {
    width: 150px;
  }
  .hero_2024 .kv_in .logo_area img.top-logo {
    width: 220px;
  }
  .hero_2024 .kv_in .logo_area p {
    font-size: 1.3rem;
  }
  .hero_2024 .kv_in .bnr_list {
    width: 38%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 390px) {
  .hero_2024 .kv_in {
    height: 375px;
  }
  .hero_2024 .kv_in .logo_area p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .hero_2024 .kv_in {
    height: 365px;
  }
}

.cap_win .cap_win_list {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 60px auto;
}
.cap_win .cap_win_list svg {
  width: 100%;
}
.cap_win .modal {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.cap_win .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.cap_win .modal__content {
  background: #fff;
  left: 50%;
  padding: 10px 30px 5px 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 680px;
}
.cap_win .modal__content a.js-modals-close {
  text-align: right;
  display: block;
  font-size: 140%;
  color: #2a4c72;
  margin: -5px -15px 0 0;
  cursor: pointer;
}
.cap_win .modal__content a.js-modals-close .fa-circle-xmark {
  font-size: 25px;
}
.cap_win .modal__content dl {
  width: 100%;
  margin-bottom: 30px;
}
.cap_win .modal__content dl dt {
  color: #0096d6;
  border-bottom: 1px solid #0096d6;
  font-size: 140%;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.cap_win .modal__content dl dd p {
  text-align: left !important;
  margin-bottom: 1em !important;
  line-height: 1.5em !important;
}
.cap_win .modal__content dl dd p + p {
  margin-bottom: 2em !important;
}
.cap_win .modal__content dl dd:after, .cap_win .modal__content dl dd:before {
  content: "";
  clear: both;
  display: block;
}
.cap_win .modal__content dl dd a.ybtn {
  display: block;
  width: 100%;
  background: #0096d6;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  border-radius: 30px;
}
.cap_win .modal__content dl dd .imgP {
  width: 100%;
  height: auto;
}
.cap_win .modal__content dl dd .imgP img {
  width: 100%;
  height: auto;
}
.cap_win .modal__content dl.height2 {
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}
.cap_win .modal__content.w01 dl dt br, .cap_win .modal__content.w02 dl dt br, .cap_win .modal__content.w03 dl dt br, .cap_win .modal__content.w04 dl dt br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .cap_win .modal__content {
    width: 60%;
    height: 45%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cap_win .modal__content.w01 {
    height: 84%;
  }
  .cap_win .modal__content.w02, .cap_win .modal__content.w03 {
    height: 90%;
  }
  .cap_win .modal__content.w04 {
    height: 80%;
  }
}
@media screen and (max-width: 960px) {
  .cap_win .modal__content.w02 {
    height: 81%;
  }
  .cap_win .modal__content.w03 {
    height: 84%;
  }
  .cap_win .modal__content.w04 {
    height: 72%;
  }
}
@media screen and (max-width: 768px) {
  .cap_win .modal__content.w02, .cap_win .modal__content.w03, .cap_win .modal__content.w04 {
    width: 80%;
  }
  .cap_win .modal__content.w02 {
    height: 83%;
  }
  .cap_win .modal__content.w03 {
    height: 83%;
  }
  .cap_win .modal__content.w04 {
    height: 74%;
  }
}
@media screen and (max-width: 428px) {
  .cap_win .modal__content {
    width: 80%;
    height: 50%;
  }
  .cap_win .modal__content.w02, .cap_win .modal__content.w03, .cap_win .modal__content.w04 {
    width: 90%;
    padding: 10px 15px 0 15px;
  }
  .cap_win .modal__content.w02 a.js-modals-close, .cap_win .modal__content.w03 a.js-modals-close, .cap_win .modal__content.w04 a.js-modals-close {
    margin-right: -10px;
  }
  .cap_win .modal__content.w01, .cap_win .modal__content.w02 {
    height: 84%;
  }
  .cap_win .modal__content.w01 dl dt br, .cap_win .modal__content.w02 dl dt br {
    display: block;
  }
  .cap_win .modal__content.w03 {
    height: 82%;
  }
  .cap_win .modal__content.w04 {
    height: 67%;
  }
}
@media screen and (max-width: 390px) {
  .cap_win .modal__content.w02, .cap_win .modal__content.w03, .cap_win .modal__content.w04 {
    width: 90%;
  }
  .cap_win .modal__content.w02 {
    height: 87%;
  }
  .cap_win .modal__content.w03 {
    height: 83%;
  }
  .cap_win .modal__content.w04 {
    height: 70%;
  }
}
@media screen and (max-width: 375px) {
  .cap_win .modal__content.w02, .cap_win .modal__content.w03, .cap_win .modal__content.w04 {
    width: 90%;
  }
  .cap_win .modal__content.w03 dl dt br, .cap_win .modal__content.w04 dl dt br {
    display: block;
  }
  .cap_win .modal__content.w02 {
    height: 90%;
  }
  .cap_win .modal__content.w03 {
    height: 90%;
  }
  .cap_win .modal__content.w04 {
    height: 73%;
  }
}

.css-tabs {
  position: relative;
  margin-bottom: 150px;
}
.css-tabs .tab_label {
  color: #e14476;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 2px #e14476;
  z-index: 1;
  padding: 10px 0;
  margin: 0 5px;
  height: 50px;
  width: 15%;
}
.css-tabs .tab_label.sec01 {
  position: absolute;
  top: 0;
  left: 0;
}
.css-tabs .tab_label.sec02 {
  position: absolute;
  top: 0;
  left: 17%;
}
.css-tabs .tab_label.sec03 {
  position: absolute;
  top: 0;
  left: 33.6%;
}
.css-tabs .tab_label.sec04 {
  position: absolute;
  top: 0;
  left: 50.4%;
}
.css-tabs .tab_label.sec05 {
  position: absolute;
  top: 0;
  left: 67.2%;
}
.css-tabs .tab_label.sec06 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .css-tabs .tab_label {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .css-tabs .tab_label {
    width: 48% !important;
    height: 50px;
  }
  .css-tabs .tab_label.sec01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .css-tabs .tab_label.sec02 {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
  }
  .css-tabs .tab_label.sec03 {
    position: absolute;
    top: 55px;
    left: 0;
  }
  .css-tabs .tab_label.sec04 {
    position: absolute;
    top: 55px;
    left: inherit;
    right: 0;
  }
  .css-tabs .tab_label.sec05 {
    position: absolute;
    top: 110px;
    right: inherit;
    left: 0;
  }
  .css-tabs .tab_label.sec06 {
    position: absolute;
    top: 110px;
    left: inherit;
    right: 0;
  }
  .css-tabs .tab_label 　 em {
    font-size: 80%;
    position: relative;
    top: -6px;
  }
}
.css-tabs .tab_content {
  overflow: hidden;
  height: 0 !important;
  opacity: 0 !important;
  position: relative !important;
  top: 100px !important;
}
@media only screen and (max-width: 480px) {
  .css-tabs .tab_content {
    top: 200px !important;
  }
}
.css-tabs input[name=tab_switch] {
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  display: block;
  width: 15%;
  height: 50px;
}
@media only screen and (max-width: 480px) {
  .css-tabs input[name=tab_switch] {
    width: 48% !important;
    height: 50px;
  }
}
.css-tabs input#tab01 {
  position: absolute;
  top: 0;
  left: 0;
}
.css-tabs input#tab02 {
  position: absolute;
  top: 0;
  left: 17%;
}
.css-tabs input#tab03 {
  position: absolute;
  top: 0;
  left: 33.6%;
}
.css-tabs input#tab04 {
  position: absolute;
  top: 0;
  left: 50.4%;
}
.css-tabs input#tab05 {
  position: absolute;
  top: 0;
  left: 67.2%;
}
.css-tabs input#tab06 {
  position: absolute;
  top: 0;
  right: 0;
}
.css-tabs input:checked + .tab_label {
  color: #fff;
  background-color: #e14476;
}
.css-tabs input:checked + .tab_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e14476 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 960px) {
  .css-tabs input {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .css-tabs input:checked + .tab_label::after {
    content: "";
    top: 0%;
  }
  .css-tabs input#tab01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .css-tabs input#tab02 {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
  }
  .css-tabs input#tab03 {
    position: absolute;
    top: 55px;
    left: 0;
  }
  .css-tabs input#tab04 {
    position: absolute;
    top: 55px;
    left: inherit;
    right: 0;
  }
  .css-tabs input#tab05 {
    position: absolute;
    top: 110px;
    right: inherit;
    left: 0;
  }
  .css-tabs input#tab06 {
    position: absolute;
    top: 110px;
    left: inherit;
    right: 0;
  }
}
.css-tabs #tab01:checked ~ #tab01_content,
.css-tabs #tab02:checked ~ #tab02_content,
.css-tabs #tab03:checked ~ #tab03_content,
.css-tabs #tab04:checked ~ #tab04_content,
.css-tabs #tab05:checked ~ #tab05_content,
.css-tabs #tab06:checked ~ #tab06_content {
  height: auto !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.css-tabs .tab_content {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
.css-tabs .tab_content h3 {
  padding: 0.5em 0.7em;
  margin-bottom: 20px;
  border-left: 5px solid #2589d0;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
}

.css-tabs02 {
  width: 98%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.css-tabs02 .tab_label {
  color: #009AD7;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: solid 2px #009AD7;
  z-index: 1;
  padding: 10px 0;
  margin: 0 5px;
  height: 50px;
  width: 15%;
}
.css-tabs02 .tab_label.sec01 {
  position: absolute;
  top: 0;
  left: 0;
}
.css-tabs02 .tab_label.sec02 {
  position: absolute;
  top: 0;
  left: 17%;
}
.css-tabs02 .tab_label.sec03 {
  position: absolute;
  top: 0;
  left: 33.6%;
}
.css-tabs02 .tab_label.sec04 {
  position: absolute;
  top: 0;
  left: 50.4%;
}
.css-tabs02 .tab_label.sec05 {
  position: absolute;
  top: 0;
  left: 67.2%;
}
.css-tabs02 .tab_label.sec06 {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 960px) {
  .css-tabs02 .tab_label {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .css-tabs02 .tab_label {
    width: 48% !important;
    height: 50px;
  }
  .css-tabs02 .tab_label.sec01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .css-tabs02 .tab_label.sec02 {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
  }
  .css-tabs02 .tab_label.sec03 {
    position: absolute;
    top: 55px;
    left: 0;
  }
  .css-tabs02 .tab_label.sec04 {
    position: absolute;
    top: 55px;
    left: inherit;
    right: 0;
  }
  .css-tabs02 .tab_label.sec05 {
    position: absolute;
    top: 110px;
    right: inherit;
    left: 0;
  }
  .css-tabs02 .tab_label.sec06 {
    position: absolute;
    top: 110px;
    left: inherit;
    right: 0;
  }
  .css-tabs02 .tab_label em {
    font-size: 80%;
    position: relative;
    top: -6px;
  }
}
.css-tabs02 .tab_content {
  overflow: hidden;
  height: 0 !important;
  opacity: 0 !important;
  position: relative !important;
  top: 100px !important;
}
@media only screen and (max-width: 480px) {
  .css-tabs02 .tab_content {
    top: 200px !important;
  }
}
.css-tabs02 input[name=tab_switch] {
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  display: block;
  width: 15%;
  height: 50px;
}
@media only screen and (max-width: 480px) {
  .css-tabs02 input[name=tab_switch] {
    width: 48% !important;
    height: 50px;
  }
}
.css-tabs02 input#tab01 {
  position: absolute;
  top: 0;
  left: 0;
}
.css-tabs02 input#tab02 {
  position: absolute;
  top: 0;
  left: 17%;
}
.css-tabs02 input#tab03 {
  position: absolute;
  top: 0;
  left: 33.6%;
}
.css-tabs02 input#tab04 {
  position: absolute;
  top: 0;
  left: 50.4%;
}
.css-tabs02 input#tab05 {
  position: absolute;
  top: 0;
  left: 67.2%;
}
.css-tabs02 input#tab06 {
  position: absolute;
  top: 0;
  right: 0;
}
.css-tabs02 input:checked + .tab_label {
  color: #fff;
  background-color: #009AD7;
}
.css-tabs02 input:checked + .tab_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #009AD7 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 960px) {
  .css-tabs02 input {
    height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .css-tabs02 input:checked + .tab_label::after {
    content: "";
    top: 0%;
  }
  .css-tabs02 input#tab01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .css-tabs02 input#tab02 {
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
  }
  .css-tabs02 input#tab03 {
    position: absolute;
    top: 55px;
    left: 0;
  }
  .css-tabs02 input#tab04 {
    position: absolute;
    top: 55px;
    left: inherit;
    right: 0;
  }
  .css-tabs02 input#tab05 {
    position: absolute;
    top: 110px;
    right: inherit;
    left: 0;
  }
  .css-tabs02 input#tab06 {
    position: absolute;
    top: 110px;
    left: inherit;
    right: 0;
  }
}
.css-tabs02 #tab01:checked ~ #tab01_content,
.css-tabs02 #tab02:checked ~ #tab02_content,
.css-tabs02 #tab03:checked ~ #tab03_content,
.css-tabs02 #tab04:checked ~ #tab04_content,
.css-tabs02 #tab05:checked ~ #tab05_content,
.css-tabs02 #tab06:checked ~ #tab06_content {
  height: auto !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.css-tabs02 .tab_content {
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
.css-tabs02 .tab_content h3 {
  padding: 0.5em 0.7em;
  margin-bottom: 20px;
  border-left: 5px solid #2589d0;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
}
.css-tabs02 ul.cap {
  font-size: 1.2rem;
}
.css-tabs02 ul.cap li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.css-tabs02 ul.cap li em {
  color: #e14476;
  padding-right: 0.5em;
  font-weight: bold;
}
.css-tabs02 ul.cap.op01 {
  margin-top: 130px;
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .css-tabs02 ul.cap.op01 {
    margin-top: 230px;
  }
}
.css-tabs02 ul.cap.op01 li {
  text-indent: -2.3em;
  margin-left: 2.3em;
}
.css-tabs02 ul.cap.op02 li {
  text-indent: -1em;
  margin-left: 1em;
}

/*META LP配信 2024*/
.meta_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  display: block;
}
.meta_wrap .in_wraper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.meta_wrap .in_wraper img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.meta_wrap .in_wraper .floating {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: none;
}
.meta_wrap .in_wraper .floating img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.meta_wrap .in_wraper .area_list {
  width: 100%;
  background: #fff;
  padding: 5px 0;
}
.meta_wrap .in_wraper .area_list dl {
  padding: 10px;
  background: #fff;
  width: 100%;
  margin: 20px auto;
  padding: 0 20px;
  border-bottom: 1px dotted #4498d2;
}
.meta_wrap .in_wraper .area_list dl dt {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.meta_wrap .in_wraper .area_list dl dt i {
  font-size: 90%;
}
.meta_wrap .in_wraper .area_list dl dd ul li {
  font-size: 16px;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.meta_wrap .in_wraper .area_list dl dd ul li a {
  display: block;
  padding: 0 0 0 1em;
  color: #4498d2;
}

.container_d {
  width: 1170px;
  margin: 0 auto;
}
.container_d .c_non {
  display: none !important;
}
.container_d .d_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 30px auto;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 10px;
  position: relative;
}
.container_d .d_txt p {
  margin-left: 20px;
}
.container_d .d_txt i {
  font-size: 300%;
}
.container_d .d_txt.op01 {
  color: #e10909;
  background: #ffe5e5;
  border-color: #e10909;
}
.container_d .d_txt.op02 {
  color: #ed8e07;
  background: #fce3a7;
  border-color: #ed8e07;
}

@media (max-width: 767px) {
  .container_d {
    width: 100%;
  }
  .container_d .d_txt {
    width: 98%;
    padding: 15px;
    font-size: 90%;
    margin: 20px auto 0 auto;
  }
  .container_d .d_txt p {
    margin-left: 0px;
    z-index: 2;
  }
  .container_d .d_txt i {
    display: none;
  }
  .container_d .d_txt.op01:before {
    position: absolute;
    top: -10px;
    right: 5%;
    content: "\f071";
    color: #f4caca;
    font-family: fontAwesome;
    z-index: 1;
  }
  .container_d .d_txt.op02:before {
    position: absolute;
    top: -13px;
    right: 5%;
    content: "\f06a";
    color: #f9c67d;
    font-family: fontAwesome;
    z-index: 1;
  }
  .container_d .d_txt.c1:before {
    font-size: 10vh;
  }
  .container_d .d_txt.c2:before {
    font-size: 14vh;
  }
  .container_d .d_txt.c3:before {
    font-size: 20vh;
  }
}
.sp-only-display {
  display: block;
}

.spBr {
  display: none;
}

.area {
  background: url(../img/area/bg_kv.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  border-bottom: solid 5px #0096d6;
  overflow: hidden;
}

.area_box {
  width: 1360px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.area_box .area_box-text {
  color: #333;
  text-align: right;
  font-size: 220%;
  font-family: serif;
  text-shadow: 5px 2px 10px #ffffff, -4px 1px 3px #ffffff, 1px -5px 9px #ffffff;
  position: absolute;
  right: 0px;
  top: 90px;
}
.area_box .logo {
  width: 550px;
  position: absolute;
  right: 0px;
  top: 200px;
}
.area_box .logo img {
  width: 550px;
}
.area_box .area_box-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 430px;
  position: absolute;
  right: 30px;
  bottom: 90px;
}
.area_box .area_box-img {
  width: 800px;
  position: absolute;
  left: 0px;
  bottom: 5px;
}
.area_box .area_box-img img {
  width: 100%;
  height: auto;
}

.area_cont {
  width: 100%;
  background: #efefef;
}
.area_cont.wBg {
  background: #fff;
}
.area_cont .spBRn {
  display: block;
}
.area_cont .cont_Box {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area_cont .cont_Box h2 {
  color: #169ad7;
  text-align: center;
  font-size: 240%;
  font-weight: bold;
  margin-bottom: 1.8em;
}
.area_cont .cont_Box .lead {
  text-align: left;
  margin-bottom: 2em;
}
.area_cont .cont_Box .area_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.area_cont .cont_Box .area_shop dl {
  width: 23%;
  background: #fff;
  padding: 5px;
  border: 2px solid #009ad7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2% 30px 0;
  position: relative;
}
.area_cont .cont_Box .area_shop dl dt img {
  width: 100%;
  height: auto;
}
.area_cont .cont_Box .area_shop dl dd {
  padding: 13px 0 8px 0;
  background: url(../img/area/ic_lm.jpg) no-repeat 5px center;
  background-size: 14%;
}
.area_cont .cont_Box .area_shop dl dd p {
  font-size: 1.4rem;
  text-align: center;
  width: 95%;
  margin-left: 6%;
}
.area_cont .cont_Box .area_shop dl:after {
  position: absolute;
  content: "STORE";
  top: 0;
  right: 0;
  color: white;
  padding: 0.5em 1em;
  background: #009ad7;
  font-size: 1.2rem;
}
.area_cont .cont_Box .area_shop dl.spot {
  border: 2px solid #00bcdf;
}
.area_cont .cont_Box .area_shop dl.spot:after {
  content: "SPOT";
  background: #00bcdf;
}
.area_cont .cont_Box .area_shop-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.area_cont .cont_Box .area_shop-add dl {
  width: 48%;
  margin-bottom: 50px;
  overflow: hidden;
}
.area_cont .cont_Box .area_shop-add dl dt {
  background: url(../img/area/ic_lm.jpg) no-repeat 5px center;
  background-size: 6%;
  background-position: left top;
  font-size: 1.8rem;
  padding: 10px 0 10px 50px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #009ad7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area_cont .cont_Box .area_shop-add dl dd .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .img {
  width: 45%;
  margin-right: 3%;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .img img {
  border: 1px solid #009ad7;
  width: 100%;
  height: auto;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt {
  width: 52%;
  position: relative;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt em {
  display: block;
  margin-top: 2.5em;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt span a {
  display: block;
  width: 48%;
  text-align: center;
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt span a.rbtn {
  background-color: #18bee0;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt span a.lbtn {
  background-color: #1696d5;
}
.area_cont .cont_Box .area_shop-add dl dd .adress .txt span a.mtel {
  background-color: #E04172;
  display: none;
}
.area_cont .cont_Box .area_shop-add dl dd .access {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 2em;
}
.area_cont .cont_Box .area_shop-add dl dd .access strong {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.area_cont .cont_Box .area_shop-add dl dd .access strong span {
  color: #009ad7;
  margin: 0;
  font-size: 160%;
  position: relative;
  top: -0.8em;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  left: 2em;
}
.area_cont .cont_Box .area_shop-add dl dd .access strong:before {
  content: "";
  background-color: #009ad7;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}
.area_cont .cont_Box .area_shop-add dl.spot {
  position: relative;
}
.area_cont .cont_Box .area_shop-add dl.spot:after {
  content: "SPOT";
  background: #00bcdf;
  color: #fff;
  font-size: 120%;
  padding: 5px 15px;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: 10px;
}
.area_cont .cont_Box .area_shop-add dl.spot dt {
  border-bottom: 1px solid #18bee0;
}
.area_cont .cont_Box .area_shop-add dl.spot dd .adress .img img {
  border: 1px solid #18bee0;
}
.area_cont .cont_Box .area_shop-add dl.spot dd .access strong span {
  color: #18bee0;
}
.area_cont .cont_Box .area_shop-add dl.spot dd .access strong:before {
  content: "";
  background-color: #18bee0;
}
.area_cont .cont_Box .area_map {
  width: 100%;
  margin-bottom: 30px;
}
.area_cont .cont_Box .area_tag dt {
  font-size: 2rem;
  margin-bottom: 10px;
}
.area_cont .cont_Box .area_tag dd ul li {
  display: inline-block;
  text-align: center;
  color: #aaa8a8;
  background: #efefef;
  border-radius: 10px;
  padding: 3px 12px;
  margin: 0 3px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .area {
    background: url(../img/area/bg_kv_sp.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .area_box {
    width: 100%;
    height: auto;
    position: static;
  }
  .area_box .area_box-text {
    font-size: 200%;
    position: relative;
    top: 20px;
    margin-right: 10px;
  }
  .area_box .logo {
    width: 60%;
    margin: 0 0 0 20px;
    position: static;
  }
  .area_box .logo img {
    width: 100%;
    height: auto;
  }
  .area_box .area_box-bnr {
    width: 50%;
    position: static;
    margin: 0 0 30px 88px;
  }
  .area_box .area_box-bnr img {
    margin-right: 10px;
    width: 90%;
  }
  .area_box .area_box-img {
    width: 80%;
    margin: 0 auto;
    position: static;
  }
  .area_cont .cont_Box {
    width: 96%;
  }
  .area_cont .cont_Box h2 {
    width: 80%;
    margin: 0 auto 1.8em auto;
  }
  .area_cont .cont_Box .lead {
    text-align: left;
  }
  .area_cont .cont_Box .area_shop dl dd {
    padding: 5px 0;
    background: none;
  }
  .area_cont .cont_Box .area_shop dl dd p {
    width: 98%;
    margin: 0 auto;
  }
  .area_cont .cont_Box .area_shop-add {
    display: block;
  }
  .area_cont .cont_Box .area_shop-add dl {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .spBr {
    display: block;
  }
  .area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .area_box .area_box-text {
    font-size: 110%;
    width: 94%;
    margin: 0 auto 10px auto;
  }
  .area_box .logo {
    width: 96%;
    margin: 0 auto;
  }
  .area_box .logo img {
    width: 100%;
    height: auto;
  }
  .area_box .area_box-bnr {
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .area_box .area_box-bnr img {
    margin-right: 0;
    margin-left: 20px;
    width: 90%;
  }
  .area_box .area_box-img {
    width: 90%;
  }
  .area_cont .spBRn {
    display: none;
  }
  .area_cont .cont_Box h2 {
    font-size: 1.8rem;
    width: 98%;
    margin: 0 auto 1.8em auto;
  }
  .area_cont .cont_Box .lead {
    text-align: left;
  }
  .area_cont .cont_Box .area_shop dl {
    width: 48%;
  }
  .area_cont .cont_Box .area_shop dl dd {
    padding: 5px 0;
    background: none;
  }
  .area_cont .cont_Box .area_shop dl dd p {
    width: 98%;
    margin: 0 auto;
  }
  .area_cont .cont_Box .area_shop-add dl dt {
    padding: 10px 0 0 50px;
  }
  .area_cont .cont_Box .area_shop-add dl dd .adress .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .area_cont .cont_Box .area_shop-add dl dd .adress .txt {
    width: 100%;
  }
  .area_cont .cont_Box .area_shop-add dl dd .adress .txt span a.rbtn {
    display: none;
  }
  .area_cont .cont_Box .area_shop-add dl dd .adress .txt span a.mtel {
    display: block;
  }
  .area_cont .cont_Box .area_shop-add dl dd .access strong span {
    padding: 0;
    position: static;
  }
  .area_cont .cont_Box .area_shop-add dl dd .access strong:before {
    content: none;
  }
  .area_cont .cont_Box .area_shop-add dl.spot:after {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .area_cont .cont_Box .area_shop-add dl.spot dd .access strong:before {
    content: none;
  }
}
.support h4 {
  font-size: 2rem;
  color: #009AD7;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
}
.support h4:after {
  width: 20px;
  margin-left: -20px;
  left: 50%;
  bottom: -1.5rem;
  border-bottom: 44px;
  content: "";
  border-bottom: 3px solid #ccc;
  text-decoration: inherit;
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  position: absolute;
}

.shop_cont {
  width: 100%;
}
.shop_cont ul:after {
  content: none;
}
.shop_cont .cont_in {
  width: 1188px;
  margin: 0 auto;
  padding: 30px 0;
}
.shop_cont .cont_in h4.h_t4 {
  color: #009ad7;
  text-align: center;
  font-size: 2rem;
  font-family: "futura-pt";
  font-weight: bold;
}
.shop_cont .cont_in .service-price {
  margin: 5em 0;
}
.shop_cont .cont_in .service-price .detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.shop_cont .cont_in .service-price .detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: solid #d2d2d2;
  border-width: 1px 0px 1px 1px;
  overflow: hidden;
  cursor: pointer;
}
.shop_cont .cont_in .service-price .detail ul li:last-child {
  border-right: 1px solid #d2d2d2;
}
.shop_cont .cont_in .service-price .detail ul li:nth-child(n+3) {
  width: 18%;
}
.shop_cont .cont_in .service-price .detail ul li img {
  display: block;
  height: auto;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0.5;
}
.shop_cont .cont_in .service-price .detail ul li strong {
  display: block;
  text-align: center;
  margin-top: auto;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.shop_cont .cont_in .service-price .detail ul li strong span {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fd6651), color-stop(50%, transparent)) 100% bottom/200% 25% no-repeat;
  background: linear-gradient(to right, #fd6651 50%, transparent 50%) 100% bottom/200% 25% no-repeat;
  -webkit-transition: background-position 0.8s ease-out;
  transition: background-position 0.8s ease-out;
  overflow: hidden;
}
.shop_cont .cont_in .service-price .detail ul li strong a {
  color: #000;
}
.shop_cont .cont_in .service-price .detail ul li strong.st_buy {
  margin-bottom: 5px;
}
.shop_cont .cont_in .service-price .detail ul li:hover img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 1;
}
.shop_cont .cont_in .service-price .detail ul li:hover strong span {
  background-position: 0% bottom;
}
.shop_cont .cont_in .service-price .detail ul li:nth-child(1) img {
  width: 58%;
  height: auto;
  margin: 15% auto 5% auto;
}
.shop_cont .cont_in .service-price .detail ul li:nth-child(2) img {
  width: 48%;
  height: auto;
  margin: 15% auto 10% auto;
}
.shop_cont .cont_in .service-price .detail ul li:nth-child(3) img {
  width: 70%;
  height: auto;
  margin: 25% auto 0 auto;
}
.shop_cont .cont_in .service-price .detail ul li:nth-child(4) img {
  width: 85%;
  height: auto;
  margin: 35% auto 0 auto;
}
.shop_cont .cont_in .service-price .detail ul li:nth-child(5) img {
  width: 50%;
  height: auto;
  margin: 20% auto 0 auto;
}
.shop_cont .cont_in .service-price .detail ul li.is-active {
  outline: 1px solid red; /* 線幅、線のスタイル、カラー */
  outline-offset: -1px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
}
.shop_cont .cont_in .service-price .detail ul li.is-active strong span {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fd6651), color-stop(50%, transparent)) 100% bottom/200% 25% no-repeat;
  background: linear-gradient(to right, #fd6651 50%, transparent 50%) 100% bottom/200% 25% no-repeat;
  background-position: 0% bottom;
}
.shop_cont .cont_in .service-price .detail ul li.is-active img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 1;
}
.shop_cont .cont_in .service-price .detail ul li.is-glay {
  cursor: default;
  background: #ece9e9;
}
.shop_cont .cont_in .service-price .detail ul li.is-glay img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.shop_cont .cont_in .service-price .detail ul li.is-glay:hover img {
  opacity: 0.5;
}
.shop_cont .cont_in .service-price .detail .cont-group {
  padding: 60px 0;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont {
  display: none;
  opacity: 0;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont h4 {
  margin-bottom: 30px;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont p {
  text-align: center;
  margin-bottom: 4em;
  line-height: 2em;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont p.itTxt {
  font-size: 2rem;
  line-height: 1.5em;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont p.itTxt strong {
  font-size: 120%;
  color: #009ad7;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .caption {
  font-size: 80%;
  display: block;
  width: 90%;
  margin: 0 auto 0.5em auto;
  text-align: left;
  font-size: 1.2rem;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont a.bnr {
  display: block;
  width: 40%;
  border: 1px solid #ccc;
  margin: 40px auto 0 auto;
  padding: 0;
  line-height: 0;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont a.bnr img {
  width: 100%;
  height: auto;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont.is-show {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list {
  width: 80%;
  margin: 0 auto 2em auto;
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl {
  width: 45%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dt {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #009ad7));
  background: linear-gradient(transparent 85%, #009ad7 85%);
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p {
  text-align: left;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p strong {
  font-size: 90%;
  line-height: 1.5em;
  font-weight: normal;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p strong.sub {
  padding-left: 1em;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p em {
  color: crimson;
  padding-right: 1em;
  font-weight: bold;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p em.from {
  padding-right: 0;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p em .sline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe3464), to(#fe3464));
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 0.4em;
  text-decoration: none;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p.one-em {
  margin-bottom: 1em;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p.zelo-em {
  margin-bottom: 0;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p.sPrice {
  color: crimson;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.ipad {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.ipad dl {
  width: 60%;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.ipad dl dd p:nth-child(2), .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.ipad dl dd p:nth-child(4) {
  margin-bottom: 1.5em;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.itech {
  width: 100%;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.itech dl {
  width: 48%;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.itech dl dt {
  font-weight: bold;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.itech dl dt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fd6651));
  background: linear-gradient(transparent 85%, #fd6651 85%);
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.itech dl dd p {
  width: 100%;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase {
  width: 90%;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase dl {
  width: 48%;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase dl dt {
  font-weight: bold;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase dl dt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #fd6651));
  background: linear-gradient(transparent 85%, #fd6651 85%);
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase dl dd p {
  width: 100%;
  display: block;
}
.shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase dl dd p small {
  padding-left: 0.5em;
}
.shop_cont.gback {
  background: #EFEFEF;
}
.shop_cont.gback .cont_in h3.h_t3 span {
  background-color: #EFEFEF;
}

@media screen\0  {
  img.w01 {
    width: 134px !important;
    height: 135px !important;
  }
  img.w02 {
    width: 110px !important;
    height: 146px !important;
  }
  img.w03 {
    width: 127px !important;
    height: 117px !important;
  }
  img.w04 {
    width: 154px !important;
    height: 92px !important;
  }
  img.w05 {
    width: 91px !important;
    height: 129px !important;
  }
}
.clone-nav {
  display: none;
}

@media screen and (max-width: 1366px) {
  .shop_cont {
    width: 100%;
  }
  .shop_cont .cont_in {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .shop_cont .cont_in .service-price {
    width: 96%;
    margin: 5em auto;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list {
    width: 100%;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl {
    width: 49%;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p {
    width: 94%;
    margin: 0 auto;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.ipad dl {
    width: 100%;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.itech dl {
    width: 100%;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase {
    width: 100%;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list.purchase dl {
    width: 100%;
  }
  .shop_cont.gback .cont_in {
    padding-top: 0.8em;
  }
}
@media screen and (max-width: 896px) {
  .shop_cont .cont_in .service-price .detail .cont-group .cont p {
    text-align: left;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont p.itTxt {
    text-align: center;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont a.bnr {
    width: 90%;
  }
}
@media screen and (max-width: 895px) {
  .shop_cont .cont_in {
    padding: 0 0 0 0;
  }
  .shop_cont .cont_in h4.h_t4 {
    font-size: 1.5rem;
  }
  .shop_cont .cont_in .service-price {
    margin: 3em auto;
  }
  .shop_cont .cont_in .service-price .detail ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .shop_cont .cont_in .service-price .detail ul li {
    width: 50%;
  }
  .shop_cont .cont_in .service-price .detail ul li:nth-child(n+3) {
    width: 33.3333%;
  }
  .shop_cont .cont_in .service-price .detail ul li strong {
    margin-bottom: 5px;
  }
  .shop_cont .cont_in .service-price .detail ul li strong br {
    display: none;
  }
  .shop_cont .cont_in .service-price .detail ul li:nth-child(1) {
    border-bottom: none;
  }
  .shop_cont .cont_in .service-price .detail ul li:nth-child(2) {
    border-right: 1px solid #d2d2d2;
    border-bottom: none;
  }
  .shop_cont .cont_in .service-price .detail ul li:nth-child(n+3) {
    width: 33.333333%;
  }
  .shop_cont .cont_in .service-price .detail ul li:nth-child(n+3) img {
    margin-bottom: 20px;
  }
  .shop_cont .cont_in .service-price .detail ul li.is-active {
    border: 1px solid red;
  }
  .shop_cont .cont_in .service-price .detail ul.shingai li:nth-child(n+3) img {
    margin-bottom: 30px;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list {
    display: block;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl {
    width: 96%;
    margin: 20px auto;
  }
  .clone-nav {
    display: block;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fnav-out;
            animation-name: fnav-out;
  }
  .clone-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background-color: rgba(250, 250, 250, 0.9);
    border-top: solid 1px #cccccc;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .clone-nav ul li {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: solid 1px #cccccc;
    text-align: center;
    padding: 10px 0;
  }
  .clone-nav ul li.bRightN {
    border-right: none;
  }
  .clone-nav ul li svg {
    font-size: 240%;
    display: inline-block;
    margin-bottom: 0.3em;
    color: #009ad7;
  }
  .clone-nav ul li em {
    font-size: 100%;
    color: #009ad7;
  }
  .clone-nav.is-show {
    bottom: 0px;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-name: fnav-in;
            animation-name: fnav-in;
  }
  .clone-nav.preparation li {
    border-right: none;
    width: 50%;
  }
  .clone-nav.preparation li:nth-child(2) {
    border-left: solid 1px #cccccc;
  }
}
@media screen and (max-width: 320px) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p {
    display: block;
  }
  .shop_cont .cont_in .service-price .detail .cont-group .cont .price-list dl dd p em {
    display: block;
    margin-left: 1em;
  }
}
.renew-footer {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #454545;
}
.renew-footer a {
  text-decoration: none;
  color: #454545;
}

.renew-footer__social {
  font-size: 1.2rem;
  font-weight: 700;
}
.renew-footer__social a {
  color: #454545;
}
.renew-footer__social a:hover {
  color: #0096D6;
}
.renew-footer__social > .flex-box {
  display: block;
}
.renew-footer__social .flex-box {
  display: block;
}
.renew-footer__social .flex-box .flex-item {
  width: 270px;
  margin: 0 auto;
}
.renew-footer__social .flex-box .flex-item:first-child {
  text-align: center;
}
.renew-footer__social .flex-box .flex-item:last-child {
  margin: 20px auto;
}
.renew-footer__social .flex-box .flex-item .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.renew-footer__social .flex-box .fa {
  margin-right: 4px;
}
.renew-footer__social .flex-box:after {
  content: none;
}

.renew-footer__main-menu .main-menu__block {
  position: relative;
  top: 1px;
  margin-top: -1px;
}
.renew-footer__main-menu .main-menu__block .block-parent {
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.renew-footer__main-menu .main-menu__block .block-txt {
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}
.renew-footer__main-menu .main-menu__block .block-child {
  display: none;
}
.renew-footer__main-menu .main-menu__block .block-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.renew-footer__main-menu .main-menu__block .block-child ul li {
  position: relative;
  font-size: 1rem;
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.renew-footer__main-menu .main-menu__block .block-child ul li span.separator:before {
  margin: 1px 0 0 0;
  position: absolute;
  right: 15px;
  width: 5px;
  height: 12px;
  background-size: 5px 12px;
  background-image: url(../../../../../../../lib/img/common/separator_black.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
.renew-footer__main-menu .reserve-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 2;
}
.renew-footer__main-menu .reserve-block .flex-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
}
.renew-footer__main-menu .reserve-block .flex-item .button {
  width: 120px;
  background-color: #005479;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 2px;
}
.renew-footer__main-menu .reserve-block .flex-item a {
  border-style: none;
  color: #fff;
}

.renew-footer__copy {
  padding: 20px 10px;
}
.renew-footer__copy p {
  font-size: 1rem;
}
.renew-footer__copy p:last-child {
  margin-top: 10px;
}

.with-toggle {
  position: relative;
}
.with-toggle .panel-title,
.with-toggle .main-menu-title {
  font-size: 1.2rem;
}
.with-toggle .panel-title:after,
.with-toggle .main-menu-title:after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  z-index: 1;
  clear: both;
  border: 1px solid #454545;
  width: 15px;
  right: 19px;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.with-toggle .panel-title:before,
.with-toggle .main-menu-title:before {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  z-index: 1;
  clear: both;
  border: 1px solid #454545;
  width: 15px;
  right: 19px;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.with-toggle .active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.with-toggle.active .main-menu-title:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .sp-only-display {
    display: none;
  }
  .renew-footer .footer-inner {
    position: relative;
  }
  .renew-footer .renew-footer__social {
    font-size: 1.4rem;
    padding: 30px;
    border-bottom: 1px solid #ccc;
  }
  .renew-footer .renew-footer__social > .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .renew-footer .renew-footer__social a {
    font-size: 1.4rem;
  }
  .renew-footer .renew-footer__social a:hover {
    color: #0096D6;
  }
  .renew-footer .renew-footer__social .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .renew-footer .renew-footer__social .flex-box .flex-item:first-child {
    width: auto;
    margin: 0;
    margin-right: 30px;
  }
  .renew-footer .renew-footer__social .flex-box .flex-item:last-child {
    width: auto;
    margin: 0;
  }
  .renew-footer .renew-footer__social .flex-box .flex-item:last-child ul li {
    margin-right: 30px;
  }
  .renew-footer .renew-footer__main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 70px;
  }
  .renew-footer .with-toggle .main-menu-title:before,
  .renew-footer .with-toggle .main-menu-title:after {
    display: none;
  }
  .renew-footer .main-menu__block {
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  .renew-footer .main-menu__block .block-parent {
    border: none;
    padding: 0;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .renew-footer .main-menu__block .main-menu-title {
    border-left: 5px solid #0096D6;
    padding-left: 10px;
  }
  .renew-footer .main-menu__block .block-child {
    display: block;
  }
  .renew-footer .main-menu__block .block-child ul {
    display: block;
  }
  .renew-footer .main-menu__block .block-child ul li {
    border: none;
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }
  .renew-footer .main-menu__block .block-child ul li .separator {
    display: none;
  }
  .renew-footer .main-menu__block .block-child ul li a:hover {
    color: #0096D6;
  }
  .renew-footer .main-menu__block.menu-service,
  .renew-footer .main-menu__block.menu-topics {
    width: 25%;
  }
  .renew-footer .main-menu__block.menu-store {
    width: 67%;
  }
  .renew-footer .menu-about,
  .renew-footer .menu-languege {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0;
  }
  .renew-footer .menu-about .block-parent,
  .renew-footer .menu-languege .block-parent {
    padding: 0;
    padding-left: 30px;
    width: 30%;
  }
  .renew-footer .menu-about .block-parent .main-menu-title,
  .renew-footer .menu-languege .block-parent .main-menu-title {
    border-left: none;
    padding-left: 0;
    display: inline-block;
  }
  .renew-footer .menu-about .block-child,
  .renew-footer .menu-languege .block-child {
    width: 70%;
  }
  .renew-footer .menu-about .block-child ul,
  .renew-footer .menu-languege .block-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .renew-footer .menu-about .block-child ul li,
  .renew-footer .menu-languege .block-child ul li {
    width: auto;
    margin-right: 30px;
    padding-bottom: 0;
  }
  .renew-footer .menu-about .block-child ul li:last-child,
  .renew-footer .menu-languege .block-child ul li:last-child {
    margin-right: 0;
  }
  .renew-footer .menu-about {
    border-top: 1px solid #ccc;
  }
  .renew-footer .reserve-block {
    position: absolute;
    right: 0;
    top: 150px;
    display: block;
    width: auto;
    padding: 0 30px 0 0;
  }
  .renew-footer .reserve-block .flex-item:first-child {
    margin-bottom: 10px;
  }
  .renew-footer .reserve-block .flex-item .button {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
  .renew-footer .reserve-block .flex-item .button a {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    font-size: 1.6rem;
  }
  .renew-footer .block-child.border-bottom {
    border-bottom: none !important;
  }
  .renew-footer .renew-footer__copy {
    padding: 30px;
  }
  .renew-footer .renew-footer__copy p {
    font-size: 1.2rem;
  }
  .renew-footer .other-block {
    display: block;
    width: 100%;
  }
  .renew-footer .other-block .other-block__inner .main-menu__block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 1200px) {
  .renew-footer .footer-inner {
    max-width: 1170px;
    margin: 0 auto;
  }
  .renew-footer .renew-footer__social {
    padding: 30px 0;
  }
  .renew-footer .reserve-block {
    padding-right: 0;
  }
  .renew-footer .main-menu__block {
    margin-left: 0;
  }
  .renew-footer .main-menu__block.menu-about,
  .renew-footer .main-menu__block.menu-languege {
    padding-left: 0;
  }
  .renew-footer .main-menu__block.menu-about .block-parent,
  .renew-footer .main-menu__block.menu-languege .block-parent {
    width: auto;
    padding-left: 0;
  }
  .renew-footer .main-menu__block.menu-about .block-child,
  .renew-footer .main-menu__block.menu-languege .block-child {
    width: auto;
    margin-left: 30px;
  }
  .renew-footer .main-menu__block.menu-service,
  .renew-footer .main-menu__block.menu-store,
  .renew-footer .main-menu__block.menu-topics {
    width: 20%;
  }
  .renew-footer .other-block .other-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .renew-footer .other-block .other-block__inner .main-menu__block.menu-about {
    width: 64%;
    margin-left: 0;
  }
  .renew-footer .other-block .other-block__inner .main-menu__block.menu-languege {
    width: 36%;
    border-top: 1px solid #ccc;
    margin-left: 0;
    position: relative;
  }
  .renew-footer .other-block .other-block__inner .main-menu__block.menu-languege:before {
    position: absolute;
    height: 40px;
    content: "";
    border-left: 1px solid #ccc;
    padding-left: 30px;
    top: 25px;
    left: -40px;
  }
  .renew-footer .renew-footer__copy {
    padding: 30px 0;
  }
  .renew-footer .renew-footer__copy p:last-child {
    text-align: right;
    margin-top: -32px;
  }
}
/* green red*/
.c-button-tel .c-tel-icon {
  font-size: 1.8rem;
  margin-right: 5px;
}
.c-button-tel .c-button-tel__text {
  font-size: 1.8rem;
}

.c-button-web .c-web-icon {
  font-size: 1.8rem;
  margin-right: 5px;
}
.c-button-web .c-button-web__text {
  font-size: 1.8rem;
}

.c-button-submit {
  font-size: 1.8rem;
  text-align: center;
}
.c-button-submit input {
  display: inline-block;
}
.c-button-submit input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -O-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
  cursor: pointer;
}

.c-heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 2rem 0 3rem 0;
  display: table;
  margin: 0 auto;
  z-index: 100;
}

.c-heading__line {
  font-family: "futura-pt";
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1rem;
  color: #009AD7;
  background-color: #FFFFFF;
}
.c-heading__line:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #009AD7;
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
  left: 0;
  top: 5.6rem;
  z-index: -100;
}
.c-heading__line.areaP:before {
  top: 3.4rem;
}

.c-heading__title {
  display: block;
}

.c-heading__c-read-text {
  display: block;
  font-size: 2rem;
  font-weight: 100;
}

.w_in .ht_d {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 60px;
}
.w_in .ht_d:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px);
  width: 110px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #009AD7;
}
.w_in .ht_d br {
  display: none;
}
@media screen and (max-width: 960px) {
  .w_in .ht_d {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .w_in .ht_d br {
    display: inherit;
  }
}
@media screen and (max-width: 428px) {
  .w_in .ht_d {
    font-size: 2.5rem;
  }
}

.other-services .c-heading__line, .reason .c-heading__line {
  background-color: #EFEFEF;
}

.icracked-table__container {
  margin: 10px auto 30px auto;
}

.icracked-table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #454545;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: normal;
}
.icracked-table td,
.icracked-table th {
  min-width: 140px;
  padding: 10px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
.icracked-table td {
  background-color: #fefefe;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.icracked-table th {
  background-color: #0096d6;
  color: #cccccc;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
}
.icracked-table thead th {
  background-color: #0096d6;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.icracked-table thead th:last-child {
  border-right: none;
  width: 140px;
}
.icracked-table thead th.ipad:last-child {
  width: auto;
}
.icracked-table thead th .icon-area {
  position: relative;
}
.icracked-table thead th .icon-area .icon {
  position: absolute;
  top: -15px;
  left: -60px;
  width: 50px;
}
.icracked-table thead .blank {
  width: 150px;
}
.icracked-table tbody th {
  background-color: #cccccc;
  color: #454545;
}
.icracked-table tbody td {
  font-size: 2rem;
}
.icracked-table tbody tr td:last-child {
  border-right: none;
}
.icracked-table tbody tr:last-child td,
.icracked-table tbody tr:last-child th {
  border-bottom: none;
}
.icracked-table tbody .icon-area {
  position: relative;
}
.icracked-table tbody .icon-area .icon {
  position: absolute;
  top: -4px;
  left: -60px;
  width: 50px;
}
.icracked-table small {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .icracked-table {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .icracked-table td,
  .icracked-table th {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .icracked-table th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .icracked-table thead th .icon-area .pc-only-display-no {
    display: block;
    color: #ff4b25;
    background-color: #ffff00;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 0;
    margin: 5px 0;
  }
}
.caption {
  caption-side: bottom;
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.icracked-table.-pt02 tbody th {
  background-color: #dd902c;
  background-color: #dd902c;
}

.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.price_box {
  margin: 15px 0 60px 0;
}
.price_box table {
  width: 98%;
  margin: 0 auto 5px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.price_box table tr th {
  font-weight: bold;
  padding: 10px 0;
}
.price_box table tr th span {
  display: inline-block;
  border-bottom: 2px solid #009ad7;
}
.price_box table tr td {
  text-align: right;
  position: relative;
  font-size: 90%;
}
.price_box table tr td span {
  position: absolute;
  left: 1em;
}
.price_box table tr td em {
  color: crimson;
  font-weight: bold;
  display: inline-block;
  font-size: 110%;
  padding-right: 1em;
}
.price_box table tr td em.from {
  padding-right: 0.1em;
}
.price_box table tr td .pre_txt {
  color: #000;
}
.price_box table tr:last-child td {
  padding-bottom: 15px;
}

.price_box_ipad {
  margin: 15px 0 60px 0;
}
.price_box_ipad table {
  width: 98%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  text-align: left;
}
.price_box_ipad table tr {
  border-bottom: 1px dotted #ccc;
}
.price_box_ipad table tr th {
  font-weight: bold;
  padding-top: 15px;
}
.price_box_ipad table tr td {
  text-align: right;
  padding-bottom: 15px;
  padding-top: 15px;
}
.price_box_ipad table tr td em {
  color: crimson;
  font-weight: bold;
  display: inline-block;
  padding-right: 1em;
}
.price_box_ipad table tr td em.from {
  padding-right: 0.1em;
}
.price_box_ipad table tr td .pre_txt {
  color: #000;
}

.icracked-table .label {
  border: 1px solid #454545;
  padding: 0px;
  width: 50px;
  margin: 4px auto;
  color: #454545;
  border-radius: 0;
  font-size: 70%;
}

.catch-img-banner {
  cursor: pointer;
}

.catch-detail-text {
  font-size: 1.4rem;
  font-weight: 800;
  display: none;
  text-align: center;
  position: relative;
  background-color: #fff !important;
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  word-break: break-all;
}
.catch-detail-text:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
}

.price_n {
  font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 145%;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.price_n table {
  width: 100%;
  border: 1px solid #00bcde;
  border-radius: 10px;
  border-collapse: separate;
  overflow: hidden;
  letter-spacing: 0;
}
.price_n table em {
  font-size: 76%;
}
.price_n table thead {
  background: #00bcde;
}
.price_n table thead th {
  width: 16%;
  font-weight: bold;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.price_n table thead th:last-child {
  border-right: none;
}
.price_n table tbody {
  background: #fff;
}
.price_n table tbody .hours {
  display: block;
  font-size: 70%;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0 0.5em 0;
  margin-top: 0.5em;
  line-height: 0;
}
.price_n table tbody tr th {
  width: 20%;
  height: 4.4em;
  padding: 0;
  line-height: 0;
  border: solid #00bcde;
  border-width: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  position: relative;
}
.price_n table tbody tr th strong {
  position: absolute;
  top: 70%;
  left: 80px;
  font-size: 1.25rem;
}
.price_n table tbody tr th strong em {
  font-size: 1.2rem;
}
.price_n table tbody tr th img {
  width: 65px;
  height: auto;
  position: relative;
  left: 5px;
  top: 0px;
}
.price_n table tbody tr td {
  width: 16%;
  font-size: 110%;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border: solid #00bcde;
  border-width: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price_n table tbody tr td:last-child {
  border-right: none;
}
.price_n table tbody tr:last-child th,
.price_n table tbody tr:last-child td {
  border-bottom: none;
}
.price_n table.pixel {
  border: 1px solid #f89f8f;
}
.price_n table.pixel ul.kiban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_n table.pixel ul.kiban li {
  width: 48%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price_n table.pixel ul.kiban li:first-child {
  border-right: 1px solid #fff;
}
.price_n table.pixel thead {
  background: #f89f8f;
}
.price_n table.pixel thead th {
  width: auto;
}
.price_n table.pixel thead th:last-child {
  border-right: none;
}
.price_n table.pixel tbody tr th {
  width: 16%;
  border: solid #f89f8f;
  border-width: 0 1px 1px 0;
}
.price_n table.pixel tbody tr td {
  width: 14%;
  font-size: 90%;
  border: solid #f89f8f;
  border-width: 0 1px 1px 0;
}
.price_n table.pixel tbody tr td:last-child {
  border-right: none;
}
.price_n table.pixel tbody tr td ul.kiban li:first-child {
  border-right: 1px solid #f89f8f;
}
.price_n table.pixel tbody tr:last-child th,
.price_n table.pixel tbody tr:last-child td {
  border-bottom: none;
}
.price_n table.model thead th:first-child {
  width: 16%;
}
.price_n table.model tbody th {
  width: 16%;
}
.price_n table.model .hour {
  width: 8%;
}
.price_n table.model .ics {
  background: #e5f8fc;
}
.price_n .price-text {
  margin: 10px auto 30px auto;
  width: 98%;
}
.price_n .price-text p {
  margin-bottom: 10px !important;
  text-align: left !important;
  line-height: 1.4em !important;
}
.price_n .price-text .small {
  font-size: 80%;
  line-height: 1.5em;
}

.price_n-sp {
  font-family: "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  width: 100%;
  position: relative;
  left: -7px;
}
.price_n-sp dl {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #00bcde;
}
.price_n-sp dl .trwrap dt {
  font-size: 2rem;
  color: #00bcde;
  position: relative;
  padding: 20px 0 20px 30px;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #00bcde;
  overflow: hidden;
}
.price_n-sp dl .trwrap dt em {
  font-size: 1.4rem;
  position: relative;
  top: -2px;
}
.price_n-sp dl .trwrap dt img {
  width: 20%;
  max-width: 100px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.price_n-sp dl .trwrap dt span {
  position: relative;
  left: 20%;
}
.price_n-sp dl .trwrap dt span.rTxt {
  position: relative;
  left: -40px;
}
.price_n-sp dl .trwrap dt span.lTxt {
  display: inline-block;
  background: #0096d6;
  border-radius: 20px;
  padding: 5px 8px;
  font-size: 60%;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 5px;
  width: 130px;
}
.price_n-sp dl .trwrap dt.gray {
  background: #ccc;
}
.price_n-sp dl .trwrap dd {
  border-top: 3px solid #00bcde;
  padding: 0.5em 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price_n-sp dl .trwrap dd strong {
  font-size: 120%;
}
.price_n-sp dl .trwrap dd strong.ics {
  color: red;
}
.price_n-sp dl .trwrap dd em {
  font-size: 85%;
}
.price_n-sp dl .trwrap dd em.price {
  font-size: 65%;
  padding-left: 0.3em;
}
.price_n-sp dl .trwrap dd em.price small {
  display: none;
}
.price_n-sp dl .trwrap dd em.time {
  display: none;
}
.price_n-sp dl .trwrap dd ul {
  width: 100%;
}
.price_n-sp dl .trwrap dd ul li {
  border: dotted #ccc !important;
  border-width: 0 0 1px 0 !important;
  padding: 5px 0 0.5em 0;
  display: table !important;
  width: 80% !important;
  margin: 0 auto;
  color: #333;
  overflow: visible !important;
  position: relative;
}
@media screen and (min-width: 580px) {
  .price_n-sp dl .trwrap dd ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 428px) {
  .price_n-sp dl .trwrap dd ul li {
    width: 98% !important;
  }
}
.price_n-sp dl .trwrap dd ul li span {
  display: table-cell !important;
  border-radius: 20px;
  color: #333;
  font-size: 80%;
  text-align: left;
  padding: 5px 0;
  margin-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 51% !important;
}
.price_n-sp dl .trwrap dd ul li span em {
  position: relative;
  top: 5px;
}
.price_n-sp dl .trwrap dd ul li span i {
  display: inline-block;
  background: #0d3a4d;
  border-radius: 20px;
  padding: 0 1em;
  font-size: 90%;
  color: #fff;
  margin-bottom: -3px;
  margin-left: -3px;
  width: 150px;
  text-align: center;
}
.price_n-sp dl .trwrap dd ul li span i.sub {
  background: #ccc;
  color: #666;
}
.price_n-sp dl .trwrap dd ul li span i.display {
  width: auto;
  padding: 0 2em;
}
.price_n-sp dl .trwrap dd ul li strong {
  font-size: 2rem !important;
  display: table-cell !important;
  padding-right: 1em;
  text-align: right !important;
  position: relative;
  top: 3px;
}
.price_n-sp dl .trwrap dd ul li strong sup {
  color: red;
  font-size: 85%;
  position: absolute;
  top: 0px;
  left: 140px;
}
.price_n-sp dl .trwrap dd ul li b {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #777;
  position: absolute;
  top: 38px;
  right: 30px;
}
.price_n-sp dl .trwrap dd ul li b sup {
  color: red;
  left: -3px;
}
.price_n-sp dl .trwrap dd ul li b.opp2 {
  top: 55px;
}
.price_n-sp dl .trwrap dd ul li b.opp3 {
  top: 55px;
  right: -10px;
}
.price_n-sp dl .trwrap dd ul li b.opp4 {
  top: 36px;
  right: -10px;
}
.price_n-sp dl .trwrap dd ul li.display {
  border-bottom: none !important;
  margin-bottom: -10px;
}
.price_n-sp dl .trwrap dd ul li.display strong {
  top: 20px;
}
.price_n-sp dl .trwrap dd ul li:last-child {
  border-bottom: none !important;
}
.price_n-sp dl .trwrap.theaad {
  display: none;
}
.price_n-sp .price-text {
  width: 96%;
  margin: 20px auto 0 auto;
  padding-bottom: 30px;
  font-size: 90%;
}
.price_n-sp .price-text p {
  margin-bottom: 10px !important;
  line-height: 1.4em !important;
  text-align: left !important;
}
.price_n-sp.ip-price dl dt {
  color: #333;
}
.price_n-sp.ip-price dl dd ul li .substrate,
.price_n-sp.ip-price dl dd ul li .substrate64,
.price_n-sp.ip-price dl dd ul li .substrate128 {
  display: table;
  width: 100%;
}
.price_n-sp.ip-price dl dd ul li .hyphen {
  display: none;
}
.price_n-sp.ip-price dl dd ul li b {
  display: inline-block;
  top: 60px;
  right: 64px;
  background: #00bcde;
  padding: 0.7em;
  color: #fff;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price_n-sp.ip-price dl dd ul li b.std {
  top: 41px;
}
.price_n-sp.pixel dl {
  border-bottom: 1px solid #f89f8f;
}
.price_n-sp.pixel dl dt {
  color: #333;
  border-top: 1px solid #f89f8f;
}
.price_n-sp.pixel dl dd {
  border-top: 3px solid #f89f8f;
}
.price_n-sp.model dl {
  border-left: 1px solid #00bcde;
  border-right: 1px solid #00bcde;
}
@media screen and (min-width: 1025px) {
  .price_n-sp dl {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: solid #00bcde;
    border-width: 1px 1px 0 1px;
  }
  .price_n-sp dl .trwrap {
    display: table;
    width: 100%;
  }
  .price_n-sp dl .trwrap dt {
    display: table-cell;
    vertical-align: bottom;
    width: 20%;
    color: #333;
    font-size: 1.2rem;
    text-align: left;
    padding: 0 0 0 0;
    border-top: none;
    border-bottom: 1px solid #00bcde;
  }
  .price_n-sp dl .trwrap dt span {
    position: relative;
    left: 10px;
  }
  .price_n-sp dl .trwrap dt em {
    font-size: 0.8rem;
    position: relative;
    top: -1px;
  }
  .price_n-sp dl .trwrap dt img {
    width: 30%;
    max-width: 100px;
    position: relative;
    left: 5px;
    top: 2px;
  }
  .price_n-sp dl .trwrap dt.gray {
    background: #ccc;
  }
  .price_n-sp dl .trwrap dd {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    border-top: none;
    padding: 0;
    border-bottom: 1px solid #00bcde;
  }
  .price_n-sp dl .trwrap dd strong {
    font-size: 130%;
  }
  .price_n-sp dl .trwrap dd em {
    font-size: 70%;
    padding-left: 3px;
  }
  .price_n-sp dl .trwrap dd em.time {
    display: block;
    text-align: center;
    padding-left: 0;
    font-size: 60%;
    margin-top: 0.5em;
  }
  .price_n-sp dl .trwrap dd ul {
    width: 100% !important;
    margin: 0;
    display: table !important;
  }
  .price_n-sp dl .trwrap dd ul li {
    display: table-cell !important;
    vertical-align: middle;
    width: 20% !important;
    text-align: center;
    border: solid #00bcde !important;
    border-width: 0 0 0 1px !important;
    padding: 10px 0;
    margin: 0 auto;
    color: #333;
  }
  .price_n-sp dl .trwrap dd ul li span {
    display: none !important;
  }
  .price_n-sp dl .trwrap dd ul li strong {
    font-size: 1.6rem !important;
    display: inline !important;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
  .price_n-sp dl .trwrap dd ul li strong sup {
    top: 15px;
    left: 125px;
  }
  .price_n-sp dl .trwrap dd ul li b {
    font-size: 10px;
    white-space: nowrap;
    top: 33px;
    right: 10px;
  }
  .price_n-sp dl .trwrap dd ul li b.opp2 {
    top: 33px;
    right: 52px;
  }
  .price_n-sp dl .trwrap dd ul li b.opp3 {
    top: 33px;
    right: 5px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1081px) and (max-width: 1199px) {
  .price_n-sp dl .trwrap dd ul li b {
    right: 0px;
  }
  .price_n-sp dl .trwrap dd ul li b.opp2 {
    right: 32px;
  }
  .price_n-sp dl .trwrap dd ul li b.opp3 {
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .price_n-sp dl .trwrap dd ul li.display {
    margin-bottom: 0;
  }
  .price_n-sp dl .trwrap dd ul li.display strong {
    top: 3px;
  }
  .price_n-sp dl .trwrap.theaad {
    display: table;
    background: #00bcde !important;
  }
  .price_n-sp dl .trwrap.theaad dd em {
    padding-left: 0;
    display: block;
    text-align: center;
  }
  .price_n-sp dl .trwrap.theaad dd ul li {
    background: #00bcde !important;
    color: #fff;
    font-size: 85%;
    border-left: 1px solid #fff !important;
  }
  .price_n-sp dl .trwrap.theaad dd ul li .mtit {
    position: relative;
    top: -3px;
  }
  .price_n-sp .price-text {
    width: 100%;
  }
  .price_n-sp.ip-price dl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #00bcde;
    border-width: 1px 1px 0 1px;
  }
  .price_n-sp.ip-price dl .trwrap dt {
    width: 17%;
    border-bottom: 1px solid #00bcde;
  }
  .price_n-sp.ip-price dl .trwrap dd {
    width: 86%;
    border-bottom: 1px solid #00bcde;
  }
  .price_n-sp.ip-price dl .trwrap dd em.time {
    background: #f5f5f5;
    position: relative;
    top: 10px;
  }
  .price_n-sp.ip-price dl .trwrap dd ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li {
    width: 15% !important;
    border: solid #00bcde !important;
    border-width: 0 0 0 1px !important;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li strong {
    font-size: 1.5rem !important;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li strong sup {
    top: 8px;
    left: inherit;
    right: 28px;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li strong sup.cp_location {
    right: 17px;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li strong sup.cp_location2 {
    right: inherit;
    left: 90px;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li .substrate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li .substrate64,
  .price_n-sp.ip-price dl .trwrap dd ul li .substrate128,
  .price_n-sp.ip-price dl .trwrap dd ul li .hyphen {
    display: table-cell;
    width: 23%;
    text-align: center;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li .substrate64 {
    border-right: 1px solid #00bcde;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li:nth-child(4) {
    width: 25% !important;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li.substrate128b {
    display: none !important;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li b {
    right: 38%;
    font-size: 60%;
  }
  .price_n-sp.ip-price dl .trwrap dd ul li b.std {
    top: 33px;
  }
  .price_n-sp.ip-price dl .trwrap.theaad {
    background: #00bcde !important;
  }
  .price_n-sp.ip-price dl .trwrap.theaad dd ul li {
    background: #00bcde !important;
    border-left: 1px solid #fff !important;
  }
  .price_n-sp.ip-price dl .trwrap.theaad dd ul li .substrate64 {
    border-right: 1px solid #fff;
  }
}

.icracked-price-table .cTxt {
  width: 90%;
  color: red;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .icracked-price-table .cTxt {
    width: 100%;
    text-align: left;
  }
}

.ic-price-n {
  border: 1px solid #e14476;
  font-size: 1.8rem;
}
.ic-price-n table {
  width: 100%;
}
.ic-price-n table th, .ic-price-n table td {
  padding: 1em;
}
.ic-price-n table thead th {
  width: 50%;
  background: #e14476;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
.ic-price-n table thead th:last-child {
  border-right: none;
}
.ic-price-n table thead th.cap {
  background: inherit;
  color: #009AD7;
  padding: 0.5em 1em;
  border-bottom: 3px solid #009AD7;
}
.ic-price-n table tbody th, .ic-price-n table tbody td {
  border-bottom: 1px dotted #e14476;
}
.ic-price-n table tbody th {
  text-align: left;
  padding-left: 13.5em;
  vertical-align: middle;
  position: relative;
}
.ic-price-n table tbody th em {
  font-style: normal;
  font-size: 80%;
}
.ic-price-n table tbody th img {
  position: absolute;
  left: 120px;
  bottom: 1px;
  width: 80px;
}
.ic-price-n table tbody td {
  text-align: right;
  padding-right: 13.5em;
  position: relative;
}
.ic-price-n table tbody td strong {
  font-size: 2.4rem;
  padding-right: 0.2em;
}
.ic-price-n table tbody td em {
  display: inline-block;
  width: 9.5em;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
.ic-price-n table tbody td b {
  font-weight: normal;
  position: relative;
}
.ic-price-n table tbody td b sup {
  position: absolute;
  top: -5px;
  right: -15px;
  font-size: 10px;
  color: red;
}
.ic-price-n table tbody td:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 2px #e14476;
  border-right: solid 2px #e14476;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -0.8em;
  bottom: 0;
  margin: auto;
}
.ic-price-n table tbody td.col2 {
  padding-right: 8.5em;
}
.ic-price-n table tbody td.col2 strong {
  display: inline-block;
  width: 5em;
}
.ic-price-n table tbody td.col2 ul li {
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.ic-price-n table tbody td.col2 ul li span {
  background: #333;
  color: #fff;
  font-size: 80%;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 1em;
  line-height: 1;
  border-radius: 20px;
  position: relative;
  top: -5px;
}
.ic-price-n table tbody td.col2 ul li:last-child {
  border-bottom: none;
}
.ic-price-n table tbody td.col2 ul li i {
  position: absolute;
  bottom: 5px;
  right: -65px;
  background: #009AD7;
  font-size: 10px;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .ic-price-n table tbody th {
    padding-left: 10em;
  }
  .ic-price-n table tbody th img {
    left: 70px;
  }
  .ic-price-n table tbody td {
    padding-right: 10em;
  }
  .ic-price-n table tbody td.col2 {
    padding-right: 4.5em;
  }
}
@media screen and (max-width: 844px) {
  .ic-price-n table tbody th {
    padding-left: 7em;
  }
  .ic-price-n table tbody th img {
    left: 20px;
  }
  .ic-price-n table tbody td {
    padding-right: 7em;
  }
  .ic-price-n table tbody td em {
    width: 9em;
  }
  .ic-price-n table tbody td.col2 {
    padding-right: 4.5em;
  }
  .ic-price-n table tbody td.col2 strong {
    width: 4.5em;
  }
  .ic-price-n table tbody td.col2 ul li span {
    font-size: 60%;
    width: 12em;
    text-align: center;
    margin-right: 0;
  }
  .ic-price-n table tbody td.col2 ul li i {
    font-size: 9px;
  }
}
@media screen and (max-width: 428px) {
  .ic-price-n table tbody th {
    padding-left: 0.5em;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .ic-price-n table tbody th img {
    position: inherit;
    display: none;
  }
  .ic-price-n table tbody td {
    padding-right: 0.5em;
  }
  .ic-price-n table tbody td b {
    font-size: 70%;
    display: inline-block;
    padding-left: 0.1em;
  }
  .ic-price-n table tbody td b sup {
    top: -2px;
    right: -10px;
    font-size: 8px;
  }
  .ic-price-n table tbody td:before {
    width: 15px;
    height: 15px;
    left: -0.5em;
  }
  .ic-price-n table tbody td.col2 {
    padding-right: 1em;
  }
  .ic-price-n table tbody td.col2 strong {
    width: 4.8em;
    font-size: 1.7rem;
    padding-left: 0.5em;
  }
  .ic-price-n table tbody td.col2 ul li {
    border-bottom: none;
    margin-bottom: 15px;
    text-align: left;
  }
  .ic-price-n table tbody td.col2 ul li span {
    font-size: 60%;
    width: 100%;
    text-align: center;
    display: block;
    padding: 3px 10px;
    margin-right: 0;
    margin-top: 0.5em;
    position: inherit;
  }
  .ic-price-n table tbody td.col2 ul li i {
    bottom: 3px;
    right: 0px;
    padding: 3px 5px;
  }
}

.ic-price-n_btr {
  background: #fff;
  font-size: 1.8rem;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ic-price-n_btr table {
  width: 100%;
}
.ic-price-n_btr table th, .ic-price-n_btr table td {
  padding: 1em;
}
.ic-price-n_btr table thead th {
  width: 50%;
  background: #4498d2;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.5em 1em;
}
.ic-price-n_btr table thead th:last-child {
  border-right: none;
}
.ic-price-n_btr table thead th.cap {
  background: inherit;
  color: #4498d2;
  padding: 0.5em 1em;
  border-bottom: 3px solid #4498d2;
}
.ic-price-n_btr table tbody th, .ic-price-n_btr table tbody td {
  border-bottom: 1px dotted #4498d2;
}
.ic-price-n_btr table tbody th {
  width: 58%;
  text-align: left;
  padding-left: 1.5em;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.ic-price-n_btr table tbody th img {
  position: inherit;
  display: none;
}
.ic-price-n_btr table tbody td {
  width: 42%;
  text-align: right;
  padding-right: 1em;
  position: relative;
}
.ic-price-n_btr table tbody td strong {
  font-size: 2.4rem;
  padding-right: 0.2em;
}
.ic-price-n_btr table tbody td b {
  font-weight: normal;
  position: relative;
  font-size: 70%;
  display: inline-block;
  padding-left: 0.1em;
}
.ic-price-n_btr table tbody td b sup {
  position: absolute;
  top: -2px;
  right: -10px;
  font-size: 8px;
  color: red;
}
.ic-price-n_btr table tbody td:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #4498d2;
  border-right: solid 2px #4498d2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -0.5em;
  bottom: 0;
  margin: auto;
}
.ic-price-n_btr table tbody td.col2 {
  padding-right: 1em;
}
.ic-price-n_btr table tbody td.col2 strong {
  display: inline-block;
  width: 4.8em;
  font-size: 1.7rem;
  padding-left: 0.5em;
}
.ic-price-n_btr table tbody td.col2 ul li {
  border-bottom: none;
  margin-bottom: 15px;
  text-align: left;
}
.ic-price-n_btr table tbody td.col2 ul li span {
  background: #333;
  color: #fff;
  font-size: 60%;
  width: 100%;
  text-align: center;
  display: block;
  padding: 3px 10px;
  margin-right: 0;
  margin-top: 0.5em;
  line-height: 1;
  border-radius: 20px;
  position: inherit;
}
.ic-price-n_btr table tbody td.col2 ul li i {
  position: absolute;
  bottom: 3px;
  right: 0px;
  background: #4498d2;
  font-size: 9px;
  color: #fff;
  padding: 3px 5px;
}
.ic-price-n_btr .cap {
  width: 90%;
  margin: 20px auto;
}
.ic-price-n_btr .cap li {
  font-size: 85%;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.ic-price-n_btr .cap li em {
  color: red;
}

.js-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.js-tab .js-group {
  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;
  margin-bottom: 10px;
  font-family: Oswald;
}
.js-tab .js-group .table-row {
  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;
}
.js-tab .js-group a {
  background-color: #CCC;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 24%;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  font-family: Oswald;
}
@media screen and (max-width: 768px) {
  .js-tab .js-group a {
    width: 49.5%;
    margin-bottom: 5px;
  }
}
.js-tab .js-group a small {
  display: block;
  margin: 4px 0;
  font-size: 1.2rem;
}
.js-tab .js-group a:last-child {
  margin-right: 0;
}
.js-tab .js-group a:hover {
  padding: 10px;
  background-color: #009AD7;
  opacity: 0.7;
  text-decoration: none;
}
.js-tab .js-group a.active {
  background-color: #0096D6;
}
.js-tab .js-group.ipad a {
  padding: 20px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  width: 24%;
}

@media screen and (min-width: 768px) {
  .js-tab .js-group a {
    padding: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
  }
  .js-tab .js-group a .pc-span {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 4px;
  }
  .js-tab .js-group a small {
    font-weight: 500;
    margin-top: 10px;
  }
}
@media screen and (max-width: 428px) {
  .js-tab .js-group.ipad a#tab4 {
    font-size: 1.5rem;
    padding: 10% 5px;
  }
}
.js-tab_content {
  display: none;
  padding: 10px 0;
}
.js-tab_content.active {
  display: block;
}

.remodal__left-box {
  margin-top: 20px;
  text-align: left;
  font-size: 1.4rem;
}
.remodal__left-box .store-name {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.remodal__left-box table {
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.remodal__left-box table tbody tr td {
  padding-left: 10px;
}
.remodal__left-box table tbody tr td:first-child {
  width: 70px;
  padding-left: 0;
}
.remodal__left-box.single {
  margin-top: 5px;
  max-width: 900px;
  width: 100%;
}
.remodal__left-box.single .store-name {
  font-size: 2rem;
  margin-bottom: 20px;
}
.remodal__left-box.single table {
  font-size: 16px;
}
.remodal__left-box.single table th {
  width: 100px;
}
.remodal__left-box.single table td {
  width: auto;
}
.remodal__left-box.single table td br {
  display: none;
}
.remodal__left-box.single img.shop {
  width: 100%;
  height: auto;
}

.remodal__right-box {
  margin-top: 20px;
}
.remodal__right-box .c-button-tel {
  margin-bottom: 20px;
}

.remodal-main-img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}

.remodal-sub-img__box {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.remodal-sub-img__box--img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.6%;
}
.remodal-sub-img__box--img:first-child, .remodal-sub-img__box--img:nth-child(2) {
  margin-bottom: 10px;
}

.remodal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.store-no-img {
  background-color: #009ad8;
  width: 100%;
  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: 0;
  padding: 50% 0;
}
.store-no-img .store-img-block {
  text-align: center;
}
.store-no-img .store-img-block .img-block__svg {
  width: 100%;
  margin-bottom: 10px;
}
.store-no-img .store-img-block .img-block__svg svg {
  width: 40px;
}
.store-no-img .store-img-block .store-img__store-name {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 800;
  color: #ffffff;
}
.store-no-img .store-img-block .store-img__store-name span {
  display: block;
  font-weight: 500;
}
.store-no-img.imList {
  width: 42%;
  margin-right: 4%;
  padding: 21% 0;
  float: left;
}

.card .store-no-img {
  margin-bottom: 10px;
}

@media (max-width: 441px) {
  .card .store-no-img {
    margin-bottom: 10px;
  }
  .card .store-no-img .store-img-block .img-block__svg svg {
    width: 20px;
  }
  .card .store-no-img .store-img-block .store-img__store-name {
    font-size: 1rem;
    width: 78px;
  }
  .store-no-img .store-img-block .store-img__store-name {
    font-size: 0.8rem;
  }
}
.storelist .c-heading .c-heading__line {
  background: #efefef;
}

.store_List {
  border-bottom: 1px solid #009ad7;
  display: block;
  width: 100%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.store_List dt {
  margin-bottom: 10px;
  position: relative;
}
.store_List dt .opening-date2 {
  font-size: 140%;
  color: #e04172;
  font-weight: bold;
}
.store_List dt img {
  width: 42%;
  height: auto;
  margin-right: 4%;
  float: left;
}
.store_List dt:after {
  content: "";
  clear: both;
  display: block;
}
.store_List dt .store_List-title {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 1em;
  overflow: hidden;
  text-decoration: underline;
}
.store_List dt .store_List-txt {
  font-size: 110%;
  margin-bottom: 10px;
  overflow: hidden;
}
.store_List dt a.shop {
  background: #009ad7;
  border-radius: 20px;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 110%;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 10px;
}
.store_List dt a.shop i {
  padding-left: 5px;
}
.store_List dd {
  clear: both;
}
.store_List dd .store_List-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store_List dd .store_List-icon a {
  border-radius: 3px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  line-height: 0;
}
.store_List dd .store_List-icon a i {
  color: #fff;
  padding-right: 5px;
}
.store_List dd .store_List-icon a.phone {
  background: #7acc56;
  margin-right: 2%;
  font-size: 145%;
}
.store_List dd .store_List-icon a.web {
  background: #e04172;
  font-size: 140%;
}

@media screen and (max-width: 320px) {
  .store_List dd .store_List-icon a.phone {
    font-size: 130%;
    padding: 16px 0 14px 0;
  }
}
.store_Box {
  width: 100%;
  margin-bottom: 3em;
}
.store_Box h3 {
  font-weight: bold;
  border-bottom: 1px solid #009ad7;
  margin: 1em 0;
  font-size: 1.6rem;
}
.store_Box img.img-responsive {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.store_Box .store_Box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2em;
}
.store_Box .store_Box-btn .c-button-tel,
.store_Box .store_Box-btn .c-button-web {
  width: 49%;
}
.store_Box .store_Box-btn.single .c-button-tel,
.store_Box .store_Box-btn.single .c-button-web,
.store_Box .store_Box-btn.single .c-button-web.gmap {
  width: 31%;
}
.store_Box table.store_Box-detail {
  width: 98%;
  margin: 0 auto 30px auto;
  font-size: 120%;
  font-weight: bold;
}
.store_Box table.store_Box-detail th {
  width: 20%;
  text-align: left;
  padding-bottom: 10px;
}
.store_Box table.store_Box-detail td {
  width: 80%;
  padding-bottom: 10px;
}
.store_Box .btn-m {
  width: 100%;
}
.store_Box.single p.img {
  margin-bottom: 20px;
}
.store_Box.single p.img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.store_Box.single p.shop {
  width: 100%;
  margin-bottom: 20px;
}
.store_Box.single p.shop img {
  width: 100%;
  height: auto;
}
.store_Box.single table.store_Box-detail {
  font-size: 14px;
}
.store_Box.single table.store_Box-detail th {
  width: 25%;
  border-bottom: 1px dotted #ccc;
  padding-top: 0.5em;
}
.store_Box.single table.store_Box-detail td {
  width: 75%;
  border-bottom: 1px dotted #ccc;
  padding-top: 0.5em;
}

.store_Route {
  border-bottom: 1px solid #009ad7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.store_Route .store-route-img {
  width: 35%;
  margin-right: 3%;
}
.store_Route .store-route-img .img-responsive {
  margin-bottom: 0;
}
.store_Route .store-route-text {
  width: 62%;
}
.store_Route .store-route-text p {
  margin: 0;
  font-size: 120%;
  line-height: 1.4em;
}
.store_Route .store-route-text p span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #009ad7;
  color: #fff;
  display: inline-block;
  font-size: 90%;
  padding: 2px 5px;
  margin: 5px 0;
}
.store_Route.if {
  display: block;
}
.store_Route.if .store-route-img {
  width: 100%;
}
.store_Route.if .store-route-img iframe {
  width: 100%;
}
.store_Route.if .store-route-text {
  width: 100%;
}

.remodal__box.single {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.remodal__box.single img.thms {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-right: 4em;
}
@media screen and (max-width: 960px) {
  .remodal__box.single img.thms {
    margin-right: 0;
  }
}
.remodal__box.single .remodal__right-box div {
  margin-bottom: 20px;
}
.remodal__box.single .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 50px;
}
.remodal__box.single .bnr_box .c-button-web {
  margin: 0 2em;
}
@media screen and (max-width: 768px) {
  .remodal__box.single {
    display: block;
    background: #efefef;
  }
  .remodal__box.single .remodal__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .remodal__box.single .remodal__right-box div {
    width: 45%;
  }
}

/*float*/
.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

/* link*/
.link-blue {
  color: #009ad7;
  text-decoration: underline;
}

/*font-size*/
.fs-1 {
  font-size: 1rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 3rem;
}

/* font-weight*/
.fw-bold {
  font-weight: bold;
}

/*text-aligh*/
.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

/*button*/
.btn-l {
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  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;
}

.btn-m {
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  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;
}

.btn-s {
  width: 200px;
  height: 40px;
  text-align: center;
  display: block;
  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;
}

.btn-bg-green {
  background-color: #7acc56;
}

.btn-bg-red {
  background-color: #e04172;
}

.btn-bg-white {
  background-color: #fefefe;
}

.btn-bg-blue {
  background-color: #009ad7;
}

/*justify!!!*/
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*box-shadow*/
.shadow {
  box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
}

/*img-responsive*/
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive.w100per {
  width: 100%;
}

/*inner*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*font color*/
.fc-wh {
  color: #fff;
}

.fc-bk {
  color: #454545;
}

.fc-green {
  color: #7acc56;
}

.fc-red {
  color: #e04172;
}

.fc-red2 {
  color: red;
}

.fc-blue {
  color: #009ad7;
}

/*background-color*/
.bg-blue {
  background-color: #009ad7;
}

.bg-green {
  background-color: #7acc56;
}

.bg-red {
  background-color: #e04172;
}

/*打ち消し線*/
.s_through {
  -webkit-text-decoration: line-through solid red;
          text-decoration: line-through solid red;
}

/*line-height*/
.LH_2em {
  line-height: 2em;
}

/* .spinner */
.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-indent: -9999px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 428px) {
  .spinner {
    width: 60px;
    height: 60px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fefefe;
  z-index: 99998;
  -webkit-animation: bgOut 9s linear 1;
  animation: bgOut 9s linear 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.bf-visibility {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.round {
  width: 250px;
  margin: 0 auto;
  border-radius: 125px;
  border: 5px solid #009ad7;
}

.attention {
  text-align: center;
  font-weight: 600;
  color: #e04172;
}

.icon-area {
  position: relative;
}

.icon {
  position: absolute;
  top: -15px;
  left: -60px;
  width: 50px;
}

.radius60 {
  border-radius: 60px;
}

.gradation-blue-btn {
  position: relative;
  display: inline-block;
  padding: 4rem 24rem;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 154, 215)), to(rgba(0, 154, 215, 0.59)));
  background-image: linear-gradient(rgb(0, 154, 215) 30%, rgba(0, 154, 215, 0.59) 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gradation-blue-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 154, 215)), to(rgba(0, 154, 215, 0.59)));
  background-image: linear-gradient(rgb(0, 154, 215) 30%, rgba(0, 154, 215, 0.59) 100%);
}

.gradation-blue-btn-small {
  position: relative;
  display: inline-block;
  padding: 2.2rem 9.5rem;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 154, 215)), to(rgba(0, 154, 215, 0.59)));
  background-image: linear-gradient(rgb(0, 154, 215) 30%, rgba(0, 154, 215, 0.59) 100%);
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gradation-blue-btn-small:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(0, 154, 215)), to(rgba(0, 154, 215, 0.59)));
  background-image: linear-gradient(rgb(0, 154, 215) 30%, rgba(0, 154, 215, 0.59) 100%);
  background-color: #fff;
}

/* table-responsive */
@media screen and (max-width: 768px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/* table-sticky */
.table-sticky thead .blank {
  position: sticky;
  top: 0;
  left: 0;
}
.table-sticky tbody tr th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

/* PCだけ見える */
.pc-only-display {
  display: none;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .pc-only-display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
  .pc-only-display {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .pc-only-display {
    display: block;
  }
}
/* PCだけ見えない */
.pc-only-display-no {
  display: block;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .pc-only-display-no {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
  .pc-only-display-no {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .pc-only-display-no {
    display: none;
  }
}
/* SPだけ見える */
.sp-only-display {
  display: block;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .sp-only-display {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
  .sp-only-display {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .sp-only-display {
    display: none;
  }
}
/* SPだけ見えない */
.sp-only-display-no {
  display: none;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .sp-only-display-no {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
  .sp-only-display-no {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .sp-only-display-no {
    display: block;
  }
}
/* タブレットだけ見える */
.tablet-only-display {
  display: none;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .tablet-only-display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
  .tablet-only-display {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .tablet-only-display {
    display: none;
  }
}
/* タブレットだけ見えない */
.tablet-only-display-no {
  display: block;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .tablet-only-display-no {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
  .tablet-only-display-no {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .tablet-only-display-no {
    display: none;
  }
}
/* SP・タブレットだけ見える */
.tabletsp-only-display {
  display: block;
}

@media screen and (min-width: 428px) {
  /* 428px以上用（タブレット／スマートフォン用）の記述 */
  .tabletsp-only-display {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  /* 768px以上用（タブレット用）の記述 */
  .tabletsp-only-display {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* 1024px以上用（PC用）の記述 */
  .tabletsp-only-display {
    display: none;
  }
}
/*header*/
@media screen and (max-width: 428px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 428px) {
  .header__box--button {
    width: 210px;
    margin: 20px 0;
  }
  .header__box--button .c-button-web {
    margin-left: 10px;
  }
  .header__box--logo {
    width: 100px;
    margin: 20px 10px;
  }
}
/*hero*/
@media screen and (max-width: 1024px) {
  .hero {
    position: relative;
  }
  .hero__box {
    width: 100%;
    margin: 0;
    padding: 5rem 10rem;
    position: initial;
    height: auto;
  }
  .hero__box--text {
    font-size: 1.4rem;
    padding: 0;
  }
  .hero__box--text img {
    width: 20%;
  }
  .hero__box--text__sub-lead {
    font-size: 2rem;
    line-height: 1.3;
    margin: 2rem 0 1rem 0;
  }
  .hero__box--text__main-lead {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .hero__box--button a {
    background-color: #FFFFFF;
    text-align: center;
  }
  .hero__box--img {
    width: 25%;
    right: 10rem;
  }
  .hero__box--img02 {
    width: 28%;
  }
  .hero .logo a {
    font-size: 90%;
  }
  #crossfade {
    width: 260px;
  }
  #crossfade li img {
    width: 226px;
    height: 320px;
    top: 103px;
    left: 16px;
  }
  #crossfade:after {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    position: relative;
  }
  .hero__box {
    width: 100%;
    margin: 0;
    padding: 5rem 2rem;
    position: initial;
    height: auto;
  }
  .hero__box--text {
    font-size: 1.4rem;
    padding: 0;
  }
  .hero__box--text img {
    width: 20%;
  }
  .hero__box--text__sub-lead {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 2rem 0 1rem 0;
  }
  .hero__box--text__sub-lead2 {
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 2rem 0 1rem 0;
    letter-spacing: 0.1em;
  }
  .hero__box--text__main-lead {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .hero__box--text__main-lead2 {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  .hero__box--text__main-lead2 strong {
    font-size: 3rem;
  }
  .hero__box--button a {
    background-color: #FFFFFF;
    text-align: center;
  }
  .hero__box--button2 {
    margin-left: 5px;
  }
  .hero__box--img {
    width: 25%;
    right: 2rem;
  }
  .hero__box--img02 {
    width: 35%;
    right: 2rem;
  }
  .hero .w1020 {
    width: 100%;
  }
  .hero .logo {
    top: -35px;
  }
  .hero .logo img {
    margin-right: 20px;
    width: 250px;
  }
  .hero .logo a {
    width: 120px;
    height: 30px;
    font-size: 90%;
  }
  .hero .logo a i {
    padding-right: 0;
  }
  #crossfade {
    width: 180px;
  }
  #crossfade li img {
    width: 156px;
    height: 230px;
    top: 200px;
    left: 10px;
  }
  #crossfade:after {
    width: 170px;
  }
}
@media screen and (max-width: 667px) {
  .hero__box--text {
    margin-bottom: 120px;
  }
  .hero__box--button2 {
    width: 60%;
    margin-top: 15px;
  }
  .hero__box--button2 picture {
    width: 49%;
  }
  .hero__box--img02 {
    width: 32%;
  }
  .hero .logo {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 428px) {
  .hero__box {
    padding: 25px 15px;
  }
  .hero__box--img {
    width: 35vw;
    right: 2rem;
  }
  .hero__box--text {
    margin-bottom: 0;
  }
  .hero__box--text img {
    width: 35vw;
  }
  .hero__box--text__sub-lead {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 2rem 0 1rem 0;
  }
  .hero__box--text__sub-lead2 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 2rem 0 0 0;
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 428px) and (max-width: 320px) {
  .hero__box--text__sub-lead2 {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 428px) {
  .hero__box--text__main-lead {
    font-size: 2rem;
    line-height: 1.6;
  }
  .hero__box--text__main-lead2 {
    font-size: 1.6rem;
    letter-spacing: 0.39em;
    margin-bottom: 20px;
  }
  .hero__box--text__main-lead2 strong {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 428px) and (max-width: 320px) {
  .hero__box--text__main-lead2 {
    font-size: 1.3rem;
    letter-spacing: 0.42em;
  }
  .hero__box--text__main-lead2 strong {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 428px) {
  .hero__box--button {
    width: 50vw;
    display: block;
    margin-top: 20px;
  }
  .hero__box--button a.btn-m {
    background-color: #FFFFFF;
    text-align: center;
  }
  .hero__box--button2 {
    width: 98%;
  }
  .hero__box--img02 {
    width: 60vw;
    position: static;
    margin: 0 auto;
  }
  .hero__box--img02 .hImg {
    position: static;
  }
  .hero__box .c-button-tel {
    margin-bottom: 2rem;
  }
  .hero .w1020 {
    padding: 30px 10px 30px 15px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hero .logo {
    top: -15px;
    margin-bottom: -5px;
  }
  .hero .logo img {
    margin-right: 5px;
    width: 130px;
  }
  .hero .logo a {
    width: 95px;
    height: 30px;
    font-size: 85%;
    padding: 0 3px;
  }
  .hero .logo a i {
    padding-right: 2px;
  }
}
@media screen and (max-width: 428px) and (max-width: 320px) {
  .hero .logo a {
    font-size: 60%;
  }
}
@media screen and (max-width: 428px) {
  #crossfade {
    width: 130px;
  }
  #crossfade li img {
    width: 114px;
    height: 160px;
    top: 270px;
    left: 0;
    border-radius: 10px;
  }
  #crossfade:after {
    width: 120px;
  }
}
/*cp slider*/
@media screen and (max-width: 428px) {
  .cp-slider {
    padding: 3rem 0 5.7rem 0;
  }
  .cp-slider img {
    width: 100vw;
  }
}
/*store-list*/
@media screen and (max-width: 428px) {
  .storelist {
    padding: 5rem 0;
    background-color: #EFEFEF;
  }
  .storelist__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .storelist .card__store-img {
    margin-bottom: 1rem;
  }
  .storelist .card__store-text {
    margin-bottom: 0;
  }
  .storelist .card__store-info .fa-info-circle {
    margin-right: 0.5rem;
  }
  .storelist .card-inner {
    padding: 1rem;
  }
}
/*etc-area*/
@media screen and (max-width: 428px) {
  .etc-area {
    width: 100%;
    text-align: center;
    display: block;
  }
  .etc-area__btn {
    display: inline-block;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    height: 6rem;
    position: relative;
    line-height: 4;
    padding-left: 3rem;
  }
  .etc-area__btn a {
    padding: 2rem;
    font-size: 1.9rem;
  }
  .etc-area__btn .link-icon {
    position: absolute;
    left: 0;
    width: 60px;
    background-color: #97D07E;
    height: 100%;
  }
  .etc-area__btn .link-icon img {
    width: 20px;
    position: relative;
  }
}
/*-price*/
@media screen and (max-width: 428px) {
  .price {
    padding: 5rem 0;
  }
  .price .price__box {
    display: block;
    margin: 0 1rem;
  }
  .price .price__box .box-item {
    width: 50vw;
    margin: 0 auto;
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 5rem;
  }
  .price .price__box .box-item img {
    width: 50vw;
  }
  .price .price__box .box-item__headline__ipad {
    font-size: 2rem;
  }
  .price .price__box .box-item__headline__ipad br {
    display: block;
  }
  .price .price__box .box-item:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .price .price__box .box-item:nth-child(2) .list-number {
    margin: 0 auto;
  }
  .price .price__box .box-item:nth-child(2) .list-number > li {
    margin: 0;
    margin-bottom: 2rem;
    position: relative;
    text-align: left;
    padding-left: 4rem;
  }
  .price .price__box .box-item:nth-child(2) .list-number > li p {
    margin-left: 0;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .price .price__box .box-item:nth-child(2) .list-number > li .list-number__title {
    line-height: 1;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .price .price__box .box-item:nth-child(2) .list-number > li:before {
    position: absolute;
    left: 0;
    top: -4px;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 2rem;
  }
  .price .price__box .box-item:nth-child(2) .c-heading {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0;
  }
  .price .price__box .box-item_ipad {
    width: 100%;
  }
  .price .price__box .box-item_ipad .list-number > li {
    margin: 0;
    margin-bottom: 2rem;
    position: relative;
    text-align: left;
    padding-left: 4rem;
  }
  .price .price__box .box-item_ipad .list-number > li p {
    margin-left: 0;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .price .price__box .box-item_ipad .list-number > li .list-number__title {
    line-height: 1;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .price .price__box .box-item_ipad .list-number > li:before {
    position: absolute;
    left: 0;
    top: -4px;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 2rem;
  }
  .price .icracked-table__container {
    margin: 1rem auto 3rem auto;
  }
  .price .icracked-table__container .icracked-table td, .price .icracked-table__container .icracked-table th {
    font-size: 1.4rem;
  }
  .price .note {
    line-height: 1.4;
  }
  .icon {
    display: none;
  }
  .sp-off-text {
    display: block;
    color: #E04172;
    background-color: #ffff00;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 1024px) {
  .price .price__box .box-item:nth-child(2) {
    padding-left: 0;
  }
  .price .price__box .box-item img {
    margin: -10px 0 0 0;
  }
}
@media screen and (min-width: 415px) {
  .sp-off-text {
    display: none;
  }
}
/*other-services*/
@media screen and (max-width: 768px) {
  .other-services .card-link-area {
    display: block;
    background-color: #fff;
    height: 470px;
    margin-right: 2%;
    position: relative;
    width: 46%;
  }
}
@media screen and (max-width: 428px) {
  .other-services {
    padding: 90px 0;
    background-color: #EFEFEF;
  }
  .other-services__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other-services .card {
    background-color: #fefefe;
  }
  .other-services .card__service-img {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    width: 330px;
    height: 108px;
  }
  .other-services .card__service-img img {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
  }
  .other-services .card__service-name {
    font-size: 2rem;
    text-align: center;
    margin: 28px;
  }
  .other-services .card__service-text {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .other-services .card__service-info {
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  .other-services .card__service-info i {
    position: absolute;
    top: 14px;
    right: 10px;
  }
  .other-services .card-inner {
    padding: 20px;
  }
  .other-services .card-link-area {
    display: block;
    background-color: #fff;
    height: auto;
    position: relative;
    width: 90%;
    margin: 10px 0;
  }
  .other-services .card-link-area:hover {
    opacity: 0.8;
  }
  .other-services .card-link-area:last-child {
    margin-right: 0;
  }
}
/*-reserve*/
@media screen and (max-width: 768px) {
  .reserve__form {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .reserve {
    padding: 5rem 0;
  }
  .reserve__form {
    width: 100%;
  }
  .reserve__form .row {
    display: block;
    font-size: 1.8rem;
  }
  .reserve__form .row .title-block {
    font-size: 1.4rem;
    width: 100%;
    padding: 1rem;
  }
  .reserve__form .row .select-block {
    border-left: 0;
    border-top: 1px solid #454545;
    width: 100%;
    padding: 1rem;
  }
  .reserve__form .row .select-block span {
    padding: 6px;
  }
  .reserve__form .row .select-block input {
    height: 39px;
  }
  .reserve__form .row .select-block .select-box {
    padding: 0.5rem 1rem;
  }
  .reserve__form .row .select-block .select-box select {
    padding: 0;
  }
}
/*-c-button-submit*/
@media screen and (max-width: 428px) {
  .c-button-submit {
    margin-top: 5rem;
  }
  .c-button-submit input {
    padding: 0 4rem;
  }
}
/*footer*/
@media screen and (max-width: 428px) {
  footer .inner div.row {
    margin: 1rem 0 1rem 0;
    width: 100%;
  }
  footer .inner div.row .logo, footer .inner div.row .menu {
    width: 100%;
    font-size: 1rem;
  }
  footer .inner div.row .logo {
    width: 50%;
    font-size: 1rem;
  }
  footer .inner div.row .menu {
    width: 40%;
    margin-left: 10%;
    font-size: 1rem;
    text-align: right;
  }
  footer .inner div.row .menu li {
    font-size: 1rem;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  footer .inner div.row .menu:first-child {
    margin-left: 0;
  }
  footer .inner div.row .copy {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .storelist .card-link-area {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .storelist .card-link-area {
    width: 22%;
    height: 360px;
    margin: 0.7rem 0.7rem;
  }
  .storelist .card-link-area:hover {
    opacity: 0.8;
  }
  .storelist .card-link-area .card-inner {
    padding: 14px 14px 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .storelist .card-link-area {
    width: 31%;
    height: 360px;
  }
}
@media screen and (max-width: 428px) {
  .storelist .card-link-area {
    width: 49%;
    height: 330px;
    margin: 0.7rem 0;
  }
}
/*-support*/
@media screen and (max-width: 768px) {
  .support {
    padding: 5rem 0;
  }
  .support .itech-img {
    margin: 0 auto;
    width: 100%;
  }
  .support p img {
    text-align: center;
  }
  .support h2 {
    color: #009AD7;
    text-align: center;
    font-weight: bold;
  }
  .support__box {
    margin-top: 4rem;
  }
  .support__box .box-item {
    width: 100vw;
    margin: 0 1rem;
  }
  .support__box .box-item .box-item__img img {
    display: none;
  }
  .support__ {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .support__ .box-item {
    width: 28vw;
  }
  .support__ .box-item .box-item__img img {
    display: inline-block;
  }
}
/*-reason*/
@media screen and (max-width: 1024px) {
  .reason {
    padding: 5rem 0;
  }
  .reason h2 {
    color: #009AD7;
    text-align: left;
    position: relative;
    margin-bottom: 5rem;
  }
  .reason h2:after {
    display: none;
  }
  .reason h2 .c-read-text {
    display: block;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 4rem;
  }
  .reason__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #EFEFEF;
  }
  .reason__box .box-item {
    width: 100vw;
  }
  .reason__box .box-item .box-item__text {
    width: 100%;
    padding: 2rem;
  }
  .reason__box .box-item .box-item__text .reason-line {
    font-size: 1.6rem;
  }
  .reason__box .box-item .box-item__text .reason-line:after {
    top: 27px;
  }
  .reason__box .box-item .box-item__text .reason-title {
    font-size: 2rem;
    margin: 1.5rem 0 2rem 0;
  }
  .reason__box .box-item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .reason__box .box-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reason__box .box-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .reason__box .box-item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .reason__box .box-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .reason__box .box-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .reason__box .box-item:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .reason__box .box-item:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}
/*reserve*/
@media screen and (max-width: 768px) {
  .reserve .reserve-btn-box a:before {
    content: "";
  }
  .reserve .reserve-btn-box .gradation-blue-btn {
    padding: 2rem 20rem;
  }
  .reserve .reserve-btn-box a:after {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reserve .reserve-btn-box {
    margin-top: 116px;
  }
  .reserve .reserve-btn-box .gradation-blue-btn {
    padding: 2rem 6rem;
  }
  .reserve .reserve-btn-box a {
    font-size: 2rem;
  }
  .reserve .reserve-btn-box a:after {
    content: url(../img/reserve/reserve-text-img.svg);
    position: absolute;
    bottom: 90px;
    right: -25px;
    width: 320px;
  }
}
/*sub-reserve*/
@media screen and (max-width: 768px) {
  .sub-reserve {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-reserve .sub-reserve__box .sub-reserve-btn-box {
    font-size: 1.4rem;
  }
  .sub-reserve .sub-reserve__box .sub-reserve-btn-box .gradation-blue-btn-small {
    padding: 2.2rem 5.5rem;
  }
}
/*footer*/
@media screen and (min-width: 415px) and (max-width: 1020px) {
  footer .inner div.row {
    margin: 0 auto;
  }
  footer .inner div.row .logo, footer .inner div.row .menu {
    width: 100%;
    font-size: 1rem;
  }
  footer .inner div.row .logo {
    width: 50%;
    font-size: 1.2rem;
  }
  footer .inner div.row .menu {
    width: 40%;
    margin-left: 10%;
    font-size: 1.4rem;
    text-align: right;
  }
  footer .inner div.row .menu li {
    font-size: 1.2rem;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
  }
  footer .inner div.row .menu:first-child {
    margin-left: 0;
  }
  footer .inner div.row .copy {
    margin-top: 20px;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
  }
}
/*footer-btn*/
@media screen and (min-width: 415px) {
  .footer-btn {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .c-button-tel .c-tel-icon {
    font-size: 1.4rem;
    margin-right: 5px;
  }
  .c-button-tel .c-button-tel__text {
    font-size: 1.4rem;
  }
  .c-button-web .c-web-icon {
    font-size: 1.4rem;
    margin-right: 5px;
  }
  .c-button-web .c-button-web__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 428px) {
  .c-heading {
    font-size: 2.2rem;
    padding: 0 0 2.5rem 0;
    margin: 0 auto 2rem auto;
  }
  .c-heading__line {
    font-size: 1.4rem;
  }
  .c-heading__line:before {
    top: 1.8rem;
  }
  .c-heading__title {
    display: block;
  }
  .c-heading__c-read-text {
    display: block;
    font-size: 1.4rem;
    font-weight: 100;
    width: 70vw;
    margin: 0.8rem auto 0 auto;
  }
}
@media screen and (max-width: 428px) {
  .remodal-wrapper .remodal .remodal__box:nth-of-type(2) {
    display: block;
  }
  .remodal-wrapper .remodal .remodal__box .remodal-sub-img__box {
    display: none;
  }
  .remodal-wrapper .remodal .remodal__box .remodal__left-box, .remodal-wrapper .remodal .remodal__box .remodal__right-box {
    width: 100%;
  }
  .remodal-wrapper .remodal .remodal__box table td, .remodal-wrapper .remodal .remodal__box table th {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    padding-left: 0;
  }
  .remodal-wrapper .remodal .remodal__box .remodal__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .remodal-wrapper .remodal .remodal__box .remodal__right-box .c-button-tel, .remodal-wrapper .remodal .remodal__box .remodal__right-box .c-button-web {
    width: 50%;
  }
  .remodal-wrapper .remodal .remodal__box .remodal__right-box .c-button-tel {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 30px;
  }
  footer .inner {
    width: 80%;
    padding: 0;
  }
}
@media screen and (max-width: 428px) {
  .inner {
    max-width: 100%;
    padding: 0 1rem;
  }
  footer .inner {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .support__box-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support__box-mb .box-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .support__box-mb {
    display: none;
  }
}
@media screen and (max-width: 428px) {
  .btn-m {
    width: 100%;
  }
  .btn-s {
    width: 50vw;
    height: 50px;
    line-height: 50px;
  }
  .js-tab > div {
    font-size: 1.2rem;
  }
  .icracked-table td, .icracked-table th {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style-dist.css.map */