/*common-------------------------------------*/
html{
	background-color: #fff;
}
body{
	color: #000;
	font-size: 14px;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	background-color: #fff;
}

main{display: none; width: 100%; height: 100%;}

header{
	width: 100%;
	background: url(../img/mainVisual.jpg) center top no-repeat;
	background-size: 100% auto;
	position: relative;
	opacity: 0;
	animation: fadeIn 2s forwards;
	animation-delay: 1s;
}

article{
	width: 100%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 4;
	opacity: 0;
	animation: fadeIn 1s forwards;
	animation-delay: 0.5s;
}

section{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1em;
}

p{
	margin: 0.5rem auto;
	text-align:justify;
}

.comingSoon{
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

footer{
	color: #fff;
	width: 100%;
	background-color: #006bef;
	padding: 0.5rem 0;
	font-size: 8px;
	text-align: center;
}

/*mainVisual-------------------------------------*/
.characters{
	width: 95%;
	margin: 0 auto;
	animation: fadeIn 2s;
}
/*animation------------------------------*/
@keyframes fadeIn {
	0% {
		display: none;
		opacity:0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity:1;
	}
}
@keyframes moveUp {
	0% {
		opacity:0.1;
		padding-top: 15vh;
	}
	30% {
		padding-top: 15vh;
	}
	100% {
		opacity:1;
		padding-top: 0;
	}
}

/*heading-------------------------------------*/
.catch{
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
	animation: moveUp 2s;
	transition-timing-function:ease-in-out;
}

h1{
	position: absolute;
	top: 0.3rem;
	width: 16%;
	max-width: 230px;
	z-index: 2;
}

h2{
	max-width: 530px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
	left: 0;
	right: 0;
	animation: fadeIn 4s;
	width: 30%;
	bottom: 7%;
}

h3 {
	max-width: 1170px;
	margin: 0px auto 10px auto;
	font-size: 1.2rem;
	line-height: 1.2em;
	padding: 0.7rem 0.7rem 0.7rem 2rem;
	color: #fff;
	background-color: #60a6fa;
	text-shadow: 1px 1px 1px #2b7de2;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}
h3:before{
	content: "";
	position: absolute;
	background: #006bef;
	top: 50%;
	left: 0.8rem;
	margin-top: -15px;
	height: 30px;
	width: 8px;
}

h3 span.h3sub{
	font-size: 0.8rem;
	text-align: left;
	padding: 1rem 0 1rem 0.2rem;
	opacity: 0.4;
	vertical-align: text-top;
	text-shadow: none;
	letter-spacing: 0.5rem;
	font-weight: normal;
}

h4 {
	color: #00c989;
	margin: 2rem auto 0 auto;
	border-bottom: solid 1px #8ed68c;
	font-size: 1.2rem;
	line-height: 1.5rem;
	padding-bottom: 0.2rem;
}

h5 {
	margin: 1.5rem auto 0 auto;
	font-size: 1.2rem;
	color: #7be378;
}
.ss h4:first-child {margin: 0 auto;}
.ss h5:first-child {margin: 0 auto;}


/*メニュー-------------------------------------*/
#menu{
	width: 100%;
	line-height: 2.2rem;
	text-align: center;
	background: #0ecbef;
	border-bottom: 1px solid #d3d3d3;
	z-index: 5;
	animation: fadeIn 3s forwards;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
#menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*max-width:1300px;*/
	margin: 0 auto;
}
#menu li{
	padding: 0 1rem;
	color: #0094cd;
	font-size: 1rem;
	border-right: 1px dotted #9fd6ff;
	font-weight: bold;
}
#menu li:last-child{border-right: none;}
#menu li a{
	display: block;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #2b7de2;
}

