@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/liquor/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-content{
    margin-bottom: 40px;
  }
}
@media (min-width: 768px){
  .tax-content{
    margin-bottom: 120px;
  }
}



/* Header */
#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-top: 6px;
  margin-bottom: 10px;
}
.header-contact .time{
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 767px){
  .tagline{
    text-align: center;
  }
  .header-contact{
    text-align: center;
  }
  .header-contact .time{
    margin-bottom: 10px;
  }
  .header-contact .form{
    text-align: center;
  }
/* ------------ 202102 霑ｽ蜉 縺薙％縺九ｉ ------------ */
  .header-contact .form{
    text-align: center;
    width: 45%;
    float: right;
  }
  .header-contact .line{
    text-align: center;
    width: 45%;
    float: left;
  }
/* ------------ 202102 霑ｽ蜉 縺薙％縺ｾ縺ｧ ------------ */
}
@media (min-width: 768px){
  .header-contact{
    float: right;
    width: 540px;
  }
  .header-contact .text{
    float: left;
    width: 300px;
  }
  .header-contact .form{
    float: right;
  }
/* ------------ 202102 霑ｽ蜉 縺薙％縺九ｉ ------------ */
  .header-contact{
    float: right;
    width: 620px;  /* ------------ 20260309 螟画峩 700竍620 ------------ */
  }
  .header-contact .text{
    float: left;
    width: 190px;  /* ------------ 20260309 螟画峩 240竍190 ------------ */
  }
  .header-contact .form{
    float: right;
    margin-top: 3px;
    margin-left: 10px;
  }
  .header-contact .line{
    margin-left: 0px;
  }
/* ------------ 202102 霑ｽ蜉 縺薙％縺ｾ縺ｧ ------------ */
}

.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;
  }
  .header-menu-child{
    display: none;
  }
}
@media (min-width: 768px){
  .header-menu{
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 5px 0 0 #333;
  }
  .header-menu > ul{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    table-layout: auto;
  }
  .header-menu > ul > li{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .header-menu > ul > li > a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .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::before{
    content: "";
    position: absolute;
    top: 10%;
    right: -1px;
    background: rgba(255, 255, 255, 0.5);
    width: 2px;
    height: 80%;
  }
  .header-menu > ul > li:last-child > a::before{
    display: none;
  }
  .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: 64px;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,.8);
    width: 240px;
  }
  .header-menu-child > li{
  }
  .header-menu-child > 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 > li:last-child a{
    border-bottom: none;
  }
  .header-menu-child > 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;
  }
}



/* 繝代Φ縺上★繝ｪ繧ｹ繝 */
.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/liquor/wp-content/themes/micke-kaitori-liquor/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/liquor/wp-content/themes/micke-kaitori-liquor/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: #8b6e2f;
  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;
}
@media (max-width: 767px){
  .home-title{
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px){
}


.catlist{
  background: #f2f2f2;
  border-radius: 10px;
}
.catlist a{
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px){
  .catlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    font-size: 0;
    text-align: center;
  }
  .catlist li{
    margin-bottom: 10px;
    width: 48%;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  .catlist img{
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
@media (min-width: 768px){
  .catlist{
    overflow: hidden;
    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;
  }
}

.section-inner-border{
  border-width: 2px;
  border-style: solid;
  border-radius: 0 0 6px 6px;
}
.section-inner-border p{
  margin-bottom: 1em;
}
.section-inner-border p:last-child{
  margin-bottom: 0;
}
@media (max-width: 767px){
  .section{
    margin-bottom: 10px;
  }
  .section-inner-border{
    padding: 10px 15px;
  }
}
@media (min-width: 768px){
  .section{
    margin-bottom: 20px;
  }
  .section-inner-border{
    padding: 30px;
  }
}

.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: 18px;
    font-size: 1.8rem;
    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;
}

@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: flex;
  justify-content: space-between;
  padding: 0;
}
.flowlist-item{
  padding: 30px 0 15px 0;
}
.flowlist.col3 .flowlist-item{
  width: 31.7%;
}
.flowlist.col5 .flowlist-item{
  width: 18%;
}
.flowlist-item > .inner{
  position: relative;
  width: 100%;
  height: 100%;
}
.flowlist-item > .inner::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -25px;
  border-style: solid;
  border-width: 10px 0 10px 11px;
  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;
}

.section-flow .btn-flow-wrapper{
  margin-top: 20px;
}

@media (max-width: 767px){
  .section-flow{
    padding-right: 0;
    padding-left: 0;
  }
  .flowlist,
  .flowlist-item{
    display: block;
    width: auto !important;
  }
  .flowlist{
    margin: 0;
    width: auto;
  }
  .flowlist-item{
  }
  .flowlist-item > .inner::after{
    top: auto;
    bottom: -25px;
    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;
  }
}
@media (min-width: 768px){
  .section-flow .btn-flow-wrapper{
    padding-right: 200px;
    padding-left: 200px;
  }
}



