/*============================
年末年始のご案内
============================*/
.guidance{
	text-align: center;
}
.guidance h1{
	margin: 100px auto 20px;
    font-size: 1.5rem;
}
.guidance .thumb table{
	margin: 0 auto;
    text-align: right;
}
.guidance .thumb table th{
	display: block;
    margin: 0 10px 0 0;
}

/*============================
#index
============================*/
#index .category-list {
  padding: 5px 0 60px;
}
#index h1 {
  text-align: center;
  border-bottom: solid 8px #dcdddd;
  margin: 100px auto 0;
}
#index ul.category-list li {
  border-bottom: none;
}
#index ul.category-list li a {
  position: relative;
}
#index ul.category-list li a:after {
  content: "/";
  top: 0;
  bottom: 0;
  right: -10px;
  position: absolute;
}
#index ul.category-list li:last-of-type a:after {
  content: none;
}
#index .itemBox {
  display: flex;
  flex-wrap: wrap;
}
#index .itemBox .thumb a img {
  width: 100%;
}
#index .itemBox .thumb p {
  font-size: small;
  line-height: 1.8;
  margin: 0 auto 60px;
}
#index .itemBox .thumb .detail .artist {
  margin: 30px auto 40px;
}
#index .itemBox .thumb .detail .artist u {
  display: block;
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
#index .itemBox .thumb .detail .artist p {
  display: block;
  margin: 0;
}
#index .itemBox .thumb .artist u {
  width: 30%;
  text-align: center;
}
#index .itemBox .thumb .artist p {
  width: 70%;
  text-align: right;
}
/*============================
#top-jewelry
============================*/
#top-jewelry .itemBox:nth-child(odd) {
  display: block;
}
#index .detail {
  width: 95%;
  margin: 0 auto;
}
#top-jewelry .itemBox:nth-child(odd) .thumb {
  width: 100%;
}
#top-jewelry .itemBox:nth-child(even) .thumb {
  width: calc((100% - 1px)/2 - 1%);
  margin: 0.5%;
}
#top-jewelry .itemBox:nth-child(odd) .thumb .detail {
  width: 65%;
}
#top-jewelry .itemBox .thumb .detail .artist {
  display: flex;
  height: 45px;
  justify-content: space-around;
  align-items: center;
}
#top-jewelry .itemBox:nth-child(even) .thumb .artist u {
  text-align: left;
}
/*============================
#top-goods
============================*/
#top-goods .itemBox .thumb, #top-freespace .itemBox .thumb {
  width: calc((100% - 1px)/3 - 1%);
  margin: 0.5%;
}
#top-goods .itemBox .thumb .artist u, #top-freespace .itemBox .thumb .artist u {
  width: 100%;
}
/*============================
#news
============================*/
#news {
  background: #f0f1f1;
  padding: 70px 0 !important;
  margin: 100px auto 100px;
}
#news h1 {
  margin: 0 auto 20px;
  border-bottom: none;
}
/*============================
#photoGallery
============================*/
#photoGallery h1 {
  margin: 160px auto 2em;
  border-bottom: none;
}
/*============================
#shopInfo
============================*/
div#shopInfo {
  margin: 0 -1%;
}
div#shopInfo div.articleBox {
  padding: 2em;
  background: #000;
}
div#shopInfo div.articleBox h2 {
  color: #fff;
  text-align: left;
  margin: 0 auto 20px;
  font-size: 1.0rem;
  max-width: 1100px;
}
div#shopInfo div.articleBox div.flexwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1095px;
  margin: 0 auto;
}
div#shopInfo div.articleBox div.shopL {
  width: 45%;
  max-width: 100%;
}
div#shopInfo div.articleBox div.shopL div.itemBox {
  display: flex;
  justify-content: space-between;
}
div#shopInfo div.articleBox div.shopL p {
  color: #fff;
  font-weight: 200;
}
div#shopInfo div.articleBox div.shopL div.shopBox {
  width: calc(100% / 3 - 1% - 1px);
  margin: 0;
}
div#shopInfo div.articleBox div.shopL div.shopBox ul {
  margin: 0;
}
div#shopInfo div.articleBox div.shopL div.shopBox ul li {
  list-style: none;
}
div#shopInfo div.articleBox div.shopL div.shopBox ul li.nolink {
  color: #fff;
  font-size: 12px;
  display: block;
  font-weight: 200;
}
div#shopInfo div.articleBox div.shopL div.shopBox ul li a {
  color: #fff;
  font-size: 12px;
  display: block;
  font-weight: 200;
}
div#shopInfo div.articleBox div.shopR {
  max-width: 52%;
}
div#shopInfo div.articleBox div.shopR div.itemBox {
  display: flex;
  justify-content: space-between;
}
div#shopInfo div.articleBox div.shopR div.thumb {
  width: 45%;
}
div#shopInfo div.articleBox div.shopR p {
  color: #ffffff;
}
div#shopInfo div.articleBox div.shopR img {
  width: 100%;
}
/*============================
#photoGallery
============================*/
div#photoGallery div.gallery {
  position: relative;
}
div#photoGallery div.gallery a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*============================
#brand
============================*/
div#top-brand div.slider-nav div a img {
  max-width: 95%;
}
.shopInfo-for {
  margin-bottom: 0 !important;
}
div#top-brand div.shopInfo-for div.siItem div.siItem_img {
  width: 49%;
  float: left;
}
div#top-brand div.shopInfo-for div.siItem div.siItem_img a img {
  max-width: 100%;
}
div#top-brand div.shopInfo-for div.siItem p {
  width: 50%;
  float: right;
  margin: 0 0 10px;
  font-size: small;
  max-height: 315px;
  overflow: auto;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
