@charset "utf-8";




.insta_p {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 170%;
  text-align: justify;
  padding: 0 30px;
}

@media (max-width: 767px) {

  .insta_p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 155%;
    text-align: justify;
    padding: 0 25px;
  }


}



.bold_2 {
  font-weight: bold;
  font-size: 32px;
  margin-top: 5px
}

@media (max-width: 767px) {
  .bold_2 {
    font-weight: 600;
    font-size: 25px;
    margin-top: 5px
  }


}


/*点線*/

.border {
  border: dashed 1px #97192A;
  margin-bottom: 30px;
}




/*途中テキストセンターフォント大*/

.center_textp {
  font-size: 23px;
  text-align: center;
  padding: 20px;
  letter-spacing: normal;
  line-height: 160%;

}


@media (max-width: 767px) {

  .center_textp {
    font-size: 19px;
    text-align: left;
    padding: 20px;
    letter-spacing: normal;
    line-height: 150%;
  }
}


/*看板下　枠色*/

.starter-template-x {

  text-align: center;
  width: auto;
  margin-bottom: 50px;
  padding: 20px 10px;
  background-color: #9a3724;

}

.lead h3 {
  font-size: 30px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  color: #fff;
}




@media (max-width: 767px) {
  .starter-template-x {

    text-align: left;
    width: auto;
    margin-bottom: 50px;
    padding: 10px 10px;
    background-color: #9a3724;

  }

  .lead h3 {
    font-size: 20px;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    color: #fff;
  }


}






.container h1 {
  font-size: 100px;
  text-align: center;
  text-shadow: 1px 1px 0 #ffffff,
    1px 1px 0 #ffffff,
    1px -1px 0 #ffffff,
    1px -1px 0 #ffffff;
  margin: 0 0;
  padding-top: 40px;
  margin-bottom: 0px;
}


.container h2 {
  font-size: 30px;
  text-align: center;
  /* text-shadow: 0px 0px 0 #ffffff,
    0px 0px 0 #ffffff,
    0px -0px 0 #ffffff,
    0px -0px 0 #ffffff;*/
  margin-bottom: 10px;


}

@media (max-width: 979px) {

  .container h1 {
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000,
      1px 1px 0 #000000,
      1px -1px 0 #000000,
      1px -1px 0 #000000;
    margin: 0 0;
    margin-top: 7px;
    margin-bottom: 0px;
  }


  .container h2 {
    font-size: 30px;
    text-align: center;
    /* text-shadow: 0px 0px 0 #000000,
      0px 0px 0 #000000,
      0px -0px 0 #000000,
      0px -0px 0 #000000;*/
    margin-bottom: 10px;
  }



}


#iframe_search {
  border: 0 none;
  height: 40px;
  right: 0;
  margin: 0;
  position: fixed;
  bottom: 0px;
  width: 360px;
  z-index: 1000;
}

/* ��ʃT�C�Y��767px�ȉ��̏ꍇ�ǂݍ��� */
@media (max-width: 767px) {
  .jumbotron {
    background: url("img/20190106sale_top.jpg") center no-repeat;
    background-size: cover;
    height: 20px;
  }

  .title_logo {
    position: relative;
  }

  .title_logo img {
    position: absolute;
    top: 40px;
    width: 200px;
  }

  .col-xs-6 {
    padding: 0 5px 0 5px;
  }

  div.col-xs-padding {
    width: 49%;
  }
}


.wrapper {
  width: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}



.container .jumbotron,
.container-fluid .jumbotron {
  padding: 0;
}

.no-gutter>[class*='col-'] {}


.side-corner-tag {
  position: relative;
  color: #fff;
  display: inline-block;
  overflow: hidden;
}

.side-corner-tag p span {
  position: absolute;
  display: inline-block;
  right: -65px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-transform: uppercase;
  top: 12px;
  background: #d93131;
  width: 200px;
  padding: 3px 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  font-size: 1.2rem;
}

.side-corner-tag p:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -17px;
  right: 69px;
  z-index: -1;
  border: 17px solid;
  border-color: transparent transparent #662121 transparent;
}

.side-corner-tag p:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 74px;
  z-index: -1;
  right: -10px;
  border: 17px solid;
  border-color: #662121 transparent transparent transparent;
}

