/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *





 */
/* line 1, app/assets/stylesheets/_utility.scss */
.text-red {
  color: red;
}

/* line 5, app/assets/stylesheets/_utility.scss */
label.required:after {
  content: "(*)";
  color: red;
  display: inline;
}

/* line 1, app/assets/stylesheets/_common.scss */
#main-content {
  min-height: 300px;
}

/* line 5, app/assets/stylesheets/_common.scss */
.btn-flat-border, .btn-flat-border:visited {
  color: #d9534f;
  border: solid 1px #d9534f;
  border-radius: 25px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  transition: .4s;
}

/* line 16, app/assets/stylesheets/_common.scss */
.btn-flat-border:hover, .btn-flat-border:visited:hover {
  background: #d9534f;
  color: white;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/_common.scss */
.btn-flat-border:link, .btn-flat-border:visited, .btn-flat-border:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 27, app/assets/stylesheets/_common.scss */
  .sp-display-none {
    display: none;
  }
}

/* line 32, app/assets/stylesheets/_common.scss */
.sale_banner {
  margin: 2rem 0;
}

/* line 36, app/assets/stylesheets/_common.scss */
.margin-bottom-2 {
  margin-bottom: 2rem;
}

/* line 40, app/assets/stylesheets/_common.scss */
.margin-bottom-5 {
  margin-bottom: 5rem;
}

/* line 43, app/assets/stylesheets/_common.scss */
.margin-bottom-1 {
  margin-bottom: 1rem;
}

/* line 46, app/assets/stylesheets/_common.scss */
.margin-left-1 {
  margin-left: 1rem;
}

/* line 2, app/assets/stylesheets/_customers.scss */
.panel-login-form {
  border-width: 5px;
  border-style: solid;
}

/* line 5, app/assets/stylesheets/_customers.scss */
.panel-login-form .panel-body {
  text-align: center;
}

@media (min-width: 767px) {
  /* line 10, app/assets/stylesheets/_customers.scss */
  .panel-login-form {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 400px;
  }
}

/* line 3, app/assets/stylesheets/_products.scss */
.product-box-item .thumbnail {
  margin-bottom: 1.5em;
}

/* line 6, app/assets/stylesheets/_products.scss */
.product-box-item .title-area {
  height: 6em;
}

/* line 9, app/assets/stylesheets/_products.scss */
.product-box-item .point-area {
  font-size: 75%;
  color: #aaa;
}

/* line 14, app/assets/stylesheets/_products.scss */
.product-box-item .price-area .price {
  font-size: 150%;
  margin-right: 0.2em;
}

/* line 19, app/assets/stylesheets/_products.scss */
.product-box-item .ptna-member-price-area {
  color: red;
  font-size: 75%;
}

/* line 23, app/assets/stylesheets/_products.scss */
.product-box-item .original-price-area {
  color: red;
  font-size: 75%;
}

