@charset "utf-8";
/* CSS Document */
/* 共通部分
------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}


article {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
  line-height: 1.8;
  text-align: justify;
  vertical-align: baseline;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
	text-justify: inter-ideograph;
  margin: 0;
  padding: 0;
  overflow:clip;
  /*overflow: hidden;*/
  /*background-color: #D9D4CC;*/
  background-color: #F3F2EC;
  border: 6px  solid #55684C;
}

p{
	line-height: 2.5;
}

article img {
  display: block;
  height: auto;
  max-width: 100%;
}

section{
	max-width: 100% !important;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

.l-960{
	max-width: 960px;
	margin-inline:auto;
	padding-inline:40px;
}

.l-1200{
	max-width: 1200px;
	margin-inline:auto;
	padding-inline:40px;
}

.l-1300{
	max-width: 1300px;
	margin-inline:auto;
	padding-inline:40px;
}

.w70{
	width: 70%;
	margin-inline:auto;
	padding-top: 200px;
	padding-bottom: 240px;
}

.w80{
	width: 85%;
	margin-inline:auto;
}

.section_wrap{
	padding-block:200px;
}


.c-title{
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.3rem;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	text-align: center;
	line-height: 1;
	padding-block:20px;
	margin-bottom: 80px;
	max-width: 1200px;
	margin-inline:auto;
 
}

.c-title_en{
   font-family: "Vollkorn", serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   font-size: 24px;
   letter-spacing: 0.3rem;
   padding-left: 40px;
}

.en{
   font-family: "Vollkorn", serif;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
   letter-spacing: 0.3rem;
   line-height: 1.6;
}



@media screen and (max-width: 820px){
	#gFooter{
		margin-top: 0 !important;
	}
	
	.section_wrap{
		padding-block:100px;
	}

}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
	
  .c-title{
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.3rem;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	text-align: center;
	line-height: 1;
	padding-block:15px;
	margin-bottom: 30px;
	max-width: 1200px;
	margin-inline:auto;
 
}
	
  .l-960{
	max-width: 960px;
	margin-inline:auto;
	padding-inline:30px;
	padding-top:0px;
	padding-bottom: 0px;
  }
	
  .w70{
	width: 85%;
	margin-inline:auto;
	padding-top: 0px;
	padding-bottom: 0px;
  }
	
  .w80{
	width: 85%;
	margin-inline:auto;
	padding-top: 0px;
	padding-bottom: 0px;
  }
	
	.l-1200{
		max-width: 1200px;
		margin-inline:auto;
		padding-inline:30px;
	}
	
	
  article {
	  border: 3px  solid #55684C;
	}
	
  .section_wrap{
		padding-block:60px;
	}


}
/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/



/* responsive img
------------------------------- */
/*中央揃えにするためのcss*/
picture img {
    display: block;
    /*max-width: 960px;*/
    width: 100%;
    margin: 0 auto;
}
/*スマホ表示*/
@media screen and (max-width: 768px) {
   picture img {
    width: 96%;
  }
}


/* top
------------------------------- */

.top_wrap{
	width: 100%;
	position: relative;
}

.top_logo{
	position: absolute;
	bottom:30%;
	right: 20%;
	transform: rotate(-15deg);
}

.top_logoImg{
	width: 500px;
}

.top_slider{
	overflow: hidden;
	width: 95%;
	height: 100svh;
	margin-inline:auto;
}

