@charset "UTF-8";
/*===================================
concept
===================================*/

/*共通*/
.main_Wrap {
	background: url(../img/main.jpg) no-repeat center center / cover;
	aspect-ratio: 1920/207;
	position: relative;
}
.main_Wrap .page_ttl--Box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_ttl {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	color: #fff;
	font-size: min(1.93vw,27px);
	letter-spacing: 0.31em;
	text-align: center;
}
.page_ttl small {
	display: block;
	font-size: min(0.93vw,13px);
	letter-spacing: 0.19em;
	margin: 10px -0.19em 0 0;
}
.page_ttl::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #fff;
	margin: 15px auto 0;
}

h3.sec_ttl {
	background: #9C804A;
	background: linear-gradient(90deg, rgba(156, 128, 74, 1) 0%, rgba(185, 163, 96, 1) 50%, rgba(156, 128, 74, 1) 92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: min(1.57vw,22px);
	line-height: 1.5;
	margin-bottom: 1em;
	letter-spacing: 0.31em;
	text-align: center;
	font-weight: 300;
}
.sec_ttl--copy {
	font-size: min(1.28vw,18px);
	text-align: center;
	line-height: 1.90909091;
	letter-spacing: 0.09em;
	font-weight: 300;
	margin-bottom: 60px;
}
.sec_ttl--head {
	font-size: min(1.85vw,26px);
	text-align: center;
	letter-spacing: 0.09em;
	font-weight: 300;
	margin-bottom: 60px;
}

.clm2 {
	flex-wrap: wrap;
	gap: 18px 12px;
}
.clm2 li {
	width: calc((100% - 12px) / 2);
}
.clm2 li.w100 {
	width: 100%;
}
.sec02 .access_area figure figcaption,
.lifeinfo_pickup figure figcaption {
	font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
	text-align: right;
	color: #293855;
/*	font-size: min(1vw, 14px);*/
	font-size: min(1.2vw, 14px);
	line-height: 1.36402878;
	letter-spacing: 0.05em;
	margin: 0.25em 0 0;
}
.lifeinfo_pickup {
	justify-content: space-between;
}
.lifeinfo_pickup .clm2 {
	width: 37.9%;
}
.lifeinfo_pickup .imgL {
	width: 58%;
}

.lifeinfo_list {
	justify-content: space-between;
	margin: 30px 0 0;
}
.lifeinfo_list ul {
	width: calc((100% - 40px) / 2);
}
.lifeinfo_list ul li {
	font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: min(1.2vw, 14px);
	padding: 1em 0;
	border-bottom: 1px solid #293855;
}
.lifeinfo_list ul li dl {
	display: flex;
	justify-content: space-between;
}

.section{
  padding: 150px 0;
  color: #293855;
}
.section.bgNone {
	padding: 50px 0;
}
.section_bg{
  background-color:#e6e6e6;
}
.section.section_tilt_r {/* 右肩上がり */
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.section.section_tilt_l {/* 右肩下がり */
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
}
.content_Wrap section .notes_Wrap {
	padding: 0;
	width: 90%;
	max-width: 1100px;
}


/*個別*/
.sec01 {
	background: url(../img/bg01.jpg) no-repeat center center / 100% 100%;
	color: #fff;
	padding: 70px 0;
}
.sec01 h3.sec_ttl {
	font-size: min(1.85vw,26px);
	letter-spacing: 0.09em;
}
.sec01 .map {
	width: 90%;
	max-width: 850px;
	margin: 0 auto 0;
}

.sec02 .bg {
	background: url(../img/bg02.jpg) no-repeat right 10% center / cover;
	color: #fff;
	padding: 70px 0;
}
.sec02 .bg .triple {
	width: 412px;
	margin: 50px auto 0;
}
.sec02 .access_area {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
}
.sec02 .access_area .access {
	position: relative;
	width: 58%;
}
.sec02 .access_area .access figcaption {
	position: absolute;
	top: -2em;
	left: 0;
	font-family: "fot-tsukuaoldmin-pr6n", "Noto Serif JP", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
}
.sec02 .access_area .clm2 {
	width: 37.9%;
}
.sec02 .notes_Wrap {
	margin-top: 15px;
}

.sec07 .clm4 {
	gap: 18px 16px;
}
.sec07 .clm4 li {
	width: calc((100% - 16px) / 2);
}

.planLink_Wrap {
	margin: 50px auto 0;
}


/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){





}


/*     sp
--------------------*/
@media screen and (max-width: 767px) {

	/*共通*/
	.main_Wrap {
		background: url(../img/main_sp.jpg) no-repeat center center / cover;
		aspect-ratio: 375/300;
	}
	.page_ttl {
		font-size: 19px;
	}
	.page_ttl small {
		font-size: 11px;
		margin: 8px -0.19em 0 0;
	}
	.page_ttl::after {
		width: 60px;
		margin: 12px auto 0;
	}

	h3.sec_ttl {
		font-size: 15px;
		margin-bottom: 0.5em;
	}
	.sec_ttl--copy {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.sec_ttl--head {
		font-size: 17px;
		margin-bottom: 20px;
		line-height: 1.47058824;
		letter-spacing: 0.02em;
	}

	.clm2 {
		gap: 14px 10px;
	}
	.clm2 li {
		width: calc((100% - 10px) / 2);
	}
	.sec02 .access_area figure figcaption,
	.lifeinfo_pickup figure figcaption {
		font-size: 11px;
	}
	.lifeinfo_pickup {
		flex-direction: column;
		gap: 20px;
	}
	.lifeinfo_pickup .clm2 {
		width: 100%;
		order: 2;
	}
	.lifeinfo_pickup .imgL {
		width: 100%;
		order: 1;
	}
	.lifeinfo_pickup .imgL img {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.lifeinfo_list {
		flex-direction: column;
		margin: 20px 0 10px;
	}
	.lifeinfo_list ul {
		width: 100%;
	}
	.lifeinfo_list ul li {
		font-size: 11px;
		padding: 1em 0;
	}
	.section{
		padding: 50px 0;
		color: #293855;
	}
	.section.bgNone {
		padding: 15px 0;
	}
	.section_bg{
		background-color:#e6e6e6;
	}
	.section.section_tilt_r,
	.section.section_tilt_l {
		clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
	}
	.content_Wrap section .notes_Wrap {
		padding: 0;
		width: 90%;
		max-width: 1100px;
	}

	/*個別*/
	.sec01 {
		background: none;
		color: #231815;
		padding: 30px 0 0;
	}
	.sec01 h3.sec_ttl {
		font-size: 16px;
	}
	.sec01 .map {
		width: 100%;
		margin: 0 auto 0;
	}

	.sec02 .bg {
		background: url(../img/bg02_sp.jpg) no-repeat right 10% center / cover;
		padding: 30px 0;
	}
	.sec02 .bg .triple {
		width: 300px;
		margin: 20px auto 0;
	}
	.sec02 .access_area {
		margin: 40px auto 20px;
		flex-direction: column;
	}
	.sec02 .access_area .access {
		width: 100%;
	}
	.sec02 .access_area .access figcaption {
		font-size: 11px;
	}
	.sec02 .access_area .clm2 {
		width: 100%;
	}
	.sec02 .notes_Wrap {
		width: 100%!important;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.sec07 .clm4 {
		gap: 14px 10px;
		flex-wrap: wrap;
	}
	.sec07 .clm4 li {
		width: calc((100% - 10px) / 2);
	}

	.planLink_Wrap {
		margin: 30px auto 0;
	}

}