@charset "UTF-8";
/*
Theme Name: Hakushi
Version: 1.0
Author:  FujinoTakuya
*/
/*site-coloring style area =========================================================*/
body {
  color: #222;
  background: #fff;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #222;
  -webkit-transition: .3s color linear;
  -o-transition: .3s color linear;
  transition: .3s color linear;
}

a:hover {
  color: #D3D3D4;
}

a:hover img {
  -webkit-transition: .3s opacity linear;
  -o-transition: .3s opacity linear;
  transition: .3s opacity linear;
  /* 画像が透過してしまうため、Aタグホバーの時の背景が見えてしまうのを防ぐ */
  background: #fff;
  opacity: 0.7;
}

/* wrapper =================================================================*/
#wrapper {
  padding-top: 280px;
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
}

/* header style area ==========================================================*/
h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
}

.global-navigation-area {
  width: 500px;
  z-index: 10000;
}

.global-navigation-area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnav-list {
  display: inline-block;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -20px 0 0 -100px;
  width: 300px;
  overflow: hidden;
}

.gnav-list a {
  display: block;
  float: right;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #D3D3D4;
  padding: 0 100px 5px 0;
  text-indent: -10px;
  font-weight: bold;
}

.gnav-list a:last-child {
  padding-right: 50px;
}

.gnav-list a .fa {
  color: #555;
}

.gnav-list a:hover .fa {
  color: #D3D3D4;
}

.sns-navigation-area {
	z-index:10000;
  margin: 25px 0 0 50px;
}

.sns-navigation {
  overflow: hidden;
}

.sns-navigation li {
  width: 1em;
  float: left;
  font-size: 1.5em;
  padding-right: .5ex;
}

/*content style area ==========================================================*/
#content-wrapper {
  position: relative;
  width: 100%;
}

/* main-content style area ====================================================*/
#main-content {
  width: 100%;
  overflow: hidden;
}

/* index style area ====================================================*/
.index-news-list-area {
  position: absolute;
  top: -7em;
  left: 33%;
  z-index: 100;
}

.index-news-topics-title {
  float: left;
  margin-right: 25px;
  padding: 5px 10px;
  text-align: center;
  background: #FAF000;
  font-size: 0.9em;
}

.index-news-list {
  position: relative;
  float: left;
}

.index-news-list a {
  text-decoration: none;
}

.index-news-list li {
  margin-bottom: 10px;
  font-size: 0.9em;
}

.index-news-list .index-news-list-more {
  position: absolute;
  right: -7em;
  bottom: 0;
  padding: 5px;
  border-bottom: 1px solid #D3D3D4;
}

.index-news-list .news-list-date {
  display: inline-block;
  margin-right: 15px;
}

.list-news-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 500px;
}

.list-news-thumbnail li {
  width: 33%;
  height: 250px;
}

.list-news-thumbnail li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s all linear;
  -o-transition: .3s all linear;
  transition: .3s all linear;
}

.list-news-thumbnail li a:hover {
  opacity: 0.7;
}

.list-news-thumbnail li a .index-topics-icon {
  background: #000;
  color: #fff;
  padding: 2px 5px;
  position: absolute;
  bottom: 3%;
  right: 3%;
  font-weight: 100;
  letter-spacing: 1px;
}

/* local-navigation style area ====================================================*/
.local-navigation-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.local-navigation-area .local-navigation-container {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 750px;
}

.local-navigation-area .local-navigation-title {
  float: left;
  padding: 200px 20px 0 0;
  margin-right: 20px;
  border-right: 1px solid #FAF000;
  font-weight: bold;
}

.local-navigation-area .local-navigation {
  position: relative;
  padding-top: 200px;
  float: left;
  text-transform: uppercase;
}

.local-navigation-area .local-navigation .local-navigation-subtitle {
  position: absolute;
  top: 170px;
  font-size: .8em;
  padding: 5px;
  background: #000;
  color: #fff;
}

.local-navigation-area .local-navigation li {
  vertical-align: top;
  display: inline-block;
  margin-right: 40px;
}