/* 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{
  }
  .staff .text{
    margin-left: 90px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px){
  .staff{
  }
  .staff li{
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .staff .image,
  .staff .text{
    display: table-cell;
  }
  .staff .image{
    margin-bottom: 10px;
    width: 200px;
    text-align: center;
  }
  .staff .image img{
    max-width: 100%;
    height: auto;
  }
  .staff .text{
    padding-left: 15px;
  }
  .staff .text .name{
    margin-bottom: 10px;
    font-size: 120%;
  }
  .staff .text p{
    margin: 0;
  }
}

.action{
  /*background: url(//genki-heiwado.com/liquor/wp-content/themes/micke-kaitori-liquor/img/pat-stripe-y.png) 0 0 repeat;*/
  background: #e8e1d3;
}
@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/liquor/wp-content/themes/micke-kaitori-liquor/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-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;
  }
  .action .number{
    float: left;
    font-size: 65px;
    font-size: 6.5rem;
    margin-bottom: 10px;
  }
  .action .number.link{
    text-decoration: none!important;
  }
  .action .form{
    float: right;
    margin-bottom: 20px;
    width: 458px;
  }
}

.action-heading{
  background: #8b6e2f;
  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;
  }
}

.btn-flow-wrapper{
  padding-bottom: 4px;
}
.btn-flow{
  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;
  transition: top 2s;
}
.btn-flow:hover,
.btn-flow:visited,
.btn-flow:active{
  color: #fff;
}
.btn-flow:hover{
  position: relative;
  top: 2px;
  opacity: .8;
}
.btn-flow:hover img{
  opacity: 1;
}
.btn-flow.btn-line{
  border-bottom-color: #204b28;
  background: #1a653c;
  box-shadow: 0 4px 0 0 #204b28;
}
.btn-flow.btn-delivery{
  border-bottom-color: #1b273e;
  background: #244765;
  box-shadow: 0 4px 0 0 #1b273e;
}
.btn-flow.btn-shop{
  border-bottom-color: #391962;
  background: #4f3b6e;
  box-shadow: 0 4px 0 0 #391962;
}
.btn-flow.btn-travel{
  border-bottom-color: #4e2835;
  background: #814523;
  box-shadow: 0 4px 0 0 #4e2835;
}
.btn-flow.btn-line:hover{
  box-shadow: 0 2px 0 0 #204b28;
}
.btn-flow.btn-delivery:hover{
  box-shadow: 0 2px 0 0 #1b273e;
}
.btn-flow.btn-shop:hover{
  box-shadow: 0 2px 0 0 #391962;
}
.btn-flow.btn-travel:hover{
  box-shadow: 0 2px 0 0 #4e2835;
}
.btn-flow .icon{
  vertical-align: middle;
}
@media (max-width: 767px){
  .action-navs li{
    margin-bottom: 10px;
  }
  .btn-flow{
    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;
  }
  .btn-flow{
    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: #8b6e2f;
  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 #503f1b;
  text-align: center;
}
.itemlist a:hover .button{
  position: relative;
  top: 2px;
  box-shadow: 0 2px 0 0 #503f1b;
}
@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;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
}

.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/liquor/wp-content/themes/micke-kaitori-liquor/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/liquor/wp-content/themes/micke-kaitori-liquor/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 60px 15px 20px;
    line-height: 1.3;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .horizontal-menu + .more{
    margin-top: 10px;
  }
}
@media (min-width: 768px){
  .more a{
    position: relative;
    padding: 15px 20px;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .horizontal-menu + .more{
    margin-top: 2em;
  }
}

.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: #f3f0ea;
}
@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;
  color: #8b6e2f;
}
.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: #494536;
  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,
