header,
main {
	background-color: var(--bg-gray);
}

/* title */
#title {
	position: relative;
	width: 100%;
	height: 15.5rem;
	margin-top: 6.25rem;
	background: url(../images/access/bg_title_access.jpg) center center/cover no-repeat;
	z-index: 100;
}
#title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: linear-gradient(180deg, rgb(192, 199, 205) 0%, rgba(192, 199, 205, 0) 32%);
}
#title .title_wrap {
	width: 90rem;
	height: 100%;
	margin: 0 auto;
}
#title .title_wrap .title_inner {
	position: relative;
	width: 75rem;
	margin: 0 auto;
	z-index: 200;
}
#title .title_wrap .title_inner .breadcrumb {
	width: 100%;
	padding-top: 2.5rem;
}
#title .title_wrap .title_inner .breadcrumb ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
#title .title_wrap .title_inner .breadcrumb ul li {
	font-size: 0.75rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
	color: var(--black02);
}
#title .title_wrap .title_inner .breadcrumb ul li::after {
	content: "/";
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
#title .title_wrap .title_inner .breadcrumb ul li.focus_on {
	color: var(--black00);
}
#title .title_wrap .title_inner .breadcrumb ul li:last-child::after {
	content: "";
	margin-right: 0;
}
#title .title_wrap .title_inner h1 {
	margin-top: 1rem;
	margin-left: 0;
	font-size: 3rem;
	font-family: "Cormorant Garamond", cursive;
	font-style: italic;
	line-height: normal;
	color: var(--black00);
	display: block;
}
#title .title_wrap .title_inner h1 span {
	margin-top: 0.125rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
	line-height: 200%;
	display: block;
}
#title .title_wrap .title_inner h1 span:before {
	content: "";
	display: inline-block;
	width: 0.375rem;
	height: 0.375rem;
	background-image: url(../images/title_dot01.svg);
	background-size: contain;
	margin-right: 0.375rem;
}

@media screen and (max-width: 750px) {
	#title {
	width: 100vw;
	height: 59.7333333333vw;
	margin-top: 21.3333333333vw;
	background: url(../images/access/bg_title_access_sp.jpg) center center/cover no-repeat;
	}
	#title .title_wrap {
	width: 100vw;
	}
	#title .title_wrap .title_inner {
	width: 89.3333333333vw;
	}
	#title .title_wrap .title_inner .breadcrumb {
	padding-top: 8vw;
	overflow-x: scroll;
	}
	#title .title_wrap .title_inner .breadcrumb ul {
	justify-content: flex-start;
	}
	#title .title_wrap .title_inner .breadcrumb ul li {
	font-size: 3.2vw;
	white-space: nowrap;
	}
	#title .title_wrap .title_inner .breadcrumb ul li::after {
	margin-left: 3.2vw;
	margin-right: 3.2vw;
	}
	#title .title_wrap .title_inner h1 {
	margin-top: 11.2vw;
	font-size: 7.4666666667vw;
	}
	#title .title_wrap .title_inner h1 span {
	margin-top: 0.5333333333vw;
	font-size: 3.7333333333vw;
	}
	#title .title_wrap .title_inner h1 span:before {
	width: 1.6vw;
	height: 1.6vw;
	margin-right: 1.6vw;
	}
}
/* Access */
#Access {
	position: relative;
	width: 100%;
}
#Access .access_wrap {
	width: 75rem;
	margin: 0 auto;
	padding-top: 5rem;
	display: flex;
	justify-content: space-between;
}
#Access .access_wrap div {
	width: 36.875rem;
	color: var(--black01);
}
#Access .access_wrap div > div:first-child {
	width: 100%;
	height: 20.75rem;
	overflow: hidden;
}
#Access .access_wrap div.access_map h4 {
	margin-top: 1.875rem;
	font-size: 1rem;
	font-family: "Shippori Mincho", cursive;
	font-weight: 700;
	white-space: nowrap;
}
#Access .access_wrap div.access_map address {
	margin-top: 1.3125rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
}
#Access .access_wrap div.access_map p {
	margin-top: 0.5625rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
}
#Access .access_wrap div.access_img h4 {
	margin-top: 1.875rem;
	font-size: 1rem;
	font-family: "Shippori Mincho", cursive;
	font-weight: 700;
	white-space: nowrap;
}
#Access .access_wrap div.access_img p {
	margin-top: 0.875rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
}
#Access .access_wrap div.access_img .access_link {
	width: 12.5rem;
	height: 2.3125rem;
	margin-top: 2.375rem;
}
#Access .access_wrap div.access_img .access_link a {
	font-size: 0.75rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
}

