@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*!
Theme Name:EBM用
Author: EBM
Description: EBM用自作テンプレート
Version: 1.1

/***********************************
 reset
***********************************/
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
}
html, body, input, textarea{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 16px;
}
html{
	overflow: auto;
	height: auto;
	min-height: 100%;
}
dl, ul, ol{
	list-style-type: none;
}
a,
a img{
	color: #222222;
	text-decoration: none;
	cursor: pointer;
	transition: all .8s;
}
a:hover{
	color: #c5b077;
}
a:hover img{
	opacity: 0.8;
}

/* for iOS */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	min-width: 1000px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #222222;
	text-align: left;
}
article{
	position: relative;
	padding: 80px 0 40px;
	width: 100%;
	height: auto;
	background: none;
	overflow: hidden;
}

section,
div.container{
	clear: both;
	position: relative;
	background: none;
}
section{
	margin: 0 auto;
	width: calc(100% - 120px);
	max-width: 1400px;
}
section + section{
	margin-top: 50px;
}
section.narrow{
	max-width: 880px;
}
/*
#home section:has(#overview){
	width: calc(100% - 100px);
}
*/
#home section:has(.brandsLst){
	width: calc(100% - 300px);
	min-width: 1020px;
}
div.container{
	margin: 0 auto;
	width: calc(100% - 50px);
	min-width: 1020px;
	max-width: 1400px;
	height: 100%;
}
footer div.container{
	height: auto;
}
header div.container{
	display: grid;
	align-content: center;
	grid-auto-flow: column;
	grid-template-columns: 197px 280px 1fr 33px;
	gap: 1em;
}


@media screen and (max-width: 640px) {
	body{
		min-width: 100%;
	}
	article{
		width: 100vw;
	}
	section{
		width: calc(100% - 30px);
	}
	section + section{
		margin-top: 40px;
	}
	div.container,
	footer div.container{
		width: calc(100% - 20px);
		min-width: unset;
	}
}

main{
	position: relative;
	width: 100%;
	overflow: hidden;
}

main#article{
	display:grid;
	position: relative;
	width: 100%;
	overflow: hidden;
}


main#article #mainVisual{
	margin-top:126px;
	padding-top:60px;
}

main#article #mainVisual .columnTitle{
	min-height:90px;
	background:url(/wp-content/themes/ebm/images/bg_line.png)no-repeat bottom center;
	padding:30px 0;
}


main#article #mainVisual .columnTitle .backStr{
	text-align:center;
	font-size:100px;
}

main#article article.mainContents{
	float:left;
	text-align:left;
	margin-top:100px;
	padding-top:0;
	width:calc(100% - 450px);
}

main#article article.mainContents section{
	width:100%;
	font-size:1.2em;
	line-height:1.8em;
}

main#article article.mainContents section h3{
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #f6f6fa;/*背景色*/
	border-left: solid 5px #5b52a0;/*左線（実線 太さ 色）*/
	margin-top:80px;
	margin-bottom:30px;
	text-align:left;
}

div.entry-tag li{
	display: inline-block;
	float: left;
	margin: 0 .5em .6em 0;
	padding: 0.3em 0.6em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #eb88a7;
	border-radius: 1em;
}
div.entry-tag li:before {
	content: '●';
	margin-right: .5em;
	color: #fff;
}
div.entry-tag li a:link, div.entry-tag li a:visited{
	color: #fff;
}

div.entry-tag li a:hover{
	text-decoration: underline;
}


main#article article.mainContents section h4{
	position: relative;
	padding: 1rem .5rem;
	margin:20px 0;
}

main#article article.mainContents section h4:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	border-radius: 1px;
	background-image: -webkit-gradient(linear, right top, left top, from(#d51b63), to(#4d52e9));
	background-image: -webkit-linear-gradient(right, #d51b63 0%, #4d52e9 66% , #ffffff 66%);
	background-image: linear-gradient(to right, #d51b63 0%, #4d52e9 66%, #ffffff 66%);
}

main#article aside{
	float:right;
	width:360px;
	margin:100px auto;
	padding:auto;
}
main#article article#aboutUs{
	margin-top:100px;
}

p{
	margin: 0.5em auto 1em;
}
p:last-child{
	margin-bottom: 0;
}

/* アニメーション */
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.8s;
	animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
    from{
        transform: scale(1.05);
        filter: blur(1px);
        opacity: 0;
    }
    to{
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}
section{
	opacity: 0;
}

@media screen and (max-width: 640px) {
	@keyframes zoomInAnime{
		from {
			transform: scale(0.8);
			opacity: 0;
		}
		to {
			transform: scale(1);
			opacity: 1;
		}
	}
}

/***********************************
 others
***********************************/
.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}
.imgC{
	display: block;
	margin: 2em auto;
	max-width: 80%;
}

.fltL{
	float: left;
}
.fltR{
	float: right;
}

.underLine{
	display: inline-block;
	margin: 0.3em 0;
	border-bottom: solid 1px #dedede;
}

ul.disc{
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 20px;
	text-align: left;
}

ul.caution{
	margin: 0 0 0 20px;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 2px 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "※";
}

ol{
	list-style-type: decimal;
	margin-left: 20px;
	text-align: left;
}

