@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&family=Shippori+Antique&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
}

select {
  margin: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
  font-weight: normal;
  font-style: normal;
}

ul,
li,
ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Shippori Antique', sans-serif;
  color: #121212;
  font-size: 1rem;
  line-height: 1.85;
  height: 100%;
  box-sizing: border-box;
  letter-spacing: -.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg.png) repeat;
  background-size: 200px;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    font-size: 4vw;
  }
}


.embed-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.embed-youtube iframe {
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------

main

_________________________________________________________*/

.main {
  background: url(../img/main.jpg) no-repeat center top;
  background-size: 100%;
  height: 68vw;
  position: relative;
}

.main h1 {
  width: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.main h2 {
  width: 12vw;
  top: 9vw;
  position: absolute;
  left: 26vw;
}

.main .link-recipe {
  width: 32vw;
  position: absolute;
  left: 15vw;
  bottom: 4vw;
}

.main-nav {
  width: 60vw;
  position: absolute;
  top: 2vw;
  left: 20vw;
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-nav li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 1.4vw;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;

}

.main-nav li.nav-ec a {
  background: url(../img/icon_ec.svg) no-repeat left center;
  background-size: 1.5vw;
  padding-left: 2vw;
}

.main-nav li.nav-instagram a {
  background: url(../img/icon_instagram.svg) no-repeat left .7vw;
  background-size: 1.5vw;
  padding-left: 2vw;

}

.header {
  background: #121212;
  position: relative;
  height: 94px;
}

.header h1 {
  width: 70px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.header .main-nav {
  position: absolute;
  top: 0;
}

.header .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 94px;
  align-items: center;
}

.main-nav ul a:hover {
  opacity: .6;
}

.bnr-ec {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  padding: 4vw 0;
}

.bnr-ec a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.bnr-ec a:hover img {
  opacity: .8;
}

@media only screen and (max-width: 1000px) {
  .main-nav {
    width: 70vw;
    left: 20vw;

  }

  .main-nav ul a {
    font-size: 2vw;
  }

  .main-nav li.nav-ec a {
    background: url(../img/icon_ec.svg) no-repeat left center;
    background-size: 2vw;
    padding-left: 2.4vw;
  }

  .main-nav li.nav-instagram a {
    background: url(../img/icon_instagram.svg) no-repeat left center;
    background-size: 2vw;
    padding-left: 2.4vw;

  }
}

@media only screen and (max-width: 768px) {
  .main {
    background: #000 url(../img/main_sp.jpg) no-repeat center bottom -8vw;
    background-size: 102vw;
    height: 150vw;
    position: relative;
  }

  .main h1 {
    width: 14vw;
    position: absolute;
    top: 30vw;
    left: 15vw;
  }

  .main h2 {
    width: 18vw;
    top:50vw;
    position: absolute;
    left: 12vw;
  }

  .main .link-recipe {
    width: 80vw;
    position: absolute;
    left: 10vw;
    bottom: 8vw;
  }

  .main-nav {
    width: 100%;
    left: 0;
    top: 0;
  }

  .main-nav ul li {
    width: 33.333333333%;
  }

  .main-nav ul li a {
    font-size: 3.8vw;
    padding: 2.6vw 0;
    border-bottom: 1px dotted #444;
    border-right: 1px dotted #444;
  }
 .main-nav ul li:nth-child(3) a,.main-nav ul li:last-child a{
   border-right: none;
 }
  .main-nav li.nav-ec a {
    background: url(../img/icon_ec.svg) no-repeat left 2.6vw center;
    background-size: 3vw;
    padding-left: 0;
  }

  .main-nav li.nav-instagram a {
    background: url(../img/icon_instagram.svg) no-repeat left 2.6vw center;
    background-size: 3vw;
    padding-left: 0;
  }

  .header {
    height: 42vw;
  }

  .header h1 {
    width: 12vw;
    position: absolute;
    top: 2vw;
    left: 42vw;
  }

  .header .main-nav {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .header .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    align-items: center;
    border-top: 1px dotted #444;
  }

  .bnr-ec {
    padding: 6vw 0;
  }
}


.news{
  width: 94%;
  max-width: 1000px;
  margin: 50px auto 0 auto;
  padding: 20px;
  border: 2px solid #a58542;
  font-size: 1.125rem;
  box-sizing: border-box;

}
.news p span{
  color: #a58542;
}
@media only screen and (max-width: 768px) {
  .news{
  width: 94%;
  margin: 6vw auto 2vw auto;
  padding: 5.2vw;
  font-size: 4vw;
  box-sizing: border-box;
}
  }
/*--------------------------------------------------------

intro

_________________________________________________________*/

.intro1 {
  text-align: left;
  padding-bottom: 20vw;
  background: url(../img/bg_ptn1.png) no-repeat center bottom;
  background-size: 110%;
}

.intro2 figure {
  width: 90%;
  max-width: 900px;
  margin: -15vw auto 0 auto;
}

.intro-item {
  padding: 60px 0 10px 0;
  width: 86%;
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro-item h3 {
  width: 13.33%;
}

.intro-item.intro-item3 h3 {
  width: 21.33%;
  order: 2;
}

.intro-item p {
  width: 76%;
  margin-top: 50px;
  font-size: 1.25rem;
  line-height: 2.2;
}

.intro-item.intro-item3 p {
  width: 70%;
}

.intro-item1 h3 {
  order: 2;
}

.intro-item1 p {
  order: 1;
}

.intro2-item {
  padding: 70px 0 0 0;
  width: 86%;
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro2 .link-recipe {
  margin: 80px auto 0 auto;
}

.link-recipe {
  width: 400px;
}

.link-recipe a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.link-recipe a:hover img {
  opacity: .6;
}

.intro2-item h3 {
  font-size: 2.125rem;
}

.intro2-item p {
  margin-top: 25px;
  font-size: 1.25rem;
  line-height: 2.2;
}

@media only screen and (max-width: 768px) {
  .intro2 figure {
    margin: 0 auto 0 auto;
    width: 100%;
  }

  .intro-item,
  .intro2-item {
    padding: 12vw 0 0 0;
  }

  .intro-item:first-child {
    padding: 8vw 0 0 0;
  }

  .intro-item h3 {
    width: 17%;
  }

  .intro-item.intro-item3 h3 {
    width: 27%;
    order: 2;
  }

  .intro-item p {
    width: 76%;
    margin-top: 6.4vw;
    font-size: 4vw;
    line-height: 2;
  }

  .intro-item.intro-item3 p {
    width: 66%;
  }

  .intro2 .link-recipe {
    margin: 8vw auto 0 auto;
  }

  .link-recipe {
    width: 80vw;
  }

  .intro2-item h3 {
    font-size: 6vw;
  }

  .intro2-item p {
    margin-top: 4.8vw;
    font-size: 4vw;
    line-height: 2;
  }
}


/*--------------------------------------------------------

product

_________________________________________________________*/

.product {
  padding: 100px 0;
  margin-top: 100px;
  background-image: url(../img/bg_ptn2.png), url(../img/bg_ptn3.png), url(../img/bg2.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: right top, left bottom, center top;
  background-size: 680px, 600px, 200px;
}

.product .product-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
}

.product .product-title:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon.png) no-repeat;
  margin: 0 auto;
  background-size: 25px;
  margin-bottom: 20px;
}

.product .product-title2 {
  padding-top: 100px;
}

.product-item,
.product-item2 {
  background: #FFF;
  width: 94%;
  max-width: 1080px;
  padding: 60px;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
}

.product-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-item dl dt {
  width: 28%;
}

.product-item dl dd {
  width: 64%;
}

.product-item dl dd h4,
.product-item2 h4 {
  font-size: 2rem;
  line-height: 1.5;
}
.product-item h4 span,.product-item2 h4 span{
  font-size: 60%!important;
  display: inline-block;
  padding-left: 10px;
}
.product-item dl dd p,
.product-item2 p {
  font-size: 1.25rem;
  margin-top: 25px;
  line-height: 2;
}

.product-item2 p {
  margin-top: 0;
}

.product-item dl dd ul {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 25px;
}

.product-item dl dd li {
  margin-top: 15px;
}

.product-item dl dd li span {
  display: block;
  color: #a58542;
}

.product-item2 {
  text-align: center;
}

.product-item2 h4 {
  margin-top: 30px;
}

.product-item2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.product-item2 li {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .product {
    padding: 12vw 0;
    margin-top: 12vw;
    background-image: url(../img/bg_ptn2.png), url(../img/bg_ptn3.png), url(../img/bg2.png);
    background-size: 50vw, 50vw, 200px;
  }

  .product .product-title {
    font-size: 6vw;
  }

  .product .product-title:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat;
    margin: 0 auto;
    background-size: 20px;
    margin-bottom: 2vw;
  }

  .product .product-title2 {
    padding-top: 12vw;
  }

  .product-item,
  .product-item2 {
    background: #FFF;
    width: 90%;
    max-width: 1080px;
    padding: 8vw;
    margin: 6vw auto 0 auto;
    box-sizing: border-box;
    text-align: left;
  }

  .product-item dl {
    display: block;
  }

  .product-item dl dt {
    width: 50%;
    margin: 0 auto;
  }

  .product-item dl dd {
    width: 100%;
    padding-top: 6vw;
  }

  .product-item dl dd h4,
  .product-item2 h4 {
    font-size: 5.2vw;
    line-height: 1.5;
  }

  .product-item dl dd p,
  .product-item2 p {
    font-size: 4vw;
    margin-top: 4vw;
  }

  .product-item2 p {
    margin-top: 0;
  }

  .product-item dl dd ul {
    margin-top: 4vw;
    padding-top: 2.5vw;
  }

  .product-item dl dd li {
    margin-top: 2vw;
  }

  .product-item2 h4 {
    margin-top: 4vw;
  }

  .product-item2 ul {
    display: block;
    margin-top: 6vw;
  }

  .product-item2 li {
    width: 100%;
  }
}


/*--------------------------------------------------------

company

_________________________________________________________*/
.company{

  padding: 50px 0;
  margin-top: 0;
  background-image: url(../img/bg_ptn2.png), url(../img/bg_ptn3.png), url(../img/bg2.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: right top, left bottom, center top;
  background-size: 680px, 600px, 200px;

}

@media only screen and (max-width: 768px) {
  .company {
    padding: 12vw 0 24vw 0;
    margin-top: 12vw;
    background-image: url(../img/bg_ptn2.png), url(../img/bg_ptn3.png), url(../img/bg2.png);
    background-size: 50vw, 50vw, 200px;
  }
}


.company .company-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  padding-top: 100px;
}

.company-item ul {
  width: 500px;
  margin: 60px auto 0 auto;
}

.company-item dl {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.25rem;
}

.company-item dl dt {
  width: 140px;
  flex-shrink: 0;
  color: #a58542;
}

.company-info dl {
  width: 750px;
  margin: 60px auto;
  background-image: url(../img/line_top.png), url(../img/line_bottom.png);
  background-repeat: repeat-x, repeat-x;
  background-size: 760px, 760px;
  background-position: center top, center bottom;
  padding: 40px 0 40px 30px;
}

.company-info dl dt {
  font-size: 1.25rem;
}

.company-info dl dd {
  font-size: 2.5rem;
  font-family: 'EB Garamond', serif;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .company .company-title {
    font-size: 6vw;
    padding: 12vw 0 0 0;
  }

  .company-item ul {
    width: 86%;
    margin: 4vw auto 0 auto;
  }

  .company-item dl {
    padding: 2vw 0 0 0;
    display: block;
    font-size: 4vw;
  }

  .company-item dl dt {
    width: 100%;
  }

  .company-info dl {
    width: 86%;
    margin: 6vw auto 0 auto;
    background-image: url(../img/line_top.png), url(../img/line_bottom.png);
    background-repeat: repeat-x, repeat-x;
    background-size: 100%, 100%;
    background-position: center top, center bottom;
    padding: 8vw 2vw;
  }

  .company-info dl dt {
    font-size: 4vw;
  }

  .company-info dl dd {
    font-size: 8vw;
  }
}


/*--------------------------------------------------------

recipe

_________________________________________________________*/

.recipe {
  padding: 100px 0 0 0;
  background: url(../img/bg_ptn4.png) no-repeat center top;
  background-size: 100%;
}

.recipe-heading {
  width: 740px;
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/recipe_product1.png), url(../img/recipe_product1.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 88px, 75px;
  background-position: left bottom, right bottom;
  height: 400px;
}

.recipe-heading .recipe-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
}

