@charset "UTF-8";
/* Scss Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body{
	overflow-x: hidden;
}
header {
  max-width: 100%;
}
article {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
main img{
	width: 100%;
	height: auto;
}
.w960 {
  max-width: 960px;
  margin: 0 auto;
}
.w1680{
  max-width: 1680px;
  margin: 0 auto;
}
/*.gothic {
  font-family: "ab-clip-medium", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/
/*.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}*/

.mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

#gFooter {
  margin-top: 0;
}
main section {
  max-width: 100%;
}
.contents{
  background-color: #000000;
  color: #ffffff;
}

.contents p{
	font-size: 1.6rem;
	margin-bottom:10px;
}

.subtitle,#gardens h2.section_title,#area h2.section_title{
	font-size: 2.5rem;
	margin-bottom:20px;
	line-height: 1.8em;
}

#gardens h2.section_title span,
#area h2.section_title span{
	display: block;
	margin-bottom:10px;
}

h3.section_title{
	font-size: 2.3rem;
	margin-bottom:20px;
}

h3.section_title span{
	display: block;
	margin-bottom:10px;	
}

/*スクロールでフェードイン*/

.animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media only screen and (max-width: 767px) {
.contents p{
	/*font-size: 1.4rem;*/
}
}

/*====▼トップ====================================================*/

#heroImg{
	/*display:flex;
	margin-bottom:10vh;*/
	position: relative;
	height: 190vh;
	overflow: hidden;
	margin-bottom:10vh;
}

#heroImg .heroImg_img img{
	min-height: 190vh;
	object-fit:cover;
}

#heroImg .text_heroImg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0); /* 中央に配置 */
	font-size:5.3rem;
	/*left:100px;*/
	text-align: center;
	padding-top:20vh;
	text-shadow: 3px 3px 4px rgba(93,88,88,0.3);
	background-color: hsla(0,0%,0%,0.50);
	height: 100%;
	z-index: 1;
}

#heroImg .text_heroImg h2{
	writing-mode: vertical-rl;
    display: inline-block;
	font-weight: 400;
	font-size: clamp(2.5rem, 1.3571rem + 2.8571vw, 3.5rem);
	letter-spacing: 0.2em;
	margin-bottom:5%;
}

#heroImg .text_heroImg h1{
	font-weight: 400;
	font-size: clamp(4rem, 2.2857rem + 4.2857vw, 5.5rem);
	letter-spacing: 0.3em;
	line-height: 1.8em;
}

#heroImg .text_heroImg span{
	display: block;
	font-size: clamp(1.8rem, 1rem + 2vw, 2.5rem);
	letter-spacing: 0.2em;
	margin-top:20px;
	line-height: 1.8em;
}

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

#heroImg{
	height: 200vh;
}

#heroImg .heroImg_img img{
	min-height: 200vh;
}
	
#heroImg .text_heroImg{
	left:50%;
	transform: translate(-50%,0px);
	/*top:20px;*/
	/*margin-top:20vh;*/
}

}

/*-------- .openhouse ----------*/

.openhouse{
	max-width: 700px;
	position:absolute;
	bottom:3%;
	left:100px;
	z-index: 5;
}

.open_textbox{
	/*padding:30px;*/
	margin: 0 auto;
}

.openhouse h3{
	margin:0;
	letter-spacing: 0.2em;
	font-size: 3rem;
	line-height: 1.8em;
}

.openhouse h3 span{
	font-size:1.8rem;
}

.open_textbox .open_date{
	font-size:2.5rem;
	/*font-weight: 600;*/
	/*padding:30px 0;*/
	line-height: 2em;
}

.open_textbox .open_text{
	font-size: 1.5rem;
	line-height: 1.8em;
	text-align: left;
	max-width: 550px;
	/*margin-left: auto;
	margin-right: auto;*/
	/*padding-left: 2%;
	padding-right: 2%;*/
}

