@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
h1{
	position: relative;
}
h1 img{
	width: 100%;
}

.area-feature {  
  color: #fff;
  padding: 60px 0px;
  font-family: 'Noto Serif JP', '游明朝', serif;
}

.area-feature__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1285px;
  margin: 0 auto 40px;
}

.area-feature__text {
  flex: 1 1 50%;
  padding-right: 20px;
}

.area-feature__text h2 {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 40px;
  color: #000;
	letter-spacing: 10px;
}

.area-feature__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  width: 90%;
}

.area-feature__map {
  flex: 1 1 50%;
  text-align: center;
}

.area-feature__map img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.area-feature__properties {
  	position: relative;
    width: 70%;
    max-width: 1200px;
    background-color: #2d1d0f;
    padding-right: 30px;
	padding-top: 250px;
	padding-bottom: 50px;
}
.property_box{
	position: absolute;
	display: flex;
    flex-wrap: wrap;
	justify-content: right;
    gap: 15px;
    right: 22%;
    top: -135px;
}


.property {
  text-align: center;
}

.property img {
  width: 100%;
  
  margin-bottom: 10px;
}
.property a img{
	position:relative;
	top:0;
}
.property a img:hover{
	top:10px;
	transition:0.3s;
}
.property__label {
  font-size: 1rem;
  color: #fff;
}

.property__label span {
  display: block;
  font-size: 0.9rem;
  color: #d6c4ae;
}

.area-feature__info {
  text-align: center;
  font-size: 1.1rem;
  border-top: 1px solid #888;
  padding-top: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: 20px;
}
.sp{
	display: none!important;
}


.property-detail {
  font-family: 'Noto Serif JP', '游明朝', serif;
	padding-top: 100px;
	line-height: 1.5;
}

.property-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.property-title p {
  font-size: 1.1rem;
  margin: 0;
  color: #6c4d38;
}

.property-title span {
  font-size: 0.9rem;
  color: #999;
}

.property-title h2 {
  font-size: 1.5rem;
  margin-top: 10px;
}

.property-catch {
  font-size: 1.2rem;
  color: #4d372d;
  text-align: right;
}

.property-gallery {
  position: relative;
  margin-bottom: 40px;
}
.main-photo{
	position: relative;
}
.main-photo p{
	font-size: 28px;
	line-height: 2;
	width: 550px;
	text-align: right;
	position: absolute;
	top: 50%;
  　transform: translateY(-50%);
	right: 10%;
	color: #fff;
	letter-spacing: 10px;
}
.main-photo p.sec2p{
	left: 10%;
	right: auto;
	text-align: left;
}
.main-photo img {
  	width: 83%;
    display: block;
    margin: 0 0 0 auto;
}
.main-photo img.sec2mv {
  	width: 83%;
    display: block;
    margin: 0 auto 0 0;
}
.sub-photos {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
  width: 1200px;
  margin-left: 3%;
}
.sub-photos.sec2photos{
  margin-left: auto;
  margin-right: 3%;
}
.sub-photos img {
  
}

.property-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 8;
  align-items: end;
  width: 95%;
  margin: 0 auto;
  margin-top: -10%;
}
.sec2info{
  width: 80%;
}
.sec2thumb{
  flex: 1 1 30%;
}
.property-info ul {
  flex: 1 1 50%;
  font-size: 1rem;
  list-style: none;
  color: #333;
  padding-bottom: 6%;
  line-height: 2;
  padding-left: 20%;
}
.sec2info ul{
  padding-left: 0;
}
.property-thumb {
  flex: 1 1 45%;
  text-align: center;
  position: relative;
  z-index: 30;
}

.property-thumb img {
  max-width: 100%;
}
.back_p{
	background: #eee9e7;
	padding: 50px 0;
    margin-top: -50px;
}
.floorplans img{
  max-width: 100%;
}

.floorplans img {
  display: block;
  margin: 40px auto;
}

.location-description {
  text-align: center;
  margin: 75px 0 40px;
  font-size: 22px;
  color: #5a4b3c;
}

.nearby {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  width: 95%;
  margin: 30px auto;
}