/* line 28, app/assets/stylesheets/_products.scss */
.product-box-item-wide {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

/* line 34, app/assets/stylesheets/_products.scss */
.ranking-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: white;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 50, app/assets/stylesheets/_products.scss */
.ranking-badge.rank-1 {
  background: linear-gradient(135deg, #FFD700, #F4C430);
}

/* line 53, app/assets/stylesheets/_products.scss */
.ranking-badge.rank-2 {
  background: linear-gradient(135deg, #C0C0C0, #B8B8B8);
}

/* line 56, app/assets/stylesheets/_products.scss */
.ranking-badge.rank-3 {
  background: linear-gradient(135deg, #CD7F32, #B87333);
}

/* line 59, app/assets/stylesheets/_products.scss */
.ranking-badge.rank-other {
  background: linear-gradient(135deg, #aaa, #999);
}

/* line 64, app/assets/stylesheets/_products.scss */
.product-box-item .thumbnail {
  position: relative;
}

/* line 69, app/assets/stylesheets/_products.scss */
.search-results-info {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

/* line 77, app/assets/stylesheets/_products.scss */
.shop-search-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 84, app/assets/stylesheets/_products.scss */
.shop-search-page .product-box-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  /* line 84, app/assets/stylesheets/_products.scss */
  .shop-search-page .product-box-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 84, app/assets/stylesheets/_products.scss */
  .shop-search-page .product-box-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  /* line 84, app/assets/stylesheets/_products.scss */
  .shop-search-page .product-box-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0px;
  }
}

/* line 108, app/assets/stylesheets/_products.scss */
.shop-search-page .product-box-item .thumbnail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 113, app/assets/stylesheets/_products.scss */
.shop-search-page .product-box-item .thumbnail .caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 118, app/assets/stylesheets/_products.scss */
.shop-search-page .product-box-item .thumbnail .caption .title-area {
  min-height: 4.5em;
  display: flex;
  align-items: flex-start;
}

/* line 125, app/assets/stylesheets/_products.scss */
.shop-search-page .product-box-item .thumbnail .caption p.text-right {
  margin-top: auto;
}
.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/bastien/../font/fontawesome-webfont.eot?v=3.2.1);
  src: url(/bastien/../font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(/bastien/../font/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(/bastien/../font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(/bastien/../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/bootstrap-custom.scss */
.navbar {
  padding-right: 5px;
  padding-left: 15px;
  margin-bottom: 20px;
  /*border-bottom:solid 3px #ff9900;*/
  background-color: #ff9900;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  margin-top: 0px;
}

/*
.navbar-brand {
  padding: 5px 15px;
}*/
/* line 17, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 23, app/assets/stylesheets/bootstrap-custom.scss */
.nav li a {
  font-size: 105%;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/bootstrap-custom.scss */
  .container > .navbar-header .navbar-brand, .container-fluid > .navbar-header .navbar-brand,
.container > .navbar-collapse, .container-fluid > .navbar-collapse {
    font-size: 65%;
  }
}

@media (min-width: 1000px) {
  /* line 37, app/assets/stylesheets/bootstrap-custom.scss */
  .container > .navbar-header .navbar-brand, .container-fluid > .navbar-header .navbar-brand,
.container > .navbar-collapse, .container-fluid > .navbar-collapse {
    font-size: 100%;
  }
}

/* line 43, app/assets/stylesheets/bootstrap-custom.scss */
.carousel-control.left {
  background-image: none !important;
}

/* line 47, app/assets/stylesheets/bootstrap-custom.scss */
.carousel-control.right {
  background-image: none !important;
}

/*.navbar-nav{
  color:orange;

}*/
/* line 57, app/assets/stylesheets/bootstrap-custom.scss */
.nav-pills {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
}

/* line 62, app/assets/stylesheets/bootstrap-custom.scss */
.nav-pills > li {
  float: left;
  margin-left: 1px;
  margin-top: 1px;
}

/* line 68, app/assets/stylesheets/bootstrap-custom.scss */
.nav-pills > li > a {
  color: #000000;
  background-color: #eeeeee;
}

/* line 73, app/assets/stylesheets/bootstrap-custom.scss */
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}

/* line 79, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-orange {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff7200), to(#ff9b23));
  background-image: -webkit-linear-gradient(top, #ff7200, 0%, #ff9b23, 100%);
  background-image: -moz-linear-gradient(top, #ff7200 0%, #ff9b23 100%);
  background-image: linear-gradient(to bottom, #ff7200 0%, #ff9b23 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7200', endColorstr='#ff9b23', GradientType=0);
  margin-bottom: 10px;
}

/* line 89, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-orange .navbar-nav > .active > a {
  background-color: #ff4400;
}

/* line 93, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-orange .navbar-brand,
.navbar-orange .navbar-nav > li > a {
  color: white;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* line 99, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-orange .nav > li > a:hover,
.navbar-orange .nav > li > a:focus {
  text-decoration: none;
  background-color: #ff6600;
}

/* line 105, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-orange .navbar-footer > li > a {
  color: white;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

/* ================================
   スマートフォン用ドロワーメニュー
   ================================ */
/* カスタムレスポンシブクラス（480pxブレークポイント） */
/* line 114, app/assets/stylesheets/bootstrap-custom.scss */
.mobile-only {
  display: none;
}

/* line 118, app/assets/stylesheets/bootstrap-custom.scss */
.desktop-only {
  display: block;
}

@media (max-width: 479px) {
  /* line 123, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-only {
    display: block;
  }
  /* line 127, app/assets/stylesheets/bootstrap-custom.scss */
  .desktop-only {
    display: none;
  }
}

/* スマートフォン用ヘッダーレイアウト（xs=480px未満のみ） */
@media (max-width: 479px) {
  /* line 134, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }
  /* line 141, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-header-left {
    display: flex;
    align-items: center;
  }
  /* line 146, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-header-right {
    display: flex;
    align-items: center;
  }
  /* line 151, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-logo {
    max-width: 120px;
    height: auto;
    margin-left: 5px;
  }
  /* line 157, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-login-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
  /* line 162, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-user-btn {
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -10px;
    cursor: pointer;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  }
  /* line 173, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-user-btn:hover {
    color: #ff6600;
  }
}

/* ハンバーガーメニューボタン */
/* line 179, app/assets/stylesheets/bootstrap-custom.scss */
.mobile-hamburger-btn {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
  cursor: pointer;
  padding: 5px;
}

/* line 190, app/assets/stylesheets/bootstrap-custom.scss */
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 18px;
  margin-bottom: 2px;
}

/* line 200, app/assets/stylesheets/bootstrap-custom.scss */
.hamburger-text {
  font-size: 8px;
  color: #ff6600;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1;
  margin-top: 1px;
}

/* line 209, app/assets/stylesheets/bootstrap-custom.scss */
.hamburger-line {
  width: 24px;
  height: 3px;
  background-color: #ff6600;
  margin: 2px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* line 218, app/assets/stylesheets/bootstrap-custom.scss */
.mobile-hamburger-btn:hover .hamburger-line {
  background-color: #ff6600;
}

/* line 222, app/assets/stylesheets/bootstrap-custom.scss */
.mobile-hamburger-btn:hover .hamburger-text {
  color: #ff6600;
}

/* サイドドロワー */
/* line 227, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-drawer {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  transition: left 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
}

/* line 240, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-drawer.open {
  left: 0;
}

/* ドロワーヘッダー */
/* line 245, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-header {
  background: linear-gradient(to bottom, #ff7200 0%, #ff9b23 100%);
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 254, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-header h4 {
  margin: 0;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
}

/* line 260, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 274, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-close:hover {
  opacity: 0.8;
}

/* ドロワーコンテンツ */
/* line 279, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-content {
  padding: 0;
}

/* line 283, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 289, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-nav li {
  border-bottom: 1px solid #eee;
}

/* line 293, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-nav li:last-child {
  border-bottom: none;
}

/* line 297, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-nav a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

/* line 307, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-nav a:hover {
  background-color: #f5f5f5;
  color: #ff6600;
  text-decoration: none;
}

/* ドロワーメニューアイコン */
/* line 314, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-menu-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

/* ドロワーメニュー内のユーザー関連リンク */
/* line 322, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-login-link,
.sidebar-signup-link {
  color: #007cba !important;
  font-weight: bold;
}

/* line 328, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-login-link:hover,
.sidebar-login-link:active,
.sidebar-login-link:focus {
  background-color: #f5f5f5 !important;
  color: #ff6600 !important;
  text-decoration: none;
}

/* line 336, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-signup-link:hover,
.sidebar-signup-link:active,
.sidebar-signup-link:focus {
  background-color: #f5f5f5 !important;
  color: #ff6600 !important;
  text-decoration: none;
}

/* line 344, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-mypage-link {
  color: #333 !important;
}

/* line 348, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-mypage-link:hover,
.sidebar-mypage-link:active,
.sidebar-mypage-link:focus {
  background-color: #f5f5f5 !important;
  color: #ff6600 !important;
  text-decoration: none;
}

/* line 356, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-logout-link {
  color: #333 !important;
}

/* line 360, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-logout-link:hover,
.sidebar-logout-link:active,
.sidebar-logout-link:focus {
  background-color: #fce4e4 !important;
  color: #d9534f !important;
  text-decoration: none;
}

/* line 368, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-divider {
  border-bottom: 6px solid #ddd !important;
}

/* line 372, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-divider:last-child {
  border-bottom: 2px solid #ddd !important;
}

/* オーバーレイ */
/* line 377, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

/* line 388, app/assets/stylesheets/bootstrap-custom.scss */
.sidebar-overlay.active {
  display: block;
}

/* ドロワー開いている時のbody固定 */
/* line 393, app/assets/stylesheets/bootstrap-custom.scss */
body.drawer-open {
  overflow: hidden;
}

/* ================================
   既存のbootstrapカスタマイズ
   ================================ */
/* bootstrap panel custmize
---------------------------------------------- */
/* line 406, app/assets/stylesheets/bootstrap-custom.scss */
.panel-pink {
  border-color: #ff7cb3;
}

/* line 410, app/assets/stylesheets/bootstrap-custom.scss */
.panel-pink .panel-heading {
  color: #ffffff;
  background-color: #ff7cb3;
  border-color: #ff7cb3;
  padding: 0.1em;
}

/* line 417, app/assets/stylesheets/bootstrap-custom.scss */
.panel-yellow {
  border-color: #ffc005;
}

/* line 421, app/assets/stylesheets/bootstrap-custom.scss */
.panel-yellow .panel-heading {
  color: #ffffff;
  background-color: #ffc005;
  border-color: #ffc005;
  padding: 0.1em;
}

/* line 428, app/assets/stylesheets/bootstrap-custom.scss */
.panel-green {
  border-color: #75ad26;
}

/* line 432, app/assets/stylesheets/bootstrap-custom.scss */
.panel-green .panel-heading {
  color: #ffffff;
  background-color: #75ad26;
  border-color: #75ad26;
  padding: 0.1em;
}

/* line 439, app/assets/stylesheets/bootstrap-custom.scss */
.panel-blue {
  border-color: #76c2e2;
}

/* line 443, app/assets/stylesheets/bootstrap-custom.scss */
.panel-blue .panel-heading {
  color: #ffffff;
  background-color: #76c2e2;
  border-color: #76c2e2;
  padding: 0.1em;
}

/* line 450, app/assets/stylesheets/bootstrap-custom.scss */
.panel-purple {
  border-color: #c876c9;
}

/* line 454, app/assets/stylesheets/bootstrap-custom.scss */
.panel-purple .panel-heading {
  color: #ffffff;
  background-color: #c876c9;
  border-color: #c876c9;
  padding: 0.1em;
}

/* line 461, app/assets/stylesheets/bootstrap-custom.scss */
.panel-orange {
  border-color: #fe8a13;
}

/* line 465, app/assets/stylesheets/bootstrap-custom.scss */
.panel-orange .panel-heading {
  color: #ffffff;
  background-color: #fe8a13;
  border-color: #fe8a13;
  padding: 0.1em;
}

/* bootstrap h2 font and size customize
---------------------------------------------- */
/* line 476, app/assets/stylesheets/bootstrap-custom.scss */
h2 {
  font-size: 130%;
  padding: 0.5em;
  padding-left: 1.1em;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
}

/* line 484, app/assets/stylesheets/bootstrap-custom.scss */
h2.green {
  color: #ffffff;
  background-color: #75ad26;
  margin-top: 0;
}

/* line 490, app/assets/stylesheets/bootstrap-custom.scss */
h2.blue {
  color: #ffffff;
  background-color: #0090c6;
  margin-top: 0;
}

/* line 496, app/assets/stylesheets/bootstrap-custom.scss */
h2.pink {
  color: #ffffff;
  background-color: #ff7a9b;
  margin-top: 0;
}

/* line 502, app/assets/stylesheets/bootstrap-custom.scss */
h2.purple {
  color: #ffffff;
  background-color: #a946aa;
  margin-top: 0;
}

/* line 508, app/assets/stylesheets/bootstrap-custom.scss */
h2.orange {
  color: #ffffff;
  background-color: #ff6600;
  margin-top: 0;
}

/* line 514, app/assets/stylesheets/bootstrap-custom.scss */
.gray {
  color: #ffffff;
  background-color: #adadad;
  margin-top: 0;
}

/*
h3{
  border-top: 1px solid #dddddd;
  font-size: 100%;
  margin-top: 3em;
  padding: 0.5em;
  padding-left: 1.5em;
  color: #000000;
  background-color: #f1f1f1;
}
*/
/* bootstrap button customize
---------------------------------------------- */
/* line 535, app/assets/stylesheets/bootstrap-custom.scss */
.btn-white .caret {
  border-top-color: #333333;
}

/*.btn-orange .caret,
.btn-success .caret,
.btn-warning .caret,*/
/* line 542, app/assets/stylesheets/bootstrap-custom.scss */
.btn-blue .caret,
.btn-orange .caret,
.btn-pink .caret {
  border-top-color: #fff;
}

/* line 548, app/assets/stylesheets/bootstrap-custom.scss */
.btn-white .dropup .caret {
  border-bottom-color: #333333;
}

/*.btn-orange .dropup .caret,
.btn-success .dropup .caret,
.btn-warning .dropup .caret,*/
/* line 555, app/assets/stylesheets/bootstrap-custom.scss */
.btn-blue .dropup .caret,
.btn-orange .dropup .caret,
.btn-pink .dropup .caret {
  border-bottom-color: #fff;
}

/* line 562, app/assets/stylesheets/bootstrap-custom.scss */
.btn-orange {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff7700;
}

/* line 568, app/assets/stylesheets/bootstrap-custom.scss */
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff3f00;
}

/* line 577, app/assets/stylesheets/bootstrap-custom.scss */
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange.active[disabled],
fieldset[disabled] .btn-orange.active {
  background-color: #ff9900;
  border-color: #ff9900;
}

/* line 596, app/assets/stylesheets/bootstrap-custom.scss */
.btn-pink {
  color: #ffffff;
  background-color: #ff0090;
  border-color: #ef0083;
}

/* line 602, app/assets/stylesheets/bootstrap-custom.scss */
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  color: #ffffff;
  background-color: #ff0090;
  border-color: #ef0083;
}

/* line 611, app/assets/stylesheets/bootstrap-custom.scss */
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink.active[disabled],
fieldset[disabled] .btn-pink.active {
  background-color: #ff0090;
  border-color: #ff0090;
}

/* line 630, app/assets/stylesheets/bootstrap-custom.scss */
.btn-white {
  color: #8e8e8e;
  background-color: #ffffff;
  border-color: #8e8e8e;
}

/* line 636, app/assets/stylesheets/bootstrap-custom.scss */
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #8e8e8e;
  background-color: #eaeaea;
  border-color: #8e8e8e;
}

/* line 645, app/assets/stylesheets/bootstrap-custom.scss */
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #8e8e8e;
}

/* line 664, app/assets/stylesheets/bootstrap-custom.scss */
.btn-blue {
  color: #ffffff;
  background-color: #76c2e2;
  border-color: #00a8ea;
}

/* line 670, app/assets/stylesheets/bootstrap-custom.scss */
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  color: #ffffff;
  background-color: #00a8ea;
  border-color: #76c2e2;
}

/* line 679, app/assets/stylesheets/bootstrap-custom.scss */
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue.active[disabled],
fieldset[disabled] .btn-blue.active {
  background-color: #ffffff;
  border-color: #00a8ea;
}

/* line 699, app/assets/stylesheets/bootstrap-custom.scss */
.btn-navy {
  color: #ffffff;
  background-color: #000080;
  border-color: #4f4fad;
}

/* line 705, app/assets/stylesheets/bootstrap-custom.scss */
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
  color: #ffffff;
  background-color: #4f4fad;
  border-color: #000080;
}

/* line 714, app/assets/stylesheets/bootstrap-custom.scss */
.btn-navy.disabled,
.btn-navy[disabled],
fieldset[disabled] .btn-navy,
.btn-navy.disabled:hover,
.btn-navy[disabled]:hover,
fieldset[disabled] .btn-navy:hover,
.btn-navy.disabled:focus,
.btn-navy[disabled]:focus,
fieldset[disabled] .btn-navy:focus,
.btn-navy.disabled:active,
.btn-navy[disabled]:active,
fieldset[disabled] .btn-navy:active,
.btn-navy.disabled.active,
.btn-navy.active[disabled],
fieldset[disabled] .btn-navy.active {
  background-color: #ffffff;
  border-color: #000080;
}

/* line 733, app/assets/stylesheets/bootstrap-custom.scss */
.btn-gray {
  color: #333;
  background-color: #bbb;
  border-color: #aaa;
}

/* line 739, app/assets/stylesheets/bootstrap-custom.scss */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  color: #333;
  background-color: #888;
  border-color: #666;
}

