@charset "UTF-8";


body.load-hidden {
	overflow: hidden;
}


/*  l-loading
--------------------------------------------------*/
.l-loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100lvh;
	background: #fff;
	z-index: 1000;
}
.l-loading.is-skip {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: all 1s linear;
}
.loading-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.loading-item2 {
	background: #fff;
}
.loading-item__photo {
	position: relative;
	width: 100%;
	height: 100%;
}
.loading-item__photo img {
	object-fit: cover;
	object-position: right center;
	width: 100%;
	height: 100%;
}
.loading-item__catch {
	position: absolute;
}
.loading-item1 .loading-item__catch {
	right: 0;
	top: 0;
	margin-top: calc(101 / 1920 * 100%);
	margin-right: calc(122 / 1920 * 100%);
	width: calc(35 / 1920 * 100%);
	opacity: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.loading-item2 .loading-item__catch {
	right: 0;
	left: 0;
	top: 50%;
	margin-inline: auto;
	transform: translateY(-50%);
	width: calc(1200 / 1920 * 100%);
	opacity: 0;
	/*clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);*/
}
.loading-item__catch img {
	max-width: 100%;
    width: 100%;
}
.js-skip {
	outline: none;
	color: inherit;
	position: absolute;
	right: 3.0rem;
	bottom: 3.0rem;
	border: solid 1px var(--white);
	background: rgba(var(--white-rgb), .9);
	font-size: 18px;
	line-height: 1;
	letter-spacing: .1em;
	padding: 10px;
	cursor: pointer;
	z-index: 1;
}
.js-skip:focus-visible {
    outline: auto;
}
@media screen and (max-width: 768px){
	.l-loading {
		height: 100svh;
	}
	.loading-item1 .loading-item__catch {
		margin-top: calc(80 / 380 * 100%);
		margin-right: 0;
		width: 100%;
	}
	.loading-item2 .loading-item__catch {
		width: 100%;
	}
}
/*.effectphoto{
	position: relative;
    opacity: 0;
    transition: 1s opacity cubic-bezier(.40,.575,.565,1);
}
.effectphoto.active{
	opacity: 1;
    transition: 1.9s opacity cubic-bezier(.40,.575,.565,1);
}
.effectphoto:after, 
.effectphoto:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    transition: 1.7s opacity cubic-bezier(.39,.575,.565,1),1.8s width cubic-bezier(.215,.61,.355,1);
}
.effectphoto:before{
    background-color: rgba(255,255,255,.1);
    transition-delay: .3s;
}
.effectphoto.active:after, 
.effectphoto.active:before {
	width: 0;
	opacity: 0;
}*/




/*  l-mv
--------------------------------------------------*/
.l-mv {
	position: relative;
	overflow: hidden;
}
.l-mv.is-skip {
	opacity: 1 !important;
	visibility: visible !important;
	transition: all 2s linear;
}
.mv-slider {
	opacity: 0;
	filter: blur(5px);
	transform: scale(1.1);
	transition: opacity 1.4s linear,filter .8s linear,transform 1.4s linear;
}
.preload .mv-slider {
	opacity: 1;
	filter: blur(0px);
	transform: scale(1.0);
}
.mv-slider__item__box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mv-slider__item__box img {
	max-width: 100%;
    width: 100%;
}
.mv-pagination {
	position: absolute;
	left: auto;
	right: 15px;
	bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 362px;
	z-index: 2;
}
.mv-slide__count {
	position: relative;
	width: 162px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
}
.mv-slide__count::after {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	margin-inline: auto;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .6);
}
.mv-slide__num {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}
:root .swiper-pagination-fraction .mv-border {
	width: 200px;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	position: relative;
}
:root .swiper-pagination-fraction .mv-border span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition-timing-function: linear;
}
:root .swiper-pagination.active .mv-border span {
	transform: scaleX(1);
	transition: transform 3.85s linear;
}
@media screen and (max-width: 768px){
	.mv-pagination {
        right: 0;
        bottom: 22px;
        width: 130px;
	}
	.mv-slide__count {
		width: 60px;
		height: 18px;
		gap: 0 25px;
		padding-top: 2px;
	}
	.mv-slide__num {
		font-size: 16px;
	}
	:root .swiper-pagination-fraction .mv-border {
		width: 60px;
	}
}





/*  l-merit
--------------------------------------------------*/
.l-merit {
	position: relative;
	width: 100%;
}
.merit-contents--spec {
	background: #707070;
}
.merit-contents--price {
	background: #b4a882;
}
.merit-inner {
	max-width: 1300px;
}
@media screen and (max-width: 768px){
	.merit-inner {
		width: 100%;
	}
}



