/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
@import url(//use.fontawesome.com/releases/v5.15.1/css/all.css);

#topicpathWrapper {
  display: none;
}
body {
    height: auto!important;
}

#gFooter{
	position: relative;
}

section {
	max-width: inherit;
}

@media (max-width: 860px) {
    #gFooter {
        margin-top: 0;
    }
}

.pcOnly {
  display: none!important;
}
.spOnly {
  display: block;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.box960 {
	width: 96%;
  max-width: 960px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.box850 {
  max-width: 850px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.box750 {
  max-width: 750px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.box700 {
  max-width: 700px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.box600 {
  max-width: 600px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.txt {
  margin-top: 50px;
  margin-bottom: 50px;
}
a {
  color: inherit;
}
#contesntsWrapper {
  top: 0;
}
div#contents {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
article {
  -webkit-text-size-adjust: 100%; /* スマホで字が大きくなるのを防ぐ */
	font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #4a3c32;
	background-color: #fff7ec;
  font-size: 1.6rem;
  font-weight: normal;
  width: 100%;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.1em;
	   /* margin-top: -50px;*/
}
article a {
  text-decoration: none;
  transition: 0.3s;
}

.center {
  text-align: center;
}


/*見出し*/
.Sub-title {
	position: relative;
  display: block;
  padding: 80px 0 30px;
  text-align: center;
  z-index: 1;
  vertical-align: bottom;
font-family: "Shippori Mincho B1", serif;
    font-style: normal;
    font-weight: 300;
  /*font-size: 2.6em;*/
	font-size: clamp(2rem, 1.564rem + 2.18vw, 3.2rem);
  margin: 0 auto;
	line-height: 1.5;
	color: #564638;
  /*letter-spacing: .3rem;*/
}

.Sub-title span {
  display: block;
  vertical-align: bottom;
  font-size: clamp(1.6rem, 1.2rem + 2vw, 2.7rem);
  font-weight: 500;
  color: #B0705C;
  letter-spacing: normal;
  padding-top: 12px;
  line-height: 1;
	font-family: mrs-eaves-roman-small-caps, serif;
    font-weight: 400;
    font-style: normal;
}



/*スクロールでフェードイン*/
.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;
}


/*--------------------------------------------------
Scroll progress bar
----------------------------------------------------*/
section#topicpath{
	z-index: 10;
}
 .progress-bar{
    width: 2px;
    height: 0;
    background-color: #845447;
    position: fixed;
    top: 0;
    left: 3%;
    z-index: 3;
  }
.progress-bar:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: rgb(231, 222, 195,.3);
    position: fixed;
    top: 0;
    left: 3%;
    z-index: 2;
}

@media screen and (max-width: 767px) {
	.progress-bar {
		display: none;
	}
}

/*=== 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:5%;
  left:5%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1.5s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:3%;}
      50%{bottom:5%;}
     100%{bottom:3%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:-25px;
  bottom:10px;
    /*テキストの形状*/
  color: #E7DEC3;
  font-size: 1rem;
  letter-spacing: 0.25em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #E7DEC3;
    transform: skewX(-31deg);
}

.scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 150px;
  background:#E7DEC3;
}



/*--------------------------------------------------
 top トップ
----------------------------------------------------*/

#top {
  width: 100%;
 height: 900px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
	z-index: 5;
}

.bg-slider {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}


.title_wrap{
	position:absolute;
	z-index: 50;
	left:10%;
	bottom:13%;
	color:#FFFFFF;
	text-shadow: -3px 5px 5px rgba(0,0,0,0.5);
	font-size:2.25rem;
	font-size: clamp(1.55rem, 1rem + 1.55vw, 2.25rem);
	letter-spacing: 0.25em;
	line-height: 3em;
	/*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: 200;
}

/*.title_wrap h1{
	text-align: end;
}*/



/*スマホ表示*/
@media screen and (max-width: 767px) {
	#top {
		height: 90vh;
    min-height: 500px;
    background-attachment: scroll;
  }
	
	.bg-slider-sp {
    width: 100%;
    background-position:center center;
    background-size: cover;
}
	
	.title_wrap{
		letter-spacing: 0.15em;
		text-align: start;
		/*max-height: 250px;*/
		top:70%;
	}
	
	.title_wrap h1{
	text-indent:-1em!important;
		min-height: 285px;
		line-height: 1.5;
}
	.scrolldown{
		left: auto;
		right: 5%;
	}
}