.top_sliderImg{
	width: 100%;
	height: 100svh;
	object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.top_titleWrap{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}

.top_title{
	font-size: 42px;
	letter-spacing: 0.8rem;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.top_subTitle{
	font-size: 32px;
	line-height: 1;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.logoImgWrap{
	background-color: #55684C;
	padding-block:15px;
	display: flex;
}

.logoImgWrap img{
	margin-inline:auto;
}

/* openHouse */

.openHouse_wrap{
	background-color: #fff;
	display: inline-block;
	padding: 40px 60px;
	border-right: 10px solid #55684C;
	position: absolute;
	left: 0;
	bottom:0;
	
}

.openHouse_flex{
	display: flex;
	gap:60px;
	align-items: center;
}

.openHouse_subTitle{
	font-size: 32px;
	display: block;
	border-top:1px solid #333;
	border-bottom: 1px solid #333;
	padding-top:10px;
	padding-bottom: 8px;
	text-align: center;
	margin-bottom: 20px;
}

.openHouse_title{
	font-size: 24px;
}

.openHouse_dateWrap{
	font-size: 32px;
}

.openHouse_text{
	padding-left:1em;
	text-indent:-1em;
}

.openHouse_textTitle{
	font-size: 24px;
}

@media screen and (max-width: 820px){
	
	.top_wrap{
		width: 100%;
		position: relative;
	}

	.top_logo{
		position: absolute;
		bottom:30%;
		right: 20%;
		transform: rotate(-15deg);
	}

	.top_logoImg{
		width: 500px;
	}

	.top_slider{
		overflow: hidden;
		width: 95%;
		height: 80svh;
		margin-inline:auto;
	}

	.top_sliderImg{
		width: 100%;
		height: 80svh;
		object-fit: cover;
	}
	
	.top_titleWrap{
		position: absolute;
		top:30%;
		left: 50%;
		transform: translate(-50%,-50%);
		color: #fff;
		text-align: center;
	}

	.logoImgWrap{
		background-color: #55684C;
		padding-block:10px;
		display: flex;
	}

	.logoImgWrap img{
		margin-inline:auto;
	}

	/* openHouse */

	.openHouse_wrap{
		background-color: #fff;
		display: inline-block;
		padding: 30px 30px;
		border-right: 0px solid #55684C;
		position: relative;
		left: 0;
		bottom:0;
		text-align: center;
		width: 100%;
	}

	.openHouse_flex{
		display: block;
		gap:60px;
		align-items: center;
	}

	.openHouse_subTitle{
		font-size: 24px;
		display: block;
		border-top:1px solid #333;
		border-bottom: 1px solid #333;
		padding-top:10px;
		padding-bottom: 8px;
		text-align: center;
		margin-bottom: 20px;
	}

	.openHouse_title{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.openHouse_dateWrap{
		font-size: 24px;
		margin-bottom: 10px;
	}

	.openHouse_text{
		padding-left:1em;
		text-indent:-1em;
		text-align: left;
		line-height: 2;
		font-size: 14px;
	}

	.openHouse_textTitle{
		font-size: 16px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 768px){
	.top_title{
		font-size: 24px;
		letter-spacing: 0.4rem;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		white-space: nowrap;
	}
	
	.top_subTitle{
		font-size: 24px;
		line-height: 1;
		text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
		letter-spacing: 0.2rem;
	}

}


/* intro
------------------------------- */

.intro_wrap{
	padding-block:150px;
}

.intro_img{
	object-fit: cover;
}

.intro_title{
	font-size: 32px;
	margin-top: 150px;
	margin-left: 20vw;
	margin-bottom: 80px;
}

.intro_imgWrap.img01{
	margin-left: 10vw;
	width: 50vw;
}

.intro_img.img01{
	aspect-ratio: 10 / 4;
}

.intro_textWrap-01{
	margin-left: 20vw;
	width: 700px;
}

.intro_text{
	font-size: 18px;
	margin-bottom: 40px;
}

.intro_flexWrap{
	display: flex;
	margin-bottom: 100px;
}

.intro_imgWrap.img02{
	width: 30vw;
	margin-left: 20vw;
	margin-top: 5vw;
	max-width: 600px;
}

.intro_img.img02{
	aspect-ratio: 5 / 7;
}

.intro_imgWrap.img03{
	width: 35vw;
	margin-right: 10vw;
	/*margin-left: 25vw;
	margin-top: 5vw;*/
}

.intro_textWrap-02{
	width: 700px;
	margin-top: 100px;
}

.intro_imgWrap.img04{
	width: 35vw;
	margin-left: auto;
}

.intro_imgWrap.img05{
	width: 20vw;
	margin-left: 30vw;
	margin-top: 200px;
	/*margin-left: 25vw;
	margin-top: 5vw;*/
}

.intro_img.img05{
	aspect-ratio: 5 / 7;
}


@media screen and (max-width: 820px) {
	.intro_wrap{
		padding-block:60px;
	}

	.intro_img{
		object-fit: cover;
	}

	.intro_title{
		margin-top: 60px;
		margin-left: 10vw;
		margin-bottom: 20px;
	}

	.intro_imgWrap.img01{
		margin-left: 0vw;
		width: 80vw;
	}

	.intro_img.img01{
		aspect-ratio: 10 / 5;
	}

	.intro_textWrap-01{
		margin-left: 10vw;
		width: 80vw;
	}

	.intro_text{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.intro_flexWrap{
		display: block;
		margin-bottom: 40px;
	}

	.intro_imgWrap.img02{
		width: 50vw;
		margin-left: 0vw;
		margin-top: 5vw;
	}

	.intro_img.img02{
		aspect-ratio: 5 / 7;
	}

	.intro_imgWrap.img03{
		width: 80vw;
		margin-right: 0vw;
		/*margin-left: 25vw;
		margin-top: 5vw;*/
	}

	.intro_textWrap-02{
		width: 80vw;
		margin-inline:auto;
		margin-top: 60px;
	}

	.intro_imgWrap.img04{
		width: 80vw;
		margin-left: auto;
		margin-top: 40px;
	}

	.intro_imgWrap.img05{
		width: 50vw;
		margin-left: 0vw;
		margin-top: 80px;
		/*margin-left: 25vw;
		margin-top: 5vw;*/
	}

	.intro_img.img05{
		aspect-ratio: 5 / 7;
	}

}

@media screen and (max-width: 768px){
	.intro_title{
		font-size: 20px;
	}
}

/* image
------------------------------- */

.image_img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

@media screen and (max-width: 768px){
	.image_img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

/* interview
------------------------------- */


.cover-image{
	width:100%;
	background: linear-gradient(to bottom, rgba(110, 110, 110, 0), 35%, rgba(110, 110, 110, 0.6)) ,url("../img/interview/featbg.webp");
	background-size: cover;
	background-position: bottom right;
	 background-repeat: no-repeat;
	background-attachment: fixed;
	padding-block:200px;
}

.interview_contentsWrap{
	background-color: #fff;
	padding-block:100px;
	border: 1px solid #333;
	padding-inline:0px;
}

.interview .c-title{
	margin-inline:100px;
}

.interview_title{
	font-size: 36px;
	margin-bottom: 20px;
	text-align: center;
}

.interview_text{
	font-size: 24px;
	margin-bottom: 80px;
	line-height: 2;
	text-align: center;
}

.interview_shopWrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 150px;
	padding-inline:100px;
}

.interview_shopImg{
	width: 50%;
}

.interview_shopTextWrap{
	width: 40%;
}

.interview_shopText{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 2;
}

.interview_shopName{
	font-size: 20px;
	margin-bottom: 20px;
}

.interview_shopName .en{
	font-size: 42px;
}

.interview_body{
	display: flex;
	gap:60px;
	margin-bottom: 100px;
	align-items: center;
}

.interview_body.part2{
	flex-direction: row-reverse;
}

.interview_bodyImg{
	width: 50%;
}

.interview_bodyTextWrap{
	width: 50%;
	padding-right: 100px;
	position: relative;
}

.part2 .interview_bodyTextWrap{
	padding-left: 100px;
	padding-right: 0;
}

.interview_bodyTextWrap::after{
	content: "";
    display: inline-block;
    width: 300px;
    height: 150px;
    background-image: url('../img/illust/fukidashi_01.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:-30%;
	left: -20%;
	transform:rotate(10deg); 
}

.part2 .interview_bodyTextWrap::after{
	content: "";
    display: inline-block;
    width: 300px;
    height: 150px;
    background-image: url('../img/illust/fukidashi_02.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: auto;
	bottom:-10%;
	right: -20%;
	transform:rotate(-10deg); 
}



.interview_bodyTitle{
	font-size: 24px;
	margin-bottom: 20px;
}

.interview_bodyText{
	margin-bottom: 30px;
}

.p-button a {
  color: #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  display: block;
  position: relative;
  rotate: -6deg;
  transform: skewX(-6deg); 
  box-sizing: border-box;
  max-width: 360px;
  text-align: center; 
  padding: 20px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.p-button a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-left: solid 1px #333;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.p-button a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-right: solid 1px #333;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

.p-button a:hover {
  color: #F3F2EC;
  background: #63583A;
  transition: all 0.3s;
}

@media screen and (max-width: 820px){
	.cover-image{
		width:100%;
		background: linear-gradient(to bottom, rgba(110, 110, 110, 0), 35%, rgba(110, 110, 110, 0.6)) ,url("../img/interview/featbg.webp");
		background-size: cover;
		background-position: bottom right;
		 background-repeat: no-repeat;
		background-attachment: scroll;
		padding-block:60px;
	}

	.interview_contentsWrap{
		background-color: #fff;
		padding-block:40px;
		border: 1px solid #333;
		padding-inline:0px;
		width: 90%;
	}

	.interview .c-title{
		margin-inline:30px;
	}

	.interview_title{
		margin-bottom: 20px;
		text-align: center;
	}

	.interview_text{
		margin-bottom: 40px;
		line-height: 2;
		text-align: center;
		margin-inline:40px;
	}

	.interview_shopWrap{
		display: block;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
		padding-inline:30px;
	}

	.interview_shopImg{
		width: 100%;
		margin-bottom: 40px;
	}

	.interview_shopTextWrap{
		width:100%;
	}

	.interview_shopText{
		margin-bottom: 10px;
		line-height: 2;
	}

	.interview_shopName{
		margin-bottom: 10px;
	}

	.interview_body{
		display: block;
		gap:60px;
		margin-bottom: 40px;
		align-items: center;
	}

	.interview_body.part2{
		flex-direction: row-reverse;
	}

	.interview_bodyImg{
		width: 100%;
		padding-inline:30px;
		margin-bottom: 40px;
	}

	.interview_bodyTextWrap{
		width: 100%;
		padding-right: 100px;
		padding-inline:30px;
		position: relative;
	}

	.part2 .interview_bodyTextWrap{
		padding-left: 100px;
		padding-right: 0;
		padding-inline:30px;
	}

	.interview_bodyTextWrap::after{
		content: "";
		display: inline-block;
		width: 200px;
		height: 100px;
		background-image: url('../img/illust/fukidashi_01.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom:auto;
		left: 0%;
		top: -100px;
		transform:rotate(10deg); 
	}

	.part2 .interview_bodyTextWrap::after{
		content: "";
		display: inline-block;
		width: 200px;
		height: 100px;
		background-image: url('../img/illust/fukidashi_02.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: auto;
		bottom:-10%;
		right: 0%;
		transform:rotate(-10deg); 
	}



	.interview_bodyTitle{
		margin-bottom: 20px;
	}

	.interview_bodyText{
		margin-bottom: 30px;
	}

	.p-button a {
	  color: #333;
	  border-top: solid 1px #333;
	  border-bottom: solid 1px #333;
	  display: block;
	  position: relative;
	  rotate: -6deg;
	  transform: skewX(-6deg); 
	  box-sizing: border-box;
	  max-width: 280px;
	  text-align: center; 
	  padding: 20px;
	  margin: 24px;
	  margin-inline: auto;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s;
	}

	.p-button a::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 1px;
	  height: 20px;
	  border-left: solid 1px #333;
	  top: 0;
	  left: 0;
	  transition: all 0.3s;
	}

	.p-button a::after {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 1px;
	  height: 20px;
	  border-right: solid 1px #333;
	  top: 0;
	  right: 0;
	  transition: all 0.3s;
	}

	.p-button a:hover {
	  color: #F3F2EC;
	  background: #63583A;
	  transition: all 0.3s;
	}

}

@media screen and (max-width: 767px){
	.cover-image{
		width:100%;
		background: linear-gradient(to bottom, rgba(110, 110, 110, 0), 35%, rgba(110, 110, 110, 0.6)) ,url("../img/interview/featbg_sp.webp");
		background-size: cover;
		background-position: bottom right;
		 background-repeat: no-repeat;
		background-attachment: scroll;
		padding-block:60px;
	}
	
	.interview_title{
		font-size: 20px;
	}
	
	.interview_text{
		font-size: 16px;
	}
	
	.interview_shopText{
		font-size: 16px;
	}
	
	.interview_shopName{
		font-size: 16px;
	}
	
	.interview_bodyTitle{
		font-size: 20px;
	}
	
	.interview_shopName .en{
		font-size: 32px;
	}
}



/* parallax
------------------------------- */

.parallax_wrap{
	width: 100vw;
	height: 500px;
	overflow: hidden;
}

.parallax_img{
	width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
}


@media screen and (max-width: 768px){
	.parallax_wrap{
		width: 100vw;
		height: 300px;
		overflow: hidden;
	}
	
	.parallax_wrap.last{
		height: 300px;
	}

	.parallax_img{
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center center;
	}
	
	.last .parallax_img{
		height: 300px;
	}
	
}

/* area
------------------------------- */

.area{
	background-color: #fff;
}

#area .section_wrap{
	padding-bottom: 0;
}

.area_title{
	font-size: 32px;
	margin-bottom: 40px;
}

.area_text{
	margin-bottom: 40px;
}

.area_imgWrap{
	border: 1px solid #333;
	margin-bottom: 150px;
}

.area_accessWrap{
	margin-bottom: 150px;
}

#scene {
  overflow: hidden;
}
#scene .slides-wrapper {
  display: flex;
}

#scene .slide {
  height: 100vh;
  background-color: #55684C;
  color: #F3F2EC;
  display: flex;
}

.slide_itemWrap{
	display: flex;
	gap:80px;
	width: 80%;
	margin-inline:auto;
	align-items: center;
}

.contents_item{
	width: 50%;
}

.slide_textWrap{
	width: 50%;
}

.slide_subTitle{
	font-size: 42px;
}

.slide_title{
	font-size: 36px;
	margin-bottom: 40px;
}


.area_slider{
	padding-block:200px;
	max-width: 100%;
	margin-inline:auto;
	position: relative;
	background-color: #F3F2EC;
}

.area_sliderTitle{
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translate(-50%);
}

.full-screen{
	position: relative;
}

#area .slick-track {
  display: flex;
}
#area .slick-slide {
  height: auto !important;
}

#area .slick-initialized .slick-slide{
	display: flex !important;
}

.sliderItem{
	background-color: #fff;
	display: flex;
	border: 1px solid #333;
	padding: 30px;
	width: 50vw;
	gap:40px;
	align-items: center;
	margin-right: 20px;
}

.sliderText_category{
	background-color: #55684C;
	color: #F3F2EC;
	display: inline-block;
	padding: 10px 15px;
	line-height: 1;
	margin-bottom: 20px;
	
}

.sliderText_title{
	font-size: 24px;
}

.sliderText_distance{
	margin-bottom: 10px;
}

.sliderImg{
	width: 50%;
}

.sliderImg img{
	width: 100%;
}

.sliderTextWrap{
	width: 50%;
}

.area_arrow-box{
    display: flex;
    align-items: center;
	gap:46vw;
	justify-content: space-between;
    margin: 20px 0 0;
    position: absolute;
	bottom:250px;
	left: 50%;
	transform: translateX(-50%);
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
	text-align: center;
	background-color:#55684C;
}

.prev-arrow:hover{
	background-color: #63583A;;
}

.next-arrow:hover{
	background-color: #63583A;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    background-image: url('../img/illust/yajirushi.svg');
	display: inline-block;
	width: 40px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}


@media screen and (max-width: 820px){
	.area_accessText{
		font-size: 14px;
		line-height: 2;
		padding-left: 1em;
        text-indent: -1em;
	}
	
	.area_slider{
		max-width: 100%;
		margin-inline:auto;
		position: relative;
		background-color: #F3F2EC;
	}

	.area_sliderTitle{
		position: absolute;
		top: -5%;
		left: 50%;
		transform: translateX(-50%);
	}

	.full-screen{
		position: relative;
	}

	#area .slick-track {
	  display: flex;
	}
	#area .slick-slide {
	  height: auto !important;
	}

	#area .slick-initialized .slick-slide{
		display: block !important;
	}

	.sliderItem{
		background-color: #fff;
		display: flex;
		border: 1px solid #333;
		padding: 40px;
		width: 90vw;
		gap:40px;
		align-items: center;
		margin-right: 20px;
	}

	.sliderText_category{
		background-color: #55684C;
		color: #F3F2EC;
		display: inline-block;
		padding: 10px 15px;
		line-height: 1;
		margin-bottom: 10px;
		font-size: 14px;

	}

	.sliderText_title{
		font-size: 20px;
	}

	.sliderText_distance{
		margin-bottom: 10px;
		font-size: 14px;
	}

	.sliderImg{
		width: 100%;
		margin-bottom: 20px;
	}

	.sliderImg img{
		width: 50%;
		margin-inline:auto;
	}

	.sliderTextWrap{
		width: 100%;
	}
	
	.sliderText_text{
		line-height: 2.3;
		font-size: 14px;
	}

	.area_arrow-box{
		display: flex;
		align-items: center;
		gap:50vw;
		justify-content: space-between;
		margin: 20px 0 0;
		position: absolute;
		bottom:150px;
		left: 50%;
		transform: translateX(-50%);
	}

	.prev-arrow,
	.next-arrow {
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		transition: all .3s ease;
		cursor: pointer;
		position:relative;
		text-align: center;
		background-color:#55684C;
	}

	.prev-arrow:hover{
		background-color: #63583A;;
	}

	.next-arrow:hover{
		background-color: #63583A;
	}

	.prev-arrow {
		transform: rotate(180deg);
		margin-right: 20px;
	}

	.prev-arrow::before,
	.next-arrow::before{
		position:absolute;
		content: "";
		background-image: url('../img/illust/yajirushi.svg');
		display: inline-block;
		width: 30px;
		height: 12px;
		background-repeat: no-repeat;
		background-size: contain;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	
}

@media screen and (max-width: 767px){
	.area{
		background-color: #fff;
	}

	#area .section_wrap{
		padding-bottom: 0;
	}

	.area_title{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.area_text{
		margin-bottom: 20px;
	}

	.area_imgWrap{
		border: 1px solid #333;
		margin-bottom: 40px;
	}

	.area_accessWrap{
		margin-bottom: 60px;
	}

	#scene {
	  overflow: hidden;
	}
	#scene .slides-wrapper {
	  display: flex;
	}

	#scene .slide {
	  height: 100dvh;
	  background-color: #55684C;
	  color: #F3F2EC;
	  display: flex;
	}

	.slide_itemWrap{
		display: block;
		gap:80px;
		width: 80%;
		margin-inline:auto;
		align-items: center;
	}

	.contents_item{
		width: 100%;
		margin-bottom: 20px;
	}

	.slide_textWrap{
		width: 100%;
	}

	.slide_subTitle{
		font-size: 20px;
	}

	.slide_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.slide_text{
		font-size: 14px;
	}


	.area_slider{
		padding-bottom:80px;
		padding-top: 150px;
		max-width: 100%;
		margin-inline:auto;
		position: relative;
		background-color: #F3F2EC;
	}

	.area_sliderTitle{
		position: absolute;
		top: -1%;
		left: 50%;
		transform: translateX(-50%);
		width: 150px;
	}

	.full-screen{
		position: relative;
	}

	#area .slick-track {
	  display: flex;
	}
	#area .slick-slide {
	  height: auto !important;
	}

	#area .slick-initialized .slick-slide{
		display: block !important;
	}

	.sliderItem{
		background-color: #fff;
		display: flex;
		border: 1px solid #333;
		padding: 30px;
		width: 90vw;
		gap:40px;
		align-items: center;
		margin-right: 20px;
	}

	.sliderText_category{
		background-color: #55684C;
		color: #F3F2EC;
		display: inline-block;
		padding: 10px 15px;
		line-height: 1;
		margin-bottom: 10px;
		font-size: 14px;

	}

	.sliderText_title{
		font-size: 20px;
	}

	.sliderText_distance{
		margin-bottom: 10px;
		font-size: 14px;
	}

	.sliderImg{
		width: 100%;
		margin-bottom: 20px;
	}

	.sliderImg img{
		width: 80%;
		margin-inline:auto;
	}

	.sliderTextWrap{
		width: 100%;
	}
	
	.sliderText_text{
		line-height: 2.3;
		font-size: 14px;
	}

	.area_arrow-box{
		display: flex;
		align-items: center;
		gap:30vw;
		justify-content: space-between;
		margin: 20px 0 0;
		position: absolute;
		bottom:70px;
		left: 50%;
		transform: translateX(-50%);
	}

	.prev-arrow,
	.next-arrow {
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		transition: all .3s ease;
		cursor: pointer;
		position:relative;
		text-align: center;
		background-color:#55684C;
	}

	.prev-arrow:hover{
		background-color: #63583A;;
	}

	.next-arrow:hover{
		background-color: #63583A;
	}

	.prev-arrow {
		transform: rotate(180deg);
		margin-right: 20px;
	}

	.prev-arrow::before,
	.next-arrow::before{
		position:absolute;
		content: "";
		background-image: url('../img/illust/yajirushi.svg');
		display: inline-block;
		width: 30px;
		height: 12px;
		background-repeat: no-repeat;
		background-size: contain;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
}

	
/* plan
------------------------------- */