.marker{
	display: inline-block;
	padding: 0 1px 2px;
	background: linear-gradient(transparent 85%, #c5b077 85%);
	font-size: 1.05em;
}

a.shining.spOnly{
	display: none;
}

.spOnly{
	display: none;
}

.pcOnly{
	display: block;
}

@media screen and (max-width: 640px) {
	.spOnly{
		display: block;
	}
	a.shining.spOnly{
		top:0;
		margin-top:40px;
		display: block;
	}
	.pcOnly{
		display: none;
	}

	
	.spNone{
		display: none;
	}
	.spReverse{
		flex-direction: column-reverse;
		display: flex;
	}
}

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	width: 100%;
	display: block;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
}

header{
	position: fixed;
	background:rgb(255, 255, 255);
	margin: 0;
	height: 126px;
	z-index:999999;
	opacity:0.95;
}
header a,
footer a{
	display: block;
	width: 100%;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

header h1{
	margin: auto 0;
	width: 197px;
	height: 78px;
	text-indent: -9999px;
}
header .copy{
	width:100%;
	text-align:left;
	align-content: center;
	margin:auto;
	font-size:0.8em;
}
header h1 a{
	background: url(/wp-content/themes/ebm/images/logo.png) no-repeat center;
	height: 100%;
}
header h1 a:hover{
	opacity: 0.8;
}

header ul#header_info li{
	align-content: center;
	display: inline-block;
	margin: 0 0 0 10px;
	width: 33px;
	height: 33px;
	transition: all .8s;
}
header ul#header_info li a{
	position: relative;
	text-align: center;
}


header ul#header_info li a:hover::before{
	transform-origin: center top;
	transform: scale(1, 1);
}

@media screen and (max-width: 640px) {
	header{
		height: 80px;
		z-index:1;
		position: absolute;
	}
	header div.container{
		margin:10px;
	}

	header h1{
		left: 10px;
		max-width: calc(100% - 50px);
		height:60px;
		margin-bottom:10px;
	}
	header h1 a{
		background-size: contain;
		background-position: left center;
	}
	header ul#header_info{
		display: none;
	}
	header div.container{
		display: block;
	}

}

footer{
	padding: 50px 0 0;
}

footer strong{
	display: block;
	padding: 0 0 60px;
	text-align: center;
	font-size: 1.35em;
	font-weight: 500;
}

footer div.container:nth-of-type(1){
	margin: 0 auto;
	padding: 0;
	background: url(/wp-content/themes/ebm/images/footer_bar.jpg) no-repeat center bottom;
	text-align: center;
}
footer div.container:nth-of-type(1) p{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

footer div.container:nth-of-type(1) .showroom{
	position: relative;
	margin: 0 auto 90px;
	padding: 50px;
	width: calc(80% - 100px);
}
footer div.container:nth-of-type(1) .showroom::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: url(/wp-content/themes/ebm/images/img_showroom.jpg) no-repeat center / cover;
	filter: grayscale(70%) opacity(0.2);
	filter: grayscale(30%);
	content: "";
	z-index: -1;
}
footer div.container:nth-of-type(1) .showroom::after{
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	display: block;
	border: solid 1px currentColor;
	content: "";
	z-index: -1;
}
footer div.container:nth-of-type(1) .showroom .column2.wide{
	position: relative;
	text-align: left;
}
footer div.container:nth-of-type(1) .showroom .column2.wide::after{
	position: absolute;
	top: -50px;
	bottom: -50px;
	left: -50px;
	right: -40px;
	display: block;
	background: rgba(255, 255, 255, .8);
	content: "";
	z-index: -1;
}
footer div.container:nth-of-type(1) .showroom .column2.wide strong{
	padding: 0 0 1em;
	line-height: 1.3em;
	text-align: left;
	font-size: 1.26em;
}
footer div.container:nth-of-type(1) .showroom .column2.wide p{
	margin: 0;
}
footer div.container:nth-of-type(1) .showroom .column2.wide p + p{
	margin-top: 0.8em;
}
footer div.container:nth-of-type(1) .showroom .column2.narrow strong{
	position: absolute;
	bottom: -10px;
	right: -10px;
	padding: 0 8px 5px;
	background: rgba(255, 255, 255, .8);
}

footer div.container:nth-of-type(1) ul.contact{
	display: table;
	border-collapse: separate;
    border-spacing: 70px 0;
	margin: 3em auto 2em;
	height: 110px;
}
footer div.container:nth-of-type(1) ul.contact li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer div.container:nth-of-type(1) ul.contact li:first-child{
	padding: 0 10px 0 80px;
	background: url(/wp-content/themes/ebm/images/icon_tel.png) no-repeat 40px center #e3e3e3;
	width: 310px;
	line-height: 0.8rem;
	border-radius: 55px;
	font-size: 1.8em;
	letter-spacing: 0.1rem;
}
footer div.container:nth-of-type(1) ul.contact li:first-child span{
	display: inline-block;
	padding-top: 1.5rem;
	font-size: 0.94rem;
	letter-spacing: -0.05rem;
}
footer div.container:nth-of-type(1) ul.contact li:first-child span:last-child{
	padding-top: 0;
	font-size: 0.81rem;
}
footer div.container:nth-of-type(1) ul.contact li:last-child{
	width: 400px;
}
footer div.container:nth-of-type(1) ul.contact li:last-child a{
	padding: 0 10px 0 80px;
	background: url(/wp-content/themes/ebm/images/icon_mail.png) no-repeat 40px center #e3e3e3;
	width: calc(100% - 90px);
	line-height: 105px;
	border-radius: 55px;
	font-size: 1.38em;
}
footer div.container:nth-of-type(1) ul.contact li:last-child a:hover{
	background-color:  #f0f0f0;
}

