@charset "UTF-8";

/*==========▼▼▼店販用化粧品▼▼▼==========*/
.detail_container {
  width: 975px;
  margin: 0 auto;
}

.cosme_align {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_img {
  width: 800px;
  height: 500px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

.detail_img img {
  width: 800px;
  height: 500px;
  object-fit:contain;
}

.detail_name {
  font-size: 30px;
  color: rgb(194,161,68);
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.detail_text {
  text-align: center;
  font-size: 20px;
  color: rgb(194,161,68);
  padding-bottom: 40px;
  line-height: 1.5;
  width: 85%;
  margin: 0 auto;
}

.detail_text p:first-child {
  padding-bottom: 5px;
}

.detail_use {
  background-color: #F6E7E2;
  width: 80%;
  margin: 0 auto;
  padding: 25px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.detail_use a {
  color: #000000;
}

.detail_use a:hover {
  color: rgba(194,161,68);
}

.detail_component {
  width: 80%;
  margin: 0 auto;
  padding: 25px;
  line-height: 1.2;
  border: solid 2px #F6E7E2;
  margin-bottom: 40px;
}

.detail_price {
  width: 80%;
  margin: 0 auto;
  padding: 25px;
  line-height: 1.2;
  border: solid 2px #F6E7E2;
  margin-bottom: 60px;
}

.detail_list {
  width: 300px;
  margin: 0 auto;
  background-color: #F6E7E2;
  border: solid 1px rgb(194,161,68);
  margin-bottom: 30px;
}

.detail_list a {
  display: block;
  color: #000000;
  padding: 20px 0px;
  width: 100%;
  text-align: center;
}

.detail_list a:hover {
  color: rgb(194,161,68);
}

.whitecream img {
  height: 400px;
}

.fulacream img {
  height: 350px;
}

.discount {
  padding-top: 20px;
  font-size: 14px;
}
/*==========▼▼▼フッター▼▼▼==========*/
footer {
  margin-top: 60px;
  border-top: solid 1px rgb(194,161,68);
  height: 190px;
}

.footer_container {
  width: 975px;
  margin: 0 auto;
}

.footer_img {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer_container p {
  text-align: center;
  padding-bottom: 35px;
}

.footer_ul {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_li {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_li:not(:last-child) {
  border-right: solid 1px #000000;
}

.footer_li a {
  color: #000000;
}

.footer_li a:hover {
  color: rgb(194,161,68);
}