@charset "UTF-8";

/*  ---------- main_image ---------- */
#main_image{
    width: 100%;
    margin: 0 0 100px;
	padding:0 50px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
	background:
		linear-gradient(180deg, transparent 0%, transparent 60%, #751723 60%, #751723 100%),
		 linear-gradient(0deg, transparent 0%, transparent 40%, #f0f0f0 40%, #f0f0f0 100%);
	box-sizing:border-box;
	position:relative;
}


#main_image .main_box{
    width: 700px;
    max-width:
    unset;
    height: 600px;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}
#main_image .main_box::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 200px 400px ;
	border-color:transparent transparent transparent #f0f0f0;
	z-index:10;
}

#main_image .main_box::before{
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 0px 0px 400px ;
	border-color:#f0f0f0 transparent transparent transparent;
	z-index:11;
}
#main_image .main_box .main_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    background-size:100%;
    animation: anime 20s 0s infinite;
    z-index: 0;
    opacity: 0;
    background-size:
    cover;
}

#main_image .main_image_title{
	width:550px;
	position: absolute;
	bottom: 70px;
	right:30px;
	margin: auto;
	z-index: 30;
}
#main_image .main_image_title img{
	box-sizing:
	border-box;
	background:#fffc;
	padding:40px;
	box-sizing:
	border-box;
}
#main_image .main_box .main_img:nth-of-type(1){
    background-image: url(/event/wp-content/uploads/2022/10/1008_plaisir/main_bg_01.webp);
}
#main_image .main_box .main_img:nth-of-type(2){
    background-image: url(/event/wp-content/uploads/2022/10/1008_plaisir/main_bg_02.webp);
}
#main_image .main_box .main_img:nth-of-type(3){
    background-image: url(/event/wp-content/uploads/2022/10/1008_plaisir/main_bg_03.webp);
}
#main_image .main_img:nth-of-type(2) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    }
#main_image .main_img:nth-of-type(3) {
    -webkit-animation-delay: 14s;
    animation-delay: 14s;
    }
@keyframes anime {
    0% {
        opacity: 0;
    }
    50% { 
        opacity: 1;
    }
    60% {
        opacity: 0;
        transform: scale(1.2) ;
        z-index: 10;
    }
    100%{ 
        opacity: 0;
    }
}
/*  ---------- main_ep ---------- */
.main_ep{
    margin: 0px auto 70px;
	background:#f5f5f5;
	padding:30px;
}
.main_ep dl{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position:
    relative;
}
.main_ep dl dt {
    width: 52%;
    overflow: hidden;
}
.main_ep dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_ep dd{
	width:45%;
	margin:-70px 0 0 0;
}
.main_ep dd div{
    /* top:20px; */
}
.main_ep dd h4 {
    font-family: 'Jost', sans-serif;
    width: unset !important;
    position: unset !important;
    text-align: left !important;
    font-size: 160% !important;
    padding: 0 1em 5px 0 !important;
    margin: -20px 0 1em !important;
    font-weight: 500 !important;
	border-right:3px solid #000;
	border-bottom:3px solid #000!important;
}
.main_ep dd h4 span{
	color: #c30d23;
    font-size:250%;
    margin:0 0 0 0.2em;
    vertical-align:middle;
}
.main_ep dd h5{
    font-size:120%;
    font-weight:bold !important;
}

/*  ---------- detail_box ---------- */
.detail_box {
    margin: 40px auto 0;
}
.detail_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail_box ul li {
    width: 24.5%;
}
/*  ---------- present_box ---------- */
.present_box{
	width:96%;
	margin: 0px auto 160px;
}
.present_box h4{
    font-size: 120% !important;
    color: #fff !important;
    width: fit-content !important;
    background: #c30d23;
    display: inline-block;
    font-weight: bold !important;
    margin: 0 0 0.5em !important;
    line-height: 1.2em !important;
    padding: 0.2em 1.5em !important;
    border-radius: 2em;
    border-bottom:
    none !important;
}
.present_box h4 span {
    /* margin-right: 0.5em; */
}
.present_box ul{
    display: flex;
    justify-content: space-between;
    margin: 2em auto 0;
}
.present_box ul dl{
    width: 48%;
    padding:2%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
	border:3px solid #000;
	box-sizing:border-box;
}
.present_box ::before,.present_box ::after {
    position: absolute;
    content:
    "";
	width:0;
	height:0;
}
.present_box ul dl::before {
	top: 2px;
	left: 2px;
	border: 10px transparent solid;
}
.present_box ul dl::before{
	border-top: 10px #751622 solid;
	border-left: 10px #751622 solid;
}
.present_box ul dl::after {
    bottom: 2px;
    right: 2px;
    border: 10px transparent solid;
}
.present_box ul dl::after{
    border-bottom: 10px #751622 solid;
    border-right: 10px #751622 solid;
}
.present_box ul dl dt{
    width: 30%;
    text-align: center;
}
.present_box ul dl dt img{
    width: auto;
    height: auto;
}