footer .footer_nav nav{
	display: flex;
	gap: 0 100px;
	justify-content: center;
	align-items: center;
}
footer .footer_nav nav ul.gNav li{
	margin: 0.5em 0;
}
footer .footer_nav nav  ul.gNav li a{
	padding: 0 1em;
	line-height: 2em;
}
footer .footer_nav nav  ul.addNav li{
	margin: 2em;
}
footer .footer_nav nav  ul.addNav{
	display: flex;
	gap: 0;
	justify-content: center;
	align-items: center;
}



footer #signatureBox{
	margin-left: auto;
	width:145px;

}

footer #copyright{
	padding: 20px 0 20px;
	text-align: right;
	font-size: 0.85em;
}

@media screen and (max-width: 640px) {
	footer{
		background-size: 80% 2px;
	}

	footer strong{
		padding: 0 0 30px;
		line-height: 1.6em;
		font-size: 1.1em;
	}

	footer div.container:nth-of-type(1){
		margin: 0 auto 40px;
		padding: 0 0 40px;
	}
	
	footer div.container:nth-of-type(1) .showroom{
		flex-direction: column-reverse;
		margin: 0 auto 60px;
		padding: 40px;
		width: calc(100% - 120px);
		line-height: 1.5em;
		font-size: 0.9em;
	}
	footer div.container:nth-of-type(1) .showroom .column2.wide::after{
		top: -30px;
		bottom: -40px;
		left: -40px;
		right: -40px;
	}
	footer div.container:nth-of-type(1) .showroom .column2.narrow{
		height: 16em;
	}
	footer div.container:nth-of-type(1) .showroom .column2.narrow strong{
		top: 0;
		bottom: unset;
		padding-bottom: 1px;
	}

	footer div.container:nth-of-type(1) ul.contact{
		display: flex;
		justify-content: space-around;
		margin: 2em auto 1em;
		width: 90%;
		min-width: 340px;
		height: auto;
	}
	footer div.container:nth-of-type(1) ul.contact li:first-child{
		padding: 95px 5px 20px;
		width: calc(50% - 20px);
		max-width: 200px;
		background-position: center 20px;
		border-radius: 40px;
		font-size: 1.6em;
	}
	footer div.container:nth-of-type(1) ul.contact li:first-child span{
		padding-top: 1.3rem;
	}
	footer div.container:nth-of-type(1) ul.contact li:last-child{
		width: calc(50% - 10px);
		max-width: 200px;
	}
	footer div.container:nth-of-type(1) ul.contact li:last-child a{
		padding: 90px 5px 20px;
		width: calc(100% - 10px);
		height: calc(100% - 110px);
		background-position: center 20px;
		border-radius: 40px;
		line-height: 1.4em;
		border-radius: 40px;
		font-size: 1.3em;
	}

	footer .footer_nav{
		display: none;
	}

	footer .container:has(#signatureBox){
		margin: 40px 0 0;
		padding: 40px 0 0;
		background: #f5f7f8;
		width: 100%;
		text-align: center;
	}
	footer #signatureBox{
		display: inline-block;
		text-align: left;
	}
	footer #signatureBox div#footer_logo{
		margin: 0 auto;
	}
	footer #signatureBox #officeAddress{
		margin: 30px auto;
		padding: 0 1em;
		font-size: 0.9em;
	}
	footer #copyright{
		padding: 20px 0 5px;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 450px) {
	footer div.container:nth-of-type(1) ul.contact li:first-child{
		font-size: 1.5em;
		letter-spacing: -0.01em;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}

nav#globalNav{
	margin:auto;
	width:100%;
	align-content: center;
}
nav#globalNav ul{
	display: flex;
	gap: 0 36px;
	justify-content: end;
	line-height: 46px;
	float:right;
}
nav#globalNav ul a{
	position: relative;
	color: #222222;
	font-weight: 500;
	font-size: 15px;
	padding-left:20px;
	background:url(/wp-content/themes/ebm/images/globalNavi_off.png) left center no-repeat;
}
nav#globalNav ul a.on{
	background:url(/wp-content/themes/ebm/images/globalNavi_on.png) left center no-repeat;
}
nav#globalNav ul a::after{
	position: absolute;
	bottom: 7px;
	left: -2px;
	right: -2px;
	display: block;
	width:90%;
	border-bottom: solid 1px #c5b077;
	content: "";
	transform: scale(0, 1);
	transition: transform .3s;
}
nav#globalNav ul a:hover::after{
	transform-origin: center top;
	transform: scale(1, 1);
}

