/* start_Keyvis */

.Keyvis {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Keyvis__inner {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.Keyvis__heading {
    position: relative;
    width: 291px;
    padding-top: 30px;
}

.Keyvis__kyotenName {
    position: absolute;
    top: 190px;
    left: 190px;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
}

.Keyvis__seo {
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 5px 10px;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    background-color: rgba(23, 30, 61, 0.7);
}

.Keyvis__caption {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 5px;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
}

/* end_Keyvis */

/* start_Anchor */

.Anchor {
    background: url(/attending/golf/common/images/bg_polygon.png) no-repeat center / cover;
}

.Anchor__items {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1024px;
    margin: 0 auto;
}

.Anchor__items::before,
.Anchor__items::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.Anchor__items::before {
    left: 0;
}

.Anchor__items::after {
    right: 0;
}

.Anchor__item {
    flex-grow: 1;
    position: relative;
    text-align: center;
}

.Anchor__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.Anchor__link {
    position: relative;
    display: block;
    padding: 25px 0 35px 0;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    transition: opacity 0.3s;
}

.Anchor__link::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: translateX(-50%) rotate(45deg);
}

.Anchor__link:hover {
    opacity: 0.7;
}

/* end_Anchor */

/* start_Point */

#Point {
    padding: 40px 20px;
    background-color: var(--bgColor);
}

.Point__inner {
    background: url(/attending/golf/kokunai/hokkaido/images/SP20-013325.png) no-repeat center / cover;
}

.Point__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.Point__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 226px;
    height: 204px;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background: white;
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: rgba(47, 115, 82, 0.4);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    overflow: hidden;
}

.Point__item::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    border: 1px solid rgba(153, 153, 153, 0.5);
}

.Point__item::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -15px;
    display: block;
    width: 170px;
    height: 320px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.03);
    transform: rotate(45deg);
}

.Point__numContainer {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-family: "Barlow", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: italic;
    opacity: 0.2;
}

.Point__num {
    font-size: 3.8rem;
}

.Point__bestSeason {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    color: white;
    background-color: rgba(23, 30, 61, 0.7);
}

.Point__bestSeasonHeading {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
}

.Point__bestSeasonHeadingEn {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
}

.Point__bestSeasonP {
    width: 472px;
}

/* end_Point */

#Trip .sectionHeading br {
    display: none;
}

/* start_Course */

#Course {
    border-top: 1px solid var(--borderColor);
    background-color: var(--bgColor);
}

.IcnModalButton {
    margin-top: 20px;
    text-align: right;
}

.IcnModalButton__a {
    display: inline-block;
    padding: 8px 10px;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #707171;
    transition: opacity 0.3s;
}

.IcnModalButton__a::before {
    content: "?";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: white;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: 2px;
    background-color: var(--mainColor);
    border-radius: 50%;
}

.IcnModalButton__a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    vertical-align: 2px;
    border-right: 2px solid var(--mainColor);
    border-top: 2px solid var(--mainColor);
    transform: rotate(45deg);
}

.IcnModalButton__a:hover {
    opacity: 0.7;
}

/* end_Course */

/* start_Map */

#Map {
    border-top: 1px solid var(--borderColor);
}

.Map__mapContainer {
    display: flex;
    justify-content: space-between;
    height: 576px;
}

#GoogleMap {
    width: 700px;
    height: 100%;
    background-color: var(--bgColor);
    border: 1px solid var(--borderColor);
}

.Map__swiper-outer {
    position: relative;
    width: 314px;
    height: 100%;
    padding: 20px;
    background-color: var(--bgColor);
    border: 1px solid var(--borderColor);
}

.Map__swiper {
    height: calc(100% - 73px);
    margin-top: 40px;
    overflow: hidden;
}

.Map__swiperButton {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--mainColor);
    transition: opacity 0.3s;
}

.Map__swiperButton::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 3px;
    vertical-align: 2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}

.Map__swiperButton:hover {
    opacity: 0.7;
}

.Map__swiper-button-prev,
.Map__swiper-button-next {
    position: absolute;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 30px;
    background-color: white;
    border: 1px solid var(--borderColor);
    cursor: pointer;
}

.Map__swiper-button-prev.swiper-button-disabled,
.Map__swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.Map__swiper-button-prev {
    top: 20px;
}