.plan{
	background-color: #fff;
}

.plan_title{
	font-size: 32px;
	margin-bottom: 40px;
}

.plan_text{
	margin-bottom: 40px;
}

.plan_imgWrap{
	border: 1px solid #333;
}

@media screen and (max-width: 767px){
	.plan{
		background-color: #fff;
	}

	.plan_title{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.plan_text{
		margin-bottom: 40px;
	}

	.plan_imgWrap{
		border: 1px solid #333;
	}
}
	



/*--------------------------------------------------
virtualtour バーチャル内覧
----------------------------------------------------*/

.virtualtour{
	background-color: #fff;
}


.virtualtour_text{
	margin-inline:auto;
	text-align: center;
	margin-bottom: 40px;
}

.vrbox {
	width: 100%;
	margin: 0 auto;
}


.vrbox iframe {
    height: 600px;
	display: block;
}

/*スマホ表示*/
@media screen and (max-width: 820px) {
	#virtualtour .c-title_en{
		padding-left: 60px;
	  }
}

@media screen and (max-width: 768px){
	#virtualtour .c-title::after{
		position: absolute;
		content: '';
		width: 120%;
		height: 1px;
		display: inline-block;
		background-color: #333;
		bottom: -20px;
		left: 0;
	}
	
	.virtualtour.section_wrap{
		padding-block:100px;
	}
	
	.virtualtour_text{
		width: 100%;
		margin-inline:auto;
		text-align: center;
		margin-bottom: 20px;
		line-height: 2;
	}

	.vrbox {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		background-color: #fff;
		padding: 10px;
		position: relative;
	}
	
	.vrbox iframe {
		height: 400px;
	  }
}