/* line 748, app/assets/stylesheets/bootstrap-custom.scss */
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray.active[disabled],
fieldset[disabled] .btn-gray.active {
  background-color: #ddd;
  border-color: #666;
}

/* bootstrap button customize bootstrap3
---------------------------------------------- */
/* line 771, app/assets/stylesheets/bootstrap-custom.scss */
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 777, app/assets/stylesheets/bootstrap-custom.scss */
.btn-orange:active,
.btn-orange.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 783, app/assets/stylesheets/bootstrap-custom.scss */
.btn-orange {
  background: -moz-linear-gradient(top, #ff9635 0%, #ffa73d 21%, #ff7c00 49%, #ff7200 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9635), color-stop(21%, #ffa73d), color-stop(49%, #ff7c00), color-stop(100%, #ff7200));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9635 0%, #ffa73d 21%, #ff7c00 49%, #ff7200 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9635 0%, #ffa73d 21%, #ff7c00 49%, #ff7200 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9635 0%, #ffa73d 21%, #ff7c00 49%, #ff7200 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9635 0%, #ffa73d 21%, #ff7c00 49%, #ff7200 100%);
  /* W3C */
  background-repeat: repeat-x;
  border-color: #ff6600;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9635', endColorstr='#ff7200', GradientType=0);
}

/*
.btn-orange {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff9900), to(#ff6600));
  background-image: -webkit-linear-gradient(top, #ff9900, 0%, #ff6600, 100%);
  background-image: -moz-linear-gradient(top, #ff9900 0%, #ff6600 100%);
  background-image: linear-gradient(to bottom, #ff9900 0%, #ff6600 100%);
  background-repeat: repeat-x;
  border-color: #ff6600;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9635', endColorstr='#ff7200', GradientType=0);

}
*/
/* line 811, app/assets/stylesheets/bootstrap-custom.scss */
.btn-orange:active,
.btn-orange.active {
  background-color: #ff6600;
  border-color: #ff6600;
}

/* line 817, app/assets/stylesheets/bootstrap-custom.scss */
.btn-pink:active,
.btn-pink.active {
  background-color: #e0007b;
  border-color: #e0007b;
}

/* bootstrap3 alert customize
---------------------------------------------- */
/* line 826, app/assets/stylesheets/bootstrap-custom.scss */
.alert-blue {
  background-color: #cbe5f2;
  border-color: #76c2e2;
}

/* buttonflat
---------------------------------------------- */
/* line 834, app/assets/stylesheets/bootstrap-custom.scss */
.buttonflat {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 1em .55em;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}

/* white */
/* line 851, app/assets/stylesheets/bootstrap-custom.scss */
.whiteflat {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
}

/* orange */
/* line 859, app/assets/stylesheets/bootstrap-custom.scss */
.orangeflat {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
}

/* green */
/* line 866, app/assets/stylesheets/bootstrap-custom.scss */
.greenflat {
  color: #e8f0de;
  border: solid 1px #538312;
  background: #64991e;
}

/* icon-bar */
/* line 875, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: orange;
  /* border: 1px solid transparent; */
  border-radius: 4px;
}

