@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/toys/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;
}

img{
  max-width: 100%;
}

iframe{
  max-width: 100%;
}

@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 */
#header{
  background: #fff;
}
@media (min-width: 768px){
  #header{
    margin-bottom: 20px;
  }
}

.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-top: 10px;
}
.header-lower .container{
  position: relative;
}

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

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

.header-contact .form{ 

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

.link-micke{
  float: right;
  margin: 0 !important;
  line-height: 1.1;
  font-size: 11px;
}
.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 #fff;
  width: 0;
  height: 0;
  vertical-align: middle;
}
.link-micke a{
  color: #fff;
}
.link-micke a:visited,
.link-micke a:hover,
.link-micke a:active{
  color: #fff;
}
@media (max-width: 767px){
  .tagline{
    text-align: center;
  }
  .link-micke{
    padding-top: 1em;
    text-align: center;
  }
  .header-contact{
    text-align: center;
    margin-bottom: 10px;
  }
  .header-contact .title_l{
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .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{ 
    width: 45%; 
    float: left; 
  } 
}
@media (min-width: 768px){
  .tagline{
    float: left;
  }
  .header-contact{
    float: right;
    width: 550px;
  }
  .header-contact .text{
    float: left;
    width: 280px;
  }
  .header-contact .title_l{
  }
  .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 br{
    display: none;
  }
  .header-menu a:hover,
  .header-menu a:visited,
  .header-menu a:active{
    color: #fff;
  }
  .header-menu .child-toggle{
    display: none;
  }
  .header-menu-child{
    /*display: none;*/
  }
  .header-menu-child > ul{
    padding-bottom: 0;
  }
}
@media (min-width: 768px){
  .header-menu{
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 5px 0 0 #333;
  }
  .header-menu > ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    text-align: center;
    table-layout: auto;
  }
  .header-menu > ul > li{
    position: relative;
    width: 100%;
  }
  .header-menu > ul > li::before{
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 80%;
  }
  .header-menu > ul > li:last-child::before{
    display: none;
  }
  .header-menu > ul > li > a,
  .header-menu .child-toggle,
  .header-menu-child > ul > li > a{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .header-menu > ul > li > a,
  .header-menu .child-toggle{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    height: 100%;
    line-height: 1.4;
  }
  .header-menu > ul > li:first-child a{
    border-radius: 5px 0 0 5px;
  }
  .header-menu > ul > li:last-child a{
    border-radius: 0 5px 5px 0;
  }
  .header-menu > ul > li > a:hover{
    background: rgba(255, 255, 255, 0.2);
  }
  .header-menu-child-open{
    position: relative;
  }
  .header-menu-child{
    display: none;
    position: absolute;
    z-index: 1;
    top: 74px;
    left: 0;
    padding: 0 10px;
    width: 240px;
    text-align: left !important;
    font-weight: bold;
  }
  .header-menu-child > ul > li > a{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
    background-color: transparent;
    padding: 8px 14px;
    color: #fff;
    text-align: left;
  }
  .header-menu-child > ul > li > a{
    padding: 10px;
  }
  .header-menu-child > ul > li:last-child a{
    border-bottom: none;
  }
  .header-menu-child > ul > li > a:hover{
    opacity: .5;
  }
}

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

/* 蟄舌Γ繝九Η繝ｼ */
.header-menu .child-toggle{
  transition: opacity .7s;
}
.header-menu .child-toggle::after{
  content: "";
  margin-left: 5px;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
}
.header-menu .child-toggle:hover{
  cursor: pointer;
  opacity: .7;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .header-menu-child > ul > li{
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
  .header-menu-child > ul > li:last-child{
    border-bottom: none;
  }
  .header-menu-child > ul > li > a{}
}



/* 繝代Φ縺上★繝ｪ繧ｹ繝 */
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li::after{
  content: ">";
  margin-right: 5px;
  margin-left: 5px;
}
.breadcrumb li:last-child::after{
  display: none;
}
@media (max-width: 767px){
  .breadcrumb{
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (min-width: 768px){
  .breadcrumb{
    font-size: 12px;
    font-size: 1.2rem;
  }
}



/* Footer */
#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/toys/wp-content/themes/micke-kaitori-toys/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/toys/wp-content/themes/micke-kaitori-toys/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 .phone a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .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;
  }
}



/* HOME */
.home-title{
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}


.home-banners{
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px){
  .home-banners li{
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .home-banners{
    display: flex;
    justify-content: space-between;
  }
}


.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;
    text-align: center;
  }
  .catlist li{
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 47%;
    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: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 768px){
  .section-title{
    padding: 16px 20px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.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-title-03{
  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: #f5f5f5;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 767px){
  .section-body{
    padding: 10px;
  }
}
@media (min-width: 768px){
  .section-body{
    padding: 20px;
  }
}

.page-title{
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 767px){
  .page-title{
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (min-width: 768px){
  .page-title{
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
}



/* 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ
================================== */
.img-main{
  position: relative;
}
.img-main img{
  width: 100%;
  height: auto;
}
.img-main .contact:hover,
.img-main .kakaku:hover{
  opacity: .7;
}
.img-main .contact{
  display: block;
  position: absolute;
  right: 175px;
  bottom: 15px;
}
.img-main .kakaku{
  position: absolute;
  right: 10px;
  bottom: 15px;
  margin: 0;
}
.img-main .kakaku span{
  position: absolute;
  bottom: 17px;
  left: 12px;
  font-size: 12px;
  color: #fff;
}

.main-lead{
  margin: 1em 0 1em 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

.img-main .banner{
  margin-bottom: 10px;
}

@media (max-width: 767px){
  .img-main{
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
  }
  .img-main .contact,
  .img-main .kakaku{
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin-top: 10px;
  }
  .main-lead{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
  }
}



/* 雋ｷ蜿匁焔鬆
================================== */
.section-flow{
  overflow: hidden;
  margin: 30px 0;
  padding: 0 17px;
}
.section-flow-title{
  margin-top: 0;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #009144;
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.flow-home-lead{
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #009144;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.flow-home-lead-l{
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .1em;
}

.flowlist{
  display: table;
  margin: -54px;
  border-collapse: separate;
  border-spacing: 54px;
  padding: 0;
  width: 1024px;
  list-style: none;
  table-layout: fixed;
}
.flowlist-item{
  display: table-cell;
  padding: 30px 0 15px 0;
}
.flowlist-item > .inner{
  position: relative;
  width: 100%;
  height: 100%;
}
.flowlist-item > .inner::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  margin-top: -25px;
  border-style: solid;
  border-width: 25px 0 25px 22px;
  border-color: transparent transparent transparent #007bff;
  width: 0;
  height: 0;
}
.flowlist-item:last-child > .inner::after{
  display: none;
}
.flowlist-item .step{
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #009144;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .14em;
}
.flowlist-item .image{
  margin: 0 0 10px 0;
}
.flowlist-item .image img{
  width: 100%;
  height: auto;
}
.flowlist-item .body{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.flowtext{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px){
  .flowlist,
  .flowlist-item{
    display: block;
  }
  .flowlist{
    margin: 0;
    width: auto;
  }
  .flowlist-item{
  }
  .flowlist-item > .inner::after{
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    margin-left: -11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .flowlist-item .body{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .flowtext{
    font-size: 14px;
    font-size: 1.4rem;
  }
}



/* Merit */
.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/toys/wp-content/themes/micke-kaitori-toys/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/toys/wp-content/themes/micke-kaitori-toys/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{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    /*margin-left: -4px;*/
  }
  .action-navs li{
    margin-left: 1.1%;
    width: 32.6%;
  }
  .action-navs li:first-child{
    margin-left: 0;
  }
  .action-navs a{
    font-size: 20px;
    font-size: 2rem;
  }
}

.itemlist a{
  display: block;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  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;
}
.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;
  }
  .itemlist > ul{
  }
  .itemlist li{
    float: left;
    margin-bottom: 20px;
    margin-left: 8px;
    width: 234px;
  }
  .itemlist li:nth-child(4n-3){
    margin-left: 0;
  }
  .itemlist li a{
    display: block;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
  }
}

.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/toys/wp-content/themes/micke-kaitori-toys/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/toys/wp-content/themes/micke-kaitori-toys/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 p{
  margin-bottom: 1em;
}
.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%;
}
.voice-product .name a{
  text-decoration: none;
  color: inherit;
}

@media (max-width: 767px){
  .voice-ttl,
  .voice-txt{
    text-align: center;
  }
}



/* 縺顔衍繧峨○
================================== */
.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/toys/wp-content/themes/micke-kaitori-toys/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/toys/wp-content/themes/micke-kaitori-toys/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{
  margin-bottom: 20px;
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  line-height: 1.5;
  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{
    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;
}

.form-text{
  margin-bottom: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.form-text strong{
  font-size: 14px;
}
.form-text .step{
  display: table;
  margin: 0 auto 10px auto;
  padding: 5px 20px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  border-radius: 20px;
  letter-spacing: .1em;
}
.form-text .text-attention{
  color: #f00;
}
.form-text-02{
  margin-top: 20px;
}



/* 荳句ｱ､繝壹ｼ繧ｸ
============================== */
.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-archive-content{
  margin-bottom: 0 !important;
  border-width: 2px;
  border-style: solid;
}
@media (max-width: 767px){
  .kaitori-archive-content{
    margin-top: 40px;
    padding: 15px;
  }
}
@media (min-width: 768px){
  .kaitori-archive-content{
    margin-top: 80px;
    padding: 20px;
  }
}

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

.itemdetail-body .txt{
  line-height: 1.75;
}
.itemdetail-body .txt hr{
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ccc;
}
.itemdetail-body .txt h2{
  margin-top: 2em;
  margin-bottom: 1em;
  border-left: 7px solid #079e55;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: .07em;
}
.itemdetail-body .txt p{
  /*margin-bottom: 1em;*/
}
.itemdetail-text dt{
  font-weight: bold;
}
.itemdetail-text dd{
  margin-bottom: 1em;
}
.itemdetail-text p{
  margin: 0;
}

@media (max-width: 767px){
  .itemdetail-body{
    margin-top: 20px;
  }
  .itemdetail-body .image{
    margin-bottom: 10px;
  }
}
@media (min-width: 768px){
  .itemdetail-body{
    margin-top: 40px;
  }
  .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;
}



.itemdetail-section{}
.itemdetail-section h2{
  text-align: center;
}
.itemdetail-section-title{
  font-weight: bold;
  text-align: center;
}
.itemdetail-section p{
  margin-bottom: 1em;
  line-height: 1.8;
}

@media (max-width: 767px){
  .itemdetail-section{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .itemdetail-section-title{
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .itemdetail-section{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .itemdetail-section-title{
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 10px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}



/* 雋ｷ蜿紋ｾ｡譬ｼ陦ｨ
================================== */
article.kakaku{
  margin: 20px 0;
}

@media (max-width: 767px){
  .horizontal-menu,
  .kakaku-menu{
    margin-bottom: 40px;
  }
  .horizontal-menu li,
  .kakaku-menu li{
  }
  .horizontal-menu li a,
  .kakaku-menu li a{
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 1em .8em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    box-shadow: none !important;
  }
  .horizontal-menu li:first-child a,
  .kakaku-menu li:first-child a{
    border-top: none;
    border-radius: 6px 6px 0 0;
  }
  .horizontal-menu li:last-child a,
  .kakaku-menu li:last-child a{
    border-bottom: none;
    border-radius: 0 0 6px 6px;
  }
  .horizontal-menu{
    margin-top: 10px;
    margin-bottom: 0;
  }
  .horizontal-menu li a{
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px){
  .horizontal-menu,
  .kakaku-menu{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .horizontal-menu li,
  .kakaku-menu li{
    margin-bottom: 8px;
    margin-left: .4%;
    width: 24.7%;
  }
  .horizontal-menu li:nth-child(4n-3),
  .kakaku-menu li:nth-child(4n-3){
    margin-left: 0;
  }
  .horizontal-menu li a,
  .kakaku-menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 0 2px #009245 inset;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 #000;
    width: 100%;
    height: 100%;
  }
  .horizontal-menu li a:hover,
  .kakaku-menu li a:hover{
    opacity: .7;
  }
  .horizontal-menu li a span,
  .kakaku-menu li a span{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
  }
  .horizontal-menu li a span::before,
  .kakaku-menu li a span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -5px;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    width: 0;
    height: 0;
  }
  .horizontal-menu{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .horizontal-menu li a{
    /*display: block;*/
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}


.kakaku-category{
  margin-bottom: 40px;
}

.kakaku-table-title{
  clear: both;
  border: 2px solid #000;
  padding: 10px 20px;
  font-weight: bold;
}

.kakaku-table{
  margin-bottom: 20px;
  border: 2px solid #000;
  background: #fff;
  table-layout: fixed;
  word-break: break-word;
}
.kakaku-table-title + .kakaku-table{
  margin-left: 10px;
}
.kakaku-table-wrapper .kakaku-table:nth-child(3n+1){
  clear: left;
}
.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;
  text-align: left;
  font-weight: normal;
}
.kakaku-table td{
  border-left: 1px solid #ddd;
}
.kakaku-table thead th,
.kakaku-table thead td{
  background-color: #0053ca;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.kakaku-table tbody td{
  text-align: right;
}

.kakaku-table .new{
  position: relative;
  display: inline-block;
  margin: 0;
  color: #f00;
}
.icon-new{
  position: absolute;
  top: -7px;
  right: 0;
  line-height: 1;
  animation: blink 1.5s infinite;
  font-size: 9px;
}

@media (max-width: 767px){
  .kakaku-table-title{
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
  }
  .kakaku-table{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .kakaku-table th,
  .kakaku-table td{
    padding: 5px 7px;
    line-height: 1.4;
  }
  .kakaku-table td{
    width: 80px;
  }
  .kakaku-table thead th,
  .kakaku-table thead td{
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px){
  .kakaku-table-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .kakaku-table-title{
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.3;
    font-size: 30px;
  }
  .kakaku-table{
    margin-left: 2%;
    width: 32%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .kakaku-table:nth-child(3n-2){
    margin-left: 0;
  }
  .kakaku-table th,
  .kakaku-table td{
    padding: 10px 10px;
  }
  .kakaku-table td{
    width: 100px;
  }
  .kakaku-table tbody th,
  .kakaku-table tbody td{
    padding: 5px 8px;
    line-height: 1.5;
  }
}

@keyframes blink{
  50%{
    opacity: 0;
  }
}



/* 繝輔Ο繝ｼ */
.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;
}



/* 雋ｷ蜿悶Γ繝ｼ繧ｫ繝ｼ
================================== */
/* 荳隕ｧ */
.maker-list{}
.maker-list li{
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}
.maker-list li a{
  display: block;
  border: 1px solid #ddd;
  padding: 8px 15px;
  height: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all .4s;
          transition: all .4s;
  text-decoration: none;
}
.maker-list li a:hover{
  background: rgba(0,0,0,.05);
}
.maker-list-02{
  border-top: 1px dashed #ccc;
  padding-top: 40px;
}

/* 隧ｳ邏ｰ */
.maker-title{
  border-bottom: 3px double #ccc;
}
.maker-title small,
.maker-title strong{
  display: block;
}
.maker-title small{
  font-weight: normal;
}

@media (max-width: 767px){
  .maker-list{
    margin-bottom: 40px;
  }
  .maker-list li{
    display: block;
  }
  .article-blog-body{
    margin-bottom: 40px;
  }
  .maker-title{
    padding-bottom: 10px;
  }
  .maker-title small{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .maker-title strong{
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .maker-list{
    margin-bottom: 80px;
  }
  .article-blog-body{
    margin-bottom: 80px;
  }
  .maker-title{
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .maker-title small{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .maker-title strong{
    font-size: 30px;
    font-size: 3rem;
  }
}

.article-blog-body hr{ clear:both; display:block; border:1px solid #fff; margin-bottom:20px; }
.article-blog-body .post{ padding-bottom:25px; }
.article-blog-body .alert{ color:#f00; }
.article-blog-body .right{ text-align:right; }
.article-blog-body h1.entryPostTitle{ clear:both; font-size:120%; border-bottom:1px dotted #999; font-weight:bold; margin:0px 0px 5px;padding:10px 0px 3px;}
.article-blog-body .entry-meta{ margin-bottom:15px; font-size:11px; color:#666; }
.article-blog-body h2{ clear:both; font-size:21px;margin:0px 0px 15px; padding:10px 0px 10px;border-bottom:1px dotted #ccc;}
.article-blog-body h3{ clear:both; font-size:18px;margin:0px 0px 15px; padding:10px 0px 1px;}
.article-blog-body h4{ clear:both; font-size:17px;margin:0px 0px 5px; padding:10px 0px 0px;}
.article-blog-body h5{ clear:both; font-size:16px;margin:0px 0px 5px; padding:10px 0px 0px;}
.article-blog-body h6{ clear:both; font-size:14px;margin:0px 0px 5px; padding:10px 0px 0px;}
.article-blog-body p{ margin-bottom: 1em; line-height: 1.8; }
.article-blog-body ul{ margin:0px 0px 20px 35px; }
.article-blog-body ul li{ list-style:disc;padding:0px; }
.article-blog-body ul ul li{ list-style:circle; }
.article-blog-body ol{ margin:0px 0px 20px 40px; }
.article-blog-body ol li{ list-style:decimal;padding:0px; }
.article-blog-body table{ border-top: 1px solid #ccc; margin: 10px -1px 24px 0; text-align: left; width: 100%;border-collapse: collapse; border-spacing: 0;font-size:100%; }
.article-blog-body tr th,
.article-blog-body thead th{ font-size: 12px; padding: 9px 24px; }
.article-blog-body tr th{ border-bottom: 1px solid #ccc; padding: 6px 10px; vertical-align:top; }
.article-blog-body tr td{ border-bottom: 1px solid #ccc; padding: 6px 10px; }
.article-blog-body blockquote,
.article-blog-body .sectionFrame{ border:1px solid #ccc; background-color:#f5f5f5; padding:20px 15px 0px;margin-bottom:15px;}
.article-blog-body img{ margin: 0; height: auto; max-width: 640px; width: auto; }
.article-blog-body .attachment img{ max-width: 900px; }
.article-blog-body .alignleft,
.article-blog-body img.alignleft{ display: inline; float: left; margin-right: 24px; margin-top: 4px; }
.article-blog-body .alignright,
.article-blog-body img.alignright{ display: inline; float: right; margin-left: 24px; margin-top: 4px; }
.article-blog-body .aligncenter,
.article-blog-body img.aligncenter{ clear: both; display: block; margin-left: auto; margin-right: auto; }
.article-blog-body img.alignleft,
.article-blog-body img.alignright,
.article-blog-body img.aligncenter{ margin-bottom: 12px; }
.article-blog-body .wp-caption{ background: #f1f1f1; line-height: 18px; margin-bottom: 20px; padding: 4px; text-align: center;border:1px solid #e5e5e5; }
.article-blog-body .wp-caption img{ margin: 5px 5px 0; }
.article-blog-body .wp-caption p.wp-caption-text{ color: #888; font-size: 12px; margin: 5px; }
.article-blog-body .wp-smiley{ margin: 0; }
.article-blog-body .gallery{ margin: 0 auto 18px; }
.article-blog-body .gallery .gallery-item{ float: left; margin-top: 0; text-align: center; width: 33%; }
.article-blog-body .gallery img{ border: 2px solid #cfcfcf; }
.article-blog-body .gallery .gallery-caption{ color: #888; font-size: 12px; margin: 0 0 12px; }
.article-blog-body .gallery dl{ margin: 0; }
.article-blog-body .gallery img{ border: 10px solid #f1f1f1; }
.article-blog-body .gallery br+br{ display: none; }
.article-blog-body .attachment img{ display: block; margin: 0 auto; }



/* 菴懷刀繝ｻ繧ｭ繝｣繝ｩ繧ｯ繧ｿ繝ｼ縲∝膚蜩√き繝繧ｴ繝ｪ繝ｼ繝壹ｼ繧ｸ */
@media (max-width: 767px){
  .section-kaitori-index{
    margin-bottom: 40px;
  }
}
@media (min-width: 768px){
  .section-kaitori-index{
    margin-bottom: 60px;
  }
}

.section-kaitori-title{
  border-bottom: 4px solid #ddd;
  background: #eee;
  padding: 16px 20px 15px 20px;
  line-height: 1.3;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
}

.itemlist-more{
  display: block;
  border: none;
  padding: .7em .5em;
  width: 100%;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
.itemlist-more:hover{
  opacity: .7;
  text-decoration: none;
}
@media (max-width: 767px){
  .itemlist-more{
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .itemlist-more{
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.kaitori-text{
  border: 4px solid #eee;
  padding: 1.5em;
}
@media (max-width: 767px){
  .kaitori-text{
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  .kaitori-text{
    margin-bottom: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}



/* 繝｡繝九Η繝ｼ */
.horizontal-menu-02 a{
  display: block;
  border-width: 2px;
  border-style: solid;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 99%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 99%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ededed 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border-radius: 0;
  color: inherit;
}
.horizontal-menu-02 a:hover,
.horizontal-menu-02 a:visited,
.horizontal-menu-02 a:active{
  color: inherit;
}

@media (max-width: 767px){
  .horizontal-menu-02{
    margin-bottom: 40px;
  }
  .horizontal-menu-02 li a{
    padding: 1em .8em;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
  }
}
@media (min-width: 768px){
  .horizontal-menu-02{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .horizontal-menu-02 li{
    margin-bottom: 2px;
    margin-left: .4%;
    width: 24.7%;
  }
  .horizontal-menu-02 li:nth-child(4n-3){
    margin-left: 0;
  }
  .horizontal-menu-02 li a{
    display: flex;
    padding: 10px;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .horizontal-menu-02 li a:hover{
    opacity: .5;
  }
}



/* 繧ｷ繧ｧ繧｢繝懊ち繝ｳ髢｢騾｣ */
.staff .addtoany_content,
.voicelist .addtoany_content{
  display: none;
}
.addtoany_content{clear:both;margin:16px 0}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a>span{height:32px;line-height:32px;width:32px}.addtoany_list a>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.addtoany_list a:hover,.widget .addtoany_list a:hover{border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}