html{
    min-height: 100%;
  position: relative;
}
body {
  font-family: 'Avenir', 'Hiragino Sans W2', 'Yu Gothic UI', 'MS UI Gothic', "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
  background-color: #FFFFFF;
  padding-top: 116px;
}
h1 {
  font-weight: normal;
  font-size: 26px;
  margin-top: 13px;
  margin-bottom: 0;
}
#logo-img {
    height:24px;
    width:130px;
}
.navbar {
  border-radius: 0;
  border: none;
  background-color: #fff;
  margin-bottom: 50px;
}

.navbar-nav {
  margin: 0;
}

.news-container, .products-container, .product-container {
  max-width: 798px;
  margin: 0px auto 0;
}

ul.products-ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
ul.products-ul li {
  width: 50%;
  height: 100%;
  float: left;
  display: block;
  padding: 0 8px 18px 5%;
  box-sizing: border-box;
  text-align: center;
}
ul.products-ul li.portrait {
  width: 32%;
}
ul.products-ul li.landscape {
  width: 48%;
}

ul.products-ul li div {
  width: 100%;
}
ul.products-ul li div img {
  max-width: 100%;
  max-height: 400px;
}

.detail-content-image {
	margin: 0;
}
.detail-content-image figcaption{
	text-align: left;
	font-size: 14px;
    margin-top: 2em;
}
.detail-content-image figcaption p {
  text-align: center;
	margin-bottom: 0;
}

.detail-content .content-title {
	font-size: 16px;
	margin-bottom: 14px;
}
.back-btn-content {
    position: absolute;
    width: 100%;
    bottom: 82px;
}
.back-btn-content a {
	color: #333;
}

@media (max-width: 768px) {
  .navbar-toggle {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
  }
  .navbar-brand {
    height: 40px !important;
    margin: 20px 10px 0 !important;
  }
  .navbar .nav li a {
    text-align: right;
  }
  body {
    padding-top: 90px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .centering-image {
    top:0px
  }
  ul.products-ul {
    padding: 0;
  }
  .product-container {
	margin: 6px 15px 0 15px;
  }
  .products-container {
	margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .nav {
    margin: 0;
    display: table;
    width: 100%;
  }
  .navbar .nav li {
    display: table-cell;
    float: none;
    width: 1px;
  }
  .navbar-nav>li>a {
    padding-top: 6px!important;
  }
  .navbar .nav li a {
    display: block;
    text-align: center;
  }
  .centering-image {
    top:30px
  }
  .detail-content-image {
  	margin: 0 12%;
	max-width: initial;
  }
  .product-container {
  	margin-top: 50px;
  }
  .products-container {
	margin-top: 50px;
  }
}

.navbar-brand {
  height: 40px !important;
  float: none !important;
  display: table !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
  padding-bottom: 10px !important;
}

.navbar-brand>img {
  display: inline;
}

.navbar-header {
  float: none !important;
}

a {
  color: #000000;
  padding: 5px 7px;
}

a:hover {
  color: #D7D7D7;
}

ul.transparent li a:hover {
  cursor: pointer;
  background-color: transparent !important;
}

ul.transparent li a span {
  font-size: 13px;
}

.nav-tabs>li, .nav-pills>li {
  float: none;
  display: inline-block;
}

.nav-tabs, .nav-pills {
  text-align: center;
}

#footer {
  margin-top: 20px;
  width: 100%;
  height: 62px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
#footer:before, #footer:after {
  content: "";
  display: table;
  clear: both;
}
.footer-fa-area ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0 0 12px 0;
}
.footer-fa-area ul li {
  display: inline-block;
}
.footer-fa-area ul li a {
  padding: 0 5px;
  color: #333;
}

.access-wrapper {
  max-width: 263px;
  margin: 20px auto 0;
  text-align: center;
}

.news-a {
  margin: 0;
  padding: 0!important;
}

.news-a:hover {
  color: #777;
  background-color: transparent;
}

.modal-content {
  padding: 5px 10px 0;
  border-radius: 0;
}

.modal-body {
  padding: 0;
  margin: 15px;
}

.news-container div {
  margin: 0 8px;
  padding-bottom: 29px;
}

.news-header, .image-header {
  margin: 21px auto 41px;
}

.news-header h1, .image-header h1 {
  font-size: 12px;
}

.news-title {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

.news-title h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

img.img-fluid {
  max-width: 100%;
}

img.size-full {
  width: 100%;
  max-width: 758px;
}

img.size-half {
  width: 50%;
}

article.news-article {
  margin-top: 25px;
  margin-bottom: 50px;
}

article.news-article img {
  max-width: 100%;
}

article.image-article {
  margin-top: 50px;
  margin-bottom: 100px;
}

article.product-article {
  margin-top: 6px;
  margin-bottom: 100px;
}

.modal-dialog {
  width: 14em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -41px 0 0 -98px;
}

.modal-header {
  padding: 5px;
}

.centering-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
}
.products-ul li a {
  padding: 0;
}
figure.product img.figure-img {
  max-width: 550px;
  width: 100%;
}
figure.product img.figure-img.multi {
  cursor: pointer;
}

.shop-content {
  line-height: 1.5;
  vertical-align: sub;
}

.shop-content > p > span {
  vertical-align: sub;
}

.shop-content > p > span.atelier {
  font-size: 16px;
}

.access-wrapper {
  max-width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}