.open_textbox .open_text a:link{
	color:#ffffff;
	font-weight: 600;	
	font-weight: 600;	
}

@media only screen and (max-width: 767px) {
	.openhouse{
	  left:50%;
	  transform: translate(-50%,80px);
	  width: 75vw;
	  text-align: left;
	  bottom:10%;
	}
	
	.openhouse h3{
		font-size: 2.2rem;
	}
	.openhouse h3 span{
		font-size: 1.6rem;
	}
	.open_textbox .open_text{
		font-size: 1.4rem;
	}
	.open_textbox .open_date{
		line-height: 1.2em;
	}
}

/* スクロールダウンの位置 */
.scrolldown {
  position: absolute;
  right: 5%;
  bottom: 35%;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.scrolldown span {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: initial;
}

/* 線のアニメーション部分 */
.scrolldown::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -124px;
  content: "";
  height: 100px;
  left: 9px;
  margin: auto;
  position: relative;
  width: 1px;
  z-index: 2;
  display: inline-block;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/*====▼コンセプト===============================================*/

#concept {
  width: 100%;
  margin: 0 auto;
  /*background-color: #191515;*/
  /*padding: 100px 0;*/
}

.concept_photo{
	height:70vh;
}

.concept_photo img{
	min-height: 100vh;
	object-fit:cover;
}

.concept_photo2{
	max-width: 350px;
	width: 30%;
	position:absolute;
	right:10%;
	top:40%;
}

.concept_text{
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	position:relative;
	width: 50%;
	margin-left: 5%;
	padding-top:15vh;
	z-index: 5;
	height: 80vh;
}

.area_history{
	display: flex;
	justify-content: space-around;
	position:relative;
	z-index: 5
}

.area_history div{
	width: 45%;
}

.map_history img{
	margin-bottom:50px;
}

.map_photo{
	display: flex;
	justify-content: space-around;
}

.map_photo li{
	width: 45%;
}

.bg_history{
	width:40%;
	max-width: 400px;
	position:absolute;
	z-index: 1;
}

.right_bg{
	right:0;
	top:50vh;
}

.left_bg{
	left:0;
	top:150vh;
}

@media (max-width: 767px) {
	.concept_photo{
		width:70%;
		margin-left:30%;
		/*margin-bottom:500px;
		height: 60vh;*/
	}
	
	.concept_photo2{
		width: 50%;
		top:55%;
		right:0;
		left:5%;
	}
	
	.concept_text{
		width:80%;
		margin-left:0;
		left:50vw;
		padding-top:0;
		transform: translate(-50%,200px);
		height: 45vh;
	}
	.subtitle_box{
		margin-bottom:400px;
	}
	.area_history{
		flex-direction: column;
	}
	.area_history div{
		width: 100%;
	}
	.area_history .history_text{
		width: 80%;
		margin:0 auto 50px;
	}
	.bg_history{
		width:60%;
	}
	.left_bg{
		left:0;
		top:110vh;
	}
	
}



