/*
Theme Name: eases5-child
Template: eases5
Description: 有限会社渡辺土木 様
*/
/* 初期設定 ----------------------------------------------------------------------------------- */
:root {
	--es-wrap-max-width: 1024px;
	--es-main-max-width: 1024px;
	--es-side-max-width: 0;
	--es-main-font-color: #555;
	--es-primary-color: #31a636;
	--es-secondary-color: #006acd;
	--es-header-color: rgba(32, 32, 32, 0);
	--es-header-font-color: #555;
	--es-side-color: rgba(32, 32, 32, 0);
	--es-side-font-color: #555;
	--es-side-a-color: #555;
	--es-footer-color: #092a52;
	--es-footer-font-color: white;
	--es-header-hmg-color: white;
	--es-mobile-menu-color: #335b22;
}

ul, ol {
	padding: 0;
	list-style: none; }

/* contents ------------------------------------------------------------------------------------- */

/* ■ h1 - h5
-------------------------------------------------------------- */
.hgroup h1 a {
	color: var(--es-header-font-color); }

#main h2 {
	margin: 0 auto 20px;
	padding: 0px 20px!important;
	border-bottom: 3px solid var(--es-primary-color);
	color: #555;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3); }

#sidebar .side-box h2 {
	border-radius: 10px 10px 0 0;
	padding: 10px;
	font-size: 1.8rem; }

#footer h2 { font-size: 2.2rem; }

#single-page h2 {
	background-color: #808670;
	color: white; }

#main h3 {
	position: relative;
	margin: 0 auto 10px;
	padding: 5px 20px 5px 40px!important;
	color: #555;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

#main h3:before {
	position: absolute;
	top: 5px;
	left: 10px;
	content: "\e939"; }

#main h4 {
	margin-bottom: 10px;
	font-size: 2.0rem; }

#main h5 {
	margin-bottom: 10px;
	font-size: 2.0rem; }


/* レイアウト
-------------------------------------------------------------- */
#wrap {
	background: url(../../../images/bk.jpg) center 10px no-repeat;
	background-size: contain;
	padding: 0; }

#header {
	border-top: 10px solid var(--es-primary-color);
	text-align: center; }
	@media screen and (min-width: 600px) {
		#header {
			margin-bottom: 50px;
			text-align: left; } }

#header .hgroup {
	margin-bottom: 10px;
	padding: 10px 20px; }

.title { text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white, 0px 1px 0 white, 0 -1px 0 white, -1px 0 0 white, 1px 0 0 white; }

#globalnavi {
	background-color: #31a636; }

#globalnavi ul {
	width: 1024px;
	margin: 0 auto;
	border-right: 1px solid white;
	justify-content: flex-start; }

#globalnavi li {
	width: 25%;
	border-left: 1px solid white;
	background-color: #31a636;
	font-size: 1.4rem;
	line-height: 1.4; }

#globalnavi li:last-of-type {
	border-right: none; }

#globalnavi li a {
	display: block;
	padding: 20px 0; }

#pagebody { 
	max-width: var( --es-wrap-max-width );
	height: 100%;
	margin: 0 auto;
	padding: 0 20px 40px; }


#main,
#single-page,
#index-page {
	max-width: var(	--es-main-max-width ); }

#main p {
	padding: 0 10px; }

.menu-footer_menu-container {
	max-width: var(	--es-main-max-width );
	margin: 0 auto; }

#footer {
	min-height: 330px;
	border-top: 5px solid var(--es-primary-color);
	background: url(../../../images/footer_bk.jpg) center bottom no-repeat;
	color: #000;
	text-shadow: 1px 1px 5px white, -1px 1px 5px white, 1px -1px 5px white, -1px -1px 5px white; }


#footer > .inner {
	max-width: var(	--es-main-max-width );
	margin: 0 auto;
	padding: 40px 10px 0; }

#wrap .inner > footer > .inner #block-13 > .is-layout-flow {
	display: flex;
	flex-direction: column-reverse; }
	@media screen and (min-width: 768px) {
		#wrap .inner > footer > .inner #block-13 > .is-layout-flow {
			flex-direction: row;
			align-items: flex-start; } }