/* line 887, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-toggle .icon-bar {
  background-color: #ffffff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* label */
/* line 897, app/assets/stylesheets/bootstrap-custom.scss */
.label-groups {
  background-color: #0090c6;
}

/* line 900, app/assets/stylesheets/bootstrap-custom.scss */
.label-groups[href]:hover,
.label-groups[href]:focus {
  background-color: #0075a0;
}

/* line 904, app/assets/stylesheets/bootstrap-custom.scss */
.label-events {
  background-color: #75ad26;
}

/* line 907, app/assets/stylesheets/bootstrap-custom.scss */
.label-events[href]:hover,
.label-events[href]:focus {
  background-color: #608c1e;
}

/* line 911, app/assets/stylesheets/bootstrap-custom.scss */
.label-news {
  background-color: #ff9900;
}

/* line 914, app/assets/stylesheets/bootstrap-custom.scss */
.label-news[href]:hover,
.label-news[href]:focus {
  background-color: #ff6600;
}

/* line 918, app/assets/stylesheets/bootstrap-custom.scss */
.label-shop {
  background-color: #ffb600;
}

/* line 921, app/assets/stylesheets/bootstrap-custom.scss */
.label-shop[href]:hover,
.label-shop[href]:focus {
  background-color: #eaa400;
}

