@charset "UTF-8";
/* 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: "Helvetica Neue", "Helvetica", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
}

body {
  background-color: #fff;
  line-height: 1.5;
  color: #333;
  -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: #111;
  text-decoration: none;
}

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

img {
  height: 100%;
}

input,
select,
button,
textarea {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", 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;
}

@font-face {
  font-family: "themify";
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-arrow-circle-up:before {
  content: "";
}

.ti-arrow-circle-right:before {
  content: "";
}

.ti-arrow-circle-left:before {
  content: "";
}

.ti-arrow-circle-down:before {
  content: "";
}

footer {
  padding-bottom: 100px;
}
footer .company-title .typography-title {
  font-size: 1.2rem;
}
footer .sub-section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .sub-section-footer .footer-menu {
  margin-top: 20px;
  margin-left: 20px;
}
footer .sub-section-footer .footer-menu .footer-menu-list li {
  display: inline-block;
}
footer .sub-section-footer .footer-menu .footer-menu-list li .footer-menu-link {
  font-size: 1.2rem;
  color: #666;
}
footer .sub-section-footer .footer-menu .footer-menu-list li::after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
footer .sub-section-footer .footer-menu .footer-menu-list li:last-child::after {
  content: none;
}
footer .sub-section-footer .copyright {
  color: #666;
  margin-top: 20px;
}
footer .sub-section-footer .copyright small {
  font-size: 1.2rem;
}

header {
  padding: 5px 0;
  background-color: #f6f6f6;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .left-area .logo {
  display: none;
}
.main .section-hero .hero-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
.main .section-hero .hero-headline img {
  width: auto;
  height: 100px;
  margin: 40px 20px 0 0;
}
.main .section-hero .hero-headline .h-oneT,
.main .section-hero .hero-headline h1 {
  font-size: 5rem;
  font-weight: 500;
  color: #111;
  margin-top: 40px;
  margin-bottom: 10px;
}
.main .section-hero .hero-headline .typography-intro {
  font-size: 2rem;
  color: #111;
  font-weight: 400;
}
.main .section-hero .hero-itech-support-img {
  background-image: url(../img/hero/itech_kv_202307.png);
  width: 1000px;
  height: 533px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.main .section-about {
  background-color: #f6f6f6;
  padding: 40px 0;
}
.main .section-about .about-text-area {
  text-align: left;
  vertical-align: middle;
}
.main .section-about .about-text-area .about-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.05rem;
}
.main .section-about .about-img {
  background-image: url(../img/about/ios-android.png);
  width: 270px;
  height: 140px;
  background-size: contain;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.main .section-about .price_allow {
  background-image: url(../../../assets/img/common/allow.png);
  width: 97px;
  height: 99px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 30px 0 20px;
}
.main .section-about .price_Box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #b6b5b5;
  /*border-radius: 10px;*/
  font-size: 1.6rem;
  padding: 20px;
  margin-top: 25px;
  width: 70%;
  display: table;
    position: relative;
}
.main .section-about .price_Box p {
    display: table-cell;
    width: 60%;
    /*text-align: center;*/
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    padding-left: 2em;
    padding-right: 2em;
}
.main .section-about .price_Box p.brn {
    border-right: none;
}
.main .section-about .price_Box p span {
  display: block;
  margin-bottom: 0.5em;
}
.main .section-about .price_Box p em {
  font-size: 90%;
  display: inline-block;
}
.main .section-about .price_Box em.cap {
    color: #898888;
}
.main .section-about .price_Box p strong {
  color: #0070c9;
  font-size: 250%;
  font-weight: normal;
  display: inline-block;
}
.main .section-about .price_Box a.btn {
  /*display: table-cell;
  width: 40%;*/
    width: 100%;
  text-align: center;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, from(#00abdf), to(#0086d3));
  background: -o-linear-gradient(#00abdf, #0086d3);
  background: linear-gradient(#00abdf, #0086d3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #007dc7;
  border-radius: 40px;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 10px;
}
.main .section-about .price_Box a.txt {
  color: #0096D6;
}
.main .section-about .price_Box.new {
    border: 1px solid crimson;
}
.main .section-about .price_Box.new::before {
    content: "データ移行サービス（画面割れ端末）";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.3rem;
    padding: 1em;
    background: crimson;
    color: #fff;
    line-height: 0;
}
.main .section-about .price_Box.new span {
    margin-top: 15px;
}

.main .section-about .price_Box.standard {
    border: 1px solid #009ad7!important;
}
.main .section-about .price_Box.standard::before {
    content: "スマホ設定サポート";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.3rem;
    padding: 1em;
    background: #009ad7;
    color: #fff;
    line-height: 0;
}
.main .section-about .price_Box.standard span {
    margin-top: 15px;
}

.main .section-service {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main .section-service .flex-start {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main .section-service .sub-section {
  padding-bottom: 100px;
  width: 31%;
  border-top: 5px solid #0070C9;
  position: relative;
}
.main .section-service .sub-section:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  content: "";
  background-image: -webkit-gradient(linear, right top, left top, from(#009AD7), to(#0070C9));
  background-image: -o-linear-gradient(right, #009AD7, #0070C9);
  background-image: linear-gradient(to left, #009AD7, #0070C9);
  width: 100%;
  height: 5px;
}
.main .section-service .sub-section.new::before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  content: "";
  background: crimson;
  width: 100%;
  height: 5px;
}
.main .section-service .sub-section.new::after {
    content: "新サービス";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.3rem;
    padding: 1em;
    background: crimson;
    color: #fff;
    line-height: 0;
}

.main .section-service .sub-section .service-title-area .service-title {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 30px;
  min-height: 100px;
}
.main .section-service .sub-section .service-text-area .service-text {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
.main .section-service .sub-section .service-text-area .service-text .cap {
    color: #898888;
    position: relative;
    top:8px;
}
.main .section-service .sub-section .sub-section-img {
  margin-top: 98px;
  text-align: center;
}
.main .section-service .sub-section .sub-section-img.new {
    margin-top: 78px;
}
.main .section-service .sub-section .sub-section-img img {
  display: inline;
}
.main .section-service .sub-section-phone-setting .sub-section-img img,
.main .section-service .sub-section-app-migration .sub-section-img img,
.main .section-service .sub-section-phone-migration .sub-section-img img {
  width: 40%;
}
.main .section-service .sub-section-social-setting .sub-section-img img {
  width: 90%;
}
.main .section-service .sub-section-trouble .sub-section-img img {
  margin-left: -40px;
}
.main .section-catch {
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009AD7), to(#0070C9));
  background-image: -o-linear-gradient(top, #009AD7, #0070C9);
  background-image: linear-gradient(to bottom, #009AD7, #0070C9);
}
.main .section-catch .catch-text {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  display: table;
}
.main .section-feature {
  padding-top: 100px;
}
.main .section-feature .section-feature-wrapper {
  width: 300px;
}
.main .section-feature .section-feature-wrapper .feature-typography .feature-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 20px 0;
}
.main .section-feature .section-feature-wrapper .feature-typography .feature-text {
  font-size: 1.6rem;
}
.main .section-consultation {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main .section-consultation .section-headline_txt {
  text-align: center;
  font-size: 2rem;
}
.main .section-consultation .consultation-wrapper {
  width: 900px;
  padding: 50px 0 0 0;
  margin: 0 auto;
}
.main .section-consultation .consultation-wrapper .consultation-title {
  font-size: 2.2rem;
}
.main .section-consultation .consultation-wrapper .consultation-text {
  font-size: 1.6rem;
}
.main .section-store {
  padding-top: 100px;
}
.main .section-store .bg-dark-area {
  background-color: #333;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main .section-store .bg-dark-area .store-wrapper {
  width: 900px;
  padding: 50px 0;
  margin: 0 auto;
}
.main .section-store .bg-dark-area .store-wrapper .store-name-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 2px;
}
.main .section-store .bg-dark-area .store-wrapper .store-name-area .left-area .store-name {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
.main .section-store .bg-dark-area .store-wrapper .store-name-area .right-area a:first-child {
  margin-right: 20px;
}
.main .section-reserve {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main .section-reserve .reserve-wrapper {
  padding-top: 100px;
  padding-bottom: 250px;
  background-image: url(../img/reserve/bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 400px;
}
.main .section-reserve .reserve-wrapper .reserve-btn {
  margin-top: 50px;
}
.main .section-contentsTxt {
  width: 80%;
  margin: 60px auto;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc9c9;
  border-radius: 10px;
}
.main .section-contentsTxt h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.main .section-contentsTxt h2 br {
  display: none;
}
.main .section-contentsTxt ul {
  width: 90%;
  margin: 0 auto;
}
.main .section-contentsTxt ul li {
  font-size: 1.4rem;
  list-style: disc;
  line-height: 1.6em;
  margin-left: 1em;
  margin-bottom: 20px;
}
.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;
}

.price_float {
  opacity: 0;
  -webkit-transition: opacity 1s linear 0s;
  -o-transition: opacity 1s linear 0s;
  transition: opacity 1s linear 0s;
  pointer-events: none;
  width: 100%;
    margin: 0 auto;
  background-color: rgba(246, 246, 246, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.price_float.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.price_float.is-hide {
  display: none;
}
.price_float ._Box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #b6b5b5;
  border-radius: 10px;
  font-size: 1.4rem;
  padding: 20px 10px;
  margin: 25px auto;
  width: 60%;
  display: table;
}
.price_float ._Box p {
  display: table-cell;
  /*width: 60%;*/
    width: 24%;
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding-right: 2em;
    padding-left: 2em;
}
.price_float ._Box p.brn {
    border-right: none;
}
.price_float ._Box p span {
  display: inline-block;
  margin-bottom: 0.5em;
    /*position: relative;
    left: 80px;*/
}
.price_float ._Box p em {
  font-size: 100%;
  display: inline-block;
}
.price_float ._Box p strong {
  color: #0070c9;
  font-size: 250%;
  font-weight: normal;
  display: inline-block;
}
.price_float ._Box a.btn {
  /*display: table-cell;
  width: 40%;*/
    width: 100%;
  text-align: center;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, left bottom, from(#00abdf), to(#0086d3));
  background: -o-linear-gradient(#00abdf, #0086d3);
  background: linear-gradient(#00abdf, #0086d3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #007dc7;
  border-radius: 40px;
  color: #fff;
  font-size: 2rem;
  margin-top: 10px;
}
.price_float ._Box a.txt {
  color: #0096D6;
}

.small-btn {
  line-height: 1.52947;
  font-size: 1.4rem;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: center;
  white-space: nowrap;
}

.large-btn {
  line-height: 1.52947;
  font-size: 1.6rem;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}

.storelist-btn {
  line-height: 1.52947;
  font-size: 1.6rem;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}

.gradation-blue-btn {
  background-color: #0070c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#42a1ec), to(#0070c9));
  background: -o-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
}

.gradation-red-btn {
  background-color: #af1e2d;
  background: -webkit-gradient(linear, left top, left bottom, from(#e24f60), to(#af1e2d));
  background: -o-linear-gradient(#e24f60, #af1e2d);
  background: linear-gradient(#e24f60, #af1e2d);
  border-color: #a80112;
}

.grey-btn {
  background-color: #666;
  border-color: #4e4e4e;
}

.detail:hover {
  background-color: #af1e2d;
  background: -webkit-gradient(linear, left top, left bottom, from(#e24f60), to(#af1e2d));
  background: -o-linear-gradient(#e24f60, #af1e2d);
  background: linear-gradient(#e24f60, #af1e2d);
  border-color: #a80112;
}

.reserve:hover {
  background-color: #0070c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#42a1ec), to(#0070c9));
  background: -o-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
}

.gradation-blue-btn:hover {
  background-color: #147bcd;
  background: -webkit-gradient(linear, left top, left bottom, from(#51a9ee), to(#147bcd));
  background: -o-linear-gradient(#51a9ee, #147bcd);
  background: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

@media screen and (max-width: 414px) {
  .storelist-btn {
    line-height: 1.52947;
    font-size: 1.2rem;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    min-width: 30px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    white-space: nowrap;
  }
}
.section-headline {
  font-size: 3rem;
  font-weight: 600;
}

.section-sub-headline {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 414px) {
  .section-headline {
    font-size: 2.6rem;
  }

  .section-sub-headline {
    font-size: 1.6rem;
  }
}
.section-consultation .consultation-wrapper label {
  position: relative;
  padding: 10px 30px;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #111;
  background-color: #fff;
  font-size: 2.2rem;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.section-consultation .consultation-wrapper label:hover {
  background: #fff;
}
.section-consultation .consultation-wrapper label::after,
.section-consultation .consultation-wrapper input:checked + label::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 9px;
  right: 30px;
  top: 22px;
  background: url(../img/consultation/arrow-down.svg) no-repeat center center;
}
.section-consultation .consultation-wrapper input:checked + label::after {
  background-image: url(../img/consultation/arrow-up.svg);
}
.section-consultation .consultation-wrapper input {
  display: none;
}
.section-consultation .consultation-wrapper article {
  max-height: 0;
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.1s ease;
  -o-transition: max-height 0.1s ease;
  transition: max-height 0.1s ease;
}
.section-consultation .consultation-wrapper article .consultation-text {
  padding: 20px;
}
.section-consultation .consultation-wrapper input:checked ~ article {
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.section-consultation .consultation-wrapper input:checked ~ article.ac-large {
  max-height: 9999px;
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
  padding: 50px 0;
}

.section-store .store-wrapper label {
  position: relative;
  padding: 10px 30px;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #999;
  font-size: 2.2rem;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
.section-store .store-wrapper label::after,
.section-store .store-wrapper input:checked + label::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 30px;
  top: 17px;
  background: url(../img/store/plus.svg) no-repeat center center;
}
.section-store .store-wrapper input:checked + label::after {
  background-image: url(../img/store/minus.svg);
}
.section-store .store-wrapper input {
  display: none;
}
.section-store .store-wrapper article {
  max-height: 0;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.1s ease;
  -o-transition: max-height 0.1s ease;
  transition: max-height 0.1s ease;
}
.section-store .store-wrapper article .store-name-area {
  padding: 20px;
}
.section-store .store-wrapper input:checked ~ article {
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.section-store .store-wrapper input:checked ~ article.ac-large {
  max-height: 9999px;
}

/*panel414*/
@media screen and (max-width: 414px) {
  .section-consultation .consultation-wrapper label {
    padding: 10px 10px;
    font-size: 1.8rem;
  }
  .section-consultation .consultation-wrapper label::after,
.section-consultation .consultation-wrapper input:checked + label::after {
    width: 20px;
    height: 7px;
    right: 10px;
    top: 20px;
  }
  .section-store .store-wrapper label {
    padding: 10px 10px;
    font-size: 1.8rem;
  }
  .section-store .store-wrapper label::after,
.section-store .store-wrapper input:checked + label::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .section-store .store-wrapper article .store-name-area {
    padding: 10px;
  }
  .section-store .store-wrapper article .store-name-area:first-child {
    padding-top: 30px;
  }
  .section-store .store-wrapper article .store-name-area:last-child {
    padding-bottom: 30px;
  }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.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: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.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-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.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-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;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.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-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: url(../img/common/close.svg) no-repeat center center;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

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

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    -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 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*watanabe*/
.remodal .remodal-store-detail-box {
  padding: 0 30px;
  margin: 20px 0;
  text-align: left;
  font-size: 1.4rem;
}
.remodal .remodal-store-detail-box .store-name {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.remodal .remodal-store-detail-box .store-access .store-googlemap {
  position: relative;
}
.remodal .remodal-store-detail-box .store-access .store-googlemap a {
  color: #0070C9;
}
.remodal .remodal-store-detail-box .store-access .store-googlemap a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -10px;
  top: 3px;
  background: url(../img/common/arrow-right.svg) no-repeat center center;
}
.remodal .remodal-store-detail-box table {
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.remodal .remodal-store-detail-box table tbody tr td {
  padding-left: 10px;
}
.remodal .remodal-store-detail-box table tbody tr td:first-child {
  width: 70px;
  padding-left: 0;
}
.remodal .remodal-btn-area {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.remodal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 0 30px;
}
.remodal-box .remodal-main-img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
.remodal-box .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-box .remodal-sub-img-box .remodal-sub-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.6%;
}
.remodal-box .remodal-sub-img-box .remodal-sub-img:nth-child(1), .remodal-box .remodal-sub-img-box .remodal-sub-img:nth-child(2) {
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) {
  .remodal .remodal-store-detail-box .store-name {
    margin-bottom: 10px;
  }
  .remodal .remodal-store-detail-box table {
    line-height: 1.8;
  }
  .remodal .remodal-store-detail-box table tbody tr td {
    padding: 0;
  }
  .remodal .remodal-store-detail-box table tbody tr td:first-child {
    display: none;
  }
  .remodal-box .remodal-sub-img-box {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .floating-button .pc {
    display: none;
  }
  .floating-button .sp .footer-btn {
    width: 100%;
    background-color: initial;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .floating-button .sp .footer-btn .footer-btn__box {
    width: 100%;
    margin: 0 auto;
  }
  .floating-button .sp .footer-btn .footer-btn__box .footer-btn__box--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e04172 !important;
  }
  .floating-button .sp .footer-btn .footer-btn__box .footer-btn__box--button div {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
  }
  .floating-button .sp .footer-btn .footer-btn__box .footer-btn__box--button .c-button-campain {
    width: 69%;
    background-color: #006bb9 !important;
  }
  .floating-button .sp .footer-btn .footer-btn__box .footer-btn__box--button .c-button-campain span {
    display: block;
  }
  .floating-button .sp .footer-btn .footer-btn__box .footer-btn__box--button .c-button-web {
    background-color: #e04172 !important;
    width: 31%;
  }
  .floating-button .sp .footer-btn .footer-btn__box .footer-btn__box--button .c-button-web a {
    display: block;
  }
}
@media screen and (min-width: 810px) {
  .floating-button .sp {
    display: none;
  }
  .floating-button .pc {
    display: block;
    position: fixed;
    width: 260px;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
  }
}
/*sp-hide*/
@media only screen and (max-width: 810px) {
  .sp-hide {
    display: none;
  }
}
/*column*/
.flex-start {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 2px;
}

.space-between {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 2px;
}

@media only screen and (max-width: 767px) {
  .flex-start {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .space-between {
    display: block;
  }
}
/*grid*/
.large-offset-0 {
  margin-left: 0;
}

.large-push-0 {
  left: auto;
  right: auto;
}

.large-pull-0 {
  right: auto;
  left: auto;
}

.large-1 {
  width: 8.33333%;
}

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

.large-push-1 {
  left: 8.33333%;
  right: auto;
}

.large-pull-1 {
  right: 8.33333%;
  left: auto;
}

.large-2 {
  width: 16.66667%;
}

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

.large-push-2 {
  left: 16.66667%;
  right: auto;
}

.large-pull-2 {
  right: 16.66667%;
  left: auto;
}

.large-3 {
  width: 25%;
}

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

.large-push-3 {
  left: 25%;
  right: auto;
}

.large-pull-3 {
  right: 25%;
  left: auto;
}

.large-4 {
  width: 33.33333%;
}

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

.large-push-4 {
  left: 33.33333%;
  right: auto;
}

.large-pull-4 {
  right: 33.33333%;
  left: auto;
}

.large-5 {
  width: 41.66667%;
}

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

.large-push-5 {
  left: 41.66667%;
  right: auto;
}

.large-pull-5 {
  right: 41.66667%;
  left: auto;
}

.large-6 {
  width: 50%;
}

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

.large-push-6 {
  left: 50%;
  right: auto;
}

.large-pull-6 {
  right: 50%;
  left: auto;
}

.large-7 {
  width: 58.33333%;
}

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

.large-push-7 {
  left: 58.33333%;
  right: auto;
}

.large-pull-7 {
  right: 58.33333%;
  left: auto;
}

.large-8 {
  width: 66.66667%;
}

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

.large-push-8 {
  left: 66.66667%;
  right: auto;
}

.large-pull-8 {
  right: 66.66667%;
  left: auto;
}

.large-9 {
  width: 75%;
}

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

.large-push-9 {
  left: 75%;
  right: auto;
}

.large-pull-9 {
  right: 75%;
  left: auto;
}

.large-10 {
  width: 83.33333%;
}

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

.large-push-10 {
  left: 83.33333%;
  right: auto;
}

.large-pull-10 {
  right: 83.33333%;
  left: auto;
}

.large-11 {
  width: 91.66667%;
}

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

.large-push-11 {
  left: 91.66667%;
  right: auto;
}

.large-pull-11 {
  right: 91.66667%;
  left: auto;
}

.large-12 {
  width: 100%;
}

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

.large-push-12 {
  left: 100%;
  right: auto;
}

.large-pull-12 {
  right: 100%;
  left: auto;
}

.large-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.large-uncentered {
  margin-left: 0;
  margin-right: 0;
}

.large-last {
  float: right;
}

.large-notlast {
  float: left;
}

@media only screen and (min-width: 1442px) {
  .xlarge-offset-0 {
    margin-left: 0;
  }

  .xlarge-push-0 {
    left: auto;
    right: auto;
  }

  .xlarge-pull-0 {
    right: auto;
    left: auto;
  }

  .xlarge-1 {
    width: 8.33333%;
  }

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

  .xlarge-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .xlarge-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .xlarge-2 {
    width: 16.66667%;
  }

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

  .xlarge-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .xlarge-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .xlarge-3 {
    width: 25%;
  }

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

  .xlarge-push-3 {
    left: 25%;
    right: auto;
  }

  .xlarge-pull-3 {
    right: 25%;
    left: auto;
  }

  .xlarge-4 {
    width: 33.33333%;
  }

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

  .xlarge-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .xlarge-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .xlarge-5 {
    width: 41.66667%;
  }

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

  .xlarge-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .xlarge-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .xlarge-6 {
    width: 50%;
  }

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

  .xlarge-push-6 {
    left: 50%;
    right: auto;
  }

  .xlarge-pull-6 {
    right: 50%;
    left: auto;
  }

  .xlarge-7 {
    width: 58.33333%;
  }

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

  .xlarge-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .xlarge-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .xlarge-8 {
    width: 66.66667%;
  }

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

  .xlarge-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .xlarge-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .xlarge-9 {
    width: 75%;
  }

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

  .xlarge-push-9 {
    left: 75%;
    right: auto;
  }

  .xlarge-pull-9 {
    right: 75%;
    left: auto;
  }

  .xlarge-10 {
    width: 83.33333%;
  }

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

  .xlarge-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .xlarge-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .xlarge-11 {
    width: 91.66667%;
  }

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

  .xlarge-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .xlarge-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .xlarge-12 {
    width: 100%;
  }

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

  .xlarge-push-12 {
    left: 100%;
    right: auto;
  }

  .xlarge-pull-12 {
    right: 100%;
    left: auto;
  }

  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-last {
    float: right;
  }

  .xlarge-notlast {
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-push-0 {
    left: auto;
    right: auto;
  }

  .medium-pull-0 {
    right: auto;
    left: auto;
  }

  .medium-1 {
    width: 8.33333%;
  }

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

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-2 {
    width: 16.66667%;
  }

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

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-3 {
    width: 25%;
  }

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

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-4 {
    width: 33.33333%;
  }

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

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-5 {
    width: 41.66667%;
  }

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

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-6 {
    width: 50%;
  }

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

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-7 {
    width: 58.33333%;
  }

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

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-8 {
    width: 66.66667%;
  }

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

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-9 {
    width: 75%;
  }

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

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-10 {
    width: 83.33333%;
  }

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

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-11 {
    width: 91.66667%;
  }

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

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .medium-12 {
    width: 100%;
  }

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

  .medium-push-12 {
    left: 100%;
    right: auto;
  }

  .medium-pull-12 {
    right: 100%;
    left: auto;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .medium-uncentered {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-last {
    float: right;
  }

  .medium-notlast {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .small-offset-0 {
    margin-left: 0;
  }

  .small-push-0 {
    left: auto;
    right: auto;
  }

  .small-pull-0 {
    right: auto;
    left: auto;
  }

  .small-1 {
    width: 8.33333%;
  }

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

  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .small-2 {
    width: 16.66667%;
  }

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

  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .small-3 {
    width: 25%;
  }

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

  .small-push-3 {
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    right: 25%;
    left: auto;
  }

  .small-4 {
    width: 33.33333%;
  }

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

  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .small-5 {
    width: 41.66667%;
  }

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

  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .small-6 {
    width: 50%;
  }

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

  .small-push-6 {
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    right: 50%;
    left: auto;
  }

  .small-7 {
    width: 58.33333%;
  }

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

  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .small-8 {
    width: 66.66667%;
  }

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

  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .small-9 {
    width: 75%;
  }

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

  .small-push-9 {
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    right: 75%;
    left: auto;
  }

  .small-10 {
    width: 83.33333%;
  }

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

  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .small-11 {
    width: 91.66667%;
  }

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

  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .small-12 {
    width: 100%;
  }

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

  .small-push-12 {
    left: 100%;
    right: auto;
  }

  .small-pull-12 {
    right: 100%;
    left: auto;
  }

  .small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .small-uncentered {
    margin-left: 0;
    margin-right: 0;
  }

  .small-last {
    float: right;
  }

  .small-notlast {
    float: left;
  }
}
@media screen and (min-width: 810px) {
  .small-hide {
    display: none;
  }
}
/*nowrap*/
wbr + .nowrap {
  display: inline;
}

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

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

.fl-l {
  float: left;
}

/*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-align*/
.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

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

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

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

.inner2 {
  max-width: 1400px;
  margin: 0 auto;
  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;
}

@media only screen and (max-width: 1024px) {
  .inner2 {
    max-width: 95vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 87.5vw;
    margin: 0 auto;
  }

  .inner2 {
    max-width: 87.5vw;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  .inner {
    max-width: 87.5vw;
    margin: 0 auto;
  }
}
.section-gradation {
  background: -o-linear-gradient(top, #fff 0, #f6f6f6 150px);
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
  background: -webkit-linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
}

.section-grey {
  background-color: #f2f2f2;
}

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

.fc-bk111 {
  color: #111;
}

.fc-bk333 {
  color: #333;
}

/*background-color*/
.bc-black {
  background-color: #333333;
}

/*hover*/
.hover-blue:hover {
  color: #42A1EC;
}

/* .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);
  -ms-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: 810px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 414px) {
  .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;
}

@media screen and (max-width: 1024px) {
  header {
    padding: 15px 0;
  }
  .main .section-hero .hero-itech-support-img {
    margin: 0 auto;
  }
  .main .section-about .about-text-area .about-text {
    font-size: 2rem;
  }
  .main .section-about .about-img {
    width: 190px;
    height: 94px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 810px) {
  .main .section-hero .hero-headline {
    width: 100%;
  }
  .main .section-hero .hero-headline .h-oneT,
  .main .section-hero .hero-headline h1 {
    font-size: 3rem;
    line-height: 1.4;
    margin-top: 20px;
  }
  .main .section-hero .hero-headline .typography-intro {
    font-size: 2rem;
    line-height: 1.4;
  }
  .main .section-hero .hero-headline img {
    height: 65px;
    margin: 20px 10px 0 0;
  }
  .main .section-hero .hero-itech-support-img {
    width: 500px;
    height: 266px;
    margin: 0 auto;
  }
  .main .section-about {
    padding: 30px 0;
  }
  .main .section-about .about-text-area .about-text {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .main .section-about .about-img {
    display: none;
  }
  .main .section-about .price_allow {
    display: none;
  }
  .main .section-about .price_Box {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .main .section-about .price_Box a.btn, .main .section-about .price_Box p {
    display: block;
    width: 100%;
      padding-right: 0;
      padding-left: 0;
      border-right: 0;
  }
  .main .section-about .price_Box a.btn {
    font-size: 2rem;
    padding: 10px 0;
  }
  .main .section-about .price_Box em {
    text-align: left;
    font-size: 80%;
    line-height: 1.6em;
  }
  .main .section-about .price_Box em br {
    display: none;
  }
  .main .section-service {
    padding-top: 40px;
  }
  .main .section-service .sub-section .sub-section-img .sns-img {
    width: 100%;
  }
  .main .section-service .sub-section .sub-section-img .sim-card-img {
    width: 100%;
  }
  .main .section-service .sub-section .sub-section-img .applepay-img {
    width: 100%;
  }
  .main .section-catch {
    padding: 30px 0;
  }
  .main .section-catch .catch-text {
    font-size: 2rem;
  }
  .main .section-feature .section-feature-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }
  .main .section-feature .section-feature-wrapper .feature-typography .feature-title {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .main .section-consultation .consultation-wrapper {
    width: 100%;
  }
  .main .section-store .bg-dark-area .store-wrapper {
    width: 100%;
  }
  .main .section-reserve {
    padding-top: 0;
  }
  .main .section-contentsTxt {
    width: 96%;
    padding: 40px 20px 20px 20px;
  }
  .main .section-contentsTxt h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .main .section-contentsTxt h2 br {
    display: block;
  }
  .main .section-contentsTxt ul {
    width: 100%;
  }
  .price_float ._Box {
    width: 90%;
    display: block;
  }
  .price_float ._Box p {
    display: block;
    width: 100%;
      padding-left: 0;
      padding-right: 0;
  }
  .price_float ._Box p.spL { display: none;}
  .price_float ._Box p.brn { margin-top: -8px;}
  .price_float ._Box p em {
    display: none;
  }
  .price_float ._Box p br {
    display: none;
  }
  .price_float ._Box a.btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  header {
    padding: 15px 0;
  }
  header .left-area .logo {
    display: block;
    width: 100px;
  }
  .main .section-hero .hero-headline {
    display: block;
  }
  .main .section-hero .hero-headline .h-oneT,.main .section-hero .hero-headline h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .main .section-hero .hero-headline .typography-intro {
    font-size: 1.4rem;
  }
  .main .section-hero .hero-headline img {
    margin: 20px auto 0 auto;
    width: 86%;
    height: auto;
  }
  .main .section-hero .hero-headline img.pcF {
    display: block;
    width: 15%;
    margin: 0 auto 10px auto;
  }
  .main .section-hero .inner.hero-inner {
    width: 100%;
    max-width: 100%;
  }
  .main .section-hero .hero-itech-support-img {
    width: 320px;
    height: 155px;
    margin: 10px auto 0 auto;
  }
  .main .section-about .about-text-area .about-text br {
    display: none;
  }
  .main .section-about .about-img {
    margin-top: 30px;
  }
  .main .section-about .price_Box {
    margin: 15px auto 0 auto;
  }
  .main .section-service .sub-section {
    width: 100%;
  }
  .main .section-service .sub-section .service-title-area .service-title {
    min-height: auto;
  }
  .main .section-service .sub-section .service-text-area .service-text {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.6;
  }
  .main .section-service .sub-section .sub-section-img .sns-img {
    width: 100%;
  }
  .main .section-service .sub-section .sub-section-img .sim-card-img {
    width: 100%;
  }
  .main .section-service .sub-section .sub-section-img .applepay-img {
    width: 100%;
  }
  .main .section-catch .catch-text {
    font-size: 1.8rem;
  }
  .main .section-catch .catch-text br {
    display: none;
  }
  .main .section-feature .section-feature-wrapper {
    width: 100%;
  }
  .main .section-feature .section-feature-wrapper .feature-typography {
    margin-top: 20px;
  }
  .main .section-feature .section-feature-wrapper .feature-typography .feature-title {
    font-size: 2rem;
  }
  .main .section-consultation .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .main .section-consultation .consultation-wrapper .consultation-title {
    font-size: 1.6rem;
  }
  .main .section-consultation .consultation-wrapper .consultation-text {
    font-size: 1.4rem;
  }
  .main .section-store .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .main .section-store .bg-dark-area .store-wrapper .store-name-area .left-area .store-name {
    font-size: 1.6rem;
  }
  .main .section-store .bg-dark-area .store-wrapper .store-name-area .right-area a:first-child {
    margin-right: 5px;
  }
  .main .section-reserve {
    padding-bottom: 0;
  }
  .main .section-reserve .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .main .section-reserve .reserve-wrapper {
    padding-bottom: 130px;
    background-size: 200px;
  }
  .main .section-reserve .reserve-wrapper .reserve-btn {
    margin-top: 30px;
  }

  footer {
    padding-bottom: 50px;
  }
  footer .inner {
    max-width: 100%;
  }
  footer .company-title {
    margin: 20px 0;
    padding-left: 10px;
  }
  footer .sub-section-footer {
    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;
  }
  footer .sub-section-footer .footer-menu {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-left: 0;
  }
  footer .sub-section-footer .footer-menu .footer-menu-list li {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 10px;
  }
  footer .sub-section-footer .footer-menu .footer-menu-list li::after {
    font-family: "themify";
    content: "";
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 12px;
    margin: 0;
  }
  footer .sub-section-footer .footer-menu .footer-menu-list li:last-child {
    border-bottom: 1px solid #ccc;
  }
  footer .sub-section-footer .footer-menu .footer-menu-list li:last-child::after {
    font-family: "themify";
    content: "";
    font-size: 1rem;
    position: absolute;
    right: 10px;
    top: 12px;
    margin: 0;
  }
  footer .sub-section-footer .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  header .small-btn {
    font-size: 1.2rem;
    margin-left: 10px;
  }

  .main .section-service .sub-section .sub-section-img .sns-img {
    width: 100%;
  }
  .main .section-service .sub-section .sub-section-img .sim-card-img {
    width: 100%;
  }
  .main .section-service .sub-section .sub-section-img .applepay-img {
    width: 165px;
  }
  .main .section-catch .catch-text {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=style-dist.css.map */