@charset "UTF-8";
/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/
@font-face {
  font-weight: 100;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-weight: 200;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-weight: 300;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-weight: 400;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-weight: bold;
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"); }
@font-face {
  font-weight: 100;
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular"); }
@font-face {
  font-weight: 200;
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular"); }
/* Reset CSS */
/* Based on normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css
 *
 */
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "sans-serif";
  line-height: 1.6; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  margin: 0;
  padding: 0; }

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

a img {
  border: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */ }

/**
 * 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 {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  max-width: 100%;
  font: inherit;
  /* 1 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  /* 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 {
  padding: 0;
  border-style: none; }

/**
 * 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 {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

form {
  display: block; }

textarea {
  display: block; }

select {
  display: block; }

fieldset {
  margin-top: 6px; }

label {
  display: block;
  margin: 6px 6px 0 0; }

textarea {
  border: #CCC 1px solid;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0 #CCC inset; }
  textarea:focus {
    box-shadow: 0px 0px 4px 1px #5AF; }

input[type="datetime"], input[type="date"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="serch"], input[type="tel"], input[type="text"], input[type="time"], input[type="week"] {
  display: block;
  border: #CCC 1px solid;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0 #CCC inset; }
  input[type="datetime"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="serch"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    box-shadow: 0px 0px 4px 1px #5AF; }
input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  min-width: 3.2em;
  border: #AAA 1px solid;
  border-radius: 4px;
  background: linear-gradient(#fafafa 0%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d6d6d6',GradientType=0 ); }
input[type="radio"] {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle; }
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
  vertical-align: baseline; }
input[type="file"] {
  display: inline-block;
  margin: 6px 0 0; }

select {
  border: 1px solid #CCC;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0 #CCC inset; }

option {
  font-weight: 500; }

@media all and (-ms-high-contrast: none) {
  input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 0.25em 0.38em 0; }

  select {
    font-family: meiryo, sans-serif; } }
/**
 * 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 {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  max-width: 100%;
  /* 1 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/* style base */
section {
  clear: both;
  padding-top: 10px; }

code {
  display: block;
  overflow-x: scroll;
  white-space: pre;
  font-size: 14px;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace, "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic"; }

blockquote {
  margin: 10px;
  padding: 10px; }

table {
  max-width: 100%;
  border-collapse: collapse; }

.table-fix {
  table-layout: fixed; }

th, td {
  padding: 0 3px;
  empty-cells: show; }

ul, ol {
  padding-left: 2em; }

p {
  margin: 0;
  padding: 0; }

  a:link, a:visited {
      text-decoration: none;
      color: #000000;
  }
  a:hover, a:active {
  opacity: 0.85;
  -ms-filter: "alpha(opacity=85)"; }

img {
  padding-top: 0.3em;
  max-width: 100%;
  width: auto;
  height: auto; }

.aligncenter, .aligncenter img {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 5px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 5px; }

@media screen and (min-width: 577px) {
  img.alignleft, img.alignright {
    max-width: 50%; } }
.br {
  display: block;
  float: none;
  margin: 0; }
  .br::after {
    content: "\A";
    white-space: pre; }

nav, nav ul, nav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 768px) {
  .alignleft.br-tab, .alignright.br-tab {
    display: block;
    float: none;
    margin: 0;
    max-width: 100%; }
    .alignleft.br-tab::after, .alignright.br-tab::after {
      content: "\A";
      white-space: pre; }

  .tab-center, img.alignleft.tab-center, img.alignright.tab-center {
    display: block;
    float: none;
    margin: 0 auto; } }
@media screen and (max-width: 576px) {
  img.alignleft, img.alignright {
    position: relative;
    right: 0;
    display: block;
    float: none;
    margin: 0; }
    img.alignleft::after, img.alignright::after {
      content: "\A";
      white-space: pre; }

  img.alignleft.br-no {
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    max-width: 50%; }
    img.alignleft.br-no::after {
      content: "";
      white-space: pre; }

  img.alignright.br-no {
    display: inline;
    float: right;
    margin: 0 0 0 5px;
    max-width: 50%; }
    img.alignright.br-no::after {
      content: "";
      white-space: pre; }

  .sp-center, img.alignleft.sp-center, img.alignright.sp-center {
    display: block;
    margin: 0 auto; }
}
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%; }

.container {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .container {
    padding: 0 5px; } }
.clear {
  clear: both; }

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
  line-height: 0; }

.list-style-none {
  padding: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.caption {
  display: block;
  box-sizing: content-box;
  margin-bottom: 10px;
  max-width: 100%;
  line-height: 1.2; }

.caption-img {
  display: inline-block;
  max-width: 100%; }

.caption-img > img {
  max-width: 100%; }

.caption-text {
  display: inline;
  font-size: 14px; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.middle-container {
  display: table; }

.middle-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

 .pc, .pc-inline {
  display: none !important;
}
.tab, .tab-inline{
 display: none;
}
.sp {
  display: block; }

.sp-inline {
  display: inline-block; }

@media screen and (max-width: 1087px) {
  .sp, .sp-inline {
    display: none; }

  .tab {
    display: block; }

  .tab-inline {
    display: inline; } }
@media screen and (min-width: 1088px) {
  .tab, .tab-inline {
    display: none; }

  .pc {
    display: block !important; }

  .tab-none.pc {
    display: block !important; }

  .pc-inline {
    display: inline; } }
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin: auto; }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt25 {
  margin-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

/* row-col grid layout */
.float {
  width: calc(100% + 10px);
  margin-left: -5px; }
  .float::after {
    clear: both;
    content: " ";
    display: block;
    line-height: 0; }

.float-nm {
  width: 100%;
  margin: 0; }
  .float-nm::after {
    clear: both;
    content: " ";
    display: block;
    line-height: 0; }

/* float settings (all grids) */
.col-1, .col-pc-1, .col-tab-1, .col-sp-1, .col-1nm, .col-pc-1nm, .col-tab-1nm, .col-sp-1nm, .col-2, .col-pc-2, .col-tab-2, .col-sp-2, .col-2nm, .col-pc-2nm, .col-tab-2nm, .col-sp-2nm, .col-3, .col-pc-3, .col-tab-3, .col-sp-3, .col-3nm, .col-pc-3nm, .col-tab-3nm, .col-sp-3nm, .col-4, .col-pc-4, .col-tab-4, .col-sp-4, .col-4nm, .col-pc-4nm, .col-tab-4nm, .col-sp-4nm, .col-5, .col-pc-5, .col-tab-5, .col-sp-5, .col-5nm, .col-pc-5nm, .col-tab-5nm, .col-sp-5nm, .col-6, .col-pc-6, .col-tab-6, .col-sp-6, .col-6nm, .col-pc-6nm, .col-tab-6nm, .col-sp-6nm, .col-7, .col-pc-7, .col-tab-7, .col-sp-7, .col-7nm, .col-pc-7nm, .col-tab-7nm, .col-sp-7nm, .col-8, .col-pc-8, .col-tab-8, .col-sp-8, .col-8nm, .col-pc-8nm, .col-tab-8nm, .col-sp-8nm, .col-9, .col-pc-9, .col-tab-9, .col-sp-9, .col-9nm, .col-pc-9nm, .col-tab-9nm, .col-sp-9nm, .col-10, .col-pc-10, .col-tab-10, .col-sp-10, .col-10nm, .col-pc-10nm, .col-tab-10nm, .col-sp-10nm, .col-11, .col-pc-11, .col-tab-11, .col-sp-11, .col-11nm, .col-pc-11nm, .col-tab-11nm, .col-sp-11nm, .col-12, .col-pc-12, .col-tab-12, .col-sp-12, .col-12nm, .col-pc-12nm, .col-tab-12nm, .col-sp-12nm, .col-1by5, .col-pc-1by5, .col-tab-1by5, .col-sp-1by5, .col-1by5nm, .col-pc-1by5nm, .col-tab-1by5nm, .col-sp-1by5nm, .col-2by5, .col-pc-2by5, .col-tab-2by5, .col-sp-2by5, .col-2by5nm, .col-pc-2by5nm, .col-tab-2by5nm, .col-sp-2by5nm, .col-3by5, .col-pc-3by5, .col-tab-3by5, .col-sp-3by5, .col-3by5nm, .col-pc-3by5nm, .col-tab-3by5nm, .col-sp-3by5nm, .col-4by5, .col-pc-4by5, .col-tab-4by5, .col-sp-4by5, .col-4by5nm, .col-pc-4by5nm, .col-tab-4by5nm, .col-sp-4by5nm, .col-1by7, .col-pc-1by7, .col-tab-1by7, .col-sp-1by7, .col-1by7nm, .col-pc-1by7nm, .col-tab-1by7nm, .col-sp-1by7nm, .col-2by7, .col-pc-2by7, .col-tab-2by7, .col-sp-2by7, .col-2by7nm, .col-pc-2by7nm, .col-tab-2by7nm, .col-sp-2by7nm, .col-3by7, .col-pc-3by7, .col-tab-3by7, .col-sp-3by7, .col-3by7nm, .col-pc-3by7nm, .col-tab-3by7nm, .col-sp-3by7nm, .col-4by7, .col-pc-4by7, .col-tab-4by7, .col-sp-4by7, .col-4by7nm, .col-pc-4by7nm, .col-tab-4by7nm, .col-sp-4by7nm, .col-5by7, .col-pc-5by7, .col-tab-5by7, .col-sp-5by7, .col-5by7nm, .col-pc-5by7nm, .col-tab-5by7nm, .col-sp-5by7nm, .col-6by7, .col-pc-6by7, .col-tab-6by7, .col-sp-6by7, .col-6by7nm, .col-pc-6by7nm, .col-tab-6by7nm, .col-sp-6by7nm {
  float: left; }

.col-1r, .col-pc-1r, .col-tab-1r, .col-sp-1r, .col-1nmr, .col-pc-1nmr, .col-tab-1nmr, .col-sp-1nmr, .col-2r, .col-pc-2r, .col-tab-2r, .col-sp-2r, .col-2nmr, .col-pc-2nmr, .col-tab-2nmr, .col-sp-2nmr, .col-3r, .col-pc-3r, .col-tab-3r, .col-sp-3r, .col-3nmr, .col-pc-3nmr, .col-tab-3nmr, .col-sp-3nmr, .col-4r, .col-pc-4r, .col-tab-4r, .col-sp-4r, .col-4nmr, .col-pc-4nmr, .col-tab-4nmr, .col-sp-4nmr, .col-5r, .col-pc-5r, .col-tab-5r, .col-sp-5r, .col-5nmr, .col-pc-5nmr, .col-tab-5nmr, .col-sp-5nmr, .col-6r, .col-pc-6r, .col-tab-6r, .col-sp-6r, .col-6nmr, .col-pc-6nmr, .col-tab-6nmr, .col-sp-6nmr, .col-7r, .col-pc-7r, .col-tab-7r, .col-sp-7r, .col-7nmr, .col-pc-7nmr, .col-tab-7nmr, .col-sp-7nmr, .col-8r, .col-pc-8r, .col-tab-8r, .col-sp-8r, .col-8nmr, .col-pc-8nmr, .col-tab-8nmr, .col-sp-8nmr, .col-9r, .col-pc-9r, .col-tab-9r, .col-sp-9r, .col-9nmr, .col-pc-9nmr, .col-tab-9nmr, .col-sp-9nmr, .col-10r, .col-pc-10r, .col-tab-10r, .col-sp-10r, .col-10nmr, .col-pc-10nmr, .col-tab-10nmr, .col-sp-10nmr, .col-11r, .col-pc-11r, .col-tab-11r, .col-sp-11r, .col-11nmr, .col-pc-11nmr, .col-tab-11nmr, .col-sp-11nmr, .col-12r, .col-pc-12r, .col-tab-12r, .col-sp-12r, .col-12nmr, .col-pc-12nmr, .col-tab-12nmr, .col-sp-12nmr, .col-1by5r, .col-pc-1by5r, .col-tab-1by5r, .col-sp-1by5r, .col-1by5nmr, .col-pc-1by5nmr, .col-tab-1by5nmr, .col-sp-1by5nmr, .col-2by5r, .col-pc-2by5r, .col-tab-2by5r, .col-sp-2by5r, .col-2by5nmr, .col-pc-2by5nmr, .col-tab-2by5nmr, .col-sp-2by5nmr, .col-3by5r, .col-pc-3by5r, .col-tab-3by5r, .col-sp-3by5r, .col-3by5nmr, .col-pc-3by5nmr, .col-tab-3by5nmr, .col-sp-3by5nmr, .col-4by5r, .col-pc-4by5r, .col-tab-4by5r, .col-sp-4by5r, .col-4by5nmr, .col-pc-4by5nmr, .col-tab-4by5nmr, .col-sp-4by5nmr, .col-1by7r, .col-pc-1by7r, .col-tab-1by7r, .col-sp-1by7r, .col-1by7nmr, .col-pc-1by7nmr, .col-tab-1by7nmr, .col-sp-1by7nmr, .col-2by7r, .col-pc-2by7r, .col-tab-2by7r, .col-sp-2by7r, .col-2by7nmr, .col-pc-2by7nmr, .col-tab-2by7nmr, .col-sp-2by7nmr, .col-3by7r, .col-pc-3by7r, .col-tab-3by7r, .col-sp-3by7r, .col-3by7nmr, .col-pc-3by7nmr, .col-tab-3by7nmr, .col-sp-3by7nmr, .col-4by7r, .col-pc-4by7r, .col-tab-4by7r, .col-sp-4by7r, .col-4by7nmr, .col-pc-4by7nmr, .col-tab-4by7nmr, .col-sp-4by7nmr, .col-5by7r, .col-pc-5by7r, .col-tab-5by7r, .col-sp-5by7r, .col-5by7nmr, .col-pc-5by7nmr, .col-tab-5by7nmr, .col-sp-5by7nmr, .col-6by7r, .col-pc-6by7r, .col-tab-6by7r, .col-sp-6by7r, .col-6by7nmr, .col-pc-6by7nmr, .col-tab-6by7nmr, .col-sp-6by7nmr {
  float: right; }

/* width settings @sp screen */
.col-1, .col-pc-1, .col-tab-1, .col-1r, .col-pc-1r, .col-tab-1r, .col-2, .col-pc-2, .col-tab-2, .col-2r, .col-pc-2r, .col-tab-2r, .col-3, .col-pc-3, .col-tab-3, .col-3r, .col-pc-3r, .col-tab-3r, .col-4, .col-pc-4, .col-tab-4, .col-4r, .col-pc-4r, .col-tab-4r, .col-5, .col-pc-5, .col-tab-5, .col-5r, .col-pc-5r, .col-tab-5r, .col-6, .col-pc-6, .col-tab-6, .col-6r, .col-pc-6r, .col-tab-6r, .col-7, .col-pc-7, .col-tab-7, .col-7r, .col-pc-7r, .col-tab-7r, .col-8, .col-pc-8, .col-tab-8, .col-8r, .col-pc-8r, .col-tab-8r, .col-9, .col-pc-9, .col-tab-9, .col-9r, .col-pc-9r, .col-tab-9r, .col-10, .col-pc-10, .col-tab-10, .col-10r, .col-pc-10r, .col-tab-10r, .col-11, .col-pc-11, .col-tab-11, .col-11r, .col-pc-11r, .col-tab-11r, .col-12, .col-pc-12, .col-tab-12, .col-12r, .col-pc-12r, .col-tab-12r, .col-1by5, .col-pc-1by5, .col-tab-1by5, .col-1by5r, .col-pc-1by5r, .col-tab-1by5r, .col-2by5, .col-pc-2by5, .col-tab-2by5, .col-2by5r, .col-pc-2by5r, .col-tab-2by5r, .col-3by5, .col-pc-3by5, .col-tab-3by5, .col-3by5r, .col-pc-3by5r, .col-tab-3by5r, .col-4by5, .col-pc-4by5, .col-tab-4by5, .col-4by5r, .col-pc-4by5r, .col-tab-4by5r, .col-1by7, .col-pc-1by7, .col-tab-1by7, .col-1by7r, .col-pc-1by7r, .col-tab-1by7r, .col-2by7, .col-pc-2by7, .col-tab-2by7, .col-2by7r, .col-pc-2by7r, .col-tab-2by7r, .col-3by7, .col-pc-3by7, .col-tab-3by7, .col-3by7r, .col-pc-3by7r, .col-tab-3by7r, .col-4by7, .col-pc-4by7, .col-tab-4by7, .col-4by7r, .col-pc-4by7r, .col-tab-4by7r, .col-5by7, .col-pc-5by7, .col-tab-5by7, .col-5by7r, .col-pc-5by7r, .col-tab-5by7r, .col-6by7, .col-pc-6by7, .col-tab-6by7, .col-6by7r, .col-pc-6by7r, .col-tab-6by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(100% - 10px); }

.col-1nm, .col-pc-1nm, .col-tab-1nm, .col-1nmr, .col-pc-1nmr, .col-tab-1nmr, .col-2nm, .col-pc-2nm, .col-tab-2nm, .col-2nmr, .col-pc-2nmr, .col-tab-2nmr, .col-3nm, .col-pc-3nm, .col-tab-3nm, .col-3nmr, .col-pc-3nmr, .col-tab-3nmr, .col-4nm, .col-pc-4nm, .col-tab-4nm, .col-4nmr, .col-pc-4nmr, .col-tab-4nmr, .col-5nm, .col-pc-5nm, .col-tab-5nm, .col-5nmr, .col-pc-5nmr, .col-tab-5nmr, .col-6nm, .col-pc-6nm, .col-tab-6nm, .col-6nmr, .col-pc-6nmr, .col-tab-6nmr, .col-7nm, .col-pc-7nm, .col-tab-7nm, .col-7nmr, .col-pc-7nmr, .col-tab-7nmr, .col-8nm, .col-pc-8nm, .col-tab-8nm, .col-8nmr, .col-pc-8nmr, .col-tab-8nmr, .col-9nm, .col-pc-9nm, .col-tab-9nm, .col-9nmr, .col-pc-9nmr, .col-tab-9nmr, .col-10nm, .col-pc-10nm, .col-tab-10nm, .col-10nmr, .col-pc-10nmr, .col-tab-10nmr, .col-11nm, .col-pc-11nm, .col-tab-11nm, .col-11nmr, .col-pc-11nmr, .col-tab-11nmr, .col-12nm, .col-pc-12nm, .col-tab-12nm, .col-12nmr, .col-pc-12nmr, .col-tab-12nmr, .col-1by5nm, .col-pc-1by5nm, .col-tab-1by5nm, .col-1by5nmr, .col-pc-1by5nmr, .col-tab-1by5nmr, .col-2by5nm, .col-pc-2by5nm, .col-tab-2by5nm, .col-2by5nmr, .col-pc-2by5nmr, .col-tab-2by5nmr, .col-3by5nm, .col-pc-3by5nm, .col-tab-3by5nm, .col-3by5nmr, .col-pc-3by5nmr, .col-tab-3by5nmr, .col-4by5nm, .col-pc-4by5nm, .col-tab-4by5nm, .col-4by5nmr, .col-pc-4by5nmr, .col-tab-4by5nmr, .col-1by7nm, .col-pc-1by7nm, .col-tab-1by7nm, .col-1by7nmr, .col-pc-1by7nmr, .col-tab-1by7nmr, .col-2by7nm, .col-pc-2by7nm, .col-tab-2by7nm, .col-2by7nmr, .col-pc-2by7nmr, .col-tab-2by7nmr, .col-3by7nm, .col-pc-3by7nm, .col-tab-3by7nm, .col-3by7nmr, .col-pc-3by7nmr, .col-tab-3by7nmr, .col-4by7nm, .col-pc-4by7nm, .col-tab-4by7nm, .col-4by7nmr, .col-pc-4by7nmr, .col-tab-4by7nmr, .col-5by7nm, .col-pc-5by7nm, .col-tab-5by7nm, .col-5by7nmr, .col-pc-5by7nmr, .col-tab-5by7nmr, .col-6by7nm, .col-pc-6by7nm, .col-tab-6by7nm, .col-6by7nmr, .col-pc-6by7nmr, .col-tab-6by7nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 100%; }

