@charset "UTF-8";
/* Grid */
.row {
  overflow: hidden; }

.grid {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative; }
  .box-border .grid {
    padding: 0 0 8px; }
  .no-gutter .grid {
    padding: 0; }

.grid-0 {
  padding-bottom: 0; }

.grid-sp-2 {
  width: 16.66666%; }

.grid-sp-3 {
  width: 25%; }

.grid-sp-4 {
  width: 33.33333%; }

.grid-sp-6 {
  width: 50%; }

.grid-sp-8 {
  width: 66.66666%; }

.grid-sp-9 {
  width: 75%; }

@media only screen and (min-width: 768px) {
  .box-border .grid {
    padding: 8px; }

  .grid-2 {
    width: 16.66666%; }

  .grid-3 {
    width: 25%; }

  .grid-4 {
    width: 33.33333%; }

  .grid-6 {
    width: 50%; }

  .grid-8 {
    width: 66.66667%; }

  .grid-9 {
    width: 75%; } }
/* Typo */
body {
  font-family: "Lato", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.00em;
  font-feature-settings: palt;
  color: #213b4f; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 13px; } }

a {
  color: #213b4f;
  outline: none; }
  a:hover {
    opacity: .4;
    transition: .4s; }
    @media only screen and (max-width: 768px) {
      a:hover {
        opacity: 1; } }

p {
  margin-bottom: 1.2em; }

h1, h2, h3, h4, h5, .sh {
  font-weight: bold;
  /* text-align: center; */ }

h2 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 1.3em;
      text-align: left;
      margin-top: 12px; } }
  .post-type-archive .box h2 {
    font-size: 1em; }
  .blog h2, .single h2, .archive h2, .search h2 {
    font-size: 1.2em;
    border-bottom: 1px solid #213b4f;
    padding-bottom: 6px;
    margin-top: 10px; }
    @media only screen and (min-width: 768px) {
      .blog h2, .single h2, .archive h2, .search h2 {
        margin-top: 0px; } }
  h2 span {
    border-bottom: 1px solid #213b4f;
    padding-bottom: 6px;
    display: block;
    /* @media only screen and (min-width:768px){
    	padding-bottom: 2px;
    	border-bottom: 1px dotted $c01;
    	margin-bottom: 4px;
    	display: inline-block;
    } */ }

h3 {
  font-size: 1.2em;
  margin-bottom: 0.58em;
  margin-top: 0.4em; }
  h3 span {
    /* padding-bottom: 0px;
    border-bottom: 1px dotted $c01;
    margin-bottom: 4px;
    display: inline-block; */ }
  #about h3, #item h3 {
    text-align: left; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 1.25em; } }
  #side h3 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    margin-top: 0.4em; }
  #for-company h3 {
    text-align: left;
    border-bottom: 1px dotted #213b4f;
    margin-bottom: 0.8em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
  margin-top: 0.4em; }
  #for-company h4, #original h4 {
    font-size: 1em;
    text-align: left; }

h5 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
  margin-top: 0.4em; }

#nav-menu-content,
.hamburgler-menu-list {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

/* Layout */
html, body {
  background: url(_shared/images/bg.png);
  background-attachment: fixed; }

.container {
  width: 100%;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 700px;
      margin: 0 auto;
      padding-left: 220px;
      padding-right: 220px; } }

.container-lg {
  width: 100%;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .container-lg {
      width: 1140px;
      margin: 0 auto; } }
  .container-lg .grid {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .container-lg .grid {
        padding-left: 15px;
        padding-right: 15px; } }

.hidden-pc {
  display: block; }
  @media only screen and (min-width: 768px) {
    .hidden-pc {
      display: none; } }

.visible-pc {
  display: none; }
  @media only screen and (min-width: 768px) {
    .visible-pc {
      display: block; } }

#wrapper {
  padding-top: 70px;
  padding-bottom: 20px;
  background: url(_shared/images/bg.png);
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    #wrapper {
      padding-top: 182px; }
    #home #wrapper {
      padding-top: 116px; } }