.starter-template {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 25px;
  margin: 0 auto;
}


/*���C���ݒ�*/

.line-p {
  overflow: hidden;
  text-align: center;
  padding: 30px 0 30px 0;
}



.line-p span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  text-align: center;
}

.line-p span:before,
.line-p span:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}

.line-p span:before {
  right: 100%;
}

.line-p span:after {
  left: 100%;
}



.teacher {
  margin-bottom: 60px;
  line-height: 27px;
  text-align: left;
}


.teacher h9 {
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;

}

.teacher h8 {
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  line-height: 28px;
  color: #fb807a;
  margin-bottom: 10px;

}

.teacher h7 {
  margin-top: 20px;
  font-size: 20px;
  text-align: right;
  font-weight: 700;
  line-height: 28px;
  color: #666666;

}

.teacher h6 {
  font-size: 30px;
  text-align: right;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;

}

.teacher h5 {
  margin-top: -50px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}

.teacher h4 {
  margin-top: 70px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 70px;
  color: #ffffff;
}

.teacher h3 {
  margin-top: 20px;
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  line-height: 28px;
}

.teacher_k3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin-left: 30px;
  text-align: left;
  font-weight: 700;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
}




.teacher h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 28px;
  color: #fb807a;
}


.teacher p {
  font-size: 16px;
  text-align: center;
}


.teacher__p {
  font-size: 16px;
  text-align: left;
  line-height: 1.7em;
  margin-left: 30px;
  margin-right: 30px;

}


.lineunder_textp {
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  line-height: 190%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt"1;
}

.pc_margin {
  margin-left: 14px;
}



.top_textp {
  font-size: 22px;
  text-align: center;
  padding: 0px;
}





@media (max-width: 979px) {
  .teacher {
    line-height: 27px;
    font-size: 16px;
    text-align: left;
  }


  .teacher h9 {
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;

  }

  .teacher h8 {
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    line-height: 28px;
    color: #fb807a;
    margin-bottom: 10px;

  }

  .teacher h7 {
    font-size: 20px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    color: #666666;

  }

  .teacher h6 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;

  }

  .teacher h5 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
  }

  .teacher h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
  }

  .teacher h3 {
    font-size: 20px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    color: #333;
  }

  .teacher h2 {
    font-size: 20px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    color: #fb807a;
  }

  .teacher p {
    font-size: 16px;
    text-align: left;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 15px;
  }




}

.p-line-height {
  line-height: 1.7em;
  font-size: 1.2em;
  padding: 30px
}

/*�i�r*/
#nav {
  list-style: none;
}

#nav li {
  width: 260px;
  text-align: center;
  background-color: #7ac2e3;
  display: inline-block;
  margin: 2px;

}

#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: medium;
}


.pink {

  color: #fb807a;
  font-weight: bold;
}



.p-top-goods__ttl {
  text-align: center;
  margin-bottom: 35px;
}

.p-top-goods__ttl img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

@media print,
screen and (min-width: 960px) {
  .p-top-goods__ttl img {
    max-height: 400px;
    vertical-align: bottom;
  }
}

.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* �g�i�Z�[���p�j
===================*/



.box29 {
  margin: 2em 0;
  background: #ffffff;
}

.box29 .box-title {
  font-size: 2.3em;
  background: #048E27;
  padding: 32px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box29 p {
  padding: 15px 20px;
  margin: 0;
}



/* ����p
===================*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*�����ɒ���CSS�L�q*/

body {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  background: #ffffff;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .box_topdown {
    margin-top: 30px;
  }

  .box_topdown_contents {
    margin-top: 10px;
  }


  .teacher_k3 {

    font-size: 25px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
  }

  .lineunder_textp {
    font-size: 16px;
    text-align: left;
    padding: 20px;
  }

  .pc_margin {
    margin: 0px;
  }



}

a {
  color: #333333;
}

.line_h2 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
}

.line_h4 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 8px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.row_bottom {
  margin-bottom: 30px;
}

.col-sm-3 .moji_c {
  margin-bottom: 30px;
}

.jumbo_bg1 {
  background: #800000;
}

.fontcolor_fff {
  color: #ffffff;
}

.container_img img {
  margin-bottom: 20px;
}