div#top-brand div.shopInfo-for div.siItem p span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
div#top-brand div.shopInfo-for div.siItem ul {
  width: 50%;
  display: flex;
  list-style: none;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
div#top-brand div.shopInfo-for div.siItem ul li img {
  max-width: 90%;
}
/*============================
#news
============================*/
#news {
  padding: 20px 0;
}
#news img {
  width: 60%;
}
#news u {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
/*============================
.slick-list
============================*/
  .slick-list {
    overflow: hidden;
  }
  div#top-brand div.shopInfo-for div.siItem div.siItem_img {
    width: 100%;
    float: none;
  }
/*============================
#top-brand
============================*/
  div#top-brand div.shopInfo-for div.siItem p {
    width: auto;
    max-height: inherit;
    float: none;
    padding: 0;
    margin: 20px;
  }
  div#top-brand div.shopInfo-for div.siItem ul {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 768px) {
/*============================
#index
============================*/ 
	#index .detail{
		width: 98%;
	}
	#index .itemBox .thumb .detail .artist u{
		font-size: 0.9rem;
	}
/*============================
#top-jewelry
============================*/ 
	#top-jewelry .itemBox:nth-child(odd) .thumb .detail{
		width: 90%;
	}
}
@media (max-width: 480px) {
/*============================
#index
============================*/ 
  #index h1 {
    margin: 40px auto 0;
    font-size: 1.5rem;
  }
  #index ul.category-list li a:after {
    content: none;
  }
  #index .itemBox .thumb {
    width: calc((100% - 1px)/2 - 1%);
  }
  #index .detail {
    width: 95%;
  }
  #top-jewelry .itemBox:nth-child(even) .thumb .artist {
    display: block;
  }
  #index .itemBox .thumb .detail .artist u {
    width: 100%;
    font-size: 80%;
  }
  #index .itemBox .thumb .detail .artist p {
    width: 100%;
    font-size: small;
    line-height: 1.5;
  }
/*============================
#top-jewelry
============================*/ 
  #top-jewelry .itemBox:nth-child(even) .thumb .artist p {
    margin: 15px auto 0;
  }
  #top-jewelry .itemBox:nth-child(odd) .thumb .detail {
    width: 95%;
  }
/*============================
#news
============================*/
  #news {
    margin: 40px auto 40px;
  }
  #news h1 {
    margin: 0 auto 20px;
  }
/*============================
#photoGallery h1
============================*/
  #photoGallery h1 {
    margin: 100px auto 1em;
  }  
/*============================
#shopInfo
============================*/
  div#shopInfo div.articleBox {
    padding: 2em 1em;
  }
  div#shopInfo div.articleBox h2 {
    text-align: center;
  }
  div#shopInfo div.articleBox div.flexwrap {
    display: block;
  }
  div#shopInfo div.articleBox div.shopL {
    width: 100%;
    margin-bottom: 10px;
  }
  div#shopInfo div.articleBox div.shopL p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 200;
  }
  div#shopInfo div.articleBox div.shopL div.shopBox {
    width: auto;
  }
  div#shopInfo div.articleBox div.shopL div.shopBox ul li {
    list-style: none;
  }
  div#shopInfo div.articleBox div.shopL div.shopBox ul li a {
    color: #fff;
    font-weight: 200;
    font-size: 12px;
  }
  div#shopInfo div.articleBox div.shopR {
    max-width: 100%;
  }
  div#shopInfo div.articleBox div.shopR div.itemBox {
    display: block;
  }
  div#shopInfo div.articleBox div.shopR div.thumb:first-of-type {
    margin: 0 auto 30px;
  }
  div#shopInfo div.articleBox div.shopR div.thumb {
    width: 100%;
  }
/*============================
#top-brand
============================*/
  div#top-brand div.slider-nav {
    overflow: hidden;
  }
  div#top-brand div.slider-nav div a img {
    max-width: 95%;
  }
  div#top-brand div.shopInfo-for {
    width: 96%;
    margin: 0 auto;
  }
  div#top-brand div.shopInfo-for div.siItem div.siItem_img {
    max-width: 100%;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  div#top-brand div.shopInfo-for div.siItem div.siItem_img a img {
    max-width: 100%;
  }
  div#top-brand div.shopInfo-for div.siItem p {
    width: 100%;
    float: none;
    height: auto;
    max-height: none;
  }
  div#top-brand div.shopInfo-for div.siItem ul {
    position: inherit;
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  div#top-brand div.shopInfo-for div.siItem ul li {
    margin-bottom: 10px;
  }
  div#top-brand div.shopInfo-for div.siItem ul li img {
    max-width: 96%;
  }
/*============================
#news
============================*/
  #news img {
    width: 100%;
  }
}