/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
    下層ページ共通スタイル
+++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  header .header hgroup h1 {
    font-size: 5.4rem;
  }
}
.lead {
  max-width: 667px;
  min-height: 253px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lead {
    max-width: none;
    min-height: auto;
    margin-bottom: 80px;
  }
}
.lead_Box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lead_Box .sp_width img {
    height: 50vw;
  }
}
.lead_Box_Text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .lead_Box_Text {
    bottom: 17%;
  }
}
@media screen and (max-width: 767px) {
  .lead_Box_Text {
    bottom: 21%;
  }
}
.lead_Box_Text figure {
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_Box_Text figure {
    width: 88%;
    margin: auto;
  }
}
.lead_Box_Text figure img {
  width: 100%;
  height: auto;
}
.lead p {
  color: #fff;
  background: #213D59;
  padding: 10px 0;
  line-height: 1.3;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lead p {
    padding: 7px;
  }
}
.kaiseiFonts {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-style: normal;
}
.subLead {
  font-size: 2.1rem;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #BC4242;
  margin: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .subLead {
    font-size: 4.6vw;
    margin: 75px 0 80px;
  }
}
h2 {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #173C5E;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: 2px;
  }
}
h3 {
  font-size: 2.4rem;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: #474747;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 4.8vw;
  }
}
h4 {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 800;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 2px;
  margin: 130px 0 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h4 {
    margin: 130px 0 20px;
  }
}
h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  h4::after {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 7.2vw;
    letter-spacing: 2px;
    margin-top: 60px;
  }
}
section .textBox {
  position: relative;
}
section .textBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 1px;
  background-color: #173C5E;
}
@media screen and (max-width: 767px) {
  section .textBox::before {
    top: 3vw;
  }
}
section .textBox.borderNone::before {
  content: none;
}
section .textBox .question {
  font-weight: bold;
  color: #173C5E;
  letter-spacing: 2px;
  margin-left: 37px!important;
  margin: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  section .textBox .question {
    margin: 47px 0 15px;
  }
}
section .textBox .flex {
  max-width: 980px;
  margin: 0 auto;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  section .textBox .flex {
    max-width: none;
    flex-direction: column;
    gap: 35px;
  }
}
section .textBox .flex figure {
  margin-top: 0;
}
section .textBox p {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  section .textBox p {
    letter-spacing: 1px;
  }
}
section .textBox figure {
  text-align: center;
  width: 784px;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 767px) {
  section .textBox figure {
    margin-top: 15px;
    width: auto;
  }
}
section .textBox figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .fs22_Tab {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fs22_Tab {
    font-size: 3.4vw !important;
  }
}
.mb70 {
  margin-bottom: 70px!important;
}
@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 67px!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
    oishii-times-Area
