@charset "UTF-8";

#main {
  background: #EAEDE8;
  overflow: hidden;
}

.caption {
  font-size: 1.4rem;
}
.mr-top{margin: 10px 0 0;}
.lh15{line-height: 1.5 !important;}


/* mv */
#mv {
  overflow: hidden;
}

#mv img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100vh;
}

.mv__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.mv__txt h2 {
  font-size: 6.2rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 4.96px;
  font-family: "BIZ UDPMincho", serif;
}

.mv__txt p {
  position: relative;
  font-size: 4.2rem;
  font-family: "Dancing Script", serif;
  display: inline-block;
}

.mv__txt p::before,
.mv__txt p::after {
  content: '';  
  width: 130px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.mv__txt p::before {
  left: -140px;
}

.mv__txt p::after {
  right: -140px;
}

@media screen and (max-width: 1200px) {
  .mv__txt h2 {
    font-size: 6vw;
  }

  .mv__txt p {
    font-size: 4vw;
  }

  .mv__txt p::before, 
  .mv__txt p::after {
    width: 5vw;
  }

  .mv__txt p::before {
    left: -6vw;
  }

  .mv__txt p::after {
    right: -6vw;
  }
}

@media screen and (max-width: 767px) {
  #mv img {
    height: calc(100svh - 16.5vw);
  }

  .mv__txt h2 {
    font-size: min(9vw, 6.2rem);
  }

  .mv__txt p {
    font-size: min(6vw, 4.2rem);
  }

  .mv__txt p::before, 
  .mv__txt p::after {
    width: 30px;
  }

  .mv__txt p::before {
    left: -50px;
  }

  .mv__txt p::after {
    right: -50px;
  }

}






/* villa */
#villa {
  background: url(../img/top/villa.webp) no-repeat top center / cover;
  color: #ffffff;
  padding: 9% 0;
  background-attachment: fixed;
}

#villa .content {
  align-items: center;
}

#villa .tit__jp__en .tit__01__en {
  border-color: #ffffff;
}

#villa .col__01 {
  width: 48%;
}

#villa .col__01 p {
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  line-height: 1.9;  
}

#villa .col__01 .tit__02  {
  margin: 2rem 0 3rem;
  font-family: "BIZ UDPMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}

#villa .col__02 {
  width: 50%;
  padding: 6rem 0 0;
}

#villa .villa__map {
  position: relative;
}

#villa .villa__map figure img {
  border-radius: 6px;
}

#villa .villa__map a {
  position: absolute;
}

#villa .villa__map a:hover {
  opacity: 0.8;
}

#villa .villa__map .btn01 {
  top: 46%;
  left: 4%;
}

#villa .villa__map .btn01 {
  top: 46%;
  left: 4%;
  width: 22%;
}

#villa .villa__map .btn02 {
  top: 32%;
  left: 4%;
  width: 22%;
}

#villa .villa__map .btn03 {
  top: 18%;
  left: 13%;
  width: 22%;
}

#villa .villa__map .btn04 {
  top: 40%;
  right: 4%;
  width: 22%;
}

#villa .villa__map .btn05 {
  top: 75%;
  right: 4%;
  width: 30%;
}



@media screen and (max-width: 1200px) {
  #villa .col__01 .tit__02 {
    font-size: 2.5vw;
  }

  #villa .col__01 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #villa {
    padding: 10% 0;
    background-attachment: inherit;
  }

  #villa .col__01 {
    width: 100%;
    margin-bottom: 2rem;
  }

  #villa .col__02 {
    width: 100%;
    padding: 0;
  }

  #villa .col__01 .tit__02 {
    font-size: min(3rem, 5vw);
    margin-bottom: 2rem;
  }

  #villa .col__01 p {
    font-size: 1.6rem;
  }
}









/* locate__block */
.locate__block {
  padding: 6% 0;
}

.locate__block .content {
  max-width: 1600px;
}

.locate__block .locate__txt {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .locate__block .locate__txt {
    width: calc(46% - max(0px, calc((100% - 1200px) / 2)));
    transition: width 0.2s ease;
  }
}


.locate__block .locate__img {
  width: 50%;
}

.locate__block .locate__img img {
  border-radius: 10px;
}

.locate__block .tit {
  position: relative;
  margin: -5rem 0 0;
}

