@charset "utf-8";

/* ===================================================
	Access CSS
====================================================== */
/* ---------------------------------------------------
	.map + sec_address
------------------------------------------------------ */
.map iframe {
	display: block;
	width: 100%;
	height: 600px;
	filter: grayscale(1);
}
#sec_address {
	display: flex;
	justify-content: space-between;
	padding: 100px 0 0;
}
#sec_address .txt {
	width: 635px;
	margin: 0 0 0 40px;
}
#sec_address .tit_address {
	margin: 0 0 5px;
	font-size: 22px;
}
#sec_address .cmn_dl_table {
	margin: 0 0 30px;
	border-top: none;
}
#sec_address .cmn_dl_table > div > dt,
#sec_address .cmn_dl_table > div > dd {
	padding: 20px;
}
#sec_address .cmn_dl_table > div > dt {
	width: 165px;
}
#sec_address .googlemap_link {
	text-align: right;
}
#sec_address .googlemap_link a {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
}
#sec_address .googlemap_link a::before {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	content: "";
	background: url(../img/icon_map.svg) no-repeat center center;
	background-size: 100% auto;
}

@media screen and (max-width: 600px) {
	.map iframe {
		height: 60vw;
	}
	#sec_address {
		display: block;
		padding-top: 40px;
	}
	#sec_address .txt {
		width: auto;
		margin: 20px 0 0;
	}
	#sec_address .tit_address {
		margin: 0 0 5px;
		font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
		font-size: 18px;
		line-height: 1.6;
	}
	#sec_address .cmn_dl_table > div > dt,
	#sec_address .cmn_dl_table > div > dd {
		padding: 10px 15px;
	}
	#sec_address .cmn_dl_table > div > dt {
		padding-bottom: 5px;
	}
	#sec_address .cmn_dl_table > div > dd {
		padding-top: 0;
	}
}

/* ---------------------------------------------------
	#sec01
------------------------------------------------------ */
#sec01 {
	padding: 130px 0 0;
}
#sec01 .attention {
	padding: 50px;
	margin: 0 0 50px;
	color: #d70000;
	background: #fff;
	border: 1px solid #d70000;
}
#sec01 .attention dt {
	margin: 0 0 10px;
	font-weight: bold;
}
#sec01 .attention dd span {
	text-decoration: underline;
}
#sec01 .links {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0;
}
#sec01 .links li {
	width: 270px;
	max-width: calc((100% - 60px) / 4);
}
#sec01 .links li .cap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75px;
	margin: 0 0 10px;
	color: #fff;
	background: var(--color-bg02);
}
#sec01 .btn a {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 450px;
	min-height: 80px;
	padding: 10px 30px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(var(--color-border02-rgb), 0.5);
	border-radius: 999px;
}
#sec01 .btn a::before {
	width: 20px;
	height: 20px;
	margin: 0 0 0 30px;
	content: "";
	background: url(../img/icon_map.svg) no-repeat center center;
	background-size: 100% auto;
}
#sec01 .btn a::after {
	width: 15px;
	height: 15px;
	margin: 0 0 0 35px;
	content: "";
	background: url(../../access/img/arrow.svg) no-repeat center center;
	background-size: 100% auto;
	transform: rotate(-90deg);
}

@media screen and (max-width: 600px) {
	#sec01 {
		padding-top: 60px;
	}
	#sec01 .attention {
		padding: 20px;
		margin-bottom: 30px;
	}
	#sec01 .links {
		display: block;
		margin-bottom: 40px;
	}
	#sec01 .links li {
		width: auto;
		max-width: none;
	}
	#sec01 .links li + li {
		margin: 20px 0 0;
	}
	#sec01 .links li .cap {
		min-height: 65px;
	}
	#sec01 .btn a {
		width: 100%;
		min-height: 70px;
		padding: 10px 20px;
		font-size: 14px;
	}
	#sec01 .btn a::before {
		margin: 0 5px;
	}
	#sec01 .btn a::after {
		margin-left: 10px;
	}
}

/* ---------------------------------------------------
	#sec02, #sec03
------------------------------------------------------ */
/* 共通パーツ */
.sec_route {
	font-size: 14px;
}
.sec_route .route_img {
	margin: 0 0 45px;
}
.sec_route .cmn_list_note_01 {
	margin: 0 0 25px;
}
.sec_route .cmn_list_note_01 li::before {
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
	content: "*";
}
.sec_route .txt_links {
	display: flex;
	align-items: center;
	line-height: 1;
}
.sec_route .txt_links dt {
	flex-shrink: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid var(--color-txt01);
}
.sec_route .txt_links dd {
	padding: 0 0 0 25px;
}
.sec_route .txt_links dd ul {
	display: flex;
	flex-wrap: wrap;
}
.sec_route .txt_links dd li:not(:last-child) {
	margin-right: 30px;
}
.sec_route .txt_links dd a {
	display: flex;
	align-items: center;
}
.sec_route .txt_links dd a::after {
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	content: "";
	background: url(../img/icon_site_02.svg) no-repeat center center;
	background-size: 100% auto;
}