footer .inner .footer-left { margin: 0; }
footer .inner .footer-right { margin: 0; }
	@media screen and (min-width: 400px) {
		footer .inner .footer-left { width: 100%; }
		footer .inner .footer-right { width: 100%; } }
	@media screen and (min-width: 768px) {
		footer .inner .footer-left { width: 65%; }
		footer .inner .footer-right { width: 35%; } }

.navi-contents {
	background: #eee; }
	@media screen and (max-width: 1000px) {
		.navi-contents { height: calc( 100dvh - 70px ); }
		.sp-menu #drawer-close { height: calc( 100dvh - 70px ); } }

/* コンテンツ
-------------------------------------------------------------- */
.wp-block-table { margin: 0 1em 2em; }

.wp-block-button__link span {
	font-weight: bold;
	font-size: 2.0rem; }

.news_posts {
	margin: 0px 10px; }

.post-categories ul span.label-digest,
.post-categories ul a.label-digest {
	border: 1px solid green;
	background-color: green; }

@media screen and (max-width: 380px) {
	.enry-post { flex-direction: column; } }

table { font-size: 1.6rem; }

.link-banner { margin-left: 10px; }
	@media screen and (min-width: 768px) {
		.link-banner { margin-left: 0; } }

.link-banner li { margin-bottom: 5px; }

.navi-contents img {
	width: 100%;
	max-width: var(	--es-side-max-width );
	height: auto; }

.rps-left { text-align: left; }
	@media screen and (min-width: 780px) {
		.rps-left {
			text-align: right; } }

.top-page #main ul { margin: 0 0 40px 20px; }


@media screen and (min-width: 768px) {
#index-page .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#index-page section[id^="post-"] {
	max-width: 48%; } }


/* リストスタイル */
.list-parentheses li {
	list-style-type: decimal;
	margin-left: 40px;
	padding-left: 10px; }
	
@media screen and (min-width: 780px) {
.list-parentheses li {
	list-style-type: none;
	counter-increment: cnt; }

.list-parentheses li::marker {
	content: "(" counter(cnt) ")"; }
}

.list-disc{
	list-style-type: disc;
	margin-left: 40px;
	padding-left: 10px;
}

.list-circle{
	list-style-type: circle;
	margin-left: 40px;
	padding-left: 10px;
}

.pigu ul {
	list-style: disc;
	margin: 0 0 20px 50px; }



/* お問い合わせ */
.wpcf7 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto; }

.contact input,
.contact textarea {
	width: 100%; }

input[type="submit"] {
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 15px; }

input[type="submit"]:hover {
	background-color: var(--es-primary-color)!important;
}

/* トップページ　メッセージ */
.top-msg {
	font-size: 24px;
	color: #245fbe;
	text-shadow: 0 0 10px white; }

.top-msg span {
	color: #eb3069; }


/* トップページ　リクルート */
.recruit {
	border-radius: 8px;
	background: white;
	max-width: 700px;
	margin: 0 auto 40px auto;
	padding: 22px 10px 25px 10px;
	overflow: hidden;
	background: rgba(255,255,255,0.6);
	border-bottom: 1px solid #acacac;
	border-right: 1px solid #acacac; }

.recruit .inner {
	background: url(images/bo.gif);
	background-repeat: no-repeat;
	background-position: top 0 right 160px;
	float: left; }

.recruit h2 {
	color: crimson;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	letter-spacing: 5px;
	margin-left: 30px;
	margin-right: 30px; }

.recruit img {
	width: 200px; }


.recruit .kind {
	display: flex;
	font-size: 140%;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
	width: 100%; 
	}
	
.recruit p span {
	display:block;
	margin: 0 10px;
	padding: 9px 5px;
	border-radius: 5px;
	background: #ce224a;
	color: white;
	writing-mode: vertical-rl; }
@media screen and (min-width: 440px) {
	.recruit p span {	
		padding: 9px 20px; } }
@media screen and (min-width: 768px) {	
	.recruit p span {	
		writing-mode: horizontal-tb; } }


.recruit .text {
	float: left;
	margin-top: 10px;
	padding-left: 90px;
	line-height: 1.6; }


/* 産業廃棄物処理施設に関する維持管理の記録等の公表 */
.announce .wp-block-table td {
	border: none; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 90%;
    margin-bottom: 40px; }

@media screen and (min-width: 768px) {
.wp-block-gallery {
    width: 80%;
    margin: 0 auto; } }