.col-sp-1, .col-sp-1r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(8.33333% - 10px); }

.col-sp-1nm, .col-sp-1nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 8.33333%; }

.col-sp-2, .col-sp-2r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(16.66667% - 10px); }

.col-sp-2nm, .col-sp-2nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 16.66667%; }

.col-sp-3, .col-sp-3r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(25% - 10px); }

.col-sp-3nm, .col-sp-3nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 25%; }

.col-sp-4, .col-sp-4r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(33.33333% - 10px); }

.col-sp-4nm, .col-sp-4nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 33.33333%; }

.col-sp-5, .col-sp-5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(41.66667% - 10px); }

.col-sp-5nm, .col-sp-5nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 41.66667%; }

.col-sp-6, .col-sp-6r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(50% - 10px); }

.col-sp-6nm, .col-sp-6nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 50%; }

.col-sp-7, .col-sp-7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(58.33333% - 10px); }

.col-sp-7nm, .col-sp-7nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 58.33333%; }

.col-sp-8, .col-sp-8r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(66.66667% - 10px); }

.col-sp-8nm, .col-sp-8nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 66.66667%; }

.col-sp-9, .col-sp-9r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(75% - 10px); }

.col-sp-9nm, .col-sp-9nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 75%; }

.col-sp-10, .col-sp-10r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(83.33333% - 10px); }

.col-sp-10nm, .col-sp-10nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 83.33333%; }

.col-sp-11, .col-sp-11r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(91.66667% - 10px); }

.col-sp-11nm, .col-sp-11nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 91.66667%; }

.col-sp-12, .col-sp-12r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(100% - 10px); }

.col-sp-12nm, .col-sp-12nmr {
  margin: 0 0 10px;
  padding: 10px 5px;
  width: 100%; }

.col-sp-1by5, .col-sp-1by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(20% - 10px); }

.col-sp-1by5nm, .col-sp-1by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 20%; }

.col-sp-2by5, .col-sp-2by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(40% - 10px); }

.col-sp-2by5nm, .col-sp-2by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 40%; }

.col-sp-3by5, .col-sp-3by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(60% - 10px); }

.col-sp-3by5nm, .col-sp-3by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 60%; }

.col-sp-4by5, .col-sp-4by5r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(80% - 10px); }

.col-sp-4by5nm, .col-sp-4by5nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 80%; }

.col-sp-1by7, .col-sp-1by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(14.28571% - 10px); }

.col-sp-1by7nm, .col-sp-1by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 14.28571%; }

.col-sp-2by7, .col-sp-2by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(28.57143% - 10px); }

.col-sp-2by7nm, .col-sp-2by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 28.57143%; }

.col-sp-3by7, .col-sp-3by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(42.85714% - 10px); }

.col-sp-3by7nm, .col-sp-3by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 42.85714%; }

.col-sp-4by7, .col-sp-4by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(57.14286% - 10px); }

.col-sp-4by7nm, .col-sp-4by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 57.14286%; }

.col-sp-5by7, .col-sp-5by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(71.42857% - 10px); }

.col-sp-5by7nm, .col-sp-5by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 71.42857%; }

.col-sp-6by7, .col-sp-6by7r {
  margin: 0 5px 10px;
  padding: 5px 5px;
  width: calc(85.71429% - 10px); }

.col-sp-6by7nm, .col-sp-6by7nmr {
  margin: 0 5px 10px;
  padding: 10px 5px;
  width: 85.71429%; }

@media screen and (min-width: 577px) {
  .float {
    width: calc(100% + 16px);
    margin-left: -8px; }

  /* margin & padding settings @tablet screen */
  .col-1, .col-1r, .col-sp-1, .col-sp-1r, .col-tab-1, .col-tab-1r, .col-pc-1, .col-pc-1r, .col-2, .col-2r, .col-sp-2, .col-sp-2r, .col-tab-2, .col-tab-2r, .col-pc-2, .col-pc-2r, .col-3, .col-3r, .col-sp-3, .col-sp-3r, .col-tab-3, .col-tab-3r, .col-pc-3, .col-pc-3r, .col-4, .col-4r, .col-sp-4, .col-sp-4r, .col-tab-4, .col-tab-4r, .col-pc-4, .col-pc-4r, .col-5, .col-5r, .col-sp-5, .col-sp-5r, .col-tab-5, .col-tab-5r, .col-pc-5, .col-pc-5r, .col-6, .col-6r, .col-sp-6, .col-sp-6r, .col-tab-6, .col-tab-6r, .col-pc-6, .col-pc-6r, .col-7, .col-7r, .col-sp-7, .col-sp-7r, .col-tab-7, .col-tab-7r, .col-pc-7, .col-pc-7r, .col-8, .col-8r, .col-sp-8, .col-sp-8r, .col-tab-8, .col-tab-8r, .col-pc-8, .col-pc-8r, .col-9, .col-9r, .col-sp-9, .col-sp-9r, .col-tab-9, .col-tab-9r, .col-pc-9, .col-pc-9r, .col-10, .col-10r, .col-sp-10, .col-sp-10r, .col-tab-10, .col-tab-10r, .col-pc-10, .col-pc-10r, .col-11, .col-11r, .col-sp-11, .col-sp-11r, .col-tab-11, .col-tab-11r, .col-pc-11, .col-pc-11r, .col-12, .col-12r, .col-sp-12, .col-sp-12r, .col-tab-12, .col-tab-12r, .col-pc-12, .col-pc-12r, .col-1by5, .col-1by5r, .col-sp-1by5, .col-sp-1by5r, .col-tab-1by5, .col-tab-1by5r, .col-pc-1by5, .col-pc-1by5r, .col-2by5, .col-2by5r, .col-sp-2by5, .col-sp-2by5r, .col-tab-2by5, .col-tab-2by5r, .col-pc-2by5, .col-pc-2by5r, .col-3by5, .col-3by5r, .col-sp-3by5, .col-sp-3by5r, .col-tab-3by5, .col-tab-3by5r, .col-pc-3by5, .col-pc-3by5r, .col-4by5, .col-4by5r, .col-sp-4by5, .col-sp-4by5r, .col-tab-4by5, .col-tab-4by5r, .col-pc-4by5, .col-pc-4by5r, .col-1by7, .col-1by7r, .col-sp-1by7, .col-sp-1by7r, .col-tab-1by7, .col-tab-1by7r, .col-pc-1by7, .col-pc-1by7r, .col-2by7, .col-2by7r, .col-sp-2by7, .col-sp-2by7r, .col-tab-2by7, .col-tab-2by7r, .col-pc-2by7, .col-pc-2by7r, .col-3by7, .col-3by7r, .col-sp-3by7, .col-sp-3by7r, .col-tab-3by7, .col-tab-3by7r, .col-pc-3by7, .col-pc-3by7r, .col-4by7, .col-4by7r, .col-sp-4by7, .col-sp-4by7r, .col-tab-4by7, .col-tab-4by7r, .col-pc-4by7, .col-pc-4by7r, .col-5by7, .col-5by7r, .col-sp-5by7, .col-sp-5by7r, .col-tab-5by7, .col-tab-5by7r, .col-pc-5by7, .col-pc-5by7r, .col-6by7, .col-6by7r, .col-sp-6by7, .col-sp-6by7r, .col-tab-6by7, .col-tab-6by7r, .col-pc-6by7, .col-pc-6by7r {
    margin: 0 8px 15px;
    padding: 5px 8px; }

  .col-1nm, .col-1nmr, .col-sp-1nm, .col-sp-1nmr, .col-tab-1nm, .col-tab-1nmr, .col-pc-1nm, .col-pc-1nmr, .col-2nm, .col-2nmr, .col-sp-2nm, .col-sp-2nmr, .col-tab-2nm, .col-tab-2nmr, .col-pc-2nm, .col-pc-2nmr, .col-3nm, .col-3nmr, .col-sp-3nm, .col-sp-3nmr, .col-tab-3nm, .col-tab-3nmr, .col-pc-3nm, .col-pc-3nmr, .col-4nm, .col-4nmr, .col-sp-4nm, .col-sp-4nmr, .col-tab-4nm, .col-tab-4nmr, .col-pc-4nm, .col-pc-4nmr, .col-5nm, .col-5nmr, .col-sp-5nm, .col-sp-5nmr, .col-tab-5nm, .col-tab-5nmr, .col-pc-5nm, .col-pc-5nmr, .col-6nm, .col-6nmr, .col-sp-6nm, .col-sp-6nmr, .col-tab-6nm, .col-tab-6nmr, .col-pc-6nm, .col-pc-6nmr, .col-7nm, .col-7nmr, .col-sp-7nm, .col-sp-7nmr, .col-tab-7nm, .col-tab-7nmr, .col-pc-7nm, .col-pc-7nmr, .col-8nm, .col-8nmr, .col-sp-8nm, .col-sp-8nmr, .col-tab-8nm, .col-tab-8nmr, .col-pc-8nm, .col-pc-8nmr, .col-9nm, .col-9nmr, .col-sp-9nm, .col-sp-9nmr, .col-tab-9nm, .col-tab-9nmr, .col-pc-9nm, .col-pc-9nmr, .col-10nm, .col-10nmr, .col-sp-10nm, .col-sp-10nmr, .col-tab-10nm, .col-tab-10nmr, .col-pc-10nm, .col-pc-10nmr, .col-11nm, .col-11nmr, .col-sp-11nm, .col-sp-11nmr, .col-tab-11nm, .col-tab-11nmr, .col-pc-11nm, .col-pc-11nmr, .col-12nm, .col-12nmr, .col-sp-12nm, .col-sp-12nmr, .col-tab-12nm, .col-tab-12nmr, .col-pc-12nm, .col-pc-12nmr, .col-1by5nm, .col-1by5nmr, .col-sp-1by5nm, .col-sp-1by5nmr, .col-tab-1by5nm, .col-tab-1by5nmr, .col-pc-1by5nm, .col-pc-1by5nmr, .col-2by5nm, .col-2by5nmr, .col-sp-2by5nm, .col-sp-2by5nmr, .col-tab-2by5nm, .col-tab-2by5nmr, .col-pc-2by5nm, .col-pc-2by5nmr, .col-3by5nm, .col-3by5nmr, .col-sp-3by5nm, .col-sp-3by5nmr, .col-tab-3by5nm, .col-tab-3by5nmr, .col-pc-3by5nm, .col-pc-3by5nmr, .col-4by5nm, .col-4by5nmr, .col-sp-4by5nm, .col-sp-4by5nmr, .col-tab-4by5nm, .col-tab-4by5nmr, .col-pc-4by5nm, .col-pc-4by5nmr, .col-1by7nm, .col-1by7nmr, .col-sp-1by7nm, .col-sp-1by7nmr, .col-tab-1by7nm, .col-tab-1by7nmr, .col-pc-1by7nm, .col-pc-1by7nmr, .col-2by7nm, .col-2by7nmr, .col-sp-2by7nm, .col-sp-2by7nmr, .col-tab-2by7nm, .col-tab-2by7nmr, .col-pc-2by7nm, .col-pc-2by7nmr, .col-3by7nm, .col-3by7nmr, .col-sp-3by7nm, .col-sp-3by7nmr, .col-tab-3by7nm, .col-tab-3by7nmr, .col-pc-3by7nm, .col-pc-3by7nmr, .col-4by7nm, .col-4by7nmr, .col-sp-4by7nm, .col-sp-4by7nmr, .col-tab-4by7nm, .col-tab-4by7nmr, .col-pc-4by7nm, .col-pc-4by7nmr, .col-5by7nm, .col-5by7nmr, .col-sp-5by7nm, .col-sp-5by7nmr, .col-tab-5by7nm, .col-tab-5by7nmr, .col-pc-5by7nm, .col-pc-5by7nmr, .col-6by7nm, .col-6by7nmr, .col-sp-6by7nm, .col-sp-6by7nmr, .col-tab-6by7nm, .col-tab-6by7nmr, .col-pc-6by7nm, .col-pc-6by7nmr {
    margin: 0 0 15px;
    padding: 15px 8px; }

  /* width settings @tablet screen */
  .col-sp-1, .col-sp-1r {
    width: calc(8.33333% - 16px); }

  .col-sp-2, .col-sp-2r {
    width: calc(16.66667% - 16px); }

  .col-sp-3, .col-sp-3r {
    width: calc(25% - 16px); }

  .col-sp-4, .col-sp-4r {
    width: calc(33.33333% - 16px); }

  .col-sp-5, .col-sp-5r {
    width: calc(41.66667% - 16px); }

  .col-sp-6, .col-sp-6r {
    width: calc(50% - 16px); }

  .col-sp-7, .col-sp-7r {
    width: calc(58.33333% - 16px); }

  .col-sp-8, .col-sp-8r {
    width: calc(66.66667% - 16px); }

  .col-sp-9, .col-sp-9r {
    width: calc(75% - 16px); }

  .col-sp-10, .col-sp-10r {
    width: calc(83.33333% - 16px); }

  .col-sp-11, .col-sp-11r {
    width: calc(91.66667% - 16px); }

  .col-sp-12, .col-sp-12r {
    width: calc(100% - 16px); }

  .col-sp-1by5, .col-sp-1by5r {
    width: calc(20% - 16px); }

  .col-sp-2by5, .col-sp-2by5r {
    width: calc(40% - 16px); }

  .col-sp-3by5, .col-sp-3by5r {
    width: calc(60% - 16px); }

  .col-sp-4by5, .col-sp-4by5r {
    width: calc(80% - 16px); }

  .col-sp-1by7, .col-sp-1by7r {
    width: calc(14.28571% - 16px); }

  .col-sp-2by7, .col-sp-2by7r {
    width: calc(28.57143% - 16px); }

  .col-sp-3by7, .col-sp-3by7r {
    width: calc(42.85714% - 16px); }

  .col-sp-4by7, .col-sp-4by7r {
    width: calc(57.14286% - 16px); }

  .col-sp-5by7, .col-sp-5by7r {
    width: calc(71.42857% - 16px); }

  .col-sp-6by7, .col-sp-6by7r {
    width: calc(85.71429% - 16px); }

  .col-1, .col-1r, .col-2, .col-2r, .col-3, .col-3r, .col-4, .col-4r, .col-5, .col-5r, .col-6, .col-6r, .col-7, .col-7r, .col-8, .col-8r, .col-9, .col-9r, .col-10, .col-10r, .col-11, .col-11r, .col-1by5, .col-1by5r, .col-2by5, .col-2by5r, .col-3by5, .col-3by5r, .col-4by5, .col-4by5r, .col-1by7, .col-1by7r, .col-2by7, .col-2by7r, .col-3by7, .col-3by7r, .col-4by7, .col-4by7r, .col-5by7, .col-5by7r, .col-6by7, .col-6by7r {
    width: calc(50% - 16px); }

  .col-1nm, .col-1nmr, .col-2nm, .col-2nmr, .col-3nm, .col-3nmr, .col-4nm, .col-4nmr, .col-5nm, .col-5nmr, .col-6nm, .col-6nmr, .col-7nm, .col-7nmr, .col-8nm, .col-8nmr, .col-9nm, .col-9nmr, .col-10nm, .col-10nmr, .col-11nm, .col-11nmr, .col-1by5nm, .col-1by5nmr, .col-2by5nm, .col-2by5nmr, .col-3by5nm, .col-3by5nmr, .col-4by5nm, .col-4by5nmr, .col-1by7nm, .col-1by7nmr, .col-2by7nm, .col-2by7nmr, .col-3by7nm, .col-3by7nmr, .col-4by7nm, .col-4by7nmr, .col-5by7nm, .col-5by7nmr, .col-6by7nm, .col-6by7nmr {
    width: 50%; }

  .col-12, .col-12r, .col-pc-1, .col-pc-1r, .col-pc-2, .col-pc-2r, .col-pc-3, .col-pc-3r, .col-pc-4, .col-pc-4r, .col-pc-5, .col-pc-5r, .col-pc-6, .col-pc-6r, .col-pc-7, .col-pc-7r, .col-pc-8, .col-pc-8r, .col-pc-9, .col-pc-9r, .col-pc-10, .col-pc-10r, .col-pc-11, .col-pc-11r, .col-pc-12, .col-pc-12r, .col-pc-1by5, .col-pc-1by5r, .col-pc-2by5, .col-pc-2by5r, .col-pc-3by5, .col-pc-3by5r, .col-pc-4by5, .col-pc-4by5r, .col-pc-1by7, .col-pc-1by7r, .col-pc-2by7, .col-pc-2by7r, .col-pc-3by7, .col-pc-3by7r, .col-pc-4by7, .col-pc-4by7r, .col-pc-5by7, .col-pc-5by7r, .col-pc-6by7, .col-pc-6by7r {
    width: calc(100% - 16px); }

  .col-12nm, .col-12nmr, .col-pc-1nm, .col-pc-1nmr, .col-pc-2nm, .col-pc-2nmr, .col-pc-3nm, .col-pc-3nmr, .col-pc-4nm, .col-pc-4nmr, .col-pc-5nm, .col-pc-5nmr, .col-pc-6nm, .col-pc-6nmr, .col-pc-7nm, .col-pc-7nmr, .col-pc-8nm, .col-pc-8nmr, .col-pc-9nm, .col-pc-9nmr, .col-pc-10nm, .col-pc-10nmr, .col-pc-11nm, .col-pc-11nmr, .col-pc-12nm, .col-pc-12nmr {
    width: 100%; }

  .col-tab-1, .col-tab-1r {
    width: calc(8.33333% - 16px); }

  .col-tab-1nm, .col-tab-1nmr {
    width: 8.33333%; }

  .col-tab-2, .col-tab-2r {
    width: calc(16.66667% - 16px); }

  .col-tab-2nm, .col-tab-2nmr {
    width: 16.66667%; }

  .col-tab-3, .col-tab-3r {
    width: calc(25% - 16px); }

  .col-tab-3nm, .col-tab-3nmr {
    width: 25%; }

  .col-tab-4, .col-tab-4r {
    width: calc(33.33333% - 16px); }

  .col-tab-4nm, .col-tab-4nmr {
    width: 33.33333%; }

  .col-tab-5, .col-tab-5r {
    width: calc(41.66667% - 16px); }

  .col-tab-5nm, .col-tab-5nmr {
    width: 41.66667%; }

  .col-tab-6, .col-tab-6r {
    width: calc(50% - 16px); }

  .col-tab-6nm, .col-tab-6nmr {
    width: 50%; }

  .col-tab-7, .col-tab-7r {
    width: calc(58.33333% - 16px); }

  .col-tab-7nm, .col-tab-7nmr {
    width: 58.33333%; }

  .col-tab-8, .col-tab-8r {
    width: calc(66.66667% - 16px); }

  .col-tab-8nm, .col-tab-8nmr {
    width: 66.66667%; }

  .col-tab-9, .col-tab-9r {
    width: calc(75% - 16px); }

  .col-tab-9nm, .col-tab-9nmr {
    width: 75%; }

  .col-tab-10, .col-tab-10r {
    width: calc(83.33333% - 16px); }

  .col-tab-10nm, .col-tab-10nmr {
    width: 83.33333%; }

  .col-tab-11, .col-tab-11r {
    width: calc(91.66667% - 16px); }

  .col-tab-11nm, .col-tab-11nmr {
    width: 91.66667%; }

  .col-tab-12, .col-tab-12r {
    width: calc(100% - 16px); }

  .col-tab-12nm, .col-tab-12nmr {
    width: 100%; }

  .col-tab-1by5, .col-tab-1by5r {
    width: calc(20% - 16px); }

  .col-tab-1by5nm, .col-tab-1by5nmr {
    width: 20%; }

  .col-tab-2by5, .col-tab-2by5r {
    width: calc(40% - 16px); }

  .col-tab-2by5nm, .col-tab-2by5nmr {
    width: 40%; }

  .col-tab-3by5, .col-tab-3by5r {
    width: calc(60% - 16px); }

  .col-tab-3by5nm, .col-tab-3by5nmr {
    width: 60%; }

  .col-tab-4by5, .col-tab-4by5r {
    width: calc(80% - 16px); }

  .col-tab-4by5nm, .col-tab-4by5nmr {
    width: 80%; }

  .col-tab-1by7, .col-tab-1by7r {
    width: calc(14.28571% - 16px); }

  .col-tab-1by7nm, .col-tab-1by7nmr {
    width: 14.28571%; }

  .col-tab-2by7, .col-tab-2by7r {
    width: calc(28.57143% - 16px); }

  .col-tab-2by7nm, .col-tab-2by7nmr {
    width: 28.57143%; }

  .col-tab-3by7, .col-tab-3by7r {
    width: calc(42.85714% - 16px); }

  .col-tab-3by7nm, .col-tab-3by7nmr {
    width: 42.85714%; }

  .col-tab-4by7, .col-tab-4by7r {
    width: calc(57.14286% - 16px); }

  .col-tab-4by7nm, .col-tab-4by7nmr {
    width: 57.14286%; }

  .col-tab-5by7, .col-tab-5by7r {
    width: calc(71.42857% - 16px); }

  .col-tab-5by7nm, .col-tab-5by7nmr {
    width: 71.42857%; }

  .col-tab-6by7, .col-tab-6by7r {
    width: calc(85.71429% - 16px); }

  .col-tab-6by7nm, .col-tab-6by7nmr {
    width: 85.71429%; } }