h1 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1; }
  @media only screen and (min-width: 768px) {
    h1 {
      padding-top: 30px;
      padding-bottom: 26px; } }
  h1 img {
    width: 35px; }
    @media only screen and (min-width: 768px) {
      h1 img {
        width: 50px; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding-top: 20px;
  background: url(_shared/images/bg.png); }
  #header .grid {
    padding-top: 0; }
    @media only screen and (min-width: 768px) {
      #header .grid {
        /* padding-top: 15px; */
        padding-bottom: 0; } }

#nav-menu-content {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }
  #home #nav-menu-content nav {
    display: none; }
  #nav-menu-content li a {
    display: block;
    padding: 1em 1.5em 0.9em;
    border-bottom: 1px solid grey;
    color: #213b4f; }
  @media only screen and (min-width: 768px) {
    #nav-menu-content {
      display: block; }
      #nav-menu-content ul {
        text-align: center; }
        #nav-menu-content ul li {
          border-bottom: none;
          display: inline-block;
          margin-right: 40px; }
          #nav-menu-content ul li a {
            border-bottom: none;
            /* padding: 10px 10px 14px; */
            padding: 6px 0 10px; }
          #nav-menu-content ul li:last-child {
            margin-right: 0; }
        #nav-menu-content ul #gnavi01 img {
          width: 50px;
          height: auto; }
        #nav-menu-content ul #gnavi02 img {
          width: 48px;
          height: auto; }
        #nav-menu-content ul #gnavi03 img {
          width: 56px;
          height: auto; }
        #nav-menu-content ul #gnavi05 img {
          width: 88px;
          height: auto; }
        #nav-menu-content ul #gnavi04 img {
          width: 82px;
          height: auto; }
      #nav-menu-content .close {
        display: none; }
      #nav-menu-content .grid {
        padding-bottom: 10px; } }
  #nav-menu-content .navbar-header,
  #nav-menu-content #gnavi {
    background: url(_shared/images/stitch.png) bottom left repeat-x;
    background-size: auto 4px; }
  #home #nav-menu-content .navbar-header {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      #home #nav-menu-content .navbar-header {
        margin-bottom: 22px; } }
  #nav-menu-content #gnavi {
    display: none; }
    @media only screen and (min-width: 768px) {
      #nav-menu-content #gnavi {
        display: block; } }
  @media only screen and (min-width: 768px) {
    #nav-menu-content #sns li a {
      display: block;
      padding: 1em 0.6em 0.9em;
      color: #213b4f; } }

#nav-menu-button a {
  display: block;
  background: #213b4f;
  color: white;
  padding: 1em;
  line-height: 1; }

#nav-page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none; }
  #nav-page-top a {
    display: block;
    background: #213b4f;
    color: white;
    padding: 1em;
    line-height: 1; }

#nav-page-down {
  position: absolute;
  bottom: 0;
  left: 50%; }
  #nav-page-down a {
    display: block;
    background: #213b4f;
    color: white;
    padding: 1em;
    margin-left: -1.5em;
    line-height: 1; }

#content {
  /* .grid:last-child{
  	padding-bottom: 20px;
  } */ }

#hero {
  position: relative;
  background: lightblue;
  min-height: 500px;
  /* @media only screen and(min-width:768px){
  	margin-top: 114px;
  } */ }
  #hero #mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    background: white; }
  #hero #copy {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-top: -1em; }

#visual {
  text-align: center; }
  #visual img {
    max-width: 100%;
    height: auto; }

#side {
  font-size: 1em;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #side {
      padding-top: 12px;
      padding-left: 28px;
      border: none; } }
  #side ul li {
    font-size: 0.86em; }
  #side input[type='text'] {
    width: 80px; }

#footer {
  line-height: 1; }
  #footer #follow {
    padding-top: 12px;
    background: url(_shared/images/stitch.png) top left repeat-x;
    background-size: auto 4px;
    margin-bottom: 0px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #footer #follow {
        text-align: left; } }
    #footer #follow img {
      width: 84px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        #footer #follow img {
          width: 84px; } }
  #footer #copyright {
    margin-bottom: 0;
    text-align: center;
    font-size: 10px; }
    @media only screen and (min-width: 768px) {
      #footer #copyright {
        text-align: left; } }
  #footer #sns {
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #footer #sns {
        text-align: left;
        margin-bottom: 20px; } }
    #footer #sns li {
      vertical-align: middle;
      display: inline-block;
      float: none;
      border: none;
      padding-left: 8px;
      padding-right: 8px; }
      @media only screen and (min-width: 768px) {
        #footer #sns li {
          padding-right: 0;
          margin-right: 26px; } }
      #footer #sns li#note a img {
        width: 21px;
        height: auto; }
      #footer #sns li#oem a img {
        width: 32px;
        height: auto; }
      #footer #sns li a i {
        margin-right: 0;
        font-size: 26px; }
        @media only screen and (min-width: 768px) {
          #footer #sns li a i {
            font-size: 26px; } }
  #footer .grid {
    padding-top: 0;
    padding-bottom: 20px; }

