/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
html {
  scroll-behavior: smooth;
}
main a {
  text-decoration: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.box1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.box960 {
  max-width: 960px;
  margin: 0 auto;
}
.box850 {
  max-width: 850px;
  margin: 0 auto;
}
.box700 {
  max-width: 700px;
  margin: 0 auto;
}
.box600 {
  max-width: 600px;
  margin: 0 auto;
}
.txt {
  margin-top: 50px;
  margin-bottom: 50px;
}
.center {
  text-align: center;
}

.mb30{
	margin-bottom: 30px;
}
article {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #1A1918;
  width: 100%;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  background-color: #fbfbfb;
  overflow-x: hidden;
}
article a {
  transition: 0.3s;
}
article img {
	width: 100%;
}
/*見出し*/
.Sub-title {
  display: block;
  padding: 80px 0;
  text-align: center;
  z-index: 1;
  vertical-align: bottom;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 auto;
  letter-spacing: .3rem;
  color: #1F1F1F;
}
.Sub-title span {
  display: block;
  vertical-align: bottom;
  font-size: 1.4rem;
  /*font-family: a-otf-ud-reimin-pr6n, sans-serif;*/
  font-weight: 300;
  font-style: normal;
  color: #7DAAC9;
  letter-spacing: normal;
  padding-top: 12px;
  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;
}
@media screen and (max-width: 639px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .box1200 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box960 {
    padding-left: 10px;
    padding-right: 10px;
  }
	.box850 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box700 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box600 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------------------------------------
 top トップ
----------------------------------------------------*/
#top {
  /*background: linear-gradient(0deg, rgba(65, 52, 43, 1) 0%, rgba(65, 52, 43, 0) 50%), url("../img/kv.jpg");*/
  position: relative;
  width: 100vw;
  height: calc(100vh - 165px);
  min-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
	justify-content: flex-end;
  align-items: center;
	z-index: 2;
	background: url("../img/kv.jpg");
	background-position: top right 7%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*@supports (-webkit-touch-callout: none) {
	#top { background-attachment: fixed;}
}*/

#top .top_ttl {
  position: relative;
  color: #fff;
  /*text-align: center;*/
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  margin-bottom: 50px;
}

.top_ttl h1 {
  position: relative;
  font-size: clamp(3rem, 1.5rem + 3.75vw, 3.5rem);
  /*margin-bottom: clamp(3.8rem, 1rem + 5.83vw, 4.5rem);*/
	margin-bottom: 25px;
	letter-spacing: 0.125em;
}

.top_ttl h2 {
  font-size: clamp(1.75rem, 3.75vw, 2.25rem);
	letter-spacing: 0.1em;
}
/*スクロールアニメーション*/
#top .scroll a {
  display: inline-block;
  position: absolute;
  left: 5%;
  bottom: 0;
  transform: translate(-10%, 0%);
  -webkit-transform: translate(-10%, 0%);
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#top .scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
#top .scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  #top {
	  background-attachment: inherit;
	  background: url("../img/kv_sp.jpg");
	  background-position: bottom 30% center;
	  /*background-size: contain;*/
	  height: calc(100vh - 65px);
  }
	.top_ttl{
		margin-left: 8%;
		/*text-align: end;*/
	}
	
	#top .scroll a{
		left: 2%;
		font-size: 1.1rem;
	}

}
/*--------------------------------------------------
 concept コンセプト
----------------------------------------------------*/
#concept {
  margin: 120px auto 80px;
	padding-left: 2%;
    padding-right: 2%;
  max-width: 78rem;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
#concept h2 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.8;
  width: 20%;
	margin-top: 50px;
  writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	font-weight: 500;
}
.concept_txt {
  width: 80%;
}
.concept_txt p {
  margin: 3rem auto;
	line-height: 2;
}
.swiper-slide {
  min-width: 32rem;
  max-width: 32rem;
  margin: 0 0.8rem;
}
.wrapper .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 767px) {
  #concept {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------
IoT
----------------------------------------------------*/
#iot{
/*position: relative;
    top: 0;*/
    width: 100%;
    height: auto;
	min-height: 120vh;
	color: #FFFFFF; 
	background-color: #464646;
	/* padding-bottom: 120px;
 
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg01.jpg"); 
  background-position: top 15% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 position: relative;*/
}

