@charset "UTF-8";
/* CSS Document */


.main_v img{
	width: 100%;
}
.main_v .sp_image,.tablet_sp_image{
	display: none;
}
.main_intro{
	margin-bottom:80px;	
}
.main_intro dl {
    margin-bottom: 40px;
}
.main_intro dl h4{
    width: unset !important;
    margin: 50px 0 20px !important;
    text-align: left;
    border-bottom: none !important;
}
/*-----------main-----------*/
.main{
    margin: 40px auto 80px;
}

.main ul > li{
    position: relative;
    margin-bottom: 100px;
	padding:0 0 0 70px;
}
.main ul li:last-child{
    margin-bottom: 0;
}
.main ul > li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    bottom: -10px;
    width: 1px;
    background: #88b1c8;
}
.main ul > li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    border: 5px solid #4f8db5;
}
.main > ul > li > div{
}
.main ul li .logo{
    max-width: 200px;
    width: 100%;
    margin: 0.5em 0.3em 0;
}
.main ul li h3{
	color: #2072ad !important;
	letter-spacing: unset !important;
	text-align: left !important;
	display: block !important;
	font-size: 200% !important;
	padding: 0 !important;
	margin: 0 auto 0 !important;
	position: unset !important;
	width: unset !important;
}
.main ul li h4{
    position: unset !important;
    font-size: 120% !important;
    padding: 0 0 10px 0 !important;
    font-family: 'Jost', sans-serif !important;
    border-bottom: unset !important;
    color: #000 !important;
    width: unset !important;
}
.main ul li h4 span:nth-child(1){
	font-size:90%;
	position: relative;
	display: inline-block;
	letter-spacing: .0em;
	line-height:1em;
	color: #508cb5;
}
.main ul li h4 span:nth-child(2){
    font-size: 250%;
	line-height:1em;
    display:
    block;
    color: #508cb5;
}

