@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position:relative;
	background:#ededed;
	margin: 0;
	padding: 0;
	font-family: '秀英丸ゴシック', 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
	font-size: 14px;
	line-height: 1.6em;
}



img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}


.min {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

.px10 {
	font-size:10px;
}
.px12 {
	font-size:12px;
	line-height:1.4em;
}
.px16 {
	font-size:16px;
	line-height:1.8em;
}
.px16b {
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
}
.px18 {
	font-size:18px;
}
.px22 {
	font-size:22px;
}
.px24 {
	font-size:24px;
}
.grn {
	color:#007632;
}
.orange {
	color:#E97E3B;
}

.pc-center {
	text-align: center;
}

.bg-white {
	background:#FFF;
	padding:30px 0;
}
.bg-pink {
	background:#ca74ac;
	color:#FFF;
	padding:20px 0;
}


img.free {
	display:block;
	width:70%;
	float:right;
}
img.takuji {
	display:block;
	width:50%;
	float:left;
	margin-top:-15%;
}


.inner {
	width:94%;
	margin:0 auto;
	max-width:1100px;
	position:relative;
/*	display:flex; 
	align-items: flex-start;*/
}
.inner-s {
	width:92%;
	margin:0 auto;
	max-width:700px;
	position:relative;
	background:#FAE9BA;
}
.h-link {
	padding:30px;
}
.h-link a {
	display:block;
	padding:10px 10px 10px 40px;
	background:url("img/ico-pdf.png") left 10px no-repeat;
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.main-l {
	width:50%;
	float:left;
}
.main-r {
	width:44%;
	float:right;
}
.tit-nichiji {
}
.tit-nichiji img {
	margin-bottom: 20px;
}
.tit-kinen {
	line-height:1.6em;
}

.timetable {
	border-left:solid 4px #008641;
	padding-left:15px;
	margin-top:20px;
}

.wk-panel {
		background:#FFF;
		padding:15px;
	font-size:12px;
	line-height:1.4em;
	}
.wk-panel img {
	display:block;
	max-width:300px;
}
.wk-panel p {
	font-size:14px;

	color:#007632;
}

.panel-tit {
	padding-top:80px;
	padding-bottom:20px;
}

.panel500 img {
	max-height:600px;
	margin-bottom:15px;
}






a:hover {
	opacity: 80%;
}













a.btn {
	display:inline-block;
	background:#000;
	color:#FFF;
	text-decoration: none;
	line-height: 1.0em;
	height: 2.0em;
	padding:0.5em 2em;
	margin:15px 0;
}
a.btn:hover {
	background:#333;
}
a.btn.off {
	background:#999;
}
a.btn.big {
	font-size:24px;
}

a.anq {
	display:block;
	width:80%;
	max-width:900px;
	margin:30px auto;
	background:url("img/meet.png") 15px center no-repeat #ff9966;
	background-size:30% auto;
	padding:15px 15px 15px 30%;
	clear:both;
	color:#000;
	text-decoration: none;
	font-size:28px;
	font-weight:bold;
	line-heigth:1.4em;
}
a.anq span {
	font-size:12px;
	line-heigth:1.0em;
	font-weight:normal;
	display:block;
}

a.btn2, .btn2 {
	display:block;
	width:100%;
	max-width:900px;
	border-radius: 15px;
	margin:10px auto 5px;
	background:#008CC9;
	color:#FFF;
	text-decoration:none;
	padding:6%;
	font-size:22px;
	font-weight:400;
	text-align: center;
}
a.btn2:hover, .btn2.off {
	background:#999;
	color:#FFF;
}


a.btn3 {
	display:block;
	width:60%;
	max-width:900px;
	margin:30px auto;
	background:#666;
	color:#fff;
	text-decoration:none;
	padding:15px;
	font-size:18px;
	font-weight:400;
	text-align: center;
}
a.btn3:hover {
	background:#999;
	color:#FFF;
}

















.title {
	font-size:24px;
	text-align: center;
	font-weight:400;
	color:#007532;
	margin-bottom:15px;
}
.subtit {
	display:inline-block;
	font-size:18px;
	line-height:1.2em;
	padding:4px 6px;
	border:solid 1px #000;
	clear:both;
	margin-bottom:10px;
}

.dbar {
	margin:20px 0;
	border-top:dotted 2px #eee;
}
.block2 li {
		display:block;
		width:48%;
		margin:0 4% 0 0;
		float:left;
		text-align: center;
	}
.block2 li:nth-child(2n) {
	margin:0;
}

.block3 li {
		display:block;
		width:30.66%;
		margin:0 4% 30px 0;
		float:left;
		text-align: center;
	}




.mov {
	width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}


.footer {
	padding:30px 0;
	line-height: 1.4em;
	border-top:solid 6px #007130;
}
.foot-logo {
	width:128px;
	height:30px;
	position:absolute;
	right:0;
	bottom:0;
}
a.tellink {
	color:#000;
}

a#ptop {
	display:block;
	position:absolute;
	width:40px;
	height:40px;
/*	background:rgba(255,255,255,0.5);*/
	right:0;
	bottom:40px;
}




a.btnon:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.clear {clear:both;}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}


.pc-left{float:left;}
.pc-right{float:right;}

img.img100 {width:100%;}


.pc-view {display:block;}
.sp-view {display:none;}



a.link {
	color:#000;
}

table.table01 {
	border-top:solid 1px #000;
	border-left:solid 1px #000;
}
table.table01 td {
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
}
.toi {
	width:80%;
	max-width:600px;
	margin:0 auto 30px;
}
.toi img.tel {
	display:block;
	width:38%;
	float:left;
}
.toi img.mail {
	display:block;
	width:62%;
	float:left;
}
.foot-corp {
	background:#f4de4c;
	padding-top:50px;
	padding-bottom:30px;
}
.foot-corp .foot-logo {
	font-size:12px;
	letter-spacing: -1px;
}












@media only screen and (max-width: 870px) {
	

.main-l {
	width:100%;
	float:none;
}
.main-r {
	width:100%;
	float:none;
	margin-top:20px;
}
.tit-kinen {
	display:block;
	width:100%;
	float:none;
	line-height:1.6em;
}



.title {
	font-size:22px;
	}



.pc-view {display:none;}
.sp-view {display:block;}
	
.pc-center {
	text-align: left;
}
	.pc-center br {
		display:none;
	}
	
	
	.px22 {
		font-size:18px;
	}


	
	.schedule td {
		display:block;
		clear:both;
	}	
	
		

	
a.anq {
	display:block;
	width:100%;
	margin:30px auto;
	background:url("img/meet.png") 15px center no-repeat #ff9966;
	background-size:110px auto;
	padding:10px 10px 10px 130px;
	clear:both;
	color:#000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
}
a.anq span {
	font-size:12px;
	line-heigth:12px;
	font-weight:normal;
	display:block;
}	
	
	
	
	
	

	
	
	.block2 li, .block3 li, .block3 li:nth-child(3n), .block3 li.ysmall  {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.block2 li:nth-child(2n) {
	margin:0 0 20px;
}


	


a#ptop {
	display:block;
	position:absolute;
	width:30px;
	height:30px;
/*	background:rgba(255,255,255,0.5);*/
	right:-20px;
	bottom:15px;
}


	
	

}








