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


article {
	position: relative;
	background-color: #FFFFFA;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #4FAE5A;
	font-size: 1.6rem;
	overflow: hidden;
}
article section{
	max-width: 100%;
	margin: 0 auto 200px;
}
article h2{
	margin-bottom: 100px;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 7px;
	text-align: center;
}
article svg:first-child{
	margin-top: -300px;
}

.w960{
	max-width: 960px;
}
.pc{
	display: block;
}
.syoudan {
	display: block;
	position: relative;
	top: -40px;
	text-align: start;
}
@media screen and (max-width: 1280px) {
	.syoudan {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	article img{
		width: 100%;
	}
	article section {
		width: 100%;
	}
	.w960{
		width: 90%;
	}
	#gFooter{
		margin-top: 0;
	}
	.pc {
		display: none;s
	}
}
/*--------------------------------------------------

 #top

----------------------------------------------------*/
#top {
	max-width: 100%;
}
#top .titleBox {
	text-align: center;
}
#top h1 {
	position: relative;
	padding-bottom: 50px;
	font-size: 2.8rem;
	text-align: center;
}

#top h1::before {
	content: attr(data-en);
	display: block;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
}
#top .imageBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 500px;
	background-image: url("../img/top.jpg");
	background-size: cover;
	text-align: right;
}
#top .imageBox p{
	margin-right: 5em;
	font-size: 2.5rem;
	font-weight: 700;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
}
@media screen and (max-width: 768px) {
	.titleBox img{
		width: 212px;
	}
	#top .imageBox{
		height: 80vh;
		background-image: url("../img/top_sp.jpg");
		background-position: right;
	}
}
/*--------------------------------------------------

 #rent

----------------------------------------------------*/
#rent {
	max-width: 50vw;
	margin-top: -250px;
	margin-bottom: -100px;
	position: relative;
	text-align: center;
	z-index: 1;
}
@media screen and (max-width: 1400px) {
	#rent {
		max-width: 80vw;
	}
}

#rent::before{
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 70vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url("../img/bk.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
#rent h2{
	margin: 0 0 50px;
	padding-top: 100px
}
#rent li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
#rent li,#rent p{
	font-size: 2rem;
	font-weight: 700;
}
#rent p.note{
	margin-bottom: 30px;
}
#rent li h3,#rent li a{
	background-color: #4EAE5A;
	padding: 10px 40px;
	border-radius: 10px;
	color: #fff;
}
#rent li:nth-child(even) h3,#rent li:nth-child(even) a{
	background-color: #FFE600;
	color: #707070;
}
#rent li a:hover{
	opacity: .5;
}
#rent li p{
	color: #707070;
}
@media screen and (max-width: 1280px) {
	#rent {
		max-width: 90vw;
		padding: 100px 0;
		margin-top: -330px;
		z-index: 0;
	}
	#rent::before{
		height: auto;
		padding: 100px 0;
		background-size: cover;
	}
	
	#rent li{
		flex-direction: column;
	}
	article section#rent h2{
		padding-top: 150px;
	}
}
/*--------------------------------------------------

 #location

----------------------------------------------------*/
article section#location {
	margin-bottom: 0;
	margin-top: -1px;
	text-align: center;
	background-color: #EEFCE8;
}
#location h3{
	font-size: 3rem;
	margin: 100px 0 50px 0;
}
#location p{
	margin-bottom: 50px;
}
#location p.first{
	text-align: start;
}
#location ul li p{
	margin-bottom: 0;
}

.pick .slide {
	width: 60%;
}
.slider li{
	margin: 0 10px 0;
}
.slider li img {
	width: 100%;
}
.slider li h4{
	margin: 20px 0;
	font-size: 20px;
	text-align: start;
}
.slider li p{
	text-align: start;
}
.slick-slider {
	margin-bottom: 0;
	padding-bottom: 30px;
}
.slick-prev::before, .slick-next::before {
	color: #4FAE5A;
}
@media (max-width: 767px) {
	#location h2 {
		padding-top: 30px;
	}
	.slick-slider {
		padding-bottom: 100px;
	}
	.slick-dots {
		bottom: 70px;
	}
}
/*--------------------------------------------------

 #photos

----------------------------------------------------*/
#photos {
	margin-top: 200px;
}
#photos p{
	margin-bottom: 50px;
}
.fancybox_area {
    column-count: 3;
    column-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;
}

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

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

 #details

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

#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
	color: #666666;
}
#details table th, #details table td {
  border-block-end: 1px solid #DDDAD1;
  font-style: normal;
  text-align: justify;
	line-height: 3;
}
#details table th {
  width: 30%;
  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: #EEFCE8;
  }
}
/*--------------------------------------------------

 #inquiry

----------------------------------------------------*/
#inquiry{
	display: flex;
	justify-content: center;
}
#inquiry a {
  display: inline-block;
  width: 300px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #4FAE5A;
	font-size: 1.8rem;
	border: 2px solid #4FAE5A;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 5px;
  background-color: #E7F1DC;
  box-shadow: 0px 5px 0px #4FAE5A;
  transition: .3s;
}

#inquiry a:hover {
  box-shadow: unset;
  transform: translateY(4px);
}/*--------------------------------------------------

 #gmap

----------------------------------------------------*/
#gmap {
	max-width: 100%;
	margin-bottom: 0;
	position: relative;
}
.button{
	position: absolute;
	right: 5%;
	bottom: 0;
}
.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #333;
  transition: 0.3s;
}

.button a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
  transform: rotate(45deg);
  transition: 0.3s;
}

.button span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.button a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  transform: translateY(-5px) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.button a {
		width: 50px;
		height: 50px;
	}
}
/*--------------------------------------------------

 #float

----------------------------------------------------*/
#float {
	width: inherit;
	width: 40px;
	margin: 0;
	padding: 0;
	position: fixed;
	box-sizing: border-box;
}
#float a{
	padding: 30px 20px;
	background-color: #4FAE5A;
	border-radius: 20px 0 0 20px;
	writing-mode: vertical-rl;
	letter-spacing: 6px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
}
#float a:hover{
	background-color: #FFE600;
	color: #4FAE5A;
}
@media screen and (max-width: 768px) {
	#float a{
		font-size: 1.3rem;
	}
}