/* start_Keyvis */

.Keyvis {
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 582px;
}

.Keyvis__inner {
  display: flex;
  justify-content: flex-start;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.Keyvis__heading {
  position: relative;
  width: 280px;
  margin-left: 40px;
}

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

.Keyvis__seo {
  position: absolute;
  bottom: 0px;
  left: 412px;
  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: 0;
  right: 0;
  padding: 0 5px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.Search-form-wrap {
  padding-bottom: 180px;
}

/* end_Keyvis */

/* start_検索フォーム無理やり調整 */
.Search__form {
  height: 487px;
}

.Search-form-wrap {
  height: 452px;
}

.Search__form-heading {
  display: none;
}

.Search__submit-wrap {
  z-index: 10;
}

.Search__detail-contents:not(.active) {
  display: block;
}

.Search__detail-contents {
  width: 332px;
  top: 247px;
  right: auto;
  left: ;
  height: auto;
  padding: 0;
  background-color: transparent;
}

.Search__form-label,
.Search__detail-contents--d .Search__form-label,
.Search__detail-contents--i .Search__form-label {
  width: 75px;
}

.Search__form-content,
.Search__detail-contents--d .Search__form-content,
.Search__detail-contents--i .Search__form-content {
  width: calc(100% - 75px);
}
.Search__form-group--keyword {
  margin-bottom: 10px;
}

.Search__detail-contents-inner {
  display: flex;
  flex-direction: column-reverse;
  height: auto;
  padding: 0;
  border: none;
}

.Search__detail-btn {
  display: none;
}

/* end_検索フォーム無理やり調整 */

/* start_コース番号検索 */

#SearchCourse {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background-color: var(--bgColor);
}

#SearchCourse ::placeholder {
  color: #888;
}

.SearchCourse__inner {
  display: inline-flex;
  justify-self: flex-start;
  align-items: center;
  padding: 10px 30px 10px 0;
  text-align: left;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  background-color: white;
}

.SearchCourse__ttl {
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.SearchCourse__ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.SearchCourse__form {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 10px 30px;
  border-left: 1px dotted #888;
}

/* start_ラジオボタン */
#SearchCourse input[type="radio"] {
  display: none;
}

.SearchCourse__radio-label {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#SearchCourse input[type="radio"]:checked + .SearchCourse__radio-label {
  background: var(--active-color);
}

.SearchCourse__radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 50%;
  border: 2px solid #888;
  background-color: white;
}

#SearchCourse input[type="radio"]:checked + .SearchCourse__radio-label .SearchCourse__radio-btn {
  border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン */

.SearchCourse__input-text {
  width: 260px;
  margin-right: 10px;
  padding: 8px 10px;
  border: 1px solid #888;
  border-radius: 4px;
}

.SearchCourse__input-text-wrap {
  position: relative;
}

.SearchCourse__alert {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  color: #888;
  font-weight: 600;
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 6px;
  background: white;
  border: 2px solid #c3c3c3;
  box-shadow: 0px 4px 7px -6px rgb(0 0 0 / 50%);
}

.SearchCourse__alert::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #c3c3c3 transparent transparent transparent;
}

.SearchCourse__alert::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
}

.SearchCourse__alert-icn {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  color: white;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 16px;
  vertical-align: 1px;
  text-align: center;
  border-radius: 50%;
  background: #ffa301;
}

.SearchCourse__submit {
  padding: 0 15px;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: var(--caution-color);
  border-radius: 3px;
}

.SearchCourse__submit::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/* end_コース番号検索 */

/* 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;
  z-index: 3;
}

.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_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_Trip */

#Trip {
  background-color: var(--bgColor);
}

/* end_Trip */

/* start_Ranking */

#Ranking {
  counter-reset: ranking;
}

.Tour {
  margin-top: 40px;
}

#Ranking .Tour::after {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  background-color: white;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  border: 2px solid #333941;
  background: url(/attending/golf/common/images/icn_rank--black.svg) no-repeat left 18px center / 18px 14px;
  border-radius: 3px;
  padding-left: 18px;
}

#Ranking .Tour:first-child::after {
  color: white;
  background: #e9b44c url(/attending/common/images/icn_rank--white.svg) no-repeat left 18px center / 18px 14px;
  border: none;
}

#Ranking .Tour:nth-child(2)::after {
  color: white;
  background: #b5ada1 url(/attending/common/images/icn_rank--white.svg) no-repeat left 18px center / 18px 14px;
  border: none;
}

#Ranking .Tour:nth-child(3)::after {
  color: white;
  background: #b8703a url(/attending/common/images/icn_rank--white.svg) no-repeat left 18px center / 18px 14px;
  border: none;
}

#Ranking .Tour:nth-child(10)::after {
  background: url(/attending/golf/common/images/icn_rank--black.svg) no-repeat left 14px center / 18px 14px;
  padding-left: 19px;
}

#Ranking .Tour__img {
  border-bottom: none;
}

#Ranking .Tour__caption {
  margin-bottom: 5px;
}

/* end_Ranking */

/* start_Area */

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

.Area__items {
  display: flex;
  justify-content: flex-start;
}

.Area__item {
  width: calc((100% - 120px) / 4);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.3s;
}

.Area__item:not(:last-child) {
  margin-right: 40px;
}

.Area__item:hover {
  opacity: 0.7;
}

.Area__itemLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0.1) 40%);
}

.Area__itemLink::before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
}

.Area__itemLink::after {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 29px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}

.Area__itemName {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 40px;
  color: white;
  font-size: 21px;
  font-weight: 600;
}

/* end_Area */

/* start_Course */

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

.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_Info */

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

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

.Info__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  padding: 20px;
  background-color: white;
  border: 1px solid var(--borderColor);
}

.Info__item:not(:first-child) {
  margin-left: 25px;
}

.Info__itemTitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.Info__itemIcn {
  width: 30px;
  margin-right: 5px;
}

.Info__itemP {
  margin-bottom: 60px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.Info__itemLink {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  width: calc(100% - 40px);
  padding: 10px 0;
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  background-color: var(--mainColor);
  box-shadow: 0 -3px 0 0 rgb(0 0 0 / 60%) inset;
  transition: opacity 0.3s;
}

.Info__itemLink::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);
}

.Info__itemLink:hover {
  opacity: 0.7;
}

.Info__itemLink--half {
  width: calc((100% - 50px) / 2);
}

.Info__itemLink--half:last-child {
  left: auto;
  right: 20px;
}

/* end_Info */

/* 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_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 */

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

.sectionHeading br {
  display: none;
}

/* その他おすすめ特集_start */
#others {
  background-color: var(--bgColor);
}

.swiper-slider__outer {
  position: relative;
}

.bannerCassette_content .bannerImg {
  width: 230px;
  height: 173px;
}
/* swiper */
.swiper-wrapper {
  margin-bottom: 30px;
}

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

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 85px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: var(--mainColor);
  transition: opacity 0.3s;
  cursor: pointer;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next {
  right: -25px;
}

.swiper-button-prev {
  left: -25px;
  transform: rotate(180deg);
}

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

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

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

#SlideBanner.swiper-container-horizontal > .swiper-scrollbar {
  height: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
}

#SlideBanner .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
}
/* その他おすすめ特集_end */

.Tour__swiper.swiper-container-horizontal > .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
}
.Tour__swiper .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
}
