@charset "UTF-8";
/*-----------------------------------------------------------------------------------

Theme Name:     片町伝馬商店街
Theme URI:      http://bubo.jp
Description:
Author:         株式会社カラフルカンパニー
Author URI:     http://www.colorfulcompany.co.jp/
License:        GNU General Public License
License URI:    license.txt
Version:        1.00

-----------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

article, aside, details, figcaption, figure, dl, dt, dd,
footer, header, menu, nav, section, div, ul, li, p, h1, h2, h3, h4, a, small, select, input, textarea {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  -webkit-auto-text-size-adjust: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea, button {
  margin: 0;
  padding: 0;
  border: none; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

table {
  width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */ }

html {
  height: 100%;
  /* Site is as tall as device. */ }

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */ }

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden; }

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */ }

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table; }

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both; }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */ }

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */ }

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */ }

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */ }

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */ }

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */ }

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */ }

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */ }

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%; }

.sb-width-thin {
  width: 15%; }

.sb-width-wide {
  width: 45%; }

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%; }

  .sb-width-thin {
    width: 55%; }

  .sb-width-wide {
    width: 85%; } }
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%; }

  .sb-width-thin {
    width: 40%; }

  .sb-width-wide {
    width: 70%; } }
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%; }

  .sb-width-thin {
    width: 25%; }

  .sb-width-wide {
    width: 55%; } }
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%; }

  .sb-width-thin {
    width: 15%; }

  .sb-width-wide {
    width: 45%; } }
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%; }

  .sb-width-thin {
    width: 5%; }

  .sb-width-wide {
    width: 35%; } }
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
      transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */ }

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.parallax-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .parallax-overlay.pattern {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQIW2NkwAT/GdHE/gP5jMiCYAGQIpggXAAmiCIAEgQAAE4FBbECyZcAAAAASUVORK5CYII=) repeat fixed; }
  .parallax-overlay.gradient {
    background-color: #00eaff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00eaff), to(#88006d));
    background-image: -webkit-linear-gradient(top, #00eaff, #88006d);
    background-image: -o-linear-gradient(top, #00eaff, #88006d); }

@font-face {
  font-family: "slick";
  src: url("./fonts/../assets/bower_components/slick.js/slick/fonts/slick.eot");
  src: url("./fonts/../assets/bower_components/slick.js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../assets/bower_components/slick.js/slick/fonts/slick.woff") format("woff"), url("./fonts/../assets/bower_components/slick.js/slick/fonts/slick.ttf") format("truetype"), url("./fonts/../assets/bower_components/slick.js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
.InnerBlock {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }
  .InnerBlock::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .InnerBlock {
      padding: 10px; } }
  @media screen and (min-width: 1140px) {
    .InnerBlock {
      padding: 0;
      width: 1140px; } }

.row::after {
  clear: both;
  content: "";
  display: table; }

body {
  font: 14px/1 “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3″, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif; }

p {
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    p {
      line-height: 1.7;
      letter-spacing: 1px; } }

a {
  opacity: 1.0; }
  a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	ナビゲーション

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
body #sb-site {
  background-color: #f3f3e9; }

#SlideNavigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  #SlideNavigation li a {
    width: 100%;
    display: block;
    padding: 1.5em;
    color: #f2f2f2; }

.MobileTopBar {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 40px; }

.sb-slidebar {
  -webkit-transition: All 0.4s ease;
          transition: All 0.4s ease; }

.menu-trigger,
.menu-trigger span {
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  box-sizing: border-box; }

.menu-trigger {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 18px; }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #222;
    border-radius: 4px;
    font-size: 0; }
    .home .menu-trigger span {
      background-color: #f3f3e9; }
  .menu-trigger span:nth-of-type(1) {
    top: 0; }
  .menu-trigger span:nth-of-type(2) {
    top: 7px; }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0; }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
        -ms-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg); }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	共通ファイル

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.Logo {
  padding: 68px 0 40px;
  text-align: center; }

#GlobalFooter {
  padding: 100px 0;
  text-align: center; }
  #GlobalFooter ul {
    margin: 35px auto;
    font-size: 0; }
  #GlobalFooter li {
    font-size: 13px;
    display: inline-block; }
    #GlobalFooter li:not(:first-child)::before {
      margin: 0 0.5em;
      content: "|"; }
  #GlobalFooter p {
    margin-top: 35px;
    font-size: 13px; }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	トップページ

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#TopHeader {
  height: 100vh;
  padding: 0 20px;
  background: url(images/common/bg_header.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 1; }
  #TopHeader h1 {
    height: 100vh;
    line-height: 120vh;
    position: relative;
    z-index: 2; }

