/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
#topicpathWrapper {
  display: none;
}
.pconly {
  display: none;
}
.sponly {
  display: block;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 30px;
	font-family: dnp-shuei-nshogomincho-std, sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5em;
}

.txt {
  margin: 50px auto;
	padding: 0 5px;
  font-size: 1.15em;
  line-height: 1.8em;
}

/*.radius {
    border-radius: 25px;
    padding: 30px 10px;
    margin-top: 80px;
    background-color: #fff;
}*/
#contesntsWrapper {
  top: 0;
}
div#contents {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

.ly_main {
	/*background-color: #F4F4F4;*/
	overflow: hidden;
}

article {
  font-family: 'Noto Sans JP', 'sans-serif';
  color: #262626;
  font-weight: 400;
  width: 100%;
  /*background-color: #fffefa;*/
	background-color: #F4F4F4;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.1em;
    /*font-size: 1.25em;*/
	font-size: 1em;
}
article a {
  transition: 0.3s;
}

.box960 {
    max-width: 960px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

.img100 {
	max-width: 100%;
}

.highlight {
    /*background: linear-gradient(120deg, #d4c2b6 0%, #e8d7cc 60%, #f5e8df 100%);*/
	background: linear-gradient(120deg, #DED284 0%, #ede3a4 40%, #f0e8b9 100%);	
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: 0 60%;
}

/*見出し*/
.sub-title {
  display: block;
  padding: 30px 0 30px 40px;
  z-index: 1;
  vertical-align: bottom;
  font-family: 'DM Sans', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 4em;
  margin: 0 auto;
  letter-spacing: .2em;
line-height: 1;
  color: #dddddd;
}

.sub-title span {
  display: block;
  vertical-align: bottom;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ded184;
  letter-spacing: normal;
  padding-top: 20px;
  line-height: 1;
}


/*スクロールでフェードイン*/
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation {
  visibility: hidden;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time00{  
	/*animation-delay: 0.5s;*/
	transition:all 1s ease-in;
}

.delay-time03{  
	/*animation-delay: 0.5s;*/
	transition:all 1s 0.3s ease-in;
}

.delay-time05{  
	/*animation-delay: 0.5s;*/
	transition:all 1s 0.5s ease-in;
}

.delay-time1{  
	/*animation-delay: 1s;*/
	transition:all 1s 1s ease-in;
}


/*--------------------------------------------------
Top main visual
----------------------------------------------------*/

#top{
	margin:0 auto;
	max-width:1400px;
	width:100%;
	/*height: 110vh;*/
	background-color: #fff;
	overflow-x: hidden;
}



#top img {
    height: auto;
    max-width: 100%;
	vertical-align: bottom;
}

#top h3 {
	/*font-size: 1.3em;*/
	font-size: 1.5em;
	margin: 20px auto;
	max-width: 680px;
	line-height:1.6em;
	letter-spacing: 0.05em;
}

#top .slick-slide {
	
}

.sp-top {
	position: relative;
	/*height: 550px;*/
}

.sp-top .spslider-box{
	width: 100%;
	background-color: #A2A898;
	background-image: url("../img/bg-gridw.png");
	background-repeat: repeat;
	margin: 0;
}
.sp-top .slider {
	width: 100%;
	max-width: 450px;
	margin: 0;
	padding-top:80px;
}

.sp-top .sp-worklife {
	width:100%;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:5em;
	color: #DDD;
	opacity: 0.6;
	z-index: 2;
	position: absolute;
	top: 68px;
	}

.sp-top .sp-title{
	position: absolute;
	bottom: 30px;
	right:5%;
	z-index: 2;
}

.intro-box {
	margin: 0 auto;
	padding: 30px 5px;
}

.intro-box .txt {
	max-width:680px;
}

@media screen and (max-width: 400px) {
	.sp-top .sp-worklife {
		font-size: 3.8em;
	}
	
}

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

#open{
	box-sizing: border-box;
}

#open .box750{
	margin: 100px auto;
	padding: 50px;
	position: relative;
	text-align: center;
	background-color: #fff;
	border: 3px solid #A5AE2A;
}


#open .sub-title{
	font-size: 3em;
	text-align: center;
	color:#A5AE2A;
	padding-left:0;
}

#open h3{
	font-size: 1.3em;
	margin-bottom: 30px;
}

#open .text{
	font-size: clamp(1.25rem, 2vw + 2rem, 2.25rem);
	line-height: 1.5em;
	/*font-family: dnp-shuei-nmincho-std,sans-serif;*/
}

