/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
/*@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);*/
p {
  line-height: 1.9;
}
main a {
  text-decoration: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
picture img {
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.box1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.box960 {
  max-width: 960px;
  margin: 0 auto;
}
.box800 {
  max-width: 800px;
  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;
}
article {
  /*font-family: hiragino-kaku-gothic-pron, sans-serif;*/
	font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
	color: #002A54;
	overflow-x: hidden;
}
article a {
  transition: 0.3s;
}
/*article section {
  margin-bottom: 50px;
}*/
/*見出し*/
.Sub-title {
  text-align: left;
  display: inline-block;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 1.8em;
	position: relative;
	width: 100%;
}

.Sub-title::after{
	position: absolute;
	content: "DRIVE & DWELL";
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
	color: #FFFFFF;
	opacity: 28%;
	font-size: 12rem;
	font-size: clamp(7rem, 5.545rem + 4.77vw, 12rem);
	left: -0.1em;
	bottom: -0.1em;
	z-index: -1;
	line-height: 1em;
}
/*スクロールでフェードイン*/
.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: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .box1100, .box960, .box800, .box700, .box600 {
    width: 95%;
  }
}
/*--------------------------------------------------
 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;
	margin-bottom: 0;
}
/*@supports (-webkit-touch-callout: none) {
	#top { background-attachment: fixed;}
}*/

#top .top_ttl {
  	font-family: "fot-chiaro-std", sans-serif;
font-weight: 700;
font-style: normal;
    position: absolute;
    top: 3vw;
	right: 3vw;
    font-size: clamp(4rem, 4.034rem + 6.25vw, 10rem);
	letter-spacing: 0.075em;
    z-index: 1;
    color: #fff;
	text-align: start;
    writing-mode: vertical-rl;
    line-height: 1.4;
    filter: drop-shadow(3px 3px 4px rgba(34, 23, 20, .5));
}

.top_ttl span {
    display: block;
}


@media screen and (max-width: 767px) {
  #top {
	  background-attachment: inherit;
	  background: url("../img/kv_sp.jpg");
	  background-position: top 25% center;
	  /*background-size: contain;*/
	  height: calc(100vh - 100px);
  }
	.top_ttl{
		margin-left: 8%;
		/*text-align: end;*/
	}
	
	#top .scroll a{
		left: 2%;
		font-size: 1.1rem;
	}

}

/*ニュースティッカー*/
#open_bnr {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 100%;
	z-index: 3;
}
#open_bnr h3 {
  font-size: 3.25rem;
	font-size: clamp(1.75rem, 1.205rem + 2.73vw, 3.25rem);
  padding-right: 20px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 20%;
  text-align: center;
	color: #FFFFFF;
}
/* バナー本体 */
.news-banner {
  display: block;
  height: 30px;
  width: 80%;
  overflow: hidden;
}
/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 25s linear infinite;
  font-size: 2rem;
}
/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}
/* 横に流れるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  #top {
    justify-content: flex-start;
  }
  
  #open_bnr {
    flex-direction: column;
  }
  #open_bnr h3, .news-banner {
    width: 100%;
  }
}
/*--------------------------------------------------
 concept コンセプト
----------------------------------------------------*/
#concept {
  background-image: url("../img/concept_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  position: relative;
  z-index: -1;
}

/*
#concept .Sub-title {
  text-align: left;
  display: inline-block;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 1.8em;
	position: relative;
	width: 100%;
}

#concept .Sub-title::after{
	position: absolute;
	content: "DRIVE & DWELL";
	font-family: "source-han-sans-japanese", sans-serif;
font-weight: 700;
font-style: normal;
	color: #FFFFFF;
	opacity: 28%;
	font-size: 12rem;
	left: -0.1em;
	bottom: 0.65em;
	z-index: -1;
}*/

#concept p {
  margin-top: 80px;
  font-size: 1.6rem;
  line-height: 2.5;
}

.s-txt{
	color: #FFFFFF;
	font-size: 0.8em!important;
	text-align: end;
	margin-top: 10px;
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #concept {
    background-attachment: scroll;
	  background-position: left 30% center;
  }
  #concept .Sub-title span {
    display: block;
    margin-left: 0;
    margin-top: 1.6rem;
  }
  #concept::before {
    right: 0;
    height: 333px;
    max-width: 550px;
  }
}


