@charset "utf-8";

html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 0px; 
}

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


/* グロナビのライン */
.pc_gnav_item.top::before {
	width: 70%;
}

.img-caps.mv_cap {
	bottom: 20px;
}

/* merit_area
===================================== */
.merit_area {
	padding: 30px 0;
	background: rgb(136,123,45);
	background: radial-gradient(circle, rgba(136,123,45,1) 0%, rgba(106,87,22,1) 100%);
}

@media only screen and (max-width:768px) {
	.merit_area {
		padding: 20px 0 30px;
		background: url(../images/merit_bg.jpg) no-repeat center center / cover;
	}
}


/* info_area
===================================== */
.info_area {
	background: url(../images/info_bg.jpg) no-repeat center right / cover;
	border-top: 1px solid #735e43;
	padding-top: 68px;
	padding-bottom: 60px;
}
.info_wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	column-gap: 63px;
	margin-bottom: 20px;
}
.info_body {
	color: #000;
}
.info_title_en {
	font-size: 16px;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.5em;
	color: #72633e;
}
.info_title {
	margin-top: 47px;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.info_text {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.info_text2 {
	color: #fff;
	margin-top: 30px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.info_btn_wrap {
	width: 100%;
	max-width: 388px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.info_btn {
	max-width: 388px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 25px 10px;
	background: rgb(152,142,121);
	background: linear-gradient(90deg, rgba(152,142,121,1) 0%, rgba(216,203,172,1) 50%, rgba(152,142,121,1) 100%);
	transition: all .5s ease-out;
}
.info_btn.req {
	color: #fff;
	background: rgb(99,81,41);
	background: linear-gradient(90deg, rgba(99,81,41,1) 0%, rgba(159,135,81,1) 50%, rgba(99,81,41,1) 100%);
}
.info_btn:hover {
	opacity: .8;
}

.maintenance_box {
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.7;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255, .4);
	margin-bottom: 30px;
}
.maintenance_box span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
	margin-left: -6px;
}

@media only screen and (max-width:768px) {
	.info_area {
		background: url(../images/info_bg_sp.jpg) no-repeat center bottom / cover;
		padding-top: 40px;
		padding-bottom: 130px;
	}
	.info_wrap {
		flex-direction: column;
		align-items: start;
		row-gap: 30px;
	}
	.info_title_en {
		font-size: 14px;
		letter-spacing: 0.5em;
	}
	.info_title {
		margin-top: 20px;
		font-size: 18px;
	}
	.info_text {
		margin-top: 14px;
		font-size: 11px;
		letter-spacing: normal;
	}
	.info_text2 {
		margin-top: 30px;
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
	.info_btn {
		width: 90%;
		margin-inline: auto;
		font-size: 16px;
		padding: 18px 10px;
	}
	.maintenance_box {
		padding: 20px 12px;
		font-size: 13px;
		margin-bottom: 30px;
	}
	.maintenance_box span {
		font-size: 14px;
		text-align: center;
		margin-bottom: 8px;
		margin-left: auto;
	}
}

/* hensai_area
===================================== */
.hensai_area {
	margin-top: 60px;
	border: 1px solid #000;
	background-color: rgba(255, 255, 255,.8);
}
.hensai_title {
	text-align: center;
	color: #fff;
	background-color: #950012;
	font-size: 28px;
	letter-spacing: 0.1em;
	padding-block: 10px;
		line-height:1;
}
.hensai_body {
	width: calc(100% - 60px);
	margin-inline: auto;
	padding-block: 30px;
}
.hensai_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.hensai_left {
	display: flex;
	align-items: center;
	column-gap: 16px;
	width: 40%;
}
.hensai_left01 {
	flex-shrink: 0;
}
.price_head {
	font-size: 16px;
	font-size: clamp(1.2rem, 0.212rem + 0.964vw, 1.6rem);
	text-align: center;
}
.price {
	font-size: 22px;
	text-align: center;
}
.hensai_left01 .num {
	font-size: 48px;
	font-size: clamp(3.2rem, -0.752rem + 3.855vw, 4.8rem);
	line-height: 1;
	font-weight: 500;
	color: #950012;
	font-family: "Noto Serif JP", serif;
}
.hensai_item_wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 6px;
	row-gap: 4px;
}
.hensai_item {
	font-size: 12px;
	line-height: 1;
}
.hensai_border {
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	padding: 4px 0;
}
.hensai_right {
	width: 58%;
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.hensai_label_wrap {
	/* width: 20%; */
	flex-shrink: 0;
}
.hensai_label {
	text-align: center;
	font-size: 16px;
	font-size: clamp(1.3rem, 0.559rem + 0.723vw, 1.6rem);
	background-color: #EBCFC1;
	padding: 12px 14px;
}
.hensai_right01 .num {
	font-size: 48px;
	font-size: clamp(3.2rem, -0.752rem + 3.855vw, 4.8rem);
	line-height: 1;
	font-weight: 500;
	color: #950012;
	font-family: "Noto Serif JP", serif;
}
.hensai_right02 .num {
	font-size: 42px;
	font-size: clamp(2.8rem, -0.658rem + 3.373vw, 4.2rem);
	line-height: 1.2;
	color: #950012;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
.price_cap {
	font-size: 13px;
	text-align: center;
}
.hensai_cap {
	margin-top: 30px;
	font-size: 10px;
	line-height: 1.3;
}

/* @media only screen and (max-width:768px) { */
@media only screen and (max-width:1024px) {
	.hensai_area {
		max-width: 600px;
		margin-inline: auto;
		margin-top: 40px;
	}
	.hensai_title {
		font-size: 20px;
	}
	.hensai_body {
		width: calc(100% - 30px);
	}
	.hensai_wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.hensai_left {
		flex-direction: column;
		row-gap: 20px;
		width: 100%;
	}
	.price_head {
		font-size: 16px;
		text-align: center;
	}
	.price {
		font-size: 22px;
		text-align: center;
	}
	.hensai_left01 .num {
		font-size: 48px;
	}
	.hensai_item_wrap {
		display: flex;
		flex-wrap: wrap;
		column-gap: 6px;
		row-gap: 4px;
	}
	.hensai_border {
		margin-top: 10px;
	}
	.hensai_right {
		width: 100%;
		flex-direction: column;
		row-gap: 16px;
	}
	.hensai_label_wrap {
		width: 100%;
	}
	.hensai_label {
		font-size: 16px;
		padding: 12px 14px;
	}
	.hensai_right01 .num {
		font-size: 48px;
		line-height: 1.2;
	}
	.hensai_right02 {
		margin-top: 14px;
	}
	.hensai_right02 .num {
		font-size: 42px;
		line-height: 1.2;
	}
	.price_cap {
		margin-top: 4px;
		font-size: 14px;
		text-align: center;
	}
	.hensai_cap {
		margin-top: 20px;
	}
}



/* entry_area
===================================== */
.entry_area {
	background-color: #0e1e41;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}
.entry_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry_body {
	width: 26%;
}
.entry_title {

}
.entry_title_s {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.3em;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.entry_text {
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 0.3em;
	line-height: 1.7;
}
.entry_contents {
	width: 66%;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 40px;
}
.entry_item_body {
	margin-top: 18px;
}
.entry_item_text {
	font-size: 16px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 14px;
}

@media only screen and (max-width:768px) {
	.entry_area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.entry_wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.entry_body {
		width: 100%;
	}
	.entry_title {
		width: 80%;
		margin-inline: auto;
	}
	.entry_title_s {
		text-align: center;
		margin-top: 12px;
		font-size: 16px;
		letter-spacing: 0.2em;
		padding-bottom: 14px;
	}
	.entry_text {
		text-align: center;
		margin-top: 20px;
		font-size: 14px;
		letter-spacing: 0.3em;
		line-height: 1.7;
	}
	.entry_contents {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
		margin-inline: auto;
	}
	.entry_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.entry_item figure {
		width: 50%;
	}
	.entry_item_body {
		width: 48%;
		margin-top: 0;
	}
	.entry_item_text {
		font-size: 12px;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top: 10px;
	}
}


/* contents_area
===================================== */
.contents_area {
	position: relative;
	padding-top: 120px;
	padding-bottom: 110px;
	overflow: hidden;
	border-top: 1px solid #735e43;
}
.contents_area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/contents_area_bg.png) no-repeat top right / cover;
}
.contents_area .inner {
	max-width: 1440px;
}
.contents_wrap {
	display: flex;
	column-gap: 110px;
	align-items: center;
}
.contents_body {
	flex-shrink: 0;
	position: relative;
}
.contents_title01 {
	font-size: 70px;
	font-weight: 100;
	letter-spacing: 0.3em;
}
.contents_lead {
	margin-top: 48px;
	font-size: 30px;
	letter-spacing: 0.5em;
	color: #000;
}
.contents_text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2.25;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4),
	2px 2px 2px rgba(255, 255, 255, 0.4),
	2px 2px 2px rgba(255, 255, 255, 0.4),
	2px -2px 2px rgba(255, 255, 255, 0.4),
	2px -2px 2px rgba(255, 255, 255, 0.4),
	2px -2px 2px rgba(255, 255, 255, 0.4),
	2px 2px 2px rgba(255, 255, 255, 0.4),
	2px 3px 3px rgba(255, 255, 255, 0.4);
}


@media only screen and (max-width:768px) {
	.contents_area {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.contents_wrap {
		flex-direction: column;
		row-gap: 40px;
	}
	.contents_title01 {
		font-size: 38px;
		letter-spacing: 0.2em;
	}
	.contents_lead {
		margin-top: 20px;
		font-size: 18px;
	}
	.contents_text {
		margin-top: 20px;
		font-size: 12px;
		letter-spacing: normal;
		line-height: 2;
	}
	.contents_area::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/contents_area_bg_sp.jpg) no-repeat bottom center / cover;
	}
	.contents_area_sp {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}


/* link_area
===================================== */
.link_area {
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
	margin-left: -150px;
}
.link_area .inner {
	position: relative;
	max-width: 1238px;
	margin-left: 0;
}
.link_item_wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 44px;
}
.link_item {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all .5s ease-out;
}
.link_item:hover {
	box-shadow: rgba(0, 0, 0, 0.9) 0px 10px 20px;
	/* opacity: .9; */
}
.link_item_body {
	margin-top: 14px;
}
.link_item_title {
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #c1ad93;
}
.link_item_text {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	color: #fff;
}

@media only screen and (max-width:1440px) {
	.link_area {
		position: relative;
		padding-top: 80px;
		padding-bottom: 60px;
		margin-left: -50px;
	}
}
@media only screen and (max-width:768px) {
	.link_area {
		position: relative;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 0px;
		margin-top: 20px;
	}
	.link_area .inner {
		position: relative;
		max-width: 1238px;
		margin-left: 0;
	}
	.link_item_wrap {
		grid-template-columns: repeat(1,1fr);
		row-gap: 20px;
	}
	.link_item {
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		transition: all .5s ease-out;
	}
	.link_item:hover {
		box-shadow: rgba(0, 0, 0, 0.9) 0px 10px 20px;
		/* opacity: .9; */
	}
	.link_item_body {
		margin-top: 14px;
	}
	.link_item_title {
		font-size: 18px;
		letter-spacing: 0.2em;
		color: #c1ad93;
	}
	.link_item_text {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.7;
		letter-spacing: 0.2em;
		color: #fff;
	}
}


/* kodate_area
==================================== */
.kodate_area {
	padding-top: 120px;
	padding-bottom: 120px;
	border-top: 1px solid #54432c;
}
.kodate_title {
	text-align: center;
	font-size: 48px;
	letter-spacing: 0.2em;
	color: #594b2a;
}
.kodate_lead {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 20px;
}
.kodate_wrap {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.kodate_item_cap {
	margin-top: 4px;
	font-size: 18px;
	letter-spacing: normal;
	color: #594b2a;
}
.kodate_item_cap span {
	font-size: 13px;
	letter-spacing: normal;
}
.kodate_point {
	position: relative;
	margin-top: 100px;
	max-width: 1000px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.kodate_point::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 2px;
	background-color: #e7e7e7;
}
.kodate_point::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 100%;
	background-color: #e7e7e7;
}
.kodate_point_item {
	padding: 40px;
	text-align: center;
	display: grid;
	place-items: center;
}
.kodate_point_title {
	width: 99px;
	margin-inline: auto;
}
.kodate_point_text {
	margin-top: 16px;
	font-size: 18px;
	letter-spacing: 0.2em;
}
.kodate_point_text span {
	font-size: 30px;
	display: block;
}
.equipment_area {
	margin-top: 60px;
	padding-bottom: 120px;
}
.equipment_title img {
	margin-inline: auto;
}
.equipment_wrap {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 40px;
}
.equipment_item figure {
	margin-bottom: 16px;
}
.equipment_lead {
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #594b2a;
}
.equipment_lead span {
	font-size: 13px;
	letter-spacing: normal;
}
.equipment_text {
	font-size: 14px;
	line-height: 1.7;
}
.link_item_btn2 {
	position: relative;
	display: block;
	max-width: 500px;
	margin-inline: auto;
	margin-top: 60px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
	border: 1px solid #54432c;
	padding: 16px 0;
	transition: all .5s ease-out;
}
.link_item_btn2::before {
	content: '';
	background: url(../assets/images/link_arrow.png) no-repeat center center / contain;
	position: absolute;
	top: 24px;
	right: 30px;
	width: 30px;
	height: 7px;
	transition: all .5s ease-out;
}
.link_item_btn2:hover {
	opacity: .7;
}
.link_item_btn2:hover::before {
	right: 20px;
}

@media only screen and (max-width:768px) {
	.kodate_area {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.kodate_title {
		font-size: 30px;
		letter-spacing: 0.1em;
	}
	.kodate_lead {
		font-size: 14px;
		letter-spacing: 0.1em;
		margin-top: 20px;
	}
	.kodate_wrap {
		margin-top: 30px;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	.kodate_item_cap {
		font-size: 12px;
	}
	.kodate_item_cap span {
		font-size: 11px;
	}
	.kodate_point {
		margin-top: 60px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 20px;
	}
	.kodate_point::before {
		content: none;
	}
	.kodate_point::after {
		content: none;
	}
	.kodate_point_item {
		padding: 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}
	.kodate_point_item:last-child {
		border-bottom: none;
	}
	.kodate_point_title {
		width: 99px;
		margin-inline: auto;
	}
	.kodate_point_text {
		margin-top: 16px;
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.kodate_point_text span {
		font-size: 26px;
	}
	.equipment_area {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	.equipment_wrap {
		margin-top: 30px;
		grid-template-columns: repeat(2,1fr);
		column-gap: 10px;
		row-gap: 20px;
	}
	.equipment_item figure {
		margin-bottom: 16px;
	}
	.equipment_lead {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	.equipment_lead span {
		font-size: 10px;
	}
	.equipment_text {
		font-size: 12px;
		line-height: 1.7;
	}
	.link_item_btn2 {
		margin-top: 40px;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding: 16px 10px 16px 20px;
	}
	.link_item_btn2::before {
		top: 24px;
		right: 20px;
	}
}

/* 完売対応
======================================== */
.pt-information {
	padding-top: 120px;
	padding-bottom: 100px;
}
.pt-information .ptHeading {
	line-height: 1.1;
	font-family: 'Crimson Text', serif;
	text-align: center;
	margin: 20px auto 10px;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.noticeWrap .noticetxt {
	text-align: center;
	margin-top: 40px;
}
.noticeWrap .noticetxt .txtLL {
	font-size: 38px;
	line-height: 1.4;
	letter-spacing: 0.125em;
}
.noticeWrap .noticetxt .txtS {
	margin-top: 20px;
	font-size: 22px;
}

@media only screen and (max-width:768px) {
	.pt-information {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.pt-information .ptHeading {
		margin: 20px auto 10px;
		font-size: 21px;
	}
	.noticeWrap .noticetxt {
		margin-top: 30px;
	}
	.noticeWrap .noticetxt .txtLL {
		font-size: 24px;
	}
	.noticeWrap .noticetxt .txtS {
		margin-top: 20px;
		font-size: 18px;
	}
}