@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 30px;
  padding: 50px 0 40px 0;
  color: rgb(194,161,68);
}

h2 {
  position: relative;
  padding: 50px 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 30%;
}

h2:after {
  right: 30%;
}

/*==========▼▼▼化粧品一覧▼▼▼==========*/
.shop_container {
  width: 95%;
  margin: 0 auto;
}

.cosme_align {
  display: flex;
  flex-wrap: wrap;
}

.single_cosme {
  width: 30%;
  border: solid 1px rgb(194,161,68);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 60px;
  margin-right: 32px;
}

.single_cosme:nth-child(3n) {
  margin-right: 0px;
}

.cosme_name {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px 0px;
  text-align: center;
  color: rgb(194,161,68);
  font-weight: bold;
  font-size: 16px;
  height: 35px;
}

.cosme_img {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.cosme_img img {
  width: 100%;
  height: 250px;
  object-fit:contain;
}

.cosme_price {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0px;
  text-align: center;
  font-size: 11px;
}

.cosmetext_gold {
  width: 85%;
  margin: 0 auto;
  font-size: 15px;
  padding-bottom: 20px;
  color: rgb(194,161,68);
  height: 65px;
}

.cosmetext_black {
  width: 85%;
  margin: 0 auto;
  font-size: 14px;
  padding-bottom: 20px;
  height: 80px;
}

.cosme_detail {
  width: 60%;
  margin: 0 auto;
  background-color: #F6E7E2;
  margin-bottom: 20px;
  border: solid 1px rgb(194,161,68);
}

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

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

.fulacream {
  width: 38%;
}

.whitecream {
  width: 45%;
}

.refill img {
  height: 200px;
}

.uv img {
  height: 200px;
}

.b_whitecream {
  width: 150px;
}

.b_fulacream {
  width: 150px;
}


.field_container {
  width: 95%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.field_img {
  width: 90%;
}

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

.footer_container {
  width: 992px;
  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);
}