.parallax {
	position: relative;
    top: 0;
    width: 100%;
    height: auto!important;
	min-height: 180vh;
  background-color: #464646;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg01.jpg"); 
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@supports (-webkit-touch-callout: none) {
	.parallax, .parallax2 { background-attachment: fixed;}
}

.iot_wrap{
	width: 100%;
	position: absolute;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.iot_intro{
	display: flex;
	flex-flow: row-reverse wrap;
  justify-content: space-between;
	color: #FFFFFF;
	padding: 160px 2% 120px;
}

.iot_intro h2 {
  font-size: clamp(20px, 2.8vw, 25px);
  line-height: 1.8;
  width: 16%;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	font-weight: 500;
}

.iot_txt {
	width: 84%;
	max-width: 800px;
}

.iot_box{
	width: 100%;
}

.iot_box h3{
	font-size: clamp(18px, 2.6vw, 22px);
  line-height: 1.8;
	text-align: center;
	margin-bottom: 50px;
}
.iot_flex{
	display: flex;
	gap: 2%;
	margin-bottom: 150px;
	align-items: flex-end;
	/*width: 98%;*/
	margin-right: 1%;
}

.iot_flex figure{
	flex-basis: 40%;
}

.iot_list{
	flex-basis: 50%;
	border: 1px solid #FFFFFF;
	padding: 50px;
}

.iot_flex div p{
	margin-bottom: 20px;
}

.iot_flex div ul{
	margin-bottom: 20px;
}

.iot_flex div li{
	margin-left: 2em;
	margin-bottom: 10px;
	list-style: square;
}

@media screen and (max-width: 960px) {
.iot_flex figure {
    flex-basis: 60%;
}
	.iot_list{
		padding: 50px 20px;
	}
}

@media screen and (max-width: 767px) {
	#iot{
		min-height: 250vw;
	}
	.iot_box{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.parallax {
		min-height: 200vw;
	}
	.iot_intro{
		flex-wrap: wrap!important;
		padding: 80px 2% 60px;
	}
	
	.iot_intro h2{
		-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
		width: 100%;
		margin-bottom: 30px;
		line-height: 1.6;
		font-weight: 600;
	}
	.iot_txt{
		width: 100%;
	}
	.iot_box h3{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.iot_flex{
		align-items: center;
	}

}

@media screen and (max-width: 639px) {
	#iot{
		min-height: 460vw;
	}
	.parallax {
		min-height: 460vw;
	}
		.iot_flex{
		flex-wrap: wrap;
	}
	.iot_flex figure{
		flex-basis: 100%;
		max-width: 350px;
		margin: auto;
	}
	
	.iot_flex div{
		 background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/bg02.jpg"); 
		background-position: center;
	}
	
	.iot_list{
		flex-basis: 100%;
	margin: 50px 2% 150px;
        padding: 30px 5%;
	}
}

/*========tablet adjustment==========*/

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
	#top{  
		background-attachment: inherit;
	}
	#iot{
		min-height: 100vh;
	}
  .parallax { 
	  min-height: 110vh;
	} 
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {/* css rules for ipad pro landscape */
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 140vh;
	} 
}

@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {/* css rules for ipad air portrait */
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 130vh;
	} 
}

@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape){/* css rules for ipad air landscape */
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 180vh;
	} 
}

@media all and (device-width: 810px) and (device-height: 1080px) and (orientation:portrait) {
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 130vh;
	} 
}

@media all and (device-width: 1080px) and (device-height: 810px) and (orientation:landscape){
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 180vh;
	} 
}

@media all and (device-width: 834px) and (device-height: 1194px) and (orientation:portrait) {
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 130vh;
	} 
}
@media all and (device-width: 1194px) and (device-height: 834px) and (orientation:landscape){
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 180vh;
	} 
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {/* css rules for ipad mini portrait */
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 140vh;
	} 
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {/* css rules for ipad mini landscape */
	#top{  
		background-attachment: inherit;
	}
  .parallax { 
	  min-height: 180vh;
	} 
}

