@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.15rem;
  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;
  border: 0;
  overflow: hidden;
}

article img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.bg_noise-white{
	background-image:linear-gradient(#ffffffcf, #ffffffcf),url('../img/noise.png');
    background-repeat: repeat;
	width: 100%;
    height: 100%;
    background-size: 100px 100px;
}

.bg_noise-gray{
	background-image:linear-gradient(#77766Fcf, #77766Fcf),url('../img/noise.png');
    background-repeat: repeat;
	width: 100%;
    height: 100%;
    background-size: 100px 100px;
}

.bg_noise-beige{
	background-image:linear-gradient(#E8E7E0cf, #E8E7E0cf),url('../img/noise.png');
    background-repeat: repeat;
	width: 100%;
    height: 100%;
    background-size: 100px 100px;
}

.bg_noise-blue{
	background-image:linear-gradient(#7B9194cf, #7B9194cf),url('../img/noise.png');
    background-repeat: repeat;
	width: 100%;
    height: 100%;
    background-size: 100px 100px;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
} /*for IE6,IE7*/
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

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

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

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



.c-titleWrap{
	text-align: center;
}

.c-title{
   font-size: 32px;
   text-align: center;
   line-height: 1.5;
   position: relative;
   margin-bottom: 80px;
   display: inline-block;
}

.c-title.gray{
	color: #E8E7E0;
}

.c-title.gray::before{
	content: "";
    display: inline-block;
    background: url("../img/illust/kakko_beige-left.svg");
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
    width: 22px;
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
}

.c-title.gray::after{
	content: "";
    display: inline-block;
    background: url("../img/illust/kakko_beige-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
    width: 22px;
	position: absolute;
	top: 50%;
	right: -10%;
	transform: translateY(-50%);
}


.c-title.beige::before{
	content: "";
    display: inline-block;
    background: url("../img/illust/kakko_gray-left.svg");
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
    width: 22px;
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
}

.c-title.beige::after{
	content: "";
    display: inline-block;
    background: url("../img/illust/kakko_gray-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
    width: 22px;
	position: absolute;
	top: 50%;
	right: -10%;
	transform: translateY(-50%);
}


.c-title_en{
   font-family: "sichandich", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 80px;
   transform: rotate(90deg)
}

.sic{
   font-family: "sichandich", sans-serif;
   font-weight: 400;
   font-style: normal;
}

.bg-beige{
	background-color: #E8E7E0;
	position: relative;
}

.bg-beige::before{
	content: "";
    background: url('../img/illust/beige.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 38px;
	position: absolute;
	margin: 0 auto;
	top:-36px;
	left: 0;
}

.bg-blue{
	background-color: #7B9194;
	position: relative;
}

.bg-blue::before{
	content: "";
    background: url('../img/illust/blue.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 38px;
	position: absolute;
	margin: 0 auto;
	top:-36px;
	left: 0;
}

.bg-gray{
	background-color: #77766F;
	position: relative;
}

.bg-gray::before{
	content: "";
    background: url('../img/illust/gray.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 38px;
	position: absolute;
	margin: 0 auto;
	top:-36px;
	left: 0;
}



@media screen and (max-width: 860px){
	#gFooter{
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
	
  .c-title{
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    margin-bottom: 40px;
  }
	
  .l-960{
	max-width: 960px;
	margin-inline:auto;
	padding-inline:30px;
	padding-top:250px;
	padding-bottom: 80px;
  }
	
  .w70{
	width: 85%;
	margin-inline:auto;
	padding-top: 80px;
	padding-bottom: 100px;
  }
	
  .w80{
	width: 85%;
	margin-inline:auto;
	padding-top: 80px;
	padding-bottom: 100px;
  }
	
   .c-title.gray::before{
	content: "";
    display: inline-block;
    background: url("../img/illust/kakko_beige-left.svg");
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
    width: 22px;
	position: absolute;
	top: 50%;
	left: -20%;
	transform: translateY(-50%);
  }

  .c-title.gray::after{
	content: "";
    display: inline-block;
    background: url("../img/illust/kakko_beige-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
    height: 80px;
    width: 22px;
	position: absolute;
	top: 50%;
	right: -20%;
	transform: translateY(-50%);
 }
	
  .bg-blue::before{
	content: "";
    background: url('../img/illust/blue_sp.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 26px;
	position: absolute;
	margin: 0 auto;
	top:-23px;
	left: 0;
}
	
  .bg-gray::before{
	content: "";
    background: url('../img/illust/gray_sp.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 26px;
	position: absolute;
	margin: 0 auto;
	top:-23px;
	left: 0;
}
	
  .bg-beige::before{
	content: "";
    background: url('../img/illust/beige_sp.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 26px;
	position: absolute;
	margin: 0 auto;
	top:-23px;
	left: 0;
}

	

}
/* 順番 
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%;
  }
}

/* article
------------------------------- */

article .txt {
    font-size: 1.6rem;
  padding-block-end: 10px;
}
article .txt_s {
  font-size: 1.3rem;
}
/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-image: linear-gradient(left, transparent 50%, rgba(248, 226, 175, 0.7) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 3s ease;
  font-weight: bold;
}
/*注意書き*/
.nossale {
  color: #c9171e;
  font-weight: bold;
}
.section-block {
  width: 100%;
  clear: both;
}
.text-block {
  width: 40%;
  float: left;
  margin-left: 3%;
}
h1.title img {
  /* じわっと画像が表示される */
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
  0% {
    opacity: 0
  } /* 始め */
  100% {
    opacity: 1
  } /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1.5s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



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

.top_wrap{
	width: 100%;
	height: 150svh;
	position: relative;
}

.top_accent01{
	position: absolute;
	top: 2%;
	left: 2%;
}

.top_accent02{
	position: absolute;
	top: 2%;
	right: 2%;
}

.top_accent03{
	position: absolute;
	bottom: 2%;
	left: 2%;
}

.top_accent04{
	position: absolute;
	bottom: 2%;
	right: 2%;
}



.top_logoWrap{
	position: absolute;
	top: 12%;
	left: 50%;
	width: 250px;
	transform: translateX(-50%);
}

.top_logo{
	position: relative;
}

.top_logo::after{
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../img/illust/tool01.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:0%;
	right: -40%;
}

.top_imageWrap{
	position: absolute;
	width: 45%;
	top: 600px;
	left: 50%;
	transform: translateX(-50%);
}

.top_image{
	position: relative;
}

.top_image::before{
	content: "";
    background: url('../img/renovation/tape03.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	top:-5%;
	right: -8%;
}

.top_image::after{
	content: "";
    background: url('../img/renovation/tape03.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 300px;
	height: 180px;
	position: absolute;
	margin: 0 auto;
	bottom:-6%;
	left: -8%;
}


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

	.top_accent01{
		position: absolute;
		top: 2%;
		left: 0%;
	}

	.top_accent02{
		position: absolute;
		top: 2%;
		right: 0%;
	}

	.top_accent03{
		position: absolute;
		bottom: 2%;
		left: 0%;
	}

	.top_accent04{
		position: absolute;
		bottom: 2%;
		right: 0%;
	}

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

	.top_logo{
		position: relative;
	}

	.top_logo::after{
		content: "";
		display: block;
		width: 80px;
		height: 80px;
		background-image: url('../img/illust/tool01.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom:-10%;
		right: -40%;
	}

	.top_imageWrap{
		position: absolute;
		width: 70%;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
	}

	.top_image{
		position: relative;
	}

	.top_image::before{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		top:-5%;
		right: -8%;
	}

	.top_image::after{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		bottom:-5%;
		left: -8%;
	}

}

@media screen and (max-width: 768px){
	.top_imageWrap{
		position: absolute;
		width: 70%;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.top_image::before{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		top:-15%;
		right: -8%;
	}

	.top_image::after{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		bottom:-15%;
		left: -8%;
	}
}

/* concept
------------------------------- */

.concept_wrap{
	position: relative;
}

.concept_wrap::after{
	content: "";
    display: block;
    width: 200px;
    height: 240px;
    background-image: url('../img/illust/tool02.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:8%;
	right: 3%;
}

.image-container{
	/*padding-top: 40px;
	padding-bottom: 35px;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	overflow: hidden;*/
	padding-top: 80px;
}

.image-track {
  display: flex;
  width: 200%; 
  animation: loopScroll 20s linear infinite;
  padding-top: 40px;
  padding-bottom: 35px;
  border-top:2px solid #333;
  border-bottom:2px solid #333;
  overflow: hidden;
}

.image-track img {
  width: 80%; 
  height: auto;
  max-width: 500px;
}

@keyframes loopScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.concept_body{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.concept_bodyImgWrap{
	width: 45%;
}

.concept_bodySentenceWrap{
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.concept_bodWrapyTitle{
	font-size: 46px;
	margin-bottom: 60px;
	/*margin-left: 60px;*/
	display: inline-block;
	position: relative;
}

.concept_bodWrapyTitle::before{
	content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/illust/quotation_left.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:0%;
	left: -25%;
}

.concept_bodWrapyTitle::after{
	content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../img/illust/quotation_right.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:0%;
	right: -25%;
}

.concept_bodyText{
	margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
	
	.concept_wrap::after{
		content: "";
		display: block;
		width: 120px;
		height: 240px;
		background-image: url('../img/illust/tool02.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom:47%;
		right: 3%;
	}

	.image-container{
		/*padding-top: 20px;
		padding-bottom: 15px;
		border-top:2px solid #333;
		border-bottom:2px solid #333;
		overflow: hidden;*/
		padding-top: 40px;
	}

	.image-track {
	  display: flex;
	  width: 200%; 
	  animation: loopScroll 20s linear infinite;
	  padding-top: 30px;
	  padding-bottom: 25px;
	  border-top:2px solid #333;
	  border-bottom:2px solid #333;
	  overflow: hidden;
	}

	.image-track img {
	  width: 40%; 
	  height: auto;
	  padding-right: 40px;
	  max-width: 500px;
	}
	
	.concept_body{
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: center;
		gap:100px;
	}

	.concept_bodyImgWrap{
		width: 100%;
	}

	.concept_bodySentenceWrap{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.concept_bodWrapyTitle{
		font-size: 32px;
		margin-bottom: 40px;
		/*margin-left: 60px;*/
		display: inline-block;
		position: relative;
	}

	.concept_bodWrapyTitle::before{
		content: "";
		display: block;
		width: 30px;
		height: 50px;
		background-image: url('../img/illust/quotation_left.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top:0%;
		left: -20%;
	}

	.concept_bodWrapyTitle::after{
		content: "";
		display: block;
		width: 30px;
		height: 50px;
		background-image: url('../img/illust/quotation_right.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom:0%;
		right: -20%;
	}

	.concept_bodyText{
		margin-bottom: 20px;
	}

	
}

@media screen and (max-width: 768px) {
	.concept_wrap::after{
		content: "";
		display: block;
		width: 80px;
		height: 240px;
		background-image: url('../img/illust/tool02.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom:25%;
		right: 3%;
	}

}




/* open house
------------------------------- */

.openHouse_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.openHouse_contents{
	background-image: url('../img/illust/fukidashi.svg');
	background-size: contain;
	background-repeat: no-repeat;
	padding: 100px;
	width: 70%;
}

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

.openHouse_contentsText_wrap{
	margin-bottom: 20px;
}

.openHouse_contentsText{
	font-size: 32px;
	line-height: 1.8;
}

.openHouse_img{
	width: 25%;
	position: relative;
}

.openHouse_img::after{
	content: "";
    display: block;
    width: 150px;
    height: 120px;
    background-image: url('../img/illust/tool01.svg');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:-10%;
	right: -35%;
}

@media screen and (max-width: 820px) {
	.openHouse_wrap{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		gap:40px;
	}

	.openHouse_contents{
		background-image: url('../img/illust/fukidashi_sp.svg');
		background-size: 100%;
		background-repeat: no-repeat;
		padding: 0px;
		width: 340px;
		height: 600px;
		display: block;
		padding-block:60px;
		padding-inline:40px;
	}

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

	.openHouse_contentsText_wrap{
		margin-bottom: 20px;
	}

	.openHouse_contentsText{
		font-size: 20px;
		line-height: 1.8;
	}

	.openHouse_img{
		width: 70%;
		position: relative;
	}

	.openHouse_img::after{
		content: "";
		display: block;
		width: 100px;
		height: 100px;
		background-image: url('../img/illust/tool01.svg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		bottom:-10%;
		right: -35%;
	}
	
	.openHouse_contentsAttention{
		text-align: left;
		padding-left:1em;
		text-indent:-1em;
	}

}

@media screen and (max-width: 768px){
	
}



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

.intro_hobby{
	display: flex;
	background-color:rgba(255,255,255,0.5); 
	justify-content: space-between;
	padding:80px;
	padding-inline:120px;
	align-items: center;
	margin-bottom: 100px;
	position: relative;
}

.intro_hobby::before{
	content: "hobby";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 5%;
	left: -6%;
	font-size: 80px;
	transform: rotate(90deg);
}

.intro_stroll{
	display: flex;
	flex-direction: row-reverse;
	background-color:rgba(255,255,255,0.5); 
	justify-content: space-between;
	padding:80px;
	padding-inline:120px;
	align-items: center;
	position: relative;
}

.intro_stroll::before{
	content: "stroll";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 8%;
	right: -8%;
	font-size: 80px;
	transform: rotate(90deg);
}

.intro_title{
	font-size: 36px;
	/*margin-bottom: 20px;*/
}

.intro_text{
	margin-top: 30px;
}

.intro_textWrap{
	width: 50%;
}

.intro_imgWrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
	width: 40%;
	background-color: #fff;
	padding: 10px;
}

@media screen and (max-width: 820px){
	.intro_hobby{
		display: flex;
		flex-direction: column;
		gap:40px;
		background-color:rgba(255,255,255,0.5); 
		justify-content: space-between;
		padding:60px;
		padding-inline:60px;
		align-items: center;
		margin-bottom: 60px;
		position: relative;
	}

	.intro_hobby::before{
		content: "hobby";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 2%;
		left: -10%;
		font-size: 48px;
		transform: rotate(90deg);
	}

	.intro_stroll{
		display: flex;
		flex-direction:column;
		gap:40px;
		background-color:rgba(255,255,255,0.5); 
		justify-content: space-between;
		padding:60px;
		padding-inline:60px;
		align-items: center;
		position: relative;
	}

	.intro_stroll::before{
		content: "stroll";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 4%;
		right: -14%;
		font-size: 48px;
		transform: rotate(90deg);
	}

	.intro_title{
		font-size: 32px;
		/*margin-bottom: 20px;*/
	}

	.intro_text{
		margin-top: 30px;
	}

	.intro_textWrap{
		width: 100%;
	}

	.intro_imgWrap{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap:5px;
		width: 100%;
		background-color: #fff;
		padding: 5px;
	}

}

@media screen and (max-width: 768px){
	.intro_title{
		font-size: 24px;
		/*margin-bottom: 20px;*/
	}
	
	.intro_hobby{
		padding-inline:40px;
		padding:40px;
	}

	.intro_stroll{
		padding-inline:40px;
		padding:40px;
	}
	
	.intro_hobby::before{
		content: "hobby";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 2%;
		left: -18%;
		font-size: 48px;
		transform: rotate(90deg);
	}
	
	.intro_stroll::before{
		content: "stroll";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 4%;
		right: -24%;
		font-size: 48px;
		transform: rotate(90deg);
	}
}

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

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

.parallax_img{
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	object-position: center;
	
}

@media screen and (max-width: 768px){
	.paralla{
		padding-bottom: 100px;
	}

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

	.parallax_img{
		width: 100%;
		object-fit: cover;
	}
}

/* acccent
------------------------------- */

.accent01{
	position: relative;
}

.accent_wrap{
	width: 100vw;
}

.accent_img{
	width: 100%;
	height: 700px;
	object-fit: cover;
	display: block;
}

.accent01::after{
	content: "";
    background: url('../img/illust/beige.svg') top repeat-x;
    background-size: auto;
	width: 100%;
	height: 38px;
	position: absolute;
	margin: 0 auto;
	bottom:0;
	left: 0;
}

@media screen and (max-width: 768px){
	.accent.sp_only{
		margin-top: 0;
	}
	
	.accent_img{
		width: 100%;
		height: 400px;
		object-fit: cover;
		display: block;
	}

	.accent01::after{
		content: "";
		background: url('../img/illust/beige_sp.svg') top repeat-x;
		background-size: auto;
		width: 100%;
		height: 25px;
		position: absolute;
		margin: 0 auto;
		bottom:-2px;
		left: 0;
	}

}



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

.plan{
	background-color: #E8E7E0;
}

.plan_imgWrap{
	margin-bottom: 60px;
	position: relative;
	background-color: #fff;
	/*border: 1px solid #333;*/
	max-width: 1100px;
	margin-inline:auto;
}

.plan_imgWrap::before{
	content: "plan";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 0%;
	left: -12%;
	font-size: 80px;
	transform: rotate(90deg);
}

.plan_imgBox{
	position: relative;
}

.plan_imgBox::before{
	content: "";
    background: url('../img/renovation/tape03.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	top:-5%;
	right: -8%;
}

.plan_imgBox::after{
	content: "";
    background: url('../img/renovation/tape03.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 300px;
	height: 180px;
	position: absolute;
	margin: 0 auto;
	bottom:-6%;
	left: -8%;
}


.plan_text{
	max-width: 1000px;
	padding-inline:40px;
	margin-inline:auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 820px){

	.plan_imgWrap{
		margin-bottom: 40px;
		position: relative;
		background-color: #fff;
		/*border: 1px solid #333;*/
		max-width: 1100px;
		margin-inline:auto;
	}

	.plan_imgWrap::before{
		content: "plan";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 0%;
		left: -10%;
		font-size: 48px;
		transform: rotate(90deg);
	}
	
	.plan_imgBox::before{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		top:-5%;
		right: -8%;
	}

	.plan_imgBox::after{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		bottom:-5%;
		left: -8%;
	}


	.plan_text{
		max-width: 1000px;
		padding-inline:0px;
		margin-inline:auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px){
	.plan_imgWrap::before{
		content: "plan";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 0%;
		left: -14%;
		font-size: 48px;
		transform: rotate(90deg);
	}
	
	
	.plan_imgBox::before{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		top:-15%;
		right: -8%;
	}
	
	.plan_imgBox::after{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 80px;
		position: absolute;
		margin: 0 auto;
		bottom:-15%;
		left: -8%;
	}
}

/* renovation
------------------------------- */

.renovation_body{
	background-color: #fff;
	max-width: 1160px;
	margin-inline:auto;
	padding-block:100px;
	margin-bottom: 100px;
	position: relative;
}

.renovation_body::after{
	content: "renovation";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 10%;
	right: -25%;
	font-size: 80px;
	transform: rotate(90deg);
	color: #E8E7E0;
}

.renovation_bodyInner{
	position: relative;
}

.renovation_bodyInner::before{
	content: "";
    background: url('../img/renovation/tape01.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 280px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	top:-12%;
	left: -6%;
}

.renovation_bodyInner::after{
	content: "";
    background: url('../img/renovation/tape02.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 280px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	bottom:-16%;
	right: -10%;
}

.renovation_imgWrap{
	margin-bottom: 40px;
}

.renovation_text{
	width: 70%;
	margin-inline:auto;
}

.renovation_text{
	margin-bottom: 20px;
}

.renovation_planWrap{
	margin-bottom: 150px;
}

.renovation_planWrap.plan03{
	margin-bottom: 0px;
}


.renovation_plan{
	display: flex;
	justify-content:space-between;
	align-items:center;
}

.renovation_plan.plan02{
	flex-direction: row-reverse;
}

.renovation_planTextBox{
	background-color: #E8E7E0;
	padding: 60px;
	width: 45%;
}

.renovation_planImgBox{
	width: 50%;
	position: relative;
}

.renovation_planImgBox.plan01::before{
	content: "";
    background: url('../img/renovation/tape03.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 150px;
	position: absolute;
	margin: 0 auto;
	top:-5%;
	right: 5%;
}

.renovation_planImgBox.plan01::after{
	content: "";
    background: url('../img/renovation/tape01.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width:250px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	bottom:-5%;
	right: 0%;
}

.renovation_planImgBox.plan02::before{
	content: "";
    background: url('../img/renovation/tape01.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	top:-10%;
	left: -5%;
}

.renovation_planImgBox.plan02::after{
	content: "";
    background: url('../img/renovation/tape01.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width:250px;
	height: 200px;
	position: absolute;
	margin: 0 auto;
	bottom:-10%;
	right: -8%;
}

.renovation_planImgBox.plan03::before{
	content: "";
    background: url('../img/renovation/tape04.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 300px;
	position: absolute;
	margin: 0 auto;
	top:-6%;
	right: -8%;
}

.renovation_planImgBox.plan03::after{
	content: "";
    background: url('../img/renovation/tape03.svg');
    background-size:contain;
	background-repeat: no-repeat;
	width:250px;
	height: 150px;
	position: absolute;
	margin: 0 auto;
	bottom:10%;
	left: -5%;
}

.renovation_planTitle{
	font-size: 28px;
	margin-bottom: 20px;
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.number{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 42px;
	margin-right: 10px;
}

@media screen and (max-width: 820px){
	.renovation_body{
		background-color: #fff;
		max-width: 1160px;
		margin-inline:auto;
		padding-block:40px;
		margin-bottom: 150px;
		position: relative;
	}

	.renovation_body::after{
		content: "renovation";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 8%;
		right: -22%;
		font-size: 48px;
		transform: rotate(90deg);
		color: #E8E7E0;
	}

	.renovation_bodyInner{
		position: relative;
	}

	.renovation_bodyInner::before{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		top:-7%;
		left: -5%;
	}

	.renovation_bodyInner::after{
		content: "";
		background: url('../img/renovation/tape02.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 140px;
		height: 120px;
		position: absolute;
		margin: 0 auto;
		bottom:-10%;
		right: -5%;
	}

	.renovation_imgWrap{
		margin-bottom: 30px;
		padding-inline:10px;
	}

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

	.renovation_text{
		margin-bottom: 20px;
	}

	.renovation_planWrap{
		margin-bottom: 150px;
	}

	.renovation_planWrap.plan03{
		margin-bottom: 0px;
	}


	.renovation_plan{
		display: flex;
		flex-direction: column-reverse;
		justify-content:space-between;
		align-items:center;
		gap:20px;
	}

	.renovation_plan.plan02{
		flex-direction:column-reverse;
	}

	.renovation_planTextBox{
		background-color: #E8E7E0;
		padding: 40px;
		width: 100%;
	}

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

	.renovation_planImgBox.plan01::before{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		top:0%;
		right: 0%;
	}

	.renovation_planImgBox.plan01::after{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width:120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		bottom:0%;
		right: -0%;
	}

	.renovation_planImgBox.plan02::before{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 110px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		top:0%;
		left: -5%;
	}

	.renovation_planImgBox.plan02::after{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width:110px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		bottom:0%;
		right: -5%;
	}

	.renovation_planImgBox.plan03::before{
		content: "";
		background: url('../img/renovation/tape04.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 150px;
		height: 200px;
		position: absolute;
		margin: 0 auto;
		top:0%;
		right: -5%;
	}

	.renovation_planImgBox.plan03::after{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width:120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		bottom:10%;
		left: 0%;
	}

	.renovation_planTitle{
		font-size: 24px;
		margin-bottom: 20px;
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		padding-left:1em;
		text-indent:-1em;
		text-align: center;
	}

	.number{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 32px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 768px){
	.renovation_body{
		background-color: #fff;
		max-width: 1160px;
		margin-inline:auto;
		padding-block:40px;
		margin-bottom: 60px;
		position: relative;
	}
	
	.renovation_planWrap{
		margin-bottom: 80px;
	}
	
	.renovation_body::after{
		content: "renovation";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 8%;
		right: -40%;
		font-size: 48px;
		transform: rotate(90deg);
		color: #E8E7E0;
	}
	
	.renovation_bodyInner::before{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		top:-7%;
		left: -12%;
	}

	.renovation_bodyInner::after{
		content: "";
		background: url('../img/renovation/tape02.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 140px;
		height: 120px;
		position: absolute;
		margin: 0 auto;
		bottom:-10%;
		right: -12%;
	}
	
	.renovation_planImgBox.plan01::before{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		top:-5%;
		right: 0%;
	}

	.renovation_planImgBox.plan01::after{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width:120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		bottom:-5%;
		right: -10%;
	}

	.renovation_planImgBox.plan02::before{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 110px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		top:-10%;
		left: -5%;
	}

	.renovation_planImgBox.plan02::after{
		content: "";
		background: url('../img/renovation/tape01.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width:110px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		bottom:-12%;
		right: -10%;
	}

	.renovation_planImgBox.plan03::before{
		content: "";
		background: url('../img/renovation/tape04.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width: 150px;
		height: 200px;
		position: absolute;
		margin: 0 auto;
		top:-12%;
		right: -8%;
	}

	.renovation_planImgBox.plan03::after{
		content: "";
		background: url('../img/renovation/tape03.svg');
		background-size:contain;
		background-repeat: no-repeat;
		width:120px;
		height: 100px;
		position: absolute;
		margin: 0 auto;
		bottom:0%;
		left: -5%;
	}

}

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

.area_mapWrap{
	max-width: 1100px;
	margin-inline:auto;
	margin-bottom: 250px;
}

.area_mapImgBox{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
}

.area_mapImgBox::before{
	content: "area";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 0%;
	left: -12%;
	font-size: 80px;
	transform: rotate(90deg);
}


.area_mapText{
	max-width: 1000px;
	padding-inline:40px;
	margin-inline:auto;
	margin-bottom: 30px;
}

.area_spotWrap{
	max-width: 1260px;
	margin-inline:auto;
	position: relative;
	margin-bottom: 250px;
}

.area_spotInner{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:100px 60px;
	position: relative;
}

.area_spotTitle{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
	text-align: center;
	background: url('../img/area/fukidashi.svg') center no-repeat;
	background-size: contain;
	padding: 40px;
	line-height: 1.5;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
}

.area_spotWrap::before{
	border-bottom: 6px dotted #333;
    content: "";
    position: absolute;
    top:51% ;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
}


.area_spotInner::before{
	border-left: 6px dotted #333;
    content: "";
    position: absolute;
    top:0% ;
    left: 32.5%;
    height: 100%;
}

.area_spotInner::after{
	border-right: 6px dotted #333;
    content: "";
    position: absolute;
    top:0% ;
    right: 32.5%;
    height: 100%;
}


.area_spotImgBox{
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
}

.area_spotNameBox{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-bottom: 10px;
	text-align: center;
}

.area_spotName{
	font-size: 24px;
}

.area_spotTime{
	font-size: 20px;
}

.area_accessWrap{
	max-width: 1100px;
	margin-inline:auto;
	margin-bottom: 350px;
}

.area_accessMap{
	position: relative;
}

.area_accessMapImg{
	margin-bottom: 40px;
	background-color: #fff;
	padding: 20px;
}

.area_accessMapTitle{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
	text-align: center;
	background: url('../img/area/fukidashi.svg') center no-repeat;
	background-size: contain;
	padding: 40px;
	line-height: 1.5;
	position: absolute;
	top: -15%;
	left: 50%;
	transform: translateX(-50%);
	
}

.area_accessText{
	max-width: 1000px;
	margin-inline:auto;
	padding-inline:40px;
}

.area_holiday_sliderArea{
	position: relative;
}

.area_holidayWrap{
	max-width: 1100px;
	margin-inline:auto;
}

.area_holidayTextWrap{
	position: relative;
}

.area_holidayTitle{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
	text-align: center;
	background: url('../img/area/fukidashi.svg') center no-repeat;
	background-size: contain;
	padding: 40px;
	line-height: 1.5;
	position: absolute;
	top: -140%;
	left: 50%;
	transform: translateX(-50%);
}

.area_holidayText{
	max-width: 1000px;
	margin-inline:auto;
	padding-inline:40px;
	margin-bottom: 60px;
}

.area_holiday_sliderArea{
	width: 50vw;
	max-width: 1000px;
	margin-inline:auto;
}

.area_holiday_slider{
	position: relative;
	aspect-ratio: 1;
	margin-inline:auto;
	height: 100%;
	background-color: #fff;
}

.slick-track {
  display: flex !important;
  height: 100% !important;
}

.slick-initialized .slick-slide{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.area_holiday_sliderHours{
	position: absolute;
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 32px;
	color: #fff;
	background-color: #333;
	top: 0;
	left: 8%;
	aspect-ratio: 1; 
	padding-inline:20px;
	display: flex;
	align-items: center;
}

.area_holiday_sliderImg{
	width: 60%;
	margin-bottom: 40px;
}

.area_holiday_sliderTitle{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.area_holiday_sliderText{
	width: 60%;
	margin-inline:auto;
}


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

.prev-arrow,
.next-arrow {
    display: block;
    width: 80px;
    height: 80px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
	text-align: center;
}

.prev-arrow:hover{
	background-color: #77766F;
}

.next-arrow:hover{
	background-color: #77766F;
}

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

.next-arrow{
	background-color: #333;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: '';
    top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
    margin:auto;
	border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
    box-sizing: border-box;
}

@media screen and (max-width: 820px){
	.area_mapWrap{
		max-width: 1100px;
		margin-inline:auto;
		margin-bottom: 180px;
	}

	.area_mapImgBox{
		background-color: #fff;
		padding: 10px;
		margin-bottom: 20px;
		position: relative;
	}

	.area_mapImgBox::before{
		content: "area";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 2%;
		left: -10%;
		font-size: 48px;
		transform: rotate(90deg);
	}


	.area_mapText{
		max-width: 1000px;
		padding-inline:0px;
		margin-inline:auto;
		margin-bottom: 20px;
	}

	.area_spotWrap{
		max-width: 1260px;
		margin-inline:auto;
		position: relative;
		margin-bottom: 180px;
	}

	.area_spotInner{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:30px 60px;
		position: relative;
	}

	.area_spotTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		text-align: center;
		background: url('../img/area/fukidashi.svg') center no-repeat;
		background-size: contain;
		padding: 40px;
		line-height: 1.5;
		position: absolute;
		top: -2%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.area_spotWrap::before{
		border-bottom: 6px dotted #333;
		content: "";
		position: absolute;
		top:51% ;
		left: 0%;
		transform: translateY(-50%);
		width: 100%;
		display: none;
	}


	.area_spotInner::before{
		border-left: 6px dotted #333;
		content: "";
		position: absolute;
		top:0% ;
		left: 32.5%;
		height: 100%;
		display: none;
	}

	.area_spotInner::after{
		border-right: 6px dotted #333;
		content: "";
		position: absolute;
		top:0% ;
		right: 32.5%;
		height: 100%;
		display: none;
	}
	
	.area_spot{
		border-bottom: 4px dotted #333;
		padding-bottom: 20px;
	}
	
	.area_spot:last-of-type{
		border-bottom: none;
	}


	.area_spotImgBox{
		margin-bottom: 20px;
		background-color: #fff;
		padding: 10px;
	}

	.area_spotNameBox{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 10px;
		text-align: center;
	}

	.area_spotName{
		font-size: 20px;
	}

	.area_spotTime{
		font-size: 16px;
	}

	.area_accessWrap{
		max-width: 1100px;
		margin-inline:auto;
		margin-bottom: 220px;
	}

	.area_accessMap{
		position: relative;
	}

	.area_accessMapImg{
		margin-bottom: 40px;
		background-color: #fff;
		padding: 10px;
	}

	.area_accessMapTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		text-align: center;
		background: url('../img/area/fukidashi.svg') center no-repeat;
		background-size: contain;
		padding: 40px;
		line-height: 1.5;
		position: absolute;
		top: -25%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;

	}

	.area_accessText{
		max-width: 1000px;
		margin-inline:auto;
		padding-inline:0px;
	}

	.area_holiday_sliderArea{
		position: relative;
	}

	.area_holidayWrap{
		max-width: 1100px;
		margin-inline:auto;
	}

	.area_holidayTextWrap{
		position: relative;
	}

	.area_holidayTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		text-align: center;
		background: url('../img/area/fukidashi.svg') center no-repeat;
		background-size: contain;
		padding: 40px;
		line-height: 1.5;
		position: absolute;
		top: -75%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.area_holidayText{
		max-width: 1000px;
		margin-inline:auto;
		padding-inline:0px;
		margin-bottom: 40px;
	}

	.area_holiday_sliderArea{
		width: 75vw;
		max-width: 1000px;
		margin-inline:auto;
	}

	.area_holiday_slider{
		position: relative;
		aspect-ratio: auto;
		margin-inline:auto;
		height: 100%;
		background-color: #fff;
		padding-block:40px;
	}
	

	.slick-track {
	  display: flex !important;
	  height: 100% !important;
	}

	.slick-initialized .slick-slide{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto !important;
	}

	.area_holiday_sliderHours{
		position: absolute;
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		color: #fff;
		background-color: #333;
		top: 0;
		left: 8%;
		aspect-ratio: 1; 
		padding-inline:10px;
		display: flex;
		align-items: center;
	}

	.area_holiday_sliderImg{
		width: 60%;
		margin-bottom: 40px;
	}

	.area_holiday_sliderTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.area_holiday_sliderText{
		width: 70%;
		margin-inline:auto;
	}


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

	.prev-arrow,
	.next-arrow {
		display: block;
		width: 50px;
		height: 50px;
		transition: all .3s ease;
		cursor: pointer;
		position:relative;
		text-align: center;
	}

	.prev-arrow:hover{
		background-color: #77766F;
	}

	.next-arrow:hover{
		background-color: #77766F;
	}

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

	.next-arrow{
		background-color: #333;
	}

	.prev-arrow::before,
	.next-arrow::before{
		position:absolute;
		content: '';
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin:auto;
		border-top: 8px solid transparent;
		border-right: 0 solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 8px solid transparent;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 768px){
	.area_mapImgBox::before{
		content: "area";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 2%;
		left: -14%;
		font-size: 48px;
		transform: rotate(90deg);
	}
	
	.area_spotTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		text-align: center;
		background: url('../img/area/fukidashi.svg') center no-repeat;
		background-size: contain;
		padding: 40px;
		line-height: 1.5;
		position: absolute;
		top: -3%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	
	.area_accessMapTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		text-align: center;
		background: url('../img/area/fukidashi.svg') center no-repeat;
		background-size: contain;
		padding: 40px;
		line-height: 1.5;
		position: absolute;
		top: -60%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;

	}
	
	.area_holidayTitle{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 22px;
		text-align: center;
		background: url('../img/area/fukidashi.svg') center no-repeat;
		background-size: contain;
		padding: 40px;
		line-height: 1.5;
		position: absolute;
		top: -50%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	
	.area_holiday_sliderArea{
		width: 85vw;
		max-width: 1000px;
		margin-inline:auto;
	}

	
	
}


/* photo
------------------------------- */

.photo_wrap{
	padding-top: 200px;
	padding-bottom: 240px;
}

.photo_title{
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 80px;
	text-align: center;
	color: #E8E7E0;
}

.photo_text{
	color: #E8E7E0;
	text-align: center;
	margin-bottom: 80px;
}

.photo_bodyListItem{
	display: flex;
	margin-bottom: 10px;
	gap:10px;
}

.photo_imgbox{
	width: 30vw;
	aspect-ratio: 1;
	margin-right: 10px;
	height: 100%;
}

.photo_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1;
}

#photo .slick-slide{
	height: 100% !important;
}

#photo .slick-slide img{
	height: 100% !important;
}

#photo a{
	display: block;
	height: 100%;
}


@media screen and (max-width: 820px){
	.photo_wrap{
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.photo_title{
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 50px;
		text-align: center;
		color: #E8E7E0;
	}

	.photo_text{
		color: #E8E7E0;
		text-align: center;
		margin-bottom: 20px;
		line-height: 1.8;
	}

	.photo_bodyListItem{
		display: flex;
		margin-bottom: 5px;
		gap:10px;
	}

	.photo_imgbox{
		width: 30vw;
		aspect-ratio: 1;
		margin-right: 5px;

	}

	.photo_img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 1;
	}
	
	#photo .slick-slide{
		height: 100% !important;
	}
	
	#photo .slick-slide img{
		height: 100% !important;
	}

}

@media screen and (max-width: 768px){
	
}

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


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

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

.vrbox::before{
	content: "virtualtour";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 24%;
	left: -26%;
	font-size: 80px;
	transform: rotate(90deg);
}

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

/*スマホ表示*/
@media screen and (max-width: 820px) {
	
	.virtualtour_text{
		width: 100%;
		margin-inline:auto;
		text-align: center;
		margin-bottom: 20px;
	}

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

	.vrbox::before{
		content: "virtualtour";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 24%;
		left: -25%;
		font-size: 48px;
		transform: rotate(90deg);
	}
	
	.vrbox iframe {
		height: 400px;
	  }
}

@media screen and (max-width: 768px){
	.vrbox::before{
		content: "virtualtour";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 24%;
		left: -40%;
		font-size: 48px;
		transform: rotate(90deg);
	}
}
/* details
------------------------------- */

.details_bodyWrap{
	background-color: #fff;
	padding: 80px;
	max-width: 1100px;
	margin-inline:auto;
	background-image:linear-gradient(#ffffffcf, #ffffffcf),url('../img/noise.png');
    background-repeat: repeat;
	width: 100%;
    height: 100%;
    background-size: 100px 100px;
	position: relative;
}

.details_bodyWrap::after{
	content: "details";
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	position: absolute;
	top: 4%;
	right: -20%;
	font-size: 80px;
	transform: rotate(90deg);
	color: #E8E7E0;
}

.details_body{
	margin-bottom: 60px;
}

tbody{
	padding: 80px;
}
table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 1000px;
  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;
  height: 3em;
  text-align: left;
}
table th {
  width: 25%;
  font-weight: 600;
}

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

a.pro:hover{
	opacity: 0.5;
}

.button_inquiry{
	width: 300px;
	margin-inline:auto;
}

.button_inquiry a{
	background-color: #E8E7E0;
	font-family: "sichandich", sans-serif;
    font-weight: 400;
    font-style: normal;
	border: 1px solid #333;
	display: block;
	font-size: 24px; 
	padding-block:20px;
	text-align: center;
	box-shadow: 9px 9px #7B9194;
	position: relative;
	transition: .2s ease-in-out;
	top: 0;
}

.button_inquiry a:hover{
	top: 10px;
	box-shadow: 0 0 #7B9194; /* 影を0pxにする */
}

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

@media (max-width: 820px) {
  .details_bodyWrap::after{
		content: "details";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 1.1%;
		right: -18%;
		font-size: 48px;
		transform: rotate(90deg);
		color: #E8E7E0;
	}

	
}

@media screen and (max-width: 768px){
	
	.details_bodyWrap{
		background-color: #fff;
		padding: 20px;
		max-width: 1100px;
		margin-inline:auto;
		background-image:linear-gradient(#ffffffcf, #ffffffcf),url('../img/noise.png');
		background-repeat: repeat;
		width: 100%;
		height: 100%;
		background-size: 100px 100px;
		position: relative;
	}

	.details_bodyWrap::after{
		content: "details";
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 1.1%;
		right: -30%;
		font-size: 48px;
		transform: rotate(90deg);
		color: #E8E7E0;
	}

	.details_body{
		margin-bottom: 40px;
	}
	  table {
		width: 100%;
	  }
	  table th, table td {
		display: block;
		height: auto;
		border-block-end: 0px;
	  }
	  table th {
		width: 100%;
		background-color: #e0e0e0;
	  }

	  .button_inquiry{
		width: 240px;
		margin-inline:auto;
	}

	.button_inquiry a{
		background-color: #E8E7E0;
		font-family: "sichandich", sans-serif;
		font-weight: 400;
		font-style: normal;
		border: 1px solid #333;
		display: block;
		font-size: 20px; 
		padding-block:20px;
		text-align: center;
		box-shadow: 9px 9px #7B9194;
		position: relative;
		transition: .2s ease-in-out;
		top: 0;
	}

	  .gmap {
		  position: relative;
		  width: 100%;
		  height: 300px;
		  margin: 0 auto;
		  margin-block-end: 50px;
		  margin-top: 40px;
		}

}




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

.inquiry_right {
  position: fixed;
  bottom: 20%;
  right: 10px;
  z-index: 150;
  cursor: pointer;
  height: 80px;
  width: 80px;
  transition: all .3s ease;
  /*display: block;*/
}

.inquiry_rightImg{
	width: 100%;
}

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


@media (max-width: 768px){
	.inquiry_right {
	  position: fixed;
	  bottom: 15%;
	  right: 5px;
	  z-index: 150;
	  cursor: pointer;
	  height: 50px;
	  width: 50px;
	  transition: all .3s ease;
	  display: block;
	}

	
}


/* pagetop
------------------------------- */
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 10px;
  z-index: 150;
  cursor: pointer;
  transition: all .3s ease;
  width: 150px;
  /*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: 2%;
	  right: 5px;
	  z-index: 150;
	  cursor: pointer;
	  transition: all .3s ease;
	  width: 90px;
	}
}

/*===========
マーカーアニメーション
===========*/

.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}



/*===========
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 3s;
}

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

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

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

