#head00 {
	width:1200px;
}

.top_slider {
/*
	width:100% !important;
*/
	width:1200px !important;
	margin:0 auto;
	min-height:300px;
	height:auto;
	aspect-ratio: 25 / 11;
	overflow:hidden;
}

.footerwaku {
	width:1200px;
	margin:20px auto;
	display:flex;
	justify-content:center;
	align-items:center;
}

.footerwaku1 {
	width:450px;
}

.footerwaku2 {
	width:650px;
}

.foot01_03 table {
	border:none;
}

.foot01_03 table tr {
	border:none;
}

.foot01_03 table th {
	background-color:#fff;
}


.footer-link-background {
	background-color:#e8f2d9;
	padding:15px 0;
}

.footer-link-background-waku {
	margin:0 auto;
	width:1200px;
	display:flex;
	justify-content:center;
}

.footer-link-background-waku div {
	margin:3px 5px;
}


/* ----------------------------------
    トップページ
   ---------------------------------- */
.top-header-menu {
	position:sticky;
	bottom:0;
	left:0;
	margin-top:-150px;
	paddingtop:30px 0;
	height:150px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.2));
}

.top-header-menu-ul {
	display:flex;
	justify-content:center;
}

.top-header-menu-ul li {
	display:block;
	padding:20px 0;
}

.top-header-menu-ul a {
	display:block;
	padding:5px 40px;
	border-left:1px solid #bbb;
}

.top-header-menu-ul a.top-last {
	border-right:1px solid #bbb;
}


.top-bg-white {
	background-color:#fff;
}

.top-waku01 {
	width:1200px;
	height:auto;
	aspect-ratio: 12 / 5;
	margin:0 auto;
	background:#fff url(/img/top/bg01.jpg?3) top center no-repeat;
	background-size:100%;
	font-size:1em;
}

.top-waku0101 {
	width:100%;
	height:auto;
	aspect-ratio: 12 / 5;
	display:flex; justify-content:center;
	align-items:center; text-align:center;
}

.top01class {
	width:1000px !important;
	margin-bottom:40px;
	background-color:#e8f2d9;
	padding:50px !important;
}

.top01class-h2 {
	text-align:center !important;
	font-size:1.6em;
	letter-spacing:0.3em;
}

.top01class-h2-2 {
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	letter-spacing:0.3em;
}


#top02 {
	width:1000px;
}

.top02title {
	position:relative;
	width:100%;
	height:120px;
}

.top02title-img {
	width:420px;
	margin:10px auto;
}

.top02title-tori {
	position:absolute;
	top:-5px; left:50%;
	margin-left:300px;
	width:80px;
}

.top-kanrenlink-bg {
	background:url(/img/top/bg02.jpg) center center no-repeat;
	background-size:100%;
	width:100%;
	min-width:1200px;
	height:auto;
	padding:60px 0;
}

.top-kanrenlink-h2 {
	text-align:center !important;
	font-size:1.6em;
	letter-spacing:0.3em;
	color:#fff;
}

.top-kanrenlink-h2-2 {
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	letter-spacing:0.3em;
	color:#fff;
}

.top_cappu {
	margin:20px auto;
	width:320px;
}



/* スマホ用 */
@media print, screen and (max-width : 767px) {
	.pc {
		display:none;
	}
	
	.top_slider {
	/*
		width:100% !important;
	*/
		width:100% !important;
		margin:0 auto;
		min-height:200px;
		aspect-ratio: auto;
	}
	
	.footerwaku {
		width:100%;
		display:block;
		margin:10px;
	}
	
	.footerwaku1 {
		width:100%;
	}

	.footerwaku2 {
		width:100%;
	}

	.footer-link-background-waku {
		width: calc(100% - 20px);
		flex-wrap:wrap;
	}
	
	
	
	/* ----------------------------------
	    トップページ
	   ---------------------------------- */
	.top-header-menu {
		position:sticky;
		bottom:0;
		left:0;
		margin-top:-50px;
		paddingtop:30px 0;
		height:auto;
	}
	
	.top-header-menu-ul li {
		display:block;
		width: calc(50vw - 10px);
		max-width:200px;
		padding: 0;
		
	}
	
	.top-header-menu-ul a {
		display:block;
		padding:20px 20px;
		border:none;
	}
	
	.top-header-menu-ul a.top-up {
		border-bottom:1px solid #bbb;
	}
	
	.top-header-menu-ul a.top-left {
		border-right:1px solid #bbb;
	}
	
	.top-header-menu-ul a.top-last {
		border:none;
	}
	
	.top-waku01 {
		width:100%;
		height:auto;
		aspect-ratio: 1 / 1;
		margin:0 auto;
		padding:30px 0;
		background:#fff url(/img/top/bg01_sp.jpg) top center no-repeat;
		background-size:100%;
		font-size:0.9em;
	}
	
	.top01class {
		width: calc(100% - 60px) !important;
		margin-bottom:30px;
		background-color:#e8f2d9;
		padding:30px !important;
	}
	
	.top01class-h2 {
		font-size:1.8em !important;
	}
	
	.top01class-h2-2 {
		margin-top:0.5em;
		font-size:1.2em;
	}
	
	
	#top02 {
		width:100%;
	}
	
	.top02title {
		height:auto;
	}
	
	.top02title-img {
		width: 80%;
		max-width:420px;
	}
	
	.top02title-tori {
		display:none;
	}
	
	.top-kanrenlink-bg {
		background:url(/img/top/bg02_sp.jpg) center center no-repeat;
		background-size:cover;
		width:100%;
		min-width:100%;
		height:auto;
		padding:30px 0;
	}
	
	.top-kanrenlink-h2 {
		font-size:1.8em !important;
	}
	
	.top-kanrenlink-h2-2 {
		margin-top:0.5em;
		font-size:1.2em;
	}
	
}

