@charset "utf-8";
/* CSS Document */
h2 {
  text-align: center;
  margin-top: 120px;
  font-weight: 400;
  font-size: 3.0rem;
}
h3 {
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Work Sans';
  font-weight: 400;
  color: #583C27;
  margin: 10px 0 20px;
}
h4 {
  text-align: center;
  font-weight: 400;
  margin: 0px auto 40px;
  position: relative;
}
.head_image {
  width: 320px;
  height: auto;
  display: block;
  margin: auto;
}
h5 {
  width: 335px;
  height: auto;
  margin: -24px auto 30px;
  padding-left: 30px;
  font-family: 'Train One';
  font-size: 1.6rem;
  color: #F198A5;
  font-weight: 400;
}
h5 span {
  font-size: 2.8rem;
}
h6 {
  font-size: 1.4rem;
  font-weight: 500;
  width: 330px;
  text-align: center;
  margin: -10px auto 15px;
}
.order_button {
  height: 60px;
  display: block;
  margin: 30px auto 5px;
}
.howtoorder_top {
  margin: 0 auto 120px;
}
.howtoorder_top p {
  line-height: 1.8rem;
  margin: 40px auto 0px;
  width: 280px;
  text-align: center;
}
.step1 {
  width: 300px;
  height: 220px;
  margin: 50px auto 20px;
}
.step_image {
  width: 435px;
  margin: 0px auto 0;
  display: block;
}
.step_image1 {
  height: 90px;
  width: auto;
  display: block;
  margin: auto;
}
.step1 p {
  width: 260px;
  line-height: 15px;
  font-size: 1.2rem;
  margin: 30px auto;
}
.step1 a {
  text-decoration: underline;
}
.fontsize-10 {
  font-size: 1.0rem;
}
.step1_line {
  width: 3px;
  height: 50px;
  margin: 220px auto 0px;
  display: block;
}
.step2 {
  width: 300px;
  height: 220px;
  margin: -20px auto 20px;
}
.step_image2 {
  height: 90px;
  width: auto;
  display: block;
  margin: auto;
}
.step2 p {
  width: 260px;
  line-height: 15px;
  font-size: 1.2rem;
  margin: 30px auto;
}
.step2_line {
  width: 3px;
  height: 50px;
  margin: 180px auto 45px;
  display: block;
}
.step3 {
  width: 300px;
  height: 220px;
  margin: -75px auto 20px;
}
.step_image3 {
  height: 90px;
  width: auto;
  display: block;
  margin: auto;
}
.step3 p {
  width: 264px;
  line-height: 15px;
  font-size: 1.2rem;
  margin: 30px auto;
}
.step3_line {
  width: 3px;
  height: 50px;
  margin: 190px auto 30px;
  display: block;
}
.about_delivery {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.pink {
  color: #F06E81;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.0rem;
  display: block;
  margin: auto;
}
.about_appoint {
  width: 320px;
  display: block;
  margin: 10px 80px 32px;
}
.delivery_appoint {
  width: 350px;
  height: 40px;
  background-color: #F9F9DB;
  line-height: 40px;
  font-size: 1.4rem;
  display: block;
  margin: 0 auto 20px;
}
/*アコーディオン*/
.nav_accordion {
  display: none;
}
.nav-open {
  padding: 5px;
  color: #583C27;
  font-size: 1.0rem;
  background: #FFF;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.nav-open::before { /* 閉じている時 */
  content: "+";
  color: #583C27;
  position: absolute;
  right: 120px;
  font-weight: 500;
  font-size: 1.4rem;
}
.nav-open.active::before { /* 開いている時 */
  content: "-";
  color: #583C27;
  font-size: 1.4rem;
}
/*アコーディオンここまで*/
.nav_accordion ul {
  width: 280px;
  font-size: 1.0rem;
  line-height: 15px;
  margin: 0px auto;
  text-align: left;
}
.click {
  color: #FFF;
  background-color: #F06E81;
}
.order_step {
  margnin: 0px auto 120px;
}
.price h5 {
  font-family: 'Zen Maru Gothic';
  color: #82CBC8;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.0rem;
  font-weight: 500;
  margin-top: 20px;
}
.price h6 {
  font-size: 2.0rem;
  font-weight: 500;
  height: 70px;
  line-height: 95px;
  text-align: left;
  display: block;
  margin: 0 auto;
}
.price h6 span {
  font-size: 0.8rem;
}
.set_image {
  width: 300px;
  height: auto;
  display: block;
  margin: 40px auto 20px;
}
.price {
  margin-bottom: 120px;
}
.price p {
  width: 330px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.price_attention {
  text-align: center;
  margin: 20px auto 40px;
}
.howtoorder_wrapper {
  margin-bottom: 80px;
}
.howtoorder_wrapper_reverse {
  margin-bottom: 80px;
}
.cookie_main img {
  height: 450px;
}
.price_list {
  margin-bottom: 50px;
}
.price_list {
  margin-bottom: 120px;
}
.price_list span{
  text-decoration: underline;
}
.go_orderform {
  width: 300px;
  margin: 30px auto;
  display: block;
  height: 80px;
  position: relative;
}
.orderform_button {
  height: 50px;
  width: auto;
  display: block;
  margin: 20px auto 120px;
  position: relative;
}
.cookie_flower {
  height: 50px;
  position: absolute;
  top: -5px;
  left: 210px;
}
@media(min-width:768px) {
  h4 {
    font-size: 1.8rem;
  }
  .head_image {
    width: 400px;
  }
  .howtoorder_top p {
    font-size: 1.4rem;
    width: 500px;
  }
  .atep1 p, .step2 p, .step3 p {
    font-size: 1.4rem;
  }
  .nav-open::before {
    content: "+";
    color: #583C27;
    position: absolute;
    right: 280px;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .go_orderform {
    position: relative;
  }
  .orderform_button {
    height: 60px;
    width: auto;
    display: block;
    margin: 20px auto 120px;
    position: relative;
  }
  .cookie_flower {
    height: 50px;
    position: absolute;
    top: -5px;
    left: 230px;
  }
  .price p {
    font-size: 1.4rem;
  }
  .howtoorder_wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 40px;
    /* margin-bottom: 100px; */
    margin: 0 auto 60px;
    width: 640px;
    align-items: center;
  }
  .howtoorder_wrapper_reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-content: center;
    gap: 40px;
    margin: 0 auto 60px;
    width: 640px;
    align-items: center;
  }
  .delivery_appoint {
    font-size: 1.8rem;
  }
}
@media(min-width:1024px) {
  h2 {
    margin-top: 200px;
    font-size: 4.4rem;
  }
  h3 {
    font-size: 1.6rem;
    margin: 20px 0 60px;
  }
  h4 {
    font-size: 2.2rem;
    width: 430px;
    height: 65px;
    background-position: center;
    line-height: 65px;
    margin-bottom: 120px;
  }
  .more_big img {
    height: 115px;
    margin-top: -10px;
  }
  h5 {
    width: 600px;
    height: auto;
  }
  .head_image {
    width: 830px;
    display: block;
    margin: 0px auto 80px;
  }
  .about_top p {
    font-size: 1.6rem;
    letter-spacing: 4px;
    line-height: 3.0rem;
    margin-bottom: 90px;
  }
  .howtoorder_top {
    margin-bottom: 200px;
  }
  .howtoorder_top p {
    font-size: 2.4rem;
    letter-spacing: 4px;
    line-height: 4.8rem;
    margin: -20px auto 40px;
    width: 1040px;
    text-align: center;
  }
  h5 {
    font-size: 2.4rem;
  }
  h5 span {
    font-size: 3.0em;
  }
  .order_step {
    max-width: 1000px;
    margin: 0 auto 200px;
  }
  h6 {
    font-size: 2.4rem;
  }
  .order_step_image {
    width: 145px;
  }
  .step1 {
    width: 560px;
    height: auto;
    left: 0px;
    margin: 80px 0px 0px;
  }
  .step_image1 {
    height: 140px;
    width: auto;
  }
  .order_button {
    height: 100px;
  }
  .step1 p {
    width: 435px;
    line-height: 30px;
    font-size: 1.8rem;
    margin: 40px auto 0px;
  }
  .fontsize-10 {
    font-size: 1.2rem;
  }
  .step1_line {
    width: 4px;
    height: 150px;
    transform: rotate(-50deg);
    margin: 20px 0px -110px 520px;
  }
  .step2 {
    width: 560px;
    height: auto;
    margin: 0px;
    margin: 0px 0px 0px 590px;
  }
  .step_image2 {
    height: 180px;
    width: auto;
  }
  .step2 p {
    width: 445px;
    line-height: 30px;
    font-size: 1.8rem;
    margin: 40px auto 10px;
  }
  .step2_line {
    width: 4px;
    height: 150px;
    transform: rotate(50deg);
    margin: 20px 0px -110px 520px;
  }
  .step3 {
    width: 560px;
    height: auto;
    left: 0px;
    margin: 20px 0px 0px;
  }
  .step_image3 {
    height: 140px;
    width: auto;
  }
  .step3 p {
    width: 408px;
    line-height: 30px;
    font-size: 1.8rem;
    margin: 40px auto 0px;
  }
  .step3_line {
    width: 4px;
    height: 150px;
    margin-left: 309px;
    transform: rotate(-35deg);
    margin-top: 30px;
  }
.delivery_appoint {
  height: 95px;
  background-color: #F3F2B7;
  font-size: 2.4rem;
  line-height: 95px;
  text-align: center;
  width: 350px;
}
.fontsize_30 {
  font-size: 3.0rem;
  color: #F06E81;
}
.pink {
  margin-top: 30px;
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.check {
  font-size: 2.0rem;
}
.nav-open::before { /* 閉じている時 */
  content: "+";
  right: 350px;
  font-weight: 500;
  font-size: 2.0rem;
}
.nav-open.active::before { /* 開いている時 */
  content: "-";
  font-size: 2.0rem;
}
.nav_accordion ul {
  width: 1000px;
  font-size: 1.6rem;
  line-height: 25px;
  margin: 0px auto;
}
.nav_accordion ul li {
  margin: 10px auto;
}
.delivery_appoint {
  width: 900px;
  height: 80px;
  background-color: #F9F9DB;
  line-height: 80px;
  font-size: 2.8rem;
  display: block;
  margin: 0 auto 20px;
}
.orderform_button {
  height: 80px;
  width: auto;
  display: block;
  margin: 20px auto 120px;
  position: relative;
}
.cookie_flower {
  height: 50px;
  position: absolute;
  top: -5px;
  left: 230px;
}
.price {
  margin: 0 auto 120px;
}
.price h5 {
  font-size: 2.0rem;
  width: 865px;
  margin-bottom: 100px;
  text-align: center;
}
.price {
  max-width: 1000px;
  margin: 0 auto 200px;
}
.price h4 {
  margin-bottom: 60px;
}
.howtoorder_wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 40px;
  margin-bottom: 100px;
}
.howtoorder_wrapper_reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.set_image {
  width: 475px;
}
.cookie_main img {
  height: 600px;
}
.price_attention {
  font-size: 1.4rem;
  margin: 0px auto 100px;
  line-height: 2.8rem;
}
.price_attention a {
  text-decoration: underline;
}
.price h6 {
  font-size: 2.6rem;
  width: 485px;
  height: 110px;
  line-height: 150px;
  font-weight: 500;
}
.price h6 span {
  font-size: 2.0rem;
}
.price p {
  width: 400px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  /* margin: auto; */
  margin: 0px;
}
.price_list {
  margin-bottom: 200px;
}
.price_list h4 {
  margin-bottom: 60px;
}
/*オーダーボタン*/
.go_orderform {
  display: block;
  margin: 80px auto;
  width: 500px;
  height: auto;
}
.cookie_flower {
  height: 60px;
  position: absolute;
  top: 0px;
  left: 360px;
}
}