@media screen and (max-width: 640px) {
	nav#globalNav{
		display: none;
	}
	
	.dwBtn,
	.drawer-menu{
		display: block;
	}
	/* dwWrap */
	#dwWrap{
		display: table;
		width: 100%;
		height: 100vh;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
	}
	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		padding: 80px 0 20px;
		background: #353535;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
	}
	.drawer-menu li{
		text-align: center;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
	}
	.drawer-menu ul.gNav li a{
		display: block;
		height: 55px;
		line-height: 55px;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	.drawer-menu ul.gNav li a:hover{
		color: #ffffff;
		background: #003077;
	}
	.drawer-menu ul.addNav{
		margin: 70px auto 0;
		width: 180px;
	}
	.drawer-menu ul.addNav li a{
		display: block;
		margin: 0 auto 16px;
		height: 33px;
		line-height: 33px;
		font-size: 16px;
		font-weight: 500;
		color: #222222;
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	
	/* checkbox */
	.dwCheck{
		display: none;
	}
	
	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		display: block;
		top: 20px;
		right: 8px;
		display: block;
		width: 40px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 3;
	}
	.bar{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #999999;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 13px;
		opacity: 1;
	}
	.bar.bottom{
		top: 26px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.menu-btn__text{
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		color: #666666;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #cccccc;
	}
	.menu-btn:hover .menu-btn__text{
		color: #cccccc;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 300px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}
	
	/* checked */
	.dwCheck:checked ~ .drawer-menu{
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.dwCheck:checked ~ #dwWrap{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dwCheck:checked ~ .close-menu{
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/***********************************
 #pnList
***********************************/
ul#pnList{
	display: flex;
	gap: 0.2em 1.5em;
	margin: 0.5em auto;
	width: calc(100% - 120px);
	max-width: 1400px;
	line-height: 2em;
	font-size: 0.875em;
}
ul#pnList li{
	position: relative;
}
ul#pnList li:after{
	position: absolute;
	top: 0;
	right: -1em;
	display: block;
	content: ">";
}
ul#pnList li:last-child::after{
	display: none;
}
ul#pnList li a{
	display: block;
	padding: 0 1em;
}
@media screen and (max-width: 640px) {
	ul#pnList{
		flex-wrap: wrap;
		width: calc(100% - 30px);
	}
	ul#pnList li:after,
	ul#pnList li a{
		color: #878787;
	}
	ul#pnList li a:hover{
		color: #c5b077;
	}
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	font-style: normal;
	color: #4c4c4c;
}

#mainVisual h2{
	margin: 0 auto;
	text-align: center;
	line-height: 1.2em;
	font-size: 2.4em;
	z-index: 1;
}
#mainVisual h2 span{
	position: relative;
	top: -0.3em;
	display: inline-block;
	padding: 0 3.5em;
	font-size: 0.4em;
}
#mainVisual h2 span::before,
#mainVisual h2 span::after{
	position: absolute;
	top: 50%;
	display: block;
	width: 1.2em;
	border-top: solid 1px currentColor;
	content: "";
}
#mainVisual h2 span::before{
	left: 1.5em;
}
#mainVisual h2 span::after{
	right: 1.5em;
}
@media screen and (max-width: 640px) {
	#mainVisual h2{
		padding: 0 0.5em;
		font-size: 1.6em;
	}
	
}
.entry-thumb img{
	max-width:100%;
}


h2,h3{
	position: relative;
	line-height: 1.8em;
	text-align: center;
	font-size: 1.5em;
	
}
/*
#home h2 span,
h3 span{
	display: inline-block;
	margin: 0 0 0 0.8em;
}
#home h2.long{
	font-size: 1.3em;
}
*/


/*********************/
/*   h2, h3          */
/*********************/
.columnTitle{
	height : 90px;
	overflow:hidden;
	padding-top:25px;
	background:url(/wp-content/themes/ebm/images/bg_line.png)no-repeat bottom left;
	margin-bottom: 50px;
}
.columnTitle h2{
	z-index:2;
	font-size:30px;
	text-align:left;
}
.columnTitle .backStr{
	max-width: 100%;
	top: -50px;
	color: #f2f2f2;
	position: relative;
	white-space: nowrap;
	font-size: 80px;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

#home #cateogryArticleList{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap:80px;
}

#home #cateogryArticleList::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #cccccc; /* 横線を点線に */
	transform: translateY(-50%);
}
  
#home #cateogryArticleList::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #cccccc; /* 縦線を点線に */
	transform: translateX(-50%);
}

/* 中央の空白部分を作る */
.center-block {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px; /* 空白の幅 */
	height: 30px; /* 空白の高さ */
	background-color: rgb(255, 255, 255); /* 背景色をコンテナと一致させる */
	transform: translate(-50%, -50%);
	z-index: 2;
}



#home #cateogryArticleList .columnTitle{
	background:url(/wp-content/themes/ebm/images/bg_line.png)no-repeat bottom center;
}
#home #cateogryArticleList .columnTitle h2{
	text-align:center;
}

#home #cateogryArticleList .columnTitle .backStr{
	text-align: center;
}
#home #cateogryArticleList div.row.twoArticles{
	gap:20px;
}

