@charset "UTF-8";
/*comingsoon*/
.sec-comingsoon {
  padding: 7% 0 10%;
}
@media screen and (max-width: 450px) {
  .sec-comingsoon {
    padding: 10% 0 15%;
  }
}
.sec-comingsoon .txt01 {
  position: relative;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2;
  margin-bottom: 5%;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .sec-comingsoon .txt01 {
    font-size: 33px;
    font-size: 3.3rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .sec-comingsoon .txt01 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    text-align: left;
  }
}
.sec-comingsoon .txt01::after {
  content: "";
  width: 110px;
  height: 2px;
  display: inline-block;
  background-color: #168bcf;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
@media screen and (max-width: 450px) {
  .sec-comingsoon .txt01::after {
    left: 0;
  }
}
.sec-comingsoon .txt02 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 6%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec-comingsoon .txt02 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-comingsoon .txt02 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 10%;
  }
}
/* /business/energy/ */
.solar-energy__main {
  margin: 0 auto 87px;
}
@media screen and (max-width: 600px) {
  .solar-energy__main {
    margin: 0 auto 50px;
  }
}

.business-scheme__map {
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1153px) {
  .business-scheme__map {
    width: auto;
    margin: auto;
  }
}

/* TOP */
.top-numbers__list-item-num .num {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .top-numbers__list-item-num .num {
    margin-bottom: 3px;
  }
}

/* about */

#page-about .field-flow__wrap-box ul > li small {
  line-height: 1.7;
}
/* /business/creative/ */
.artbnr {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .artbnr {
    margin-bottom: 50px;
  }
  .artbnr .btn-contact {
    font-size: 1.6rem;
    height: 60px;
    max-width: 360px !important;
  }
}

/*footer調整*/
.main-footer__copyright-pmk {
  display: block;
  width: 80%;
  height: auto;
  max-width: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .main-footer__copyright-pmk {
    margin: 0 auto 10px;
  }
}

/* ゴルフ場作成　*/
.golf__card {
  width: 48.5%;
  line-height: 1.4;
}

.golf__card .img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 15px;
}

.golf__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.golf__card .name {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}

.golf__card .address {
  font-size: 15px;
  margin-bottom: 7px;
}

.golf__card-flex {
  display: flex;
  column-gap: 20px;
}

.golf__card-flex .tel {
  font-size: 15px;
}

.golf__card-flex .tel a {
  color: black;
}

.golf__card-flex .link {
  font-size: 15px;
  color: #0081cc;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #0081cc;
}

.golf__main-flex {
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
  line-height: 1.4;
}

.golf__main-flex .img {
  width: 50%;
}

.golf__main-flex .cont {
  width: 50%;
  padding-left: 2%;
  height: fit-content;
}

.golf__main-flex-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.golf__main-flex .cont .txt {
  font-size: 15px;
  line-height: 2;
}

.golf__place-title {
  border-left: 6px solid #0081cc;
  padding-left: 15px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.golf__place-list {
  display: flex;
  gap: 20px 3%;
  flex-wrap: wrap;
}

.golf__place-list li {
  width: 48.5%;
  max-width: 100%;
  padding: 30px 40px;
  line-height: 1.6;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.golf__place-title-middle {
  color: #0081cc;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
}

.golf__place-list li .address,
.golf__place-list li .tel {
  font-size: 15px;
  display: block;
}

.golf__place-link {
  font-size: 15px;
  color: #0081cc;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #0081cc;
}

.mb40 {
  margin-bottom: 40px;
}

.resort-main__block.p1 {
  padding: 0;
}

.management-business-list {
  display: flex;
  column-gap: 2%;
}

.management-business-list li {
  width: 32%;
}

.management-business-list li a {
  display: block;
}

.management-business-list li a .img {
  position: relative;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 15px;
}

.management-business-list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.4s;
}

.management-business-list li a:hover .img img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.4s;
}

.management-business-list-title {
  position: absolute;
  bottom: 16px;
  left: 15px;
  color: #fff;
  line-height: 1.7;
}

.management-business-list-title .ja {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.management-business-list-title .en {
  display: block;
  font-size: 10px;
  font-weight: 500;
}

.management-business-list li a .img .material-symbols-outlined {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
}

.management-business-list li a .txt {
  font-size: 14px;
  line-height: 1.8;
}

.golf__card-bl {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}

#page-business_management_golf .estate-heading__block {
  margin-bottom: 70px;
}

.golf__movie-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0;
}

.golf__movie-list li {
  aspect-ratio: 16/9;
}

.golf__movie-list li a {
  display: block;
  aspect-ratio: 16/9;
  position: relative;
}

.golf__movie-list.on li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
}

.golf__movie-list.on li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0;
  display: block;
}

.golf__movie-list li iframe {
  aspect-ratio: 16/9;
}

.golf__movie-main {
  aspect-ratio: 16/9;
  margin-bottom: 2px;
  position: relative;
}

.golf__movie-main a {
  position: relative;
}

.golf__movie-main.on a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
}

.golf__movie-main.on a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
  display: block;
}

.golf__movie-main iframe {
  aspect-ratio: 16/9;
}

.golf__insta-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
}

.golf__insta-icon img {
  transform: translateY(2px);
}

@media screen and (max-width: 990px) {
  .management-business-list li {
    width: 50%;
    padding: 0 5px;
  }
}

@media screen and (max-width: 834px) {
  .resort-main__block.p1 {
    padding: 10px 0;
  }
  .s_mb20 {
    margin-bottom: 20px;
  }
  .golf__card .name {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .golf__card-flex {
    flex-direction: column;
    line-height: 1.8;
  }
  .golf__main-flex .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .golf__main-flex-title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .golf__place-title {
    border-left: 4px solid #0081cc;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .golf__place-list {
    flex-direction: column;
  }
  .golf__place-list li {
    padding: 20px;
    width: 100%;
  }
  .golf__place-title-middle {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .golf__main-flex {
    flex-direction: column;
  }
  .golf__main-flex .cont {
    width: 100%;
    padding-left: 0;
  }
  #page-business_management_golf .resort-project__top .c-ttl__08 small {
    font-size: 1.6rem;
  }
  #page-business_management_golf .resort-project__top .c-ttl__08 span {
    font-size: 2.4rem;
  }
  #page-business_management_golf .resort-project__single-cnt .c-ttl__01 {
    font-size: 2.1rem;
  }
  .golf__card-bl {
    flex-direction: column;
    gap: 30px 0;
  }
  .golf__card {
    width: 100%;
  }
  #page-business_management_golf .estate-heading__block {
    margin-bottom: 40px;
  }
  .golf__insta-icon img {
    transform: translateY(4px);
  }
}

@media screen and (max-width: 640px) {
  .management-business-list li {
    width: 100%;
    padding: 0;
  }
}

/*-----追加25mmdd--------------------------------*/
.sec-resort-main {
  padding-bottom: 125px;
}
@media (max-width: 834px) {
  .sec-resort-main {
    padding-bottom: 50px;
  }
}
