@charset "utf-8";
/*index*/


/*MV*/
.indMv{
	width:100%;
}
.indMv img{
	width:100%;
}
.indMv .mvSlide{
	margin-bottom:0 !important;
}
.indMv .slick-dots{
	bottom:20px;
}
.slick-dots li button:before{
	font-size:16px;
	color:#fff !important;
	opacity:0.5;
}
.slick-dots li.slick-active button:before{
	opacity:1;
}
/*動画*/
#mvmovie{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*画像*/
/*ボタン*/
.moviebtn{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	bottom: 10px;
	right: 10px;
}
.moviebtn button{
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-family: serif;
	margin-left: 5px;
	transition-duration: 0.2s;
	cursor: pointer;
}
.moviebtn button:hover{
	opacity: 0.8;
}
/**/


/**/
#indInfo{
	width: 100%;
	padding: 100px 0;
	background-color: #222;
	background: linear-gradient(0deg, #333 0%, #000 100%);
}
#indInfo .infoRsv{
	background-image: url(../images/common/bg01.jpg);
	background-size: cover;
	margin: 0 auto 60px;
}
#indInfo .infoRsv h2{
	background-color: rgba(143,105,0,0.3);
	text-align: center;
	padding: 10px;
	font-size: clamp(2rem,2.8vw,2.8rem);
	font-weight: normal;
}
#indInfo .infoRsv .btnwrap{
	padding: 30px 0 10px;
}
#indInfo .infoRsv .btnwrap a{
	display: block;
	max-width: 290px;
	margin: 0 auto 10px;
}
@media(min-width: 768px){
	#indInfo .infoRsv .btnwrap{
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 50px 5% 30px;
	}
	#indInfo .infoRsv .btnwrap a{
		width: 31%;
		max-width: 290px;
		margin:0;
	}
}

#indInfo .infoList{
	padding: 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #fff;
	overflow-y: scroll;
	height: 145px;
}
@media(min-width: 768px){
	#indInfo .infoList{
		height: 210px;
	}
}
#indInfo .infoList dt,
#indInfo .infoList dd{
	font-size:max(1.4rem, min(2vw,2rem) );
	line-height: 1.5;
}
#indInfo .infoList dt{
	width: 6.5em;
	text-align: left;
	border-right: 1px solid #999;
	padding: 1em;
}
#indInfo .infoList dd{
	width: calc(100% -  6.5em);
	text-align: left;
	padding: 1em 0 1em 1em;
}
#indInfo .infoList dd.new::after {
	content: "NEW";
	margin-left: 5px;
	background-color: #c7b177;
	color: #fff;
	padding: 5px;
	font-size: 1.2rem;
}
/**/



/**/
#indConcept{
	background-image: url(../images/index/concept_bg_sp_02.jpg);
	background-size:100% auto;
	background-position: center center;
	height:calc(185vw + 60px);
	position: relative;
	background-repeat: no-repeat;
	transition-duration:1s;
}
#indConcept:hover{
	background-size:105% auto;
}
#indConcept .cTtl01{
	padding-top: 18vw;
	margin-bottom: 8vw;
}
#indConcept .copy01{
	width: 75%;
	margin: 0 auto 8vw;
}
#indConcept .copy02{
	font-size: 3vw;
	line-height: 2;
}
#indConcept .copy03{
	position: absolute;
	width: 96%;
	right: 50%;
	transform: translateX(50%);
	bottom: 3vw;
	text-align: right;
}
@media(min-width: 768px){
	#indConcept{
		background-image: url(../images/index/concept_bg_pc_02.jpg);
		height: 70.6vw;
	}
	#indConcept .w90{
		width: 100%;
		max-width: 100%;
	}
	#indConcept .txtwrap01{
		width: 50%;
		margin-left: 45%;
		height: 50vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#indConcept .cTtl01{
		padding-top:8vw;
		margin-bottom: 3vw;
	}
	#indConcept .copy01{
		width: 75%;
		max-width: 656px;
		margin: 0 auto 3vw;
	}
	#indConcept .copy02{
		font-size: clamp(1.4rem,1.6vw,2.3rem);
	}
	#indConcept .copy03{
		text-align: right;
		bottom: 10px;
	}
}
/**/


