@charset "utf-8";
@import url(reset.css);
@import url(base.css);

html,body {
	height:100%;
}

#wrap {
	height:100%;
}

/*-------------------------------------------------------------------
	main
-------------------------------------------------------------------*/


#main {
	width:100%;
	height:100%;
	background:url(../image/main.jpg) center center;
	background-size:cover;
}

#main .mainwrap {
	background:rgba(255,255,255,0.5);
	width:100%;
	height:100%;
	position:relative;
}


#main .mainwrap .title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	font-size:1.8em;
}

#main .mainwrap .title dt {
	font-size:2.8em;
	margin:25px 0;
	letter-spacing:0.3em;
}

#main .mainwrap .title dt span {
	color:#F00;
}

#main .mainwrap .title dd.texts {
	font-size:1.2em;
}


/* arrow */

[data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
    height: 30px;
    width: 40px;
    margin: 0 0 0 -20px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 10px;
	transform:translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 7.0em;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
    animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px); opacity: 0; }
}

/*-------------------------------------------------------------------
	glnav
-------------------------------------------------------------------*/

#glnav {
	width:100%;
	position:fixed;
	top:10px;
	left:0;
	text-align:center;
	z-index:99;
	padding:20px 0;
}

#glnav.scroll {
	top:0;
	background:rgba(255,255,255,0.8);
}

#glnav li {
	display:inline-block;
	border-right:1px solid #000;
}

#glnav li:last-child {
	border-right:none;
}

#glnav li a {
	display:block;
	width:250px;
	padding:10px 0;
	line-height:1.0;
	font-size:1.5em;
	color:#000;
}

#glnav li a:hover {
	text-decoration:none;
	color:#F00;
}


/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {
	padding:50px 0 100px;
	font-size:1.4em;
	line-height:1.6;
}

#container .inner {
	width:840px;
	margin:0 auto;
}

#container #vol04 .inner {
	width:900px;
}

#container .read {
	max-width:94%;
	margin:0 auto;
	text-align:center;
	font-size:1.1em;
	line-height:2.0;
}

#container h1 {
	margin:0 0 50px;
}

#container h1 span {
	display:block;
	text-align:center;
}

#container h1 span.big {
	font-size:2.0em;
}

/*-------------------------------------------------------------------
	#vol01
-------------------------------------------------------------------*/

#vol01 {
	padding:150px 0 0;
}

#vol01 .bolds {
	font-weight:400;
	font-size:1.2em;
	line-height:1.0;
	margin:0 0 30px;
	text-align:center;
}

#vol01 .same {
	overflow:hidden;
	zoom:1;
	margin:0 0 30px;
}

#vol01 .same .photo {
	float:left;
}

#vol01 .same .texts {
	margin-left:340px;
}


#vol01 table {
	width:100%;
}

#vol01 table th,
#vol01 table td {
	border:1px solid #999;
	padding:5px 10px;
	text-align:left;
	vertical-align:middle;
}

#vol01 table th {
	font-weight:300;
	width:15%;
	background:#f1d5d5;
}




/*-------------------------------------------------------------------
	#vol02
-------------------------------------------------------------------*/

#vol02 {
	padding:150px 0 0;
}

#vol02 .fst {
	text-align:center;
	margin:0 0 50px;
}

#vol02 .box {
	overflow:hidden;
	zoom:1;
	margin:0 0 50px;
}

#vol02 .box .photo {
	float:left;
}

#vol02 .box .text {
	margin-left:280px;
}

#vol02 .box dt {
	line-height:1.0;
	font-size:1.4em;
	font-weight:400;
	padding:0 0 10px;
	margin:0 0 15px;
	border-bottom:1px dashed #000;
	color:#900;
}

#vol02 .box dt.none {
	padding:0;
	margin:0 0 15px;
	border-bottom:none;
	color:#900;
}



#vol02 .box dt span {
	display:inline-block;
	padding:10px 30px 12px;
	color:#FFF;
	background:#900;
	border-radius:100px;
}

#vol02 .box dd.time {
	margin:15px 0 0;
	font-size:0.8em;
}

#vol02 .box dd.time span {
	font-size:1.4em;
	font-weight:400;
}

#vol02 .box dd span.bold {
	font-size:1.4em;
	font-weight:400;
	color:#900;
}


#vol02 h2 span {
	display:inline-block;
	padding:10px 30px 12px;
	color:#FFF;
	background:#e69a9a;
	border-radius:100px;
	font-size:1.4em;
	line-height:1.0;
}

#vol02 h2 {
	margin:0 0 20px;
}

#vol02 table {
	width:100%;
}

#vol02 table th,
#vol02 table td {
	border:1px solid #999;
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	font-size:1.2em;
}

#vol02 table th {
	font-weight:300;
	width:25%;
	background:#f1d5d5;
}

#vol02 table td {
	font-weight:400;
}

#vol02 table td span {
	font-size:1.4em;
	color:#900;
	font-weight:600;
}


/*-------------------------------------------------------------------
	#vol03
-------------------------------------------------------------------*/

#vol03 {
	padding:150px 0 0;
}

#vol03 dl {
	margin:0 0 50px;
}

#vol03 dl:last-child {
	margin:0;
}

#vol03 dl dt {
	line-height:1.0;
	font-size:1.4em;
	font-weight:400;
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:1px dashed #000;
	color:#900;
}

#vol03 dl dd.name {
	font-weight:400;
	margin:0 0 10px;
}



/*-------------------------------------------------------------------
	#vol04
-------------------------------------------------------------------*/

#vol04 {
	padding:150px 0 0;
}

#vol04 .add {
	text-align:center;
	font-size:1.2em;
	margin:0 0 50px;
}