/*  */
a {
  color: #213b4f;
  text-decoration: none;
  /* &:hover,
  &:active{
  	opacity: 0.6;
  	transition: 0.2s;
  } */ }
  p > a {
    /* border-bottom: 1px dotted $c01; */ }
    p > a:hover {
      border-bottom: 1px solid #213b4f;
      transition: 0.2s; }

img {
  max-width: 100%;
  height: auto; }
  img.img-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }
  img.img-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em; }
  img.img-border {
    border: 1px solid lightgrey;
    background: white;
    padding: 4px; }
  img + h2, img + h3, img + h4, img + h5 {
    margin-top: 0.45em; }

i {
  font-size: 0.8em;
  color: #213b4f;
  margin-right: 0.4em; }
  i.fa-external-link {
    margin-right: 0;
    margin-left: 0.4em; }

/* Comp */
.box p a {
  font-size: 0.8em;
  border-bottom: 1px dotted #213b4f; }
  .box p a i {
    font-size: 0.8em; }
#others .box {
  padding-bottom: 0; }

.carousel {
  background-color: blue;
  padding-top: 40px;
  padding-bottom: 40px; }

hr {
  border: 1px dotted #213b4f;
  margin: 15px 15px 10px; }

.nav-button {
  padding-left: 8px;
  padding-right: 8px; }
  .nav-button .grid {
    padding: 0;
    text-align: center; }
    .nav-button .grid a {
      display: block;
      background: #213b4f;
      padding-top: 3em;
      padding-bottom: 3em;
      color: white; }

.list, .list-inline, .dlist, .table, .hr, .box-border {
  margin-bottom: 1em; }

.list li {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd; }
  @media only screen and (min-width: 768px) {
    #about .list li:last-child {
      border-bottom: none; } }

.list-dotted li {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd; }
  #about .list-dotted li:last-child {
    border-bottom: none; }

.list-disc {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1em; }
  .list-disc li {
    border: none;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em; }

.list-inline {
  overflow: hidden; }
  .list-inline li {
    float: left;
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: 1px solid #ddd; }
    .list-inline li:last-child {
      border: none; }

.list-inline-center {
  text-align: center; }
  .list-inline-center li {
    display: inline-block;
    border-right: 1px solid lightgrey; }
    .list-inline-center li:last-child {
      border-right: none; }
    .list-inline-center li.current {
      font-weight: bold; }
    .list-inline-center li a {
      display: block;
      padding: 0 2em; }

.list-inline-center-sm li {
  line-height: 1; }
  .list-inline-center-sm li a {
    padding: 0 1em; }

.dlist {
  overflow: hidden; }
  .dlist dt, .dlist dd {
    float: left;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd; }
  .dlist dt {
    width: 20%;
    font-weight: bold; }
  .dlist dd {
    width: 80%; }

.table {
  width: 100%;
  border: 1px solid #ddd; }
  .table caption {
    margin-bottom: 0.5em; }
  .table th, .table td {
    padding: 0.5em; }
  .table th {
    font-weight: bold; }

.button a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 1em;
  text-align: center;
  background: #213b4f;
  font-size: 1.1em;
  color: white; }

input.button {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 1em;
  text-align: center;
  background: #213b4f;
  font-size: 1.1em;
  color: white; }

.button-border a {
  background: white;
  color: #213b4f;
  border: 1px solid #000; }

.button-sm a {
  width: auto;
  padding: 0.4em 0.6em;
  font-size: 0.8em; }

.button-inline {
  overflow: hidden;
  margin-bottom: 1em; }
  .button-inline .grid {
    padding: 0; }
    .button-inline .grid .button-border a {
      border-left: none; }
    .button-inline .grid:first-child a {
      border-left: 1px solid #213b4f; }

.button-inline-pd .grid {
  padding-left: 4px;
  padding-right: 4px; }
  .button-inline-pd .grid .button-border a {
    border-left: 1px solid #213b4f; }
.button-inline-pd .grid:first-child {
  padding-left: 0px; }
.button-inline-pd .grid:last-child {
  padding-right: 0px; }

.link-bread {
  overflow: hidden; }
  .link-bread li {
    float: left;
    margin-right: 1em; }

.tag {
  color: white;
  background: #213b4f;
  font-size: 0.7em;
  padding: 0.5em;
  margin-right: 1em; }

.badge {
  color: white;
  background: #213b4f;
  font-size: 0.8em;
  padding: 0.5em; }

.badge-thumb {
  position: absolute;
  top: 10px;
  left: 10px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-underline {
  border-bottom: 1px dotted #555; }

.box-border {
  overflow: hidden;
  border: 1px solid #ddd;
  background: white;
  padding: 16px; }
  .box-border p:last-child {
    margin-bottom: 0; }

/* Home */
#news-area h2 {
  float: left;
  width: 40px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 20px; }
  @media only screen and (min-width: 768px) {
    #news-area h2 {
      margin-left: 0; } }
  #news-area h2 img {
    width: 100%;
    height: auto; }
#news-area p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 2px; }
  #news-area p .news-title {
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 8px;
    display: inline-block; }
  #news-area p:last-child .news-title {
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      #news-area p:last-child .news-title {
        margin-bottom: 8px; } }
