@charset "UTF-8";
/*============================================================
layout 2016/9
	1.Reset
	2.Layout
	4.Module
	5.Print
	6.Mobile
============================================================*/
/*! normalize.css v4.0.0 | 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;
}

/* 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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;
}

/**
 * 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;
}

/*========== 1.Reset ==========*/
img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*========== 2.Layout ==========*/
/*----- baseFont -----*/
html {
  font-size: 62.5%;
  max-height: 100%;
  width: 100%;
}

body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

/*----- Anchor -----*/
a {
  color: #0086e3;
}

a:hover {
  opacity: 0.7;
}

/*----- header -----*/
header {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding: 22px;
}

header .logo {
  float: left;
  width: 465px;
  margin-left: 82px;
}

header .logo h1 {
  font-size: 1rem;
  margin: 10px 0;
}

header .logo h1 a {
  display: inline-block;
}

header .logo p {
  font-size: 1.4rem;
  margin: 0;
}

header .logo:before {
  background-image: url(../../images/front/store/header_img01.png);
  background-size: cover;
  display: inline-block;
  content: "";
  width: 82px;
  height: 82px;
  float: left;
  margin-left: -92px;
}

header .brand {
  float: right;
}

header .brand img {
  margin: 0 0 10px 10px;
}

/*----- contents -----*/
#contents {
  background: #ebebeb;
  min-width: 980px;
}

/*----- main -----*/
#main {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}

/*----- pageTop -----*/
.pageTop {
  position: fixed;
  bottom: 65px;
  right: 15px;
  z-index: 1000;
  display: none;
}

.pageTop a {
  width: 60px;
  height: 60px;
  display: block;
  background: #0087e3;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pageTop a:hover {
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

/*----- footer -----*/
footer {
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
}

.btn {
  text-align: center;
}

.btn a {
  color: #FFF;
  text-decoration: none;
  background: #0087e3;
  display: inline-block;
  margin: 5px 5px;
  padding: 10px 25px;
  border-radius: 5px;
}

/*----- map -----*/
#map {
  text-align: center;
  position: relative;
  height: 550px;
  margin: 0 auto;
}

#map ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#map ul li {
  list-style: none;
  text-align: left;
}

#map ul .region {
  position: absolute;
  overflow: hidden;
  min-width: 160px;
}

#map ul .region h2 {
  font-size: 1.8rem;
  margin: 0;
  color: #FFF;
  text-align: center;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #CCC;
}

#map ul .region ul {
  position: relative;
  background: #FFF;
  border: solid 2px #c9c9c9;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 10px 0 10px 25px;
}

#map ul .region ul li {
  display: inline-block;
  width: 6rem;
}

#map ul #area01 {
  top: 45px;
  left: 765px;
}

#map ul #area01 h2 {
  background: #66cccc;
}

#map ul #area02 {
  top: 247px;
  left: 765px;
}

#map ul #area02 h2 {
  background: #0078ff;
}

#map ul #area03 {
  top: 0;
  left: 408px;
}

#map ul #area03 h2 {
  background: #6ac26b;
}

#map ul #area04 {
  top: 380px;
  left: 530px;
}

#map ul #area04 h2 {
  background: #83c0ff;
}

#map ul #area05 {
  top: 0;
  left: 230px;
}

#map ul #area05 h2 {
  background: #ffa800;
}

#map ul #area06 {
  top: 0;
  left: 53px;
}

#map ul #area06 h2 {
  background: #ff999a;
}

#map ul #area07 {
  top: 380px;
  left: 360px;
}

#map ul #area07 h2 {
  background: #ef61a9;
}

#map ul #area08 {
  top: 187px;
  left: 53px;
}

#map ul #area08 h2 {
  background: #a94fa9;
}

/*----- list -----*/
#list h2 {
  font-size: 1.8rem;
  color: #FFF;
  padding: 10px 20px;
  margin: 0 0 20px;
}

#list .city{
	height:40px;
}

#list h2#area01 {
  background: #66cccc;
}

#list h2#area02 {
  background: #0078ff;
}

#list h2#area03 {
  background: #6ac26b;
}

#list h2#area04 {
  background: #83c0ff;
}

#list h2#area05 {
  background: #ffa800;
}

#list h2#area06 {
  background: #ff999a;
}

#list h2#area07 {
  background: #ef61a9;
}

#list h2#area08 {
  background: #a94fa9;
}

#list .shopList {
  margin: 30px 30px 0;
}

#list .shopList li {
  margin-bottom: 20px;
  position: relative;
}

#list .shopList li a.wrap {
  color: #000;
  text-decoration: none;
  display: block;
  background: url(../../images/front/store/ico_list_arrow01.png) #FFF no-repeat right center;
  padding: 10px 30px 10px 15px;
  border: solid 1px #0087e3;
  border-radius: 5px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}

#list .shopList li a.wrap h3, #list .shopList li a.wrap p {
  margin: 0.5em 0;
}

#list .shopList li a.wrap:hover {
  background-color: #e5f3fc;
}

#list .shopList li .brand {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -21px;
  z-index: 10;
}

#list .shopList li .brand img {
  margin: 0 5px;
  width: auto;
  height: 42px;
}

#list .pagenation {
  text-align: center;
  margin: 60px 0;
}

#list .pagenation li {
  display: inline-block;
  list-style: none;
}

#list .pagenation li .btn {
  color: #666;
  text-decoration: none;
  background: #CCC;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
}

