@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

:root {
    --primary-color: #d83769;
    --secondary-color: #f274a8;
    --tertiary-color: #17838c;
    --bold: 700;
    --opacity: 0.5;
}

/* 終了告知文 */
/* .Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
} */

/* H1 */
#PageName {
    width: 1024px;
    margin: 10px auto;
    font-weight: bold;
}

.contents {
    font-family: "Noto Sans JP", sans-serif;
}

.Bg__white {
    position: relative;
    background-color: #fff;
    padding-bottom: 120px;
}

.Bg__white::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/attending/kaigai/festival/images/Sec__white.svg);
    background-repeat: no-repeat;
    width: 361px;
    height: 51px;
}

.Bg__gray {
    position: relative;
    background-color: #f5f5f5;
    padding-bottom: 120px;
}

.Bg__gray::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/attending/kaigai/festival/images/Sec__gray.svg);
    background-repeat: no-repeat;
    width: 361px;
    height: 51px;
}

.Bg__pink {
    position: relative;
    background-image: url(/attending/kaigai/festival/images/Contents__bg.svg);
    background-color: #fad4e3;
    padding-bottom: 120px;
}

.Bg__pink::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/attending/kaigai/festival/images/Sec__pink.svg);
    background-repeat: no-repeat;
    width: 361px;
    height: 51px;
}

h2 {
    text-align: center;
}

/*=====================================
Keyvisual・Seo・アンカー
*=====================================*/
.Keyvisual {
    background-size: auto auto;
    background-color: rgba(245, 225, 230, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 31px, rgba(255, 255, 255, 0.28) 31px, rgba(255, 255, 255, 0.28) 62px);
    height: 500px;
}