/* images
------------------------------- */

.images{
	background-color: #55684C;
}

.images_wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.images_imgWrap.image01{
	width: 30vw;
	margin-left: 20vw;
}

.images_imgWrap.image02{
	width: 40vw;
	margin-left: auto;
	margin-top: 200px;
}

.images_imgWrap.image02 img{
	aspect-ratio: 10 / 5;
	object-fit: cover;
}

.images_imgWrap.image03{
	width: 40vw;
	margin-left: 10vw;
}

.images_imgWrap.image04{
	width: 20vw;
	margin-left: 10vw;
	margin-top: 150px;
}

@media screen and (max-width: 820px){
	
	.images{
		background-color: #55684C;
	}

	.images_wrap{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.images_imgWrap.image01{
		width: 60vw;
		margin-left: 0vw;
	}

	.images_imgWrap.image02{
		width: 80vw;
		margin-left: auto;
		margin-top: 40px;
	}

	.images_imgWrap.image02 img{
		aspect-ratio: 10 / 5;
		object-fit: cover;
	}

	.images_imgWrap.image03{
		width: 60vw;
		margin-left: 0vw;
		margin-top: 40px;
	}

	.images_imgWrap.image04{
		width: 50vw;
		margin-left: 50vw;
		margin-top: 40px;
	}
	
}



/* details
------------------------------- */

.details{
	position: relative;
}

.details::after{
	display: block;
    content: "";
    width: 100%;
    height: 500px;
	bottom:0;
	left: 0;
    background: url("../img/illust/flower.svg") no-repeat;
    background-size: cover;
	position: absolute;
	z-index: 0;
}

.details_bodyWrap{
	max-width: 1100px;
	margin-inline:auto;
	position: relative;
	background-color: #fff;
	padding: 80px;
	border: 1px solid #333;
	z-index: 1;
}

.details_body{
	margin-bottom: 80px;
}

tbody{
	padding: 80px;
}
table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  margin-block-start: 30px;
  /*padding: 60px;*/
}
table th, table td {
  border-block-end: 1px solid #333;
  padding-inline-start: 8px;
  padding-block-start: 8px;
  margin-block-start: 8px;
  vertical-align: middle;
  font-style: normal;
  padding-block:10px;
  text-align: left;
}
table th {
  width: 25%;
  font-weight: 600;
}