@supports (-webkit-touch-callout: none) {
  #top, .cd-fixed-bg, .parallax_content {
    background-attachment: scroll !important;
  }
}
/*--------------------------------------------------
Open house
----------------------------------------------------*/
#open {
	width: 100%;
	background-image: url('../img/bg_op.jpg');
	background-size: cover;
	background-position: right center;
	margin-top: -2px;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 6;
	position: relative;
}

.open_box{
	width: 96%;
	max-width: 700px;
	position: relative;
	margin-left: 15%;
}

.title_open_en{
	color: #FFFFFF;
	position: absolute;
    left: 0;
    top: 0;
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 2em;
    font-weight: 400;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	height: 100%;
	width: 2em;
	font-family: "mrs-eaves-roman-small-caps", serif;
	font-weight: 400;
	font-style: normal;
}

.open_wrap{
	width: 92%;
	max-width: 650px;
	margin: 0 0 0 auto;
	 padding: 30px 2% 50px;
	/*background-image: url('../img/bg02.png');*/
	background-size: cover;
	background-position: center;
	background-color:rgba(255,248,230,0.75);
background-blend-mode:lighten;
	box-sizing: border-box;
	/*position: relative;*/
	color: #4a3c32;
}
.title_open{
    margin: 10px auto 20px!important;
    font-size:1.75em;
	font-size: clamp(1.55rem, 1rem + 1.55vw, 2.5rem);
    line-height: 2;
	text-align: center;
	font-weight: 200;
	letter-spacing: 0.025em;
}

.open_wrap p{
	font-size:1.3rem;
}

.open_wrap h2.title_open span{
	display:block;
	letter-spacing: 0.15em!important;
	font-size:2rem!important;
}

.open_wrap h3{
	width:88%;
	max-width: 530px;
    font-size: 2.5rem;
	font-size: clamp(1.25rem, 1.15rem + 1.1vw, 2.5rem);
	letter-spacing: 0.25em;
	margin: 0 auto;
	text-align: center;
	line-height: 1.6;
	font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
	transform: scale(0.9, 1);
}

.big_font {
	font-size: 2.3em;
	margin-left: 0.025em;
	margin-right: 0.05em;
	letter-spacing: 0.15em;
}
.open_wrap p{
	line-height: 1.6;
}
.open_wrap p.small_font {
	font-size: 1.25em;
	letter-spacing: 0.15em;
	margin-top: 1em;
		margin-bottom:40px;
	text-align: center;
}

.open_wrap h4{
	font-size: 2rem;
	line-height: 1.8em;
	text-align: center;
	margin-bottom:45px;
	color:#065009;
}

.open_wrap .remark{
	width: 80%;
	margin: auto;
}

@media screen and (max-width:767px) {
	.open_box{
		margin-left: 1%!important;
		display: block;
	}
	.open_wrap{
		width: 100%;
		margin: 0 auto 0 30px;
	}
}


/*--------------------------------------------------
intro
----------------------------------------------------*/
#intro {
	width: 100%;
	margin: 0 auto;
	background-image: url('../img/bg01.png');
	background-repeat: repeat;
}

#intro .intro01{
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 180px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#intro .intro01 .item_txt{
	width: 56%;
}

#intro .intro01 .item_img{
	width: 38%;
	height: 38%;
	margin-bottom: -50px;
}

#intro .intro01 .item_img img{
	width: 100%;
}