@media screen and (min-width: 769px) {
  .float {
    width: calc(100% + 20px);
    margin-left: -10px; }

  .col-1, .col-1r, .col-sp-1, .col-sp-1r, .col-tab-1, .col-tab-1r, .col-pc-1, .col-pc-1r, .col-2, .col-2r, .col-sp-2, .col-sp-2r, .col-tab-2, .col-tab-2r, .col-pc-2, .col-pc-2r, .col-3, .col-3r, .col-sp-3, .col-sp-3r, .col-tab-3, .col-tab-3r, .col-pc-3, .col-pc-3r, .col-4, .col-4r, .col-sp-4, .col-sp-4r, .col-tab-4, .col-tab-4r, .col-pc-4, .col-pc-4r, .col-5, .col-5r, .col-sp-5, .col-sp-5r, .col-tab-5, .col-tab-5r, .col-pc-5, .col-pc-5r, .col-6, .col-6r, .col-sp-6, .col-sp-6r, .col-tab-6, .col-tab-6r, .col-pc-6, .col-pc-6r, .col-7, .col-7r, .col-sp-7, .col-sp-7r, .col-tab-7, .col-tab-7r, .col-pc-7, .col-pc-7r, .col-8, .col-8r, .col-sp-8, .col-sp-8r, .col-tab-8, .col-tab-8r, .col-pc-8, .col-pc-8r, .col-9, .col-9r, .col-sp-9, .col-sp-9r, .col-tab-9, .col-tab-9r, .col-pc-9, .col-pc-9r, .col-10, .col-10r, .col-sp-10, .col-sp-10r, .col-tab-10, .col-tab-10r, .col-pc-10, .col-pc-10r, .col-11, .col-11r, .col-sp-11, .col-sp-11r, .col-tab-11, .col-tab-11r, .col-pc-11, .col-pc-11r, .col-12, .col-12r, .col-sp-12, .col-sp-12r, .col-tab-12, .col-tab-12r, .col-pc-12, .col-pc-12r, .col-1by5, .col-1by5r, .col-2by5, .col-2by5r, .col-3by5, .col-3by5r, .col-4by5, .col-4by5r, .col-1by7, .col-1by7r, .col-2by7, .col-2by7r, .col-3by7, .col-3by7r, .col-4by7, .col-4by7r, .col-5by7, .col-5by7r, .col-6by7, .col-6by7r, .col-sp-1by5, .col-sp-1by5r, .col-sp-2by5, .col-sp-2by5r, .col-sp-3by5, .col-sp-3by5r, .col-sp-4by5, .col-sp-4by5r, .col-sp-1by7, .col-sp-1by7r, .col-sp-2by7, .col-sp-2by7r, .col-sp-3by7, .col-sp-3by7r, .col-sp-4by7, .col-sp-4by7r, .col-sp-5by7, .col-sp-5by7r, .col-sp-6by7, .col-sp-6by7r, .col-tab-1by5, .col-tab-1by5r, .col-tab-2by5, .col-tab-2by5r, .col-tab-3by5, .col-tab-3by5r, .col-tab-4by5, .col-tab-4by5r, .col-tab-1by7, .col-tab-1by7r, .col-tab-2by7, .col-tab-2by7r, .col-tab-3by7, .col-tab-3by7r, .col-tab-4by7, .col-tab-4by7r, .col-tab-5by7, .col-tab-5by7r, .col-tab-6by7, .col-tab-6by7r {
    margin: 0 10px 20px;
    padding: 5px 10px; }

  .col-1nm, .col-1nmr, .col-sp-1nm, .col-sp-1nmr, .col-tab-1nm, .col-tab-1nmr, .col-pc-1nm, .col-pc-1nmr, .col-2nm, .col-2nmr, .col-sp-2nm, .col-sp-2nmr, .col-tab-2nm, .col-tab-2nmr, .col-pc-2nm, .col-pc-2nmr, .col-3nm, .col-3nmr, .col-sp-3nm, .col-sp-3nmr, .col-tab-3nm, .col-tab-3nmr, .col-pc-3nm, .col-pc-3nmr, .col-4nm, .col-4nmr, .col-sp-4nm, .col-sp-4nmr, .col-tab-4nm, .col-tab-4nmr, .col-pc-4nm, .col-pc-4nmr, .col-5nm, .col-5nmr, .col-sp-5nm, .col-sp-5nmr, .col-tab-5nm, .col-tab-5nmr, .col-pc-5nm, .col-pc-5nmr, .col-6nm, .col-6nmr, .col-sp-6nm, .col-sp-6nmr, .col-tab-6nm, .col-tab-6nmr, .col-pc-6nm, .col-pc-6nmr, .col-7nm, .col-7nmr, .col-sp-7nm, .col-sp-7nmr, .col-tab-7nm, .col-tab-7nmr, .col-pc-7nm, .col-pc-7nmr, .col-8nm, .col-8nmr, .col-sp-8nm, .col-sp-8nmr, .col-tab-8nm, .col-tab-8nmr, .col-pc-8nm, .col-pc-8nmr, .col-9nm, .col-9nmr, .col-sp-9nm, .col-sp-9nmr, .col-tab-9nm, .col-tab-9nmr, .col-pc-9nm, .col-pc-9nmr, .col-10nm, .col-10nmr, .col-sp-10nm, .col-sp-10nmr, .col-tab-10nm, .col-tab-10nmr, .col-pc-10nm, .col-pc-10nmr, .col-11nm, .col-11nmr, .col-sp-11nm, .col-sp-11nmr, .col-tab-11nm, .col-tab-11nmr, .col-pc-11nm, .col-pc-11nmr, .col-12nm, .col-12nmr, .col-sp-12nm, .col-sp-12nmr, .col-tab-12nm, .col-tab-12nmr, .col-pc-12nm, .col-pc-12nmr, .col-1by5nm, .col-1by5nmr, .col-2by5nm, .col-2by5nmr, .col-3by5nm, .col-3by5nmr, .col-4by5nm, .col-4by5nmr, .col-1by7nm, .col-1by7nmr, .col-2by7nm, .col-2by7nmr, .col-3by7nm, .col-3by7nmr, .col-4by7nm, .col-4by7nmr, .col-5by7nm, .col-5by7nmr, .col-6by7nm, .col-6by7nmr {
    margin: 0 0 20px;
    padding: 20px 10px; }

  /* margin settings @pc screen */
  /* width settings @pc screen */
  .col-1, .col-1r {
    width: calc(8.33333% - 20px); }

  .col-1nm, .col-1nmr {
    width: 8.33333%; }

  .col-2, .col-2r {
    width: calc(16.66667% - 20px); }

  .col-2nm, .col-2nmr {
    width: 16.66667%; }

  .col-3, .col-3r {
    width: calc(25% - 20px); }

  .col-3nm, .col-3nmr {
    width: 25%; }

  .col-4, .col-4r {
    width: calc(33.33333% - 20px); }

  .col-4nm, .col-4nmr {
    width: 33.33333%; }

  .col-5, .col-5r {
    width: calc(41.66667% - 20px); }

  .col-5nm, .col-5nmr {
    width: 41.66667%; }

  .col-6, .col-6r {
    width: calc(50% - 20px); }

  .col-6nm, .col-6nmr {
    width: 50%; }

  .col-7, .col-7r {
    width: calc(58.33333% - 20px); }

  .col-7nm, .col-7nmr {
    width: 58.33333%; }

  .col-8, .col-8r {
    width: calc(66.66667% - 20px); }

  .col-8nm, .col-8nmr {
    width: 66.66667%; }

  .col-9, .col-9r {
    width: calc(75% - 20px); }

  .col-9nm, .col-9nmr {
    width: 75%; }

  .col-10, .col-10r {
    width: calc(83.33333% - 20px); }

  .col-10nm, .col-10nmr {
    width: 83.33333%; }

  .col-11, .col-11r {
    width: calc(91.66667% - 20px); }

  .col-11nm, .col-11nmr {
    width: 91.66667%; }

  .col-12, .col-12r {
    width: calc(100% - 20px); }

  .col-12nm, .col-12nmr {
    width: 100%; }

  .col-1by5, .col-1by5r {
    width: calc(20% - 20px); }

  .col-1by5nm, .col-1by5nmr {
    width: calc(20% - 20px); }

  .col-2by5, .col-2by5r {
    width: calc(40% - 20px); }

  .col-2by5nm, .col-2by5nmr {
    width: calc(40% - 20px); }

  .col-3by5, .col-3by5r {
    width: calc(60% - 20px); }

  .col-3by5nm, .col-3by5nmr {
    width: calc(60% - 20px); }

  .col-4by5, .col-4by5r {
    width: calc(80% - 20px); }

  .col-4by5nm, .col-4by5nmr {
    width: calc(80% - 20px); }

  .col-1by7, .col-1by7r {
    width: calc(14.28571% - 20px); }

  .col-1by7nm, .col-1by7nmr {
    width: calc(14.28571% - 20px); }

  .col-2by7, .col-2by7r {
    width: calc(28.57143% - 20px); }

  .col-2by7nm, .col-2by7nmr {
    width: calc(28.57143% - 20px); }

  .col-3by7, .col-3by7r {
    width: calc(42.85714% - 20px); }

  .col-3by7nm, .col-3by7nmr {
    width: calc(42.85714% - 20px); }

  .col-4by7, .col-4by7r {
    width: calc(57.14286% - 20px); }

  .col-4by7nm, .col-4by7nmr {
    width: calc(57.14286% - 20px); }

  .col-5by7, .col-5by7r {
    width: calc(71.42857% - 20px); }

  .col-5by7nm, .col-5by7nmr {
    width: calc(71.42857% - 20px); }

  .col-6by7, .col-6by7r {
    width: calc(85.71429% - 20px); }

  .col-6by7nm, .col-6by7nmr {
    width: calc(85.71429% - 20px); }

  .col-sp-1, .col-sp-1r {
    width: calc(8.33333% - 20px); }

  .col-sp-2, .col-sp-2r {
    width: calc(16.66667% - 20px); }

  .col-sp-3, .col-sp-3r {
    width: calc(25% - 20px); }

  .col-sp-4, .col-sp-4r {
    width: calc(33.33333% - 20px); }

  .col-sp-5, .col-sp-5r {
    width: calc(41.66667% - 20px); }

  .col-sp-6, .col-sp-6r {
    width: calc(50% - 20px); }

  .col-sp-7, .col-sp-7r {
    width: calc(58.33333% - 20px); }

  .col-sp-8, .col-sp-8r {
    width: calc(66.66667% - 20px); }

  .col-sp-9, .col-sp-9r {
    width: calc(75% - 20px); }

  .col-sp-10, .col-sp-10r {
    width: calc(83.33333% - 20px); }

  .col-sp-11, .col-sp-11r {
    width: calc(91.66667% - 20px); }

  .col-sp-12, .col-sp-12r {
    width: calc(100% - 20px); }

  .col-sp-1by5, .col-sp-1by5r {
    width: calc(20% - 20px); }

  .col-sp-2by5, .col-sp-2by5r {
    width: calc(40% - 20px); }

  .col-sp-3by5, .col-sp-3by5r {
    width: calc(60% - 20px); }

  .col-sp-4by5, .col-sp-4by5r {
    width: calc(80% - 20px); }

  .col-sp-1by7, .col-sp-1by7r {
    width: calc(14.28571% - 20px); }

  .col-sp-2by7, .col-sp-2by7r {
    width: calc(28.57143% - 20px); }

  .col-sp-3by7, .col-sp-3by7r {
    width: calc(42.85714% - 20px); }

  .col-sp-4by7, .col-sp-4by7r {
    width: calc(57.14286% - 20px); }

  .col-sp-5by7, .col-sp-5by7r {
    width: calc(71.42857% - 20px); }

  .col-sp-6by7, .col-sp-6by7r {
    width: calc(85.71429% - 20px); }

  .col-tab-1, .col-tab-1r {
    width: calc(8.33333% - 20px); }

  .col-tab-2, .col-tab-2r {
    width: calc(16.66667% - 20px); }

  .col-tab-3, .col-tab-3r {
    width: calc(25% - 20px); }

  .col-tab-4, .col-tab-4r {
    width: calc(33.33333% - 20px); }

  .col-tab-5, .col-tab-5r {
    width: calc(41.66667% - 20px); }

  .col-tab-6, .col-tab-6r {
    width: calc(50% - 20px); }

  .col-tab-7, .col-tab-7r {
    width: calc(58.33333% - 20px); }

  .col-tab-8, .col-tab-8r {
    width: calc(66.66667% - 20px); }

  .col-tab-9, .col-tab-9r {
    width: calc(75% - 20px); }

  .col-tab-10, .col-tab-10r {
    width: calc(83.33333% - 20px); }

  .col-tab-11, .col-tab-11r {
    width: calc(91.66667% - 20px); }

  .col-tab-12, .col-tab-12r {
    width: calc(100% - 20px); }

  .col-tab-1by5, .col-tab-1by5r {
    width: calc(20% - 20px); }

  .col-tab-2by5, .col-tab-2by5r {
    width: calc(40% - 20px); }

  .col-tab-3by5, .col-tab-3by5r {
    width: calc(60% - 20px); }

  .col-tab-4by5, .col-tab-4by5r {
    width: calc(80% - 20px); }

  .col-tab-1by7, .col-tab-1by7r {
    width: calc(14.28571% - 20px); }

  .col-tab-2by7, .col-tab-2by7r {
    width: calc(28.57143% - 20px); }

  .col-tab-3by7, .col-tab-3by7r {
    width: calc(42.85714% - 20px); }

  .col-tab-4by7, .col-tab-4by7r {
    width: calc(57.14286% - 20px); }

  .col-tab-5by7, .col-tab-5by7r {
    width: calc(71.42857% - 20px); }

  .col-tab-6by7, .col-tab-6by7r {
    width: calc(85.71429% - 20px); }

  .col-1, .col-1r {
    width: calc(8.33333% - 20px); }

  .col-1nm, .col-1nmr {
    width: 8.33333%; }

  .col-2, .col-2r {
    width: calc(16.66667% - 20px); }

  .col-2nm, .col-2nmr {
    width: 16.66667%; }

  .col-3, .col-3r {
    width: calc(25% - 20px); }

  .col-3nm, .col-3nmr {
    width: 25%; }

  .col-4, .col-4r {
    width: calc(33.33333% - 20px); }

  .col-4nm, .col-4nmr {
    width: 33.33333%; }

  .col-5, .col-5r {
    width: calc(41.66667% - 20px); }

  .col-5nm, .col-5nmr {
    width: 41.66667%; }

  .col-6, .col-6r {
    width: calc(50% - 20px); }

  .col-6nm, .col-6nmr {
    width: 50%; }

  .col-7, .col-7r {
    width: calc(58.33333% - 20px); }

  .col-7nm, .col-7nmr {
    width: 58.33333%; }

  .col-8, .col-8r {
    width: calc(66.66667% - 20px); }

  .col-8nm, .col-8nmr {
    width: 66.66667%; }

  .col-9, .col-9r {
    width: calc(75% - 20px); }

  .col-9nm, .col-9nmr {
    width: 75%; }

  .col-10, .col-10r {
    width: calc(83.33333% - 20px); }

  .col-10nm, .col-10nmr {
    width: 83.33333%; }

  .col-11, .col-11r {
    width: calc(91.66667% - 20px); }

  .col-11nm, .col-11nmr {
    width: 91.66667%; }

  .col-12, .col-12r {
    width: calc(100% - 20px); }

  .col-12nm, .col-12nmr {
    width: 100%; }

  .col-1by5, .col-1by5r {
    width: calc(20% - 20px); }

  .col-1by5nm, .col-1by5nmr {
    width: 20%; }

  .col-2by5, .col-2by5r {
    width: calc(40% - 20px); }

  .col-2by5nm, .col-2by5nmr {
    width: 40%; }

  .col-3by5, .col-3by5r {
    width: calc(60% - 20px); }

  .col-3by5nm, .col-3by5nmr {
    width: 60%; }

  .col-4by5, .col-4by5r {
    width: calc(80% - 20px); }

  .col-4by5nm, .col-4by5nmr {
    width: 80%; }

  .col-1by7, .col-1by7r {
    width: calc(14.28571% - 20px); }

  .col-1by7nm, .col-1by7nmr {
    width: 14.28571%; }

  .col-2by7, .col-2by7r {
    width: calc(28.57143% - 20px); }

  .col-2by7nm, .col-2by7nmr {
    width: 28.57143%; }

  .col-3by7, .col-3by7r {
    width: calc(42.85714% - 20px); }

  .col-3by7nm, .col-3by7nmr {
    width: 42.85714%; }

  .col-4by7, .col-4by7r {
    width: calc(57.14286% - 20px); }

  .col-4by7nm, .col-4by7nmr {
    width: 57.14286%; }

  .col-5by7, .col-5by7r {
    width: calc(71.42857% - 20px); }

  .col-5by7nm, .col-5by7nmr {
    width: 71.42857%; }

  .col-6by7, .col-6by7r {
    width: calc(85.71429% - 20px); }

  .col-6by7nm, .col-6by7nmr {
    width: 85.71429%; }

  .col-pc-1, .col-pc-1r {
    width: calc(8.33333% - 20px); }

  .col-pc-1nm, .col-pc-1nmr {
    width: 8.33333%; }

  .col-pc-2, .col-pc-2r {
    width: calc(16.66667% - 20px); }

  .col-pc-2nm, .col-pc-2nmr {
    width: 16.66667%; }

  .col-pc-3, .col-pc-3r {
    width: calc(25% - 20px); }

  .col-pc-3nm, .col-pc-3nmr {
    width: 25%; }

  .col-pc-4, .col-pc-4r {
    width: calc(33.33333% - 20px); }

  .col-pc-4nm, .col-pc-4nmr {
    width: 33.33333%; }

  .col-pc-5, .col-pc-5r {
    width: calc(41.66667% - 20px); }

  .col-pc-5nm, .col-pc-5nmr {
    width: 41.66667%; }

  .col-pc-6, .col-pc-6r {
    width: calc(50% - 20px); }

  .col-pc-6nm, .col-pc-6nmr {
    width: 50%; }

  .col-pc-7, .col-pc-7r {
    width: calc(58.33333% - 20px); }

  .col-pc-7nm, .col-pc-7nmr {
    width: 58.33333%; }

  .col-pc-8, .col-pc-8r {
    width: calc(66.66667% - 20px); }

  .col-pc-8nm, .col-pc-8nmr {
    width: 66.66667%; }

  .col-pc-9, .col-pc-9r {
    width: calc(75% - 20px); }

  .col-pc-9nm, .col-pc-9nmr {
    width: 75%; }

  .col-pc-10, .col-pc-10r {
    width: calc(83.33333% - 20px); }

  .col-pc-10nm, .col-pc-10nmr {
    width: 83.33333%; }

  .col-pc-11, .col-pc-11r {
    width: calc(91.66667% - 20px); }

  .col-pc-11nm, .col-pc-11nmr {
    width: 91.66667%; }

  .col-pc-12, .col-pc-12r {
    width: calc(100% - 20px); }

  .col-pc-12nm, .col-pc-12nmr {
    width: 100%; }

  .col-pc-1by5, .col-pc-1by5r {
    width: calc(20% - 20px); }

  .col-pc-1by5nm, .col-pc-1by5nmr {
    width: 20%; }

  .col-pc-2by5, .col-pc-2by5r {
    width: calc(40% - 20px); }

  .col-pc-2by5nm, .col-pc-2by5nmr {
    width: 40%; }

  .col-pc-3by5, .col-pc-3by5r {
    width: calc(60% - 20px); }

  .col-pc-3by5nm, .col-pc-3by5nmr {
    width: 60%; }

  .col-pc-4by5, .col-pc-4by5r {
    width: calc(80% - 20px); }

  .col-pc-4by5nm, .col-pc-4by5nmr {
    width: 80%; }

  .col-pc-1by7, .col-pc-1by7r {
    width: calc(14.28571% - 20px); }

  .col-pc-1by7nm, .col-pc-1by7nmr {
    width: 14.28571%; }

  .col-pc-2by7, .col-pc-2by7r {
    width: calc(28.57143% - 20px); }

  .col-pc-2by7nm, .col-pc-2by7nmr {
    width: 28.57143%; }

  .col-pc-3by7, .col-pc-3by7r {
    width: calc(42.85714% - 20px); }

  .col-pc-3by7nm, .col-pc-3by7nmr {
    width: 42.85714%; }

  .col-pc-4by7, .col-pc-4by7r {
    width: calc(57.14286% - 20px); }

  .col-pc-4by7nm, .col-pc-4by7nmr {
    width: 57.14286%; }

  .col-pc-5by7, .col-pc-5by7r {
    width: calc(71.42857% - 20px); }

  .col-pc-5by7nm, .col-pc-5by7nmr {
    width: 71.42857%; }

  .col-pc-6by7, .col-pc-6by7r {
    width: calc(85.71429% - 20px); }

  .col-pc-6by7nm, .col-pc-6by7nmr {
    width: 85.71429%; } }
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100%);
  margin: auto;
}