/* line 925, app/assets/stylesheets/bootstrap-custom.scss */
.label-game {
  background-color: #67379e;
}

/* line 928, app/assets/stylesheets/bootstrap-custom.scss */
.label-game[href]:hover,
.label-game[href]:focus {
  background-color: #4f2480;
}

/* events and groups Japan map css
-------------------------------------------*/
/* line 936, app/assets/stylesheets/bootstrap-custom.scss */
#map {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  width: 300px;
  height: 270px;
}

/* line 943, app/assets/stylesheets/bootstrap-custom.scss */
#map .map-message {
  top: 20px;
  left: 20px;
  padding: 5px;
  width: 170px;
  height: 90px;
  border: solid 1px coral;
  background: bisque;
}

/* line 952, app/assets/stylesheets/bootstrap-custom.scss */
.region {
  text-align: center;
  position: absolute;
  width: 60px;
  height: 60px;
  border: solid 1px black;
}

/* line 959, app/assets/stylesheets/bootstrap-custom.scss */
.region:hover {
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
}

/* line 964, app/assets/stylesheets/bootstrap-custom.scss */
.region span {
  vertical-align: middle;
}

/* line 967, app/assets/stylesheets/bootstrap-custom.scss */
#map .hokkaido_tohoku {
  background: skyblue;
  top: 0px;
  left: 220px;
  height: 100px;
}

/* line 973, app/assets/stylesheets/bootstrap-custom.scss */
#map .kanto {
  background: green;
  top: 100px;
  left: 220px;
  height: 80px;
}

/* line 979, app/assets/stylesheets/bootstrap-custom.scss */
#map .chubu {
  background: yellow;
  top: 120px;
  left: 180px;
  width: 40px;
}

/* line 985, app/assets/stylesheets/bootstrap-custom.scss */
#map .kinki {
  background: orange;
  top: 120px;
  left: 140px;
  width: 40px;
}

