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

article {
	 animation: fadeIn 2s ease 0s 1 normal;
	 -webkit-animation: fadeIn 2s ease 0s 1 normal;
	 -webkit-text-size-adjust: 100%;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 300;
}
.fadein {
  opacity: 0;
  transform : translate(0, 5%);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

article section {
	margin: 0 auto;
}
.w960{
	max-width: 960px;
	margin: 0 auto;
}
.w800{
	max-width: 800px;
	margin: 0 auto;
}
#gFooter {
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.w960{
		width: 95%;
	}
	.w800{
		width: 80%;
	}
	#gFooter{
		margin-top: 0;
	}
}

/*--------------------
#top 
---------------------*/
#top {
	min-height: 85vh;
	position: relative;
	background-image: url("../img/mv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#top h1{
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	#top {
		background-image: url("../img/mv_sp.jpg");
	}
	#top h1{
	  	left: 50%;
	  	transform: translateY(-50%) translateX(-50%);
	}
	#top h1 img{
		width: 80%;
	}
}
/*--------------------
#lead 
---------------------*/
#lead {
	margin: 100px auto;
	text-align: center;
}
#lead p{
	margin-top: 50px;
	text-align: start;
}

/*--------------------
#point 
---------------------*/
#point01, #point02 {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.point01, .point02 {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}
.point01 > div, .point02 > div {
  width: calc(100% - 250px);
  margin-top: 50px;
}
.point01 > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#point01 .point_ttl{
	margin-left: 120px;
}
#point02 .point_ttl{
	margin-right: 120px;
}
#point02 {
  margin: 150px auto;
}
.point02 {
  flex-direction: row-reverse;
}
.point03 {
  position: absolute;
  max-width: 280px;
  left: -240px	;
  top: calc(128px + 25%);
}
.point04 {
  position: absolute;
  max-width: 280px;
  right: 0;
  top: calc(128px + 25%);
}
#point01 .point_p, #point02 .point_p {
  width: 85%;
  margin-top: 50px;
  text-align: justify;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .point01, .point02 {
    display: flex;
    flex-flow: column wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
  .point01 > div, .point02 > div {
    width: 100%;
  }
  .point01 > div {
    align-items: stretch;
  }
  .point02 {
    flex-direction: row;
    display: flex;
    flex-flow: column wrap;
  }
  .point02 .point_ttl {
    align-self: flex-end;
  }
  #point01 .point_p, #point02 .point_p {
    width: 100%;
    margin-top: 30px;
  }
  .point03 {
    max-width: 212px;
    right: 10px;
    left: inherit;
    top: -330px;
  }
  .point04 {
    max-width: 212px;
    left: 10px;
    right: inherit;
    top: -20px;
  }
	#point01 .point_ttl{
		margin-left: 0;
	}
	#point02 .point_ttl{
		margin-right: 13%;
	}
}

/*--------------------
#plan 
---------------------*/
#plan {
	margin-bottom: 150px;
	text-align: center;
}
#plan h2,#photos h2,#virtualtour h2,#details h2{
	font-family: "luxus-brut", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(7rem, 2vw + 1rem, 8rem);
	text-align: start;
}
#plan p{
	margin-bottom: 50px;
	text-align: start;
}


/*--------------------
#photos 
---------------------*/
ul#photo {
	max-width: 960px;
	margin: 0 auto;
}
.fancybox_area {
    column-count: 6;
    column-gap: 10px;
}
.fancybox_area li a{
	display: inline-block;
	margin: 10px 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);
  	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 (max-width: 767px) {
	ul#photo {
		width: 95%;
	}
	.fancybox_area {
		column-count: 3;
		width: 96%;
		margin: 0 auto;
	}
}

/*--------------------
#virtualtour 
---------------------*/
#virtualtour {
  max-width: 960px;
  margin: 150px auto;
}
.vrbox {
  width: 100%;
}
.vrbox iframe {
  height: 600px;
}
#virtualtour .vrbox {
  width: 100%;
}
#virtualtour p {
	margin-bottom: 50px;
}
/*スマホ表示*/
@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 div {
  max-width: 800px;
  margin: 0 auto 150px;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
}
#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;
  text-align: justify;
	line-height: 2;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #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: #E1E1E1;
  }
}
/*--------------------
#inquiry 
---------------------*/
#inquiry {
	height: 50vh;
	margin: 0 auto;
	position: relative;
	background-image: url("../img/inquiry_bk .jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
	text-align: right;
}
#inquiry div{
	margin: 0 auto;
	height: 50vh;
}
#inquiry div a{
	margin: auto;
	padding: 25px 100px;
	position: relative;
	top: 50%;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}
#inquiry div a::before{
	 content: '';
	 width: 10px;
	 height: 10px;
	 border-top: solid 1px #333;
	 border-right: solid 1px #333;
	 position: absolute;
	 right: 10px;
	 top: 50%;
	transform: rotate(45deg);
}
#inquiry div a:hover{
	opacity: .8;
}
@media (max-width: 767px) {
	#inquiry {
		text-align: center;
	}
}
/* ---------------------------
.Google Map
------------------------------ */

section#gmap {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	z-index: 10;
}
#gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/*--------------------
#toform 
---------------------*/
#toform {
  height: 90px;
  width: 90px;
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 3;
  line-height: 90px;
  background: #2b2b2b;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
#toform:hover {
  transform: scale(1.2);
}
#toform a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: 22%;
  left: 22%;
}
#toform span {
  align-self: center;
  color: #FFFFFF;
  font-size: 50px;
}

#toform.UpMove {
  animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#toform.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*スマホ表示*/
@media screen and (max-width:768px) {
  #toform {
    height: 70px;
    width: 70px;
  }
  #toform span {
    font-size: 40px;
  }
}