.flex-nm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }

.flex-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px; }

.flex-nmr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0; }

.flex-sp-eq {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  justify-content: space-around;
  width: 100%; }
  .flex-sp-eq > * {
    width: 100%; }

.flex-tab-eq, .flex-pc-eq {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%; }
  .flex-tab-eq > *, .flex-pc-eq > * {
    width: 100%; }

@media screen and (min-width: 577px) {
  .flex, .flex-r {
    width: calc(100% + 16px);
    margin-left: -8px; }

  .flex-tab-eq {
    -webkit-flex-direction: row;
    flex-direction: row; } }
@media screen and (min-width: 769px) {
  .flex, .flex-r {
    width: calc(100% + 20px);
    margin-left: -10px; }

  .flex-pc-eq {
    -webkit-flex-direction: row;
    flex-direction: row; } }
.breadcrumb ul {
  list-style: none;
  padding: 0; }

.breadcrumb li {
  display: inline-block;
  margin-right: 1em; }

.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5em; }

.breadcrumb a:link, .breadcrumb a:visited {
  color: #333; }

.breadcrumb a:hover, .breadcrumb a:active {
  color: #00D; }

.header-fix {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: #999 0 1px 2px; }
  .header-fix::after {
    clear: both;
    content: " ";
    display: block;
    line-height: 0; }

.header-fix + * {
  margin-top: 40px; }

header {
  min-height: 40px;
  position: relative; }

.btn-burg {
  position: relative;
  display: block;
  border: 1px solid #66F;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.1s linear;
  z-index: 1000; }

.btn-burg::before {
  position: absolute;
  display: block;
  border-top: 6px solid #6DF;
  border-bottom: 6px solid #6DF;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 30px;
  height: 18px;
  top: 6px;
  left: 10%;
  transition: transform 0.1s linear;
  transition: width 0.1s linear; }

.btn-burg::after {
  position: absolute;
  display: block;
  border-top: 6px solid #6DF;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 30px;
  height: 20px;
  margin: auto;
  left: 10%;
  top: 18px; }

.btn-burg.dep-visible {
  transform: rotate(0deg);
  transition: transform 0.1s linear; }

.btn-burg.dep-visible::before {
  transform: rotate(-45deg);
  border-left: 6px solid #6DF;
  border-bottom: none;
  width: 18px;
  top: 9px;
  left: 20%;
  border-radius: 3px;
  transition: transform 0.1s linear;
  transition: width 0.1s linear; }

.btn-burg.dep-visible::after {
  width: 26px;
  left: 20%; }

.btn-burg-text {
  position: relative;
  display: block;
  border: 1px solid #66F;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.1s linear; }

.btn-burg-text::before {
  position: absolute;
  display: block;
  border-top: 5px solid #6DF;
  border-bottom: 5px solid #6DF;
  content: " ";
  line-height: 0;
  font-size: 0;
  width: 30px;
  height: 15px;
  top: 5px;
  left: 10%;
  transition: transform 0.1s linear;
  transition: width 0.1s linear; }

.btn-burg-text::after {
  position: absolute;
  display: block;
  border-top: 5px solid #6DF;
  content: "menu";
  line-height: 0;
  font-size: 10px;
  font-weight: normal;
  color: #333;
  text-align: center;
  width: 30px;
  height: 40px;
  padding-top: 15px;
  margin: auto;
  left: 10%;
  top: 15px; }

.btn-burg-text.dep-visible {
  transform: rotate(0deg);
  transition: transform 0.1s linear; }

.btn-burg-text.dep-visible::before {
  transform: rotate(-45deg);
  border-left: 5px solid #6DF;
  border-bottom: none;
  width: 15px;
  top: 7.5px;
  left: 20%;
  border-radius: 2.5px;
  transition: transform 0.1s linear;
  transition: width 0.1s linear; }

.btn-burg-text.dep-visible::after {
  width: 26px;
  left: 20%;
  content: "close"; }

.drawer-btn {
  padding: 10px 0;
  display: block;
  height: 44px;
  width: 100%;
  z-index: 1000; }

.drawer-left {
  position: relative; }

.drawer-left .btn-burg {
  position: absolute;
  left: 0; }

.drawer-left > ul {
  position: absolute;
  width: 200px;
  left: -220px;
  top: 44px;
  max-height: 80vh;
  overflow-y: scroll; }
  .drawer-left > ul.dep-visible {
    left: 0; }
  .drawer-left > ul > li {
    position: relative;
    width: 100%;
    z-index: 1000;
    min-height: 44px;
    width: 200px;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    line-height: 1.1;
    text-align: left; }
    .drawer-left > ul > li > a {
      display: block;
      width: 100%;
      height: 100%;
      vertical-align: middle; }

.drawer-right {
  position: relative;
  text-align: right; }

.drawer-right .btn-burg {
  position: absolute;
  right: 0; }
  .drawer-right .btn-burg.dep-visible {
    transform: rotate(180deg); }

.drawer-right > ul {
  position: absolute;
  width: 200px;
  right: -220px;
  top: 44px; }
  .drawer-right > ul.dep-visible {
    right: 0; }
  .drawer-right > ul > li {
    position: relative;
    right: -220px;
    width: 100%;
    height: 44px;
    width: 200px;
    background-color: #FFF;
    border-bottom: 1px solid #DDD; }

.drawer-top {
  position: relative; }

.drawer-top > ul {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  overflow-y: auto; }
  .drawer-top > ul > li {
    display: flex;
    text-align: center;
    width: 100%;
    position: relative;
    border-right: 1px solid #DDD; }
    .drawer-top > ul > lifirst-child {
      border-left: 1px solid #DDD; }
    .drawer-top > ul > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%; }
  .drawer-top > ul .dep-visible > li > ul {
    top: 0; }

@media screen and (min-width: 576px) {
  .btn-burg, .btn-burg-text {
    display: none; }

  .drawer-wide-top {
    position: relative; }

  .drawer-wide-top > ul {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: auto; }
    .drawer-wide-top > ul > li {
      display: flex;
      text-align: center;
      width: 100%;
      position: relative;
      border-right: 1px solid #DDD; }
      .drawer-wide-top > ul > li:first-child {
        border-left: 1px solid #DDD; }
      .drawer-wide-top > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%; } }
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 90%;
  margin: auto; }
  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.3;
  margin: 0; }

.wp-caption {
  max-width: 100%;
  margin-bottom: 5px; }
  .wp-caption::after {
    clear: both;
    content: " ";
    display: block;
    line-height: 0; }
  .wp-caption .alignleft, .wp-caption .alignright, .wp-caption .aligncenter {
    max-width: 100%;
    display: inline; }

.wp-caption img {
  margin: 5px auto 0;
  padding: 0;
  border: 0 none; }

.sticky {
  display: block; }

.gallery-caption {
  font-size: 87.5%; }

.bypostauthor {
  color: #333; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }


.flex {
    margin: 0;
    width: 100%;
}
/* customize css */
.h1-font {
  font-size: 1.8rem;
  font-weight: bold; }

h2, .h2 {
  font-size: 1.5rem;
  font-weight: bold; }

h3, .h3 {
  font-size: 1.4rem;
  font-weight: bold; }

h4, .h4 {
  font-size: 1.4em;
  font-weight: bold; }

h5, .h5 {
  font-size: 1.2em;
  font-weight: bold; }

h6, .h6 {
  font-size: 1em;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
/*h1装飾　start*/
#h1-lego .h1-font{
    text-align: center;
    background: url(images/h1_background.png)center no-repeat;
    height: 171px;
    margin: 10px 0;
}
.home #h1-lego .h1-font{
    padding-top: 40px;
}
.category-takeout #h1-lego .h1-font{
  padding: 60px 0 0;
}
.category-item #h1-lego .h1-font{
  padding: 60px 0 0;
}
.page-template-default #h1-lego .h1-font{
  padding: 40px 0;
}
.page-template-default.page-id-126 #h1-lego .h1-font{
  padding: 60px 0 0;
}
.category-event #h1-lego .h1-font{
  padding: 40px 0 0;
}
.category-blog #h1-lego .h1-font{
  padding: 60px 0 0;
}
.category-info #h1-lego .h1-font{
  padding: 40px 0 0;
}

