@charset "utf-8";


.header {
	font-family: '遊ゴシック',sans-serif;
}
.red {
	color: #B92A1F !important;
	font-size: 10px !important;
	font-weight: normal;
	width: 100% !important
}

/* PC ================================================== */
@media all and (min-width:960px){
.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header {
	width: 100%;
	/*margin-bottom: 16px;*/
}
.header-inner {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-inner p{
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.1;
}

.header-left span {
	color:#0080CD;
	font-size: 1.4em;
}
.header-logo {
	width: 196px;
	/*margin-right: 30px;*/
}

.hero-image {
	width: 100%;
	position: relative;
}

.container {
	width: 900px;
	margin: 70px auto;
	font-family: '遊ゴシック体',sans-serif;
	letter-spacing: 0.4em; 
	position: relative;
}
.schedule-ttl {
	margin: 0 0 20px;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1.4;
}

table {
	width: 100%;
	border: 1px solid #0080CD;
	text-align: center;
}
tr {
	height: 57px;
	border-bottom: 1px solid #0080CD;
}
tr:last-of-type {
	border-bottom: none;
}
th {
	font-size: 1.8em;
	font-weight: bold;
	background-color: #0080CD;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
th:last-of-type {
	border-right: none;
}
td {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.075em;
	background-color: #FFFEEF;
	border-right: 1px solid #0080CD;
}
.align-left {
	text-align: left;
	padding-left: 20px;
}

.present-ttl {
	margin: 70px auto 17px;
	font-size: 2.3em;
	font-weight: bold;
	color: #0080CD;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0060B0;
	border-radius: 100px;

}
.present-ttl::before,
.present-ttl::after {
	content: '';
	width: 50px;
	height: 50px;
}
.present-ttl::before {
	background-image: url(../image/present-icon01.png);
}
.present-ttl::after {
	background-image: url(../image/present-icon02.png);
}

.submit-btn {
	width: 100%;
	max-width: 900px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	border-radius: 51px;
	background: linear-gradient(180deg, #7744A0 0%, #2856DA 100%);
	transition: all 0.3s;
	margin: 40px auto 0;
}
.submit-btn:hover {
	transition: all 0.3s;
	letter-spacing: 0.23em;
}
.btn-sub {
	display: block;
	margin-top: 10px;
	color: #000;
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 0.075em;
	max-width: 900px;
	margin: 0 auto;
}

.footer-image {
	width: 100%;
	text-align: center;
	margin: 133px auto 0;
	position: relative;
}
.footer-image iframe {
	width: 900px;
	height: 500px;
}
.footer-logo {
	width: 222px;
	margin: 43px auto;
	position: relative;
}
.footer-info {
	font-family: '遊明潮体',serif;
	font-size:3.2em ;
	font-weight: bold;
	text-align: center;
}
.copy {
	font-size: 10px;
	text-align: center;
	margin: 37px auto 50px;
	letter-spacing: 0.075em;
	
}
.contact-area {
	margin: 50px auto 50px;
	text-align: center;
}
.contact-txt {
	font-size: 1.6em;
	font-weight: bold;
}
.note {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.schedule{font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	
}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
	.wrap {
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.3em;
		overflow: hidden;
	}
	.header {
		width: 100%;
		height: 100px;
	}
	.header-inner {
		padding: 20px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-left span {
		color:#0080CD ;
	}
	
	
	.hero-image {
		width: 100%;
		position: relative;
	}
	.header-logo {
		width: 196px;
		margin-right: 30px;
	}
	
	.container {
		width: 90%;
		margin: 70px auto;
		font-family: '遊ゴシック体',sans-serif;
		position: relative;
	}
	.schedule-ttl {
		margin: 0 0 20px;
		font-size: 2.8em;
		font-weight: bold;
		text-align: center;
	}
	
	.schedule-sp {
		width: 100%;
		margin: 0 auto;
	}
	.schedule-item {
		width: 100%;
		padding: 8px 0;
		margin-bottom: 15px;
		background-color: #FFFEEF;
		border: 1px solid #0080CD;
		font-size: 1.6em;
	}
	.schedule-item:nth-of-type(even) {
		background-color: #FFFFFF;
	}
	.schedule-item dl {
		width: 100%;
		height: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.schedule-item dt {
		width: 28%;
		padding: 0 10px 15px 10px;
		border-right: 1px solid #0080CD;
	}
	.schedule-item dd {
		width: 72%;
		padding: 0 0 15px 10px;
		line-height: 1.2;
		letter-spacing: 0.045em;
	}
	.schedule-item dl dt:last-of-type,
	.schedule-item dl dd:last-of-type{
		padding: 0 0 0 10px;
	}
	
	.present-ttl {
		margin: 34px auto 17px;
		font-size: 2.6em;
		font-weight: bold;
		letter-spacing: 0.04em;
		color: #D23728;
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	
	}
	.present-ttl::before,
	.present-ttl::after {
		content: '';
		position: absolute;
		bottom: 0;
		width: 1px;
		height: 40px;
		background-color: #D73A29;
	}
	.present-ttl::before {
		left: 10px;
		transform: rotate(-30deg);
	}
	.present-ttl::after {
		right: 10px;
		transform: rotate(30deg);
	}
	
	.submit-btn {
		width: 100%;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
		font-size: 2.8em;
		font-weight: bold;
		border-radius: 51px;
	background: linear-gradient(180deg, #7744A0 0%, #2856DA 100%);
	}
	.btn-sub {
		display: block;
		margin-top: 10px;
		color: #000;
		font-size: 1.4em;
		text-align: center;
	}
	
	.footer-image {
		width: 100%;
		margin: 84px auto 0;
		position: relative;
	}
	.footer-image iframe {
		width: 90%;
		height: 410px;
	}
	.footer-logo {
		width: 232px;
		margin: 73px auto 20px;
	}
	.footer-info {
		font-family: '遊明潮体',serif;
		font-size:3.2em ;
		font-weight: bold;
		text-align: center;
	}
	.copy {
		font-size: 1.3em;
		text-align: center;
		margin: 35px auto;
	}

	.contact-area {
		margin: 50px auto 50px;
		text-align: center;
	}
	.contact-txt {
		font-size: 1.8em;
	}
	.note {
		display: block;
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 0.04em;
		margin-top: 10px;
	}
}

/* SP ================================================== */
@media all and (max-width:559px){
.wrap {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.075em;
	overflow: hidden;
}
.header {
	width: 100%;
	height: 80px;
}
.header-inner {
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-left span {
	color:#0080CD ;
	    font-size: 1.45em;
}


.hero-image {
	width: 100%;
	position: relative;
}
.hero-image img{
	width: 100%;
}

.header-logo {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

.container {
	width: 86%;
	margin: 70px auto;
	font-family: '遊ゴシック体',sans-serif;
	position: relative;
}
.schedule-ttl {
	margin: 0 0 20px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}

.schedule-sp {
	width: 100%;
	margin: 0 auto;
}
.schedule-item {
	width: 100%;
	padding: 8px 0;
	margin-bottom: 15px;
	background-color: #FFFEEF;
	border: 1px solid #0080CD;
	font-size: 1.4em;
}
.schedule-item:nth-of-type(even) {
	background-color: #FFFFFF;
}
.schedule-item dl {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
}
.schedule-item dt {
	width: 28%;
	padding: 0 10px 15px 10px;
	border-right: 1px solid #0080CD;
}
.schedule-item dd {
	width: 72%;
	padding: 0 0 15px 10px;
	line-height: 1.2;
	letter-spacing: 0.045em;
}
.schedule-item dl dt:last-of-type,
.schedule-item dl dd:last-of-type{
	padding: 0 0 0 10px;
}

.present-ttl {
	margin: 34px auto 17px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #0080CD;
	line-height: 1.4em;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0080CD;
	border-radius: 100px;

}

.submit-btn {
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-radius: 51px;
	background: linear-gradient(180deg, #7744A0 0%, #2856DA 100%);
}
.btn-sub {
	display: block;
	margin: 10px auto;
	color: #000;
	font-size: 10px;
	letter-spacing: 0.01em;
	text-align: left;
	line-height: 1.7em;
	width: 86%;
	
}

.footer-image {
	width: 90%;
	margin: 84px auto 0;
	position: relative;
}
.footer-image iframe {
	width: 100%;
	height: 195px;
	margin: 0 auto;
}
.footer-logo {
	width: 182px;
	margin: 73px auto 20px;
}
.footer-info {
	font-family: '遊明潮体',serif;
	font-size:2.8em ;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.copy {
	font-size: 10px;
	text-align: center;
	margin: 35px auto;
}
.contact-area {
	margin: 50px auto 50px;
	text-align: center;
}
.contact-txt {
	font-size: 1.4em;
	font-weight: bold;
		line-height: 1.4em;

}
.note {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	margin-top: 10px;
}
.schedule{font-size: 14px;line-height: 1.7; font-weight: 600;}
}