/*コピー・ボタン共通*/
.indBtn02{
	background: #222;
	background: linear-gradient(180deg, #222 50%, #000 50%);
	display:block;
	max-width:500px;
	width:90%;
	margin:20px auto;
	padding:10px;
	color:#fff;
	text-align:center;
	text-decoration: none;
	font-size:15px;
	font-size:clamp(1.5rem,2vw,2rem);
	position:relative;
}
.indBtn02::before{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 10px;
	top: calc(50% - 4px);
	transform: rotate(45deg);
}
.indBtn02.white{
	background: #fff;
	background: linear-gradient(180deg, #fff 50%, #ebebeb 50%);
	color:#000;
}
.indBtn02.white::before{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#indLand02 .copy01,
#indPlan02 .copy01,
#indLoc02 .copy01,
#indAcc02 .copy01,
#indQua02 .copy01{
	font-size: clamp(2.4rem,2.8vw,4rem);
	line-height: 1.5;
	text-align:left;
}
#indLand02 .copy02,
#indPlan02 .copy02,
#indLoc02 .copy02,
#indAcc02 .copy02,
#indQua02 .copy02{
	font-size: clamp(1.4rem,1.8vw,2.5rem);
	margin-bottom: 1em;
	margin-top: 1em;
	text-align:left;
}
#indLand02 figcaption,
#indPlan02 figcaption,
#indLoc02 figcaption,
#indAcc02 figcaption,
#indQua02 figcaption,
.cCap01{
	width:100%;
	text-align:right;
	padding-right:1em;
	margin-top:5px;
	font-size:12px;
}

/* Landscape */
#indLand02{
	background-image:url(../images/index/landscape_bg.jpg);
	background-color:#ddd6c6;
	background-position:top center;
	background-size:100% auto;
	background-repeat: no-repeat;
	padding-top:clamp(60px,12vw,150px);
	padding-bottom:clamp(60px,12vw,150px);
}
#indLand02 .cTtl02{
	color: #000;
}
#indLand02 .land01{}
#indLand02 .land01 .txtwrap01{
	width:90%;
	margin:20px auto;
}
#indLand02 .land01 .img01{}
@media(min-width:768px){
	#indLand02 .land01{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width:1550px;
		margin:0 auto;
		padding-top:clamp(60px,9vw,120px);
	}
	#indLand02 .land01 .txtwrap01{
		width:50%;
		margin:0;
		padding:0 8% 0 5%;
	}
	#indLand02 .land01 .img01{
		width:50%;
		margin:0;
	}
}
#indLand02 .land02{}
#indLand02 .land02 .txtwrap02{
	width:90%;
	margin:20px auto;
}
#indLand02 .land02 .img02{
	width:90%;
	margin:0 auto 20px;
}
@media(min-width:768px){
	#indLand02 .land02{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
		width:100%;
		max-width:1550px;
		margin-left:auto;
		margin-right:auto;
		padding-top:clamp(30px,5vw,60px);
		padding-bottom:clamp(60px,9vw,120px);
	}
	#indLand02 .land02 .txtwrap02{
		width:55%;
		margin:0;
		padding:0 8% 0 5%;
	}
	#indLand02 .land02 .img02{
		width:40%;
		margin:0 0 0 5%;
		margin-top:0;
	}
}
@media(min-width:1000px){
	#indLand02 .land02 .img02{
		margin-top:-10vw;
	}
}
@media(min-width:1500px){
	#indLand02 .land02 .img02{
		margin-top:-250px;
	}
}