.recipe-heading .recipe-title:before {
  content: "";
  display: block;
  width: 60px;
  height: 27px;
  background: url(../img/icon_recipe.png) no-repeat;
  margin: 0 auto;
  background-size: 60px;
  margin-bottom: 20px;
}

.recipe-heading p {
  font-size: 1.25rem;
  margin-top: 25px;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .recipe {
    padding: 12vw 0 0 0;

  }

  .recipe-heading {
    width: 86%;
    text-align: left;
    background: no-repeat;
    height: auto;
  }

  .recipe-heading .recipe-title {

    font-size: 6vw;
    line-height: 1.3;
  }

  .recipe-heading .recipe-title:before {
    content: "";
    display: block;
    width: 60px;
    height: 27px;
    background: url(../img/icon_recipe.png) no-repeat;
    margin: 0 auto;
    background-size: 60px;
    margin-bottom: 20px;
  }

  .recipe-heading p {
    font-size: 4vw;
    margin-top: 6vw;

  }
}

.list-recipe__contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.list-recipe__contents li {

  background: #f0ede8;
  margin-top: 25px;
  border-radius: 6px;

}

.list-recipe__contents li:last-child {
  border-bottom: 0;
}

.list-recipe__contents dt {
  font-size: 1.5rem;

  cursor: pointer;
  background: url(../img/open.png) no-repeat 96% center;

  background-size: 35px;
  padding: 30px 50px 30px 40px;
  line-height: 1.3;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.list-recipe__contents dt.open {
  background: url(../img/close.png) no-repeat 96% center;

  background-size: 35px;
}

.list-recipe__contents dt figure {
  width: 120px;
}

.list-recipe__contents dd {

  display: none;

  line-height: 1.7;
  padding: 0 40px 40px 40px;

}

.list-recipe__contents dt p {
  font-size: 1.875rem;

  line-height: 1;
  padding-left: 30px
}

.recipe-txt {
  background: #FFF;
  padding: 40px;
}

.recipe-txt p {
  margin-top: 25px;
}

.recipe-txt p span {
  color: #a58542;
}

.recipe-txt p:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 767px) {
  .list-recipe__contents dt:hover {
    color: #a58542;
  }
}