#home #cateogryArticleList div.row.twoArticles .column2{
	width:calc(50% - (20px /2));
}

#home #cateogryArticleList .more{
	top:30px;
	margin-bottom:15px;
}

@media screen and (max-width: 640px) {
	.columnTitle{
		background-position: bottom center;
	}
	.columnTitle h2{
		text-align:center;
	}
	.columnTitle .more{
		display: none;
	}
	#home #cateogryArticleList{
		display: block;

	}
	#home #cateogryArticleList::before{
		display: none;
	}
	#home #cateogryArticleList::after{
		display: none;
	}
	#home #cateogryArticleList div.row.twoArticles{
		overflow:hidden;
		gap: 30px;
		padding:10px;
	}
	#home #cateogryArticleList .more{
		display:block;
		margin-bottom:80px;
	}
	#home #cateogryArticleList div.row.twoArticles .column2{
		width:100%;
	}
	#home #cateogryArticleList .columnTitle{
		width: 100%;
	}
}




.snsBlock {
	background-image: url(/wp-content/themes/ebm/images/bg_sns.png); /* 画像のパスを指定 */
	background-repeat: repeat-y; /* 画像をリピートしない */
	background-position:top left; /* 画像を左側に配置 */
	background-color: #edf6f7; /* 余白部分の背景色を指定 */
	background-size: auto; /* 必要に応じて調整 */
}

#aboutUs {
	background-image: url(/wp-content/themes/ebm/images/bg_about.png); /* 画像のパスを指定 */
	background-repeat: repeat-y; /* 画像をリピートしない */
	background-position: top left; /* 画像を左側に配置 */
	background-color: #efeef8; /* 余白部分の背景色を指定 */
	background-size: auto; /* 必要に応じて調整 */
	overflow:visible;
	padding-top:30px;
	margin-top:150px;
	padding-bottom:50px;
}

#aboutUs h2{
	font-size:40px;
	top:-70px;
}

#aboutUs p{
	max-width:800px;
}

#aboutUs p a.btnTxt{
	margin:10px;
	display: inline-block;
}
/**************共通*********************/

.more{
	position:relative;
	display:block;
	background:#363199;
	top:-30px;
	width:80px;
	color:#ffffff;
	float:right;
	border-radius:20px;
	text-align:center;
}
.card {
	display:block;
	box-sizing: content-box;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); /* 水平方向, 垂直方向, ぼかし, 色 */
	height:100%;
}
.card:active, .card:hover{
	text-decoration: underline;
}
.card > .imgBox{
	width:100%;
	height:15em;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-indent:-9999px;
	/* border-radius: 3px; 角を丸くする（必要なら） */
}

.card > h3{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size:20px;
	min-height: 3.5em;
	text-align:left;
	padding:15px;
	display:block;
	box-sizing: content-box;
	margin:auto;
	line-height: 1.7em;
}

.twoArticles .card > h3{
	min-height:5em;
}

.card > p{
	padding: 15px;
	position: relative;
    margin: 0;
    max-height: 5em;
    overflow: hidden;
}

.card > p::after {
    position: absolute;
    top: calc(5em + 15px);
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50% , rgb(255, 255, 255) 100%);
    width: 100%;
    height: 1em;
    content: "";
}

.card > div.infoBox{
	padding:15px;
	color: #bbbbbb;
}


#home #overview > .txtBox h3{
	padding: 1em 0 0.5em;
	background: none;
	text-align: left;
	line-height: 1.5em;
	font-size: 1.2em;
	border-bottom: 10px solid transparent;
}
#home #overview > .txtBox h3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 2px;
	background: linear-gradient(45deg, #cfcfcf 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

#pnList + article section:first-of-type h3:first-of-type{
	padding: 70px 0;
	background-position: center 30px;
}

h4{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 2em 0.5em;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	#home h2,
	h3{
		background-position: center 40px;
		background-size: 120px;
		line-height: 1.6em;
	}
	#home h2 span,
	h3 span{
		display: block;
		margin: 0.2em 0 0;
		font-size: 0.9em;
	}
	#home h2.long{
		font-size: 1.8em;
		letter-spacing: -0.05em;
	}

	h4{
		padding: 2em 0;
		font-size: 1.4em;
	}
}
@media screen and (max-width: 640px) {

}
/***********************************
 table
***********************************/
table{
	margin: 2em auto;
	border-collapse: collapse;
	border-top: solid 1px #e3e3e3;
	text-align: left;
	font-size: 1em;
}
h3 + table,
table:first-child{
	margin-top: 0;
}
table tr th{
	padding: 20px 25px;
	width: 120px;
	border-right: 1px dotted #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
}
table tr td{
	padding: 20px 25px;
	border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 640px) {

/*
	table{
		display: block;
		margin: 1em auto;
		width: auto;
		min-width: unset;
	}
	table tbody,
	table tr{
		display: block;
	}
	table tr th,
	table tr td{
		display: block;
		padding: 10px 15px;
		width: auto;
	}
*/
	table tr th{
		background: #f7f7f7;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		border-right: none;
	}
/*
	table tr td{
		border-top: 1px solid #e3e3e3;
	}
*/
}