#list .pagenation li.back .btn {
  margin-right: 20px;
}

#list .pagenation li.next .btn {
  margin-left: 20px;
}

#list .pagenation li.active .btn {
  color: #FFF;
  background: #0087e3;
}

/*----- detail -----*/
#detail {
  padding: 0 75px;
}

#detail h2 {
  font-size: 1.8rem;
  color: #FFF;
  background: #666;
  margin-bottom: 0;
  padding: 10px 20px;
}

#detail .info {
  background: #FFF;
  padding: 30px;
}

#detail .info table {
  margin-bottom: 40px;
}

#detail .info table th, #detail .info table td {
  padding: 10px 15px;
}

#detail .info table th {
  text-align: left;
  background: #ebebeb;
}

#detail .info table td {
  word-break: break-all;
}

#detail .info table td img {
  margin: 3px;
  width: auto;
  height: 42px;
}

#detail .info .googleMap iframe {
  width: 100%;
  height: 350px;
}

/*========== 4.Module ==========*/
/*============================================================
module  2014/10/07
============================================================*/
/*========== font ==========*/
.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

/*========== float ==========*/
.flL {
  float: left;
}

.flR {
  float: right;
}

/*========== align ==========*/
.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

/*========== clear ==========*/
.clearL {
  clear: left;
}

.clearR {
  clear: right;
}

.clear {
  clear: both;
}

.clearFix {
  zoom: 1;
  /*for IE 5.5-7*/
}

.clearFix:after {
  /*for modern browser*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/*========== margin ==========*/
/*----- reset -----*/
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

/*----- all -----*/
.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

/*----- top -----*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/*----- right -----*/
.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

/*----- bottom -----*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

/*----- left -----*/
.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

/*========== padding ==========*/
/*----- reset -----*/
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-left: 0;
}

.pl0 {
  padding-top: 0;
}

/*----- all -----*/
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

/*----- top -----*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

/*----- right -----*/
.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

/*----- bottom -----*/
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

/*----- left -----*/
.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

/* !JavaScript -------------------------------------------------------------- */
.over {
  /* ロールオーバー呼び出し用 */
}

.opacityOver {
  /* opacityOver呼び出し用 */
}

/*========== customCSS ==========*/
/*----- indent -----*/
.burasage {
  margin-left: 1em;
  text-indent: -1em;
}

.jisage {
  text-indent: 1em;
}

/*----- font -----*/
.fsSS {
  font-size: 10px;
  /*for IE*/
  font-size: 1rem;
}

.fsS {
  font-size: 12px;
  /*for IE*/
  font-size: 1.2rem;
}

.fsM {
  font-size: 14px;
  /*for IE*/
  font-size: 1.4rem;
}

.fsL {
  font-size: 16px;
  /*for IE*/
  font-size: 1.6rem;
}

.fsLL {
  font-size: 18px;
  /*for IE*/
  font-size: 1.8rem;
}

/*----- img -----*/
.flImgL {
  margin: 0 0 10px 10px;
}

.flImgR {
  margin: 0 10px 10px 0;
}

/*========== 6.Mobile ==========*/
@media screen and (max-width: 480px) {
  /*----- header -----*/
  header {
    background: none;
    padding: 10px;
    width: auto;
    overflow: hidden;
  }
  header .logo {
    width: 40%;
    max-width: 167px;
    margin-left: 22px;
  }
  header .logo h1 {
    height: auto;
  }
  header .logo h1 a, header .logo h1 img {
    width: 100%;
    height: auto;
  }
  /*
  header .logo p {
    display: none;
  }
  */
  
  header .logo:before {
    width: 20px;
    height: 20px;
    margin: 10px 7px 0 -29px;
  }
  header .brand img {
    width: auto;
    height: 38px;
    margin: 5px 2px;
  }
  /*----- contents -----*/
  #contents {
    padding: 10px;
    min-width: inherit;
  }
  /*----- main -----*/
  #main {
    padding: 10px 0;
    width: auto;
  }
  /*----- map -----*/
  #map {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #map img {
    width: 70%;
    margin-bottom: 30px;
  }
  #map ul {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: inherit;
  }
  #map ul .region {
    position: relative;
    margin-bottom: 10px;
  }
  #map ul .region ul {
    padding: 10px 20px;
    text-align: center;
  }
  #map ul .region ul li {
    margin-bottom: 10px;
    width: inherit;
    margin-right: 1rem;
  }
  #map ul #area01,
  #map ul #area02,
  #map ul #area03,
  #map ul #area04,
  #map ul #area05,
  #map ul #area06,
  #map ul #area07,
  #map ul #area08 {
    top: inherit;
    left: inherit;
  }
  /*----- list -----*/
	#list .city{
		width:100%;
	}
  #list .shopList {
    margin: 30px 0 0;
  }
  #list .shopList li a.wrap {
    padding-bottom: 57px;
  }
  #list .shopList li .brand {
    top: inherit;
    right: inherit;
    left: 0;
    bottom: 15px;
    margin: 0 0 0 10px;
  }
  /*----- detail -----*/
  #detail {
    padding: 0;
  }
  #detail .info {
    padding: 10px;
  }
  #detail .info table {
    width: 100%;
    margin-bottom: 20px;
  }
  #detail .info table th, #detail .info table td {
    display: block;
  }
  #detail .info table td img {
    width: auto;
  }
  #detail .info .googleMap iframe {
    height: 250px;
  }
}
