@charset "UTF-8";

/*  ---------- main_image ---------- */
#main_image{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:
    relative;
    background: #122e4a;
}
#main_image > svg{
    width:500px;
    position:absolute;
    bottom:-50px;
    left:-10px;
    z-index:1000;
    fill: #eed9;
    transform: rotate(-7deg);
}
#main_image .main_box{
    width: 70%;
    max-width:
    unset;
    height: 600px;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}
#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 img{
    width: 600px;
    max-width: 600px;
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
#main_image .main_box .main_img:nth-of-type(1){
    background-image: url(/event/wp-content/uploads/2022/10/1001_plaisir/main_bg_01.webp);
}
#main_image .main_box .main_img:nth-of-type(2){
    background-image: url(/event/wp-content/uploads/2022/10/1001_plaisir/main_bg_02.webp);
}
#main_image .main_box .main_img:nth-of-type(3){
    background-image: url(/event/wp-content/uploads/2022/10/1001_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;
}
.main_ep dl{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position:
    relative;
}
.main_ep dl dt {
    width: 55%;
    height: 380px;
    overflow: hidden;
}
.main_ep dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_ep dd{
    width: 43%;
}
.main_ep dd div{
    position:
    absolute;
    top:20px;
}
.main_ep dd h4 {
    color: #24405d;
    font-family: 'Jost', sans-serif;
    width: unset !important;
    position: unset !important;
    text-align: left !important;
    font-size: 180% !important;
    border-bottom:
    unset !important;
    padding: 0 0 0 0 !important;
    margin: 0 2em 0 !important;
    font-weight: 500 !important;
}
.main_ep dd h4 span{
    font-size:250%;
    margin:0 0 0 0.2em;
    vertical-align:middle;
}
.main_ep dd h4::before,
.main_ep dd h4::after{
    position:
    absolute !important;
    content: '';
    width: 15px;
    height: 100%;
    border-top: solid 1px #24405d;
    border-bottom: solid 1px #24405d;
}
.main_ep dd h4::before{
    border-left: solid 1px #24405d;
    top: 0;
    left: 0;
}
.main_ep dd h4::after{
    border-right: solid 1px #24405d;
    top: 0;
    right: 0;
}
.main_ep dd h5{
    font-size:120%;
    font-weight:bold !important;
    margin:9em 0 0;
}



/*  ---------- present_box ---------- */
.present_box{
    margin: 0px auto 100px;
}
.present_box h4{
    font-family: 'Jost', sans-serif;
    font-size: 200% !important;
    font-weight:normal !important;
    margin: 0 0 0 !important;
    line-height: 1.2em !important;
    color: #fff !important;
    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;
}
.present_box ul dl:nth-child(1){
    background: #3b586a;
}
.present_box ul dl:nth-child(2){
    background: #746856;
}
.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{
    color:#fff;
    width: 68%;
    margin-right: 2%;
}
.present_box ul dl dd p strong{
    font-size:115% !important;
    color:#fff !important;
    margin-right: unset !important;
}
.present_box ul dl dd div{
    font-size:120%;
    margin-bottom: 1em;
}
.present_box ul dl dd div span{
    font-weight: bold;
    background:#fff;
    padding:2px 5px;
}
.present_box ul dl:nth-child(1) div span{
    color: #4b6373;
}
.present_box ul dl:nth-child(2) div span{
    color: #6a6053;
}

/*  ---------- seminar_box ---------- */
.seminar_box{
    background: #F2F2F2;
    padding: 50px 4%;
    margin: 60px auto 80px;
}
.seminar_box > dl {
    display: flex;
    justify-content: space-between;
	margin:30px 0;
}
.seminar_box > dl dd{
	width: 65%;
	margin-right: 2%;
}
.seminar_box > dl dd p{
	margin:50px 0 0 !important;
	font-size: 100%;
	font-weight: 600;
}
.seminar_box h3{
    font-family: 'Jost', sans-serif !important;
    font-size: 400% !important;
    text-align: left !important;
    font-weight:500 !important;
    margin: 0 auto 0 !important;
    line-height: 1.2em !important;
    padding: 0 2em !important;
    position:
    relative !important;
    width: unset !important;
    display:
    unset !important;
}
.seminar_box h3::before,
.seminar_box h3::after{
	position:
	absolute !important;
	content: '';
	width: 15px;
	height: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.seminar_box h3::before{
	border-left: solid 1px #000;
	top: 0;
	left: 0;
}
.seminar_box h3::after{
	border-right: solid 1px #000;
	top: 0;
	right: 0;
}
.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{
    background: #fff;
    margin: 1.5em 0 0;
    padding: 4%;
	box-shadow:10px 10px 10px #ccc;
}
.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%;
}
.seminar_box ul li dl:nth-child(1) h4{
    position: relative !important;
    font-weight: bold !important;
    text-align: left !important;
    font-size: 120% !important;
    border-bottom:
    unset !important;
    padding: 0 0 0 0 !important;
	line-height:1em;
	margin:0 !important;
    border-bottom:1px solid #aaa !important;
}
.seminar_box ul li dl:nth-child(1) h4 span{
	font-size:140%;
    display: block;
    color: #c30e23;
	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 dotted #ccc;
    border-bottom: 1px dotted #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 #ccc !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%;
    }
    .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 20px;
    }
    #main_image .main_box{
        width: 100vw;
        height:55vh;
    }
    #main_image .main_box .main_img {
    }
    #main_image > svg{
        width:400px;
        position:absolute;
        top:-10px;
        left:-10px;
        z-index:1000;
        fill: #eed9;
        transform: rotate(-7deg);
    }
    #main_image .main_image_title {
        width: 100%;
        z-index:10;
        position:
        relative;
        padding:0 0 10vh;
        margin-top:-7vh;
    }
    #main_image .main_image_title img{
        width:80%;
        max-width:unset;
        position:unset;
        top:unset;
        right:unset;
        margin:auto;
        display:block;
    }
}
@media screen and (max-width: 768px){
    
    #main_image > svg{
        width:270px;
    }
    
    #main_image .main_box{
    }
    #main_image .main_image_title {
        margin-top:-3vh;
    }
    #main_image .main_image_title img{
        width:90%;
    }
    #main_image .main_image_title {
        padding:0 0 7vh;
    }
    .main_ep {
        padding: unset;
        margin: 0px auto 40px;
    }
    .main_ep dl{
        display: block;
        justify-content: unset;
        flex-direction: unset;
        position: unset;
    }
    .main_ep dl dt {
        width: 100%;
        margin: 0 auto;
        height: 320px;
        overflow: hidden;
    }
    .main_ep dd{
        width: unset;
    }
    .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;
        position: relative!important;
        margin: 20px auto!important;
    }
    .main_ep dd h5{
        font-size:120%;
        font-weight:
        bold !important;
        margin: 0 0 10px;
    }

    .present_box h4{
        font-size: 250% !important;
    }
    .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 dt{
        width: 30%;
    }
	.seminar_box h3{
	    font-size: 400% !important;
	    text-align: center !important;
	    font-weight:500 !important;
	    margin: 0 auto 0 !important;
	    line-height: 1.2em !important;
	    padding: 0 2em !important;
		display:block !important;
	}
    .seminar_box > dl {
        display: block;
        justify-content: unset;
    }
    .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_ep dd h4 {
        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;
    }

    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        font-size: 180%;
    }

}
@media screen and (max-width: 460px){
    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        display:block;
        line-height:1em;
    }
    .seminar_box h3{
        font-size: 330% !important;
    }
}
@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%;
    }
}
