@charset "UTF-8";
.post-type-archive-useful .post-entry {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-useful .post-entry {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  section.useful-archive-container.contents-wrp {
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .useful-list-container {
    margin-bottom: -20px;
  }
}

/* ========================================
* 詳細
* ======================================= */
@media screen and (max-width: 767px) {
  .single-useful .post-entry {
    padding-top: 50px;
  }
}

.useful-single .post-content h2 {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 3px solid #D80C24;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
.useful-single .post-content .wp-block-table {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content .wp-block-table {
    margin-bottom: 40px;
  }
}
.useful-single .post-content .wp-block-table table tr {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.useful-single .post-content .wp-block-table table td {
  color: var(--main_color);
  font-weight: normal;
  line-height: 1.88;
  word-wrap: break-word;
  border: unset;
}
.useful-single .post-content .wp-block-list {
  margin-bottom: 50px;
}
.useful-single .post-content .wp-block-list > li {
  position: relative;
  line-height: 1.88;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-left: 1em;
}
.useful-single .post-content .wp-block-list > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -1em;
  width: calc(100% + 1em);
  height: 1px;
  background-color: #ddd;
}
.useful-single .post-content > .wp-block-image {
  max-width: 478px;
  margin: 0 auto 50px;
}
.useful-single .post-content .related-lesson-info .btn-wrp {
  grid-area: btn;
}
.useful-single .post-content .related-lesson-container {
  display: grid;
  grid-template-areas: "thumbnail program-name" "thumbnail name" "thumbnail text" "btn      text";
  grid-template-columns: 150px 1fr;
  grid-template-rows: 26px 34px 1fr 44px;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content .related-lesson-container {
    display: block;
  }
}
.useful-single .post-content .related-lesson-btn {
  padding: min(1.25em, 3.3vw) 25px;
}
.useful-single .post-content .related-lesson-thumbnail {
  grid-area: thumbnail;
  overflow: clip;
  border-radius: 100px;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content .related-lesson-thumbnail {
    margin-bottom: 20px;
  }
}
.useful-single .post-content .related-lesson-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.useful-single .post-content .related-lesson-program-name {
  grid-area: program-name;
  font-size: 14px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content .related-lesson-program-name {
    text-align: center;
    margin-bottom: 0;
  }
}
.useful-single .post-content .related-lesson-name {
  grid-area: name;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content .related-lesson-name {
    text-align: center;
    margin-bottom: 15px;
  }
}
.useful-single .post-content .related-lesson-profile-text {
  grid-area: text;
  line-height: 1.875;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .useful-single .post-content .related-lesson-profile-text {
    margin-top: 25px;
  }
}
.useful-single .is-layout-flex {
  display: flex;
  gap: 40px;
}
.useful-single figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.useful-single .wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.useful-single .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
@media (min-width: 600px) {
  .useful-single .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .useful-single .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
}
.useful-single .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.useful-single .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.useful-single .wp-block-gallery {
  max-width: 637px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .useful-single .wp-block-gallery {
    flex-direction: column;
  }
}
.useful-single .wp-block-image {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .useful-single .wp-block-image {
    width: 100% !important;
  }
}
.useful-single .wp-block-image img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .useful-single .wp-block-image img {
    width: 100%;
  }
}

#lunchProOkazuDisc,
#lunchProOkazuMain .left,
#history,
#lunchNavi,
#sideBar {
  display: none;
}

#zairyouArea > p:nth-of-type(3) {
  display: none;
}

.recipe-thumbnail {
  max-width: 600px;
}

#lunchProOkazuMain {
  margin-bottom: 60px;
}

#lunchProOkazuMain p.zairyo,
#lunchProOkazuMain + .lunchProOkazuHowToTitle {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 3px solid #D80C24;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #lunchProOkazuMain p.zairyo,
  #lunchProOkazuMain + .lunchProOkazuHowToTitle {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

#zairyouArea {
  display: flex;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#zairyouArea .leftText,
#zairyouArea .rightText {
  margin-bottom: 0;
  width: 50%;
  line-height: 1.88;
}

#lunchProOkazuHowToList {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #lunchProOkazuHowToList {
    margin-bottom: 40px;
  }
}

#lunchProOkazuHowToList li {
  position: relative;
  line-height: 1.88;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-left: 1em;
}
#lunchProOkazuHowToList li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -1em;
  width: calc(100% + 1em);
  height: 1px;
  background-color: #ddd;
}

#lunchProOkazuHowToPic .picArea {
  max-width: 478px;
  margin: 0 auto 50px;
}

#lunchProOkazuHowToPic + .lunchProOkazuHowToTitle {
  line-height: 1.88;
  font-weight: bold;
  margin-bottom: 20px;
}

.lunchProOkazuHowToPoint {
  line-height: 1.88;
  margin-bottom: 60px;
}

.recipe-btn-wrp {
  text-align: center;
  margin-bottom: 60px;
}

.single-recipe-btn {
  font-size: 1em;
  line-height: 1;
  width: 100%;
  max-width: 420px;
  padding: 15px 8px;
}
@media screen and (max-width: 767px) {
  .single-recipe-btn {
    font-size: 0.875em;
  }
}
.single-recipe-btn::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 28px;
  height: 29px;
  background-image: url(../images/common/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .single-recipe-btn::before {
    width: 23px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .recommend-recipe-list {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .related-instructor-posts {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .related-instructor-posts .secondary-title {
    margin-top: 5px;
  }
}

.post-entry .useful-sevice .thumb {
  max-width: 653px;
  height: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 653/457;
}
.post-entry .useful-sevice .thumb::before {
  content: none;
}
.post-entry .useful-sevice .text-wrp .inner {
  max-width: 395px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .post-entry .useful-sevice .text-wrp .inner {
    width: 76.5%;
    margin-left: auto;
  }
}
.post-entry .useful-sevice .lead {
  font-size: 0.95em;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post-entry .useful-sevice .lead {
    font-size: 0.77em;
  }
}
.post-entry .useful-sevice .title-jp {
  font-size: min(1.8em, 4.7vw);
}
@media screen and (max-width: 767px) {
  .post-entry .useful-sevice .btn-wrp {
    text-align: center;
  }
}/*# sourceMappingURL=useful.css.map */