@charset "UTF-8";
/*==================================================
=			defalut			 =
==================================================*/
#harrypotter,#harrypotter div,#harrypotter span,#harrypotter object,#harrypotter iframe,#harrypotter h1,#harrypotter h2,#harrypotter h3,#harrypotter h4,#harrypotter h5,#harrypotter h6,#harrypotter p,#harrypotter blockquote,#harrypotter pre,#harrypotter abbr,#harrypotter address,#harrypotter cite,#harrypotter code,#harrypotter del,#harrypotter dfn,#harrypotter em,#harrypotter img,#harrypotter ins,#harrypotter kbd,#harrypotter q,#harrypotter samp,#harrypotter small,#harrypotter strong,#harrypotter sub,#harrypotter sup,#harrypotter var,#harrypotter b,#harrypotter i,#harrypotter dl,#harrypotter dt,#harrypotter dd,#harrypotter ol,#harrypotter ul,#harrypotter li,#harrypotter fieldset,#harrypotter form,#harrypotter label,#harrypotter legend,#harrypotter table,#harrypotter caption,#harrypotter tbody,#harrypotter tfoot,#harrypotter thead,#harrypotter tr,#harrypotter th,#harrypotter td,#harrypotter li,#harrypotter aside,#harrypotter dialog,#harrypotter figure,#harrypotter footer,#harrypotter header,#harrypotter hgroup,#harrypotter menu,#harrypotter nav,#harrypotter section,#harrypotter time,#harrypotter mark,#harrypotter audio,#harrypotter video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}
#harrypotter{line-height:1;}#harrypotter li,#harrypotter aside,#harrypotter dialog,#harrypotter figure,#harrypotter footer,#harrypotter header,#harrypotter hgroup,#harrypotter nav,#harrypotter section{display:block;}#harrypotter nav ul{list-style:none;}#harrypotter blockquote,#harrypotter q{quotes:none;}#harrypotter blockquote:before,#harrypotter blockquote:after,#harrypotter q:before,#harrypotter q:after{content:'';content:none;}#harrypotter a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}#harrypotter ins{background-color:#ff9;color:#000;text-decoration:none;}#harrypotter mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;text-decoration:line-through;}#harrypotter abbr[title],#harrypotter dfn[title]{border-bottom:1px dotted #000;cursor:help;}#harrypotter table{border-collapse:collapse;border-spacing:0;}#harrypotter hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}#harrypotter input,#harrypotter select{vertical-align:middle;}#harrypotter img{vertical-align:bottom;}

#harrypotter .cf:before,#harrypotter .cf:after {content:"";display:table;}
#harrypotter .cf:after {clear:both;}
#harrypotter .cf {zoom:1;}

#harrypotter img{
	image-rendering: -webkit-optimize-contrast;
	height: auto !important;
}
#harrypotter a{
	transition: 0.3s;
	word-wrap:break-word;
}
#harrypotter a:hover{
	opacity:0.7;
	animation: cont 0.5s;
	-webkit-animation: cont 0.5s;
	-moz-animation: cont 0.5s;
}
#harrypotter p{
	line-height:1.6;
	text-align: left;
}
#harrypotter img{
	max-width: 100%!important;
}

#harrypotter{
	width: 100%;
	min-width: 1120px;
	text-align:center;
	margin:0 auto;
	color:#000;
	background-color: #000;
  font-family: "Noto Serif JP", 'Noto Sans JP', sans-serif, serif, Meiryo, sans-serif, "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic ProN";
	position: relative;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	line-height: 1.6;
	padding-bottom: 60px;
	background: url(/static/img/entertainment/harrypotter/bg.jpg) repeat center;
}

#harrypotter .sans{
  font-family: "Noto Sans JP", sans-serif;
}
/*font*/
#harrypotter .size-12{
	font-size: 12px;
}
#harrypotter .size-14{
	font-size: 14px;
}
#harrypotter .size-16{
	font-size: 16px;
}
#harrypotter .size-18{
	font-size: 18px;
}
#harrypotter .size-20{
	font-size: 20px;
}
#harrypotter .size-22{
	font-size: 22px;
}
#harrypotter .size-24{
	font-size: 24px;
}
#harrypotter .size-26{
	font-size: 26px;
}
#harrypotter .size-28{
	font-size: 28px;
}
#harrypotter .size-32{
	font-size: 32px;
}
#harrypotter .w-reguluar{
	font-weight: 400;
}
#harrypotter .w-medium{
	font-weight: 500;
}
#harrypotter .w-bold{
	font-weight: 700;
}
#harrypotter .w-black{
	font-weight: 900;
}

