@charset "utf-8";

* {
  box-sizing: border-box;
}

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

.mb0 { margin-bottom: 0!important;}
.mb15 { margin-bottom: 15px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb60 { margin-bottom: 60px!important;}

.blog-title {
  font-weight: normal;
}



.special-feature-banners {

}
.special-feature-banners .quarter {
	width: 24.25%;
	margin-left: 1%;
}
.special-feature-banners .quarter:first-child {
	margin-left: 0;
}
@media only screen and (max-width:767px) {
	.special-feature-banners .quarter {
		margin-left: 0;
		width: 100%;
	}
}


/******
* pagetop
*******/
#topcontrol {
  width: 72px;
  height: 72px;
  z-index: 1000;
}
#pagetop {
  background-image: url(images/pagetop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 72px;
  height: 72px;
  z-index: 1000;
}

/******
* footer
*******/
.footer-inner {
  max-width: 500px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 150px;
  letter-spacing: 1px;
}
.footer-inner * {
  color: #fff;
}
.footer-inner .shop-name {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.footer-inner address{
  font-style: normal;
}
.footer-inner .tel span,
.footer-inner .open span {
  padding-right: 1em;
}

/******
* inquiry text-transform
******/
#inquiry-form {
  margin-bottom: 30px;
}
#inquiry-form * {
  box-sizing: border-box;
}
#inquiry-form .error-message {
  color: #d00;
  border: 1px solid #d00;
  padding: 1em;
  border-radius: 5px;
}
#inquiry-form .error-message li {
  color: #d00;
}
#inquiry-form dl {
  margin-bottom: 30px;
}
#inquiry-form dl::after {
  content: " ";
  display: table;
  clear: both;
}
#inquiry-form dl i.require {
  width: 35px;
  height: 20px;
  display: inline-block;
  background-image: url(images/icon-hissu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  left: 10px;
}
#inquiry-form dl dt {
  float: left;
  width: 220px;
  font-weight: normal;
}
#inquiry-form dl dd {
  padding-left: 220px;
}
#inquiry-form input[type="text"],
#inquiry-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 1em;
  -webkit-appearance: none;
  box-shadow: none;
}
#inquiry-form select {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 1em;
  background: #f6f6f6;
}

.btn-area {
  text-align: center;
  padding-top: 40px;
}
.btn-area button {
  display: inline-block;
  -webkit-appearance: none;
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  background: #eee;
  margin-bottom: 30px;
  margin-right: 1em;
}
.btn-area button:hover {
  opacity: 0.9;
}
.btn-area .btn-confirm {
  color: #fff;
  background: #29220a;
  width: 270px;
}
.btn-area .btn-submit {
  color: #fff;
  background: #29220a;
  width: 200px;
}


/******
* top news list
*******/
#top-news-list * {
  box-sizing: border-box;
}
#top-news-list dl {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
#top-news-list dl dt {
  font-weight: normal;
  float: left;
  width: 100px;
  padding-left: 30px;
}
#top-news-list dl dd {
  padding-left: 100px;
}
#top-news-list dl dd a {
  color: #333;
}

/*****
* pager
******/
.pager {

}
.pager .current {
  background: #9a9a9a;
  border: none;
}
a.page-numbers {
  background: none;
  border: none;
}


/*****
* gallery list
******/
.gallery-list {

}
.gallery-list li.item {
  height: 300px;
  margin-bottom: 40px;
}
.category-furniture .gallery-list li.item {
  height: auto;
  margin-bottom: 30px;
}
.gallery-list .item-img {
  height: 220px;
}

.gallery-list h2.item-title {

}
.gallery-list .item-title ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gallery-list .item-title ul li {

}
.gallery-list .item-title ul li a{
  color: #000;
  text-decoration: none;
}


/*****
* tag list
******/
.sp-title {
  display: none;
  font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#tag-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#tag-list li {
  padding: 0;
  margin: 0;
  display: block;
  padding: 5px 2px;
  background-size: cover;
  background-position: center center;
}
#tag-list li a {
  display: block;
  padding: 0 20px;
  color: #000;
}
#tag-list li.current,
#tag-list li:hover {
  background:#D5EECE;
}

/*****
* bottom links
******/
.bottom-links {
  margin: 30px 0;
}
.bottom-links a {
  color: #000;
  border: 1px solid #000;
  text-align: center;
  display: block;
  width: 250px;
  padding: 10px 0;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: auto;
  transition: 0.5s;
}
.bottom-links a:hover {
  background: #000;
  color: #fff;
}


/*****
* thumbs
******/
.thumbs {

}
.thumbs .image-list {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
  justify-content: flex-start;
  flex-wrap: wrap;
}
.thumbs .image-list .item {
  /* width: 47%;
  margin-bottom: 15px; */

  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;

}
.thumbs .image-list .item:nth-child(3n) {
  margin-right: 0;
}
.thumbs .image-list .item img {
  display: block;
  max-width: 100%;
}

#nav-sp {
  display:none;
}

.sp-only { display: none!important; }

@media only screen and (max-width: 767px) {

  .sp-only { display: block !important; }
  .pc-only { display: none !important; }

  .main-image {
    margin-bottom: 30px;
  }

  #topcontrol {
    bottom: 15px;
    right: 15px !important;
  }

  #nav {
    display: none;
  }
  #nav-sp {
    display: block;
    width: 100%;
    height: 50px;
  }
  #nav-sp .links {
    height: 50px;
    text-align: right;
    background: #293908;
  }
  #nav-sp .links .wrapper {
    padding: 0;
  }
  #nav-sp .links .menu-btn {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 30px;
    height: 40px;
    top: 5px;
    right: 0;
    /* background: #888; */
  }
  #nav-sp .links .menu-btn > span {
    position: absolute;
    width: 100%;
    left: 0;
    border: 1px solid #fff;
  }
  #nav-sp .links .menu-btn span.b1 { top: 10%; }
  #nav-sp .links .menu-btn span.b2 { top: 30%; }
  #nav-sp .links .menu-btn span.b3 { top: 50%; }
  #nav-sp .links .menu-btn .menu {
    font-size: 0.3em;
    bottom: 0;
    border: none;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }
  #nav-sp .links .menu-btn .menu span {
    color: #fff;
  }
  #nav-sp ul {
    padding: 0;
    margin: 0;
    display: block;
    background: #fff;
    text-align: center;
    display: none;
    position: relative;
    z-index: 10000;
  }
  .menu-menu-1-container {
    position: relative;
    z-index: 10000;
  }
  #nav-sp li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #293908;
  }
  #nav-sp li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
  }

  /*****
  * top news list
  ******/
  #top-news-list dl {
    padding: 15px 0;
  }
  #top-news-list dl dt {
    padding-left: 1em;
  }


  /*****
  * gallery list
  ******/
  .gallery-list li.item {
    height: auto;
  }
	
.gallery-list .item-img {
	height:auto;
}	

  /*****
  * tag list
  ******/
  .sp-title {
    display: block;
    text-align: center;
    background: #293908;
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 0;
  }
  #tag-list ul {
    display: none;
    border: 1px solid #293908;
  }
  #tag-list ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    border-bottom: 1px solid #293908;
    padding: 10px 0;
  }
  #tag-list ul li:last-child {
    border-bottom: none;
  }
  #tag-list ul li.current,
  #tag-list ul li:hover  {
    background: #D5EECE;
  }
  #tag-list ul li.sep {
    display: none;
  }

  #inquiry-form dl dt {
    float: none;
    width: 100%;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #inquiry-form dl dd {
    padding-left: 0;
    margin-left: 0;
  }


}