.btn-godi {
  background-color: #b9943a;
  border-color: #b9943a;
  color: #fff;
  font-weight: bold;
  font-family: Helvetica, "��S�V�b�N", "Yu Gothic", sans-serif;
}

.btn-warning {
  font-weight: bold;
  font-family: Helvetica, "��S�V�b�N", "Yu Gothic", sans-serif;
}

.table_center {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width : 320px) {
  .pc_h {
    display: none;
  }

  .smp_h {
    display: inline;
  }



}

@media only screen and (min-width : 320px) {
  .pc_h {
    display: none;
  }

  .smp_h {
    display: inline;
  }
}

@media only screen and (min-width : 992px) {
  .pc_h {
    display: inline;
  }

  .smp_h {
    display: none;
  }
}

@media only screen and (min-width : 1200px) {
  .pc_h {
    display: inline;
  }

  .smp_h {
    display: none;
  }
}

.smp_h1 {
  display: inline;
}

.smp_h1 {
  display: none;
}

.smp_h1 {
  display: none;
}





/*下に隙間を作る*/

.bottom_blank {
  margin-bottom: 20px;
}


/*写真を丸に*/
.img-circle {
  border-radius: 50%;
}


/*写真を角丸に*/
.kadomaru {
  border-radius: 10px;
}





/*******************************************************/


/*** 看板箇所 ***/

