@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%;
	background-color: #47587A;
	color: #DCD0CC;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.6rem;
}
article h2:not(#lead h2){
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	font-family: "luxus-brut", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(4rem, 2vw + 1rem, 5.5rem);
}
article h2:not(#lead h2)::after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%) rotate(30deg);
	width: 1px;
	height: 25px;
	background-color: #BF7950;
}

article section:not(#mv,#gmap){
	max-width: 960px;
	margin: 200px auto;
}
.pc_none{
	display: none;
}
@media screen and (max-width: 768px) {
	article section:not(#mv,#gmap){
		width: 95%;
		margin: 100px auto;
	}
	#gFooter{
		margin-top: 0;
	}
	.pc_none{
		display: block;
	}
}
/* ---------------------------
アニメーション
------------------------------ */
.fadein {
  opacity: 0;
  transform : translate(0, 5%);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
/*--------------------------------------------------
	#mv
----------------------------------------------------*/
article h1{
	display: flex;
	align-items: end;
	height: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: clamp(2.7rem, 2vw + 1rem, 5rem);
	color: white;
	z-index: 1;
}
article h1::before {
	content: attr(data-en);
	width: 100%;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%) rotate(-4deg);
	color: #DCD0CC;
	font-family: "luxus-brut", cursive;
	font-size: clamp(1.8rem, 2vw + 1rem, 5rem);
	font-weight: normal;
	opacity: .9;
}
#mv {
	width: 100%;
	height: 80vh;
	background-image: url("../img/mv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#mv{
		height: 65vh;
		background-image: url("../img/mv_sp.jpg");
	}
	article h1{
		width: 95%;
	}
}
/*--------------------------------------------------
	#lead
----------------------------------------------------*/
#lead h2{
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.8;
}
/*--------------------------------------------------
	#point
----------------------------------------------------*/
#point {
	display: flex;
	justify-content: space-between;
}
#point h3{
	margin-right: 30px;
	position: relative;
	font-size: 2.5rem;
	writing-mode: vertical-rl;
	line-height: 1.3;
	letter-spacing: 10px;
}
#point h3::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #BF7950;
	top: 0;
	right: -12px;
}
#point .txtBox{
	width: 50%;
}
#point .txtBox .txt{
	display: flex;
	margin-bottom: 20px;
}
#point .txtBox .txt p{
	line-height: 2;
}
@media screen and (max-width: 768px) {
	#point {
		flex-wrap: wrap;
	}
	#point .txtBox{
		width: 100%;
		margin-bottom: 10px;
	}
	#point img{
		width: 100%;
	}
}
/*--------------------------------------------------
 	#plan
----------------------------------------------------*/
#plan p{
	max-width: 700px;
	margin: 0 auto 30px;
}
/*--------------------------------------------------
	#photos
----------------------------------------------------*/
#photos{
	max-width: 960px;
	margin: 0 auto;
}
#photos h2{
	margin-bottom: 30px;
}
#photos p{
	text-align: center;
	margin-bottom: 40px;
}

.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';
	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% !important;
  	height: auto !important;
	vertical-align: bottom;
}

@media (max-width: 767px) {
	#photos {
		width: 95%;
		margin: 0 auto;
		padding: 150px 0;
	}
	#photos p{
		width: 80%;
		margin: 0 auto 35px;
		text-align: start;
	}
	.fancybox_area {
		column-count: 3;
		width: 95%;
		margin: 0 auto;
	}
}
/*--------------------------------------------------
 	#area
----------------------------------------------------*/
#area{
	text-align: center;
}
#area p,#area img{
	margin-bottom: 30px;
}
#area p:not(:last-of-type){
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: start;
}
#area p:last-of-type::before{
	content: '＼';
	padding-right: .5em;
}
#area p:last-of-type::after{
	content: '／';
	padding-left: .5em;
}
#area a{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#area img,#plan img{
		width: 100%;
	}
}
/*--------------------------------------------------
	#virtualtour
----------------------------------------------------*/
#virtualtour {
  max-width: 960px;
  margin: 50px auto;
}
.vrbox {
  width: 100%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
#virtualtour p {
  max-width: 700px;
  margin: 0 auto 30px;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  .vrbox {
    width: 95%;
  }
  .vrbox iframe {
    height: 400px;
  }
}
/*--------------------------------------------------
 	#details
----------------------------------------------------*/
#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 {
  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: 25%;
  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: #61749B;
  }
}

/*--------------------------------------------------
 	#inquiry
----------------------------------------------------*/
a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 2rem 4rem;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid #DCD0CC;
	color: #DCD0CC;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #BF7950;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn:hover::before {
	transform: translateX(0);
}
a.btn .material-icons{
	padding-right: .5em;
	position: relative;
	top: 4px;
}
/*--------------------------------------------------
	#toform
----------------------------------------------------*/
#toform {
  height: 90px;
  width: 90px;
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 11;
  line-height: 90px;
	border: 2px solid #DCD0CC;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
#toform:hover {
  background: #BF7950;
}
#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: #DCD0CC;
  font-size: 50px;
}
.bl_backToTop {
  z-index: 98;
}
#toform.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#toform.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
/*スマホ表示*/
@media screen and (max-width:768px) {
  #toform {
    height: 70px;
    width: 70px;
  }
  #toform span {
    font-size: 40px;
  }
}