a.pro{
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

a.pro:hover{
	opacity: 0.5;
}

/*.button_inquiry{
  display: flex;
  justify-content: end;
  align-items: center;
  margin-inline: auto;
  padding: 1.5em 1em;
  width: 300px;
  color: #F3F2EC;
  font-size: 18px;
  font-weight: 700;
  background-color: #55684C;
  border-radius: 50vh;
  transition: all .3s ease;
}*/

#form_box a{
	color: #F3F2EC;
	display: flex;
    justify-content: end;
    align-items: center;
    margin-inline: auto;
    padding: 1.5em 1em;
    width: 300px;
    font-size: 18px;
    font-weight: 700;
    background-color: #55684C;
    border-radius: 50vh;
    transition: all .3s ease;
}

.button_inquiry a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/illust/yajirushi.svg');
  margin-left: 30px;
}

#form_box a:hover {
  background-color: #63583A;
}

.gmap_title{
	font-size: 32px;
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
}

.gmap_title::before{
	content: url("../img/illust/line.svg");
    vertical-align: sub;
    padding-right: 10px;
}

.gmap_title::after{
	content: url("../img/illust/line.svg");
    vertical-align: sub;
    padding-left: 10px;
}

.gmap {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  margin-block-end: 50px;
}
.gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
}