.spot {
  text-align: center;
}
.spot p{
	padding-top: 10px;
	line-height: 1.5;
}
.spot img {
  width: 100%;
  border-radius: 4px;
}

.more-button {
  width: 465px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.more-button a {
  
}

.more-button:hover {
  background-color: #5a4b3c36;
  
}
@media (max-width: 1400px) {
	.sub-photos{
		width: 60%;
	}
	.sub-photos img{
		width: 23%;
	}
}
@media (max-width: 768px) {
	.property-detail{
		padding-top: 30px;
	}
	.main-photo img,.main-photo img.sec2mv{
		width: 100%;
	}
	.sub-photos {
        width: 90%;
		margin: 0 auto;
		margin-top: 10px;
    }
	.property-info{
		flex-direction: column;
	}
	.property-info ul{
		width: 100%;
		padding-left: 0;
		letter-spacing: inherit;
        padding-top: 60px;
		font-size: 14px;
	}
	.more-button{
		width: 80%;	
	}
	.main-photo p{
		font-size: 14px;
		width: auto;
		letter-spacing: 3px;
	}
	.sec2info{
		flex-direction: column-reverse;
		width: 95%;
	}
	.location-description{
		line-height: 1.5;
		font-size: 16px;
		margin: 20px auto;
	}
	.spot p{
		font-size: 14px;
	}
	.floorplans{
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
  .area-feature__inner {
    flex-direction: column;
  }

  .area-feature__text, .area-feature__map {
    padding: 0;
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
	
	
	.area-feature__properties{
		width: 100%;
		padding-right: 0;
		padding-top: 20px;
		
	}
	.property_box{
		width: 100%;
        position: relative;
        right: auto;
        top: auto;
	}
	.property {
		width: 100%;
	  }
	.property img{
		width: auto;
	}
	.area-feature__info{
		margin: 20px auto 0;
        width: 90%;
	}
	.sub-photos.sec2photos{
		margin-right: auto;
	}
	.area-feature__text h2{
		font-size: 22px;
		text-align: center;
		letter-spacing: normal;
	}
	.area-feature__text p{
		margin: 0 auto;
		font-size: 14px;
	}
  
}
@media (max-width: 650px) {
	.sp{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
	.property {
    max-width: 100%;
  }
	.area-feature{
		padding-bottom: 0;
	}
	
	
	
}
@media (max-width: 650px) {
	.property-info ul{
		padding-top: 30px;
	}
}
/*footer*/
.footer-section {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px 40px;
  font-family: 'Noto Serif JP', '游明朝', serif;
  color: #333;
}

.footer-heading h2 {
  font-size: 34px;
  margin-bottom: 10px;
  letter-spacing: 10px;
}

.footer-heading p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 30px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-bottom: 40px;
}

.footer-links img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.footer-links a:hover,
.footer-company a:hover{
	opacity: 0.6;
	transition:0.3s;
}
.footer-company {
  margin-bottom: 40px;
}

.footer-company img {
  margin: 30px auto 0;
}

.footer-company__name {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
}

.footer-company__info {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
  margin-top: 5px;
}

.footer-shops {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.shop{
  width: 350px;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.shop h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.shop p {
  font-size: 12px;
  margin: 6px 0;
}

.tel {
  font-size: 16px;
  font-weight: bold;
}
.tel span{
	font-size: 40px;
	font-weight: 400;
}
.copyright {
  font-size: 0.75rem;
  color: #999;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-shops {
    flex-direction: column;
    align-items: center;
  }
}
.scroll-fadein {
    transform: translateY(50px);
    opacity: 0;
    transition: 1.2s;
}
.scroll-fadein.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
}
/*矢印*/

.arrow_wrap{
	position: absolute;
	bottom:9%;
	left: 50%;
  transform: translateX(-50%);
}


.scroll-indicator {
  position: relative;
  height: 120px;
  width: 20px;
  margin: 0 auto;
  overflow: hidden;
}


.scroll-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: scrollMove 2s ease-in-out infinite;
}

.line {
  width: 1px;
  height: 100px;
  background-color: #fff;
  margin: 0 auto;
}
.arrow-head {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}

@keyframes scrollMove {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 100%);
    opacity: 0;
  }
}
.mvp{
	position: absolute;
	bottom: 50px;
	color: #fff;
	left: 50%;
    transform: translateX(-50%);
	font-size: 16px;
	text-align: center;
	font-family: 'Noto Serif JP', '游明朝', serif;
}
@media screen and (max-width: 1000px){
	.mvp{
		bottom:10px;
	}
	.arrow_wrap{
		bottom:30px;
	}
	.scroll-indicator{
		height: 80px;
	}
}