.Map__swiper-button-next {
    bottom: 20px;
}

.Map__swiper-button-prev::before,
.Map__swiper-button-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--mainColor);
    border-left: 2px solid var(--mainColor);
}

.Map__swiper-button-prev::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.Map__swiper-button-next::before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.Map__areaHeading {
    margin: 80px 0 40px 0;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: rgba(69, 186, 118, 0.2);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    font-size: 2.8rem;
    font-weight: 600;
}

.Map__tourContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Map__tourContainer .Tour {
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
}

.Map__tourContainer .Tour:nth-child(4n) {
    margin-right: 0;
}

.Map__tourContainer .Tour__movieButton {
    top: 153px;
}

/* end_Map */

/* start_Search */

#SearchSection {
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    background-color: var(--bgColor);
}

.Search_module--horizontal {
    --horizontal-label-width: 85px;
}

.Search_module--horizontal #d-search .Search__detail-contents {
    margin-top: 50px !important;
}

.Search_module--horizontal #d-search .Search__form-label:has(label[for="d-date"]),
.Search_module--horizontal #d-search .Search__form-label:has(label[for="d-departure"]),
.Search_module--horizontal #d-search .Search__form-label:has(label[for="d-theme"]) {
    width: 85px;
}

.Search_module--horizontal #d-search .Search__form-content:has(#d-date),
.Search_module--horizontal #d-search .Search__form-content:has(#d-departure),
.Search_module--horizontal #d-search .Search__form-content:has(#d-theme) {
    width: calc(100% - 85px);
}

/* .Search__form-group--date,
.Search__form-group--date + .Search__form-group {
    margin-bottom: 65px !important;
} */

/* end_Search */

/* start_Links */

.Links {
    padding: 40px 0;
    border-top: 1px solid var(--borderColor);
}

.Links__items {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.Links__item:not(:last-child) {
    margin-right: 20px;
}

.Links__link {
    display: block;
    padding: 20px;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: var(--mainColor);
    transition: opacity 0.3s;
}

.Links__link:hover {
    opacity: 0.7;
}

.Links__link::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: -8px;
}

.Links__link--top::before {
    background: url(/attending/golf/kokunai/okinawa/images/icn_departure--white.svg) no-repeat center / contain;
}

.Links__link--d::before {
    background: url(/attending/golf/kokunai/okinawa/images/icn_d--white.svg) no-repeat center / contain;
}

.Links__link--i::before {
    background: url(/attending/golf/kokunai/okinawa/images/icn_i--white.svg) no-repeat center / contain;
}

.Links__link::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 30px;
    vertical-align: 2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}

/* end_Links */

/* start_BotLinks */

#BotLinks {
    border-bottom: 1px solid var(--borderColor);
}

.Bot__items {
    display: flex;
    justify-content: center;
}

.Bot__item {
    width: calc((100% - 80px) / 5);
}

.Bot__item:not(:last-child) {
    margin-right: 20px;
}

.Bot__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: var(--mainColor);
    transition: opacity 0.3s;
}

.Bot__link::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    vertical-align: 2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}

.Bot__link:hover {
    opacity: 0.7;
}

/* end_BotLinks */

/* start_MapModal */

#map-modal {
    width: 865px;
    padding: 40px;
}

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

.MapModal__img {
    width: 400px;
}

.MapModal__txtContainer {
    width: calc(100% - 440px);
}

.MapModal__courseName {
    font-size: 20px;
    font-weight: 600;
}

.MapModal__destination {
    margin-bottom: 10px;
    color: #2f7352;
    font-size: 1.5rem;
    font-weight: 600;
}

.MapModal__destination::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: -4px;
    background: url(/attending/golf/kokunai/okinawa/images/icn_departure.svg) no-repeat center / contain;
}

.MapModal__courseCaption {
    font-size: 1.5rem;
}

.MapModal__icnItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.MapModal__icnItem {
    margin-right: 5px;
    padding: 3px 6px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
}

.MapModal__button {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    color: white;
    font-weight: 600;
    text-align: center;
    background-color: #323940;
    box-shadow: 0 -5px 0 0 rgb(0 0 0 / 60%) inset;
    transition: opacity 0.3s;
}

.MapModal__button::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 3px;
    vertical-align: 2px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}

.MapModal__button:hover {
    opacity: 0.7;
}

/* end_MapModal */