table.tblLst{
	width: auto;
	min-width: unset;
	border: solid 1px #e3e3e3;
}
table.tblLst tr th,
table.tblLst tr td{
	padding: 0.5em 0.8em;
}
@media screen and (max-width: 640px) {
	table.tblLst{
		display: table;
	}
	table.tblLst tbody{
		display: table-row-group;
	}
	table.tblLst tr{
		display: table-row;
	}
	table.tblLst tr th,
	table.tblLst tr td{
		display: table-cell;
	}
	table.tblLst tr th{
		background: none;
		width: auto;
		border-top: none;
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
	}
	table.tblLst tr td{
		width: auto;
		border-top: none;
	}
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}
.row.vaMiddle{
	align-items: center;
}
.row:has(.column){
	justify-content: center;
	gap: 50px;
}
.row:has(.column4-1),
.row:has(.column4-3),
.row:has(.column5-1),
.row:has(.column5-4){
	gap: 30px;
}
.row + .row{
	margin-top: 60px;
}
.column,
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1,
.row .column5-4{
	position: relative;
	vertical-align: middle;
}
.column{
	width: auto;
}
.column1{ width: 100%; clear: both; }
.row .column2{ width: calc(50% - (60px /2)); }
.row .column2.narrow{ width: calc(42% - (60px /2)); }
.row .column2.wide{ width: calc(58% - (60px /2)); }
.row .column3-1{ width: calc((100% /3) - (60px *2 /3)); }
.row .column3-2{ width: calc(((100% /3) - (60px *2 /3)) *2 + 60px); }
.row .column4-1{ width: calc(25% - (30px *3 /4)); }
.row .column4-3{ width: calc(((100% /4) - (30px *3 /4)) *3 + 30px *2); }
.row .column5-1{ width: calc(20% - (30px *4 /5)); }
.row .column5-4{ width: calc(((100% /5) - (30px *4 /5)) *4 + 30px *3); }
@media screen and (max-width: 640px) {
	.row{
		gap: 30px;
	}
	.column1,
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		width: 100%;
	}

	.row .column4-1,
	.row .column5-1{ width: calc(50% - (30px /2)); }
/*
	.row .column4-3,
	.row .column5-4{ width: calc(((100% /3) - (1.5rem *2 /3)) *2 + 1.5rem); }
*/

}
/*
@media screen and (max-width: 480px) {
	.row .column4-1,
	.row .column5-1{ width: calc(50% - (1.5rem /2)); }

	.row:has(.column4-3),
	.row:has(.column5-4){
		display: block;
	}
	.row:has(.column4-3) .column4-1,
	.row:has(.column5-4) .column5-1{ float: left; margin: 0.5em; width: calc((100% /3) - (1.5rem *2 /3)); }
	.row .column4-3,
	.row .column5-4{ float: left; width: auto; }
}
*/

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
.row img + img{
	margin-top: 2.5rem;
}

@media screen and (max-width: 640px) {
	.row img + img{
		margin-top: 1.5rem;
	}
}
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.row.boxRowBorder{
	padding: 2.5rem;
	background: #ffffff;
	width: calc(100% - 5rem - 2px);
	border: solid 1px #dfded6;
}
.row .row.boxRowBorder{
	padding: 1.5rem;
	background: #f8f8f8;
	width: calc(100% - 3rem - 2px);
}

@media screen and (max-width: 640px) {
	.row .column2 img.fixity,
	.row .column3-1 img.fixity,
	.row .column3-2 img.fixity,
	.row .column4-1 img.fixity,
	.row .column4-3 img.fixity,
	.row .column5-1 img.fixity{
		position: relative;
		display: block;
		margin: auto;
		width: auto;
		max-width: 100%;
		max-height: unset;
}

	.row.boxRowBorder{
		padding: 1.0em 1.5rem;
		width: calc(100% - 3rem - 2px);
	}
}
@media screen and (max-width: 480px) {
	.row.boxRowBorder::after{
		clear: both;
		display: block;
		content: "";
	}
}

/***********************************
 .btn, .btnBox, .btnBox
***********************************/
a.btn{
	position: relative;
	display: table;
	width: 238px;
	height: 118px;
	border: solid 1px #dedede;
	color: currentColor;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}
a.btn::before{
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	display: block;
	border: solid 1px #003077;
	content: "";
	z-index: -1;
}
a.btn:hover{
	opacity: 0.8;
	background-color: rgba(0, 48, 119,.8);
}
a.btn > span{
	display: table-cell;
	vertical-align: middle;
	font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-style: normal;
	font-size: 1.2em;
}
a.btn span.note{
	display: inline-block;
	margin: 0.4em 0 0.2em;
	width: 90%;
	line-height: 1.3em;
	font-size: 0.7em;
    font-weight: 300;
}

ul.btnLst{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	justify-content: center;
	margin: 2em auto 1em;
	width: 90%;
	min-width: 340px;
}

@media screen and (max-width: 640px) {
	a.btn span.note{
		margin-top: 0.4em;
	}
}

ul.bnrLst{
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: column;
	grid-gap: 12px;
}
ul.bnrLst a{
	display: block;
}
ul.bnrLst a img{
	display: block;
	width: 100%;
}