#intro h2{
	font-size: clamp(1.75rem, 1rem + 1.5vw, 2.25rem);
	line-height: 2;
	padding-bottom: 30px;
}


#intro .intro02{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 180px;
}

.intro02-txt{
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
}

.intro_imageWrap{
	/*width: 96%;*/
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*display: grid;
    grid-template-columns: repeat(2, 1fr);*/
}

.intro_image.image01{
	/*width: 50vw;*/
	width: 66%;
}

.intro_image.image02{
	display: flex;
	flex-wrap: wrap;
	/*width: 25vw;*/
	width: 25%;
	aspect-ratio: 2;
	margin-top: 200px;
	gap: 2em;
	/*margin-left: 50px;*/
}

.intro_image.image04{
	display: flex;
	flex-wrap: nowrap;
	width: 80%;
	aspect-ratio: 2;
	margin-top: -150px;
	margin-left: 30px;
	gap: 2em;
}

.intro_image.image01 img{
	object-fit: cover;
	background-position: right;
	aspect-ratio: 16 / 9;
}
.intro_image .img02{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.intro_image .img03{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.intro_image .img04{
	object-fit: cover;
	aspect-ratio: 5 / 6;
	margin-top: 80px;
}

.intro_image .img05{
	object-fit: cover;
	aspect-ratio: 5 / 7;
}

@media screen and (max-width: 820px){
	
	.intro_image.image01{
		width: 60%;
	}
	
	.intro_image.image02{
		width: 30%;
		aspect-ratio: 2;
		margin-top: 200px;
		margin-left: 100px;
	}

	.intro_image.image03{
		width: 30%;
		aspect-ratio: 2;
		margin-top: 200px;
		margin-left: 100px;
	}

	.intro_image.image04{
		width: 35%;
		margin-top: 40px;
		aspect-ratio: 2;
		margin-left: 20%;
	}	
}


@media screen and (max-width:767px) {
	#intro .intro01,#intro .intro02{
		flex-wrap: wrap;
		/*justify-content: flex-end;*/
		padding-bottom: 0;
		width: 96%;
	margin: 0 auto;
	}
	
  #intro .intro01 .item_txt{
      width: 100%;
  }
	.intro_imageWrap{
		width: 100%;
	}
	#intro .intro01 .item_img{
		width: 100%;
		height: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.intro-txt{
		padding: 2em 1em;
	}
	/*.wrap_prx{
		display: none;
	}*/
	

	.parallax_content{
	  min-height: 40vh;
	  background-position: center top;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	  -webkit-overflow-scrolling: touch;
	  margin-top: 0px;
	}
	
	.intro_flex{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.intro_textWrap{
		width: 100%;
		margin-bottom: 20px;
	}

	.intro_text{
		margin-bottom: 40px;
		font-size: 16px;
	}

	.intro_image.image01{
		width: 100%;
		background-position: right!important;
	}
	
	.intro_image.image01 img{
		width: 100%;
	}
	.intro_image.image02{
		width: 100%;
		flex-wrap: nowrap;
		margin-top: 50px;
	}
	
	.intro_image.image02 .img02,
	.intro_image.image02 .img03{
		width: 100%;
	}

	.intro_image.image04{
/*		flex-wrap: wrap;*/
		width: 100%;
		margin-top: 10px;
		margin-left: 5%;
	}
	.intro_image.image04 .img04{
		width: 60%;
		margin-left: 30%;
	}
	.intro_image.image04 .img05{
		width: 67%;
		margin-left: 15%;
	}
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
	/*.intro_image.image01{
		width: 60%;
	}*/
	
	.intro_image.image02{
		width: 30%;
		margin-top: 80px;
	}
	
	.intro_image.image04{
		margin-top: -80px;
	}
}
@media screen and (min-width: 601px) and (max-width: 900px) {
	.intro_image.image01{
		margin: auto;
		width: 85%;
	}
	.intro_image.image02 {
		width: 70%;
		margin-top: 70px;
		flex-wrap:nowrap;
	}
	
	.intro_image.image04{
		width: 92%;
		justify-content: flex-end;
		margin-top: 30px;
	}
}


@media screen and (max-width:600px) {
	.intro_image.image04{
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 30px;
	}
	.intro_image.image04 .img04{
		width: 60%;
		margin-left: 20%;
	}
	.intro_image.image04 .img05{
		width: 55%;
		margin-left: 0;
	}
}

/*--------------------------------------------------
 area 周辺情報
----------------------------------------------------*/
#area {
  margin: 0 auto;
}