@media screen and (max-width: 750px) {
	#Access {
	width: 100vw;
	}
	#Access .access_wrap {
	width: 89.3333333333vw;
	padding-top: 16vw;
	flex-direction: column;
	}
	#Access .access_wrap div {
	width: 89.3333333333vw;
	}
	#Access .access_wrap div > div:first-child {
	width: 100%;
	height: 50.1333333333vw;
	overflow: hidden;
	}
	#Access .access_wrap div.access_map h4 {
	margin-top: 5.3333333333vw;
	font-size: 4.2666666667vw;
	}
	#Access .access_wrap div.access_map address {
	margin-top: 3.7333333333vw;
	font-size: 3.7333333333vw;
	line-height: 200%;
	}
	#Access .access_wrap div.access_map p {
	margin-top: 2.1333333333vw;
	font-size: 3.7333333333vw;
	}
	#Access .access_wrap div.access_img {
	margin-top: 14.4vw;
	}
	#Access .access_wrap div.access_img h4 {
	margin-top: 5.3333333333vw;
	font-size: 4.2666666667vw;
	}
	#Access .access_wrap div.access_img p {
	margin-top: 3.7333333333vw;
	font-size: 3.7333333333vw;
	line-height: 200%;
	}
	#Access .access_wrap div.access_img .access_link {
	width: 53.3333333333vw;
	height: 9.8666666667vw;
	margin-top: 4.2666666667vw;
	}
	#Access .access_wrap div.access_img .access_link a {
	font-size: 3.2vw;
	}
}
/* Contact */
#Contact {
	position: relative;
	width: 100%;
	color: var(--black00);
}
#Contact .wrap01 {
	width: 75rem;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 7.5rem;
}
#Contact .wrap01 .contact_wrap {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#Contact .wrap01 .contact_wrap h2 {
	width: 22.5rem;
	font-size: 2.5rem;
	font-family: "Cormorant Garamond", cursive;
	font-style: italic;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}
#Contact .wrap01 .contact_wrap h2 span {
	margin-left: 1.25rem;
	font-size: 0.75rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
	line-height: 1;
}
#Contact .wrap01 .contact_wrap h2 span:before {
	content: "";
	display: inline-block;
	width: 0.375rem;
	height: 0.375rem;
	background-image: url(../images/title_dot01.svg);
	background-size: contain;
	margin-right: 0.375rem;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp {
	width: 49.625rem;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li {
	width: 24.1875rem;
	height: 11.4375rem;
	text-align: center;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgb(192, 199, 205);
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a h4 {
	padding-top: 2.1875rem;
	font-size: 1rem;
	font-family: "Shippori Mincho", cursive;
	font-weight: 700;
	white-space: nowrap;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a p {
	margin-top: 0.625rem;
	font-size: 0.875rem;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
	line-height: 200%;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a span.telnum {
	display: inline-flex;
	align-items: center;
	margin-top: 1.5rem;
	font-size: 1.25rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Noto Sans JP", cursive;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a span.telnum::before {
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.375rem;
	background-image: url(../images/tel_icon.svg);
	background-size: contain;
}
#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a span.contact_link {
	margin-top: 1.5rem;
	margin-left: 50%;
	transform: translateX(-50%);
	height: 2rem;
	display: block;
	font-size: 1rem;
	font-family: "Cormorant Garamond", cursive;
	font-style: italic;
	font-weight: 700;
	text-align: left;
}

@media screen and (max-width: 750px) {
	#Contact {
		width: 100vw;
	}
	#Contact .wrap01 {
		width: 89.3333333333vw;
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	#Contact .wrap01 .contact_wrap {
		flex-direction: column;
	}
	#Contact .wrap01 .contact_wrap h2 {
		width: 89.3333333333vw;
		font-size: 9.0666666667vw;
	}
	#Contact .wrap01 .contact_wrap h2 span {
		margin-left: 4.2666666667vw;
		font-size: 3.2vw;
	}
	#Contact .wrap01 .contact_wrap h2 span:before {
		width: 1.6vw;
		height: 1.6vw;
		margin-right: 1.6vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner {
		margin-top: 10.6666666667vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp {
		width: 89.3333333333vw;
		flex-direction: column;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li {
		width: 89.3333333333vw;
		height: 46.1333333333vw;
		margin-bottom: 2.6666666667vw;
		text-align: center;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a h4 {
		padding-top: 5.3333333333vw;
		font-size: 4.2666666667vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a p {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a span.telnum {
		margin-top: 3.7333333333vw;
		font-size: 5.3333333333vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a span.telnum::before {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		margin-right: 1.6vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li a span.contact_link {
		margin-top: 5.3333333333vw;
		margin-left: 50%;
		transform: translateX(-50%);
		height: 9.3333333333vw;
		display: block;
		font-size: 4.2666666667vw;
	}
	#Contact .wrap01 .contact_wrap .contact_banner .banner_wrwp li:last-child {
		margin-bottom: 0;
	}
}/*# sourceMappingURL=access.css.map */