/*====▼お庭の紹介===============================================

.cd-fixed-bg {
  box-sizing: border-box;
  height: 90vh;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
}
.cd-fixed-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*background-image: linear-gradient(180deg, rgba(143, 110, 74, 0.35), rgba(255, 255, 255, 0) 37% 67%, rgba(143, 110, 74, 0.35));
}
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg_garden01.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/bg_garden02.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/bg_garden03.jpg");
}

#gardens h2.section_title{
  text-align: center;
  margin:100px auto;
}

.garden_wrap{
	display: flex;
	align-items: center;
}

#gardens h3{
  font-size: 3rem;
  margin-bottom: 40px;
}

#gardens h3 span{
	display: block;
	font-size: 1.8rem;
	margin-top:30px;
}

.text_garden{
	width:40%;
	max-width: 400px;
	margin-left:10%;
	text-shadow: 8px 3px 7px rgba(0,0,0,0.6);
}

.text_garden_left{
	margin-left:65%;
}

@media screen and (max-width:767px) {
	
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
		height: 90vh;
	}
	
	.cd-fixed-bg .intro_wrap .intro_h2{
		-ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
		max-height: 175px;
	}
	
	.cd-fixed-bg .intro_wrap{
		flex-wrap: wrap;
		width: 92%;
		top: 10%;
		left: 8%;
		height: 40vh;
		min-height: 220px;
		justify-content: flex-start;
	}
	.cd-fixed-bg .intro_wrap p{
		width: 86%;
		line-height: 1.8;
		font-size: 0.95em;
	}
	.cd-fixed-bg.cd-bg-2 .intro_wrap{
		left: inherit;
		right: 8%;
	}
	#gardens h3{
	  font-size: 2.5rem;
	}
	.garden_wrap{
		align-items:flex-end;
		padding-bottom:50px;
	}	
	.text_garden{
		width:80%;
	}	
	.text_garden_left{
	margin-left:10%;
}
}



/*======▼間取図=================================================*/

#plan{
	/*background-color: hsla(0,0%,100%,0.82);
	color: #000;*/
	position:relative;
	padding:100px 0;
}

.plan_text{
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	position:relative;
	width: 40%;
	margin-left: 5%;
	padding-top:15vh;
	z-index: 5;
	height: 80vh;
}

.plan_text h2{
	font-size: clamp(2rem, 1.4286rem + 1.4286vw, 2.5rem);
	line-height: 1.8em;
	margin-bottom:20px;
}

.plan_photo{
	height: 70vh;
}

.plan_photo img{
	min-height: 100vh;
	width: 100%;
	height: 70vh;
	object-fit:cover;
	object-position: center center;
}


.plan_photo2{
	max-width: 350px;
	width: 30%;
	position:absolute;
	right:10%;
	top:12%;
}

.plan_photo img,
.plan_photo2 img{
	filter: grayscale(100%);
}
/*.plan_photo2 img{
	max-width: 350px;
	position:absolute;
	left:70%;
	top:15%;
} */

.landform_illust{
	width: 40%;
	margin-left:50%;
	margin-top:-10vh;
}

.plan_illust{
	max-width: 950px;
	/*margin-left:5%;*/
	margin:0 auto;
	margin-bottom:10vh;
}

.plan_photo3{
	display: flex;
	justify-content: space-around;
	margin-bottom:30vh;
}

.plan_photo3 li{
	width:70%;
}

.plan_photo3_img1{
	margin-top:20vh;
}

.garden_photo,
.text_garden{
	width: 70vw;
	margin-left:15vw;
	margin-bottom:20vh;
}

.text_garden h3{
	font-size: clamp(2rem, 1.4286rem + 1.4286vw, 2.5rem);
	margin-bottom:7vw;
	line-height: 1.8em;
}

.hiei{
	position: relative;
	margin-bottom:20vh;
}

.photo_hiei img{
	/*min-height: 100vh;*/
	width: 100%;
	height: 50vh;
	object-fit:cover;
	object-position: center center;
}

.text_garden2{
	position: absolute;
	top:8vh;
	right:5vw;
	text-align: right;
	text-shadow: 3px 3px 1px rgba(0,0,0,0.3), 5px 4px 2px rgba(176,191,147,0.3);
}

.text_garden2 h3{
	font-size: clamp(2rem, 0.8571rem + 2.8571vw, 3rem);
	margin-bottom:5vw;
}

