.container {
  max-width: 1380px !important;
}

.menu-item-5774.acc-parent-close {
  pointer-events: none;
}

#menu-item-5774 {
  background: #4abf50;
}

#menu-item-5774 a {
  color: #fff !important;
}

#menu-item-5797 {
  background: #FF7300;
  margin-left: 20px;
}

#menu-item-5797::before {
  border-bottom-color: transparent;
}

#menu-item-5797 a {
  color: #fff !important;
}

#menu-item-5797 a:hover {
  color: #fff !important;
}

.gMenu>li.kaiin {
  margin-left: 20px;
}

.gMenu>li.kaiin:before {
  border-bottom: none;
}

.gMenu>li>ul.sub-menu.sec {
  bottom: -147px;
}

.device-pc .gMenu>li.menu-item-has-children.sec:hover::after,
.gMenu>li.acc-parent-open::after {
  opacity: 1;
  bottom: -12px;
}

.section-width {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}

.section-txt {
  text-align: center;
  margin-bottom: 40px;
}

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

.link-blk {
  display: none;
}

@media screen and (max-width: 600px) {
  .link-blk {
    display: block;
    border: 1px solid #4abf50;
    padding: 40px 20px;
  }

  .link-blk .img-wrap {
    margin: 40px auto 0;
    text-align: center;
  }

  .link-blk .img-wrap img {
    width: 80%;
  }
}

.button {
  width: 240px;
  margin: 0 auto;
}

.button.doctor {
  width: 300px;
}

@media screen and (max-width: 600px) {
  .button.doctor {
    display: none;
  }
}

.button a.orange {
  display: block;
  width: 100%;
  height: 100%;
  background: #FF7300;
  padding: 13px 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.button a.orange::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.button a.green {
  display: block;
  width: 100%;
  height: 100%;
  background: #4abf50;
  padding: 13px 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.button a.green::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.button a.green span {
  margin-right: 14px;
}

.button a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.article-wrap {
  margin-top: 60px;
}

.year-btn {
  position: relative;
  width: 340px;
  height: 50px;
  margin: 0 auto;
}

.year-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #4abf50;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.form-control {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  border: 2px solid #4abf50;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #4abf50;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  cursor: pointer;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .article-list {
    flex-direction: column;
    align-items: center;
  }
}

.article-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .article-list li {
    width: 80%;
    margin-right: 0;
  }
}

.article-list li:nth-child(3n) {
  margin-right: 0;
}

.article-list li p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.article-list li a {
  background: #4abf50;
  color: #fff;
  text-align: center;
  width: 120px;
  padding: 10px;
  margin: 0 auto;
  display: block;
}

.article-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.article-btn {
  width: 240px;
  display: block;
  background: #4abf50;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .article-btn {
    display: none;
  }
}

.article-btn.prev {
  margin-right: 40px;
}

@media screen and (max-width: 600px) {
  .article-btn.prev {
    margin-right: 20px;
  }
}

.article-btn.prev::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.article-btn.next::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.article-btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 20px;
}

@media screen and (max-width: 600px) {
  .article-btn a {
    font-size: 12px;
  }
}

.article-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.article-btn-wrap {
  display: flex;
  justify-content: center;
}

.doctor-movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .doctor-movie {
    flex-direction: column;
    align-items: center;
  }
}

.doctor-movie li {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 80px;
  list-style: none;
}

@media screen and (max-width: 600px) {
  .doctor-movie li {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.doctor-movie li:nth-child(2n) {
  margin-right: 0;
}

.doctor-movie li:nth-child(11) {
  margin-bottom: 30px;
}

.doctor-movie li:nth-child(12) {
  margin-bottom: 30px;
}

.doctor-movie li p {
  margin-top: 10px;
  margin-bottom: 0;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blk-ttl {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 50px;
  border-bottom: 2px solid #4abf50;
}

@media screen and (max-width: 600px) {
  .blk-ttl {
    margin: 0 auto 30px;
  }
}

.blk-ttl div {
  font-size: 24px;
  text-align: center;
}

.blk-btn {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 60px;
  padding: 0;
}

.blk-btn li {
  width: 30%;
  margin-right: 3%;
  list-style: none;
}

@media screen and (max-width: 896px) {
  .blk-btn li {
    width: 44%;
  }
}

@media screen and (max-width: 600px) {
  .blk-btn li:nth-child(2n) {
    margin-right: 0;
  }
}

/* checkboxは見えなくする */
.p-filter__check {
  display: none;
}

/* 丸いボタン */
.p-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #FF7300;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  color: #FF7300;
  padding: 15px 15px 12px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .p-filter__btn {
    font-size: 13px;
    padding: 10px;
  }
}

/* hover */
.p-filter__btn:hover {
  opacity: 0.7;
}

/* チェックされたら色変更 */
.p-filter__check:checked+.p-filter__btn {
  background: #FF7300;
  color: #fff;
}

.reciepi {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* PC：4列 */
  gap: 24px;
  padding: 0;
}

.reciepi li {
  list-style: none;
}

.reciepi li a:hover {
  opacity: 0.7;
}

.reciepi li a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 896px以下：3列 */
@media (max-width: 896px) {
  .reciepi {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 600px以下：2列 */
@media (max-width: 600px) {
  .reciepi {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pagenation li {
  list-style: none;
  width: 50px;
  height: 50px;
  margin-right: 14px;
}

@media (max-width: 600px) {
  .pagenation li {
    width: 30px;
    height: 30px;
  }
}

.pagenation li:last-child {
  margin-right: 0;
}

.pagenation li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #4abf50;
  border: 1px solid #4abf50;
}

@media (max-width: 600px) {
  .pagenation li a {
    line-height: 30px;
  }
}

.pagenation li a.current-page {
  background: #4abf50;
  color: #fff;
}

.prev,
.next {
  border: none !important;
}

.section-blk {
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
}

.detail {
  display: flex;
  padding: 0;
}

@media screen and (max-width: 980px) {
  .detail {
    flex-direction: column;
  }
}

.detail li {
  list-style: none;
  width: 50%;
  margin-right: 5%;
}

@media screen and (max-width: 980px) {
  .detail li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.detail li:first-child div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail li:last-child {
  margin-right: 0;
  width: 45%;
}

@media screen and (max-width: 980px) {
  .detail li:last-child {
    width: 100%;
  }
}

.detail li:last-child div:first-child {
  font-size: 24px;
  font-weight: 600;
  color: #4abf50;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .detail li:last-child div:first-child {
    font-size: 20px;
  }
}

.detail li:last-child dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #272626;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .detail li:last-child dl {
    font-size: 13px;
  }
}

.detail li:last-child dl dt {
  border-left: none;
  font-weight: 500;
}

.detail li:last-child dl dd {
  border-left: none;
}

.cookking-blk {
  margin-bottom: 50px;
}

.cookking-blk div {
  color: #4abf50;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .cookking-blk div {
    font-size: 16px;
  }
}

.cookking-blk ol li {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .cookking-blk ol li {
    font-size: 14px;
  }
}

.tuika {
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .tuika {
    font-size: 16px;
  }
}