.wrapper{
	--wp--preset--color--asort: lightblue;
	--color-orange: lightblue;
	
	--wp--preset--color--background: #DEF;
}
#global_header, #smart_header{
	display: none;
}
footer{
	margin: 0;
}
footer,header{
	background: #ACE;
	padding: 4px;
}
header h2{
	border-bottom: solid white 2px !important;
	text-shadow: gray 1px 1px 1px;
	font-weight: normal;
	margin: 0;
	font-size: 28px;
	margin-right: 50px;
}
header *{
	color: white;
}
.seisan_header_top{
	display: flex;
	justify-content: center;
	align-items: center;
}
.seisan_header_top .seisan_icon{
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;

	background: white;
	border-radius: 20px;
	padding: 10px;
	margin: 4px;
	text-align: center;
	letter-spacing: -1px;

}
.seisan_header_top .seisan_icon *{
	color: #06F;
	font-size: 90%;
}
.seisan_header_top img{
	height: 30px;
}

.seisan_header_bottom{
	display: flex;
	justify-content: center;
	gap: 30px;
}



.bar{
	text-align: center;
}
.bar strong:last-child,
h5.bar{
	border-bottom: #06F solid 2px;
	padding: 0 10px;
}
h5 bdo{
	font-size: 24px;
}

div.overtop{
	overflow: visible;
/*
	margin-top: -200px;
	padding-top: 200px;
	
	margin-bottom: 200px;
	height: 440px;
*/	
}
div.overtop2{
/*
	margin-top: -200px;
	padding-top: 200px;
*/
}
.back{
	background: #DEF;
	max-width: none;
	padding-bottom: 10px;
}
div.back > div{
	max-width: 960px;
}


.round-border{
	border-radius: 20px;
	border: solid 2px blue;
	padding: 10px 40px;
	box-sizing: border-box;
}





.hide{
	display: none !important;
}

.pad{
	padding: 24px;
}



.wp-block-button__link{
	background: #08C !important;
}
.gray-btn .wp-block-button__link{
	background: #B0B3C0 !important;
}
.wp-block-button__link:hover{
	background: blue !important;
}
.gray-btn .wp-block-button__link:hover{
	background: #123 !important;
}

.mail.wp-block-buttons:not(.no-arrow) .wp-block-button__link:before{
	content: "";
	background-image: url("https://wakayamakenshakyo.or.jp/~jinzai/wp/wp-content/uploads/2024/06/メールアイコン.png");
	background-position-x: center;
	background-position-y: 7px;
	background-size: contain;
	background-repeat: no-repeat;
}
.wp-block-buttons.no-arrow .wp-block-button__link{
	padding: 20px;
	font-size: 1.5em !important;
}
.wp-block-button__link:before *{
	color: blue;
}


.footer_page{
	display: none;
}
html{
	--accent--color: blue;
}



footer *{
	color:white;
}
footer .toiawase{
	text-align: center;
	font-size: 200%;
}
.seisan_footer_page{
	display: flex;
	justify-content: space-around;
	align-items: center;
}


#main_contents,
main.page{
	background: white !important;
}

h1,h2,h3{
	border-bottom: none !important;
}



p.hp{
	line-height: 1.5;
}
p.p{
	font-size: 90%;
	padding: 1ex;
	line-height: 1.6;
}
table.twoblock{
	border-collapse: separate;
	border-spacing: 1em;
}
table.twoblock td{
	width: 400px;
	vertical-align: top;
}
table.twoblock img{
}
table.twoblock p{
	font-size: 90%;
}

.wp-block-column img{
	border-radius: 30px;
}

.fixed{
	position: absolute;
	top: 180px;
	right: 200px;
	background: lightgray;
	color: darkblue;
	padding: 1ex 2ex;
	border-radius: 30px;
	cursor: pointer;
}

#seisan_slide{
	position: relative;
	height: 400px;
	max-width: none;
}
#seisan_slide .top-white{
	position: absolute;
	top: 0;
	width: 5600px;
	height: 200px;
	background: white;
}
#seisan_slide > div{
	width: 2800px;
	display: flex;
	justify-content: center;
	max-width: none;

	animation-name: slideloop;
	animation-duration: 32s;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#seisan_slide img{
	border-radius: 30px;
	margin: 0 30px;
}
.seisan_slide_block1{
	position: absolute;
	left: -1400px;
}
.seisan_slide_block2{
	position: absolute;
	top: 0;
	left: 1400px;
}

.center > .wp-block-button__link{
	flex-direction: column;
}
.page > h2{
	text-align: center;
}
/*
#seisan_slide img.s1{ left:-1040px; }
#seisan_slide img.s2{ left:-520px; }
#seisan_slide img.s3{ left:0px; }
#seisan_slide img.s4{ left:520px; }
#seisan_slide img.s5{ left:1040px; }
#seisan_slide img.s6{ left:1560px; }
#seisan_slide img.s7{ left:2080px; }
#seisan_slide img.s8{ left:2600px; }
#seisan_slide img.s9{ left:3120px; }
#seisan_slide img.s10{ left:3640px; }
*/
@keyframes slideloop{
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(-2800px);
  }
}


@media all and (max-width: 480px){
	h2,h4,h5{
		padding-left: 1ex;
		padding-right: 1ex;
		box-sizing: border-box;
	}
	.fixed{
		top: 40px;
		right: 8px;
	}

	.wp-block-button__link{
		font-size: 14px !important;
	}
	#seisan_slide{
		margin-top: 50px;
	}
	footer .seisan_footer_page{
		flex-direction: column;
	}
	footer .toiawase{
		font-size: 20px;
		margin-bottom: 10px;
	}

	#seisan_header{
		font-size: 14px;
	}
	#seisan_header h2{
		margin-right: 1em;
	}
	.seisan_icon{
		font-size: 12px;
		padding: 4px !important;
	}
	#seisan_slide{
		overflow: hidden;
	}
}