.single-post #h1-lego .h1-font{
  padding: 10px 15%;
}
@media screen and (max-width: 767px) {
  #h1-lego .h1-font{
      text-align: center;
      background: url(images/h1_background-sp1.png)center no-repeat;
      height: 96px;
      margin: 10px 0;
      background-size: contain;
  }
  .home #h1-lego .h1-font{
    padding-top: 20px;
    font-size: 20px;
  }
  .category-takeout #h1-lego .h1-font{
    padding: 20px 13%;
    font-size: 20px;
  }
  .category-item #h1-lego .h1-font{
    padding: 20px 12%;
    font-size: 20px;
  }
  .page-template-default #h1-lego .h1-font{
    background: url(images/h1_background-sp2.png)center no-repeat;
    padding: 30px 8%;
    font-size: 20px;
    background-size: cover;
    height: 120px;
  }
  .category-event #h1-lego .h1-font{
    padding: 20px 8%;
    font-size: 20px;
  }
  .category-blog #h1-lego .h1-font{
    padding: 30px 8%;
    font-size: 20px;
  }
  .category-info #h1-lego .h1-font{
    padding: 30px 8%;
    font-size: 20px;
  }
  .single-post #h1-lego .h1-font {
    background: url(images/h1_background-sp2.png)center no-repeat;
    padding: 30px 8%;
    font-size: 20px;
    background-size: cover;
    height: 120px;
  }
}
/*h1装飾　end*/

/*ヘッダー start*/
#header{
  position: relative;
  background: url(images/bg-head.png)top left no-repeat;
}
.logo {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 228px;
}
.pc-menu{
  position: absolute;
  top: 15px;
  right: 5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.pc-menu ul {
  padding: 0;
}
.pc-menu li{
  list-style: none;
  margin-right: 10px;
}
    /*ヘッダースマホメニュー start*/
    /*ナビメニューのスタイルを指定*/
.NavMenu{
 position: fixed; /*表示位置を固定*/
 z-index: 2; /*重ね順を変更*/
 bottom: 0; /*表示位置を指定*/
 left: 0; /*表示位置を指定*/
 background: #c80000;/*背景を白にする*/
 color: #ffffff; /*文字色を黒にする*/
 text-align: center; /*テキストを中央揃え*/
 transform: translateX(-100%); /*ナビを上に隠す*/
 transition: all 0.6s; /*アニメーションの時間を指定*/
 width: 100%;/*画面表示幅指定*/
 padding-bottom: 70px;/*ボタン位置調整*/
 }

.NavMenu ul{
 background: #c80000; /*背景をグレーにする*/
 width: 100%;
 margin: 0 auto;
 padding: 0;
}

.NavMenu li{
 font-size: 20px;
 list-style-type: none;
 padding: 0;
 width: 100%;
 border-bottom: 1px dotted #333;
}

.NavMenu ul li:last-child{
 padding-bottom: 0;
 border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

.NavMenu ul li a{
 display: block; /*クリックできる領域を広げる*/
 color: #000;
 padding: 1em 0;
}
.NavMenu li{
 font-size: 20px;
 list-style-type: none;
 padding: 0;
 width: 100%;
 border-bottom: 1px dotted #333;
}

.NavMenu li:last-child{
 padding-bottom: 0;
 border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

.NavMenu li a{
 display: block; /*クリックできる領域を広げる*/
 color: #ffffff;
 padding: 1em 0;
}
/*トグルボタンが押されたときに付与するクラス*/
.NavMenu.active{
 transform: translateX(0%);
}
/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 13px;
    bottom: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #c80000;
    border-radius: 50px;
}
.category-takeout .Toggle{
  bottom: 155px;
}
.category-takeout .NavMenu{
  bottom: 121px;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 10px;
}

.Toggle span:nth-child(1) {
    top: 13px;
}

.Toggle span:nth-child(2) {
    top: 23px;
}

.Toggle span:nth-child(3) {
    top: 33px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active {
  background: #ffffff;
}
.Toggle.active span:nth-child(1) {
    top: 23px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #c80000;
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #c80000;
}
    /*ヘッダースマホメニュー end*/
@media screen and (max-width: 1180px) {
  #header {
      background-size: 100%;
  }
  #header h1 {
    display: none;
  }
  .NavMenu ul li a{
   display: block; /*クリックできる領域を広げる*/
   color: #ffffff;
   padding: 0;
  }

}
@media screen and (max-width: 768px) {
  #header .logo img{
    width: 50%;
  }
}
/*ヘッダー end*/
/*オーダーボタン start*/
.order {
  background: #c80000;
  color: #ffffff;
  margin: 20px 0;
  padding: 20px 20px 0;
}
.order .list-button, .order .list-button a{
  background-color: #ffffff;
  color: #c80000;
}
.textcenter {
    text-align: center;
}
.order .smoll{
    font-size: 15px;
}
/*オーダー end*/
/*メイン start*/
.bg-main{
  background: url(images/bg-main.png)repeat;
}
.contain{
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.list-button{
  text-align: center;
}

/*メイン end*/
/*お知らせ start*/
.topic{
  position: relative;
  padding: 70px 90px;
  margin-bottom: 20px;
}
.topic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}

.topic::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}
.h2-topic {
  text-align: center;
  color: #00552e;
}
.top-info-item{
  border: solid 1px #00552e;
  background: #ffffff;
  padding: 0;
  position: relative;
}
.top-info-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #00552d transparent;
  bottom: 0;
  right: 0;
}
.top-info-thumbnail {
  text-align: center;
}
.top-info-thumbnail img {
  padding: 0;
  width: auto;
}
.top-info-time, .top-cat-title, .top-info-excerpt{
  width: 90%;
  margin: 0 5%;
}
.top-info-excerpt a, .top-cat-title a {
  color: #000000;
}
.top-info-excerpt a:hover, .top-cat-title a:hover {
  opacity: 0.6;
}
.border-green{
  background-color: #00552e;
  width: 30%;
  margin: auto;
  padding: 2px;
}
.border-green > .inner-radius{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
.border-green a{
  color: #00552e;
}
@media screen and (max-width: 1180px) {
  .border-green{
    width: 80%;
  }
  .top-info-time, .top-cat-title, .top-info-excerpt{
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
	.topic{
	  padding: 70px 0;
	}
}
/*お知らせ end*/
/*おしながき お持ち帰り こだわり おまつり start*/
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.relative img {
  margin: 0;
  padding: 0;
}
.relative .border-green{
  position: absolute;
  bottom: 10%;
  left: 30%;
  right:30%;
}
.oshinagaki{
height: auto;
}
.takeout{
  height: auto;
}
.kodawari{
  height: auto;
}
.festival{
  height: auto;
}
@media screen and (max-width: 1180px) {
  .relative .border-green {
    left: 10%;
    right: 10%;
    bottom: 3%;
  }
}

/*おしながき お持ち帰り こだわり おまつり end*/
/*求人情報 start*/
.recruit{
  padding: 70px 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.recruit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}

.recruit::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}
.border-red{
  background-color: #ba0000;
  width: 30%;
  margin: auto;
  padding: 2px;
}
.border-red > .inner-radius{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
.border-red a{
  color: #ba0000;
}
.recruit.relative .border-red{
  position: absolute;
  bottom: 15%;
  left: 55%;
  right:30%;
}
@media screen and (max-width: 1180px) {
  .recruit.relative .border-red {
    bottom: 20%;
    left: 10%;
    right: 10%;
  }
  .border-red{
    width: 80%;
  }
}

/*求人情報 end*/
/*マップ start*/
.storeguide{
  padding: 0 0 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.storeguide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}
.storeguide.relative .border-red{
  position: absolute;
  bottom: 10%;
  left: 30%;
  right:30%;
}
@media screen and (max-width: 1180px) {
  .sp.tab.map-box.storeguide.relative img {
    width: 100%;
  }
  .storeguide.relative .border-red{
    bottom: 12%;
    left: 10%;
    right:10%;
  }
}
/*マップ end*/
/*その他 start*/
.others{
  padding: 0 0 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.others::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}
.others .col-6{
  margin: 0;
  padding: 0;
  width: 50%;
}
.others .col-6 img{
  padding: 0;
}
.others .blog{
  background: #fffcf0;
  padding: 3%;
  height: auto;
  max-height: 480px;
}
.others .blog .top-blog-time, .others .blog .top-blog-title{
  float: left;
  font-size: 20px;
  margin: 10px;
}
.others .blog .border-green{
  width: 40%;
}
.others .top-company, .others .top-company img{
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .top-others-excerpt{
    display: none;
  }
  .others .col-6 {
    width: 100%;
    float: none;
  }
  .others .blog {
    min-height: 300px;
    padding-bottom: 100px;
  }
  .others .blog .border-green {
    width: 80%;
  }
  .others .top-company{
    position: relative;
    margin-top:20px;
    padding-top: 70px;
  }
  .top-company::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 2px;
      height: 50px;
      margin: auto;
      background-color: #00552e;
  }
}
/*その他 end*/
/*フッター start*/
#footer{
  background:url(images/bg-footer01.png) top left no-repeat,url(images/bg-footer02.png) bottom right no-repeat,#c80000;
  padding-top: 30px;
}
.logo-footer{
  text-align: center;
  padding: 20px 0 10px;
}
.contain-center{
  margin: auto;
  width: 55%;
}
#footer ul li{
  float: left;
  list-style: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0 10px;
  margin: 0 5px 20px;
}
#footer ul li a{
  color: #ffffff;
}
.appli.flex {
    margin: 0 34.5%;
    width: auto;
}
 .appli p{
  float: left;
  margin: 10px;
}
.copyright{
  color: #ffffff;
  padding: 20px 0 0 20px;
}
.sns p{
  float: left;
  margin: 0 12%;
}
/*持ち帰りページ　start*/
.category-takeout #footer {
    margin-bottom: 78px;
}
.category-fried p.skudisp.subborder, .category-soup p.skudisp.subborder, .category-chopstick-rest p.skudisp.subborder, .category-drink-dessert  p.skudisp.subborder{
  display: none;
}
.category-fried .spinner_area, .category-soup .spinner_area, .category-chopstick-rest .spinner_area, .category-drink-dessert .spinner_area{
  margin-left: 30%;
}
@media screen and (max-width: 1180px){
  .category-fried .spinner_area, .category-soup .spinner_area, .category-chopstick-rest .spinner_area, .category-drink-dessert .spinner_area{
    margin-left: 0%;
  }
}
/*持ち帰りページ　end*/

@media screen and (max-width: 1180px) {
  #footer {
    background-size: 50%;
    padding-bottom: 50px;
  }
  .contain-center {
    margin: 0 5%;
    width: 90%;
    padding-left: 0;
  }
  #footer ul li {
    margin: 20px 5px;
  }
  .appli.flex {
    margin: 0 5%;
  }
  .appli p {
      float: left;
      margin: 0 5%;
      width: 40%;
  }
  .copyright {
    font-size: 13px;
  }
}
/*フッター end*/
/*固定ページ　start*/
/*まつりやのこだわり　start*/
.contain1020{
  max-width: 1020px;
  width:auto;
  margin: auto;
}
.kodawari-bg{
  background: url(images/kodawari-bg.png);
  margin: 0;
  padding: 10px;
  height: 210px;
  width: 50%;
}
.kodawari-img, .kodawari-img img{
  margin: 0;
  padding: 0;
  height: 210px;
  width: 235px;
}
#kodawari h2{
  font-size: 80px;
}
#kodawari h3{
  font-size: 70px;
}
@media screen and (max-width: 1180px){
  #kodawari h2{
    font-size: 55px;
  }
  #kodawari h3{
    font-size: 40px;
  }
  .kodawari-img, .kodawari-img img{
    height: auto;
    width: 100%;
  }
  .kodawari-bg{
    height: auto;
    width: 100%;
  }
}
/*まつりやのこだわり　end*/
/*ページ内お問い合わせボタン　start*/
.contact {
  background: url(images/contaqct-bg.png);
  margin: 0;
  padding: 30px 60px;
  min-height: 180px;
  background-size: cover;
}
.border{
  position: relative;
  margin: 20px 0;
  padding: 70px 0;
}
.border-up{
  position: relative;
  margin: 20px 0;
  padding: 70px 0 10px;
}
.border-up::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}
.border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 50px;
    margin: auto;
    background-color: #00552e;
}
.border::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 50px;
    margin: auto;
    background-color: #00552e;
}
@media screen and (max-width: 1180px){
  .contact .border-green {
    width: 100%;
    margin: 5% 0;
  }
}
/*ページ内お問い合わせボタン　end*/
/*一覧ページ　start*/
.flow{
  background: #ffffff;
  border-top: solid 3px #00552e;
  border-bottom: solid 3px #00552e;
}
.flow h2{
  font-size: 34px;
  text-align: center;
  color: #ba0000;
}

.category-event #content.border, .category-info #content.border{
  margin: 20px 0 0;
  padding: 70px 0 0;
}
.category-event #content.border::after, .category-info #content.border::after {
    background: none;
    height: 0;
}
/*メニュー一覧　start*/
.ChangeElem_Panel{
  display: none;
}

/*日付選択*/
.date_time_selection{
  display: none;
}
.date_time_selection_inner {
    display: flex;
    gap: 40px;
}
.date_time_selection_inner > div {
    width: calc(100% / 2);
}
@media screen and (max-width: 576px) {
  .date_time_selection_inner {
    flex-direction: column;
    gap: 20px;
  }
  .date_time_selection_inner > div {
      width: 100%;
  }
}

.ChangeElem_Btn {
    /*width: 100%;*/
    background: #ffffff;
    margin: 5px;
    border: solid 1px #ba0000;
    /*display: flex;
        text-align: center;
        padding: 5px 93px;*/
}
.ChangeElem_Btn_Content .ChangeElem_Btn .pc{
  display: none !important;
}
@media screen and (min-width: 1088px){
  .ChangeElem_Btn_Content .ChangeElem_Btn .pc{
    display: inline-block !important;
  }
}
.ChangeElem_Btn.is-active{
    background:#ba0000;
    color:#FFF;
    transition: all 0.2s ease-out;
    border: solid 1px #ba0000;
}
.sapporo{
  background: url(images/bg-sapporo.png)no-repeat;
  padding: 20px 20px;
  min-height: 255px;
  background-size: cover;
}
.tokachi{
  background: url(images/bg-tokachi.png)no-repeat;
  padding: 20px 20px;
  min-height: 255px;
  background-size: cover;
}
.kushiro{
  background: url(images/bg-kushiro.png)no-repeat;
  padding: 20px 20px;
  min-height: 255px;
  background-size: cover;
}
.takeout-menu, .ground-menu {
  width: 90%;
  margin: auto;
}
.takeout-menu h2,
.ground-menu h2 {
  border-bottom: solid 2px #ba0000;
  padding-left: 50px;
  margin: 20px 0;
}
.takeout-menu h2.shop-select,
.ground-menu h2.shop-select {
  background: url(images/takeout.png) left center no-repeat;
}
.takeout-menu h2.time-select {
  background: url(images/calendar.png) left center no-repeat;
  background-size: 35px;
}
.takeout-menu h2.menu-select {
  background: url(images/menu.png) left center no-repeat;
  background-size: 40px;
}
.takeout-menu h2 span {
  display: inline-block;
  margin-left: 20px;
}
/* .ground-menu h2{
  border-bottom: solid 2px #ba0000;
  background: url(images/takeout.png) left center no-repeat;
  padding-left: 50px;
  margin: 20px 0;
} */
.tab-group-child{
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.panel-group0{
  width: 90%;
  margin: 20px auto;
}
.panel-group-child0{
  border: solid 2px #00552e;
}
.shop-tab-child0, .shop-tab-child1, .shop-tab-child2, .shop-tab-child3, .shop-tab-child4, .shop-tab-child5, .shop-tab-child6, .shop-tab-child7, .shop-tab-child8, .shop-tab-child9{
    flex-grow: 1;
    padding:5px;
    list-style:none;
    border:solid 1px #CCC;
    text-align:center;
    cursor:pointer;
    background: #ffffff;
}
.panel-child0, .panel-child1, .panel-child2, .panel-child3, .panel-child4, .panel-child5, .panel-child6, .panel-child7, .panel-child8, .panel-child9{
    display:none;
}
.panel-child0{
  padding: 20px;
}
.shop-tab-child0 {
    margin: 0;
    border: solid 2px #00552e;
    color: #00552e;
}
.tab-net{
  background: url(images/tab-net-ac.png)5% center no-repeat;
  padding-left:20px;
}
.tab-fax{
  background: url(images/tab-fax-ac.png)5% center no-repeat;
  padding-left:20px;
}
.tab-tel{
  background: url(images/tab-tel-ac.png)5% center no-repeat;
  padding-left:20px;
}
@media screen and (max-width: 768px) {
  .tab-net, .tab-tel{
    padding-left:15%;
  }
  .takeout-menu h2 {
    background: url(images/takeout.png) left center no-repeat,url(images/required.png) 100% center no-repeat;
  }
  .sapporo{
    min-height: 125px;
    padding: 10px
  }
  .tokachi{
    min-height: 125px;
    padding: 10px;
  }
  .kushiro {
    min-height: 125px;
    padding: 10px;
  }
}

.shop-tab-child0.is-active-child0 {
  color:#FFF;
  transition: all 0.2s ease-out;
}
.shop-tab-child0.tab-net.is-active-child0 {
  /* background: url(images/tab-net-noac.png)5% center no-repeat,#00552e; */
  background: #00552e;
}
.shop-tab-child0.tab-net.is-active-child0 span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}
.shop-tab-child0.tab-fax.is-active-child0 {
  background: url(images/tab-fax-noac.png)5% center no-repeat,#00552e;
}
.shop-tab-child0.tab-tel.is-active-child0 {
  background: url(images/tab-tel-noac.png)5% center no-repeat,#00552e;
}
.shop-tab-child1.is-active-child1,
.shop-tab-child2.is-active-child2,
.shop-tab-child3.is-active-child3,
.shop-tab-child4.is-active-child4,
.shop-tab-child5.is-active-child5,
.shop-tab-child6.is-active-child6,
.shop-tab-child7.is-active-child7,
.shop-tab-child8.is-active-child8,
.shop-tab-child9.is-active-child9 {
    background:#ba0000;
    color:#FFF;
    transition: all 0.2s ease-out;
}
.shop-tab-child1.disabled-tab,
.shop-tab-child2.disabled-tab,
.shop-tab-child3.disabled-tab,
.shop-tab-child4.disabled-tab,
.shop-tab-child5.disabled-tab,
.shop-tab-child6.disabled-tab,
.shop-tab-child7.disabled-tab,
.shop-tab-child8.disabled-tab,
.shop-tab-child9.disabled-tab {
    background:#cccccc;
}
.panel-child0.is-show-child0, .panel-child1.is-show-child1, .panel-child2.is-show-child2, .panel-child3.is-show-child3, .panel-child4.is-show-child4, .panel-child5.is-show-child5, .panel-child6.is-show-child6, .panel-child7.is-show-child7, .panel-child8.is-show-child8, .panel-child9.is-show-child9{
    display:block;
}
.category-item .unit, .category-item .zaiko{
  display: none;
}
.cart-total {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  border: solid 2px #ED5B14;
  z-index: 999;
  padding: 5px;
  text-align: center;
  display: none;
}
.cart-total .col-4 {
  margin: 0;
}
.item_page_title{
  text-align: center;
}
.skumulti p{
  text-align: center;
}
.cat-il .col-4{
  background: #ffffff;
}
#itempage .skuform .quant .skuquantity {
    text-align: right;
    width: 50px;
    margin: 0 auto;
}
.skuform .subborder.price{
  display: none;
}
.itemprice {
    text-align: center;
}
.skuform input[type="submit"], .credit-skubutton{
  background: url(images/bg-skubutton.png)center no-repeat,#ba0000;
  margin: 10px 5px;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  width: 25%;
  float: left;
  display: none;
}
.credit-skubutton{
  padding: 10px 10px 10px 70px;

}
.skuform input[type="number"]{
  border: #00552e 3px solid;
}