#harrypotter .txt-center{
	text-align: center;
}
/*▲font▲*/

#harrypotter .mar-5{
	margin-top: 5px;
}
#harrypotter .mar-15{
	margin-top: 15px;
}
#harrypotter .mar-25{
	margin-top: 25px;
}
#harrypotter .mar-35{
	margin-top: 35px;
}
#harrypotter .hov,a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#harrypotter .hov:hover{
	text-decoration: transparent;
	opacity:0.6;
}
#harrypotter .hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
#harrypotter i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
}
#harrypotter section{
	position: relative;
}
#harrypotter .sp{
	display:none;
}
#harrypotter .pc_img{
	display:block;
}
#harrypotter .wrapper{
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 30px;
}
#harrypotter .flexbox{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#harrypotter .flexbox-bt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#harrypotter .grid{
	display: grid;
	gap: 24px;
}
#harrypotter .youtube{
	margin-top: 20px;
}
#harrypotter .youtubeinner {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#harrypotter .youtubeinner iframe {
  width: 100%;
  height: 100%;
}
#harrypotter .scpd{
  padding: 56px 0 0;
}
#harrypotter .c-padding{
  padding: 25px;
	box-sizing: border-box;
}
#harrypotter .col-key{
  color: #FFECAD;
}
#harrypotter .col-acc{
  color: #E2B420;
}
#harrypotter .col-whi{
  color: #fff;
}
#harrypotter .dotslist li{
	padding-left: 18px;
	position: relative;
	margin: 3px 0;
}
#harrypotter .dotslist li::before{
	content: '・';
	position: absolute;
	top: 0px;
	left: 0;
}


#harrypotter .c-h2{
  text-align: center;
}
#harrypotter .c-h2 img{
  display: block;
	margin: 0 auto 5px;
}
#harrypotter .btn01{
	border-radius: 200px;
	border: solid 3px #F0E136;
	max-width: 435px;
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	color: #F0E136;
	display: block;
	margin: 0 auto;
}
#harrypotter .btnarea p a{
	color: #F1FF46;
	text-decoration: underline;
}

/*===============================================*=================================*==============================================================================================================*/
/*メイン*/
#harrypotter main{
	position: relative;
	text-align: center;
	padding: 0;
	color: #fff;
}
#harrypotter main h1 img{
	width: 100% !important;
	max-width: 1060px;
	margin: 0 auto 0;
}

#harrypotter main h1 span{
	display: block;
	text-align: left;
}

/*リード*/
#harrypotter .lead .grid{
	grid-template-columns: 3fr 4fr;
}

/*ポイント*/
#harrypotter .pointbox{
	border: solid 1px #B99524;
	background-color: rgba(0,0,0,0.2);
	border-radius: 8px;
}
#harrypotter .pointbox .grid{
	grid-template-columns: 1fr 1fr;
	text-align: left;
}
#harrypotter .pointbox .grid h4{
	background-color: #B99524;
	border-radius: 3px;
	padding: 3px 5px;
	box-sizing: border-box;
	display: inline-block;
}
#harrypotter .pointbox .grid i{
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

#harrypotter .point .grid.colo-2{
	grid-template-columns: 200px 200px;
	justify-content: flex-start;
}
#harrypotter .point .grid.colo-3{
	grid-template-columns: 200px 200px 200px;
	justify-content: flex-start;
}

/*バスルート*/
#harrypotter .route{
	grid-template-columns: 1fr 1fr ;
	gap: 30px;
	text-align: left;
}
#harrypotter .route .routbox{
	background: #fff;
	border-radius: 10px;
}
#harrypotter .route .routbox i{
	color: #1F810D;
}

/*募集要項*/
#harrypotter .applications table{
	width: 100%;
	margin-top: 30px;
	box-sizing: border-box;
	line-height: 1.6;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	color: #353535;
	border: solid 1px #c0c0c0;
}
#harrypotter .applications table tr{
	border-bottom: solid 1px #c0c0c0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#harrypotter .applications table tr:last-child{
	border-bottom: none;
}
#harrypotter .applications table th,#harrypotter .applications table td{
	padding: 20px 20px;

}
#harrypotter .applications table th{
	display: flex;
	box-sizing: border-box;
	align-items: center;
	flex-wrap: wrap;
}
#harrypotter .applications table td span{
	color: #D50000;
}
#harrypotter .applications table th{
	width: 30%;
	background-color: #f5f5f5;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}