/** リードtop **/
.block_ttlqanda {
  display: table;
  height: 200px;
  width: 100%;
  position: relative;
  background: url('https://image.rakuten.co.jp/mamapan/cabinet/tokusyupage/reika/froz_bgi1200.jpg') no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin-bottom: 50px;
}



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


  /** リード文 **/
  .block_ttlqanda {
    display: table;
    height: 300px;
    width: 100%;
    position: relative;
    background: url('https://image.rakuten.co.jp/mamapan/cabinet/tokusyupage/reika/froz_bgi1200.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  }



}


/*** 看板箇所 ***/


/** NEW **/
.block_ttlnew {
  display: table;
  height: 270px;
  width: 100%;
  position: relative;
  background: url('img/bgi_pumpkin.jpg') no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}


/** パン **/
.block_ttlpan {
  display: table;
  height: 240px;
  width: 100%;
  position: relative;
  background: url('img/bgi_sweetpotato.jpg') no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

/** お菓子 **/
.block_ttlokashi {
  display: table;
  height: 240px;
  width: 100%;
  position: relative;
  background: url('img/bgi_marron.jpg') repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

/** アイテム **/
.block_ttlitem {
  display: table;
  height: 240px;
  width: 100%;
  position: relative;
  background: url('img/bgi_apple.jpg') repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}



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




  /** NEW **/
  .block_ttlnew {
    display: table;
    height: 180px;
    width: 100%;
    position: relative;
    background: url('img/bgi_pumpkin.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  }

  /** パン **/
  .block_ttlpan {
    display: table;
    height: 160px;
    width: 100%;
    position: relative;
    background: url('img/bgi_sweetpotato.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  }


  /** お菓子 **/
  .block_ttlokashi {
    display: table;
    height: 160px;
    width: 100%;
    position: relative;
    background: url('img/bgi_marron.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  }


  /** アイテム **/
  .block_ttlitem {
    display: table;
    height: 160px;
    width: 100%;
    position: relative;
    background: url('img/bgi_apple.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  }


}





/*kanren*/

.kanren h3 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: normal;
  color: rgb(34, 34, 34);
  font-weight: bold;
}


@media (max-width: 767px) {

  .kanren h3 {
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    letter-spacing: normal;
    margin-top: 10px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-weight: bold;
  }
}


/*recipe*/

.recipe {
  line-height: 27px;
  font-size: 16px;
  text-align: left;
  text-align: justify
}

.recipe p {
  margin-top: 10px;
  line-height: 36px;
  font-size: 20px;
}



.recipe h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1.0rem;
  margin: 20px 0px 15px 0px;
}

.recipe h4 {
  /*padding-bottom: 30px;*/
  margin-top: 10px;
  line-height: 150%;
  letter-spacing: normal;
  text-align: justify;
}


.recipe h5 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 500;
}



@media (max-width: 767px) {

  .recipe p {
    margin-top: 10px;
    line-height: 18px;
    font-size: 13px;
  }


  .recipe h3 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: normal;
    margin-top: 10px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-align: center;
  }

  .recipe h4 {
    display: none;
  }

  .recipe h5 {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
  }


}



.sum_center {
  text-align: center;
}



.test_1 {
  font-weight: bold;
  font-size: 40px;
  margin-top: 5px
}


.bold {
  font-weight: bold;
  font-size: 22px
}


.red {
  color: #97192A;

}

.white {
  color: #FFF;

}



/*----------最初の見出し----------*/


.section-sub-ttl__jpn {
  margin-top: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #b22222;
  text-align: center;
  display: block;
  font-size: 3.0rem;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
  font-variation-settings: "wdth"100;
  font-weight: 900;
  margin: 25px auto 25px;
  letter-spacing: 1px;
}

.section-sub-ttl__engsmall {
  /*font-family: serif;*/
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b22222;
  letter-spacing: 0.4em;
  text-align: center;
  padding: 20px;

}



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

  .section-sub-ttl__jpn {
    margin-top: 60px;
    font-size: 2.5rem;
    color: #b22222;
    letter-spacing: 2.5px;
    text-align: center;
  }

  .section-sub-ttl__engsmall {
    font-size: 1.0rem;
    font-weight: bold;
    color: #b22222;
    letter-spacing: 0.4em;
    text-align: center;
  }


}






/*----------商品・レシピまわり文字----------*/
.recipe_text {
  margin: 10px 0px 15px 0px;
}

@media screen and (max-width: 640px) {
  .recipe_text {
    /*margin: 35px 0px 10px 0px;*/
  }
}

.recipe_text h3 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.recipe_text h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px auto;
}

.recipe_common-txt {
  margin-bottom: 10px;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .recipe_common-txt {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.9;
  }
}

.item_common-ttl01 {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 10px auto;
}

.item_common-txt {
  font-size: 1.0rem;
  font-weight: 500;
  margin: 20px 0px 15px 0px;
  letter-spacing: 0.05em;
  line-height: 190%;
  font-family: "Roboto", sans-serif;
}

.item_common-ttl02 {
  margin: 0 auto 10px;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .item_common-ttl01 {
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 5px;
  }

  .item_common-txt {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.9;
  }
}

.item_lnk {
  border-bottom: #999 1px dotted;
  margin: 0;
  padding: 5px 0;
}

.item_lnk a {
  text-decoration: underline;
}

.item_lnk_ttl {
  display: inline-block;
  font-size: 19px;
  border-bottom: #db88b4 2px dashed;
  margin-bottom: 5px;
  font-weight: bold;
}



/*----------リンクボタン（刺繍風）----------*/
a.btn_04 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 2px dashed #b22222;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #b22222;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
  border-radius: 35px;
}

a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #b22222;
  border-right: 2px solid #b22222;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

a.btn_04:hover {
  background: #fceaea;
  color: #b22222;
  border-color: #b22222;
}

a.btn_04:hover:before {
  border-top: 2px solid #800000;
  border-right: 2px solid #800000;
}

/* スマホ対応（必要な部分のみ） */
@media screen and (max-width: 768px) {
  a.btn_04 {
    font-size: 14px;
    padding: 0 20px 0 35px;
  }
}



/*============================================*/
/*SNS */
/*============================================*/
.sns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sns-box00 {
  display: block;
  width: 20%;
  text-align: left;
  border-right: solid 1px #333;
}

.sns-box01 {
  display: inline-block;
  width: 15%;
  padding: 10px;
  text-align: center;
}

.sns img {
  width: 40%;
}

.sns h2 {
  margin: 20px 0px;
  text-align: center;
}

.sns h2::before {
  content: none;
}

.sns h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  text-shadow: none;
  margin-bottom: 20px;
}

/* 文字設定 */
.container h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
}

.container h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  text-shadow: none;
  /*margin: 40px 0px 30px 0px;*/
}


@media screen and (max-width: 640px) {
  .sns img {
    width: 80%;
  }

  .sns h2 {
    margin: 10px 0px;
  }

  .sns-box00 {
    width: 25%;
  }

  .sns-box01 {
    width: 18%;
  }

  .sns h4 {
    font-size: 11px;
  }
}


/* 背景色 */
.lead-bg00 {
  background-color: #f3f3f3;
  padding: 30px 0px;
}