#area .box960{
	  padding-bottom: 100px;
}

.img_area{
	padding:8vh 0;
}

.img_area img{
	width: 100%;
}

.areaimage1{
	display: flex;
	object-fit: contain;
}

/*.areaimage1 .img_ai1{
	width: 50%;
}*/

.areaimage1 .text_ai1{
	width: 50%;
	padding: 0 0 1em 3%;
}
.areaimage1 .text_ai1 h3{
	margin-bottom: 15px;
}

.areaimage2{
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
	margin-top: 50px;
}

.areaimage2 li{
	width:31%;
	/*position:relative;*/
}

.areaimage2 li img{
	width: 100%;
	height: auto;
}

.areaimage2 li h4{
	font-size:160%;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}

.areaimage2 li h4 span {
	display: block;
    font-size: 1.25rem;
}

.areaimage2 li p{
	/*width:60%;*/
}


.parallax_content{
  min-height: 45vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  /*margin-top: 200px;*/
	position: relative;
}

.parallax_content.background-1 {
  background-image: url("../img/parallax1.jpg");
}

.parallax_content.background-2 {
  background-image: url("../img/parallax2.jpg");
}

.parallax_content h4{
	width: 75%;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.75em;	 
	font-size: clamp(1.2rem, 1.214rem + 1.1vw, 2.2rem);
	font-weight: 200;
	letter-spacing: 0.125em;
	text-shadow: -3px 5px 5px rgba(0,0,0,0.5);
}


/*スマホ表示*/
@media screen and (max-width: 767px) {
	
	#area .Sub-title{
		padding: 120px 0 30px;
	}
	.img_area{
		padding: 3vh 0;
	}
	.areaimage1,.areaimage2{
		flex-direction: column;
		gap: 30px;
	}	
	.areaimage1 .img_ai1,.areaimage1 .text_ai1{
		width: 100%;
	}
	.areaimage2 li{
		width:80%;
		margin:0 auto 3%;
	}
	
	.parallax_content.background-2{
		background-position: right 5% top;
	}
		.parallax_content h4{
			width: 96%;
			letter-spacing: 0.1em;
			top: 65%;
	}
	/*.parallax_content.background-1 {
	  background-image: url("../img/parallax01_sp.jpg");
	  background-position: center;
	  background-size: cover;
	}
	.parallax_content.background-2 {
	  background-image: url("../img/parallax02_sp.jpg");
	  background-position: center;
	  background-size: cover;
	}*/
}