input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.spinner_area input{
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    width: auto;
    vertical-align: middle;
    /* デフォルトのスピナーを消す */
    -webkit-appearance: none;
    -moz-appearance:textfield;
    appearance: none;
    cursor: pointer;
    float: left;
    min-width: 20px;
}
.spinner_area{
  padding: 0 0;
}
p.quant.spinner_area.flex{
  padding-top: 15px;
  padding-bottom: 15px;
  width: 40%;
  float: left;
}
p.skudisp.subborder {
    width: 50%;
    float: left;
    margin: 20px 0;
    font-size: 18px;
}
.bg-red{
  background: #ba0000;
  padding: 20px 5%;
}
.bg-red p{
  max-width: 980px;
  margin: auto;
  color: #ffffff;
  font-size: 16px;
}
.bg-red .font-size20{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.skuform {
    margin: 0 auto;
    width: 300px;
}
.skumulti p:nth-child(1){
  background: #82ae46;
  color: #ffffff;
}
.skumulti p:nth-child(5){
  background: #82ae46;
}
.skumulti p:nth-child(7){
  background: #82ae46;
      height: 74px;
}

/*バックグラウンドカラー非表示*/
#post-5393 .skumulti p:nth-child(1),
#post-2984 .skumulti p:nth-child(1),
#post-5387 .skumulti p:nth-child(1),
#post-4178 .skumulti p:nth-child(1),
#post-6509 .skumulti p:nth-child(1),
#post-6555 .skumulti p:nth-child(1),
#post-3604 .skumulti p:nth-child(1),
#post-3607 .skumulti p:nth-child(1),
#post-3106 .skumulti p:nth-child(1),
#post-3086 .skumulti p:nth-child(1),
#post-3125 .skumulti p:nth-child(1),
#post-3118 .skumulti p:nth-child(1),
#post-3116 .skumulti p:nth-child(1),
#post-3135 .skumulti p:nth-child(1),
#post-2414 .skumulti p:nth-child(1),
#post-2418 .skumulti p:nth-child(1),
#post-2422 .skumulti p:nth-child(1),
#post-2420 .skumulti p:nth-child(1),
#post-1501 .skumulti p:nth-child(1),
#post-1551 .skumulti p:nth-child(1),
#post-1569 .skumulti p:nth-child(1),
#post-283 .skumulti p:nth-child(1),
#post-267 .skumulti p:nth-child(1),
#post-209 .skumulti p:nth-child(1),
#post-205 .skumulti p:nth-child(1),
#post-158 .skumulti p:nth-child(1),
#post-531 .skumulti p:nth-child(1),
#post-508 .skumulti p:nth-child(1),
#post-466 .skumulti p:nth-child(1),
#post-432 .skumulti p:nth-child(1),
#post-364 .skumulti p:nth-child(1),
#post-356 .skumulti p:nth-child(1),
#post-795 .skumulti p:nth-child(1),
#post-319 .skumulti p:nth-child(1),
#post-133 .skumulti p:nth-child(1),
#post-172 .skumulti p:nth-child(1),
#post-168 .skumulti p:nth-child(1),
#post-239 .skumulti p:nth-child(1),
#post-235 .skumulti p:nth-child(1),
#post-192 .skumulti p:nth-child(1),
#post-249 .skumulti p:nth-child(1),
#post-255 .skumulti p:nth-child(1),
#post-271 .skumulti p:nth-child(1),
#post-279 .skumulti p:nth-child(1),
#post-291 .skumulti p:nth-child(1),
#post-297 .skumulti p:nth-child(1),
#post-301 .skumulti p:nth-child(1),
#post-201 .skumulti p:nth-child(1),
#post-227 .skumulti p:nth-child(1),
#post-219 .skumulti p:nth-child(1),
#post-164 .skumulti p:nth-child(1),
#post-311 .skumulti p:nth-child(1),
#post-360 .skumulti p:nth-child(1),
#post-518 .skumulti p:nth-child(1),
#post-482 .skumulti p:nth-child(1),
#post-340 .skumulti p:nth-child(1),
#post-544 .skumulti p:nth-child(1),
#post-549 .skumulti p:nth-child(1),
#post-332 .skumulti p:nth-child(1),
#post-521 .skumulti p:nth-child(1),
#post-489 .skumulti p:nth-child(1),
#post-568 .skumulti p:nth-child(1),
#post-441 .skumulti p:nth-child(1),
#post-436 .skumulti p:nth-child(1),
#post-639 .skumulti p:nth-child(1),
#post-756 .skumulti p:nth-child(1),
#post-790 .skumulti p:nth-child(1),
#post-908 .skumulti p:nth-child(1),
#post-956 .skumulti p:nth-child(1),
#post-963 .skumulti p:nth-child(1),
#post-983 .skumulti p:nth-child(1),
#post-995 .skumulti p:nth-child(1),
#post-1054 .skumulti p:nth-child(1),
#post-1041 .skumulti p:nth-child(1),
#post-1077 .skumulti p:nth-child(1),
#post-1071 .skumulti p:nth-child(1),
#post-1086 .skumulti p:nth-child(1),
#post-1095 .skumulti p:nth-child(1),
#post-950 .skumulti p:nth-child(1),
#post-819 .skumulti p:nth-child(1),
#post-774 .skumulti p:nth-child(1),
#post-223 .skumulti p:nth-child(1),
#post-215 .skumulti p:nth-child(1),
#post-212 .skumulti p:nth-child(1),
#post-180 .skumulti p:nth-child(1),
#post-176 .skumulti p:nth-child(1),
#post-152 .skumulti p:nth-child(1),
#post-263 .skumulti p:nth-child(1),
#post-307 .skumulti p:nth-child(1),
#post-287 .skumulti p:nth-child(1),
#post-275 .skumulti p:nth-child(1),
#post-1155 .skumulti p:nth-child(1),
#post-457 .skumulti p:nth-child(1),
#post-245 .skumulti p:nth-child(1){
  background: #ffffff;
  color: #000000;
}
#post-5393 .skumulti p:nth-child(5),
#post-2984 .skumulti p:nth-child(5),
#post-5387 .skumulti p:nth-child(5),
#post-4178 .skumulti p:nth-child(5),
#post-6509 .skumulti p:nth-child(5),
#post-6555 .skumulti p:nth-child(5),
#post-3604 .skumulti p:nth-child(5),
#post-3607 .skumulti p:nth-child(5),
#post-3106 .skumulti p:nth-child(5),
#post-3086 .skumulti p:nth-child(5),
#post-3125 .skumulti p:nth-child(5),
#post-3118 .skumulti p:nth-child(5),
#post-3116 .skumulti p:nth-child(5),
#post-3135 .skumulti p:nth-child(5),
#post-2414 .skumulti p:nth-child(5),
#post-2418 .skumulti p:nth-child(5),
#post-2422 .skumulti p:nth-child(5),
#post-2420 .skumulti p:nth-child(5),
#post-1501 .skumulti p:nth-child(5),
#post-1551 .skumulti p:nth-child(5),
#post-1569 .skumulti p:nth-child(5),
#post-283 .skumulti p:nth-child(5),
#post-267 .skumulti p:nth-child(5),
#post-209 .skumulti p:nth-child(5),
#post-205 .skumulti p:nth-child(5),
#post-158 .skumulti p:nth-child(5),
#post-531 .skumulti p:nth-child(5),
#post-508 .skumulti p:nth-child(5),
#post-466 .skumulti p:nth-child(5),
#post-432 .skumulti p:nth-child(5),
#post-364 .skumulti p:nth-child(5),
#post-356 .skumulti p:nth-child(5),
#post-795 .skumulti p:nth-child(5),
#post-319 .skumulti p:nth-child(5),
#post-133 .skumulti p:nth-child(5),
#post-172 .skumulti p:nth-child(5),
#post-168 .skumulti p:nth-child(5),
#post-239 .skumulti p:nth-child(5),
#post-235 .skumulti p:nth-child(5),
#post-192 .skumulti p:nth-child(5),
#post-249 .skumulti p:nth-child(5),
#post-255 .skumulti p:nth-child(5),
#post-271 .skumulti p:nth-child(5),
#post-279 .skumulti p:nth-child(5),
#post-291 .skumulti p:nth-child(5),
#post-297 .skumulti p:nth-child(5),
#post-301 .skumulti p:nth-child(5),
#post-201 .skumulti p:nth-child(5),
#post-227 .skumulti p:nth-child(5),
#post-219 .skumulti p:nth-child(5),
#post-164 .skumulti p:nth-child(5),
#post-311 .skumulti p:nth-child(5),
#post-360 .skumulti p:nth-child(5),
#post-518 .skumulti p:nth-child(5),
#post-482 .skumulti p:nth-child(5),
#post-340 .skumulti p:nth-child(5),
#post-544 .skumulti p:nth-child(5),
#post-549 .skumulti p:nth-child(5),
#post-332 .skumulti p:nth-child(5),
#post-521 .skumulti p:nth-child(5),
#post-489 .skumulti p:nth-child(5),
#post-568 .skumulti p:nth-child(5),
#post-441 .skumulti p:nth-child(5),
#post-436 .skumulti p:nth-child(5),
#post-639 .skumulti p:nth-child(5),
#post-756 .skumulti p:nth-child(5),
#post-790 .skumulti p:nth-child(5),
#post-908 .skumulti p:nth-child(5),
#post-956 .skumulti p:nth-child(5),
#post-963 .skumulti p:nth-child(5),
#post-983 .skumulti p:nth-child(5),
#post-995 .skumulti p:nth-child(5),
#post-1054 .skumulti p:nth-child(5),
#post-1041 .skumulti p:nth-child(5),
#post-1077 .skumulti p:nth-child(5),
#post-1071 .skumulti p:nth-child(5),
#post-1086 .skumulti p:nth-child(5),
#post-1095 .skumulti p:nth-child(5),
#post-950 .skumulti p:nth-child(5),
#post-819 .skumulti p:nth-child(5),
#post-774 .skumulti p:nth-child(5),
#post-223 .skumulti p:nth-child(5),
#post-215 .skumulti p:nth-child(5),
#post-212 .skumulti p:nth-child(5),
#post-180 .skumulti p:nth-child(5),
#post-176 .skumulti p:nth-child(5),
#post-152 .skumulti p:nth-child(5),
#post-263 .skumulti p:nth-child(5),
#post-307 .skumulti p:nth-child(5),
#post-287 .skumulti p:nth-child(5),
#post-275 .skumulti p:nth-child(5),
#post-1155 .skumulti p:nth-child(5),
#post-457 .skumulti p:nth-child(5),
#post-245 .skumulti p:nth-child(5){
  background: #ffffff;
}
#post-5393 .skumulti p:nth-child(7),
#post-2984 .skumulti p:nth-child(7),
#post-5387 .skumulti p:nth-child(7),
#post-4178 .skumulti p:nth-child(7),
#post-6509 .skumulti p:nth-child(7),
#post-6555 .skumulti p:nth-child(7),
#post-3604 .skumulti p:nth-child(7),
#post-3607 .skumulti p:nth-child(7),
#post-3106 .skumulti p:nth-child(7),
#post-3086 .skumulti p:nth-child(7),
#post-3125 .skumulti p:nth-child(7),
#post-3118 .skumulti p:nth-child(7),
#post-3116 .skumulti p:nth-child(7),
#post-3135 .skumulti p:nth-child(7),
#post-2414 .skumulti p:nth-child(7),
#post-2418 .skumulti p:nth-child(7),
#post-2422 .skumulti p:nth-child(7),
#post-2420 .skumulti p:nth-child(7),
#post-1501 .skumulti p:nth-child(7),
#post-1551 .skumulti p:nth-child(7),
#post-1569 .skumulti p:nth-child(7),
#post-283 .skumulti p:nth-child(7),
#post-267 .skumulti p:nth-child(7),
#post-209 .skumulti p:nth-child(7),
#post-205 .skumulti p:nth-child(7),
#post-158 .skumulti p:nth-child(7),
#post-531 .skumulti p:nth-child(7),
#post-508 .skumulti p:nth-child(7),
#post-466 .skumulti p:nth-child(7),
#post-432 .skumulti p:nth-child(7),
#post-364 .skumulti p:nth-child(7),
#post-356 .skumulti p:nth-child(7),
#post-795 .skumulti p:nth-child(7),
#post-319 .skumulti p:nth-child(7),
#post-133 .skumulti p:nth-child(7),
#post-172 .skumulti p:nth-child(7),
#post-168 .skumulti p:nth-child(7),
#post-239 .skumulti p:nth-child(7),
#post-235 .skumulti p:nth-child(7),
#post-192 .skumulti p:nth-child(7),
#post-249 .skumulti p:nth-child(7),
#post-255 .skumulti p:nth-child(7),
#post-271 .skumulti p:nth-child(7),
#post-279 .skumulti p:nth-child(7),
#post-291 .skumulti p:nth-child(7),
#post-297 .skumulti p:nth-child(7),
#post-301 .skumulti p:nth-child(7),
#post-201 .skumulti p:nth-child(7),
#post-227 .skumulti p:nth-child(7),
#post-219 .skumulti p:nth-child(7),
#post-164 .skumulti p:nth-child(7),
#post-311 .skumulti p:nth-child(7),
#post-360 .skumulti p:nth-child(7),
#post-518 .skumulti p:nth-child(7),
#post-482 .skumulti p:nth-child(7),
#post-340 .skumulti p:nth-child(7),
#post-544 .skumulti p:nth-child(7),
#post-549 .skumulti p:nth-child(7),
#post-332 .skumulti p:nth-child(7),
#post-521 .skumulti p:nth-child(7),
#post-489 .skumulti p:nth-child(7),
#post-568 .skumulti p:nth-child(7),
#post-441 .skumulti p:nth-child(7),
#post-436 .skumulti p:nth-child(7),
#post-639 .skumulti p:nth-child(7),
#post-756 .skumulti p:nth-child(7),
#post-790 .skumulti p:nth-child(7),
#post-908 .skumulti p:nth-child(7),
#post-956 .skumulti p:nth-child(7),
#post-963 .skumulti p:nth-child(7),
#post-983 .skumulti p:nth-child(7),
#post-995 .skumulti p:nth-child(7),
#post-1054 .skumulti p:nth-child(7),
#post-1041 .skumulti p:nth-child(7),
#post-1077 .skumulti p:nth-child(7),
#post-1071 .skumulti p:nth-child(7),
#post-1086 .skumulti p:nth-child(7),
#post-1095 .skumulti p:nth-child(7),
#post-950 .skumulti p:nth-child(7),
#post-819 .skumulti p:nth-child(7),
#post-774 .skumulti p:nth-child(7),
#post-223 .skumulti p:nth-child(7),
#post-215 .skumulti p:nth-child(7),
#post-212 .skumulti p:nth-child(7),
#post-180 .skumulti p:nth-child(7),
#post-176 .skumulti p:nth-child(7),
#post-152 .skumulti p:nth-child(7),
#post-263 .skumulti p:nth-child(7),
#post-307 .skumulti p:nth-child(7),
#post-287 .skumulti p:nth-child(7),
#post-275 .skumulti p:nth-child(7),
#post-1155 .skumulti p:nth-child(7),
#post-457 .skumulti p:nth-child(7),
#post-245 .skumulti p:nth-child(7){
  background: #ffffff;
      height: 74px;
}

