a {
	outline: none;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	position: relative;
	color: #333333;
	font-weight: 700;
		background: #ffffff;
		background-size: cover;
}

.headlogo {
	background-color: #FFF;
	padding: 14px 0;
}

.headlogo img {
	width: 240px;
}

.mainttl {
	color: #fff;
	padding: 50px 0 0 0;
background:
  url(images/gara.png) no-repeat center top,
  url(images/square.png) 0 0 repeat,
  linear-gradient(270deg, rgba(91, 126, 69, 1) 0%, rgba(53, 97, 54, 1) 53%, rgba(56, 92, 56, 1) 100%);
	text-align: center;
	min-height: 710px;
}

.mainttl-txt{
	margin-right: 300px;
	background-color: rgba(25, 90, 48,0.7);
	border: 1px solid #C9B053;
	padding: 16px 20px;
}
.mainttl-txt h2{
	font-size: 110%;
}
h1 {
	margin-bottom: 0px;
}
.big{
	font-size: 120%;
	font-weight: 700;
}
.mainttl-c {
	text-align: left;
	line-height: 1.7;
}

.relative{
	position: relative;
}
.maincatch {
	width: 400px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.wrap {
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}


.wrap1200 {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dai1bu{
	gap: 30px;
	align-items: center;
}
.alc {
	align-items: center;
}

.small {
	font-size: 90%;
	line-height: 1.4;
}
.small2{
	font-size: 80%;
	line-height: 1.4;
}
.small3{
	font-size: 75%;
	line-height: 1.4;
	display: block;
}
nav{
	background-color: #0352a2;
	color: #FFF;
}
nav a{
	background-color: #004b96;
	color: #FFF;
	padding: 10px 14px;
	transition: .4s;
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid rgba(255, 255, 255,0.4);
	border-right: 1px solid rgba(255, 255, 255,0.4);
}
nav a:hover{
	background-color: #002d5a;
}

nav span{
	display: inline-block;
	margin-right: 20px;
}
.top-photolist-wrap {
	padding: 0 0 20px 0;
	background: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, #035FA6 20%, #0352A2 100%);
	background-position: 0 bottom;
	position: relative;
}


.top-photolist {
	gap: 40px;
	z-index: 20;
	position: relative;
}

.top-photolist .item {
	width: calc((100% - 160px) / 5);
	/* padding: 10px; */
	color: #FFF;
	text-align: center;
}

.top-photolist .item img {
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.programwrap {
	padding: 90px 0 60px 0;
	background: url(images/washi.jpg) center 0 no-repeat;
	background-size: cover;
}
.ttl-program img{
	display: block;
	margin: 0 auto;
}
.programwrap h2,#top_youtube h3{
	color: #FFF;
	color: #333;
	font-size: 160%;
	font-weight: 700;
	text-align: center;
	margin: 90px 0;
}
.programwrap h2{
	margin: 0 0 40px 0;
}
#top_youtube h3{
	margin: 60px 0 30px 0;
}

.programwrap h3 {
	font-size: 140%;
	margin-bottom: 16px;
}

.program {

	padding: 2em;
}

.sympo-ttl {
	border-top: 3px solid #7A7597;
	border-bottom: 3px solid #7A7597;
	padding: 40px 0;
	margin-bottom: 30px;
}
.ttl-pg{
	color: #FFF;

		padding: 14px 20px;
	background: linear-gradient(270deg,rgba(91, 126, 69, 1) 0%, rgba(53, 97, 54, 1) 53%, rgba(56, 92, 56, 1) 100%);
}
.program-txt{
	flex:1;
	width: 100%;}

.time{
	display: inline-block;
	padding: 14px 10px;
	font-weight: 700;
	background-color: #E8E1D4;
	color:#422D07 ;

}
.timewrap{
		background-color: #E8E1D4;
}
.flex40{
	width: 40%;
	margin-right: 5%;
}
.flex60{
	flex: 1;}

.table01{
	margin: 10px 0 30px 0;
	width: 100%;
		border: 1px solid #dad3cf;
	border-collapse: collapse;
	line-height: 1.6;
}

.table01 th {
	white-space: nowrap;
	background-color: #E0ECD6;
	color: #474241;
	border-right: 1px solid #dad3cf;
	border-bottom: 1px solid #dad3cf;
	padding: 10px 30px;
}
.table01 td{
	border-bottom: 1px solid #dad3cf;
	border-right: 1px solid #dad3cf;
	padding: 10px 30px;
	background-color: #fff;
}

.program dl {
	margin-bottom: 60px;
}

.program dt {
	margin-right: 30px;
	color: #000634;
	font-weight: 700;

}

.program dt span {
	background-color: #7A7597;
	display: inline-block;
	color: #FFF;
	padding: 6px 14px;
	min-width: 160px;
	text-align: center;
}

.program dt span.color2 {
	background-color: #e5e3d6;
	color: #151D47;
}
.program dd{
	flex: 1;
}


.program dd ul li {
	list-style-type: none;
	font-weight: 700;
}

.katagaki {
	margin-right: 20px;
	line-height: 1.6;
}

.zachoicon {
	background-color: #565e85;
	color: #FFF;
	padding: 4px 14px;
	margin-right: 8px;
	line-height: 100%;
	border-radius: 8px;
}



.footer {
	background-color: #FFF;
	padding: 60px 0;
	text-align: center;
}

.footlogo {
	text-align: center;
	margin: 0 auto;
}
.footlogo a{
	text-decoration: none;
	color: #486ea0;
}
.copyright {
	font-size: 80%;
}

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}