.newslist > li{
  margin-bottom: 17px;
  padding-bottom: 17px;
}
.newslist dt:last-of-type,
.newslist dd:last-of-type,
.newslist > li:last-child{
  margin: 0;
  border: none;
  padding-bottom: 0;
}
.newslist dt .date,
.newslist dt .category{
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.newslist dt .category{
  margin-right: 3px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px 5px;
  font-size: 10px;
  text-align: center;
  letter-spacing: normal;
  border-radius: 4px;
}
.newslist dd,
.newslist > li{
  border-bottom: 1px dashed #ccc;
}
.newslist dd a,
.newslist > li a{
  display: block;
}
@media (max-width: 767px){
  .newslist{
    margin-bottom: 10px;
  }
  .newslist dt{
    margin: 0 0 4px 0;
    padding: 0;
  }
  .newslist dt .date{
    /*width: 90px;*/
  }
  .kakaku .newslist{
    margin-bottom: 0;
  }
}
@media (min-width: 768px){
  .newslist{
    margin-bottom: 20px;
  }
  .newslist dt{
    clear: left;
    float: left;
    padding-left: 10px;
    width: 150px;
  }
  .newslist dt .date{
  }
  .newslist dd{
    padding-left: 150px;
  }
  .kakaku .newslist{
    margin-bottom: 0;
  }
}



/* 縺雁撫縺蜷医ｏ縺帙ヵ繧ｩ繝ｼ繝
================================== */
.form-title{
  margin: 0;
  background: #8b6e2f;
  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 #8b6e2f;
  /*background: url(//genki-heiwado.com/liquor/wp-content/themes/micke-kaitori-liquor/img/pat-stripe-y.png) 0 0 repeat;*/
  background: #e8e1d3;
}
@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/liquor/wp-content/themes/micke-kaitori-liquor/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 .text-topic{
  margin-top: 20px;
  text-align: center;
}
.wpcf7-form input[type^="submit"]{
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #866721;
  background-color: #8b6e2f;
  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{
  display: block;
  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;
}

@media (max-width: 767px){
  .table-form,
  .table-form tbody,
  .table-form tr,
  .table-form th,
  .table-form td{
    display: block;
    padding: 0;
    width: 100%;
  }
  .table-form th{
    margin-bottom: 5px;
    font-weight: bold;
  }
  .table-form tr{
    margin-bottom: 20px;
  }
}
@media (min-width: 768px){
}



/* 荳句ｱ､繝壹ｼ繧ｸ
============================== */
.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;
}
.kakaku-attention{
  font-weight: bold;
  color: #f00;
}
.kakaku-update{
  display: table;
  border: 1px solid #ccc;
  background: #fff;
  width: auto;
  line-height: 1;
  border-radius: 4px;
}
.kakaku-update dt,
.kakaku-update dd{
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
.kakaku-update dt{
  border-right: 1px solid #ccc;
  background: #eee;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.kakaku-update dd{
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f00;
}

.kakaku-section{
  margin-bottom: 20px;
}
.kakaku-description .section-inner-border{
  border-radius: 0;
  border-width: 1px;
  padding: 15px;
}
.kakaku-ranking .section-title{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.2rem;
}
.kakaku-ranking .section-inner-border{
  padding: 15px;
}
.kakaku-ranking ol{
  /*padding-left: 1.5em;
  list-style-type: decimal;*/
}
.kakaku-ranking ol{
  padding: 0.5em;
  counter-reset: number;
  list-style-type: none !important;
}
.kakaku-ranking ol li{
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}

.kakaku-ranking ol li::before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #21422c;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  top: 50%;
  -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.kakaku-ranking ol li:nth-child(1)::before{
  background: #8b6e2f;
}
.kakaku-ranking ol li:nth-child(2)::before{
  background: #aaa;
}
.kakaku-ranking ol li:nth-child(3)::before{
  background: #bb6d56;
}

.kakaku-blog-link{
  text-align: center;
}
.kakaku-blog-link a{
  display: block;
  border: 1px solid #dcd3ac;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 5px 0 0 #a7a187;
}
.kakaku-blog-link a:hover{
  opacity: .7;
}

@media (max-width: 767px){
  .kakaku-description,
  .kakaku-ranking{
    margin-bottom: 20px;
  }
  .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;
  }
  .kakaku-attention{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .kakaku-link{
    margin-top: 15px;
  }
}
@media (min-width: 768px){
  .kakaku-description,
  .kakaku-ranking{
    margin-bottom: 20px;
  }
  .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-attention{
    font-size: 20px;
    font-size: 2rem;
  }
  .kakaku-blog-link a{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.8rem;
  }
  .kakaku-link{
    margin-top: 20px;
  }
}



/* 繧ｫ繝繧ｴ繝ｪTOP */
.kaitori-desc{
  border-width: 4px;
  border-style: solid;
}
@media (max-width: 767px){
  .kaitori-desc{
    padding: 15px;
  }
}
@media (min-width: 768px){
  .kaitori-desc{
    padding: 20px 30px;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }
}



/* 雋ｷ蜿紋ｾ｡譬ｼ譌ｩ隕玖｡ｨ */
.kakaku-table-title{
  clear: both;
  border: 2px solid #000;
  background: #fff;
  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;
}

.kakaku-table .price-campaign{
  color: #f00;
}

@media (max-width: 767px){
  .kakaku-category{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .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-category{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .kakaku-table-wrapper.cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kakaku-table-title{
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.3;
    font-size: 30px;
  }
  .kakaku-table{
    table-layout: fixed;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .kakaku-table-wrapper.cols .kakaku-table{
    width: 32%;
  }
  .kakaku-table:nth-child(3n-2){
    margin-left: 0;
  }
  .kakaku-table th,
  .kakaku-table td{
    padding: 10px 10px;
  }
  .kakaku-table td{
    width: 200px;
  }
  .kakaku-table-wrapper.cols .kakaku-table td{
    width: 32%;
  }
  .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;
  }
}



/* 繝｡繝ｼ繧ｫ繝ｼ繝ｻ驫俶氛荳隕ｧ */
.title-category{
  border-width: 5px 0 0 0;
  border-style: solid;
  padding-top: .3em;
}
.title-furigana{
  padding: .5em 1em;
  color: #666;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .title-category{
    font-size: 34px;
    font-size: 3.4rem;
  }
  .title-furigana{
    margin-top: 40px;
    margin-bottom: 10px;
  }
}



/* 繧ｿ繝 */
.tab-menu{
  display: flex;
  text-align: center;
}
.tab-menu a{
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #999;
  border-width: 3px;
  border-style: solid;
  padding: 15px 7px;
  height: 100%;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 7px 7px 0 0;
  transition: none;
}
.tab-menu a:hover{
  cursor: pointer;
}
.tab-menu .is-active{
  border-bottom-color: #fff;
  background: #fff;
}
.tab-content{
  position: relative;
  /*display: none;*/
}
.tab-content > section{
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
}
.tab-content > section.is-active{
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 767px){
  .tab-menu{
    flex-wrap: wrap;
  }
  .tab-menu li{
    width: 49%;
  }
  .tab-menu a{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px){
  .tab-menu{
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tab-menu li{
    margin-left: .8%;
    width: 16%;
  }
  .tab-menu li:first-child{
    margin-left: 0;
  }
  .tab-content{
    margin-bottom: 80px;
  }
}


/* 蜿匁桶蝠蜩 */
.product-title{
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  padding-top: .5em;
  padding-bottom: .5em;
}
@media (max-width: 767px){
  .product-title{
    margin-top: 1em;
    margin-bottom: 1em;
    border-top-width: 3px;
    border-bottom-width: 3px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px){
  .product-title{
    margin-top: 2em;
    margin-bottom: 2em;
    border-top-width: 5px;
    border-bottom-width: 5px;
    font-size: 3rem;
  }
}

.product-price h2,
.product-price h3{
  margin-top: 0;
}
.product-price .image img{
  max-width: 100%;
  height: auto;
}
.product-price .price,
.product-price .souba{
  color: #f00;
}
.product-price .price{
  font-weight: bold;
}
@media (max-width: 767px){
  .product-price .image{
    margin-bottom: 15px;
    text-align: center;
  }
  .product-price h2,
  .product-price h3{
    margin-bottom: 10px;
  }
  .product-price .price{
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px){
  .product-price{
    display: flex;
    align-items: center;
  }
  .product-price .image{
    width: 380px;
  }
  .product-price .price{
    margin-bottom: 2em;
    font-size: 2rem;
  }
  .product-price .text{
    padding-left: 15px;
  }
}

.product-voice > li{
  margin-bottom: 20px;
}
.product-voice > li > a{
  display: block;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.product-voice > li > a:hover{
  background: #f5f5f5;
}
.product-voice > li > a:hover > div{
  opacity: .7;
}
.product-voice .image img{
  max-width: 100%;
  height: auto;
}
.product-voice .title{
  margin-bottom: 12px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: .5em;
}
.product-voice .date{
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}
.product-voice .profile{
  margin-bottom: 8px;
  line-height: 1;
  font-size: 90%;
  color: #666;
}
.product-voice .profile li{
  display: inline-block;
  margin-left: .5em;
  border-left: 1px solid #666;
  padding-left: .8em;
}
.product-voice .profile li:first-child{
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}
@media (max-width: 767px){
  .product-voice .image{
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .product-voice .image{
    float: left;
    margin-right: 10px;
  }
  .product-voice .content{
    overflow: hidden;
  }
}

.product-blog-list{
  margin-bottom: 20px;
}
.product-blog-list > li a{
  display: block;
  border: 1px solid #ccc;
  padding: 15px;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.product-blog-list > li a:hover{
  background: #f5f5f5;
}
.product-blog-list > li a:hover span{
  opacity: .7;
}
.product-blog-list .title,
.product-blog-list .text{
  display: block;
}
.product-blog-list .title{
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: bold;
}
.product-blog-list .text{
  margin-top: .5em;
  border-top: 2px solid #eee;
  padding-top: 10px;
  font-size: 1.3rem;
}
@media (max-width: 767px){
  .product-blog-list > li{
    margin-bottom: 10px;
  }
}
@media (min-width: 768px){
  .product-blog-list{
    display: flex;
  }
  .product-blog-list > li{
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 1;
            box-flex: 1;
    width: 100%;
  }
}

.master-slider{
position: relative;
visibility: hidden;
-moz-transform: translate3d(0 , 0 , 0);
}
.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}
.ms-moz .ms-slide-bgcont>img { transform: translateX(0px); }
.master-slider a,
.master-slider a:hover {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.wpb_row .master-slider-parent *,
.master-slider-parent * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.master-slider-parent {
margin-left: auto;
margin-right: auto;
}
.ms-layout-partialview .ms-view {
overflow: visible;
background-color:transparent;
}
.ms-layout-partialview .ms-container { overflow: hidden; }
.master-slider.before-init{}
.ms-loading-container{
position:absolute;
width:100%;
top:0;
}
.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
width: 36px;
height: 36px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/common/loading-2.gif) no-repeat center white;
border-radius: 60px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
position: absolute;
left: 50%;
top: 50%;
margin: -18px;
opacity: 0.9;
} .ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/common/grab.png), move;}
.ms-grabbing-cursor{cursor: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/common/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}
.ms-view {
margin:0px auto;
overflow:hidden;
position:relative;
-webkit-perspective: 2000px;
-moz-perspective: 2000px;
-ms-perspective: 2000px;
perspective: 2000px;
}
.ms-view .ms-slide-container{position:relative;}
.ms-slide {
position:absolute;
height:100%;
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-o-transform: translateZ(0px);
transform: translateZ(0px);
}
.ms-wk .ms-slide {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ms-slide.selected {}
.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
position: absolute;
overflow:hidden;
width: 100%;
}
.ms-slide .ms-slide-link {
display: block;
width: 100%;
height: 100%;
position: absolute;
top:0;
z-index: 110;
}
.ms-ie .ms-slide-link {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR窶娯帰A7) 0 0 repeat;
}
.ms-slide .ms-slide-bgvideocont{
z-index: 105;
height: 100%;
}
.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
-webkit-transform: translateZ(0.3px);
transform: translateZ(0.3px);
}
.ms-slide .ms-slide-bgvideo{
position: absolute;
top: 0px;
}
.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.ms-slide .ms-slide-video{
position:absolute;
top:0;
z-index: 111;
background:black;
padding:0;
margin: 0;
border: none;
}
.ms-slide .ms-pattern{
background-attachment: scroll;
width: 100%;
height: 100%;
z-index: 108;
position: absolute;
top: 0;
}
.ms-wk .ms-pattern{
-webkit-transform: translateZ(0.4px);
transform: translateZ(0.4px);
}
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
position:absolute;
cursor: pointer;
z-index: 110;
}
.ms-slide .ms-slide-vcbtn{
position:absolute;
cursor: pointer;
z-index: 113;
}
.ms-slide-vcbtn-mobile{
position: relative;
bottom: 0;
left:0;
width:100%;
height: 28px;
background-color: black;
color: white;
text-align: center;
cursor: pointer;
z-index: 113;
}
.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
text-transform: uppercase;
font-family: sans-serif;
font-size: 0.75em;
display: inline-block;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/common/video-close-btn.png) no-repeat 0px 3px;
padding-left: 15px;
height: 15px;
color: #DBDBDB;
margin-top: 7px;
}
.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
-webkit-transform: translateZ(0.44px);
transform: translateZ(0.44px);
}
.ms-video-img{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}
.ms-mask-frame{
overflow:hidden;
position:absolute;
float:left;
} .ms-thumb-list{
overflow:hidden;
position:absolute;
}
.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
cursor: pointer;
float: left;
overflow: hidden;
opacity: 0.5;
-webkit-transition: opacity 300ms;
-moz-transition: opacity 300ms;
-ms-transition: opacity 300ms;
-o-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }
.ms-tabs .ms-thumb-frame {
background-color: #F6f6f6;
text-shadow: 0 1px 1px white;
color: #222;
border: solid 1px white;
border-width: 0 1px 1px 0;
overflow: visible;
position: relative;
opacity: 1;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs.ms-has-thumb .ms-tab-thumb{ width:auto; }
.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
position: absolute;
opacity: 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
top: 0px;
left: 50%;
margin-left: -12px;
border-bottom: solid 12px #F6f6f6;
border-left: solid 12px transparent;
border-right: solid 12px transparent;
}
.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
top:-12px;
border-bottom-color: #EDEDED;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
bottom: 0px;
top:auto;
border-bottom:0px;
border-top: solid 12px #F6f6f6;
}
.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
bottom:-12px;
border-top-color: #EDEDED;
}
.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
top: 50%;
left: 0;
margin-top: -12px;
border-right: solid 12px #EDEDED;
border-top: solid 12px transparent;
border-bottom: solid 12px transparent;
}
.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
left:-12px;
border-right-color:#EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
left: auto;
right: 0;
border-right: 0;
border-left: solid 12px #EDEDED;
}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
opacity: 1;
right:-12px;
border-left-color:#EDEDED;
}
.ms-thumb-alt {
text-align: center;
margin: 5px;
font-size: 14px;
font-weight: 600;
} .ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
height: 100%;
width: 20px;
position: absolute;
left: 0;
cursor: pointer;
background: rgba(128, 128, 128, 0.5);
text-align: center;
color: white;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
right: 0;
left: auto;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
content: close-quote;
top: 43%;
position: relative;
border: solid rgba(0, 0, 0, 0);
border-width: 5px 5px 5px 0px;
display: block;
border-right-color: #FFF;
width: 6px;
height: 1px;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
border-width: 5px 0px 5px 5px;
border-left-color: #FFF;
left: 7px;
} .ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
width: 100%;
height: 20px;
position: absolute;
top: 0;
cursor: pointer;
background: rgba(128, 128, 128, 0.5);
text-align: center;
color: white;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
bottom: 0;
top: auto;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
content: close-quote;
left: 43%;
position: relative;
border: solid rgba(0, 0, 0, 0);
border-width: 0px 5px 5px 5px;
display: block;
border-bottom-color: #FFF;
height: 1px;
top: 5px;
width: 0;
}
.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
border-width: 5px 5px 0px 5px;
border-top-color: #FFF;
top: 7px;
} .ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont{ top:0 !important; }
.ms-tabs.ms-has-thumb .ms-thumb-frame{ height: auto !important; }
.ms-tabs.ms-has-thumb .ms-thumb{ padding:0; }
.ms-tabs.ms-has-thumb .ms-tab-context{ padding:20px; }
.ms-tabs.ms-align-left  .ms-tab-thumb{ float:left;  margin-right:20px; }
.ms-tabs.ms-align-right .ms-tab-thumb{ float:right; margin-left: 20px; }
.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-bullets.ms-dir-v {
position: absolute;
top:50%;
}
.ms-bullets.ms-dir-v .ms-bullet{
float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
left: 10px;
right: 10px;
top: 5px
}
.ms-sbar.ms-dir-v {
top: 10px;
bottom: 10px;
right: 5px
}
.ms-sbar .ms-bar {
height: 4px;
background: #333;
border-radius: 4px;
}
.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}
.ms-sbar .ms-bar{
position:relative;
-webkit-transition: opacity 300ms;
-moz-transition: opacity 300ms;
-ms-transition: opacity 300ms;
-o-transition: opacity 300ms;
transition: opacity 300ms;
}
.ms-timerbar {
width: 100%;
bottom: 0px;
position: absolute;
}
.ms-ctimer {
position: absolute;
top: 30px;
left: 30px;
cursor: pointer;
}
.ms-ctimer-bullet {}
.ms-time-bar{
-webkit-transition: width 120ms linear;
-moz-transition: width 120ms linear;
-ms-transition: width 120ms linear;
-o-transition: width 120ms linear;
transition: width 120ms linear;
}
.ms-ie7 .ms-tooltip-arrow{
height:0px;
}
.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}
.ms-pattern.ms-patt-1  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-2  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-3  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-4  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-5  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-6  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-7  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-8  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-9  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-10 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-11 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-12 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-13 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-14 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-15 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);} .ms-pattern.ms-patt-16 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-17 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-18 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-19 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-20 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-21 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-22 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-23 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-24 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-25 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-26 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-27 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-28 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-29 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-30 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);} .ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
width: 50px;
height: 51px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn {
width: 30px;
height: 30px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;
top: 18px;
right: 30px;
} .ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
width: 30px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png);
background-position: -89px -26px;
height: 40px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -20px;
position: absolute;
z-index: 110;
}
.ms-skin-default .ms-nav-next {
right: 30px;
left: auto;
background-position: -89px -103px;
}
.ms-skin-default .ms-bullet {
width: 10px;
height: 10px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1.png) no-repeat;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-default .ms-bullet-selected {
background-position: -34px -84px;
}
.ms-skin-default .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-default .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-default .ms-tooltip {
max-width:200px;
}
.ms-skin-default .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
margin-left: -1px;
} @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) {
.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn,
.ms-skin-default .ms-slide .ms-slide-vcbtn,
.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-bullet{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-1-retina.png);
background-size: 152px 225px;
}
} .ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
width: 54px;
height: 54px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
}
.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
width: 27px;
height: 26px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;
top: 30px;
right: 30px;
} .ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
width: 53px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1.png);
background-position: -79px -19px;
height: 61px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -26px;
position: absolute;
z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
right: 30px;
left: auto;
background-position: -79px -97px;
}
.ms-skin-black-1 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-black-1 .ms-bullet {
width: 9px;
height: 9px;
background: white;
margin: 4px;
border: solid 1px rgb(58, 58, 58);
}
.ms-skin-black-1 .ms-bullet-selected {
background-color: black;
}
.ms-skin-black-1 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: white;
border-top-color: rgba(0, 0, 0, 0.8);
bottom: -10px;
}
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: white;
border-bottom-color: rgba(0, 0, 0, 0.8);
top: -10px;
}
.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: white;
border-right-color: rgba(0, 0, 0, 0.8);
left: -10px;
}
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: black;
border-left-color: rgba(0, 0, 0, 0.8);
right: -10px;
}
.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #444444;
background: black;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: white;
background: rgba(255, 255, 255, 0.9);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-black-1  .ms-tooltip {
max-width:200px;
}
.ms-skin-black-1 .ms-tooltip-cont {
padding: 10px;
background: black;
background: rgba(0, 0, 0, 0.8);
text-shadow: 0 1px 0px black;
color: white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn,
.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-1-retina.png);
background-size: 152px 225px;
}
} .ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn{
width: 55px;
height: 55px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px white;
border: solid 1px #3d3d3d;
border-radius: 50%;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
background-color: #f1f1f1;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
width: 31px;
height: 31px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px white;
border-radius: 50%;
border: solid 1px #3d3d3d;
top: 18px;
right: 30px;
transition: background-color 300ms;
} .ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/minimal.svg) no-repeat white;
background-position: -178px 17px;
border: solid 1px #3d3d3d;
border-radius: 50%;
height: 55px;
width: 55px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -27px;
position: absolute;
z-index: 110;
transition: background-color 300ms;
}
.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover{
background-color: #f1f1f1;
}
.ms-skin-minimal .ms-nav-next {
right: 30px;
left: auto;
background-position: -75px 17px;
}
.ms-skin-minimal .ms-bullet {
width: 8px;
height: 8px;
background: white;
border: solid 1px #3d3d3d;
border-radius: 50%;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-minimal .ms-bullet-selected {
background: #3d3d3d;
}
.ms-skin-minimal .ms-time-bar {
height: 3px;
background: #FFFFFF;
border-top: solid 1px rgba(0, 0, 0, 0.41);
}
.ms-skin-minimal .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-minimal .ms-tooltip-point {cursor: pointer;}
.ms-skin-minimal .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px;
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-minimal .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px;
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-minimal .ms-tooltip {
max-width:200px;
}
.ms-skin-minimal .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
margin-left: -1px;
} .ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn{
width: 45px;
height: 45px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) black no-repeat -16px -103px;
border: solid 3px rgb(255, 255, 255);  
border-color: rgba(255, 255, 255, 0.4);
-webkit-background-clip: padding-box;
top: 50%;
left: 50%;
margin: -23px 0 0 -23px;
}
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover{
background-color: #3D3D3D;
}
.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
width: 25px;
height: 25px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) black no-repeat -27px -36px;
border: solid 2px white;
border-color: rgba(255, 255, 255, 0.4);
top: 15px;
right: 15px;
}
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn{
border-radius: 50px;
} .ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
position: absolute;
cursor: pointer;
z-index: 110;
width: 45px;
height: 45px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2.png) black;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
background-position: -88px -26px;
border: solid 3px rgb(255, 255, 255);
border-color: rgba(255, 255, 255, 0.4);
top: 50%;
left: 30px;
margin-top: -22px;
}
.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn{
border-radius: 90px;
}
.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover{
background-color: #3d3d3d;
}
.ms-skin-black-2 .ms-nav-next {
right: 30px;
left: auto;
background-position: -86px -103px;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-black-2 .ms-bullet {
width: 8px;
height: 8px;
background: white;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
-ms-background-clip: padding-box;
border: solid 3px white;
border-color: rgba(0, 0, 0, 0.44);
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-black-2.round-skin .ms-bullet{
border-radius: 15px;
}
.ms-skin-black-2 .ms-bullet-selected {
background-color: black;
border-color: white;
border-color: rgba(255, 255, 255, 0.44);
}
.ms-skin-black-2 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-black-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border{
display: none;
}
.ms-skin-black-2  .ms-tooltip {
max-width:200px;
}
.ms-skin-black-2 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn,
.ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/black-skin-2-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn{
width: 54px;
height: 54px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
}
.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
width: 27px;
height: 26px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;
top: 30px;
right: 30px;
} .ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
width: 53px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2.png);
background-position: -79px -19px;
height: 61px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -26px;
position: absolute;
z-index: 110;
}
.ms-skin-light-2 .ms-nav-next {
right: 30px;
left: auto;
background-position: -79px -97px;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-2 .ms-bullet {
width: 9px;
height: 9px;
background: black;
margin: 4px;
border: solid 1px rgb(58, 58, 58);
}
.ms-skin-light-2 .ms-bullet-selected {
background-color: white;
}
.ms-skin-light-2 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-light-2  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-2 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn,
.ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-2-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn{
width: 50px;
height: 50px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
}
.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
width: 31px;
height: 29px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;
top: 30px;
right: 30px;
} .ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
width: 50px; background-position: -82px -22px;
height: 50px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -25px;
position: absolute;
z-index: 110;
}
.ms-skin-light-3 .ms-nav-next {
right: 30px;
left: auto;
background-position: -81px -99px;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-3 .ms-bullet {
width: 16px;
height: 16px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-3.png) no-repeat;
background-position: -31px -114px;
margin: 4px;
}
.ms-skin-light-3 .ms-bullet-selected {
background-position: -31px -81px;
}
.ms-skin-light-3 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-3 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-light-3  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-3 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn,
.ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev,
.ms-skin-light-3 .ms-bullet{ background-size: 152px 225px;
}
} .ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn{
width: 54px;
height: 54px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;
top: 50%;
left: 50%;
margin: -27px 0 0 -27px;
}
.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
width: 27px;
height: 26px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;
top: 30px;
right: 30px;
} .ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
width: 54px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4.png);
background-position: -77px -5px;
height: 68px;
cursor: pointer;
top: 50%;
left: -27px;
margin-top: -40px;
position: absolute;
z-index: 110;
}
.ms-skin-light-4 .ms-nav-next {
right: -27px;
left: auto;
background-position: -79px -83px;
}
.ms-skin-light-4 .ms-thumb-frame-selected {
opacity: 0.6;
}
.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
bottom: -60px;
width: 100%;
height: 60px;
}
.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
height: 100%;
width: 60px;
right: -60px;
top: 0;
}
.ms-skin-light-4 .ms-thumb-frame {
cursor: pointer;
float: left;
width: 60px;
height: 60px;
margin: 1px 0 0 1px;
overflow: hidden;
}
.ms-skin-light-4 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-4 .ms-bullet {
width: 9px;
height: 9px;
background: #b9b9b9;
margin: 4px;
border: solid 1px rgb(163, 163, 163);
}
.ms-skin-light-4 .ms-bullet-selected {
background-color: white;
}
.ms-skin-light-4 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: white;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-4 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #E0E0E0;
background: #4b8aac;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: white;
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-light-4  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-4 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn,
.ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-4-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn{
width: 32px;
height: 32px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) black no-repeat -24px -160px;
top: 50%;
left: 50%;
margin: -18px 0 0 -18px;
}
.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover{
background-color:#646464;
}
.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
width: 30px;
height: 30px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) white no-repeat -24px -28px;
top: 18px;
right: 30px;
} .ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
width: 32px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) white;
background-position: -94px -32px;
height: 32px;
cursor: pointer;
bottom: 40px;
left: 40px;
margin-top: -20px;
position: absolute;
z-index: 110;
}
.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
background-color:#E0E0E0;
}
.ms-skin-light-5 .ms-nav-next {
left: 73px;
background-position: -93px -110px;
}
.ms-skin-light-5 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-5 .ms-bullet {
width: 10px;
height: 10px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5.png) no-repeat;
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-light-5 .ms-bullet-selected {
background-position: -34px -84px;
}
.ms-skin-light-5 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-5 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
} .ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
animation:none;
-moz-animation:none;
-webkit-animation:none;
-o-animation:none;
}
.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
display: none;
}
.ms-skin-light-5  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-5 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn,
.ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-5-retina.png);
background-size: 152px 225px;
}
} .ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn{
width: 45px;
height: 45px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) white no-repeat -16px -103px;
border: solid 3px rgb(112, 112, 112);  border-color: rgba(0, 0, 0, 0.27);
-webkit-background-clip: padding-box;
top: 50%;
left: 50%;
margin: -23px 0 0 -23px;
}
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover{
background-color:#E0E0E0;
}
.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
width: 25px;
height: 25px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) white no-repeat -27px -36px;
top: 15px;
right: 15px;
}
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn{
border-radius: 30px;
} .ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
position: absolute;
cursor: pointer;
z-index: 110;
width: 45px;
height: 45px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) white;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
background-position: -88px -26px;
border: solid 3px rgb(112, 112, 112);
border-color: rgba(0, 0, 0, 0.27);
top: 50%;
left: 30px;
margin-top: -22px;
}
.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn{
border-radius: 90px;
}
.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover{
background-color:#E0E0E0;
}
.ms-skin-light-6 .ms-nav-next {
right: 30px;
left: auto;
background-position: -86px -103px;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-light-6 .ms-bullet {
width: 8px;
height: 8px;
background: black;
-webkit-background-clip: padding-box;
border: solid 3px white;
border-color: rgba(255, 255, 255, 0.44);
margin: 4px;
background-position: -34px -117px;
}
.ms-skin-light-6.round-skin .ms-bullet{
border-radius: 15px;
}
.ms-skin-light-6 .ms-bullet-selected {
background-color: white;
border-color: black;
border-color: rgba(0, 0, 0, 0.44);
}
.ms-skin-light-6 .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-light-6 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border{
display: none;
}
.ms-skin-light-6  .ms-tooltip {
max-width:200px;
}
.ms-skin-light-6 .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn,
.ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6-retina.png);
background-size: 152px 225px;
}
} .ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn{
width: 47px;
height: 46px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;
top: 50%;
left: 50%;
margin: -22px 0 0 -24px;
}
.ms-skin-metro .ms-slide .ms-slide-vcbtn {
width: 47px;
height: 47px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;
top: 15px;
right: 15px;
} .ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
width: 47px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png);
background-position: -83px -23px;
height: 47px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -24px;
position: absolute;
z-index: 110;
}
.ms-skin-metro .ms-nav-next {
right: 30px;
left: auto;
background-position: -81px -100px;
}
.ms-skin-metro .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-metro .ms-bullet {
width: 16px;
height: 16px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin.png) no-repeat;
background-position: -31px -114px;
margin: 4px;
}
.ms-skin-metro .ms-bullet-selected {
background-position: -31px -81px;
}
.ms-skin-metro .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: silver;
border-top-color: rgba(240, 240, 240, 0.88);
bottom: -10px;
}
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: silver;
border-bottom-color: rgba(240, 240, 240, 0.88);
top: -10px;
}
.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: silver;
border-right-color: rgba(240, 240, 240, 0.88);
left: -10px;
}
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: silver;
border-left-color: rgba(240, 240, 240, 0.88);
right: -10px;
}
.ms-skin-metro .ms-tooltip-point {cursor: pointer;}
.ms-skin-metro .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #BBB;
background: white;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-metro .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: black;
background:rgba(0, 0, 0, 0.36);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-metro .ms-tooltip {
max-width:200px;
}
.ms-skin-metro .ms-tooltip-cont {
padding: 10px;
background: silver;
background: rgba(240, 240, 240, 0.88);
text-shadow: 0 1px 0px white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn,
.ms-skin-metro .ms-slide .ms-slide-vcbtn,
.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev,
.ms-skin-metro .ms-bullet{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/metro-skin-retina.png);
background-size: 152px 225px;
}
} .ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn{
width: 60px;
height: 60px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;
top: 50%;
left: 50%;
margin: -30px 0 0 -30px;
}
.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
width: 24px;
height: 24px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;
top: 30px;
right: 30px;
} .ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
width: 60px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png);
background-position: -76px -17px;
height: 60px;
cursor: pointer;
top: 50%;
left: 30px;
margin-top: -30px;
position: absolute;
z-index: 110;
}
.ms-skin-contrast .ms-nav-next {
right: 30px;
left: auto;
background-position: -77px -91px;
}
.ms-skin-contrast .ms-bullets.ms-dir-h {
position: absolute;
bottom: 20px;
right: 50%;
width: 100px;
}
.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
position: relative;
right: -50%;
}
.ms-skin-contrast .ms-bullet {
width: 16px;
height: 16px;
background: url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin.png) no-repeat;
background-position: -31px -114px;
margin: 4px;
}
.ms-skin-contrast .ms-bullet-selected {
background-position: -31px -81px;
}
.ms-skin-contrast .ms-tooltip{
position: absolute;
z-index: 210;
cursor: auto;
}
.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{
border-left: solid 10px transparent;
border-right: solid 10px transparent;
position: absolute;
left: 50%;
margin-left: -10px;
}
.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow{
border-top: solid 10px;
border-top-color: #fc3116;
border-top-color: rgba(252, 49, 22, 0.8);
bottom: -10px;
}
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
border-bottom: solid 10px;
border-bottom-color: #fc3116;
border-bottom-color: rgba(252, 49, 22, 0.8);
top: -10px;
}
.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{
border-top: solid 10px transparent;
border-bottom: solid 10px transparent;
position: absolute;
top: 50%;
margin-top: -10px;
}
.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow{
border-right: solid 10px;
border-right-color: #fc3116;
border-right-color: rgba(252, 49, 22, 0.8);
left: -10px;
}
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
border-left: solid 10px;
border-left-color: #fc3116;
border-left-color: rgba(252, 49, 22, 0.8);
right: -10px;
}
.ms-skin-contrast .ms-tooltip-point {cursor: pointer;}
.ms-skin-contrast .ms-tooltip-point .ms-point-center {
width: 12px;
height: 12px; 
border-radius: 15px;
border: solid 2px #636363;
background: black;
margin: -8px 0 0 -8px;
position: absolute;
z-index: 105;
}
.ms-skin-contrast .ms-tooltip-point .ms-point-border {
width: 22px;
height: 22px; 
background: white;
background: rgba(255, 255, 255, 0.99);
margin: -11px 0 0 -11px;
position: absolute;
border-radius: 15px;
animation: point-anim 1.5s infinite ;
-moz-animation: point-anim 1.5s infinite;
-webkit-animation: point-anim 1.5s infinite;
-o-animation: point-anim 1.5s infinite;
}
.ms-skin-contrast  .ms-tooltip {
max-width:200px;
}
.ms-skin-contrast .ms-tooltip-cont {
padding: 10px;
background: #fc3116;
background: rgba(252, 49, 22, 0.8);
text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
color: white;
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
} @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) {
.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn,
.ms-skin-contrast .ms-slide .ms-slide-vcbtn,
.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev,
.ms-skin-contrast .ms-bullet{
background-image:url(//genki-heiwado.com/liquor/wp-content/plugins/master-slider/public/assets/css/skins/contrast-skin-retina.png);
background-size: 152px 225px;
}
}.ms-parent-id-2 > .master-slider{ background:#ffffff url(https://genki-heiwado.com/liquor/wp-content/uploads/2019/11/tomei.png) repeat top left; }