@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
article{
	background-color: #EEEEEE;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	color: #444;
}
article section{
	margin-bottom: 300px;
}
article h2{
	margin-bottom: 50px;
	font-size: 5rem;
	font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
	font-weight: 300	;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	text-align: center;
}
article .w960{
	max-width: 960px;
	margin: 0 auto;
} 

.bk{
	width: 100%;
	height: 500px;
	background-image: url("../img/decoration/bk.jpg");
	background-size: cover;
}
.spOnly{
	display: none;
}
@media (max-width: 767px) {
	article img{
		width: 100%;
	}
	article h2{
		font-size: 4rem;
	}
	article .w960{
		width: 90%;
	}
	article section{
		margin-bottom: 30vw;
	}
	#gFooter{
		margin-top: 0;
	}
	.spOnly{
		display: block;
	}
	.pcOnly{
		display: none !important;
	}
}
/*--------------------------------------------------

#fv

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

#fv{
	width: 100%;
	height: calc(100vh - 165px);
	position: relative;
	background-image: url("../img/decoration/fv.jpg");
	background-size: cover;
	z-index: 1;
}
#fv h1{
	position: absolute;
	bottom: 5%;
	left: 3%;
	font-size: 5rem;
	font-weight: 400;
	color: #FFFFFF;
}
#fv h1 span{
	display: block;
	font-size: 3rem;
}
@media (max-width: 767px) {
	#fv{
		height: calc(100vh - 94px);
		background-image: url("../img/decoration/fv_sp.jpg");
	}
	#fv h1{
		font-size: 3rem;
	}
	#fv h1 span{
		margin-top: 10px;
		font-size: 2rem;
	}
}
/*--------------------------------------------------

#open

----------------------------------------------------*/
#openhouse {
	max-width: 800px;
	padding: 100px 50px;
	border: 1px solid #444;
}
#openhouse h2{
	font-size: 4rem;
}
#openhouse .date{
	margin-bottom: 50px;
	font-size: 5rem;
	text-align: center;
	font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	line-height: 1.4;
}
#openhouse .date span{
	font-size: 3rem;
}
#openhouse ul li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
}

@media (max-width: 767px) {
	#openhouse{
		width: 90%;
		padding: 50px 25px;
	}
	#openhouse .date{
		font-size: 3rem;
	}
	#openhouse .date span{
		font-size: 2rem;
	}
}
/*--------------------------------------------------

#lead

----------------------------------------------------*/
article section#lead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	max-width: 1900px;
	margin: 0 auto 300px;
	
}
article section#lead p{
	max-width: 550px;
	order: 4;
	font-size: 2rem;
	line-height: 3;
}
article section#lead p:first-child{
	order: 0;
}

#lead .img01{
	max-width: 600px;
	order: -1;
}
#lead .img02,#lead .img03{
	max-width: 800px;
}
#lead .img02{
	margin-left: 50%;
	margin-top: -50px;
	margin-bottom: 100px;
	order: 2;
}
#lead .img03{
	order: 3;
}
@media (max-width: 767px) {
	article section#lead {
		width: 95%;
		margin: 0 auto 30vw;
	}
	article section#lead p{
		width: 100%;
		font-size: 1.6rem;
	}
	#lead .img02{
		margin-left: inherit;
		margin-top: inherit;
	}
	#lead .img03{
		margin-top: 50px;
		order: 5;
	}
}
/*--------------------------------------------------

#point

----------------------------------------------------*/
article section#point{
	margin-bottom: 0;
	background-color: #ccc;
}
#point .wrapper{
	display: flex;
	justify-content: space-between;
	position: relative;
}
  #point .point{
	  width: 40vw;
}
  #point .point div{ 
	  padding-top: 50vh;
	  padding-right:5vw;
	  max-width: 475px;
}
  #point .point div:last-child{
	  padding-bottom: 50vh;
}
#point .point div a{
	display: block;
	margin-top: 4em;
}
#point .point div a:hover{
	color: red;
}
#point .point div a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
	top: 30px;
    background-color: #7b7a7a;
    display: block;
	transition: .3s;
}
#point .point div a::before {
    content: "";
    position: absolute;
    background-color: #7b7a7a;
    width: 40px;
    height: 1px;
    display: block;
    right: -7px;
    top: 16px;
    transform: rotate(45deg);
    transition: .3s;
}
#point .point div a:hover::after {
    right: -30px;
	background-color: red;
}
#point .point div a:hover::before {
    right: -37px;
	background-color: red;
}
  #point .point h2{
	font-size: 4rem;
	  position: relative;
	  text-align: start;
}
#point .point h2::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1em;
	left: 0;
	background-color: #555555;
}
#point .point h2 span{
	display: block;
	margin-top: 1.5em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.3rem;
}
  #point .images{
    	width: 50vw;
    	height: 100vh;
    	display: flex;
    	align-items: center;
    	position: sticky;
    	position: -webkit-sticky;
    	top:0;
  }
  #point .images p {
    	/*height: 400px;*/
    	margin: auto;
    	display: block;
    	visibility: hidden;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	transition: .8s;
    	opacity: 0;
    }
  #point .images p:first-child,
  #point .images p.active {
    	visibility: visible;
    	opacity: 1;
  }
