@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:#4c2121;
}
#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 {
    /* width: 30%; */
    /* height:100%; */
}
#main_image .main_image_title img{
    width:450px;
    max-width:500px;
    position:absolute;
    top:0;
    right:20px;
    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/09/0910_plaisir/main_bg_01.webp);
}
#main_image .main_box .main_img:nth-of-type(2){
    background-image: url(/event/wp-content/uploads/2022/09/0910_plaisir/main_bg_02.webp);
}
#main_image .main_box .main_img:nth-of-type(3){
    background-image: url(/event/wp-content/uploads/2022/09/0910_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:#4c2121;
    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 #4c2121;
    border-bottom: solid 1px #4c2121;
}
.main_ep dd h4::before{
    border-left: solid 1px #4c2121;
    top: 0;
    left: 0;
}
.main_ep dd h4::after{
    border-right: solid 1px #4c2121;
    top: 0;
    right: 0;
}
.main_ep dd h5{
    font-size:120%;
    font-weight:bold !important;
    margin:9em 0 0;
}


/*  ---------- detail_box ---------- */
.detail_box{
    margin: 0px auto 70px;
}
.detail_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail_box ul li{
    width: 31%;
    margin:0 0 50px 0;
    position: relative;
}
.detail_box ul li dt{
    height: 400px;
}
.detail_box ul li dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_box ul li dd{
    width:50px;
    position: absolute;
    bottom: -20px;
    margin: auto;
    padding: 2%;
    background: #fff;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow:2px 2px 0px #4c2121;
}
.detail_box ul li dd h5{
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
}
.detail_box ul li span{
    font-size:120%;
    font-family: 'Jost', sans-serif;
    color:#fff;
    letter-spacing:0.2em;
    padding:0 10px;
    position:absolute;
    top:-5px;
    left:0;
    background:#4d2121;
}

/*  ---------- 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 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: #6e3e3e;
}
.present_box ul dl:nth-child(2){
    background: #996565;
}
.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;
}
.present_box ul dl dd div{
    font-size:120%;
    margin-bottom: 1em;
}
.present_box ul dl dd div span{
    color:#6e3e3e;
    font-weight: bold;
    background:#fff;
    padding:2px 5px;
}



/*  ---------- specialEvent ---------- */
.specialEvent{
    margin:0 0 100px 0;
    /* background: #f5f5eb; */
    /* border: 1px solid #4c2121; */
    /* padding: 30px; */
    box-sizing: border-box;
}
.specialEvent dd{
    display:flex;
    justify-content:space-between;
    margin:0 0 30px 0;
}
.specialEvent dd h4{
    color: #d42a2c;
    width: 50%;
    font-family: 'Jost', sans-serif;
    font-weight:500!important;
    font-size:430%!important;
    border-bottom:
    none !important;
    margin:0 0 0 0 !important;
    line-height:1em !important;
    position: relative !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialEvent dd h4::before,
.specialEvent dd h4::after{
    position:
    absolute !important;
    content: '';
    width: 15px;
    height: 100%;
    border-top: solid 2px #d42a2c;
    border-bottom: solid 2px #d42a2c;
}
.specialEvent dd h4::before{
    border-left: solid 2px #d42a2c;
    top: 0;
    left: 0;
}
.specialEvent dd h4::after{
    border-right: solid 2px #d42a2c;
    top: 0;
    right: 0;
}

.specialEvent dd p{
    width: 48%;
}
.specialEvent ul{
    display:
    flex;
    justify-content:
    space-between;
    flex-wrap:
    wrap;
}
.specialEvent ul li:nth-child(1){
    background:#c62c2c;
}
.specialEvent ul li:nth-child(2){
    background:#2e916b;
}
.specialEvent ul li:nth-child(3){
    background:#4a84c7;
}
.specialEvent ul li:nth-child(4){
    background:#d7aa26;
}

.specialEvent ul li dt {
    width: 40%;
    height: auto;
    position:relative;
}
.specialEvent ul li dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 190px solid transparent;
}
.specialEvent ul li:nth-child(1) dt::after {
      border-top: 60px solid #c62d2c;
}
.specialEvent ul li:nth-child(2) dt::after {
      border-top: 60px solid #2d916b;
}
.specialEvent ul li:nth-child(3) dt::after {
      border-top: 60px solid #4a85c7;
}
.specialEvent ul li:nth-child(4) dt::after {
      border-top: 60px solid #d8aa25;
}
.specialEvent ul li dt .tag{
    width:150px;
    position:absolute;
    top:5px;
    left:5px;
    z-index:10;
}
.specialEvent ul li dt .tag img{
    width:100%;
}
.specialEvent ul li dt img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.specialEvent ul li .text dl {
    display:flex;
    align-items: center;
    margin-bottom: 1em;
}
.specialEvent ul h5 {
    font-size: 220%;
    color: #fff;
    font-weight: bold;
    font-family: 'Jost', sans-serif;
    line-height: 1em;
    margin: 0 15px 0 0;
}
.specialEvent h5 span {
    font-size: 280%;
    line-height: 1em;
    margin: 0 10px 0 0;
    font-weight: 100;
    font-family: 'Jost', sans-serif;
}

