@charset "utf-8";
/* CSS Document */
article {
	background-color: var(--main-bg);
	color: var(--main-font);
	font-family: var(--font-family);
	font-size: 1.6rem;
}
article .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

article section{
	max-width: 960px;
	margin: 0 auto;
	padding-top: 200px;
}
article section p{
	margin:0 auto 50px;
	max-width: 800px;
}
article h2{
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
	font-size: 4rem;
	font-family:  var(--head-font-family);
	text-align: center;
}

article h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: var(--accent-color);
}
article .Bk02{
	margin: 100px auto;
	padding-bottom: 200px;
	background-color: var(--sub-bg);
}
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadeIn.animated {
  opacity: 1;
  transform: none;
}

p.fadeIn.animated{
	text-align: justify;
}

article img{
	width: 100%;
}

@media (max-width: 767px){
	article section{
		max-width: 95%;
		padding-top: 20vw;
	}
	article img{
		width: 100%;
	}
	#gFooter{
		margin-top: 0;
	}
}
/*--------------------------

#top

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

#top{
	max-width: 85%;
	padding-top: 100px;
	position: relative;
}
#top h1{
	position: absolute;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
	font-size: 4rem;
	font-family: var(--head-font-family);
	/*color: #000;  文字本体の色 */
	text-shadow: 
    2px 2px 0 #fff,
   -2px 2px 0 #fff,
    2px -2px 0 #fff,
   -2px -2px 0 #fff,
    2px 0 0 #fff,
   -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff;
	line-height: 6rem;
	letter-spacing: 0.5rem;
}

#top img{
	display: block;
	width: 85%;
	margin-left: auto;
	margin-bottom: 100px;
}
@media (max-width: 767px){
	#top{
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		padding-top: 50px;
	}
	#top h1{
		margin-bottom: 1em;
		position: relative;
		top: inherit;
		transform: inherit;
		font-size: 2.8rem;
		line-height: 4rem;
	}
	#top img{
		width: 100%;
		margin-left: inherit;
	}
}

.br-pc{
	display:none;
}

@media screen and (min-width: 849px){
	.br-pc{
		display: inline;
	}
}

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

#lead

----------------------------*/
/*#lead h2{
	padding-bottom: 0;
	text-align: start;
	font-size: 2.8rem;
}
#lead h2::after{
	content: none;
}
#lead .item01,#lead .item02{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#lead .item01 div, #lead .item02 div{
	width: 40%;
}
#lead div img{
	width: 55%;
}
#lead .item01{
	margin-bottom: 50px;
}
#lead .item02 div {
	order: -1;
}

@media (max-width: 767px){
	#lead .item01,#lead .item02{
		flex-wrap: wrap;
	}
	#lead .item01 div, #lead .item02 div{
		width: 100%;
	}
	#lead div img{
		width: 100%;
		margin-bottom: 1em;
	}
	#lead .item02 div {
		order: 0;
	}

}*/

#lead{
  background-image: url("../img/bg5.webp"); /* 好きな画像に変更 */
  background-size: cover;              /* 画像を全面にフィット */
  background-position: center;         /* 中央寄せ */
  background-repeat: no-repeat;        /* 繰り返しなし */
  padding: 60px 20px;                  /* 上下左右に余白 */
  color: #fff;                         /* 文字を白に */
  text-align: center;                  /* テキスト中央寄せ */
  position: relative;				 /* オーバーレイ用に指定 */
  max-width: 100%;
  min-height: 500px;
}

#lead::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}

#lead .contents_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* 中央寄せ */
  width: 80%;
  max-width: 960px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);    /* 半透明の色 */
  border-radius: 8px;
  padding: 40px 20px;                /* 文字の上下左右の余白 */
  z-index: 2;
}

#lead p {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  display: block;
	color: black;
}





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

#area

----------------------------*/
/*#area .recommend{
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
#area .recommend div{
	width: 49%;
}
#area .recommend div img{
	width: 100%;
}*/

