@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){
}

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


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

#aboutWrap h3,
#aboutWrap h2{
  color: #fff;
  font-weight: normal;
}

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

#aboutWrap h2{
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 70px;
}
#aboutWrap p{
  color: #fff;
  margin-bottom: 10px;
}

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

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

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

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

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

#kodawariWrap{
  padding: 100px 20px;
  background-color: #333;
  text-align: center;
}

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

#kodawariWrap > p{
  color: #999;
  margin-bottom: 50px;
}

.kodawariBox{
  display: flex;
  width: calc(100% - 200px);
  margin: 0 auto 50px;
  justify-content: space-between;
  align-items: flex-start;
}

.kodawariBox:last-of-type{
  margin-bottom: 0;
}

.kodawariBox > div{
  width: calc(50% - 20px);
  text-align: left;
}

.kodawariBox > div h3{
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #222;
  padding: 15px;
  margin-bottom: 20px;
}

.kodawariBox > div p{
  color: #fff;
}

.kodawariBox > ul{
  display: flex;
  justify-content: space-between;
  width: 50%;  
}

.kodawariBox > ul li{
  width: 49%;
}

.kodawariBox > ul li img{
  width: 100%;
  margin-bottom: 5px;
}

.kodawariBox > ul li p{
  color: #fff;
  font-family: 'Sawarabi Gothic', sans-serif;
  text-align: justify;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
}

#spaWrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#spaWrap > div:first-of-type{
  width: 50%;
  background-image: url("../img/kodawariImg05.jpg");
  background-size: cover;
  background-position: center center;
}

#spaWrap > div:last-of-type{
  width: 50%;
  background-color: #222;
  padding: 50px;
}

#spaWrap > div:last-of-type h2{
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 10px;  
}

#spaWrap > div:last-of-type h3{
  color: #fff;
  margin-bottom: 5px;
}

#spaWrap > div:last-of-type h3::before{
  content: "-";
  margin-right: 5px;
}

#spaWrap > div:last-of-type p{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-align: justify;
}

#spaWrap > div:last-of-type p:first-of-type{
  color: #999;
  margin-bottom: 20px;
}

#pizzaWrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

#pizzaWrap > div:first-of-type{
  width: 50%;
  background-image: url("../img/kodawariImg06.jpg");
  background-size: cover;
  background-position: center center;
}

#pizzaWrap > div:last-of-type{
  width: 50%;
  background-color: #222;
  padding: 50px;
}

#pizzaWrap > div:last-of-type h2{
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 10px;  
}

#pizzaWrap > div:last-of-type h3{
  color: #fff;
  margin-bottom: 5px;
}

#pizzaWrap > div:last-of-type h3::before{
  content: "-";
  margin-right: 5px;
}

#pizzaWrap > div:last-of-type p{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-align: justify;
}

#pizzaWrap > div:last-of-type p:first-of-type{
  color: #999;
  margin-bottom: 20px;
}

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

#chiffonWrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#chiffonWrap > div:first-of-type{
  width: 50%;
  background-image: url("../img/dolceImg04.jpg");
  background-size: cover;
  background-position: center center;
}

#chiffonWrap > div:last-of-type{
  width: 50%;
  background-color: #f1f1f1;
  padding: 50px;
}

#chiffonWrap > div:last-of-type h2{
  color: #222;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 10px;  
}

#chiffonWrap > div:last-of-type h3{
  color: #222;
  margin-bottom: 5px;
}

#chiffonWrap > div:last-of-type h3::before{
  content: "-";
  margin-right: 5px;
}

#chiffonWrap > div:last-of-type p{
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-bottom: 10px;
  text-align: justify;
}

#chiffonWrap > div:last-of-type p:first-of-type{
  color: #999;
  margin-bottom: 20px;
}

#interiorWrap{
  background-color: #222;
}

#interiorWrap > div:first-of-type{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
}

#interiorWrap > div:first-of-type > div{
  margin-right: 50px;
}

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

#interiorWrap > div > div p{
  color: #999;
}

#interiorWrap > div p{
  color: #fff;
}


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

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

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

@media screen and (max-width: 1200px) {  
  
  #kodawariWrap{
    padding: 100px 20px;
  }
  
  .kodawariBox{
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  
  #aboutWrap{
    padding: 100px 0 100px 20px;
  }
  
  .kodawariBox{
    display: block;
  }
  
  .kodawariBox > div{
    margin-bottom: 30px;
  }
  
  .kodawariBox > div,.kodawariBox > ul{
    width: 100%;
  }
  
  #spaWrap,#pizzaWrap,#chiffonWrap{
    display: block;
  }
  
  #spaWrap > div:first-of-type,
  #pizzaWrap > div:first-of-type,
  #chiffonWrap > div:first-of-type{
    width: 100%;
    height: 400px;
  }
  
  #spaWrap > div:last-of-type,
  #pizzaWrap > div:last-of-type,
  #chiffonWrap > div:last-of-type{
    width: 100%;
  }
  
  #interiorWrap > div:first-of-type > div{
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  #interiorWrap > div:first-of-type{
    display: block;
  }
}

@media screen and (max-width: 800px) {  
  #aboutWrap{
    display: block;
    padding: 100px 20px;
  }
  
  #aboutWrap > div:first-of-type{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  #aboutWrap > div:last-of-type{
    width: 100%;
  }
  
  #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%;
  }
  
}

@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;
  }
}

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