@media screen and (min-width: 769px) {}

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

.mincho-font {
  font-family: "Zen Old Mincho", serif;
}

.second-head.oishisanofurusato .head_ttl {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Zen Old Mincho", serif;
  color: #404040;
}
@media screen and (max-width: 768px) {
  .second-head.oishisanofurusato .head_ttl {
    font-size: 6.5vw;
  }
}

.second-head.oishisanofurusato .head_img {
  display: block;
  margin: 0 auto;
}

.second-head.oishisanofurusato .head_img.margin {
  margin-bottom: 5.5555555556vw;
}

.third-head.oishisanofurusato .head_img.margin {
  margin-bottom: 5.5555555556vw;
}

.second-head.oishisanofurusato .head_note {
  margin-bottom: 4vw;
  margin-top: 2vw;
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  .second-head.oishisanofurusato .head_note {
    width: 86.1111111111%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9722222222vw;
  }
}


@media screen and (min-width: 769px) {
  .second-head.oishisanofurusato .head_img {
    width: 86.1111111111%;
  }
}

@media screen and (min-width: 769px) {
  .second-head.oishisanofurusato .head_txt  {
    font-size: 1.3vw; 
  }
}

.third-head.oishisanofurusato .head_ttl {
  font-family: "Zen Old Mincho", serif;
  color: #404040;
}

.second-newpost.oishisanofurusato .second-tab_ttl {
  font-family: "Zen Old Mincho", serif;
}

.oishisanofurusato {
  color: #404040;
}

.oishisanofurusato_section {
  margin-top: 5.5555555556vw;
  padding-top: 0.6944444444vw;
}

.oishisanofurusato_section > * + * {
  margin-top: 1em;
}

.oishisanofurusato_hdg {
  margin-top: 2.0833333333vw;
  font-family: "Zen Old Mincho", serif;  
  font-size: 5.641025641vw;
  line-height: 1.1818181818;
}
@media screen and (min-width: 768px) {
  .oishisanofurusato_hdg {
    font-size: 1.9444444444vw;
    line-height: 1.0714285714;
  }
}

.oishisanofurusato_hdg_txt {
  font-weight: 500;
  margin-top: 7.6923076923vw;
  margin-bottom: 7.6923076923vw;
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .oishisanofurusato_hdg_txt {
    margin-top: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
    font-size: 0.9722222222vw;
    line-height: 1.7142857143;
  }
}

.oishisanofurusato_img figcaption {
  margin-top: 0.5em;
  font-size: 3.0769230769vw; 
  text-align: center;
}
@media screen and (min-width: 768px) {
  .oishisanofurusato_img figcaption {
    font-size: 0.8333333333vw;
    text-align: center;
  }
}

.oishisanofurusato_section_layout {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.oishisanofurusato_section_layout .layout_img img{
  width: 28vw;
}
.oishisanofurusato_section_layout .layout_txt{
  flex: 1;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .oishisanofurusato_section_layout {
    margin-left: 20px;
  }
  .oishisanofurusato_section_layout .layout_img img{
    width: 240px;
  }
  .oishisanofurusato_section_layout .layout_txt{
    margin-top: 2.0833333333vw;
  }
}