#point .images p img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@media screen and (max-width: 639.9px) {
	#point .point{
		width: 100% !important;
		max-width: 100%;
	}
	#point .point div{
		max-width: 100%;
		padding:0 10px !important;
		width: 100%;
		margin-bottom:10vh;
	}
	#point .point div:last-child{ padding-bottom: 0 !important; }
	
	#point .point p{
		padding: 2vw;
	}
	#point .point h2 span{
		font-size: 2rem;
	}
	
}
/*--------------------------------------------------

#plan

----------------------------------------------------*/
article section#plan,article section#photos{
	margin-bottom: 0;
	padding-bottom: 300px;
}
#plan,#photos{
	background-color: #ccc;
}
#plan{
	padding-top: 300px;
}
#plan p,#area p{
	max-width: 800px;
	margin: 0 auto 50px;
}

@media (max-width: 767px) {
	article section#plan,article section#photos{
		padding-bottom: 30vw;
	}
	#plan{
		padding-top: 30vw;
	}
	#plan p{
		width: 90%;
	}
}

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

#photos

----------------------------------------------------*/
#photos P{
	margin-bottom: 50px;
}
.fancybox_area {
    column-count: 4;
    column-gap: 10px;
}
.fancybox_area li a{
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.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';
	font-size: 4rem;
  	content: '\e8ff';
  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%;
	vertical-align: bottom;
}

@media (max-width: 767px) {
	.fancybox_area {
		column-count: 2;
		width: 95%;
		margin: 0 auto;
	}
}
/*--------------------------------------------------

#area

----------------------------------------------------*/
#area {
	padding-top: 300px;
}
@media (max-width: 767px) {
	#area{
		padding-top: 30vw;
	}
}
/*--------------------------------------------------

#virtualtour

----------------------------------------------------*/
#virtualtour {
  max-width: 960px;
}
.vrbox {
  width: 100%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
#virtualtour p {
  max-width: 800px;
  margin: 0 auto 50px;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .vrbox {
    width: 95%;
  }
  .vrbox iframe {
    height: 400px;
  }
	#virtualtour p {
		width: 90%;
	}
}
/*--------------------------------------------------

#details

----------------------------------------------------*/
#details {
	margin-bottom: 100px;
}
#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 {
	padding: 10px 0;
	border-block-end: 1px solid #DDDAD1;
	font-style: normal;
	line-height: 2.5;
}
#details table th {
  width: 30%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
	  width: 90%;
  }
  #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: #DEDEDE;
  }
}
/*--------------------------------------------------

#inquiry

----------------------------------------------------*/
#inquiry {
	margin-bottom: 100px;
}
#inquiry a{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 300px;
    border: 1px solid #555;
    background-color: inherit;
    margin: auto;
    padding: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    transition: ease .2s;
}

#inquiry a span{
    position: relative;
	z-index: 10;
}

#inquiry a:hover{
    color:#fff;
}

#inquiry a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#333;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
	z-index: 0;
}

#inquiry a:hover::before {
  animation: skewanime .5s forwards;
}

@keyframes skewanime {
  100% {
    left:-10%;
  }
}
/* ---------------------------
　 support
------------------------------ */
section#support {
        padding: 100px 0;
	margin-bottom: 0;
        font-size: 1.65rem;
        letter-spacing: 0.075rem;
}
section#support p {
        width: 100%;
        display: block;
        text-align: center;
	    margin: 2rem 0;
        padding: 0 10px;
}
#support ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
}
#support ul li {
        display: block;
        list-style: none;
        margin: 5px;
}

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

#gmap

----------------------------------------------------*/
article section#gmap {
	margin-bottom: 0;
}
/*--------------------------------------------------

#floatBtn

----------------------------------------------------*/
article section#floatBtn{
	margin-bottom: 0;
}
#floatBtn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	padding: 20px;
	position: fixed;
	bottom: 3%;
	right: 3%;
	background-color: #333;
	color: #fff;
}
#floatBtn a:hover{
	background: #fff;
	border: 1px solid #333;
	color: #444;
}
#floatBtn a span{
	font-size: 5rem;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
@media (max-width: 767px) {
	#floatBtn a{
		width: 50px;
		height: 50px;
	}
	#floatBtn a span{
		font-size: 4rem;
	}
}