@media (max-width: 767px) {
	#plan{
		padding:100px 0 0px;
	}
	
	.plan_photo2{
		top:13%;
		width: 50%;
	}
	
	.plan_text{
		width: 90%;
		padding-top:0;
		height: 25vh;
		min-height: 900px;
		margin-top:20vh;
		margin-bottom:5vh;
	}
	
	.landform_illust{
		margin-top:0;
		width: 100%;
		margin-left:0;
	}
	
	.plan_illust{
		margin-left:0;
		margin-bottom:5vh;
	}

	.landform_illust h3,
	.plan_illust h3{
		text-align: center;
	}
	
	.plan_illust h3{
		margin-bottom:30px;
	}
	
	.text_plan{
		width: 100%;
		left:10%;
	}
	
	.text_plan h3.section_title{
		margin-bottom:110vw;
	}
	
	.plan_photo3{
	flex-direction: column;
	justify-content: space-around;
	margin-bottom:10vh;
}
	
	.hiei{
		margin-bottom:10vh;
	}
	
	.plan_photo3 li{
		width: 60%;
		margin-left:20%;
	}
	
	.plan_photo3_img1{
		margin-top:5vh;
		margin-left:50%;
		margin-bottom:10vh;
	}
	
	.garden_photo{
		margin-bottom:5vh;
	}
	
	.text_garden{
		width: 90vw;
		margin-left:5vw;
		margin-top:15vh;
		margin-bottom:15vh;
	}
	
	.photo_hiei img{
		height: 40vh;
		object-position: 25% center;
	}
	
	.text_garden2{
		top:4vh;
		text-align: left;
		left:5vw;
	}
	
}

/*======▼利用提案=================================================*/

.title_usage{
	text-align: center;
}

.item_feature{
	padding:0.2%;
}

.title_feature{
	font-size:2rem;
	margin:20px;
	text-align: center;
	top:50%;
	padding:10px;
	letter-spacing: 0.1em;
}

.number_feature{
	font-size:3rem;
	position:absolute;
	right:0;
	bottom:0;
	z-index: 1;
	color:#ffffff;
	width:60px;
	height: 30px;
	text-align: center;
	/*margin-bottom:10px;*/
}

.comment_feature{
	width:100%;
}

.comment_feature p{
	font-size: 1.5rem;
	line-height: 1.5em;
}


.box_img_fature{
	position:relative;
	width:100%;
	margin-bottom:10px;
}

.box_img_fature img{
	z-index: 0;
}

.illust04_feature{
	margin:0 10%;
}

/*--------slick---------------*/

.slick-slider{
	margin-bottom:20vh;
}

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

.slider_feature .slick-list{
	
}

.slider_photo .slick-list img{
	width: auto;
    height: 100%;
    /*object-fit: cover;*/
}

.slider_photo .slick-track{
	height:31vh;
}

.slider_photo .slick-prev:before,
.slider_photo .slick-next:before{
	color: #fff;
}

