@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-block: 36px;
	background: url(../images/merit_bg_pc.jpg) no-repeat center center / cover;
}
.merit_area .inner {
	max-width: 1350px;
}

@media only screen and (max-width:768px) {
	.merit_area {
		padding-block: 36px;
		background: url(../images/merit_bg_sp.jpg) no-repeat center center / cover;
	}
}


/* info_area
===================================== */
.info_area {
	padding-top: 68px;
	padding-bottom: 50px;
	background: url(../images/info_bg.jpg) no-repeat center center / cover;
}
.info_wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.info_body {
	color: #fff;
}
.info_title_en {
	font-size: 16px;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.5em;
	color: #fff;
}
.info_title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-right: 30px;
	padding-bottom: 12px;
	display: inline-block;
		border-bottom: 1px solid rgba(255, 255, 255, .7);
}
.info_lead {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.info_lead span {
	font-size: 20px;
}
.info_text {
	margin-top: 18px;
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.holiday_text {
	margin-top: 26px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	color: #fff;
}
.info_text2 {
	color: #fff;
	margin-top: 30px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.info_btn_wrap {
	margin-top: 32px;
	display: flex;
	column-gap: 16px;
}
.info_btn {
	width: 100%;
	max-width: 388px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 25px 10px;
	background-color: #775A3D;
	color: #fff;
	border: 1px solid #fff;
	transition: all .5s ease-out;
}
.info_btn.req {
	background: #fff ;
	color: #775A3D;
}
.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 {
		padding-block: 40px;
		background: url(../images/info_bg_sp.jpg) no-repeat top center / cover;
	}
	.info_wrap {
		margin-top: 0;
	}
	.info_title_en {
		font-size: 14px;
		letter-spacing: 0.5em;
	}
	.info_title {
		margin-top: 18px;
		font-size: 16px;
		display: block;
		padding-right: 0;
		padding-bottom: 8px;
	}
	.info_lead {
		margin-top: 16px;
		font-size: 20px;
		line-height: 1.5;
	}
	.info_text {
		margin-top: 12px;
		font-size: 18px;
		letter-spacing: normal;
	}
	.holiday_text {
		margin-top: 20px;
		font-size: 12px;
	}
	.info_text2 {
		margin-top: 30px;
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
	.info_btn_wrap {
		margin-top: 22px;
		flex-direction: column;
		row-gap: 12px;
	}
	.info_btn {
		width: 90%;
		margin-inline: auto;
		font-size: 16px;
		padding: 14px 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;
	}
}


/* entry_area
===================================== */
.entry_area {
	background-color: #f3f3f3;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #606060;
}
.entry_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.entry_body {
	width: 26%;
}
.entry_title_s {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.3em;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(78, 113, 106, .4);
}
.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: 15px;
		letter-spacing: 0.1em;
		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-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.jpg) no-repeat center center / cover;
}
.contents_area.contents_kodate::before {
	background: url(../images/contents_kodate_bg.jpg) no-repeat top right / cover;
}
.contents_inner_right {
	margin-right: 6%;
}
.contents_inner_left {
	margin-left: 6%;
}
.contents_wrap {
	display: flex;
	column-gap: 80px;
	column-gap: clamp(2rem, -4.872rem + 6.704vw, 8rem);
}
.contents_body {
	position: relative;
	padding-top: 80px;
	padding-top: clamp(2rem, -4.872rem + 6.704vw, 8rem);
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}
.contents_title01 {
	color: #564d2c;
	font-size: 55px;
	font-size: clamp(2.8rem, -0.292rem + 3.017vw, 5.5rem);
	font-weight: 100;
	letter-spacing: 0.2em;
}
.contents_kodate .contents_title01 {
	color: #ebe9d6;
}
.contents_title01 span {
	font-size: 44px;
	font-size: clamp(1.8rem, -1.178rem + 2.905vw, 4.4rem);
}
.contents_text {
	margin-top: 30px;
	font-size: 16px;
	font-size: clamp(1.2rem, 0.742rem + 0.447vw, 1.6rem);
	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);
}
.contents_kodate .contents_text {
	color: #fff;
	margin-top: 30px;
	text-shadow: none;
}