@media (max-width: 1800px) {
	.details::after{
		display: block;
		content: "";
		width: 100%;
		height: 400px;
		bottom:0;
		left: 0;
		background: url("../img/illust/flower.svg") no-repeat;
		background-size: cover;
		position: absolute;
		z-index: 0;
	}
	
}


@media (max-width: 820px) {
	.details::after{
		display: block;
		content: "";
		width: 100%;
		height: 220px;
		bottom:0;
		left: 0;
		background: url("../img/illust/flower.svg") no-repeat;
		background-size: cover;
		position: absolute;
		z-index: 0;
	}

	
}

@media screen and (max-width: 768px){
	
	#details.section_wrap{
		padding-block:80px;
	}
	
	.details_bodyWrap{
		max-width: 1100px;
		margin-inline:auto;
		position: relative;
		background-color: #fff;
		padding: 20px;
		border: 1px solid #333;
		z-index: 1;
	}
	
	  table {
		width: 100%;
		margin-block-start: 10px;
	  }
	
	  table th, table td {
		display: inline-table;
		border-block-end: 0px;
	  }
	
	  table th {
		width: 100%;
		background-color: #F3F2EC;
		color: #333;
	  }

	.details_body{
		margin-bottom: 20px;
	}
	
	/*.button_inquiry{
	  display: flex;
	  justify-content: end;
	  align-items: center;
	  margin-inline: auto;
	  padding: 1.5em 1em;
	  width: 250px;
	  color: #F3F2EC;
	  font-size: 16px;
	  font-weight: 700;
	  background-color: #55684C;
	  border-radius: 50vh;
	  transition: 0.1s ease-in-out;
	}*/

	#form_box a{
		display: flex;
	    justify-content: end;
	    align-items: center;
	    margin-inline: auto;
	    padding: 1.5em 1em;
	    width: 250px;
	    color: #F3F2EC;
	    font-size: 16px;
	    font-weight: 700;
	    background-color: #55684C;
	    border-radius: 50vh;
	    transition: 0.1s ease-in-out;
	}

	.button_inquiry a::after {
	  content: '';
	  display: inline-block;
	  width: 30px;
	  height: 12px;
	  background-repeat: no-repeat;
	  background-size: contain;
	  background-image: url('../img/illust/yajirushi.svg');
	  margin-left: 20px;
	}
	
	.gmap_title{
		font-size: 28px;
		margin-top: 60px;
		margin-bottom: 0px;
		text-align: center;
	}

	.gmap_title::before{
		content: url("../img/illust/line.svg");
		vertical-align: sub;
		padding-right: 10px;
	}

	.gmap_title::after{
		content: url("../img/illust/line.svg");
		vertical-align: sub;
		padding-left: 10px;
	}
	
	.gmap {
	  position: relative;
	  width: 100%;
	  height: 300px;
	  margin: 0 auto;
	  margin-block-end: 0px;
	  margin-top: 10px;
	}
	
	.details::after{
		display: block;
		content: "";
		width: 100%;
		height: 100px;
		bottom:0;
		left: 0;
		background: url("../img/illust/flower.svg") no-repeat;
		background-size: cover;
		position: absolute;
		z-index: 0;
	}

	
}