.slider_photo .slick-next,
.slider_photo .slick-prev{
	top:30%;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* next */

.slick-next {
  right: 8px;
}
.slick-next::after {
  right: 2px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 8px;
}
.slick-prev::after {
  left: 8px;
  transform: rotate(-135deg);
}


/*======▼写真================================================*/

/*.photo_wrap{
	background: linear-gradient(180deg, hsla(0,0%,100%,0.82) 0%, hsla(0,0%,100%,0.82) 65%, hsla(0,0%,100%,0) 65%, hsla(0,0%,100%,0) 100%);
}

.photo_pickup{
	display: flex;
	flex-wrap: wrap;
}

.pp01{
	width: 60%;
	margin-top:15vh;
}

.pp02{
	width: 30%;
	margin-left:10%;
	margin-top:40vh;
}

.pp03{
	width: 30%;
	margin-left:5%;
	margin-top:10vh;
	margin-right: 10%;
}

.pp04{
	width: 53%;
	margin-top:25vh;
}

.pp05{
	width:80%;
	margin-left:10%;
	margin-top:30vh;
}

.pp06{
	width:50%;
	margin-left:5%;
	margin-top:20vh;
}

.pp07{
	width:30%;
	margin-left:10%;
	margin-top:40vh;
}


/* fancybox モーダルウィンドウ
.photo_list a:hover {
  filter: saturate(110%); /*彩度
}
.photo_list {
  display: -webkit-box;
  display: -ms-box-thumbnail;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4vh 4%;
  width: 100%;
  margin: 0 auto;
  padding-top:20vh;
}
.photo_list .item {
  width: 22%;
  box-sizing: border-box;
}
.photo_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* fancybox モーダルウィンドウ　タイルレイアウト 
#photo_gallery {
  columns: 3;
  padding: 0 15px;
}
#photo_gallery li {
  margin-bottom: 20px;
}
#photo_gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除
}
/*スマホ表示
@media screen and (max-width: 768px) {
	
	.photo_pickup{
		flex-direction: column;
	}
	
	.pp01{
	width: 80%;
	margin-top:15vh;
}

.pp02{
	width: 50%;
	margin-left:40%;
	margin-top:10vh;
}

.pp03{
	width: 50%;
	margin-left:5%;
	margin-top:10vh;
	margin-right: 10%;
}

.pp04{
	width: 90%;
	margin-top:10vh;
	margin-left:10%;
}

.pp05{
	width:96%;
	margin-left:2%;
	margin-top:10vh;
}

.pp06{
	width:75%;
	margin-left:0;
	margin-top:10vh;
}

.pp07{
	width:60%;
	margin-left:40%;
	margin-top:15vh;
}


	.photo_list {
		width: 95%;
}
  #photo_gallery {
    columns: 2;
  }
  .photo_list .item {
    width: 30%;
  }
} */

#photos {
  margin-left: auto;
  margin-right:auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
#photos h2 {
  text-align: center;
  margin-bottom: 30px;
}
#photos p {
  text-align: center;
  margin-bottom: 35px;
}
#photos .fadein {
  width: 90%;
  margin: 0 auto;
}
.fancybox_area {
  column-count: 5;
  column-gap: 10px;
}

.fancybox_area {
    column-count: 5;
	column-gap: 10px;
    width: 95%;
    margin: 0 auto;
  }
.fancybox_area li a {
  display: inline-block;
  margin: 10px 0 0;
  position: relative;
}
.fancybox_area li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Material Icons';
  font-size: 4rem;
  content: '\e8ff';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
}

.fancybox_area li a:hover::before {
  opacity: 1;
}

.fancybox_area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
	.fancybox_area {
		  column-count: 3;
	}
}

/*=====▼エリア紹介==========================================*/

#area{
	background-color: #F3F3F3;
	color: #000000;
	padding-top:50px;
	padding-bottom:50px;
}

#area h2,#area .pdt30{
	padding-left:2%;
	padding-right:2%;
}

.spot_area{
	display: flex;
	align-items: center;
}

.sa2{
	flex-direction: row-reverse;
}

.spot_area img{
	width: 60%;
	}

.spot_area .text_area{
	width: 50%;
	padding:2%
}

.text_area h3{
	font-size: 2.6rem;
	margin-bottom:20px;
}

.areamap_illust{
	margin-bottom:100px;
}

.area_banner{
	max-width:500px; 
	margin:0 auto;
	text-align: center;
}

/*スマホ表示*/
@media screen and (max-width: 768px) {
	.spot_area{
		flex-direction: column;
	}
	.spot_area img{
		width: 80%;
		margin-bottom:20px;
	}
	.spot_area .text_area{
		width: 80%;
		padding:2%
	}
	.text_area h3{
		font-size: 2.3rem;
	}
}


/*---------------------------
	section#invest
-----------------------------*/

#invest .container{
	background-size: auto auto;
	/*background-color: rgba(255, 255, 255, 1);*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, 1) 4px, rgba(255, 255, 255, 1) 20px );
	max-width: 800px;
	/*border-radius: 50px;*/
	padding: 35px 20px 40px;
	margin: 60px auto 0;
	text-align: center;
	margin-top:150px;
}

#invest h2{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom:80px;
}