@media screen and (max-width: 768px) {
  .storycontent #itempage .itemimg {
      width: auto;
  }
  .skuform input[type="submit"], .credit-skubutton{
    width: 47px!important;
    margin: 0 0 10px 0px;
    padding: 0px;
    float: right;
    background-size: 30px;
    min-width: auto;
  }
  .skuform {
    width: 100%;
  }
  p.quant.spinner_area.flex{
    width: 100%;
    padding: 0px 5px 7px;
  }
  p.skudisp.subborder {
      width: 100%;
      margin: 0;
  }
  #itempage .skuform .quant .skuquantity {
    width: 30%;
  }
  .skumulti p:nth-child(7) {
    height: 71px;
  }
  .spinner_area input{
      padding: 5px 2px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 15px;
      width: auto;
      vertical-align: middle;
      /* デフォルトのスピナーを消す */
      -webkit-appearance: none;
      -moz-appearance:textfield;
      appearance: none;
      cursor: pointer;
      float: left;
      min-width: 28%;
  }
  .skuform input[type="number"] {
    border: #00552e 1px solid;
  }
}
/*メニュー一覧　end*/
/*attention　start*/
.attention{
  max-width: 980px;
  width: auto;
  margin: auto;
}
.attention dt{
  background: #ba0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 10px 0;
}
.attention dd{
  border: solid 2px #ba0000;
  background: #ffffff;
  margin-left: 0;
  padding: 20px;
}
.attention-text-ttl{
  color: #ba0000;
  font-size: 24px;
  font-weight: bold;
}
.attention-text-normal{
  font-weight: bold;
  font-size: 18px;
}
.attention-text-smoll{
  font-size: 14px;
}
.attention .absolute{
  top: 5%;
  right:2%;
}
@media screen and (max-width: 768px) {
  .attention-text-ttl{
    padding-right: 28%;
  }
  .attention .absolute {
    top: 14%;
    right: 2%;
    width: 26%;
  }
  .attention dt {
    font-size: 30px;
  }
}
/*attention　end*/
/*一覧ページ　end*/
/*投稿ページ　start*/
.crumb-none li:last-child{
  display:none;
}
.pagetitle, .page-title {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1280px;
    font-size: 40px;
}
.page-numbers{
  list-style: none;
}
ul.page-numbers li {
    float: left;
    background: #00552e;
    color: #ffffff;
    font-weight: bold;
    margin: 5px;
    width: 20px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
}
ul.page-numbers li a{
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1180px){
  .pagetitle, .page-title {
      font-size: 30px;
  }
}

/* 2025.04 追加 */
body.single .breadcrumb-container {
  margin-top: 20px;
}
.storydate {
  margin-bottom: 1em;
  display: block;
}
.p-mb_01 {
  margin-bottom: 1em;
}
.p-mb_02 {
  margin-bottom: 2em;
}
.p-mb_03 {
  margin-bottom: 3em;
}
.p-mb_04 {
  margin-bottom: 4em;
}
.p-text_size_01 {
  font-size: 1.4em;
}
.p-text_size_02 {
  font-size: 1.8em;
}
.p-text_bold {
  font-weight: bold;
}
.p-text_center {
  text-align: center;
}
.shop-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-family: sans-serif;
  font-size: 16px;
}
.shop-info-table th,
.shop-info-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.shop-info-table thead th {
  background-color: #000000;
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
}
.shop-info-table tbody th {
  width: 30%;
  background-color: #f5f5f5;
  font-weight: bold;
}
.pc-none {
  display: none;
}
.sp-none {
  display: none;
}
@media (951px <=width) {
  .sp-none {
      display: block;
  }
}
@media (width < 950px) {
  body.single .breadcrumb-container,
  body.single .storydate,
  body.single .storycontent {
      padding-inline: 20px;
  }
  .pc-none {
      display: block;
  }
}

/* 関連記事のカード */
.related-inner {
  margin-bottom: 2em;
}
.manual-related-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.manual-related-card {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.manual-related-card:hover {
  transform: translateY(-3px);
}
.manual-related-card a {
  display: flex;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.card-thumb {
  flex: 0 0 150px;
  /*max-width: 120px;*/
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
}
.card-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 0;
}
.card-content {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-title {
  font-size: 1em;
  font-weight: bold;
}
.card-date {
  font-size: 16px;
  color: #666;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .manual-related-card {
      flex-direction: column;
  }
  .manual-related-card a {
      flex-direction: column;
  }
  .card-thumb {
      max-width: 100%;
      width: 100%;
  }
}
/*投稿ページ　end*/
/*カートページ　start*/
/*タブのスタイル*/
#content #wc_cart h1.cart_page_title{
  background: url(images/bg-skubutton.png)5% center no-repeat,#ba0000;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 8%;
}
#content #wc_cart .incart-btn, #wc_confirm .incart-btn {
    border: solid 2px #ED5B14;
    padding: 5px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
#content #wc_cart .incart-btn span,
#confirmation span {
    margin: 0;
}
.confirmation-hosoku {
  color: #ba0000;
  font-weight: bold;
}
.confirmation-datebox {
  padding-inline: 20px;
  margin-block: 40px;
}
.confirmation-content {
  margin-bottom: 20px;
}
.confirmation-content:last-child {
  margin-bottom: 0;
}
.confirmation-date tbody tr th::after {
  content: '：';
}
.confirmation-date tbody tr.zipcode-row.delivery-zipcode-row {
    display: none !important;
}
.confiem_notice {
  padding-inline: 20px;
  margin-top: 40px;
}
.tab_item, input[type="submit"].tab_item {
  background: #ffffff;/*ボタン色*/
  border:solid 1px #ba0000;
  color: #ba0000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
input[type="submit"].tab_item{
  border-radius: 0;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.inside-cart section.widget_wcex_widgetcart {
    position: inherit;
}
#wc_cart .inside-cart #cart th {
     background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .confirmation-date tbody {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 200px;
  }
  .confirmation-date tbody tr {
      width: calc(100% / 2 - 100px);
      font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #content #wc_cart .incart-btn  {
    flex-direction: column;
  }
  .confirmation-date tbody tr,
  .confirmation-content p {
      font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .tab_item {
    font-size: 20px;
    padding: 10px 0;
  }
}

/*ラジオボタンを全て消す*/
.tabs input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#net:checked ~ #net_content,
#tel:checked ~ #tel_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #ba0000;
  border: none;
  color: #fff;
}
.tabs input:checked + .tab_item:hover {
  opacity: 1;
  cursor: context-menu;
}
.tabs input:checked + .tab_item:active {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);/*下に動く*/

}

@media screen and (max-width: 768px) {
  .tab_item{
    margin: 0 auto 5px;
    padding-right: 3%;
    padding-left: 3%;
  }
  #content #wc_cart .incart-btn span.aligncenter {
    font-size: 18px;
  }
}
#cart_table .stock, #cart_table .thumbnail {
  display: none;
}
img.attachment-60x60.size-60x60 {
    width:  80px;
}
#wc_cart #cart th{
  background-color: #ba0000;
}
.entry {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.entry #inside-cart .send {
    border: none;
}
.entry #inside-cart h2{
  background: none;
  font-size: 30px;
  text-align: center;
  color: #000000;
  border: none;
}
#inside-cart input.to_customerinfo_button.tab_item {
  /*background: url(images/usces-cart-pc.png)30% center no-repeat,#ffffff;*/
  background: url(images/usces-cart-pc.png)20% center no-repeat,url(images/usces-cart-next.png)70% 40% no-repeat,#ffffff;
  width: 60%;
  margin: auto;
  border-radius: 5px;
  display: block;
}
#inside-cart label.tab_item.col-6{
  background: url(images/usces-cart-tel.png)30% center no-repeat,#ffffff;
  width: 30%;
  margin: auto;
  border-radius: 5px;
}
#inside-cart .tabs input:checked + .tab_item {
    background: url(images/usces-cart-tel-activ.png)30% center no-repeat,#ba0000;
    border: none;
    color: #fff;
}
#inside-cart .tabs.flex {
    margin-bottom: 20px;
}
input#previouscart {
    width: 60%;
    margin: auto;
    background:url(images/usces-cart-back.png)25% center no-repeat,#ffffff;
    border-radius: 0;
    border: solid 1px #ba0000;
    padding: 10px;
    color: #ba0000;
    border-radius: 5px;
}
#wc_cart #cart .upbutton {
  text-align: center;
  margin: 40px 0;
}
#wc_cart #cart .upbutton input[type="submit"] {
    width: 25%;
    background: #ffffff;
    border-radius: 0;
    border: solid 1px #ba0000;
    padding: 10px;
    color: #ba0000;
    margin: 10px auto;
}
input.to_customerinfo_button {
    display: none;
}
.tabs input.to_customerinfo_button {
    display: block;
}
@media screen and (max-width: 768px) {
  #content #wc_cart h1.cart_page_title {
      padding: 10px 0 10px 18%;
  }
  input#previouscart {
    background: url(images/usces-cart-back.png)20% center no-repeat,#ffffff;
    width: 98%;
  }
  #inside-cart input.to_customerinfo_button.tab_item {
    background: url(images/usces-cart-pc.png)15% center no-repeat,url(images/usces-cart-next.png)75% 40% no-repeat,#ffffff;
    /*background: url(images/usces-cart-pc.png)5% center no-repeat,#ffffff;*/
    /*width: 45%;*/
    width: 98%;
  }
  #inside-cart label.tab_item.col-6 {
    background: url(images/usces-cart-tel.png)5% center no-repeat,#ffffff;
    width: 45%;
  }
  #inside-cart .tabs input:checked + .tab_item {
    background: url(images/usces-cart-tel-activ.png)5% center no-repeat,#ba0000;
  }
  #wc_cart #cart .upbutton input[type="submit"] {
      width: 94%;
    }
}
/*電話注文ページ　start*/
.tel-reserve{
  text-align: center;
}
.tel-reserve dt{
  font-weight: bold;
  font-size: 30px;
}
.tel-reserve dd{
  font-weight: bold;
  font-size: 30px;
  color: #0071bc;
}
.tel-reserve dd.sp.tab {
    margin: 5%;
    width: 90%;
}
.tel-reserve dd.sp.tab img {
    width: 100%;
}
/*電話注文ページ　end*/

/*お客様情報入力画面　start*/
.receiptdate{
  background: url(images/timer.png) left center no-repeat;
  padding-left: 40px;
  border-bottom: solid 2px #ba0000;
}
.customerinformation{
  background: url(images/customerinformation.png) left center no-repeat;
  padding-left: 40px;
  border-bottom: solid 2px #ba0000;
}
.kyoutyou{
  color: red;
  font-weight: bold;
}
.kyoutyou.schedule_msg2 {
    margin-bottom: 20px;
}
#cart input.quantity {
    margin: auto;
    text-align: right;
}
#cart .hosoku {
    text-align: center;
    margin-top: 40px;
}
#cart table {
    width: 100%;
    font-size: 20px;
    margin: 40px 0;
}
#cart table tr {
  padding: 5px;
}

#cart table td{
  font-size: 18px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #999999;
}
#cart table td.quantity{
  padding-inline: 0;
}
.usccart_navi ol.ucart {
    padding-left: 0;
}
.ucart li,
.dis-none {
  display: none;
}
.usccart_navi .ucart img.aligncenter {
    max-width: 1030px!important;
    width: 100%;
}

.ucart, .ucart .usccart_cart{
  display: block;
}
.ui-datepicker-trigger {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  }
.catbox .post .entry{
  border-bottom: none!important;
}
table#time th, table#time td, #cart #time, #cart table#delivery_table, table#delivery_table th, table#delivery_table td {
    border: none;
    background: none!important;
    font-size: 20px;
    padding: 10px 10px;
}
#search_zipcode,
#states_row,
#address1_row,
#address2_row,
#address3_row,
#fax_row{
  display: none;
}
input.back_to_customer_button, input.to_confirm_button {
  width: 30%;
  float: right;
  margin: 10px 10%;
  border: solid 1px #ba0000;
  color: #ba0000;
  padding: 10px 0;
}
input#back_button, input#purchase_button{
  width: 30%;
  float: left;
  margin: 10px 10%;
  border: solid 1px #ba0000;
  color: #ba0000;
  padding: 10px 0;
}
.send {
    height: 60px;
}
input.back_to_customer_button {
  background: url(images/usces-cart-back.png)35% center no-repeat, #ffffff;
}
input#back_button {
  background: url(images/usces-cart-back.png)15% center no-repeat, #ffffff;
}
input.to_confirm_button {
    background: url(images/to_next_button.png)65% center no-repeat, #ba0000;
    color: #fff;
}
input#purchase_button {
   background: url(images/to_next_button.png)85% center no-repeat, #ba0000;
   color: #fff;
}
button, input, select, textarea {
    width: 100%;
}
input#payment_name_0 {
    display: none;
}
dt.payment_0 {
    margin: 18px;
}
@media screen and (max-width: 768px) {
  table#time th, table#time td, #cart #time, #cart table#delivery_table, table#delivery_table th, table#delivery_table td {
      border: none;
      background: none!important;
      font-size: 18px;
      padding: 10px 0px;
  }
  input.back_to_customer_button {
    background: url(images/usces-cart-back.png)5% center no-repeat, #ffffff;
  }
  input.to_confirm_button {
      background: url(images/to_next_button.png)95% center no-repeat, #ba0000;
      color: #fff;
  }
  input#back_button {
    background: url(images/usces-cart-back.png)5% center no-repeat, #ffffff;
    display: block;
    width: 85%;
  }
  input#purchase_button {
     background: url(images/to_next_button.png)95% center no-repeat, #ba0000;
     color: #fff;
     display: block;
     width: 85%;
  }
  #cart table td{
    font-size: 16px;
  }
}
/*お客様情報入力画面　end*/
/*入力確認画面　start*/
#content #wc_confirm h1.cart_page_title{
  background: url(images/bg-confirm.png)5% center no-repeat,#ba0000;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 8%;
}
#cart_table th {
    background-color: #ba0000;
    color: #ffffff;
}
.currency_code{
  display: none;
}
#info-confirm #cart .action{
  display: none;
}
#info-confirm #confirm_table tr,
#info-confirm #confirm_table .member-name-row,
#info-confirm #confirm_table .member-furikana-row,
#info-confirm #confirm_table .member-zipcode-row,
#info-confirm #confirm_table .member-tel-row,
#info-confirm #confirm_table .member-states-row,
#info-confirm #confirm_table .member-address1-row,
#info-confirm #confirm_table .member-address2-row,
#info-confirm #confirm_table .member-address3-row,
#info-confirm #confirm_table .member-fax-row,
#info-confirm #confirm_table .ttl{
    display: none;
}

#info-confirm #confirm_table.date-time tr,
#info-confirm #confirm_table .delivery-name-row,
#info-confirm #confirm_table .delivery-furikana-row,
#info-confirm #confirm_table .delivery-zipcode-row,
#info-confirm #confirm_table .delivery-tel-row{
  display: block;
}
.preview-bottun{
  position: relative;
}
#wc_customer .preview-bottun input{
  position: absolute;
      top: -80px;
}
#wc_delivery .preview-bottun input{
  position: absolute;
      top: -60px;
}
/*入力確認画面　end*/
/*注文完了　start*/
.completion{
  background: url(images/completion.png)2% center no-repeat,#ba0000;
  color: #ffffff;
  padding-left: 6%;
}
#cart_completion .send {
    background: #ba0000;
    width: 20%;
    margin: 10px auto;
    text-align: center;
    padding: 5px;
    height: auto;
}
#cart_completion .send a {
  color: #ffffff;
}
#cart_completion {
    text-align: center;
}
#cart_completion h3 {
    margin-top: 20px;
    font-size: 30px;
    color: #ba0000;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .completion {
      padding-left: 15%;
  }
  #cart_completion .send {
    width: 60%;
  }
  #content #wc_confirm h1.cart_page_title{
    padding: 10px 0 10px 18%;
  }
}
/*注文完了　end*/
/*カートページ　end*/



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  固定ページ用CSS（照屋追記）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*-- 固定ページ共通 --*/
.contents-area {
  border-top: 6px solid #BA0000;
  padding: 30px 0px 50px;
  background: url('images/bg01.gif') repeat;
}
.obi-red {
  background: #BA0000;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 30px;
}
.shadow-box {
  border: 1px solid #ccc;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.3));
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3));
}
/*-- 特定商取引ページ --*/
.examination-list {
  margin: 30px;
  border-top: 6px solid #BA0000;
  border-bottom: 6px solid #BA0000;
}
.examination-list ul {
  list-style: none;
  border-bottom: 2px solid #ccc;
  padding: 20px 10px;
}
.examination-list ul:last-child {
  border-bottom: none;
}
.examination-list ul li {
  display: inline-block;
}
.examination-list ul li:first-child {
  font-weight: bold;
  width: 29%;
  font-size: 1.4em;
  vertical-align: middle;
}
.examination-list ul li:last-child {
  width: 69%;
}
@media screen and (max-width: 576px) {
  .examination-list {
    margin: 10px;
  }
  .examination-list ul li:first-child {
    width: 100%;
  }
  .examination-list ul li:last-child {
    width: 100%;
  }
}
/*-- ご利用規約ページ --*/
.terms-caution {
  margin: 30px;
  font-weight: bold;;
}
.terms-list {
  margin: 30px;
  border-top: 6px solid #BA0000;
  border-bottom: 6px solid #BA0000;
}
.terms-list dl {
  border-bottom: 3px solid #CCC;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.terms-list dl:last-child {
  border-bottom: none;
}
.terms-list dl dt {
  font-size: 1.4em;
  font-weight: bold;
}
.terms-list dl dd {
  margin: 0 0 10px;
}
.terms-list dl ul {
  list-style: none;
  margin-left: 20px;
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .terms-caution {
    margin: 10px;
    font-weight: bold;;
  }
  .terms-list {
    margin: 10px;
  }
}
/*-- 会社概要ページ --*/
.wide960 {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.sub-name-l {
  line-height: 0.6em;
  margin-bottom: 30px;
  padding-left: 20px;
  text-align: center;
  }

.sub-name-l .sub {
    color: #BA0000;
    font-size: 12px;
    display: flex;
    max-width: 320px;
    align-items: center;
    margin: auto;
}

.sub-name-l .sub:before,
.sub-name-l .sub:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #BA0000;
  display: block;
}