@media only screen and (max-width: 768px) {
  .list-recipe__contents li {
    margin-top: 4vw;
  }

  .list-recipe__contents dt {
    font-size: 1.5rem;
    cursor: pointer;
    background: url(../img/open.png) no-repeat 95% center;
    background-size: 20px;
    padding: 4vw 6vw 4vw 4vw;
  }

  .list-recipe__contents dt.open {
    background: url(../img/close.png) no-repeat 95% center;
    background-size: 20px;
  }

  .list-recipe__contents dt figure {
    width: 20vw;
  }

  .list-recipe__contents dd {
    display: none;
    line-height: 1.7;
    padding: 0 4vw 4vw 4vw;
  }

  .list-recipe__contents dt p {
    font-size: 4vw;

    line-height: 1;
    padding-left: 15px
  }

  .recipe-txt {
    background: #FFF;
    padding: 4vw;
  }

  .recipe-txt p {
    margin-top: 8vw;
    font-size: 4vw;
  }

  .recipe-txt p:first-child {
    margin-top: 0;
  }
}


/*--------------------------------------------------------

footer

_________________________________________________________*/

.footer {
  text-align: center;
  padding: 60px 0;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 12vw 0 4vw 0;
    font-size: 2.67vw;
  }
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 50px;
  text-indent: -10000px;
  transition: all 0.3s;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateX(100px);
}

