@charset "utf-8";
/* CSS Document */
article {
	position: relative;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
article section:not(:first-child){
	max-width: 960px;
	margin: 150px auto 0;
}
article h2{
	margin-bottom: 30px;
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
article p{
	margin-bottom: 50px;
	font-size: 1.6rem;
}
#gFooter {
	position: relative;
	z-index: 1;
}
picture img {
    display: block;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
/*スマホ表示*/
@media screen and (max-width: 768px) {
	article img{
		width: 100%;
	}
   picture img {
    width: 100%;
  }
	article section:not(:first-child){
		max-width: 95%;
	}
	#gFooter{
		margin-top: 0;
	}
}
/*--------------------------------------------------

	#top
	
----------------------------------------------------*/
#top {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}
article h1{
	margin: 50px auto;
	font-size: 3.5rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	article h1{
		font-size: 3rem;
	}
}
/*--------------------------------------------------

	#lead

----------------------------------------------------*/
#lead h2{
	font-family: "Shippori Mincho", serif;
}
/*--------------------------------------------------

	#plan & #area

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

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

	#photos

----------------------------------------------------*/
article #photos{
	max-width: 70%;
}
.fancybox_area {
    column-count: 5;
}
.fancybox_area li a.fancybox{
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.fancybox_area li a.fancybox::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.fancybox:hover::before{
	opacity: 1;
}
.fancybox_area img{
	width: 100%;
	vertical-align: bottom;
}

@media (max-width: 767px) {
	.fancybox_area {
		column-count: 3;
		width: 95%;
		margin: 0 auto;
	}
}

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

	#from

----------------------------------------------------*/
#from {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 150px;
}


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

	#details

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

#details div {
  max-width: 960px;
  margin: 0 auto;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
	font-size: 1.6rem;
	line-height: 2;
}
#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: 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: #D1E3E5;
  }
}


#gmap {
	max-width: 100%;
	position: relative;
	z-index: 1;
}
/*--------------------------------------------------

	#contact

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

#floting div{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
#floting div#toTop {
	bottom: 60px;
}
#floting div a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #ef8d18;
	transition: .5s all;
}
#floting div a:hover{
	opacity: .5;
}
#floting div a span{
	color: #fff;
	font-size: 3rem;
}