/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_top_reserve__item_tbl01 .script_more_link a, .p_top_reserve__item_tbl02 .script_more_link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 60px;
  min-width: 228px;
  font-size: 1rem;
}

.p_top_reserve__award_desc {
  font-size: 0.75rem;
}

.p_top_reserve__item_tbl01 th, .p_top_reserve__item_tbl01 td, .p_top_reserve__item_tbl02 th, .p_top_reserve__item_tbl02 td {
  font-size: 0.875rem;
}

.p_top_plan__card_item_desc, .p_top_reserve__lead, .p_top_mv__note {
  font-size: 0.875rem;
}

.p_top_plan__card_desc, .p_top_resort__desc, .p_top_resort__item_desc, .p_top_facility__desc, .p_top_restaurant__desc, .p_top_course__golf_lead {
  font-size: 0.9375rem;
}

.p_top_course__golf_hole, .p_top_reserve__item_ttl_jp {
  font-size: 1rem;
}

.p_top_reserve__item_ttl_en {
  font-size: 1.125rem;
}

.p_top_about__item_ttl_sm {
  font-size: 1.1875rem;
}

.p_top_resort__site {
  font-size: 1.1875rem;
}

.p_top_about__item_ttl_md, .p_top_reserve__award_ttl {
  font-size: 1.25rem;
}

.p_top_plan__card_ttl, .p_top_solo__ttl {
  font-size: 1.25rem;
}

.p_top_facility__ttl, .p_top_restaurant__lead, .p_top_course__desc, .p_top_recruit__ttl {
  font-size: 1.25rem;
}

.p_top_solo__lead {
  font-size: 1.375rem;
}

.p_top_about__lead {
  font-size: 1.375rem;
}

.p_top_resort__lead {
  font-size: 1.625rem;
}

.p_top_resort__ttl {
  font-size: 1.5rem;
}

.p_top_plan__card_lead {
  font-size: 1.5rem;
}

.p_top_about__ttl {
  font-size: 1.75rem;
}