.local-navigation-area .local-navigation li a {
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}

.local-navigation-area .local-navigation li a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}

.local-navigation-area .local-navigation .current-nav {
  background: #000;
}

.local-navigation-area .local-navigation .current-nav a {
  color: #fff;
}

.local-navigation-area .local-navigation .year-list {
  position: relative;
  display: none;
  margin-top: 10px;
  padding: 10px 0;
  background: #000;
  z-index: 10;
}

.local-navigation-area .local-navigation .year-list li {
  display: block;
  margin: 0;
  width: 4em;
  text-align: center;
  background: #000;
}

.local-navigation-area .local-navigation .year-list li a {
  display: block;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

.local-navigation-area .local-navigation .year-list li a:hover {
  color: #D3D3D4;
}

.slug-shoplist .local-navigation li {
  margin-right: 35px;
}

.slug-shoplist .local-navigation li:last-child {
  margin-right: 0;
}

/* single style area ====================================================*/
.single-wrapper #main-content,
.page-wrapper #main-content {
  margin: 0 auto;
  max-width: 750px;
  line-height: 1.7;
}

.single-wrapper .single-timestamp,
.page-wrapper .single-timestamp {
  margin-bottom: 15px;
  color: #D3D3D4;
}

.single-wrapper .single-title,
.page-wrapper .single-title {
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
}

.single-wrapper .single-title a,
.page-wrapper .single-title a {
  text-decoration: none;
}

.single-wrapper .single-content p,
.page-wrapper .single-content p {
  margin-bottom: 1em;
}

.single-wrapper .single-content img,
.page-wrapper .single-content img {
  max-width: 100%;
}

.single-wrapper .single-content p > img,
.page-wrapper .single-content p > img {
  display: block;
  margin: 15px auto;
}

.single-wrapper .single-content .image-container,
.page-wrapper .single-content .image-container {
  text-align: center;
}

.single-wrapper .single-footer,
.page-wrapper .single-footer {
  overflow: hidden;
  margin-top: 50px;
}

/* page style area ====================================================*/
.widget-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 0.9em;
  font-weight: bold;
  background: #FAF000;
}

.upcycle-sub-title {
  margin-bottom: 8px;
  font-size: 1.1em;
  font-weight: bold;
}

.slug-shoplist .single-title {
  display: none;
}

.slug-shoplist .table_shop {
  table-layout: fixed;
  width: 100%;
}

.slug-shoplist .table_shop tbody tr td {
  padding: 10px 5px;
  font-size: 13px;
}

.slug-shoplist .table_shop .shop-list-table-area-border {
  width: 4.5em;
  border-right: 1px dotted #D3D3D4;
}

.slug-shoplist .table_shop .border_both {
  border-right: 1px dotted #D3D3D4;
}

.slug-shoplist .table_shop td:last-child {
  border: none;
}

.slug-shoplist .link_pagetop {
  margin: 20px 0 50px 0;
  text-align: right;
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-list li {
  width: 31%;
  margin-bottom: 1em;
}

.products-list li a {
  text-decoration: none;
}

.products-page .panel-grid {
  margin-bottom: 10px !important;
}

.products-image-slider .flex-control-nav a {
  border: 1px solid #666;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background: #fff;
}

.products-about .widget-title {
  padding: 0;
  background: inherit;
  font-size: 1.2em;
}

.designer-name {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.8em;
  font-weight: normal;
}

.products-double-column-list {
  font-size: 0.9em;
}

.products-double-column-list img {
  max-width: 100%;
}

.products-double-column-list .widget-title {
  float: left;
  width: 10%;
  min-width: 5ex;
  padding: 0;
  background: inherit;
  font-size: 1em;
  text-decoration: underline;
}

.products-double-column-list .widget-title:after {
  content: ':';
}

.products-double-column-list .textwidget {
  float: left;
  width: 90%;
}

.products-material-box {
  border: 1px solid #D3D3D4;
  border-width: 1px 0;
  padding: 15px 0;
  margin-bottom: 30px;
}

.products-material-box .widget-title {
  padding: 0;
  background: transparent;
  text-decoration: underline;
}

.products-material-box .products-subtitle {
  margin-bottom: 15px;
}

.products-designer-box {
  border: 1px solid #D3D3D4;
  border-width: 1px 0;
  padding: 15px;
  margin-bottom: 25px;
}

.products-designer-box .widget-title {
  padding: 0;
  background: transparent;
  text-decoration: underline;
}

.products-designer-box .products-designer-name {
  margin-bottom: 15px;
}

.contact-form-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2ex;
  table-layout: fixed;
}