.present_box ul dl:first-child dt img {
    width: 150px;
}

.present_box ul dl:nth-child(2) dt img {
    width: 170px;
}

.present_box ul dl dd{
    width: 68%;
    margin-right: 2%;
}
.present_box ul dl dd p strong{
    font-size:115% !important;
    color:#c30d23 !important;
    margin-right: unset !important;
}
.present_box ul dl dd div{
    font-size: 130%;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px #000 solid;
}
.present_box ul dl dd div span{
    font-weight: bold;
    font-size: 140%;
}
.present_box ul dl div span{
    color: #c30d23;
}
.present_box ul dl:nth-child(2) div span{
}

/*  ---------- seminar_box ---------- */
.seminar_box{
    background: #F0F0F0;
    padding: 0 4% 40px;
    margin: 0 auto 80px;
}
.seminar_box > dl {
    display: flex;
    justify-content: space-between;
}
.seminar_box > dl dd{
	width: 65%;
	margin-right: 2%;
}
.seminar_box h3{
	    font-family: 'Jost', sans-serif !important;
    width: unset !important;
    position: unset !important;
    text-align: left !important;
    font-size: 160% !important;
    padding: 0 1em 5px 0 !important;
    margin: -50px 0 1em !important;
    font-weight: 500 !important;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000!important;
}
.seminar_box h3 span {
	color: #c30d23;
	font-size: 250%;
	margin: 0 0 0 0.2em;
	vertical-align: middle;
}
.seminar_box h4{
	font-size: 120% !important;
	border-bottom: unset !important;
	margin: 0 0 0 !important;
	padding: 0 0 0 !important;
}
.seminar_box .seminar_instructor{
    width: 30%;
	display:flex;
}
.seminar_box .seminar_instructor figure{
	width:50%;
	margin:0;
	position:relative;
}
.seminar_box .seminar_instructor figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.seminar_box .seminar_instructor figure figcaption{
    font-size: 11px;
    text-align: center;
	position:absolute;
	bottom:3px;
	right:3px;
	background:#fff;
	padding:0 1em;
	border-radius:20px;
}
.seminar_box ul{
    border: 3px solid #000;
    margin: 1.5em auto 0;
    padding: 4%;
	box-shadow:5px 5px 0px #000;
	box-sizing:border-box;
	background:#fff;
}
.seminar_box ul li:nth-child(1){
    margin-bottom: 2em;
}
.seminar_box ul li dl:nth-child(1){
    display: flex;
    align-items: center;
	margin:0 0 10px 0;
}
.seminar_box ul li dl:nth-child(1) h5{
    position: relative;
    font-size: 450%;
    font-family: 'Jost', sans-serif;
	line-height:1em;
    margin:0 15px 0 0;
}

