
/*　home 共通
------------------------------------------------------------------------------------------------*/

.fv{
  background: url(../images/home/fv-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 100svh;
  padding: 4rem 0;
}
.fv .content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
}
.fv h1 img{
  width: 84.5rem;
}


#fl-btn{
  position: fixed;
  right: 3rem;
  bottom: 4rem;
  z-index: 996;
}
#fl-btn a{
  display: block;
  width: 15rem;
}


.home-news{
  padding-top: 6rem;
}
.home-news a{
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 2.4rem;
  align-items: center;
  padding: 1.4rem 1.8rem;
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
  font-size: 1.8rem;
  color: #fff;
}
.home-news a .ttl{
  font-weight: 400;
}


.intro{
  padding: 10rem 0 17rem;
  position: relative;
}
.intro img.img{
  width: 77.5rem;
  position: absolute;
  left: calc(50% - 4rem);
  top: 0.5rem;
  z-index: 0;
}
.intro.why img.img{
  top: -9rem;
}
.intro h2{
  font-size: 4rem;
  margin-bottom: 7rem;
}
.intro.why h2{
  font-size: 2.6rem;
}
.intro ul li{
  display: block;
  padding-left: 6.4rem;
  line-height: 1.5;
  position: relative;
}
.intro ul li + li{
  margin-top: 3.5rem;
}
.intro ul li::before{
  content: "";
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.intro ul li.li-1::before{
  background: url(../images/home/num-1.png) center center no-repeat;
  background-size: contain;
}
.intro ul li.li-2::before{
  background: url(../images/home/num-2.png) center center no-repeat;
  background-size: contain;
}
.intro ul li.li-3::before{
  background: url(../images/home/num-3.png) center center no-repeat;
  background-size: contain;
}
.intro ul li h3{
  font-size: 2.2rem;
}


.home-campaign{
  background: url(../images/home/campaign-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 8rem 0;
}
.home-campaign .ttl-top{
  width: fit-content;
  line-height: 4.5rem;
  font-size: 1.8rem;
  border: 1px solid;
  padding: 0 1em;
  margin: 0 auto 2rem;
}
.home-campaign h2{
  font-size: 4.1rem;
  margin-bottom: 3rem;
}
.home-campaign h2 small{
  display: block;
  font-size: 3.2rem;
}
.home-campaign p{
  font-size: 1.8rem;
  line-height: 2.4;
}
.home-campaign img.deadline{
  width: 52.5rem;
  margin: 4rem auto 6rem;
}
.home-campaign ul.benefits-li{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.home-campaign ul.benefits-li li{
  display: block;
}
.home-campaign ul.benefits-li + p,
.home-campaign ul.benefits-li + p a{
  color: #EDDAA7;
}
.home-campaign ul.benefits-li + p{
  margin-top: 3rem;
}


.home-concept{
  padding: 12rem 0 17rem;
  position: relative;
}
.home-concept img.img{
  width: calc(50% - 10rem);
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.home-concept p{
  width: 48.5rem;
  font-size: 1.8rem;
  line-height: 2.4;
}


.home-feature{
  padding: 0 0 12rem;
}
.home-feature .ttl{
  padding: 12rem 0 10rem;
  margin-bottom: 7rem;
}
.home-feature .ttl-1{
  margin-bottom: 0;
}
.home-feature img.virtual-golf3{
  width: 80rem;
  margin: 0 auto 13rem;
}
.feature-li > li{
  display: block;
  position: relative;
}
.feature-li > li:nth-child(2n-1) .img{
  position: absolute;
  left: calc(50% + 6rem);
}
.feature-li > li:nth-child(2n) .img{
  position: absolute;
  right: calc(50% + 6rem);
}
.feature-li > li.li-1 .img{
  width: 45rem;
  top: 0;
}
.feature-li > li.li-2{
  margin-top: 20rem;
}
.feature-li > li.li-2 .img{
  width: 50.4rem;
  top: 0;
}
.feature-li > li.li-3{
  margin-top: 25rem;
}
.feature-li > li.li-3 .img{
  width: 49.8rem;
  aspect-ratio: 100 / 75;
  top: -15rem;
}
.feature-li > li.li-3 .img .img1{
  width: 83%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature-li > li.li-3 .img .img2{
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.feature-li > li.li-3 .img .img2::before{
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/common/ico-zoom_w.png) center center no-repeat rgba(0, 0, 0, 0.7);
  background-size: 66% auto;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.feature-li > li.li-4{
  margin-top: 30rem;
}
.feature-li > li.li-4 .img{
  width: 49.8rem;
  aspect-ratio: 100 / 91.16;
  top: -20rem;
}
.feature-li > li.li-4 .img img.img1{
  width: 83.3%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.feature-li > li.li-4 .img img.img2{
  width: 48.2%;
  position: absolute;
  right: 0;
  top: 0;
}
.feature-li > li.li-5{
  margin-top: 15rem;
}
.feature-li > li.li-5 .img{
  width: 50.4rem;
  top: 0;
}
.feature-li > li .txt{
  width: 46.7rem;
}
.feature-li > li:nth-child(2n) .txt{
  margin-left: auto;
}
.feature-li > li h3{
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  white-space: nowrap;
  margin-bottom: 4rem;
}
.feature-li > li h3 img.num{
  width: 10rem;
  margin-right: 2rem;
}
.feature-li > li ul.point{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.feature-li > li ul.point li{
  display: block;
  line-height: 4rem;
  font-size: 1.8rem;
  padding: 0 1em;
  border-radius: 1rem;
  background: linear-gradient(120deg,#6F5B24,#C1A762 60%,#887749);
}


.home-price{
  padding: 12rem 0 10rem;
}
.home-price .ttl-1 + p{
  width: 68rem;
  margin: 0 auto 6rem;
}
.home-price .box{
  padding: 6rem 6rem 7rem;
  border-radius: 3rem;
}
.home-price .box h3{
  display: flex;
  align-items: flex-end;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.home-price .box h3 big{
  font-size: 5rem;
  line-height: 1;
  margin-right: 0.2em;
}
.home-price .box .wrap{
  display: flex;
  justify-content: space-between;
}
.home-price .box .wrap .txt p{
  font-size: 4.4rem;
  letter-spacing: 0.02em;
}
.home-price .box .wrap .txt small{
  display: block;
  font-size: 1.4rem;
}
.home-price ul.price-li > li{
  display: block;
  padding-bottom: 3rem;
  border-bottom: 1px solid #5A5A5A;
}
.home-price ul.price-li > li + li{
  margin-top: 5rem;
}
.home-price ul.point{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.home-price ul.point li{
  width: 12rem;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.37;
  letter-spacing: 0;
}
.home-price .box .note{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2rem;
}


.home-trackman{
  padding: 10rem 0;
}
.home-trackman h2 img.logo{
  width: 30.4rem;
  margin: 0 auto 7rem;
}
.home-trackman h2 + big{
  display: block;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 5rem;
}
.home-trackman h2 + big + p{
  width: 51.7rem;
  text-align: center;
  margin: 0 auto;
}

.home-trackman .difference{
  padding: 5rem 0 0;
}
.home-trackman .difference h4{
  font-weight: 400;
  margin: 8rem 0 4rem;
}
.home-trackman .difference h4 big{
  font-size: 2.8rem;
  margin-right: 0.6em;
}
.home-trackman .difference dl{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem;
  letter-spacing: 0;
}
.home-trackman .difference dl dt,
.home-trackman .difference dl dd{
  padding: 2rem 1em;
  border-bottom: 1px solid #5A5A5A;
}
.home-trackman .difference dl dt:first-child,
.home-trackman .difference dl dt:first-child + dd{
  border-top: 1px solid #5A5A5A;
}

.home-trackman .cando{
  padding: 16rem 0 0;
}
.home-trackman .cando ul{
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.home-trackman .cando ul li{
  display: block;
  width: 26rem;
}
.home-trackman .cando ul li img.img{
  border-radius: 100%;
}
.home-trackman .cando ul li h4{
  font-size: 2.2rem;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}

.home-trackman big.big-1{
  display: block;
  font-size: 2.6rem;
  text-align: center;
  margin-top: 16rem;
}


.home-column{
  padding: 12rem 0;
}
.home-column a.n-btn{
  margin-top: 6rem;
}


.home-access{
  padding: 10rem 0 20rem;
  position: relative;
}
.home-access iframe{
  display: block;
  width: calc(50% + 12rem);
  height: calc(100% - 10rem);
  position: absolute;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
}


.home-faq{
  background: #fff;
  color: #000;
  padding: 12rem 0 14rem;
}

.list-tab{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.list-tab > li{
  display: block;
  line-height: 1;
  padding: 0 1em;
  border-right: 1px solid #707070;
  cursor: pointer;
}
.list-tab > li:first-child{
  border-left: 1px solid #707070;
}
.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
  animation: tab-change 0.3s both;
}
@keyframes tab-change {
  0% { opacity: 0; transform: translateY(3rem); }
  100% { opacity: 1; transform: translateY(0); }
}

ul.accbox li{
  display: block;
}
ul.accbox li + li{
  margin-top: 2rem;
}
.accbox .accttl{
  display: flex;
  align-items: center;
  min-height: 10rem;
  background: linear-gradient(100deg,#333,#505050);
  color: #fff;
  padding: 1.6rem 15rem 1.6rem 12rem;
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}
.accbox .accshow{
  display: flex;
  align-items: center;
  background: #EAEAEA;
  padding: 1.6rem 15rem 1.6rem 12rem;
  position: relative;
}
.accbox .accshow p{
  display: flex;
  align-items: center;
  min-height: 7rem;
}
.accbox .accttl::before,
.accbox .accshow::before{
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: calc(100% - 3rem);
  background: url(../images/home/faq-q.png) center center no-repeat;
  background-size: auto 6rem;
  border-right: 1px solid #5A5A5A;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
.accbox .accttl::before{
  background: url(../images/home/faq-q.png) center center no-repeat;
  background-size: auto 6rem;
  border-right: 1px solid #5A5A5A;
}
.accbox .accshow::before{
  background: url(../images/home/faq-a.png) center center no-repeat;
  background-size: auto 6rem;
  border-right: 1px solid #5A5A5A;
}
.accbox .accttl::after{
  content: "";
  display: block;
  width: 2.8rem;
  height: 100%;
  background: url(../images/home/acc-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 4rem;
  top: 0;
  transition: transform 0.3s;
}
.accbox .accttl.active::after{
  transform: rotate(180deg);
}




/*　price 共通
------------------------------------------------------------------------------------------------*/

.price .sec .note{
  display: block;
  font-size: 1.4rem;
  margin-top: 1em;
}
.price .sec h2{
  font-size: 1.8rem;
  font-weight: 400;
  margin: 8rem 0 2rem;
}
.price .sec h2 big{
  font-size: 5rem;
  line-height: 1.1;
  margin-right: 0.2em;
}

.price-swiper{
  overflow: unset;
  margin-top: 4rem;
}
.price-swiper .swiper-slide{
  width: 30.8rem;
  height: auto;
  background: linear-gradient(-30deg,#000,#272727);
  color: #fff;
  padding: 2.4rem 0;
  border-radius: 3rem;
}
.price-swiper .swiper-slide:not(:last-child){
  margin-right: 2rem;
}
.price-swiper .swiper-slide h3{
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
.price-swiper .swiper-slide h3 small{
  display: block;
  font-size: 1.4rem;
}
.price-swiper .swiper-slide p.en{
  line-height: 1.2;
  text-align: center;
}
.price-swiper .swiper-slide p.en big{
  font-size: 4.4rem;
}
.price-swiper .swiper-slide p.en big span{
  font-size: 2.8rem;
}
.price-swiper .swiper-slide p.en small{
  font-size: 2rem;
  margin-left: 1em;
}
.price-swiper .swiper-slide hr{
  width: calc(100% - 4.8rem);
  border-top: 1px solid #5A5A5A;
  margin: 2rem auto;
}
.price-swiper .swiper-slide ul li{
  display: block;
  line-height: 1.5;
  padding: 0 0 0.2em 1.4em;
  margin: 0 1.4rem;
  position: relative;
}
.price-swiper .swiper-slide ul li + li{
  margin-top: 0.5em;
}
.price-swiper .swiper-slide ul li::before{
  content: "";
  display: block;
  width: 0.32em;
  height: 0.32em;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0.75em;
  top: 0.7em;
}
.price-swiper .swiper-slide ul li.bg-gl{
  width: fit-content;
  padding-right: 0.5em;
  border-radius: 1em;
}




/*　contact 共通
------------------------------------------------------------------------------------------------*/

.contact .sec h2{
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.contact .sec p + p{
  margin-top: 1em;
}
.contact .form{
  margin-top: 4rem;
}
.contact .form label.label{
  display: block;
  margin: 2rem 0 0.3em;
}
.contact .form input[type=text],
.contact .form textarea{
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  width: 100%;
  padding: 0.9em;
  background: #EFEFEF;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact .form textarea{
  height: 16rem;
}
.contact .form p{
  margin: 3rem 0 0;
}
.contact .form .submit-btn{
  width: 24rem;
  margin: 4rem 0 0;
}


.radio{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.radio label{
  position: relative;
}
.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(1rem + 0.5em);
  cursor: pointer;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #EFEFEF;
  border-radius: 50%;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #000;
  border-radius: 50%;
}


.mw_wp_form .error{
  color: #DA5014 !important;
  font-size: 90% !important;
  font-weight: 800;
  margin-top: 0.5em;
}




/*　low 共通
------------------------------------------------------------------------------------------------*/

.act .common-header  .ttl-1 small{
  display: block;
  margin: 0.8em 0 0;
}

.sec.low{
  text-align: justify;
  text-justify: inter-ideograph;
}
.sec.low h2{
  margin-bottom: 0.8em;
}
.sec.low h2:not(:first-child){
  margin-top: 4rem;
}
.sec.low p.finish{
  margin-top: 4rem;
}
.sec.low dl{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 5rem;
  row-gap: 0.2em;
  justify-content: flex-start;
}
.sec.low dl dt{
  font-weight: 700;
}




/*　facilities 共通
------------------------------------------------------------------------------------------------*/

.facilities .sec{
  padding-bottom: 0;
}
.facilities .sec p{
  font-size: 1.8rem;
}


.facilities .sec .wrap-1{
  position: relative;
}
.facilities .sec .wrap-1 img.img{
  width: calc(50vw - 10rem);
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: calc(50% + 10rem);
  top: 0;
}
.facilities .sec .wrap-1 .txt{
  width: 44rem;
}
.facilities .sec .wrap-1 .txt h2{
  font-size: 2.6rem;
  margin-bottom: 3rem;
}


.facilities .sec .wrap-2{
  color: #fff;
  margin-top: 6rem;
  padding: 7rem 0 11rem;
  position: relative;
}
.facilities .sec .wrap-2::before{
  content: "";
  display: block;
  width: calc(50vw + 50rem);
  height: 100%;
  background: #272525;
  position: absolute;
  left: calc(50% - 50rem);
  top: 0;
  z-index: -1;
}
.facilities .sec .wrap-2 > p,
.facilities .sec .wrap-3 > p{
  line-height: 2.4;
}
.facilities .sec .wrap-2 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 2rem;
  margin-top: 4rem;
}
.facilities .sec .wrap-2 ul li{
  display: block;
  text-align: center;
  line-height: 1.4;
}
.facilities .sec .wrap-2 ul li .en{
  font-size: 1.4rem;
  margin-top: 0.8em;
}
.facilities .sec .wrap-2 ul li p{
  font-size: 1.6rem;
}


.facilities .sec .wrap-3{
  margin-top: 10rem;
  padding: 7rem 0 13rem;
  position: relative;
}
.facilities .sec .wrap-3 > p{
  margin-bottom: 4rem;
}
.facilities .sec .wrap-3 .bg-sand{
  width: calc(50vw + 50rem);
  height: 100%;
  position: absolute;
  right: calc(50% - 50rem);
  top: 0;
  z-index: -1;
}
.facilities .sec .wrap-3 h3{
  width: 30rem;
  text-align: center;
  border: 1px solid;
  padding: 0.1em 0;
  margin-bottom: 2rem;
}
.facilities .sec .wrap-3 ul.ul-1{
  display: grid;
  grid-template-columns: repeat(2, 25rem);
  column-gap: 2.5rem;
  margin-bottom: 3rem;
}
.facilities .sec .wrap-3 ul.ul-1 li{
  display: block;
  text-align: center;
}
.facilities .sec .wrap-3 ul.ul-1 li p{
  font-size: 1.6rem;
  margin-top: 0.8em;
}
.facilities .sec .wrap-3 ul.ul-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.facilities .sec .wrap-3 ul.ul-2 li{
  display: block;
}




/*　news 共通
------------------------------------------------------------------------------------------------*/

ul.tax-li{
  display: flex;
  justify-content: center;
  margin: 2rem 0 6rem;
}
ul.tax-li li{
  display: block;
  border-right: 1px solid #707070;
}
ul.tax-li li:first-child{
  border-left: 1px solid #707070;
}
ul.tax-li li a{
  display: block;
  padding: 0 1.1em;
  font-size: 1.8rem;
  line-height: 1.1;
}
ul.tax-li li a.active{
  font-weight: 700;
  pointer-events: none;
}


ul.news-li{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
  row-gap: 3rem;
}
ul.news-li li,
ul.news-li li a{
  display: block;
}
ul.news-li li a .zoom{
  aspect-ratio: 330 / 247;
}
ul.news-li li a .date-cat{
  margin: 0.5rem 0;
}


.nav-links ul{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
  margin-top: 6rem;
}
.nav-links ul li{
  display: block;
}
.nav-links ul li .page-numbers:not(.next):not(.prev){
  font-family: "Marcellus", "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.7em;
  font-size: 1.8rem;
  border: 1px solid;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.nav-links ul li .page-numbers.current,
.nav-links ul li a.page-numbers:not(.next):not(.prev):hover{
  background: #000;
  color: #fff;
  border: 1px solid #000 !important;
  opacity: 1;
}
.nav-links ul li .page-numbers.prev,
.nav-links ul li .page-numbers.next{
  display: block;
  width: 2.6rem;
  height: 2.5rem;
  font-size: 0;
}
.nav-links ul li .page-numbers.prev{
  background: url(../images/common/pager-prev.svg) center center no-repeat;
  background-size: contain;
  margin-right: 2.2rem;
}
.nav-links ul li .page-numbers.next{
  background: url(../images/common/pager-next.svg) center center no-repeat;
  background-size: contain;
  margin-left: 2.2rem;
}


.post .date-cat,
.post .tag-wrap{
  margin-bottom: 1rem;
}
.post .tag-wrap{
  margin-top: 0.1em;
}
.post h1{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.post-txt img{
  margin: 4rem auto;
}
.post-txt p,
.post-txt ul,
.post-txt ol{
  margin: 1.5em 0;
}
.post-txt ul li,
.post-txt ol li{
  margin-left: 1.5em;
}
.post-txt + a.n-btn{
  margin-top: 6rem;
}




/*　column 共通
------------------------------------------------------------------------------------------------*/

ul.column-li li{
  display: block;
  border-bottom: 1px solid #707070;
}
ul.column-li li a{
  display: grid;
  grid-template-columns: 30rem 1fr;
  gap: 2rem;
  align-items: center;
  padding: 3.5rem 0;
}
ul.column-li li a .zoom{
  aspect-ratio: 3 / 2;
}
ul.column-li li a .date{
  display: block;
  margin-bottom: 1em;
}
ul.column-li li a .ttl{
  font-size: 2.4rem;
}
ul.column-li li a .tag-wrap{
  margin-top: 0.4em;
}


/*　2025.08.04 maintenance
------------------------------------------------------------------------------------------------*/
h3 span {
  display: block;
  font-size: 14px;
  color: #fff;
}

/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){


/*　home SP
------------------------------------------------------------------------------------------------*/

.fv{
/*  background: url(../images/home/fv-bg_sp.jpg) center center no-repeat;
  background-size: cover;*/
  height: 100svh;
  padding: 4rem 0;
}
.fv .content{
  justify-content: center;
  align-items: center;
}
.fv h1 img{
  width: 30.4rem;
  margin-bottom: 14rem;
}


#fl-btn{
  right: 2rem;
  bottom: 2rem;
}
#fl-btn a{
  width: 10rem;
}


.home-news{
  padding-top: 4rem;
}
.home-news a{
  display: block;
  font-size: 1.6rem;
}
.home-news a .date{
  margin-right: 1.4rem;
}
.home-news a .ttl{
  display: block;
  width: calc(100% - 3rem);
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #fff;
  position: relative;
}
.home-news a .ttl::before{
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: url(../images/common/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -3rem;
}


.intro{
  font-size: 1.2rem;
  padding: 5rem 0;
}
.intro img.img{
  width: calc(100% - 5.6rem);
  position: unset;
  margin: 0 auto;
}
.intro.why img.img{
  margin-top: -5rem;
}
.intro h2{
  font-size: 1.8rem;
  margin-bottom: 0;
}
.intro.why h2{
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.intro ul{
  width: 30rem;
  margin: 0 auto;
}
.intro ul li + li{
  margin-top: 2.5rem;
}
.intro ul li h3{
  font-size: 1.6rem;
}


.home-campaign{
  background: url(../images/home/campaign-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 5rem 0 8rem;
}
.home-campaign .ttl-top{
  line-height: 3.6rem;
  font-size: 1.4rem;
  margin: 0 auto 2rem;
}
.home-campaign h2{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.home-campaign h2 small{
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.home-campaign p{
  font-size: 1.4rem;
  line-height: 1.6;
}
.home-campaign img.deadline{
  width: 26rem;
  margin: 3.5rem auto 5rem;
}
.home-campaign ul.benefits-li{
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 31.6rem;
  margin: 0 auto;
}


.home-concept{
  padding: 0 0 8rem;
}
.home-concept img.img{
  width: 100%;
  height: auto;
  position: unset;
  margin-bottom: 6rem;
}
.home-concept p{
  width: 100%;
  font-size: 1.6rem;
}


.home-feature{
  font-size: 1.2rem;
}
.home-feature .ttl{
  padding: 6rem 0;
  margin-bottom: 0;
}
.home-feature .ttl-1{
  margin-bottom: 0;
}
.home-feature img.virtual-golf3{
  margin: 0 auto 6rem;
}
.feature-li > li .img{
  width: 100% !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  margin-bottom: 2.5rem;
}
.feature-li > li + li{
  margin-top: 8rem !important;
}
.feature-li > li .txt{
  width: 100%;
}
.feature-li > li:nth-child(2n) .txt{
  margin-left: auto;
}
.feature-li > li h3{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.feature-li > li h3 img.num{
  width: 6rem;
  margin-right: 1rem;
}
.feature-li > li ul.point li{
  line-height: 2.7rem;
  font-size: 1.1rem;
  border-radius: 0.3rem;
}


.home-price{
  font-size: 1.2rem;
  padding: 6rem 0;
}
.home-price .ttl-1 + p{
  width: 100%;
}
.home-price .box{
  padding: 2rem 2rem 4rem;
  border-radius: 2rem;
}
.home-price .box h3{
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.home-price .box h3 big{
  font-size: 2.8rem;
}
.home-price .box .wrap{
  display: block;
}
.home-price .box .wrap .txt p{
  font-size: 2.95rem;
  line-height: 1.4;
  white-space: nowrap;
}
.home-price .box .wrap .txt small{
  font-size: 1.1rem;
}
.home-price ul.price-li > li{
  padding-bottom: 2rem;
}
.home-price ul.price-li > li + li{
  margin-top: 4rem;
}
.home-price ul.point{
  gap: 1.8rem;
  margin-top: 1.5rem;
}
.home-price ul.point li{
  width: calc(100% / 3 - 1.2rem);
}
.home-price .box .note{
  font-size: 1.1rem;
}


.home-trackman{
  font-size: 1.2rem;
  padding: 6rem 0;
}
.home-trackman h2 img.logo{
  width: 24.2rem;
  margin: 0 auto 5rem;
}
.home-trackman h2 + big{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.home-trackman h2 + big + p{
  width: 100%;
  text-align: left;
}

.home-trackman .difference{
  padding: 4rem 0 0;
}
.home-trackman .difference .ttl-1{
  display: flex;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
.home-trackman .difference h4{
  margin: 6rem 0 2rem;
}
.home-trackman .difference h4 big{
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0;
}
.home-trackman .difference dl{
  grid-template-columns: 100%;
  gap: 0;
  line-height: 1.5;
}
.home-trackman .difference dl dt{
  padding: 1.4rem 1rem 0.2em 1rem;
  border-bottom: 0;
}
.home-trackman .difference dl dd{
  padding: 0 1rem 1.4rem 1rem;
}
.home-trackman .difference dl dt:first-child + dd{
  border-top: 0;
}
.home-trackman .difference dl dt{
  color: #BCBCBC;
}

.home-trackman .cando{
  padding: 7rem 0 0;
}
.home-trackman .cando ul{
  flex-wrap: wrap;
}
.home-trackman .cando ul li{
  width: 22rem;
}
.home-trackman .cando ul li h4{
  font-size: 1.6rem;
}
.home-trackman .cando ul li p{
}

.home-trackman big.big-1{
  font-size: 1.4rem;
  margin-top: 6rem;
}


.home-column{
  padding: 6rem 0;
}


.home-access{
  font-size: 1.2rem;
  padding: 6rem 0 0;
}
.home-access iframe{
  width: 100%;
  height: 39rem;
  position: unset;
  margin-top: 4rem;
}


.home-faq{
  font-size: 1.2rem;
  padding: 6rem 0;
}

.list-tab{
  margin-bottom: 3rem;
}
.list-tab > li{
  font-size: 1.1rem;
  padding: 0 0.8em;
}

ul.accbox li + li{
  margin-top: 1rem;
}
.accbox .accttl{
  min-height: 3.3rem;
  padding: 0.8rem 5rem 0.8rem 4rem;
  font-size: 1.2rem;
}
.accbox .accshow{
  padding: 0.8rem 5rem 0.8rem 4rem;
  font-size: 1.1rem;
}
.accbox .accshow p{
  min-height: 1.7rem;
  line-height: 1.5;
}
.accbox .accttl::before,
.accbox .accshow::before{
  width: 3.1rem;
  height: calc(100% - 0.9rem);
  background: url(../images/home/faq-q.png) center center no-repeat;
  background-size: auto 6rem;
  top: 0.45rem;
}
.accbox .accttl::before{
  background: url(../images/home/faq-q.png) center center no-repeat;
  background-size: auto 1.9rem;
}
.accbox .accshow::before{
  background: url(../images/home/faq-a.png) center center no-repeat;
  background-size: auto 1.9rem;
}
.accbox .accttl::after{
  width: 1rem;
  right: 1rem;
}




/*　price SP
------------------------------------------------------------------------------------------------*/

.price .sec h2{
  font-size: 1.6rem;
  margin: 8rem 0 1.5rem;
}
.price .sec h2 big{
  display: block;
  margin-right: 0;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

.contact .form textarea{
  height: 20rem;
}
.contact .form .submit-btn{
  width: 24rem;
  margin: 4rem 0 0;
}


.radio{
  flex-direction: column;
  row-gap: 0.3em;
}




/*　low SP
------------------------------------------------------------------------------------------------*/

.act .common-header  .ttl-1{
  font-size: 2.2rem;
}
.act .common-header  .ttl-1 small{
  margin: 0.6em 0 0;
}

.sec.low dl{
  grid-template-columns: 100%;
  row-gap: 0.2em;
}




/*　facilities SP
------------------------------------------------------------------------------------------------*/

.facilities .sec p{
  font-size: 1.6rem;
}
.facilities .sec .ttl-1{
  font-size: 2.8rem;
}


.facilities .sec .wrap-1 img.img{
  width: calc(100% + 2.8rem);
  max-width: unset;
  height: auto;
  position: unset;
  margin-bottom: 3rem;
}
.facilities .sec .wrap-1 .txt{
  width: 100%;
}
.facilities .sec .wrap-1 .txt h2{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}


.facilities .sec .wrap-2{
  margin-top: 6rem;
  padding: 6rem 0;
}
.facilities .sec .wrap-2::before{
  width: 100vw;
  left: calc(50% - 50vw);
}
.facilities .sec .wrap-2 > p,
.facilities .sec .wrap-3 > p{
  line-height: 2;
}
.facilities .sec .wrap-2 ul{
  grid-template-columns: 100%;
}


.facilities .sec .wrap-3{
  margin-top: 0;
  padding: 6rem 0 8rem;
}
.facilities .sec .wrap-3 .bg-sand{
  width: 100vw;
  left: calc(50% - 50vw);
}
.facilities .sec .wrap-3 h3{
  font-size: 1.8rem;
}
.facilities .sec .wrap-3 ul.ul-1{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
}
.facilities .sec .wrap-3 ul.ul-1 li p{
  font-size: 1.4rem;
}
.facilities .sec .wrap-3 ul.ul-2{
  grid-template-columns: 100%;
  gap: 3rem;
}




/*　news SP
------------------------------------------------------------------------------------------------*/

ul.tax-li{
  margin: 0 0 4rem;
}
ul.tax-li li a{
  padding: 0 1.1rem;
  font-size: 1.8rem;
  white-space: nowrap;
}


ul.news-li{
  grid-template-columns: 100%;
}


.post .date-cat,
.post .tag-wrap{
  margin-bottom: 3rem;
}
.post h1{
  font-size: 2rem;
  margin-bottom: 3rem;
}
.post-txt img{
  margin: 3rem auto;
}




/*　column SP
------------------------------------------------------------------------------------------------*/

ul.column-li li a{
  grid-template-columns: 100%;
  gap: 1rem;
  padding: 3rem 0;
}
ul.column-li li a .date{
  margin-bottom: 0.3em;
}
ul.column-li li a .ttl{
  font-size: 2rem;
}
ul.column-li li a .tag-wrap{
  margin-top: 0.3em;
}




}/*　スマホここまで */