/*--------------------------------------------------
carlife
----------------------------------------------------*/
#carlife {
	width: 100%;
  /*max-width: 960px;*/
  margin: 0 auto;
	background-color: #60707A;
}

#carlife h2{
	font-size: 2em;
	font-size: clamp(1.25rem, 1.205rem + 1.25vw, 2.5rem);
	color: #FFFFFF;
	padding: 1em 0.5em;
	text-align: center;
}

.slide {
  max-width: 100%;
  overflow: hidden;
	padding-bottom: 50px;
}

.slide_flex{
	display: flex!important;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-end;
	background-color: #A7A7A7;
}

.slick-slider img{
	width: 62%;
}

.slick-slider h4 {
  margin-bottom: 1em;
  font-size: clamp(1rem, 2vw + 1rem, 2rem);
}

.slick-slider .slide_txt{
	width: 38%;
	padding: 20px;
	color: #FFFFFF;
}

.slide_inner {
		width: 1080px;
		margin: 0 auto;
	}

	.slide .slick-list {
		overflow: visible !important;
	}
	.slide .slick-slide {
		opacity: 0.5;
		transition: 0.5s;
	}
	.slide .slick-now {
		opacity: 1;
	}

/*.slick-arrow {
		z-index: 99;
	}*/



/*スマホ表示*/
@media screen and (max-width:767px) {
  #carlife {
    padding-left: 10px;
    padding-right: 10px;
  }
	
	.slide_inner{
		width: 100%;
	}
	
	.slide_flex{
		flex-wrap: wrap;
	}
	
.slick-slider .slide_txt, 
	.slick-slider img{
		width: 100%;
	}
	
	.slick-dots{
		 bottom: -60px;
	}
}


/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
#plan {
	background-color: #EFEDE4;
	padding-top: 150px;
}

#plan .reno_plan{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#plan .reno_plan .Sub-title {
  text-align: left;
  display: inline-block;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 1.8em;
	font-size: clamp(1.8rem, 1.455rem + 2vw, 3.25rem);
	position: relative;
	width: 100%;
}

#plan .reno_plan .Sub-title::after{
	position: absolute;
	content: "LIFE & DESIGN";
	color: #FFFFFF;
	opacity: 55%;
	left: -0.1em;
	z-index: -1;
}

#plan .flexbox{
	display: flex;
	margin-top: 50px;
	gap: 1em;
	/*align-items: flex-end;*/
	padding-bottom: 100px;
}

#plan .flex_txt{
	padding: 20px;
	margin-top: 50px;
}

#plan .flex_txt h3{
	font-size: 1.25em;
	margin-bottom: 2em;
}

#plan .reno_plan .s-txt{
	text-align: left;
	color: inherit;
	margin-top: 1.5em;
}

#plan h3{
	margin-bottom: 1em;
}

.current_plan{
	  background-image:
    repeating-linear-gradient(0deg, rgba(228, 228, 228, 1) 0px 2px, transparent 2px 80px), repeating-linear-gradient(90deg, rgba(228, 228, 228, 1) 0px 2px, transparent 2px 80px);
  padding-bottom: 100px;
  padding-top: 120px;
}

.plan_inner{
	width: 100%;
	max-width: 780px;
	margin: auto;
}

.plan_inner h2{
	text-align: center;
	margin-bottom: 20px;
}

/*.plan_inner img{
	margin-bottom: 50px;
}*/