.fade2 {
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
}


#top_youtube {
	padding: 30px 0;
}

.douga {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.douga iframe,
.douga object,
.douga embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.toyoutube{
	font-weight: 700;
	border: 2px solid #FFF;
	border-radius: 10px;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background: #b40505;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
a.toyoutube::after {
	background-color: #FFF;
	color: #b40505;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
  }
  a.toyoutube:hover {
	color: #b40505;
	border: 2px solid #b40505;
  }
  a.toyoutube:hover::after,
  .siryou a:hover::after{
	transform: scale(1, 1);
  }
  .siryou{
	padding: 0 20px;
  }

.siryou a{
	font-weight: 700;
	border: 2px solid #FFF;
	border-radius: 10px;
	padding: 8px 20px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background: #0046a1;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.siryou a:hover {
	color: #0046a1;
	border: 2px solid #0046a1;
  }

  .siryou a::after {
	background-color: #FFF;
	color: #0046a1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
  }

  .iken{
	border-top: 3px solid #7A7597;
	padding-top: 40px;
  }

  	.mainttk-txt {
		margin-top: 8px;
		padding-top: 8px;
		border-top: 2px solid #333;
	}


	.txc{
		text-align: center;
	}

	.mb30{
		margin-bottom: 30px;
	}

	.mb0{
		margin-bottom: 0 !important;
	}
@media screen and (min-width:768px) {
	.sp_only {
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.wrap1200 {
		padding: 0 10px;
	}

	.mainttl {
		padding: 14px 10px;
		min-height: auto;
	}
}

@media screen and (max-width:767px) {
	.pc_only {
		display: none;
	}

	.sp_txt,.small {
		font-size: 80%;
		line-height: 1.5;
	}
	.sp_txc{
		text-align: center;
	}
		.sp_img_s{
		width: 60%;
		margin: 0 auto;
		display: block;
	}

	.sp_pd{
		padding: 0 10px;
	}
	.headlogo img {
		width: 120px;
	}

	.flex-b{
		flex-direction: column;
	}
	.flex40{
		width: 100%;
	}
	.mainttl-c {
		width: 100%;
		flex: auto;
	}

	.mainttl {
		padding: 14px 10px;
		min-height: auto;
background:
  url(images/gara.png) no-repeat center top,
  url(images/square.png) 0 0 repeat,
  linear-gradient(270deg, rgba(91, 126, 69, 1) 0%, rgba(53, 97, 54, 1) 53%, rgba(56, 92, 56, 1) 100%);
  background-size:
 130% auto,
  50px auto,
  auto;
	}

	.mainttl-c h1 {
		width: 95%;
	}
.maincatch{
	position: static;
	width: 95%;
	margin: 0 auto;
}
	.mainttl-txt{
		margin-right: 0;
	}
	.mainttk-txt {
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid #333;
	}
	.top-photolist{
		gap: 0;
	}

	.top-photolist-wrap {
		padding: 0 10px;
			background: linear-gradient(  #035FA6 0%, #0352A2 100%);
	}

	.top-photolist-wrap:after {
		content: none;
	}

	.top-photolist .item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		width: 100%;
		padding: 8px;
		display: flex;
		align-items: center;
		text-align: left;
	}

	.top-photolist .item img {
		width: 20%;
		margin: 0 auto;
	}

	.item-txt {
		width: 80%;
		padding-left: 10px;
	}

	.programwrap {
		background: #fffdea;
		padding: 30px 10px;
	}

	.program {
		padding: 1em;
		border-radius: 0;
	}

	.programwrap h2, .sympo-ttl, .footer {
		padding: 20px 0;
		margin: 0;
	}

	.program dl {
		margin-bottom: 0;
		padding: 10px 0;
	}

	.program dt {
		width: 100%;
		margin: 0;
	}

	.program dt span {
		width: 100%;
		margin-bottom: 10px;
		padding: 2px 10px;
	}

	.programwrap h3, .name {
		font-size: 110%;
	}

	.katagaki {
		font-size: 80%;
	}

	.copyright {
		font-size: 60%;
	}
	.siryou{
		justify-content: center;
		display: flex;
		width: 100%;
		align-items: center;
	}

	.program-c.flex{
		flex-direction: column;
	}
	.time{
		width: 100%;
		padding: 4px 10px;
	}

		.table01
	.table01 tbody,
	.table01 tr,
	.table01 th,
	.table01 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.table01 th {
		border-bottom: none;
		padding: 5px;
	}

	.table01 td {
		line-height: 1.6;
		font-size: 90%;
		padding: 5px;
	}
	.sp_nob{
		padding-bottom: 0 !important;
		border-bottom: none !important;
	}
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb60{
	margin-bottom: 60px;
}
@media screen and (max-width:767px) {
	.mb60{
		margin-bottom: 20px;
	}
	#top_youtube h3{
		margin: 30px 0;
		font-size: 110%;
	}
}


.g_map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed,
.g_map video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