/*  l-information
--------------------------------------------------*/
.l-information {
	padding-block: 8.0rem;
}
.information-inner {
	max-width: 1400px;
}
.information-article {
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .1));
	background: #fff;
	padding-block: 6.5rem 7.0rem;
}
.information-article__box {
	width: min(90%, 1200px);
	margin-inline: auto;
}
.information-article__box__ttl {
	width: 250px;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.45;
	padding-top: 5px;
}
.information-article__box__ttl span {
	display: block;
	font-size: 26px;
	letter-spacing: .15em;
	color: #92804c;
    padding-bottom: 5px;
}
.information-article__box__list {
	width: calc(100% - 250px);
}
.information-article__box__list__item {
	width: 100%;
	padding-bottom: 22px;
	border-bottom: solid 1px #dad3c0;
}
.information-article__box__list__item + .information-article__box__list__item {
	margin-top: 25px;
}
.information-article__box__list__item__day {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .2em;
	color: #92804c;
	margin-bottom: 8px;
}
.information-article__box__list__item__desc {
	font-size: 16px;
	line-height: 1.714286;
	letter-spacing: .1em;
	color: #666666;
}
.information-contents {
	margin-top: 8.0rem;
	gap: 4.0rem 12.0rem;
}
.information-explain {
	font-size: 3.6rem;
	line-height: 1.75;
	letter-spacing: .1em;
	color: #666666;
	text-align: center;
	width: fit-content;
}
.information-cv {
	position: relative;
	width: min(100%,440px);
}
.information-cv__item {
	width: min(100%,440px);
	height: 8.0rem;
	background-color: #a89970;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	padding-bottom: .2em;
}
.information-cv__item--entry {
	background-color: #a89970;
}
.information-cv__item--reserve {
	background-color: #b59a5b;
}
@media screen and (max-width: 768px){
	.l-information {
		padding-block: 4.0rem 5.0rem;
	}
	.information-article {
		padding-block: 3.0rem 4.0rem;
	}
	.information-article__box {
		width: calc(260 / 320 * 100%);
	}
	.information-article__box__ttl {
		width: 100%;
		font-size: 1.2rem;
		padding-top: 0;
    	margin-bottom: 2.5rem;
	}
	.information-article__box__ttl span {
		font-size: 2.2rem;
	    padding-bottom: 0;
	}
	.information-article__box__list {
		width: 100%;
	}
	.information-article__box__list__item {
		padding-bottom: 1.4rem;
	}
	.information-article__box__list__item + .information-article__box__list__item {
		margin-top: 1.8rem;
	}
	.information-article__box__list__item__day {
		font-size: 1.2rem;
		margin-bottom: .8rem;
	}
	.information-article__box__list__item__desc {
		font-size: 1.4rem;
	}
	.information-contents {
		margin-top: 3.0rem;
		gap: 2.0rem 0;
	}
	.information-explain {
		font-size: 2.4rem;
		line-height: 1.75;
		width: 100%;
	}
	.information-cv {
		width: 100%;
	}
	.information-cv__item {
		width: 100%;
		margin-inline: auto;
		height: 6.0rem;
		font-size: 1.6rem;
	}
}



/*  l-news
--------------------------------------------------*/
.l-news {
	padding-block: 2.0rem;
	background-color: #707070;
}
.news-inner {
	max-width: 860px;
}
.l-news:not(.noslide) .news-inner {
	padding-inline: 6.0rem;
}
.l-news .swiper-wrapper {
	align-items: center;
}
.news-slider__item {
	height: auto;
}
.news-slider__item__txt {
	position: relative;
	font-size: 14px;
	line-height: 1.45;
	color: #fff;
	letter-spacing: .1em;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 2.5rem 3.5rem;
}
.news-slider__item__txt .l-headerBtnItem._info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 0;
	line-height: 0;
}
.news-slider__item__txt__day {
	letter-spacing: .2em;
}
.l-news .swiper-button-prev,
.l-news .swiper-button-next {
	transition: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .9rem;
    height: auto;
    margin: 0;
    display: none;
    opacity: 0;
    z-index: 2;
}
.l-news:not(.noslide) .swiper-button-prev,
.l-news:not(.noslide) .swiper-button-next {
	display: block;
	opacity: 1;
}
.l-news .swiper-button-prev {
    left: 0;    
}
.l-news .swiper-button-next {
	right: 0;
}
.l-news .swiper-button-prev:after,
.l-news .swiper-button-next:after {
	display: none;
}
@media screen and (max-width: 768px){
	.l-news {
		padding-block: 1.5rem;
	}
	.l-news:not(.noslide) .news-inner {
		width: calc(360 / 380 * 100%);
		padding-inline: 3.0rem;
	}
	.l-news .swiper-wrapper {
		align-items: flex-start;
	}
	.news-slider__item__txt {
		font-size: 12px;
		line-height: 2;
		display: block;
		gap: 0;
	}
	.news-slider__item__txt__day {
		display: block;
	}
}




