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

article {
	background-color: var(--main-bg);
	color: var(--main-font);
	font-family: var(--font-family);
	font-size: 1.6rem;
}
article .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

article section{
	max-width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}
article h2{
	position: relative;
	margin-bottom: 50px;
	font-size: 4rem;
	font-family:  var(--head-font-family);
	color: var(--accent-color);
}
article h2::before{
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	left: -110px;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--accent-color);
}
article section p{
	margin:0 auto 50px;
	max-width: 800px;
}

article .Bk02{
	margin: 100px auto;
	padding-bottom: 200px;
	background-color: var(--sub-bg);
}
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.fadeIn.animated {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px){
	article section{
		max-width: 95%;
		padding-top: 20vw;
	}
	article img{
		width: 100%;
	}
	#gFooter{
		margin-top: 0;
	}
	article h2{
		padding-left: 60px;
	}
	article h2::before{
		left: 0;
		width: 50px;
	}
}
/*--------------------------

#top

----------------------------*/
#top {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	padding: 0;
	height: calc(100vh - 166px);
	position: relative;
	background-image: url("../img/fv.webp");
	background-position: center;
	background-size: cover;
}
#top::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
#top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
  }

#top h1{
	font-size: 4rem;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}

#top span{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 30px;
  padding: 10px 10px 110px;
  color: #fff;
	font-size: 1.4rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

#top span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

#top span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #999;
	animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (max-width: 767px){
	#top {
		height: calc(100vh - 91px);
		background-image: url("../img/fv_sp.webp");
	}
	#top h1{
		font-size: 2.8rem;
	}
}
/*--------------------------

#lead

----------------------------*/
#lead {
	padding-bottom: 50px;
	overflow: hidden;

}
article section#lead .sliderArea p{
	margin-bottom: 0;
}
/*=========
slick
==========*/
#lead .sliderArea {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 25px;
}

#lead .slick-slide {
  margin: 0 5px;
}
#lead .slick-slide img {
  width: 100%;
  height: auto;
}
#lead .slick-prev,#lead .slick-next {
  z-index: 1;
}
#lead .slick-prev:before,#lead .slick-next:before {
  color:  var(--accent-color);
}
#lead .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
#lead .slick-active {
  opacity: 1;
}
#lead .slick-current {
  opacity: 1;
}


/*=================
.full-screen-o
==================*/

#lead .full-screen-o .slick-list {
  overflow: visible;
}
#lead .full-screen-o.slider {
  max-width: 600px;
  margin: 0 auto;
}
#lead .full-screen-o .slick-dots {
  bottom: -33px;
}
#lead .full-screen-o .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#lead .full-screen-o .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
}
#lead .full-screen-o .slick-dots li button:before {
  content: none;
}
#lead .full-screen-o .slick-dots li:nth-child(1) button {
  background: #f5d1c3;
}
#lead .full-screen-o .slick-dots li:nth-child(2) button {
  background: #a9b7ba;
}
#lead .full-screen-o .slick-dots li:nth-child(3) button {
  background: #c4d7d1;
}
#lead .full-screen-o .slick-dots li:nth-child(4) button {
  background: #b4b1a0;
}
#lead .full-screen-o .slick-dots li:nth-child(5) button {
  background: #e5dfd3;
}
#lead .full-screen-o .slick-dots li button:hover,#lead .full-screen-o .slick-dots li.slick-active button {
  border-radius: 0px;
  width: 12px;
  height: 12px;
}
.plan_img{
text-align: center;
}



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

#photos

----------------------------*/
/* ▼fancybox css▼ */
#photos ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 11.4285714px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  text-align: center;
}
#photos ul li a img{
	width: 100%;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #photos ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------------

#virtualtour

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

.vrbox {
  width: 100%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
@media (max-width: 767px){
  .vrbox {
    width: 95%;
  }
  .vrbox iframe {
    height: 400px;
  }
}
/*--------------------------------------------------

 #details

----------------------------------------------------*/
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
	border-block-end: 1px solid #DDDAD1;
	vertical-align: middle;
	font-style: normal;
	text-align: justify;
	line-height: 3;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
@media (max-width: 767px){
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
	  display: block;
	  width: 100%;
	  padding-left: 1em;
	  border-block-end: 0px;
  }
  #details table th {
	  background-color: var(--sub-bg);
  }
}
/*--------------------------

#inquiry

----------------------------*/
#inquiry {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
#inquiry a{
	min-width: 300px;
	padding: 20px 50px;
	overflow: hidden;
	border: 1px solid var(--accent-color);
	position: relative;
	color: var(--accent-color);
	z-index: 1;
}
#inquiry a::before {
	content: ">";
	position: absolute;
	right: 10px;
	z-index: 1;
}
#inquiry a:hover {
	color: #fff;
	 background: var(--accent-color);
}


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

#gmap

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

.floatingButton

----------------------------*/
.floatingButton {
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
	transform: translateY(20px);
	position: fixed;
	bottom: 5%;
	right: 2%;
	background-color: var(--accent-color);
	text-align: center;
}
.floatingButton a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	color: #fff;
}
.floatingButton.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.floatingButton:hover{
	opacity: 0.5; 
}
.floatingButton a span{
	font-size: 4rem;
}

@media (max-width: 767px){
	.floatingButton a{
		width: 40px;
		height: 40px;
	}
	.floatingButton a span{
		font-size: 2.5rem;
	}
}