/*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
#plan {
  padding-top: 50px;
	background: #e8d8c4;
	margin: auto;
}
#plan .txt {
  margin: 0 auto;
  padding: 20px 0;
	width: 94%;
}

figure.plan{
	margin-bottom: 50px;
}

.reno{
	padding-top: 120px;
	background-image: url('../img/bg01.png');
	background-repeat: repeat;
	  padding-bottom: 150px;
}

.reno h4{
	color: #9f5f50;
	font-size: 1.55em;
	text-align: center;
	margin-bottom: 100px;
	font-weight: 600;
}

.reno_flex{
		width: 96%;
	max-width: 1080px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	margin-bottom: 80px;
}

#plan .item_txt{
	flex-basis: 45%;
}

#plan .item_txt h4{
	text-align: left;
	font-size: 1.3em;
	font-size: clamp(1.25rem, 1rem + 1.35vw, 2rem);
	margin-bottom: 50px;
	line-height: 1.75;
}

#plan .item_img{
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
}

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

.reno ul {
	max-width: 700px;
	margin: 100px auto 0;
	padding: 60px 50px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}
.reno ul li{
	line-height: 2.5;
}

@media screen and (max-width: 767px) {
	
	.reno_flex{
		flex-wrap: wrap;
	}
	#plan .item_txt,
	.reno_flex figure{
		flex-basis: 100%;
	}
	#plan .item_txt h4{
		margin-bottom: 30px;
	}
	.reno_flex figure{
		margin-bottom: 60px;
	}
	.reno ul{
			margin-top: 50px;
		padding: 40px 1em;
	}
.reno ul li{
	margin-top: 0.5em;
		margin-bottom: 0.5em;
		text-indent: -1em;
		padding-left: 1em;
	}
}
/*--------------------------------------------------
photos　写真
----------------------------------------------------*/
#photos {
  width: 100%;
  margin: 0 auto;
	background-image: url("../img/bg01.png");
	background-repeat: repeat;
}

#photos h4{
	text-align: center;
	font-size: 1.4em;
	margin-top: 80px;
	margin-bottom: 15px;
}

.fotorama{
	width: 96%;
	max-width: 960px;
	margin: 50px auto 0;
	padding-bottom: 100px;
}
#photos p {
  text-align: center;
  margin-bottom: 15px;
}
.photo_txt{
font-size: 1.65rem;
}

.photos_box{
	width: 82%;
  margin: 0 auto;
  margin: 0 9%;
  padding: 0 0 200px 0;
}

@media screen and (max-width: 767px) {
  #photos {
    width: 100%;
    margin: 0 auto;
   /* padding: 20px 0 150px 0;*/
  }
  #photos p {
    width: 80%;
    margin: 0 auto 35px;
    text-align: start;
  }
}


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



/*--------------------------------------------------
VirtualTour バーチャル内覧
----------------------------------------------------*/
#VirtualTour {
	background: #CCBAAA;
	padding-bottom: 50px;
}

#VirtualTour .box960{
	width: 96%;
	margin: auto;
}

#VirtualTour .Sub-title span {
	color:#FFE4DB;
}
.VRbox {
  margin: 0 auto;
}
.VRbox iframe {
  height: 400px;
}
#VirtualTour .txt {
  margin: 0 auto;
  font-size: 1.4rem;
}


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

/*#detailsin{
	width: 92%;
	margin-right: 2%;
}*/
#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 #DDDAD1;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  font-size: 1.5rem;
  line-height: 1.8em;
  text-align: justify;
}
#details table th {
  width: 18%;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
	#detailsin {
		width: 92%;
		margin-right: 2%;
		margin-left: auto;
	}
}
	
/*スマホ表示*/
@media screen and (max-width: 767px) {

  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #detailsin,
	#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: #E6D6C2;
  }
}



/*--------------------------------------------------
contact button
----------------------------------------------------*/
.cta_btn {
  position: fixed;
  background-color: #9F5F50;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
	border: none;
  transition: all 0.3s ease;
  z-index: 90;
}
.cta_link {
  display: flex;
  align-items: center;
	line-height: 1.8;
}
.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;
    /*font-family: fot-tsukuaoldmin-pr6n, sans-serif;*/
	font-family: 'Hina Mincho', serif;
}
#cta_floating.cta_btn,
.cta_floating {
  transform: translateX(10rem);
}
#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}

.fa-envelope::before{
font-family: "Font Awesome 5 Free";
content: '\f0e0';
font-weight: 900;
}

/*スマホ表示*/
@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;
  }
	
	.fa-lg{
		font-size: 1.5em;
	}
}

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

.inquiry

