h1#site-title {
	font-size: 27px;
}
#site-description {
  font-size: 16px;
}

.is-sticky #site-title {
	font-size: 20px;
}
.is-sticky .main-navigation a {
	line-height: 3em;
}
.is-sticky #site-description {
	font-size: 12px;
	letter-spacing: 1;
}

.schedule-list li .list-count {
	background-color: #ff6600 !important;
}
.schedule-list li .list-count a {
	color: #fff;
	}
.entry-content a {
	color: #000066;
}

@media screen and (max-width: 1023px) {
	.is-sticky .main-navigation a {
		line-height: 1em;
	}
}



.main-slider .image-slider {
	min-height: 460px;
	background-repeat: no-repeat;
}
.slider-sub-title,
.slider-content .slider-title, 
.slider-content .slider-title a,
.slider-content .slider-text {
color: #f4f4f4;
}
.entry-content p a {
	text-decoration: underline;
}
.entry-content p a img {
	text-decoration: none;
}
.our-feature-box .feature-icon {
	padding: 5px;
}
.our-feature-box .feature-icon img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.our-feature-box .feature-icon, .our-feature-box .feature-icon img {
	width: 74px;
	height: 74px;
}
.schedule-list h2 {
	margin: 5px 0;
	color: #fff;
}
.schedule-list li .list-count {
	display: inline-block;
	margin-bottom: 3px;
	background-color:#333;
}
.schedule-list a {
	text-decoration: underline;
	color: #fff;
}
.schedule-list .list-count a {
	text-decoration: none;
	color: #fff;
}
.wp-caption .wp-caption-text, .gallery-caption {
    font-style: normal;
    font-size: 80%;
}
.wp-caption .wp-caption-text {
    padding: 5px 0;
}

.event-list-box {
	background-color: #fff;
}
.event-new {
	letter-spacing:-1em;
}
.event-new li {
	box-sizing: border-box;
	padding: 5px;
	width: 20%;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing:normal;
	font-size: 60%
}
.event-new li img {
	margin-bottom: 6px;
}

.event-time th {
	white-space: nowrap;
}

.approve li {
	display: inline-block
}
.approve li:after {
	content: "　";
}

.approve dt {
	margin-bottom: 0.2em;
}
.approve dd {
	margin-left: 30px;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

@media screen and (min-width: 764px) {
	.event-img {
		min-height: 183px;
		background-color: transparent;
	}
}

@media screen and (max-width: 767px) {
	.event-new li {
		width: 49%;
	}
}

@media screen and (max-width: 479px) {
	.container, .boxed-layout #page, .boxed-layout-small #page {
		width: 90%;
	}
	.list-bg-box {
		padding: 20px;
	}
	.new-event-content {
		padding: 15px 10px;
	}
	.new-event-background {
		padding: 25px 0;
	}
	.list-nav li::after {
		width: 0;
	}
	.list-nav {
		list-style-type: disc !important;
	}
	.list-nav li {
		display: block;
		margin-left: 1em;
		padding: 0;
		list-style-type: disc !important;
	}
	.new-event-content .four-column {
		padding: 0 10px 25px;
	}
	.schedule-list li .list-count {
    display: block;
		margin-right: 0;
	}

}

@-webkit-keyframes modify{
      0% { padding-top: 200px; margin-top: -200px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 200px; margin-top: -200px; }
    100% { padding-top: 0; margin-top: 0; }
}

#application01:target{
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#application02:target{
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