#harrypotter .applications table td{
	width: 70%;
	justify-content: flex-start;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
}
#harrypotter .applications table td a{
	color: #31a2c8;
	text-decoration: underline;
	position: relative;
}
#harrypotter .applications table td a:last-child{
	margin-right: 0;
}

#harrypotter .applications table .intable{
	margin: 0;
	width: auto;
	max-width: 100%;
	margin-bottom: 10px;
}
#harrypotter .applications table .intable tr{
	display: grid;
	grid-template-columns: 70px auto;
	justify-content: flex-start;
	align-items: stretch;
}
#harrypotter .applications table .intable th,#harrypotter .applications table .intable td{
	padding: 5px 10px;
	font-size: 12px;
	width: 100%;
}
#harrypotter .applications table .intable th{
	background-color: #FFF7DE;
	border-right: solid 1px #c0c0c0;
}

/*諸注意事項*/
#harrypotter .attention h2{
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #E2D9AC;
}
#harrypotter .attention .c-padding{
	background-color: #fff;
	text-align: left;
}

/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px){
	/*共通*/
	#harrypotter .pc{
		display: none!important;
	}
	#harrypotter .sp{
		display: block!important;
	}
	#harrypotter .wrap{
		padding: 0 30px;
		width: 100%;
		max-width: 100%;
	}
	#harrypotter .scpd{
		padding: 30px 0 0;
	}
	#harrypotter .grid{
		gap: 20px;
	}
	#harrypotter .colo-4{
		grid-template-columns: 1fr 1fr;
		gap:24px;
	}
	#harrypotter .size-12{
		font-size: 10px;
	}
	#harrypotter .size-14{
		font-size: 12px;
	}
	#harrypotter .size-16{
		font-size: 14px;
	}
	#harrypotter .size-18{
		font-size: 14px;
	}
	#harrypotter .size-20{
		font-size: 16px;
	}
	#harrypotter .size-22{
		font-size: 16px;
	}
	#harrypotter .size-24{
		font-size: 18px;
	}
	#harrypotter .size-26{
		font-size: 18px;
	}
	#harrypotter .size-28{
		font-size: 18px;
	}
	#harrypotter .size-32{
		font-size: 20px;
	}

	#harrypotter{
		min-width: auto;
	}
	#harrypotter .wrapper{
		width: 100%;
	}
	#harrypotter .scpd{
		padding: 30px 0 0;
	}
	#harrypotter .c-padding{
		padding: 25px;
	}
	#harrypotter .dotslist li{
		padding-left: 15px;
	}

	#harrypotter .c-h2 img{
		max-width: 200px!important;
	}
	#harrypotter .btn01{
		border: solid 2px #F0E136;
		padding: 12px;
	}
	#harrypotter .btnarea p a{
		color: #F1FF46;
		text-decoration: underline;
	}


/*===================================================================750===================================================================*/

#harrypotter main h1 img.sp{
	max-width: 500px!important;
}

#harrypotter .lead .grid{
	grid-template-columns: 1fr;
}

#harrypotter .pointbox .grid{
	grid-template-columns: 1fr ;
	gap: 15px;
}

#harrypotter .route{
	display: block;
}
#harrypotter .route .routbox{
	max-width: 500px;
	font-size: 14px;
	margin: 20px auto 0;
}

/*募集要項 tab*/
#harrypotter .applications{
	padding: 40px 0;
	margin-top: 0;
}
#harrypotter .applications table{
	display: block;
	margin-top: 30px;
}
#harrypotter .applications table tbody{
	width: 100%;
	display: block;
}
#harrypotter .applications table tr{
	display: block;
	border-bottom: none;
}
#harrypotter .applications table tr:last-child{
	border-bottom: none;
}
#harrypotter .applications table th,#harrypotter .applications table td{
	padding: 10px 15px;
	border-bottom: solid 1px #d6d6d6;
}
#harrypotter .applications table th{
	width: 100%;
	font-size: 13px;
}
#harrypotter .applications table td{
	width: 100%;
	font-size: 13px;
	display: block;
}
#harrypotter .applications table .intable tr{
	grid-template-columns: 53px calc(100% - 53px);
}

}
/*======================================

画面サイズ480px以下

======================================*/
@media screen and (max-width: 480px){

}