#news-area .grid {
  padding-top: 5px;
  padding-bottom: 10px; }
  #news-area .grid div {
    background: url(_shared/images/stitch.png) top left repeat-x;
    background-size: auto 4px;
    padding-top: 18px; }
    @media only screen and (max-width: 768px) {
      #news-area .grid div {
        padding-left: 16px; } }

#menu-area .grid {
  padding-top: 0; }
#menu-area ul {
  background: url(_shared/images/stitch.png) top left repeat-x;
  background-size: auto 4px;
  padding-top: 30px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    #menu-area ul {
      padding-top: 20px;
      padding-bottom: 10px; } }
#menu-area li {
  border: none;
  text-align: center;
  width: 100%;
  line-height: 1; }
  #menu-area li.menu01 {
    margin-bottom: 0px; }
    #menu-area li.menu01 img {
      width: 137px;
      height: auto; }
  #menu-area li.menu02 {
    margin-bottom: 10px; }
    #menu-area li.menu02 img {
      width: 90px;
      height: auto; }
  #menu-area li.menu03 {
    margin-bottom: 0px; }
    #menu-area li.menu03 img {
      width: 106px;
      height: auto; }
  #menu-area li.menu05 {
    margin-bottom: 15px; }
    #menu-area li.menu05 img {
      width: 146px;
      height: auto; }
  #menu-area li.menu04 {
    margin-bottom: 0; }
    #menu-area li.menu04 img {
      width: 156px;
      height: auto; }
  @media only screen and (min-width: 768px) {
    #menu-area li {
      width: auto;
      border: none; }
      #menu-area li a {
        padding: 0; }
      #menu-area li img {
        width: 100%;
        height: auto; }
      #menu-area li.menu01 {
        margin-bottom: 0;
        margin-right: 66px; }
        #menu-area li.menu01 img {
          width: 150px;
          height: auto; }
      #menu-area li.menu02 {
        margin-bottom: 0;
        margin-right: 61px; }
        #menu-area li.menu02 img {
          width: 114px;
          height: auto; }
      #menu-area li.menu03 {
        margin-bottom: 0;
        margin-right: 62px; }
        #menu-area li.menu03 img {
          width: 114px;
          height: auto; }
      #menu-area li.menu05 {
        margin-bottom: 0;
        margin-right: 62px; }
        #menu-area li.menu05 img {
          width: 192px;
          height: auto; }
      #menu-area li.menu04 {
        margin-right: 0px; }
        #menu-area li.menu04 img {
          width: 168px;
          height: auto; } }
@media only screen and (min-width: 768px) {
  #menu-area .grid {
    padding-top: 0;
    /* padding-bottom: 8px; */ } }