/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
}
.l-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 17.4rem;
	    background: linear-gradient(0deg, rgba(195, 185, 155, 0) 0%, rgb(204 197 176) 100%);
	pointer-events: none;
	z-index: 1;
}
.intro-head {
	position: relative;
	padding-block: 14.5rem 9.0rem;
	background : linear-gradient(90deg, rgba(240, 238, 230, 0) 0%, rgba(240, 238, 230, 1) 50%, rgba(240, 238, 230, 0) 100%);
}
.intro-head__heading {
	position: relative;
	font-size: 4.4rem;
	line-height: 1;
	letter-spacing: .12em;
	color: #b4a882;
	text-align: center;
	margin-bottom: 6.0rem;
	z-index: 2;
}
.intro-head__desc {
	position: relative;
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .12em;
	text-align: center;
}
.intro-head__catch {
	position: relative;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: .1em;
	text-align: center;
	padding-top: 8.5rem;
	margin-top: 8.5rem;
}
.intro-head__catch::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-inline: auto;
	width: min(100%,300px);
	height: 1px;
	background : linear-gradient(90deg, rgba(195, 185, 155, 0) 0%, rgba(195, 185, 155, 1) 50%, rgba(195, 185, 155, 0) 100%);
}
.intro-contents {
	width: 100%;
	height: 100lvh;
}
.intro-contents-wrap {
	position: sticky;
}
.intro-contents__photo {
	width: 100%;
	height: 100lvh;
	overflow: hidden;
}
.intro-contents__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.intro-contents__detail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100lvh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .8);
	z-index: 1;
}
.intro-contents__detail__box {
	width: 100%;
}
.intro-contents__detail__box__ttl {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 5.5rem;
}
.intro-contents__detail__box__ttl span {
	display: block;
	font-size: 6.0rem;
	line-height: 1;
	letter-spacing: .12em;
	margin-bottom: 1.3rem;
}
.intro-contents__detail__box__ttl em {
	color: #92804c;
}
.intro-contents__detail__box__catch {
	font-size: 2.0rem;
	line-height: 2.3;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 7.0rem;
}
.btn-more {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .2em;
	color: #b4a882;
	gap: 2.0rem;
}
.btn-more span {
	padding-top: .3em;
}
.btn-more i {
	width: 4.1rem;
}
@media (any-hover: hover){
	.btn-more span {
		transition: letter-spacing .3s linear;
	}
	.btn-more .morearrow1 {
		transition: all .3s linear;
	}
	.btn-more .morearrow2 {
		transition: all .3s linear;
	}
	.btn-more:hover span {
		letter-spacing: .3em;
	}
	.btn-more:hover .morearrow1 {
		fill: rgba(255, 255, 255, 1);
	}
	.btn-more:hover .morearrow2 {
		fill: #b4a882;
    	stroke: rgba(255, 255, 255, .5);
	}
}
@media screen and (max-width: 768px){
	.l-intro::before {
		height: 8.0rem;
	}
	.intro-head {
		padding-block: 5.5rem 5.0rem;
	}
	.intro-head__heading {
		font-size: 2.4rem;
		margin-bottom: 3.2rem;
	}
	.intro-head__desc {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
	}
	.intro-head__catch {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
		padding-top: 3.5rem;
		margin-top: 3.5rem;
	}
	.intro-contents {
		height: calc(100lvh - 70px);
	}
	.intro-contents__photo {
		height: calc(100lvh - 70px);
	}
	.intro-contents__detail {
		height: calc(100lvh - 70px);
	}
	.intro-contents__detail__box{
		padding-top: 5vh;
	}
	.intro-contents__detail__box__ttl {
		font-size: 1.2rem;
		margin-bottom: 2.0rem;
	}
	.intro-contents__detail__box__ttl span {
		font-size: 3.0rem;
		margin-bottom: .8rem;
	}
	.intro-contents__detail__box__catch {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
		margin-bottom: 2.5rem;
	}
	.btn-more {
		font-size: 1.4rem;
		gap: 1.7rem;
	}
	.btn-more span {
		padding-top: .1em;
	}
	.btn-more i {
		width: 3.1rem;
	}
}





