@charset "UTF-8";

/*==========▼▼▼共通▼▼▼==========*/
h2 {
  text-align: center;
  font-size: 20px;
  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: 35px;
  height: 2px;
  background-color: rgb(194,161,68);
}

h2:before {
  left: 30%;
}

h2:after {
  right: 30%;
}

@media screen and (max-width: 600px) {
  
  h2:before {
    left: 16%;
  }
  
  h2:after {
    right: 16%;
  }
}

@media screen and (max-width: 420px) {
  
  h2:before {
    left: 13%;
  }
  
  h2:after {
    right: 13%;
  }
}

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

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

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

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

.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: 10px;
}

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

.cosmetext_black {
  width: 70%;
  margin: 0 auto;
  font-size: 13px;
  padding-bottom: 20px;
  height: 60px;
}

.cosme_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  height: 40px;
  background-color: #F6E7E2;
  margin-bottom: 20px;
  border: solid 1px rgb(194,161,68);
}

.cosme_detail a {
  color: #000000;
  font-size: 13px;
}

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

.fulacream {
  width: 18%;
}

.whitecream {
  width: 29%;
}

.refill img {
  height: 220px;
}

.uv img {
  height: 220px;
}

.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%;
}