.specialEvent ul li{
    width: 50%;
    box-sizing:
    border-box;
    box-sizing: border-box;
    display: flex;
    background: #fff;
    position: relative;
}
.specialEvent ul li .text dl .title{
    width: 100%;
    color:#fff;
}
.specialEvent ul li .text dl .title h4 {
    position: relative !important;
    font-weight: bold !important;
    text-align: left !important;
    font-size: 90% !important;
    border-bottom: unset !important;
    padding: 0 0 0 0 !important;
    line-height: 1.1em;
    margin: 0 !important;
    border-bottom: 1px solid #fff !important;
}
.specialEvent ul li .text dl .title h4 span {
    font-size: 150%;
    display: block;
    line-height: 1.5em;
}
.specialEvent ul li > span{
    position: absolute;
    border-right: 180px solid transparent;
}
.specialEvent ul li > img {
    width: 130px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.specialEvent ul li .text {
    width: 60%;
    padding: 5%;
    box-sizing:
    border-box;
}
.specialEvent ul li .text p{
    font-size:90%;
    color:#fff;
}
.specialEvent ul li .text .btn{
    width:80%;
    margin:10px auto 0;
    text-align:center;
}
.specialEvent ul li .text .btn a{
    font-weight:bold !important;
    padding:5px !important;
}

/*  ---------- 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(2){
    width: 50%;
    height: 400px;
    overflow: hidden;
}
.info_box ul li table{
    width: 100%;
    margin-bottom: 20px;
}
.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;
}


.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%;
    }
    .specialEvent dd {
        width: 96%;
        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 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;
    }
    .detail_box ul li{
        width: 48%;
    }
    .specialEvent dd {
        display: block;
        justify-content: unset;
    }
    .specialEvent ul {
        display: block;
    }
    .specialEvent ul li {
        width: 100%;
    }
    .specialEvent ul li dt {
        width: 25%;
        min-width:200px;
    }
    .specialEvent ul li .text {
        width: auto;
    }
    .specialEvent ul h5 {
        font-size: 170%;
    }
    .seminar_box > dl dd p{
        margin:50px 0 0 !important;
        font-size: 100%;
        font-weight: 600;
    }
    #event.sub section#subContainer div.main_box .specialEvent dd h4 {
        font-size: 35px!important;
        margin-bottom: 30px!important;
        padding: 10px;
        box-sizing: border-box;
        width: unset !important;
    }
}
@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;
    }
    .kawagoe_box dl dd h3 {
        font-size: 190% !important;
    }
}

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

@media screen and (max-width: 599px){
    #main_image .main_image_title {
    }
    .main_ep dd h4 {
    }
   .detail_box ul{
        display: block;
        flex-wrap: unset;
        justify-content: unset;
    }
    .detail_box ul li{
        width: unset;
        margin-bottom: 2em;
        width: 90%;
        margin: 0 auto 60px;
    }
    .detail_box ul li:last-child{
        margin-bottom: 0;
    }
    .detail_box ul li dt{
        height:350px;
    }
    .specialEvent ul li dt {
        height: auto;
    }
    .specialEvent ul li .text {
    }
    .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;
    }

    #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;
    }
    .specialEvent ul li {
        display: block;
    }
    .specialEvent ul li dt {
        width: unset;
        height: 250px;
        margin: 0 auto;
    }
    .specialEvent ul li .text {
        width: unset;
        margin: 0 auto;
        padding: 7%;
    }

}
@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%;
    }
}