.Keyvisual__inner {
    position: relative;
    background-image: url(/attending/kaigai/festival/images/Bg__keyvisual.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.Keyvisual__inner .Keyvisual__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Dest {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: var(--bold);
    color: var(--tertiary-color);
    padding: 10px 20px;
}

.Dest span::after {
    content: "発";
}

.Sec__seo {
    position: relative;
    background-color: var(--tertiary-color);
    font-size: 15px;
    font-weight: var(--bold);
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.Sec__seo::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/attending/kaigai/festival/images/Sec__seo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 652px;
    height: 84px;
}

.Sec_anchor {
    padding: 150px 0 120px;
}

.Group__anchor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Anchor__link {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: var(--bold);
    border-right: solid 1px #dedede;
    padding: 10px 42px 10px 18px;
    transition: color 0.5s;
}

.Anchor__link:hover {
    color: var(--secondary-color);
}

.Anchor__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    width: 90%;
    height: 5px;
    transition: background-color 0.5s;
}

.Anchor__link:hover::after {
    background-color: var(--secondary-color);
}

.Anchor__item:first-of-type .Anchor__link {
    border-left: solid 1px #dedede;
}

.Anchor__inner {
    position: relative;
}

.Anchor__inner::before,
.Anchor__inner::after {
    content: "";
    display: block;
    position: absolute;
}

.Anchor__inner::before {
    top: 50%;
    right: -17px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(135deg);
    z-index: 1;
}

.Anchor__inner::after {
    top: calc(50% + 1px);
    right: -22px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

.Sec_anchor:last-of-type {
    padding: 70px 0 120px;
}

.Sec_anchor:last-of-type .Anchor__inner::before {
    top: calc(50% + 2px);
    transform: translateY(-50%) rotate(-45deg);
}

/*=====================================
世界の祭りのツアーを出発地から探す
*=====================================*/
.Group__departure-button {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    width: 890px;
    height: auto;
    margin: 20px auto 0;
}

.Departure__item {
    background-color: #fff;
    border: solid 1px #dedede;
    border-radius: 8px;
    width: 198px;
}

.Departure__link {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: var(--bold);
    color: var(--tertiary-color);
    text-align: center;
    padding: 15px 20px 15px 0;
    transition: opacity 0.5s;
}

.Departure__link:hover {
    opacity: var(--opacity);
}

.Departure__link::before,
.Departure__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.Departure__link::before {
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.Departure__link::after {
    right: 10px;
    background-color: var(--tertiary-color);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

/*=====================================
おすすめの祭り・ツアー
*=====================================*/

/*=====================================
方面から探す
*=====================================*/
.Heading__direction {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/attending/kaigai/festival/images/Bg__label.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    font-size: 22px;
    font-weight: var(--bold);
    color: #fff;
    text-align: center;
}

.Heading__tour-cts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    font-weight: var(--bold);
    margin: 30px 0 10px;
}

.Heading__tour-cts::before {
    content: "";
    display: block;
    background-image: url(/attending/kaigai/festival/images/il__tour.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 44px;
    margin-right: 5px;
}

.Group__direction-tab {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding: 20px 0 50px;
}

.Direction__tab {
    position: relative;
    display: flex;
    background-color: #fff;
    border: solid 2px #c7c7c7;
    border-radius: 8px;
    width: calc((100% / 6) - 20px);
    color: var(--tertiary-color);
}

.Direction__tab.current {
    background-color: var(--tertiary-color);
    border: solid 1px var(--tertiary-color);
    color: #fff;
}

.Direction__tab.current::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background-color: var(--tertiary-color);
    width: 15px;
    height: 15px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.Direction__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: var(--bold);
    line-height: 1.4;
    cursor: pointer;
    height: 60px;
}

/*=====================================
祭りカレンダー
*=====================================*/
.Sec__calendar h3 {
    margin-top: 20px;
}

.Heading__calendar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/attending/kaigai/festival/images/Bg__label.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 60px;
    font-size: 22px;
    font-weight: var(--bold);
    color: #fff;
    text-align: center;
}

.Heading__calendar::before,
.Heading__calendar::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.Heading__calendar::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.Heading__calendar.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

table {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

table:not(.CommonModal-day-table) th,
table:not(.CommonModal-day-table) td {
    vertical-align: middle;
    padding: 15px 10px;
}

table:not(.CommonModal-day-table) th {
    border-right: dotted 2px #9b9b9b;
    background-color: #dedede;
    font-size: 15px;
    font-weight: var(--bold);
    text-align: center;
}

table:not(.CommonModal-day-table) td {
    border-right: dotted 2px #dedede;
    border-bottom: dotted 2px #dedede;
    font-size: 14px;
}

table:not(.CommonModal-day-table) tr td:first-child {
    font-weight: var(--bold);
}

table:not(.CommonModal-day-table) th:nth-child(4n),
table:not(.CommonModal-day-table) td:nth-child(4n) {
    border-right: none;
}

table:not(.CommonModal-day-table) tr:last-child td {
    border-bottom: none;
}

.Calendar_link {
    position: relative;
    display: block;
    background-color: var(--primary-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: var(--bold);
    color: #fff;
    text-align: center;
    padding: 8px 10px 8px 5px;
    transition: opacity 0.5s;
}

.Calendar_link:hover {
    opacity: var(--opacity);
}

.Calendar_link::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    width: 6px;
    height: 6px;
}

.Js__accordion-btn {
    cursor: pointer;
}

/*=====================================
写真で見る世界の祭り
*=====================================*/
.Group__gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 21px;
    row-gap: 21px;
    margin-top: 20px;
}

.Gallery__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
}

.Gallery__link:hover {
    opacity: var(--opacity);
}

.Gallery__link::before,
.Gallery__link::after {
    content: "";
    position: absolute;
}

.Gallery__link::before {
    bottom: 12px;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    z-index: 1;
}

.Gallery__link::after {
    bottom: 5px;
    right: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.Gallery__item {
    width: 188px;
    height: 188px;
    overflow: hidden;
}
.Gallery__item img {
    width: auto;
    height: 188px;
}
/*=====================================
希望の条件で海外ツアーを検索する
*=====================================*/
.Search_module--horizontal {
    margin-top: 20px !important;
}
/*=====================================
世界の祭り 現地情報
*=====================================*/
.Sec__blog.Bg__pink {
    padding-bottom: 80px !important;
}
.Blog__notice {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.Group__blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    column-gap: 21px;
    margin-top: 20px;
}

.Blog__item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: solid 1px #dedede;
    border-radius: 8px;
    height: auto;
    transition: opacity 0.5s;
}

.Blog__item:hover {
    opacity: var(--opacity);
}

.Blog__item__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 15px 15px 30px;
}

.Blog__item__inner::before,
.Blog__item__inner::after {
    content: "";
    position: absolute;
}

.Blog__item__inner::before {
    bottom: 12px;
    right: 13px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    z-index: 1;
}

.Blog__item__inner::after {
    bottom: 5px;
    right: 5px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.Blog__item img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    overflow: hidden;
}