.seminar_box ul li dl:nth-child(1) div{
	width: 100%;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px
 solid #000 !important;
}
.seminar_box ul li dl:nth-child(1) h4{
    position: relative !important;
    font-weight: normal !important;
    text-align: left !important;
    font-size: 120% !important;
    padding: 0 0 0 0 !important;
	line-height:1em;
	margin:0 !important;
    border-bottom: unset !important;
}
.seminar_box ul li dl .time {
    font-size: 100% !important;
    color: #fff;
    width: fit-content !important;
    background: #c30d23;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0.5em !important;
    line-height: 1.2em;
    padding: 0.2em 1.5em;
    border-radius: 2em;
}
.seminar_box ul li dl:nth-child(1) h4 span{
	font-size:140%;
	font-weight: bold;
	display: block;
	/* color: #c30d23; */
	line-height:1.5em;
}
.seminar_box ul li dl:nth-child(1) h4 strong{
	font-weight: bold;
	color: #c30d23;
	line-height:1.5em;
}
.seminar_box ul li dl:nth-child(2){
    display: flex;
    justify-content: space-between;
}
.seminar_box ul li dl:nth-child(2) dt{
    width: 45%;
    display: flex;
}
.seminar_box ul li dl:nth-child(2) dt span {
    width: 49%;
    height: 200px;
    overflow: hidden;
}
.seminar_box ul li dl:nth-child(2) dt span:nth-child(2){
    margin-left: 2%;
}
.seminar_box ul li dl:nth-child(2) dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seminar_box ul li dl:nth-child(2) dd{
    width: 52%;
}