.MainBlock {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  margin: 121px 0 145px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .MainBlock {
      padding: 0; } }
  .MainBlock h2 {
    margin: 0 auto;
    max-width: 70%; }
    @media screen and (min-width: 768px) {
      .MainBlock h2 {
        max-width: 100%; } }
  .MainBlock p {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .MainBlock p {
        font-size: 18px;
        letter-spacing: 1px; } }

.News {
  padding: 300px 0;
  background: url(images/common/bg_top.jpg) 50% 50% no-repeat;
  background-size: auto 100%; }
  @media screen and (min-width: 768px) {
    .News {
      background-size: cover; } }
  .News .NewsInner {
    position: relative;
    z-index: 2;
    background: #f3f3e9; }
  .News .InnerBlock {
    padding: 102px 10px; }
  .News h2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-bottom: 30px;
    text-align: left; }
    .News h2:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .News h2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%;
        text-align: center; }
        .News h2:last-child {
          margin-right: 0; } }
  .News ul {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .News ul:last-child {
      margin-right: 0; }
    .News ul::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .News ul {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-right: 0; }
        .News ul:last-child {
          margin-right: 0; } }
  .News li {
    margin-bottom: 36px;
    line-height: 1.7;
    letter-spacing: 1; }
  .News p {
    clear: both;
    text-align: right;
    text-decoration: underline; }
  .News time {
    display: block;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .News time {
        display: inline;
        margin: 0 40px 0 0; } }

.ShopIndex {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin: 102px auto 152px;
  position: relative;
  z-index: 2; }
  .ShopIndex::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .ShopIndex {
      padding: 10px; } }
  @media screen and (min-width: 1140px) {
    .ShopIndex {
      padding: 0;
      width: 1140px; } }
  .ShopIndex .row {
    margin: 40px 0 43px; }
  .ShopIndex .bx-wrapper {
    box-shadow: none;
    background: none;
    border: none; }

.ShopIndexContent {
  display: block;
  margin-left: 1.7em; }
  .ShopIndexContent h3 {
    margin: 15px 0 30px; }

.BtnShopIndex {
  text-align: center; }

.GoogleMap {
  width: 100%;
  height: 400px;
  margin: 60px 0 20px; }

.MapLink {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: right; }
  .MapLink::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .MapLink {
      padding: 10px; } }
  @media screen and (min-width: 1140px) {
    .MapLink {
      padding: 0;
      width: 1140px; } }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  商店街の歴史

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.HistoryContent {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .HistoryContent .InnerBlock {
      background: url(images/history/bg_history001.png) 100% 15%, url(images/history/bg_history002.png) 0% 45%, url(images/history/bg_history003.png) 100% 75%, url(images/history/bg_history004.png) 0% 95%;
      background-repeat: no-repeat; } }
  .HistoryContent h1 {
    margin: 100px 0 165px; }
  .HistoryContent article {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px; }
    .HistoryContent article::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .HistoryContent article {
        padding: 10px; } }
    @media screen and (min-width: 1140px) {
      .HistoryContent article {
        padding: 0;
        width: 1140px; } }
  .HistoryContent header {
    margin-top: 120px; }
    .HistoryContent header p {
      margin-top: 14px;
      color: #bfbbb1; }
  .HistoryContent p {
    margin-top: 32px; }
  .HistoryContent .And {
    margin: 217px 0 206px; }
  .HistoryContent .LastDescription {
    padding: 117px 20px;
    background: url(images/history/bg_last.jpg) center center no-repeat;
    color: #f3f3e9;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    background-size: cover; }
    @media screen and (min-width: 1140px) {
      .HistoryContent .LastDescription {
        font-size: 21px;
        line-height: 42px; } }
    .HistoryContent .LastDescription strong {
      font-size: 35px;
      line-height: 54px; }
      @media screen and (min-width: 1140px) {
        .HistoryContent .LastDescription strong {
          font-size: 40px; } }
  .HistoryContent .BtnShop {
    display: inline-block;
    margin: 60px 0; }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  ショップ一覧

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.ShopListImageHeadline {
  background: url(images/shop/bg_shoplist.jpg) no-repeat;
  background-size: cover; }
  .ShopListImageHeadline h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    vertical-align: middle;
    line-height: 200px; }
    .ShopListImageHeadline h1::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .ShopListImageHeadline h1 {
        padding: 10px; } }
    @media screen and (min-width: 1140px) {
      .ShopListImageHeadline h1 {
        padding: 0;
        width: 1140px; } }

