@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: 200px;
}
article h2{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 2.8rem;
	text-align: center;
	z-index: 1;
}

article h2 span {
	position: relative;
	z-index: 2;
}
article h2::before {
	content: attr(data-en);
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color:  var(--sub-bg);
	font-family: var(--head-font-family);
	font-weight: 400;
	mix-blend-mode: screen;
	font-size: 80px;
	z-index: -1;
}
article .Bk02 h2::before {
	color: var(--main-bg);
}
article section p{
	margin:25px auto 25px;
	max-width: 800px;
	width: 95%;
}
article .Bk02{
	padding-bottom: 50px;
	background-color: var(--sub-bg);
}
picture img {
    display: block;
    width: 100%;
}
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

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

p.fadeIn.animated{
	width: 95%;
	text-align: justify;
}


@media (max-width: 767px){
	article section{
		max-width: 95%;
		padding-top: 20vw;
	}
	
	article section p{
		width: 85%;
	}
	
	article img{
		width: 100%;
	}
	#gFooter{
		margin-top: 0;
	}
	article h2::before {
		font-size: 60px;
	}
	
	p.fadeIn.animated{
	width: 85%;
}
}
/*--------------------------

#top

----------------------------*/
/*#top {
	max-width: 100%;
	padding-top: 50px;
	position: relative;
}

#top #top_contents {
  width: calc(100% - 8%);
  height: calc(100% - 8%);
  position: absolute;
  background-image: url("../img/top/01.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index: 12;
}

#top h1{
	position: absolute;
	font-size: 2.5rem;
	top: 50px;
	right: -2px;
	background-color: #fff;
	padding: 2rem 1rem;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	z-index: 13;
}

.h1_deco {
        font-size: 3.2rem;
        -webkit-text-stroke: 1.0px #000;
        text-shadow: 2px 2px #c7cdad;
	    color: transparent;
}
	
#top img{
	display: block;
	margin: auto;
	width: calc(100% - 8%);
	height: calc(100% - 8%);
	border-radius: 50px;
}
*/


#top {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
 max-width: none;
 padding-top:10px; 
}

.top_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_wrapper {
  position: relative;
  width: calc(100% - 8%);
  height: calc(100% - 8%);
  border-radius: 50px;
  overflow: hidden;
}

/* picture内のimgに100%サイズ */
.img_wrapper picture,
.img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;

}

/* h1を右上に固定配置 */
.img_wrapper h1 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5rem;
  background-color: #fff;
  padding: 4rem 4rem;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 1;
  border-left: 8px #e7e8e1 solid;
  border-bottom: 8px #e7e8e1 solid;
}

/* デコ文字にスタイルがあるならここで */
.h1_deco {
        font-size: 4.0rem;
        -webkit-text-stroke: 1.0px #000;
        text-shadow: 2px 2px #c7cdad;
	    color: transparent;
}



@media (max-width: 767px){
	#top {
		padding-top: 0;
		height: 70%;
	}
	#top h1{
		/*position: inherit;*/
		padding: 30px 10px;
		font-size: 1.8rem;
		bottom: inherit;
		left: inherit;
		position: absolute;
		top: 0;
	}
	
	.h1_deco{
		font-size: 2.8rem;
	}
	
	#top img{
		width: 100%;
		margin: auto;
		height: auto;
	}
}

@media (max-width: 767px){
	.h1_deco{
		font-size: 2.5rem;
	}
	
	.img_wrapper h1 {
		border-left: 4px #e7e8e1 solid;
  border-bottom: 4px #e7e8e1 solid;
}
	
}



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

#lead

----------------------------*/
article section#lead h2{
	font-family: var(--head-font-family);
	font-size: 5rem;
	font-weight: 400;
	color: var(--accent-color);
}
#lead {
	max-width: 70%;
}
.parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  ggrid-auto-rows: minmax(150px, auto);
  gap: 10px;
	margin-bottom: 10px;
}

.div1,
.div2,
.div3{
  grid-row: span 2;
  height: 100%;
	
}
.div1 {
  grid-column: span 3;
}

