@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/
#headWrap{
  width: 100%;
  height: 400px;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headWrap div{
  text-align: center;
}

#headWrap div h2{
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 10px;
}

#headWrap div p{
  color: #fff;
}

@media screen and (max-width: 600px){
}

/*==============================
メイン
==============================*/

#sweetsWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 100px 100px;
  background-color: #e1e1e1;
}

#sweetsWrap h3,
#sweetsWrap h2{
  color: #222;
  font-weight: normal;
}

#sweetsWrap h3{
  color: #999;
  margin-bottom: 20px;
}

#sweetsWrap h2{
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}
#sweetsWrap p{
  color: #222;
  margin-bottom: 10px;
}

#sweetsWrap > div:first-of-type img{
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

#sweetsWrap > div:first-of-type{
  width: 40%;
  margin-right: 50px;
}

#sweetsWrap > div:last-of-type{
  position: relative;
  width: calc(60% - 50px);
  max-width: 1100px;
}

#sweetsWrap > div:last-of-type img:nth-of-type(1){
  width: 100%;
}

#sweetsWrap > div:last-of-type img:nth-of-type(2){
  display: inline-block;
  vertical-align: top;
  top: -40px;
  left: 100px;
  position: relative;
  width: 35%;
}

#sweetsWrap > div:last-of-type img:nth-of-type(3){
  display: inline-block;
  vertical-align: top;
  top: -70px;
  left: 150px;
  position: relative;
  width: 35%;
}

#dolceWrap{
  background-color: #e1e1e1;
  padding-bottom: 100px;
}

#dolceWrap > div{
  display: flex;
  width: calc(100% - 200px);
  margin: 0 auto;
  align-items: center;
  background-color: #fff;
  padding: 50px;
}

#dolceWrap > div img{
  width: 50%;
  margin-right: 50px;
}

#dolceWrap > div > div h2{
  color: #222;
  font-size: 50px;
  line-height: 70px;
  font-weight: normal;
  margin-bottom: 10px;
}

#dolceWrap > div > div table{
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}

#dolceWrap > div > div table td{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#sweetsmenuWrap{
  background-color: #f1f1f1;
  padding: 100px 20px;
}

.menutitleBox{
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.menutitleBox h2{
  color: #222;
  font-size: 50px;
  margin-right: 20px;
  font-weight: normal;
}

.menutitleBox p{
  color: #999;
}

.menupopList{
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.menupopList li{
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 30px;
}

.menupopList li:nth-of-type(4n){
  margin-right: 0;
}

.menupopList li img{
  width: 100%;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {  
  .menutitleBox,.menupopList,.menuList{
    width: 100%;
  } 
}

@media screen and (max-width: 1000px) {
  #dolceWrap > div{
    display: block;
  }
  
  #dolceWrap > div img{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 800px) {  
  
  #sweetsWrap{
    display: block;
    padding: 100px 20px;
  }
  
  #sweetsWrap > div:first-of-type{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  #sweetsWrap > div:last-of-type{
    width: 100%;
  }
  #dolceWrap{
    padding: 0 20px 100px;
  }
  #dolceWrap > div{
    width: 100%;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 600px){
  
  #sweetsWrap > div:last-of-type img:nth-of-type(2){
    left: 50px;
  }
  
  #sweetsWrap > div:last-of-type img:nth-of-type(3){
    left: 100px;
  }
  
  .menutitleBox{
    display: block;
  }
  
  .menutitleBox h2{
    margin-bottom: 10px;
  }
  
  .menupopList li{
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 414px){
}