/**/
/*パララックス
https://pa-tu.work/t/7540
*/
.parallaxWrap {
    position: absolute;
    inset: 0;
    clip-path: inset(0);
}
.parallax {
    position: fixed;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgPlan {
    background-image: url(../images/index/plan01.jpg);
}
.bgAcc {
    background-image: url(../images/index/access01.jpg);
}
/**/

#indPlan02{
	background-color:#f6f2f0;
	padding-bottom:clamp(60px,9vw,120px);
}
#indPlan02 .plan01{
	position:relative;
	width:100%;
	height:50vw;
}
#indPlan02 .plan01 .cTtl02{
	position:absolute;
	color: #000;
	left:30px;
	bottom:30px;
}
#indPlan02 .plan02{
	width:90%;
	margin:60px auto 60px;
}
#indPlan02 .plan02 .txtwrap01{
	margin:0 auto 30px;
}
#indPlan02 .plan02 .img01{
	margin:0 auto 30px;
}
@media(min-width:768px){
	#indPlan02 .plan02{
		max-width:1400px;
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#indPlan02 .plan02 .txtwrap01{
		margin:0;
		width:56%;
	}
	#indPlan02 .plan02 .img01{
		margin:0;
		width:40%;
	}
}
/**/

/**/
#indLoc02{
	padding-bottom:clamp(60px,9vw,120px);
}
#indLoc02 .cTtl02{
	color: #000;
}
#indLoc02 .loc02{
	padding-bottom:clamp(60px,9vw,120px);
	background-image:url(../images/index/location_bg.jpg);
	background-size:50% auto;
	background-position: right top;
	background-repeat: no-repeat;
}
#indLoc02 .loc02 .wrap02{
	margin:0 auto;
	width:90%;
	padding-top:clamp(60px,9vw,120px);
}

@media(min-width: 768px){
	#indLoc02{
		padding-top:clamp(60px,9vw,120px);
		background-image:url(../images/index/location_bg.jpg);
		background-size:50% auto;
		background-position: right top;
		background-repeat: no-repeat;
	}
	#indLoc02 .wrap01{
		 display:flex;
		 justify-content: space-between;
		 align-items: flex-start;
		 max-width:1550px;
		 width:100%;
		 margin:0 auto;
		padding-bottom:clamp(60px,9vw,120px);
	}
	#indLoc02 .wrap01 .loc01{
		width:50%;
	}
	#indLoc02 .wrap01 .loc02{
		width:50%;
		padding:0 5%;
		background-image:none;
	}
}
/*スライド*/
#indLoc02 .locSlide{
	width: 100%;
	height: 35vw;
	margin: 0;
}
#indLoc02 .locSlide .slick-slide{
	padding: 0 10px;
}
@media(min-width: 768px){
	#indLoc02 .locSlide{
		height: 28vw;
	}
	#indLoc02 .locSlide .slick-slide{
		padding: 0 3vw;
	}
}
/**/


/**/
/*パララックス
https://pa-tu.work/t/7540
*/

#indAcc02{
	background-color:#393b3e;
	padding-bottom:clamp(60px,9vw,120px);
	background-image: url(../images/index/access_bg.jpg);
	background-position:bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color:#fff;
}
#indAcc02 .cTtl02{
	color:#fff;
}
#indAcc02 .acc01{
	position:relative;
	width:100%;
	height:50vw;
}
#indAcc02 .acc01 .cTtl02{
	position:absolute;
	color:#fff;
	top:clamp(75px,10vw,150px);
	left:0;
	width:100%;
	text-align:center;
}
#indAcc02 .acc02{
	width:90%;
	margin:60px auto 60px;
}
#indAcc02 .acc02 .txtwrap01{
	margin:0 auto 30px;
}
#indAcc02 .acc02 .img01{
	margin:0 auto 30px;
}
@media(min-width:768px){
	#indAcc02 .acc02{
		max-width:1550px;
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#indAcc02 .acc02 .txtwrap01{
		margin:0;
		width:56%;
	}
	#indAcc02 .acc02 .img01{
		margin:0;
		width:40%;
	}
}
/**/

