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

/*-------フォンダンショコラ---------*/

.fondant-main {
  background-image: url(../images/pickup/fondant1.jpg);
  background-size: cover;
  position: relative;
  max-width: 1200px;
  height: 520px;
  margin: 0 auto;
  margin-top: 150px;
}
.fondant-area .main-area {
  width: 45%;
  position: absolute;
  right: 2%;
  bottom: 9%;
}
.main-title {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: 'Noto Serif JP',serif;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main-text {
  display: inline-block;
  color: #ffffff;
}
.fondant-main .kazari {
  position: absolute;
  top: 6%;
  right: 0;
  width: 70%;
}
.fondant-kodawari {
  background-image: url(../images/pickup/fondant2.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1200px;
  height: 650px;
  margin: 0 auto;
}
.sub-area {
  background-color: rgba(255, 255, 255, 0.85);
  width: 70%;
  height: 55%;
  padding: 2%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sub-title {
  display: inline-block;
  font-family: 'Noto Serif JP',serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #003066;
  margin-bottom: 20px;
  border-bottom: 1px solid #003066;
  padding-bottom: 5px;
}
.fondant-area .btn-area {
  margin-top: 80px;
}
.btn-area .btn {
  width: 50%;
}

/*-------シュークリーム---------*/


.creampuff-main {
  background-image: url(../images/pickup/creampuff1.jpg);
  background-size: cover;
  background-position: right;
  position: relative;
  max-width: 1200px;
  height: 520px;
  margin: 0 auto;
  margin-top: 150px;
}
.creampuff-area .main-area {
  width: 45%;
  position: absolute;
  left: 4%;
  top: 50%;
}
.creampuff-area .main-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #111111;
  border-bottom: solid 1px #111111;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.creampuff-area .main-text {
  display: inline-block;
  color: #111111;
}
.creampuff-main .kazari {
  position: absolute;
  top: 9%;
  left: 2%;
  width: 70%;
}
.creampuff-kodawari {
  background-image: url(../images/pickup/creampuff2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1200px;
  height: 735px;
  margin: 0 auto;
}
.creampuff-area .sub-area {
  background-color: rgba(255, 255, 255, 0.85);
  width: 70%;
  height: 55%;
  padding: 2%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.creampuff-area .sub-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #003066;
  margin-bottom: 20px;
}
.creampuff-area .btn-area {
  margin-top: 80px;
}
.btns .btn-area .btn {
  width: 100%;
}
.btns {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.online-link::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 31px;
  height: 30px;
  background-image: url(../images/common/cart_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 5px;
  top: 8px;
}
@media screen and (max-width:800px) {
  .btn-area .btn {
    width: 65%;
  }
  .sub-area, .creampuff-area .sub-area {
    width: 75%;
    height: 65%;
  }
}
@media screen and (max-width:710px) {
  .main-title, .sub-title, .creampuff-area .main-title, .creampuff-area .sub-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:600px) {
  .pc-only {
    display: none;
  }
  .fondant-main .kazari {
    right: auto;
    left: 2%;
  }
  .fondant-area .main-area {
    width: 65%;
  }
  .sub-area {
    width: 80%;
    height: 80%;
  }
  .sub-title {
  margin-bottom: 10px;
  }
  .btn-area .btn {
    padding: 10px 15px;
  }
}
@media screen and (max-width:529px) {
  .fondant-kodawari {
    background-image: url(../images/pickup/fondant2-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
  }
  .sub-title {
    font-size: 2rem;
    margin: 10px 0;
  }
  .sub-area {
    width: 85%;
    height: 80%;
  }
  .creampuff-kodawari {
    background-image: url(../images/pickup/creampuff2-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 700px;
  }
  .creampuff-area .sub-area {
    width: 85%;
    height: 80%;
  }
  .creampuff-area .sub-title {
    font-size: 2rem;
    margin: 10px 0;
  }
}
@media screen and (max-width:479px) {
  .fondant-main {
    background-image: url(../images/pickup/fondant1-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }
  .fondant-main .kazari {
    top: 2%;
    width: 80%;
  }
  .fondant-area .main-area {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 400px;
  }
  .main-title {
    font-size: 2.5rem;
    position: absolute;
    top: 10%;
    left: 5%;
    border: none;
    z-index: 10;
  }
  .main-text {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 80%;
  }
  .creampuff-main {
    background-image: url(../images/pickup/creampuff1-sp.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    margin-top: 150px;
  }
  .creampuff-area .main-area {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 450px;
  }
  .creampuff-area .main-title {
    font-size: 2.5rem;
    position: absolute;
    top: 10%;
    right: 5%;
    left: auto;
    border: none;
  }
  .creampuff-main .kazari {
    width: 80%;
    left: auto;
    right: 2%;
    top: 3%;
  }
  .creampuff-area .main-text {
    right: auto;
    left: 2%;
  }

  .btn-area .btn, .btns .btn-area .btn {
    width: 80%;
    font-size: 1.7rem;
  }
  .creampuff-area .sub-area {
    width: 85%;
    height: 85%;
  }
}
