@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   H1-wrap

--------------------------------------------------------------------------------------------- */
.villas-h1-wrap{
	position: relative;
	width: 100%;
	padding: 0 7.5% 25px 7.5%;
}

.villas-logo{
	float: left;
	width: 250px;
}
.villas-logo img{
	width: 100%;
	height: auto;
}

.villas-h1{
	float: right;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: normal;
	margin-top: 2.5%;
}

@media screen and (max-width:900px) {

.villas-logo{
	width: 200px;
}
	
}

@media screen and (max-width:700px) {

.villas-logo{
	margin-bottom: 25px;
}
	
}

@media screen and (max-width:500px) {

.villas-logo{
	width: 150px;
}
	
}



/* ---------------------------------------------------------------------------------------------

   Visual-wrap

--------------------------------------------------------------------------------------------- */
.villas-visual-wrap{
	width: 100%;
}

.slide {
	float: right;
  position: relative;
  width: 92.5%;
  height: 100vh;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

@media screen and (max-width:1280px) {

.slide {
  width: 96%;
  height: 75vh;
}
	
}

@media screen and (max-width:900px) {

.slide {
  width: 100%;
  height: 50vh;
}
	
}

@media screen and (max-width:700px) {

.slide {
  height: 42.5vh;
}
	
}

@media screen and (max-width:500px) {

.slide {
  height: 37.5vh;
}
	
}

.slide-image:nth-child(1) {
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  animation-delay: 22s;
}

.slide-image:nth-child(5) {
  animation-delay: 30s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}




/* ---------------------------------------------------------------------------------------------

   Villas-middle-contents

--------------------------------------------------------------------------------------------- */
.villas-middle-wrap80{
	width: 80%;
	padding: 150px 0;
	margin: 0 auto;
}

.villas-middle-contents{
	width: 100%;
}

.clover{
	float: right;
	width: 450px;
	margin-top: -165px;
}

#villas-introduction .text-16{
	float: left;
	width: 40%;
}

.villas-middle-contents .clover .top-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 0 50%;
}
.villas-middle-contents .clover .top-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 50% 0;
}
.villas-middle-contents .clover .bottom-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 50% 0 50% 50%;
}
.villas-middle-contents .clover .bottom-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 0 50% 50% 50%;
}


@media screen and (max-width:1000px) {
	
#villas-introduction h2{
	padding-top: 300px;
}
	
#villas-introduction .text-16{
	float: none ;
	width: 100%;
}
	
}

@media screen and (max-width:800px) {

.clover{
	width: 350px;
	margin-top: -110px;
}
	
#villas-introduction h2{
	padding-top: 200px;
}
	
}

@media screen and (max-width:700px) {

.villas-middle-wrap80{
	padding: 100px 0;
}
	
}

@media screen and (max-width:600px) {

.clover{
	margin-top: -110px;
	width: 250px;
}
	
#villas-introduction h2{
	padding-top: 150px;
}
	
}

@media screen and (max-width:400px) {

.clover{
	width: 200px;
}
	
#villas-introduction h2{
	padding-top: 100px;
}
	
}





/* ---------------------------------------------------------------------------------------------

   Gallery

--------------------------------------------------------------------------------------------- */
.gallery{
	width: 100%;
}




/* ---------------------------------------------------------------------------------------------

   Villas-about

--------------------------------------------------------------------------------------------- */
#villas-about{
	padding-bottom: 150px;
}

.left-text{
	float: left;
	width: 45%;
}
.right-text{
	float: right;
	width: 45%;
}

.left-text h3{
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(18px, 3vw, 24px);
	margin-bottom: 25px;
}

.villas-about-table{
	margin-bottom: 50px;
}

.villas-about-table th,.villas-about-table td{
	font-size: clamp(10px, 3vw, 14px);
	font-family: 'Noto Serif JP', serif;
	border-bottom: 0.5px solid #ccc;
	padding: 10px 0;
}

.villas-about-table th{
	font-weight: normal;
	text-align: left;
	width: 20%;
}

@media screen and (max-width:900px) {

.left-text{
	float: none;
	width: 100%;
}
.right-text{
	float: none;
	width: 100%;
}
	
.villas-about-table{
	margin: 50px 0;
}
	
}

@media screen and (max-width:700px) {
	
#villas-about{
	padding-bottom: 100px;
}
	
}




/* ---------------------------------------------------------------------------------------------

   ページ外リンクボタン read more

--------------------------------------------------------------------------------------------- */
.custom-btn {
  background: #ebe1a9;
  outline: none !important;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
  display: inline-block;
}
.btn-Gray{
	background: #eee !important;
}

.btn-3 {
  width: 100%;
  height: auto;
  border: none;
}

.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Libre Baskerville', serif;
	line-height: 3;
	/*font-weight: bold;*/
}

.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #999;
  transition: all 0.6s ease;
}

.btn-3:before {
  height: 0%;
  width: 0.5px;
}
.btn-3:after {
  width: 0%;
  height: 0.5px;
}

.btn-3:hover:before {
  height: 100%;
}

.btn-3:hover:after {
  width: 100%;
}

.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #999;
  transition: all 0.6s ease;
}

.btn-3 span:before {
  width: 0.5px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 0.5px;
}

.btn-3 span:hover:before {
  height: 100%;
}

.btn-3 span:hover:after {
  width: 100%;
}


.tripla-booking-widget {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	line-height: 3;
	background: #ebe1a9;
	color: #333;
	text-align: center;
}







































