/* Quality */
#indQua02{
	background-image:url(../images/index/landscape_bg.jpg);
	background-color:#ddd6c6;
	background-position:top center;
	background-size:100% auto;
	background-repeat: no-repeat;
	padding-top:clamp(60px,12vw,150px);
	padding-bottom:clamp(60px,12vw,150px);
}
#indQua02 .cTtl02{
	color: #000;
}
#indQua02 .qua01{}
#indQua02 .qua01 .img01{
	margin-top:clamp(60px,12vw,150px);
}
#indQua02 .qua01 .txtwrap01{
	width:90%;
	margin:40px auto;
}
#indQua02 .qua01 .img01{}
@media(min-width:768px){
	#indQua02 .qua01{
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width:1550px;
		margin:0 auto;
		padding-top:clamp(60px,9vw,120px);
		padding-bottom:clamp(60px,9vw,120px);
	}
	#indQua02 .qua01 .txtwrap01{
		width:50%;
		margin:0;
		padding:0 8% 0 5%;
	}
	#indQua02 .qua01 .img01{
		width:50%;
		margin:0;
	}
}







/*インフォ7/16ポップアップ*/
#info20240716_wrap{
	background-image: url(../images/index/info20240716_bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	width: 90%;
	margin:50px auto;
	padding: 50px 5%;
	text-align: center;
	max-width:1075px;
	background-color: #fff;
}
#info20240716_wrap .txt01{
	color: #d4c29d;
	font-size: clamp(2.5rem,4vw,4rem);
	margin-bottom: 20px;
	line-height: 1.5;
}
#info20240716_wrap .txt02{
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
}
#info20240716_wrap .txt02 a{
	color: #fff;
}
#info20240716_wrap .btnwrap01{
	background-color: #fff;
	padding: 30px 5%;
	margin-bottom: 40px;
}
#info20240716_wrap .btnwrap01 .btn01{
	background-color: #831818;
	color: #fff;
	padding: 10px;
	font-size: clamp(1.6rem,2.7vw,2.7rem);
	text-decoration: none;
	display: block;
}
#info20240716_wrap .btnwrap01 .btn01 span{
	font-size: 140%;
}
@media(min-width: 768px){
	#info20240716_wrap .btnwrap01{
		background-color: #fff;
		padding: 50px 5% 100px;
	}
}




/*20241016modal
.overlay {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 10000
}
.btn_area {
	width: 90vw;
	max-width:800px;
	max-width: 90%;
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.btn_area .popupWrap {
	max-width:800px;
	padding:3vw;
	margin:0 auto;
}
.btn_area .popupWrap img{
	width:100%;
}
.btn_area .popupWrap > img{
	margin-bottom:3vw;
}
.btn_area button {
	margin:20px auto 0;
	width: 100px;
	color: #000;
	background: #fff;
	padding:10px;
	border: none;
	cursor: pointer;
	transition-duration: 0.2s;
	font-family: serif;
}
.btn_area button:hover {
	background: #eee;
}
*/

/*20241119modal*/
.overlay {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 1000
}
.btn_area {
	width: 90vw;
	max-width:750px;
	height:80vh;
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.btn_area .popupWrap {
	max-width:750px;
	margin:0 auto;
	overflow-y: scroll;
	background-color:#fff;
}
.btn_area .popupWrap img{
	width:100%;
}
.btn_area button {
	width: 30px;
	height:30px;
	color: #fff;
	background: #000;
	padding:10px;
	border: 1px solid #666;
	cursor: pointer;
	transition-duration: 0.2s;
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.btn_area button:hover {
	opacity:0.8;
}
/*下クローズボタン
.btn_area button {
	margin:20px auto 0;
	width: 100px;
	color: #000;
	background: #fff;
	padding:10px;
	border: none;
	cursor: pointer;
	transition-duration: 0.2s;
	font-family: serif;
}
.btn_area button:hover {
	background: #eee;
}
*/

.fixBnr{
	width:200px;
	height:162px;
	position:fixed;
	right:0;
	bottom:60px;
	cursor:pointer;
	transition-duration:0.2s;
	z-index:100;
}
.fixBnr img{
	transition-duration:0.2s;
}
.fixBnr img:hover{
	opacity:0.8;
}
.fixBnr button {
	width: 30px;
	height:30px;
	color: #fff;
	background: #000;
	padding:10px;
	border: 1px solid #666;
	cursor: pointer;
	transition-duration: 0.2s;
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.fixBnr button:hover {
	opacity:0.8;
}

@media(min-width: 768px){
	.fixBnr{
		width:300px;
		height:244px;
		bottom:0;
	}
}