@media screen and (max-width: 428px) {
	#top{  
		background-attachment: inherit;
	}
}

@media screen and (max-width: 415px) {
	#iot{
		min-height: 540vw;
	}
}


/*--------------------------------------------------
IoT scene
----------------------------------------------------*/
#scene {
  color: #fff;
/*	height: 300vh;*/
}
#scene h2{
	font-size: clamp(22px, 3vw, 30px);
  line-height: 1.8;
	text-align: center;
	margin-top: 100px;
	position: sticky;
	top: 100px;
	z-index: 3;
	height: 80px;
}
/* init */
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  position: fixed;
  background-position: center center;
  opacity: 0;
    /*z-index: -1;*/
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.show .background {
  opacity: 1;
  /*z-index: -1;*/
}
.contents .wrap {
  width: 55vw;
  max-width: 780px;
  padding-top: 20vw;
  padding-bottom: 15vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contents .wrap h3{
	font-weight: 600;
	margin-bottom: 80px;
}
#scene .contents {
  line-height: 1.8;
}

#scene .contents .s_txt{
	font-size: 0.8em;
}
/* design*/
#scene01_bg {
	width: 100%;
  background-image: url("../img/scene01.jpg");
	background-position:left;
}
#scene02_bg {
	width: 100%;
  background-image: url("../img/scene02.jpg");
}
#scene03_bg {
	width: 100%;
  background-image: url("../img/scene03.jpg");
	background-position: bottom;
}



@media screen and (max-width: 960px) {
	.contents .wrap {
		width: 65vw;
	  padding-top: 80vw;
padding-bottom: 100vw;
  }
	
	#scene03_bg {
	background-position: left 20% bottom;
}
}


/*========tablet adjustment==========*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {/* css rules for ipad mini portrait */
.contents .wrap{
		padding-top: 40vw;
        padding-bottom: 40vw;
	}
	#scene02 .contents .wrap{
		padding-top: 60vw;
        padding-bottom: 80vw;
	}
  #scene02_bg {
	background-position: left 35% center;
}
}	

@media all and (device-width: 810px) and (device-height: 1080px) and (orientation:portrait) {/* css rules for ipad air portrait */
	.contents .wrap{
		padding-top: 40vw;
        padding-bottom: 60vw;
	}
	#scene02 .contents .wrap{
		padding-top: 60vw;
        padding-bottom: 80vw;
	}
  #scene02_bg {
	background-position: left 35% center;
}	
}

@media all and (device-width: 1080px) and (device-height: 810px) and (orientation:landscape){
	.contents .wrap {
		padding-top: 30vw;
		padding-bottom: 25vw;
	}
}

@media all and (device-width: 834px) and (device-height: 1194px) and (orientation:portrait) {
	.contents .wrap{
		padding-top: 30vw;
        padding-bottom: 40vw;
	}
	#scene02 .contents .wrap{
		padding-top: 30vw;
        padding-bottom: 50vw;
	}
  #scene02_bg {
	background-position: left 35% center;
}	
}


@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {/* css rules for ipad air portrait */
	.contents .wrap{
		padding-top: 40vw;
        padding-bottom: 60vw;
	}
	#scene02 .contents .wrap{
		padding-top: 60vw;
        padding-bottom: 80vw;
	}
  #scene02_bg {
	background-position: left 35% center;
}	
}





/*sp表示*/
@media screen and (max-width: 767px) {
  .contents .wrap {
    width: 98vw;
	  /*padding-top: 40vw;  
	  padding-bottom: 60vw;*/
	  padding-top: 130vw;
padding-bottom: 80vw;
  }
  .text-box {
    padding: 50px 5px;
  }
  .text-box .copy {
    margin-top: 5rem;
  }
	
	
	#scene01_bg {
  background-image: url("../img/scene01_sp.jpg");
}
#scene02_bg {
  background-image: url("../img/scene02_sp.jpg");
}
#scene03_bg {
  background-image: url("../img/scene03_sp.jpg");
	background-position: bottom;
}
}