.slider-container {
            width: 100%;
            max-width: 960px;
            margin: 50px auto;
        }

        .section-title {
            text-align: center;
            color: white;
            font-size: 2rem;
            margin-bottom: 40px;
            font-weight: 300;
        }

        .card-slider {
            margin: 0 -15px;
        }

        .card {
            background: white;
            padding: 30px 20px;
            text-align: center;
            border-radius: 15px;
            margin: 0 15px;
            /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);*/
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            min-height: 400px;
            display: flex !important;
            flex-direction: column;
            justify-content: flex-start;
        }

        /*.card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }*/

        .card img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            /*border-radius: 10px;*/
            margin-bottom: 15px;
        }

        .card h3 {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .card p {
            font-size: 14px;
            line-height: 1.6;
            color: #666;
            text-align: justify;
            flex-grow: 1;
        }

        /* Slick カスタマイズ */
        .slick-dots {
            bottom: -60px;
        }

        .slick-dots li button:before {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.5);
        }

        .slick-dots li.slick-active button:before {
            color: white;
        }

        .slick-prev, 
        .slick-next {
            z-index: 10;
            width: 50px;
            height: 50px;
        }

        .slick-prev:before, 
        .slick-next:before {
            font-size: 30px;
            color: rgba(255, 255, 255, 0.8);
        }

        .slick-prev:hover:before, 
        .slick-next:hover:before {
            color: white;
        }

        .slick-prev {
            left: 25px;
			top: 30%;
        }

        .slick-next {
            right: 25px;
			top: 30%;
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .section-title {
                font-size: 1.5rem;
                margin-bottom: 30px;
            }

            .card {
                margin: 0 10px;
                padding: 20px 15px;
                min-height: 350px;
            }

            .card h3 {
                font-size: 1.3rem;
            }

            .slick-prev {
                left: -40px;
            }

            .slick-next {
                right: -40px;
            }

            .slick-prev:before, 
            .slick-next:before {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .slick-prev {
                left: 10px;
            }

            .slick-next {
                right: 10px;
            }
        }



#area h3{
	margin: 1rem auto 3rem;
}

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

#plan

----------------------------*/
#plan .recommend{
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
#plan .recommend div{
	width: 49%;
}
#plan .recommend div img{
	width: 100%;
}


@media (max-width: 767px){
	#area .recommend{
		flex-wrap: wrap;
	}
	#area .recommend div{
		width: 100%;
	}
}


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

#renovation

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

#renovation  {
  background-image: url("../img/bg2.webp"); /* 好きな画像に変更 */
  background-size: cover;              /* 画像を全面にフィット */
  background-position: center;         /* 中央寄せ */
  background-repeat: no-repeat;        /* 繰り返しなし */
  padding: 60px 20px;                  /* 上下左右に余白 */
  color: #fff;                         /* 文字を白に */
  text-align: center;                  /* テキスト中央寄せ */
  position: relative;				 /* オーバーレイ用に指定 */
  max-width: 100%;
  min-height: 1500px;
}

/* 必要なら半透明オーバーレイを追加 */
#renovation::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}

#renovation .contents_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* 中央寄せ */
  width: 80%;
  max-width: 960px;
  height: auto;
  background: rgba(255, 255, 255, 0.6);    /* 半透明の色 */
  border-radius: 8px;
  padding: 40px 20px;                /* 文字の上下左右の余白 */
  z-index: 2;
  flex-wrap: wrap;
  align-content: center;
}

#renovation .income_block{
	max-width: 800px;
}

#renovation p,
#renovation img {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

#renovation p{
	color: black;
}

#renovation img{
	margin-bottom: 50px;
	max-width: 500px;
}


#renovation h2{
	font-size: 3rem;
	padding: 0;
}

#renovation h2::after {
	opacity: 0;
}

#renovation span.extra{
	font-size: 30px;
}

#renovation h4{
	color: black;
	margin: 0 auto;
	max-width: 700px;
}

@media (max-width: 767px){
	#renovation  {
		min-height: 1300px;
	}
	
	#renovation h2{
	font-size: 2.75rem;
}
	
	#renovation span.extra{
	font-size: 23px;
}
	
	#renovation img{
	max-width: 250px;
}
	
}

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

#investment

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

