@charset "utf-8";


.sec-head {
	margin-bottom: 6.5rem;
}
.sec-head__ttl {
	font-size: 2.0rem;
	letter-spacing: .2em;
	line-height: 1;
	text-align: center;
	padding-bottom: 2.0rem;
	border-bottom: solid 1px #000000;
}
.sec-head__ttl[data-color="white"] {
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 768px){
	.sec-head {
		margin-bottom: 3.0rem;
	}
	.sec-head__ttl {
		font-size: 1.6rem;
		padding-bottom: 2.0rem;
	}
}



/*  l-movie
--------------------------------------------------*/
.l-movie {
	padding-block: 15.0rem;
}
.movie-container {
	max-width: 1820px;
	aspect-ratio: 16 / 9;
	background-color: #ccc;
}
@media screen and (max-width: 768px){
	.l-movie {
		padding-block: 5.0rem;
	}
}



/*  l-gallery
--------------------------------------------------*/
.l-gallery {
	padding-block: 15.0rem;
	background: #000000;
}
.gallery-photo {
	width: calc(1820 / 1920 * 100%);
	margin-inline: auto;
	margin-bottom: 10.0rem;
}
.gallery-container {
	display: grid;
	max-width: 1320px;
	gap: 4.0rem;
}
.gallery-list {
	display: grid;
	width: 100%;
	gap: 4.0rem;
}
.gallery-list[data-grid="1col"] {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gallery-list[data-grid="2col"] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery-list[data-grid="3col"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gallery-list[data-grid="4col"] {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery-list[data-grid="customCol"] {
	grid-template-columns: var(--cols);
}
.gallery-list__item[data-column="span2"] {
	grid-column: span 2;
}
.gallery-list__item[data-row="span2"] {
	grid-row: span 2;
}
@media screen and (max-width: 768px){
	.l-gallery {
		padding-block: 5.0rem;
	}
	.gallery-photo {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.gallery-container {
		max-width: 560px;
		gap: 1.0rem;
	}
	.gallery-list {
		gap: 1.0rem;
	}
	.gallery-list {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .gallery-list__item {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}
/*
<div class="gallery-list" data-grid="1col">
・1列均等割
<div class="gallery-list" data-grid="2col">
・2列均等割
<div class="gallery-list" data-grid="3col">
・3列均等割
<div class="gallery-list" data-grid="customCol" style="--cols: 000fr 000fr;">
・000fr + 000fr + 余白 = .gallery-listの幅;
<div class="gallery-list__item" data-column="span2">
・2列分
<div class="gallery-list__item" data-row="span2">
・2行分
*/




/*  l-merit
--------------------------------------------------*/
.l-merit {
	padding-top: 15.0rem;
}
.merit-nav {
	position: relative;
}
.merit-nav__item {
	position: relative;
	width: calc(312 / 1000 * 100%);
	height: 10.0rem;
	color: #231815;
	padding-inline: 1.5rem;
	padding-block: 1.0rem;
	background-color: #eeefef;
}
.merit-nav__item::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5.0rem;
	height: 5.0rem;
	background-color: #a07c3b;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.merit-nav__item::after {
	content: "";
	display: block;
	position: absolute;
	right: .9rem;
	bottom: 1.0rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .9rem .5rem 0 .5rem;
	border-color: #ffffff transparent transparent transparent;
}
.merit-nav__item__num {
	font-size: 3.6rem;
	letter-spacing: .1em;
	line-height: 1cap;
	height: 100%;
}
.merit-nav__item__heading {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .2em;
	padding-left: 2.1rem;
	margin-left: 1.5rem;
	height: 100%;
	border-left: solid 1px #ffffff;
    flex: 1;
}
.merit-contents {
	position: relative;
	width: 100%;
	padding-block: 15.0rem 15.0rem;
}
.merit-contents:nth-of-type(even) {
	background-color: #f4f4f4;
}
.merit-contents__head {
	margin-bottom: 6.0rem;
}
.merit-contents__head__num {
	width: fit-content;
	margin-inline: auto;
	font-size: 5.0rem;
	letter-spacing: .1em;
	line-height: 1cap;
	color: #231815;
	text-align: center;
	padding-inline: 2.5rem;
	padding-bottom: 2.0rem;
	border-bottom: solid 1px #231815;
	margin-bottom: 5.0rem;
}
.merit-contents__head__heading {
	font-size: 2.3rem;
	line-height: 1.75;
	letter-spacing: .2em;
	text-align: center;
}
.merit-contents__head__desc {
	font-size: 1.6rem;
	line-height: 2.3125;
	letter-spacing: 0;
	text-align: center;
	margin-top: 2.0rem;
}
.merit-contents__aritcle {
	max-width: 1320px;
}

/* merit-contents1  ----------------------*/
.merit-contents1 {
	padding-block: 11.0rem 15.0rem;
}
.merit-slide {
	width: 100%;
}
:root .merit-slide .swiper-pagination{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	width: auto;
	border-radius: 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	margin: 3.0rem auto 0;
	gap: 15px;
	z-index: 2;
}
:root .merit-slide .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0;
	top: auto;
	position: relative;
	display: block;
	border-radius: 50%;
	background: #d3d3d4;
	opacity: 1;
}
:root .merit-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #444444;
}

/* merit-contents3  ----------------------*/
.merit-contents__aritcle__photo {
	width: calc(640 / 1320 * 100%);
}
.merit-contents__aritcle__detail {
	width: calc(620 / 1320 * 100%);
}
.merit-contents__aritcle__detail__heading {
	font-size: 1.6rem;
	line-height: 2.3125;
	letter-spacing: 0;
	text-align: justify;
}
.merit-contents__aritcle__detail__note {
	font-size: max(10px, 1.1rem);
	line-height: 1.45;
	letter-spacing: 0;
	margin-top: 4.5rem;
}
@media (any-hover: hover){
	.merit-nav__item {
		transition: background-color .2s linear,color .2s linear;
	}
	.merit-nav__item:hover {
		color: #ffffff;
		background-color: #444444;
	}
}
@media screen and (max-width: 768px){
	.l-merit {
		padding-top: 5.0rem;
	}
	.merit-nav__item {
		position: relative;
		width: 100%;
		height: 7.0rem;
		padding-inline: 1.5rem;
		padding-block: 1.0rem;
	}
	.merit-nav__item + .merit-nav__item {
		margin-top: 1.0rem;
	}
	.merit-nav__item::before {
		width: 4.0rem;
		height: 4.0rem;
	}
	.merit-nav__item::after {
		right: .8rem;
		bottom: .8rem;
		border-width: .7rem .4rem 0 .4rem;
	}
	.merit-nav__item__num {
		font-size: 3.0rem;
	}
	.merit-nav__item__heading {
		font-size: 1.4rem;
		line-height: 1.71428571;
		padding-left: 2.1rem;
		margin-left: 1.5rem;
	}
	.merit-contents {
		padding-block: 5.5rem 5.5rem;
	}
	.merit-contents1 {
		padding-block: 5.5rem 5.5rem;
	}
	.merit-contents__head {
		margin-bottom: 2.3rem;
	}
	.merit-contents__head__num {
		font-size: 2.5rem;
		padding-inline: .8rem;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.merit-contents__head__heading {
		font-size: 1.6rem;
	}
	.merit-contents__head__desc {
		font-size: 1.3rem;
		line-height: 2;
		text-align: justify;
		margin-top: 1.0rem;
	}
	.merit-contents__aritcle {
		max-width: 5600px;
	}
	:root .merit-slide .swiper-pagination{
		margin: 20px auto 0;
		gap: 8px;
	}
	:root .merit-slide .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	
	/* merit-contents2  ----------------------*/
	.merit-contents2 .gallery-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.merit-contents2 .gallery-list__item[data-column="span2"] {
		grid-column: span 2 !important;
	}

	/* merit-contents3  ----------------------*/
	.merit-contents__aritcle__photo {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.merit-contents__aritcle__detail {
		width: 100%;
	}
	.merit-contents__aritcle__detail__heading {
		font-size: 1.3rem;
		line-height: 2;
		text-align: justify;
	}
	.merit-contents__aritcle__detail__note {
		font-size: 1.0rem;
		margin-top: 1.5rem;
	}
}




/*  l-action （トップ流用）
--------------------------------------------------*/
.l-action {
	position: relative;
	background: linear-gradient(45deg, #e1d7cb 0%, #ede9e4 50%, #e1d7cb 100%);
	z-index: 1;
}
/*.l-action::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(160 / 140 * 100%);
	background : linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: -2;
}
.l-action::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}*/
.action-contents {
	width: 100%;
	padding-block: 3.0rem 4.0rem;
}
.action-contents + .action-contents {
    border-top: solid 3px #f2f2f2;
}
.action-desc {
	position: relative;
	font-size: 3.4rem;
	line-height: 1.45;
	letter-spacing: .1em;
	text-align: center;
}
.action-desc em {
	font-size: 1.15em;
}
.action-desc i {
	font-size: 1.2em;
	vertical-align: -0.05em;
}
.action-note {
	font-size: 1.4rem;
	line-height: 1.45;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.0em;
}
.action-info {
	position: relative;
	font-size: 3.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	text-align: center;
	width: fit-content;
    margin-inline: auto;
}
.action-info span {
	font-size: calc(54 / 30 * 1.0em);
	line-height: 1;
	color: #8C7250;
}
.action-info i {
	font-size: calc(34 / 30 * 1.0em);
	line-height: 1;
}
.action-info small {
    font-size: calc(11 / 30 * 1.0em);
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    bottom: 3.7em;
}
.action-cv {
	width: calc(400 / 1320 * 100%);
	gap: 2.0rem;
}
.action-cv__item {
	/*width: 100%;*/
	height: 7.0rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .1em;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: .1em;

	width: min(90%,590px);
	margin-inline: auto;
	margin-top: 2.0rem;
}
.action-cv__item-request {
	background : linear-gradient(135deg, rgba(140, 114, 80, 1) 0%, rgba(204, 176, 137, 1) 50%, rgba(140, 114, 80, 1) 100%);
}
.action-cv__item-reserve {
	background: linear-gradient(135deg, #8c7251 0.08%, #bda382 50%, #8c7251 100%);
}
.action-cv__item-plan {
	background-color: #444444;
}
.action-cv__item-gallery {
	background-color: #444444;
}
.action-cv__item-online {
    color: #000;
	background : linear-gradient(135deg, rgba(140, 131, 77, 1) 0.08%, rgba(204, 192, 157, 1) 50%, rgba(140, 131, 77, 1) 100%);
}
.action-cv__item-touroku {
	background: linear-gradient(135deg, rgba(140, 140, 140, 1) 0.1%, rgb(166 165 165) 50%, rgb(67 65 65) 100%);
}
@media screen and (max-width: 768px){
	/*.l-action {
		padding-block: 1.2rem 1.0rem;
	}
	.l-action.touroku {
		padding-block: 2.2rem 2.3rem;
	}*/
	.action-contents {
        padding-block: 2.2rem 3.0rem;
	}
	.action-desc {
		font-size: 2.0rem;
	}
	.action-note {
		font-size: 1.0rem;
	}
	.action-info {
		font-size: 1.4rem;
	}
	.action-info span {
		font-size: calc(32 / 14 * 1.0em);
		color: #8C7250;
	}
	.action-info i {
		font-size: calc(18 / 14 * 1.0em);
	}
	.action-info small {
	    font-size: .6em;
	    bottom: 2.5em;
	}
	.action-cv {
		width: calc(280 / 320 * 100%);
		margin: 5.0rem auto 0;
	}
	.action-cv__item {
		width: calc(280 / 320 * 100%);
		height: 5.0rem;
		font-size: 1.6rem;
	}
}