/*スマホ表示*/
@media screen and (max-width:767px) {
	
	#plan .reno_plan,
	.current_plan{
				padding: 2%;
		padding-top: 50px;
	}
	#plan .flexbox	{
		flex-wrap: wrap;
	}
	
	#plan .flexbox .box700{
		width: 100%;
	}
	
	#plan .flex_txt{
		padding: 0;
	}
	
	.current_plan{
		padding-bottom: 100px;
	}
}
/*--------------------------------------------------
 photos 写真
----------------------------------------------------*/
#photos {
background: linear-gradient(rgba(216, 216, 205, .6),  rgba(216, 216, 205, .6)),  url("../img/bg01.jpg"); 
  /* 画像の位置やサイズの調整 */
  /* 画像の位置やサイズの調整 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	padding-top: 150px;
	padding-bottom: 100px;
}

#photos .Sub-title, #map .Sub-title, #virtualtour .Sub-title, #details .Sub-title{
	text-align: center;
}

#photos .Sub-title::after, #map .Sub-title::after, #details .Sub-title::after{
	content: "PHOTOS";
	left: 50%;
	transform: translateX(-50%);
	opacity: 35%;
	font-size: 10rem;
	font-size: clamp(6rem, 4.545rem + 6.27vw, 10rem);
}

#map .Sub-title::after{
	content: "LOCATION";
	color: #D8D8CD;
}
#photos .fotorama {
  max-width: 960px;
  margin: 50px auto;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #photos .fotorama {
    padding-left: 10px;
    padding-right: 10px;
  }
	
}

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

#virtualtour .Sub-title{
	margin-bottom: 30px;
}

#virtualtour .Sub-title::after{
	content: "VIRTUAL TOUR";
	left: 50%;
	transform: translateX(-50%);
	font-size: 8rem;
	font-size: clamp(3.5rem, 1.864rem + 7.18vw, 8rem);
}

.vrbox {
  max-width: 960px;
  margin: 50px auto 0;
  width: 100%;
  padding-bottom: 50px;
}
.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 {
	background-image: url("../img/bg01.jpg");
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	padding-top: 150px;
	padding-bottom: 100px;
}
#details .Sub-title{
	margin-bottom: 60px;
}
#details .Sub-title::after{
	content: "DETAILS";
	color: #D8D8CD;
}
#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 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: 20%;
  font-weight: normal;
}
#details .syoudan {
  color: #6A8372;
}
/*スマホ表示*/
@media (max-width: 767px) {
	
	#details {
		background-attachment: scroll;
	}
  #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: #b6c3cc;
  }
}

/*--------------------------------------------------
 inquiry & map
----------------------------------------------------*/

#inquiry{
	width: 100%;
	max-width: 100%;
	z-index: 5;
}

#inquiry .inq_wrap{
	display: flex;
	flex-wrap: nowrap;
}

#inquiry .inq_wrap .inq_box{
	width: 35%;
	 /*min-width: 550px;*/
	display: flex;
	justify-content:flex-end;
	align-items: center;
	background-image: url('../img/bg_inq.jpg');
	background-size: cover;
	background-position: center top;
}
#inquiry .inq_wrap .gmap{
	width: 65%;
}

#inquiry .btn,
#inquiry a.btn,
#inquiry button.btn {
		margin-right: 50px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  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.15em;
  color: #FFFFFF;
  border-radius: 30px;
	font-family: 'Hina Mincho', serif;
}

#inquiry a.btn--wh {
  color: #fff;
  background-color:hsla(203, 91%, 25%,0.6);
	border: #FFFFFF 2px solid;
  /*border-bottom: 5px solid #755146;*/
}
#inquiry a.btn--wh:hover {
  margin-top: 3px;
  color: #e0be4f;
  background-color:hsla(203, 91%, 25%,0.9);
  /*border-bottom: 2px solid #333333;*/
	border: #064d7a;
}

#inquiry a.btn--wh:hover .far{
	color: #FFFFFF;
}

#inquiry a.btn--shadow {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .4);
  box-shadow: 0 5px 6px rgba(0, 0, 0, .4);
}
#inquiry .btn .material-icons-outlined{
	letter-spacing: 0.75em;
	vertical-align: middle;
	margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
		
	#inquiry .inq_wrap{
		flex-wrap: wrap;
		width: 100%;
	}
	#inquiry .inq_wrap .inq_box{
		width: 100%;
		min-height: 400px;
	}
	#inquiry .inq_wrap .gmap{
		width: 100%;
	}
	
	#inquiry .inq_wrap .inq_box{
	background-position: center bottom 45%;
}
}


/* ---------------------------
contact
------------------------------ */
.contact button {
  border: none;
}
.contact p {
  line-height: normal;
}
.cta_btn {
  position: fixed;
  background-color: rgba(6, 77, 122, .8);
  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;
}
.cta_icon {
  padding: 2rem;
  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(10rem);
}
#cta_floating.cta_btn:hover, .cta_floating:hover {
  transform: translateX(0);
}


/*スマホ表示*/
@media screen and (max-width: 767px) {
  .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;
  }
  .cta_link .material-icons-outlined {
    margin-left: -.3rem;
  }
}
/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
.gmap {
  height: 100%;
  margin: 0;
}

#gFooter{
	margin-top: -35px;
}