.btn:before,
.btn:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn{
display: inline-block;
	margin: 30px auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
/*font-family: dnp-shuei-nmincho-std,sans-serif;*/
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #A5AE2A;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}


@media screen and (max-width: 640px) {
	#open {
		width: 90%;
		margin: 0 auto;
	}
	
	#open .box750{
	padding: 30px 10px;
	}
}


/*--------------------------------------------------
Plan
----------------------------------------------------*/
#plan {
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #444444;
	padding-bottom: 80px;
}


#plan figure{
	margin: 0 auto;
	padding-bottom:40px;
/*	width: 95%;*/
}

#plan .reno-txt {
	margin: 15px auto 0;
	color: #dddddd;
	font-size: 1.3em;
	padding:0 5px 50px;
}

.plan-reno {
	width: 98%;
	max-width: 750px;
	padding: 20px 40px;
    border: solid 3px #678965;
    border-radius: 8px;
	font-size: 1.15em;
	background: #f2f2f2;
	margin: 0 auto;
	line-height: 1.8;
}

.plan-reno .box-title {
    padding: 0 5px;
    line-height: 2.5em;
    font-size: 1.3em;
    color: #678965;
    font-weight: bold;
}

.plan-reno span.box-content{
	margin-left: 0; 

}

/*--------------------------------------------------
LifeStyle
----------------------------------------------------*/
#lifestyle{
	width: 100%;
	background-color: #fff;
	background-image: url("../img/bg-gridg.png");
	background-repeat: repeat;
	padding-top:50px;
	padding-bottom:80px;
}

#lifestyle .sub-title{
	text-align: right;
	padding-right: 0!important;
	padding-bottom: 0!important;
	margin-bottom:50px;
}

#lifestyle .title-off{
	text-align: right;
}

#lifestyle .life-intro{
	width: 100%;
	max-width: 1200px;
	font-size: 1.2em;
	margin: 0 auto 30px;
	z-index: 3;
}

#lifestyle .life-intro h3{
	font-size: 1.4em;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	line-height:1.5em;
}

#lifestyle .life-intro .txt {
	margin: 20px auto;
	font-size: 1.15em;
	line-height: 1.3em;
	padding-left: 8px;
	padding-right: 8px;
}

#lifestyle .life-box{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#lifestyle .life-box-on{
		margin-top:50px;
	}

.life-flexcontainer{
	width: 100%;
	max-width: 640px;
	display: flex;
	flex-wrap: wrap;
}

.life-box .life-item{
	width: 100%;
	max-width:500px;
	/*width: 80%;
	max-width: 400px;*/
	/*margin-right: 20px;*/
	background-color: #ffffff;
	border: solid 1px #000000;
	margin: 20px auto;
}

/*#lifestyle ul li:nth-child(3){
	margin-right: 0;
}*/

#lifestyle .item-inner{
	display: flex;
	justify-content: space-between;
    flex-flow: row nowrap;
	align-items: flex-end;
}

#lifestyle .time{
	display: inline;
	text-align: left;
	width: calc(100% / 3 - 15px);
	font-family: 'Saira Stencil One', cursive;
	font-size: 4em;
	line-height: 1em;
	margin-right: 8px;
	padding-top: 10px;
	padding-left: 10px;
}

#lifestyle li img{
	width:69%;
	max-width: 300px;
	margin-right: 0;
}

.life-item h5{
	font-size: 1.6em;
	font-weight: 600;
	padding-top: 20px;
	padding-left: 40px;
}

.life-item p{
	font-size: 1.3em;
	padding: 20px 40px;
	line-height: 1.8;
}

@media screen and (max-width: 640px){
#lifestyle .life-box .life-item{
	width: 90%!important;
	margin:20px auto!important;
	}
	
#lifestyle .title-on{
	top:-5px!important;
	left: 0!important;	
	}
#lifestyle .title-off{
	bottom:auto;
	right:0!important;
	top:-5px!important;
	}
}

/*--------------------------------------------------
Photos
----------------------------------------------------*/

#photos {
	width: 100%;
	margin: 0 auto;
	background-color: #9EA494;
	padding-top: 50px;
	padding-bottom: 150px;
}

#photos h3.sub-title{
	padding-left: 0;
}

.point-box{
	/*width: 100%;*/
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	
}

.point-box p{
	font-size: 1.15em;
	line-height: 1.8;
}

.point-title {
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	text-align: left;
	font-weight: 400;
	font-style: italic;
}

.point-title span {
	font-size: 1.5em;
	color: #A0A0A0;
}

/*.bg_color_1f {
	background-color:#e8e8e8;
}

.bg_color_2f {
	background-color:#fff6eb;
}*/