+++++++++++++++++++++++++++++++++++++++++++ */
.oishii-timesArea .lead {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .lead {
    padding: 0 10px;
  }
}
.oishii-timesArea .news {
  max-width: 980px;
  min-height: 83px;
  margin: 0 auto;
  background: url(../img/news_bk.png) no-repeat center / cover;
  border: 3px solid #213D59;
  padding: 17px 83px;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .news {
    max-width: none;
    padding: 2vw;
  }
}
.oishii-timesArea .news .flex {
  border: 3px solid #213D59;
  gap: 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .news .flex {
    flex-direction: column;
  }
}
.oishii-timesArea .news .flexImg {
  background: #213D59;
  padding: 4px 34px;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .news .flexImg {
    padding: 1vw 2vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .news .flexImg img {
    width: 30%;
  }
}
.oishii-timesArea .news .flexText {
  background: #FFF4E6;
  padding: 7px 40px 7px 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .news .flexText {
    padding: 7px 20px;
  }
}
.oishii-timesArea .news .flexText:hover::before {
  transform: translateX(5px);
}
.oishii-timesArea .news .flexText p {
  font-weight: bold;
  color: #213D59;
}
.oishii-timesArea .news .flexText p span {
  color: #767676;
  font-weight: bold;
}
.oishii-timesArea .news .flexText::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 20px;
  color: #213D59;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .news .flexText::before {
    right: 3vw;
    top: 5vw;
  }
}
.oishii-timesArea .newsArea {
  margin-top: 70px;
  padding-top: 6vw;
  background: url(../img/newsArea_bk_line.png) no-repeat 0 top / contain;
  position: relative;
  overflow: hidden;
}
.oishii-timesArea .newsArea_wrapper {
  padding-bottom: 195px;
  background: url(../img/newsArea_bk.png) repeat center / cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper {
    padding: 13vw 0 100px;
  }
}
.oishii-timesArea .newsArea_wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: url(../img/newsArea_bk_bottom.png) no-repeat center / cover;
  width: 100%;
  height: 314px;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper::before {
    bottom: 8vw;
    height: 31vw;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1144px) and (min-width: 1024px) {
  .oishii-timesArea .newsArea_wrapper .newsBox {
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .oishii-timesArea .newsArea_wrapper .newsBox {
    flex-direction: column;
    align-items: center;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item {
  border: 7px solid #213D59;
  width: 460px;
  background: url(../img/news_Item_bk.png) no-repeat center / cover;
  padding-top: 57px;
  margin-bottom: 183px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item {
    width: auto;
    padding-top: 11vw;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_time {
  background: #F9F5EA;
  max-width: 157px;
  width: 100%;
  padding: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -25px;
  left: 29px;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_time {
    max-width: 216px;
    width: 31vw;
    top: -5.5vw;
    left: 4vw;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_time p {
  border: 1px solid #BC4242;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #BC4242;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_time p {
    font-size: 3.2vw;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_badge {
  background: url(../img/western_food_badge_red.png) no-repeat center / cover;
  max-width: 154px;
  height: 117px;
  width: 100%;
  position: absolute;
  top: -67px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_badge {
    max-width: 198px;
    width: 30vw;
    height: 21vw;
    top: -12vw;
    right: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_badge figure img {
    width: 15vw;
    max-width: 103px;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_badge figure figcaption {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_badge figure figcaption {
    font-size: 4vw;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_img img {
    width: 100%;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_img::before {
  position: absolute;
  content: '';
  background: url(../img/news_img_border.svg) no-repeat center / cover;
  width: 424px;
  height: 192px;
  top: 12px;
  left: 11px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_img::before {
    top: 3vw;
    left: 1vw;
    width: 89vw;
    height: 39vw;
    background-size: contain;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item h2 {
  font-size: 3rem;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 0 20px 36px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item h2 {
    font-size: 6vw;
  }
}
.oishii-timesArea .newsArea_wrapper .newsBox_Item_btn {
  position: absolute;
  bottom: -27px;
  right: -30px;
  z-index: 2;
  background: #F9F5EA;
}
@media screen and (max-width: 767px) {
  .oishii-timesArea .newsArea_wrapper .newsBox_Item_btn {
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -15%;
    width: 37vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
    oishii-timesDetailArea
+++++++++++++++++++++++++++++++++++++++++++ */
.oishii-timesDetailArea .profileBox_Title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 4px dashed #C5A154;
  width: 100%;
}
.oishii-timesDetailArea .profileBox_Img {
  width: 784px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .oishii-timesDetailArea .profileBox_Img {
    width: auto;
  }
}
.oishii-timesDetailArea .profileBox_Img img {
  width: 100%;
  height: auto;
}
.oishii-timesDetailArea .inner {
  max-width: 784px;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .oishii-timesDetailArea .inner {
    max-width: none;
  }
}
.oishii-timesDetailArea .shop {
  margin-bottom: 85px;
}
.oishii-timesDetailArea .shop figure {
  text-align: center;
  position: relative;
  z-index: 2;
}
.oishii-timesDetailArea .shop figure img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .oishii-timesDetailArea .shop figure img {
    width: 80%;
  }
}
.oishii-timesDetailArea .shop .flex {
  border: 5px solid #173C5E;
  border-radius: 10px;
  padding: 111px 22px 45px;
  margin-top: -65px;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .oishii-timesDetailArea .shop .flex {
    padding: 111px 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .oishii-timesDetailArea .shop .flex {
    flex-direction: column;
    align-items: center;
    padding: 25vw 4vw 4vw;
    margin-top: -12vw;
  }
}
.oishii-timesDetailArea .shop .flexText {
  border: 5px solid #173C5E;
  border-radius: 10px;
  padding: 5px 20px 25px;
  word-break: break-all;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .oishii-timesDetailArea .shop .flexText {
    width: 100%;
    max-width: none;
  }
}
.oishii-timesDetailArea .shop .flexText h4 {
  border-bottom: 4px dashed #C5A154;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
  letter-spacing: 1px;
}
.oishii-timesDetailArea .shop .flexText h4::after {
  content: none;
}
.oishii-timesDetailArea .back {
  margin-bottom: 273px;
}
@media screen and (max-width: 767px) {
  .oishii-timesDetailArea .back {
    margin-bottom: 150px;
  }
}
