/* breadcrumb-wrapper
-------------------------*/
.breadcrumb-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-block: 4px;
  }
  @media print, screen and (min-width: 769px) {
    .breadcrumb-wrapper {
      padding-inline: 16px;
    }
  }
  @media not all and (min-width: 769px) {
    .breadcrumb-wrapper {
      padding-left: 16px;
      padding-right: 7px;
    }
  }
  @media print, screen and (min-width: 769px) {
    .breadcrumb-wrapper__breadcrumb {
      max-width: calc(100% - 124px);
    }
  }
  @media not all and (min-width: 769px) {
    .breadcrumb-wrapper__breadcrumb {
      max-width: calc(100% - 112px);
    }
  }
  .breadcrumb-wrapper__breadcrumb .breadcrumb__inner {
    padding-inline: 0;
  }
  .breadcrumb-wrapper__button {
    flex-shrink: 0;
    font-family: "Noto Sans JP", sans-serif;
  }
  @media print, screen and (min-width: 769px) {
    .breadcrumb-wrapper__button {
      width: 104px;
      padding: 7px 13px;
      margin-left: auto;
    }
    .breadcrumb-wrapper__button .c-pill-button__text {
      font-size: 0.875rem;
      line-height: 0.71;
    }
  }
  @media not all and (min-width: 769px) {
    .breadcrumb-wrapper__button {
      width: 92px;
      align-items: center;
      padding: 5px 10px;
      margin-left: auto;
    }
    .breadcrumb-wrapper__button.c-pill-button[class*=icon]::before {
      width: 12px;
      height: 12px;
    }
    .breadcrumb-wrapper__button .c-pill-button__text {
      font-size: 0.75rem;
      line-height: 1;
    }
  }

  /* mv
  -------------------------*/
  .mv {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/blog_detail/mv_pc.webp");
  }
  @media print, screen and (min-width: 769px) {
    .mv {
      min-width: 1144px;
      min-height: 470px;
      padding: 20px;
    }
  }
  @media not all and (min-width: 769px) {
    .mv {
      min-height: 600px;
      padding: 40px;
    }
  }
  .mv__inner {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-inline: auto;
  }
  @media print, screen and (min-width: 769px) {
    .mv__inner {
      width: 1104px;
    }
  }
  .mv__title {
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
  @media not all and (min-width: 769px) {
    .mv__title {
      text-align: center;
    }
  }
  .mv__text, .mv__date, .mv__tag {
    color: #FFFFFF;
  }
  .mv__text {
    font-size: 0.875rem;
    margin-top: 16px;
  }
  .mv__date {
    font-size: 0.75rem;
  }
  @media print, screen and (min-width: 769px) {
    .mv__date {
      margin-top: 8px;
    }
  }
  .mv__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  @media print, screen and (min-width: 769px) {
    .mv__tags {
      gap: 8px;
    }
  }
  @media not all and (min-width: 769px) {
    .mv__tags {
      gap: 4px;
    }
  }
  .mv__tag {
    font-size: 0.75rem;
    transition: opacity 0.3s;
  }
  @media (hover: hover) {
    .mv__tag:not(.is-disabled-hover):hover {
      opacity: 0.7;
    }
  }

  /* base
  -------------------------*/
  @media print, screen and (min-width: 769px) {
    .base {
      padding-top: 64px;
    }
  }
  @media not all and (min-width: 769px) {
    .base {
      padding-top: 24px;
    }
  }
  .base + .base {
    padding-top: 0;
  }
  @media print, screen and (min-width: 769px) {
    .base + .base {
      margin-top: 78px;
    }
  }
  @media not all and (min-width: 769px) {
    .base + .base {
      margin-top: 66px;
    }
  }

  /* banner
  -------------------------*/
  .fair {
    display: block;
    transition: opacity 0.3s;
  }
  .fair__big-fair {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.3s;
  }
  @media (hover: hover) {
    .fair:not(.is-disabled-hover):hover {
      opacity: 0.8;
    }
  }
  @media print, screen and (min-width: 769px) {
    .fair + .section {
      margin-top: 64px;
    }
  }
  @media not all and (min-width: 769px) {
    .fair + .section {
      margin-top: 24px;
    }
  }
  .fair__big-fair-images {
    display: block;
  }
  .fair__big-fair-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media print, screen and (min-width: 769px) {
    .fair__big-fair-image {
        aspect-ratio: 960/100;
    }
}
@media not all and (min-width: 769px) {
    .fair__big-fair-image {
        aspect-ratio: 335/137;
    }
}

  /* article
  -------------------------*/
  .article {
    display: grid;
  }
  @media print, screen and (min-width: 769px) {
    .article {
      gap: 24px 32px;
      grid-template-areas: "detail detail recommend-list" "detail detail tags" "detail detail list-button" "prev-link buttons buttons";
      grid-template-columns: max-content 1fr 344px;
      grid-template-rows: max-content max-content 1fr max-content;
    }
  }
  @media not all and (min-width: 769px) {
    .article {
      grid-template-areas: "detail" "buttons" "prev-link" "recommend-list" "list-button" "tags";
    }
  }
  .article__detail {
    grid-area: detail;
  }
  .article__recommend-list {
    grid-area: recommend-list;
  }
  @media not all and (min-width: 769px) {
    .article__recommend-list {
      padding-top: 72px;
      margin-top: 22px;
      position: relative;
    }
    .article__recommend-list::before {
      display: block;
      content: "";
      width: calc(100% + 40px);
      height: 8px;
      background-color: #E9ECF2;
      position: absolute;
      top: 0;
      left: -20px;
    }
  }
  .article__list-button {
    grid-area: list-button;
    max-width: 256px;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
  }
  @media print, screen and (min-width: 769px) {
    .article__list-button {
      margin-top: 16px;
    }
  }
  @media not all and (min-width: 769px) {
    .article__list-button {
      margin-top: 40px;
    }
  }
  .article__tags {
    grid-area: tags;
    border-top: 1px solid #C0C5CC;
    padding-top: 24px;
  }
  @media not all and (min-width: 769px) {
    .article__tags {
      margin-top: 57px;
    }
  }
  .article__buttons {
    grid-area: buttons;
    display: flex;
    align-items: center;
    width: 100%;
  }
  @media print, screen and (min-width: 769px) {
    .article__buttons {
      justify-content: center;
      gap: 110px;
      margin: 123px auto 0;
    }
  }
  @media not all and (min-width: 769px) {
    .article__buttons {
      gap: 20px;
      flex-direction: column;
      margin: 86px auto 0;
    }
  }
  .article__button {
    max-width: 256px;
  }
  .article__prev-link {
    grid-area: prev-link;
  }
  @media print, screen and (min-width: 769px) {
    .article__detail {
      -ms-grid-row: 1;
      -ms-grid-row-span: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
    }
    .article__recommend-list {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
    }
    .article__list-button {
      -ms-grid-row: 5;
      -ms-grid-column: 5;
    }
    .article__tags {
      -ms-grid-row: 3;
      -ms-grid-column: 5;
    }
    .article__buttons {
      -ms-grid-row: 7;
      -ms-grid-column: 3;
      -ms-grid-column-span: 3;
    }
    .article__prev-link {
      -ms-grid-row: 7;
      -ms-grid-column: 1;
    }
  }
  @media not all and (min-width: 769px) {
    .article__detail {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .article__recommend-list {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
    }
    .article__list-button {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }
    .article__tags {
      -ms-grid-row: 6;
      -ms-grid-column: 1;
    }
    .article__buttons {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
    }
    .article__prev-link {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
  }
  @media print, screen and (min-width: 769px) {
    .article__prev-link {
      align-self: flex-end;
    }
  }
  @media not all and (min-width: 769px) {
    .article__prev-link {
      margin-top: 32px;
    }
  }

  /* article-detail
  -------------------------*/
  .article-detail__section + .article-detail__section {
    margin-top: 64px;
  }
  .article-detail__heading {
    background-color: #F0F7FF;
    padding-block: 16px;
  }
  @media print, screen and (min-width: 769px) {
    .article-detail__heading {
      font-size: 1.75rem;
      padding-inline: 24px;
    }
  }
  @media not all and (min-width: 769px) {
    .article-detail__heading {
      font-size: 1.625rem;
      padding-inline: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .article-detail__section img {
      height: auto;
      vertical-align: top;
    }
  }
  .article-detail__contents {
    margin-top: 24px;
  }
  .article-detail__item + .article-detail__item {
    margin-top: 40px;
  }

  /* article-detail-item
  -------------------------*/
  .article-detail-item__heading {
    font-weight: bold;
    border-bottom: 2px solid #10069F;
    padding-bottom: 8px;
  }
  @media print, screen and (min-width: 769px) {
    .article-detail-item__heading {
      font-size: 1.5rem;
    }
  }
  @media not all and (min-width: 769px) {
    .article-detail-item__heading {
      font-size: 1.25rem;
    }
  }
  .article-detail-item__contents {
    margin-top: 24px;
  }
  .article-detail-item__text {
    font-size: 1rem;
    line-height: 1.8;
  }
  @media print, screen and (min-width: 769px) {
    .article-detail-item__text + * {
      margin-top: 34px;
    }
  }
  @media not all and (min-width: 769px) {
    .article-detail-item__text + * {
      margin-top: 40px;
    }
  }
  @media print, screen and (min-width: 769px) {
    .article-detail-item__image-wrapper + * {
      margin-top: 34px;
    }
  }
  @media not all and (min-width: 769px) {
    .article-detail-item__image-wrapper + * {
      margin-top: 40px;
    }
  }
  .article-detail-item__image {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* recommend-articles
  -------------------------*/
  .recommend-articles__heading {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .recommend-articles__contents {
    counter-reset: number 0;
    margin-top: 16px;
  }
  .recommend-articles__article + .recommend-articles__article {
    margin-top: 16px;
  }
  .c-recommend-article__link {
    display: grid;
    gap: 8px 16px;
    grid-template-areas:
        "image heading"
        "image date";
    grid-template-columns: 120px 1fr;
    grid-template-rows: max-content 1fr;
    transition: opacity 0.3s;
    position: relative;
}

/* contents-box
-------------------------*/
.contents-box {
  background-color: #f8f9fa;
  padding: 32px 24px;
  border-radius: 4px;
}
.contents-box .related-articles__head {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.contents-box .contents-item {
  margin-bottom: 15px;
}
.contents-box .contents-title {
  font-size: 16px;
  /* font-weight: bold; */
  margin-bottom: 10px;
  color: #333;
  display: flex;
  line-height: 1.5;
  font-weight: 700;
}
.contents-box .contents-title span {
    width: 16px;
}
.contents-box .contents-title font {
    width: calc(100% - 16px);
}
.contents-box h1, .contents-box h2, .contents-box h3, .contents-box h4, .contents-box h5, .contents-box h6 {
  font-size: 100%;
  font-weight: 700;
}
.contents-box .contents-list {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.contents-box .contents-list li {
  margin: 5px 0;
  padding-left: 24px;
  background: url(../images/blog_detail/arrow_contents.svg)no-repeat left top 4px;
  background-size: 16px auto;
}
.contents-box .contents-list h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.contents-box .contents-list a {
  /* color: #0066cc; */
  color: #10069F;
  text-decoration: none;
}
.contents-box .contents-item+.contents-item {
    margin-top: 32px;
}
.contents-box .contents-list li+li {
    margin-top: 8px;
}
.contents-box .contents-list li a {
    display: flex;
    color: #10069F;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.contents-box .contents-list a span {
    width: 1.5em;
}
.contents-box .contents-list a font {
    width: calc(100% - 1.5em);
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .contents-box {
        padding: 64px 24px;
    }
}
@media screen and (max-width: 767px) {
    .contents-box {
        /* background: #F5F7FA; */
        background: #f8f9fa;
        /* padding: 40px 24px; */
    }
    .feature-contents__left .contents-title {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 16px;
    }
    .contents-box .related-articles__head {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 16px;
        text-align: center;
        /* margin-bottom: 32px; */
    }
    .contents-box .contents-item+.contents-item {
        margin-top: 32px;
    }
    .contents-box .contents-title {
        display: flex;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .contents-box .contents-title span {
        width: 16px;
    }
    .contents-box .contents-title font {
        width: calc(100% - 16px);
    }
    .contents-box .contents-list {
        padding-left: 24px;
    }
    .contents-box .contents-list li+li {
        margin-top: 16px;
    }
    .contents-box .contents-list li {
        padding-left: 24px;
        background: url(../images/blog_detail/arrow_contents.svg)no-repeat left top 4px;
        background-size: 16px auto;
    }
    .contents-box .contents-list li a {
        display: flex;
        color: #10069F;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
    }
    .contents-box .contents-list a span {
        width: 1.5em;
    }
    .contents-box .contents-list a font {
        width: calc(100% - 1.5em);
    }
}

/* feature-contents
   feature_detail
-------------------------*/
.feature-contents {
    display: flex;
    justify-content: space-between;
    padding: 64px 0;
}
.feature-contents__left {
    width: 65.2%;
}
.feature-contents__left h1 {
    width: 65.2%;
}
/* .related-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
.feature-detail__item {
    margin-top: 64px;
}
.feature-detail__h3,
.feature-contents__left h2,
.article-detail__section h2,
#tinymce h2{
    background: #F0F7FF;
    padding: 16px 24px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
}
.contents-list h2 {
  background: #F0F7FF;
  padding: 16px 24px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}
.feature-detail__list+.feature-detail__list {
    margin-top: 16px;
}
.feature-detail__h4,
.feature-contents__left h3,
.article-detail__section h3,
#tinymce h3 {
    padding: 24px 0 8px;
    border-bottom: 2px solid #10069F;
    margin-bottom: 24px;
    display: flex;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}
.feature-detail__h4 span,
.feature-contents__left h3 span,
.article-detail__section h3 span,
#tinymce h3 span {
    width: 1.5em;
}
.feature-detail__h4 font,
.feature-contents__left h3 font,
.article-detail__section h3 font,
#tinymce h3 font {
    width: calc(100% - 1.5em);
}
.feature-detail__text {
    font-size: 16px;
    line-height: 1.8;
}
.feature-detail__text+.feature-detail__text,
.feature-detail__text+.feature-detail__image,
.feature-detail__image+.feature-detail__text {
    margin-top: 34px;
}
.feature-detail__h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #333;
  /* padding-bottom: 10px; */
  border-bottom: 2px solid #0066cc;
  margin-bottom: 20px;
}
.feature-detail__h4 {
  font-size: 20px;
  font-weight: 700 !important;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 20px;
}
/*** PC HOVER ***/
@media screen and (min-width: 960px) {
    .contents-list li a:hover font,
    .contents-list a:hover font {
        text-decoration: underline;
    }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .feature-contents {
        display: block;
        justify-content: space-between;
        padding: 40px 0;
    }
    .feature-contents__left {
        width: auto;
    }
    .related-title {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .feature-detail__item {
        margin-top: 40px;
    }
    .feature-detail__item+.feature-detail__item {
        margin-top: 64px;
    }
    .feature-detail__h3
    .feature-contents__left h2,
    .article-detail__section h2,
    #tinymce h2 {
        background: #F0F7FF;
        padding: 16px;
        font-size: 26px;
        line-height: 1.3;
        font-weight: 400;
    }
    .feature-detail__list+.feature-detail__list {
        margin-top: 40px;
    }
    .feature-detail__h4,
    .feature-contents__left h3,
    .article-detail__section h3,
    #tinymce h3 {
        padding: 24px 0 8px;
        border-bottom: 2px solid #10069F;
        margin-bottom: 24px;
        display: flex;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
    }
    .feature-detail__h4 span,
    .feature-contents__left h3 span,
    .article-detail__section h3 span,
    #tinymce h3 span {
        width: 1.5em;
    }
    .feature-detail__h4 font,
    .feature-contents__left h3 font,
    .article-detail__section h3 font,
    #tinymce h3 font {
        width: calc(100% - 1.5em);
    }
    .feature-detail__text {
        font-size: 16px;
        line-height: 1.8;
    }
    .feature-detail__text+.feature-detail__text,
    .feature-detail__text+.feature-detail__image,
    .feature-detail__image+.feature-detail__text {
        margin-top: 40px;
    }
}

/* article-tags
-------------------------*/
.article-tags__heading {
  font-size: 1.125rem;
  font-weight: bold;
}
.article-tags__list {
  margin-top: 16px;
}

/* recommended-box
-------------------------*/
.recommended-box {
  /* background: #F0F7FF; */
  /* padding: 24px; */
  margin-top: 64px;
}
.recommended-box .recommended-head {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
  padding: 0;
  border: none;
  display: block;
}

/* lowest-price
-------------------------*/
.lowest-price-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
.lowest-price-cards__card {
  width: calc(50% - 10px);
}
.c-lowest-price-card {
  display: flex; 
  flex-direction: row;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  width: 100%;
}
.c-lowest-price-card__thumb {
  width: 120px;
  min-width: 120px;
  background: #f5f5f5;
  flex-shrink: 0;
}
.c-lowest-price-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-lowest-price-card__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  flex-grow: 1;
  min-width: 0;
}
.c-lowest-price-card__destination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-lowest-price-card__place {
  font-size: 14px;
  font-weight: bold;
  color: #2C2A29;
  white-space: nowrap;
}
.c-lowest-price-card__price {
  font-size: 18px;
  font-weight: bold;
  color: #F32B1E;
  text-align: right;
}
.lowest-price__note {
  text-align: right;
  font-size: 12px;
  color: #697180;
  margin: 16px 0 8px;
  padding-right: 10px;
}
.c-lowest-price-card--image .c-lowest-price-card__contents {
  padding: 12px;
}
.c-lowest-price-card--image .c-lowest-price-card__destination {
  max-width: calc(12.25rem + 20px);
  letter-spacing: -0.03rem;
}
@media (max-width: 767px) {
    .lowest-price-cards__card {
      width: 100%;
    }
    .c-lowest-price-card__thumb {
      width: 130px;
      min-width: 130px;
    }
    .c-lowest-price-card__contents {
      padding: 8px 12px;
    }
    .c-lowest-price-card__place {
      font-size: 12px;
    }
    .c-lowest-price-card__price {
      font-size: 16px;
    }
}
@media print, screen and (min-width: 769px) {
    .c-lowest-price-card--image {
      min-width: 258px;
      max-width: 354px;
    }
}