.sub-name-l .sub:before {
  margin-right: .4em;
}

.sub-name-l .sub:after {
  margin-left: .4em;
}

.sub-name-c {
  line-height: 0.6em;
  text-align: center;
  margin: 0px auto 30px;
}
.sub-name-c .sub {
    color: #BA0000;
    font-size: 12px;
    display: flex;
    max-width: 320px;
    align-items: center;
    margin: auto;
}

.sub-name-c .sub:before,
.sub-name-c .sub:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #BA0000;
  display: block;
}

.sub-name-c .sub:before {
  margin-right: .4em;
}

.sub-name-c .sub:after {
  margin-left: .4em;
}

.about-message {
position: relative;
margin-bottom: 50px;
}
.about-message-text {
  position: relative;
  padding-top: 50px;
  left: 15%;
  z-index: 3;
}
.about-message-text p {
  font-size: 30px;
  border-bottom: 3px solid #BA0000;
  display: inline-block;
  margin-bottom: 20px;
}

.about-philosophy {
  position: relative;
  padding: 150px 0px;
}
.about-philosophy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100px;
  margin: auto;
  background-color: #00552e;
}

.about-philosophy::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100px;
  margin: auto;
  background-color: #00552e;
}
.about-philosophy-messeage {
  background: url('images/about-philosophy-messeage-bg.png') top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 10px;
}
.about-philosophy-messeage p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-outline {
  position: relative;
  padding:50px 0px 150px;
}
.about-outline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100px;
  margin: auto;
  background-color: #000000;
}

.outline-list {}
.outline-list ul {
  list-style: none;
  border-bottom: 2px solid #CCCCCC;
  padding: 10px;
}
.outline-list ul li {
  display: inline-block;
}
.outline-list ul li:first-child {
  font-weight: bold;
  width: 29%;
  font-size: 1.2em;
}

@media screen and (max-width: 576px) {
  .sub-name-l {
    line-height: 0.6em;
    margin: 0px auto 30px;
    padding-left: 0px;
    text-align: center;
    }
    .sub-name-l .sub {
      margin: auto;
    }
    .about-message-text {
      position: relative;
      padding-top: 50px;
      left: 0;
      z-index: 3;
    }
    .outline-list ul li {
      display: block;
    }
    .outline-list ul li:first-child {
      font-weight: bold;
      width: 100%;
      font-size: 1.2em;
    }
}
/*-- 求人情報ページ --*/

@media screen and (max-width: 576px) {

}
/*-- 求人募集要項ページ --*/
.recruit-box {
  position: relative;
  padding:50px 0px 150px;
}
.recruit-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 100px;
  margin: auto;
  background-color: #000000;
}
.new-graduate {
  background: url('images/new-graduate-bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0px;
}
.new-graduate h3 {
  background: #FFF;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto 20px;
}
.new-graduate p {
  background: #000;
  color: #FFFFFF;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  margin: auto;
}
.mid-career {
  background: url('images/mid-career-bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0px;
}
.mid-career h3 {
  background: #FFF;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  margin: 0 auto 20px;
}
.mid-career p {
  background: #000;
  color: #FFFFFF;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  margin: auto;
}
.part-time-job {
  background: url('images/part-time-job-bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0px;
}
.part-time-job h3 {
  background: #FFF;
  padding: 5px;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}
.part-time-job p {
  background: #000;
  color: #FFFFFF;
  padding: 5px;
  max-width: 250px;
  text-align: center;
  margin: auto;
}

.recruit-box-list ul {
  list-style: none;
  border-bottom: 2px solid #CCCCCC;
  padding: 10px;
  margin: 10px;
}
.recruit-box-list ul li {
  display: inline-block;
}
.recruit-box-list ul li:first-child {
  font-weight: bold;
  width: 29%;
  font-size: 1.2em;
}
.recruit-box-list ul li:last-child {
  width: 69%;
}
.recruit-btn {
  max-width: 350px;
  margin: 50px auto;
  display: block;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  background: #BA0000;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 2px 2px 3px #666666;
  border: 2px solid #BA0000;
}
.recruit-btn a {
  color: #FFFFFF;
  text-decoration: none;
}
.recruit-btn:hover {
  box-shadow: none;
  color: #BA0000;
  background: #ffffff;
}
@media screen and (max-width: 576px) {
  .recruit-box-list ul li {
    display: block;
  }
  .recruit-box-list ul li:first-child {
    width: 100%;
  }
  .recruit-box-list ul li:last-child {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  お持ち帰りページ用CSS（照屋追記）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.widget_wcex_widgetcart {
  height: 108px;
  clear: both;
  border: solid 2px #ED5B14;
  background: #FFF;
  padding: 10px;
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.widget_wcex_widgetcart h3 {
  display: none;
}
ul.wcex_widgetcart_body.p-takeout {
  padding: 5px!important;
  margin: 0;
  overflow: hidden;
}
.widgetcart_rows {
  border: none !important;
  width: 55%  !important;
  background: none !important;
  float: left;
}
.widgetcart_rows tr {
  float: right;
  width: 50%;
  /* margin-left: -16%; */
}
.widgetcart_rows th {
  display: none;
}
.widgetcart_rows .total_price {
  display: block;
  float: right;
}
.widgetcart_rows .footer {
display: block;
float: left;
}
.widgetcart_item, .widgetcart_quant, .widgetcart_price, .widgetcart_trush {
  display: none;
}

.widgetcart_rows th.total_price {
  text-align: center;
  border: none !important;
  width: 100%;
}
.widgetcart_rows th.total_price::before {
  content: "合計金額：";
  color: #000000;
  font-weight: bold;
  padding-right: 20px;
}
.widgetcart_rows th.footer {
  text-align: left!important;
  border: none !important;
  width: 100%;
  font-size: 18px !important;
}
#wdgctToCheckout {
  width: 25%;
  max-width: 300px;
  float: right;
}
#wdgctToCart {
  display: none;
}
#wdgctToCheckout a {
  line-height: 40px !important;
    font-weight: bold;
    color: #FFFFFF;
    background: url('images/bg-skubutton.png') 5% center no-repeat,#ba0000 !important;
    text-align: center;
    display: block;
    height: 40px !important;
    width: 100% !important;
    margin-top: 0px !important;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    border-radius: 5px;
    background-size: 30px !important;
}
#wdgctToCheckout a:hover {
  color: #FFFFFF !important;
text-decoration: none !important;
}
.cart-shop {
    /* position: fixed;
    bottom: 22px;
    z-index: 999;
    left: 30px; */
    font-size: 18px;
}
.cart-shop span{
  float: left;
}
.cart-shop-inner {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
p.aligncenter.green.col-4.aligncenter{
  text-align: center;
}
.shop-cart-text,
.date-and-time,
.date-quantity {
  color: #ba0000;
}
p.tankamenu {
  position: fixed;
  bottom: 62px;
  right: 20px;
  background: #ba0000;
  padding: 4px 20px;
  border-radius: 5px;
  z-index: 10;
}
p.tankamenu a{
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.order-net-step {

}
.order-net-step ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.order-net-step ul li {
  width: calc( 100% / 4 );
  max-width: 250px;
  padding: 10px 20px;
  border: 2px solid #00552e;
}
.order-net-step ul li div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-net-step ul li h3 {
  font-size: 20px;
  text-align: center;
  color: #00552e;
  padding-bottom: 5px;
  border-bottom: 2px solid #00552e;
}
.order-net-step ul li p {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .widgetcart_rows th.total_price {
    font-size: 1.5em!important;
  }
}

@media screen and (max-width: 768px) {
  .order-net-step ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .order-net-step ul li {
    width: calc( 100% / 2 - 5px );
  }
}
@media screen and (max-width: 500px) {
  .order-net-step ul li h3 {
    font-size: 16px;
  }
  .order-net-step ul li p {
    font-size: 14px;
  }
  .cart-shop.cart-shop-inner {
    font-size: 15px;
  }
}


/* カート投入時メッセージボックス */
#wcex_widgetcart-3 #wgct_alert.update_box {
    padding: 10px;
    height: 130px;
    width: 200px;
    border: 1px solid #ba0000;
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    display: none;
}

/* 削除時メッセージボックス */
#wcex_widgetcart-3 #wgct_alert.delete_box {
    padding: 10px;
    height: 130px;
    width: 200px;
    border: 1px solid #ba0000;
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    display: none;
}

/* 完了メッセージボックス */
#wcex_widgetcart-3 #wgct_alert.completion_box {
    padding: 10px;
    height: 130px;
    width: 200px;
    border: 1px solid #BA0000;
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    display: none;
}
#wgct_alert #wdgctToCheckout {
    width: 100%;
    margin: auto;
}
#wgct_alert #wdgctToCheckout a {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .widget_wcex_widgetcart {
    padding: 5px;
    margin: 0;
    height: 148px;
  }
  .cart-shop-inner {
    justify-content: center;
  }
  .widgetcart_rows th.total_price {
    text-align: center!important;
  }
  .widgetcart_rows {
    float: none;
    width: 100% !important;
  }
  .widgetcart_rows tr {
    float: none;
    width: 100%;
  }
  .widgetcart_rows th.total_price {
    display: block;
    width: 100%;
    float: none;
  }
  .widgetcart_rows th.footer {
  display: block;
  width: 100%;
  float: none;
  text-align: center!important;
  }
  #wdgctToCheckout {
    width: 100%;
    float: none;
    margin-top: 5px;
    font-size: 18px !important;
  }

  ul.wcex_widgetcart_body, .widget_wcex_widgetcart ul.ucart_widget_body, .sidebar .widget_wcex_widgetcart ul.ucart_widget_body, #sidebar .widget_wcex_widgetcart ul.ucart_widget_body {
    padding: 10px 5px 10px 5px;
    margin: 0;
  }

  #wdgctToCheckout a {
      width: 47% !important;
      margin-left: 0px !important;
      background-size: 20% !important;
  }
  p.tankamenu {
    bottom: 10px;
    right: 10px;
    padding: 7px 10px;
  }
  .cart-shop {
    bottom: 86px;
    left: 6px;
  }
  .empty_cart {
    margin-top: 20px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  店舗の案内用CSS（照屋追記）9/27
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.shop-guide h3 {
  font-size: 40px;
}
.shop-guide-jump {
  width: 100%;
  padding: 1px;
  background: #000000;
}
.shop-guide-jump a {
  color: #000000;
}
.shop-guide-jump a:hover {
  color: #FFFFFF;
  transition: .1s;
}
.shop-guide-jump-btn {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.shop-guide-jump-btn:hover {
  background: #BA0000;
  transition: .3s;
}
.shop-guide_left-border {
  display: flex;
  align-items: center;
}
.shop-guide_left-border::after {
  content: "";
  height:1px;
  flex-grow: 1;
  background-color:#000000;
  margin-left: 1rem;
}
.shop-guide-details ul {
  list-style: none;
  border-bottom: 1px solid #333333;
  margin: 0 0 15px;
  padding: 0;
}
.shop-guide-details li {
  display: inline-block;
}
.shop-guide-details li:first-child {
  width: 25%;
  font-weight: bold;
}
.shop-guide-details li:last-child {
  width: 73%;
}
.shop-guide-group {
  position: relative;
  padding-bottom: 150px;
}
.shop-guide-group::after {
  content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 2px;
height: 100px;
margin: auto;
background-color: #00552e;
}
.shop-group ul {
  list-style: none;
  border-bottom: 1px solid #333333;
  margin: 0 0 15px;
  padding: 0;
}
.shop-group li {
  display: inline-block;
}
.shop-group li:first-child {
  width: 25%;
  font-weight: bold;
}
.shop-group li:last-child {
  width: 73%;
}

.shop-guide-jump-red {
  max-width: 300px;
  width: 100%;
  padding: 1px;
  background: #C80000;
  margin: auto;
}
.shop-guide-jump-red a {
  color: #000000;
}
.shop-guide-jump-red a:hover {
  color: #FFFFFF;
  transition: .1s;
}
.shop-guide-jump-red-btn {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.shop-guide-jump-red-btn:hover {
  background: #000000;
  transition: .3s;
}
@media screen and (max-width: 576px) {
  .shop-guide h3 {
    font-size: 28px;
  }
  .shop-guide-details li:first-child {
    width: 29%;
    font-weight: bold;
  }
  .shop-guide-details li:last-child {
    width: 69%;
  }
  .shop-group li:first-child {
    width: 29%;
    font-weight: bold;
  }
  .shop-group li:last-child {
    width: 69%;
  }
}
/* googleカレンダー */
.rb-n{
background: #000!important;
}

/*トップ(文字)インフォメーション(店休など)*/
.container-information {
		margin:auto 100px;
}
.important-information {
    background-color: #faebd7;
    font-family: serif;
    color: #696969;
    font-weight: bold;
    padding: 10px 2%;
    margin: 1rem auto;
/*    width: 1200px;*/
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
}
.important-information-title {
    text-align: center;
    background-color: #FFF;
    font-family: serif;
    color: #696969;
    font-weight: bold;
    padding: 0.3em 0;
    margin-top:20px;
    line-height: 1.2;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 #699;
}
.important-information dl {
    margin: 1em 0;
    line-height: 1.6;
}

.important-information dt {
    width: 8em;
    float: left;
    clear: both;
    padding-left: 3%;
}
.important-information dd {
    margin-left: 1em;
}
.important-information-footer {
    text-align: right;
    font-size: 1.1em;
}
@media (471px <= width < 850px) {
  .container-information {
    margin:auto 0;
}
}
@media (max-width: 470px) {
		.container-information {
				margin:auto 0;
		}
		.important-information {
		    font-size: 15px;
		    line-height: 1.6;
		}
    .important-information-title {
        font-size: 0.9em;
    }

    .important-information dt {
        float: none;
        margin-top: 0.3em;
    }

}
/*-------------------------
SDGsページ
---------------------------*/
.page-template-default.page-id-5249 #h1-lego .h1-font {
  padding: 65px 0;
}
.page-template-default.page-id-5249 .border {
  position: relative;
  margin: 20px 0 80px;
  padding: 70px 0 130px;
}
#sdgs .border_under {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 12px;
}
#sdgs h2.border_under {
  color: #FF1E44;
  font-size: 50px;
  margin-top: 82px;
}
#sdgs .border_under::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
  margin: auto;
  background-color: #00552e;
}
#sdgs .bg-main {
  padding-bottom: 120px;
  margin-bottom: 72px;
}
#sdgs .declaration {
  max-width: 758px;
  font-size: 24px;
  margin: 37px auto 120px;
}
.page-id-5249 .entry {
  max-width: 100%;
}
#sdgs .content-1040 {
  max-width: 1040px;
  margin: auto auto 64px;
  padding-bottom: 128px;
}
#sdgs .content-1040:last-child {
  margin: auto auto auto;
  padding-bottom: 0;
}
#sdgs .torikumi_ttl {
  padding-top: 120px;
  margin-bottom: 102px;
  text-align: center;
  color: #000000;
  font-size: 36px;
}
#sdgs section {
  position: relative;
}
#sdgs section::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 50px;
  margin: auto;
  background-color: #00552e;
}
#sdgs section:nth-child(4)::after,
#sdgs section:last-child::after {
  display: none;
}
#sdgs .sdgs_content {
  margin-bottom: 48px;
}
#sdgs .col-6 {
  margin: 0;
  padding: 0;
  width: calc(50% - 0px);
}
#sdgs .sdgs_text {
  background: #F9F9F1;
  display: table;
}
#sdgs .position_center {
  display: table-cell;
  vertical-align: middle;
  padding: 0 60px;
}
#sdgs .sdgs_text h4 {
  font-size: 28px;
  margin-bottom: 38px;
}
#sdgs .sdgs_text h4.first {
  color: #14522D;
}
#sdgs .sdgs_text h4.second {
  color: #004B71;
}
#sdgs .sdgs_text h4.third {
  color: #950101;
}
#sdgs .sdgs_text p {
  font-size: 20px;
}
#sdgs .torikumi_pic {
  margin-bottom: 48px;
}
#sdgs dl {
  border: solid 1px #FF1E44; 
  padding: 0;
  margin-top: 48px;
}
#sdgs dt {
  background: #FF1E44; 
  color: #ffffff; 
  margin: 0;
  display: table;
}
#sdgs dt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#sdgs dd {
  background: #ffffff;
  margin: 0;
  padding: 24px;
  width: calc(85.261% - 0px);
}
#sdgs dd .col-6 {
  margin: 0;
}
#sdgs h3.border_under {
  color: #000000;
  font-size: 36px;
}
#sdgs .torikumi_pic2 {
  margin: 42px auto 48px;
}
@media screen and (max-width:768px) {
  #sdgs dt {
    width: 100%;
  }
  #sdgs dd {
    width: 100%;
    padding: 24px 10px;
  }
  #sdgs dd .col-6 {
    margin: 0 0 0 30px;
  }
  #sdgs ul.flex {
    padding-left: 0;
  }
}
@media screen and (max-width:599px) {
  .page-template-default.page-id-5249 #h1-lego .h1-font {
    padding: 32px 4rem;
  }
  .page-template-default.page-id-5249 .entry {
    margin: 0 10px;
  }
  #sdgs .torikumi_ttl {
    padding-top: 52px;
    margin-bottom: 48px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #sdgs .col-6 {
    width: calc(100% - 0px);
  }
  #sdgs .position_center {
    padding: 56px 33px 61px;
  }
  #sdgs dt {
    padding: 16px 10px;
    width: 100%;
  }
  #sdgs dd {
    padding: 24px 0px;
    width: 100%;
  }
  #sdgs .bg-main {
    padding-bottom: 78px;
    margin-bottom: 87px;
  }
}
