@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}


.parallax-box {
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 300px
    }
.bg-1 {
background-image: url("../img/parallax-box01.jpg")
    }
.bg-2 {
      background-image: url("../img/parallax-box02.jpg")
    }
@media screen and (max-width: 767px) {
.parallax-box{
display: none;
}
}

h1.title{
font-size: 3.75rem;
text-align: right;
letter-spacing: 0.3rem;
padding: 3% 1% 1%;
font-weight: 400;
}
h3.title{
position: absolute;
left:10px;
top:200px;
z-index: 99;
}
@media screen and (max-width: 767px) {
h1.title{
font-size: 2.25rem;
}
h3.title{
display: none;
}
}

/* 複数画像切り替え
--------------------------------------------------------- */
.slideBox {
  height: 680px;
  overflow: hidden;
  position: relative;
}

/* imgのみ */
.item1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 20s 0s infinite;
  animation: anime 20s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.item1:nth-of-type(4) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/* about
--------------------------------------------------------- */
section#about {
  margin-block-start: 100px;
}

/* concept
--------------------------------------------------------- */
.wrapper-1300 {
  max-width: 1340px;
  padding: 0 20px 10px;
  margin: 0 auto;
}
section#concept {
  overflow-x: hidden;
}
section#concept img {
  border-radius: 0;
}
section#concept p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
  font-size: 1.65rem;
}
.content-top {
  display: flex;
  justify-content: space-between;
}
.content-top .img-left {
  max-width: 380px;
  margin-top: 140px;
}
.content-top .text {
  max-width: 320px;
  margin: 70px 20px 0;
}
.content-top .img-right {
  max-width: 470px;
}
.content-middle {
  max-width: 830px;
  width: 70vw;
  margin: -80px -40px 0 auto;
}
.content-bottom {
  display: flex;
  margin-top: -40px;
}
.content-bottom .img-left {
  max-width: 220px;
}
.content-bottom .img-right {
  max-width: 280px;
  margin: 250px 80px 0;
}
.content-bottom .text {
  max-width: 660px;
  margin-top: 140px;
}
.content_font{
font-size: 2.5rem;
letter-spacing: 0.35rem;
margin-block-end:20px;
font-weight: 400;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  section#concept {
    margin-bottom: 60px;
  }
  .content-top {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .content-top .img-left {
    margin: 0 auto;
  }
  .content-top .text {
    max-width: 100%;
    margin: 0;
  }
  .content-top .img-right {
    max-width: 100%;
    margin: 0 auto;
  }
  .content-middle {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 40px;
  }
  .content-bottom {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .content-bottom .img-left {
    max-width: 100%;
	padding: 0 5%;
    margin: 0 auto;
  }
  .content-bottom .img-right {
    max-width: 100%;
	padding: 0 5%;
    margin: 0 auto 40px;
  }
  .content-bottom .text {
    max-width: 100%;
    margin-top: 0;
  }
}









/* plan
--------------------------------------------------------- */
section#plan {
margin-block-start:100px;
}
section#plan img{
padding: 0 1%;
}
/* img */
@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}



/* momo
--------------------------------------------------------- */
section#momo{
margin-block-end:100px;
}
.info{
max-width: 830px;
margin: 0 auto;
margin-block-start:20px;
}
.cta {
  border: none;
  background: none;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 2px;
  font-size: 1.65rem;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.blog {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  max-width: 830px;
  margin: 0 auto;
}
.blog .img {
  width: 50%;
  padding: 5px;
}
@media screen and (max-width: 767px) {
.blog {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
.blog .img {
    width: 100%;
  }
  }

/* photos
--------------------------------------------------------- */
#photos {
  width: 86%;
  margin: 0 auto;
  margin: 0 7%;
  padding: 0 0 200px 0;
}
#photos p {
  text-align: center;
  margin-bottom: 35px;
}
.photo_txt{
font-size: 1.65rem;
}
#photos .fadein {
  width: 90%;
  margin: 0 auto;
}
.fancybox_area {
  column-count: 7;
  column-gap: 10px;
}
.fancybox_area li a {
  display: inline-block;
  margin: 5px 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';
  content: '\e8b6';
  font-size: 3rem;
  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% !important;
  height: auto !important;
  vertical-align: bottom;
}
@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;
  }
  .fancybox_area {
    column-count: 3;
    width: 95%;
    margin: 0 auto;
  }
}




