@charset "utf-8";

/* ギフトジュエリー
================================================== */

.gift {
    padding: 50px 0;
	background-color: #EEEEEE;
	text-align: center;
}

.gift h2{
	width: 60%;
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
	font-weight:normal;
	margin: 70px auto;
}

.gift h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.gift-text{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: center;
}

.gift-text1{
	font-size: 0.7rem;
    font-weight: 500;
    color: #333;
	margin: 20px 0 10px;
}

.gift-text2{
	font-size: 0.7rem;
    font-weight: 500;
    color: #808080;
	margin-bottom: 10px;
    letter-spacing: 1px;
}

.gift-text3{
	width: 60%;
	margin: 80px auto;
    text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}

.gift-price{
	font-size: 1em;
    font-weight: 500;
    color: #333;
}

.gift-price span{
	font-size: 0.8em;
}

.gift h3{
	position: relative;
    width: 30%;
	font-size: 2em;
	padding: 1em 0.6em;
    color: #fff;
	background: #000;
    margin: 0 auto;
}

.gift h3:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 50px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	width: 0;
	height: 0;
}




/*カテゴリ*/

.cate_box {
	display: flex;
	flex-wrap: wrap;
    padding: 0 0 50px 0;
	margin: 0 auto 10% 0;
	justify-content: center;
	align-items: center;
}

.cate_item {
    margin: 5px;
    width: calc(100% - 75%);
}

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #fff;
  font-weight: bold; 
  font-size: 1.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  }

.example img {
  width: 100%;
  }

.example img:hover {
  opacity:0.7;
  }


/*アイテム陳列*/

.gift ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 50px;
}

.gift li {
  width: 27.5%;
  height: 400px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0 2%;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 5px 7px 7px #d3d3d3;
  border-radius: 5px;
}

.gift ul::before,
.gift ul::after {
  content: "";
  display: block;
  width: 27.5%;
  height: 0;
}
.gift ul:before {
  order:1;
}

.gift img {
  width: 100%;
  margin:10px auto 0; 
}



/* ここから下はスマホ用
================================================== */

@media only screen and (max-width: 799px){

.gift {
    padding: 70px 0;
	background-color: #EBEBEB;
	text-align: center;
}

.gift h2{
	width: 80%;
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
	font-weight:normal;
	margin: 70px auto;
}

.gift h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.gift-text{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: left;
}

.gift-text1{
	font-size: 0.7rem;
    font-weight: 500;
    color: #333;
	margin: 20px 0;
}

.gift-text2{
	font-size: 0.8em;
    font-weight: 500;
    color: #808080;
	margin-bottom: 20px;
    letter-spacing: 0.7px;
}

.gift-text3{
	width: 90%;
	margin: 80px auto;
    text-align: left;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}

.gift-price{
	font-size: 1em;
    font-weight: 500;
    color: #333;
}

.gift-price span{
	font-size: 0.8em;
}

.gift h3{
	position: relative;
    width: 60%;
	font-size: 2em;
	padding: 0.8em 0.5em;
    color: #fff;
	background: #000;
    margin: 0 auto;
}

.gift h3:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 50px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
	width: 0;
	height: 0;
}


/*アイテム陳列*/

.gift ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px auto 0;
  padding-bottom: 50px;
}

.gift li {
  width: calc((90% - 10px) / 2);
  height: 350px;
  list-style: none;
  margin: 0 0 50px;
  padding: 0 2%;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  box-shadow: 5px 7px 7px #d3d3d3;
  border-radius: 5px;
}

.gift ul::before,
.gift ul::after {
  content: "";
  display: block;
  width: 20%;
  height: 0;
}
.gift ul:before {
  order:1;
}

.gift img {
  width: 100%;
  margin-top:10px; 
}
    
.example p {
  font-size: 1.4em;
}

.cate_box {
    padding:22px 5px 50px;
}
    
.cate_item {
	margin: 2px;
    width: 48.5%;
}
}