.Blog__item .pref {
    font-size: 13px;
    font-weight: var(--bold);
    color: var(--tertiary-color);
    margin-top: 10px;
}

.Blog__item .ttl {
    font-size: 15px;
    font-weight: var(--bold);
    margin-top: 0;
}

.stretched-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Blog__btn {
    text-align: center;
    margin-top: 30px;
}

.Blog__btn--link {
    position: relative;
    display: block;
    background-color: var(--tertiary-color);
    border-radius: 8px;
    width: 350px;
    height: auto;
    font-weight: var(--bold);
    color: #fff;
    margin: 0 auto;
    padding: 20px 0;
    transition: opacity 0.5s;
}

.Blog__btn--link:hover {
    opacity: var(--opacity);
}

.Blog__btn--link::before,
.Blog__btn--link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.Blog__btn--link::before {
    right: 21px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--tertiary-color);
    border-right: 2px solid var(--tertiary-color);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.Blog__btn--link::after {
    right: 15px;
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
}

/*=====================================
関連特集
*=====================================*/
.swiper-slider__outer {
    position: relative;
    margin-top: 20px;
}

.bannerCassette_content .bannerImg {
    width: 230px;
    height: 173px;
}

.bannerCassette_content .bannerImg img {
    width: 100%;
}

/*=====================================
ツアーカセット
*=====================================*/
.Tour__cassette {
    display: flex;
    flex-direction: column;
    width: 27rem;
    height: auto;
    transition: opacity 0.5s;
}

.Tour__cassette:hover {
    opacity: var(--opacity);
}

.Tour__swiper-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    height: 100%;
    padding: 15px 15px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.Tour__cassette figure {
    width: 100%;
}

.Tour__cassette figure img {
    border-radius: 6px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    overflow: hidden;
}

.Tour__cassette-inner {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-top: none;
    height: 100%;
}

.Tour__dest {
    background-color: var(--tertiary-color);
    border-radius: 4px;
    font-size: 14px;
    font-weight: var(--bold);
    line-height: 1;
    color: #fff;
    margin-top: 10px;
    padding: 5px 10px;
}

.Tour__label-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}

.Tour__label-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 4px;
    font-size: 13px;
    font-weight: var(--bold);
    line-height: 1;
    padding: 5px;
}

.Tour__departure {
    border: solid 1px var(--tertiary-color);
    color: var(--tertiary-color);
}

.Tour__conductor {
    background-color: #eae8e7;
    border: solid 1px #cecece;
}

.Tour__title {
    font-weight: var(--bold);
    line-height: 1.4;
    margin-top: 10px;
}

.Tour__caption {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
}

.Tour__price {
    font-weight: var(--bold);
    color: #ff1d00;
    text-align: right;
    margin-top: auto;
}

.Group_RecommendFes .Festival {
    position: relative;
}

.Group_RecommendFes .Festival::before,
.Group_RecommendFes .Festival::after {
    content: "";
    position: absolute;
}

.Group_RecommendFes .Festival::before {
    bottom: 17px;
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    z-index: 1;
}

.Group_RecommendFes .Festival::after {
    bottom: 10px;
    right: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

/* swiper */
.Tour__swiper-outer {
    position: relative;
    margin-top: 20px;
}

.Tour__swiper {
    margin: 0 auto;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    padding-top: 10px;
}

.Tour__swiper:has(.swiper-scrollbar-lock) {
    padding-bottom: 0;
}

.Tour__swiper-button-next.swiper-button-disabled,
.Tour__swiper-button-prev.swiper-button-disabled {
    display: none;
}

.Tour__swiper-button-next,
.Tour__swiper-button-prev {
    position: absolute;
    top: calc(50% - 2rem);
    z-index: 10;
    width: 5rem;
    height: 5rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: opacity 0.5s;
    cursor: pointer;
}

.Tour__swiper-button-next:hover,
.Tour__swiper-button-prev:hover {
    opacity: var(--opacity);
}

.Tour__swiper-button-next {
    right: -2.5rem;
    transform: translateY(-50%);
}

.Tour__swiper-button-prev {
    left: -2.5rem;
    transform: translateY(-50%) rotate(180deg);
}

.Tour__swiper-button-next:after,
.Tour__swiper-button-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.Tour__swiper-button-next:after {
    transform: translate(-70%, -50%) rotate(45deg);
}

.Tour__swiper-button-prev:after {
    transform: translate(-60%, -50%) rotate(45deg);
}

.swiper-scrollbar {
    background: #e5e5e5;
}

.swiper-scrollbar-drag {
    background: #bebebe;
}

.swiper-wrapper {
    margin-bottom: 40px;
}

.swiper-button-prev {
    top: calc(50% - 15px);
    left: -25px;
}

.swiper-button-next {
    top: calc(50% - 15px);
    right: -25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 50%;

    width: 5rem;
    height: 5rem;
    z-index: 10;
    transition: opacity 0.3s;
    background-image: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: var(--opacity);
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
}

.swiper-button-prev::before {
    left: 55%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::before {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 10px;
}

.swiper-slider__outer .swiper-button-prev::before,
.swiper-slider__outer .swiper-button-next::before {
    border-top: 2px solid white;
    border-right: 2px solid white;
}
#SlideBanner .swiper-slide a {
    transition: opacity 0.3s;
    cursor: pointer;
}
#SlideBanner .swiper-slide a:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
    text-decoration: underline;
}
/*=====================================
モーダル
*=====================================*/
.mfp-content {
    background-color: #fff;
    border-radius: 10px;
    width: 960px !important;
    padding: 30px;
}