a.btnTxt{
	display: block;
	margin: 0.5em auto 1em; 
	padding: 0 10px;
	background: #474747;
	width: 40%;
	min-width: 230px;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
}
a.btnTxt:hover,
a.btnTxt:active{
	background: #545454;
}

a.shining{
	position: relative;
	overflow: hidden;
}
a.shining:hover::after{
	position: absolute;
	top: 0;
	left: -120%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	width: 50%;
	height: 100%;
	content: "";
	transform: skewX(-30deg);
	animation: shine .8s;
}
@keyframes shine{
	100%{
		left: 100%;
	}
}

.btnBox{
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
	justify-content: center;
	margin: 40px auto 0;
}
.btnBox .btnTxt{
	margin: 0;
	width: auto;
}

@media screen and (max-width: 640px) {
	a.btnTxt{
		min-width: 180px;
	}

	.btnBox{
		gap: 30px 40px;
	}
}

/***********************************
 #mainVisual
***********************************/
#mainVisual{
	position: relative;
	height: 210px;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	overflow: hidden;
	padding-top: 126px;
}

#mainVisual > img{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	display: block;
	margin: auto 0;
	height: 30px;
	border: solid 1px #f5f7f8;
}
@media screen and (max-width: 640px) {
	#mainVisual{
		height: 160px;
	}
	#mainVisual > img{
		top: unset;
		bottom: 30px;
		right: 20px;
		margin: 0;
		height: 26px;
	}
}

#home #mainVisual{
	height: calc(100vh - 126px);
	min-height: 600px;
}
#home #mainVisual::after{
	transition: opacity 1000ms linear;
}
#home #mainVisual h2{
	position: absolute;
	z-index: 99999;
	width:100%;
    min-width: 1020px;
    max-width: 1400px;
	height: calc(100vh - 126px);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto;
	background: url(/wp-content/themes/ebm/images/mv_txt.png) no-repeat 20px center;
	text-indent:-9999px;
}

#home #mainVisual .slide{
	display: block;
	width: 100%;
	height: calc(100vh - 126px);
}
#home #mainVisual .slide li{
	display: block;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: unset;
	transition: unset;

}
#home #mainVisual .slide li:nth-child(1){
	background-image: url(/wp-content/themes/ebm/images/mv1.jpg);
}
#home #mainVisual .slide li:nth-child(2){
		background-image: url(/wp-content/themes/ebm/images/mv2.jpg);
	}
#home #mainVisual .slide li:nth-child(3){ 
	background-image: url(/wp-content/themes/ebm/images/mv3.jpg);
}

/*
@media screen and (min-width: 1203px) {
	#home #mainVisual .slide li{
		background-size: contain;
	}
}
*/
@media screen and (max-width: 640px) {
	#home #mainVisual{
		width: 100vw !important;
		height: 500px;
		min-height: 50vh;
	}
	#home #mainVisual::after{
		width: 90%;
		height: 90%;
		background: url(/wp-content/themes/ebm/images/mv_txt_sp.png) no-repeat center / contain;
	}
	#home #mainVisual .slide li{
		height: 500px;
	}
	#home #mainVisual h2{
		min-width:90%;
		max-width:90%;
		background-size: contain;
		background-position: center left;
		padding: 0;
		z-index: 2;
	
	}
}




/***********************************
 contact
***********************************/
#contact section table{
	width: 100%;
}
#contact section table th{
	width: 140px;
}
#contact section p{
	margin: 0 auto 30px;
	width: 80%;
    max-width: 1000px;
    min-width: 880px;
}

form table th span,
span.required,
span.error{
	color: red;
}

form label{
	position: relative;
	display: inline-block;
	margin: 3px 30px 3px 0;
	min-width: 100px;
	cursor: pointer;
}
input[type="checkbox"]{
	margin-right: 5px;
	width: 18px;
	height: 18px;
	font-weight: bold;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	margin: 1px 0;
	padding: 5px 5px;
	line-height: 1.3em;
	color: #000000;
	width: 80%;
}
input[type="text"],
input[type="tel"],
input[type="email"]{
	line-height: 2em;
}
textarea{
	height: 6em;
}

input[type="button"],
input[type="submit"]{
	padding: 8px 20px;
	min-width: 300px;
	background: #1f3a42;
	border: solid 1px currentColor;
	transition: all .8s;
	color: #ffffff;
	font-weight: 500;
}
form input[type="button"]:hover,
form input[type="submit"]:hover{
	background: #525f74;
	border: solid 1px #3a5277;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder,
	input[type="tel"]::-ms-input-placeholder,
	input[type="email"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}


@media screen and (max-width: 640px) {
	#contact section table,
	#contact section table th{
		width: auto;
	}
	#contact section p{
		width: calc(100vw - 40px);
		min-width: unset;
	}
	
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	textarea{
		width: 95%;
	}

	input[type="button"].btn,
	input[type="submit"].btn{
		min-width: 200px;
	}

	#thanksBox br:nth-child(2){
		display: block;
	}
}
/******* article *********/
@media screen and (max-width: 640px) {
	main#article{
		display: block;
		max-width:100vw;
	}
	main#article #mainVisual{
		height: auto;
		margin-top:120px;
		padding:10px 0 30px 0;
		background:#f7f7f2;
		border:0;
		
	}
	main#article #mainVisual .columnTitle{
		min-height: auto;
		height:auto;
		margin:0;
	}
	main#article div.container{
		min-width:100%;
		max-width:100%;
		box-sizing: border-box;
		padding: 10px;
	}
	main#article article.mainContents{
		width:100%;
		margin-top:20px;
	}
	#aboutUs{
		height:auto;
		overflow:visible;
		display: flex;
	}
	.entry-thumb img{
		width:100%;
	}
	main#article aside{
		width:100%;
		box-sizing: border-box;
	}
}