/*=========
.in_fixed
=========*/

.inquiry_center {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    cursor: pointer;
    transition: all .3s ease;
	/*transition: 1s;*/
    font-size: 16px;
    padding-inline:30px;
	padding-block:5px;
	background-color: #BFB8AC;
	border-radius: 30px;
	letter-spacing: 0.2rem;
	opacity: 0;
	/*display: none;*/
}

.in_fixed_bottom[aria-expanded=false] {
  /*bottom: -200px;*/
  opacity: 0;
  transition: 1s;
}

.in_fixed_bottom[aria-expanded=true] {
  /*bottom: 0;*/
  opacity: 1;
  transition: 1s;
}

.in_fixed_bottom:hover{
  opacity: 0.5;	
}

.inquiry_centerLinkItem .small{
	font-size: 12px;
	padding-left: 5px;
}

@media (max-width: 768px){
	.in_fixed_bottom {
		position: fixed;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 150;
		cursor: pointer;
		transition: all .3s ease;
		/*transition: 1s;*/
		font-size: 14px;
		padding-inline:20px;
		padding-block:2px;
		background-color: #BFB8AC;
		border-radius: 30px;
		letter-spacing: 0.2rem;
		opacity: 0;
	}

	
}

/* inquiry
------------------------------- */

#inquiry a{
  color: #F3F2EC;
  position: fixed;
  bottom: 18%;
  right: 0;
  z-index: 150;
  cursor: pointer;
  transition: all .3s ease;
  writing-mode: vertical-rl;
  font-size: 20px;
  padding: 25px 20px;
  background-color: #55684C;
  letter-spacing: 0.3rem;
}