/* About */
#material .grid-6 img {
  margin-bottom: 1em; }

.shop-info {
  padding-top: 0; }
  .shop-info a {
    border-bottom: 1px dotted #213b4f;
    padding-bottom: 2px; }
    .shop-info a i.fa-external-link {
      font-size: 0.8em;
      opacity: 0.6; }

.notice {
  font-size: 0.9em; }

.border-dotted-top {
  border-top: 1px dotted #ddd;
  padding-top: 16px; }

#company {
  padding-bottom: 20px; }

.shoplist li {
  font-size: 0.9em; }
  .shoplist li a {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 0.6em; }
    .shoplist li a i.fa-external-link {
      font-size: 0.8em;
      opacity: 0.6; }
.shoplist:first-child {
  margin-bottom: 0; }
.shoplist:nth-child(1) {
  margin-top: -12px; }
  @media only screen and (min-width: 768px) {
    .shoplist:nth-child(1) {
      margin-top: 0; } }

#stockist .grid-6 {
  padding-top: 0; }
#stockist .grid-6:last-child {
  padding-top: 0; }

/* Item */
#item-embroidery .grid:last-child {
  padding-top: 0; }

#item-others .grid {
  padding-bottom: 0; }

/* Archive */
.post-type-archive .box {
  margin-bottom: 20px; }
  .post-type-archive .box h2 {
    text-align: center; }

/* News */
.post {
  margin-bottom: 20px; }
  .post .post-meta {
    /* text-align: center; */
    font-size: 0.8em;
    margin-bottom: 1.2em; }
  .post:last-child {
    margin-bottom: 0; }

.post-content {
  margin-bottom: 20px; }
  .post-content img {
    max-width: 100%;
    height: auto;
    margin-top: 1em; }
  .post-content a {
    border-bottom: 1px dotted #213b4f;
    padding-bottom: 2px; }
    .post-content a i {
      opacity: 0.6;
      font-size: 0.8em; }
  .post-content a[class*='fancybox'] {
    border: none;
    padding-bottom: 0; }

#page-nav {
  font-size: 0.8em;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 20px; }
  #page-nav .pull-left {
    width: 50%;
    float: left; }
  #page-nav .pull-right {
    width: 50%;
    float: right;
    text-align: right; }

#list-archive {
  height: 300px;
  margin-bottom: 20px; }

/* For Company */
#for-company .post i.fa-external-link {
  font-size: 0.8em;
  opacity: 0.6; }
#for-company .contact p {
  margin-bottom: 0; }
#for-company .contact div:last-child p {
  margin-bottom: 2em; }

/* Original */
div:last-child #original .contact {
  margin-bottom: 1.5em; }

/* Contact */
#contact .post i.fa-envelope-o {
  font-size: 0.8em;
  opacity: 0.6;
  margin-right: 0;
  margin-left: 0.4em; }

/* accordion */
.accordion .accordion-content {
  display: none; }
.accordion li.expanded {
  background: grey; }
  .accordion li.expanded .accordion-content {
    background: lightgrey; }

/* slideshow */
.slideshow .frame {
  position: relative; }
  .slideshow .frame li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .slideshow .frame li.current {
      position: relative;
      z-index: 1; }

/* gallery */
.gallery .thumbnails li.current a {
  font-weight: bold; }
.gallery .thumbnails li.current img {
  border: 2px solid #213b4f;
  box-sizing: border-box; }

/* tab */
.tab-contents {
  margin-top: 1em; }

.tab-contents .hidden {
  display: none; }

/*  modal */
.modal {
  display: none; }

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 110;
  padding: 20px;
  background: white; }

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
  background: lightgrey;
  opacity: 0.9; }

/* loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: .9;
  z-index: 10000;
  text-align: center; }
  #loading i {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 20px;
    color: #ccc;
    opacity: .8; }

/* animation */
.animation {
  position: relative;
  display: inline-block; }
  .animation .bar {
    display: inline-block;
    width: 0%;
    height: 0%;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0; }

/* .height{
	height: 200px;
	animation: reduceHeight 0.3s ease;
}

@keyframes reduceHeight{
	0%{ 		height: 200px;}
	100%{ 		height: 0px;}
} */
.height {
  height: 0px;
  transition: all 0.3s ease; }