----------------------------------------------------*/
.inquiry {
	margin-top: 100px!important;
}
.inquiry a {
	margin: auto;
    background: #9F5F50;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 250px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.7rem;
}
.inquiry a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.inquiry a:hover {
  background: #D6D2C9;
	color: #9F5F50;
}
.inquiry a:hover:after {
  right: 1.4rem;
}
/*--------------------------------------------------

#gmap

----------------------------------------------------*/
article section#gmap{
	max-width: 100%;
	margin-bottom: 0;
	/*background: #9c7f2a;*/
	z-index: 5;
}
#gmap iframe{
  width: 100%;
  height: 600px;
  opacity: 0.8;
}
/*--------------------------------------------------

/*--------------------------------------------------
 googlemap アクセス
----------------------------------------------------*/
/*.gmap iframe {
  vertical-align: bottom;
}
.gmap {
	z-index: 100;
	filter: sepia(0.15) ;
}*/
/*--------------------------------------------------
 PC
----------------------------------------------------*/
@media screen and (max-width: 1200px) {
		#inquiry .inq_wrap .inq_box{
		min-width: 400px;
	}
}

@media screen and (max-width: 1080px) {
	.open_box{
		margin-left: 5%;
	}
	#intro .intro01, #intro .intro02, #plan .txt, #area .box960, .reno_flex, #VirtualTour .box960{
		width: 92%;
		margin-right: 2%;
		margin-left: auto;
	}	
	
	#photos{
		width: 98%;
		margin-right: 0;
		margin-left: auto;
	}	
	/*#detailsin{
		width: 100%;
	}	*/
}

@media screen and (max-width: 960px) {
	.open_wrap{
		width: 90%;
		max-width: 550px;
		margin: 0 auto 0 50px;
	}
		#photos .flexbox{
		width: 94%;
		margin-right: 1%;
	}
	.img_ai1 img{
		width: 400px;
		height: 266px;
	}
	.areaimage1 .text_ai1{
		width:65%;
	}	
	
}

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

	#photos .flexbox{
		max-width: 800px;
	}
	#photos .flexbox .w60{
		width: 56%;
	}
	
	.areaimage1{
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	.areaimage1 .text_ai1{
		width:100%;	
		padding: 0;
	}	
	
	.img_ai1{
		text-align: center;
	}
	.img_ai1 img{
		width: 100%;
		height: auto;
		margin: 1em auto;
	}
}

@media screen and (max-width: 767px) {
	#intro .intro01, #intro .intro02, #plan .txt, .reno_flex, #area .box960, #photos, #VirtualTour .box960{
		width: 96%;
		margin: auto;
          /*margin-right: 2%;
          margin-left: auto;*/
	}	
}

@media screen and (min-width: 768px) {	
  /*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
  .pcOnly {
    display: block!important;
  }
  .spOnly {
    display: none !important;
  }
  .box960 {
    padding-left: 0;
    padding-right: 0;
  }

  /*--------------------------------------------------
 map 周辺情報
----------------------------------------------------*/
  #map {
    max-width: 950px;
    margin: 100px auto 0;
  }
  /*--------------------------------------------------
 plan 間取
----------------------------------------------------*/
	
  .planin {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

/*--------------------------------------------------
VIRTUAL TOUR バーチャル内覧
----------------------------------------------------*/
  /*  #VirtualTour {
    width: 100%;
  }*/
  .VRbox {
    width: 100%;
  }
  .VRbox iframe {
    height: 600px;
  }
  #VirtualTour .VRbox {
    width: 100%;
    padding: 50px 0;
  }
  #VirtualTour .txt {
    max-width: 600px;
  }
  /*--------------------------------------------------
details 物件概要
----------------------------------------------------*/
	#details {
		background-image: url("../img/bg01.png");
	background-repeat: repeat;
	}
	
  #details table th, #details table td {
    display: table-cell;
    text-align: justify;
  }
  #details table th {
    background: none;
    padding-inline-start: 0;
  }
  #details td {
    width: 50%;
  }

  .none {
    display: inherit;
  }
  #service ul {
    margin: 0 auto 50px;
  }
  #service ul li {
    width: 33%;
  }
}