/*更新情報-------------------------------------*/
.latestInfo{
	top: -38px;
	position: absolute;
	padding: 0px 0.3rem 0rem 0.3rem;
	background: #ef424a;
	border-radius: 3px;
	font-weight: normal;
	right: 0;/*191121*/
}
.latestInfo:before{
	content: "";
	position: absolute;
	top: 100%;
	/*left: 7%;*/
	left: 80%;/*191121*/
	border: 7px solid transparent;
	border-top: 7px solid #ef424a;
}
#menu .latestInfo p{
	line-height: 1.2rem;
	color: #fff;
	font-size: 0.8rem;
	border-right: none;
}
/*menuのリンクスタイル打ち消し*/
#menu .latestInfo p a{
	display: inline;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	text-shadow: none;
}
#menu .latestInfo p span{
	background-color: #ff888d;
	padding: 2px 4px 2px 6px;
	margin-right: 5px;
	vertical-align: middle;
}
/*slick-------------------------------------*/
#slick,#slick2,#slick3,#slick4 {
	background-size: 35% auto;
	background-repeat: no-repeat;
	background-position: right top;
}
#slick {background-image:url(../img/mapTitle01.jpg);}
#slick2 {background-image:url(../img/mapTitle02.jpg);}
#slick3 {background-image:url(../img/mapTitle03.jpg);}
#slick4 {background-image:url(../img/marriageTitle.jpg);}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 65%;
	max-width: 700px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-dots {
	position: relative;
	top: -1.5rem;
	right: 0;
	width: 100%;
	font-size: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.slick-dots li{
	margin-left: 10px;
	background-color: #fff;
	width: 20%;
}
.slick-dots li:first-child {
	margin-left: 0;
}
.slick-dots li img {
	width: 100%;
	cursor: pointer;
}
.mapsContents div:first-of-type .slick-dots li{
	width: 16%;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 10px;
}
.slick-dots .slick-active img,
.slick-dots li:hover img {
	opacity: .6;
}

/*parts-------------------------------------*/
a:link{color:#61a6fa;}
a:hover{color:#3edbff;}
a:active{color:#3edbff;}
a:visited{color:#1a67c6;}

.red{color: #ef4149;}
.bold{font-weight: bold;}
.small{font-size: 0.8em;}
.big{font-size: 1.2rem;}
.center{text-align: center;}
.right{text-align: right;}

h1 img,h2 img,.catch img,.characters img,.ssImg img,.ssList img,.ss img,.classList  td img{width: 100%;}
.gvgSection .ssImg,.others .ssImg{max-width: 500px;}

.ss{display:flex; margin-top: 0.5rem;}
.ss dt,.ss dd{width: 50%;}
.ss dt{padding-right: 0.5rem;}

.ssList{
	display: flex;
	flex-wrap: wrap;
	margin: 1rem auto;
	align-items: flex-end;
}
.ssList li{
	padding: 0 0.5rem 1rem 0.5rem;
	flex-basis: calc(100%/3);
}
.ssList h5{margin: 0 auto 1rem auto;}

.column2.ssList li{
	flex-basis: calc(100%/2);
}

table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1300px;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

th, td {
	border: 1px solid #cae2ff;
	padding: 0.3rem;
}
th{
	color: #fff;
	background-color: #82bbff;
	text-align: center;
	font-size: 1rem;
}
tbody:nth-child(even) {
	background-color: #f4f9ff;
}

.itemList td:first-child{
	width: 10%;
	text-align: center;
}
.itemList4column{
	table-layout: fixed;
	text-align: center;
}

.attentionBox{
	padding:1.5rem;
	background-color: #fff2f4;
	position: relative;
}
.attentionBox:before{
	content: "!";
	font-weight: bold;
	font-size: 2rem;
	width: 40px;
	height: 40px;
	background-color: #ef4149;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -0.3rem;
	left: -0.3rem;
	text-align: center;
}


/*loader/////////////////////////////////////////*/
#loadingWrap {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
#loading {
	width: 5em;
	height: 5em;
	border-top: 1em solid rgba(96, 166, 250, 0.2);
	border-right: 1em solid rgba(96, 166, 250, 0.2);
	border-bottom: 1em solid rgba(96, 166, 250, 0.2);
	border-left: 1em solid rgba(96, 166, 250, 1);
	animation: loaderAnime 1s infinite linear;
	border-radius: 50%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 11;
}
@keyframes loaderAnime {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*3次職リスト*/
.classList {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.classList table{
	border: 1px solid #e1eeff;
	box-shadow: 3px 3px 6px -3px #d3d3d3;
	margin-top: 1rem;
	display:flex;
}
.classList th,.classList td{
	border:none;
	padding: 0.5rem;
	position: relative;
}
.classList th{
	color: #006bef;
	background-color: #eef5ff;
	font-size: 1rem;
}
.classList table tr:first-child th{
	background: linear-gradient(to top, #60a6fa 0%,#71d3e5 100%);
	color: #fff;
	font-size: 1.1rem;
	text-shadow: 1px 1px 1px #007aff;
	line-height: 1.5rem;
	padding: 0.8rem 0 0.8rem 100px;
	text-align: center;
}

.classList  td iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.classListCatch{
	font-size: 1rem;
	color: #60a6fa;
}
.classList table tr:nth-of-type(2) td{
	padding:0;
	line-height: 0;
}
.flag{
	width: 95px;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 6;
}

.btn a {
	display: block;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	width: 60%;
	max-width: 350px;
	margin: 1rem auto;
	padding: 17px 10px;
	border-radius: 40px;
	box-shadow: 3px 3px 6px -3px #d3d3d3;
	text-shadow: 1px 1px 1px #3394ff;
	border: 2px solid #d2f3ff;
	background-color: #60a6fa;
	background: linear-gradient(to top, #60a6fa 0%,#95e8fa 100%);
}

/*動画-----------------------------------------------*/
.movieBox{
	background-color: #000;
	position: relative;
}
.movieBox img{
	opacity: 0.7;
}
.movieBox a:after{
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 10px);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    opacity: 0.7;
}

/*.movieWindow{
	position: relative;
	padding-bottom: 56.25%;
}*/


/*バナー一覧（共通CSS）*/
.bnrBox{
	display: flex;
	flex-wrap: wrap;
}
.bnrBox div{
	padding: 0.5rem;
	flex-basis: calc(100%/2);
}
.bnrBox img{
	width: 100%;
}



/*カレンダー*/
.calendar {
	counter-reset: day 3;
	table-layout: fixed;
	margin: 0 auto 1em auto;
	max-width: 1170px;
}
.calendar tbody {
	background-color: #fff;
}
.calendar td{
	vertical-align: top;
	position: relative;
	font-size: 0.8rem;
}
.calendar td span:before{
	counter-increment:day;
	content:counter(day);
	color: #949494;
	font-size: 1.3rem;
	margin-bottom: 5px;
	padding: 0 0.3rem 0 0;
	display: block;
}
/*土曜*/.calendar td:nth-child(6n) span:before{color: #848bff;}
/*日曜*/.calendar td:nth-child(7n) span:before{color: #ff8585;}

.calendar tr:nth-of-type(2) th{
	color: #006bef;
	background-color: #eef5ff;
	font-size: 1rem;
	position: sticky;
	top: 0;
	z-index: 10;
}

.calendar .attention{
	background: #fffcd1;
	color: #ff5a00;
	background:#fffcd1;
}



/*iPad & PC   1024px以上------------------------------*/
@media screen and (min-width: 1024px) {
	body{font-size: 16px;}
	h3{padding: 1rem 0.6rem 1rem 2rem;}
	.comingSoon {
		font-size: 2.5rem;
		line-height: 2.7rem;
	}
	.catch{
		max-width: 53%;
		top: 2rem;
	}

	#menu li{
		line-height: 3.3rem;
		font-size: 1.4rem;
	}

	.latestInfo{right: auto;}/*191121*/
	.latestInfo:before{left: 7%;}/*191121*/

	.bnrBox div{flex-basis: calc(100%/3);}

	#slick,#slick2,#slick3 {
		background-size: 35% auto;
		margin-bottom: 1rem;
	}

		.calendar td:before {
			padding: 0;
		}

	.marriageItem{
		display: flex;
		flex-wrap: wrap;
	}
	.marriageItem div{flex-basis: calc(50% - 2rem);}
	.marriageItem div:nth-of-type(even){margin-left: 2rem;}
}
/*スマホ縦 414px以下----------------------*/
@media screen and (max-width: 414px) {
	h3 span.h3sub {
		font-size: 0.7rem;
		letter-spacing: 0.3rem;
	}
	h1{display: none;}
	h2{bottom: 12%;}

	.catch {
		width: 100%;
		top: 0;
	}
	.characters {
		padding-top: 3rem;
		width: 105%;
		margin-left: -5%;
	}
	#menu li{
		padding: 0 0.2rem;
		font-size: 0.9em;
	}

	.ss{display:block;}
	.ss dt,.ss dd{width: 100%;}
	.ss dt {padding-right: 0;}

	.ssList li{flex-basis: 100%;}
	.bnrBox div {flex-basis: 100%;}
	#slick,#slick2,#slick3 {
		margin-bottom: 2rem;
		background-size: 75% auto;
		padding-top: 11rem;
		background-position: top center;
	}
	.slick-list {width: 100%;}
	.slick-dots {top: 10px;}
	.slick-dots li {width: 100%;}

		.calendar {
			table-layout: auto;
		}
		.calendar td{
			display: block;
		}
		.calendar tr:nth-of-type(2) th{
			display: none;
		}

		.calendar td span:before {
			display: inline;
		}
		/* モバイル用_曜日 */
		.calendar td span:after {
			padding-right: 0.5rem;
			font-size: 0.7rem;
			color: #b4b4b4;
		}
		.calendar td:nth-child(1) span:after {content: "(月)";}
		.calendar td:nth-child(2) span:after {content: "(火)";}
		.calendar td:nth-child(3) span:after {content: "(水)";}
		.calendar td:nth-child(4) span:after {content: "(木)";}
		.calendar td:nth-child(5) span:after {content: "(金)";}
		.calendar td:nth-child(6) span:after {content: "(土)";}
		.calendar td:nth-child(7) span:after {content: "(日)";}
	}