.locate__block .tit__en {
  font-family: "Dancing Script";
  font-size: 13rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.locate__block .tit__jp {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "BIZ UDPMincho", serif;
  font-size: 3.3rem;
  color: #255D40;
  z-index: 2;
}

.locate__block .tit__sub {
  font-size: 2rem;
  position: relative;
  z-index: 3;
  font-family: "BIZ UDPMincho", serif;
}

.locate__block .locate__mTxt {
  margin-top: 2rem;
  line-height: 2;
}

.locate__block .locate__link {
  display: block;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #255D40;
  text-align: center;
  background: #ffffff;
  color: #255D40;
  text-decoration: none;
  margin-top: 5rem;
  max-width: 413px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 20%;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.locate__block .locate__link::after {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
  background: url("../img/common/icon_arrow_green.svg") no-repeat top left/100% 100%;
}

.locate__block .locate__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F4FCDA;
  transition: width 0.3s;
  z-index: -1;
}

.locate__block .locate__cate {  
  padding: 0;
  margin: 3rem 0 0;
  list-style: none;
  gap: 10px;
  justify-content: flex-start;
}

.locate__block .locate__cate a {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  color: #4D4D4D;
  text-decoration: none;
  padding: 0 3rem 0 0;
  font-weight: bold;
}

.locate__block .locate__cate a .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.locate__block .locate__cate a:hover {
  text-decoration: underline;
}

.locate__img .thumb__box {
  margin: 3rem 0 0;
}
.locate__img .thumb__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  justify-content: start;
}

.locate__img .thumb__box .thumb {
  flex-basis: 17%;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.2s;
}

.locate__img .thumb__box .thumb img {
  border-radius: 0;
}

.locate__img .thumb__box .thumb.active {
  border-color: #ffffff;
  opacity: 1;
}

.list__block .locate__block:nth-child(2n) {
  background: #e3e7e1;
}

.list__block .locate__block:nth-child(2n+1) .locate__txt {
  order: 2;  
}

.list__block .locate__block:nth-child(2n+1) .locate__img {
  order: 1;  
}

@media screen and (min-width: 768px) {
  .locate__block .locate__link:hover::before {
    width: 100%;
  }

  .locate__img .thumb__box .thumb:hover {
    border-color: #ffffff;
    opacity: 1;
  }

  .list__block .locate__block:nth-child(2n) .locate__txt {
    margin-left: max(0px, calc((100% - 1200px) / 2));
    margin-right: 0;
    transition: margin 0.2s ease;
  }

  .list__block .locate__block:nth-child(2n+1) .locate__txt {
    margin-right: max(0px, calc((100% - 1200px) / 2));
    margin-left: 0;
    transition: margin 0.2s ease;
  }



}

@media screen and (max-width: 1200px) {
  .locate__block .tit {
    margin: 0;
  }

  .locate__block .tit__jp {
    font-size: 2.5vw;
  }

  .locate__block .tit__en {
    font-size: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .locate__block {
    padding: 10% 0;
  }

  .locate__block .locate__txt {
    order: 2 !important;
    width: 100%;    
  }

  .locate__block .locate__img {
    order: 1 !important;
    width: 100%;
    margin-bottom: 4rem;
  }

  .locate__block .tit {
    overflow: hidden;
    margin: 0;
  }

  .locate__block .tit__jp {
    font-size: min(5.5vw, 3.3rem);
  }

  .locate__block .tit__en {
    font-size: min(16vw, 13rem);
  }

  .locate__block .tit__sub {
    font-size: 1.8rem;
  }

  .locate__block .locate__link {
    margin: 3rem auto 0;
  }
}



/* service */
#service {
  background: url(../img/top/service-bg.webp) no-repeat center center / cover;
  padding: 5% 0;
  color: #ffffff;
}

#service .tit__jp__en {
  justify-content: center;
  margin: 0 0 4rem;
}

#service .tit__jp__en .tit__01__en {
  border-color: #ffffff;
}

#service .m__txt {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  line-height: 190%;
}

#service .list__item {
  list-style: none;
  padding: 0;
  margin: 4rem 0 0;
}

#service .item {
  flex-basis: 32%;
  background: #ffffff;
  color: #4D4D4D;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 2rem;
}

#service .item .item__txt {
  padding: 3rem;
}

#service .item .item__txt h4 {
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #4D4D4D;
  font-size: 2.2rem;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
}

