@charset "utf-8";
/* CSS Document */
article{
	width: 100%;
	background-image: url("../img/bk.jpg");
	font-family: "noto-serif", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
}
article section:not(#top){
	margin: 10vw auto;
	max-width: 960px;
}
article h2:not(.lead) {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	font-size: 26px;
	text-align: center;
}

article h2:not(.lead) span {
	position: relative;
	z-index: 2;
}

article h2:not(.lead)::before {
	content: attr(data-en);
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(0,0,0,0.2);
	font-size: 70px;
	font-family: "mina", serif;
	font-weight: 400;
	font-style: normal;
}

article h2:not(.lead)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(0,0,0,0.2);
}
.lead {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	article{
		width: 100%;
	}
	article section{
		width: 95%;
	}
	#gFooter{
		margin-top: 0;
	}
}
/*-------------------------------------
#top
---------------------------------------*/
#top {
  position: relative;
  width: 100%;
  margin: 0;
}
#top #title {
  position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 10;
}
#top #topImgL img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 800px;
}
#topImgL .slick-dots {
  bottom: 4%;
  z-index: +1;
}
.slick-slider {
  max-width: 100%;
}
.slider {
  opacity: 0;
  transition: opacity 3s ease;
}
.slider.slick-initialized {
  opacity: 1;
}
#top #title h1 {
  width: 40vw;
  height: auto;
  font-size: 3.5rem;
  color: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgb(0, 0, 0));
  -moz-filter: drop-shadow(1px 3px 5px rgb(0, 0, 0));
  -ms-filter: drop-shadow(1px 3px 5px rgb(0, 0, 0));
    filter: drop-shadow(1px 3px 5px rgb(0, 0, 0));
}
#top #title h1 img {
  width: 100%;
  height: auto;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #top #topImgL img {
    height: 100vh;
    width: auto;
    min-height: 100%;
    max-heigt: 100%;
  }
  #top #title h1 {
    width: 50vw;
    height: auto;
    font-size: 3rem;
  }
}
/* ---------------------------
#plan
------------------------------ */
#plan img{
	margin-top: 50px;
}
/* ---------------------------
#photos
------------------------------ */

#photos p{
	margin-bottom: 1em;
}
#photos .point:last-child{
	margin-bottom: 50px;
}
.fancybox_area {
    column-count: 5;
    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);
	font-family: 'Material Icons Round';
	font-size: 5rem;
  	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% !important;
  height: auto !important;
}

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

/*--------------------------------------------------
 #details
----------------------------------------------------*/
#details div {
  margin: 0 auto;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
	line-height: 2;
	font-family: '游ゴシック', 'Montserrat', sans-serif;
}
#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;
}
#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%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #E5E0D1;
  }
}
/*--------------------------------------------------
#inquiry
----------------------------------------------------*/
#inquiry {
	text-align: center;
}
/*--------------------------------------------------
.contact
----------------------------------------------------*/

.contact button {
	border: none;
}
.contact p {
	line-height: normal;
}
.cta_btn {
  position: fixed;
  background-color: #2b2b2b;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}
.cta_link {
  display: flex;
  align-items: center;
}
.cta_icon {
  padding: 2rem;
  color: #fff;
}
.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
}
#cta_floating.cta_btn,
.cta_floating {
  transform: translateX(15rem);
}
#cta_floating.cta_btn:hover,
.cta_floating:hover {
  transform: translateX(0);
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  #cta_floating.cta_btn,
  .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }
.cta_link .material-icons-outlined {
		margin-left: -.3rem;
	}
}