/*  l-lower
--------------------------------------------------*/
.l-lower {
	position: relative;
	padding-block: 25.0rem 15.0rem;
	z-index: 1;
}
.lower-head {
	margin-bottom: 13.5rem;
}
.lower-head__heading {
	font-size: 5.0rem;
	line-height: 1;
	letter-spacing: .12em;
	color: #b4a882;
	text-align: center;
}
.lower-item {
	position: relative;
	width: 100%;
	padding-block: 15.0rem;
}
.lower-item + .lower-item {
	margin-top: 10.0rem;
}
.lower-item:nth-of-type(even) {
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.lower-item__bg {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(1720 / 1920 * 100%);
	height: 100%;
	background: #f0eee6;
	z-index: -1;
}
.lower-item:nth-of-type(even) .lower-item__bg {
	right: auto;
	left: 0;
	background: #eae7e6;
}
.lower-item .lower-item__bg::before,
.lower-item .lower-item__bg::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
}
.lower-item .lower-item__bg::before {
	top: 0;
	background : linear-gradient(90deg, rgba(195, 185, 155, 0) 0%, rgba(195, 185, 155, 1) 100%);
}
.lower-item .lower-item__bg::after {
	bottom: 0;
	background : linear-gradient(270deg, rgba(195, 185, 155, 0) 0%, rgba(195, 185, 155, 1) 100%);
}
.lower-item:nth-of-type(even) .lower-item__bg::before {
	background : linear-gradient(90deg, rgba(149, 137, 128, 0) 0%, rgba(149, 137, 128, 1) 100%);
}
.lower-item:nth-of-type(even) .lower-item__bg::after {
	background : linear-gradient(270deg, rgba(149, 137, 128, 0) 0%, rgba(149, 137, 128, 1) 100%);
}
.lower-item__photo {
	width: calc(1100 / 1920 * 100%);
	overflow: hidden;
}
.lower-item__photo img {
	filter: blur(5px);
	transform: scale(1.1);
	transition: all .7s linear;
}
.lower-item__photo.active img {
	filter: blur(0px);
	transform: scale(1.0);
}
.lower-item__detail {
	width: calc(670 / 1920 * 100%);
}
.lower-item:nth-of-type(even) .lower-item__detail {
	width: calc(620 / 1920 * 100%);
}
.lower-item__detail__ttl {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 5.0rem;
}
.lower-item__detail__ttl span {
	display: block;
	font-size: 6.0rem;
	line-height: 1;
	letter-spacing: .12em;
	margin-bottom: 2.0rem;
	/*padding-right: .583333333333333em;*/
}
.lower-item__detail__ttl em {
	color: #92804c;
}
.lower-item__detail__desc {
	position: relative;
	font-size: 2.2rem;
	line-height: 2.272727272727273;
	letter-spacing: .1em;
	height: 10.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 9.0rem;
	margin-bottom: 7.0rem;
}
.lower-item__detail__desc::before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%) rotate(34deg);
    width: 1px;
    height: 100%;
    background: #b4a882;
    transform-origin: bottom left;
}
@media screen and (max-width: 768px){
	.l-lower {
		padding-block: 6.0rem 5.0rem;
	}
	.lower-head {
		margin-bottom: 2.8rem;
	}
	.lower-head__heading {
		font-size: 3.0rem;
	}
	.lower-item {
		display: block;
		padding-block: 4.0rem 3.5rem;
	}
	.lower-item + .lower-item {
		margin-top: 4.0rem;
	}
	.lower-item:nth-of-type(odd) {
		padding-inline: 0 calc(40 / 380 * 100%);
	}
	.lower-item:nth-of-type(even) {
		padding-inline: calc(40 / 380 * 100%) 0;
	}
	.lower-item__bg {
		width: calc(340 / 380 * 100%);
	}
	.lower-item__photo {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.lower-item__detail {
		width: calc(270 / 340 * 100%);
		margin-inline: auto 0;
	}
	.lower-item:nth-of-type(even) .lower-item__detail {
		width: calc(300 / 340 * 100%);
		margin-inline: 0 auto;
	}
	.lower-item__detail__ttl {
		font-size: 1.2rem;
		margin-bottom: 1.7rem;
	}
	.lower-item__detail__ttl span {
		font-size: 3.0rem;
		margin-bottom: 1.0rem;
		/*padding-right: .5em;*/
	}
	.lower-item__detail__desc {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
		letter-spacing: 0;
		min-height: 6.6rem;
		height: auto;
		padding-left: 5.2rem;
		margin-bottom: 1.0rem;
	}
	.lower-item__detail__desc::before {
	    top: 3.5rem;
	    transform: translateY(-60%) rotate(30deg);
        height: 7.5rem;
	}
}



/*  apology
--------------------------------------------------*/
.apology {
	position: relative;
	margin-top: 5.0rem;
}
.apology div {
    border: solid 1px #999;
    box-sizing: border-box;
    padding: 21px 40px 30px;
    width: fit-content;
	margin-inline: auto;
}
.apology p {
	width: fit-content;
	margin-inline: auto;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.833333333333333;
}
.apology p span {
	display: block;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .5em;
}
.apology p i {
	display: block;
	margin-bottom: .2em;
}
@media screen and (max-width: 768px){
	.apology {
		margin-top: 4.0rem;
	}
	.apology div {
	    padding: 12px 20px 20px;
	}
	.apology p {
		font-size: 12px;
	}
}