/*  ---------- info_box ---------- */
.info_box{
    margin: 0 auto 80px !important;
}
.info_box h3{
    font-size: 150% !important;
    text-align: left !important;
    margin: 0 0 5px!important;
}
.info_box ul {
    display: flex;
    justify-content: space-between;
}
.info_box ul li:nth-child(1){
    width: 48%;
}
.info_box ul li:nth-child(1) .notes {
    margin: 0.5em auto 0.5em !important;
}
.info_box ul li:nth-child(2){
    width: 50%;
    height: auto;
    overflow: hidden;
}
.info_box ul li table{
    width: 100%;
}
.info_box ul li tr{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.info_box ul li tr th{
    font-size:90%;
    color:#fff;
    font-weight:bold;
    width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    padding: 10px 0;
    margin-right: 16px;
}
.info_box ul li tr td{
    padding-left: 16px;
}
/*  ---------- info_box tumbler_box ---------- */
.info_box .tumbler_box{
	background: #f9f9f9;
    padding: 2%;
}
.info_box .tumbler_box dl{
	display: flex;
	justify-content: space-between;
    margin-bottom: unset;
}
.info_box .tumbler_box dl dt{
}
.info_box .tumbler_box dl dt img{
	width: 130px;
	height: auto;
}
.info_box .tumbler_box dl dd{
	width: 65%;
	margin-left: 3%;
}
.info_box .tumbler_box dl dd .pre_tag{
    background: #c30e23;
    display: table;
    padding: 0 10px;
    margin: 0 0 0.5em;
}
.info_box .tumbler_box dl dd .pre_tag span{
    color: #fff;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.2em;
}
.info_box .tumbler_box dl dd h4{
    width: unset !important;
    font-size: 120% !important;
    border-bottom: 1px solid #000 !important;
    margin: 0 auto 0 !important;
}

.form_title {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    #main_image {
    }
    .main_ep{
        width: 96%;
    }
	.detail_box {
	    width: 96%;
}
	.seminar_box{
		width: 96%;
		padding:0 0 30px;
	    margin: 0 auto 80px;
	}
	.seminar_box > dl {
		width: 100%;
		margin:0 auto 30px;
	}
    .info_box {
        width: 96%;
    }
    .form_box {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 959px){
    #main_image{
        display: block;
        justify-content: unset;
        align-items: unset;
        margin: 0 auto 70px;
    }
    #main_image .main_box{
        width: 100%;
	}
	.main_ep dd h4 span{
		display:block;
		line-height:1em;
	}
	#main_image .main_box::after{
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 0px 200px 50vw ;
		z-index:10;
	}
	
	#main_image .main_box::before{
		content:"";
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 200px 0px 0px 50vw ;
		z-index:11;
	}
	
    #main_image .main_box .main_img {
    }

    #main_image .main_image_title {
		width:75%;
		max-width:600px;
		top:0;
		bottom:0;
		left:0;
		right:0;
		}
    #main_image .main_image_title img{
		width:100%;
		position: absolute;
		bottom:40px;
		right:0;
		margin: auto;
		z-index: 100;
		padding:7%;
	}
}
@media screen and (max-width: 768px){
	#main_image{
        margin: 0 auto 0px;
        padding:0 3% 20px;
    }
    .main_ep {
		width: 100%;
		margin: 0 auto 40px;
		z-index:50;
		position:
		relative;
		background: linear-gradient(180deg, transparent 0%, transparent 20%, #f0f0f0 20%, #f0f0f0 100%);
		box-sizing:
		border-box;
		padding:3%;
		}
	    .main_ep dl{
        display: block;
        justify-content: unset;
        flex-direction: unset;
        position: unset;
    }
    .main_ep dl dt {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 7px 7px #b6acac;
    }
	.main_ep dl dt img{
	    width: 100%;
	    height: 100%;
	}
    .main_ep dd{
        width: 100%;
		margin:auto;
    }
    .main_ep dd div{
        position: unset;
        top: unset;
    }
    .main_ep dd em {
        text-align: center;
    }
    .main_ep dd h4 {
        width:100%;
        text-align: center !important;
        letter-spacing: unset;
        margin: 20px auto!important;
    }
    .main_ep dd h5{
        font-size:120%;
        font-weight:
        bold !important;
        margin: 0 0 10px;
    }
	.detail_box ul li {
	    width: 49.5%;
	}
    .present_box ul{
        display: block;
        justify-content: unset;
        margin: 2em auto 0;
    }
    .present_box ul dl{
        width: unset;
        padding: 4%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
	.present_box ul dl:nth-child(1){
		margin:0 0 20px 0;
	}
    .present_box ul dl dt{
        width: 30%;
    }
	.seminar_box h3{
	    font-size: 160% !important;
	    text-align: center !important;
	    font-weight:500 !important;
	    margin: 0 auto 20px !important;
	    line-height: 1em !important;
	    display:
	    block !important;
	}
	.seminar_box h3 span {
		display:
		block;
		line-height: 1.2em;
	}
    .seminar_box > dl {
        width: 96%;
        display: block;
        justify-content: unset;
        margin: 30px auto;
    }
    .seminar_box > dl dd{
        width: unset;
        margin-right: unset;
    }
    .seminar_box .seminar_instructor {
        width: 100%;
        margin: 2em auto 0;
    }
	.seminar_box ul{
	    margin: 2.5em 0 0;
	}
    .seminar_box ul li dl:nth-child(1){
        display: block;
        align-items: unset;
        margin-bottom: 1em;
    }
    .seminar_box ul li dl:nth-child(2) {
        display: block;
        justify-content: unset;
    }
    .seminar_box ul li dl:nth-child(2) dt {
        width: unset;
        display: flex;
    }
    .seminar_box ul li dl:nth-child(2) dd {
        width: unset;
        margin-bottom: 1em;
    }
	.info_box ul {
		display: block;
		justify-content: unset;
    }
    .info_box ul li:nth-child(1){
        width: unset;
    }
    .info_box ul li:nth-child(2){
        width: unset;
        height: 400px;
        overflow: hidden;
    }
    .info_box .notes {
        margin-bottom: 20px !important;
    }
    .info_box .tumbler_box{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 699px){
	#main_image .main_image_title {
	}
    .main_ep dd h4 {
        font-size: 180% !important;
    }
	.seminar_box h3 {
    font-size: 180% !important;
}
}

@media screen and (max-width: 599px){
    #event.sub section#subContainer div.main_box .main_ep dd h4 {
        position: relative!important;
        margin: 20px auto!important;
    }
	#main_image .main_box{
	    height: 90vw;
		min-height:400px;
	}

    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        font-size: 180%;
    }
	.present_box h4{
		font-size: 120% !important;
		}
	.present_box ul dl dd div {
	    font-size: 120%;
	}
	.seminar_box h3 span {
		font-size: 180%;
    }
    .seminar_box ul li dl:nth-child(1) h4 span {
        font-size: 120%;
    }

}
@media screen and (max-width: 519px){
	#main_image .main_box::after{
		border-width: 0px 0px 150px 50vw ;
	}
	
	#main_image .main_box::before{
		border-width: 150px 0px 0px 50vw ;
	}

}
@media screen and (max-width: 460px){
	#main_image .main_box{
	}
    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        display:block;
        line-height:1em;
    }
	.present_box{
		margin: 0px auto 100px;
	}
}
@media screen and (max-width: 340px){
    .main_ep dd h4 {
        font-size: 210% !important;
    }
    .seminar_box ul li dl:nth-child(1) h5 {
        font-size: 180%;
    }
}
