@charset "UTF-8";
/*
Theme Name: signage ver.1
Theme URI: https://signage.green-cr.net/
Author: Green-cr
Description: サイネージ用テーマその1
Version: 1
*/
/*reset*/
/* =============================================================
	Reset and Utility.css
============================================================= */
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, 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, b, u, i, center, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

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

a:focus {
  outline: none;
}

::-moz-selection {
  background: rgba(128, 128, 128, 0.2);
}

::selection {
  background: rgba(128, 128, 128, 0.2);
}

/*core*/
/* =============================================================
	HTML,Body,Anchor
============================================================= */
html {
  font-size: 62.5%;
  /* 10px */
  font-family: Lato,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: #fff;
  font-size: 1.6em;
  line-height: 1.75;
  color: #595959;
  letter-spacing: .5px;
}

body * {
  font-feature-settings: "palt";
  font-weight: 500;
  outline: none !important;
}

#wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* =============================================================
	font
============================================================= */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/* =============================================================
	jquery plugin css
============================================================= */
/* =============================================================  slider (slick.js) */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*# sourceMappingURL=slick.min.css.map */
/* add */
.slick-prev, .slick-next {
  background-color: transparent;
  border: none;
  border-top: 1px solid #096;
  border-right: 1px solid #096;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  margin: auto;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.slick-prev {
  left: 10px;
  transform: rotate(-135deg);
}
.slick-next {
  right: 10px;
  transform: rotate(45deg);
}
.slick-dots {
  text-align: center;
  margin: auto;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.slick-dots button {
  background-color: #dbdbda;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  line-height: 1;
  padding: 0;
  width: 10px;
  vertical-align: middle;
  text-indent: -9999px;
}
.slick-dots .slick-active button {
  background-color: #096;
}
