@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500&display=swap');

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");


	@media screen and (max-width: 768px){
.event_intro01 {
    width: 30%;
}
.event_sec{
	width: 100%;
    margin: auto;
    color: #000;
    line-height: 2em;
	padding:0 4em;
}
				.event_intro {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 4em 0 4em;
}
.event_intro02 {
    width: 100%;
    /* margin-left: 2em; */
}
.intro_sec1 {
    width: 100%;
    margin: auto;
    color: #000;
    line-height: 2em;
    padding: 0 4em;
}

.event_archive {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 1vh;
    flex-direction: column;
}
	.event_archive1{
		width: 100%;
		margin: auto;
	}
	.event_archive2{
	width: 100%;
    padding: 1em;
	}
	.event_archive2 span{
	    color: #ACCB48;
    font-size: 0.4em;
    margin-right: 2em;
	}
	
	.event_archive1 p{
	font-size: 0.7em;
    line-height: 1.2em;
	}

.event_archive1 img{
	    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 1vh;
}
		
.event_archive_sec{
	width: 100%;
    background-color: #f2f2f2;
    margin: auto;
    color: #000;
    line-height: 2em;
    padding: 2em 4em;
}
		
		
}



	@media screen and (min-width: 767px){



	.event_archive{
		display: flex;
		width: 100%;
		background-color: #fff;
		border-radius: 1vh;

	}
	.event_archive1{
		width: 50%;
		margin: auto;
        text-align: center;
	}
	.event_archive2{
	width: 50%;
    padding: 1em;
	}
	.event_archive2 span{
	    color: #ACCB48;
    font-size: 0.4em;
    margin-right: 2em;
	}
	
	.event_archive1 p{
	font-size: 0.7em;
    line-height: 1.2em;
	}

.event_archive1 img{
	
	    object-fit: contain;
    width: 90%;
    height: 100%;
}
		
.event_archive_sec{
	width: 100%;
    background-color: #f2f2f2;
    margin: auto;
    color: #000;
    line-height: 2em;
    padding: 2em 8em;
}
.event_sec{
	width: 100%;
    margin: auto;
    color: #000;
    line-height: 2em;
	padding:0 8em;
}

	.event_intro02{
		width: 80%;
    margin-left: 2em;
	}


	.event_intro{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 7em 0 5em;
	}

	.intro_sec1{
	width: 100%;
    margin: auto;
    color: #000;
    line-height: 2em;
	padding: 4em 8em;
	}
}


h1{
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.event_title {
    background-image: url(../img/event_bkimg.png?1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    height: 8.5em;
    padding: 5em 0 5em;
    text-align: center;
    color: #000;
}


	.event_intro01{
		width: 20%;
	}


	.contents-div01{
	/*margin: 10em 0 2em 0;*/
}


	.intro_sec{
	width: 100%;
    background-color: #f2f2f2;
    padding: 1em 0em;	
	}


	
	.p-event-text2 {
    background-color: #fff;
    border-radius: 0.5em;
    padding: 1em;
    margin: 0em 0 2em;
}
	.p-event-text2 h3{
	font-size: 1em;
	}
	.circle_number {
	width: 4em;
    height: 4em;
    padding-top: 1em;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
	.event_process{
	display: flex;
		width: 100%;
		padding: 1em;
		margin-bottom: 2em;


	}
		.event_process-1{
    width: 30%;
    text-align: center;
    margin: auto;
    padding-left: 1.3em;
	}
		.event_process-2{
		width: 70%;
		padding: 0em 1em;
	}
/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

