/*--------------------------------------------------------------
# Inner Menu
--------------------------------------------------------------*/
#inner-menu{
	padding: 0;
	background: #fff;
	min-height: 20px;
	margin: 20px 0 0 0;
	}
.inner-menu .nav-pills .nav-link {
  color: #b7a99a;
  background: #fff;
}
.inner-menu .nav-pills .nav-link.active,
.inner-menu .nav-pills .nav-link:hover{
  color: #fff;
  background: #b7a99a;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b7a99a;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b7a99a;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}
.section-bg {
  background-color: #fafafb;
}
.section-title {
  text-align: center;
  padding: 2em 0;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f5f9fc;
  color: #b7a99a;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  color: #fd38ac;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 70%;
  }
}


.item-cell{
	padding:1em 0;
}
h3{
	margin:3px 0;
}
.price{
	padding:5px 0;
	}

.details{
	padding:5px 0 0 10px;
	line-height:110%;
	font-size:90%;
	}
.detail-kit{
	font-size:90%;
	list-style:disc;
}

.color-white{
	color:#fff;
}

.prof{
border: 1px solid #b7a99a;
border-radius: 5px;
padding:0.5em 0;
}
@media screen and (max-width: 500px) {
.prof .img-responsive{
width: 70%;}
}


.btn{
	color: #fff;
	background-color:#b7a99a;
}
a:hover .btn{
	color: #b7a99a;
	border: 1px solid #b7a99a;
	}
.txt_red{
	color: #ff0000;
	}


table.detail{
	font-size:90%;
	text-align:center;
	border-left: 1px #666 solid;
	border-top: 1px #666 solid;
	margin: 0 atuo;
	}
table.detail td{
	padding:3px;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	}

/* === コンセプト === */
.artis h3{
	padding:3em 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.artis h4{
	padding:1.5em 0;
	font-size: 0.9em;
	line-height: 150%;
	font-weight: normal;
}
.artis .attention{
	border: 1px solid #ff3399;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;
}
.artis .txt_s{
	color: #888888;
	font-size: 0.7em;
	font-style:italic;
	font-weight: normal;
	}

button{
	margin: 1em auto;
}