.fancybox_area {
  display: grid;
  grid-template-columns: repeat(auto-fit, 185px);
  justify-content: center;
  grid-gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
}

#photos .more{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size:2.8em;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 400;
	font-style: italic;
}

#photos .hover-zoom img {
  transition: transform 1.5s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(100%);
}

#photos .hover-zoom:hover img {
  opacity:0.6;
  transform: scale(1.1);
}

.fancybox-title-float-wrap .child{
	white-space: normal!important;
}

/*.highlight {
	background: linear-gradient(120deg, #dae8daF 0%, #dae8da 100%);	
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: 0 75%;
}*/

@media screen and (max-width: 640px) {
	#photos{
		padding-bottom: 70px;
	}
	.point-box p{
	font-size: 1.1em;
	line-height: 1.8;
}

	.comment_point_1f,
.photo_point_1f,
.comment_point_2f,
.photo_point_2f,
.photo_point_2f2{
	width:100%;
	margin:0;
	padding:30px 2% 50px;
}
	
	.point_1f{
		background-color:#e8e8e8;
		margin:0 2% 50px;
	}
	.point_2f{
		background-color:#fff6eb;
		margin:0 2% 50px;
	}
	
	#photos p{
		width: 100%;
	}
	#photos .more{
		margin-top: 100px;
	}
	.fancybox_area{
		grid-template-columns: repeat(auto-fit, 165px);
	}
	
}

/*--------------------------------------------------
Areamap
----------------------------------------------------*/
#area {
	width:100%;
	max-width: 1400px;
	background-color:#FFF;
	padding-top: 50px;
	padding-bottom: 80px;
	margin: 0 auto;
}


#area figure{
	width:100%;
	margin: 0 auto;
	text-align: center;
}

#area figure img{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

#area .area-txt{
	width:100%;
	max-width:780px;
	margin: 20px auto;
	padding: 20px 8px;
	font-size: 1.3em;
}

#areamap .highlight{
	font-weight: 600;
	font-size: 1.25em;
}

#areamap .flex-container {
	display:inline-flex;
	flex-direction: column;
	justify-content:flex-start;
	margin: 50px auto 0;
	padding-bottom: 50px;
	align-content: center;
}

#areamap .flex-itemL {
	flex-basis: 100%;
	margin: 0 10px;
}

#areamap .flex-itemR {
	flex-basis: 100%;
	margin: 0 10px;
}


/*--------------------------------------------------
virtual tour
----------------------------------------------------*/
#VirtualTour {
	background-color: #CECECE;
	padding-bottom: 60px;
}

#VirtualTour .sub-title{
	color: #222;
	font-size: 3.5em;
	padding: 50px 0px 30px 0px;
	margin: 0 auto;
	text-align: center;
}

#VirtualTour .txt{
	font-size: 1.1em;
	line-height: 1.6;
}

.VRbox {
	width: 100%;
	height: 600px;
	margin-top: -20px;
}



/*--------------------------------------------------
details
----------------------------------------------------*/
#details{
	padding-top: 80px;
	font-size: 1.25em;
}

#details div {
  max-width: 960px;
  margin: 0 auto;

}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;	
	padding-top: 40px;
}
#details table th, #details table td {
  border-block-end: 1px dotted #707C74;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  /*text-align: justify;*/
}
#details table th {
  width: 18%;
  font-weight: normal;
}
#details .syoudan {
  color: #6A8372;
}
/*スマホ表示*/
@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;
    padding: 3px 0;
    padding-inline-start: 8px;
    border-block-end: none;
  }
  #details table th {
    background-color: #F2F2F2;
  }
}

/*--------------------------------------------------
 inquiry
----------------------------------------------------*/
#form {
/*	background: #F7F5F0;*/
  margin: 0 auto 30px;
	padding-top: 100px;
	padding-bottom: 80px;
  text-align: center;
  width: 100%;
}

#form img:hover{
	opacity:0.7;
}


/*--------------------------------------------------
service
----------------------------------------------------*/
section#service {
	background: #FFF;
	width:95%;
	max-width: 950px;
	margin: 100px auto;
	padding-top: 30px;
	font-size: 1.65rem;
	letter-spacing: 0.075rem;
	/*border: 0.75px solid #adadad;*/
}
section#service p {
	width: 95%;
	display: block;
	text-align: center;
	padding: 0 10px;
}
#service ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
}
#service ul li {
	display: block;
	list-style: none;
	margin: 5px;
}

/*--------------------------------------------------
 googlemap
----------------------------------------------------*/
#gmap {
	width: 100%;
	background: #FFF;
  margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
.gmap iframe {
  vertical-align: bottom;
  max-width: 1400px;
  height: 550px;
}