@media screen and (max-width: 640px) {
  .container h1 {
    font-size: 24px;
  }

  .container h2 {
    font-size: 20px;
  }
}

.container p {
  margin: 0px 0px;
}

.explanation {
  font-size: 17px;
  /*  padding-top: 20px; */
  text-align: center;
}

@media screen and (max-width: 640px) {
  .explanation {
    font-size: 14px;
    text-align: left;
  }
}

/***↓ここからついかCSS****/

/* ===== レシピタイトル===== */

.recipe_text h2 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  text-align: left;
  line-height: 1.3em;
  margin-bottom: 0px;
}

/* ===== Harvest Festival Section ===== */
.harvestfest {
  background: #f8f3e9;
  /* ベージュ */
  padding: 2rem;
  text-align: center;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
}

.hf-title {
  color: #b22222;
  /* 赤 */
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.hf-text {
  color: #333;
  /* 赤 */
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.hf-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.hf-nav__btn {
  font-family: "Roboto", sans-serif;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.3s;
  font-weight: bold;
}

/* ===== スマホ時2列対応 ===== */
@media (max-width: 767px) {
  .hf-nav {
    justify-content: center;
    gap: 1.5rem;
  }

  .hf-nav__btn {
    flex: 1 1 45%;
    /* 幅を45%にして2列に */
    max-width: 45%;
  }
}

.hf-nav__btn span {
  margin-top: 0.5rem;
}

.hf-nav__icon {
  width: 150px;
  height: auto;
  display: block;
  transform-origin: center top;
  /* 傾きの軸 */
}

/* ===== Hover Animation (イラストだけカクカク動く) ===== */
.hf-nav__btn:hover .hf-nav__icon,
.hf-nav__btn:focus .hf-nav__icon {
  animation: hf-tilt-steps 1s steps(2) infinite alternate;
}

@keyframes hf-tilt-steps {
  0% {
    transform: rotate(15deg) translateY(-6px);
  }

  50% {
    transform: rotate(-15deg) translateY(-6px);
  }

  100% {
    transform: rotate(15deg) translateY(-6px);
  }
}

/* モーション軽減 */
@media (prefers-reduced-motion: reduce) {

  .hf-nav__btn:hover .hf-nav__icon,
  .hf-nav__btn:focus .hf-nav__icon {
    animation: none;
  }
}


/* 各見出し */

/* レシピ/商品・タイトル*/
.recipe-title {
  font-size: 2.0rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #600;
  /* 深い赤系 */
  padding-bottom: 0.3em;
  display: inline-block;
}

.recipe-title span {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.5em;
  color: #999;
  font-family: "Roboto", sans-serif;
}


/* スマホ用 */
@media (max-width: 600px) {

  .recipe-title {
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #600;
    /* 深い赤系 */
    padding-bottom: 0.3em;
    display: inline-block;
  }

  .recipe-title span {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 0.5em;
    color: #999;
    font-family: "Roboto", sans-serif;
  }
}

/* 大見出し */
:root {
  --wine: #b22222;
  /* ワインレッド */
  --white: #fff;
}

/* 背景帯＋半円 */
.headline {
  position: relative;
  background: var(--wine);
  color: var(--white);
  text-align: center;
  padding: 60px 20px 40px;
  /* 上に余白(丸アイコン分) */
}

/* 上の半円を作成 */
.headline::before {
  content: "";
  position: absolute;
  top: -100px;
  /* 半円の出具合を調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 275px;
  height: 150px;
  background: var(--wine);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

/* 中央の丸い枠 */
.headline__circle {
  position: absolute;
  top: -50px;
  /* 半円の中央に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 60px;
  background: var(--wine);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 中央の画像（イラスト） */
.headline__circle img {
  max-width: 60%;
  height: auto;
}

/* 見出しテキスト */
.headline__title {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.headline__title span {
  display: block;
  font-size: 1rem;
  margin-top: 0.5em;
  letter-spacing: 0.5em;
  letter-spacing: 0.4em;
}

/* スマホ用 */
@media (max-width: 600px) {

  .headline__title {
    font-size: 1.3rem;
    /* 見出し（スマホ） */
    line-height: 1.4;
  }

  .headline__title span {
    font-size: 0.9rem;
    /* サブタイトル（スマホ） */
  }
}