.main ul li dl{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.main ul li dl:nth-of-type(1){
}
.main ul li dd{
    width: 60%;
}
.main ul li date{
    font-family: 'Jost', sans-serif;
    font-size: 180%;
    line-height: 130%;
}
.main ul li date strong{
    font-size: 120%;
}
.main ul li date span{
    font-size: 80%;
}
.main ul li date span.sat{
    color: #0372ad;
}
.main ul li date span.sun{
    color: #e1233d;
}
.main ul li dl:nth-of-type(1) dt{
    width: 37%;
}
.main ul li dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main ul li dl:nth-of-type(2) dt{
	width: 300px;
	height: 250px;
}
.main ul li dd h4{
	padding:0 0 0 0 !important;
	margin:0 !important;
}
.main ul li .point{
    margin: 2em 0 0 0;
}
.main ul li .point h4{
    position: relative !important;
    font-size: 160% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0.5em !important;
    width: unset !important;
    color: #508cb5 !important;
}

.main ul li .point ol{
    counter-reset: num;
    display: flex;
    flex-direction: column;
}
.main ul li .point ol li{
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9eaf5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.main ul li .point ol li div{
    flex: 1;
}
.main ul li .point ol li div p{
	line-height:1.1em;
}
.main ul li .point ol li:before {
	color:#fff;
	background: #508cb5;
	content: counter(num,decimal-leading-zero);
	counter-increment: num 1;
	font-family: 'Jost', sans-serif;
	font-size: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	margin: 0 1rem 0 0;
	text-align: center;
	box-sizing: border-box;
}
.main ul li .point ol li div h5{
	font-size:110%;
	font-weight: bold;
}
/*  ---------- pre ---------- */
.pre{
	width:100%;
	margin:0 auto 100px;
	padding:70px 0;
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #508bb5 50%, #508bb5 100%);
}
.pre dl{
	width:80%;
	height: 300px;
	display: flex;
	background:
	url(/event/wp-content/uploads/2022/08/0827_lifestyle/20220827_pre.png) no-repeat;
	background-size: 50%;
	margin:
	auto;
	align-items:
	center;
}
.pre dl dd{
    width: 58%;
    height:
    fit-content;
    background: #fff;
    padding: 30px;
    box-sizing:
    border-box;
    box-shadow: 10px 10px 10px #254d6b;
    margin-left: auto;
    position:
    relative;
}
.pre dl dd span{
	color: #4c91b9;
	width:2em;
	line-height:1.1em;
	font-size:150%;
	font-weight:	bold;
	background: #fff;
	border: 5px solid #508bb5;
	position:	absolute;
	top:-50px;
	right:-35px;
	padding:15px;
	z-index:100;
}
.pre dl dd h4{
	color: #508bb6;
	width: unset !important;
	position: unset !important;
	font-size: 130% !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0em !important;
	border-bottom: unset !important;
}
.pre dl dd p strong{
	font-size:120% !important;
	color: #b94d4d !important;
	border-bottom: 3px double #b94d4d;
}


/*  ---------- info_box ---------- */
.info_box{
	margin: 0 auto 80px !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: auto;
    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;
}
/*  ---------- info_box present_box ---------- */
.info_box .present_box{
	background: #f9f9f9;
    padding: 2%;
}
.info_box .present_box dl{
	display: flex;
	justify-content: space-between;
    margin-bottom: unset;
}
.info_box .present_box dl dt{
	width: 30%;
}
.info_box .present_box dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_box .present_box dl dd{
	width: 65%;
}
.info_box .present_box dl dd .pre_tag{
    background: #f40002;
    display: table;
    padding: 0 10px;
    margin: 0 0 0.5em;
}
.info_box .present_box dl dd .pre_tag span{
    color: #fff;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.2em;
}
.info_box .present_box dl dd h4{
    width: unset !important;
    font-size: 120% !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 auto 0 !important;
}

@media screen and (max-width: 1200px) {
    .main_intro dl {
        width: 96%;
        margin: 0 auto 40px;
    }
    .main {
        width: 96%;
    }
    .pre{
    }
    .pre dl{
    }
	.info_box{
		width: 96%;
	}
	.form_box{
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 959px) {
	.pre{
		background: linear-gradient(180deg, #fff 0%, #fff 30%, #508bb5 30%, #508bb5 100%);
	}
	.pre dl{
		width:90%;
		height: 450px;
		background-size: 60%;
		background-position:
		top center;
		align-items:
		end;
	}
	.pre dl dd{
	    width: 68%;
		max-width:600px;
	    background: #fff;
	    margin-right: auto;
	    margin-left: auto;
	    position:relative;
	}
	.pre dl dd span{
		width:4.3em;
		top:-50px;
		right:-15px;
	}
}

@media screen and (max-width: 768px){
	.pc_image{
        display: none;
    }
    .main_v .sp_image,.tablet_sp_image{
        display: block;
    }
	.main ul > li{
		padding:0 0 0 70px;
	}
	.main ul li h4 span:nth-child(1){
		font-size:80%;
	}
	.main ul li h4 span:nth-child(2){
	    font-size: 250%;
	}
    .main ul li dl{
        display: block;
        justify-content: unset;
    }
	.main ul li .point{
	}
    .main ul li dd{
        width: unset;
    }
    .main ul li dl:nth-of-type(1) dt{
        width: 100%;
        height: auto;
		margin-bottom:20px;
    }
    .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 .present_box{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 699px){
	.main ul > li::after {
		width:35px;
		height:35px;
		left:15px;
	}
	.main ul > li::before {
		left: 15px;
    }
	.main ul > li{
		padding:0 0 0 45px;
	}
	.main ul li h4 span:nth-child(1){
		font-size:70%;
	}
	.main ul li h4 span:nth-child(2){
	    font-size: 210%;
	}
	.main ul li h3{
	    font-size: 180% !important;
		line-height:1.2em;
	}
	.pre dl{
		height: 380px;
		background-size: 65%;
	}
	.pre dl dd{
	    width: 80%;
		max-width:unset;
	    background: #fff;
	    margin-right: auto;
	    margin-left: auto;
	    position:relative;
		padding:25px;
	}
	.pre dl dd span{
		width:4.3em;
		top:-50px;
		right:-15px;
	}
}
@media screen and ( max-width:449px) {
    .main ul > li::before {
    }
    .main ul > li::after {
    }
    .main ul li h3 {
        font-size: 170% !important;
    }
    .main ul li date {
        font-size: 150%;
    }
    .main ul li date em {
        line-height: 0.5em;
        margin-bottom: 0.8em;
    }
    .main ul li .point h4::before {
        left: 30%;
    }
    .main ul li .point ol li div h5 {
        font-size: 100%;
    }
		.pre dl{
		height: 430px;
		background-size: 80%;
	}
}