/******* archive *********/
#archives.row .column2{
	width:calc(50% - (100px /2));
	padding:10px;
}
@media screen and (max-width: 640px) {
	#archives.row .column2{
		width:100%;
		padding:10px;
	}
}
/******* widget *********/
.widget{
	margin: 0 0 50px;
	display:block;
	overflow:hidden;
}

.widget h2{
	padding: 1rem 0.5rem;
	border-top: 3px solid #d1b466;
	background: #f8f8f1;
	height:auto;
	line-height:1em;
	font-size:1.3em;
	margin-bottom :1em;
}

.wp-block-search__label{
	display:none;
}

.entry-date date{
	display: inline-block;
}
.entry-tag{
	display:block;
	width: calc(100% - 150px);
	overflow: hidden;
}
date{
    display: inline-block;
	float: right;
    padding-left: 24px;
    font-size: 16px;
    color: #797979;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.033 248-248S392.966 8 256 8zM256 48c115.824 0 208 92.176 208 208S371.824 464 256 464 48 371.824 48 256 140.176 48 256 48zm0 80c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 64c35.29 0 64 28.71 64 64 0 35.293-28.71 64-64 64s-64-28.707-64-64c0-35.29 28.71-64 64-64zm16 176c11.046 0 20-8.954 20-20v-88c0-11.046-8.954-20-20-20h-32c-11.046 0-20 8.954-20 20v88c0 11.046 8.954 20 20 20h32z'/></svg>") no-repeat left 6px;
    background-size: 16px;
}

span.Date{
    display: inline-block;
	float: right;
    padding-left: 24px;
    font-size: 16px;
    color: #d1d1d1;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.033 248-248S392.966 8 256 8zM256 48c115.824 0 208 92.176 208 208S371.824 464 256 464 48 371.824 48 256 140.176 48 256 48zm0 80c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 64c35.29 0 64 28.71 64 64 0 35.293-28.71 64-64 64s-64-28.707-64-64c0-35.29 28.71-64 64-64zm16 176c11.046 0 20-8.954 20-20v-88c0-11.046-8.954-20-20-20h-32c-11.046 0-20 8.954-20 20v88c0 11.046 8.954 20 20 20h32z'/></svg>") no-repeat left center;
    background-size: 16px;
}

span.Good{
    display: inline-block;
	float: left;
    padding-left: 24px;
    font-size: 16px;
    color: #d1d1d1;
    background: url(/wp-content/plugins/wp-ulike/assets/img/svg/like.svg) no-repeat left top;
    background-size: 16px;
}

.widget article, .widget footer{
	padding:0;
	margin:0;
}

b, strong{
	background:linear-gradient(transparent 70%, #ffb7cf 70%);
}

/******目次********/

#toc_container{
	box-sizing: border-box;
	width:100%;
	padding:30px 50px;
	margin:50px auto;
	max-width:500px;
	border:none;
	box-shadow: 0px 0px 5px rgba(34, 34, 34, 0.3);
	background:#fefefe;
}

@media screen and (max-width: 640px) {
	#toc_container{
		box-sizing: border-box;
		padding:10px 20px;
		width:90%;
		border:none;
	}
}

/********インスタ*********/

.instagram-gallery-modal section{
 opacity: 1;
}

#instagram-gallery-feed-0 .instagram-gallery-item__media-mask{
	background-color: rgb(0,0,0,0.5) !important; 
}

/*******最新のコメント******/
#block-10 a{
	display: inline;
}

ul.wp-block-categories-list li {
	position: relative;
	list-style: disc;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-bottom: 3px;
	vertical-align: middle;
}

.wp-block-tag-cloud a{
	display: inline-block;
	padding:5px;
}

.post-navigation.row{
	font-size:0.8em;
	line-height:1.5em;
}

.column2.prev-post{
	text-align:center;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}

.column2.next-post{
	text-align:center;
	box-sizing: border-box;
	border: 1px solid #cccccc;

}

.column2.prev-post img{
	width:auto;
	float:left;
	margin-right:10px;
}

.column2.next-post img{
	width:auto;
	float:right;
	margin-left:10px;
}

/******entry********/
.entry-content.post p a{
 text-decoration: underline;
}

/****** WP リスト************/
ul.wp-block-list{
	list-style-type:disc;
	padding-left:1em;

}
ul.wp-block-list li{
}

.wp-block-columns{
	margin-bottom:50px;

}

/********ページネーション************/
.pagination {
	margin-top:50px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px 0;
}

.pagination a, .pagination span {
    margin: 0 5px;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination a:hover {
    background-color: #0073aa;
    color: #fff;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
}