.contact-form-table table tr {
  position: relative;
}

.contact-form-table table th {
  width: 15em;
  padding: 1em 0;
  border-bottom: 1px solid #D3D3D4;
  text-align: left;
  vertical-align: top;
}

.contact-form-table table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 0 1em 1ex;
  border-bottom: 1px solid #D3D3D4;
}

.contact-form-table table input, .contact-form-table table select, .contact-form-table table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1ex;
  font-family: inherit;
}

.contact-form-table .contact-item-title {
  display: inline-block;
  margin-right: 1em;
  padding: 2px 10px;
  width: 10em;
  background: #C9CACA;
}

.contact-form-table .contact-item-required {
  display: inline-block;
  color: #00A0E9;
  font-size: 0.8em;
}

.contact-form-table .contact-item-free {
  display: inline-block;
  color: #C9CACA;
  font-size: 0.8em;
}

.contact-form-table .contact-input-company,
.contact-form-table .contact-input-address,
.contact-form-table .contact-input-email {
  width: 100%;
}

.contact-form-table .contact-input-zip {
  width: 10em;
}

.contact-form-table .contact-input-address {
  margin-top: 1ex;
}

.contact-form-table .contact-input-message {
  width: 100%;
  height: 15em;
}

.contact-form-table .contact-submit-button {
  margin-bottom: 0;
}

.contact-form-table .contact-input-submit {
  display: block;
  margin: 0 auto;
  padding: 0.2ex 2em;
  border: none;
  font-size: 1.2em;
  font-family: inherit;
  background: #EFE800;
}

.contact-form-table .contact-input-submit:hover {
  background: #FCC700;
}

.contact-form-table .contact-form-option-message {
  display: inline-block;
  color: #f00;
  font-size: 0.7em;
  max-width: 70%;
  margin-left: 10px;
  vertical-align: top;
}

.contact-form-table .contact-form-option-message a {
  color: inherit;
}

.contact-form-table .wpcf7-not-valid-tip {
  font-size: 0.7em;
}

.contact-form-table br {
  display: none;
}

.contact-form-table div.wpcf7-mail-sent-ok,
.contact-form-table div.wpcf7-validation-errors {
  margin: 0;
  text-align: center;
  border: none;
}

.contact-form-table div.wpcf7-validation-errors {
  color: #f00;
}

/* archive style area ====================================================*/
.archive-post {
  margin-bottom: 150px;
}

.archive-footer {
  overflow: hidden;
  margin-bottom: 50px;
}

/* side-bar style area =======================================================*/
#sidebar {
  float: right;
  width: 50%;
}

/* footer style area
	一番下固定がデフォルト
	.footer-spzcing の padding-bottom に footer の height を指定
==========================================================================*/
footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  line-height: 65px;
}

.copyright {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 135px;
  width: 100%;
  text-align: right;
  font-size: .9em;
}

@media screen and (max-width: 1000px) {
  /* タブレット=== =========================*/
}

@media screen and (max-width: 760px) {
  /* スマホ横画面 =========================*/
}

@media screen and (max-width: 480px) {
  /* スマホ縦画面 =========================*/
}

body .flex-control-nav li a {
  margin: 0 10px;
}

body .flex-control-paging li a {
  width: 7px;
  height: 7px;
}
	
.btn.type01{
width: 100%;
max-width: 740px;
padding: 5px 5px;
display: inline-block;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
background-color: #a9a9a9;
}