.div2{
  grid-column: span 2;
  grid-column-start: 4;
}

.div3 {
	display: flex;
	align-items: center;
  grid-column: 5 / 7;
  grid-row: span 2;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
}
.parent.reverse .div1 {
  grid-column: 4 / 7; 
}

.parent.reverse .div2 {
  grid-column: 3 / 4;   
}

.parent.reverse .div3 {
  grid-column: 1 / 3; 
  grid-row: span 2;
}


.div1 img,
.div2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	aspect-ratio: 4 / 3;
	border-radius: 50px;
}

        
@media (max-width: 1000px) {
	article section#lead h2{
		font-size: 3rem;
	}
	#lead {
		max-width: 95%;
	}
	.parent {
		grid-template-columns: 1fr;
	}
	.div1 img,
	.div2 img {
		aspect-ratio: auto;
	}
	.div1,
	.div2,
	.div3,
	.parent.reverse .div1,
	.parent.reverse .div2,
	.parent.reverse .div3 {
		grid-column: auto;
		grid-row: auto;
	}
	.parent.reverse .div3{
		order: 1;
	}
}

.br-pc {
  display: inline;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: block; /* PCのときだけ改行 */
  }
}


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

#plan

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

 .planin {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
	background-color: #fff;
	padding-bottom: 50px;
  }

#plan img.fadeIn.animated{
	padding: 25px;
	max-width: 100%;
}

/*
.planin {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
    border-radius: 25px;*/

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

#photos

----------------------------*/
#photos{
	max-width: 80%;
	margin: 0 auto;
}
#photos p{
	text-align: center;
}
.fancybox_area {
    column-count: 4;
    gap: 10px;
}
.fancybox_area li{
	margin-bottom: 10px;
}
.fancybox_area li a{
	display: inline-block;
	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%;
	vertical-align: bottom;
}

#photos .fadeIn.animated {
  padding:25px;
  padding-top: 50px;
padding-bottom: 0;
}



@media (max-width: 767px) {
	#photos{
		max-width: 95%;
	}
	.fancybox_area {
		column-count: 2;
		margin: 0 auto;
	}
}
/*.parallax {
	max-width: 100%;
	margin-top: 100px;
	height: 400px;
	background-image: url("../img/parallax.webp"); 
	background-attachment: fixed; 
	background-size: cover;
}
@media (max-width: 767px) {
	.parallax {
		background-attachment: scroll; 
		height: 250px;
	}
}*/

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

#area

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

#area img.fadeIn.animated{
	padding: 25px;
	max-width: 100%;
}


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

#virtualtour

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

.vrbox {
  width: 95%;
	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%;*/
  margin: 50px 25px;
}
#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;
}
#details table a{
	padding: 0 .5em;
	text-decoration: underline;
	color: var(--accent-color);
	transition: .5s all;
}
#details table a:hover{
	opacity: .5;
}
@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);
	  mix-blend-mode: multiply;
  }
}
/*--------------------------

#inquiry

----------------------------*/
#inquiry {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#inquiry a{
	min-width: 300px;
	padding: 20px 50px;
	overflow: hidden;
	position: relative;
	background-color: var(--accent-color);
	color: var(--main-bg);
	z-index: 1;
	transition: .3s;
}
#inquiry a::before {
	content: ">";
	position: absolute;
	right: 10px;
	z-index: 1;
}
#inquiry a::after{
      content:"";
      position: absolute;
      top:-120px;
      left: -320px;
      width: 320px;
      height: 160px;
      background: rgb(255, 255, 255);
      transform: rotate(-45deg);
      opacity: .5;
      z-index: 0;
      transition: all .3s ease-out;
    }
#inquiry a:hover::after{
	top:100%;
	left: 100%;
}
/*--------------------------

#gmap

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

#gmap .googlemap {
    margin-top: 20px;
    border-radius: 30px;
    border: 10px solid #fff;
    overflow: hidden !important;
}
/*--------------------------

.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;
	}
}

@media (min-width: 767px) and (max-width: 960px) {
  img.fadeIn.animated {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

