@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#access h3.sub {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 0.5em;
}
#access h3.sub::before {
	display: inline-block;
	width: 33px;
	height: 29px;
	background: url(../img/top/icon01.png) no-repeat center center / contain;
	content: "";
}
#access .white_box {
	background: #fff;
	padding: 40px 50px;
	border-radius: 20px;
	font-size: 100%;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}
#access .white_box table {
	border: 2px solid #e5e5e5;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}
#access .white_box table th,#access .white_box table td {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 500;
}
#access .white_box table th {
	background: rgba(237,153,163,0.1);
	vertical-align: top;
	width: 20%;
	text-align: center;
}
#access .white_box table th:last-child,#access .white_box table td:last-child {
	border-left: 1px solid #e5e5e5;
}
#access .white_box table tr:last-child th,#access .white_box table tr:last-child td {
	border-bottom: none;
}
#access .access_map dl {
	border-top: 1px solid #e5e5e5;
	display: flex;
}
#access .access_map dl:last-of-type {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
#access .access_map dt {
	width: 30%;
	background: #f5f5f2;
	padding: 25px;
	font-size: 20px;
}
#access .access_map dt img {
	width: 40px;
	margin-right: 1em;
}
#access .access_map dd {
	width: 70%;
	padding: 25px;
}
#access .access_map dd li {
	margin: 15px 0;
	position: relative;
	padding-left: 20px;
}
#access .access_map dd li::before {
	content: "";
	background: #ed99a3;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
#access .access_map .map iframe {
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 483px;
}
#access h4.sub {
	font-size: 38px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}
#access h4.sub::before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #95cb4d;
}


#access .js-mascot {
	position: absolute;
}
#access .js-mascot.mascot01 {
	right: 100px;
	top: 230px;
}
#access .js-mascot.mascot01 img {
	width: 88px;
	transform: rotate(-35deg);
}
#access .js-mascot.mascot02 {
	right: 200px;
	top: 270px;
}
#access .js-mascot.mascot02 img {
	width: 121px;
	transform: rotate(30deg);
}
#access .js-mascot.mascot03 {
	right: 30px;
	top: 30px;
}
#access .js-mascot.mascot03 img {
	width: 82px;
}
#access .js-mascot.mascot04 {
	right: 100px;
	bottom: 30px;
}
#access .js-mascot.mascot04 img {
	width: 155px;
}
@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 .white_box {
		padding: 20px 25px;
	}
	#access .white_box table th,#access .white_box table td {
		padding: 15px;
	}
	#access .white_box table th {
		width: 30%;
	}
	#access .access_map dl {
		display: block;
	}
	#access .access_map dl:last-of-type {
		margin-bottom: 30px;
	}
	#access .access_map dt,#access .access_map dd {
		padding: 15px;
		width: 100%;
	}
	#access .access_map dt {
		font-size: 100%;
	}
	#access .access_map .map iframe {
		height: 250px;
	}
	#access h4.sub {
		font-size: 25px;
	}
	
	#access .js-mascot.mascot01 {
		right: 35px;
		top: 200px;
	}
	#access .js-mascot.mascot01 img {
		width: 60px;
	}
	#access .js-mascot.mascot02 {
		right: 60px;
		top: 230px;
	}
	#access .js-mascot.mascot02 img {
		width: 100px;
	}
	#access .js-mascot.mascot03 img {
		width: 60px;
	}
	#access .js-mascot.mascot04 {
		bottom: auto;
		top: 35px;
	}
	#access .js-mascot.mascot04 img {
		width: 80px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#access .white_box {
		padding: 15px 20px;
	}
	#access .white_box table th,#access .white_box table td {
		width: 100%;
		display: block;
	}
	#access .white_box table th:last-child, #access .white_box table td:last-child {
		border-left: none;
	}
	#access h4.sub {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	#access .js-mascot.mascot01 {
		right: 35px;
		top: auto;
		bottom: 125px;
	}
	#access .js-mascot.mascot02 {
		top: auto;
		bottom: 15px;
	}
	#access .js-mascot.mascot02 img {
		width: 80px;
	}
	#access .js-mascot.mascot03 {
		right: 15px;
		top: 0;
	}
	#access .js-mascot.mascot04 {
		top: 15px;
		right: 50px;
	}
}