@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100&display=swap');
main {
	margin: 0;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, Arial black , sans-serif;
	font-size: 18px;
	line-height: 2;
	background-color: #F89E29;
  }
section.main {
	position: relative;
}
main .ttlimg{
	display: block;
	max-width: 980px;
	margin: 0 auto;
}
.mainImg{
	display: block;
	max-width: 980px;
	margin: 128px auto 0;
	padding-top: 22px;
}
.read{
	max-width: 980px;
	margin: 40px auto 0;
	text-align: center;
}
.period {
	color: #000000;
	margin: 40px auto 0;
	padding: 10px 50px;
	width: 600px;
	line-height: 1.5;
	background-color: #ffe4c2;
	background-image: repeating-linear-gradient(-45deg,#fff, #fff 6px,transparent 0, transparent 11px);
	border-radius: 100px;
	border: 3px solid #000000;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}

section{
	max-width: 980px;
	margin: 0 auto;
}

@media screen and (max-width:770px) {
	section {
		padding: 0 20px;
	}
	section.main {
		padding: 0 ;
	}
	.read{
		margin-top: 20px;
		font-size: 14px;
	}
	.period {
		width: auto;
		font-size: 14px;
		margin: 20px 0 40px;
		padding: 10px 20px;
	}
	.mainImg {
        margin-top: 68px;
    }
	main{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:600px) {
	.mainImg{
		margin-top: 49px;
	}
}

/* 202309 autumnfestival */
section.event_c {
	max-width: 1165px;
	position: relative;
}
.tit_autumn {
	text-align: center;
}
.tit_autumn h2 {
	margin-top: 60px;
	font-size: 26px;
	color: #000000;
}
.tit_autumn h2::before {
	content: url(../../2024/img/icon_footprints.png);
	vertical-align: middle;
	margin-right: 30px;
}
.tit_autumn h2::after {
	content: url(../../2024/img/icon_footprints.png);
	vertical-align: middle;
	margin-left: 30px;
}

.event_01 {
	padding: 55px 30px 70px;
	margin-top: 40px;
	background-color: #fff;
	position: relative;
}


.event_01::before {
	content: '';
	background:url(../../2024/img/icon_bg_flag_l.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10.4em;
	height: 5.5em;
}
.event_01::after {
	content: '';
	background: url(../../2024/img/icon_bg_flag_r.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10.4em;
	height: 5.5em;
}


@media screen and (max-width:770px) {
	.tit_autumn h2 {
		font-size: 24px;
		margin-top: 30px;
	}
	
	.event_01 {
		padding-bottom: 30px;
	}

	.event_01::before {
		width: 6em;
		height: 3em;
	}
	.event_01::after {
		width: 6em;
		height: 3em;
	}
}