@charset "utf-8";
/* CSS Document */



#About-us ,#Products ,#Shop , #Company ,#Contact{
  width:100%;
  display:block;
  padding:10% 0;
  margin-top:10%;
  position:relative;
}

#About-us,#Shop,#Contact{
  background-color: #F9F6EF;
}

#Products,#Company{
  background-color: #FEF4EC;
}

#About-us p ,#Products p ,#Shop p , #Company p ,#Contact p{
  padding-bottom:45px;
}


h3{
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  margin-bottom: 45px;
}


.image-left,.image-right{
  position:absolute;
  margin-top:-20%;
  width:35%;
  max-width:32%;
}

.image-left{
  left:0;
}

.image-right{
  right:0;
}

.block-left{
  width:50%;
  margin-right:40%;
  margin-left:10%;
}

.block-right{
  width:50%;
  margin-left:40%;
  margin-right:10%;
}

#mv{
  display:grid;
  place-items: center;
  text-align: center;
  background-image: url(../img/top-img-new.jpg);
  height:calc((var(--vh, 1vh) * 100 ) - 237px);
  background-size:cover;
  background-position: center;
}


.mv-txt{
  display:grid;
  place-items: center;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS PMincho","serif";
  margin:0 1.6rem;
  text-shadow: 0px 0px 4px #502f1c;
}

.mv-txt h2{ 
  color:#fff;
  text-shadow: 0px 0px 1px #502f1c, -1px 1px 4px #502f1c;
  font-size:2.3rem;
}

.shop-top{
  display:block;
  margin:auto;
  font-size:1.8rem;
  min-width:280px;
  padding:16px 24px;
  text-decoration: none;
  color:#fff;
  background: rgba(80,47,28,0.8);
  border:1px solid #eead3d;
  transition: all .3s ease;
}

.shop-top:hover{
  background: rgba(80,47,28,1);
  /* border:1px solid #502f1c; */
}


#News{
  width:100%;
  padding:10% 0;
  text-align: center;
}

.news-list{
  width:70%;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: left;
}

.news-list a{
  display:block;
  text-decoration: none;
  color:#502F1C;
  position:relative;
  border-bottom: 2px solid #D4B9A2;
  padding:10px 0;
  margin-top: 10px;
}

.news-list a:before {
	content: "";                
	width: 100%;                
	height: 1px;                /* 線を表示させるために1pxだけ高さを入れる */
	border-bottom: solid 1px #D4B9A2;
	position: absolute;        
	left: 0px;                 	/* 二重線の下の線の位置を、内側の線の左に揃える */
	bottom: -4px;               /* 二重線の下の線の位置を、内側の線から下にずらす */
}


.news-list dt,dd{
  text-align: left;
  display:inline-block;
  margin-left: 20px;
}

.news-list dt{
  vertical-align: top;
  width:fit-content;
}
.news-list dd{
  width:80%;
}
@media(max-width:1000px){
.news-list dd{
  width:100%;
}
}
.products-list{
  max-width: 1000px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  margin-left:10%;
}

.products-list a{
  display: block;
  width:30%;
  margin: 10px;
  z-index:100;
  overflow: hidden;
  position:relative; 
}

.products-list img{
  width:100%;
  object-fit: cover;
}

.products-info{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 10px);
  background: rgba(200,150,64,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.products-info p{
  text-align:center;
  margin-top: 48%;
  color:#fff;
  opacity: 0;
}


.image-Felicietta{
  max-width:50%;
}

.Felicietta-logo{
  position:absolute;
  top:30%;
  left:12%;
  max-width: 20%;
}

.links{
  display:block;
  color:#fff;
  text-decoration: none;
  background-color: #C89640;
  width:150px;
  padding:20px 100px;
  text-align: center;
  margin: 25px 0;
}

.company-info{
  width:100%;
  display:block;
  text-align: left;
}

.company-info tr{
  display:block;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom:solid 1px #D4B9A2;
}

.company-info th{
  max-width: 100px;
  min-width:80px;
}

.bunner img{
  display:block;
  margin: 1em 0;
}




        /*********タブレットここから*********/

@media screen and (max-width:750px){

  #mv{
     background-position:40% 0;
  }

  .mv-txt h2{
    font-size:1.8rem;
    text-align: left;
    padding: 0 1rem;
  }
  
  .news-list,.block-right,.block-left{
    width:90%;
  }
  
  .news-list{
    padding-bottom: 50px;
  }
  
  .block-right,.block-left{
    margin: 0 auto;
    position:relative;
    z-index:80;
  }
  
  #About-us h2, #About-us h3{
    color:#fff;
    /*margin-left: 8%;*/
    text-shadow:#8C6F55 1px 1px 15px,#502F1C -1px 1px 5px;
  }
  
  #About-us h2, #Products h2{
    margin-top: 25%;
  }
  
  .products-list{
    margin: 0 auto;
    display:block;
  }

  .products-list a{
    width:80%;
    margin:10px auto;
  }

  .products-info{
    margin: 0 auto;
    display:block;
    width: 100%;
  }
  
  
  #Shop h2{
   margin-top: 10%;
  }
  
  
  .Felicietta-logo{
    position:static;
    max-width:32%;
    margin:0 auto;
  }
  
  .links{
    margin: 0 auto;
  }
  
  
  #Shop,#Company,#Contact{
    margin-top: 0;
    text-align: center;
  }
  
    
  #Shop p,#Company li,#Contact p{
   text-align: left;
  } 
  
  #Company .image-right,#Contact .image-left{
    display:none;
  }
  
  .go-shop-contact{
    text-align: center!important;
    padding-top:20px;
    padding-bottom:0!important;
    margin-bottom: 0;
  }
}




        /*********スマホここから*********/

@media screen and (max-width:499px){

  .mv-txt{
    font-size:1.6rem;
  }

  .shop-top{
    min-width:200px;
    }
  
  #About-us ,#Products ,#Shop , #Company ,#Contact{
    padding:15% 0;}
  
  
  h2{
    margin-bottom: 40px;
  }
  
  .image-left,.image-right{
    width:50%;
    max-width:55%;
    opacity: .8;
  }
  
  .products-list a{
    padding:8%;
    margin: 1%;
    justify-content: space-between;
  }
  
  .links{
    width:70%;
    padding:5%;
  }
  
  .bunner img{
    text-align: center;
    width:100%;
  }
  
}