
@charset "utf-8";
body{
	color: #fff;
	background-color: #fff;
}
header{
	width: auto;
	height: auto;
	min-width: initial;
	background-color: initial;
	position: fixed;
	left: auto;
	right: 4.0rem;
	top: 4.0rem;
}
@media only screen and (max-width: 767px){
	header{
		right: 1.0rem;
		top: 1.0rem;
	}
}
header .header01{
	width: auto;
	justify-content: flex-end;
	padding: 0;
}

.eye{
  width: 100%;
  height: 76.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8.8rem;
  position: relative;
  overflow: hidden;
}

.eye > .inner01{
  width: 72.8rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.eye > .inner01 .eye01{
  width: 100%;
  height: auto;
  display: block;
}

.eye > .inner02{
  width: 54.2rem;
  height: 100%;
  padding-top: 19.4rem;
  position: relative;
}

/* quest（最後にバウンス） */
.eye > .inner02 .quest{
  width: 23.2rem;
  height: auto;
  display: block;
  position: absolute;
  bottom: 2.5rem;
  right: 3.3rem;
}

.eye{
  opacity: 0;
  visibility: hidden;
}

.eye > .inner02 h1{
  width: 40.1rem;
  height: auto;
  display: block;
}

.eye > .inner02 h1 img{
  width: 100%;
  height: auto;
  display: block;
}
.eye > .inner02 .text_box{
  width: 40.1rem;
  height: auto;
  display: block;
}
.eye > .inner02 .text_box .text01{
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  margin-top: 5.3rem;
}
.eye > .inner02 h2{
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 26.0rem;
  margin-left: -4.5rem;
}

@media only screen and (max-width: 767px){
	.sp_eye01{
		width: 100%;
		height: 66.7rem;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 4.4rem;
		position: relative;
		overflow: hidden;
	}
	.sp_eye01 .sp_eye01_01{
		width: 33.5rem;
		height: 100%;
		position: relative;
	}	
	.sp_eye01 .sp_eye01_01 h1{
		width: 27.0rem;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.sp_eye01 .sp_eye01_01 h1 img{
		width: 100%;
		height: auto;
		display: block;
	}
	.sp_eye01 .sp_eye01_01 .eye_img01{
		width: 33.5rem;
		height: auto;
		display: block;
		margin: -1.5rem auto 0;
	}
	.sp_eye01 .text_wrap01{
	  overflow: visible;
	  margin-top: -1.0rem;
	}
	.sp_eye01 .eye_text01{
	  margin-top: 0;
	  overflow: hidden;
	}
	.sp_eye01 .sp_eye01_01 .text_wrap01 .eye_text01{
		font-size: 2.0rem;
		line-height: 2.2rem;
		text-align: center;
		margin-top: -1.5rem;
	}
	.sp_eye01 .sp_eye01_01 .text_wrap02{
		width: 100%;
		height: auto;
		padding-left: 2.0rem;
		margin-top: 2.0rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sp_eye01 .sp_eye01_01 .text_wrap02 .eye_text02{
		font-size: 1.3rem;
		line-height: 2.4rem;
	}
	.sp_eye01 .eye_img02{
	  width: 11.5rem;
	  height: auto;
	  display: block;
	  position: absolute;
	  bottom: 2.0rem;
	  left: 0;
	}
	.sp_eye01 .eye_img02 img{
		width: 100%;
		height: auto;
		display: block;
	}
	.sp_eye01 .sp_eye01_01 .quest{
		width: 14.2rem;
		height: auto;
		display: block;
		position: absolute;
		bottom: 1.4rem;
		right: -2.6rem;
	}
}

/*コンテンツ01*/
.contents01{
	width: 100%;
	height: auto;
	background-color: #835F48;
	padding: 13.0rem 0 7.0rem;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding: 6.0rem 0 5.0rem;
	}
}
.contents01 .contents01_01{
	width: 116.6rem;
	height: auto;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 33.5rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}
.contents01 > .contents01_01 h2{
	width: 30.8rem;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -5.9rem;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 h2{
		width: 22.1rem;
		height: auto;
		display: block;
		position: initial;
	}
}
.contents01 > .contents01_01 h2 img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.contents01 > .contents01_01 .contents01_01_01{
	width: 57.3rem;
	height: auto;
	display: block;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01{
		width: 33.5rem;
		margin: 2.0rem auto 0;
	}
}
.contents01 > .contents01_01 .contents01_01_01 .img01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01{
	width: 100%;
	height: auto;
	padding: 2.0rem 4.0rem;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01 .text_box01{
		padding: 1.5rem 3.0rem 2.0rem;
	}
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 h3{
	font-size: 2.2rem;
	line-height: 2.2rem;
	color: #835F48;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01 .text_box01 h3{
		font-size: 2.0rem;
		line-height: 2.4rem;
	}
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 .line{
	width: 100%;
	height: .1rem;
	margin: 1.0rem auto;
	background-color:#835F48;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01 .text_box01 .line{
		margin: .5rem auto 1.0rem;
	}
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text_box01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text_box01_01{
		flex-direction: column;
		gap: 2.1rem;
	}
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text_box01_01 .text01{
	width: 11.8rem;
	height: auto;
	font-size: 1.3rem;
	line-height: 2.0rem;
	color: #835F48;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text_box01_01 .text01{
		width: 100%;
		font-size: 1.4rem;
		font-weight: 500;
	}
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text_box01_01 .text_box01_01_01{
	width: auto;
	height: auto;
	display: block;
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text_box01_01 .text_box01_01_01 .text02{
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #835F48;
}
.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text03{
	font-size: 1.3rem;
	line-height: 2.0rem;
	color: #835F48;
	margin-top: 1.0rem;
}
@media only screen and (max-width: 767px){
	.contents01 > .contents01_01 .contents01_01_01 .text_box01 .text03{
		margin-top: 1.0rem;
	}
}

/*contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
	background-color: #835F48;
	padding: 5.0rem 0 10.0rem;
}
@media only screen and (max-width: 767px){
	.contents02{
		padding: 5.0rem 0 7.0rem;
	}
}
.contents02 .contents02_01{
	width: 116.6rem;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 33.5rem;
	}
}
.contents02 .contents02_01 .title{
	width: 100%;
	height: 7.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title{
		height: 7.7rem;
	}
}
.contents02 .contents02_01 .title h2{
	font-size: 5.0rem;
	line-height: 5.0rem;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title h2{
		font-size: 3.0rem;
		line-height: 3.5rem;
		text-align: center;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 3.0rem;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01{
		width: 27.7rem;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.0rem;
		margin: 3.0rem auto 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 55.3rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .img01{
	width: 27.7rem;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .img01{
		width: 100%;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box{
	width: 25.8rem;
	height: auto;
	display: block;
} 
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box{
		width: 100%;
		margin-top: 1.0rem;
	} 
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box h3{
	font-size: 1.6rem;
	line-height: 2.0rem;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box .date{
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin-top: 1.0rem;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box .date{
		margin-top: .5rem;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box .text01{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 3.0rem;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text_box .text01{
		font-size: 1.3rem;
		line-height: 2.4rem;
		margin-top: 1.0rem;
	}
}

/*contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	display: block;
	background-color: #835F48;
	padding: 5.0rem 0 3.0rem;
}
@media only screen and (max-width: 767px){
	.contents03{
		padding: 5.0rem 0 3.0rem;
	}
}
.contents03 .contents03_01{
	width: 116.6rem;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 37.5rem;
	}
}
.contents03 .contents03_01 .title{
	width: 100%;
	height: 7.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .title{
		height: 7.7rem;
	}
}
.contents03 .contents03_01 .title h2{
	font-size: 5.0rem;
	line-height: 5.0rem;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .title h2{
		font-size: 3.0rem;
		line-height: 3.5rem;
		text-align: center;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 63.0rem;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 12.3rem;
	margin: 2.5rem auto 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01{
		width: 32.3rem;
		margin: 3.0rem auto 0;
		display: block;
	}
}
.contents03 .contents03_01 .contents03_01_01 .img_box{
	width: 18.4rem;
	height: 38.0rem;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .img_box{
		width: 15.6rem;
		height: 30.0rem;
		margin: 0 auto;
	}
}
.contents03 .contents03_01 .contents03_01_01 .img_box .buil{
	width: 100%;
	height: auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 ul{
	width: 32.2rem;
	height: auto;
	display: block;
	margin-top: 1.7rem;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 ul{
		width: 32.3rem;
		margin: 4.5rem auto 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul li{
	width: 100%;
	height: auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1.4rem 0;
	border-top: .1rem solid #fff;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .text04{
	width: 5.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 2.2rem;
	border: .1rem solid #fff;
	color: #835F48;
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-right: 1.4rem;
	transition: .5s;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 ul li a .text04{
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul li a:hover .text04{
	background-color: #835F48;
	color: #fff;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .text05{
	font-size: 1.8rem;
	line-height: 2.8rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .text05 .span01{
	font-size: 1.2rem;
	line-height: 2.8rem;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .text05_01{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents03 .contents03_01 .contents03_01_01 ul li a.layout02{
	align-items: flex-start;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .text05 .span02{
	font-size: 1.2rem;
	line-height: 1.2rem;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .arrow{
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	position: relative;
	margin-left: auto;
	margin-top: auto;
  	margin-bottom: auto;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .arrow img{
	width: 100%;
	height: auto;
}
.contents03 .contents03_01 .contents03_01_01 ul li a .arrow .arrow02{
	width: 100%;
	height: auto;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}
.contents03 .contents03_01 .contents03_01_01 ul li a:hover .arrow .arrow02{
	opacity: 1;
}
.contents03 .contents03_01 .contents03_01_01 ul li .tax{
	width: 100%;
	height: auto;
	font-size: 1.1rem;
	line-height: 1.8rem;
	text-align: right;
	margin-top: 1.5rem;
}
.contents03 .contents03_01 .btn_wrap{
	width: 13.3rem;
	height: 3.3rem;
	margin: 1.3rem auto;
	position: relative;
	display: block;
}
.contents03 .contents03_01 .btn_wrap .btn01{
	width: 100%;
	height: auto;
}
.contents03 .contents03_01 .btn_wrap .btn02{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
.contents03 .contents03_01 .btn_wrap:hover .btn02{
	opacity: 1;
	transition: .5s;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .tax{
		width: 33.5rem;
		height: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 1.1rem;
		line-height: 1.8rem;
		margin: -1.5rem auto 0;
	}
}
.contents03 .contents03_02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1.0rem;
	margin-top: 7.0rem;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02{
		width: 33.6rem;
		margin: 7.0rem auto 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap:1.0rem;
	}
}
.contents03 .contents03_02 li{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:.7rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #fff;
}
.contents03 .contents03_02 li span{
	width: 5.6rem;
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: .9rem;
	color: #835F48;
}

.floor_bg{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #9B7F6C;
}
.guide00{
	width: 7.0rem;
	height: auto;
	position: sticky;
	top: 5.0rem; 
}

.guide{
	width: 16.0rem;
	height: auto;
	display: flex;
  	justify-content: flex-start;
  	align-items: flex-start;
  	position: absolute;
  	top: 12.0rem;
  	left: -3.0rem;
  	gap: .5rem;
  	transform: rotate(90deg);
  	transition: opacity .3s ease, transform .3s ease;  
}
@media only screen and (max-width: 767px){
	.guide{
		width: 16.0rem;
	  	top: 12.0rem;
	  	left: -6.0rem;
	  	gap: .5rem;
	  	transition: opacity .3s ease, transform .3s ease;  
	}
}
.guide li{
	width: 5.0rem;
	height: 2.6rem;
	display: block;
}
.guide li a{
	width: 100%;
	height: 100%;
	border: .1rem solid #fff;
	border-radius: 1.2rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: flex;
	justify-content: center;
	align-items: center;

}
.guide li a.is-active{
	background-color: #fff;
	color: #835F48;
}
.guide {
  transition: opacity 0.3s ease;
}

.guide.hide-nav{
  opacity: 0;
  pointer-events: none;
}

.floor{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-color: #9B7F6C;
	padding: 0 0 5.0rem;
}
.floor.floor00{
	background-color: #835F48;
}
html.lenis.lenis-smooth body main#top div.floor_bg section.contents02.floor00{
	background-color: #9B7F6C;
}
@media only screen and (max-width: 767px){
	html.lenis.lenis-smooth body main#top div.floor_bg section.contents02.floor00{
		padding-bottom: 7.0rem;
	}
}
.floor.urban{
	background-color: #835F48;
}

.floor01{
	width: 116.6rem;
	height: auto;
	margin: 0 auto;
	padding-top: 5.0rem;
}
@media only screen and (max-width: 767px){
	.floor01{
		width: 27.7rem;
		padding-top: 5.0rem;
		margin: 0 0 0 6.6rem;
	}
	.netshop .floor01{
		margin: 0 auto;
	}
}
.floor01 .line{
	width: 0;
	height: .1rem;
	background-color: #fff;
	margin-bottom: 3.5rem;
	transition: all .5s;
}
/*伸びる線指示*/
.floor01 .line.is_active{
	width: 100%;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.floor01 .line{
		margin-bottom: 1.5rem;
	}
}
.floor01 h2{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 3.5rem;
	line-height: 5.0rem;
}
@media only screen and (max-width: 767px){
	.floor01 h2{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		font-size: 2.8rem;
		line-height: 3.2rem;
		text-align: center;
		margin: 0 auto;
	}
}
.floor01 h2 .span_box{
	width: auto;
	height: auto;
}
.floor01 h2 .span00{
	width: 100%;
	height: auto;
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 1.0rem;
}
@media only screen and (max-width: 767px){
	.floor01 h2 .span00{
		margin: .5rem 0;
	}
}
.floor01 h2 .span01{
	font-size: 5.0rem;
	line-height: 5.0rem;
}
.floor01 h2 .span02{
	font-size: 3.0rem;
	line-height: 5.0rem;
	margin-top: 1.0rem;
}
.floor01 h2 .span03{
	width: .1rem;
	background-color: #fff;
	height: 3.5rem;
	margin: 0 3.5rem 0 2.5rem;
	display: block;
}
.floor01 .date{
	width: auto;
	height: 2.8rem;
	padding: 1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #835F48;
	font-size: 1.4rem;
	line-height: 2.2rem;
	background-color: #fff;
	border-radius: 1.4rem;
	margin-left: 2.5rem;
	margin-top: .5rem;
}
@media only screen and (max-width: 767px){
	.floor01 .date{
		width: auto;
		height: 2.8rem;
		padding: 0 1.0rem;
		margin-left: 0;
	}
}
.floor01 .date02{
	background-color: initial;
	border: .1rem solid #fff;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.floor01 .date02{
	font-size: 1.2rem;
	}
}


.floor01 ul.item{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4.8rem 2.0rem;
	margin-top: 1.5rem;
}
@media only screen and (max-width: 767px){
	.floor01 ul.item{
		width: 100%;
		height: auto;
		flex-direction: column;
		gap: 3.0rem;
		margin-top: 3.0rem;
	}
}
.floor01 .item li{
	width: 27.6rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.floor01 .item li{
		width: 100%;
	}
}
.floor01 .item li .img_box{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.floor01 .item li .img_box .item_img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.7rem;
}
@media only screen and (max-width: 767px){
	.floor01 .item li .img_box .item_img{
		margin-bottom: .7rem;
	}
}
.floor01 .item li .img_box .e_text{
	width: 10.1rem;
	height: 2.0rem;
	border-radius: 1.5rem;
	border: .1rem solid #E60012;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #E60012;
	font-size: 1.0rem;
	line-height: 1.6rem;
	position: absolute;
	bottom: 1.0rem;
	right: 1.0rem;
}
.floor01 .item li .item_name{
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	line-height: 2.2rem;
	padding-bottom: .7rem;
	border-bottom: .1rem solid #fff;
}
.floor01 .item li .item_text{
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding-top: .7rem;
	padding-bottom: .7rem;
	border-bottom: .1rem solid #fff;
}
.floor01 .item li .box{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:.5rem;
	margin-top: 1.0rem;
}
.floor01 .item li .box li{
	width: 5.6rem;
	height: 1.8rem;
	border-radius: .9rem;
	background-color: #fff;
.	rem;
	line-height: 2.4rem;
	color: #835F48;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floor01 .item li .caution{
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-top: .7rem;
}
.floor01 .item li .box li.caution02{
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-top: .7rem;
	background-color: initial;
	color: #fff;
	width: auto;
	margin-top: 0;
	margin-left: auto;
}

.event01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5.0rem 0;
}
@media only screen and (max-width: 767px){
	.event01{
		padding: 5.0rem 0 0;
		margin-top: 7.0rem;
	}
}
.event01 .event01_01{
	width: 116.6rem;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01{
		width: 33.5rem;
	}
}
.event01 .event01_01 .title{
	width: 100%;
	height: 7.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .title{
		height: 4.2rem;
	}
}
.event01 .event01_01 .title h2{
	font-size: 5.0rem;
	line-height: 5.0rem;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .title h2{
		font-size: 3.0rem;
		line-height: 3.5rem;
		text-align: center;
	}
}
.event01 .event01_01 .event01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 3.0rem;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .event01_01_01{
		width: 27.7rem;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.0rem;
		margin: 3.0rem auto 0;
	}
}
.event01 .event01_01 .event01_01_01 .event01_01_01_01{
	width: 55.3rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .event01_01_01 .event01_01_01_01{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.event01 .event01_01 .event01_01_01 .event01_01_01_01 .img01{
	width: 27.7rem;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .event01_01_01 .event01_01_01_01 .img01{
		width: 100%;
	}
}
.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box{
	width: 25.8rem;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box{
		width: 100%;
		margin-top: 1.0rem;
	}
}
.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box h3{
	font-size: 1.6rem;
	line-height: 2.0rem;
}
.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box .date{
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin-top: 1.0rem;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box .date{
		margin-top: .5rem;
	}
}
.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box .text01{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 3.0rem;
}
@media only screen and (max-width: 767px){
	.event01 .event01_01 .event01_01_01 .event01_01_01_01 .text_box .text01{
		font-size: 1.3rem;
		line-height: 2.4rem;
		margin-top: 1.0rem;
	}
}

.floor_map{
	width: 82.6rem;
	height: auto;
	box-sizing: border-box;
	margin: 10.2rem auto 0;
	border: .2rem solid #fff;
	border-radius: 3.0rem;
	display: block;
}
@media only screen and (max-width: 767px){
	.floor_map{
		width: 33.5rem;
		margin: 7.0rem auto 0;
	}
}
.floor_map h3{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 3.0rem;
	line-height: 3.0rem;
	text-align: center;
	cursor: pointer;
	padding: 1.5rem 0;
}
@media only screen and (max-width: 767px){
	.floor_map h3{
		font-size: 2.0rem;
	}
}
.floor_map h3::after{
	content:'';
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	background-image: url(/valentinesday/2026/images/shinqs/floor/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.2rem;
	margin: auto;
	transition: all .2s ease-in-out;
}
@media only screen and (max-width: 767px){
	floor_map h3::after{
		width: 2.1rem;
		height: 2.1rem;
	}
}
.floor_map h3.open::after{
	transform: rotate(180deg);
}
.floor_map .map_inner{
	width: 72.6rem;
	height: auto;
	margin: .8rem auto 0;
}
@media only screen and (max-width: 767px){
	.floor_map .map_inner{
		width: 100%;
		height: auto;
		margin: .8rem auto 0;
	}
}
.floor_map .map_inner .map_wrep{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	.floor_map .map_inner .map_wrep{
		width: 100%;
		height: auto;
		overflow-x: scroll;
	}
}
.floor_map .map_inner .f_map_img{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.floor_map .map_inner .f_map_img{
		width: 78.9rem;
		height: auto;
		display: block;
	}
}
.floor_map .map_inner a{
	width: 18.0rem;
	height: 3.5rem;
	margin: 3.0rem auto;
	display: block;
	position: relative;
}
.floor_map .map_inner a img{
	width: 100%;
	height: auto;
	display: block;
}
.floor_map .map_inner a img.btn02{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.floor_map .map_inner a:hover .btn02{
	opacity: 1;
	transition: .5s;
}

.floor.netshop > .floor01 .item li a{
	width: 27.6rem;
	height: auto;
	display: block;
}
/*.floor.netshop > .floor01 .item li a:hover{
	opacity: 1;
}*/

.floor.netshop > .floor01 .item li .img_box{
	width: 100%;
	height: 27.6rem;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.0rem;
}
.floor.netshop > .floor01 .item li .img_box .item_img{
	width: 100%;
	height: auto;
	display: block;
	transition: all .5s;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px){
	.floor.netshop > .floor01 .item li .img_box .item_img{
		margin-bottom: .7rem;
	}
}
.floor.netshop > .floor01 .item li a:hover .img_box .item_img{
  transform: scale(1.1);
}

.floor.netshop .floor01 .item.net_item{
	gap: 3.0rem 2.0rem;
}
.floor.netshop .floor01 .item.net_item li .img_box p.e_text{
	color: #835F48;
	border: .1rem solid #835F48;
	width: 7.8rem;
	right: initial;
	left: 1.0rem;
}
.floor.netshop .floor01 .item.net_item li .item_img{
	margin-bottom: 1.0rem;
}
.floor.netshop .floor01 .item.net_item li h3.item_name{
	border-bottom: initial;
	padding-bottom: 0;
}
.floor.netshop .floor01 .item.net_item li .item_text{
	border-bottom: initial;
	padding: 0;
}

.shop_list{
	width: 116.6rem;
	height: auto;
	box-sizing: border-box;
	margin: 10.2rem auto 0;
	display: block;
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.shop_list{
		width: 33.5rem;
		box-sizing: border-box;
		margin: 5.0rem auto 0;
	}
}
.shop_list h3{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 3.0rem;
	line-height: 3.0rem;
	text-align: center;
	cursor: pointer;
	padding: 2.0rem 0;
	color: #835F48;
}
@media only screen and (max-width: 767px){
	.shop_list h3{
		font-size: 2.0rem;
		line-height: 2.5rem;
	}
}
.shop_list h3::after{
	content:'';
	display: block;
	width: 3.0rem;
	height: 3.0rem;
	background-image: url(/valentinesday/2026/images/shinqs/floor/arrow02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.2rem;
	margin: auto;
	transition: all .2s ease-in-out;
}
@media only screen and (max-width: 767px){
	.shop_list h3::after{
		width: 2.1rem;
		height: 2.1rem;
	}
}
.shop_list h3.open::after{
	transform: rotate(180deg);
}
.shop_list .list_inner{
	width: 106.6rem;
	height: auto;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 5.0rem;
}
@media only screen and (max-width: 767px){
	.shop_list .list_inner{
		width: 30.7rem;
		padding-bottom: 3.0rem;
		flex-direction: column;
		justify-content: flex-start;
		gap: 3.0rem;
	}
}
.shop_list .list_inner .list_box{
	width: 33.8rem;
	height: auto;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.0rem;
}
@media only screen and (max-width: 767px){
	.shop_list .list_inner .list_box{
		width: 100%;
		gap: 3.0rem;
	}
}
.shop_list .list_inner .list_box .list_box01{
	width: 100%;
	height: auto;
	border-top: .2rem solid #835F48;
	padding-top: 1.0rem;
	color: #835F48;
}
.shop_list .list_inner .list_box .list_box01 .list_text01{
	color: #835F48;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.shop_list .list_inner .list_box .list_box01 .list_text02{
	color: #835F48;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
@media only screen and (max-width: 767px){
	.shop_list .list_inner .list_box .list_box01 .list_text02{
		margin-top: .5rem;
	}
}
.shop_list .list_inner .list_box .list_box01 .list_text03{
	color: #835F48;
	font-size: 1.7rem;
	line-height: 2.2rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.shop_list .list_inner .list_box .list_box01 .list_text03 span{
	width: 2.9rem;
	height: auto;
	color: #835F48;
	font-size: 1.7rem;
	line-height: 2.2rem;
	flex-shrink: 0;
}
.shop_list .list_inner .list_box .list_box01 .list_text04{
	color: #835F48;
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin-top: .8rem;
}
.shop_list .list_inner .list_box .list_box01 .list_text04 .span01{
	color: #835F48;
	font-size: 1.1rem;
	line-height: 1.8rem;
}
@media only screen and (max-width: 767px){
	.shop_list .list_inner .list_box .list_box01 .list_text04 .span01{
		margin-top: .5rem;
	}
}
.shop_list .list_inner .list_box .list_box01 .list_text05{
	color: #835F48;
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin-top: 1.0rem;
}
.link_box{
	width: 100%;
	height: auto;
	background-color: #9B7F6C;
	padding: 5.0rem 0;
}
@media only screen and (max-width: 767px){
	.link_box{
		padding: 3.0rem 0;
	}
}
.link_box .link_box01{
	width: 60.2rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.link_box .link_box01{
		width: 28.6rem;
		flex-direction: column;
		gap: 2.0rem;
	}
}
.link_box .link_box01 a{
	width: 28.6rem;
	height: 8.0rem;
	position: relative;
}
.link_box .link_box01 a img{
	width: 100%;
	height: auto;
	display: block;
}
.link_box .link_box01 a img.btn02{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.link_box .link_box01 a:hover img.btn02{
	opacity: 1;
	transition: all .5s;
}

.ec-link {
    margin: 55px auto 0;
    width: 90%;
    max-width: 600px;
    border-radius: 100vh;
    overflow: hidden;
    border: 3px solid #e60c11;
    background: #e60c11;
}

.ec-link a {
    padding: 20px 3px 18px 12px;
    text-align: center;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    background: #e60c11;
    color: #ffffff;
    position: relative;
    white-space:nowrap;
    line-height: 1.2;
}
.ec-link:hover a{
    background:#ffffff;
	opacity:1;
	color: #e60c11;
}
.ec-link a span::before{
	 content:"";
	 display:block;
	 width:7px;
	 height:7px;
	 border-top:2px solid;
	 border-left:2px solid;
	 color: #e60c11;
	 transform: rotate(135deg);
}
.ec-link a span{
    display:inline-flex;
    justify-content:center;
    align-items: center;
    margin-left:5px;
    background: #ffffff;
    border-radius:50%;
    aspect-ratio:1/1;
    color: #e60c11;
    width:30px;
    line-height: 1.6;
    transition:0.4s;
    position:relative;
    border:2px solid #e60c11;
    margin: -7px 0 0 5px;
}
.ec-link a:hover span::after{
	transform:translateX(10px);
	color:#e60c11;
}