/* map
--------------------------------------------------------- */
.txt a {
color: blue;
text-decoration: underline;
}


/* map
--------------------------------------------------------- */
section#map {
margin-block-start:80px;
}

/* deg360
--------------------------------------------------------- */
section#deg360 {
	width: 100%;
	background-color: #f2efed;
	padding-block-start:80px;
	margin-block-end:100px;
}
section#deg360 .innerWrap{
	padding-block-end:100px;
}
section#deg360 p {
	text-align: center;
	margin-block-end: 20px;
	font-size: 1.55rem;
	letter-spacing: 0.05rem;
	line-height: 1.8;
}
section#deg360 .camera_box {
	max-width: 1080px;
	margin-inline-start: auto;
	margin-inline-end: auto;
}
section#deg360 p {
	text-align: center;
	margin-block-end: 20px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
section#deg360 {
	background-color: #ffffff;
	margin-block-end:80px;
}
section#deg360 .camera_box {
	max-width: 100%;
	padding: 10%;
}
	section#deg360 .camera_box iframe {
		height: 360px;
	}
}



/* openhouse
---------------------------------------------------------------*/
.open_txt{
font-size: 2.25rem;
}





/* details　物件概要
---------------------------------------------------------------*/
section#details {
}
dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: none;
	margin-block-start:30px;
}
dt {
	width: 18%;
	padding: 14px 8px 8px 8px;
	box-sizing: border-box;
	border-block-end: 1px solid #5e5e5e;
	font-weight: 600;
}
dd {
	padding: 14px 8px 8px 8px;
	margin: 0;
	border-block-end: 1px solid #5e5e5e;
	width: 82%;
	box-sizing: border-box;
}
.producer:after {
	content: "\0bb";
}


/* inquiry
--------------------------------------------------------- */
section#inquiry {
margin: 0 auto;
padding: 5px 0;
display: flex;
align-items: center;
  max-width: 360px;
  margin-block-end:120px;
}

.circle_btn02 {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 360px; /* ボタンの最大幅 */
  padding: 2em;
  color: initial; /* 文字色 */
  transition: 0.3s ease-in-out;
  font-weight: bold;
  text-decoration: none;
   font-size: 2rem;
  letter-spacing: 0.75rem;
}

.circle_btn02::before, .circle_btn02::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.circle_btn02::before {
  width: 0.5em;
  height: 0.5em;
  left: 1em;
  border-top: solid 2px #fff; /* 矢印の色 */
  border-right: solid 2px #fff; /* 矢印の色 */
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.circle_btn02::after {
  left: 0;
  background: #977b6b; /* 背景色 */
  z-index: 1;
  width: 3em;
  height: 3em;
  border-radius: 3em;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.circle_btn02 span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
/* マウスオーバーした際のデザイン */
.circle_btn02:hover span {
  color: #fff; /* 文字色 */
}

.circle_btn02:hover:before {
  left: 2rem;
}

.circle_btn02:hover:after {
  right: 0;
  width: 100%;
}
.inquiry_txt{
padding-inline-start:30px;
font-size: 1.85rem;
letter-spacing: 0.1rem;
}

/* service
--------------------------------------------------------- */
#service {
  margin: 20px auto 0;
  padding: 50px 10px;
  background-color: #fff;
}
#service ul {
  margin: 0 auto 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#service ul li {
  max-width: 314px;
  margin: 5px auto;
}

/* Google Map
--------------------------------------------------------- */
section#gmap {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
#gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/* pagetop */
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  bottom: 10px;
  background-color: #977b6b;
  border-radius: 50vh;
  transition: 0.3s;
}

.pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  transform: rotate(45deg);
  transition: 0.3s;
}

.pagetop span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.pagetop a:hover {
  background-color: #333333;
}

.pagetop a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
}



/*===========================================================*/
/* sp*/
/*===========================================================*/
@media screen and (max-width: 767px) {
	/* deg360 */
	section#deg360 {
		width: 94%;
		margin: 0 auto;
	}
	section#deg360 .camera_box iframe {
		height: 440px;
	}
	/* details */
	section#details dt, dd {
		display: block;
		width: 100%;
		border: none;
	}
	dt {
		background-color: #eee;
	}
}