@charset "UTF-8";
div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//genki-heiwado.com/bearbrick/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
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;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    right: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-0 {
    left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    right: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-0 {
    left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    right: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-0 {
    left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
  word-break: break-word;
}

html {
  overflow-y: scroll;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
}

a:hover, a:active, a:focus,
button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
  -webkit-tap-highlight-color: transparent;
}

strong,
em,
small,
address,
s,
cite,
q,
dfn,
abbr,
time,
code,
var,
samp,
kbd,
sub,
sup,
i,
b,
u,
mark,
ruby,
rt,
rp {
  font-style: normal;
}

strong,
em {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img,
iframe,
video {
  border: none;
  vertical-align: top;
}

p,
ul,
ol,
dl,
table {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  empty-cells: show;
}

caption {
  text-align: left;
}

th,
td {
  padding: 10px 20px;
}

th {
  text-align: left;
  font-weight: normal;
}

label {
  font-weight: normal;
}

label:hover,
input[type="checkbox"]:hover,
input[type="radio"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
button:hover {
  cursor: pointer;
}

input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input[type="submit"],
input[type="reset"],
button[type="button"] {
  border: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
}

::selection {
  background-color: #009144;
  color: #fff;
}

::-webkit-selection {
  background-color: #009144;
  color: #fff;
}

::-moz-selection {
  background-color: #009144;
  color: #fff;
}
/* ------------ 202102 追加 ここから ------------ */
@media (min-width: 768px) {
  .hidden-768 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .line-friend {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .line-friend {
  }
}
/* ------------ 202102 追加 ここまで ------------ */




/* Helpers */
.text-left {
  text-align: left;
}

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

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.center-block {
  margin: 0 auto;
}

a {
  color: #00f;
  text-decoration: underline;
  transition: all .5s;
}
a:visited {
  color: #00f;
  text-decoration: underline;
}
a:hover, a:active {
  color: #00f;
  text-decoration: none;
}

a:hover img {
  opacity: .7;
}

iframe {
  max-width: 100%;
}

img{
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  html,
  body,
  #wrapper {
    min-width: 990px;
  }
}

body {
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: sans-serif;
  color: #222;
  letter-spacing: 0;
}

/* Layout */
.tax-kaitoricat{
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .tax-kaitoricat{
  }
}
@media (min-width: 768px) {
  .tax-kaitoricat{
  }
}

#header{
  background: #fff;
}
.link-micke{
  line-height: 1.1;
}
.link-micke a{
  color: #fff !important;
}
.link-micke a::before{
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  width: 0;
  height: 0;
  vertical-align: middle;
}
@media (max-width: 767px){
  .link-micke{
    margin-top: .5em;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #header {
    margin-bottom: 20px;
  }
  .tagline{
    float: left;
  }
  .link-micke{
    float: right;
  }
}

.header-upper {
  background-color: #009144;
  padding: 10px 0;
  line-height: 1.3;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-lower {
  border-bottom: 4px solid #e6e6e6;
  padding: 10px 0;
}
.header-lower .container {
  position: relative;
}

@media (max-width: 767px){
  .header-logo{
    text-align: center;
  }
}
@media (min-width: 768px){
  .header-logo{
    float: left;
  }
}

.header-contact {
  background: #e6e6e6;
  padding: 10px 20px;
}
.header-contact .title {
  font-weight: bold;
}
.header-contact .phone {
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #f00;
  margin-bottom: 10px;
}
.header-contact .time {
  font-size: 12px;
  font-size: 1.2rem; 
}

.header-contact .form{ 
  padding: 10px 0px 0px 0px;
  } 
.header-contact .line{ 
  padding: 10px 0px 0px 0px;
  
} 


@media (max-width: 767px) {
  .tagline{
    text-align: left;
  }
  .header-contact{
    text-align: center;
  }
  .header-contact .title {
    text-align: center;
  }
  .header-contact .phone {
      text-align: center;
      margin-bottom: 15px;
  }
  .header-contact .time {
    text-align: center;
    margin-bottom: 7px;
  }
  .header-contact .form{
    text-align: center;
    width: 45%;
    float: right;
  }
  .header-contact .line{
    text-align: center;
    width: 45%;
    float: left;
  }
}
@media (min-width: 768px) {
  .header-contact{
    float: right;
    width: 700px;
  }
  .header-contact .text{
    float: left;
    width: 280px;
  }
  .header-contact .phone {
    margin-bottom: 15px;
  }
  .header-contact .time {
    margin-top: 20px;
  }
  .header-contact .form{
    float: right;
  }
  .header-contact .line{
    margin-bottom: 10px;
  }
}

.header-menu a,
.header-menu a:visited,
.header-menu a:hover,
.header-menu a:active {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .header-menu {
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .header-menu ul {
    padding-bottom: 10px;
  }
  .header-menu a {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #009144;
    padding: 10px 15px;
    color: #fff;
  }
  .header-menu a:hover,
  .header-menu a:visited,
  .header-menu a:active {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .header-menu {
    overflow: hidden;
    margin-bottom: 20px;
    background: #009144;
    border-radius: 6px;
    box-shadow: 0 5px 0 0 #333;
  }
  .header-menu ul {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: auto;
  }
  .header-menu li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .header-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 80px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .header-menu a::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 60%;
  }
  .header-menu li:last-child a::before {
    display: none;
  }
  .header-menu a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.header-menu-toggle {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 100;
  display: block;
  width: 30px;
  height: 25px;
}
@media (max-width: 767px) {
  .header-menu-toggle {
    top: 14px;
    right: 20px;
  }
  .header-menu-toggle .cross {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-menu-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-menu-toggle.open .cross {
    display: block;
  }
  .header-menu-toggle.open .hbg {
    display: none;
  }
}

#footer {
  background: #000;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 51px;
  }
}
@media (min-width: 768px) {
  #footer {
    padding-bottom: 83px;
  }
}

.footer-menu {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  border-left: 1px solid #999;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-menu li:first-child {
  border-left: none;
}
.footer-menu a,
.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:visited {
  color: #fff;
  text-decoration: none;
}
.footer-menu a {
  display: block;
  padding: 10px;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}

.btt a {
  background-image: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/icon-arw-box.png) !important;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btt a {
    background-image: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/icon-arw-box@2x.png) !important;
    background-size: 50px 50px;
  }
}
@media (max-width: 767px) {
  .btt {
    text-align: right;
  }
  .btt a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .btt {
    position: relative;
    display: none;
    margin: 0;
    width: 100%;
    height: 0;
  }
  .btt a {
    position: fixed;
    bottom: 10px;
    right: 0;
    display: block;
  }
}

.fixed-actionbox {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.fixed-actionbox .inner {
  display: table;
  margin: 0 auto;
  width: 100%;
  table-layout: auto;
}
.fixed-actionbox .ttl,
.fixed-actionbox .phone,
.fixed-actionbox .form {
  display: table-cell;
  vertical-align: middle;
}
.fixed-actionbox .ttl {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.fixed-actionbox .phone {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fixed-actionbox .form {
  text-align: right;
}
.fixed-actionbox .form a {
  display: inline-block;
  background: #f15a24;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.fixed-actionbox .form a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .fixed-actionbox .ttl {
    display: none;
  }
  .fixed-actionbox .phone,
  .fixed-actionbox .form {
    width: 50%;
  }
  .fixed-actionbox .form a {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .fixed-actionbox .phone {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .fixed-actionbox .form {
    font-size: 20px;
    font-size: 2rem;
  }
  .fixed-actionbox .form a {
    padding: 14px 30px;
  }
}

/* Modules */
/* HOME */
@media (min-width: 768px) {
  .mv-slide {
    float: left;
    width: 710px;
  }
}

.mv-banner img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mv-banner {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .mv-banner {
    float: right;
    margin-bottom: 20px;
    width: 230px;
  }
}

.mv-information {
  border: 3px solid #f15a24;
  background: #fff;
  border-radius: 10px;
}
.mv-information .title {
  background: #f15a24;
  padding: 5px 5px 8px 5px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.mv-information .content {
  padding: 15px;
}
.mv-information .content *{
  margin: 0;
}
@media (max-width: 767px) {
  .mv-information {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .mv-information {
    float: right;
    width: 230px;
  }
}

.catlist {
  background: #f2f2f2;
  border-radius: 10px;
}
.catlist a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .catlist {
    padding: 10px 10px 0 0;
    font-size: 0;
  }
  .catlist li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 124px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .catlist img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .catlist {
    padding: 20px 20px 10px 20px;
  }
  .catlist li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 176px;
  }
  .catlist li:nth-child(5n-4) {
    margin-left: 0;
  }
  .catlist img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .section {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 20px;
  }
}

.section-title {
  margin: 0;
  background: #009144;
  border-radius: 6px 6px 0 0;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .section-title {
    padding: 10px 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .section-title {
    padding: 16px 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.section-title-02 {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-title-02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .section-title-02 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.section-body {
  background: #f2f2f2;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px) {
  .section-body {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .section-body {
    padding: 20px;
  }
}

.img-main img{
  max-width: 100%;
  height: auto;
}

.merit li {
  background: #cce9da;
  padding: 10px;
  border-radius: 6px;
}
.merit .image {
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.merit .image path {
  fill: #666;
}
.merit .title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-weight: bold;
  color: #006837;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .merit li {
    margin-bottom: 10px;
  }
  .merit .title {
    margin-bottom: 5px;
    margin-left: 70px;
  }
  .merit .image {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .merit .image svg {
    width: 70%;
    height: 70%;
    vertical-align: middle;
  }
  .merit .text {
    margin-left: 70px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .merit .text br {
    display: none;
  }
}
@media (min-width: 768px) {
  .merit {
    margin-left: -10px;
  }
  .merit li {
    float: left;
    margin-left: 10px;
    padding: 10px;
    width: 176px;
    text-align: center;
  }
  .merit .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .merit .image {
    margin: 0 auto 20px auto;
    width: 124px;
    height: 124px;
    line-height: 124px;
  }
  .merit .image svg {
    vertical-align: middle;
  }
}

.staff .image img {
  min-width: 100%;
  height: auto;
  border-radius: 6px;
}
.staff .name {
  font-weight: bold;
}
.staff .text {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .staff li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
  }
  .staff li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .staff .image {
    float: left;
    width: 80px;
  }
  .staff .image img {
    width: 100%;
    height: auto;
  }
  .staff .name {
    margin-left: 90px;
  }
  .staff .text {
    margin-left: 90px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .staff {
    margin-left: -20px;
  }
  .staff li {
    float: left;
    margin-left: 20px;
    width: 166px;
  }
  .staff .image {
    margin-bottom: 10px;
  }
  .staff .name {
    margin-bottom: 5px;
    text-align: center;
  }
}

.action {
  background: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/pat-stripe-y.png) 0 0 repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .action {
    background-image: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/pat-stripe-y@2x.png);
    background-size: 100px 100px;
  }
}
.action .number {
  line-height: 1;
  color: #f00;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
@media (max-width: 767px) {
  .action {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .action .number {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
  }
  .action .time {
    margin-bottom: 10px;
    text-align: center;
  }
  .action .form {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .action .form img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .action {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .action .phone {
    float: left;
    margin-bottom: 20px;
    width: 470px;
    height: 95px;
    line-height: 95px;
  }
  .action .phone img{
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .action .number {
    float: left;
    font-size: 70px;
    font-size: 7rem;
  }
  .action .form {
    float: right;
    margin-bottom: 20px;
    width: 458px;
  }
}

.action-heading {
  background: #f15a24;
  border-radius: 25px;
  color: #fff;
  transform: translateY(-50%);
  font-weight: bold;
}
@media (max-width: 767px) {
  .action-heading {
    margin: 0;
    padding: 8px 10px;
    line-height: 1.2;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .action-heading {
    margin: 0 auto;
    width: 600px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}

.action-navs a {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.action-navs a:hover,
.action-navs a:visited,
.action-navs a:active {
  color: #fff;
}
.action-navs a:hover {
  position: relative;
  top: 2px;
  opacity: .7;
}
.action-navs a:hover img {
  opacity: 1;
}
.action-navs .nav01 a {
  border-bottom-color: #1d4125;
  background: #1d7a00;
  box-shadow: 0 4px 0 0 #204b28;
}
.action-navs .nav02 a {
  border-bottom-color: #143a8d;
  background: #136fde;
  box-shadow: 0 4px 0 0 #17449a;
}
.action-navs .nav03 a {
  border-bottom-color: #391962;
  background: #6e4298;
  box-shadow: 0 4px 0 0 #401e6a;
}
.action-navs .nav04 a {
  border-bottom-color: #7d1a3e;
  background: #f7465e;
  box-shadow: 0 4px 0 0 #8d1f43;
}
.action-navs .nav01 a:hover {
  box-shadow: 0 2px 0 0 #204b28;
}
.action-navs .nav02 a:hover {
  box-shadow: 0 2px 0 0 #17449a;
}
.action-navs .nav03 a:hover {
  box-shadow: 0 2px 0 0 #401e6a;
}
.action-navs .nav04 a:hover {
  box-shadow: 0 2px 0 0 #8d1f43;
}
.action-navs .icon {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .action-navs li {
    margin-bottom: 10px;
  }
  .action-navs a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .action-navs {
    margin-bottom: 20px;
    margin-left: -4px;
  }
  .action-navs li {
    float: left;
    margin-left: 4px;
    width: 237px;
  }
  .action-navs a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.itemlist a {
  text-decoration: none;
  color: inherit;
}
.itemlist a:hover,
.itemlist a:active,
.itemlist a:visited {
  text-decoration: none;
  color: inherit;
}
.itemlist a:hover .title,
.itemlist a:hover .price {
  opacity: .7;
}
.itemlist .image {
  margin-bottom: 5px;
}
.itemlist .image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.itemlist .title {
  margin: 0 0 5px -0px;
}
.itemlist .price {
  margin-bottom: 5px;
}
.itemlist .price .text {
  float: left;
}
.itemlist .price .num {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #f00;
  font-size: 16px;
  font-size: 1.6rem;
}
.itemlist .button {
  display: block;
  border-bottom: 1px solid #751913;
  background: #f15a24;
  padding: 7px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 0 0 #841e14;
  text-align: center;
}
.itemlist a:hover .button {
  position: relative;
  top: 2px;
  box-shadow: 0 2px 0 0 #841e14;
}
@media (max-width: 767px) {
  .itemlist li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .itemlist{
    background: #fff;
    padding: 20px;
  }
  .itemlist > ul{
    margin-left: -20px;
  }
  .itemlist li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 215px;
  }
}

.itemlist-carousel {
  margin: 0 0 20px 0;
  padding: 0 90px 0 58px;
  list-style: none;
}
.itemlist-carousel .item {
  margin-left: 32px;
  text-align: center;
}
.itemlist-carousel a,
.itemlist-carousel a:hover,
.itemlist-carousel a:visited,
.itemlist-carousel a:active {
  text-decoration: none;
  color: #333;
}
.itemlist-carousel .image {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.itemlist-carousel .image img {
  width: 100%;
  height: auto;
}
.itemlist-carousel .date {
  margin-bottom: 5px;
}
.itemlist-carousel .itemttl {
  margin: 0 0 5px 0;
  line-height: 1.3;
}
.itemlist-carousel .price {
  color: #f00;
}
.itemlist-carousel .price .num {
  font-size: 26px;
  font-weight: bold;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -25px;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
}

.slick-arrow:hover {
  opacity: .7;
}

.slick-prev,
.slick-next {
  background-image: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/icon-arw-box.png) !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .slick-prev,
  .slick-next {
    background-image: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/icon-arw-box@2x.png) !important;
    background-size: 50px 50px;
  }
}

@media (max-width: 767px) {
  .slick-prev {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .slick-prev {
    left: -20px;
  }
}

.slick-next {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .slick-next {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .slick-next {
    right: -20px;
  }
}

.more a {
  display: block;
  border: 3px solid #009144;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  color: #009144;
  text-decoration: none;
}
.more a svg {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  vertical-align: middle;
  fill: none;
  stroke: #009245;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.more a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .more a {
    position: relative;
    padding: 15px 20px;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .more a {
    position: relative;
    padding: 15px 20px;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.shopinfo {
  text-align: center;
}
.shopinfo p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .shopinfo .map {
    width: 100%;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .shopinfo .map {
    width: 100%;
    height: 300px;
  }
}

.voicelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.voicelist .voice {
  border-radius: 5px;
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  .voicelist .voice {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .voicelist .voice {
    margin: 4px;
    width: 223px;
  }
}

.voice-inner {
  padding: 15px;
}

.voice-ttl {
  margin: 0 0 5px 0;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.voice-txt {
  margin-bottom: 5px;
}

.voice-txt .date {
  text-align: right;
  color: #666;
  font-size: 86%;
}

.voice-product {
  overflow: hidden;
  border: 1px solid #c6c9c6;
  background: #fff;
  border-radius: 5px;
}
.voice-product .ttl,
.voice-product .name {
  text-align: center;
}
.voice-product .ttl {
  margin: 0;
  background-color: #009144;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  font-size: 86%;
  font-weight: normal;
}
.voice-product .name {
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 86%;
}

/* 縺顔衍繧峨○
================================== */
.newslist {
  margin: 0;
}
.newslist dt,
.newslist dd {
  margin-bottom: 17px;
  padding-bottom: 17px;
}
.newslist dt:last-of-type,
.newslist dd:last-of-type {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
.newslist dd {
  border-bottom: 1px dashed #ccc;
}
.newslist dd a {
  display: block;
}
@media (max-width: 767px) {
  .newslist {
    margin-bottom: 10px;
  }
  .newslist dt {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .newslist {
    margin-bottom: 20px;
  }
  .newslist dt {
    float: left;
    padding-left: 10px;
  }
  .newslist dd {
    padding-left: 200px;
  }
}

/* 縺雁撫縺蜷医ｏ縺帙ヵ繧ｩ繝ｼ繝
================================== */
.form-title {
  margin: 0;
  background: #f15a24;
  border-radius: 6px 6px 0 0;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .form-title {
    padding: 10px 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .form-title {
    padding: 16px 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.form-body {
  border: 4px solid #f15a24;
  background: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/pat-stripe-y.png) 0 0 repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form-body {
    background-image: url(//genki-heiwado.com/bearbrick/wp-content/themes/toys-v2/img/pat-stripe-y@2x.png);
    background-size: 100px 100px;
  }
}

input[type="submit"]:hover,
input[type="checkbox"]:hover,
input[type="radio"]:hover,
select:hover,
button:hover,
label:hover {
  cursor: pointer;
}

.wpcf7-form {
  padding: 20px;
}

.contactform-table {
  background: #fff;
  line-height: 1.5;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.contactform-table > tbody > tr > th,
.contactform-table > tbody > tr > td {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .contactform-table {
    display: block;
    padding: 10px;
  }
  .contactform-table tbody,
  .contactform-table tr,
  .contactform-table th,
  .contactform-table td {
    display: block;
    padding: 0;
    width: 100%;
  }
  .contactform-table > tbody > tr > th,
  .contactform-table > tbody > tr > td {
    padding: 0;
  }
  .contactform-table > tbody > tr > th {
    margin-bottom: 5px;
  }
  .contactform-table > tbody > tr > td {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .contactform-table {
    margin-bottom: 20px;
    border: 1px solid #fdc630;
    width: 100%;
    table-layout: fixed;
    border-radius: 6px;
  }
  .contactform-table > tbody > tr > th,
  .contactform-table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
  }
  .contactform-table > tbody > tr > th {
    width: 240px;
  }
  .contactform-table > tbody > tr > td {
    border-left: 1px solid #ddd;
  }
  .contactform-table > tbody > tr:last-child > th,
  .contactform-table > tbody > tr:last-child > td {
    border-bottom: none;
  }
}

.wpcf7-form input[type^="text"],
.wpcf7-form input[type^="email"],
.wpcf7-form input[type^="password"],
.wpcf7-form input[type^="tel"],
.wpcf7-form textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  width: 100%;
  height: 34px;
  line-height: 1.4;
}

.wpcf7-form textarea {
  height: auto;
}

.wpcf7-form input[type^="submit"] {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ec490f;
  background-color: #f15a24;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .wpcf7-form input[type^="submit"] {
    width: 100%;
  }
}

.wpcf7-form input[type^="submit"]:hover {
  opacity: .7;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  position: relative;
  top: -1px;
}

.wpcf7-form input[type^="file"] {
  display: block;
}

.wpcf7-form .submit {
  text-align: center;
  color: #e60012;
  font-size: 12px;
  line-height: 1.3;
}

.wpcf7-form .form-helper {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
}

span.wpcf7-list-item {
  margin-bottom: 4px;
}

.contactform-file {
  display: block;
  margin-bottom: 10px;
}

.contactform-helper {
  font-size: 12px;
  font-size: 1.2rem;
}

.accordion-toggle {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 6px;
  background-color: #009144;
  background-position: 10px center;
  padding: 5px 5px 5px 15px;
  color: #fff;
}

.accordion-toggle:hover {
  cursor: pointer;
}

.accordion-toggle::before {
  content: "";
  position: relative;
  top: auto;
  bottom: -3px;
  display: inline-block;
  margin-right: 5px;
  border: 5px solid transparent;
  border-top-color: #fff;
}

.accordion-toggle.is-active {
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.accordion-toggle.is-active::before {
  top: -3px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}

.accordion-content {
  display: none;
}

.accordion-content tr td:first-child {
  padding-left: 10px;
}

.accordion-content tr td:last-child {
  padding-right: 10px;
}

.wpcf7-form {
  padding: 0;
}

.wpcf7-list-item label:hover {
  cursor: pointer;
}

.table-form .inline .wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}

.section-contact .section-inner {
  padding: 20px;
}

.contactform-required {
  display: inline-block;
  background-color: #f00;
  padding: 2px 5px;
  font-size: 10px;
  color: #fff;
  vertical-align: top;
}

.pagination .screen-reader-text {
  visibility: hidden;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 2px 2px 2px 0;
  border: 1px solid #000;
  background: #000;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
}

.pagination .page-numbers.current {
  background: #fff;
  color: #000;
}

.pagination a:hover {
  opacity: .7;
}

div.pagination span,
.pagination a {
  border: 1px solid #0053ca;
  background: #0053ca;
  font-size: 14px;
}

div.pagination a:hover,
div.pagination .current {
  border: 1px solid #0053ca;
  background: #fff;
}

.kaitori-filter {
  margin: 40px 0;
  border: 3px solid #009144;
  background-color: #fff;
}

.kaitori-filter .toggle {
  display: block;
  background: #009144;
  padding: 5px 0;
  color: #fff;
  font-size: 129%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.kaitori-filter .toggle:hover {
  opacity: .7;
}

.kaitori-filter .unit-wrapper {
  display: none;
  padding: 20px 0;
}
.kaitori-filter .unit-ttl {
  margin-bottom: 10px;
  border-left: 5px solid #009144;
  padding: 5px 0 5px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.kaitori-filter .searchform label {
  display: none;
}
.kaitori-filter .searchform input[type="text"],
.kaitori-filter .searchform input[type="submit"] {
  height: 34px;
}
.kaitori-filter .searchform input[type="text"] {
  float: left;
  border: 1px solid #ccc;
  padding: 6px 12px;
  width: 80%;
  line-height: 1.4;
  border-radius: 4px 0 0 4px;
}
.kaitori-filter .searchform input[type="submit"] {
  background: #009144;
  width: 20%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767px) {
  .kaitori-filter .unit-wrapper {
    padding: 10px;
  }
  .kaitori-filter .unit {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .kaitori-filter .unit {
    float: left;
    margin: 0 0 0 39px;
    width: 266px;
  }
}

.kaitori-filter-menu {
  padding: 0;
  list-style: none;
}
.kaitori-filter-menu li {
  margin-bottom: 5px;
}
.kaitori-filter-menu a {
  color: inherit;
  text-decoration: none;
}
.kaitori-filter-menu a:hover,
.kaitori-filter-menu a:visited,
.kaitori-filter-menu a:active {
  color: inherit;
  text-decoration: none;
}

.itemdetail-date {
  margin: 10px 0;
  text-align: right;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.itemdetail-body {
  border: 3px solid #000;
  background-color: #fff;
  padding: 20px;
}
.itemdetail-body .name {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.itemdetail-body .image {
  margin: 0;
  text-align: center;
}
.itemdetail-body .txt {
  overflow: hidden;
}
.itemdetail-body .txt .price {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.itemdetail-body .txt .num {
  font-weight: bold;
  color: #f00;
}
@media (max-width: 767px) {
  .itemdetail-body .image {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .itemdetail-body .image {
    float: left;
    width: 215px;
  }
  .itemdetail-body .txt {
    float: right;
    width: 680px;
  }
}

.pager {
  display: table;
  margin: 40px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.pager a {
  display: block;
  padding: 10px;
  background: #eee;
  color: inherit;
  text-decoration: none;
}
.pager a:hover {
  opacity: .7;
}
.pager svg {
  fill: none;
  stroke: #009245;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.pager .prev,
.pager .next {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.pager .prev {
  padding-right: 1%;
}
.pager .prev a::before {
  content: "\3c";
  margin-right: 5px;
}
.pager .next {
  padding-left: 1%;
  text-align: right;
}
.pager .next a::after {
  content: "\3e";
  margin-left: 5px;
}

/* ---------------------------------------------------------
 * 雋ｷ蜿冶｡ｨ
 * ------------------------------------------------------- */
.kakaku {
  margin-bottom: 60px;
}

.kakaku-pickup {
  margin-bottom: 40px;
  border: 2px solid #000;
  background-color: #fff;
  padding-top: 20px;
}

.kakaku-pickup .itemlist {
  margin-left: -2px;
}

.kakaku-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  background-color: #cce9da;
  border-radius: 5px;
  padding: 0;
  width: 100%;
  table-layout: auto;
  font-size: 12px;
  list-style: none;
}

.kakaku-menu > li {
  position: relative;
  line-height: 1;
}

.kakaku-menu > li > a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #666;
  text-decoration: none;
  text-align: center;
}

.kakaku-menu > .parent > a::after {
  content: "\25bd";
  position: relative;
  top: -1px;
  margin-left: 4px;
  font-size: 8px;
}

.kakaku-menu > .top > a::after {
  display: none;
}

.kakaku-menu > li > a:hover {
  opacity: .5;
}

.kakaku-menu .children {
  display: none;
  position: absolute;
  top: 44px;
  left: -10px;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  min-width: 240px;
  list-style: none;
  border-radius: 10px;
}

.kakaku-menu .children::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 25px;
  display: block;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
}

.kakaku-menu > li:hover .children {
  display: block;
}

.kakaku-menu .children > li {
  border-bottom: 1px dashed #ccc;
}

.kakaku-menu .children > li:first-child {
  border-top: 1px dashed #ccc;
}

.kakaku-menu .children > li > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}

.kakaku-menu .children > li > a:hover {
  background-color: #eee;
}

.no-flexbox .kakaku-menu {
  display: table;
}

.no-flexbox .kakaku-menu > li {
  display: table-cell;
}

.kakaku-table-title {

}

.kakaku-table {
  border: 2px solid #000;
  background: #fff;
  width: 100%;
  font-size: 16px;
  table-layout: fixed;
  word-break: break-word;
}

.kakaku-table > tbody > tr:last-child > th,
.kakaku-table > tbody > tr:last-child > td {
  border-bottom: none;
}

.kakaku-table th,
.kakaku-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
  text-align: left;
  font-weight: normal;
}

.kakaku-table td {
  border-left: 1px solid #ddd;
  width: 150px;
}

.kakaku-table thead th,
.kakaku-table thead td {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.kakaku-table tbody td {
  text-align: right;
}

.kakaku-table .price {
  width: 20%;
}

.kakaku-table .btn {
  text-align: center;
}

.kakaku-table .btn a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #b8000e;
  background-color: #e60012;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;
}

.kakaku-table .btn a:hover {
  opacity: .7;
}

.kakaku-table-wrapper{
  margin-bottom: 20px;
}
.kakaku-top .kakaku-table-wrapper {
  margin-left: -10px;
}

.kakaku-top .kakaku-table-title {
  background-color: #fff;
  color: #000;
}

.kakaku-top .kakaku-table {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 2px solid #000;
  background: #fff;
  width: 300px;
  font-size: 16px;
  table-layout: fixed;
  word-break: break-word;
}

@media (max-width: 767px) {
  .section-kakaku > .inner {
    overflow-x: scroll;
  }

  .table-kakaku {
    width: 500px !important;
  }

  .kakaku-menu {
    display: block;
    font-size: 14px;
  }

  .kakaku-menu .children {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 0;
  }

  .kakaku-category {
    margin: 0;
  }

  .kakaku-table-wrapper,
  .kakaku-top .kakaku-table-wrapper {
    margin-left: 0;
  }

  .kakaku-table-title {
    margin-bottom: 20px;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
  }

  .kakaku-table-title .icon {
    display: none;
  }

  .kakaku-table-title::before {
    display: inline-block;
    margin-right: 5px;
  }

  .kakaku-table-title.is-active {
    color: #999;
  }

  .kakaku-table,
  .kakaku-top .kakaku-table {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .kakaku-table th,
  .kakaku-table td {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.5;
  }

  .kakaku-table .price {
    width: 40%;
  }
}
.flow {
  padding: 0;
  list-style: none;
}
.flow li {
  border: 3px solid #009144;
  border-radius: 6px;
}
.flow .ttl {
  margin: 0;
  background: #009144;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.flow .ttl .num {
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  color: #009144;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.flow .unittxt {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .flow li {
    margin-bottom: 10px;
  }
  .flow .inner {
    padding: 10px;
  }
  .flow .unittxt {
    margin-bottom: 10px;
  }
  .flow .unitimage {
    text-align: center;
  }
  .flow .unitimage img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .flow li {
    margin-bottom: 20px;
  }
  .flow .inner {
    overflow: hidden;
    padding: 20px;
  }
  .flow .unittxt {
    float: left;
    width: 640px;
  }
  .flow .unitimage {
    float: right;
  }
}

.phone-number {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #f00;
}

.faq-menu a,
.faq-menu a:hover,
.faq-menu a:visited,
.faq-menu a:active {
  display: block;
  background: #009144;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.faq-menu a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .faq-menu {
    margin-bottom: 10px;
  }
  .faq-menu li {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .faq-menu {
    margin-bottom: 20px;
    margin-left: -9px;
  }
  .faq-menu li {
    float: left;
    margin-left: 9px;
    width: 314px;
  }
}

.faqlist dt,
.faqlist dd {
  padding-top: 10px;
  padding-left: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
.faqlist dt::before,
.faqlist dd::before {
  position: relative;
  top: -10px;
  float: left;
  margin-right: 10px;
  margin-left: -50px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.faqlist dt {
  color: #009144;
  font-weight: bold;
}
.faqlist dt::before {
  content: "Q";
}
.faqlist dd {
  line-height: 1.8;
}
.faqlist dd::before {
  content: "A";
  background: #999;
}
@media (max-width: 767px) {
  .faqlist {
    padding-top: 10px;
  }
  .faqlist dt {
    margin-bottom: 10px;
  }
  .faqlist dd {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .faqlist {
    padding-top: 20px;
  }
  .faqlist dt {
    margin-bottom: 15px;
  }
  .faqlist dd {
    margin-bottom: 40px;
  }
}

.faqlist-title {
  padding: 12px 20px 10px 20px;
}


/* 繝代Φ縺上★
================================== */
.breadcrumbs{
  font-size: 12px;
}
.breadcrumbs,
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active{
  /*color: #ccc;*/
}
/*.tax-kakakucat .breadcrumbs span:nth-child(5),
.tax-kakakucat .breadcrumbs span:nth-child(6){
  display: none;
}*/


/* 404
================================== */
.error404 .section{
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 1.8;
}