@media only screen and (max-width:1024px) {
	.contents_area {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.contents_inner_right,
	.contents_inner_left {
		margin: 0;
	}
	.contents_wrap {
		flex-direction: column;
		row-gap: 40px;
	}
	.contents_body {
		width: calc(100% - 40px);
		margin-inline: auto;
		padding-top: 0px;
	}
	.contents_title01 {
		font-size: 44px;
		letter-spacing: 0.2em;
	}
	.contents_title01 span {
		font-size: 33px;
	}
	.contents_lead {
		margin-top: 20px;
		font-size: 18px;
	}
	.contents_text {
		margin-top: 20px;
		font-size: 16px;
		letter-spacing: normal;
		line-height: 2;
	}
	.contents_title_img {
		width: 70%;
	}
}

@media only screen and (max-width:450px) {
	.contents_title01 {
		font-size: 34px;
		letter-spacing: 0.2em;
	}
	.contents_title01 span {
		font-size: 26px;
	}
	.contents_lead {
		margin-top: 20px;
		font-size: 18px;
	}
	.contents_text {
		margin-top: 20px;
		font-size: 12px;
		letter-spacing: normal;
		line-height: 2;
	}
	.contents_title_img {
		width: 70%;
	}
}


/* link_area
===================================== */
.link_area {
	position: relative;
	margin-top: -4%;
}
.link_area .inner {
	position: relative;
	margin-right: 0;
}
.link_item_wrap {
	max-width: 1200px;
	max-width: clamp(70rem, 12.737rem + 55.866vw, 120rem);
	margin-left: auto;
	display: flex;
	justify-content: right;
	column-gap: 44px;
}
.link_item {
	width: 100%;
	max-width: 370px;
	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;
}
.link_area_cap {
	font-size: 12px;
	text-align: right;
	margin-top: 12px;
}
.link_item_body {
	margin-top: 14px;
}
.link_item_title {
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #ebe9d6;
}
.link_item_text {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	color: #fff;
}
.link_area02 {
	margin-top: -40px;
}
.link_area02 .inner {
	position: relative;
	max-width: 1440px;
}
.link_item_wrap2 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 44px;
}
.link_item2 {
	text-align: center;
}

@media only screen and (max-width:1640px) {
	.link_area02 {
		margin-top: 10px;
	}
}
@media only screen and (max-width:1024px) {
	.link_area {
		width: calc(100% - 40px);
		margin-inline: auto;
	}
	.link_area .inner {
		position: relative;
		margin-right: 0;
	}
	.link_item_wrap {
		max-width: 860px;
		column-gap: 20px;
	}
	.link_area02 {
		margin-top: -30px;
	}
	.link_item_wrap2 {
		column-gap: 22px;
	}
}

@media only screen and (max-width:768px) {
	.link_area {
		margin-top: 20px;
		width: calc(100% - 50px);
		max-width: 370px;
		margin-inline: auto;
	}
	.link_item_wrap {
		flex-direction: column;
		row-gap: 14px;
	}
	.link_area_cap {
		font-size: 10px;
		text-align: left;
		margin-top: 12px;
	}
	.link_item_body {
		margin-top: 8px;
	}
	.link_item_title {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.link_item_text {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.7;
		letter-spacing: 0.2em;
		color: #fff;
	}
	.link_area02 {
		margin-top: 30px;
	}
	.link_area02 .inner {
		padding: 0;
	}
	.link_item_wrap2 {
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 24px;
	}
}

.kodate_btn {
	display: block;
	max-width: 600px;
	margin-inline: auto;
	margin-top: 100px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: all .5s ease-out;
}
.kodate_btn:hover {
	box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 20px;
}
@media only screen and (max-width:768px) {
	.kodate_btn {
		margin-top: 40px;
	}
}