/* line 991, app/assets/stylesheets/bootstrap-custom.scss */
#map .chugoku_shikoku {
  background: pink;
  top: 120px;
  left: 80px;
}

/* line 996, app/assets/stylesheets/bootstrap-custom.scss */
#map .kyushu_okinawa {
  background: red;
  top: 120px;
  left: 20px;
  height: 80px;
}

/* bg-color for event and group view
-------------------------------------------*/
/* line 1006, app/assets/stylesheets/bootstrap-custom.scss */
.bg-gray {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 5px;
}

/* line 1012, app/assets/stylesheets/bootstrap-custom.scss */
.bg-white {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 5px;
}

/* list ellipsis
-------------------------------------------*/
/* line 1022, app/assets/stylesheets/bootstrap-custom.scss */
.text-ellipsis {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* line 1031, app/assets/stylesheets/bootstrap-custom.scss */
.text-ellipsis li {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* breadcrumb
-------------------------------------------*/
/* line 1043, app/assets/stylesheets/bootstrap-custom.scss */
.breadcrumb {
  padding: 0 0 0 5px;
  background-color: white;
  margin-bottom: 5px;
}

/* line 1049, app/assets/stylesheets/bootstrap-custom.scss */
.breadcrumb > li + li:before {
  content: ">\00a0";
}

/* about-content
-------------------------------------------*/
/* line 1056, app/assets/stylesheets/bootstrap-custom.scss */
.about-content h2 {
  color: #ffffff;
  background-color: #ff6600;
  margin-top: 0;
}

/* line 1062, app/assets/stylesheets/bootstrap-custom.scss */
.about-content h3 {
  font-weight: bold;
  font-size: 120%;
  color: #833400;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #ff6600 solid;
  border-bottom: 1px #ff6600 solid;
  border-top: 1px #ff6600 solid;
  border-right: 1px #ff6600 solid;
  padding: 5px;
}

/* line 1074, app/assets/stylesheets/bootstrap-custom.scss */
.about-content h4 {
  padding-left: 5px;
  border-left: 5px #ff6600 solid;
}

/* line 1079, app/assets/stylesheets/bootstrap-custom.scss */
.about-content .nav-pills > li.active > a,
.about-content .nav-pills > li.active > a:hover,
.about-content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff6600;
}

/*events-content
-------------------------------------------*/
/* line 1088, app/assets/stylesheets/bootstrap-custom.scss */
.events-content h2 {
  color: #ffffff;
  background-color: #75ad26;
  margin-top: 0;
}

/* line 1094, app/assets/stylesheets/bootstrap-custom.scss */
.events-content h3 {
  font-weight: bold;
  font-size: 120%;
  color: #52771a;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #75ad26 solid;
  border-bottom: 1px #75ad26 solid;
  border-top: 1px #75ad26 solid;
  border-right: 1px #75ad26 solid;
  padding: 5px;
}

/* line 1107, app/assets/stylesheets/bootstrap-custom.scss */
.events-content h4 {
  font-weight: bold;
}

/* line 1111, app/assets/stylesheets/bootstrap-custom.scss */
.events-content .nav-pills > li.active > a,
.events-content .nav-pills > li.active > a:hover,
.events-content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #75ad26;
}

/*youtube-content
-------------------------------------------*/
/* line 1121, app/assets/stylesheets/bootstrap-custom.scss */
.youtube-content h2 {
  color: #ffffff;
  background-color: #ff3366;
  margin-top: 0;
}

/* line 1127, app/assets/stylesheets/bootstrap-custom.scss */
.youtube-content h3 {
  font-weight: bold;
  font-size: 120%;
  color: #ff3366;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #ff3366 solid;
  border-bottom: 1px #ff3366 solid;
  border-top: 1px #ff3366 solid;
  border-right: 1px #ff3366 solid;
  padding: 5px;
}

/* line 1140, app/assets/stylesheets/bootstrap-custom.scss */
.youtube-content h4 {
  font-weight: bold;
}

/* line 1144, app/assets/stylesheets/bootstrap-custom.scss */
.youtube-content .nav-pills > li.active > a,
.youtube-content .nav-pills > li.active > a:hover,
.youtube-content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff3366;
}

/* groups-content
-------------------------------------------*/
/* line 1154, app/assets/stylesheets/bootstrap-custom.scss */
.groups-content h2 {
  color: #ffffff;
  background-color: #0090c6;
  margin-top: 0;
}

/* line 1160, app/assets/stylesheets/bootstrap-custom.scss */
.groups-content h3 {
  font-weight: bold;
  padding-left: 5px;
  border-left: 5px #0090c6 solid;
}

/* line 1166, app/assets/stylesheets/bootstrap-custom.scss */
.groups-content h4 {
  font-weight: bold;
}

/* line 1170, app/assets/stylesheets/bootstrap-custom.scss */
.groups-content .nav-pills > li.active > a,
.groups-content .nav-pills > li.active > a:hover,
.groups-content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0090c6;
}

/* links-content
-------------------------------------------*/
/* line 1179, app/assets/stylesheets/bootstrap-custom.scss */
.links-content h2 {
  color: #ffffff;
  background-color: #ffbe5e;
  margin-top: 0;
}

/* line 1185, app/assets/stylesheets/bootstrap-custom.scss */
.links-content h3 {
  font-weight: bold;
}

/* line 1189, app/assets/stylesheets/bootstrap-custom.scss */
.links-content h4 {
  font-weight: bold;
}

