@charset "UTF-8";

/* header JS adjustment*/
@media only screen and (min-width: 1200px) {
  .l-header {
    display: none;
  }
}
/*==================================
MainVisual
==================================*/
.p-mainVisual {
  height: 100vh;
  padding: 60px;
  position: relative;
}
.p-mainVisual_bg {
  background: url(/assets/images/mainvis03.jpg) no-repeat bottom center/cover;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-mainVisual_bg::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .p-mainVisual {
    padding: 0;
    padding-bottom: 260px;
  }
}

/* fixed Navigation */
.c-fixedNav {
  /* min-width: 1460px; */
  display: flex;
  justify-content: space-between;
  padding: 70px;
}
.c-fixedNav_logo {
  width: 440px;
  filter: drop-shadow(0px 0px 4px #313131) drop-shadow(0px 0px 4px #313131);
}
.c-fixedNav_utility {
  white-space: nowrap;
  margin-left: 40px;
}
.c-fixedNav_utility a {
  color: #fff;
}
.c-fixedNav_utility_menu1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-fixedNav_utility_tel {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;

  display: flex;
  align-items: center;
}
.c-fixedNav_utility_link {
  display: flex;
  margin-left: 20px;
}
.c-fixedNav_utility_link a {
  text-decoration: none;
  display: block;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 5px 20px;
}
.c-fixedNav_utility_link a:hover {
  background: #fff;
  color: #313131;
}
.c-fixedNav_utility_link li:not(:first-of-type) {
  margin-left: 20px;
}
.c-fixedNav_utility_menu2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.c-fixedNav_utility_nav {
  display: flex;
}
.c-fixedNav_utility_nav a {
  text-decoration: none;
}
.c-fixedNav_utility_nav a:hover {
  text-decoration: underline;
}
.c-fixedNav_utility_nav li:not(:first-of-type)::before {
  content: "｜";
  color: #fff;
  display: inline-block;
  margin-left: 1em;
  padding-right: 1em;
}

/* fixed NewsList */
.c-fixedNews {
  position: absolute;
  right: 0;
  bottom: -20px;
  background: #fff;
  border-radius: 20px 0 0 0;
  z-index: 2;

  width: 700px;
  padding: 20px 60px 20px 40px;
}
.c-fixedNews .c-newsList_item {
  border: none;
}
.c-fixedNews_inr {
  display: flex;
  align-items: center;
}
.c-fixedNews_inr > ul {
  flex: 1;
}

.c-newsList_more {
  flex-basis: 120px;
  margin-left: 40px;
}
.c-newsList_moreBtn {
  font-size: 12px;
  font-size: 1.2rem;

  width: 100%;
  display: block;
  color: #197d4b;
}
.c-newsList_moreBtn a {
  padding-right: 15px;
  position: relative;
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  color: #197d4b;
  border-bottom: 2px solid #197d4b;
}
.c-newsList_moreBtn a:before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #197d4b;
  position: absolute;
  top: 2px;
  right: 0;
  transition: .3s;
}
.c-newsList_moreBtn a:hover:before {
  right: -20px;
}

.overtext-parent {
  padding-right: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.overtext-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: table-cell;
}

@media only screen and (max-width: 1199px) {
  .c-fixedNav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c-fixedNews {
    width: 90%;
    padding: 10px 20px;
    bottom: 0;
  }
  .c-fixedNews_inr {
    flex-direction: column;
    align-items: flex-end;
  }
  .c-newsList_more {
    flex-basis: auto;
    margin-left: 0;
  }
}