@media screen and (max-width: 639px) {
	#scene01_bg {
  background-position: left 18% bottom;
}
#scene02_bg {
 background-position: left 15% bottom;
}
#scene03_bg {
	background-position: left 15% bottom;
}
	.wrap_prx{
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.contents .wrap{
		width: 100%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.contents .wrap .box600{
		width: 100%;
		max-width: 370px;
        padding: 0;
        margin-left: 0;
	}
	
	#scene01_bg {
  background-image: url("../img/scene01_sp_s.jpg");
}
#scene02_bg {
  background-image: url("../img/scene02_sp_s.jpg");
}
#scene03_bg {
  background-image: url("../img/scene03_sp_s.jpg");
	background-position: bottom;
}
	
}



/*--------------------------------------------------
 layout レイアウト
----------------------------------------------------*/
#layout {
  position: relative;
	padding-top: 150px;
  padding-bottom: 10vw;
	z-index: 2;	
	background-color: #fbfbfb;
}

.layout_box{
	
}

#layout h2{
	margin-bottom: 50px;
	display: flex;
  align-items: center;
}

#layout h2::before{
	content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #1A1918;
	margin-right: 1em;
}

#layout .textbox{
	width: 98%;
	margin: 100px auto;
}

#layout .flexbox{
	display: flex;
	flex-wrap: nowrap!important;
}

#layout .flexbox img{
	margin: 0!important;
}
#layout a:hover {
  opacity: 0.5;
}

/*--------------------------------------------------
東棟、中棟、西棟
----------------------------------------------------*/
#west, #east {
	z-index: 2;	
	background-color: #FCFCFC;
}

#mid{
	background-color: #EEEEEE;
}

.east_wrap, .mid_wrap, .west_wrap{
	 width: 85%;
  max-width: 1200px;
  margin: 0 auto;
	padding-top: 6vw;
	padding-bottom: 9vw;
  display: flex;
  justify-content: space-between;
}
.we_content {
  width: calc(100% - 100px);
  max-width: 950px;
  margin: 0 auto;
}
.widget--sticky {
  padding-top: calc(78px + 2rem);
  position: sticky;
  top: 0;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.section-ttl {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  font-style: normal;
}
.section-ttl span {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.section-ttl .en {
  font-size: clamp(18px, 3vw, 16px);
  color: #7DAAC9;
  line-height: 1.44;
  margin-left: 7px;
}
.section-ttl .ja {
  font-size: clamp(32px, 3vw, 27px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #west, #mid, #east {
   /* width: calc(100% - 20px);*/
	  width: 100%;
    flex-flow: column wrap;
  }
	
	.east_wrap, .mid_wrap, .west_wrap{
		 width: 95%;
		gap: 2%;
		flex-flow: column wrap;
	}
	
  .we_content {
    width: 100%;
  }
  .widget--sticky {
    position: static;
    width: 100%;
  }
  .section-ttl {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-ttl span {
    display: block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .section-ttl .en {
    margin-left: 0;
    margin-bottom: 4px;
  }

}
/*openhouse*/
#open {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 158px;
  padding-bottom: 146px;
  margin-right: 113px;
  margin-bottom: 178px;
}
#open .open_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1136px;
  padding-left: 15px;
  padding-right: 15px;
}
#open .section-ttl {
  margin: 0 auto;
}
#open .open_detail {
  width: 68%;
  max-width: 950px;
}
#open p {
  margin: 0 auto 2rem;
}
#open h4 {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  line-height: 1.8;
}
#open .open_txt {
  font-size: 1.4rem;
  margin: 30px auto 0;
}
#open div:before, #open div:after {
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  #concept {
    width: 100%;
    padding: 50px 10px 20px;
	  margin-top: 80px;
  }
  #concept h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
  }
  .concept_txt {
    width: 100%;
    padding: 1rem 10px 3rem;
  }
  #open {
    margin-top: 25vw;
    margin-right: 45px;
    margin-bottom: 100px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #open .open_inner {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  #open .open_detail {
    width: auto;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  #open p {
    margin: 0 auto 1rem;
  }
  #open h4 {
    font-size: 2rem;
  }
}
/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
.plan {
  margin-top: 7.8rem;
  margin-bottom: 50px;
}
.plan .txt {
  margin: 0 auto;
  padding: 20px 0;
}
.line {
  background: linear-gradient(transparent 60%, #ffff99 20%);
  /*font-weight:500; */
}

/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
.photos {
  margin: 50px auto;
}
.photos .fotorama {
  width: 100%;
  max-width: 950px;
  margin: 50px auto;
}

.wrap_prx{
	width: 100%;
	/*height: 580px;*/
	height: 38vw;
}
.parallax2 {
	position: relative;
    top: 0;
    width: 100%;
	min-height: 550px;
    height: auto!important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/parallax.jpg"); 
  background-position: center top 15%!important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
	
	.wrap_prx{
		height: 75vw;
	}
	
	.parallax2{
		background-position: center bottom!important;
	}
}

/*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/
#map {
  margin: 0 auto;
  background-color: #fff;
	padding-top: 50px;
  padding-bottom: 100px;
}
#map .txt {
  margin-top: 0;
}
#map figure {
  margin-top: 50px;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #map {
    padding-bottom: 50px;
  }
}
/*--------------------------------------------------
VirtualTour バーチャル内覧
----------------------------------------------------*/
#virtualtour {
	background-color: #E8E8E8;
	padding-top: 80px;
}