/* line 1193, app/assets/stylesheets/bootstrap-custom.scss */
.links-content .nav-pills > li.active > a,
.links-content .nav-pills > li.active > a:hover,
.links-content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ffbe5e;
}

/* products-content(商品紹介)
-------------------------------------------*/
/* line 1202, app/assets/stylesheets/bootstrap-custom.scss */
.products-content h2 {
  color: #ffffff;
  background-color: #ffa3b7;
  margin-top: 0;
}

/* line 1208, app/assets/stylesheets/bootstrap-custom.scss */
.products-content h3 {
  font-weight: bold;
  color: #b27481;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #ffa3b7 solid;
  border-bottom: 1px #ffa3b7 solid;
  border-top: 1px #ffa3b7 solid;
  border-right: 1px #ffa3b7 solid;
  padding: 5px;
}

/* line 1219, app/assets/stylesheets/bootstrap-custom.scss */
.products-content h4 {
  font-size: 130%;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #b27481 solid;
  border-bottom: 1px #b27481 solid;
  border-top: 1px #b27481 solid;
  border-right: 1px #b27481 solid;
  padding: 0.5em;
  padding-left: 1.1em;
  color: #b27481;
  background-color: #ffedf1;
  margin-top: 0;
}

/* line 1234, app/assets/stylesheets/bootstrap-custom.scss */
.products-content .nav-pills > li.active > a,
.products-content .nav-pills > li > a:hover,
.products-content .nav-pills > li > a:focus {
  color: #ffffff;
  background-color: #ffa3b7;
}

/* shop-content
-------------------------------------------*/
/* line 1244, app/assets/stylesheets/bootstrap-custom.scss */
.shop-content h2 {
  color: #ffffff;
  background-color: #ffb600;
  margin-top: 0;
}

/* line 1250, app/assets/stylesheets/bootstrap-custom.scss */
.shop-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #8e6505;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #ffb600 solid;
  border-bottom: 1px #ffb600 solid;
  border-top: 1px #ffb600 solid;
  border-right: 1px #ffb600 solid;
  padding: 5px;
}

/* line 1262, app/assets/stylesheets/bootstrap-custom.scss */
.shop-content h4 {
  font-size: 130%;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #b79952 solid;
  border-bottom: 1px #b79952 solid;
  border-top: 1px #b79952 solid;
  border-right: 1px #b79952 solid;
  padding: 0.5em;
  padding-left: 1.1em;
  color: #8e6505;
  background-color: #f2ddab;
  margin-top: 0;
}

/* line 1278, app/assets/stylesheets/bootstrap-custom.scss */
.shop-content .nav-pills > li.active > a,
.shop-content .nav-pills > li > a:hover,
.shop-content .nav-pills > li > a:focus {
  color: #ffffff;
  background-color: #ffb600;
}

/* sale-content
-------------------------------------------*/
/* line 1288, app/assets/stylesheets/bootstrap-custom.scss */
.sale-content h2 {
  color: #ffffff;
  background-color: #ff0090;
  margin-top: 0;
}

/* line 1294, app/assets/stylesheets/bootstrap-custom.scss */
.sale-content h3 {
  font-weight: bold;
  color: #820047;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #ff0090 solid;
  border-bottom: 1px #ff0090 solid;
  border-top: 1px #ff0090 solid;
  border-right: 1px #ff0090 solid;
  padding: 5px;
}

/* line 1305, app/assets/stylesheets/bootstrap-custom.scss */
.sale-content h4 {
  font-size: 130%;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #ff96ce solid;
  border-bottom: 1px #ff96ce solid;
  border-top: 1px #ff96ce solid;
  border-right: 1px #ff96ce solid;
  padding: 0.5em;
  padding-left: 1.1em;
  color: #820047;
  background-color: #facde5;
  margin-top: 0;
}

/* line 1321, app/assets/stylesheets/bootstrap-custom.scss */
.sale-content .nav-pills > li.active > a,
.sale-content .nav-pills > li > a:hover,
.sale-content .nav-pills > li > a:focus {
  color: #ffffff;
  background-color: #ff0090;
}

/* news-content
-------------------------------------------*/
/* line 1332, app/assets/stylesheets/bootstrap-custom.scss */
.news-content h2 {
  font-size: 130%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  background-color: #eee;
  color: #333;
  margin-top: 0;
}

/* line 1342, app/assets/stylesheets/bootstrap-custom.scss */
.news-content h3 {
  font-size: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  border-left: 10px #ff9900 solid;
  padding: 5px;
}

/* line 1354, app/assets/stylesheets/bootstrap-custom.scss */
.news-content p {
  font-size: 120%;
}

/* customners-content
-------------------------------------------*/
/* line 1361, app/assets/stylesheets/bootstrap-custom.scss */
.customers-content h2 {
  color: #ffffff;
  background-color: #428bca;
  margin-top: 0;
}

/* line 1367, app/assets/stylesheets/bootstrap-custom.scss */
.customers-content h3 {
  font-weight: bold;
  padding-left: 5px;
  border-left: 5px #428bca solid;
}

/* line 1373, app/assets/stylesheets/bootstrap-custom.scss */
.customers-content h4 {
  font-weight: bold;
}

/* line 1377, app/assets/stylesheets/bootstrap-custom.scss */
.customers-content .nav-pills > li.active > a,
.customers-content .nav-pills > li.active > a:hover,
.customers-content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