/* sectionごと */
#sec02 {
	padding: 100px 0 0;
}
#sec03 {
	padding: 70px 0 130px;
}

@media screen and (max-width: 600px) {
	/* 共通パーツ */
	.sec_route {
		font-size: 14px;
	}
	.sec_route .route_col {
		margin: 0 0 30px;
	}
	.sec_route .route_col dl {
		line-height: 1.6;
	}
	.sec_route .route_col dl + dl {
		margin: 20px 0 0;
	}
	.sec_route .route_col li {
		list-style-type: none;
	}
	.sec_route .route_col .point {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 55px;
		padding: 10px;
		text-align: center;
		background: #fff;
	}
	.sec_route .route_col .point span {
		font-size: 12px;
	}
	.sec_route .route_col .goal {
		color: #fff;
		background: var(--color-bg02);
	}
	.sec_route .route_col dt.point {
		position: relative;
		z-index: 0;
		padding: 10px 30px;
	}
	.sec_route .route_col dt.point::after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 12px;
		height: 12px;
		content: "";
		background: url(../../access/img/arrow.svg) no-repeat center center;
		background-size: 100% auto;
		transition: transform 0.5s;
		transform: translateY(-50%);
	}
	.sec_route .route_col dt.point.active::after {
		transform: rotate(180deg) translateY(50%);
	}
	.sec_route .route_col .way {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.sec_route .route_col .way::before,
	.sec_route .route_col .way::after {
		width: 1px;
		height: 20px;
		content: "";
		background: rgba(var(--color-border02-rgb), 0.5);
	}
	.sec_route .route_col .way > span {
		margin: 10px 0;
	}
	.sec_route .route_col h3 {
		margin: 0 0 10px;
		font-weight: bold;
	}
	.sec_route .route_col h3:not(:first-child) {
		margin-top: 30px;
	}
	.sec_route .txt_links {
		display: block;
		line-height: 1.6;
	}
	.sec_route .txt_links dt {
		padding: 0 0 5px;
		font-weight: bold;
		border-right: none;
	}
	.sec_route .txt_links dd {
		padding: 0;
	}
	.sec_route .txt_links dd li {
		margin: 5px 0;
	}
	.sec_route .txt_links dd li:not(:last-child) {
		margin-right: 20px;
	}

	/* sectionごと */
	#sec02 {
		padding-top: 60px;
	}
	#sec03 {
		padding: 60px 0;
	}
}

/* ---------------------------------------------------
	#sec04
------------------------------------------------------ */
#sec04 {
	padding: 180px 0 125px;
	border-image-source: linear-gradient(rgba(var(--color-bg03-rgb), 0.7), rgba(var(--color-bg03-rgb), 0.7)); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#sec04 .con .img {
	margin: 0 0 25px;
}
#sec04 .con h3 {
	margin: 50px 0 15px;
	font-weight: bold;
}
#sec04 .con .cmn_dl_table {
	margin: 0 0 20px;
	letter-spacing: 0;
}
#sec04 .con .cmn_dl_table > div > dt {
	font-family: YakuHanMPs, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	line-height: 1.6;
	background: #f3f1eb;
}
#sec04 .con .cmn_dl_table > div > dt span {
	font-size: 13px;
}
#sec04 .con .cmn_note_01 {
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	#sec04 {
		padding: 60px 0;
	}
	#sec04 .con .img {
		margin-bottom: 20px;
	}
	#sec04 .con h3 {
		margin: 30px 0 10px;
	}
	#sec04 .con .cmn_dl_table {
		margin: 0 0 20px;
		letter-spacing: 0;
	}
}

/* ---------------------------------------------------
	#sec05
------------------------------------------------------ */
#sec05 {
	padding: 115px 0 135px;
	margin-bottom: 55px;
	color: #597252;
	text-align: center;
	border-image-source: linear-gradient(#fff, #fff); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#sec05 h2 {
	margin: 0 0 35px;
}
#sec05 .note {
	margin: 0 0 70px;
}
#sec05 .img {
	display: flex;
	justify-content: space-between;
	margin: 0 0 65px;
}
#sec05 .img div {
	max-width: calc((100% - 40px) / 2);
}
#sec05 .link {
	margin: 25px 0 0;
}
#sec05 .link .cmn_link {
	color: #597252;
	border-color: rgba(89, 114, 82, 0.3);
}
#sec05 .link .cmn_link::after {
	background: #597252;
}

@media screen and (max-width: 600px) {
	#sec05 {
		padding: 60px 0;
		margin-bottom: 0;
	}
	#sec05 h2 {
		margin-bottom: 20px;
	}
	#sec05 h2 img {
		width: 100px;
	}
	#sec05 .note {
		margin-bottom: 30px;
	}
	#sec05 .img {
		display: block;
		margin-bottom: 30px;
	}
	#sec05 .img div {
		max-width: none;
	}
	#sec05 .img div + div {
		margin: 5px 0 0;
	}
}
