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



.schedule .sec_day .timeline {
	margin: 0 5%;
	z-index: 10;
	position: relative;
}
.schedule .sec_day .timeline .timeline-list .time {
	font-weight: bolder;
	width: 15%;
	max-width: 65px;
}
.schedule .sec_day {
	position: relative;
	margin-bottom: 100px;
}
.schedule .sec_day .img {
	position: absolute;
	bottom: 0;
	right: -5%;
	z-index: 0;
}
.schedule .sec_day .img .sp_img {
	display: none;
}
.schedule .sec_yearly_event .sec_yearly_event_inn {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img {
	width: 50%;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img img {
	width: 100%;
}
.schedule .sec_annual_event ul {
	margin: 0 0 30px;
	background-color: hsla(49,100%,50%,0.2);
	padding: 20px;
	border-radius: 20px;
	font-size: 17px;
	font-weight: bold;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
}
.schedule .sec_annual_event ul li {
    margin: 0 10% 0 0;
}
.schedule .sec_annual_event ul li:last-child {
    margin: 0;
}
.schedule .sec_annual_event ul li::before {
    content:  "";
    display:  inline-block;
	width: 14px;
	height: 14px;
	background-color: #ed7209;
    border-radius:  50%;
    margin: 0 5px -1px 0;
}
.schedule .sec_annual_event .note {
    font-size: 15px;
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 900px){
.schedule .sec_day .timeline {
	margin: 0 10%;
}
.schedule .sec_day .timeline .timeline-list .time {
	margin-right: 20px;
}
.schedule .sec_day {
	margin-bottom: 50px;
}
.schedule .sec_day .img {
	bottom: 30%;
	right: 5%;
}
.schedule .sec_day .img .pc_img {
	display: none;
}
.schedule .sec_day .img .sp_img {
	display: block;
}
}
@media only screen and (max-width: 768px){
.schedule .sec_yearly_event .sec_yearly_event_inn {
	display: block;
	margin-bottom: 25px;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img {
	width: 70%;
	margin-bottom: -40px;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img:last-child {
	margin-bottom: 0;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img:nth-child(2n) {
	margin-left: 30%;
}
.schedule .sec_annual_event ul {
	margin: 0 0 15px;
	padding: 20px 15%;
	display: block;
	font-size: 14px;
}
.schedule .sec_annual_event ul li {
    margin: 0 10% 10px 0;
}
.schedule .sec_annual_event ul li:last-child {
    margin: 0;
}
.schedule .sec_annual_event ul li::before {
    width: 10px;
    height: 10px;
    margin: 0 5px 0px 0;
}
.schedule .sec_annual_event .note {
    font-size: 15px;
    padding-left: 0;
    text-indent: 0;
}
}
@media only screen and (max-width: 640px){
.schedule .sec_day .timeline {
	margin: 0 10%;
}
.schedule .sec_day .timeline .timeline-list .time {
	margin-right: 20px;
}
.schedule .sec_day {
	margin-bottom: 50px;
}
.schedule .sec_day .img {
	bottom: 30%;
	right: 5%;
}
.schedule .sec_yearly_event .sec_yearly_event_inn {
	display: block;
	margin-bottom: 25px;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img {
	width: 100%;
	margin-bottom: -10px;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img:last-child {
	margin-bottom: 0;
}
.schedule .sec_yearly_event .sec_yearly_event_inn .img:nth-child(2n) {
	margin-left: 0;
}
.schedule .sec_annual_event ul {
	margin: 0 0 15px;
	padding: 20px 15%;
	display: block;
	font-size: 14px;
}
.schedule .sec_annual_event ul li {
    margin: 0 10% 10px 0;
}
.schedule .sec_annual_event ul li:last-child {
    margin: 0;
}
.schedule .sec_annual_event ul li::before {
    width: 10px;
    height: 10px;
    margin: 0 5px 0px 0;
}
.schedule .sec_annual_event .note {
    font-size: 15px;
    padding-left: 0;
    text-indent: 0;
}
}







/*点線*/
.schedule .sec_day .timeline .timeline-list{
	position: relative;
	padding: 0 0 20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	font-size: 16px;
}
.schedule .sec_day .timeline .timeline-list::before {
	content: "";
	width: 3px;
	height: 100%;
	background-image: linear-gradient(to bottom, #ed7209, #ed7209 2px, transparent 2px, transparent 4px);
	background-size: 2px 5px;
	background-position:left top;
	background-repeat: repeat-y;
	position: absolute;
	top: 5px;
	left: -24px;
}
.schedule .sec_day .timeline .timeline-list:last-child::before {
	background-image: none;
}
/*丸*/
.schedule .sec_day .timeline .timeline-list::after {
	content: "";
	position: absolute;
	top: 3px;
	left: -30px;
	width: 14px;
	height: 14px;
	background-color: #ed7209;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
@media only screen and (max-width: 900px){
.schedule .sec_day .timeline .timeline-list{
	padding: 0 0 20px;
	display: block;
}
.schedule .sec_day .timeline .timeline-list::before {
	content: "";
	width: 3px;
	height: 100%;
	background-image: linear-gradient(to bottom, #ed7209, #ed7209 2px, transparent 2px, transparent 4px);
	background-size: 2px 5px;
	background-position:left top;
	background-repeat: repeat-y;
	position: absolute;
	top: 5px;
	left: -24px;
}
.schedule .sec_day .timeline .timeline-list:last-child::before {
	background-image: none;
}
/*丸*/
.schedule .sec_day .timeline .timeline-list::after {
	content: "";
	position: absolute;
	top: 3px;
	left: -30px;
	width: 14px;
	height: 14px;
	background-color: #ed7209;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
}