/* games-content
-------------------------------------------*/
/* line 1387, app/assets/stylesheets/bootstrap-custom.scss */
.games-content h2 {
  color: #ffffff;
  background-color: #4f2480;
  margin-top: 0;
}

/* line 1393, app/assets/stylesheets/bootstrap-custom.scss */
.games-content h3 {
  font-size: 130%;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding: 0.5em;
  padding-left: 1.1em;
  color: #ffffff;
  background-color: #4f2480;
  margin-top: 0;
}

/* line 1404, app/assets/stylesheets/bootstrap-custom.scss */
.games-content h4 {
  font-weight: bold;
  color: #4f2480;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  border-left: 10px #4f2480 solid;
  border-bottom: 1px #4f2480 solid;
  border-top: 1px #4f2480 solid;
  border-right: 1px #4f2480 solid;
  padding: 5px;
}

/* line 1415, app/assets/stylesheets/bootstrap-custom.scss */
.games-content .nav-pills > li.active > a,
.games-content .nav-pills > li > a:hover,
.games-content .nav-pills > li > a:focus {
  color: #ffffff;
  background-color: #4f2480;
}

/* Youtube responsive CSS
-------------------------------------------*/
/* line 1426, app/assets/stylesheets/bootstrap-custom.scss */
.YoutubeWrapper {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}

/* line 1435, app/assets/stylesheets/bootstrap-custom.scss */
.YoutubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Facebook responsive CSS
-------------------------------------------*/
/* line 1445, app/assets/stylesheets/bootstrap-custom.scss */
div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
  width: 100% !important;
  max-width: 500px;
}

/* line 1452, app/assets/stylesheets/bootstrap-custom.scss */
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100% !important;
}

/* footer settings */
/* line 1459, app/assets/stylesheets/bootstrap-custom.scss */
.div-white,
.div-white > a {
  color: white;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 13pt;
}

/* line 1467, app/assets/stylesheets/bootstrap-custom.scss */
.navbar-orange .small-list > li > a {
  color: #f5f5ce;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

/* 週間ランキング
-------------------------------------------*/
/* line 1476, app/assets/stylesheets/bootstrap-custom.scss */
.ranking {
  font-size: small;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number1 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal1.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number2 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal2.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number3 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal3.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number4 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal4.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number5 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal5.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number6 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal6.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number7 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal7.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number8 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal8.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number9 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal9.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1479, app/assets/stylesheets/bootstrap-custom.scss */
.ranking .number10 a {
  background: url("https://cdn.to-on.com/static/bastien/images/medal10.gif") no-repeat scroll 0 0 transparent;
  padding-left: 23px;
}

/* line 1486, app/assets/stylesheets/bootstrap-custom.scss */
#entry_area .new input {
  background-color: #cbe5f2;
}

/* line 1490, app/assets/stylesheets/bootstrap-custom.scss */
.label-news {
  background-color: #ff9900;
}

/* line 1495, app/assets/stylesheets/bootstrap-custom.scss */
.label-top_articles {
  background-color: #ff6600;
}

/* line 1499, app/assets/stylesheets/bootstrap-custom.scss */
.label-events {
  background-color: #75ad26;
}

/* line 1503, app/assets/stylesheets/bootstrap-custom.scss */
.label-groups {
  background-color: #0090c6;
}

/* line 1507, app/assets/stylesheets/bootstrap-custom.scss */
.label-shop {
  background-color: #ffb600;
}

/* line 1511, app/assets/stylesheets/bootstrap-custom.scss */
.label-games {
  background-color: purple;
}

/* カートボタンとバッジのスタイル */
/* line 1517, app/assets/stylesheets/bootstrap-custom.scss */
.cart-badge {
  display: inline-block;
  background-color: #dc3545;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 18px;
  text-align: center;
}

/* デスクトップ用カートボタン */
/* line 1533, app/assets/stylesheets/bootstrap-custom.scss */
.desktop-cart-item {
  position: relative;
}

/* line 1537, app/assets/stylesheets/bootstrap-custom.scss */
.desktop-cart-item .btn {
  position: relative;
}

/* line 1541, app/assets/stylesheets/bootstrap-custom.scss */
.cart-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

/* モバイル用カートボタン */
/* line 1548, app/assets/stylesheets/bootstrap-custom.scss */
.mobile-cart-btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

/* line 1554, app/assets/stylesheets/bootstrap-custom.scss */
.mobile-cart-btn .btn {
  font-size: 16px;
}

@media (max-width: 479px) {
  /* line 1559, app/assets/stylesheets/bootstrap-custom.scss */
  .mobile-header-right {
    display: flex;
    align-items: center;
  }
}
/* line 1, app/assets/stylesheets/orders.scss */
.emp {
  font-size: 1.2em;
}

/* line 5, app/assets/stylesheets/orders.scss */
table.cart tr {
  background: #fff;
}

/* line 7, app/assets/stylesheets/orders.scss */
table.cart tr td:nth-child(1) {
  width: 180px;
}

/* line 10, app/assets/stylesheets/orders.scss */
table.cart tr td:nth-child(2) {
  text-align: right;
}

/* line 14, app/assets/stylesheets/orders.scss */
table.cart tr.header {
  background: #fed;
}

/* line 17, app/assets/stylesheets/orders.scss */
table.cart tr.summary {
  background: #fed;
}

/* line 19, app/assets/stylesheets/orders.scss */
table.cart tr.summary td:nth-child(1) {
  padding-left: 50px;
}
