@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
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;
}

.str-outer{
	width: 670px !important;
	margin: auto !important;
}

.str-inner{
	min-width: 670px !important;
}

.region-main{
	width: 670px !important;
}

/* 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 {
  font-size: 2em;
  margin: 0.67em 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
	width: 200px;
	float: left;
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on 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;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.nav-breadcrumb ol::after, .mod-linkList > .list::after, .mod-brandList > .list::after, .mod-itemList > .list > li > .list::after, .mod-tagList > .inner::after, .mod-tagList > .inner > .list::after, .mod-contactList > .list::after, .mod-lyt > .inner::after, .mod-columnToggle::after, .mod-columnToggle > .inner::after, .comp-checkboxList > .list::after, .comp-totalFee > .inner > .list::after, .comp-cartItem > .inner > .detail::after, .comp-cartItem > .inner > .utility::after, .comp-sizeSelect > .list::after, .comp-searchBtn > .inner > .list::after, [data-path="/sp/"] .unq-imgList > .list::after,
[data-path="/sp/brand/"] .unq-imgList > .list::after, #colorbox #post_select_list::after {
  display: block;
  clear: both;
  content: "";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "Lato", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Meiryo, \30e1\30a4\30ea\30aa, "MS PGothic", sans-serif;
  font-size: 1.2rem;
  word-break: break-word;
  color: #333;
  background: #fff;
  min-width: 320px;
}

body > img, body > iframe {
  /* 解析用scriptコード対策 */
  position: fixed;
  top: 100%;
  left: 100%;
  width: 0;
  height: 0;
}

figure,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  color: #e51f00;
}

p, form {
  margin: 0 0 18px;
}

p > *:last-child, form > *:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
}

sup {
  font-size: 80%;
}

button,
input,
textarea,
html input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}

button {
  background: transparent;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  max-width: 100%;
}

::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

[class^="mod-"] img,
[class^="comp-"] img,
[class^="nav-"] img {
  max-width: 100%;
}

/* ----------------------------------------------------------------------------
 * 詳細検索用見出し .mod-hdg-02
 * ------------------------------------------------------------------------- */
.mod-hdg-02 {
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
  position: relative;
  z-index: 0;
  width: 100%;
  /*margin: 0 0 17px;*/
  padding: 0 40px 2px 40px;
}

.mod-hdg-02::before {
  background-image: url("/sp/common/images/mod/hdg-bg.png");
  background-repeat: repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
}

.mod-hdg-02 > span {
  background-color: #fff;
  display: inline-block;
  padding: 0 12px;
}
		
/* ----------------------------------------------------------------------------
 * インプットモジュール .mod-input
 * ------------------------------------------------------------------------- */