@media screen and (max-width:800px) {
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 10vw;
    background: url(../img/pagetop.png) no-repeat;
    background-size: 10vw;
  }

  #page-top {
    position: fixed;
    right: 3vw;
    bottom: 3vw;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
  }
}

#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

#page-top2.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}



/*--------------------------------------------------------

s-recipe 季節の簡単メニュー (2025.10 add)

_________________________________________________________*/

.s-recipe {
  padding: 100px 0;
}


.s-recipe .s-recipe-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
}


.s-recipe .s-recipe-title2 {
  padding-top: 100px;
}

.s-recipe-unit{
    width: 94%;
    max-width: 1080px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s-recipe-item{
    width: 31%;
    display: block;
    background-color: #f7f4ef;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
 

}

.s-recipe-item[hidden]{ display:none !important; }

.s-recipe-unit::after {
display: block;
content:"";
    width: 31%;
}

.s-recipe-item a{
      display: block;
      text-decoration: none;
      color: #000;
      transition: .4s;
}

.s-recipe-item a:hover{
  color: #c5010e;
}

.s-recipe-item__img{
    overflow: hidden;
}

.s-recipe-item  img{
  transition: .4s;
}

.s-recipe-item a:hover img{
  transform: scale(1.08);
}

.s-recipe-item__text{
  margin-top: 20px;
  text-align: center;
}

.s-recipe-modal-item {  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "s-recipe-modal-item__img s-recipe-modal-item__title"
    "s-recipe-modal-item__img s-recipe-modal-item__text";
}

.s-recipe-modal-item__img { grid-area: s-recipe-modal-item__img; }

.s-recipe-modal-item__title { grid-area: s-recipe-modal-item__title; }

.s-recipe-modal-item__text { grid-area: s-recipe-modal-item__text; }



.s-recipe-modal-item__title{
  width: 100%;
  text-align: left;
  font-size: 1.6em;
  margin-bottom: 20px;

}

.s-recipe-modal-item__img{
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}

.s-recipe-more{
  width: 100%;
  max-width: 200px;
  margin: 30px auto;

}

.s-recipe-more a{
  display: block;
  width: 100%;
  background-color: #c5010e;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 9999px;
  transition: .4s;
}

.s-recipe-more a:hover{
  background-color: #9b0c15;
}

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


.s-recipe {
  padding: 60px 0;
}

.s-recipe .s-recipe-title {

    font-size: 6vw;
    line-height: 1.3;
  }


.s-recipe-modal-item__title{
  font-size: 1.3em;

}

.s-recipe-unit{
    width: 94%;
    margin: 30px auto;
}

.s-recipe-item{
    width: 48.5%;
    margin-bottom: 20px;
    padding: 3%;
 

}


.s-recipe-item__text{
  margin-top: 10px;
  line-height: 1.2;
  text-align: center;
}

.s-recipe-modal-item{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.s-recipe-modal-item__title{
  margin-bottom: 0;
  text-align: center;
}


}



/*--------------------------------------------------------

モーダルウィンドウ (2025.10 add)

_________________________________________________________*/
.modal {
  position: fixed;
  inset: 0;
  display: none; /* 初期は非表示 */
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal.is-open {
  display: flex;
}

.modal-container {
  max-width: min(92vw, 900px);
  width: 100%;
}

.modal-content {
  position: relative;
  background: #fff;
  color: #222;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  overflow: auto;                
  -webkit-overflow-scrolling: touch; 
  max-height: 80vh;                
  padding-bottom: 2rem;          
  padding: 20px;
  border-radius: 5px;
  
}

.modal-close {
  z-index: 1001;
  position: fixed;
  top: 10px;
  right: 10px;
  appearance: none;
  border: none;
  background: #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;

  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}
.modal-close:before { transform: rotate(45deg); }
.modal-close:after  { transform: rotate(-45deg); }


html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  touch-action: none;
}


@media only screen and (max-width: 768px) {
  
.modal-close {
  width: 40px;
  height: 40px;

  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
}


}