.virtual_wrap{
	  max-width: 950px;
  margin: 0 auto;
}
.vrbox {
  width: 100%;
}
.vrbox iframe {
  height: 600px;
}
#virtualtour .vrbox {
  width: 100%;
}
#virtualtour p {
  text-align: center;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .vrbox iframe {
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
  }
  #virtualtour p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
}
/*--------------------------------------------------
details
----------------------------------------------------*/
#details_common{
	background-color: #E8E8E8;
	padding-top: 80px;
	padding-bottom: 120px;
}
.details div {
  max-width: 950px;
  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 #bababa;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: justify;
}
.details table th {
  width: 15%;
  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: #fff;
  }*/
  #west .details div, #east .details div {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------
 form 問合わせ
----------------------------------------------------*/
.form_service {
  width: 100%;
  background-color: #fff;
  padding-bottom: 50px;
}
.form_service h2 {
  padding-top: 50px;
  text-align: center;
}
#form {
  margin: 50px auto 0;
  text-align: center;
  width: 100%;
}
/* ---------------------------
contact
------------------------------ */
/*form button*/

#form .btn,
#form a.btn,
#form button.btn {
   font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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: #FFFFFF;
background-color: #799db5;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 65px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #446073;
  stroke-width: 1.5;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

#form a.btn:hover{
	background-color: #c7cfd4;
}

a.btn-svg span {
  color: #FFFFFF;
}


/*floating button*/

.cta_btn {
  position: fixed;
  background-color: #799db5;
  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;
	border: 0;
}
.cta_link {
  display: flex;
  align-items: center;
}
.cta_icon {
  padding: 2rem;
  color: #fff;
  line-height: 1.5rem;
	font-size: 1.7rem;
}
.cta_icon i {
	color: #fff;
}
.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
}
#cta_floating.cta_btn, .cta_floating {
  transform: translateX(9.5rem);
}
#cta_floating.cta_btn:hover, .cta_floating:hover {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  #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;
  }
}
/* ---------------------------
service
------------------------------ */
#form_service {
	background-color: #FFFFFF!important;
  margin: 0 auto;
	width: 100%;
	padding: 50px 0 100px;
}
#service{
	  margin: 100px auto 0;
}
#service ul {
  display: grid;
  gap: 22px;
  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 p {
    text-align: justify;
  }
}
/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
#gmap {
  width: 100%;
}
#gmap iframe {
	width: 100%;
  margin: 0 auto;
}

#gFooter{
	position: absolute;
	margin-block-start: -10px;
}