@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#access {
	font-size: 112%;
}
#access .orange_ttl {
	font-size : 37px;
	line-height : 57.84px;
	color : #E94829;
	font-weight: 500;
}
#access .txt02 {
	font-size : 24px;
	line-height : 39px;
	color : #000;
	font-weight: 600;
}
#access h3.sub .jp {
	line-height: 1.5em;
}
#access .access_box .box_flex {
	align-items: flex-start;
}
#access .access_box .txt_box {
	width: 500px;
}
#access .access_box .txt_box dl {
	border-top: 1px solid #c9caca;
	padding: 20px 0;
	display: flex;
}
#access .access_box .txt_box dl:last-of-type {
	border-bottom: 1px solid #c9caca;
}
#access .access_box .txt_box dt {
	color: #e94829;
	width: 25%;
}
#access .access_box .txt_box dd {
	display: flex;
	column-gap: 80px;
}
#access .access_box .txt_box dd li {
	padding-left: 15px;
	line-height : 34px;
	position: relative;
}
#access .access_box .txt_box dd li::before {
	content: "";
	background: #1bb8ce;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
#access .access_box .map_img {
	width: 50%;
	background: #f2f2f2;
	padding: 10px;
}
#access .access_box .msg_box {
	border: 1px solid #c9caca;
	border-radius: 5px;
	padding: 50px;
	position: relative;
	margin: 80px 0;
}
#access .access_box .msg_box::before {
	content: "MESSAGE";
	font-family: var(--font-en);
	font-size : 117px;
	color : #C9CACA;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: -1;
	opacity: 15%;
	font-weight: 600;
}
#access .access_box .msg_box dl {
	display: flex;
	column-gap: 30px;
	align-items: center;
}
#access .access_box .msg_box dt {
	font-size : 24px;
	line-height : 39px;
	color : #000;
	font-weight: 600;
}
#access .access_box .map iframe {
	width: 100%;
	height: 430px;
	border: none;
}
#access .pickup_box::before {
	background: url("../img/price/bg01.jpg") no-repeat top/cover;
}
#access .pickup_box .ttl_box {
	justify-content: flex-start;
	column-gap: 50px;
}
#access .pickup_box h3.sub {
	text-align: left;
}
#access .pickup_box .white_box {
	background: #fff;
	padding: 50px;
}
#access .pickup_box .white_box .box_in {
	margin-top: 50px;
}
#access .pickup_box .white_box .img {
	width: 310px;
}
#access .pickup_box .white_box .txt_box {
	width: 640px;
}
#access .pickup_box .white_box .txt_box dl:first-of-type {
	margin-bottom: 50px;
}
#access .pickup_box .white_box .txt_box dt {
	font-size : 24px;
	line-height : 39px;
	color : #000;
	background: #f2f2f2;
	padding: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}
#access .pickup_box .white_box .txt_box dt::first-letter {
	color: #e94829;
}
#access .pickup_box .white_box .txt_box dd li {
	position: relative;
	padding-left: 20px;
}
#access .pickup_box .white_box .txt_box dd li::before {
	content: "";
	background: url("../img/chk.png") no-repeat center/100%;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 10px;
	left: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#access .orange_ttl {
		font-size: 25px;
		line-height: 1.8em;
	}
	#access .txt02 {
		font-size: 115%;
		line-height: 1.8em;
	}
	#access .access_box .txt_box {
		width: 48%;
	}
	#access .access_box .txt_box dl {
		display: block;
		padding: 10px 0;
	}
	#access .access_box .txt_box dt {
		width: 100%;
	}
	#access .access_box .txt_box dd {
		column-gap: 30px;
	}
	#access .access_box .msg_box {
		margin: 50px 0;
		padding: 20px;
	}
	#access .access_box .msg_box dl {
		display: block;
	}
	#access .access_box .map iframe {
		height: 250px;
	}
	#access .pickup_box .white_box {
		padding: 15px;
	}
	#access .pickup_box .white_box .box_in {
		margin-top: 30px;
	}
	#access .pickup_box .white_box .img {
		width: 30%;
	}
	#access .pickup_box .white_box .img img {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	#access .pickup_box .white_box .txt_box {
		width: 68%;
	}
	#access .pickup_box .white_box .txt_box dt {
		font-size: 20px;
		line-height: 1.8em;
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#access {
		font-size: 100%;
	}
	#access .orange_ttl {
		font-size: 20px;
		padding-bottom: 0;
	}
	#access .txt02 {
		font-size: 115%;
		text-align: left;
	}
	#access .access_box .txt_box {
		width: 100%;
	}
	#access .access_box .map_img {
		width: 100%;
		margin-top: 20px;
	}
	#access .access_box .msg_box {
		padding: 15px;
		margin: 20px 0;
	}
	#access .access_box .msg_box::before {
		font-size: 50px;
		bottom: -25px;
	}
	#access .access_box .msg_box dt {
		font-size: 20px;
	}
	#access .access_box .map iframe {
		height: 180px;
	}
	#access .pickup_box.mt {
		margin-top: 30px;
	}
	#access .pickup_box .white_box .txt.cen {
		text-align: left;
	}
	#access .pickup_box .white_box .img {
		width: 100%;
		margin-bottom: 20px;
	}
	#access .pickup_box .white_box .txt_box {
		width: 100%;
	}
	#access .pickup_box .white_box .txt_box dl:first-of-type {
		margin-bottom: 30px;
	}
}