.mod-input {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.mod-input + .mod-input {
  margin-top: -14px;
}

.mod-input > .label {
  display: block;
  margin: 0 0 4px;
}

.mod-input > .label strong {
  font-size: 1.0rem;
  color: #e83656;
  display: block;
}

.mod-input > .label b {
  font-weight: normal;
}

.mod-input > .label small {
  line-height: 1.8;
  font-size: 1.0rem;
  letter-spacing: -.8px;
}

.mod-input > .label small:not(:first-child) {
  padding: 0 0 0 8px;
}

.mod-input > .label:last-child {
  margin-bottom: 0;
}

.mod-input > input[type="text"], .mod-input > input[type="password"], .mod-input > input[type="email"], .mod-input > input[type="tel"], .mod-input > textarea {
  line-height: 1.38462;
  font-size: 1.6rem;
  width: 100%;
  padding: 7px 9px 8px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
}

.mod-input > input[type="text"][aria-invalid="true"], .mod-input > input[type="text"][aria-invalid="grammar"], .mod-input > input[type="text"][aria-invalid="spelling"], .mod-input > input[type="password"][aria-invalid="true"], .mod-input > input[type="password"][aria-invalid="grammar"], .mod-input > input[type="password"][aria-invalid="spelling"], .mod-input > input[type="email"][aria-invalid="true"], .mod-input > input[type="email"][aria-invalid="grammar"], .mod-input > input[type="email"][aria-invalid="spelling"], .mod-input > input[type="tel"][aria-invalid="true"], .mod-input > input[type="tel"][aria-invalid="grammar"], .mod-input > input[type="tel"][aria-invalid="spelling"], .mod-input > textarea[aria-invalid="true"], .mod-input > textarea[aria-invalid="grammar"], .mod-input > textarea[aria-invalid="spelling"] {
  background: #ffedf5;
  border-color: #ffb0bd;
}

.mod-input > input[type="text"]::-webkit-input-placeholder, .mod-input > input[type="password"]::-webkit-input-placeholder, .mod-input > input[type="email"]::-webkit-input-placeholder, .mod-input > input[type="tel"]::-webkit-input-placeholder, .mod-input > textarea::-webkit-input-placeholder {
  font-weight: normal;
  color: #999;
}

.mod-input > input[type="text"]::-moz-placeholder, .mod-input > input[type="password"]::-moz-placeholder, .mod-input > input[type="email"]::-moz-placeholder, .mod-input > input[type="tel"]::-moz-placeholder, .mod-input > textarea::-moz-placeholder {
  font-weight: normal;
  color: #999;
}

.mod-input > input[type="text"][readonly], .mod-input > input[type="password"][readonly], .mod-input > input[type="email"][readonly], .mod-input > input[type="tel"][readonly], .mod-input > textarea[readonly] {
  color: #666;
  background: #f7f7f7;
}

.mod-input > textarea {
  height: 13rem;
}

.mod-input > input[type="radio"], .mod-input > input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.mod-input > input[type="radio"]:focus + span::before, .mod-input > input[type="checkbox"]:focus + span::before {
  outline: #333 dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

.mod-input > input[type="radio"] + span, .mod-input > input[type="checkbox"] + span {
  position: relative;
  display: block;
}

.mod-input > input[type="radio"] + span::before, .mod-input > input[type="radio"] + span::after, .mod-input > input[type="checkbox"] + span::before, .mod-input > input[type="checkbox"] + span::after {
  position: absolute;
  display: block;
  content: "";
}

.mod-input > input[type="radio"] + span::after, .mod-input > input[type="checkbox"] + span::after {
  opacity: 0;
}

.mod-input > input[type="radio"]:checked + span::after, .mod-input > input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.mod-input > input[type="radio"] + span {
  min-height: 30px;
  padding: 9px 10px 6px 24px;
}

.mod-input > input[type="radio"] + span::before {
  background: #fff;
  z-index: 0;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #e5e5e5;
  border-radius: 60px;
}

.mod-input > input[type="radio"] + span::after {
  background: #333;
  top: 13px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 26px;
}

.mod-input > input[type="radio"][aria-invalid="true"] + span::before {
  background: #ffedf5;
  border-color: #ffb0bd;
}

.mod-input > input[type="radio"][aria-invalid="true"] + span::after {
  background: #ffb0bd;
}

.mod-input > input[type="checkbox"] + span {
  min-height: 22px;
  padding: 3px 10px 1px 24px;
}

.mod-input > input[type="checkbox"] + span::before {
  background: #fff;
  z-index: 0;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #e5e5e5;
}

.mod-input > input[type="checkbox"] + span::after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #333;
  border-width: 0 2px 2px 0;
}

.mod-input > input[type="checkbox"][aria-invalid="true"] + span::before {
  background: #ffedf5;
  border-color: #ffb0bd;
}

.mod-input > input[type="checkbox"][aria-invalid="true"] + span::after {
  border: 1px solid #ffb0bd;
  border-width: 0 2px 2px 0;
}

.mod-input > .select {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 5px;
  border-radius: 4px;
}

.mod-input > .select::before {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
}

.mod-input > .select::before {
  z-index: 1;
  top: 50%;
  right: 13px;
  width: 9px;
  height: 9px;
  margin: -7px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #4b4b4b;
  border-width: 0 1px 1px 0;
}

.mod-input > .select > select {
  font-size: 1.6rem;
  color: #999;
  background: #fff;
  width: 100%;
  padding: 7px 32px 7px 6px;
  border: 2px solid #e5e5e5;
}

.mod-input > .select > select[multiple] {
  height: calc(1.5em + 18px);
}

.mod-input > .select > select[aria-invalid="true"] {
  color: #ccc;
  background: #ffedf5;
  border-color: #ffb0bd;
}

/* ----------------------------------------------------------------------------
 * ボタン .mod-btn
 * ------------------------------------------------------------------------- */
.mod-btn {
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  background: #fffd62;
  position: relative;
  display: block;
  margin: 0 0 34px;
  padding: 14px 10px 11px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.mod-btn > * {
  position: relative;
  display: inline-block;
}

.mod-btn > *::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  display: inline-block;
}

.mod-btn.of-type-02 {
  color: #fff;
  background: #888;
}

.mod-btn.of-type-03 {
  color: #333;
  background: #fff;
  padding: 14px 10px 11px;
  border: 1px solid #ccc;
}

.mod-btn[disabled] {
  color: #888;
  background: #ccc;
  border: 1px solid #ccc;
}

.mod-btn + .mod-btn {
  margin-top: -14px;
}

/* ----------------------------------------------------------------------------
 * ボタン02 .mod-btn-02
 * ------------------------------------------------------------------------- */
.mod-btn-02 {
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: -1px;
  text-align: center;
  background: #fff;
  position: relative;
  display: block;
  margin: 30px 0;
  padding: 9px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mod-btn-02 > * {
  position: relative;
  left: -1px;
  display: inline-block;
}

.mod-btn-02[disabled] {
  color: #888;
  background: #ccc;
  border: 1px solid #ccc;
}

/* ----------------------------------------------------------------------------
 * 店舗在庫検索ページ
 * ------------------------------------------------------------------------- */

.col {
	background: #f4f4f4;
	margin: 40px 0px 0px 0px;
	padding: 10px 30px 30px 30px;
	/*position: relative;*/
	font-size: 22px
}

.col .pnl .txt {
	float: right;
  position: absolute;
  width: 50%;
	top: 50%;
	left: 50%;
	webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
	
}

.col .fig{
	width:40%;
}

.CMP_itemlist_4 {
	padding: 0px 10px 40px 0px;
	margin: 0px 0px 50px 0px;
}

.CMP_itemlist_4 h4{
	/*background: #f4f4f4;*/
	margin: 0;
	padding: 10px;
}

.CMP_itemlist_4  h4 a{
	color: #333;
	font-size: 1.5rem;
}

.CMP_itemlist_4 dl{
	border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 10px;
}

.CMP_itemlist_4 dt{
	margin-right: 20px;
  float: left;
}

.CMP_itemlist_4 .stock{
	padding: 10px 0px 0px 10px;
}

.CMP_itemlist_4 .distance{
	padding: 0px 0px 0px 10px;
}

.CMP_itemlist_4 .mod-btn-02{
	margin: 34px 0;
}

.storelist > table {
    font-size: 16px;
    font-size: 1.6rem;
    width: 80%;
		min-width: 650px;
    text-align: left;
}

.storelist table > tbody {
    width: 99%;
    overflow: hidden;
}

.storelist > table > tbody > tr > th, .storelist > table > tbody > tr > td {
    vertical-align: middle;
    padding: 16px 5px 5px 15px;
    border: 1px solid #ffffff;
}

.storelist > table > tbody > tr > th {
    width: 220px;
    background-color: #efefef;
    vertical-align: top;
}

.storelist > table > tbody > tr > td {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #f9f9f9;
}

.storestock-item > .inner {
    border-bottom: 1px solid #cccccc;
}

.storestock-item > .inner > .col > .img {
    display: block;
    width: 180px;
    margin: 0 36px 0 0;
    padding: 16px 0;
}

.brandSearch{
	width: 250px;
}
/*
.storestock-item > .inner > .col > .img, .storestock-item > .inner > .col > .content {
    float: left;
}
*/
.storestock-item > .inner > .col {
    border-top: 1px solid #cccccc;
}

#code_none{
	display: none;
}

/* ----------------------------------------------------------------------------
 * 店舗詳細ページ
 * ------------------------------------------------------------------------- */

.shop_box{
	padding: 10px;
}

.shop_box p{
	font-size: 1.3rem;
}

.shopname h3{
	font-size: 1.5rem;
  border-bottom: 2px solid #ccc;
  padding: 10px;
}

.open_status{
	font-size: 1.4rem;
}

.shoptime,.shopaddress{
	display: inline-block;
	vertical-align:top;
}