.p_top_mv {
  overflow: hidden;
  position: relative;
}
.p_top_mv__lang {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  top: 16px;
  right: 19px;
  display: none;
  line-height: 1;
}
.p_top_mv__lang select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  min-width: 103px;
  padding-block: 9px;
  padding-inline: 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  background-image: url(../images/common/icon_pulldown.svg);
  background-size: 10px 9px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 55%;
  cursor: pointer;
}
.p_top_mv__lang select option[value=""] {
  display: none;
}
.p_top_mv__gallery {
  position: relative;
  z-index: 0;
  aspect-ratio: 750/842;
  width: 100%;
  min-height: 421px;
  background-color: #fff;
}
.p_top_mv__gallery_slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p_top_mv__gallery_slider::after {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 304px;
  background-image: linear-gradient(to top, #0F210F, #fff);
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.p_top_mv__gallery_slider .splide__track {
  position: relative;
}
.p_top_mv__gallery_slider .splide__slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 421px;
  aspect-ratio: 750/842;
}
.p_top_mv__gallery_slider .splide__slide.is_scale_first .p_top_mv__gallery_img {
  opacity: 1;
  animation: ani_mv 15s ease;
}
.p_top_mv__gallery_slider .splide__slide.is_scale .p_top_mv__gallery_img {
  opacity: 1;
  animation: ani_mv 15s ease;
}
.p_top_mv__gallery_img {
  opacity: 0;
  transition: opacity 2s ease;
}
.p_top_mv__gallery_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  top: 0;
  font-family: "Noto Serif JP", serif;
}
.p_top_mv__gallery_content .l_container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.p_top_mv__gallery_ttl {
  letter-spacing: 0.05em;
  line-height: 1.65;
  font-size: 1.65625rem;
  padding-top: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.p_top_mv__gallery_desc {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #55151C;
  display: table;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 6px 20px;
}
.p_top_mv__content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-block: 23px 30px;
  background: url(../images/top/img_mv_bg.jpg) center/cover no-repeat;
}
.p_top_mv__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.86;
  background-color: #586A35;
}
.p_top_mv__fee {
  text-align: center;
}
.p_top_mv__fee_head {
  position: relative;
  display: inline-flex;
  justify-content: center;
  gap: 35px;
  padding-left: 7px;
}
.p_top_mv__fee_ttl {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.21875rem;
}
.p_top_mv__fee_info {
  display: flex;
  letter-spacing: 0.05em;
  align-items: center;
  font-size: 0.75rem;
  gap: 10px;
}
.p_top_mv__fee_tag {
  color: #3B4043;
  font-weight: 700;
  background-color: #E0C67C;
  text-align: center;
  padding-inline: 5px;
  min-width: 72px;
  padding-block: 1px;
}
.p_top_mv__fee_price {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  opacity: 0.47;
  font-size: 0.6875rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.p_top_mv__fee_list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: 17px;
  margin-top: 10px;
  gap: 14px 23px;
}
.p_top_mv__fee_item:nth-child(even) .p_top_mv__fee_item_txtbox {
  color: #801E34;
}
.p_top_mv__fee_item_time {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 0.84375rem;
}
.p_top_mv__fee_item_txtbox {
  background-color: #fff;
  text-align: center;
  font-size: 0.71875rem;
  width: 100%;
  letter-spacing: 0.05em;
  color: #3B4043;
  font-weight: 700;
}
.p_top_mv__fee_item_price {
  display: flex;
  justify-content: center;
  font-weight: 600;
  align-items: baseline;
  gap: 5px;
  margin-top: -3px;
}
.p_top_mv__fee_item_num {
  font-size: 1.46875rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p_top_mv__fee_item_unit {
  font-size: 0.9375rem;
}
.p_top_mv__other {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.p_top_mv__note {
  line-height: 1.375;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.p_top_mv__more {
  text-align: center;
  width: 100%;
  margin-top: 7px;
}
.p_top_mv__more .c_btn01 {
  color: #fff;
}
.p_top_news {
  background-color: rgba(219, 216, 206, 0.28);
  padding-block: 40px;
}
.p_top_news .c_news__list {
  margin-top: 30px;
}
.p_top_news .c_news__list a {
  display: block;
}
.p_top_news__more {
  text-align: center;
  margin-top: 30px;
}
.p_top_solo {
  margin-top: 60px;
}
.p_top_solo__content {
  position: relative;
}
.p_top_solo__box {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-inline: auto;
  padding-block: 20px;
}
.p_top_solo__ttl {
  font-family: "Noto Serif JP", serif;
  opacity: 0.4;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.1034482759em;
}
.p_top_solo__lead {
  letter-spacing: 0.05em;
  line-height: 1.4516129032;
  font-family: "Noto Serif JP", serif;
}
.p_top_solo__desc {
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 5px;
}
.p_top_solo__more {
  margin-top: 10px;
}
.p_top_solo__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p_top_solo__img img {
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_solo__img img:first-child {
  -o-object-position: 20% 50%;
  object-position: 20% 50%;
}
.p_top_solo__img img:last-child {
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}
.p_top_solo__img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #627936;
  mix-blend-mode: multiply;
}

@keyframes ani_mv {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p_top_reserve {
  margin-top: 60px;
}
.p_top_reserve__lead {
  display: table;
  margin-inline: auto;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.p_top_reserve__award {
  margin-inline: auto;
  color: #A29B70;
  text-align: center;
  border: 1px solid #707070;
  position: relative;
  z-index: 0;
  padding-block: 20px;
  margin-top: 30px;
}
.p_top_reserve__award_content {
  padding-inline: 20px;
}
.p_top_reserve__award_content::before {
  content: "";
  aspect-ratio: 127/99;
  background: url(../images/top/icon_award.svg) center/contain no-repeat;
  width: 80px;
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
  z-index: 1;
}
.p_top_reserve__award_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
.p_top_reserve__award_desc {
  line-height: 1.5384615385;
  margin-top: 10px;
}
.p_top_reserve__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.p_top_reserve__item {
  width: 100%;
}
.p_top_reserve__item_ttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p_top_reserve__item_ttl::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #707070;
  height: 1px;
  margin-top: 5px;
}
.p_top_reserve__item_ttl_jp {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p_top_reserve__item_ttl_en {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  color: #707070;
  opacity: 0.4;
  position: relative;
}
.p_top_reserve__item_tbl01 table, .p_top_reserve__item_tbl02 table {
  width: 100%;
  min-width: 500px;
}
.p_top_reserve__item_tbl01 table, .p_top_reserve__item_tbl01 th, .p_top_reserve__item_tbl01 td, .p_top_reserve__item_tbl01 tr, .p_top_reserve__item_tbl02 table, .p_top_reserve__item_tbl02 th, .p_top_reserve__item_tbl02 td, .p_top_reserve__item_tbl02 tr {
  border: 3px solid #fff;
  border-collapse: collapse;
}
.p_top_reserve__item_tbl01 th, .p_top_reserve__item_tbl01 td, .p_top_reserve__item_tbl02 th, .p_top_reserve__item_tbl02 td {
  vertical-align: middle;
}
.p_top_reserve__item_tbl01 th, .p_top_reserve__item_tbl02 th {
  background-color: #E6E3D1;
  font-weight: 400;
  line-height: 1;
  padding: 9px 5px;
  text-align: center;
}
.p_top_reserve__item_tbl01 td, .p_top_reserve__item_tbl02 td {
  background-color: #F8F7F2;
}
.p_top_reserve__item_tbl01 .c_link, .p_top_reserve__item_tbl02 .c_link {
  text-align: center;
}
.p_top_reserve__item_tbl01 .c_link a, .p_top_reserve__item_tbl02 .c_link a {
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  height: 61px;
  width: 40px;
  justify-content: center;
  align-items: center;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  background-color: #801E34;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 10px;
}
.p_top_reserve__item_tbl01 .script_more_link, .p_top_reserve__item_tbl02 .script_more_link {
  text-align: center;
  margin-top: 20px;
}
.p_top_reserve__item_tbl01 .script_more_link a, .p_top_reserve__item_tbl02 .script_more_link a {
  color: #fff;
  background-color: #8BC53F;
  font-weight: 700;
}
.p_top_reserve__item_tbl01 .script_more_link a .material-icons, .p_top_reserve__item_tbl02 .script_more_link a .material-icons {
  display: none;
}
.p_top_reserve__item_tbl01 th:nth-child(4) {
  width: 66px;
}
.p_top_reserve__item_tbl01 th:nth-child(3) {
  width: 79px;
}
.p_top_reserve__item_tbl01 th:nth-child(2) {
  width: 87px;
}
.p_top_reserve__item_tbl01 td {
  text-align: center;
  line-height: 1.3333333333;
  padding: 15px 8px;
}
.p_top_reserve__item_tbl01 td:nth-child(2) {
  padding: 22px 8px 20px;
  text-align: left;
  padding-left: 16px;
}
.p_top_reserve__item_tbl01 .s_price {
  color: #801E34;
  font-weight: 700;
}
.p_top_reserve__item_tbl01 .p_info {
  text-align: left;
}
.p_top_reserve__item_tbl01 .p_category {
  display: inline-flex;
  font-weight: 700;
  border-radius: 5px;
  background-color: #91A270;
  color: #fff;
  min-width: 184px;
  text-align: center;
  padding: 5px 5px;
  justify-content: center;
  margin-bottom: 10px;
}
.p_top_reserve__item_tbl02 th:nth-child(5) {
  width: 66px;
}
.p_top_reserve__item_tbl02 th:nth-child(4) {
  width: 25%;
}
.p_top_reserve__item_tbl02 th:nth-child(3) {
  width: 71px;
}
.p_top_reserve__item_tbl02 th:nth-child(1) {
  width: 100px;
}
.p_top_reserve__item_tbl02 td {
  text-align: center;
  line-height: 1.3333333333;
  padding: 10px 8px;
}
.p_top_reserve__item_tbl02 .p_info {
  text-align: left;
}
.p_top_recruit {
  margin-top: 60px;
}
.p_top_recruit__list {
  display: flex;
  flex-wrap: wrap;
}
.p_top_recruit__item {
  position: relative;
  width: 100%;
  padding: 20px;
}
.p_top_recruit__img {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.p_top_recruit__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_recruit__content {
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: rgba(144, 160, 114, 0.87);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: 20px 30px;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
.p_top_recruit__content.has_line {
  background-color: rgba(163, 135, 135, 0.87);
}
.p_top_recruit__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
.p_top_recruit__ttl::after {
  content: "";
  display: table;
  margin-inline: auto;
  height: 1px;
  background-color: currentColor;
  width: 60px;
  margin-top: 6px;
}
.p_top_recruit__desc {
  letter-spacing: 0.05em;
  line-height: 2.0588235294;
  font-weight: 700;
  margin-top: 10px;
}
.p_top_recruit__more {
  margin-top: 20px;
}
.p_top_recruit__icon {
  position: relative;
}

.p_top_about {
  margin-top: 40px;
}
.p_top_about__head {
  position: relative;
  z-index: 0;
  aspect-ratio: 1600/538;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  width: 100%;
  min-height: 220px;
}
.p_top_about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p_top_about__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 220px;
}
.p_top_about__img::before {
  content: "";
  inset: 0;
  background-color: #707070;
  opacity: 0.41;
  position: absolute;
}
.p_top_about__ttl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.4347826087;
  padding-left: 0.1739130435em;
}
.p_top_about__lead {
  background-color: #fff;
  margin-inline: auto;
  position: relative;
  letter-spacing: 0.2em;
  line-height: 1.4411764706;
  color: #271A1B;
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
}
.p_top_about__lead::before {
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -58%);
  height: 51px;
}
.p_top_about__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 40px;
}
.p_top_about__item {
  width: 100%;
  width: clamp(50% - 15px, (440px - 100vw) * 1000, 100%);
}
.p_top_about__item_img {
  margin-inline: auto;
  width: 90%;
  max-width: 260px;
}
.p_top_about__item_img img {
  aspect-ratio: 288/287;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.p_top_about__item_content {
  margin-top: 15px;
}
.p_top_about__item_ttl {
  text-align: center;
  color: #707070;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.p_top_about__item_ttl_sm {
  display: block;
}
.p_top_about__item_ttl_md {
  display: block;
}
.p_top_about__item_desc {
  line-height: 2.0588235294;
  margin-top: 20px;
}

.p_top_course {
  overflow: hidden;
  margin-top: 60px;
}
.p_top_course__inner {
  max-width: calc(50% + 603px);
}
.p_top_course__content {
  flex-shrink: 0;
  width: 100%;
  padding-inline: 20px;
  margin-top: 30px;
}
.p_top_course__img {
  width: 100%;
}
.p_top_course__desc {
  color: #271a1b;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  position: relative;
  text-align: left;
  background-color: #fff;
  line-height: 1.6666666667;
  margin-top: 20px;
}
.p_top_course__more {
  margin-top: 30px;
  text-align: center;
}
.p_top_course__golf {
  margin-top: 40px;
}
.p_top_course__golf_lead {
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
}
.p_top_course__golf_img {
  margin-top: 50px;
}
.p_top_course__golf_thumnails {
  margin-inline: auto;
  margin-top: 40px;
  padding-inline: 20px;
  position: relative;
  pointer-events: none;
}
.p_top_course__golf_thumnails .splide__track {
  overflow: visible;
}
.p_top_course__golf_thumnails .splide__slide {
  position: relative;
  width: 200px;
}
.p_top_course__golf_thumnails .splide__arrows {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.p_top_course__golf_thumnails .splide__arrow {
  aspect-ratio: 14/24;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  z-index: 1;
  width: 12px;
}
.p_top_course__golf_thumnails .splide__arrow::after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  position: absolute;
}
.p_top_course__golf_thumnails .splide__arrow--prev {
  left: 10px;
}
.p_top_course__golf_thumnails .splide__arrow--next {
  transform: rotate(-180deg);
  right: 10px;
}
.p_top_course__golf_hole {
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
  padding-inline: 10px;
}
.p_top_golf {
  padding: 40px;
}

.p_top_facility {
  margin-top: 60px;
}
.p_top_facility__inner {
  margin-top: 30px;
}
.p_top_facility__right {
  padding-inline: 20px;
  margin-top: 30px;
}
.p_top_facility__gallery {
  position: relative;
  z-index: 0;
}
.p_top_facility__gallery img {
  aspect-ratio: 910/396.87;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_facility__thumnail {
  margin-top: 15px;
  padding-inline: 20px;
}
.p_top_facility__thumnail img {
  aspect-ratio: 146/89;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p_top_facility__ttl {
  color: #271A1B;
  letter-spacing: 0.05em;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4666666667;
}
.p_top_facility__desc {
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  margin-top: 20px;
}
.p_top_facility__more {
  margin-top: 30px;
  text-align: center;
}
.p_top_restaurant {
  margin-top: 60px;
}
.p_top_restaurant__lead {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  margin-top: 20px;
}
.p_top_restaurant__desc {
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  margin-top: 20px;
}
.p_top_restaurant__list {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
.p_top_restaurant__more {
  margin-top: 30px;
  text-align: center;
}

.p_top_plan {
  margin-top: 60px;
}
.p_top_plan__main {
  margin-top: 30px;
}
.p_top_plan__card {
  color: #fff;
  position: relative;
  z-index: 0;
  padding-block: 30px;
}
.p_top_plan__card:not(:last-child) {
  margin-bottom: 40px;
}
.p_top_plan__card::after {
  opacity: 0.82;
  mix-blend-mode: multiply;
}
.p_top_plan__card::before {
  opacity: 0.31;
}
.p_top_plan__card::before, .p_top_plan__card::after {
  position: absolute;
  content: "";
  inset: 0;
}
.p_top_plan__card.card01::before {
  background: url(../images/top/img_plan01.jpg) center/cover no-repeat;
}
.p_top_plan__card.card01::after {
  background-color: #a38787;
}
.p_top_plan__card.card02::before {
  background: url(../images/top/img_plan02.jpg) center top/cover no-repeat;
  opacity: 0.23;
}
.p_top_plan__card.card02::after {
  background-color: #a29b70;
}
.p_top_plan__card.card02 .p_top_plan__card_feature {
  align-items: center;
}
.p_top_plan__card.card03::before {
  background: url(../images/top/img_plan03.jpg) center bottom/cover no-repeat;
  opacity: 0.23;
}
.p_top_plan__card.card03::after {
  background-color: #91A270;
  opacity: 0.96;
}
.p_top_plan__card .l_container {
  position: relative;
  z-index: 1;
}
.p_top_plan__card_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  opacity: 0.4;
}
.p_top_plan__card_lead {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.p_top_plan__card_desc {
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 10px;
}
.p_top_plan__card_feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.p_top_plan__card_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: clamp(390px, (100vw - 600px) * 1000, 100%);
}
.p_top_plan__card_item {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.69);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  padding-bottom: 20px;
}
.p_top_plan__card_item_desc {
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #3B4043;
  text-align: center;
}
.p_top_plan__card_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 5px;
}
.p_top_plan__card_more {
  text-align: center;
}
.p_top_resort {
  margin-top: 60px;
}
.p_top_resort__ttl {
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  color: #707070;
  opacity: 0.4;
}
.p_top_resort__lead {
  color: #A29B70;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4285714286;
}
.p_top_resort__desc {
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  margin-top: 10px;
}
.p_top_resort__site {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-family: "Noto Serif JP", serif;
  color: #271A1B;
  align-items: center;
  letter-spacing: 0.2em;
  gap: 20px;
  margin-top: 30px;
}
.p_top_resort__site::before, .p_top_resort__site::after {
  content: "";
  display: block;
  background-color: #707070;
  height: 1px;
}
.p_top_resort__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 0 20px;
  flex-wrap: wrap;
}
.p_top_resort__item {
  width: 155px;
  width: clamp(9.6875rem, 15.4929577465vw + 6.0563380282rem, 13.125rem);
}
.p_top_resort__item_link {
  display: block;
}
.p_top_resort__item_img {
  margin-inline: auto;
  width: 90%;
}
.p_top_resort__item_img img {
  aspect-ratio: 203/202;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 200px;
}
.p_top_resort__item_desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  gap: 10px;
  margin-top: 10px;
}
.p_top_resort__item_desc::after {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon_blank.svg) center/contain no-repeat;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .p_top_reserve__item_tbl01 .script_more_link a, .p_top_reserve__item_tbl02 .script_more_link a {
    font-size: 1.25rem;
    height: 70px;
    min-width: 250px;
  }
  .p_top_reserve__award_desc {
    font-size: 0.8125rem;
  }
  .p_top_reserve__item_tbl01 th, .p_top_reserve__item_tbl01 td, .p_top_reserve__item_tbl02 th, .p_top_reserve__item_tbl02 td {
    font-size: 0.9375rem;
  }
  .p_top_plan__card_item_desc, .p_top_reserve__lead, .p_top_mv__note {
    font-size: 1rem;
  }
  .p_top_plan__card_desc, .p_top_resort__desc, .p_top_resort__item_desc, .p_top_facility__desc, .p_top_restaurant__desc, .p_top_course__golf_lead {
    font-size: 1.125rem;
  }
  .p_top_course__golf_hole, .p_top_reserve__item_ttl_jp {
    font-size: 1.25rem;
  }
  .p_top_reserve__item_ttl_en {
    font-size: 1.3125rem;
  }
  .p_top_about__item_ttl_sm {
    font-size: 1.375rem;
  }
  .p_top_resort__site {
    font-size: 1.4375rem;
  }
  .p_top_about__item_ttl_md, .p_top_reserve__award_ttl {
    font-size: 1.5625rem;
  }
  .p_top_plan__card_ttl, .p_top_solo__ttl {
    font-size: 1.8125rem;
  }
  .p_top_facility__ttl, .p_top_restaurant__lead, .p_top_course__desc, .p_top_recruit__ttl {
    font-size: 1.875rem;
  }
  .p_top_solo__lead {
    font-size: 1.9375rem;
  }
  .p_top_about__lead {
    font-size: 2.125rem;
  }
  .p_top_resort__lead {
    font-size: 2.1875rem;
  }
  .p_top_resort__ttl {
    font-size: 2.4375rem;
  }
  .p_top_plan__card_lead {
    font-size: 2.5rem;
  }
  .p_top_about__ttl {
    font-size: 2.875rem;
  }
  .p_top_mv {
    background: url(../images/top/img_about.jpg) center top/cover no-repeat;
  }
  .p_top_mv__lang {
    display: block;
  }
  .p_top_mv__gallery {
    aspect-ratio: 1600/600;
    min-height: 400px;
  }
  .p_top_mv__gallery_slider::after {
    content: "";
  }
  .p_top_mv__gallery_slider .splide__slide img {
    aspect-ratio: unset;
    min-height: 400px;
  }
  .p_top_mv__gallery_content {
    top: auto;
    left: clamp(-4px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_mv__gallery_content .l_container {
    display: block;
    height: auto;
  }
  .p_top_mv__gallery_ttl {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    font-size: clamp(2.125rem, 2.34375vw + 1rem, 2.5rem);
  }
  .p_top_mv__gallery_desc {
    font-size: 1.25rem;
    min-width: 459px;
    padding: 9px 20px;
    border-radius: 20px 20px 0 0;
  }
  .p_top_mv__content {
    -webkit-backdrop-filter: opacity(1) brightness(1.2) blur(25px);
    backdrop-filter: opacity(1) brightness(1.2) blur(25px);
    padding-block: 0 24px;
    background: none;
  }
  .p_top_mv__content::before {
    opacity: 0.69;
  }
  .p_top_mv__fee {
    text-align: left;
    display: flex;
    gap: 18px;
    padding-block: 18px 19px;
    position: relative;
    left: clamp(-5px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_mv__fee_head {
    padding-left: 0;
    display: block;
    flex-shrink: 0;
  }
  .p_top_mv__fee_ttl {
    font-size: 2.125rem;
  }
  .p_top_mv__fee_info {
    font-size: 1.0625rem;
    margin-top: 9px;
    gap: 13px;
  }
  .p_top_mv__fee_tag {
    padding-inline: 5px 10px;
    min-width: 94px;
  }
  .p_top_mv__fee_price {
    position: static;
    font-size: 1.375rem;
    margin-top: 9px;
  }
  .p_top_mv__fee_list {
    padding-inline: 0;
    margin-top: 0;
    margin-right: -2px;
    gap: 19px;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 10px;
    --w:1000px;
    --n:4;
    --m:2;
    grid-template-columns: repeat(auto-fit, minmax(clamp(100% / (var(--n) + 1) + 0.1%, (var(--w) - 100vw) * 1000, 100% / (var(--m) + 1) + 0.1%), 1fr));
  }
  .p_top_mv__fee_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p_top_mv__fee_item_time {
    margin-bottom: 3px;
    font-size: clamp(1.125rem, 2vw + -0.125rem, 1.25rem);
  }
  .p_top_mv__fee_item_txtbox {
    font-size: 1.125rem;
  }
  .p_top_mv__fee_item_price {
    display: inline-flex;
    min-width: 145px;
    justify-content: flex-end;
    margin-top: 5px;
    gap: 7px;
  }
  .p_top_mv__fee_item_num {
    font-size: clamp(1.75rem, 4vw + -0.75rem, 2rem);
  }
  .p_top_mv__fee_item_unit {
    font-size: clamp(1.25rem, 3vw + -0.625rem, 1.4375rem);
  }
  .p_top_mv__other {
    flex-direction: row;
    margin-top: -10px;
    gap: 30px;
  }
  .p_top_mv__note {
    padding-top: 8px;
    position: relative;
    margin-top: 0;
    left: clamp(-5px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_mv__more {
    margin-top: 0;
    width: auto;
  }
  .p_top_mv__more .c_btn01 {
    height: 62px;
  }
  .p_top_news {
    padding-block: 53px 78px;
  }
  .p_top_news .c_news__list {
    margin-top: 40px;
    margin-inline: -5px -7px;
  }
  .p_top_news__more {
    margin-top: 35px;
  }
  .p_top_solo {
    margin-top: 110px;
  }
  .p_top_solo__box {
    max-width: 529px;
    padding-block: 33px;
  }
  .p_top_solo__more {
    margin-top: 11px;
  }
  .p_top_solo__img img:first-child {
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }
  .p_top_solo__img img:last-child {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
  .p_top_solo__img::before {
    max-width: 529px;
  }
  .p_top_reserve {
    margin-top: 78px;
  }
  .p_top_reserve__lead {
    margin-top: 15px;
  }
  .p_top_reserve__award {
    margin-top: 53px;
    max-width: 742px;
    padding-block: 38px 47px;
  }
  .p_top_reserve__award_content {
    padding-inline: 120px 0px;
  }
  .p_top_reserve__award_content::before {
    margin: 0;
    position: absolute;
    width: 127px;
    left: 100px;
    transform: translateY(-3px);
  }
  .p_top_reserve__award_desc {
    margin-top: 12px;
    padding-left: 28px;
  }
  .p_top_reserve__list {
    gap: 50px 42px;
    margin-top: 99px;
    margin-inline: clamp(-22px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_reserve__item {
    flex: 510px;
  }
  .p_top_reserve__item_ttl {
    margin-bottom: 20px;
    padding-right: 2px;
  }
  .p_top_reserve__item_ttl::after {
    margin-right: 5px;
    margin-top: 7px;
  }
  .p_top_reserve__item_ttl_en {
    top: -6px;
  }
  .p_top_reserve__item_tbl01, .p_top_reserve__item_tbl02 {
    position: relative;
    left: -3px;
  }
  .p_top_reserve__item_tbl01 table, .p_top_reserve__item_tbl02 table {
    min-width: unset;
  }
  .p_top_reserve__item_tbl01 .script_more_link, .p_top_reserve__item_tbl02 .script_more_link {
    margin-top: 20px;
  }
  .p_top_reserve__item_tbl01 .p_category {
    margin-bottom: 11px;
  }
  .p_top_reserve__item_tbl01 .c_link {
    padding-block: 24px 10px;
  }
  .p_top_reserve__item_tbl02 th:nth-child(4) {
    width: 28.2374100719%;
  }
  .p_top_reserve__item_tbl02 td {
    padding: 8px 5px 6px;
  }
  .p_top_reserve__item_tbl02 .p_info {
    padding-inline: 12px;
  }
  .p_top_recruit {
    margin-top: 99px;
  }
  .p_top_recruit__item {
    padding: 0;
    flex: 660px;
  }
  .p_top_recruit__img img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
  .p_top_recruit__content {
    margin: 0;
    max-width: 48.75%;
    min-width: 380px;
    min-height: 328px;
    padding-block: 48px;
  }
  .p_top_recruit__ttl::after {
    margin-top: 11px;
  }
  .p_top_recruit__desc {
    margin-top: 6px;
  }
  .p_top_recruit__more {
    margin-top: 25px;
  }
  .p_top_recruit__icon {
    bottom: 10px;
  }
  .p_top_about {
    margin-top: 31px;
  }
  .p_top_about__head {
    padding-block: 111px 100px;
    align-items: center;
    min-height: 538px;
  }
  .p_top_about__img img {
    min-height: 538px;
  }
  .p_top_about__lead {
    text-align: center;
    margin-top: -95px;
    max-width: 902px;
    padding-top: 41px;
    padding-left: 0.1764705882em;
  }
  .p_top_about__lead::before {
    content: "";
  }
  .p_top_about__list {
    gap: 30px;
    margin-top: 80px;
  }
  .p_top_about__item {
    width: calc(33.3333333333% - 20px);
  }
  .p_top_about__item_img {
    max-width: 288px;
  }
  .p_top_about__item_content {
    margin-top: 25px;
  }
  .p_top_about__item_ttl_md {
    font-size: clamp(1.375rem, 1.171875vw + 0.8125rem, 1.5625rem);
  }
  .p_top_about__item_desc {
    margin-top: 30px;
  }
  .p_top_course {
    margin-top: 118px;
  }
  .p_top_course .c_ttl02_jp {
    padding-right: 12px;
  }
  .p_top_course .c_ttl02_en {
    font-size: clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem);
  }
  .p_top_course__inner {
    padding-right: 40px;
    display: flex;
  }
  .p_top_course__content {
    margin-top: 0;
    padding-inline: 0;
    text-align: right;
    max-width: clamp(15.625rem, 43.9814814815vw + -5.4861111111rem, 27.5rem);
  }
  .p_top_course__desc {
    padding-block: 32px 39px;
    padding-left: 40px;
    margin-left: -184px;
    margin-top: 33px;
    font-size: clamp(1.375rem, 2.8571428571vw + -0.2678571429rem, 1.875rem);
  }
  .p_top_course__more {
    text-align: right;
    margin-top: 33px;
    padding-right: 13px;
  }
  .p_top_course__golf {
    margin-top: 61px;
  }
  .p_top_course__golf_lead {
    margin-inline: -5px;
  }
  .p_top_course__golf_img {
    margin-top: 86px;
    margin-inline: -15px;
  }
  .p_top_course__golf_thumnails {
    padding-inline: 0;
    width: 80%;
    max-width: 1088px;
    margin-top: 90px;
  }
  .p_top_course__golf_thumnails .splide__slide {
    width: clamp(12.5rem, 51.953125vw + -12.4375rem, 20.8125rem);
  }
  .p_top_course__golf_thumnails .splide__arrows {
    width: 100%;
    transform: translate(-50%, -10%);
  }
  .p_top_course__golf_thumnails .splide__arrow {
    width: 14px;
  }
  .p_top_course__golf_thumnails .splide__arrow::after {
    width: 50px;
  }
  .p_top_course__golf_thumnails .splide__arrow--prev {
    left: auto;
    right: clamp(3.125rem, 14.0625vw + -3.625rem, 5.375rem);
  }
  .p_top_course__golf_thumnails .splide__arrow--next {
    right: auto;
    left: clamp(3.125rem, 13.28125vw + -3.25rem, 5.25rem);
  }
  .p_top_course__golf_hole {
    font-size: clamp(1rem, 1.5625vw + 0.25rem, 1.25rem);
    padding-bottom: 12px;
    padding-inline: 12px;
  }
  .p_top_golf {
    padding: 60px;
  }
  .p_top_facility {
    margin-top: 113px;
  }
  .p_top_facility__inner {
    margin-top: 0;
    display: flex;
    max-width: calc(50% + 580px);
    flex-wrap: wrap;
    width: 100%;
    gap: 50px 0;
  }
  .p_top_facility__left {
    padding-top: 27px;
    width: clamp(100% - clamp(26.875rem, 14.2857142857vw + 18.6607142857rem, 29.375rem), (920px - 100vw) * 1000, 100%);
  }
  .p_top_facility__right {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    gap: 30px;
    z-index: 1;
    padding-right: 40px;
    max-width: clamp(clamp(26.875rem, 14.2857142857vw + 18.6607142857rem, 29.375rem), (920px - 100vw) * 1000, 100%);
    padding-left: clamp(2.5rem, 9.2857142857vw + -2.8392857143rem, 4.125rem);
    flex-shrink: 0;
  }
  .p_top_facility__thumnail {
    padding-inline: 0;
    margin-top: 27px;
    max-width: 670px;
    margin-left: auto;
    width: 100%;
  }
  .p_top_facility__ttl {
    padding-left: clamp(0px, (100vw - 920px) * 1000, 34px);
    padding-bottom: clamp(0px, (100vw - 920px) * 1000, 29px);
    margin-left: clamp(clamp(-12.3125rem, -27.5vw + 8.3125rem, -7.5rem), (920px - 100vw) * 1000, 0px);
    margin-top: -16px;
  }
  .p_top_facility__desc {
    margin-top: 27px;
  }
  .p_top_facility__more {
    text-align: left;
    padding-left: clamp(0px, (100vw - 920px) * 1000, 24px);
  }
  .p_top_restaurant {
    margin-top: 113px;
  }
  .p_top_restaurant__lead {
    margin-top: 37px;
    position: relative;
    left: clamp(-12px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_restaurant__desc {
    margin-top: 25px;
    position: relative;
    left: clamp(-4px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_restaurant__list {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.875rem, 3.4722222222vw + 0.2083333333rem, 2.8125rem);
    margin-top: 42px;
    max-width: 1103px;
    position: relative;
    left: clamp(-4px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_restaurant__more {
    text-align: left;
    margin-top: 54px;
    position: relative;
    left: clamp(-4px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_plan {
    margin-top: 88px;
  }
  .p_top_plan__main {
    margin-top: 47px;
  }
  .p_top_plan__card {
    padding-block: 40px 52px;
  }
  .p_top_plan__card:not(:last-child) {
    margin-bottom: 64px;
  }
  .p_top_plan__card.card02 {
    padding-block: 64px 28px;
  }
  .p_top_plan__card.card02 .p_top_plan__card_item {
    padding-bottom: 32px;
  }
  .p_top_plan__card.card03 {
    padding-block: 64px 45px;
  }
  .p_top_plan__card.card03 .p_top_plan__card_feature {
    margin-top: 24px;
  }
  .p_top_plan__card.card03 .p_top_plan__card_item {
    padding-bottom: 32px;
  }
  .p_top_plan__card.card03 .p_top_plan__card_more {
    padding-bottom: 10px;
  }
  .p_top_plan__card .l_container {
    left: clamp(-5px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_plan__card_desc {
    margin-top: 3px;
  }
  .p_top_plan__card_feature {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 42px;
  }
  .p_top_plan__card_list {
    max-width: unset;
    gap: 22px;
    min-width: clamp(0px, (1000px - 100vw) * 1000, 100%);
  }
  .p_top_plan__card_item {
    width: 136px;
    padding-bottom: 27px;
  }
  .p_top_plan__card_item_icon {
    margin-bottom: 7px;
  }
  .p_top_plan__card_more {
    min-width: clamp(0px, (1000px - 100vw) * 1000, 100%);
  }
  .p_top_resort {
    margin-top: 80px;
    position: relative;
    left: clamp(-4px, (1200px - 100vw) * 1000, 0px);
  }
  .p_top_resort__ttl {
    padding-left: 6px;
  }
  .p_top_resort__lead {
    margin-top: 2px;
  }
  .p_top_resort__desc {
    margin-top: 13px;
  }
  .p_top_resort__site {
    gap: 30px;
    margin-top: 47px;
  }
  .p_top_resort__list {
    flex-wrap: nowrap;
    gap: clamp(0rem, 30.078125vw + -14.4375rem, 4.8125rem);
    margin-top: 43px;
  }
  .p_top_resort__item {
    width: 230px;
  }
  .p_top_resort__item_img {
    width: clamp(11.25rem, 8.984375vw + 6.9375rem, 12.6875rem);
  }
  .p_top_resort__item_desc {
    margin-top: 13px;
    gap: 12px;
  }
  .p_top_resort__item_desc::after {
    width: 19px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