#investment  {
  background-image: url("../img/bg.webp"); /* 好きな画像に変更 */
  background-size: cover;              /* 画像を全面にフィット */
  background-position: center;         /* 中央寄せ */
  background-repeat: no-repeat;        /* 繰り返しなし */
  padding: 60px 20px;                  /* 上下左右に余白 */
  color: #fff;                         /* 文字を白に */
  text-align: center;                  /* テキスト中央寄せ */
  position: relative;				 /* オーバーレイ用に指定 */
  max-width: 100%;
  min-height: 1200px;
}

/* 必要なら半透明オーバーレイを追加 */
#investment::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}

#investment .contents_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* 中央寄せ */
  width: 80%;
  max-width: 960px;
  height: auto;
  background: rgba(255, 255, 255, 0.6);    /* 半透明の色 */
  border-radius: 8px;
  padding: 40px 20px;                /* 文字の上下左右の余白 */
  z-index: 2;
  /*margin-top: 100px;*/ 
}

#investment p,
#investment img {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}

#investment p{
	color: black;
	text-align: center;
}

.income_block.fadeIn p{
	text-align: justify!important;
}

p.note{
	text-align: justify!important;
}

#investment h2{
	font-size: 3rem;
	padding: 0;
}

#investment h2::after {
	opacity: 0;
}

.income_wrapper{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 2rem;
	margin: 3rem auto;
	flex-wrap: wrap;
	align-content: center;
}

.income_block{
	flex: 0 0 100px;
	padding: 1.5rem;
	background: #fafafa;
	border: 1px solid #ddd;
	text-align: justify;
}

#investment span.extra{
	font-size: 30px;
}

#investment h4{
	color: black;
	margin: 0 auto;
	max-width: 700px;
}

.note_wrapper{
	text-align: justify;
}


@media (max-width: 767px){
	#investment  {
		min-height: 1500px;
	}
		
	#investment span.extra{
	font-size: 23px;
}
	
#investment h2{
	font-size: 2.75rem;
}	
	
}

.sp-br {
  display: inline; /* PCでは横並び */
}

@media (max-width: 768px) {
  .sp-br {
    display: block; /* SPでは改行させる */
  }
}




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

#photos

----------------------------*/
#photos .fotorama {
  max-width: 960px;
  margin: 50px auto;
}
@media (max-width: 767px){
  #photos .fotorama {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

#virtualtour

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

.vrbox {
  width: 100%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
@media (max-width: 767px){
  .vrbox {
    width: 95%;
  }
  .vrbox iframe {
    height: 400px;
  }
}

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
	border-block-end: 1px solid #DDDAD1;
	vertical-align: middle;
	font-style: normal;
	text-align: justify;
	line-height: 3;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
#details table a{
	padding: 0 .5em;
	text-decoration: underline;
	color: var(--accent-color);
	transition: .5s all;
}
#details table a:hover{
	opacity: .5;
}
@media (max-width: 767px){
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
	  display: block;
	  width: 100%;
	  padding-left: 1em;
	  border-block-end: 0px;
  }
  #details table th {
	  background-color: var(--sub-bg);
  }
}
/*--------------------------

#inquiry

----------------------------*/
#inquiry {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
#inquiry a{
	min-width: 300px;
	padding: 20px 50px;
	overflow: hidden;
	border: 1px solid #555;
	position: relative;
	z-index: 1;
}
#inquiry a::before {
	content: ">";
	position: absolute;
	right: 10px;
	z-index: 1;
}
#inquiry a::after {
  background: var(--accent-color);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

#inquiry a:hover {
	color: #fff;
}
#inquiry a:hover::after {
  transform: scale(1, 1);
}

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

#gmap

----------------------------*/
#gmap{
	padding-bottom: 100px;
}
/*--------------------------

.floatingButton

----------------------------*/
.floatingButton {
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
	transform: translateY(20px);
	position: fixed;
	bottom: 5%;
	right: 2%;
	background-color: var(--accent-color);
	text-align: center;
	z-index: 99;
}
.floatingButton a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	color: #fff;
}
.floatingButton.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.floatingButton:hover{
	opacity: 0.5; 
}
.floatingButton a span{
	font-size: 4rem;
}

@media (max-width: 767px){
	.floatingButton a{
		width: 40px;
		height: 40px;
	}
	.floatingButton a span{
		font-size: 2.5rem;
	}
}