/* Nav */
.hamburgler-icon-wrapper {
  position: fixed;
  top: 40px;
  right: 20px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 1000000; }
  @media screen and (min-width: 768px) {
    .hamburgler-icon-wrapper {
      display: none; } }
  #home .hamburgler-icon-wrapper {
    display: none; }

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  content: '';
  position: absolute;
  border-radius: 1em;
  height: 2px;
  width: 26px;
  background: #213b4f;
  transition: all 0.2s ease; }

.hamburgler-icon {
  top: 0.75em; }

.hamburgler-icon:before {
  top: -0.55em; }

.hamburgler-icon:after {
  top: 0.55em; }

.hamburgler-active .hamburgler-icon {
  background: transparent;
  transform: rotate(-135deg); }

.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  top: 0; }

.hamburgler-active .hamburgler-icon:before {
  transform: rotate(90deg); }

.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: #213b4f; }

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  color: white;
  text-align: center;
  z-index: 100000;
  /*border: 40px solid rgb(360,360,360);*/ }

.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial; }

.hamburgler-menu-list {
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  font-size: 15.6px;
  line-height: 3.24;
  font-weight: bold; }
  .hamburgler-menu-list .divider {
    color: #213b4f;
    font-weight: normal;
    margin-top: 12px 0; }
  .hamburgler-menu-list i {
    font-size: 0.8em; }

.hamburgler-menu-list a {
  color: #213b4f !important; }

/* .hamburgler-menu-list li.current a{
  border-bottom: 1px solid $c01;
} */
.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1); }

/* Scroll Bar */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #213b4f;
  /* background-color: rgba(0,0,0,.3); */
  filter: "alpha(opacity=3)";
  -ms-filter: "alpha(opacity=3)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  filter: "alpha(opacity=10)";
  -ms-filter: "alpha(opacity=10)"; }

/* Fancy Box */
#fancybox-outer {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url(_shared/images/fb.png) -40px 0 !important;
  cursor: pointer;
  z-index: 111103;
  display: none; }

/* Meta Slider */
.flex-control-paging li a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 10px !important;
  height: 10px !important; }

.flex-control-nav {
  bottom: -26px !important;
  line-height: 10px !important; }

.metaslider .flexslider {
  margin: 0 0 35px 0 !important; }

/* */
.mgb0 {
  margin-bottom: 0 !important; }

/* Search */
.search .post {
  margin-bottom: 30px; }

/* Hyakka */
#handkerchief_hyakka #main {
  padding-top: 20px; }
  #handkerchief_hyakka #main .post-content {
    margin-bottom: 0; }
  #handkerchief_hyakka #main h2 {
    margin-bottom: 12px; }
  #handkerchief_hyakka #main ul {
    border-top: 1px dotted #213b4f;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    overflow: hidden; }
    #handkerchief_hyakka #main ul br {
      display: none; }
    #handkerchief_hyakka #main ul li {
      border-bottom: 1px dotted #213b4f;
      padding-bottom: 20px;
      margin-bottom: 20px;
      overflow: hidden;
      float: left;
      width: 48%; }
      @media screen and (max-width: 768px) {
        #handkerchief_hyakka #main ul li {
          width: 100%;
          float: none; } }
      #handkerchief_hyakka #main ul li:nth-child(odd) {
        padding-right: 2%; }
        @media screen and (max-width: 768px) {
          #handkerchief_hyakka #main ul li:nth-child(odd) {
            padding-right: 0; } }
      #handkerchief_hyakka #main ul li:nth-child(even) {
        padding-left: 2%; }
        @media screen and (max-width: 768px) {
          #handkerchief_hyakka #main ul li:nth-child(even) {
            padding-left: 0; } }
      #handkerchief_hyakka #main ul li img {
        float: left;
        width: 120px;
        height: auto;
        margin-top: 0;
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          #handkerchief_hyakka #main ul li img {
            width: 30%; } }
      #handkerchief_hyakka #main ul li h3 {
        margin-top: 0;
        font-size: 13px;
        line-height: 1.6; }
    #handkerchief_hyakka #main ul#list-columns {
      margin-top: 40px; }
      #handkerchief_hyakka #main ul#list-columns li:last-child {
        border: none; }

/*# sourceMappingURL=style.css.map */
