@charset 'UTF-8';



main > h2 {
	/* margin:3em auto; */
}

main > h2 img{
	width:25%;
}

#coHeader.eventinfoHd{
	margin-bottom: 40px;
}


/***** single *****/

#primary header {
	text-align: center;
}

#primary .cateicon {
/*
	display: block;
	width:6em;
	margin: 0 auto 1rem;
	text-align: center;
	border:none;
*/
	display: none;
}

#primary .entryText header {
	display: block;
	margin-bottom: 0.5rem;
}

#primary header h3 {
	font-family :ui-sans-serif;
	font-size: 1.8rem;
	line-height: 2.3rem;
    padding: 50px 10px 0px;
	color: #5d5a5a;
}

#primary header .subtitle {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1em;
	font-family : sans-serif;
	margin: 2em 0.6em;
	color: #fff;
	padding:0.5em 0.8em;
	background-color: #5d5a5a;
	position: relative;
}

#primary header time {
	color:#666;
}

#primary .attachment {
	display: block;
	width: 100%;
	max-width: 742px;
	margin: 3rem auto 4rem;
	text-align: center;
	border: 1px solid #ccc;
}
#primary .attachment.vertical{
	width: 50%;
	max-width: 360px;
}

#primary .entryText {
	width: 100%;
	max-width: 660px;
	margin: 2rem auto;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#primary .entryText h2 {
	margin:1.5em auto 0.7em;
	font-size:1.2em;
}

#primary .entryText .contents p {
	font-size: 1.06rem;
	line-height: 2.4rem;
	padding: 2rem 0 0.5rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#primary .entryText .contents a {
	color:#ed64a9;
}

#primary .entryText .credit {
	padding: 30px 0;
	padding-top: 1em;
	border-top: solid 1px #666;
	color: #666;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

#primary .entryText .press{
	margin:60px auto 40px;
	padding: 40px;
	border:solid 1px #9fa0a0;
	position: relative;
}
#primary .entryText .press::before{
	content: '';
	display: block;
	width: 100px;
	height: 70px;
	background: url(https://devmywonder.s3.amazonaws.com/wp-content/images/grab_cat.svg) no-repeat center center / contain;
	position: absolute;
	left: calc(50% - 50px);
	top: -67px;
}
#primary .entryText .press h4{
	color:#f183ba;
	text-align: center;
	font-size: 1.3em;
}

#primary .entryText .relationPage ,
#primary .entryText .tagArea {
	margin: 30px auto;
	padding-top: 1em;
	border-top: solid 1px #ed64a9;
}
#primary .entryText .relationPage h5,
#primary .entryText .relationPage h5{
	font-size:1.1em;
	padding-bottom: 0.5em;

}
#primary .entryText .relationPage .flex{
	justify-content: flex-start;
}
#primary .entryText .relationPage span.icon-c-next{
	display: inline-block;
	padding:0.25em 0;
	margin-bottom: 0.25em;
	margin-right: 0.25em;
	color: #ed64a9;
}
#primary .entryText .relationPage a{
	display: inline-block;
	color:#ed64a9;
	padding:0.25em 0;
	margin-bottom: 0.25em;
}
#primary .entryText .tagArea a{
	font-size:1em;
}

.swpm-login-widget-form {
	display: block;
	margin: 30px auto !important;
}


/*--------------- event_info ---------------*/
#event_info #main > .inner h2{
	font-size: 1.6em;
	margin-bottom: 1em;
}
#event_info #main > .inner h2 + p{
	margin-bottom: 3em;
}

/*--------------- 一覧サムネイル画像 ---------------*/

.postadvertising .advertisingthumb {
	padding-top: 75%;
	position: relative;
	margin-bottom: 15px;
  }

  .postadvertising .advertisingthumb img {
	width: 100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	margin: auto;
	inset: 0px;
	box-sizing: border-box;
	object-fit: contain;
	font-family: "object-fit: contain;";
  }




/* -------------------- smart phone -------------------- */

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

	main > h2 {
		width:70vw;
		margin:1rem auto 3rem;
	}
	#coHeader.eventinfoHd h2{
		width:90vw;
		margin:1rem auto 2rem;
	}
	main > h2 img,
	#coHeader.eventinfoHd h2 img{
		width:100%;
		height:auto;
	}
	#coHeader.eventinfoHd h2 + p{
		text-align: left;
		padding:0 0.8em;
		font-size: 1.05em;
		line-height: 1.8em;
	}
	#coHeader.eventinfoHd h2 + p br{
		display: none;
	}

	.post{
		padding:1.5rem 0 0 !important;
	}
	.post .thumb{
		border:solid 1px #ccc;
	}

	/* entry page */

	#primary header {
		display: block;
		margin-bottom: 0.5rem;
		padding:0 1em;
		text-align: center;
	}
	#primary header .subtitle {
		font-family : sans-serif;
		margin-bottom: 0.6em;
		color: #fff;
		padding:0.3em 0.5em 0.4em;
	    background-color : #5d5a5a;
	    position: relative;
	}

	#primary header h3 {
		font-family :ui-sans-serif;
		font-size: 1.5rem;
		line-height: 1.8em;
		padding: 0.5rem 0;
		text-align: left;
		color: #5d5a5a;
;
}

	#primary .attachment {
		margin: 2rem auto;
	}

	#primary .entryText {
		width: 90%;
	}

	#primary .entryText .contents p {
		font-size: 0.95rem;
		line-height: 2rem;
		padding-bottom: 1.5rem;
	}

	#primary .entryText .press{
		margin:40px auto 20px;
		padding: 25px ;
		border:solid 1px #9fa0a0;
		position: relative;
	}
	#primary .entryText .press .thumb{
		margin:0 auto 1rem;
	}
	#primary .entryText .press .bookinfo{
		width:100%;
		text-align: center;
	}
	#primary .entryText .press .bookinfo .title{
		font-size: 1.1em;
		text-align: center;
	}

	#primary .entryText .relationPage ,
	#primary .entryText .tagArea {
		margin: 20px auto;
	}

	.relationContents h4{
		margin-bottom: 1em;
	}
	.relationContents .post {
		width:47%;
		margin-bottom: 0;
	}
	.relationContents .post::before {
		width:55px;
		height:55px;
	}
	.relationContents .post h3{
		font-size: 1em;
	}
	.relationContents .post h3 br{
		display: none;
	}








}