@charset "utf-8";
#acting_alert {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	margin: 5px;
	z-index: 1000;
	opacity: .60;
	-moz-opacity: .60;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}
#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}
#acting_alert span.top, #acting_alert span.bottom {
	display: block;
	background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}
#acting_alert span.r1 {
	margin: 0 5px;
}
#acting_alert span.r2 {
	margin: 0 3px;
}
#acting_alert span.r3 {
	margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
	margin: 0 1px;
	height: 2px;
}
#acting_alert span.item {
	font-size: 12px;
}
.close_alert a {
	background-image: url(../img/bannerClose.gif);
	display: block;
	width: 23px;
	height: 23px;
}
.close_alert a img {
	display: none;
}

/* ---------------------
* 2025年リニューアルデザインここから */

/*--------------------------

/* コンテンツ 
 ---------------------------*/
#popup h3{
	font-size: 18px;
    font-weight: 500;
}
#popup .session .session-inner{
    background:#FAF9F4 ;
}
#popup .session:not(.is-select) h1.session-title {
    color: #644C3F;
    border-bottom: 1px solid #c0a98f;
	margin-bottom: 15px;
}
.sessionInfArea{
	display: flex;
	flex-direction: row;
}
.sessionInf_left,
.sessionInf_right{
	width: 50%;
}
.sessionInf_left{
	border-right: 1px solid #c0a98f;
	padding-right: 15px;
}
.sessionInf_right{
	padding-left: 15px;
}
.sessionInf_left h3 + p,
.sessionInf_right h3 + p{
    margin-top: 1em;
}
#popup .session .session-button a{
	margin: 0 auto;
	padding: 5px 20px;
    background-color: #fdfdfd;
    border: 2px solid #644C3F;
    border-radius: 8px;
    text-decoration: none;
    color: #644C3F;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.1s ease-out;
    box-shadow: 0 4px 0px #644C3F;
    line-height: 2;
    margin: 0 auto;
}
#popup .session .session-button a:hover{
	opacity:0.75;
	box-shadow: 0px 0px #644C3F !important;
}
#popup .session .session-button a:active {
    transform: translateY(4px); /* 沈む効果 */
    box-shadow: 0px 0px #644C3F !important;
}

@media screen and (max-width:768px) {
    .sessionInfArea{
        display: flex;
        flex-direction: column;
    }
	.sessionInf_left,
	.sessionInf_right{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.sessionInf_left{
		border-right: none;
        border-bottom: 1px solid #c0a98f;
        padding-bottom: 20px;
        margin-bottom: 10px;
	}
}
/* 縦スクロールバー */
.ps__thumb-y{
	background: #644C3F !important;
}
/*----------ここまで----------- */