@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:400;
	line-height:1.8em;
}
.px18 {
	font-size:18px;
}
.px22 {
	font-size:22px;
}
.px24 {
	font-size:24px;
}
.grn {
	color:#312f6c;
}
.orange {
	color:#E97E3B;
}
.red {
	color:#FF0000;
}

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

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



.inner {
	width:94%;
	margin:0 auto;
	max-width:1100px;
	position:relative;
/*	display:flex; 
	align-items: flex-start;*/
}



li.news {
	padding:15px 0;
	border-bottom:dotted 1px #666;
}

.time {
	font-size:12px;
	color:#666;
}
.tit {
	font-size:18px;
	color:#539602;
	margin:5px 0 10px;
}
.photo img {
	display:inline-block;
	width:45%;
	margin-right:3%;
	margin-bottom:3%;
}
a.pdf-link {
	display: block;
	line-height:22px;
	padding-left:30px;
	background:url("img/icon_pdf.png") left top no-repeat;
	background-size:22px auto;
	color:#000;
}












.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:45%;
	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 #312f6c;
	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:#312F6C;
}


.douji {
	color:#312F6C;
	font-size:18px;
	font-weight:600;
	line-height:1.6em;
	margin-bottom:5px;
}
.douji span {
	display:inline-block;
	font-size:16px;
	line-height:1.4em;
	padding:0.2em 0.6em;
	background:#fff799;
}



.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:280px;
	border-radius: 6px;
	margin:20px auto;
	background:#D36668;
	color:#FFF;
	text-decoration:none;
	padding:6%;
	font-size:18px;
	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;
}


.wpcf7-form label {
	display:block;
	margin:15px 0;
}
.wpcf7-form input, .wpcf7-form textarea {
	width:94%;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	border-radius: 4px;
}
.wpcf7-form select {
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	border-radius: 4px;
}

.wpcf7-form input[type="checkbox"] {
	display:inline-block;
	width:12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 12px;
	appearance: auto !important;
  -webkit-appearance: auto !important;
}
.wpcf7-form input[type="checkbox"]::before,
.wpcf7-form input[type="checkbox"]::after {
  content: none !important;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display:inline-block;
	width:120px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #222;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.0em;
	margin: 15px 15px 15px 0;
	opacity: 1;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}












.title {
	font-size:24px;
	text-align: center;
	font-weight:400;
	color:#312f6c;
	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 #312f6c;
	background:#FFF;
}
.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;
}


	
	

}