/*float banner*/

.float_bnr{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 300px;
	transition: 0.5s;
	filter: drop-shadow(0px 4px 9px rgba(0,0,0,0.3));
	z-index: 100;
	background: #e71f19;
	padding: 5px;
}
.gnavi .float_bnr{
	position: relative;
	width: 100%;
}
.gnavi .float_main{
   padding: 10px 0;
}
.float_main div{
	 width: 95%;
	margin: 15px auto 0;
}
.float_box{
	border: 1px solid #fff;
	background: #e71f19;
	padding: 10px;
	
}
.float_bnr.float_none{
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}
.float_bnr.float_none_inp{
	opacity: 0!important;
	pointer-events: none!important;
	transition: 0.5s!important;
}
.close_btn{
	position: absolute;
	width: 30px;
    right: -6px;
    top: -10px;
}
.close_btn img{
	width: 100%;
}
.float_main, .close_btn{
	transition: 0.3s;
}
.float_main a:hover, .close_btn:hover{
	transition: 0.3s;
	opacity: 0.7;
}

@media screen and (max-width: 900px){
.float_bnr {
    max-width: 295px;
}
}
@media screen and (max-width: 768px){
.float_bnr {
	width: 55%;
	right: 10px;
	top:auto;
	bottom:5%;
}
}
@media screen and (max-width: 650px){
	.float_bnr {
		display: block;
	}
	.footer-heading h2{
		font-size: 22px;
		letter-spacing: 5px;
	}
	.footer-heading p{
    	font-size: 14px;
	}
	
}



/*nav*/
.nav_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: #e1e1e1;
    transition: all 0.5s ease-in-out;
    display: none;
}
.nav_btn hr {
    width: 24px;
    background: #000;
    height: 2px;
    position: absolute;
    border: none;
    transform-origin: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s;
}
.nav_btn hr:nth-child(1) {
    top: 5px;
}
.nav_btn hr:nth-child(2) {
    top: 13px;
}
.nav_btn hr:nth-child(3) {
    top: 21px;
}
body.nav_open .nav_btn hr:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}
body.nav_open .nav_btn hr:nth-child(2) {
    transform: scaleX(0);
    top: 13px;
}
body.nav_open .nav_btn hr:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}
.hd_nav li a {
    position: relative;
}
.nav_btn .hamb_txt {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
    transition: all 0.5s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
}
.nav_btn .hamb_txt.close {
    opacity: 0;
}
.spnavi {
    display: none;
}
.gnavi_wrap {
    display: none;
}
@media screen and (max-width: 650px) {
    
    .nav_btn {
        display: block;
    }
    ul.gnavi {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #000;
        z-index: 9999;
        display: none;
        height: auto;
    }
    ul.gnavi li {
        
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        text-align: center;
        line-height: 50px !important;
        height: 50px;
        font-size: 14px;
        position: relative;
    }
    ul.gnavi li:first-of-type {
        border-left: none !important;
        width: 100%;
    }
    ul.gnavi li:nth-of-type(odd) {
        border-left: 1px solid #fff;
        border-right: none !important;
    }
	ul.gnavi li:last-child{
        border-left: none;
    }
    ul.gnavi li a {
        display: flex;
        background: #cd0909;
        color: #333;
        height: 100%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: 'Noto Sans JP', sans-serif;
    }
    ul.gnavi li a span{
        display: block;
    }
    ul.gnavi li a span.italic{
        font-size: 20px;
        margin-bottom: 0.2em;
    }
    ul.gnavi li a span.ja{
        font-size: 10px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    
    
    .gnavi_wrap {
        display: block;
    }
    
}