@charset "UTF-8";
/****************************************************
 * 	Webフォント
 ****************************************************/
/*
 * Dancing Script
 */
@import url("//fonts.googleapis.com/css?family=Dancing+Script");
/*
 * Barlow
 */
@import url("//fonts.googleapis.com/css?family=Barlow:500");
/*
 * Rounded Mplus 1c (Japanese)

@import url("//fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

 * Sawarabi Mincho (Japanese)
 */
@import url("//fonts.googleapis.com/earlyaccess/sawarabimincho.css");

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?shvr6e');
  src:  url('../fonts/icomoon.eot?shvr6e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?shvr6e') format('truetype'),
    url('../fonts/icomoon.woff?shvr6e') format('woff'),
    url('../fonts/icomoon.svg?shvr6e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-end:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e901";
}
.icon-prev:before {
  content: "\e902";
}
.icon-start:before {
  content: "\e903";
}
.icon-open:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-cart:before {
  content: "\e906";
}
.icon-review:before {
  content: "\e907";
}
.icon-location:before {
  content: "\ea38";
}
