@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

/*========================================
 セミナー情報
========================================*/
/*-------------------------
 List
 -------------------------*/
.page-id-301 h1.page-title.entry-title::before {
	display:none;
}

.events-table {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.events-table dl {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0px;
}

.events-table dl dt,
.events-table dl dd {
    display: table-cell;
    padding: 20px 10px;
    vertical-align: middle;
}

.events-table dl dt.event-time,
.events-table dl dt.event-description {
	background : #ededed;
    padding: 10px 10px;
}

.events-table dl dt.event-time {
    width: 35%;
}

.events-table dl dt.event-description {
    width: 65%;
}

.events-table dl dt {
    width: 35%;
    text-align: center;
    font-weight: normal;
}

.events-table dl dd {
    width: 65%;
    margin-left: 10px;
    word-break: break-all;
}

.flex-event-detail { display: flex; }
.event-detail-box { width: 70%; }
.event-detail-more-box { width: 30%; }

p.smooth-button-box {
    text-align: center;
    margin: 0 0 0px;
	position: relative;
}

#smooth-button {
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.smooth-button {
    background-color: #555;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 10px;
    position: relative;
    color: #fff;
    width: 100%;
    max-width: 120px;
    text-align: center;
    box-sizing: border-box;
	border-radius: 5px;
}

a.smooth-button {
    text-decoration: none;
    color: #fff !important;
    font-size: 0.8rem;
    line-height: 1.0rem;
	margin: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translateY(25%) translateX(-50%);
}

.smooth-button-red:hover {
    background-color: #ccc;
}



@media (max-width: 979px) {
	.events-table dl {
    		padding: 0px 0;
	}

	.events-table dl dt.event-time,
	.events-table dl dt.event-description {
		display: none;
    		width: 100%;
	}
	
	.events-table dl dt, .events-table dl dd {
    		display: inherit;
    		border-bottom: none;
    		vertical-align: middle;
    		margin-left: 0px;
    		box-sizing: border-box;
    		word-break: break-all;
    		padding: 10px 0;
	}

	.events-table dl dt {
    		width: 100%;
    		text-align: center;
    		background-color: #eeeeee;
	}

	.events-table dl dd {
    		width: 100%;
    		text-align: center;
	}
	
	.flex-event-detail {display: inherit;width: 100%;}
	.event-detail-box,.event-detail-more-box { width: 100%; }
	
	.event-detail-box {
		margin-bottom:10px;
	}

	p.smooth-button-box {
		position:inherit;
	}
	
	a.smooth-button {
		top: auto;
		left: auto;
		position: inherit;
		transform: inherit;
	}
}

.event-list-datearea {
	border-right: 1px solid #cccccc;
	padding-right:10px;
}

p.event-list-dates {
	margin-bottom: 5px;
	font-size:0.9rem;
	line-height:1.0rem;
}

p.event-list-dates,p.event-list-time {
	text-align:center;
}

p.event-list-title,
p.event-list-price {
	margin:0 0 5px;
}

p.event-list-title {
	font-size:0.9rem;
	line-height:1.0rem;
}

p.event-list-price {
	font-size:0.8rem;
	line-height:1.0rem;
}

p.event-list-time {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	font-size: 0.7rem;
	line-height:0.8rem;
	padding:3px;
	box-sizing:border-box;
	background: #ededed;
	border-radius: 5px;
}

@media (max-width: 979px) {
	
	.event-list-datearea {
		border-right: none;
		padding-right:0px;
	}
	
	p.event-list-dates {
		margin-bottom: 5px;
		font-size:0.8rem;
		line-height:1.0rem;
	}

	p.event-list-time {
		background: #fff;
	}
}





/*-------------------------
Article（記事）
 -------------------------*/

.event-template-default h1.page-title.entry-title {
	margin-bottom: 80px;
}

.event-template-default h1.page-title.entry-title::before {
    content: none !important;
}

.single-event-contents {
	margin-bottom: 80px;
}

.single-event-detail {
	background-color: rgba(237,237,237,0.7);
    margin-bottom: 80px;
    overflow: hidden;
    padding: 30px 30px 30px;
    position: relative;
}

.single-event-detail::before {
    border-color: #aaaaaa #fff #fff;
    border-style: solid;
    border-width: 30px 30px 0 0;
    bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    content: " ";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.single-event-detail-box {
	width:100%;
	max-width:600px;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.0rem;
}

.single-event-detail-box dl {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0px;
    border-bottom: 1px solid #cccccc;
}

.single-event-detail-box dl:first-child {
    border-top: 1px solid #cccccc;
}

.single-event-detail-box dl dt,
.single-event-detail-box dl dd {
    display: table-cell;
    padding: 15px 15px;
    vertical-align: middle;
}

.single-event-detail-box dl dt {
    width: 30%;
    text-align: right;
    font-weight: normal;
}

.single-event-detail-box dl dd {
    width: 70%;
    margin-left: 10px;
    word-break: break-all;
}

.single-event-detail-box dl dd ul {
    margin: 0 0 0;
}

.entry-content .single-event-detail-box dl dd ul li {
    margin: 0 0 10px;
}

.entry-content .single-event-detail-box dl dd ul li:last-child {
    margin: 0 0 0px;
}

h3.event-form {
	border-top:none !important;
	border-bottom:none !important;
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	position:relative;
}

h3.event-form::after {
    width: 50px;
    content: "";
    border-bottom: 5px solid #5c275f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.em-booking-form-details {
    padding: 10px 0;
    width: 100%;
	max-width:600px;
	margin: 0 auto;
    float: none;
}

.em-booking-form label {
    float: none;
}

p.input-checkbox {
	font-size: 0.9rem;
	line-height: 1.0rem;
}

.em-booking-buttons {
	text-align: center;
}

@media (max-width: 979px) {
	.event-template-default h1.page-title.entry-title {
		font-size: 1.5rem;
		line-height:1.8rem;
		margin-bottom: 50px;
	}
	
	.single-event-detail-box dl {
    		padding: 0px 0;
	}

	.single-event-detail-box dl {
	    border-bottom: none;
	}

	.single-event-detail-box dl:first-child {
    	border-top: none;
	}

	.single-event-detail-box dl dt,
	.single-event-detail-box dl dd {
    		display: inherit;
    		border-bottom: none;
    		vertical-align: middle;
    		margin-left: 0px;
    		box-sizing: border-box;
    		word-break: break-all;
    		padding: 10px 0;
	}

	.single-event-detail-box dl dt {
    		width: 100%;
    		text-align: center;
    		background-color: #ccc;
		/*color: #fff;*/
	}

	.single-event-detail-box dl dd {
    		width: 100%;
    		text-align: center;
	}
	
	ul.event-categories {
		text-align:left;
	}
	
	h3.event-form {
		font-size: 1.4rem !important;
		line-height:1.5rem;
	}

}

