@charset "UTF-8";
/*--------------------------------------
		header
---------------------------------------*/
header {
  width: 100%;
  background-color: #000;
}
header img {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
header h1 {
  display: none;
}

/*--------------------------------------
		共通
---------------------------------------*/
.container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
h2 {
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 52px;
  font-weight: bold;
}
p {
  font-size: 14px;
}
@media screen and (max-width: 1000px){
  h2 {
    line-height: 28px;
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
}

/*--------------------------------------
		creative
---------------------------------------*/
.creative {
  position: relative;
  margin-top: 100px;
}
.creative p {
  margin-bottom: 15px;
}
.creative p:nth-child(3) {
  margin-top: 90px;
}
.creative img.pc {
  position: absolute;
  top: 200px;
  left: -30px;
  z-index: -1;
}
@media screen and (max-width: 1000px){
  .creative {
    margin-top: 50px;
  }
  .creative p:nth-child(3) {
    margin-top: 0;
  }
}

/*--------------------------------------
		amber
---------------------------------------*/
.amber {
  margin-top: 200px;
}
.amber img {
  width: 80%;
  max-width: 400px;
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  .amber {
    margin-top: 100px;
  }
  .amber img {
    width: 60%;
    margin-top: 0;
  }
}

/*--------------------------------------
		aroma
---------------------------------------*/
.aroma {
  margin-top: 200px;
}
.aroma img {
  width: 80%;
  max-width: 600px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 1000px) {
  .aroma_slick {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .aroma {
    margin-top: 100px;
  }
  .aroma img {
    width: 100%;
    margin-top: 40px;
  }
  .aroma h2 {
    margin-bottom: 6px;
  }
}

/*--------------------------------------
		ferran
---------------------------------------*/
.ferran_bg {
  width: 100%;
  padding: 100px 0;
  background-color: #D14747;
}
.ferran {
  margin-top: 50px;
}
.ferran img {
  width: 80%;
  max-width: 400px;
  margin-bottom: 40px;
}
.ferran p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .ferran_bg {
    margin-top: 80px;
    padding: 10px 0 30px;
  }
}
  
/*--------------------------------------
		tastingnotes
---------------------------------------*/
.tastingnotes {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 50px;
}
.tastingnotes img {
  width: 50%;
  max-width: 500px;
  margin-top: -50px;
  margin-left: -100px;
}
.tastingnotes p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .tastingnotes {
    display: block;
    margin-top: 10px;
  }
  .tastingnotes img {
    width: 80%;
    margin: 0 auto;
  }
}

/*--------------------------------------
		dining
---------------------------------------*/
.diningimage {
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.dining {
  margin-top: 100px;
}
.dining_text_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.dining_text {
  width: 30%;
  margin-bottom: 80px;
}
.detail_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 150px;
}
.detail {
  width: 18%;
  border-right: solid 1px #000;
}
.detail:last-child {
  width: 25%;
  border-right: none;
}
.detail img {
  width: auto;
  height: 40px;
  margin-bottom: 12px;
}
.detail p {
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .diningimage {
    margin-top: 50px;
  }
  .dining {
    margin-top: 60px;
  }
  .dining_text_area {
    display: block;
    margin: 60px auto 80px;
  }
  .dining_text {
    width: 90%;
    margin: 0 auto 40px;
  }
  .dining_text h2 {
    margin-bottom: 10px;
  }
  .detail_area {
    margin-bottom: 80px;
  }
  .detail {
    width: 45%;
    margin-bottom: 40px;
  }
  .detail:nth-child(1), .detail:nth-child(3) {
    border-left: solid 1px #000;
  }
  .detail:last-child {
    width: 80%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  
}

/*--------------------------------------
		footer
---------------------------------------*/
footer {
  width: 100%;
  padding: 10px;
  background-color: #edecec;
  text-align: center;
}
footer .footer_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-size: 14px;
}
footer a img {
  width: 70%;
}
footer .company {
  width: auto;
  text-align: left;
}
footer p {
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  footer {
    padding: 10px 0;
  }
  footer .footer_area {
    display: block;
    font-size: 11px;
  }
  footer a img {
    width: 50%;
    margin: 0 auto;
  }
  footer .company {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}