.CategoryList {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin: 60px auto; }
  .CategoryList::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .CategoryList {
      padding: 10px; } }
  @media screen and (min-width: 1140px) {
    .CategoryList {
      padding: 0;
      width: 1140px; } }
  .CategoryList button {
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    font-family: inherit;
    background: none; }
    .CategoryList button:hover {
      cursor: pointer;
      text-decoration: underline; }

.ShopListContent {
  max-width: 1140px;
  margin: -30px auto 0; }
  .ShopListContent::after {
    clear: both;
    content: "";
    display: table; }
  .ShopListContent li {
    width: 50%;
    height: 250px;
    margin-top: 30px;
    float: left;
    text-align: center; }
    .ShopListContent li:nth-child(2n+1) {
      clear: both; }
    @media screen and (min-width: 768px) {
      .ShopListContent li {
        width: 25%; }
        .ShopListContent li:nth-child(2n+1) {
          clear: none; }
        .ShopListContent li:nth-child(4n+1) {
          clear: both; } }
    .ShopListContent li img {
      margin-bottom: 20px; }

.isotopeGridSize {
  width: 50%; }
  @media screen and (min-width: 768px) {
    .isotopeGridSize {
      width: 25%; } }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  ショップ詳細

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.ShopDetailImageHeadline {
  background: url(images/shop/bg_shopdetail.jpg) no-repeat;
  background-size: cover; }
  .ShopDetailImageHeadline h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    vertical-align: middle;
    line-height: 200px; }
    .ShopDetailImageHeadline h1::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .ShopDetailImageHeadline h1 {
        padding: 10px; } }
    @media screen and (min-width: 1140px) {
      .ShopDetailImageHeadline h1 {
        padding: 0;
        width: 1140px; } }

.ShopDetailContent h2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin: 73px auto 30px;
  font-size: 18px;
  font-weight: bold; }
  .ShopDetailContent h2::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .ShopDetailContent h2 {
      padding: 10px; } }
  @media screen and (min-width: 1140px) {
    .ShopDetailContent h2 {
      padding: 0;
      width: 1140px; } }

.ImageGallery {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .ImageGallery:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .ImageGallery {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .ImageGallery:last-child {
        margin-right: 0; } }

.ThumbnailShopImage {
  margin-left: -1.5em; }
  .ThumbnailShopImage li {
    margin-left: 1.5em;
    outline: none; }
    .ThumbnailShopImage li:hover {
      cursor: pointer; }

.slick-slider {
  margin-bottom: 1.5em; }

.DetailRightBlock {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-top: 30px; }
  .DetailRightBlock:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .DetailRightBlock {
      margin-top: 0;
      padding: 0 20px;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .DetailRightBlock:last-child {
        margin-right: 0; } }

.SubTitle {
  font-size: 18px; }

.MainText {
  margin: 30px 0; }

.DetailInformation {
  margin-bottom: 43px; }
  .DetailInformation::after {
    clear: both;
    content: "";
    display: table; }
  .DetailInformation dt, .DetailInformation dd {
    margin-top: 26px;
    font-size: 13px;
    line-height: 1.5; }
  .DetailInformation dt {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    clear: both; }
    .DetailInformation dt:last-child {
      margin-right: 0; }
  .DetailInformation dd {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0; }
    .DetailInformation dd:last-child {
      margin-right: 0; }
    .DetailInformation dd:before {
      content: "|";
      margin-right: 2.3576515979%; }

.SiteURL {
  padding-top: 40px;
  border-top: 1px solid #c7c6b9; }
  .SiteURL::after {
    clear: both;
    content: "";
    display: table; }
  .SiteURL dt, .SiteURL dd {
    float: left;
    line-height: 21px; }
  .SiteURL dt {
    padding: 0 11px;
    border-radius: 5px;
    color: #f3f3e9;
    background-color: #484341; }
  .SiteURL dd {
    margin-left: 10px; }

.Review {
  margin-top: 40px;
  padding: 8px 13px;
  background-color: #e0e0d5;
  font-size: 0;
  text-align: center; }
  .Review li {
    display: inline-block;
    margin: 5px 18px;
    font-size: 10px;
    vertical-align: middle; }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

  カルーセルスライダー

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.slick-loading .slick-list {
  background: #fff url("./assets/bower_components/slick.js/slick/ajax-loader.gif") center center no-repeat; }
