@charset 'UTF-8';

main > h2 {
	margin:2em auto;
}

main > h2 img{
	width:30%;
}

#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-size: 1.5rem;
	line-height: 1.8rem;
	padding: 1rem 0;
}

#primary header .subtitle {
	display: inline-block;
	font-size: 1.04rem;
	line-height: 1em;
	margin-bottom: 0.5rem;
	font-weight: bold;
	color:#666;
}

#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: 0 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-bottom: 2rem;
	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: 1px solid rgb(159, 160, 160);
  position: relative;
}

#primary .entryText .press h4 {
  color: rgb(241, 131, 186);
  text-align: center;
  font-size: 1.3em;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}

#primary .entryText .press .flex {
  padding: 30px 0px 0px;
  align-items: center;
}

#primary .entryText .press .thumb {
  width: 210px;
  padding-left: 40px;
}

#primary .entryText .press .bookinfo {
  width: 320px;
}

#primary .entryText .press .bookinfo .title {
  font-weight: bold;
  margin-bottom: 0.8em;
}

#primary .entryText .press .bookinfo a.link {
  display: inline-block;
  background-color: rgb(237, 100, 169);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 0.5em 2em;
  margin-top: 1em;
  border-radius: 0.25em;
  position: relative;
}

#primary .entryText .press .bookinfo a.link span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  font-size: 0.8em;
}

#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;
}


/* -------------------- 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 {
		margin-bottom: 0.6em;
	}

	#primary header h3 {
		font-size: 1.3rem;
		line-height: 1.8em;
		padding: 0.5rem 0;
		text-align: center;
	}

	#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;
	}


}



/***　202404　追加 ***/

/* ナビゲーションボタン設定 */

.moreBtn2{
	display: inline-block !important ;
	margin: 10px 2px ;
	padding:0.6em 0.7em;
	text-align: center;
	line-height: 1;
	color: #fff !important;
	font-size: 1rem;
	position: relative;
}


.moreBtn3{
	display: inline-block !important ;
	margin: 10px 5px ;
	padding:0.3em 0.8em;
	text-align: center;
	line-height: 1;
	border-radius: 2em;
	color: #fff !important;
	background-color: #fe0303;
	font-size: 0.8rem;
	position: relative;
}

/* seminar設定 */

/* テーブル
--------------------------------------------------------------------------- */

.seminar{
	width: 100%;
	margin: 0 auto 0px;
	font-size: 1.06rem;
    line-height: 1.8rem;
	border: none;	
	 vertical-align: top;
}

.seminar, .seminar td, .seminar th {
    border: 2px solid #fff;
	padding-top: 17px;
	padding-bottom: 17px;
	word-break: break-all;
}

/* テーブル１段に入る見出し部分 */
.seminar th .tamidashi {
	width: auto;
	text-align: left;
	font-size: 1em;
}

/* テーブル１段に入る文章 */	
.seminar th .danraku {
    width: auto;
    text-align: left;
    font-weight: normal;
	font-size: 1em;
	margin: 50px;
}

    
.seminar th img {
	width: 80%!important;
    height: auto;
	margin: 0  0 50px;
}
.seminar th.title img {
	width: 100%!important;
    height: auto;
	margin: 0  0 20px;
}

.seminar th.boshu img {
	width: 100%!important;
    height: auto;
	margin: 0  0 50px;
}

.seminar td img {
	width: 50%!important;
    height: auto;
	margin: 0  0 50px;
}


    
    

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

.seminar th img {
	width: 95%!important;
	height: auto;
	margin: 0  0 20px;
}
    
.seminar td img {
	width: 70%!important;
	height: auto;
	margin: 0  0 20px;
}
	
.seminar {
		font-size: 0.8rem;
		line-height: 2rem;
		padding-bottom: 1.5rem;
}

}



/* Iframe（テーブル１段） */	
.seminar th.ifdanraku {
    position:relative;
    width:100%;
    height:0;
    padding-top:55%;
}

.seminar th.ifdanraku iframe {
    position:absolute;
    top:0;
    left:0;
    width:95%;
    height:95%;
}





/* 見出し部分の地色 */
.top{
	   background-color: #9b9385 ;
	   text-align: center!important;
	   color: #fff;
}
.tokyo{
	   background-color: #7FBE25 ;
	   text-align: center!important;
	   }
.osaka{
	   background-color: #E95378 ;
	   text-align: center!important;
	   }
.kanagawa{
	   background-color: #1fb9df ;
	   text-align: center!important;
	   }
.fukuoka{
	   background-color: #EE7700 ;
	   text-align: center!important;
	   }
.sendai{
	   background-color: #3B62AD ;
	   text-align: center!important;
	   }    
.koushi{
 	   background-color: #f7b007 ;
	   text-align: center!important;       
    }   
   
    
/* 一部分の地色 */
.tokyo2{
	   background-color: #F3FAE9 ;
	   text-align: center!important;
	   }
.osaka2{
	   background-color: #FCE8ED ;
	   text-align: center!important;
	   }
.kanagawa2{
	   background-color: #E8F8FB ;
	   text-align: center!important;
	   }
.fukuoka2{
	   background-color: #FFF2E5 ;
	   text-align: center!important;
	   }
.sendai2{
	   background-color: #ECF0F8 ;
	   text-align: center!important;
	   }






/* テーブル１段に入る小文章 */	
span.small {
    text-align: left;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.3rem!important;
  	color: #999;
	display:block;
}	

/* テーブル１段に入る小文章 */	
.seminar th.danraku-s {
    text-align: left;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.8rem!important;
  	color: #999;
	padding: 20px 0;
}	


    
    
 /*--------------- パスワード保護20250115 START ---------------*/
.post-password-form {
	display: block;
	padding: 40px 15px;
  }
  .post-password-form p {
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 1em;
  }
  .post-password-form p:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	max-width: 30em;
	margin: 0 auto;
	text-align: left;
  }
  .post-password-form p:last-child label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  .post-password-form input[type="password"] {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	-webkit-appearance: none;
	background: none;
	margin: 0 0.5em;
	padding: 8px;
	border-radius: 0;
	border: 1px #ccc solid;
	background: #fff;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .post-password-form input[type="password"]:focus,
  .post-password-form input[type="password"]:hover {
	outline: none;
  }
  .post-password-form input[type="submit"] {
	margin: 0;
	padding: 8px;
	min-width: 6em;
	background: #ed64a9;
	color: #fff;
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
  }
  .post-password-form input[type="submit"]:hover {
	opacity: 0.7;
  }
  /*--------------- パスワード保護20250115 END ---------------*/