/*==================================
18 COURSE INFO.
==================================*/
.p-courseInfo_inr {
  width: 100%;
  max-width: 1640px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-courseInfo_2col {
  display: flex;
  padding-top: 90px;
  background: url(/assets/images/ill-cloud.svg) no-repeat top left;
  background-size: 720px;
}
.p-courseInfo_2col_det {
  width: 100%;
  max-width: 760px;
  padding: 60px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-courseInfo_2col_det:after {
  content: url(/assets/images/ill-man04.svg);
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 140px;
  height: 280px;
}
.p-courseInfo_2col_img {
  width: 100%;
  max-width: 840px;
}
.p-courseInfo_text {
  margin-right: 180px;
}

@media only screen and (max-width: 1199px) {
  .p-courseInfo_2col {
    flex-direction: column;
    align-items: center;
  }
  .p-courseInfo_2col_det {
    order: 2;
    padding: 0;
    margin-top: 40px;
  }
  .p-courseInfo_2col_det:after {
    right: 0;
  }
  .p-courseInfo_2col_img {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-courseInfo_2col_det:after {
    right: 0;
    width: 70px;
  }
  .p-courseInfo_text {
    margin-right: 70px;
  }
}

/*==================================
PRICE INFO.
==================================*/
/* priceInfo - Head */
.p-priceInfo_head {
  background: #197d4b;
  position: relative;
  padding: 80px;
}

.p-priceInfo_icon {
  font-size: 100px;
  padding-top: 40px;
  text-align: center;
  color: #fff;

  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

  background-color: #197d4b;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  z-index: 1;
}

.p-priceInfo_headBox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.p-priceInfo_headBox:before,
.p-priceInfo_headBox:after {
  display: inline-block;
  width: 150px;
}
.p-priceInfo_headBox:before {
  content: url(/assets/images/side-man.svg);
}
.p-priceInfo_headBox:after {
  content: url(/assets/images/side-woman.svg);
}

@media only screen and (max-width: 768px) {
  .p-priceInfo_head {
    padding: 30px;
  }
  .p-priceInfo_icon {
    font-size: 50px;
    padding-top: 20px;

    width: 130px;
    height: 130px;
  }
}

/* priceInfo - Body */
.p-priceInfo_body {
  padding: 80px;
}

@media only screen and (max-width: 768px) {
  .p-priceInfo_body {
    padding: 30px;
  }
}

/*==================================
PICKUP INFO.
==================================*/
.p-pickupInfo_bg {
  padding: 280px 0 120px;
  position: relative;
  background: url(/assets/images/bg_green02.svg) no-repeat bottom center;
}

.p-pickupInfo_illust {
  width: 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.p-pickupInfo_illust img {
  width: 220px;
}
.p-pickupInfo_illust figcaption {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #197d4b;
  margin-top: 10px;
}

.p-pickupInfo_inr {
  width: 100%;
  max-width: 1640px; /* メインカラム幅+40px*/
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.p-pickupList_item {
  display: flex;
  align-items: center;
}
.p-pickupList_item:nth-child(odd) {
  justify-content: flex-end;
}
.p-pickupList_item:not(:first-of-type) {
  margin-top: 120px;
}

.p-pickupList_item_icon:before {
  display: inline-block;
  position: absolute;
  right: 0;
  height: auto;
}
.p-pickupList_item_icon__rest:before {
  content: url(/assets/images/ill-bbq.svg);
  top: 0;
  width: 160px;
}
.p-pickupList_item_icon__driv:before {
  content: url(/assets/images/ill-man03.svg);
  bottom: 0;
  width: 110px;
}
.p-pickupList_item_icon__stay:before {
  content: url(/assets/images/ill-stay.svg);
  bottom: 0;
  width: 90px;
}

.p-pickupList_item_det {
  width: 100%;
  max-width: 480px;
  margin-left: 60px;
  padding-right: 100px;
  position: relative;
}
.p-pickupList_item_rev .p-pickupList_item_img {
  order: 2;
}
.p-pickupList_item_rev .p-pickupList_item_det {
  order: 1;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 110px;
}

@media only screen and (max-width: 1199px) {
  .p-pickupList_item {
    flex-direction: column;
  }
  .p-pickupList_item_rev .p-pickupList_item_img {
    order: 1;
  }
  .p-pickupList_item_rev .p-pickupList_item_det {
    order: 2;
    margin: 20px auto 0;
  }
  .p-pickupList_item_det {
    max-width: 840px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-pickupInfo_bg {
    padding: 140px 0 120px;
  }
  .p-pickupInfo_illust figcaption {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 0 40px;
  }
  .p-pickupInfo_illust img {
    width: 110px;
  }
  .p-pickupList_item_icon__rest:before {
    width: 80px;
  }
  .p-pickupList_item_icon__driv:before {
    width: 65px;
  }
  .p-pickupList_item_icon__stay:before {
    width: 45px;
  }
  .p-pickupList_item_det {
    padding-right: 65px;
  }
  .p-pickupList_item_rev .p-pickupList_item_det {
    padding-right: 65px;
  }
}

/*==================================
TOP - Information
==================================*/
.p-information {
  justify-content: space-between;
}
.p-information_news {
  margin-left: 40px;
  width: 100%;
  max-width: 720px;
}

@media only screen and (max-width: 1200px) {
  .p-information {
    max-width: 800px;
    margin: 0 auto;
  }
  .p-information_news {
    margin-left: 0;
    margin-top: 20px;
  }
}

  /* 走るカート */
.p-pickupInfo_illust img {
  transition: 1.5s;
}
.p-pickupInfo_illust.standby img {
  transform: translateX(500px);
}
/* ショットする */
.p-relatedList:before {
  transition: 1s;
}
.p-relatedList.standby:before {
  transform: rotateY(180deg);
}
/* 220819 ふるさと納税用 */
.c-contGrn {
  background-color: #f5faeb;
  color: #313131;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
}
.c-contGrn_img {
  width: 20%;
}
.c-contGrn_text {
  width: 75%;
}
.c-contGrn_textTop {
  justify-content: space-between;
  align-items: flex-end;
}
.c-contGrn_head {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #197d4b;
}
.c-contprice {
  margin-top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-contGrn_textBtm {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .c-contGrn_img {
    width: 35%;
  }
  .c-contGrn_text {
    width: 60%;
  }
  .c-contGrn_textTop {
    align-items: center;
    flex-direction: column;
  }
  .c-contGrn_head {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-contGrn {
    flex-wrap: wrap;
  }
  .c-contGrn_img {
    width: 100%;
    text-align: center;
  }
  .c-contGrn_text {
    width: 100%;
  }
  .c-contGrn_head {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .c-contGrn_textBtm {
    margin-top: 20px;
  }
}

/* ヴィレッジのバナー */
.c-bnr {
  display: flex;
  margin-top: 120px;
  justify-content: space-between;
}

.c-bnrItem {
  border: 1px solid #000;
  text-align: center;
  width: calc(50% - 40px);
}
.c-bnrItem a {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-bnr {
    display: block;
    margin-top: 60px;
  }  
  .c-bnrItem {
    width: 100%;
  }
  .c-bnrItem:nth-of-type(2) {
    margin-top: 40px;
  }
}


/*==================================
20230613追加・修正
==================================*/
/* price info カート＆入浴券 */
.c-present {
  border: 2px solid #fff;
  color: #fff;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-present {
    padding: 12px;
    font-size: 1.8rem;
  }
}


/* Red Circle */
.u-circle {
  width: 240px;
  height: 240px;
  padding: 30px;
  position: absolute;
  bottom: 100px;
  left: 120px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 1199px) {
  .u-circle {
    width: 200px;
    height: 200px;
    font-size: 2.4rem;
    bottom: auto;
    top: 100px;
    left: auto;
    right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .u-circle {
    width: 150px;
    height: 150px;
    padding: 20px;
    right: 20px;
    font-size: 2rem;
  }
}

/* 20240110　MVバナー追加 */
.c-circlebnr {
  display: flex;
  position: absolute;
  bottom: 140px;
  left: 120px;
}

.c-circlebnr_item{
  width: 220px;
  margin-right:20px;
}

@media only screen and (max-width: 1199px) {
  .c-circlebnr {
    bottom: auto;
    top: 100px;
    left: 20px;
    right: auto;
  }
  .c-circlebnr_item{
    width: 160px;
    height: auto;
    margin-right:10px;
  }
}


/* 240514 バリューゴルフ */
.p-reserveLink_bnr {
  text-align: center;
  padding: 60px 0;
  position: relative;
}
.p-reserveLink_bnr:before {
  content: url(/assets/images/ill-woman02.svg);
  position: absolute;
  bottom: 0px;
  left: 0;
  display: inline-block;
  width: 100px;
}
.p-reserveLink_bnr figcaption {
  color: #FF1838;
  font-size: 3.6rem;
  font-weight: 700;
}
.p-reserveLink_bnr a {
  display: inline-block;
  margin-top: 20px
}
@media only screen and (max-width: 768px) {
  .p-reserveLink_bnr {
    padding: 120px 0 60px 0;
  }
  .p-reserveLink_bnr:before {
    display: none;
  }
  .p-reserveLink_bnr figcaption {
    font-size: 2rem;
  }
  .p-reserveLink_bnr a {
    margin-top: 10px;
  }
}

.p-priceInfo_head .c-discList > li:before {
  background: #fff;
}

/* 250529 ナビゲーション色変更 */
/* 250630 ナビゲーション色変更 #313131 => #ffffff */
.c-txt_bk * {
  color: #ffffff !important;
  filter: drop-shadow(0px 0px 1px rgba(204,204,204,0.3)) drop-shadow(0px 0px 1px rgba(204,204,204,0.3));
}
.c-txt_bk .c-fixedNav_utility_link a {
  border: 2px solid #ffffff;
  filter: drop-shadow(0px 0px 1px rgba(204,204,204,0.3)) drop-shadow(0px 0px 1px rgba(204,204,204,0.3));
}
.c-txt_bk .c-fixedNav_utility_nav li:not(:first-of-type)::before {
  color: #ffffff;
  filter: drop-shadow(0px 0px 1px rgba(204,204,204,0.3)) drop-shadow(0px 0px 1px rgba(204,204,204,0.3));
}