#invest h3{
	font-size: 2rem;
	margin-bottom:20px;
}

.wrap_index{
	display: flex;
	flex-wrap: wrap;
	text-align: right;
	align-items: center;
}

.wrap_index div{
	width: 50%;
	padding-right:10%; 
}

.wrap_index div:nth-of-type(1){
	border-right:2px dashed #C7C7C7;
}

.wrap_index p{
	line-height: 1.7;
	font-size: 1.7rem;
}

.wrap_index span{
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 4rem;
	font-style: italic;
	background: linear-gradient(transparent 60%, #ffff99 20%);
}

.wrap_index span.small{
	font-size: 3.2rem;
}

#invest ul{
	text-align: left;
	max-width: 550px;
	margin:40px auto;
	line-height: 1.7em;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
	#invest{
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.wrap_index{
		text-align: center;
	}
	.wrap_index div{
		width: 100%;
	}
	
	.wrap_index div:nth-of-type(1){
		border-right:none;
		padding-bottom:50px;
	}
	

	#invest h3::before,
	#invest h3::after {
		display: inline-block;
		content: '';
		width: 50px;
		height: 3px;
		background-color: #C7C7C7;
}

	#invest h3::before {
		margin-right: 20px;
	}
	#invest h3::after {
		margin-left: 20px;
	}
}

/*---------------------------
	section#virtual
-----------------------------*/

.wrap{
	/*background-color: #eeeeee;*/
}

#virtual{
	padding-top:150px;
	padding-bottom: 150px;
	/*background-color: #ffffff;*/
	max-width: 900px;
}

#photos h2, #virtual h2, #details h2, #invest h2{
	text-align: center;
	font-size:3rem;
	margin-bottom:20px;
}

#invest h2{
	margin-bottom:50px;
}

#photos h2 span, #virtual h2 span, #details h2 span, #invest h2 span{
	font-size: 2rem;
}

#virtual p{
	text-align: center;
}

.nodal{
	width:100%;
	padding:2%;
}

.nodal iframe{
	width:100%;
	height:100%;
	height:600px;
}
/*スマホ表示*/
@media (max-width: 767px) {
	  .nodal iframe{
	  height:400px;
  }
  }

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details{
	padding-top:100px;
}

#details div {
  max-width: 960px;
  margin: 0 auto;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
  border-block-end: 1px solid  hsla(0,0%,100%,0.82);
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8em;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: hsla(0,0%,100%,0.82);
    color: hsla(0,0%,42%,1.00);
  }
}


#inquiry {
    padding-bottom: 80px;
    padding-top: 80px;
}
	
footer {
  margin-top: 0;
  position: sticky;
}


/* ▼コンタクトボタンのcssここから▼ */
/* ---------------------------
contact
------------------------------ */

.button-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    overflow: hidden;
    border: 2px solid #d5ad6c;
    background-color: #d5ad6c;
    color: #4D4343;
    font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.button-contact:hover {
    background-color: #ffffff;
    color: #000000;
}

.button-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #4D4343;
    content: '';
    transition: width .3s ease;
}

.button-contact:hover::before {
    width: 100%;
}

.cta_btn {
  position: fixed;
  background-color: #d5ad6c;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}

.cta_link {
  display: flex;
  align-items: center;
  line-height: 1;
}

.cta_icon {
  padding: 2rem;
  color: #4D4343;
}

.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #4D4343;
}

#cta_floating.cta_btn,
.cta_floating {
  transform: translateX(10rem);
}

#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}

.fa-lg{
	font-size: 2em;
}

@media screen and (max-width: 639px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn,
  .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }

	.fa-lg{
	font-size: 1.7em;
}
}

#gmap{
	margin-top:100px;
}

/* ---------------------------
service
------------------------------ */

#service ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
  text-align: center;
}
#service p {
  text-align: center;
  margin-bottom: 1.6rem;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  #service ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  #service p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
}