/*.inquiry_right {
  position: fixed;
  bottom: 18%;
  right: 0;
  z-index: 150;
  cursor: pointer;
  transition: all .3s ease;
  writing-mode: vertical-rl;
  font-size: 20px;
  padding: 25px 20px;
  background-color: #55684C;
  letter-spacing: 0.3rem;
}*/

.inquiry_right i{
	content: url('../img/illust/mail.svg');
    display: inline-block;
    width: 35px;
    height: 25px;
	margin-bottom: 8px;
}

.inquiry_rightImg{
	width: 100%;
}

 #inquiry a:hover{
	background-color: #63583A;
}


@media (max-width: 768px){
	#inquiry a{
	  position: fixed;
	  bottom: 15%;
	  right: 0;
	  z-index: 150;
	  cursor: pointer;
	  transition: all .3s ease;
	  writing-mode: vertical-rl;
	  font-size: 14px;
	  padding: 15px 10px;
	  background-color: #55684C;
	  letter-spacing: 0.3rem;
	}
	
	/*.inquiry_right {
	  position: fixed;
	  bottom: 15%;
	  right: 0;
	  z-index: 150;
	  cursor: pointer;
	  transition: all .3s ease;
	  writing-mode: vertical-rl;
	  font-size: 14px;
	  padding: 15px 10px;
	  background-color: #55684C;
	  letter-spacing: 0.3rem;
	}*/

	.inquiry_right i{
		content: url('../img/illust/mail.svg');
		display: inline-block;
		width: 25px;
		height: 15px;
		margin-bottom: 8px;
	}


	
}




/* pagetop
------------------------------- */
.pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 150;
  cursor: pointer;
  transition: all .3s ease;
  width: 120px;
  /*display: block;*/
}

.pagetop_img{
	width: 100%;
}

.pagetop:hover{
	transform: scale(1.1);
}

.shake-up {
    animation: shake-up 3s infinite ease-in-out;
}

@keyframes shake-up {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}

@media (max-width: 768px){
	.pagetop {
	  position: fixed;
	  bottom: 5px;
	  right: 5px;
	  z-index: 150;
	  cursor: pointer;
	  transition: all .3s ease;
	  width: 60px;
	}
}

/*===========
下から出てくる
===========*/

.fadein {
  opacity:0;
}

.anime {
  animation-name: fade_bottom;
  animation-duration: 3s;
  opacity:1;
}

@keyframes fade_bottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(60%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-60%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: 3s 0s;
}

.fadeIn02 {
  opacity: 0;
  transition: 3s 0.5s;
}

.fadeIn03 {
  opacity: 0;
  transition: 3s 0.7s;
}

.fadeIn04 {
  opacity: 0;
  transition: 3s 1s;
}

.fadeIn05 {
  opacity: 0;
  transition: 3s 1.2s;
}

.fadeIn06 {
  opacity: 0;
  transition: 3s 1.5s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn02.is-show {
  opacity: 1;
}

.fadeIn03.is-show {
  opacity: 1;
}

.fadeIn04.is-show {
  opacity: 1;
}

.fadeIn05.is-show {
  opacity: 1;
}

.fadeIn06.is-show {
  opacity: 1;
}

.animate{
  transform: translateY(10px);
  transition: all 1.0s;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

.animate.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.1s;
}

.fadein_order {
  opacity: 0;
  transition: all .5s ease-in-out .5s;
}

.fadein_order.active{
  opacity: 1;
}