#service .item .item__txt p {
  line-height: 2;
}

#service .item .caption {
  margin-top: 1rem;
  display: flex;
}
#service .item .caption span{display: block;line-height: 1.5;}
@media screen and (max-width: 1200px) {
  #service .item .item__txt {
    padding: 1.5rem;
  }

  #service .item .item__txt h4 {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  #service {
    padding: 10% 0;
  }

  #service .tit__jp__en {
    margin-bottom: 2rem;
  }

  #service .m__txt {
    text-align: left;
  }

  #service .item {
    flex-basis: 100%;
  }

  #service .item .item__txt {
    padding: 2rem;
  }

  #service .item .item__txt h4 {
    font-size: 1.8rem;
  }
#service .item .caption span:nth-of-type(1){width: 80px;}

}

/* service02 */
#service02 {
  background: url(../img/top/option-bg.webp) no-repeat top center / cover;
  padding: 5% 0;
}

#service02 .tit__jp__en {
  justify-content: center;
  margin: 0 0 4rem;
  color: #ffffff;
}

#service02 .tit__jp__en .tit__01__en {
  border-color: #ffffff;
}

#service02 .m__txt {
  text-align: center;
  font-family: "BIZ UDPMincho", serif;
  font-size: 1.8rem;
  line-height: 1.9;
  color: #ffffff;

}

#service02 .service02__nav {
  margin: 5rem 0 3rem;
}

#service02 .service02__nav ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  align-items: stretch;
}

#service02 .service02__nav ul li {
  flex-basis: 24.1%;
  height: 56px;
}

#service02 .service02__nav ul li a {
  cursor: pointer;
  filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2));
  font-size: 1.6rem;
  line-height: 1.3;
  background: white;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  text-decoration: none;
  padding: 1rem 0.5rem;
  color: #255d40;
  border-radius: 10px;
  word-break: break-all;
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  overflow: hidden;  
}

#service02 .service02__nav ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F4FCDA;
  transition: width 0.3s;
  z-index: -1;
}

#service02 .service02__nav ul li a .icon {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 0 0 1rem;
}

#service02 .service02__nav ul li a.active::before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #service02 .service02__nav ul li a:hover::before {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #service02 .service02__nav ul {
    justify-content: flex-start;
  }
  
  #service02 .service02__nav ul li {
    flex-basis: 32%;
    margin: 0 2% 2% 0;
  }

  #service02 .service02__nav ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #service02 {
    padding: 10% 0;
  }
  
  #service02 .service02__nav {
    margin-top: 3rem;
  }

  #service02 .service02__nav ul {
    justify-content: space-between;
    row-gap: 10px;
  }

  #service02 .service02__nav ul li {
    flex-basis: 49%;
    height: auto;
    margin: 0 !important;
  }

  #service02 .service02__nav ul li a {
    position: relative;
    font-size: min(4vw, 1.6rem);
    line-height: 150%;
    padding: 1rem;
    min-height: 60px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  #service02 .service02__nav ul li .link__text {
    width: calc(100% - 4rem);
  }

  #service02 .m__txt {
    text-align: left;
  }


}


/* service02__tab */
.service02__tab {
  border-radius: 10px;
  background: #ffffff;
  padding: 4rem;
  display: none;

  min-height: 446px;
}

.service02__tab .tab__txt {
  width: 58%;
}

.service02__tab .tab__txt h3 {
  display: inline-block;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4D4D4D;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
}

.service02__tab .tab__txt h5  {
  font-weight: bold;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 1.6rem;
}

.service02__tab .tab__txt ul {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0 0 0 0;
}

.service02__tab .tab__txt ul li:not(:last-child) {
  margin: 0 0 1rem;
}

.service02__tab .tab__txt p {
  line-height: 2;
}

.service02__tab .tab__img {
  width: 39%;
}

.service02__tab .tab__img img {
  border-radius: 10px;
}

#service02__tab__01 {
  display: block;
}

@media screen and (max-width: 767px) {
  .service02__tab {
    padding: 2rem;
  }

  .service02__tab .tab__txt h3 {
    font-size: 1.8rem;
  }

  .service02__tab .tab__txt {
    width: 100%;
    margin-bottom: 2rem;
  }

  .service02__tab .tab__img {
    width: 100%;
    text-align: center;
  }
}



/*#navigation {
  display: block;
}*/