button.mfp-close {
    background-color: #fff;
    border: solid 2px #dedede;
    border-radius: 50%;
    top: -13px;
    right: -13px;
    transform: rotate(45deg);
    opacity: 1;
}

.mfp-close {
    width: 36px;
    height: 36px;
}

.mfp-close:active {
    top: -13px;
}

.mfp-close::before,
.mfp-close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #222222;
    border: none;
}

.mfp-close::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mfp-close::after {
    transform: translate(-50%, -50%);
}

.modal-cts__inner {
    display: flex;
    justify-content: space-between;
}

.modal-cts__inner figure {
    width: 520px;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
}

.modal-cts__inner figure img {
    border-radius: 8px;
    overflow: hidden;
}

.modal-cts__inner dl {
    display: flex;
    flex-direction: column;
    width: calc(100% - 520px - 20px);
}

.Modal__name {
    border-bottom: solid 1px #dedede;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.Modal__text {
    font-size: 15px;
    font-weight: var(--bold);
    color: var(--tertiary-color);
}

.Modal__text span {
    display: inline-block;
    color: #747474;
}

.Modal__text span::after {
    content: "｜";
}

.Modal__caption {
    font-size: 14px;
    margin-top: 10px;
}

.Modal__btn {
    margin-top: auto;
}

.Modal__link {
    display: block;
    position: relative;
    background-color: var(--primary-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: var(--bold);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    transition: opacity 0.5s;
}

.Modal__link:hover {
    opacity: var(--opacity);
}

.Modal__link::before,
.Modal__link::after {
    content: "";
    position: absolute;
    top: 50%;
}

.Modal__link::before {
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
}

.Modal__link::after {
    right: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

/*start_リニューアル2021対応*/
:where(.contents) img {
    width: auto;
}
/*end_リニューアル2021対応*/

/*関連情報追加*/
#Sec__information.Bg__gray {
    padding-bottom: 50px;
}

.related_information {
    display: flex;
    justify-content: space-between;
}

.related_information figure {
    width: 520px;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
}

.related_information figure img {
    border-radius: 8px;
    overflow: hidden;
    width: 50%;
}

.related_information dl {
    display: flex;
    flex-direction: column;
    width: calc(100% - 520px - 20px);
}

.Relation__items {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    margin-top: 32px;
}

.Relation__item {
    background-color: #fff;
    border-radius: 16px;
    /*width: calc((75% / 1));*/
    width: 900px !important;
    margin: 20px auto;
    position: relative;
}

.Relation--link::before,
.Relation--link::after {
    content: "";
    position: absolute;
    display: block;
}

.Relation--link::before {
    bottom: 14px;
    transform: translateY(-50%) rotate(45deg);
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 2;
}

.Relation--link::after {
    bottom: 10px;
    right: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.Relation__item__inner figure img {
    width: 300px;
    height: auto;
}

.Relation--link {
    transition: opacity 0.5s;
}

.Relation--link:hover {
    opacity: 0.5;
}

.Relation__item__inner {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
    padding: 16px;
}

.Relation__item__text {
    width: calc((100% - 160px) - 16px);
}

.Relation__caption {
    margin-top: 20px;
    font-weight: 600;
}

.Relation__days {
    color: var(--tertiary-color);
}