#vol04 .add span.bold {
	font-weight:400;
	padding-right:10px;
}

#vol04 .add a {
	color:#000;
	text-decoration:none;
}

#vol04 .gmap {
	margin:0 0 50px;
}

#vol04 .gmap iframe {
	width:100% !important;
	height:500px !important;
}


#vol04 .box {
	overflow:hidden;
	zoom:1;
}

#vol04 .box .photo {
	overflow:hidden;
	zoom:1;
	float:left;
	width:510px;
}

#vol04 .box .photo li {
	float:left;
}

#vol04 .box .photo li:last-child {
	float:right;
}

#vol04 .box .text {
	margin-left:550px;
	line-height:1.8;
	font-size:0.95em;
}

#vol04 .box .text li {
	margin:0 0 10px;
}

#vol04 .box .text li:last-child {
	margin:0;
}


/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/

#footer {
	max-width:94%;
	margin:0 auto;
	padding:20px 0;
}

#footer p {
	text-align:center;
	font-size:1.4em;
	margin:0 0 20px;
}

#footer p a {
	color:#000;
	text-decoration:none;
}

#footer p span.school {
	display:inline-block;
	font-size:1.4em;
	margin-right:20px;
	font-weight:400;
}


#footer address {
	text-align:center;
	font-size:1.2em;
}



/*-------------------------------------------------------------------
	fades
-------------------------------------------------------------------*/

.fades {
	-webkit-animation-duration:5s;
	-ms-animation-duration:5s;
	animation-duration:5s;
	-webkit-animation-name: fades;
	animation-name: fades;
}

@-webkit-keyframes fades {
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fades {
 	0% { opacity: 0;}
 	100% { opacity: 1;}
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fadeInDown {
 	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}




/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	img {
		max-width:100%;
	}

}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
	#main .mainwrap .title {
		width:80%;
	}

	/* glnav */

	#glnav {
		top:0;
	}

	#glnav li a {
		width:120px;
	}

	#container .inner {
		width:94%;
	}

	#container #vol04 .inner {
		width:94%;
	}

	/* #vol04 */


	#vol04 .box .photo {
		overflow:hidden;
		zoom:1;
		float:left;
		width:60%;
	}

	#vol04 .box .photo li {
		max-width:48%
	}


	#vol04 .box .text {
		margin-left:62%;
	}

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	/* main */

	#main .mainwrap .title {
		position:absolute;
		top:50%;
		left:0;
		transform:translate(0,-50%);
		text-align:center;
		font-size:1.2em;
		width:100%;
	}

	#main .mainwrap .title dt {
		font-size:2.4em;
		margin:25px 0;
		letter-spacing:0.1em;
	}


	/* glnav */

	#glnav {
		overflow:hidden;
		zoom:1;
	}

	#glnav li {
		display:block;
		border-right:none;
		width:20%;
		float:left;
	}

	#glnav li:last-child {
		border-right:none;
	}

	#glnav li a {
		display:block;
		width:auto;
		padding:5px 0;
		line-height:1.0;
		font-size:1.4em;
		color:#000;
		border-right:1px solid #000;
	}
	
	#glnav li:last-child a {
		border-right:none;
	}

	/* container -*/

	#container {
		padding:40px 0 50px;
		font-size:1.5em;
		line-height:1.6;
	}


	#container .read {
		font-size:1.0em;
		line-height:1.6;
	}

	#container h1 {
		margin:0 0 30px;
	}


	#container h1 span.big {
		font-size:1.8em;
	}
	
	/* #vol02 */

	#vol01 {
		padding:80px 0 0;
	}
	
	
	#vol01 .same .photo {
		float:none;
		text-align:center;
	}

	#vol01 .same .texts {
		margin:20px 0 0;
	}
	
	#vol01 table th {
		width:20%;
		text-align:center;
	}


	/* #vol02 */

	#vol02 {
		padding:80px 0 0;
	}

	#vol02 .fst {
		margin:0 0 30px;
	}

	#vol02 .box {
		margin:0 0 30px;
	}

	#vol02 .box .photo {
		float:none;
		text-align:center;
	}

	#vol02 .box .text {
		margin:20px 0 0;
	}

	#vol02 .box dt {
		font-size:1.2em;
	}

	#vol02 .box dd.time span {
		font-size:1.2em;
	}

	#vol02 .box dd span.bold {
		font-size:1.2em;
	}


	#vol02 h2 span {
		font-size:1.2em;
	}

	#vol02 h2 {
		margin:0 0 20px;
	}


	#vol02 table th,
	#vol02 table td {
		font-size:1.0em;
	}

	#vol02 table th {
		width:40%;
	}


	/* #vol03 */

	#vol03 {
		padding:80px 0 0;
	}

	#vol03 dl {
		margin:0 0 30px;
	}


	#vol03 dl dt {
		font-size:1.2em;
	}


	/* #vol04 */

	#vol04 {
		padding:80px 0 0;
	}

	#vol04 .add {
		font-size:1.0em;
		margin:0 0 30px;
	}


	#vol04 .gmap {
		margin:0 0 30px;
	}

	#vol04 .gmap iframe {
		width:100% !important;
		height:300px !important;
	}



	#vol04 .box .photo {
		overflow:hidden;
		zoom:1;
		float:none;
		width:auto;
		margin:0 0 20px;
	}


	#vol04 .box .text {
		margin-left:0;
		line-height:1.8;
		font-size:1.0em;
	}


	/* footer */


	#footer p span.school {
		display:block;
		font-size:1.2em;
		margin:0 0 10px;
		font-weight:400;
		text-align:center;
	}


#footer address {
	text-align:center;
	font-size:1.2em;
}

	
}